:root {
  --ink: #171a2f;
  --ink-soft: #34384d;
  --rose: #c4697c;
  --rose-dark: #9f4f62;
  --rose-soft: #f8e9ed;
  --teal: #167c80;
  --teal-soft: #e4f3f1;
  --yellow: #f5cf61;
  --paper: #fbfaf8;
  --white: #ffffff;
  --muted: #686d7d;
  --line: #dfe1e7;
  --shadow: 0 22px 52px rgba(23, 26, 47, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(251, 250, 248, 0.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: "Fraunces", Georgia, serif; font-size: 1.34rem; font-weight: 700; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; color: var(--white); background: var(--ink); border-radius: 6px; font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 0.86rem; font-weight: 700; }
.nav-links a { text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--rose-dark); }
.nav-cta { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; color: var(--white); background: var(--ink); border-radius: 6px; }
.icon { width: 18px; height: 18px; stroke-width: 1.9; }

.hero { position: relative; min-height: min(720px, 76svh); overflow: hidden; color: var(--white); background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,26,47,0.99) 0%, rgba(23,26,47,0.94) 47%, rgba(23,26,47,0.44) 100%); }
.hero-device { position: absolute; z-index: 0; right: 4vw; bottom: -170px; width: min(410px, 36vw); filter: saturate(0.88) contrast(1.03); transform: rotate(4deg); }
.hero-inner { position: relative; z-index: 2; min-height: min(720px, 76svh); display: flex; align-items: center; padding: 82px 0 96px; }
.hero-copy { width: min(720px, 68%); }
.eyebrow { margin: 0 0 16px; color: var(--yellow); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.hero h1, .display-title { margin: 0 0 22px; font-family: "Fraunces", Georgia, serif; font-size: clamp(3.1rem, 6.5vw, 6.4rem); line-height: 0.98; font-weight: 600; }
.hero-lead { max-width: 660px; margin: 0 0 28px; color: rgba(255,255,255,0.76); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 19px; border: 1px solid transparent; border-radius: 6px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,0.42); }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); border-color: var(--line); }
.button:hover { transform: translateY(-1px); }

.status-strip { color: var(--white); background: var(--teal); }
.status-inner { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr); }
.status-item { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,0.2); }
.status-item:last-child { border-right: 0; }
.status-item strong { display: block; font-size: 0.88rem; }
.status-item span { display: block; color: rgba(255,255,255,0.72); font-size: 0.75rem; }

.section { padding: 92px 0; }
.section-white { background: var(--white); }
.section-rose { background: var(--rose-soft); }
.section-teal { background: var(--teal-soft); }
.section-ink { color: var(--white); background: var(--ink); }
.section-kicker { margin: 0 0 12px; color: var(--rose-dark); font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.section-ink .section-kicker { color: var(--yellow); }
.section-title { max-width: 820px; margin: 0 0 18px; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.35rem, 4.8vw, 4.8rem); line-height: 1.02; font-weight: 600; }
.section-intro { max-width: 700px; margin: 0 0 42px; color: var(--muted); font-size: 1rem; }
.section-ink .section-intro { color: rgba(255,255,255,0.68); }

.path-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.path { min-height: 310px; padding: 42px 42px 38px 0; }
.path + .path { padding-left: 42px; border-left: 1px solid var(--line); }
.path-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 52px; color: var(--white); background: var(--teal); }
.path:nth-child(2) .path-icon { color: var(--ink); background: var(--yellow); }
.path h3 { margin: 0 0 10px; font-family: "Fraunces", Georgia, serif; font-size: 2rem; line-height: 1.1; }
.path p { max-width: 480px; margin: 0 0 22px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--rose-dark); font-weight: 800; text-decoration: none; }

.report-layout { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr); gap: 72px; align-items: start; }
.report-status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--yellow); font-size: 0.76rem; font-weight: 800; text-transform: uppercase; }
.status-dot { width: 10px; height: 10px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 6px rgba(245,207,97,0.14); }
.report-layout h2 { margin: 0 0 18px; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; }
.report-layout > div > p { color: rgba(255,255,255,0.68); }
.research-track { border-top: 1px solid rgba(255,255,255,0.24); }
.research-step { display: grid; grid-template-columns: 74px 1fr auto; gap: 18px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.research-step strong { color: var(--yellow); font-size: 0.75rem; }
.research-step h3 { margin: 0; font-size: 1.08rem; }
.research-step span { color: rgba(255,255,255,0.58); font-size: 0.78rem; }

.framework-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.framework-item { min-height: 245px; padding: 25px 22px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.framework-number { display: block; margin-bottom: 52px; color: var(--rose-dark); font-weight: 800; }
.framework-item h3 { margin: 0 0 9px; font-size: 1.05rem; }
.framework-item p { margin: 0; color: var(--muted); font-size: 0.86rem; }

.standards-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 82px; align-items: start; }
.standards-list { border-top: 1px solid rgba(255,255,255,0.22); }
.standard { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,0.18); }
.standard .icon { color: var(--yellow); }
.standard h3 { margin: 0 0 5px; font-size: 1rem; }
.standard p { margin: 0; color: rgba(255,255,255,0.65); font-size: 0.86rem; }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { min-height: 260px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; text-decoration: none; }
.guide-card small { color: var(--rose-dark); font-weight: 800; text-transform: uppercase; }
.guide-card h3 { margin: 46px 0 12px; font-family: "Fraunces", Georgia, serif; font-size: 1.55rem; line-height: 1.12; }
.guide-card p { margin: 0 0 24px; color: var(--muted); font-size: 0.88rem; }
.guide-card .text-link { margin-top: auto; }

.article-hero { padding: 92px 0 80px; color: var(--white); background: var(--ink); }
.article-hero h1 { max-width: 900px; margin: 0 0 22px; font-family: "Fraunces", Georgia, serif; font-size: clamp(3rem, 6vw, 6rem); line-height: 0.98; font-weight: 600; }
.article-hero p { max-width: 720px; margin: 0; color: rgba(255,255,255,0.72); font-size: 1.06rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; color: var(--yellow); font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 72px; align-items: start; }
.prose { max-width: 760px; }
.prose h2 { margin: 58px 0 16px; font-family: "Fraunces", Georgia, serif; font-size: 2.3rem; line-height: 1.08; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 30px 0 8px; font-size: 1.08rem; }
.prose p, .prose li { color: var(--ink-soft); }
.prose a { color: var(--rose-dark); }
.notice { margin: 30px 0; padding: 22px 24px; background: var(--teal-soft); border-left: 5px solid var(--teal); }
.notice strong { display: block; margin-bottom: 5px; }
.score-table { width: 100%; margin: 24px 0; border-collapse: collapse; background: var(--white); }
.score-table th, .score-table td { padding: 16px; text-align: left; vertical-align: top; border: 1px solid var(--line); }
.score-table th { background: var(--ink); color: var(--white); }
.score-table td:first-child { width: 26%; font-weight: 800; }
.side-nav { position: sticky; top: 100px; padding-left: 22px; border-left: 3px solid var(--yellow); }
.side-nav strong { display: block; margin-bottom: 12px; font-size: 0.76rem; text-transform: uppercase; }
.side-nav a { display: block; margin: 8px 0; color: var(--muted); font-size: 0.84rem; text-decoration: none; }

.audit-hero { min-height: 68svh; }
.audit-hero .hero-inner { min-height: 68svh; }
.audit-section { scroll-margin-top: 90px; }
.audit-layout { display: grid; grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.22fr); gap: 72px; align-items: start; }
.audit-points { border-top: 1px solid var(--line); }
.audit-point { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.audit-point .icon { color: var(--teal); }
.audit-point h3 { margin: 0 0 4px; font-size: 1rem; }
.audit-point p { margin: 0; color: var(--muted); font-size: 0.86rem; }
.audit-form { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.audit-form h2 { margin: 0 0 8px; font-family: "Fraunces", Georgia, serif; font-size: 2rem; }
.audit-form > p { margin: 0 0 22px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 0.78rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 12px 13px; color: var(--ink); background: var(--white); border: 1px solid #bfc3ce; border-radius: 5px; }
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(22,124,128,0.16); border-color: var(--teal); }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: 0.75rem; }
.form-status { min-height: 24px; margin: 12px 0 0; font-size: 0.84rem; font-weight: 700; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.closing-band { padding: 70px 0; color: var(--white); background: var(--teal); }
.closing-inner { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; }
.closing-inner h2 { max-width: 800px; margin: 0; font-family: "Fraunces", Georgia, serif; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; }
.site-footer { padding: 48px 0 26px; color: rgba(255,255,255,0.72); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 46px; }
.footer-grid h3 { margin: 0 0 12px; color: var(--white); font-size: 0.82rem; }
.footer-grid p { max-width: 360px; margin: 14px 0 0; font-size: 0.82rem; }
.footer-grid a { display: block; margin: 7px 0; font-size: 0.82rem; text-decoration: none; }
.footer-bottom { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.74rem; }

.cookie-banner { position: fixed; z-index: 100; right: 18px; bottom: 18px; width: min(430px, calc(100% - 36px)); display: none; padding: 18px; color: var(--white); background: var(--ink); border: 1px solid rgba(255,255,255,0.18); border-radius: 7px; box-shadow: 0 20px 60px rgba(23,26,47,0.24); }
.cookie-banner.show { display: block; }
.cookie-banner p { margin: 0; color: rgba(255,255,255,0.78); font-size: 0.82rem; }
.cookie-banner a { color: var(--white); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.cookie-actions button { min-height: 42px; padding: 9px 14px; border: 1px solid rgba(255,255,255,0.45); border-radius: 5px; font: 800 0.78rem "DM Sans", system-ui, sans-serif; cursor: pointer; }
.cookie-decline { color: var(--white); background: transparent; }
.cookie-accept { color: var(--ink); background: var(--yellow); border-color: var(--yellow) !important; }

@media (max-width: 960px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero-copy { width: 76%; }
  .hero-device { right: -70px; width: 390px; opacity: 0.72; }
  .framework-grid { grid-template-columns: repeat(3, 1fr); }
  .report-layout, .standards-grid, .audit-layout { gap: 44px; }
  .content-layout { grid-template-columns: 1fr; }
  .side-nav { display: none; }
}

@media (max-width: 740px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav { min-height: 64px; }
  .hero, .hero-inner { min-height: 650px; }
  .hero-inner { align-items: flex-start; padding-top: 76px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 3.25rem; }
  .hero-device { right: -60px; bottom: -230px; width: 300px; opacity: 0.26; }
  .hero::after { background: rgba(23,26,47,0.9); }
  .hero-actions .button { flex: 1 1 220px; }
  .status-inner { grid-template-columns: 1fr; }
  .status-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .status-item:last-child { border-bottom: 0; }
  .section { padding: 70px 0; }
  .path-grid, .report-layout, .standards-grid, .audit-layout, .closing-inner { grid-template-columns: 1fr; }
  .path { padding: 30px 0; }
  .path + .path { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .path-icon { margin-bottom: 30px; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-item { min-height: 0; }
  .framework-number { margin-bottom: 30px; }
  .guide-grid { grid-template-columns: 1fr; }
  .research-step { grid-template-columns: 58px 1fr; }
  .research-step span { grid-column: 2; }
  .article-hero { padding: 72px 0 60px; }
  .article-hero h1 { font-size: 3.15rem; }
  .audit-form { padding: 22px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 440px) {
  .brand { font-size: 1.16rem; }
  .nav-cta { padding: 9px 11px; font-size: 0.78rem; }
  .hero h1, .article-hero h1 { font-size: 2.72rem; }
  .section-title { font-size: 2.28rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .cookie-banner { right: 12px; bottom: 12px; width: calc(100% - 24px); }
}
