:root {
  --ink: #15233b;
  --navy: #213555;
  --deep: #172943;
  --cream: #fff9ec;
  --paper: #f8f0df;
  --gold: #f4b744;
  --amber: #e49138;
  --coral: #df6a55;
  --teal: #2b7c79;
  --sky: #82b8c9;
  --lilac: #8174a7;
  --line: rgba(21, 35, 59, .16);
  --shadow: 0 24px 70px rgba(16, 31, 54, .14);
  --radius: 26px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 860px; }
.sr-only { position: absolute !important; 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; background: white; color: var(--ink); border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: absolute; z-index: 50; inset: 0 0 auto; color: white; }
.site-header.compact { position: absolute; }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; line-height: 1; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
.brand small { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.brand-mark { width: 42px; aspect-ratio: 1; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50% 50% 48% 8%; transform: rotate(45deg); background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(244,183,68,.28)); }
.brand-mark span { width: 13px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 6px rgba(244,183,68,.18); }
.site-nav { display: flex; gap: 30px; align-items: center; }
.site-nav a { color: inherit; text-decoration: none; font-size: .88rem; font-weight: 750; letter-spacing: .02em; position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.08); color: inherit; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle > span:not(.sr-only) { width: 20px; height: 2px; border-radius: 2px; background: currentColor; }

.hero { min-height: 780px; position: relative; overflow: hidden; color: white; background: linear-gradient(130deg, #172943 0%, #213b5f 57%, #315a6e 100%); display: grid; align-items: center; padding: 132px 0 80px; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; left: -230px; bottom: -390px; border: 72px solid rgba(244,183,68,.13); border-radius: 50%; }
.sun-window { position: absolute; width: 640px; aspect-ratio: 1; right: -90px; top: -210px; border-radius: 50%; border: 2px solid rgba(255,255,255,.12); background: radial-gradient(circle at center, #ffe6a2 0 6%, #f4b744 6.2% 13%, rgba(244,183,68,.34) 13.3% 28%, rgba(255,255,255,.04) 28.3% 100%); box-shadow: inset 0 0 0 70px rgba(255,255,255,.025), inset 0 0 0 72px rgba(255,255,255,.11); opacity: .92; }
.sun-window::before, .sun-window::after { content: ""; position: absolute; inset: 50% auto auto 50%; width: 100%; height: 2px; background: rgba(255,255,255,.13); transform: translate(-50%, -50%); }
.sun-window::after { transform: translate(-50%, -50%) rotate(90deg); }
.ray { position: absolute; inset: 50% auto auto 50%; width: 50%; height: 1px; background: rgba(255,255,255,.18); transform-origin: left; }
.r1 { transform: rotate(30deg); }.r2 { transform: rotate(60deg); }.r3 { transform: rotate(120deg); }.r4 { transform: rotate(150deg); }.r5 { transform: rotate(210deg); }.r6 { transform: rotate(330deg); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.eyebrow { margin: 0 0 19px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800; font-size: .73rem; color: rgba(255,255,255,.78); }
.eyebrow span { width: 28px; height: 2px; background: var(--gold); }
.eyebrow.dark { color: #536078; }
.hero h1, .policy-hero h1 { margin: 0; max-width: 750px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(3.25rem, 7vw, 6.2rem); line-height: .97; letter-spacing: -.052em; }
.hero h1 em, .policy-hero h1 em { color: #ffd37b; font-weight: 400; }
.hero-lede { max-width: 650px; margin: 28px 0 32px; color: rgba(255,255,255,.76); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; cursor: pointer; font-weight: 800; font-size: .9rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #18283f; box-shadow: 0 10px 28px rgba(244,183,68,.18); }
.button.primary:hover { background: #ffc960; box-shadow: 0 14px 35px rgba(244,183,68,.25); }
.button.quiet { border-color: rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.05); }
.button.quiet:hover { background: rgba(255,255,255,.11); }
.button.full { width: 100%; border: 0; }
.trust-row { list-style: none; margin: 30px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 18px; color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 700; }
.trust-row span { color: var(--gold); }
.hero-card { position: relative; overflow: hidden; min-height: 420px; padding: 52px 44px 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 150px 150px 28px 28px; background: linear-gradient(155deg, rgba(255,255,255,.17), rgba(255,255,255,.055)); backdrop-filter: blur(8px); box-shadow: 0 32px 80px rgba(0,0,0,.19); }
.hero-card::before { content: ""; position: absolute; inset: 19px; border: 1px solid rgba(255,255,255,.14); border-radius: 135px 135px 18px 18px; pointer-events: none; }
.card-sun { width: 92px; aspect-ratio: 1; margin: 0 auto 45px; border-radius: 50%; background: repeating-conic-gradient(from 8deg, rgba(255,255,255,.2) 0 8deg, transparent 8deg 30deg), radial-gradient(circle, #fff6ce 0 22%, var(--gold) 23% 43%, transparent 44%); }
.mini-label { color: var(--amber); font-size: .67rem; letter-spacing: .2em; font-weight: 900; }
.hero-card .mini-label { color: #ffd37b; text-align: center; }
.hero-card blockquote { max-width: 330px; margin: 14px auto 26px; color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; line-height: 1.35; text-align: center; }
.color-path { display: flex; justify-content: center; align-items: center; gap: 8px; }
.color-path i { display: block; width: 9px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); }
.color-path i:nth-child(2) { background: var(--coral); }.color-path i:nth-child(3) { width: 13px; background: #f9e6b7; }.color-path i:nth-child(4) { background: var(--teal); }.color-path i:nth-child(5) { background: var(--lilac); }
.card-foot { position: absolute; left: 42px; right: 42px; bottom: 28px; display: flex; justify-content: space-between; font-size: .65rem; text-transform: uppercase; letter-spacing: .14em; color: rgba(255,255,255,.55); }

.purpose-section { padding: 115px 0; background: var(--paper); position: relative; }
.purpose-section::after { content: ""; position: absolute; right: 6%; bottom: -44px; width: 88px; height: 88px; background: var(--coral); clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); opacity: .14; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.section-intro h2, .section-heading h2, .privacy-panel h2, .official-card h2, .support-section h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.35rem, 4.5vw, 4rem); line-height: 1.04; font-weight: 400; letter-spacing: -.035em; }
.body-copy { font-size: 1.08rem; color: #4f5a6d; }
.body-copy > p:first-child { margin-top: 4px; }
.notice { margin-top: 30px; padding: 22px 24px; border-left: 4px solid var(--gold); background: rgba(255,255,255,.6); color: var(--ink); }

.spaces-section { padding: 120px 0 130px; background: var(--cream); }
.section-heading { max-width: 690px; margin-bottom: 55px; }
.section-heading .eyebrow { color: #6e7785; }
.section-heading > p:last-child { color: #606b7d; max-width: 610px; }
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.space-card { min-height: 290px; padding: 28px; border-radius: 22px; display: flex; flex-direction: column; color: white; position: relative; overflow: hidden; box-shadow: 0 18px 40px rgba(16,31,54,.09); }
.space-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -95px; top: -92px; border: 26px solid rgba(255,255,255,.12); border-radius: 50%; }
.space-card.indigo { background: #4c527f; }.space-card.amber { background: #bc7139; }.space-card.coral { background: #af5b54; }.space-card.teal { background: #34736e; }
.space-card.plum { background: #725373; }.space-card.sky { background: #3e7484; }.space-card.rust { background: #9b5f49; }.space-card.sage { background: #5b765b; }.space-card.dusk { background: #394d70; }
.space-card .number { font-size: .68rem; font-weight: 850; letter-spacing: .18em; color: rgba(255,255,255,.6); }
.tile-icon { margin: 32px 0 auto; font-family: Georgia, serif; font-size: 3.4rem; color: #ffe2a4; line-height: 1; }
.space-card h3 { margin: 34px 0 8px; font-family: Georgia, serif; font-weight: 400; font-size: 1.5rem; }
.space-card p { margin: 0; color: rgba(255,255,255,.76); font-size: .9rem; }

.privacy-section { padding: 0 0 125px; }
.privacy-panel { background: var(--paper); border: 1px solid rgba(21,35,59,.1); border-radius: 30px; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; padding: clamp(38px, 7vw, 82px); box-shadow: var(--shadow); }
.privacy-panel > div > p:not(.eyebrow) { color: #596476; }
.text-link { display: inline-flex; gap: 10px; margin-top: 16px; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.privacy-list { list-style: none; margin: 0; padding: 0; align-self: center; }
.privacy-list li { display: flex; gap: 19px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); }
.privacy-list li:last-child { border: 0; }
.privacy-list li > span { flex: 0 0 44px; height: 44px; display: grid; place-items: center; border-radius: 50% 50% 50% 5px; background: var(--navy); color: white; font-size: .68rem; font-weight: 900; }
.privacy-list div { display: grid; }.privacy-list small { color: #697486; }

.official-section { padding: 0 0 120px; }
.official-card { padding: 48px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; border-radius: 24px; color: white; background: linear-gradient(105deg, #1b304d, #284e60); }
.official-card h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); }
.official-card p:not(.mini-label) { margin-bottom: 0; color: rgba(255,255,255,.7); }
.official-mark { width: 80px; height: 95px; border-radius: 50px 50px 8px 8px; border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; }
.official-mark span { width: 28px; aspect-ratio: 1; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 12px rgba(244,183,68,.13); }

.support-section { padding: 120px 0; background: #1b304d; color: white; position: relative; overflow: hidden; }
.support-section::before { content: ""; position: absolute; width: 520px; aspect-ratio: 1; left: -260px; top: -120px; border-radius: 50%; background: repeating-conic-gradient(rgba(244,183,68,.05) 0 10deg, transparent 10deg 30deg); }
.support-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: center; }
.support-section .section-intro > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.direct-links { display: grid; gap: 14px; margin-top: 30px; }
.direct-links a { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.direct-links a > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #ffd37b; }
.direct-links a > span:last-child { display: grid; font-weight: 700; }.direct-links small { color: rgba(255,255,255,.55); font-weight: 500; }
.contact-card { color: var(--ink); background: var(--cream); padding: clamp(28px, 5vw, 48px); border-radius: 28px 28px 28px 7px; box-shadow: 0 32px 80px rgba(0,0,0,.2); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-card label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .82rem; font-weight: 800; }
.contact-card label > span { font-weight: 500; color: #748092; }
.contact-card input, .contact-card textarea, .contact-card select { width: 100%; border: 1px solid rgba(21,35,59,.2); border-radius: 10px; background: white; color: var(--ink); padding: 12px 13px; }
.contact-card textarea { resize: vertical; min-height: 130px; }
.contact-card input:focus, .contact-card textarea:focus, .contact-card select:focus { border-color: var(--teal); outline: 3px solid rgba(43,124,121,.16); }
.form-note { margin: 13px 0 0; color: #6b7585; text-align: center; font-size: .75rem; }

.site-footer { color: rgba(255,255,255,.72); background: #13243b; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .6fr 1fr; gap: 70px; padding-bottom: 45px; }
.footer-brand { color: white; }.footer-grid > div:first-child p { max-width: 370px; }
.footer-grid h2 { margin: 0 0 15px; color: white; text-transform: uppercase; letter-spacing: .15em; font-size: .67rem; }
.footer-grid > div { display: grid; align-content: start; gap: 8px; }
.footer-grid a { text-decoration: none; }.footer-grid a:hover { color: white; }
.footer-grid p { font-size: .82rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; font-size: .72rem; }

/* Privacy policy */
.policy-page { background: #fbf5e9; }
.policy-hero { min-height: 520px; color: white; background: linear-gradient(130deg, #172943, #294b60); padding: 160px 0 90px; position: relative; overflow: hidden; }
.policy-hero::after { content: ""; position: absolute; right: -100px; top: -280px; width: 660px; aspect-ratio: 1; border-radius: 50%; background: repeating-conic-gradient(rgba(255,255,255,.07) 0 9deg, transparent 9deg 30deg), radial-gradient(circle, var(--gold) 0 6%, rgba(244,183,68,.3) 6.2% 16%, transparent 16.2%); }
.policy-hero .narrow { position: relative; z-index: 1; }
.policy-hero h1 { font-size: clamp(3rem, 7vw, 5.8rem); }
.policy-hero > div > p:last-child { color: rgba(255,255,255,.67); }
.policy-layout { padding: 90px 0 120px; display: grid; grid-template-columns: 270px minmax(0, 760px); justify-content: space-between; gap: 70px; align-items: start; }
.policy-aside { position: sticky; top: 24px; }
.summary-card { padding: 28px; background: var(--navy); color: white; border-radius: 100px 100px 22px 22px; text-align: center; }
.summary-sun { display: block; width: 58px; aspect-ratio: 1; margin: 4px auto 22px; border-radius: 50%; background: radial-gradient(circle, #ffe6a2 0 22%, var(--gold) 23% 42%, rgba(255,255,255,.1) 43% 68%, transparent 69%); }
.summary-card h2 { font-family: Georgia, serif; font-weight: 400; }
.summary-card ul { list-style: none; margin: 0; padding: 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.summary-card li { padding: 8px 0; border-top: 1px solid rgba(255,255,255,.12); }
.policy-nav { display: grid; margin-top: 24px; max-height: 45vh; overflow: auto; padding-right: 8px; }
.policy-nav a { display: flex; gap: 11px; padding: 7px 0; text-decoration: none; color: #596578; font-size: .76rem; }
.policy-nav a:hover { color: var(--ink); }.policy-nav span { color: var(--amber); font-weight: 900; }
.policy-article { min-width: 0; }
.policy-callout { padding: 28px; border-radius: 16px; background: #efe5d0; border-left: 4px solid var(--gold); }
.policy-callout p { margin-bottom: 0; }
.policy-article section { position: relative; padding: 55px 0 52px; border-bottom: 1px solid var(--line); scroll-margin-top: 25px; }
.policy-article h2 { margin: 0 0 20px; padding-right: 65px; font-family: Georgia, serif; font-size: clamp(1.7rem, 4vw, 2.35rem); font-weight: 400; line-height: 1.12; }
.policy-article p, .policy-article li { color: #4f5c6d; }
.policy-article code { padding: 2px 6px; border-radius: 5px; background: rgba(21,35,59,.08); overflow-wrap: anywhere; }
.section-number { position: absolute; top: 58px; right: 0; color: var(--amber); font-size: .73rem; font-weight: 900; letter-spacing: .14em; }
.long-link { display: block; padding: 14px; border-radius: 9px; background: rgba(21,35,59,.06); overflow-wrap: anywhere; word-break: break-word; }
.contact-box { margin-top: 28px; padding: 25px; display: grid; gap: 7px; border-radius: 14px; color: white; background: var(--navy); }
.contact-box a { color: #ffda8b; }.contact-box span { margin-top: 8px; color: rgba(255,255,255,.68); }
.policy-end { margin-top: 55px; color: #7b8492; font-size: .74rem; text-align: center; text-transform: uppercase; letter-spacing: .14em; }
.policy-footer { padding-top: 22px; }

.notfound-page { margin: 0; min-height: 100vh; display: grid; place-items: center; color: white; background: linear-gradient(135deg, #172943, #294b60); }
.notfound-page main { width: min(560px, calc(100% - 32px)); padding: 48px 24px; text-align: center; }
.notfound-sun { display: block; width: 72px; aspect-ratio: 1; margin: 0 auto; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 18px rgba(244,183,68,.2), 0 0 0 36px rgba(244,183,68,.08); }
.notfound-page h1 { margin: 50px 0 12px; font: 400 clamp(2.4rem, 10vw, 4rem)/1 Georgia, serif; }
.notfound-page p { color: rgba(255,255,255,.7); }
.notfound-page .button { margin-top: 18px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .09s; }.delay-two { transition-delay: .17s; }.delay-three { transition-delay: .25s; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 720px); }
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; top: 76px; left: 16px; right: 16px; padding: 16px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: #172943; box-shadow: 0 18px 50px rgba(0,0,0,.25); display: none; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-nav.is-open { display: flex; }.site-nav a { padding: 11px; }.site-nav a::after { display: none; }
  .hero { min-height: auto; padding-top: 145px; }.hero-grid { grid-template-columns: 1fr; }.hero-card { max-width: 500px; width: 100%; margin: auto; }
  .split, .privacy-panel, .support-grid { grid-template-columns: 1fr; }
  .space-grid { grid-template-columns: 1fr 1fr; }.space-card { min-height: 285px; }
  .official-card { grid-template-columns: auto 1fr; }.official-card .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / -1; }
  .policy-layout { grid-template-columns: 1fr; }.policy-aside { position: static; }.policy-nav { display: none; }.summary-card { max-width: 420px; margin: auto; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); --radius: 20px; }
  html { scroll-padding-top: 78px; }
  .nav-wrap { min-height: 76px; }.brand-mark { width: 38px; }.brand small { font-size: 1rem; }
  .hero { padding: 122px 0 62px; }.hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }.hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }.button { width: 100%; }.trust-row { gap: 10px 16px; font-size: .75rem; }
  .sun-window { width: 460px; right: -230px; top: -190px; }.hero-card { min-height: 390px; padding-inline: 30px; border-radius: 115px 115px 23px 23px; }.card-foot { left: 30px; right: 30px; }
  .purpose-section, .spaces-section, .support-section { padding-block: 82px; }.split { gap: 28px; }
  .space-grid { grid-template-columns: 1fr; }.space-card { min-height: 270px; }
  .privacy-section { padding-bottom: 82px; }.privacy-panel { padding: 30px 22px; gap: 28px; border-radius: 20px; }
  .official-section { padding-bottom: 82px; }.official-card { padding: 28px 22px; grid-template-columns: 1fr; }.official-mark { width: 62px; height: 70px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }.contact-card { padding: 26px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-grid > div:first-child { grid-column: auto; }.footer-bottom { flex-direction: column; }
  .policy-hero { min-height: 440px; padding: 130px 0 65px; }.policy-hero h1 { font-size: 3.2rem; }.policy-layout { padding-top: 55px; }.summary-card { padding: 26px 22px; }.policy-article section { padding-block: 44px; }.section-number { top: 47px; }.policy-article h2 { padding-right: 42px; }
}

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

@media print {
  .site-header, .policy-aside, .site-footer, .skip-link { display: none !important; }
  .policy-hero { min-height: auto; padding: 30px 0; color: var(--ink); background: white; }
  .policy-hero h1 em { color: var(--ink); }.policy-layout { display: block; padding: 30px 0; }.policy-article section { break-inside: avoid; }
}
