:root {
  --ink: #172126;
  --ink-2: #25343b;
  --paper: #f7faf9;
  --mist: #e9f0f0;
  --yellow: #f5bd22;
  --yellow-soft: #fff2bd;
  --lake: #087f9d;
  --lake-dark: #045268;
  --red: #d93932;
  --green: #138552;
  --amber: #d98200;
  --line: #b8c7ca;
  --shadow: 0 14px 32px rgba(16, 33, 40, .12);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", Aptos, Arial, sans-serif;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
img, video, iframe, table { max-width: 100%; }
img { height: auto; }
a { color: var(--lake-dark); text-underline-offset: .18em; }
a:hover { color: var(--red); }
:focus-visible { outline: 4px solid var(--yellow); outline-offset: 3px; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .75rem 1rem; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.site-header { background: var(--ink); color: white; border-bottom: 6px solid var(--yellow); }
.header-top { max-width: 1220px; margin: auto; padding: .85rem clamp(1rem, 3vw, 2rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; align-items: center; }
.identity { display: inline-flex; gap: .75rem; align-items: center; color: white; text-decoration: none; min-width: 0; }
.identity-mark { width: 46px; height: 46px; flex: 0 0 46px; }
.identity-copy { display: grid; line-height: 1.08; }
.identity-copy strong { color: var(--yellow); font-size: clamp(1.02rem, 2.5vw, 1.35rem); letter-spacing: .01em; }
.identity-copy span { font-size: .76rem; color: #c8d6d8; margin-top: .28rem; }
.commercial-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .72rem 1rem; border: 2px solid var(--yellow); border-radius: 999px; color: var(--ink); background: var(--yellow); font-weight: 800; text-decoration: none; box-shadow: 4px 4px 0 var(--lake); }
.commercial-cta:hover { color: white; background: var(--red); border-color: var(--red); }
.primary-nav { max-width: 1220px; margin: auto; padding: 0 clamp(1rem, 3vw, 2rem) .8rem; display: flex; flex-wrap: wrap; gap: .35rem .45rem; }
.primary-nav a { color: #e4edef; text-decoration: none; border: 1px solid #496068; border-radius: 999px; padding: .38rem .65rem; font-size: .86rem; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: white; border-color: white; }

main { min-height: 55vh; }
.container { width: min(1160px, calc(100% - 2rem)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 2rem)); margin-inline: auto; }
.hero { position: relative; color: white; background: linear-gradient(120deg, var(--ink) 0 64%, var(--lake-dark) 64%); overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 36%; opacity: .2; background-image: radial-gradient(circle, var(--yellow) 0 2px, transparent 3px); background-size: 26px 26px; transform: rotate(-7deg) scale(1.2); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; padding-block: clamp(3.2rem, 9vw, 7rem); }
.eyebrow { display: inline-flex; align-items: center; gap: .5rem; color: var(--yellow); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .78rem; }
.eyebrow::before { content: ""; width: 30px; height: 4px; background: currentColor; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; font-family: Georgia, "Times New Roman", serif; }
h1 { font-size: clamp(2.2rem, 6.5vw, 5rem); letter-spacing: -.045em; margin-bottom: 1rem; }
h2 { font-size: clamp(1.65rem, 4vw, 2.8rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.4rem); }
.lede { max-width: 720px; font-size: clamp(1.05rem, 2.2vw, 1.25rem); color: #e4eef0; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .7rem 1rem; border: 2px solid currentColor; border-radius: 8px 20px 8px 20px; font-weight: 800; text-decoration: none; }
.button-yellow { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.button-ghost { color: white; background: transparent; }
.button-lake { color: white; background: var(--lake-dark); border-color: var(--lake-dark); }
.hero-gauge { width: min(290px, 100%); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; border-radius: 50%; border: 22px solid #dce7e8; border-top-color: var(--green); border-right-color: var(--amber); border-bottom-color: var(--red); background: var(--ink-2); box-shadow: inset 0 0 0 7px var(--yellow), 0 25px 50px #071419; transform: rotate(-7deg); }
.hero-gauge-inner { text-align: center; transform: rotate(7deg); }
.hero-gauge strong { display: block; color: var(--yellow); font-size: 3rem; line-height: 1; }
.hero-gauge span { font-size: .85rem; color: #d8e5e7; }

.latest-strip { background: var(--yellow); border-bottom: 1px solid #c18f05; }
.latest-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 1.5rem; padding-block: .72rem; font-size: .92rem; }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section-mist { background: var(--mist); }
.section-dark { background: var(--ink); color: white; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr); gap: 1.5rem; align-items: end; margin-bottom: 2rem; }
.section-head p { margin: 0; }
.kicker { color: var(--lake-dark); text-transform: uppercase; font-weight: 900; letter-spacing: .09em; font-size: .76rem; }

.disclosure { border-left: 10px solid var(--yellow); background: white; box-shadow: var(--shadow); display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: clamp(1rem, 3vw, 1.7rem); border-radius: 0 var(--radius) var(--radius) 0; }
.disclosure-icon { width: 62px; height: 62px; border: 5px dotted var(--lake); border-radius: 50%; display: grid; place-items: center; font-weight: 900; }
.disclosure p { margin: .3rem 0 0; }

.brand-wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.brand-card-anchor { display: grid; grid-template-columns: 78px minmax(0, 1fr); min-height: 156px; position: relative; overflow: hidden; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 8px 24px 8px 24px; text-decoration: none; box-shadow: 0 7px 0 #cbd7d9; }
.brand-card-anchor::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--green); }
.brand-card-anchor:hover { transform: translateY(-3px); box-shadow: 0 10px 0 var(--lake); color: var(--ink); }
.brand-logo-pad { display: grid; place-items: center; background: var(--ink-2); padding: .55rem; }
.brand-logo-pad img { width: 100%; max-height: 100px; object-fit: contain; }
.brand-card-copy { padding: 1rem; min-width: 0; }
.brand-card-copy h3 { margin-bottom: .35rem; }
.brand-card-copy p { margin: 0; font-size: .88rem; color: #41545b; }
.card-domain { display: block; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .72rem; color: var(--lake-dark); margin-top: .6rem; word-break: break-all; }
.signal-line { display: inline-flex; gap: .4rem; align-items: center; color: var(--green); text-transform: uppercase; font-size: .72rem; font-weight: 900; letter-spacing: .05em; }
.signal-dot { width: 12px; height: 12px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 3px currentColor inset, 0 0 0 1px var(--ink); }

.legend-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.legend-card { border-radius: var(--radius); padding: 1.3rem; background: white; border-top: 9px solid currentColor; color: var(--ink); }
.legend-card.green { color: var(--green); }.legend-card.amber { color: var(--amber); }.legend-card.red { color: var(--red); }
.legend-card p { color: var(--ink); margin-bottom: 0; }

.page-hero { background: var(--ink); color: white; border-bottom: 10px solid var(--lake); padding-block: clamp(2.8rem, 7vw, 5rem); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.2rem, 6vw, 4.7rem); }
.page-hero p { max-width: 760px; font-size: 1.1rem; color: #d5e2e4; }
.breadcrumbs { padding-block: 1rem; font-size: .84rem; }
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .35rem; }
.breadcrumbs li:not(:last-child)::after { content: " /"; color: #6d7f85; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 320px); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.content-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1rem, 3vw, 2rem); box-shadow: var(--shadow); }
.notice { padding: 1rem 1.1rem; border: 1px solid #e5b735; background: var(--yellow-soft); border-radius: 5px 15px 5px 15px; }
.warning { border-color: #e69b96; background: #fff0ef; }
.check-list { padding: 0; list-style: none; }
.check-list li { padding: .65rem 0 .65rem 1.8rem; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "✓"; position: absolute; left: .2rem; color: var(--green); font-weight: 900; }
.number-steps { counter-reset: steps; padding: 0; list-style: none; }
.number-steps li { counter-increment: steps; position: relative; padding: 0 0 1.5rem 3.2rem; }
.number-steps li::before { content: counter(steps); position: absolute; left: 0; top: 0; width: 2.2rem; height: 2.2rem; display: grid; place-items: center; background: var(--yellow); border-radius: 50%; font-weight: 900; }
.faq details { background: white; border: 1px solid var(--line); border-radius: 10px; padding: .8rem 1rem; margin: .7rem 0; }
.faq summary { cursor: pointer; font-weight: 800; }

.dossier { width: min(1040px, calc(100% - 2rem)); margin: 0 auto; }
.dossier-head { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: clamp(1.2rem, 4vw, 3rem); align-items: center; background: var(--ink); color: white; padding: clamp(1rem, 4vw, 2.5rem); border-radius: 8px 36px 8px 36px; box-shadow: var(--shadow); }
.dossier-logo { min-height: 150px; background: var(--ink-2); border: 2px solid #496169; border-radius: 6px 24px 6px 24px; padding: 1rem; display: grid; place-items: center; }
.dossier-logo img { width: 100%; max-height: 130px; object-fit: contain; }
.dossier-head h1 { font-size: clamp(2rem, 5vw, 4rem); margin-bottom: .6rem; }
.verdict-gauge { margin-top: 1rem; display: inline-grid; grid-template-columns: 48px minmax(0, 1fr); gap: .8rem; align-items: center; background: white; color: var(--ink); border-radius: 999px 12px 12px 999px; padding: .42rem 1rem .42rem .42rem; }
.verdict-gauge .lamp { width: 44px; height: 44px; border-radius: 50%; background: var(--green); box-shadow: inset 0 0 0 8px #bde7d3; }
.verdict-gauge strong { display: block; color: var(--green); }
.fact-ribbon { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-block: 1.5rem; border: 1px solid var(--line); background: white; }
.fact-ribbon div { min-width: 0; padding: 1rem; border-right: 1px solid var(--line); }
.fact-ribbon div:last-child { border-right: 0; }
.fact-ribbon dt { color: #64767c; font-size: .75rem; text-transform: uppercase; font-weight: 900; letter-spacing: .06em; }
.fact-ribbon dd { margin: .25rem 0 0; font-weight: 800; overflow-wrap: anywhere; }
.evidence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.evidence-card { margin: 0; border: 1px solid var(--line); background: white; padding: .8rem; border-radius: 5px 18px 5px 18px; }
.evidence-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.evidence-card figcaption { margin-top: .7rem; font-size: .82rem; color: #4c5e64; }
.evidence-meta { display: block; margin-top: .45rem; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .7rem; word-break: break-all; color: #64767c; }
.stub-panel { margin-block: 1.5rem; border-left: 8px solid var(--lake); padding: 1rem 1.2rem; background: #eaf5f7; }
.commercial-journey { background: var(--ink); color: white; border-radius: var(--radius); padding: 1.4rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 2rem; }

.table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
table { width: 100%; border-collapse: collapse; table-layout: fixed; }
th, td { padding: .75rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); overflow-wrap: anywhere; }
th { background: var(--ink); color: white; }

form { display: grid; gap: 1rem; }
label { font-weight: 800; }
input, textarea, select { width: 100%; margin-top: .3rem; padding: .8rem; border: 2px solid #83969d; border-radius: 7px; font: inherit; color: var(--ink); background: white; }
textarea { min-height: 170px; resize: vertical; }
button { border: 0; cursor: pointer; font: inherit; }
.hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.site-footer { background: #0d1518; color: #cbd7da; border-top: 7px solid var(--yellow); padding-block: 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 2rem; }
.site-footer h2, .site-footer h3 { color: white; font-size: 1.1rem; }
.site-footer a { color: #d9e6e8; }
.footer-links { display: flex; flex-wrap: wrap; gap: .4rem 1rem; }
.footer-note { border-top: 1px solid #35484f; margin-top: 2rem; padding-top: 1rem; font-size: .82rem; }

@media (max-width: 850px) {
  .hero-grid, .content-grid, .section-head { grid-template-columns: 1fr; }
  .brand-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-gauge { width: 220px; justify-self: start; }
}
@media (max-width: 600px) {
  .header-top { grid-template-columns: 1fr; }
  .commercial-cta { width: 100%; }
  .primary-nav a { flex: 1 1 auto; text-align: center; }
  .hero { background: var(--ink); }
  .brand-wall, .legend-grid, .evidence-grid, .footer-grid { grid-template-columns: 1fr; }
  .brand-card-anchor { grid-template-columns: 72px minmax(0,1fr); }
  .disclosure { grid-template-columns: 1fr; }
  .dossier-head { grid-template-columns: 1fr; }
  .dossier-logo { min-height: 120px; }
  .fact-ribbon { grid-template-columns: 1fr; }
  .fact-ribbon div { border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-ribbon div:last-child { border-bottom: 0; }
  table { table-layout: fixed; min-width: 0; }
  th, td { padding: .55rem; font-size: .78rem; }
}

/* ai-evidence-note */
.ai-evidence-note{margin:clamp(2rem,6vw,5rem) auto;padding:clamp(1.4rem,4vw,2.5rem);max-width:72rem;background:#fff4bd;color:#172438;border:2px solid #2678b8;border-radius:24px 4px 24px 4px}.ai-evidence-note h2{margin-top:0}.ai-evidence-note p:last-child{margin-bottom:0}
