:root {
  color-scheme: dark;
  --ink: #050910;
  --ink-soft: #0a111d;
  --navy: #0a2849;
  --blue: #176eb0;
  --blue-light: #92c8ee;
  --gold: #f3c34f;
  --paper: #f2f3f5;
  --white: #f8fbff;
  --muted: #a8b1bf;
  --line: rgba(255, 255, 255, 0.14);
  --shell: min(1240px, calc(100vw - 48px));
  --hero-progress: 0;
  --scroll-progress: 0;
}

*, *::before, *::after { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 76px; background: var(--ink); }
body {
  margin: 0;
  min-width: 280px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.shell { width: var(--shell); margin-inline: auto; }
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 100px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: calc(var(--scroll-progress) * 100%);
  height: 100%;
  background: linear-gradient(90deg, var(--gold), #fff0a6);
  box-shadow: 0 0 14px rgba(243, 195, 79, .8);
}

.site-nav {
  position: fixed;
  z-index: 90;
  inset: 0 0 auto;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-nav.is-scrolled,
.site-nav.is-open {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(5, 9, 16, .72);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
}
.nav-inner {
  width: var(--shell);
  height: 72px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: .16em; }
.brand img { width: 36px; height: 36px; object-fit: contain; border-radius: 9px; }
.desktop-nav { display: flex; align-items: center; gap: 6px; }
.nav-link, .nav-apply, .dropdown-menu a, .dropdown-menu button {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, .78);
  cursor: pointer;
}
.nav-link, .nav-apply { padding: 10px 14px; font-size: .88rem; }
.nav-link:hover, .nav-link:focus-visible { color: #fff; }
.nav-apply {
  margin-left: 6px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 100px;
  color: #fff;
  transition: background .2s ease, color .2s ease;
}
.nav-apply:hover, .nav-apply:focus-visible { background: #fff; color: var(--ink); }
.nav-dropdown { position: relative; }
.dropdown-toggle span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.dropdown-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 250px;
  overflow: hidden;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(12, 18, 29, .96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
}
.dropdown-menu a, .dropdown-menu button {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  text-align: left;
  font-size: .9rem;
}
.dropdown-menu a:hover, .dropdown-menu button:hover,
.dropdown-menu a:focus-visible, .dropdown-menu button:focus-visible { background: rgba(255, 255, 255, .08); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 7px auto; background: #fff; transition: transform .25s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { border-top: 1px solid var(--line); background: rgba(5, 9, 16, .97); }
.mobile-menu-inner { width: var(--shell); margin: auto; padding: 18px 0 28px; display: grid; }
.mobile-menu-inner p { margin: 0 0 6px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.mobile-menu a, .mobile-menu button { padding: 12px 0; border: 0; background: none; color: #fff; text-align: left; font: inherit; }
.mobile-apply { margin-top: 8px; color: var(--gold) !important; }

.eyebrow {
  margin: 0 0 20px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.hero-scroll { height: 165svh; background: var(--ink); }
.hero-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 660px;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
}
.hero-aurora {
  position: absolute;
  z-index: -3;
  inset: -20%;
  background:
    radial-gradient(circle at calc(70% - var(--hero-progress) * 15%) 45%, rgba(22, 110, 176, .48), transparent 25%),
    radial-gradient(circle at 75% 50%, rgba(243, 195, 79, .14), transparent 14%),
    radial-gradient(circle at 25% 90%, rgba(26, 74, 122, .25), transparent 30%);
  transform: scale(calc(1 + var(--hero-progress) * .18));
}
.hero-grid {
  position: absolute;
  z-index: -2;
  inset: 45% -15% -30%;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 68px 68px;
  transform: perspective(520px) rotateX(62deg) translateY(calc(var(--hero-progress) * -100px));
  transform-origin: top;
  mask-image: linear-gradient(to bottom, transparent, black 30%, transparent 85%);
}
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; pointer-events: none; }
.orbit-one { width: min(780px, 70vw); aspect-ratio: 1; right: -8%; top: 7%; transform: rotate(calc(var(--hero-progress) * 35deg)); }
.orbit-two { width: min(540px, 52vw); aspect-ratio: 1; right: 5%; top: 20%; transform: rotate(calc(var(--hero-progress) * -48deg)); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); align-items: center; gap: 4vw; }
.hero-copy {
  position: relative;
  z-index: 2;
  transform: translate3d(0, calc(var(--hero-progress) * -44px), 0);
  opacity: calc(1 - var(--hero-progress) * .72);
}
.hero-copy h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(3.5rem, 6.8vw, 7rem);
  line-height: .92;
  letter-spacing: -.068em;
  font-weight: 730;
}
.hero-copy h1 span {
  color: transparent;
  background: linear-gradient(95deg, #fff 12%, #9bcdf0 54%, #e7ba51 96%);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-lede { max-width: 660px; margin: 30px 0 0; color: #b5bfcc; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font: inherit;
  font-size: .94rem;
  font-weight: 650;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--white); color: var(--ink); box-shadow: 0 12px 38px rgba(0, 0, 0, .2); }
.button-primary:hover, .button-primary:focus-visible { box-shadow: 0 16px 48px rgba(146, 200, 238, .24); }
.button-ghost { border-color: rgba(255, 255, 255, .24); background: rgba(255,255,255,.04); color: #fff; }
.button-ghost:hover, .button-ghost:focus-visible { border-color: rgba(255, 255, 255, .5); background: rgba(255,255,255,.08); }
.hero-product { position: relative; display: grid; place-items: center; min-height: 580px; perspective: 1100px; }
.product-glow { position: absolute; width: 67%; aspect-ratio: 1; border-radius: 50%; background: #1671b5; filter: blur(90px); opacity: calc(.32 + var(--hero-progress) * .24); }
.hero-logo {
  position: relative;
  z-index: 1;
  width: min(560px, 43vw);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 38px 34px rgba(0, 0, 0, .48));
  transform: rotateY(calc(var(--hero-progress) * -18deg)) rotateX(calc(var(--hero-progress) * 7deg)) translate3d(calc(var(--hero-progress) * -18px), calc(var(--hero-progress) * -55px), 0) scale(calc(1 + var(--hero-progress) * .18));
  transition: filter .2s linear;
}
.product-caption { position: absolute; bottom: 6%; color: rgba(255,255,255,.5); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.48); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%); opacity: calc(1 - var(--hero-progress) * 3); }
.scroll-cue span { width: 28px; height: 1px; background: currentColor; animation: cue 1.8s ease-in-out infinite; transform-origin: left; }
@keyframes cue { 50% { transform: scaleX(.45); opacity: .5; } }

.section-dark { background: var(--ink); }
.intro-panel { position: relative; padding: 160px 0 50px; }
.intro-copy { text-align: center; }
.intro-copy h2, .section-heading h2, .process-intro h2, .pokemon-copy h2, .closing-copy h2 {
  margin: 0;
  font-size: clamp(3.4rem, 8.5vw, 8.4rem);
  line-height: .92;
  letter-spacing: -.07em;
}
.intro-copy > p:last-child { max-width: 620px; margin: 28px auto 0; color: var(--muted); font-size: clamp(1.1rem, 2vw, 1.5rem); line-height: 1.55; }

.services-story { padding: 40px 0 150px; }
.story-grid { display: grid; grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr); gap: 7vw; align-items: start; }
.service-visual { position: sticky; top: 15vh; height: 70vh; min-height: 560px; display: grid; place-items: center; }
.visual-stage {
  position: relative;
  width: min(520px, 41vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 46px;
  background: linear-gradient(145deg, rgba(255,255,255,.085), rgba(255,255,255,.02));
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 60px 120px rgba(0,0,0,.36);
  overflow: hidden;
}
.visual-stage::before, .visual-stage::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.visual-stage::before { width: 68%; aspect-ratio: 1; }
.visual-stage::after { width: 95%; aspect-ratio: 1; }
.visual-halo { position: absolute; width: 48%; aspect-ratio: 1; border-radius: 50%; background: var(--blue); filter: blur(70px); opacity: .45; }
.visual-number { position: absolute; top: 28px; left: 32px; color: rgba(255,255,255,.25); font-size: .75rem; font-weight: 700; letter-spacing: .16em; }
.visual-label { position: absolute; bottom: 28px; left: 32px; margin: 0; color: rgba(255,255,255,.58); font-size: .8rem; }
.service-step { min-height: 86vh; display: flex; flex-direction: column; justify-content: center; padding: 10vh 0; opacity: .3; transition: opacity .45s ease; }
.service-step.is-active { opacity: 1; }
.service-step > span, .project-copy > span { color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.service-step h3 { margin: 18px 0 22px; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.06em; }
.service-step p { max-width: 590px; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); line-height: 1.65; }
.text-link { width: max-content; margin-top: 26px; padding: 0 0 5px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: .93rem; }
.text-link:hover, .text-link:focus-visible { border-color: var(--gold); color: var(--gold); }

.portfolio-section { position: relative; z-index: 2; padding: 160px 0 180px; background: var(--paper); color: #111721; border-radius: 42px 42px 0 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.05fr; gap: 3vw; align-items: end; margin-bottom: 100px; }
.section-heading .eyebrow { grid-column: 1 / -1; color: #296a99; margin-bottom: 0; }
.section-heading h2 { font-size: clamp(3.8rem, 8vw, 7.8rem); }
.section-heading > p:last-child { max-width: 500px; margin: 0 0 10px; color: #606975; font-size: 1.15rem; line-height: 1.6; }
.project-stack { display: grid; gap: 100px; }
.project-card { position: relative; display: grid; grid-template-columns: 1.45fr .65fr; gap: 0; overflow: hidden; min-height: 610px; border-radius: 34px; background: #0b1320; color: #fff; box-shadow: 0 45px 100px rgba(18, 29, 44, .18); }
.project-card-offset { width: 89%; margin-left: auto; grid-template-columns: 1.25fr .75fr; }
.project-media { overflow: hidden; min-height: 520px; background: #09101b; }
.project-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); transition: transform .9s cubic-bezier(.2,.75,.2,1); }
.project-card:hover .project-media img { transform: scale(1.065); }
.project-copy { display: flex; flex-direction: column; justify-content: end; padding: clamp(30px, 5vw, 68px); background: linear-gradient(145deg, #10243b, #09111d); }
.project-copy h3 { margin: 16px 0 14px; font-size: clamp(2rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.05em; }
.project-copy p { margin: 0; color: #aeb8c6; line-height: 1.6; }
.dark-link { color: #fff; }

.process-section { position: relative; overflow: hidden; padding: 180px 0; background: #071a2f; }
.process-light { position: absolute; left: -15%; top: 10%; width: 65vw; aspect-ratio: 1; border-radius: 50%; background: #135e98; filter: blur(170px); opacity: .25; }
.process-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.process-intro { position: sticky; top: 18vh; align-self: start; }
.process-intro h2 { font-size: clamp(3.4rem, 6vw, 6.5rem); }
.process-intro > p:last-child { max-width: 450px; margin: 26px 0 0; color: #a9b7c7; font-size: 1.15rem; line-height: 1.6; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; min-height: 40vh; padding: 58px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list li > span { color: var(--gold); font-size: .78rem; font-weight: 700; letter-spacing: .16em; }
.process-list h3 { max-width: 570px; margin: 0 0 18px; font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1; letter-spacing: -.055em; }
.process-list p { max-width: 560px; margin: 0; color: #a9b7c7; font-size: 1.05rem; line-height: 1.65; }

.pokemon-section { position: relative; overflow: hidden; padding: 170px 0; background: #f4c936; color: #17130a; }
.pokemon-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 50%, rgba(255,255,255,.55), transparent 28%), linear-gradient(120deg, transparent 50%, rgba(255,255,255,.15)); }
.pokemon-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 6vw; }
.pokemon-copy .eyebrow { color: #6c5200; }
.pokemon-copy h2 { font-size: clamp(3.7rem, 6.8vw, 7.2rem); }
.pokemon-copy h2 span { color: #174a73; }
.pokemon-copy > p { max-width: 610px; margin: 28px 0 34px; font-size: 1.12rem; line-height: 1.65; }
.button-yellow { background: #111820; color: #fff; box-shadow: 0 16px 35px rgba(73, 55, 0, .2); }
.card-fan { position: relative; height: 650px; perspective: 1500px; }
.card-fan img { position: absolute; top: 7%; left: 50%; width: min(390px, 32vw); max-height: 580px; object-fit: contain; filter: drop-shadow(0 40px 34px rgba(58, 43, 0, .28)); transform-origin: 50% 100%; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.card-one { transform: translateX(-74%) rotate(-13deg); }
.card-two { z-index: 2; transform: translateX(-50%) translateY(-12px) rotate(1deg); }
.card-three { transform: translateX(-26%) rotate(14deg); }
.card-fan:hover .card-one { transform: translateX(-88%) rotate(-20deg); }
.card-fan:hover .card-three { transform: translateX(-12%) rotate(21deg); }
.card-fan:hover .card-two { transform: translateX(-50%) translateY(-30px); }

.closing-section { position: relative; overflow: hidden; min-height: 95svh; display: grid; place-items: center; padding: 140px 0; text-align: center; background: var(--ink); }
.closing-orb { position: absolute; width: min(800px, 70vw); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(21,107,171,.4), rgba(21,107,171,.08) 40%, transparent 70%); filter: blur(16px); }
.closing-copy { position: relative; }
.closing-copy h2 { font-size: clamp(3.8rem, 8vw, 8rem); }
.closing-copy > p:not(.eyebrow) { max-width: 750px; margin: 32px auto; color: var(--muted); font-size: 1.12rem; line-height: 1.7; }

.site-footer { padding: 90px 0 30px; background: #03060a; border-top: 1px solid rgba(255,255,255,.08); }
.footer-main { display: flex; justify-content: space-between; gap: 50px; align-items: flex-start; padding-bottom: 80px; }
.footer-brand { font-size: 1.2rem; }
.footer-brand img { width: 62px; height: 62px; object-fit: contain; border-radius: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 18px 50px; color: #aeb7c4; font-size: .9rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); color: #747f8d; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: #fff; }

.back-to-top { position: fixed; z-index: 70; right: 22px; bottom: 22px; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(8,14,23,.72); color: #fff; backdrop-filter: blur(16px); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s ease, transform .25s ease; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.service-dialog { width: min(760px, calc(100vw - 28px)); max-width: none; height: min(880px, calc(100svh - 28px)); max-height: none; padding: 0; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: #0b111b; color: #fff; box-shadow: 0 50px 120px rgba(0,0,0,.72); }
.service-dialog::backdrop { background: rgba(0, 3, 8, .82); backdrop-filter: blur(12px); }
.dialog-card { height: 100%; display: grid; grid-template-rows: auto 1fr; overflow: hidden; }
.dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.dialog-header span { color: var(--gold); font-size: .65rem; text-transform: uppercase; letter-spacing: .16em; }
.dialog-header h2 { margin: 5px 0 0; font-size: 1.35rem; }
.dialog-close { width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.05); color: #fff; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.dialog-close:hover, .dialog-close:focus-visible { background: #fff; color: #111; }
.dialog-body { min-height: 0; padding: 10px; }
.dialog-body iframe { width: 100%; height: 100%; border: 0; border-radius: 15px; background: #fff; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(42px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.75,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
::selection { background: var(--gold); color: #111; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #07101c; }
::-webkit-scrollbar-thumb { background: #315674; border-radius: 10px; }

:root {
  --chat--color-primary: #176eb0;
  --chat--color-primary-shade-50: #0f598f;
  --chat--color-secondary: #f3c34f;
  --chat--color-white: #ffffff;
  --chat--window--border-radius: 20px;
  --chat--toggle--background: #176eb0;
  --chat--toggle--hover--background: #0f598f;
}

@media (max-width: 1020px) {
  .hero-layout { grid-template-columns: 1fr .7fr; }
  .hero-product { min-height: 480px; }
  .story-grid { gap: 4vw; }
  .project-card, .project-card-offset { width: 100%; grid-template-columns: 1.25fr .75fr; margin: 0; }
  .process-grid { grid-template-columns: .75fr 1.25fr; gap: 5vw; }
  .pokemon-grid { grid-template-columns: 1fr 1fr; }
  .card-fan { height: 540px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 32px, 680px); }
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-scroll { height: 135svh; }
  .hero-sticky { min-height: 620px; }
  .hero-layout { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { padding-top: 55px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 11.8vw, 5.3rem); }
  .hero-eyebrow { margin-bottom: 15px; }
  .hero-lede { margin: 24px auto 0; }
  .hero-actions { justify-content: center; }
  .hero-product { position: absolute; z-index: -1; inset: 16% 0 auto; min-height: 420px; opacity: .23; }
  .hero-logo { width: min(520px, 88vw); }
  .product-caption { display: none; }
  .orbit-one { width: 105vw; right: -35%; }
  .orbit-two { width: 82vw; right: -10%; }
  .intro-panel { padding-top: 120px; }
  .story-grid { display: block; }
  .service-visual { display: none; }
  .service-step { min-height: auto; padding: 90px 0; opacity: 1; border-top: 1px solid var(--line); }
  .service-step:last-child { border-bottom: 1px solid var(--line); }
  .portfolio-section { padding: 120px 0; border-radius: 28px 28px 0 0; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 70px; }
  .section-heading .eyebrow { grid-column: auto; }
  .project-stack { gap: 54px; }
  .project-card, .project-card-offset { display: block; min-height: 0; border-radius: 25px; }
  .project-media { min-height: auto; aspect-ratio: 16 / 10; }
  .project-copy { min-height: 280px; }
  .process-section { padding: 120px 0; }
  .process-grid { display: block; }
  .process-intro { position: static; margin-bottom: 80px; }
  .process-list li { min-height: auto; padding: 55px 0 80px; }
  .pokemon-section { padding: 120px 0 80px; }
  .pokemon-grid { display: block; }
  .pokemon-copy { position: relative; z-index: 2; }
  .card-fan { height: 500px; margin-top: 30px; }
  .card-fan img { width: min(350px, 53vw); }
  .footer-main { display: block; }
  .footer-links { margin-top: 60px; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .nav-inner { height: 64px; }
  .brand { font-size: .9rem; }
  .brand img { width: 32px; height: 32px; }
  .hero-sticky { min-height: 600px; }
  .hero-copy h1 { font-size: clamp(2.9rem, 14vw, 4.2rem); }
  .hero-lede { font-size: .98rem; line-height: 1.55; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .intro-copy h2, .section-heading h2, .process-intro h2, .pokemon-copy h2, .closing-copy h2 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .intro-panel { padding-top: 100px; }
  .services-story { padding-bottom: 100px; }
  .service-step { padding: 70px 0; }
  .service-step h3 { font-size: 2.85rem; }
  .portfolio-section { padding: 95px 0; }
  .project-copy { min-height: 250px; padding: 28px; }
  .process-list li { grid-template-columns: 1fr; gap: 20px; }
  .process-list h3 { font-size: 2.65rem; }
  .pokemon-section { padding-top: 100px; }
  .card-fan { height: 390px; }
  .card-fan img { width: 60vw; max-height: 390px; }
  .closing-section { min-height: 85svh; padding: 100px 0; }
  .footer-links { grid-template-columns: 1fr; }
  .footer-bottom { display: block; line-height: 1.6; }
  .footer-bottom a { display: inline-block; margin-top: 16px; }
  .back-to-top { right: 14px; bottom: 78px; }
  .service-dialog { width: calc(100vw - 16px); height: calc(100svh - 16px); border-radius: 20px; }
  .dialog-header { padding: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-copy, .hero-logo, .hero-grid, .hero-aurora { transform: none !important; opacity: 1 !important; }
  .js .reveal { opacity: 1; transform: none; }
}
