:root {
  --navy: #041b47;
  --navy-deep: #031537;
  --blue: #0758db;
  --cyan: #76e0f3;
  --orange: #f59b3a;
  --ink: #12254a;
  --muted: #5c6d89;
  --paper: #f6f7fb;
  --line: rgba(4, 27, 71, .15);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; height: 100%; overflow: hidden; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, [tabindex="-1"]:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }

.app { position: relative; height: 100vh; height: 100dvh; overflow: hidden; background: var(--navy); }
.deck { display: flex; width: 800vw; height: 100%; transform: translate3d(0,0,0); will-change: transform; }
.deck.is-ready { transition: transform 750ms cubic-bezier(.7,0,.2,1); }
.slide { position: relative; flex: 0 0 100vw; width: 100vw; height: 100%; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scroll-behavior: smooth; }
.slide__inner { width: min(100%, 1680px); min-height: 100%; margin: 0 auto; padding: clamp(112px, 10.5vh, 150px) clamp(28px, 6.5vw, 112px) clamp(118px, 12vh, 150px); }
.slide-index { display: none; }
.slide--hero .slide-index, .slide--digital .slide-index, .slide--intelligence .slide-index, .slide--contact .slide-index { color: rgba(255,255,255,.47); }

.topbar { position: absolute; z-index: 30; top: 0; left: 0; right: 0; height: 85px; display: grid; grid-template-columns: minmax(165px, 1fr) minmax(220px, 510px) minmax(165px, 1fr); align-items: center; gap: 26px; padding: 0 clamp(28px, 6.5vw, 112px); color: var(--navy); transition: color 500ms ease; }
.app[data-theme="dark"] .topbar { color: white; }
.wordmark { width: max-content; font-size: 26px; font-weight: 700; letter-spacing: -.095em; line-height: 1; text-decoration: none; }
.wordmark > span:first-child { color: var(--blue); }
.app[data-theme="dark"] .wordmark > span:first-child { color: var(--cyan); }
.wordmark-dot { color: var(--orange); }
.progress { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); align-items: center; gap: 6px; width: 100%; }
.progress button { display: block; width: 100%; height: 18px; padding: 0; border: 0; background: transparent; position: relative; }
.progress button::before { content: ""; position: absolute; inset: 7px 0; border-radius: 10px; background: rgba(4, 27, 71, .14); transition: background 350ms ease, transform 350ms ease; }
.app[data-theme="dark"] .progress button::before { background: rgba(255,255,255,.27); }
.progress button.is-done::before { background: var(--blue) !important; }
.app[data-theme="dark"] .progress button.is-done::before { background: var(--cyan) !important; }
.progress button.is-active::before { background: var(--orange) !important; transform: scaleY(1.85); }
.topbar-event { justify-self: end; font-size: 11px; font-weight: 700; letter-spacing: .16em; white-space: nowrap; }
.topbar-event b { color: var(--blue); }
.app[data-theme="dark"] .topbar-event b { color: var(--cyan); }
.controls { position: absolute; z-index: 30; bottom: 0; left: 0; right: 0; height: 90px; display: flex; align-items: center; gap: 25px; padding: 0 clamp(28px, 6.5vw, 112px); color: var(--navy); transition: color 500ms ease; pointer-events: none; }
.app[data-theme="dark"] .controls { color: white; }
.controls__hint { margin-right: auto; font-size: 10px; font-weight: 700; letter-spacing: .18em; opacity: .65; }
.controls__count { font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: .1em; }
.controls__count i { padding: 0 4px; font-style: normal; opacity: .4; }
.controls__buttons { display: flex; gap: 8px; pointer-events: auto; }
.arrow-button { display: grid; place-items: center; width: 49px; height: 49px; border-radius: 50%; border: 1px solid currentColor; color: inherit; background: transparent; font-size: 24px; line-height: 1; transition: background 200ms ease, color 200ms ease, transform 200ms ease, opacity 200ms ease; }
.arrow-button:hover:not(:disabled) { background: currentColor; transform: translateY(-2px); }
.arrow-button:hover:not(:disabled) span { filter: invert(1); }
.arrow-button:disabled { opacity: .25; cursor: default; }
.arrow-button:last-child { background: var(--orange); border-color: var(--orange); color: var(--navy); }
.arrow-button:last-child:hover:not(:disabled) { background: #ffb661; border-color: #ffb661; }
.arrow-button:last-child:hover:not(:disabled) span { filter: none; }
.app[data-screen="8"] .controls__hint { display: none; }
.app[data-screen="8"] .controls__count { margin-right: 0; }
.story-navigation { display: none; }

.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 36px; color: #31517e; font-size: 11px; line-height: 1.35; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow-line { flex: 0 0 32px; width: 32px; height: 2px; background: var(--orange); }
.eyebrow--light { color: rgba(255,255,255,.7); }
.editorial-copy h2, .contact-copy h2 { max-width: 810px; margin: 0; color: var(--navy); font-size: clamp(43px, 4.4vw, 82px); line-height: .99; font-weight: 600; letter-spacing: -.075em; }
.editorial-copy--light h2 { color: white; }
.accent-blue { color: var(--blue); }
.accent-cyan { color: var(--cyan); }
.body-large { max-width: 590px; margin: 38px 0 0; color: #4d5f7a; font-size: clamp(17px, 1.33vw, 22px); line-height: 1.5; letter-spacing: -.015em; }
.editorial-copy--light .body-large { color: rgba(255,255,255,.78); }
.quiet-note { max-width: 520px; margin: 25px 0 0; color: #71809a; font-size: 15px; line-height: 1.55; }

.slide--hero { color: white; background: radial-gradient(circle at 82% 47%, #154897 0%, #0a2b69 28%, var(--navy) 65%); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr); align-items: center; gap: 5vw; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 880px; margin: 0; font-size: clamp(58px, 5.7vw, 106px); line-height: .95; letter-spacing: -.08em; font-weight: 600; }
.hero-copy h1 em { display: inline; color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 600px; margin: 39px 0 0; color: rgba(255,255,255,.8); font-size: clamp(18px, 1.45vw, 23px); line-height: 1.45; }
.hero-bottom { display: flex; align-items: center; gap: 45px; margin-top: 70px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 700; letter-spacing: .19em; }
.hero-scroll { display: flex; align-items: center; gap: 10px; color: white; font-size: 13px; letter-spacing: 0; }
.hero-scroll span { color: var(--orange); font-size: 26px; font-weight: 400; }
.hero-art { position: relative; width: min(45vw, 630px); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; filter: drop-shadow(0 0 70px rgba(55, 166, 245, .16)); }
.hero-art::before { content: ""; position: absolute; inset: 7%; border-radius: 50%; border: 1px dashed rgba(255,255,255,.23); animation: spin 45s linear infinite; }
.hero-art::after { content: ""; position: absolute; width: 73%; height: 73%; border-radius: 50%; background: radial-gradient(circle at 40% 32%, rgba(80, 219, 245, .18), transparent 57%); }
.hero-art__halo { position: absolute; border-radius: 50%; border: clamp(14px, 2.2vw, 34px) solid transparent; }
.hero-art__halo--one { inset: 0; border-top-color: #1457e9; border-right-color: #1457e9; transform: rotate(-33deg); animation: slow-rotate 30s linear infinite; }
.hero-art__halo--two { inset: 10%; border-top-color: var(--orange); border-left-color: var(--orange); transform: rotate(25deg); animation: slow-rotate 38s linear infinite reverse; }
.hero-art__halo--three { inset: 24%; border: 2px solid rgba(118,224,243,.85); box-shadow: 0 0 45px rgba(118,224,243,.25); }
.hero-art__center { z-index: 2; display: grid; gap: 8px; text-align: center; }
.hero-art__center span { color: white; font-size: clamp(17px, 2.4vw, 35px); font-weight: 700; letter-spacing: -.03em; }
.hero-art__center strong { color: var(--cyan); font-size: 10px; letter-spacing: .38em; }
.orbit-label { position: absolute; z-index: 2; padding: 8px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; background: rgba(4,27,71,.7); color: white; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.orbit-label--top { top: 9%; left: 20%; }
.orbit-label--right { right: -1%; top: 53%; }
.orbit-label--bottom { bottom: 8%; left: 27%; }

.slide--who { background: #f8f9fc; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(45px, 6vw, 100px); }
.stat-row { display: flex; gap: clamp(35px, 5vw, 90px); margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--line); }
.stat-row div { display: grid; gap: 7px; }
.stat-row strong { color: var(--blue); font-size: clamp(42px, 4.2vw, 72px); line-height: 1; font-weight: 600; letter-spacing: -.08em; }
.stat-row span { color: var(--muted); font-size: 10px; line-height: 1.4; font-weight: 700; letter-spacing: .14em; }
.photo-frame { margin: 0; overflow: hidden; }
.photo-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.photo-frame--who { position: relative; height: min(60vh, 630px); min-height: 420px; box-shadow: 26px 26px 0 #dbe5f5; }
.photo-frame--who img { object-position: 60% center; }
.photo-frame--who figcaption { position: absolute; bottom: 0; right: 0; left: 0; display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 59px; padding: 12px; color: white; background: rgba(4,27,71,.92); font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.photo-frame--who figcaption span:nth-child(even) { color: var(--orange); }

.slide--advisory { background: white; }
.advisory-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 6vw; }
.advisory-visual { position: relative; min-height: 500px; }
.photo-frame--advisory { position: absolute; top: 0; right: 0; width: 92%; height: 82%; }
.photo-frame--advisory::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 60%,rgba(4,27,71,.16)); }
.floating-card { position: absolute; left: 0; bottom: 0; display: grid; min-width: min(72%, 390px); padding: 27px 30px 25px; box-shadow: 0 18px 50px rgba(0,19,64,.18); background: var(--blue); color: white; }
.floating-card span:not(.card-kicker) { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.22); font-size: 18px; font-weight: 500; }
.card-kicker { margin-bottom: 10px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .2em; }

.slide--digital { background: #031c48; }
.digital-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); align-items: center; gap: 6vw; }
.digital-system { position: relative; display: grid; gap: 13px; padding-left: 58px; }
.system-rail { position: absolute; top: 45px; bottom: 45px; left: 18px; width: 1px; background: linear-gradient(var(--cyan),rgba(118,224,243,.16)); }
.system-card { position: relative; min-height: 100px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 5px; align-items: center; padding: 19px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 3px; background: rgba(255,255,255,.055); color: white; backdrop-filter: blur(10px); transition: background 250ms ease, transform 250ms ease; }
.system-card:hover { background: rgba(255,255,255,.11); transform: translateX(8px); }
.system-card::before { content: ""; position: absolute; left: -47px; top: 48px; width: 27px; height: 1px; background: var(--cyan); }
.system-card::after { content: ""; position: absolute; left: -46px; top: 44px; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(245,155,58,.15); }
.system-card span { grid-column: 2; grid-row: 1/3; align-self: center; color: var(--cyan); font-size: 20px; font-weight: 300; }
.system-card strong { grid-column: 1; grid-row: 1; font-size: clamp(19px, 1.5vw, 25px); font-weight: 500; }
.system-card small { grid-column: 1; grid-row: 2; color: rgba(255,255,255,.52); font-size: 13px; }

.slide--spendguru { background: linear-gradient(138deg, #fafbfe 0%, #edf4ff 100%); }
.spendguru-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: 4vw; }
.product-signature { display: inline-flex; align-items: baseline; gap: 12px; margin-top: 44px; padding-top: 20px; border-top: 2px solid var(--orange); color: var(--navy); font-size: 24px; font-weight: 700; letter-spacing: -.06em; }
.product-signature span { color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.product-window { width: 100%; padding: 0; border: 1px solid #cbd8ef; border-radius: 12px; background: white; box-shadow: 0 25px 65px rgba(16,48,105,.17); overflow: hidden; transform: perspective(1500px) rotateY(-7deg) rotateX(3deg); }
.product-window__bar { display: flex; justify-content: space-between; align-items: center; gap: 8px; height: 49px; padding: 0 21px; color: #91a0b8; background: #061d4c; font-size: 8px; letter-spacing: .13em; }
.product-window__bar b { color: white; font-size: 9px; font-weight: 600; }
.product-window__dots { display: flex; gap: 5px; }
.product-window__dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #7990bc; }
.product-window__dots i:first-child { background: var(--orange); }
.product-window__content { padding: clamp(20px, 2.5vw, 42px); }
.product-window__header { display: grid; gap: 7px; color: #8b9ab1; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-window__header strong { color: var(--navy); font-size: clamp(20px, 1.7vw, 30px); letter-spacing: -.045em; text-transform: none; }
.market-chart { display: block; width: 100%; margin: 25px 0 12px; overflow: visible; }
.gridline { stroke: #dce5f2; stroke-width: 1; fill: none; }
.chart-line { fill: none; stroke: #126de5; stroke-width: 5; stroke-linecap: round; }
.product-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; border-top: 1px solid #dce5f2; padding-top: 19px; }
.product-metrics div { display: grid; gap: 5px; }
.product-metrics small { color: #8595ae; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.product-metrics strong { color: var(--navy); font-size: clamp(11px, 1.2vw, 16px); }

.slide--intelligence { background: radial-gradient(circle at 50% 100%, #0a347d, #031b46 60%); color: white; }
.intelligence-layout { display: grid; grid-template-rows: auto 1fr; gap: 47px; align-content: center; }
.intelligence-heading h2 { max-width: 1150px; margin: 0; color: white; font-size: clamp(42px, 4.4vw, 76px); line-height: .99; letter-spacing: -.07em; font-weight: 600; }
.intelligence-heading h2 span { color: var(--cyan); }
.intelligence-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
.intelligence-card { position: relative; min-height: 295px; overflow: hidden; display: flex; flex-direction: column; padding: clamp(22px, 2.5vw, 35px); border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.06); }
.intelligence-card--decision { background: rgba(118,224,243,.14); }
.card-number { color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.intelligence-card h3 { margin: 27px 0 10px; color: white; font-size: clamp(23px, 2.1vw, 35px); letter-spacing: -.05em; font-weight: 600; }
.intelligence-card p { max-width: 310px; margin: 0; color: rgba(255,255,255,.71); font-size: clamp(14px, 1.05vw, 17px); line-height: 1.48; }
.card-visual { display: flex; align-items: end; gap: 9px; height: 44px; margin-top: auto; padding-top: 20px; }
.card-visual--market i { flex: 1; height: 45%; border-radius: 2px 2px 0 0; background: var(--cyan); opacity: .8; }
.card-visual--market i:nth-child(2) { height: 80%; }.card-visual--market i:nth-child(3) { height: 55%; }.card-visual--market i:nth-child(4) { height: 100%; background: var(--orange); }.card-visual--market i:nth-child(5) { height: 75%; }
.card-visual--supplier { align-items: center; }
.card-visual--supplier i { width: 31px; height: 31px; border: 2px solid var(--cyan); border-radius: 50%; }
.card-visual--supplier i:nth-child(2) { width: 25px; height: 25px; border-color: var(--orange); }.card-visual--supplier i:nth-child(3) { width: 18px; height: 18px; }
.card-visual--decision { align-items: center; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: .15em; }.card-visual--decision b { margin: 0 4px; color: var(--orange); font-size: 26px; font-weight: 400; }

.slide--cips { background: #f8f9fc; }
.cips-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); align-items: center; gap: clamp(45px, 6vw, 100px); }
.cips-layout .body-large { max-width: 660px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 34px; padding-bottom: 9px; border-bottom: 1px solid var(--blue); color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { color: var(--navy); }
.cips-poster { position: relative; width: 100%; margin: 0; background: var(--navy); box-shadow: 22px 22px 0 #dce5f2; }
.cips-poster img { display: block; width: 100%; height: auto; }
.cips-poster figcaption { display: flex; justify-content: space-between; gap: 10px; padding: 19px 25px; color: white; background: #04183f; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.cips-poster figcaption strong { color: var(--orange); }

.slide--contact { background: radial-gradient(circle at 20% 15%, #1959b2, #052359 43%, #03193f 90%); color: white; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); align-items: center; gap: 7vw; }
.contact-copy h2 { color: white; font-size: clamp(62px, 6vw, 112px); }
.contact-copy h2 em { color: var(--cyan); font-style: normal; }
.contact-copy > p:not(.eyebrow) { max-width: 440px; margin: 38px 0 0; color: rgba(255,255,255,.77); font-size: clamp(18px, 1.4vw, 23px); line-height: 1.45; }
.contact-mark { margin-top: 70px; color: rgba(255,255,255,.68); font-size: 18px; font-weight: 700; letter-spacing: -.06em; }.contact-mark span { color: var(--orange); }
.form-panel { position: relative; padding: clamp(29px, 3.5vw, 54px); color: var(--navy); background: white; box-shadow: 0 35px 90px rgba(0,10,35,.23); }
.form-panel__eyebrow { margin: 0 0 12px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.form-panel h3 { margin: 0 0 28px; color: var(--navy); font-size: clamp(30px, 2.6vw, 43px); letter-spacing: -.06em; font-weight: 600; }
.form-field { display: grid; gap: 9px; margin-bottom: 17px; }
.form-field label { font-size: 12px; font-weight: 700; }
.form-field input { width: 100%; height: 53px; padding: 0 15px; border: 1px solid #cad4e5; border-radius: 2px; background: #f7f9fd; color: var(--navy); font-size: 15px; transition: border 180ms ease, background 180ms ease; }
.form-field input::placeholder { color: #94a1b6; }
.form-field input:focus { border-color: var(--blue); background: white; outline: none; box-shadow: 0 0 0 3px rgba(7,88,219,.12); }
.form-field input[aria-invalid="true"] { border-color: #b62d44; }
.field-error { min-height: 0; color: #b62d44; font-size: 12px; }.field-error:empty { display: none; }
.trap { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.privacy-note { margin: 20px 0 21px; color: #67758f; font-size: 11px; line-height: 1.55; }.privacy-note a { color: var(--blue); text-underline-offset: 2px; }
.submit-button { display: flex; justify-content: space-between; align-items: center; width: 100%; min-height: 55px; padding: 0 19px; border: 0; color: var(--navy); background: var(--orange); font-size: 15px; font-weight: 800; transition: background 180ms ease, transform 180ms ease; }.submit-button:hover { background: #ffb155; transform: translateY(-2px); }.submit-button:disabled { opacity: .65; cursor: wait; }
.submit-button span { font-size: 23px; font-weight: 400; }
.form-message { min-height: 0; margin: 13px 0 0; color: #b62d44; font-size: 13px; line-height: 1.45; }.form-message:empty { display: none; }
.form-success { padding: 30px 0; }.success-icon { display: grid; place-items: center; width: 59px; height: 59px; margin-bottom: 24px; border-radius: 50%; color: white; background: #18764f; font-size: 28px; }.form-success h3 { margin-bottom: 12px; }.form-success p { color: #5b6d89; font-size: 18px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes slow-rotate { to { transform: rotate(327deg); } }

@media (max-width: 1100px) {
  .slide__inner { padding-left: 5vw; padding-right: 5vw; }
  .topbar, .controls { padding-left: 5vw; padding-right: 5vw; }
  .hero-layout { grid-template-columns: 1fr .7fr; gap: 1vw; }
  .hero-art { width: 38vw; }
  .editorial-copy h2 { font-size: clamp(43px, 4.7vw, 68px); }
  .advisory-visual { min-height: 435px; }
  .photo-frame--who { min-height: 400px; }
}

@media (max-height: 720px) and (min-width: 801px) {
  .slide__inner { padding-top: 98px; padding-bottom: 98px; }
  .eyebrow { margin-bottom: 22px; }
  .editorial-copy h2 { font-size: clamp(40px, 3.8vw, 61px); }
  .body-large { margin-top: 25px; font-size: clamp(16px, 1.2vw, 19px); }
  .quiet-note { margin-top: 17px; font-size: 13px; }
  .hero-copy h1 { font-size: clamp(53px, 4.7vw, 78px); }
  .hero-lead { margin-top: 23px; font-size: 18px; }
  .hero-bottom { margin-top: 31px; }
  .hero-art { width: min(40vw, 540px); }
  .photo-frame--who { height: 54vh; min-height: 0; }
  .stat-row { margin-top: 35px; }
  .advisory-visual { min-height: 390px; }
  .digital-system { gap: 9px; }
  .system-card { min-height: 83px; padding: 13px 19px; }
  .system-card::before { top: 42px; }.system-card::after { top: 38px; }
  .intelligence-layout { gap: 24px; }
  .intelligence-heading h2 { font-size: clamp(41px, 3.8vw, 61px); }
  .intelligence-card { min-height: 245px; padding: 22px; }
  .intelligence-card h3 { margin-top: 18px; }
  .cips-layout .editorial-copy h2 { font-size: clamp(40px, 3.75vw, 60px); }
  .text-link { margin-top: 18px; }
  .form-panel { padding: 28px 35px; }
  .form-panel h3 { margin-bottom: 19px; }
  .form-field { margin-bottom: 12px; }
  .form-field input { height: 48px; }
  .privacy-note { margin: 13px 0; }
  .submit-button { min-height: 50px; }
}

@media (max-width: 800px) {
  .topbar { height: 79px; grid-template-columns: 1fr auto; gap: 18px; }
  .progress { grid-column: 1/-1; grid-row: 2; align-self: start; }
  .topbar-event { grid-column: 2; grid-row: 1; }
  .wordmark { grid-row: 1; }
  .slide__inner { padding-top: 122px; padding-bottom: 124px; }
  .hero-layout, .split-layout, .advisory-layout, .digital-layout, .spendguru-layout, .cips-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-layout { align-content: center; }
  .hero-art { position: absolute; right: -12vw; top: 11%; width: 62vw; opacity: .6; }
  .hero-copy { max-width: 720px; }
  .hero-copy h1 { font-size: clamp(58px, 8vw, 85px); }
  .split-layout, .advisory-layout, .spendguru-layout, .cips-layout { gap: 50px; }
  .photo-frame--who { min-height: 0; height: 36vh; }
  .advisory-visual { min-height: 38vh; }
  .photo-frame--advisory { width: 90%; height: 85%; }
  .digital-layout { align-content: center; gap: 45px; }
  .digital-system { grid-template-columns: 1fr 1fr; padding: 0; }.system-rail, .system-card::before, .system-card::after { display: none; }
  .system-card { min-height: 96px; }
  .product-window { max-width: 660px; transform: none; }
  .intelligence-layout { gap: 32px; }
  .intelligence-cards { gap: 9px; }
  .intelligence-card { min-height: 280px; padding: 20px; }
  .cips-poster { max-width: 640px; }
  .contact-layout { align-content: center; gap: 45px; }
  .contact-mark { display: none; }.contact-copy h2 { font-size: 72px; }
  .form-panel { max-width: 620px; }
}

@media (max-width: 620px) {
  .slide { touch-action: pan-y; }
  .story-navigation { position: absolute; z-index: 12; inset: 72px 0 77px; display: block; pointer-events: none; }
  .story-zone { position: absolute; top: 0; bottom: 0; width: 26%; pointer-events: none; }
  .story-zone--prev { left: 0; }.story-zone--next { right: 0; }
  .topbar { height: 72px; gap: 5px 10px; padding: 9px 18px 0; align-content: start; }
  .wordmark { font-size: 23px; }.topbar-event { font-size: 9px; letter-spacing: .11em; }
  .progress { gap: 4px; margin-top: 4px; }.progress button { height: 13px; }.progress button::before { inset: 4px 0; }
  .controls { height: 77px; padding: 0 19px; }
  .controls__hint { display: none; }
  .controls__count { margin-right: auto; font-size: 12px; }
  .arrow-button { width: 46px; height: 46px; }
  .slide__inner { padding: 114px 23px 108px; }
  .slide-index { display: none; }
  .eyebrow { margin-bottom: 21px; font-size: 9px; letter-spacing: .17em; }
  .eyebrow-line { flex-basis: 23px; width: 23px; }
  .editorial-copy h2 { font-size: clamp(42px, 11vw, 64px); }
  .body-large { margin-top: 24px; font-size: 17px; line-height: 1.46; }
  .quiet-note { margin-top: 18px; font-size: 13px; }
  .hero-layout { align-content: center; }
  .hero-copy h1 { font-size: clamp(49px, 12.3vw, 74px); }
  .hero-lead { margin-top: 30px; font-size: 17px; }
  .hero-bottom { margin-top: 45px; }.hero-bottom .micro-label { display: none; }
  .hero-art { top: 11%; right: -45%; width: 120vw; opacity: .4; }
  .orbit-label, .hero-art__center { display: none; }
  .split-layout { align-content: start; gap: 34px; }.photo-frame--who { height: 32vh; min-height: 210px; box-shadow: 12px 12px 0 #dbe5f5; }
  .photo-frame--who figcaption { gap: 8px; min-height: 40px; font-size: 8px; }
  .stat-row { margin-top: 27px; gap: 35px; }.stat-row strong { font-size: 43px; }.stat-row span { font-size: 8px; }
  .advisory-layout { align-content: start; gap: 30px; }.advisory-visual { min-height: 270px; }
  .photo-frame--advisory { width: 90%; height: 85%; }
  .floating-card { min-width: 62%; padding: 15px 18px; }.floating-card span:not(.card-kicker) { padding: 6px 0; font-size: 12px; }.card-kicker { font-size: 8px; }
  .digital-layout { align-content: start; gap: 32px; }.digital-system { gap: 8px; }.system-card { min-height: 103px; grid-template-columns: 1fr; padding: 13px; }.system-card span { grid-column: 1; grid-row: 1; font-size: 12px; }.system-card strong { grid-column: 1; grid-row: 2; font-size: 16px; }.system-card small { grid-column: 1; grid-row: 3; font-size: 10px; }
  .spendguru-layout { align-content: start; gap: 30px; }.product-signature { margin-top: 20px; font-size: 19px; }.product-window { width: 100%; }
  .product-window__bar { height: 32px; padding: 0 12px; font-size: 6px; }.product-window__bar b { font-size: 6px; }.product-window__content { padding: 16px; }.product-window__header strong { font-size: 18px; }.market-chart { margin: 10px 0 3px; }.product-metrics { padding-top: 10px; }.product-metrics small { font-size: 6px; }.product-metrics strong { font-size: 9px; }
  .intelligence-layout { align-content: start; gap: 27px; }.intelligence-heading h2 { font-size: clamp(40px, 10.3vw, 62px); }.intelligence-cards { grid-template-columns: 1fr; gap: 8px; }.intelligence-card { min-height: 0; display: grid; grid-template-columns: 25px 1fr; gap: 1px 9px; padding: 12px 15px; }.card-number { grid-column: 1; grid-row: 1/3; padding-top: 6px; font-size: 10px; }.intelligence-card h3 { grid-column: 2; margin: 0; font-size: 19px; }.intelligence-card p { grid-column: 2; font-size: 12px; line-height: 1.35; }.card-visual { display: none; }
  .cips-layout { align-content: start; gap: 31px; }.cips-layout .editorial-copy h2 { font-size: clamp(39px, 10.5vw, 60px); }.cips-poster { box-shadow: 10px 10px 0 #dce5f2; }.cips-poster figcaption { padding: 12px 15px; font-size: 8px; }
  .text-link { margin-top: 20px; font-size: 13px; }
  .contact-layout { align-content: start; gap: 27px; }.contact-copy h2 { font-size: clamp(55px, 13vw, 75px); }.contact-copy > p:not(.eyebrow) { margin-top: 17px; font-size: 16px; }.form-panel { padding: 22px; }.form-panel h3 { margin-bottom: 18px; font-size: 29px; }.form-field { margin-bottom: 12px; }.form-field input { height: 48px; }.privacy-note { margin: 13px 0; font-size: 10px; }.submit-button { min-height: 50px; }
}

@media (max-height: 700px) and (max-width: 620px) {
  .slide__inner { padding-top: 102px; }
  .hero-layout { align-content: start; }
  .hero-copy h1 { font-size: 47px; }
  .hero-lead { margin-top: 18px; }
  .hero-bottom { margin-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .deck, .hero-art::before, .hero-art__halo, .system-card, .arrow-button, .submit-button { animation: none !important; transition-duration: .01ms !important; }
  .slide { scroll-behavior: auto; }
}
