:root {
  --ink: #0a1518;
  --muted: #4f6267;
  --line: rgba(13, 34, 39, 0.18);
  --glass: rgba(248, 252, 252, 0.66);
  --cyan: #78e7ec;
  --cyan-deep: #0f8690;
  --paper: #e9f1f1;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(20, 44, 50, 0.13), 0 2px 7px rgba(20, 44, 50, 0.08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% 4%, rgba(120, 231, 236, 0.34), transparent 28rem),
    radial-gradient(circle at 16% 18%, rgba(255,255,255,0.92), transparent 30rem),
    linear-gradient(155deg, #dcebed 0%, #f4f3f1 46%, #e8eff0 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

a { color: inherit; }
img, video { max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 1rem;
  top: -5rem;
  padding: .75rem 1rem;
  background: var(--ink);
  color: #fff;
  border-radius: 8px;
}
.skip-link:focus { top: 1rem; }

.ambient {
  position: fixed;
  z-index: -1;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .26;
  pointer-events: none;
}
.ambient-one { right: -12rem; top: 24rem; background: #83f2ec; }
.ambient-two { left: -15rem; top: 72rem; background: #fff3d9; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  padding: 0 clamp(1rem, 4vw, 3.5rem);
}

.nav-shell {
  max-width: 1320px;
  min-height: 54px;
  margin: 0 auto;
  padding: .45rem .55rem .45rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255,255,255,.82);
  border-radius: 0 0 15px 15px;
  background: rgba(243, 249, 249, .72);
  box-shadow: 0 8px 25px rgba(23, 55, 60, .12), inset 0 0 0 1px rgba(14, 49, 54, .08);
  backdrop-filter: blur(22px) saturate(150%);
}

.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark {
  width: 28px; height: 28px; display: grid; place-items: center;
  border: 1px solid var(--ink); border-radius: 50%;
  font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.brand-name { font: 700 .76rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .18em; }

.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); }
.nav-links a, .nav-cta { text-decoration: none; font-family: inherit; font-size: .82rem; font-weight: 600; }
.nav-links a { color: #384a4f; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--cyan-deep); }
.nav-cta { padding: .62rem .9rem; border: 0; border-radius: 10px; background: var(--ink); color: #fff; cursor: pointer; }
.menu-button { display: none; }

.section { max-width: 1320px; margin: 0 auto; padding: 8.5rem clamp(1.2rem, 5vw, 5rem); }
.hero {
  min-height: auto;
  padding-top: 7.1rem;
  padding-bottom: 1.35rem;
  display: block;
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(20rem, .9fr) minmax(22rem, 1.1fr);
  grid-template-rows: auto auto auto;
  column-gap: clamp(2rem, 7vw, 7rem);
  align-items: start;
}
.hero-copy > .eyebrow { grid-column: 1 / -1; margin-bottom: .85rem; }
.eyebrow, .micro {
  margin: 0 0 1.7rem;
  font: 600 .68rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--cyan-deep);
}
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: .4rem; border-radius: 50%; background: #00aeba; box-shadow: 0 0 0 5px rgba(0,174,186,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 1.6rem;
  max-width: 10ch;
  font-size: clamp(3.8rem, 7.6vw, 7.6rem);
  line-height: .92;
  letter-spacing: -.074em;
  font-weight: 650;
}
.hero-copy h1 {
  grid-column: 1;
  grid-row: 2 / 4;
  margin-bottom: 0;
  max-width: 14ch;
  font-size: clamp(2.6rem, 4.2vw, 4.6rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 690;
}
.hero-lede { grid-column: 2; grid-row: 2; max-width: 44rem; margin-bottom: .9rem; color: var(--muted); font-size: clamp(1.05rem, 1.55vw, 1.3rem); }
.hero-actions { grid-column: 2; grid-row: 3; display: flex; flex-wrap: wrap; gap: .85rem; margin: 0; }
.hero-specialty { margin: 0; padding: .68rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); font: 700 .74rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .09em; text-transform: uppercase; }
.button {
  min-height: 48px;
  padding: .82rem 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  text-decoration: none;
  font-size: .86rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(29,57,62,.1);
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 22px rgba(29,57,62,.14); }
.button-primary { color: #fff; background: var(--ink); border-color: var(--ink); }
.button-secondary { background: rgba(255,255,255,.56); backdrop-filter: blur(14px); }
.signal-row { display: flex; flex-wrap: wrap; gap: .65rem; }
.signal-row span {
  padding: .55rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #436067;
  font: 600 .62rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .12em;
}

.hero-visual { position: relative; min-height: 37rem; display: grid; place-items: center; }
.hero-reel {
  position: absolute;
  inset: 1.5rem 0;
  padding: .65rem;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: 1fr 1fr;
  gap: .65rem;
  border: 1px solid rgba(198, 247, 249, .34);
  border-radius: 28px;
  background: rgba(5, 16, 19, .92);
  box-shadow: 0 36px 90px rgba(14, 57, 63, .3), inset 0 0 0 1px rgba(255,255,255,.055);
}
.hero-shot {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(202, 249, 251, .15);
  border-radius: 18px;
  background: #071214;
}
.hero-shot-main { grid-row: 1 / 3; }
.hero-shot video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.88) contrast(1.06);
  transform: scale(1.01);
}
.hero-shot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 48%, rgba(3,11,13,.78));
  pointer-events: none;
}
.hero-shot span {
  position: absolute;
  z-index: 2;
  left: .85rem;
  bottom: .75rem;
  color: rgba(226, 252, 253, .84);
  font: 600 .58rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .16em;
}
.orb {
  position: absolute;
  top: 1.5rem;
  width: min(28vw, 23rem);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: rgba(255,255,255,.74);
  background:
    radial-gradient(circle at 39% 22%, rgba(255,255,255,.95) 0 4%, transparent 18%),
    radial-gradient(circle at 52% 42%, rgba(235,253,255,.94), rgba(122,184,193,.82) 28%, rgba(18,45,52,.95) 62%, #02090b 78%);
  box-shadow: inset -2rem -3rem 4rem rgba(0,0,0,.42), inset 1.2rem 1.6rem 2.3rem rgba(255,255,255,.48), 0 2.5rem 4rem rgba(30,102,110,.28);
  animation: float 7s ease-in-out infinite;
}
.orb::after {
  content: "";
  position: absolute;
  inset: 7% 8% 52%;
  border-radius: 50%;
  background: linear-gradient(rgba(255,255,255,.76), transparent);
  filter: blur(13px);
}
.orb span { z-index: 2; font-size: clamp(3rem, 7vw, 6.4rem); font-weight: 700; letter-spacing: -.08em; mix-blend-mode: overlay; }
.orb-glint { position: absolute; width: 12%; height: 12%; left: 26%; top: 17%; border-radius: 50%; background: rgba(255,255,255,.96); filter: blur(6px); }
.orb-line { position: absolute; left: -10%; width: 120%; height: 1px; background: rgba(178,248,251,.55); box-shadow: 0 0 15px rgba(84,235,242,.85); }
.line-one { top: 57%; }
.line-two { top: 68%; opacity: .46; }
.orb-shadow { position: absolute; top: 25.8rem; width: 18rem; height: 3.2rem; border-radius: 50%; background: rgba(32,187,198,.35); filter: blur(18px); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-13px) rotate(1deg); } }

.glass-panel {
  border: 1px solid rgba(255,255,255,.78);
  background: var(--glass);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(11, 45, 50, .08);
  backdrop-filter: blur(22px) saturate(140%);
}
.system-card { position: absolute; z-index: 2; right: 0; bottom: 0; width: min(24rem, 88%); padding: 1.15rem; border-radius: 16px; }
.system-card .micro { margin-bottom: 1rem; color: #5a747a; letter-spacing: .14em; }
.system-card strong { display: block; padding-bottom: 1rem; font-size: 1.05rem; }
.system-card dl { margin: 0; }
.system-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem 0; border-top: 1px solid var(--line); }
.system-card dt { color: #5b6d71; font: 600 .64rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .12em; text-transform: uppercase; }
.system-card dd { margin: 0; font-size: .8rem; font-weight: 700; }

.proof-strip {
  width: 100%;
  padding: 1rem clamp(1.2rem, 5vw, 5rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  border-block: 1px solid var(--line);
  background: rgba(250,253,253,.48);
}
.proof-strip p { margin: 0; text-align: center; color: #52666b; font: 600 .62rem/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }

.section-heading { display: grid; grid-template-columns: minmax(12rem,.42fr) minmax(0,1fr); gap: 2rem; align-items: end; margin-bottom: 3.4rem; }
.section-heading .eyebrow { align-self: start; margin: .4rem 0 0; }
.section-heading h2, .reel-copy h2, .contact-card h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.7rem, 5.7vw, 5.7rem);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 630;
}
.section-heading > p:last-child { grid-column: 2; max-width: 46rem; color: var(--muted); font-size: 1.05rem; }
.section-heading.compact { grid-template-columns: .42fr 1fr; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.hero-services { padding-top: .35rem; }
.service-card { min-height: 37rem; padding: 1.05rem; display: flex; flex-direction: column; border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 26px 60px rgba(20,44,50,.16); }
.service-index { padding: .25rem .3rem .85rem; font: 600 .68rem ui-monospace, SFMono-Regular, Menlo, monospace; color: #6d8185; }
.service-card h3 { margin: 1.45rem .3rem .8rem; font-size: 1.8rem; letter-spacing: -.04em; }
.service-card p { color: var(--muted); }
.service-card p, .service-card ul, .service-card > a { margin-left: .3rem; margin-right: .3rem; }
.service-card ul { margin-top: .5rem; margin-bottom: 2rem; padding: 0; list-style: none; }
.service-card li { padding: .6rem 0; border-top: 1px solid var(--line); color: #34494e; font-size: .88rem; }
.service-card > a { margin-top: auto; text-decoration: none; font-size: .82rem; font-weight: 750; }
.service-media { position: relative; height: 13rem; overflow: hidden; border-radius: 17px; background: #071214; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.service-media video { width: 100%; height: 100%; display: block; object-fit: cover; transform: scale(1.1) translateY(-8px); filter: saturate(.82) contrast(1.04); transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.service-card:hover .service-media video { transform: scale(1.125) translateY(-8px); filter: saturate(1) contrast(1.06); }
.service-media-shade { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(3,12,14,.08) 38%, rgba(3,12,14,.82)); pointer-events: none; }
.service-media-meta { position: absolute; inset: auto .8rem .72rem; display: flex; justify-content: space-between; gap: .8rem; color: rgba(231,253,254,.84); font: 600 .56rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }

.reel-section {
  padding: 8rem max(clamp(1.2rem, 5vw, 5rem), calc((100vw - 1320px)/2 + 5rem));
  display: grid;
  grid-template-columns: .62fr 1.38fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  color: #eefafb;
  background: #071316;
  overflow: hidden;
  position: relative;
}
.reel-section::before { content: ""; position: absolute; width: 36rem; height: 36rem; right: 9%; top: -20rem; border-radius: 50%; background: rgba(83,220,228,.16); filter: blur(70px); }
.reel-copy { position: relative; z-index: 2; }
.reel-copy p:not(.eyebrow) { color: #a9bec2; max-width: 30rem; }
.eyebrow-light { color: #7ce7ec; }
.reel-frame { position: relative; z-index: 2; border: 1px solid rgba(206,251,255,.26); border-radius: 20px; padding: .65rem; background: rgba(255,255,255,.08); box-shadow: 0 30px 100px rgba(0,0,0,.48); }
.reel-frame video { width: 100%; aspect-ratio: 16/9; display: block; border-radius: 13px; background: #000; object-fit: cover; }
.reel-caption { display: flex; justify-content: space-between; padding: .85rem .25rem .25rem; color: #91aaae; font: 600 .6rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }

.experience-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.experience-copy { padding: clamp(1.5rem,4vw,3rem); border-radius: var(--radius); }
.experience-copy > p { max-width: 42rem; font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.35; letter-spacing: -.03em; }
.capacity-panel { min-height: 20rem; padding: clamp(1.7rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: space-between; border-radius: var(--radius); }
.capacity-panel .eyebrow { margin-bottom: 3rem; }
.capacity-statement { margin: 0; color: var(--muted); font-size: clamp(1.25rem, 2.2vw, 2rem); line-height: 1.38; letter-spacing: -.03em; }
.capacity-statement strong { color: var(--ink); font-size: 1.12em; font-weight: 720; }
.client-panel { grid-column: 1 / -1; padding: clamp(1.25rem, 3vw, 2rem); border-radius: var(--radius); }
.client-panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 1rem; }
.client-panel-heading > p:last-child { margin: 0; color: #60747a; font-size: .82rem; }
.client-logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; }
.client-logo { min-height: 8.25rem; display: grid; place-items: center; padding: 1.5rem; border: 1px solid rgba(16,33,38,.11); border-radius: 1rem; overflow: hidden; }
.client-logo--light { background: rgba(255,255,255,.58); }
.client-logo--dark { background: rgba(255,255,255,.58); }
.client-logo img { display: block; width: auto; height: auto; max-width: min(100%, 9.5rem); max-height: 3.1rem; object-fit: contain; filter: grayscale(1); opacity: .78; transition: opacity .25s ease, transform .25s ease; }
.client-logo--light img { mix-blend-mode: multiply; }
.client-logo--zoic img { filter: grayscale(1) brightness(0); mix-blend-mode: normal; }
.client-logo--automatik img { width: 11rem; max-width: none; max-height: none; }
.client-wordmark--method { display: flex; flex-direction: column; color: #4f5557; font-size: 1.45rem; line-height: .78; letter-spacing: -.07em; font-weight: 760; }
.client-wordmark--method small { font-size: .67rem; letter-spacing: .23em; font-weight: 540; }
.client-logo--portrait img { max-width: 5rem; max-height: 4.2rem; }
.client-logo:hover img { opacity: 1; transform: scale(1.035); }
.client-panel small { display: block; margin-top: .85rem; color: #60747a; font-size: .68rem; }

.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { display: grid; grid-template-columns: .15fr .85fr; padding: 2rem 0; border-bottom: 1px solid var(--line); }
.workflow-list > li > span { color: var(--cyan-deep); font: 650 .7rem ui-monospace, SFMono-Regular, Menlo, monospace; }
.workflow-list div { display: grid; grid-template-columns: .5fr .5fr; gap: 2rem; }
.workflow-list h3 { font-size: 1.25rem; letter-spacing: -.03em; }
.workflow-list p { color: var(--muted); max-width: 38rem; }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.person-card { min-height: 15rem; padding: 1.35rem; display: flex; flex-direction: column; text-decoration: none; border-radius: var(--radius); transition: transform .2s ease; }
.person-card:hover { transform: translateY(-4px); }
.person-card > span { color: var(--cyan-deep); font: 650 .64rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .15em; }
.person-card strong { margin-top: auto; font-size: 1.7rem; letter-spacing: -.04em; }
.person-card small { margin-top: .4rem; color: var(--muted); }

.contact { padding-bottom: 5rem; }
.contact-card { position: relative; padding: clamp(2rem, 6vw, 6rem); border-radius: 28px; overflow: hidden; color: #f0fbfc; background: #091619; box-shadow: 0 30px 80px rgba(12,39,43,.28); }
.contact-card::after { content: ""; position: absolute; right: -5rem; top: -12rem; width: 34rem; height: 34rem; border-radius: 50%; background: radial-gradient(circle at 35% 25%, #eaffff, #6edee5 13%, #15383e 44%, #030a0c 71%); box-shadow: 0 0 100px rgba(70,220,228,.28); opacity: .78; }
.contact-card > * { position: relative; z-index: 2; }
.contact-card > p:not(.eyebrow) { max-width: 42rem; color: #abc0c4; }
.button-light { margin-top: 1.5rem; color: var(--ink); background: #effafb; border-color: #effafb; }
.contact-meta { display: flex; gap: 2rem; margin-top: 4rem; color: #7f999d; font: 600 .62rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }

.site-footer { max-width: 1320px; margin: 0 auto; padding: 2rem clamp(1.2rem,5vw,5rem) 3rem; display: grid; grid-template-columns: 1fr auto auto; gap: 2rem; align-items: center; color: #607176; font-size: .72rem; }
.footer-brand { color: var(--ink); }
.site-footer p { margin: 0; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.service-page .site-header { position: absolute; }
.service-hero { min-height: 78svh; padding-top: 11rem; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 5rem; }
.service-hero h1 { max-width: 11ch; }
.service-hero .hero-lede { max-width: 38rem; }
.service-orb { position: relative; min-height: 27rem; display: grid; place-items: center; }
.service-orb .orb { width: min(28rem, 85%); top: 0; }
.service-content { display: grid; grid-template-columns: .42fr 1fr; gap: 4rem; }
.service-content h2 { font-size: clamp(2.4rem,4vw,4.2rem); letter-spacing: -.05em; line-height: 1; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.detail-card { min-height: 14rem; padding: 1.35rem; border-radius: var(--radius); }
.detail-card span { color: var(--cyan-deep); font: 650 .64rem ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.detail-card h3 { margin-top: 3.5rem; }
.detail-card p { color: var(--muted); font-size: .88rem; }
.related-links { margin-top: 3rem; display: flex; flex-wrap: wrap; gap: .8rem; }

@media (max-width: 960px) {
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-flex; border: 0; background: transparent; font: 700 .72rem ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
  .nav-cta { display: none; }
  .nav-links { position: absolute; left: clamp(1rem,4vw,3.5rem); right: clamp(1rem,4vw,3.5rem); top: 5rem; display: none; flex-direction: column; align-items: stretch; padding: .7rem; border: 1px solid rgba(255,255,255,.85); border-radius: 14px; background: rgba(241,248,248,.95); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: .8rem; }
  .hero, .service-hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { grid-template-columns: 1fr; }
  .hero-copy > .eyebrow, .hero-copy h1, .hero-lede, .hero-actions { grid-column: 1; grid-row: auto; }
  .hero-copy h1 { margin-bottom: 1.2rem; }
  .hero-lede { margin-bottom: 1.2rem; }
  .hero-visual { min-height: 34rem; }
  .hero-reel { inset: 0; }
  .orb { width: min(22rem, 72vw); }
  .section-heading, .section-heading.compact, .service-content { grid-template-columns: 1fr; gap: 1rem; }
  .section-heading > p:last-child { grid-column: 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .reel-section { grid-template-columns: 1fr; }
  .experience-layout { grid-template-columns: 1fr; }
  .client-panel-heading { align-items: start; flex-direction: column; gap: .35rem; }
  .client-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-logo { min-height: 6.75rem; padding: 1rem; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .service-orb { min-height: 24rem; }
}

@media (max-width: 620px) {
  .site-header { padding-top: 0; }
  .nav-shell { min-height: 50px; }
  .section { padding-top: 6rem; padding-bottom: 6rem; }
  .hero { padding-top: 6.5rem; }
  h1 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .hero-copy h1 { font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-visual { min-height: 30rem; }
  .hero-reel { grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; }
  .hero-shot-main { grid-column: 1 / 3; grid-row: 1; }
  .orb { top: 0; }
  .orb-shadow { top: 19rem; }
  .system-card { bottom: 0; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .reel-section { padding-block: 6rem; }
  .metric-grid, .team-grid, .detail-grid { grid-template-columns: 1fr; }
  .workflow-list li { grid-template-columns: 3rem 1fr; }
  .workflow-list div { grid-template-columns: 1fr; gap: 0; }
  .contact-card::after { width: 22rem; height: 22rem; opacity: .42; }
  .contact-meta, .reel-caption { flex-direction: column; gap: .6rem; }
  .site-footer { grid-template-columns: 1fr; gap: .8rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
