:root {
  --ink: #111713;
  --paper: #f4f1e8;
  --paper-2: #e9e5d9;
  --white: #fffef8;
  --acid: #d8ff52;
  --violet: #8067ff;
  --blue: #3268ff;
  --muted: #657068;
  --line: rgba(17, 23, 19, 0.16);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(20, 28, 22, 0.14);
  --page: min(1280px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  width: var(--page);
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--white);
  transform: translateX(-50%);
  transition: width 220ms ease, top 220ms ease, padding 220ms ease, color 220ms ease, background 220ms ease, border-radius 220ms ease;
}
.site-header.is-scrolled {
  top: 12px;
  width: min(1180px, calc(100vw - 32px));
  height: 64px;
  padding: 0 20px;
  color: var(--ink);
  background: rgba(244, 241, 232, 0.9);
  border: 1px solid rgba(17, 23, 19, 0.1);
  border-radius: 18px;
  box-shadow: 0 16px 50px rgba(17, 23, 19, 0.1);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.brand-name { font-size: 13px; font-weight: 800; letter-spacing: 0.11em; }
.brand-mark { width: 31px; height: 27px; display: grid; gap: 2px; transform: skewY(-9deg); }
.brand-mark i { display: block; height: 3px; background: currentColor; border-radius: 3px; }
.brand-mark i:nth-child(2) { width: 82%; }
.brand-mark i:nth-child(3) { width: 68%; }
.brand-mark i:nth-child(4) { width: 54%; }
.brand-mark i:nth-child(5) { width: 40%; }

.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a {
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.site-nav a:hover { opacity: 0.6; }
.site-nav .nav-cta {
  padding: 10px 15px;
  border: 1px solid currentColor;
  border-radius: 100px;
}
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 900px;
  padding: 170px max(32px, calc((100vw - 1280px) / 2)) 0;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 82% 13%, rgba(94, 76, 214, 0.34), transparent 29%),
    radial-gradient(circle at 15% 86%, rgba(61, 93, 146, 0.16), transparent 27%),
    linear-gradient(145deg, #0c1214 0%, #111713 55%, #101224 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 660px;
  height: 660px;
  right: -230px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(128, 103, 255, 0.52), rgba(128, 103, 255, 0) 68%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: 20%;
  bottom: -370px;
  border-radius: 50%;
  background: var(--acid);
  filter: blur(90px);
  opacity: 0.18;
  pointer-events: none;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.8) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(216,255,82,.65) 0 1px, transparent 1.5px),
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-position: 13px 17px, 71px 39px, 0 0, 0 0;
  background-size: 137px 137px, 211px 211px, 80px 80px, 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.orbital-map {
  position: absolute;
  z-index: 0;
  top: 95px;
  right: max(-120px, calc((100vw - 1500px) / 2));
  width: 690px;
  height: 690px;
  opacity: .55;
  pointer-events: none;
}
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border: 1px solid rgba(179, 170, 255, .28);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}
.orbit-one { width: 36%; height: 36%; }
.orbit-two { width: 65%; height: 38%; }
.orbit-three { width: 92%; height: 55%; transform: translate(-50%, -50%) rotate(27deg); }
.orbit-body { position: absolute; display: block; border-radius: 50%; }
.orbit-body-main {
  top: 18%;
  right: 19%;
  width: 13px;
  height: 13px;
  background: var(--acid);
  box-shadow: 0 0 0 8px rgba(216,255,82,.08), 0 0 28px rgba(216,255,82,.6);
}
.orbit-body-small {
  left: 8%;
  bottom: 30%;
  width: 6px;
  height: 6px;
  background: #a99cff;
  box-shadow: 0 0 18px #8067ff;
}
.hero-copy,
.data-system,
.hero-stats { position: relative; z-index: 1; }
.hero-copy { width: 57%; }
.eyebrow {
  margin: 0 0 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.eyebrow > span { width: 24px; height: 2px; display: inline-block; background: var(--violet); }
.eyebrow-light > span { background: var(--acid); }
.hero h1,
.section h2 {
  margin: 0;
  font-size: clamp(54px, 6.6vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 760;
}
.hero h1 em { color: var(--acid); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead {
  max-width: 680px;
  margin: 34px 0 0;
  color: rgba(255,255,255,.68);
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.5;
}
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button {
  min-height: 54px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--acid); box-shadow: 0 14px 45px rgba(216,255,82,.15); }
.button-primary:hover { box-shadow: 0 18px 52px rgba(216,255,82,.25); }
.text-link {
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 5px;
}
.text-link span { color: var(--acid); margin-left: 8px; }

.data-system {
  position: absolute;
  top: 190px;
  right: max(32px, calc((100vw - 1280px) / 2));
  width: min(39vw, 510px);
  padding: 20px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  transition: transform 180ms ease-out;
}
.system-topline { display: flex; justify-content: space-between; color: var(--muted); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.live-dot { display: flex; align-items: center; gap: 6px; color: #376229; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #62a54d; box-shadow: 0 0 0 4px rgba(98,165,77,.12); }
.system-flow { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; margin-top: 28px; }
.flow-node { min-width: 0; padding: 13px 10px; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; }
.flow-node strong, .flow-node small { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.flow-node strong { margin-top: 18px; font-size: 13px; }
.flow-node small { margin-top: 2px; color: var(--muted); font-size: 9px; }
.node-index { color: var(--muted); font-size: 8px; font-weight: 800; }
.flow-core { color: var(--white); background: var(--violet); border-color: var(--violet); transform: translateY(-7px); box-shadow: 0 12px 24px rgba(128,103,255,.24); }
.flow-core small, .flow-core .node-index { color: rgba(255,255,255,.68); }
.flow-output { background: var(--acid); }
.flow-line { position: relative; height: 1px; background: var(--line); overflow: hidden; }
.flow-line i { position: absolute; width: 12px; height: 1px; background: var(--violet); animation: dataTravel 2.3s infinite ease-in-out; }
.system-chart { min-height: 176px; margin-top: 18px; padding: 20px; display: flex; justify-content: space-between; gap: 24px; background: var(--ink); border-radius: 18px; color: var(--white); }
.chart-copy { display: flex; flex-direction: column; justify-content: space-between; }
.chart-copy > span { color: rgba(255,255,255,.5); font-size: 10px; }
.chart-copy strong { font-size: 36px; line-height: 1; letter-spacing: -.05em; }
.chart-copy small { color: var(--acid); font-size: 15px; }
.chart-bars { flex: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 5px; border-bottom: 1px solid rgba(255,255,255,.2); }
.chart-bars i { width: 8%; height: var(--h); display: block; background: linear-gradient(to top, var(--violet), var(--acid)); border-radius: 4px 4px 0 0; transform-origin: bottom; animation: barGrow 1.2s both cubic-bezier(.2,.75,.2,1); }
.chart-bars i:nth-child(2n) { animation-delay: 100ms; }
.system-note { margin: 17px 4px 2px; color: var(--muted); font-size: 11px; }

.hero-stats {
  width: 57%;
  margin-top: 90px;
  padding: 26px 0 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.18);
}
.hero-stats > div { display: flex; align-items: flex-start; gap: 12px; }
.hero-stats strong { color: var(--acid); font-size: 32px; line-height: 1; }
.hero-stats span { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.45; }

.section { padding: 130px max(32px, calc((100vw - 1280px) / 2)); }
.section-heading { display: grid; grid-template-columns: 1fr 2.2fr 1fr; column-gap: 48px; align-items: end; }
.section-heading .eyebrow { align-self: start; margin-top: 12px; }
.section h2 { font-size: clamp(44px, 5vw, 76px); }
.section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.service-list { margin-top: 78px; border-top: 1px solid var(--line); }
.service-card {
  position: relative;
  min-height: 250px;
  display: grid;
  grid-template-columns: .45fr 1.45fr 1.15fr 1.3fr 40px;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  transition: padding 220ms ease, background 220ms ease;
}
.service-card:hover { padding: 0 22px; background: var(--white); }
.service-card-accent { margin: 0 -22px; padding: 0 22px; background: var(--acid); border: none; border-radius: 20px; }
.service-card-accent + .service-card { border-top: 1px solid var(--line); }
.service-card-ai {
  margin: 20px -22px 0;
  padding: 0 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 20%, rgba(216,255,82,.13), transparent 27%),
    radial-gradient(circle at 20% 110%, rgba(128,103,255,.4), transparent 36%),
    #111526;
  border: 0;
  border-radius: 20px;
}
.service-card-ai:hover {
  padding: 0 22px;
  background:
    radial-gradient(circle at 84% 20%, rgba(216,255,82,.17), transparent 27%),
    radial-gradient(circle at 20% 110%, rgba(128,103,255,.48), transparent 36%),
    #111526;
}
.service-card-ai .service-tag,
.service-card-ai li::before { color: var(--acid); }
.service-card-ai > p { color: rgba(255,255,255,.56); }
.service-card-ai .service-number { color: rgba(255,255,255,.45); }
.service-number { align-self: start; margin-top: 38px; color: var(--muted); font-size: 12px; font-weight: 800; }
.service-tag { margin: 0 0 12px; color: var(--violet); text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.service-card h3 { margin: 0; font-size: clamp(22px, 2.1vw, 31px); line-height: 1.12; letter-spacing: -.035em; }
.service-card > p { color: var(--muted); font-size: 14px; }
.service-card ul { margin: 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 7px 0; padding-left: 15px; font-size: 12px; font-weight: 650; }
.service-card li::before { content: "+"; position: absolute; left: 0; color: var(--violet); }
.card-arrow { font-size: 24px; transition: transform 180ms ease; }
.service-card:hover .card-arrow { transform: translate(3px, -3px); }

.approach {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 9vw;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 75%, rgba(128,103,255,.18), transparent 25%),
    radial-gradient(circle at 80% 12%, rgba(255,255,255,.3) 0 1px, transparent 1.5px) 0 0 / 143px 143px,
    #0c1214;
}
.approach > * { position: relative; z-index: 1; }
.approach-intro { position: sticky; top: 130px; align-self: start; }
.approach-intro h2 { color: var(--acid); }
.approach-intro > p:last-child { max-width: 520px; margin: 34px 0 0; color: rgba(255,255,255,.55); font-size: 17px; }
.process { counter-reset: steps; border-top: 1px solid rgba(255,255,255,.18); }
.process-step { min-height: 190px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-step > span { color: var(--acid); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.process-step h3 { margin: 23px 0 10px; font-size: 24px; letter-spacing: -.03em; }
.process-step p { max-width: 500px; margin: 0; color: rgba(255,255,255,.5); font-size: 14px; }

.team { background: linear-gradient(155deg, var(--paper-2) 55%, #e0ddf1 100%); }
.team-heading { align-items: start; }
.team-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.person {
  position: relative;
  grid-column: span 2;
  min-height: 430px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(17,23,19,.1);
  border-radius: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.person:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(17,23,19,.1); }
.person-lead { grid-column: span 3; color: var(--white); background: var(--violet); }
.person-lead + .person { grid-column: span 3; }
.person-top { display: flex; justify-content: space-between; text-transform: uppercase; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.person-status { padding: 5px 8px; border: 1px solid currentColor; border-radius: 100px; opacity: .55; }
.person-glyph {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--paper-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 190px;
  line-height: 1;
  transform: translate(-50%, -58%);
  transition: transform 300ms ease;
}
.person:hover .person-glyph { transform: translate(-50%, -58%) rotate(-5deg) scale(1.04); }
.person-lead .person-glyph { color: rgba(255,255,255,.14); }
.person-glyph-code { font-size: 140px; }
.person-copy { position: relative; z-index: 1; }
.person-copy p { margin: 0 0 12px; color: var(--violet); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.person-lead .person-copy p { color: var(--acid); }
.person-copy h3 { margin: 0 0 18px; font-size: 23px; line-height: 1.12; letter-spacing: -.035em; }
.person-copy span { color: var(--muted); font-size: 10px; font-weight: 700; }
.person-lead .person-copy span { color: rgba(255,255,255,.58); }

.start { background: var(--acid); }
.start-copy { display: grid; grid-template-columns: .8fr 1.5fr 1fr; gap: 50px; align-items: end; }
.start-copy .eyebrow { align-self: start; margin-top: 10px; }
.start-copy > p:last-child { margin: 0; font-size: 15px; }
.format-picker { margin-top: 70px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.format-tabs { padding: 12px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; border-bottom: 1px solid var(--line); }
.format-tabs button {
  padding: 16px 12px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}
.format-tabs button[aria-selected="true"] { color: var(--white); background: var(--ink); }
.format-tabs button:focus-visible { outline: 3px solid var(--violet); outline-offset: 2px; }
.format-panel { min-height: 310px; padding: 48px; display: grid; grid-template-columns: 1.7fr 1fr; gap: 10vw; align-items: center; }
.format-label { color: var(--violet); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.format-panel h3 { max-width: 700px; margin: 24px 0 0; font-size: clamp(28px, 3.5vw, 48px); line-height: 1.05; letter-spacing: -.05em; }
.format-result { padding-left: 28px; border-left: 1px solid var(--line); }
.format-result p { color: var(--muted); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.format-result ul { padding: 0; list-style: none; }
.format-result li { position: relative; margin: 14px 0; padding-left: 22px; font-size: 13px; font-weight: 650; }
.format-result li::before { content: "✓"; position: absolute; left: 0; color: var(--violet); }
.format-panel.is-switching { animation: panelSwitch 250ms ease both; }
.start-bottom { margin-top: 38px; display: flex; justify-content: space-between; align-items: center; }
.start-bottom p { margin: 0; font-size: 14px; }
.button-dark { color: var(--white); background: var(--ink); }

.site-footer {
  min-height: 100px;
  padding: 28px max(32px, calc((100vw - 1280px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  color: rgba(255,255,255,.6);
  background: var(--ink);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .11em;
}
.brand-footer { color: var(--white); }
.site-footer p:nth-child(2) { text-align: center; }
.site-footer p:last-child { text-align: right; }

.reveal { opacity: 1; transform: translateY(0); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.2,1); }
.reveal-ready .reveal:not(.is-visible) { opacity: 0; transform: translateY(24px); }
.reveal-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes dataTravel { from { transform: translateX(-12px); } to { transform: translateX(36px); } }
@keyframes barGrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
@keyframes panelSwitch { 0% { opacity: .35; transform: translateY(5px); } 100% { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  :root { --page: calc(100vw - 40px); }
  .hero { padding-top: 150px; padding-bottom: 40px; }
  .hero-copy { width: 62%; }
  .data-system { top: 250px; width: 42vw; }
  .hero-stats { margin-top: 250px; width: 100%; }
  .section-heading, .start-copy { grid-template-columns: 1fr 2fr; }
  .section-heading > p:last-child, .start-copy > p:last-child { grid-column: 2; margin-top: 24px; }
  .service-card { grid-template-columns: .3fr 1.25fr 1fr 1.15fr 24px; }
  .approach { gap: 7vw; }
}

@media (max-width: 760px) {
  :root { --radius: 20px; --page: calc(100vw - 32px); }
  html { scroll-padding-top: 82px; }
  .site-header { height: 70px; }
  .site-header.is-scrolled { top: 8px; width: calc(100vw - 16px); padding: 0 14px; }
  .menu-toggle {
    position: relative;
    z-index: 102;
    width: 42px;
    height: 42px;
    display: block;
    color: inherit;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 50%;
  }
  .menu-toggle span:not(.sr-only) { position: absolute; left: 11px; width: 18px; height: 1px; background: currentColor; transition: transform 180ms ease; }
  .menu-toggle span:first-child { top: 16px; }
  .menu-toggle span:nth-child(2) { top: 23px; }
  .menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 20px; transform: rotate(-45deg); }
  .site-nav {
    position: fixed;
    inset: 0;
    padding: 120px 28px 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    color: var(--white);
    background: var(--ink);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 17px 0; font-size: 25px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-nav .nav-cta { margin-top: 24px; padding: 16px 20px; text-align: center; border-color: var(--acid); color: var(--ink); background: var(--acid); }
  .site-header.is-scrolled:has(.site-nav.is-open) { color: var(--white); background: transparent; border-color: transparent; box-shadow: none; backdrop-filter: none; }

  .hero { min-height: 0; padding: 130px 20px 0; }
  .hero-grid { background-size: 48px 48px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { text-align: center; }
  .data-system { position: relative; top: auto; right: auto; width: 100%; margin-top: 64px; }
  .system-flow { grid-template-columns: 1fr 20px 1fr 20px 1fr; }
  .flow-node { padding: 10px 7px; }
  .flow-node strong { font-size: 11px; }
  .system-chart { min-height: 145px; }
  .hero-stats { margin-top: 50px; padding: 25px 0; grid-template-columns: 1fr; gap: 18px; }
  .hero-stats > div { padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }

  .section { padding: 90px 20px; }
  .section-heading, .start-copy { display: block; }
  .section-heading .eyebrow, .start-copy .eyebrow { margin-top: 0; }
  .section h2 { font-size: clamp(42px, 12vw, 58px); }
  .section-heading > p:last-child, .start-copy > p:last-child { margin-top: 28px; }
  .service-list { margin-top: 50px; }
  .service-card, .service-card-accent {
    min-height: 0;
    margin: 0;
    padding: 28px 18px;
    display: grid;
    grid-template-columns: 35px 1fr;
    gap: 20px 8px;
    border-radius: 0;
  }
  .service-card:hover { padding: 28px 18px; }
  .service-card-accent { border-radius: 18px; }
  .service-card-ai, .service-card-ai:hover { margin-top: 18px; padding: 28px 18px; border-radius: 18px; }
  .service-number { grid-row: 1 / 5; margin-top: 4px; }
  .service-card > p, .service-card ul { grid-column: 2; margin: 0; }
  .card-arrow { position: absolute; right: 18px; top: 28px; }

  .approach { display: block; }
  .approach-intro { position: static; }
  .process { margin-top: 60px; }
  .process-step { min-height: 0; padding: 30px 0; }

  .team-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .person, .person-lead, .person-lead + .person { grid-column: auto; min-height: 365px; }
  .person-glyph { font-size: 155px; }

  .format-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .format-tabs::-webkit-scrollbar { display: none; }
  .format-tabs button { min-width: max-content; }
  .format-panel { min-height: 0; padding: 30px 22px; display: block; }
  .format-result { margin-top: 35px; padding: 22px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .start-bottom { align-items: stretch; flex-direction: column; gap: 28px; }

  .site-footer { padding: 35px 20px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
  .site-footer p { margin: 0; text-align: left !important; }
  .brand-footer { margin-bottom: 12px; }
}

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