:root {
  --ink: #10164a;
  --ink-2: #171f63;
  --blue: #3154ff;
  --blue-bright: #4f70ff;
  --coral: #ff6a5c;
  --paper: #f5f7fb;
  --white: #ffffff;
  --text: #20264b;
  --muted: #65708f;
  --line: #dce1ef;
  --max: 1240px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: var(--white); background: var(--ink); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(16,22,74,.1); backdrop-filter: blur(14px); }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; text-decoration: none; border-radius: 5px; transition: background .25s, padding .25s, box-shadow .25s; }
.brand-logo { display: block; width: 218px; height: auto; }
.site-header:not(.scrolled) .brand { padding: 6px 10px; background: rgba(255,255,255,.95); box-shadow: 0 10px 28px rgba(7,11,43,.14); }
.primary-nav { display: flex; align-items: center; gap: 28px; }
.primary-nav a { position: relative; font-size: 14px; font-weight: 650; text-decoration: none; }
.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 2px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s var(--ease); }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: 11px 17px; color: var(--ink); background: var(--white); border-radius: 999px; }
.site-header.scrolled .nav-cta { color: var(--white); background: var(--ink); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; color: currentColor; }
.nav-toggle i { display: block; height: 2px; margin: 5px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.hero { position: relative; min-height: 840px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-wash { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { background: linear-gradient(90deg, rgba(8,13,57,.98) 0%, rgba(12,20,73,.88) 38%, rgba(9,15,55,.28) 68%, rgba(7,10,38,.22) 100%), linear-gradient(0deg, rgba(5,8,30,.85), transparent 50%); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); gap: 80px; align-items: end; padding: 200px 0 86px; }
.hero-content { max-width: 800px; }
.eyebrow { margin: 0 0 22px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #aebcff; }
.eyebrow::before { content: ""; display: inline-block; width: 30px; height: 2px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .96; letter-spacing: -.065em; font-weight: 780; text-wrap: balance; }
h1 em, h2 em, .footer-statement em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 13px 22px; border: 0; border-radius: 4px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s var(--ease), background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(255,106,92,.22); }
.button-primary:hover { background: #ff8075; box-shadow: 0 16px 34px rgba(255,106,92,.3); }
.button-light { color: var(--ink); background: var(--white); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; text-underline-offset: 5px; }
.light-link { color: var(--white); }
.hero-proof { padding: 28px; border: 1px solid rgba(255,255,255,.24); background: rgba(12,20,73,.55); backdrop-filter: blur(16px); }
.hero-proof > p { margin: 0 0 14px; color: #b6c2ff; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-proof > strong { display: block; font-size: 18px; line-height: 1.45; font-weight: 620; }
.proof-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.proof-tags span { padding: 5px 9px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.75); font-size: 12px; }

.signal-strip { color: var(--white); background: var(--blue); }
.signal-grid { min-height: 92px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.signal-grid p { margin: 0; padding: 8px 30px; font-size: 14px; font-weight: 650; border-left: 1px solid rgba(255,255,255,.26); }
.signal-grid p:first-child { padding-left: 0; border-left: 0; }
.signal-grid span { margin-right: 12px; color: rgba(255,255,255,.6); font-family: Georgia, serif; font-style: italic; }

.section { padding: 128px 0; }
.intro { background: var(--white); }
.split-heading { display: grid; grid-template-columns: .65fr 1.6fr; gap: 80px; }
.section-kicker { padding-top: 14px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker span { display: inline-flex; gap: 12px; align-items: center; }
.section-kicker span::before { content: ""; width: 36px; height: 2px; background: currentColor; }
.intro-copy h2, .section-heading h2, .model-copy h2, .partnership-heading h2, .principles-copy h2, .faq-heading h2, .contact-copy h2 { margin: 0; color: var(--ink); font-size: clamp(2.35rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 750; text-wrap: balance; }
.intro-copy > p { max-width: 870px; margin: 26px 0 0; color: var(--muted); font-size: 1.12rem; }
.intro-copy h2 em { white-space: nowrap; }

.capabilities { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 640px; margin: 18px 0 0; color: var(--muted); font-size: 1.08rem; }
.section-heading.wide { max-width: 930px; }
.capability-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { min-height: 420px; position: relative; padding: 46px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.66); transition: background .3s, transform .3s var(--ease), box-shadow .3s; }
.capability-card:hover { z-index: 1; background: var(--white); transform: translateY(-5px); box-shadow: 0 22px 60px rgba(16,22,74,.1); }
.card-number { color: var(--blue); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.capability-card h3 { max-width: 340px; margin: 80px 0 14px; color: var(--ink); font-size: clamp(1.7rem, 2.2vw, 2.45rem); line-height: 1.06; letter-spacing: -.04em; }
.capability-card p { max-width: 470px; margin: 0; color: var(--muted); }
.capability-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 28px 0 0; padding: 0; list-style: none; }
.capability-card li { padding: 5px 9px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); font-size: 12px; font-weight: 650; }

.warmware { background: #fff3f1; }
.warmware-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; margin-bottom: 58px; }
.warmware-intro h2 { max-width: 760px; margin: 0; color: var(--ink); font-size: clamp(2.35rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 750; text-wrap: balance; }
.warmware-definition { padding: 28px 30px; border-left: 4px solid var(--coral); background: rgba(255,255,255,.72); }
.warmware-definition span { display: block; margin-bottom: 12px; color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-size: 1.45rem; font-style: italic; }
.warmware-definition p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.pathway-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid rgba(255,106,92,.28); border-left: 1px solid rgba(255,106,92,.28); }
.pathway-card { min-height: 300px; padding: 28px 24px; border-right: 1px solid rgba(255,106,92,.28); border-bottom: 1px solid rgba(255,106,92,.28); background: rgba(255,255,255,.82); transition: transform .25s var(--ease), background .25s, box-shadow .25s; }
.pathway-card:hover { z-index: 1; background: var(--white); transform: translateY(-5px); box-shadow: 0 20px 45px rgba(16,22,74,.1); }
.pathway-card > span { color: var(--coral); font-family: Georgia, serif; font-style: italic; }
.pathway-card h3 { margin: 80px 0 12px; color: var(--ink); font-size: 1.3rem; letter-spacing: -.025em; }
.pathway-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.model { color: var(--white); background: var(--ink); }
.model-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.model-copy { position: sticky; top: 140px; }
.model-copy h2 { color: var(--white); }
.model-copy > p:not(.eyebrow) { max-width: 510px; margin: 26px 0 34px; color: rgba(255,255,255,.68); font-size: 1.08rem; }
.model-steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.model-steps li { display: grid; grid-template-columns: 115px 1fr; gap: 30px; padding: 36px 0; border-top: 1px solid rgba(255,255,255,.16); }
.model-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.model-steps > li > span { color: #aebcff; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.model-steps h3 { margin: 0 0 10px; font-size: 1.35rem; }
.model-steps p { margin: 0; color: rgba(255,255,255,.64); }

.focus { background: var(--white); }
.focus-list { border-top: 1px solid var(--line); }
.focus-row { display: grid; grid-template-columns: 70px minmax(220px,.8fr) 1.25fr; gap: 34px; align-items: start; padding: 34px 0; border-bottom: 1px solid var(--line); transition: padding .25s var(--ease), background .25s; }
.focus-row:hover { padding-inline: 18px; background: var(--paper); }
.focus-row > span { padding-top: 6px; color: var(--blue); font-family: Georgia, serif; font-style: italic; }
.focus-row h3 { margin: 0; color: var(--ink); font-size: 1.42rem; letter-spacing: -.02em; }
.focus-row p { margin: 0; color: var(--muted); }

.partnership { background: #eaf0ff; }
.partnership-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.partnership-heading { position: sticky; top: 140px; align-self: start; }
.partner-types { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.partner-types article { min-height: 260px; padding: 30px; background: var(--white); border-top: 4px solid var(--blue); }
.partner-types article:nth-child(2), .partner-types article:nth-child(3) { border-top-color: var(--coral); }
.partner-types h3 { margin: 45px 0 12px; color: var(--ink); font-size: 1.3rem; line-height: 1.2; }
.partner-types p { margin: 0; color: var(--muted); font-size: .95rem; }

.support-model { color: var(--white); background: linear-gradient(135deg, var(--blue) 0%, var(--ink-2) 100%); }
.support-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.support-heading { position: sticky; top: 140px; }
.support-heading h2 { margin: 0; color: var(--white); font-size: clamp(2.35rem, 4.4vw, 4.9rem); line-height: 1.02; letter-spacing: -.055em; font-weight: 750; text-wrap: balance; }
.support-heading > p:last-child { max-width: 500px; margin: 26px 0 0; color: rgba(255,255,255,.72); font-size: 1.04rem; }
.support-cards { border-top: 1px solid rgba(255,255,255,.2); }
.support-cards article { display: grid; grid-template-columns: 64px 1fr; column-gap: 22px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.support-cards article > span { grid-row: 1 / 4; color: #b9c5ff; font-family: Georgia, serif; font-style: italic; }
.support-label { margin: 0 0 6px; color: #c5ceff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.support-cards h3 { margin: 0 0 10px; color: var(--white); font-size: 1.45rem; line-height: 1.18; letter-spacing: -.025em; }
.support-cards article > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.7); }

.principles { background: var(--paper); }
.principles-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.principles-copy > p:last-child { max-width: 500px; margin: 25px 0 0; color: var(--muted); font-size: 1.08rem; }
.principle-cards { display: grid; grid-template-columns: repeat(2,1fr); }
.principle-cards article { min-height: 235px; padding: 30px; border: 1px solid var(--line); margin: -1px 0 0 -1px; background: var(--white); }
.principle-cards strong { display: block; margin-top: 45px; color: var(--ink); font-size: 1.18rem; }
.principle-cards p { margin: 11px 0 0; color: var(--muted); font-size: .95rem; }

.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 0; color: var(--ink); font-size: 1.08rem; font-weight: 750; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 25px; font-weight: 300; transition: transform .25s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 760px; margin: -4px 0 28px; color: var(--muted); }

.contact { padding: 128px 0; color: var(--white); background: var(--blue); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.contact-copy h2 { color: var(--white); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; margin: 26px 0; color: rgba(255,255,255,.76); }
.contact-email { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-weight: 750; text-underline-offset: 5px; }
.contact-form { padding: 38px; color: var(--text); background: var(--white); box-shadow: 0 24px 70px rgba(4,12,60,.22); }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span:first-child { display: block; margin-bottom: 7px; color: var(--ink); font-size: 14px; font-weight: 720; }
.contact-form b { color: var(--coral); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cfd6e8; border-radius: 3px; padding: 12px 13px; color: var(--text); background: var(--white); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 49px; }
.contact-form textarea { resize: vertical; min-height: 128px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(49,84,255,.13); }
.contact-form [aria-invalid="true"] { border-color: #b42318; }
.contact-form .check { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.contact-form .check input { width: 18px; min-height: 18px; margin-top: 3px; }
.contact-form .check span { margin: 0; color: var(--muted); font-size: 13px; font-weight: 500; }
.trap { position: absolute; left: -10000px; }
.form-submit { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-status { min-height: 22px; margin-top: 8px; color: #096b42; font-size: 13px; text-align: center; }
.form-status.error { color: #b42318; }

.site-footer { padding-top: 86px; color: rgba(255,255,255,.72); background: #090d33; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr .5fr .8fr; gap: 50px; align-items: start; padding-bottom: 80px; }
.footer-brand { width: fit-content; padding: 8px 10px; background: var(--white); }
.footer-brand .brand-logo { width: 230px; }
.footer-statement { margin: 0; color: var(--white); font-size: clamp(2rem, 3.4vw, 3.6rem); line-height: 1; letter-spacing: -.04em; font-weight: 760; }
.footer-links { display: grid; gap: 8px; }
.footer-links p { margin: 0 0 10px; color: #aebcff; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 4px; }
.footer-links span { color: rgba(255,255,255,.48); }
.footer-meta { display: flex; justify-content: space-between; gap: 30px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #ffb9b2; outline-offset: 4px; }

@media (max-width: 1040px) {
  .hero { min-height: 760px; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-proof { max-width: 560px; }
  .model-grid, .partnership-grid, .principles-grid, .faq-grid, .contact-grid, .support-grid { grid-template-columns: 1fr; gap: 58px; }
  .model-copy, .partnership-heading, .support-heading { position: static; }
  .pathway-grid { grid-template-columns: repeat(3,1fr); }
  .footer-main { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .header-inner { height: 76px; }
  .nav-toggle { display: block; }
  .site-header.scrolled { backdrop-filter: none; }
  .nav-open .site-header { color: var(--ink); background: var(--white); box-shadow: 0 1px 0 rgba(16,22,74,.12); backdrop-filter: none; }
  .nav-open .site-header .brand { padding: 0; background: transparent; box-shadow: none; }
  .primary-nav { position: fixed; z-index: 110; top: 76px; right: 0; bottom: 0; left: 0; width: 100%; height: calc(100dvh - 76px); min-height: calc(100vh - 76px); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 26px 24px 40px; overflow-y: auto; overscroll-behavior: contain; color: var(--ink); background: #ffffff; opacity: 1; isolation: isolate; box-shadow: 0 18px 40px rgba(16,22,74,.16); transform: translateX(100%); transition: transform .3s var(--ease); }
  .nav-open .primary-nav { transform: translateX(0); }
  .primary-nav a { padding: 18px 4px; border-bottom: 1px solid var(--line); font-size: 18px; }
  .primary-nav .nav-cta { margin-top: 20px; color: var(--white); background: var(--ink); text-align: center; border: 0; }
  .nav-open .nav-toggle i:nth-child(2) { opacity: 0; }
  .nav-open .nav-toggle i:first-of-type { transform: translateY(7px) rotate(45deg); }
  .nav-open .nav-toggle i:last-of-type { transform: translateY(-7px) rotate(-45deg); }
  .site-header:not(.scrolled) .nav-toggle { color: var(--white); }
  .site-header.scrolled .nav-toggle { color: var(--ink); }
  .nav-open .site-header .nav-toggle { position: relative; z-index: 120; color: var(--ink); }
  .brand-logo { width: 188px; }
  .hero { min-height: auto; }
  .hero-inner { padding: 180px 0 70px; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5.3rem); }
  .hero-proof { display: none; }
  .signal-grid { grid-template-columns: 1fr; padding: 18px 0; }
  .signal-grid p, .signal-grid p:first-child { padding: 9px 0; border: 0; }
  .section, .contact { padding: 90px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 360px; }
  .capability-card h3 { margin-top: 58px; }
  .warmware-intro { grid-template-columns: 1fr; gap: 34px; }
  .pathway-grid { grid-template-columns: repeat(2,1fr); }
  .focus-row { grid-template-columns: 45px 1fr; gap: 18px; }
  .focus-row p { grid-column: 2; }
  .partner-types { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .brand-logo { width: 172px; }
  .hero-media img { object-position: 61% center; }
  .hero-wash { background: linear-gradient(90deg, rgba(8,13,57,.96), rgba(10,16,58,.72)), linear-gradient(0deg, rgba(5,8,30,.9), transparent); }
  .hero-inner { padding-top: 150px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .button { width: 100%; }
  .light-link { justify-content: center; }
  .capability-card { min-height: 0; padding: 32px 25px; }
  .pathway-grid { grid-template-columns: 1fr; }
  .pathway-card { min-height: 0; }
  .pathway-card h3 { margin-top: 42px; }
  .support-cards article { grid-template-columns: 42px 1fr; column-gap: 14px; }
  .model-steps li { grid-template-columns: 1fr; gap: 10px; }
  .principle-cards { grid-template-columns: 1fr; }
  .partnership-heading h2, .principles-copy h2, .contact-copy h2 { font-size: 2.55rem; }
  .contact-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-meta { flex-direction: column; gap: 8px; }
}

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

.legal-page { background: var(--paper); }
.legal-header { color: var(--white); background: var(--ink); }
.legal-header .header-inner { height: 88px; }
.legal-header .brand { padding: 6px 10px; background: var(--white); box-shadow: 0 10px 28px rgba(7,11,43,.2); }
.legal-back { color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; text-underline-offset: 4px; }
.legal-main { padding: 90px 0 110px; }
.legal-content { max-width: 850px; }
.legal-content h1 { margin: 0 0 24px; color: var(--ink); font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: 1; letter-spacing: -.06em; }
.legal-intro { margin-bottom: 50px; color: var(--muted); font-size: 1.2rem; }
.legal-content h2 { margin: 38px 0 10px; color: var(--ink); font-size: 1.35rem; }
.legal-content p { color: var(--muted); }
.legal-content a { color: var(--blue); font-weight: 700; }
.legal-updated { margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 14px; }
.legal-footer { padding: 24px 0; color: rgba(255,255,255,.55); background: #090d33; font-size: 13px; }

@media (max-width: 560px) {
  .legal-header .brand-logo { width: 155px; }
  .legal-back { font-size: 13px; }
  .legal-main { padding: 65px 0 80px; }
}
