:root{--reef-bg:#0b1420;--reef-surface:#121e2e;--reef-line:#1f3048;--reef-text:#e8eef5;--reef-muted:#8fa3b8;--reef-coral:#ff6f61;--reef-coral-deep:#e4523f;--reef-verified:#3ecf8e;--reef-unverified:#f5b83d}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--reef-bg);color:var(--reef-text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.55}.wrap{max-width:72rem;margin:0 auto;padding:0 1.25rem}a{color:var(--reef-coral)}h1,h2,h3{line-height:1.12;letter-spacing:-.01em}h2{font-size:clamp(1.5rem,3.2vw,2.1rem)}.kicker{color:var(--reef-coral);font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.8rem}.sub{font-size:1.08rem;max-width:44rem}.muted,.sub{color:var(--reef-muted)}.small{font-size:.82rem}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.wordmark{color:var(--reef-coral);font-weight:700;letter-spacing:.14em}.btn{display:inline-block;background:var(--reef-coral);color:#fff;font-weight:600;text-decoration:none;border:1px solid var(--reef-coral);padding:.7rem 1.3rem}.btn:hover{background:var(--reef-coral-deep);border-color:var(--reef-coral-deep)}.btn.ghost{background:none;color:var(--reef-text);border:1px solid var(--reef-line)}.btn.ghost:hover{border-color:var(--reef-muted)}.btn.btn-small{padding:.42rem .9rem;font-size:.88rem}.nav{border-bottom:1px solid var(--reef-line);position:-webkit-sticky;position:sticky;top:0;background:color-mix(in srgb,var(--reef-bg) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.8rem;padding-bottom:.8rem}.nav-links{display:flex;gap:1.4rem}.nav-links a{color:var(--reef-muted);text-decoration:none;font-size:.9rem}.nav-links a:hover{color:var(--reef-text)}section{padding:4.5rem 0;border-bottom:1px solid var(--reef-line)}.hero{padding-top:5.5rem;text-align:center}.hero h1{font-size:clamp(2.1rem,5.5vw,3.4rem);max-width:56rem;margin:0 auto 1.1rem}.hero .sub{margin:0 auto 1.8rem}.cta-row{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-bottom:3.2rem}.shot{margin:0}.shot img{display:block;width:100%;height:auto;border:1px solid var(--reef-line)}.shot figcaption{color:var(--reef-muted);font-size:.82rem;margin-top:.6rem;text-align:left}.hero-shot{max-width:62rem;margin:0 auto}.hero-shot figcaption{text-align:center}.shot-tag{display:block;color:var(--reef-muted);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin:1.1rem 0 .4rem;text-align:left}.problem-grid{display:grid;grid-template-columns:5fr 7fr;grid-gap:2.5rem;gap:2.5rem;align-items:start}.problem-items{display:grid;grid-gap:1.1rem;gap:1.1rem;color:var(--reef-muted)}.problem-items strong{color:var(--reef-text)}.proof.alt{background:var(--reef-surface)}.proof-grid{display:grid;grid-template-columns:5fr 7fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.proof-grid.flip .proof-copy{order:2}.proof-grid.flip .shot{order:1}.proof-copy h2,.proof-copy p{margin-bottom:.9rem}.proof-copy p{color:var(--reef-muted)}.proof-copy p:last-child{margin-bottom:0}.proof-copy .num{color:var(--reef-text)}.proof-copy.centered{max-width:46rem;margin:0 auto 2.2rem;text-align:center}.stack{display:block}.scroll-x{overflow-x:auto}@media (max-width:56rem){.scroll-x img{min-width:56rem}}.honesty{background:var(--reef-surface);text-align:center}.honesty h2{margin-bottom:.9rem}.honesty .sub{margin:0 auto 2rem}.dot{display:inline-block;width:.7rem;height:.7rem;margin:0 .15rem .05rem 0}.dot.green{background:var(--reef-verified)}.dot.amber{background:var(--reef-unverified)}.honesty-list{list-style:none;max-width:46rem;margin:0 auto;text-align:left;display:grid;grid-gap:.8rem;gap:.8rem}.honesty-list li{border:1px solid var(--reef-line);background:var(--reef-bg);padding:.9rem 1.1rem;color:var(--reef-muted)}.honesty-list strong{color:var(--reef-unverified)}.coverage h2,.coverage-grid{margin-bottom:1.6rem}.coverage-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.8rem;gap:.8rem}.cov-card{border:1px solid var(--reef-line);background:var(--reef-surface);padding:1rem 1.1rem}.cov-card h3{font-size:1.02rem;margin-bottom:.25rem}.cov-card p{color:var(--reef-muted);font-size:.88rem}.coverage-facts{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;color:var(--reef-muted)}.coverage-facts strong{color:var(--reef-text)}.faq h2{margin-bottom:1.4rem}.faq details{border:1px solid var(--reef-line);border-bottom:none;background:var(--reef-surface)}.faq details:last-of-type{border-bottom:1px solid var(--reef-line)}.faq summary{cursor:pointer;font-weight:600;padding:.9rem 1.1rem;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:before{content:"+";color:var(--reef-coral);display:inline-block;width:1.2rem}.faq details[open] summary:before{content:"–"}.faq details p{color:var(--reef-muted);padding:0 1.1rem 1rem 2.3rem;max-width:52rem}.final{text-align:center;padding:5.5rem 0}.final h2{margin-bottom:.8rem}.final .sub{margin:0 auto 1.8rem}.site-footer{padding:2.2rem 0 2.8rem}.footer-row{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem}.footer-row p{text-align:right}@media (max-width:56rem){section{padding:3.2rem 0}.nav-links,.wide-only{display:none}.coverage-facts,.problem-grid,.proof-grid{grid-template-columns:1fr}.proof-grid.flip .proof-copy{order:1}.proof-grid.flip .shot{order:2}.coverage-grid{grid-template-columns:1fr 1fr}.footer-row{flex-direction:column}.footer-row p{text-align:left}}