:root {
  --navy-950: #071d31;
  --navy-900: #0b2d4a;
  --navy-800: #123c5d;
  --blue-700: #1f5e7a;
  --teal-700: #0d7379;
  --teal-600: #11858b;
  --teal-100: #dceff0;
  --blue-100: #e8f1f6;
  --ink: #193247;
  --muted: #587083;
  --line: #c9d8e2;
  --paper: #ffffff;
  --canvas: #f5f8fa;
  --warm: #8b5b0f;
  --warm-bg: #fff6e3;
  --success: #246b4a;
  --danger: #9b3a34;
  --shadow: 0 14px 40px rgba(7, 29, 49, .09);
  --radius: 14px;
  --max: 1180px;
  --header-height: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--blue-700); text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
:focus-visible { outline: 3px solid #efb24e; outline-offset: 3px; }
::selection { color: var(--navy-950); background: #bce8e9; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  color: #fff;
  background: var(--navy-950);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  min-height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header[data-scrolled] { border-color: var(--line); box-shadow: 0 7px 24px rgba(7, 29, 49, .06); }
.header-inner {
  width: min(calc(100% - 40px), var(--max));
  min-height: var(--header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: flex; flex-direction: column; color: var(--navy-900); text-decoration: none; line-height: 1.15; }
.brand-name { font-size: 20px; font-weight: 800; letter-spacing: .01em; }
.brand-sub { margin-top: 5px; color: var(--teal-700); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 6px; }
.site-nav a { padding: 10px 11px; border-radius: 8px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--teal-700); background: var(--blue-100); }
.header-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--navy-900);
  border-radius: 8px;
  color: #fff;
  background: var(--navy-900);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.header-cta { min-height: 44px; padding: 8px 15px; font-size: 13px; }
.header-cta:hover, .button:hover { background: var(--navy-800); box-shadow: 0 8px 20px rgba(7,29,49,.15); transform: translateY(-1px); }
.button-secondary { color: var(--navy-900); background: #fff; }
.button-secondary:hover { color: #fff; }
.button-quiet { color: var(--navy-900); border-color: var(--line); background: var(--blue-100); }
.button-quiet:hover { color: var(--navy-950); background: var(--teal-100); }
.menu-button { display: none; }
.mobile-fixed-cta { display: none; }

main { overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.mt-28 { margin-top: 28px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-32 { margin-top: 32px !important; }
.mt-70 { margin-top: 70px !important; }
.mb-0 { margin-bottom: 0 !important; }
.justify-center { justify-content: center; }
.section { padding: 104px 0; }
.section-compact { padding: 72px 0; }
.section-tint { background: var(--canvas); }
.section-dark { color: #eaf2f7; background: var(--navy-950); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark .eyebrow { color: #5dd0d3; }
.eyebrow { margin: 0 0 14px; color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy-900); line-height: 1.35; letter-spacing: .01em; }
h1 { margin: 0; font-size: clamp(38px, 5.8vw, 72px); line-height: 1.17; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); }
h3 { margin: 0; font-size: 21px; }
p { margin: 0 0 1em; }
.lead { color: var(--blue-700); font-size: clamp(18px, 2.1vw, 24px); line-height: 1.75; }
.section-lead { max-width: 760px; margin-top: 20px; color: var(--muted); font-size: 18px; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 410px); gap: 56px; align-items: end; margin-bottom: 48px; }
.section-head > p { margin: 0; color: var(--muted); }
.kicker-line { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; color: var(--teal-700); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.kicker-line::before { content: ""; width: 54px; height: 3px; background: var(--teal-700); }

.hero { position: relative; padding: 104px 0 88px; background: linear-gradient(180deg, #fff 0%, #f7fafb 100%); }
.hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--teal-700) 0 24%, var(--navy-900) 24%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(450px, .98fr); gap: 62px; align-items: center; }
.hero-copy .lead { max-width: 720px; margin: 30px 0 14px; }
.hero-note { max-width: 680px; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 24px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 0; list-style: none; }
.hero-facts li { color: var(--ink); font-size: 13px; font-weight: 700; }
.hero-facts li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--teal-600); vertical-align: 1px; }

.pipeline-card { padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.pipeline-card-head { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.pipeline-card-head strong { color: var(--navy-900); }
.pipeline-card-head span { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.pipeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pipeline-step { position: relative; min-height: 100px; padding: 16px 12px; border: 1px solid var(--line); border-top: 3px solid var(--teal-600); border-radius: 8px; background: var(--canvas); }
.pipeline-step:nth-child(n+5) { border-top-color: var(--blue-700); }
.pipeline-step small { display: block; color: var(--teal-700); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.pipeline-step b { display: block; margin-top: 8px; color: var(--navy-900); font-size: 13px; line-height: 1.45; }
.pipeline-caption { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-note { padding: 12px 20px 16px; margin: 0 auto; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; text-align: center; }
.proof-item { padding: 28px 26px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; color: var(--navy-900); font-size: clamp(25px, 3vw, 34px); line-height: 1.2; }
.proof-item span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }

.risk-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.risk-item { min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.risk-number { display: block; margin-bottom: 20px; color: var(--teal-700); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.risk-item h3 { font-size: 17px; line-height: 1.6; }

.comparison { display: grid; grid-template-columns: 1fr 1.08fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.comparison-column { padding: 36px; background: #fff; }
.comparison-column + .comparison-column { color: #eaf3f7; background: var(--navy-900); }
.comparison-column + .comparison-column h3 { color: #fff; }
.comparison-label { display: block; margin-bottom: 22px; color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.comparison-column + .comparison-column .comparison-label { color: #5dd0d3; }
.check-list { padding: 0; margin: 18px 0 0; list-style: none; }
.check-list li { position: relative; padding: 9px 0 9px 27px; border-bottom: 1px solid rgba(118,145,162,.25); }
.check-list li::before { content: ""; position: absolute; left: 0; top: 18px; width: 9px; height: 4px; border-left: 2px solid var(--teal-600); border-bottom: 2px solid var(--teal-600); transform: rotate(-45deg); }
.comparison-column + .comparison-column .check-list li::before { border-color: #5dd0d3; }

.stage-shell { display: grid; grid-template-columns: 1.05fr .95fr; gap: 32px; align-items: stretch; }
.stage-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.stage-tab { min-height: 152px; padding: 18px 14px; border: 1px solid var(--line); border-radius: 9px; background: #fff; text-align: left; cursor: pointer; }
.stage-tab span { display: block; color: var(--teal-700); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.stage-tab strong { display: block; margin-top: 12px; color: var(--navy-900); font-size: 15px; line-height: 1.55; }
.stage-tab[aria-selected="true"] { color: #fff; border-color: var(--navy-900); background: var(--navy-900); box-shadow: var(--shadow); }
.stage-tab[aria-selected="true"] span { color: #5dd0d3; }
.stage-tab[aria-selected="true"] strong { color: #fff; }
.stage-panels { min-height: 360px; padding: 34px; border-radius: var(--radius); color: #eaf3f7; background: var(--navy-950); }
.stage-panel h3 { margin-bottom: 18px; color: #fff; font-size: 25px; }
.stage-panel dl { margin: 0; }
.stage-panel dt { margin-top: 16px; color: #5dd0d3; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.stage-panel dd { margin: 5px 0 0; }

.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 42px; }
.metric { padding: 25px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.metric strong { display: block; color: var(--navy-900); font-size: 28px; }
.metric span { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.quality-item { padding: 22px 24px; border-left: 4px solid var(--blue-700); background: var(--blue-100); }
.quality-item strong { display: block; color: var(--navy-900); font-size: 25px; }
.quality-item span { font-size: 12px; letter-spacing: .04em; }
.scope-note { margin-top: 24px; padding: 22px 24px; border: 1px solid #e1c27c; border-radius: 8px; color: #69470b; background: var(--warm-bg); }
.scope-note strong { color: var(--warm); }
.baseline-detail { margin-top: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.baseline-detail summary { padding: 18px 22px; color: var(--navy-900); font-weight: 800; cursor: pointer; }
.baseline-detail > div { padding: 0 22px 18px; color: var(--muted); }

.pilot-card { display: grid; grid-template-columns: 1.25fr .75fr; border: 2px solid var(--navy-900); border-radius: 16px; overflow: hidden; background: #fff; }
.pilot-main { padding: 46px; }
.pilot-price { padding: 46px; color: #fff; background: var(--navy-900); }
.price-label { color: #8ed9dc; font-size: 12px; font-weight: 800; letter-spacing: .11em; }
.price { display: block; margin-top: 14px; font-size: clamp(40px, 5vw, 62px); font-weight: 800; line-height: 1.1; }
.price small { font-size: 15px; }
.pilot-facts { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; margin: 26px 0; list-style: none; }
.pilot-facts li { padding: 13px 14px; border-left: 3px solid var(--teal-600); background: var(--canvas); font-weight: 700; }
.pilot-price .button { width: 100%; margin-top: 24px; color: var(--navy-950); border-color: #fff; background: #fff; }
.pilot-price .button:hover { color: #fff; border-color: var(--teal-600); background: var(--teal-600); }

.license-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
.license-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.license-card .license-price { display: block; margin: 18px 0; color: var(--navy-900); font-size: 30px; font-weight: 800; }
.license-card .license-price small { font-size: 13px; }

.resource-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.resource-card { display: flex; flex-direction: column; min-height: 290px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--ink); background: #fff; text-decoration: none; transition: border-color .2s, transform .2s, box-shadow .2s; }
.resource-card:hover { border-color: var(--teal-600); box-shadow: var(--shadow); transform: translateY(-2px); }
.file-type { color: var(--teal-700); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.resource-card h3 { margin: 22px 0 10px; font-size: 25px; }
.resource-card p { color: var(--muted); }
.resource-card .file-name { margin-top: auto; padding-top: 24px; color: var(--blue-700); font-family: Consolas, "Courier New", monospace; font-size: 12px; overflow-wrap: anywhere; }

.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); background: #fff; }
.faq-list summary { position: relative; padding: 25px 58px 25px 4px; color: var(--navy-900); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 10px; top: 17px; color: var(--teal-700); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 850px; padding: 0 58px 25px 4px; color: var(--muted); }

.page-hero { padding: 86px 0 68px; border-bottom: 1px solid var(--line); background: var(--canvas); }
.page-hero h1 { max-width: 900px; font-size: clamp(38px, 5vw, 62px); }
.page-hero .lead { max-width: 800px; margin-top: 24px; }
.breadcrumbs { margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs a { color: var(--muted); }
.content-grid { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 64px; align-items: start; }
.side-index { position: sticky; top: calc(var(--header-height) + 28px); padding: 22px; border-left: 3px solid var(--teal-600); background: var(--canvas); }
.side-index strong { display: block; margin-bottom: 12px; color: var(--navy-900); }
.side-index a { display: block; padding: 6px 0; color: var(--muted); font-size: 13px; text-decoration: none; }
.prose h2 { margin: 60px 0 20px; font-size: 34px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 12px; }
.prose p, .prose li { max-width: 820px; }
.prose table { width: 100%; border-collapse: collapse; margin: 28px 0; }
.prose th, .prose td { padding: 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { color: #fff; background: var(--navy-900); }
.prose ul { padding-left: 1.4em; }
.callout { padding: 24px; border-left: 4px solid var(--teal-600); background: var(--blue-100); }
.warning { border-left-color: #b8791c; background: var(--warm-bg); }

.contact-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
.contact-primary, .contact-secondary { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); }
.contact-primary { color: #eaf3f7; background: var(--navy-900); }
.contact-primary h2 { color: #fff; }
.contact-primary .button { margin-top: 20px; color: var(--navy-950); border-color: #fff; background: #fff; }
.contact-secondary { background: var(--canvas); }
.copy-row { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.email-text { padding: 10px 14px; border: 1px solid var(--line); border-radius: 6px; color: var(--navy-900); background: #fff; font-family: Consolas, monospace; }
.toast { position: fixed; z-index: 250; right: 24px; bottom: 24px; padding: 13px 18px; border-radius: 7px; color: #fff; background: var(--navy-950); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s, transform .2s; }
.toast[data-visible] { opacity: 1; transform: translateY(0); }

.not-found { min-height: 68vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; }
.not-found-code { color: var(--teal-700); font-size: clamp(74px, 16vw, 156px); font-weight: 800; line-height: 1; }

.site-footer { color: #cbd8e1; background: var(--navy-950); }
.footer-grid { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: grid; grid-template-columns: 1.4fr .8fr 1fr .9fr; gap: 42px; padding: 68px 0 48px; }
.footer-brand { color: #fff; font-size: 25px; font-weight: 800; }
.footer-grid h2 { margin: 0 0 16px; color: #fff; font-size: 14px; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; color: #d5e4ec; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: #70d6d9; text-decoration: underline; }
.footer-grid p { margin: 8px 0; font-size: 13px; }
.footer-note { max-width: 330px; color: #9eb1be; }
.footer-bottom { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; display: flex; justify-content: space-between; gap: 30px; padding: 20px 0 28px; border-top: 1px solid #284257; color: #8fa4b2; font-size: 11px; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 18px; }
  .menu-button { display: inline-flex; grid-column: 3; justify-self: end; align-items: center; gap: 10px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
  .menu-lines, .menu-lines::before, .menu-lines::after { display: block; width: 18px; height: 2px; background: var(--navy-900); content: ""; }
  .menu-lines { position: relative; }
  .menu-lines::before { position: absolute; top: -6px; }
  .menu-lines::after { position: absolute; top: 6px; }
  .site-nav { position: absolute; top: calc(100% + 1px); left: 20px; right: 20px; display: none; align-items: stretch; padding: 14px; border: 1px solid var(--line); border-radius: 0 0 10px 10px; background: #fff; box-shadow: var(--shadow); }
  .site-nav[data-open] { display: grid; }
  .header-cta { grid-column: 2; grid-row: 1; }
  .hero-grid { grid-template-columns: 1fr; }
  .pipeline-card { max-width: 720px; }
  .risk-grid { grid-template-columns: repeat(2, 1fr); }
  .stage-shell, .contact-panel { grid-template-columns: 1fr; }
  .content-grid { grid-template-columns: 1fr; }
  .side-index { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --header-height: 66px; }
  body { padding-bottom: 66px; font-size: 15px; }
  .header-inner { width: min(calc(100% - 28px), var(--max)); min-height: var(--header-height); grid-template-columns: 1fr auto; }
  .brand-sub, .header-cta, .menu-label { display: none; }
  .menu-button { grid-column: 2; }
  .site-nav { left: 14px; right: 14px; }
  .mobile-fixed-cta { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: flex; min-height: 58px; align-items: center; justify-content: center; padding: 10px 18px; color: #fff; background: var(--navy-900); font-weight: 800; text-decoration: none; box-shadow: 0 -6px 18px rgba(7,29,49,.14); }
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 76px 0; }
  .section-compact { padding: 56px 0; }
  .section-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .hero { padding: 68px 0 60px; }
  .hero-grid { gap: 40px; }
  .hero-actions { display: grid; }
  .pipeline { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .risk-grid { grid-template-columns: 1fr; }
  .risk-item { min-height: auto; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-column { padding: 27px; }
  .stage-tabs { grid-template-columns: repeat(2, 1fr); }
  .stage-tab { min-height: 128px; }
  .stage-panels { min-height: 0; padding: 27px; }
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid, .license-grid, .resource-grid { grid-template-columns: 1fr; }
  .pilot-card { grid-template-columns: 1fr; }
  .pilot-main, .pilot-price { padding: 30px; }
  .pilot-facts { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 0 50px; }
  .prose h2 { font-size: 29px; }
  .prose table { display: block; overflow-x: auto; }
  .contact-primary, .contact-secondary { padding: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 50px; }
  .footer-bottom { display: grid; }
  .toast { right: 14px; bottom: 76px; left: 14px; text-align: center; }
}

@media (max-width: 420px) {
  h1 { font-size: 36px; }
  .pipeline { grid-template-columns: 1fr; }
  .pipeline-step { min-height: auto; }
  .proof-grid, .metrics-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .stage-tabs { grid-template-columns: 1fr; }
}

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

@media print {
  .site-header, .mobile-fixed-cta, .menu-button, .toast { display: none !important; }
  body { padding: 0; }
  .section, .page-hero { padding-block: 32px; }
  a { color: inherit; text-decoration: none; }
}
