:root {
  --ink: #151616;
  --muted: #5d635e;
  --paper: #f4efe6;
  --cream: #fffaf1;
  --ember: #d86f45;
  --moss: #657b54;
  --teal: #0e8a8a;
  --cyan: #46d9d1;
  --plum: #7f5a7b;
  --line: rgba(21, 22, 22, 0.14);
  --glass: rgba(255, 250, 241, 0.72);
  --shadow: 0 26px 80px rgba(27, 28, 26, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 96px;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(244, 239, 230, 0.78);
  border-bottom: 1px solid rgba(21, 22, 22, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
  font-weight: 800;
}

.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

.main-nav {
  display: inline-flex;
  align-items: center;
  gap: clamp(14px, 3vw, 34px);
  color: rgba(21, 22, 22, 0.74);
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a {
  padding: 8px 0;
}

.main-nav a:hover {
  color: var(--ink);
}

.header-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  background: rgba(255, 250, 241, 0.72);
  border: 1px solid rgba(21, 22, 22, 0.13);
  border-radius: 8px;
}

.lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 32px;
  padding: 0 8px;
  color: rgba(21, 22, 22, 0.62);
  background: transparent;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.lang-button.is-active {
  color: var(--cream);
  background: var(--ink);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 40px;
  color: var(--cream);
  background: var(--ink);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
}

.mobile-menu-button,
.mobile-nav-panel {
  display: none;
}

.mobile-menu-button {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--ink);
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
}

.mobile-menu-line {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 220ms ease, opacity 160ms ease;
}

.mobile-menu-button.is-open .mobile-menu-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.mobile-menu-button.is-open .mobile-menu-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-button.is-open .mobile-menu-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 88svh;
  overflow: hidden;
  isolation: isolate;
  padding: 86px clamp(18px, 5vw, 72px) 0;
  background:
    linear-gradient(115deg, rgba(255, 250, 241, 0.98), rgba(244, 239, 230, 0.82) 46%, rgba(70, 217, 209, 0.18)),
    linear-gradient(180deg, #fff7e8, #ece3d4);
}

#networkCanvas {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 34%;
  content: "";
  background:
    linear-gradient(90deg, rgba(21, 22, 22, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 22, 22, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to top, black, transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.94fr);
  align-items: end;
  gap: clamp(34px, 5vw, 78px);
  max-width: 1220px;
  min-height: calc(88svh - 86px);
  margin: 0 auto;
}

.hero-copy {
  align-self: center;
  max-width: 670px;
  padding-bottom: clamp(28px, 6vw, 76px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 9ch;
  margin-bottom: 20px;
  font-size: clamp(4rem, 10.8vw, 8.7rem);
  line-height: 0.86;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 590px;
  margin-bottom: 26px;
  color: rgba(21, 22, 22, 0.75);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--cream);
  background: var(--ink);
  box-shadow: 0 16px 34px rgba(21, 22, 22, 0.18);
}

.button.secondary {
  background: rgba(255, 250, 241, 0.6);
  border-color: rgba(21, 22, 22, 0.16);
}

.button.light {
  color: var(--ink);
  background: var(--cream);
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    transition-delay: var(--reveal-delay, 0ms);
    animation-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-visual {
  position: relative;
  display: flex;
  align-self: end;
  align-items: flex-end;
  justify-content: center;
  min-height: min(640px, calc(88svh - 86px));
}

.hero-visual picture,
.package-visual picture,
.process-signature picture {
  display: contents;
}

.hero-visual::before {
  position: absolute;
  right: 0;
  bottom: 6%;
  left: 5%;
  height: 30%;
  content: "";
  background:
    linear-gradient(90deg, rgba(14, 138, 138, 0.18), rgba(255, 250, 241, 0.88), rgba(216, 111, 69, 0.18)),
    repeating-linear-gradient(90deg, rgba(21, 22, 22, 0.08) 0 1px, transparent 1px 42px);
  border-top: 1px solid rgba(21, 22, 22, 0.12);
  transform: skewX(-8deg);
}

.hero-visual img {
  position: relative;
  z-index: 2;
  display: block;
  width: min(640px, 50vw);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 32px 40px rgba(21, 22, 22, 0.2));
  transform: translateX(3%);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(21, 22, 22, 0.12);
  border-top: 1px solid rgba(21, 22, 22, 0.12);
  border-bottom: 1px solid rgba(21, 22, 22, 0.12);
}

.proof-strip div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 12px;
  min-height: 104px;
  padding: 24px;
  background: #fff8ec;
}

.proof-strip strong {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.proof-counter-value {
  min-width: 2.6ch;
}

.proof-strip span {
  color: var(--muted);
  font-weight: 700;
}

@media (prefers-reduced-motion: no-preference) {
  .proof-strip.is-counter-ready .proof-online-value {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .proof-strip.is-counter-visible .proof-online-value {
    opacity: 1;
  }
}

.section,
.systems-band,
.studio-section,
.contact-section {
  padding: clamp(70px, 9vw, 122px) clamp(18px, 5vw, 72px);
}

.section-heading,
.systems-copy,
.studio-copy,
.contact-section > div {
  max-width: 760px;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.16rem;
}

p {
  color: rgba(21, 22, 22, 0.72);
  line-height: 1.65;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1220px;
  margin: 48px auto 0;
}

.service-card {
  min-height: 280px;
  padding: 26px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(21, 22, 22, 0.07);
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  color: var(--teal);
  background: rgba(14, 138, 138, 0.1);
  border-radius: 8px;
}

.service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.pricing-section {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 9vw, 128px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 68% 18%, rgba(44, 165, 255, 0.17), transparent 34%),
    linear-gradient(180deg, #fff8ec, #f1eadf);
}

.pricing-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(21, 22, 22, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 22, 22, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 78%, transparent);
  pointer-events: none;
}

.pricing-heading {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto 38px;
  text-align: center;
}

.pricing-heading p:not(.eyebrow) {
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-currency-note {
  font-size: 0.78rem;
  color: rgba(21, 22, 22, 0.48);
  margin-top: -10px;
}

.pricing-currency-note:empty {
  display: none;
}

.pricing-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1220px;
  margin: 0 auto;
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  min-height: 640px;
  overflow: hidden;
  flex-direction: column;
  background: rgba(255, 250, 241, 0.86);
  border: 1px solid rgba(21, 22, 22, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(21, 22, 22, 0.1);
}

.pricing-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 42%);
  pointer-events: none;
}

.featured-card {
  border-color: rgba(35, 176, 255, 0.82);
  box-shadow:
    0 0 0 1px rgba(35, 176, 255, 0.38),
    0 0 48px rgba(35, 176, 255, 0.28),
    0 30px 78px rgba(21, 22, 22, 0.17);
  transform: translateY(-12px);
}

.popular-badge,
.locked-status {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  color: var(--cream);
  background: #188ed5;
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locked-status {
  left: 18px;
  right: auto;
  color: rgba(255, 250, 241, 0.9);
  background: rgba(21, 22, 22, 0.68);
  border: 1px solid rgba(255, 250, 241, 0.22);
  backdrop-filter: blur(14px);
}

.package-visual {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 238px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 68%, rgba(70, 217, 209, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(255, 250, 241, 0.35), rgba(255, 250, 241, 0));
}

.package-visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  content: "";
  background: linear-gradient(to top, rgba(255, 250, 241, 0.94), transparent);
}

.package-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(104%, 390px);
  max-width: none;
  height: auto;
  filter: drop-shadow(0 22px 32px rgba(21, 22, 22, 0.16));
}

.starter-visual img {
  width: min(110%, 410px);
  transform: translateY(22px);
}

.business-visual {
  background:
    radial-gradient(circle at 55% 68%, rgba(35, 176, 255, 0.32), transparent 45%),
    linear-gradient(180deg, rgba(21, 31, 42, 0.08), rgba(255, 250, 241, 0));
}

.business-visual img {
  width: min(114%, 430px);
  transform: translateY(20px);
}

.automation-visual {
  background:
    radial-gradient(circle at 52% 58%, rgba(35, 176, 255, 0.2), transparent 45%),
    rgba(255, 255, 255, 0.2);
}

.automation-visual img {
  width: min(110%, 410px);
  filter: grayscale(0.18) saturate(0.82) blur(0.2px) drop-shadow(0 22px 32px rgba(21, 22, 22, 0.15));
  transform: translateY(20px);
}

.package-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.package-kicker {
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.package-content h3 {
  margin-bottom: 12px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1;
}

.price {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2.8vw, 2.05rem);
  font-weight: 900;
  line-height: 1;
}

.price.preparing {
  color: rgba(21, 22, 22, 0.54);
}

.package-label {
  margin: -6px 0 18px;
  padding: 10px 12px;
  color: #7a482e;
  background: rgba(216, 111, 69, 0.12);
  border: 1px solid rgba(216, 111, 69, 0.18);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 22px;
  color: rgba(21, 22, 22, 0.73);
  line-height: 1.45;
}

.feature-list li::before {
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--teal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(14, 138, 138, 0.1);
}

.featured-card .feature-list li::before {
  background: #23b0ff;
  box-shadow: 0 0 0 5px rgba(35, 176, 255, 0.14);
}

.locked-card {
  background: rgba(255, 250, 241, 0.58);
  border-color: rgba(255, 255, 255, 0.55);
  box-shadow: 0 20px 70px rgba(21, 22, 22, 0.08);
  backdrop-filter: blur(18px);
}

.locked-card::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  content: "";
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.38);
  pointer-events: none;
}

.locked-card .package-content,
.locked-card .locked-status {
  z-index: 4;
}

.package-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  color: var(--cream);
  background: var(--ink);
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.package-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(21, 22, 22, 0.16);
}

.featured-cta {
  background: #188ed5;
  box-shadow: 0 16px 38px rgba(35, 176, 255, 0.24);
}

.locked-cta {
  color: var(--ink);
  background: rgba(255, 250, 241, 0.72);
  border-color: rgba(21, 22, 22, 0.12);
}

.founder-note {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 900px;
  margin: 36px auto 0;
  padding: 18px 22px;
  color: rgba(21, 22, 22, 0.72);
  background: rgba(255, 250, 241, 0.62);
  border: 1px solid rgba(21, 22, 22, 0.11);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(21, 22, 22, 0.06);
}

.founder-note strong {
  color: var(--ink);
}

.systems-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 94px);
  align-items: start;
  overflow: hidden;
  background: #19201c;
}

.systems-band::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 74% 22%, rgba(35, 176, 255, 0.18), transparent 34%),
    radial-gradient(circle at 14% 88%, rgba(216, 111, 69, 0.11), transparent 30%),
    linear-gradient(90deg, rgba(255, 250, 241, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 241, 0.04) 1px, transparent 1px);
  background-size: auto, auto, 56px 56px, 56px 56px;
  pointer-events: none;
}

.systems-copy,
.process-flow,
.process-signature {
  position: relative;
  z-index: 1;
}

.systems-band h2,
.systems-band h3 {
  color: var(--cream);
}

.systems-band p {
  color: rgba(255, 250, 241, 0.68);
}

.systems-copy {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}

.process-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.process-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: rgba(255, 250, 241, 0.82);
  background: rgba(255, 250, 241, 0.07);
  border: 1px solid rgba(255, 250, 241, 0.12);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 900;
}

.process-flow {
  display: grid;
  gap: 14px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 22px;
  padding: 24px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 250, 241, 0.12), rgba(255, 250, 241, 0.055));
  border: 1px solid rgba(255, 250, 241, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.process-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 40%);
  pointer-events: none;
}

.process-card.active-step {
  border-color: rgba(35, 176, 255, 0.72);
  box-shadow:
    0 0 0 1px rgba(35, 176, 255, 0.28),
    0 0 48px rgba(35, 176, 255, 0.2),
    0 24px 70px rgba(0, 0, 0, 0.24);
}

.step-number {
  display: inline-flex;
  align-items: start;
  color: #46d9ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: 0.88;
  letter-spacing: 0;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1.24rem, 2.2vw, 1.65rem);
}

.process-card p {
  margin-bottom: 16px;
}

.tech-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tech-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  color: rgba(255, 250, 241, 0.86);
  background: rgba(35, 176, 255, 0.1);
  border: 1px solid rgba(35, 176, 255, 0.2);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 850;
}

.process-signature {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 720px;
  margin-top: -34px;
  padding: 14px 18px;
  color: rgba(255, 250, 241, 0.76);
  background: rgba(255, 250, 241, 0.07);
  border: 1px solid rgba(255, 250, 241, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.process-signature img {
  display: block;
  width: 132px;
  height: 92px;
  object-fit: cover;
  object-position: 50% 16%;
  filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.26));
}

.process-signature strong,
.process-signature span {
  display: block;
}

.process-signature strong {
  margin-bottom: 4px;
  color: var(--cream);
}

.process-signature span {
  color: rgba(255, 250, 241, 0.66);
  line-height: 1.55;
}

.studio-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  background: #fff8ec;
}

.hockey-section {
  position: relative;
  grid-template-columns: minmax(300px, 0.42fr) minmax(520px, 1fr);
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(70, 217, 209, 0.1), transparent 38%),
    linear-gradient(180deg, #111917 0%, #16211f 52%, #0b1114 100%);
}

.hockey-section::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 241, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

.hockey-section .studio-copy,
.hockey-visual {
  position: relative;
  z-index: 1;
}

.hockey-section .studio-copy {
  max-width: 560px;
}

.hockey-section h2 {
  color: var(--cream);
}

.hockey-section p {
  color: rgba(255, 250, 241, 0.72);
}

.hockey-visual {
  position: relative;
  margin: 0;
  display: grid;
  place-items: end center;
  min-height: clamp(430px, 42vw, 620px);
  padding: clamp(20px, 3vw, 34px) clamp(4px, 2vw, 28px) 0;
  isolation: isolate;
  overflow: visible;
}

.hockey-visual::after {
  position: absolute;
  right: 4%;
  bottom: 0;
  left: 2%;
  z-index: 0;
  height: 44%;
  content: "";
  background:
    linear-gradient(90deg, rgba(70, 217, 209, 0.2) 1px, transparent 1px),
    linear-gradient(180deg, rgba(70, 217, 209, 0.14) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 250, 241, 0.11), rgba(35, 176, 255, 0.04));
  background-size: 62px 62px, 62px 62px, auto;
  border-top: 1px solid rgba(70, 217, 255, 0.28);
  border-radius: 55% 45% 0 0 / 26% 30% 0 0;
  transform: perspective(760px) rotateX(64deg);
  transform-origin: bottom center;
  box-shadow: 0 -18px 58px rgba(35, 176, 255, 0.08);
}

.hockey-visual img {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 830px);
  height: auto;
  margin-inline: auto;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
}

.hockey-visual picture {
  position: relative;
  z-index: 3;
  display: block;
  width: min(100%, 830px);
  margin-inline: auto;
}

.hockey-visual picture img {
  width: 100%;
}

.hockey-rink-surface {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hockey-rink-surface::before {
  position: absolute;
  top: 16%;
  right: 4%;
  width: min(34%, 255px);
  aspect-ratio: 1.5;
  content: "";
  border: 1px solid rgba(70, 217, 255, 0.34);
  border-radius: 8px;
  background: rgba(10, 19, 22, 0.36);
  box-shadow: 0 0 28px rgba(70, 217, 255, 0.08);
}

.hockey-rink-surface::after {
  position: absolute;
  right: 5%;
  bottom: 15%;
  left: 18%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(70, 217, 255, 0.34), transparent);
}

.ice-line {
  position: absolute;
  z-index: 2;
  display: block;
  border: 1px solid rgba(70, 217, 255, 0.22);
  border-radius: 999px;
  transform: perspective(680px) rotateX(64deg);
}

.ice-line-one {
  right: 5%;
  bottom: 7%;
  width: 34%;
  height: 104px;
}

.ice-line-two {
  right: 36%;
  bottom: 2%;
  width: 24%;
  height: 76px;
}

.digital-net {
  position: absolute;
  top: 18%;
  right: 7%;
  z-index: 2;
  width: min(30%, 230px);
  aspect-ratio: 1.55;
  border: 1px solid rgba(70, 217, 255, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(70, 217, 255, 0.1), rgba(255, 250, 241, 0.025));
  box-shadow:
    0 0 0 1px rgba(255, 250, 241, 0.04),
    0 0 24px rgba(70, 217, 255, 0.1);
}

.digital-net-top,
.digital-net-line,
.digital-net-panel {
  position: absolute;
  display: block;
  border-radius: 99px;
}

.digital-net-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 22%;
  border-radius: 7px 7px 0 0;
  background: rgba(255, 250, 241, 0.08);
}

.digital-net-line {
  top: 40%;
  left: 12%;
  width: 54%;
  height: 6px;
  background: rgba(70, 217, 255, 0.42);
  box-shadow: 0 20px 0 rgba(70, 217, 255, 0.18);
}

.digital-net-line.short {
  top: 68%;
  width: 34%;
  background: rgba(255, 250, 241, 0.22);
  box-shadow: none;
}

.digital-net-panel {
  right: 12%;
  bottom: 14%;
  width: 24%;
  height: 34%;
  border: 1px solid rgba(255, 250, 241, 0.22);
  border-radius: 7px;
}

.studio-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(21, 22, 22, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(21, 22, 22, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 22, 22, 0.08) 1px, transparent 1px),
    linear-gradient(160deg, #f8ead7, #e8d6c0);
  background-size: 48px 48px, 48px 48px, auto;
}

.bench {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 74px;
  height: 26px;
  background: #8f6243;
  border-radius: 8px;
  box-shadow: 0 24px 0 #624635;
}

.screen {
  position: absolute;
  width: 110px;
  height: 72px;
  background: linear-gradient(135deg, #14211f, #0e8a8a);
  border: 7px solid #222722;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(21, 22, 22, 0.16);
}

.screen-one {
  left: 12%;
  bottom: 122px;
}

.screen-two {
  left: 36%;
  bottom: 148px;
  transform: rotate(-3deg);
}

.arm-base {
  position: absolute;
  right: 18%;
  bottom: 98px;
  width: 86px;
  height: 34px;
  background: #2b312e;
  border-radius: 8px;
}

.arm-joint,
.arm-link,
.arm-tool {
  position: absolute;
  background: #3a403c;
  border: 1px solid rgba(255, 250, 241, 0.14);
}

.arm-joint {
  right: 24%;
  bottom: 132px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.arm-link {
  right: 27%;
  bottom: 168px;
  width: 118px;
  height: 22px;
  border-radius: 8px;
  transform: rotate(-36deg);
  transform-origin: right center;
}

.arm-tool {
  right: 42%;
  bottom: 210px;
  width: 54px;
  height: 18px;
  border-radius: 8px;
  transform: rotate(18deg);
}

.plant {
  position: absolute;
  right: 8%;
  bottom: 120px;
  width: 66px;
  height: 106px;
}

.plant::after {
  position: absolute;
  left: 18px;
  bottom: 0;
  width: 34px;
  height: 42px;
  content: "";
  background: var(--ember);
  border-radius: 6px 6px 12px 12px;
}

.plant span {
  position: absolute;
  bottom: 38px;
  width: 28px;
  height: 58px;
  background: var(--moss);
  border-radius: 80% 0 80% 0;
  transform-origin: bottom center;
}

.plant span:nth-child(1) {
  left: 10px;
  transform: rotate(-22deg);
}

.plant span:nth-child(2) {
  left: 24px;
  height: 70px;
}

.plant span:nth-child(3) {
  right: 8px;
  transform: rotate(24deg) scaleX(-1);
}

.contact-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(216, 111, 69, 0.9), rgba(14, 138, 138, 0.82)),
    #252924;
}

.contact-section h2 {
  margin-bottom: 0;
  color: var(--cream);
}

.contact-section .eyebrow {
  color: rgba(255, 250, 241, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px clamp(18px, 5vw, 72px);
  color: rgba(21, 22, 22, 0.62);
  background: var(--cream);
  border-top: 1px solid rgba(21, 22, 22, 0.1);
  font-weight: 700;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
}

.footer-brand img {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}

.cookie-consent {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px clamp(18px, 5vw, 72px);
  color: var(--cream);
  background: var(--ink);
  border-top: 1px solid rgba(255, 250, 241, 0.16);
  box-shadow: 0 -18px 48px rgba(21, 22, 22, 0.22);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  margin: 0;
  color: rgba(255, 250, 241, 0.82);
  font-weight: 700;
}

.cookie-consent a {
  color: var(--cream);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-consent-actions {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.cookie-consent .button {
  min-height: 42px;
  white-space: nowrap;
}

.cookie-consent .button.primary {
  color: var(--ink);
  background: var(--cream);
  box-shadow: none;
}

.cookie-decline {
  color: var(--cream);
  background: transparent;
  border-color: rgba(255, 250, 241, 0.62);
}

.chat-toggle {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 60;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background: rgba(255, 250, 241, 0.96);
  border: 1px solid rgba(21, 22, 22, 0.1);
  border-radius: 50%;
  box-shadow: var(--shadow);
  cursor: pointer;
  overflow: visible;
}

.chat-toggle img {
  display: block;
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.chat-panel {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 59;
  display: flex;
  flex-direction: column;
  width: min(360px, calc(100vw - 40px));
  height: min(480px, calc(100svh - 110px));
  max-height: 480px;
  overflow: hidden;
  color: var(--ink);
  background: var(--glass);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  visibility: hidden;
}

.chat-panel.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  background: var(--ink);
  color: var(--cream);
}

.chat-close {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--cream);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
}

.chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 14px;
  overflow-y: auto;
}

.chat-message {
  max-width: 84%;
  padding: 10px 12px;
  font-size: 0.92rem;
  line-height: 1.45;
  white-space: pre-wrap;
}

.chat-message.bot {
  align-self: flex-start;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 18px 18px 18px 4px;
}

.chat-message.user {
  align-self: flex-end;
  color: var(--cream);
  background: var(--ink);
  border-radius: 18px 18px 4px 18px;
}

.typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.typing-dots span {
  width: 6px;
  height: 6px;
  background: var(--ink);
  border-radius: 50%;
  opacity: 0.42;
}

.chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 12px 14px 8px;
  border-top: 1px solid var(--line);
}

.chat-input {
  width: 100%;
  min-height: 42px;
  max-height: 116px;
  resize: vertical;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  line-height: 1.35;
}

.chat-send {
  min-height: 42px;
  padding: 0 14px;
  color: var(--cream);
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.chat-send:disabled,
.chat-input:disabled {
  opacity: 0.62;
}

.chat-powered {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

@media (prefers-reduced-motion: no-preference) {
  .chat-panel {
    transition: opacity 180ms ease, transform 180ms ease, visibility 0s linear 180ms;
  }

  .chat-panel.is-open {
    transition-delay: 0s;
  }

  .typing-dots span {
    animation: typingDot 900ms ease-in-out infinite;
  }

  .typing-dots span:nth-child(2) {
    animation-delay: 120ms;
  }

  .typing-dots span:nth-child(3) {
    animation-delay: 240ms;
  }
}

@keyframes typingDot {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.42;
  }

  40% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .mobile-menu-button {
    display: inline-flex;
    justify-self: end;
  }

  .mobile-nav-panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    max-height: 0;
    padding: 0 clamp(18px, 4vw, 56px);
    overflow: hidden;
    color: var(--ink);
    background: var(--glass);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 44px rgba(21, 22, 22, 0.12);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    visibility: hidden;
    transition:
      max-height 240ms ease,
      padding 240ms ease,
      opacity 180ms ease,
      transform 240ms ease,
      visibility 0s linear 240ms;
  }

  .mobile-nav-panel.is-open {
    max-height: 420px;
    padding-top: 18px;
    padding-bottom: 20px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
    transition-delay: 0s;
  }

  .mobile-nav-links {
    display: grid;
    gap: 0;
  }

  .mobile-nav-links a {
    display: flex;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    font-size: 1rem;
    font-weight: 800;
  }

  .mobile-nav-links a:hover {
    color: var(--ink);
  }

  .mobile-language-switch {
    width: max-content;
    margin-top: 16px;
    background: var(--cream);
  }

  .hero {
    min-height: auto;
    padding-top: 94px;
  }

  .hero-grid,
  .pricing-grid,
  .systems-band,
  .studio-section {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    position: relative;
    z-index: 2;
    min-height: 0;
    gap: 8px;
  }

  .hero-copy {
    max-width: 690px;
    padding-bottom: 0;
  }

  .hero-visual {
    min-height: min(62vw, 500px);
    margin: -18px -18px 0;
  }

  .hero-visual img {
    width: min(720px, 104vw);
    transform: translateX(10%);
  }

  .hockey-section {
    grid-template-columns: 1fr;
  }

  .hockey-section .studio-copy {
    max-width: 720px;
  }

  .hockey-visual {
    min-height: 0;
  }

  .hockey-visual img {
    width: min(100%, 760px);
  }

  .hockey-visual picture {
    width: min(100%, 760px);
  }

  .digital-net {
    top: 8%;
    width: min(28%, 210px);
  }

  .service-grid,
  .proof-strip {
    grid-template-columns: 1fr;
  }

  .pricing-heading {
    text-align: left;
  }

  .featured-card {
    transform: none;
  }

  .pricing-card {
    min-height: 0;
  }

  .package-visual {
    min-height: 250px;
  }

  .founder-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-signature {
    max-width: none;
    margin-top: 0;
  }

  .proof-strip div {
    min-height: 82px;
  }

  .contact-section {
    align-items: start;
    flex-direction: column;
  }

  .cookie-consent {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-consent-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .cookie-consent .button {
    flex: 1 1 150px;
  }

  .chat-toggle {
    right: 16px;
    bottom: 18px;
  }

  .chat-panel {
    right: 14px;
    bottom: 78px;
    width: calc(100vw - 28px);
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .header-actions {
    gap: 6px;
  }

  .brand {
    font-size: 0.88rem;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .nav-cta {
    min-width: 62px;
    min-height: 36px;
    font-size: 0.82rem;
  }

  .language-switch {
    padding: 2px;
  }

  .lang-button {
    min-width: 30px;
    min-height: 30px;
    padding: 0 6px;
    font-size: 0.72rem;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 5.3rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .hero-actions {
    width: 100%;
    flex-wrap: nowrap;
  }

  .hero-actions .button {
    flex: 1 1 0;
    min-width: 0;
    padding-right: 12px;
    padding-left: 12px;
  }

  .pricing-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pricing-grid {
    gap: 14px;
  }

  .package-content {
    padding: 22px;
  }

  .package-visual {
    min-height: 220px;
  }

  .package-visual img,
  .starter-visual img,
  .business-visual img,
  .automation-visual img {
    width: 112%;
  }

  .process-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }

  .step-number {
    font-size: 2rem;
  }

  .process-signature {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 12px;
  }

  .process-signature img {
    width: 92px;
    height: 72px;
  }

  .hero-visual {
    min-height: 326px;
    margin-right: -18px;
    margin-left: -18px;
  }

  .hero-visual img {
    width: 520px;
    transform: translateX(8%);
  }

  .hockey-visual {
    min-height: 0;
    margin-right: -8px;
    margin-left: -8px;
    padding-top: 30px;
  }

  .hockey-visual img {
    width: min(100%, 520px);
  }

  .hockey-visual picture {
    width: min(100%, 520px);
  }

  .hockey-visual::after {
    right: 0;
    left: 0;
    height: 38%;
  }

  .hockey-rink-surface::before {
    display: none;
  }

  .digital-net {
    top: 5%;
    right: 2%;
    width: 42%;
    opacity: 0.58;
  }

  .ice-line-one {
    right: 2%;
    width: 44%;
  }

  .ice-line-two {
    right: 42%;
    width: 28%;
  }

  .studio-visual {
    min-height: 340px;
  }

  .screen-two {
    left: 28%;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .mobile-nav-panel,
  .mobile-menu-line {
    transition: none !important;
  }
}
