:root {
  --ink: #173a32;
  --ink-deep: #102b25;
  --ink-soft: #5f665f;
  --paper: #f5f1e9;
  --paper-deep: #e8dfd2;
  --white: #ffffff;
  --accent: #b48854;
  --accent-light: #d2b184;
  --line: #d5ccbf;
  --danger: #743d34;
  --shadow: 0 22px 70px rgba(20, 42, 36, .12);
  --radius: 24px;
  --shell: min(100% - 48px, 1220px);
  --header-h: 94px;
  --font-scale: 1;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: calc(16px * var(--font-scale)); }
body { margin: 0; color: var(--ink); background: #fcfbf8; font-family: Arial, Helvetica, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
address { font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -120px; z-index: 10000; background: var(--white); border: 2px solid var(--ink); padding: 12px 18px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 18px; }
:focus-visible { outline: 3px solid #d5a25e; outline-offset: 4px; }
::selection { background: #d9c29f; color: #102b25; }

h1, h2, h3, h4 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.08; letter-spacing: -.025em; margin: 0 0 20px; }
h1 { font-size: clamp(3.3rem, 7vw, 6.4rem); max-width: 13ch; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.1rem); max-width: 16ch; }
h3 { font-size: 1.55rem; }
h4 { font-size: 1.18rem; }
p { margin: 0 0 20px; }
.lead { font-size: clamp(1.18rem, 2vw, 1.45rem); color: var(--ink-soft); max-width: 720px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .19em; font-size: .72rem; font-weight: 800; color: var(--accent); margin-bottom: 18px; }
.microcopy { font-size: .8rem; color: var(--ink-soft); max-width: 670px; }
.centered { text-align: center; margin-inline: auto; }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 3px; }

.topbar { background: var(--ink-deep); color: #ece9e2; font-size: .78rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; gap: 14px; }
.topbar a { text-decoration: none; }
.language-link { margin-left: auto; font-weight: 800; letter-spacing: .14em; }
.site-header { position: sticky; top: 0; z-index: 500; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(213,204,191,.85); backdrop-filter: blur(16px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; width: min(345px, 34vw); text-decoration: none; flex: 0 0 auto; }
.brand img { display: block; width: 100%; }
.site-nav { display: flex; align-items: center; gap: 20px; }
.site-nav ul { display: flex; align-items: center; gap: 20px; list-style: none; padding: 0; margin: 0; }
.site-nav a { text-decoration: none; font-size: .77rem; font-weight: 800; letter-spacing: .025em; white-space: nowrap; }
.site-nav a.active { color: var(--accent); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: var(--white); border-radius: 50%; padding: 12px; cursor: pointer; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border: 1px solid var(--ink); background: var(--ink); color: white; border-radius: 999px; text-decoration: none; font-size: .8rem; font-weight: 800; letter-spacing: .04em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); color: white; }
.button-outline { color: var(--ink); background: transparent; }
.button-outline:hover { color: white; }
.button-light { background: white; border-color: white; color: var(--ink); }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-compact { min-height: 42px; padding: 9px 15px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }

.hero { overflow: hidden; background: linear-gradient(125deg, #f8f5ee 0%, #f1e9dc 58%, #e6d9c7 100%); border-bottom: 1px solid var(--line); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: .86fr 1.14fr; gap: 48px; align-items: center; padding-block: 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(3.65rem, 6vw, 6.2rem); }
.hero-media { min-width: 0; }
.hero-figure { box-shadow: var(--shadow); border-radius: 32px; overflow: hidden; background: white; }
.hero-figure img { display: block; width: 100%; }
.clinical-image { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
.clinical-image img { display: block; width: 100%; }
.clinical-image figcaption { padding: 13px 17px; color: var(--ink-soft); font-size: .74rem; border-top: 1px solid var(--line); background: var(--white); }
.image-cover img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 28px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong { display: block; font-family: Georgia, serif; font-weight: 400; font-size: 1.14rem; margin-bottom: 4px; }
.trust-grid span { color: var(--ink-soft); font-size: .78rem; }

.section { padding-block: 108px; }
.section-soft { background: var(--paper); border-block: 1px solid var(--line); }
.section-dark { background: var(--ink-deep); color: #f4f1eb; }
.section-dark p { color: #c7cec9; }
.section-dark .kicker { color: var(--accent-light); }
.section-intro { max-width: 790px; margin-bottom: 48px; }
.section-intro h2 { max-width: 18ch; }
.section-intro.light .lead { color: #d5dbd7; }
.split { display: grid; grid-template-columns: .94fr 1.06fr; gap: clamp(42px, 7vw, 92px); align-items: start; }
.split.align-center { align-items: center; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.card h2 { font-size: 2rem; }
.card p:last-child, .dark-card p:last-child { margin-bottom: 0; }
.card .number, .dark-card .number { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; font-size: .75rem; margin-bottom: 24px; }
.dark-card { min-height: 300px; border: 1px solid #3a534c; border-radius: var(--radius); padding: 28px; display: flex; flex-direction: column; background: rgba(255,255,255,.025); }
.dark-card h3 { color: white; }
.dark-card a { margin-top: auto; color: var(--accent-light); font-weight: 800; text-decoration: none; }
.dark-card .number { border-color: #567068; color: var(--accent-light); }
.dark-note { border: 1px solid #486159; border-radius: var(--radius); padding: 32px; background: rgba(255,255,255,.035); }

.callout, .notice { border-left: 4px solid var(--accent); background: var(--paper); padding: 24px 28px; margin-block: 28px; }
.callout strong, .notice strong { display: block; margin-bottom: 6px; }
.callout p:last-child, .notice p:last-child { margin-bottom: 0; }
.compliance-notice { border: 1px solid var(--line); background: #fbfaf6; border-radius: 14px; padding: 20px; font-size: .78rem; }

.technology-feature { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(40px, 7vw, 90px); align-items: center; }
.technology-photo { min-width: 0; }
.technology-copy h2 { max-width: 14ch; }

.page-hero { padding-block: 94px 100px; background: linear-gradient(130deg, #f8f5ef, #ece2d4); border-bottom: 1px solid var(--line); }
.page-hero .shell { max-width: 1000px; }
.page-hero h1 { max-width: 16ch; }
.breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 34px; text-transform: uppercase; letter-spacing: .13em; font-size: .68rem; font-weight: 800; }
.breadcrumb a { text-decoration: none; }

.sticky-copy { position: sticky; top: calc(var(--header-h) + 36px); }
.accordion-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 0; }
summary { cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 1.28rem; padding: 24px 42px 24px 0; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: '+'; position: absolute; right: 4px; top: 21px; font: 400 1.5rem Arial; color: var(--accent); }
details[open] summary::after { content: '–'; }
details p { color: var(--ink-soft); padding: 0 36px 24px 0; }

.timeline { display: grid; }
.timeline-item { display: grid; grid-template-columns: 78px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--line); }
.timeline-item:last-child { border-bottom: 1px solid var(--line); }
.timeline-item > span { font-family: Georgia, serif; font-size: 1.4rem; color: var(--accent); }
.timeline-item h3 { margin-bottom: 8px; }
.timeline-item p { color: var(--ink-soft); margin: 0; max-width: 790px; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 10px 0 10px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--accent); font-weight: 800; }

.service-sections { display: grid; gap: 70px; }
.service-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 60px; align-items: center; }
.service-feature.reverse > div:first-child { order: 2; }
.service-feature.reverse figure { order: 1; }
.feature-list { display: grid; border-top: 1px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 54px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.feature-row > span { color: var(--accent); font-family: Georgia, serif; }
.feature-row h3 { margin-bottom: 7px; }
.feature-row p { margin: 0; color: var(--ink-soft); }

.profile-panel { display: grid; grid-template-columns: .78fr 1.22fr; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: var(--white); }
.profile-mark { min-height: 520px; background: var(--paper-deep); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; text-align: center; }
.profile-mark img { width: 240px; }
.profile-mark p { font-size: .76rem; margin-top: 24px; color: var(--ink-soft); }
.profile-copy { padding: clamp(38px, 6vw, 78px); }
.profile-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pill { border: 1px solid var(--line); padding: 8px 13px; border-radius: 999px; font-size: .76rem; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 48px; }
.contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; }
.contact-card h3 { margin: 28px 0 6px; font-size: 1.15rem; }
.contact-card h3:first-of-type { margin-top: 28px; }
.map-placeholder { min-height: 470px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(135deg, #efe8dc, #dcd0bf); display: grid; place-items: center; text-align: center; padding: 45px; }
.map-placeholder h2 { margin-inline: auto; }
.map-icon { display: grid; place-items: center; width: 78px; height: 78px; border: 1px solid var(--accent); border-radius: 50%; margin: 0 auto 25px; font-family: Georgia, serif; font-size: 1.8rem; }

.prose { max-width: 900px; }
.prose.compact { margin-top: 48px; }
.prose h2 { font-size: 2.4rem; margin-top: 54px; max-width: 26ch; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.42rem; margin: 34px 0 10px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose li { margin: 8px 0; }
.prose .updated { color: var(--ink-soft); font-size: .88rem; margin-top: 40px; }
.legal-prose { max-width: 940px; }
.legal-prose address { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin-block: 20px; }
.policy-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.policy-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 30px; }
.policy-summary > div { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.policy-summary h2 { font-size: 2rem; margin-top: 0; }

.cta { background: var(--paper-deep); border-block: 1px solid var(--line); }
.cta-inner { padding-block: 74px; display: flex; justify-content: space-between; align-items: center; gap: 42px; }
.cta-inner h2 { margin-bottom: 12px; max-width: 20ch; }
.cta-inner p { max-width: 680px; color: var(--ink-soft); }

.site-footer { background: #101b18; color: #eef1ed; padding-top: 74px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr; gap: 60px; }
.footer-logo { display: block; width: min(470px, 100%); }
.footer-logo img { display: block; width: 100%; }
.footer-note { color: #b9c2bd; max-width: 530px; font-size: .82rem; }
.site-footer h2 { font-family: Arial, sans-serif; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-light); margin-bottom: 18px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 8px 0; }
.footer-links a { color: #dce2de; text-decoration: none; font-size: .82rem; }
.footer-privacy-button { border: 0; padding: 0; background: transparent; color: var(--accent-light); text-decoration: underline; cursor: pointer; font-size: .8rem; margin-top: 14px; }
.compliance-panel { margin-top: 54px; padding: 22px 0; border-top: 1px solid #30423c; border-bottom: 1px solid #30423c; }
.compliance-panel p { margin: 0; color: #b0bab5; font-size: .68rem; letter-spacing: .035em; }
.footer-bottom { padding: 26px 0 40px; color: #98a59f; font-size: .74rem; }
.footer-bottom p { margin: 4px 0; }
.footer-bottom a { color: inherit; }

/* Accessibility controls */
.accessibility-launcher { position: fixed; right: 18px; bottom: 20px; z-index: 900; display: flex; align-items: center; gap: 9px; min-height: 48px; padding: 10px 16px; border: 1px solid #62726c; border-radius: 999px; background: var(--ink-deep); color: white; box-shadow: 0 10px 35px rgba(0,0,0,.22); cursor: pointer; }
.accessibility-launcher span:first-child { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #b8c4bf; border-radius: 50%; font-weight: 800; }
.launcher-label { font-size: .74rem; font-weight: 800; }
.a11y-backdrop, .privacy-backdrop { position: fixed; inset: 0; background: rgba(8,18,15,.58); z-index: 950; }
.a11y-panel, .privacy-panel { position: fixed; top: 0; right: 0; z-index: 1000; width: min(430px, 100vw); height: 100dvh; overflow-y: auto; background: white; padding: 26px; box-shadow: -20px 0 70px rgba(0,0,0,.25); }
.a11y-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.a11y-head h2 { font-size: 1.9rem; margin: 0; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: white; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.a11y-section { padding: 24px 0; }
.a11y-label { font-weight: 800; font-size: .82rem; }
.a11y-size-controls { display: grid; grid-template-columns: 1fr 92px 1fr; gap: 8px; }
.a11y-size-controls button, .a11y-size-controls output { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }
.a11y-size-controls button { cursor: pointer; font-weight: 800; }
.a11y-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.a11y-options button { min-height: 88px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 12px; background: white; font-size: .75rem; font-weight: 800; cursor: pointer; text-align: center; }
.a11y-options button span { font-size: 1.35rem; }
.a11y-options button[aria-pressed="true"] { background: var(--ink); color: white; border-color: var(--ink); }
.a11y-reset { width: 100%; margin-top: 20px; min-height: 48px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-weight: 800; cursor: pointer; }
.a11y-statement { display: inline-block; margin-top: 20px; font-weight: 800; }

/* Privacy controls */
.privacy-banner { position: fixed; left: 20px; bottom: 20px; z-index: 850; width: min(680px, calc(100vw - 40px)); padding: 20px; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.privacy-banner strong { font-family: Georgia, serif; font-size: 1.3rem; font-weight: 400; }
.privacy-banner p { font-size: .78rem; color: var(--ink-soft); margin: 4px 0 0; }
.privacy-banner-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.preference-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.preference-row strong, .preference-row small { display: block; }
.preference-row small { color: var(--ink-soft); margin-top: 3px; }
.preference-row input { width: 24px; height: 24px; accent-color: var(--ink); }
.always-on { font-size: .7rem; font-weight: 800; color: var(--ink-soft); }
.privacy-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 24px; }

/* Accessibility preference states */
html.a11y-contrast { --ink: #000; --ink-deep: #000; --ink-soft: #161616; --paper: #fff; --paper-deep: #fff; --white: #fff; --accent: #8a4800; --line: #000; }
html.a11y-contrast body { background: #fff; color: #000; }
html.a11y-grayscale { filter: grayscale(1); }
html.a11y-underline a { text-decoration: underline !important; text-decoration-thickness: 2px !important; }
html.a11y-readable body, html.a11y-readable h1, html.a11y-readable h2, html.a11y-readable h3, html.a11y-readable h4 { font-family: Arial, Helvetica, sans-serif !important; letter-spacing: 0 !important; }
html.a11y-motion { scroll-behavior: auto; }
html.a11y-motion *, html.a11y-motion *::before, html.a11y-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }

[data-reveal] { opacity: 1; transform: none; }
[hidden] { display: none !important; }

@media (max-width: 1180px) {
  :root { --shell: min(100% - 36px, 1100px); }
  .site-nav ul { gap: 13px; }
  .site-nav a { font-size: .71rem; }
  .brand { width: 285px; }
  .site-nav .button { display: none; }
}

@media (max-width: 980px) {
  :root { --header-h: 78px; }
  .menu-button { display: block; }
  .brand { width: min(330px, 67vw); }
  .site-nav { display: none; position: fixed; inset: calc(38px + var(--header-h)) 0 0; background: white; padding: 24px; overflow-y: auto; flex-direction: column; align-items: stretch; gap: 18px; }
  .site-nav.open { display: flex; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav li { border-bottom: 1px solid var(--line); }
  .site-nav a { display: block; padding: 15px 0; font-size: 1rem; }
  .site-nav .button { display: inline-flex; }
  .hero-grid, .split, .technology-feature, .profile-panel, .contact-grid, .service-feature { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 70px; }
  .hero-copy h1 { max-width: 14ch; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .sticky-copy { position: static; }
  .service-feature.reverse > div:first-child, .service-feature.reverse figure { order: initial; }
  .profile-mark { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 680px); }
  .topbar-inner span { display: none; }
  .language-link { margin-left: auto; }
  .header-inner { min-height: 74px; }
  .brand { width: min(280px, 70vw); }
  .site-nav { inset: 112px 0 0; }
  h1, .hero-copy h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
  h2 { font-size: clamp(2.2rem, 10vw, 3.25rem); }
  .section { padding-block: 76px; }
  .page-hero { padding-block: 70px; }
  .trust-grid, .grid-2, .grid-3, .grid-4, .policy-summary { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .timeline-item { grid-template-columns: 52px 1fr; }
  .cta-inner { flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .privacy-banner { bottom: 84px; grid-template-columns: 1fr; }
  .privacy-banner-actions { flex-direction: column; }
  .privacy-banner-actions .button { width: 100%; }
  .accessibility-launcher { right: 12px; bottom: 12px; padding: 9px; }
  .launcher-label { display: none; }
  .a11y-options { grid-template-columns: 1fr 1fr; }
  .privacy-actions { grid-template-columns: 1fr; }
  .profile-copy, .contact-card, .card { padding: 25px; }
}

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

@media print {
  .topbar, .site-header, .site-footer, .cta, .accessibility-launcher, .a11y-panel, .privacy-banner, .privacy-panel, .policy-actions { display: none !important; }
  body { background: white; color: black; font-size: 11pt; }
  .page-hero, .section { padding: 18px 0; background: white !important; border: 0; }
  .page-hero h1 { font-size: 30pt; }
  .prose { max-width: none; }
  a { color: black; text-decoration: none; }
  .policy-summary > div, .notice, .callout { break-inside: avoid; background: white; }
}
