:root {
  --blue: #087ca7;
  --deep: #07324a;
  --navy: #061f30;
  --mangrove: #16745b;
  --copper: #e86518;
  --copper-dark: #ad3e00;
  --amber: #e9a008;
  --red: #c93b33;
  --green: #177b50;
  --sky: #dff6ff;
  --paper: #f7fcff;
  --white: #fff;
  --ink: #112532;
  --muted: #4d6470;
  --line: #b9d5df;
  --shadow: 0 15px 40px rgb(6 50 74 / .12);
  --radius: 18px;
  font-family: "Trebuchet MS", "Avenir Next Condensed", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; background: var(--paper); overflow-x: clip; }
img, video, iframe, table { max-width: 100%; }
img { height: auto; }
a { color: var(--deep); text-underline-offset: .18em; }
a:hover { color: var(--copper-dark); }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 4px solid #ffd166; outline-offset: 3px; }
[hidden] { display: none !important; }

.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; background: #ffd166; color: var(--navy); padding: .8rem 1rem; border-radius: 0 0 8px 8px; font-weight: 800; }
.skip-link:focus { top: 0; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.flag-line { height: 9px; background: var(--blue); display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--white); overflow: hidden; }
.flag-line span { height: 2px; flex: 1; max-width: 150px; background: var(--white); }
.flag-line i { font-size: 7px; line-height: 1; font-style: normal; }
.header-inner { width: min(1160px, calc(100% - 2rem)); margin: auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.identity { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy); text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.2rem, 3vw, 1.6rem); letter-spacing: -.025em; }
.identity img { flex: 0 0 auto; }
.identity b { color: var(--blue); display: block; font-family: "Trebuchet MS", Arial, sans-serif; font-size: .65em; letter-spacing: .1em; text-transform: uppercase; }
.header-cta, .button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: .72rem 1.15rem; text-decoration: none; font-weight: 900; letter-spacing: .015em; cursor: pointer; }
.header-cta { background: var(--copper); color: var(--white); box-shadow: 0 7px 0 #a93600; white-space: nowrap; }
.header-cta:hover { color: var(--white); transform: translateY(2px); box-shadow: 0 5px 0 #a93600; }
.button.copper { background: var(--copper); color: var(--white); box-shadow: 0 6px 0 #a93600; }
.button.blue { background: var(--blue); color: var(--white); box-shadow: 0 6px 0 var(--deep); }
.button:hover { color: var(--white); transform: translateY(2px); }
.chart-nav { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; display: flex; flex-wrap: wrap; gap: .25rem .45rem; padding: .2rem 0 .75rem; }
.chart-nav a { color: var(--deep); padding: .48rem .7rem; border: 1px solid transparent; border-radius: 8px; text-decoration: none; font-size: .93rem; font-weight: 800; }
.chart-nav a:hover { background: var(--sky); border-color: var(--line); }

main { width: min(1160px, calc(100% - 2rem)); margin: auto; }
h1, h2, h3 { margin-top: 0; color: var(--navy); line-height: 1.08; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 6.2vw, 5rem); letter-spacing: -.045em; max-width: 15ch; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 2.35rem); letter-spacing: -.025em; }
p, li, dd { line-height: 1.68; }
.eyebrow { color: var(--copper-dark); text-transform: uppercase; font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.lede { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--muted); max-width: 70ch; }
.domain { overflow-wrap: anywhere; word-break: break-word; }
.text-link { font-weight: 900; }

.hero { margin: 2.4rem 0 3rem; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); align-items: center; gap: clamp(1.5rem, 5vw, 4.5rem); min-height: 540px; }
.coast-grid { position: relative; }
.coast-grid::before { content: ""; position: absolute; z-index: -1; inset: -2rem calc(50% - 50vw); background: repeating-radial-gradient(circle at 6% 100%, transparent 0 42px, rgb(8 124 167 / .1) 43px 44px), linear-gradient(112deg, #f7fcff 55%, #dff6ff 55%); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 1.7rem; }
.hero-image { margin: 0; border: 8px solid var(--white); box-shadow: var(--shadow); transform: rotate(1.8deg); border-radius: 42% 14px 14px 14px; overflow: hidden; background: var(--deep); }
.hero-image img { width: 100%; display: block; aspect-ratio: 3/2; object-fit: cover; }
.hero-image figcaption { color: var(--white); padding: .75rem 1rem; font-size: .85rem; line-height: 1.4; }

.legend-wrap { background: var(--navy); color: var(--white); margin: 0 calc(50% - 50vw); padding: 4rem max(1rem, calc(50vw - 580px)); display: grid; grid-template-columns: minmax(220px,.65fr) minmax(0,1.35fr); gap: 2rem; align-items: center; }
.legend-wrap h2, .legend-wrap .eyebrow { color: var(--white); }
.legend-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .8rem; }
.legend { padding: 1.2rem; border-radius: 14px 14px 40px 14px; background: rgb(255 255 255 / .08); border: 1px solid rgb(255 255 255 / .18); }
.legend b { display: flex; gap: .5rem; align-items: center; font-size: 1.15rem; margin-bottom: .55rem; }
.legend b::before { content: ""; width: 13px; height: 13px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgb(255 255 255 / .08); }
.legend span { display: block; color: #d7e8ef; font-size: .9rem; line-height: 1.5; }
.legend.green b { color: #51e7a4; }.legend.amber b { color: #ffd166; }.legend.red b { color: #ff827c; }

.ai-disclosure { margin: 3rem 0; border: 2px solid var(--blue); background: var(--white); padding: clamp(1.2rem, 3vw, 2rem); border-radius: 10px 60px 10px 10px; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 1.3rem; box-shadow: var(--shadow); }
.ai-disclosure .seal { width: 74px; height: 74px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: var(--blue); color: var(--white); font-size: 1.3rem; font-weight: 900; box-shadow: inset 0 0 0 5px rgb(255 255 255 / .22); }
.ai-disclosure .seal small { font-size: .48rem; text-transform: uppercase; letter-spacing: .08em; }

.catalog-preview { padding: 2rem 0 1rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; flex-wrap: wrap; }
.brand-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; margin: 1.2rem 0 2rem; }
.brand-card { display: grid; grid-template-columns: 68px minmax(0,1fr) auto; align-items: center; gap: .8rem; min-width: 0; min-height: 132px; padding: 1rem; color: var(--ink); background: var(--white); text-decoration: none; border: 1px solid var(--line); border-radius: 10px 34px 10px 10px; box-shadow: 0 7px 0 #d2e7ee; transition: transform .15s ease; }
.brand-card:hover { color: var(--ink); transform: translateY(-3px); border-color: var(--blue); }
.brand-card img { width: 62px; height: 62px; border-radius: 16px; object-fit: contain; background: #fff; border: 1px solid #d7e6ec; }
.card-copy { min-width: 0; display: grid; gap: .2rem; }
.card-copy strong { color: var(--navy); font-size: 1.14rem; }
.card-copy small { color: var(--blue); }
.card-copy em { color: var(--muted); font-size: .82rem; line-height: 1.35; font-style: normal; }
.mini-beacon { align-self: start; writing-mode: vertical-rl; transform: rotate(180deg); padding: .45rem .25rem; border-radius: 999px; font-size: .69rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.mini-beacon.amber { background: #fff2c3; color: #744b00; border: 1px solid #e8b93f; }

.single-cta { margin: 3rem 0; padding: clamp(1.25rem, 3vw, 2rem); color: var(--white); border-radius: 10px 46px 10px 10px; display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: .4rem 1.5rem; }
.single-cta.dark { background: var(--deep); }
.single-cta.green { background: var(--mangrove); border-radius: 46px 10px 10px 10px; }
.single-cta h2 { color: var(--white); margin: 0; }
.single-cta p { margin: .4rem 0 0; }
.single-cta .button { grid-column: 2; grid-row: 1 / 3; }

.faq { margin: 3rem auto 4rem; max-width: 850px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: 12px; margin: .65rem 0; padding: 1rem 1.1rem; }
.faq summary { color: var(--deep); font-weight: 900; cursor: pointer; }
.faq details p { margin-bottom: .1rem; color: var(--muted); }

.page-hero { margin: 2.5rem 0 2rem; padding: clamp(1.5rem, 5vw, 4rem); min-height: 330px; display: grid; align-content: center; background: linear-gradient(125deg, var(--sky), var(--white)); border: 1px solid var(--line); border-radius: 10px 70px 10px 10px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -80px; bottom: -140px; width: 300px; height: 300px; border: 2px solid rgb(8 124 167 / .2); border-radius: 50%; box-shadow: 0 0 0 32px rgb(8 124 167 / .07), 0 0 0 64px rgb(8 124 167 / .05); }
.page-hero > * { position: relative; z-index: 1; }
.page-hero.danger { background: linear-gradient(125deg, #fff2ed, #fff); }
.directory-tools { display: grid; grid-template-columns: auto minmax(220px,1fr) auto; gap: .8rem; align-items: center; padding: 1rem; background: var(--deep); color: var(--white); border-radius: 10px; }
.directory-tools label { font-weight: 900; }
.directory-tools input { width: 100%; min-height: 46px; border: 0; border-radius: 8px; padding: .7rem 1rem; }
.directory-tools p { margin: 0; font-size: .85rem; }

.decree-card, .help-note, .warning-board, .checklist, .policy-shell { margin: 2rem 0; background: var(--white); border-left: 8px solid var(--copper); padding: clamp(1.3rem, 4vw, 2.5rem); box-shadow: var(--shadow); border-radius: 0 18px 18px 0; overflow-wrap: anywhere; }
.decree-card > span, .stamp { display: inline-block; color: var(--copper-dark); font-size: .72rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.compass-grid, .complaint-steps, .method-flow { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 2rem 0; }
.compass-grid > div, .complaint-steps > div, .method-flow > div { padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-radius: 10px 35px 10px 10px; min-width: 0; }
.compass-grid span, .complaint-steps b { display: grid; place-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--copper); color: var(--white); margin-bottom: 1rem; }
.method-flow { grid-template-columns: repeat(5,minmax(0,1fr)); counter-reset: flow; }
.method-flow div { border-top: 5px solid var(--blue); }
.method-flow span { color: var(--blue); font-weight: 900; }
.method-flow p { font-size: .88rem; }
.legal-ledger { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.legal-ledger > div { min-width: 0; padding: 1.4rem; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 8px 0 #d6e9ef; overflow-wrap: anywhere; }
.warning-board { border-left-color: var(--red); }
.warning-board li { margin: .6rem 0; }
.table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
table { width: 100%; border-collapse: collapse; min-width: 0; background: var(--white); table-layout: fixed; }
th, td { padding: .8rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; overflow-wrap: anywhere; }
th { color: var(--white); background: var(--deep); }
.split-copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.split-copy > div { padding: 1.7rem; border-top: 6px solid var(--blue); background: var(--white); box-shadow: var(--shadow); }

.contact-form { max-width: 760px; margin: 2rem auto 3rem; display: grid; gap: .55rem; padding: clamp(1.2rem,4vw,2.3rem); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-form label { margin-top: .7rem; font-weight: 900; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; min-width: 0; border: 2px solid #9ebfc9; border-radius: 8px; padding: .75rem; color: var(--ink); background: #fbfeff; }
.contact-form textarea { resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 1rem; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.policy-hero { min-height: 270px; }
.policy-shell { max-width: 860px; margin: 0 auto 4rem; border-left-color: var(--blue); }
.policy-status { margin-top: 1.5rem; padding: 1rem; background: var(--sky); border-radius: 8px; }

.dossier { margin: 2.5rem 0 4rem; }
.dossier-head { display: grid; grid-template-columns: 150px minmax(0,1fr); align-items: center; gap: 2rem; min-height: 280px; padding: clamp(1.2rem,4vw,3rem); background: linear-gradient(125deg,#e5f8ff,#fff); border: 1px solid var(--line); border-radius: 10px 70px 10px 10px; }
.dossier-head h1 { font-size: clamp(2rem,5vw,4rem); }
.brand-mark { width: 140px; height: 140px; object-fit: contain; background: var(--white); padding: .8rem; border-radius: 50%; border: 8px solid var(--sky); box-shadow: var(--shadow); }
.verdict-panel { margin: -1rem auto 2.5rem; width: min(900px,calc(100% - 2rem)); position: relative; z-index: 2; padding: 1.3rem 1.5rem; display: grid; grid-template-columns: auto minmax(0,1fr); gap: 1.1rem; align-items: center; background: var(--white); border: 2px solid var(--amber); border-radius: 12px; box-shadow: var(--shadow); }
.beacon-light { width: 54px; height: 54px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 9px #fff3c7, 0 0 25px var(--amber); }
.verdict-panel h2 { font-size: 1.55rem; margin-bottom: .25rem; }
.verdict-panel p { margin: 0; }
.dossier > section:not(.verdict-panel) { margin: 2.6rem auto; max-width: 960px; }
.fact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .8rem; }
.fact-grid > div { min-width: 0; padding: 1rem; background: var(--sky); border-radius: 10px; }
.fact-grid dt { color: var(--deep); font-weight: 900; }
.fact-grid dd { margin: .35rem 0 0; overflow-wrap: anywhere; }
.capture-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.capture-grid figure { min-width: 0; margin: 0; padding: .75rem; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); }
.capture-grid img { width: 100%; display: block; aspect-ratio: 1.28/1; object-fit: cover; object-position: top; border-radius: 7px; border: 1px solid #d6e4e8; }
.capture-grid figcaption { padding: .75rem .25rem .2rem; font-size: .83rem; line-height: 1.5; color: var(--muted); overflow-wrap: anywhere; }
.commercial-panel { max-width: 960px; margin: 2.5rem auto; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.3rem; border-radius: 10px 30px 10px 10px; background: var(--deep); color: var(--white); }
.commercial-panel.alt { background: var(--mangrove); }
.commercial-panel p { margin: 0; font-weight: 800; }

.html-sitemap { columns: 3 240px; column-gap: 1rem; margin: 2rem 0; }
.html-sitemap a { display: block; break-inside: avoid; margin: 0 0 .65rem; padding: .8rem 1rem; background: var(--white); border-left: 4px solid var(--blue); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }

.site-footer { margin-top: 5rem; padding: 3.2rem max(1rem,calc(50vw - 580px)); background: var(--navy); color: #d7e8ef; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.site-footer a { color: var(--white); }
.footer-brand { font-family: Georgia,serif; font-size: 1.45rem; font-weight: 900; text-decoration: none; }
.site-footer nav { display: flex; align-content: start; flex-wrap: wrap; gap: .75rem 1rem; }
.site-footer nav a { font-size: .9rem; }
.copyright { grid-column: 1 / -1; border-top: 1px solid rgb(255 255 255 / .16); padding-top: 1rem; font-size: .83rem; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-image { max-width: 620px; }
  .brand-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legend-wrap { grid-template-columns: 1fr; }
  .method-flow { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .legal-ledger { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .header-inner { align-items: flex-start; padding: .8rem 0; }
  .identity { font-size: 1.05rem; }
  .identity img { width: 39px; height: 39px; }
  .header-cta { min-height: 40px; padding: .6rem .8rem; font-size: .8rem; }
  .chart-nav { gap: .15rem; }
  .chart-nav a { padding: .44rem .52rem; font-size: .79rem; }
  main { width: min(100% - 1.1rem,1160px); }
  h1 { font-size: clamp(2rem,12vw,3.2rem); }
  .hero { margin-top: 1rem; }
  .hero-image { transform: none; border-radius: 28px 8px 8px; }
  .legend-grid, .brand-grid, .compass-grid, .complaint-steps, .method-flow, .split-copy, .fact-grid, .capture-grid { grid-template-columns: 1fr; }
  .single-cta { grid-template-columns: 1fr; }
  .single-cta .button { grid-column: auto; grid-row: auto; justify-self: start; }
  .legend-wrap { padding-left: .75rem; padding-right: .75rem; }
  .ai-disclosure { grid-template-columns: 1fr; border-radius: 10px 35px 10px 10px; }
  .brand-card { grid-template-columns: 58px minmax(0,1fr) auto; padding: .75rem; }
  .brand-card img { width: 52px; height: 52px; }
  .directory-tools { grid-template-columns: 1fr; }
  .page-hero { min-height: 270px; padding: 1.25rem; border-radius: 8px 42px 8px 8px; }
  .dossier-head { grid-template-columns: 1fr; gap: 1rem; padding: 1.2rem; }
  .brand-mark { width: 100px; height: 100px; }
  .verdict-panel { grid-template-columns: 1fr; width: calc(100% - .8rem); }
  .commercial-panel { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
  th, td { padding: .5rem; font-size: .78rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { 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}

/* Long evidence URLs must wrap inside mobile content. */
main a{overflow-wrap:anywhere;word-break:break-word}
