:root {
  --ink: #111218;
  --ink-soft: #1c1e26;
  --paper: #f4f1ea;
  --paper-2: #ebe7de;
  --white: #ffffff;
  --muted: #656873;
  --line: rgba(17, 18, 24, 0.16);
  --line-light: rgba(255, 255, 255, 0.14);
  --accent: #ff4b2b;
  --accent-dark: #d83217;
  --blue: #5870ff;
  --lime: #c8ff5a;
  --max: 1240px;
  --header: 76px;
  --ease: cubic-bezier(.2,.7,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--accent); color: white; }

.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 9999;
  background: var(--white); padding: 12px 18px; border: 2px solid var(--ink);
}
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section { padding: 120px 0; }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 1000; height: var(--header);
  color: var(--paper); transition: background .3s var(--ease), color .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.scrolled { background: rgba(244, 241, 234, .94); color: var(--ink); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.header-row { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 224px; flex: 0 0 auto; }
.site-header:not(.scrolled) .brand img { filter: none; }
.site-header:not(.scrolled) .brand img { content: url('../images/logo-footer.svg'); }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.site-nav a { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: currentColor; transition: right .25s var(--ease); }
.site-nav a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid currentColor; padding: 11px 18px; }
.nav-cta:hover { background: var(--accent); border-color: var(--accent); color: white; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid currentColor; background: transparent; padding: 0; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s var(--ease); }

.hero { position: relative; min-height: 920px; padding: calc(var(--header) + 86px) 0 44px; overflow: hidden; background: var(--ink); color: var(--paper); }
.hero::after { content: ''; position: absolute; inset: auto 0 0; height: 1px; background: var(--line-light); }
.hero-backdrop { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.hero-backdrop::before { content: ''; position: absolute; width: 680px; height: 680px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; right: -120px; top: 20px; box-shadow: 0 0 0 110px rgba(255,255,255,.018), 0 0 0 220px rgba(255,255,255,.012); }
.hero-line { position: absolute; height: 2px; background: linear-gradient(90deg, transparent, var(--accent), transparent); transform-origin: left center; opacity: .45; }
.line-a { width: 70%; top: 27%; left: 58%; transform: rotate(132deg); }
.line-b { width: 50%; top: 54%; left: 72%; transform: rotate(158deg); opacity: .2; }
.line-c { width: 44%; top: 8%; left: 42%; transform: rotate(38deg); opacity: .15; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow, .section-label { display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 9px; height: 9px; background: var(--accent); }
.hero h1 { margin: 34px 0 28px; max-width: 760px; font-size: clamp(64px, 7.3vw, 114px); line-height: .89; letter-spacing: -.066em; font-weight: 800; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-summary { max-width: 650px; margin: 0; color: #b6b8c0; font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 54px; padding: 0 24px; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.button-primary { background: var(--accent); color: white; }
.button-primary:hover { background: var(--accent-dark); }
.text-link { display: inline-flex; gap: 13px; align-items: center; color: #d4d4d9; font-size: 13px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.25); padding-bottom: 7px; }
.text-link:hover { color: white; border-color: white; }

.hero-system { min-height: 590px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.025); display: grid; grid-template-rows: auto 1fr auto; box-shadow: 0 40px 100px rgba(0,0,0,.25); }
.system-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 10px; font-weight: 800; letter-spacing: .14em; color: #a8abb4; }
.system-head strong { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.system-head i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,255,90,.1); }
.system-core { position: relative; min-height: 430px; display: grid; place-items: center; overflow: hidden; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 46px 46px; }
.core-center { position: relative; z-index: 3; width: 168px; height: 168px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.32); background: var(--ink); box-shadow: 0 0 0 14px rgba(255,75,43,.08), 0 0 80px rgba(255,75,43,.18); }
.core-center::before { content: ''; position: absolute; inset: 13px; border: 1px dashed rgba(255,255,255,.18); border-radius: 50%; }
.core-center small, .core-center span { position: relative; font-size: 9px; letter-spacing: .16em; color: #8e929c; }
.core-center strong { position: relative; margin: 7px 0 4px; font-size: 25px; letter-spacing: -.04em; color: white; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%, -50%); }
.orbit::before { content: ''; position: absolute; width: 11px; height: 11px; background: var(--accent); border: 4px solid var(--ink); border-radius: 50%; }
.orbit span { position: absolute; padding: 8px 11px; background: var(--paper); color: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .13em; white-space: nowrap; }
.orbit-one { width: 265px; height: 265px; }
.orbit-one::before { left: 28px; top: 32px; }.orbit-one span { left: -20px; top: 16px; }
.orbit-two { width: 340px; height: 340px; border-style: dashed; }
.orbit-two::before { right: 16px; top: 88px; background: var(--blue); }.orbit-two span { right: -14px; top: 72px; }
.orbit-three { width: 420px; height: 420px; }
.orbit-three::before { left: 64px; bottom: 30px; background: var(--lime); }.orbit-three span { left: 30px; bottom: 4px; }
.orbit-four { width: 500px; height: 500px; border-style: dashed; opacity: .55; }
.orbit-four::before { right: 65px; bottom: 43px; }.orbit-four span { right: 39px; bottom: 16px; }
.system-foot { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.12); }
.system-foot div { padding: 18px; border-right: 1px solid rgba(255,255,255,.12); }
.system-foot div:last-child { border-right: 0; }
.system-foot small { display: block; color: #777b85; font-size: 8px; letter-spacing: .14em; }
.system-foot strong { display: block; margin-top: 7px; color: white; font-size: 12px; }

.proof-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.proof-strip div { position: relative; padding: 30px 38px 30px 48px; border-right: 1px solid rgba(255,255,255,.14); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip span { position: absolute; left: 0; top: 32px; color: var(--accent); font-size: 10px; font-weight: 800; }
.proof-strip strong { display: block; font-size: 16px; }
.proof-strip small { display: block; margin-top: 9px; color: #8e929c; line-height: 1.55; }

.intro { background: var(--paper); }
.intro-grid, .delivery-head, .media-heading { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: start; }
.section-label { padding-top: 12px; color: #787a82; }
.section-label span { color: var(--accent); }
.section-label.light { color: #8f929b; }
.intro-copy h2, .media-heading h2, .formats-head h2, .tech-copy h2, .delivery-head h2, .industries-title h2, .contact-copy h2 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: .98; letter-spacing: -.055em; }
.intro-copy p, .media-heading p, .delivery-head p, .industries-title > p, .contact-copy > p { max-width: 760px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 76px; background: var(--line); border: 1px solid var(--line); }
.capability-card { min-height: 390px; padding: 38px; background: var(--paper); display: flex; flex-direction: column; }
.capability-feature { grid-row: span 2; background: var(--ink); color: var(--paper); min-height: 781px; }
.capability-card:last-child { grid-column: 1 / -1; min-height: 310px; }
.card-top { display: flex; justify-content: space-between; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .14em; color: var(--muted); }
.card-top span { color: var(--accent); }
.capability-card h3 { margin: auto 0 18px; font-size: 34px; letter-spacing: -.035em; }
.capability-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.capability-feature p { color: #a9acb4; }
.capability-card a { margin-top: 32px; align-self: flex-start; padding-bottom: 5px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.signal-visual { margin-top: 76px; height: 300px; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.18); }
.signal-visual i { flex: 1; min-width: 0; height: var(--h, 25%); background: linear-gradient(to top, var(--accent), #ff8a72); opacity: .85; }
.signal-visual i:nth-child(1){--h:18%}.signal-visual i:nth-child(2){--h:33%}.signal-visual i:nth-child(3){--h:27%}.signal-visual i:nth-child(4){--h:54%}.signal-visual i:nth-child(5){--h:46%}.signal-visual i:nth-child(6){--h:70%}.signal-visual i:nth-child(7){--h:62%}.signal-visual i:nth-child(8){--h:92%}

.media-section { background: var(--ink); color: var(--paper); }
.media-heading p { color: #9da0aa; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 72px; background: var(--line-light); border: 1px solid var(--line-light); }
.media-card { min-height: 430px; padding: 30px; background: var(--ink); display: flex; flex-direction: column; }
.media-programmatic { grid-column: span 2; background: var(--accent); color: white; }
.media-card:last-child {
  grid-column: 1 / -1; min-height: 300px; display: grid;
  grid-template-columns: 88px 1fr; grid-template-rows: auto 1fr auto; column-gap: 28px;
  background: #14161e;
}
.media-card:last-child .media-index { grid-column: 1; grid-row: 1; }
.media-card:last-child .media-mark { grid-column: 1; grid-row: 2; margin: 28px 0 0; }
.media-card:last-child > div:nth-of-type(3) { grid-column: 2; grid-row: 2; align-self: center; max-width: 720px; }
.media-card:last-child ul { grid-column: 2; grid-row: 3; margin-top: 0; }
.media-index { font-size: 10px; font-weight: 800; color: #777b85; }
.media-programmatic .media-index { color: rgba(255,255,255,.65); }
.media-mark { width: 72px; height: 72px; display: grid; place-items: center; margin: 30px 0 auto; border: 1px solid rgba(255,255,255,.18); font-size: 15px; font-weight: 900; letter-spacing: -.03em; overflow: hidden; }
.media-logo { padding: 10px; background: #ffffff; border-color: rgba(255,255,255,.18); box-shadow: inset 0 0 0 1px rgba(20,22,30,.04); }
.media-logo img { display: block; width: auto; height: auto; max-width: 48px; max-height: 48px; image-rendering: auto; }
.media-programmatic .media-mark { background: white; border: 0; color: var(--accent); }
.media-card small { display: block; margin-bottom: 10px; color: #848791; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.media-programmatic small { color: rgba(255,255,255,.66); }
.media-card h3 { margin: 0; font-size: 29px; letter-spacing: -.035em; }
.media-card p { margin: 14px 0 0; color: #9da0aa; line-height: 1.6; }
.media-programmatic p { color: rgba(255,255,255,.8); max-width: 680px; }
.media-card ul { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 28px 0 0; padding: 0; }
.media-card li { padding: 7px 9px; border: 1px solid rgba(255,255,255,.14); color: #aeb0b7; font-size: 9px; font-weight: 800; letter-spacing: .06em; }
.media-programmatic li { color: white; border-color: rgba(255,255,255,.35); }

.formats { background: var(--paper-2); }
.formats-head { display: grid; grid-template-columns: 260px 1fr; gap: 80px; align-items: start; }
.format-list { margin-top: 72px; border-top: 1px solid var(--line); }
.format-row { display: grid; grid-template-columns: 50px 100px 210px 1fr 110px; gap: 32px; align-items: center; min-height: 155px; border-bottom: 1px solid var(--line); }
.format-number { color: var(--accent); font-size: 10px; font-weight: 800; }
.format-row h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.format-row p { margin: 0; color: var(--muted); line-height: 1.65; }
.format-row > small { text-align: right; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.format-demo { position: relative; width: 90px; height: 64px; border: 1px solid var(--ink); overflow: hidden; }
.demo-interactive i { position: absolute; width: 26px; height: 26px; border: 1px solid var(--ink); border-radius: 50%; left: 15px; top: 18px; }
.demo-interactive b { position: absolute; width: 38px; height: 7px; background: var(--accent); right: 10px; top: 28px; }
.demo-banner i { position: absolute; inset: 13px 9px; background: var(--ink); }
.demo-banner b { position: absolute; left: 17px; right: 17px; bottom: 18px; height: 5px; background: var(--accent); }
.demo-video i { position: absolute; width: 0; height: 0; border-top: 12px solid transparent; border-bottom: 12px solid transparent; border-left: 18px solid var(--accent); left: 37px; top: 20px; }
.demo-interstitial i { position: absolute; inset: 9px 25px; border: 1px solid var(--ink); }
.demo-interstitial b { position: absolute; width: 24px; height: 5px; background: var(--accent); left: 33px; bottom: 16px; }

.technology { background: #171922; color: var(--paper); }
.technology-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.tech-copy > p { max-width: 570px; color: #9da0aa; font-size: 17px; line-height: 1.7; }
.tech-copy .section-label { margin-bottom: 46px; }
.tech-points { margin-top: 48px; border-top: 1px solid var(--line-light); }
.tech-points > div { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line-light); }
.tech-points span { color: var(--accent); font-size: 9px; font-weight: 800; }
.tech-points p { margin: 0; color: #9da0aa; line-height: 1.55; }
.tech-points strong { display: block; margin-bottom: 5px; color: white; }
.data-console { border: 1px solid var(--line-light); background: #101117; }
.console-top { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line-light); color: #8b8e98; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.console-top b { color: var(--lime); }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-light); }
.console-metrics > div { padding: 22px; border-right: 1px solid var(--line-light); }
.console-metrics > div:last-child { border-right: 0; }
.console-metrics small, .console-metrics span { display: block; color: #70737d; font-size: 8px; letter-spacing: .12em; }
.console-metrics strong { display: block; margin: 8px 0 4px; font-size: 34px; }
.chart-wrap { padding: 26px 22px 12px; }
.chart-label { display: flex; justify-content: space-between; color: #858892; font-size: 8px; letter-spacing: .13em; }
.chart-wrap svg { width: 100%; height: auto; margin-top: 18px; }
.grid-lines path { stroke: rgba(255,255,255,.07); stroke-width: 1; }
.chart-fill { fill: url(#areaFill); }
.chart-stroke { fill: none; stroke: var(--accent); stroke-width: 4; }
.chart-wrap circle { fill: var(--lime); stroke: #101117; stroke-width: 6; }
.console-funnel { display: flex; justify-content: center; gap: 12px; padding: 18px; border-top: 1px solid var(--line-light); color: #8d909a; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.console-funnel i { color: var(--accent); font-style: normal; }

.delivery { background: var(--paper); }
.delivery-head p { margin-top: 24px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 72px; background: var(--line); border: 1px solid var(--line); }
.process-step { min-height: 280px; padding: 30px; background: var(--paper); }
.process-step > span { color: var(--accent); font-size: 10px; font-weight: 800; }
.process-step small { display: block; margin: 72px 0 9px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.process-step h3 { margin: 0; font-size: 24px; letter-spacing: -.035em; }
.process-step p { margin: 15px 0 0; color: var(--muted); line-height: 1.6; }
.service-band { display: grid; grid-template-columns: repeat(5, 1fr); margin-top: 36px; border: 1px solid var(--line); }
.service-band > div { min-height: 110px; padding: 24px; border-right: 1px solid var(--line); }
.service-band > div:last-child { border-right: 0; }
.service-band small { display: block; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.service-band strong { display: block; margin-top: 14px; font-size: 13px; }

.industries { background: var(--accent); color: white; }
.industries-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.industries-title > p { color: rgba(255,255,255,.76); }
.industries-title .section-label { color: rgba(255,255,255,.7); margin-bottom: 46px; }
.industries-title .section-label span { color: white; }
.industry-list { border-top: 1px solid rgba(255,255,255,.35); }
.industry-list article { display: grid; grid-template-columns: 42px 220px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.35); }
.industry-list span { font-size: 9px; font-weight: 800; }
.industry-list h3 { margin: 0; font-size: 25px; letter-spacing: -.035em; }
.industry-list p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.6; }

.contact { background: var(--paper-2); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.contact-copy .section-label { margin-bottom: 46px; }
.email-link { display: inline-flex; gap: 14px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 18px; font-weight: 800; }
.contact-note { margin-top: 90px; padding-top: 24px; border-top: 1px solid var(--line); }
.contact-note small { font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.contact-note p { max-width: 430px; color: var(--muted); line-height: 1.6; }
.form-panel { padding: 42px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 30px 80px rgba(17,18,24,.08); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-panel label { display: block; margin-bottom: 20px; }
.form-panel label > span { display: block; margin-bottom: 9px; color: #5f626c; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.form-panel input, .form-panel select, .form-panel textarea { width: 100%; border: 1px solid #d6d3cb; border-radius: 0; background: #fbfaf7; color: var(--ink); outline: 0; transition: border .2s, box-shadow .2s; }
.form-panel input, .form-panel select { height: 51px; padding: 0 15px; }
.form-panel textarea { min-height: 140px; padding: 14px 15px; resize: vertical; }
.form-panel input:focus, .form-panel select:focus, .form-panel textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(17,18,24,.08); }
.submit-button { width: 100%; min-height: 57px; display: flex; align-items: center; justify-content: space-between; border: 0; background: var(--ink); color: white; padding: 0 20px; font-weight: 800; cursor: pointer; }
.submit-button:hover { background: var(--accent); }
.form-disclaimer { margin: 14px 0 0; color: #8a8c94; font-size: 11px; line-height: 1.5; }
.form-trap { position: absolute !important; left: -10000px !important; opacity: 0 !important; }
.form-success { margin-bottom: 26px; padding: 18px; border-left: 4px solid var(--accent); background: #f1eee7; }
.form-success strong { font-size: 18px; }
.form-success p { margin: 5px 0 0; color: var(--muted); }

.site-footer { padding: 66px 0 30px; background: var(--ink); color: var(--paper); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; padding-bottom: 56px; border-bottom: 1px solid var(--line-light); }
.footer-brand { width: 224px; }
.footer-top p { max-width: 390px; margin: 0; color: #9699a2; line-height: 1.6; }
.footer-top > a:last-child { font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: #777b84; font-size: 10px; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .section { padding: 96px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 40px; }
  .hero-system { max-width: 780px; width: 100%; }
  .intro-grid, .delivery-head, .media-heading, .formats-head { grid-template-columns: 190px 1fr; gap: 48px; }
  .media-grid { grid-template-columns: repeat(2, 1fr); }
  .media-programmatic { grid-column: span 2; }
  .technology-grid, .industries-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .data-console { max-width: 820px; }
  .service-band { grid-template-columns: repeat(3, 1fr); }
  .service-band > div:nth-child(3) { border-right: 0; }
  .service-band > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .contact-note { margin-top: 50px; }
}

@media (max-width: 820px) {
  :root { --header: 68px; }
  .container { width: min(calc(100% - 32px), var(--max)); }
  .site-header { background: rgba(17,18,24,.95); color: white; }
  .site-header.scrolled { background: rgba(244,241,234,.97); color: var(--ink); }
  .site-header .brand img { content: url('../images/logo-footer.svg') !important; }
  .site-header.scrolled .brand img { content: url('../images/logo.svg') !important; }
  .brand { width: 190px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: fixed; inset: var(--header) 0 auto 0; display: grid; gap: 0; padding: 18px 16px 28px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 50px rgba(17,18,24,.15); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .3s var(--ease); }
  .site-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .site-nav a { padding: 17px 8px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .site-nav .nav-cta { margin-top: 14px; border: 0; background: var(--accent); color: white; text-align: center; }
  .hero { padding-top: calc(var(--header) + 70px); }
  .hero h1 { font-size: clamp(58px, 15vw, 88px); }
  .hero-summary { font-size: 17px; }
  .hero-system { min-height: 500px; }
  .system-core { min-height: 360px; }
  .orbit-one { width: 220px; height: 220px; }
  .orbit-two { width: 285px; height: 285px; }
  .orbit-three { width: 345px; height: 345px; }
  .orbit-four { width: 405px; height: 405px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .proof-strip div:last-child { border-bottom: 0; }
  .intro-grid, .delivery-head, .media-heading, .formats-head { grid-template-columns: 1fr; gap: 28px; }
  .section-label { padding-top: 0; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-feature { grid-row: auto; min-height: 620px; }
  .media-grid { grid-template-columns: 1fr; }
  .media-programmatic { grid-column: auto; }
  .media-card:last-child { grid-column: auto; display: flex; min-height: 370px; }
  .media-card:last-child .media-mark { margin: 30px 0 auto; }
  .format-row { grid-template-columns: 40px 90px 1fr; gap: 20px; padding: 24px 0; }
  .format-row p { grid-column: 3; }
  .format-row > small { grid-column: 3; text-align: left; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-band { grid-template-columns: repeat(2, 1fr); }
  .service-band > div { border-bottom: 1px solid var(--line); }
  .service-band > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .service-band > div:nth-child(even) { border-right: 0; }
  .service-band > div:last-child { border-bottom: 0; }
  .industry-list article { grid-template-columns: 36px 1fr; }
  .industry-list p { grid-column: 2; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { gap: 20px; }
}

@media (max-width: 560px) {
  .section { padding: 76px 0; }
  .container { width: min(calc(100% - 24px), var(--max)); }
  .hero { padding-bottom: 28px; }
  .hero h1 { margin-top: 26px; font-size: clamp(50px, 15.7vw, 70px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .hero-system { min-height: 430px; }
  .system-head { font-size: 8px; }
  .system-core { min-height: 315px; }
  .core-center { width: 128px; height: 128px; }
  .core-center strong { font-size: 20px; }
  .orbit-one { width: 185px; height: 185px; }
  .orbit-two { width: 235px; height: 235px; }
  .orbit-three { width: 285px; height: 285px; }
  .orbit-four { width: 335px; height: 335px; }
  .orbit span { font-size: 7px; padding: 6px 8px; }
  .system-foot { grid-template-columns: 1fr; }
  .system-foot div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); padding: 12px 16px; }
  .system-foot div:last-child { border-bottom: 0; }
  .proof-strip { margin-top: 44px; }
  .intro-copy h2, .media-heading h2, .formats-head h2, .tech-copy h2, .delivery-head h2, .industries-title h2, .contact-copy h2 { font-size: 42px; }
  .intro-copy p, .media-heading p, .delivery-head p, .industries-title > p, .contact-copy > p { font-size: 16px; }
  .capability-card, .media-card { padding: 25px; }
  .capability-card { min-height: 330px; }
  .capability-feature { min-height: 540px; }
  .signal-visual { height: 220px; gap: 8px; }
  .media-card { min-height: 370px; }
  .format-row { grid-template-columns: 30px 72px 1fr; gap: 14px; }
  .format-demo { width: 68px; height: 52px; transform: scale(.85); transform-origin: left center; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 245px; }
  .service-band { grid-template-columns: 1fr; }
  .service-band > div { border-right: 0 !important; }
  .industry-list article { grid-template-columns: 30px 1fr; gap: 14px; }
  .industry-list h3 { font-size: 22px; }
  .form-panel { padding: 24px 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { flex-direction: column; }
}

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