:root {
  --ink: #142322;
  --charcoal: #202929;
  --paper: #f5faf6;
  --white: #ffffff;
  --quetzal: #006c68;
  --quetzal-dark: #004a48;
  --ceiba: #3d7d3a;
  --magenta: #a51d63;
  --gold: #e8b438;
  --amber: #c77c00;
  --red: #b42b31;
  --green: #277843;
  --line: #c8d8d1;
  --shadow: 0 16px 42px rgba(13, 47, 45, .12);
  --radius: 1.15rem;
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0,108,104,.035) 1px, transparent 1px) 0 0/24px 24px,
    var(--paper);
  font-family: "Aptos", "Segoe UI", system-ui, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: var(--quetzal-dark); text-decoration-thickness: .1em; text-underline-offset: .2em; }
a:hover { color: var(--magenta); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
img, video, iframe, svg { display: block; max-width: 100%; height: auto; }
pre, code, .domain, [data-source-url] { overflow-wrap: anywhere; word-break: break-word; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--white); border: 3px solid var(--gold); }
.skip-link:focus { top: 1rem; }
.site-header { color: var(--white); background: var(--charcoal); border-bottom: 5px solid var(--quetzal); }
.woven-band { height: 10px; background: repeating-linear-gradient(90deg, var(--magenta) 0 14px, var(--gold) 14px 25px, var(--ceiba) 25px 42px, var(--quetzal) 42px 60px); }
.header-inner { width: min(1180px, calc(100% - 2rem)); margin: auto; padding: 1rem 0 .85rem; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; align-items: center; }
.identity { display: inline-flex; align-items: center; gap: .7rem; color: var(--white); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-weight: 800; line-height: 1.05; }
.identity svg { width: 40px; flex: 0 0 40px; }
.identity small { display: block; margin-top: .24rem; color: #b8d5cf; font-family: "Aptos", "Segoe UI", sans-serif; font-size: .68rem; letter-spacing: .09em; text-transform: uppercase; }
.primary-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .3rem .75rem; min-width: 0; }
.primary-nav a { color: #e8f4f0; padding: .35rem .1rem; font-size: .9rem; text-decoration: none; }
.primary-nav a[aria-current="page"] { color: var(--gold); box-shadow: inset 0 -2px var(--gold); }
.button, .commercial-cta { display: inline-flex; justify-content: center; align-items: center; min-height: 46px; padding: .7rem 1rem; border: 2px solid transparent; border-radius: .45rem; background: var(--magenta); color: var(--white); font-weight: 800; line-height: 1.2; text-decoration: none; box-shadow: 4px 4px 0 var(--gold); }
.button:hover, .commercial-cta:hover { color: var(--white); background: #7d174c; transform: translate(-1px,-1px); }
.button.secondary { background: var(--quetzal); box-shadow: 4px 4px 0 #89b9ae; }
.header-cta { white-space: nowrap; font-size: .88rem; }
.container { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
main { min-height: 62vh; }
.hero { position: relative; isolation: isolate; color: var(--white); background: linear-gradient(118deg, var(--quetzal-dark) 0 52%, #073533 52% 100%); padding: clamp(3.1rem, 8vw, 7.5rem) 0; overflow: hidden; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; right: -100px; top: -120px; z-index: -1; border: 70px solid rgba(232,180,56,.17); border-radius: 48% 52% 60% 40%; transform: rotate(25deg); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(250px,.65fr); gap: clamp(1.5rem,5vw,5rem); align-items: end; }
.eyebrow { color: var(--gold); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: .78rem; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.12; text-wrap: balance; }
h1 { margin: .45rem 0 1rem; font-size: clamp(2.2rem, 6vw, 5.2rem); letter-spacing: -.035em; }
h2 { margin-top: 0; font-size: clamp(1.65rem, 3.5vw, 2.7rem); }
h3 { font-size: 1.25rem; }
.hero p { max-width: 68ch; font-size: clamp(1.02rem,2vw,1.22rem); color: #e0f0ec; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 1.4rem; }
.date-seal { padding: 1.1rem; border: 1px solid rgba(255,255,255,.35); border-left: 7px solid var(--gold); background: rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.date-seal strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; color: var(--gold); }
.section { padding: clamp(2.7rem, 7vw, 5.5rem) 0; }
.section.compact { padding-block: 2rem; }
.section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(230px,.45fr); gap: 2rem; align-items: end; margin-bottom: 2rem; }
.section-head p { margin: 0; }
.ledger-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.brand-card { min-width: 0; background: var(--white); border: 1px solid var(--line); border-top: 7px solid var(--amber); box-shadow: var(--shadow); }
.brand-card > a { display: grid; grid-template-rows: auto 1fr auto; min-height: 100%; padding: 1.2rem; color: inherit; text-decoration: none; }
.brand-card > a:hover { background: #f0f9f5; color: inherit; }
.brand-mark { display: flex; align-items: center; gap: .9rem; }
.brand-mark img { width: 52px; height: 52px; padding: .35rem; border: 1px solid var(--line); border-radius: 50%; object-fit: contain; background: var(--white); }
.brand-card h3 { margin: .25rem 0; }
.brand-card p { font-size: .92rem; }
.signal-chip { display: inline-flex; align-items: center; gap: .45rem; width: fit-content; padding: .28rem .58rem; border: 1px solid #e0b36c; border-radius: 999px; background: #fff5d9; color: #704500; font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; }
.signal-chip::before { content: ""; width: .7rem; height: .7rem; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 3px rgba(199,124,0,.2); }
.weave-rule { height: 8px; margin: 2rem 0; background: repeating-linear-gradient(135deg, var(--quetzal) 0 10px, transparent 10px 16px, var(--magenta) 16px 26px, transparent 26px 32px); opacity: .8; }
.legend { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border: 1px solid var(--line); background: var(--white); }
.legend > div { padding: 1.2rem; border-left: 8px solid; }
.legend .green { border-color: var(--green); }.legend .amber { border-color: var(--amber); }.legend .red { border-color: var(--red); }
.legend strong { display: block; font-family: Georgia, serif; font-size: 1.15rem; }
.disclosure { padding: clamp(1.4rem,4vw,2.3rem); color: var(--white); background: var(--charcoal); border-left: 10px solid var(--magenta); box-shadow: var(--shadow); }
.disclosure h2 { color: var(--gold); }
.route-map { counter-reset: route; display: grid; gap: .8rem; }
.route-step { counter-increment: route; display: grid; grid-template-columns: 3rem 1fr; gap: .8rem; padding: 1rem; background: var(--white); border: 1px solid var(--line); }
.route-step::before { content: counter(route); display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--quetzal); color: white; font-weight: 900; }
.content-shell { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: clamp(1.5rem,5vw,4rem); align-items: start; }
.side-index { position: sticky; top: 1rem; padding: 1rem; border-top: 7px solid var(--magenta); background: var(--white); box-shadow: var(--shadow); }
.side-index a { display: block; padding: .42rem 0; }
.breadcrumb { padding: 1rem 0; font-size: .85rem; color: #49635f; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: .35rem; color: var(--magenta); }
.page-intro { padding: clamp(2rem,5vw,4.5rem) 0 2rem; }
.page-intro h1 { color: var(--charcoal); font-size: clamp(2.1rem,5vw,4.25rem); }
.page-intro p { max-width: 72ch; font-size: 1.1rem; }
.content-card { min-width: 0; padding: clamp(1.2rem,4vw,2.2rem); margin-bottom: 1.3rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 26px rgba(13,47,45,.07); }
.content-card h2, .content-card h3 { scroll-margin-top: 1rem; }
.callout { padding: 1rem 1.2rem; border-left: 7px solid var(--gold); background: #fff9e9; }
.commercial-band { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 1rem; align-items: center; margin: 2.2rem 0; padding: 1.25rem; color: var(--white); background: linear-gradient(100deg,var(--quetzal-dark),var(--quetzal)); border-bottom: 7px solid var(--gold); }
.commercial-band p { margin: 0; }
.dossier-head { display: grid; grid-template-columns: 96px minmax(0,1fr); gap: 1.2rem; align-items: center; }
.dossier-logo { width: 96px; height: 96px; padding: .65rem; border: 1px solid var(--line); border-radius: 50%; background: white; object-fit: contain; }
.verdict-block { position: relative; padding: 1.25rem 1.25rem 1.25rem 4.4rem; margin: 1.4rem 0; border: 1px solid #dfbe7b; background: #fff7e2; }
.verdict-block::before { content: ""; position: absolute; left: 1.25rem; top: 1.3rem; width: 2rem; height: 3.2rem; background: linear-gradient(to bottom, var(--green) 0 31%, transparent 31% 35%, var(--amber) 35% 66%, transparent 66% 70%, var(--red) 70%); clip-path: polygon(45% 0,100% 15%,74% 100%,0 78%); }
.verdict-block strong { display: block; font-family: Georgia, serif; font-size: 1.3rem; color: #714600; }
.fact-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; margin: 1rem 0; }
.fact { min-width: 0; padding: .9rem; background: #edf6f2; border-left: 4px solid var(--quetzal); }
.fact dt { font-size: .75rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.fact dd { margin: .2rem 0 0; overflow-wrap: anywhere; }
.evidence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
figure.evidence { min-width: 0; margin: 0; padding: .7rem; border: 1px solid var(--line); background: #eff5f2; }
figure.evidence img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; border: 1px solid #9ab5ad; background: white; }
figure.evidence figcaption { margin-top: .7rem; font-size: .82rem; overflow-wrap: anywhere; }
.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; max-width: 100%; border-collapse: collapse; }
th, td { padding: .75rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; overflow-wrap: anywhere; }
th { background: var(--quetzal-dark); color: white; }
.faq details { margin: .75rem 0; padding: .9rem 1rem; border: 1px solid var(--line); background: white; }
.faq summary { cursor: pointer; font-weight: 800; }
form { display: grid; gap: 1rem; }
label { display: grid; gap: .35rem; font-weight: 800; }
input, textarea, select { width: 100%; max-width: 100%; padding: .75rem; border: 2px solid #8ba8a1; border-radius: .25rem; background: white; color: var(--ink); font: inherit; }
textarea { min-height: 180px; resize: vertical; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { margin-top: 4rem; color: #d9ece6; background: var(--charcoal); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 2rem; padding: 2.7rem 0; }
.site-footer h2, .site-footer h3 { color: var(--gold); }
.site-footer a { color: #d9ece6; }
.site-footer ul { padding-left: 1.1rem; }
.legal-strip { padding: 1rem 0; border-top: 1px solid #52635f; font-size: .82rem; }

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .hero-grid, .section-head, .content-shell { grid-template-columns: 1fr; }
  .ledger-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .side-index { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .header-inner { width: min(100% - 1rem, 1180px); gap: .7rem; }
  .identity { font-size: .9rem; }
  .identity svg { width: 32px; flex-basis: 32px; }
  .header-cta { padding: .58rem .65rem; white-space: normal; text-align: center; max-width: 126px; }
  .primary-nav { gap: .15rem .65rem; }
  .primary-nav a { font-size: .84rem; }
  .container { width: min(100% - 1.1rem, 1120px); }
  .hero { padding-block: 3rem; }
  .ledger-grid, .legend, .fact-grid, .evidence-grid, .footer-grid { grid-template-columns: 1fr; }
  .commercial-band { grid-template-columns: 1fr; }
  .dossier-head { grid-template-columns: 72px minmax(0,1fr); }
  .dossier-logo { width: 72px; height: 72px; }
  .content-card { padding: 1rem; }
  .verdict-block { padding-left: 1rem; padding-top: 4.6rem; }
  .verdict-block::before { left: 1rem; }
  h1 { overflow-wrap: anywhere; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

/* Generated dossier table containment */
.dossier{min-width:0}.dossier table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
