@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;600;700&display=swap");
:root { --ink:#100d12; --paper:#f3f0e9; --muted:#777078; --line:rgba(16,13,18,.14); --pink:#ff3b8d; --pink-dark:#d92170; --lime:#d8ff55; --white:#fffdf8; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"DM Sans",Arial,sans-serif; }
a { color:inherit; text-decoration:none; }
button,input { font:inherit; }
button { color:inherit; }
.shell { width:min(1180px,calc(100% - 40px)); margin-inline:auto; }
.sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; }
.skip-link { position:fixed; top:-80px; left:20px; z-index:100; background:var(--lime); color:var(--ink); padding:12px 18px; font-weight:800; transition:.2s; }
.skip-link:focus { top:16px; }
.site-header { position:sticky; top:0; z-index:20; background:rgba(243,240,233,.92); border-bottom:1px solid var(--line); backdrop-filter:blur(14px); }
.nav-wrap { height:78px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:inline-flex; align-items:center; gap:11px; font-family:"Space Grotesk",Arial,sans-serif; font-size:21px; font-weight:800; letter-spacing:-1px; }
.brand>span:last-child>span { color:var(--pink-dark); }
.brand-mark { width:34px; height:34px; display:grid; place-items:center; background:var(--ink); color:var(--lime); border-radius:50%; font-size:16px; }
.main-nav { display:flex; gap:34px; font-size:14px; font-weight:700; }
.main-nav a { position:relative; }
.main-nav a::after { content:""; position:absolute; left:0; right:100%; bottom:-6px; height:2px; background:var(--pink); transition:.2s; }
.main-nav a:hover::after,.main-nav a:focus-visible::after { right:0; }
.age-pill { border:1px solid var(--ink); border-radius:99px; padding:8px 14px; font-size:12px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.hero { min-height:640px; display:grid; grid-template-columns:minmax(0,1fr) 285px; gap:100px; align-items:center; padding-block:88px 78px; }
.hero-copy { max-width:780px; }
.eyebrow { display:flex; align-items:center; gap:10px; margin:0 0 22px; color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.eyebrow span { width:28px; height:2px; background:var(--pink); }
.hero h1,.section-heading h2,.guide h2,.safety h2 { font-family:"Space Grotesk",Arial,sans-serif; }
.hero h1 { margin:0; font-size:clamp(64px,8.5vw,112px); line-height:.83; letter-spacing:-.075em; font-weight:750; }
.hero h1 em { color:var(--pink-dark); font-style:normal; }
.hero-lede { max-width:680px; margin:34px 0 30px; color:#5e5860; font-size:18px; line-height:1.65; }
.search-box { height:62px; max-width:680px; display:flex; align-items:center; gap:14px; background:var(--white); border:1px solid var(--ink); box-shadow:5px 5px 0 var(--ink); padding:0 17px; }
.search-box:focus-within { box-shadow:5px 5px 0 var(--pink); }
.search-box svg { width:22px; fill:none; stroke:currentColor; stroke-width:1.8; }
.search-box input { min-width:0; flex:1; border:0; outline:0; background:transparent; color:var(--ink); }
.search-box input::placeholder { color:#8d868c; }
.search-box kbd { min-width:28px; padding:4px 8px; border:1px solid var(--line); border-radius:4px; background:#ebe7df; text-align:center; font-size:12px; }
.trust-row { display:flex; flex-wrap:wrap; gap:22px; margin-top:25px; color:#6c666e; font-size:12px; font-weight:700; }
.hero-index { position:relative; align-self:stretch; min-height:420px; display:flex; flex-direction:column; justify-content:center; padding:40px 35px; background:var(--ink); color:var(--white); overflow:hidden; }
.hero-index::before { content:""; position:absolute; width:190px; height:190px; border:35px solid var(--pink); border-radius:50%; top:-100px; right:-105px; opacity:.9; }
.index-label { margin:0 0 17px; color:#a7a0a8; font-size:11px; font-weight:800; letter-spacing:.15em; text-transform:uppercase; }
.hero-index strong { color:var(--lime); font:700 88px/.9 "Space Grotesk",Arial,sans-serif; letter-spacing:-.08em; }
.hero-index>p:not(.index-label) { margin:14px 0 38px; color:#c8c2c9; line-height:1.55; }
.index-lines { display:flex; align-items:end; gap:8px; height:50px; margin-bottom:38px; }
.index-lines i { display:block; width:22px; background:var(--pink); }
.index-lines i:nth-child(1) { height:42%; }.index-lines i:nth-child(2) { height:70%; }.index-lines i:nth-child(3) { height:52%; }.index-lines i:nth-child(4) { height:92%; }.index-lines i:nth-child(5) { height:64%; background:var(--lime); }
.updated { color:#8f8991; font-size:11px; }
.category-strip { border-block:1px solid var(--line); background:#ebe7df; }
.category-scroll { display:flex; overflow-x:auto; scrollbar-width:none; }
.filter-btn { min-width:max-content; flex:1; display:flex; justify-content:space-between; gap:24px; padding:21px 22px; border:0; border-right:1px solid var(--line); background:transparent; cursor:pointer; font-size:13px; font-weight:800; transition:.2s; }
.filter-btn:first-child { border-left:1px solid var(--line); }
.filter-btn small { color:#9a929a; font-size:10px; }
.filter-btn:hover,.filter-btn:focus-visible,.filter-btn.active { background:var(--ink); color:var(--white); outline:0; }
.filter-btn.active small { color:var(--lime); }
.directory-section { padding-block:100px 120px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:42px; }
.section-heading .eyebrow { margin-bottom:12px; }
.section-heading h2 { margin:0; font-size:clamp(38px,5vw,62px); letter-spacing:-.055em; }
.section-heading>p { margin:0 0 8px; color:var(--muted); font-size:13px; }
.site-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--ink); border-left:1px solid var(--ink); }
.site-card { min-height:330px; display:flex; flex-direction:column; padding:26px; background:var(--paper); border-right:1px solid var(--ink); border-bottom:1px solid var(--ink); transition:transform .2s,box-shadow .2s,background .2s; }
.site-card:hover { position:relative; z-index:1; transform:translate(-4px,-4px); box-shadow:7px 7px 0 var(--pink); background:var(--white); }
.site-card[hidden] { display:none; }
.card-top,.card-bottom { display:flex; align-items:center; justify-content:space-between; gap:14px; }
.site-number { font:700 11px "Space Grotesk",Arial,sans-serif; color:#9d969e; }
.category-tag { padding:5px 9px; background:#e5e0d7; font-size:9px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.site-card h3 { margin:38px 0 15px; font:700 29px "Space Grotesk",Arial,sans-serif; letter-spacing:-.04em; }
.site-card>p { flex:1; margin:0 0 28px; color:#6c656d; font-size:14px; line-height:1.65; }
.card-bottom { padding-top:17px; border-top:1px solid var(--line); }
.feature-tag { color:#756e76; font-size:11px; }
.card-bottom a { color:var(--pink-dark); font-size:12px; font-weight:800; }
.card-bottom a:hover,.card-bottom a:focus-visible { text-decoration:underline; text-underline-offset:4px; }
.empty-state { padding:70px 20px; text-align:center; border:1px solid var(--ink); }
.empty-state p { font:700 26px "Space Grotesk",Arial,sans-serif; }
.empty-state button { padding:11px 16px; border:0; background:var(--ink); color:var(--white); cursor:pointer; }
.guide { padding:110px 0; background:var(--ink); color:var(--white); }
.guide-grid { display:grid; grid-template-columns:1fr 1fr; gap:100px; }
.eyebrow.light { color:#a39da5; }
.guide h2 { max-width:520px; margin:0; font-size:clamp(45px,6vw,75px); line-height:.98; letter-spacing:-.06em; }
.guide ol { list-style:none; margin:0; padding:0; }
.guide li { display:grid; grid-template-columns:50px 1fr; gap:22px; padding:28px 0; border-top:1px solid rgba(255,255,255,.18); }
.guide li:last-child { border-bottom:1px solid rgba(255,255,255,.18); }
.guide li b { color:var(--lime); font-size:12px; }
.guide li strong { font:700 21px "Space Grotesk",Arial,sans-serif; }
.guide li p { margin:8px 0 0; color:#a9a3ab; font-size:14px; line-height:1.6; }
.safety { display:grid; grid-template-columns:1fr 1fr; gap:100px; padding-block:110px; }
.safety-title-wrap { display:flex; align-items:flex-start; gap:24px; }
.shield { flex:0 0 64px; width:64px; height:64px; display:grid; place-items:center; border:2px solid var(--ink); border-radius:50% 50% 45% 45%; font:800 16px "Space Grotesk",Arial,sans-serif; }
.safety .eyebrow { margin-bottom:14px; }
.safety h2 { margin:0; max-width:480px; font-size:clamp(35px,4.5vw,57px); line-height:1.05; letter-spacing:-.055em; }
.safety-copy { color:#5f5961; font-size:15px; line-height:1.75; }
.safety-copy>p { margin:0 0 26px; }
.safety-copy ul { margin:0; padding:0; list-style:none; }
.safety-copy li { position:relative; padding:15px 0 15px 28px; border-top:1px solid var(--line); }
.safety-copy li::before { content:"+"; position:absolute; left:2px; color:var(--pink-dark); font-weight:900; }
.age-policy { padding:23px 0; background:var(--lime); }
.age-policy p { margin:0; font-size:13px; line-height:1.6; }
.site-footer { background:#09070a; color:var(--white); }
.footer-top { min-height:190px; display:grid; grid-template-columns:1fr 1.2fr 1fr; align-items:center; gap:40px; }
.footer-brand .brand-mark { background:var(--white); color:var(--ink); }
.footer-top>p { color:#8f8991; font-size:13px; line-height:1.6; }
.footer-top nav { display:flex; justify-content:flex-end; gap:22px; font-size:12px; font-weight:700; }
.footer-top nav a:hover { color:var(--lime); }
.footer-bottom { display:flex; justify-content:space-between; gap:30px; padding-block:19px; border-top:1px solid rgba(255,255,255,.13); color:#716b73; font-size:11px; }
.footer-bottom p { margin:0; }
@media (max-width:900px) { .hero{grid-template-columns:1fr;gap:45px;padding-top:70px}.hero-index{min-height:260px;align-self:auto}.site-grid{grid-template-columns:repeat(2,1fr)}.guide-grid,.safety{grid-template-columns:1fr;gap:60px}.footer-top{grid-template-columns:1fr 1fr;padding-block:55px}.footer-top>p{grid-row:2} }
@media (max-width:640px) { .shell{width:min(100% - 28px,1180px)}.nav-wrap{height:68px}.main-nav{display:none}.brand{font-size:18px}.hero{min-height:auto;padding-block:62px 58px}.hero h1{font-size:clamp(58px,21vw,84px)}.hero-lede{font-size:16px}.search-box{height:58px;box-shadow:4px 4px 0 var(--ink)}.search-box kbd{display:none}.trust-row{gap:12px 18px}.category-strip .shell{width:100%}.directory-section{padding-block:75px 90px}.section-heading{align-items:flex-start;flex-direction:column}.site-grid{grid-template-columns:1fr}.site-card{min-height:300px}.guide,.safety{padding-block:82px}.guide-grid{gap:52px}.safety-title-wrap{flex-direction:column}.footer-top{grid-template-columns:1fr;gap:24px}.footer-top>p{grid-row:auto}.footer-top nav{justify-content:flex-start}.footer-bottom{flex-direction:column;gap:8px} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}*,*::before,*::after{transition:none!important} }
