:root {
  --navy: #07162a;
  --navy-2: #0d2038;
  --navy-3: #16304e;
  --orange: #ff9f3f;
  --orange-dark: #a94500;
  --cream: #f3f0e8;
  --paper: #fffdf8;
  --white: #fffefa;
  --ink: #0a1a2e;
  --muted: #536176;
  --line-dark: rgba(190, 212, 238, 0.2);
  --line-light: rgba(7, 22, 42, 0.16);
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--white);
  font-family: var(--sans);
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
button, a, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 10px 14px; background: var(--white); color: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.scroll-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 150; background: rgba(255,255,255,.07); }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--orange); }

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  width: min(calc(100% - 40px), var(--max));
  min-height: 92px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-dark);
}
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 34px; height: 34px; border: 1.5px solid var(--orange); transform: rotate(45deg); }
.brand-mark span { transform: rotate(-45deg); color: var(--orange); font: 700 10px var(--mono); letter-spacing: .08em; }
.brand-name { color: var(--white); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: #c1cad7; font-size: 13px; text-decoration: none; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 12px 16px; background: var(--orange); color: var(--ink) !important; font-weight: 800; }

.hero {
  position: relative;
  min-height: 860px;
  padding: 170px max(24px, calc((100vw - var(--max)) / 2)) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: 64px;
  align-items: center;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; inset: auto -15vw -36vw 45vw; height: 70vw; border: 1px solid rgba(255,159,63,.12); border-radius: 50%; pointer-events: none; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--orange-dark); }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.hero h1 { max-width: 760px; font-size: clamp(60px, 6.2vw, 98px); }
em { color: var(--orange); font-style: normal; }
.hero-subhead { max-width: 690px; margin: 30px 0 0; color: #d1d8e2; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 0; padding: 13px 20px; cursor: pointer; text-decoration: none; font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover { background: #ffb15e; }
.button-outline { background: transparent; color: var(--ink); border-color: rgba(7,22,42,.35); }
.button-outline:hover { border-color: var(--orange-dark); background: rgba(255,159,63,.1); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--white); text-underline-offset: 7px; font-size: 14px; }
.text-link.light { color: var(--white); }
.trust-strip { display: flex; gap: 0; margin: 44px 0 0; padding: 0; list-style: none; }
.trust-strip li { display: flex; flex-direction: column; min-width: 145px; padding: 0 22px; border-left: 1px solid var(--line-dark); }
.trust-strip li:first-child { padding-left: 0; border-left: 0; }
.trust-strip strong { color: var(--orange); font: 400 28px var(--serif); }
.trust-strip span { color: #8da0b9; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.hero-theatre { position: relative; min-height: 570px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(148,176,210,.18); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(255,159,63,.25); animation: orbitPulse 7s ease-in-out infinite; }
.request-card { position: relative; z-index: 2; width: min(100%, 420px); background: var(--navy-2); border: 1px solid #31506f; box-shadow: 18px 22px 0 rgba(1,9,19,.28); }
.hero-card { padding: 28px; }
.card-kicker, .console-topline, .price-topline { display: flex; align-items: center; justify-content: space-between; color: var(--orange); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.status-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #8ee6ad; box-shadow: 0 0 0 5px rgba(142,230,173,.08); }
.request-label { margin: 42px 0 10px; color: #93a5ba; font-size: 12px; }
blockquote { margin: 0; font: 400 30px/1.12 var(--serif); letter-spacing: -.03em; }
.request-track { display: flex; align-items: center; height: 1px; margin: 30px 0; background: #3b5773; }
.request-track span, .request-track i { width: 9px; height: 9px; border-radius: 50%; }
.request-track span { background: var(--orange); }
.request-track i { margin-left: auto; background: var(--white); }
.mini-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.mini-steps li { display: flex; align-items: center; gap: 12px; color: #d4dce6; font-size: 13px; }
.mini-steps b { color: var(--orange); font: 700 11px var(--mono); }
.float-label { position: absolute; z-index: 3; min-width: 145px; padding: 14px 16px; background: var(--navy); border: 1px solid #31506f; color: #d7dfe9; font-size: 12px; }
.float-label b { color: var(--orange); }
.label-one { top: 96px; right: -8px; }
.label-two { bottom: 72px; left: -10px; }

.section-dark, .section-light, .section-cream { padding: 120px max(24px, calc((100vw - var(--max)) / 2)); }
.section-dark { background: var(--navy); color: var(--white); }
.section-light { background: var(--paper); color: var(--ink); }
.section-cream { background: var(--cream); color: var(--ink); }
.section-intro { max-width: 690px; margin-bottom: 68px; }
.section-intro.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.section-intro.centered .eyebrow { justify-content: center; }
.section-intro.narrow { max-width: 700px; }
.section-intro h2, .section-heading-row h2, .fit-heading h2, .faq-heading h2, .closing h2 { font-size: clamp(48px, 5vw, 76px); }
.section-intro > p:last-child, .section-heading-row > p { color: #9eacbe; font-size: 18px; }
.section-light .section-intro > p:last-child, .section-cream .section-intro > p:last-child, .section-heading-row > p { color: var(--muted); }

.mechanism { border-top: 1px solid var(--line-dark); }
.mechanism-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.stage-list { display: grid; }
.stage { display: grid; grid-template-columns: 54px 1fr; gap: 20px; min-height: 138px; padding: 24px 16px; border-top: 1px solid var(--line-dark); cursor: default; transition: background .25s ease, border-color .25s ease; }
.stage:last-child { border-bottom: 1px solid var(--line-dark); }
.stage.active { background: rgba(255,159,63,.07); border-color: rgba(255,159,63,.55); }
.stage-number { color: var(--orange); font: 700 13px var(--mono); }
.stage h3 { margin: 0 0 8px; font: 400 31px var(--serif); }
.stage p { margin: 0; color: #9dadbf; font-size: 14px; }
.workflow-console { position: sticky; top: 48px; min-height: 520px; background: var(--paper); color: var(--ink); border-top: 5px solid var(--orange); box-shadow: 26px 30px 0 #031020; }
.console-topline { padding: 20px 24px; border-bottom: 1px solid var(--line-light); color: var(--orange-dark); }
.console-body { padding: 48px 42px 30px; }
.console-label { margin: 0 0 12px; color: var(--muted); font: 700 11px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.console-main { min-height: 116px; margin: 0; font: 400 clamp(30px, 3vw, 48px)/1.08 var(--serif); letter-spacing: -.04em; }
.console-options { display: flex; flex-wrap: wrap; gap: 8px; min-height: 34px; margin-top: 28px; }
.console-options span { padding: 7px 9px; border: 1px solid var(--line-light); color: #3f5066; font: 12px var(--mono); }
.console-checks { margin: 30px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.console-checks li { display: flex; align-items: center; gap: 12px; color: #56667b; font-size: 14px; }
.console-checks li span { width: 14px; height: 14px; border: 1px solid #9aa6b5; }
.console-checks li.done span { border-color: var(--orange-dark); background: var(--orange); box-shadow: inset 0 0 0 3px var(--paper); }
.console-footer { display: flex; align-items: center; gap: 12px; margin: 22px 42px 0; padding-top: 20px; border-top: 1px solid var(--line-light); color: #45566b; font-size: 13px; }
.console-pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }

.section-heading-row { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 68px; }
.section-heading-row > p { max-width: 430px; }
.workflow-ledger { border-top: 1px solid var(--line-light); }
.workflow-group { display: grid; grid-template-columns: 70px 1.2fr 1fr; gap: 28px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line-light); }
.group-index { color: var(--orange-dark); font: 700 13px var(--mono); }
.group-label { margin: 0 0 7px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.workflow-group h3 { max-width: 480px; margin: 0; font: 400 32px/1.1 var(--serif); letter-spacing: -.025em; }
.workflow-group ul { margin: 0; padding: 0; list-style: none; columns: 2; column-gap: 28px; }
.workflow-group li { break-inside: avoid; margin: 0 0 10px; background: var(--paper); color: #48586c; font-size: 14px; }
.workflow-group li::before { content: "↗"; margin-right: 8px; color: var(--orange-dark); }

.compare-table { max-width: 1040px; margin-inline: auto; border-top: 1px solid var(--line-light); }
.compare-row { display: grid; grid-template-columns: .7fr 1fr 1fr; border-bottom: 1px solid var(--line-light); }
.compare-row > div { padding: 24px; border-left: 1px solid var(--line-light); color: #394a60; }
.compare-row > div:first-child { border-left: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.compare-head > div { color: var(--ink); font-weight: 800; }
.platform-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; }
.work-dot { background: var(--orange-dark); }
.codex-dot { background: var(--navy-3); }

.evidence { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; border-bottom: 1px solid var(--line-dark); }
.evidence-copy h2 { font-size: clamp(48px, 5vw, 74px); }
.evidence-copy > p:not(.eyebrow) { margin: 28px 0; color: #a7b4c5; font-size: 17px; }
.evidence-stack { border-top: 1px solid var(--line-dark); }
.evidence-stack article { display: grid; grid-template-columns: 48px 1fr auto; gap: 20px; align-items: center; padding: 25px 0; border-bottom: 1px solid var(--line-dark); }
.evidence-stack article > span { color: var(--orange); font: 700 12px var(--mono); }
.evidence-stack h3 { margin: 0; font: 400 24px var(--serif); }
.evidence-stack p { margin: 4px 0 0; color: #91a1b5; font-size: 13px; }
.evidence-stack b { color: #9ecbb1; font: 700 10px var(--mono); letter-spacing: .09em; text-transform: uppercase; }

.preview-notice { max-width: 860px; margin: -30px auto 40px; padding: 14px 18px; display: flex; gap: 12px; align-items: center; border: 1px solid #d99747; background: #fff6e8; color: #573811; }
.preview-notice > span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; background: #f2a347; font-weight: 900; }
.preview-notice p { margin: 0; font-size: 13px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 590px; padding: 30px; border: 1px solid var(--line-light); background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.price-card:hover, .price-card.selected { transform: translateY(-6px); border-color: var(--orange-dark); box-shadow: 0 20px 45px rgba(16,31,49,.12); }
.price-card.featured { background: var(--navy); color: var(--white); border-color: var(--navy); }
.value-label { position: absolute; top: 0; left: 0; right: 0; transform: translateY(-100%); padding: 8px 12px; background: var(--orange); color: var(--ink); text-align: center; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.price-topline { color: var(--orange-dark); }
.featured .price-topline { color: var(--orange); }
.price-card h3 { margin: 36px 0 8px; font: 400 36px var(--serif); }
.price-fit { min-height: 70px; margin: 0; color: var(--muted); font-size: 14px; }
.featured .price-fit { color: #aab6c6; }
.price { margin: 28px 0 0; font: 400 60px/1 var(--serif); letter-spacing: -.05em; }
.price span { margin-right: 3px; color: var(--orange-dark); font: 700 18px var(--sans); }
.featured .price span { color: var(--orange); }
.billing { margin: 8px 0 24px; color: var(--muted); font-size: 12px; }
.featured .billing { color: #9faec0; }
.price-card ul { flex: 1; margin: 0 0 28px; padding: 22px 0 0; border-top: 1px solid var(--line-light); list-style: none; }
.featured ul { border-color: var(--line-dark); }
.price-card li { position: relative; margin: 0 0 13px; padding-left: 22px; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.featured li::before { color: var(--orange); }
.featured li { background: var(--navy); }
.featured .button-outline { color: var(--white); border-color: rgba(255,255,255,.35); }
.price-note { max-width: 720px; margin: 26px auto 0; color: var(--muted); text-align: center; font-size: 12px; }

.fit { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.fit-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-columns article { padding: 30px; background: rgba(255,255,255,.5); border-top: 3px solid var(--orange-dark); }
.fit-columns h3 { margin: 0 0 22px; font: 400 26px var(--serif); }
.fit-columns ul { margin: 0; padding: 0; list-style: none; }
.fit-columns li { position: relative; margin: 0 0 16px; padding-left: 24px; color: #425368; font-size: 14px; }
.check-list li::before, .minus-list li::before { position: absolute; left: 0; font-weight: 900; }
.check-list li::before { content: "✓"; color: #2a7e54; }
.minus-list li::before { content: "—"; color: var(--orange-dark); }

.faq { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line-light); }
details { border-bottom: 1px solid var(--line-light); }
summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; list-style: none; font: 400 22px var(--serif); }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 6px; top: 18px; color: var(--orange-dark); font: 300 30px var(--sans); }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; margin: -5px 0 26px; background: var(--paper); color: var(--muted); font-size: 15px; }

.closing { position: relative; min-height: 650px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; overflow: hidden; }
.closing h2 { position: relative; z-index: 2; font-size: clamp(58px, 7vw, 104px); }
.closing > p:not(.eyebrow) { position: relative; z-index: 2; max-width: 670px; margin: 28px auto; color: #aeb9c7; font-size: 18px; }
.closing .button, .closing .eyebrow { position: relative; z-index: 2; }
.closing-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,159,63,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,159,63,.025), 0 0 0 180px rgba(255,159,63,.018); }

footer { min-height: 120px; padding: 30px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line-dark); color: #8ea0b6; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.footer-brand .brand-name { color: #b8c3d0; }

.selection-bar { position: fixed; z-index: 100; left: 50%; bottom: 16px; width: min(calc(100% - 32px), 720px); padding: 12px 14px 12px 20px; transform: translate(-50%, calc(100% + 30px)); display: flex; align-items: center; justify-content: space-between; gap: 20px; background: var(--navy); border: 1px solid #37536f; box-shadow: 0 14px 44px rgba(0,0,0,.35); transition: transform .3s ease; }
.selection-bar.visible { transform: translate(-50%, 0); }
.selection-bar div { display: flex; flex-direction: column; }
.selection-bar span { color: #8fa0b5; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.selection-bar strong { color: var(--white); font: 400 17px var(--serif); }
.selection-bar .button { min-height: 44px; }
.selection-bar .button:disabled { cursor: not-allowed; opacity: .55; transform: none; }

dialog { width: min(calc(100% - 32px), 540px); padding: 38px; border: 0; border-top: 5px solid var(--orange); background: var(--paper); color: var(--ink); box-shadow: 0 24px 80px rgba(0,0,0,.42); }
dialog::backdrop { background: rgba(1,9,20,.82); backdrop-filter: blur(6px); }
dialog h2 { font-size: 44px; }
dialog > p { color: var(--muted); }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 28px; }
.dialog-ticket { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 28px 0 18px; padding: 20px; background: var(--cream); border-left: 4px solid var(--orange-dark); }
.dialog-ticket span { font-weight: 800; }
.dialog-ticket strong { font: 400 28px var(--serif); }
.dialog-note { font-size: 13px; }
.noscript-note { position: fixed; z-index: 180; left: 16px; right: 16px; bottom: 16px; padding: 14px; background: #fff4d7; color: #33220b; border: 1px solid #d6922f; text-align: center; font-size: 13px; }

@keyframes orbitPulse { 0%, 100% { transform: scale(.98); opacity: .65; } 50% { transform: scale(1.04); opacity: 1; } }

@media (max-width: 1000px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { position: relative; z-index: 5; }
  .hero-theatre { min-height: 520px; }
  .mechanism-grid, .evidence, .fit, .faq { grid-template-columns: 1fr; }
  .workflow-console { position: relative; top: auto; box-shadow: 14px 16px 0 #031020; }
  .section-heading-row { grid-template-columns: 1fr; gap: 16px; }
  .section-heading-row > p { max-width: 680px; }
  .price-grid { grid-template-columns: 1fr 1fr; }
  .price-card.featured { grid-column: 1 / -1; min-height: 510px; }
  .fit, .faq { gap: 50px; }
}

@media (max-width: 720px) {
  html { scroll-behavior: auto; }
  .site-header { min-height: 76px; width: calc(100% - 32px); }
  .brand-name { display: none; }
  .nav-cta { padding: 10px 12px; font-size: 12px; }
  .hero { min-height: auto; padding: 125px 20px 70px; gap: 36px; }
  .hero h1 { font-size: clamp(52px, 16vw, 72px); }
  .hero-subhead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
  .trust-strip li { min-width: 0; padding: 0 10px; }
  .trust-strip strong { font-size: 24px; }
  .trust-strip span { font-size: 9px; }
  .hero-theatre { min-height: 460px; }
  .orbit-one { width: 430px; height: 430px; }
  .orbit-two { width: 310px; height: 310px; }
  .hero-card { padding: 22px; }
  blockquote { font-size: 26px; }
  .float-label { display: none; }
  .section-dark, .section-light, .section-cream { padding: 84px 20px; }
  .section-intro { margin-bottom: 42px; }
  .section-intro h2, .section-heading-row h2, .fit-heading h2, .faq-heading h2 { font-size: 47px; }
  .mechanism-grid { gap: 38px; }
  .stage { min-height: auto; grid-template-columns: 42px 1fr; padding: 20px 8px; }
  .console-body { padding: 34px 24px 22px; }
  .console-main { min-height: 120px; }
  .console-footer { margin: 18px 24px 0; padding-bottom: 24px; }
  .workflow-group { grid-template-columns: 42px 1fr; }
  .workflow-group ul { grid-column: 2; columns: 1; }
  .compare-table { border-top: 0; }
  .compare-row { grid-template-columns: 1fr 1fr; margin-bottom: 16px; border: 1px solid var(--line-light); }
  .compare-row > div { border-left: 1px solid var(--line-light); }
  .compare-row > div:first-child { grid-column: 1 / -1; padding: 13px 16px; border-left: 0; border-bottom: 1px solid var(--line-light); background: rgba(7,22,42,.04); }
  .compare-head { display: none; }
  .evidence-stack article { grid-template-columns: 38px 1fr; }
  .evidence-stack b { grid-column: 2; }
  .price-grid { grid-template-columns: 1fr; gap: 28px; }
  .price-card, .price-card.featured { grid-column: auto; min-height: auto; }
  .price-fit { min-height: auto; }
  .fit-columns { grid-template-columns: 1fr; }
  .closing { min-height: 600px; }
  .closing h2 { font-size: 58px; }
  footer { align-items: flex-start; flex-direction: column; }
  .selection-bar { bottom: 8px; width: calc(100% - 16px); }
  .selection-bar strong { max-width: 190px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  dialog { padding: 32px 24px; }
  dialog h2 { font-size: 38px; }
}

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

@media print {
  .site-header, .scroll-progress, .selection-bar, dialog, .hero-actions { display: none !important; }
  body, .section-dark { background: white; color: black; }
  .section-light, .section-cream { background: white; }
  .hero { min-height: auto; padding-top: 40px; }
}
