:root{--cream:#f4efe6;--cream-dark:#e8e0d4;--royal-blue:#1a3a7c;--royal-blue-light:#2a5298;--warm-red:#c23b2a;--warm-red-light:#d94f3d;--ink:#1a1a1a;--ink-muted:#4a4a4a;--ink-light:#6b6b6b;--white:#fff;--font-headline:"Barlow Condensed", sans-serif;--font-body:"Source Serif 4", Georgia, serif;--max-width:1120px;--header-height:64px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.65}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline);margin:0;font-weight:700;line-height:1.15}a{color:var(--warm-red);font-weight:700;text-decoration:none;transition:color .2s,opacity .2s}a:hover{color:var(--warm-red-light)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.25rem}.section-label{font-family:var(--font-headline);letter-spacing:.12em;text-transform:uppercase;color:var(--royal-blue);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.accent-highlight{color:var(--warm-red);text-decoration:underline;-webkit-text-decoration-color:var(--warm-red);text-decoration-color:var(--warm-red);text-underline-offset:3px;text-decoration-thickness:2px}.site-header{background:var(--white);border-bottom:3px double var(--royal-blue);z-index:100;position:sticky;top:0}.header-inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.logo-link{color:var(--ink);align-items:center;gap:.625rem;font-weight:700;display:flex}.logo-link:hover{color:var(--ink)}.logo-mark{flex-shrink:0;width:36px;height:36px}.logo-text{font-family:var(--font-headline);letter-spacing:.02em;font-size:1.25rem;font-weight:700}.nav-desktop{align-items:center;gap:1.5rem;display:none}.nav-desktop a{font-family:var(--font-headline);letter-spacing:.04em;text-transform:uppercase;color:var(--royal-blue);font-size:.875rem;font-weight:600}.nav-desktop a:hover{color:var(--warm-red)}.menu-toggle{border:2px solid var(--royal-blue);cursor:pointer;width:40px;height:40px;font-family:var(--font-headline);color:var(--royal-blue);background:0 0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.menu-toggle:hover{border-color:var(--warm-red);color:var(--warm-red)}.nav-mobile{border-top:1px solid var(--cream-dark);flex-direction:column;padding:1rem 0;display:none}.nav-mobile.open{display:flex}.nav-mobile a{font-family:var(--font-headline);color:var(--royal-blue);border-bottom:1px solid var(--cream-dark);padding:.625rem 0;font-size:.9375rem;font-weight:600}@media (min-width:768px){.nav-desktop{display:flex}.menu-toggle{display:none}}.age-strip{background:var(--royal-blue);color:var(--white);font-family:var(--font-headline);text-align:center;padding:.5rem 1.25rem;font-size:.8125rem;font-weight:600}.age-strip a{color:var(--white);text-underline-offset:2px;text-decoration:underline}.age-strip a:hover{opacity:.85}.independence-notice{background:var(--cream-dark);color:var(--ink-muted);text-align:center;padding:.75rem 1.25rem;font-size:.875rem}.hero-gradient{background:linear-gradient(135deg, var(--warm-red) 0%, var(--royal-blue) 60%, var(--royal-blue-light) 100%);color:var(--white);padding:2.5rem 0 2rem}.hero-gradient h1{color:var(--white);max-width:720px;font-size:clamp(1.75rem,4vw,2.5rem)}.hero-gradient p{opacity:.92;margin:0;font-size:1.0625rem}.hero-stats{flex-wrap:wrap;gap:2rem;margin-top:1.5rem;display:flex}.hero-stat{font-family:var(--font-headline)}.hero-stat-value{font-size:1.75rem;font-weight:700;display:block}.hero-stat-label{letter-spacing:.08em;text-transform:uppercase;opacity:.85;font-size:.75rem;font-weight:600}.btn{font-family:var(--font-headline);letter-spacing:.04em;text-transform:uppercase;cursor:pointer;text-align:center;border:none;border-radius:0;padding:.75rem 1.25rem;font-size:.875rem;font-weight:700;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn-primary{background:var(--warm-red);color:var(--white)}.btn-primary:hover{background:var(--warm-red-light);color:var(--white)}.btn-secondary{color:var(--royal-blue);border:2px solid var(--royal-blue);background:0 0}.btn-secondary:hover{background:var(--royal-blue);color:var(--white)}.btn-ghost{color:var(--warm-red);background:0 0;padding:.5rem 0}.btn-ghost:hover{color:var(--warm-red-light)}.badge{font-family:var(--font-headline);letter-spacing:.06em;text-transform:uppercase;background:var(--royal-blue);color:var(--white);border-radius:999px;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-block}.badge-red{background:var(--warm-red)}.grade{font-family:var(--font-headline);font-size:1.5rem;font-weight:700;line-height:1}.grade-featured{font-size:2.25rem}.grade-A{color:var(--warm-red)}.grade-B{color:var(--royal-blue)}.grade-C{color:var(--ink-muted)}.grade-D{color:var(--ink-light)}.operator-showcase{padding:3rem 0}.operator-row{border-bottom:1px solid var(--cream-dark);grid-template-columns:1fr;align-items:start;gap:1rem;padding:1.5rem 0;display:grid}.operator-row:first-child{border-top:1px solid var(--cream-dark)}.operator-row.featured{border:3px double var(--royal-blue);background:var(--white);margin-bottom:.5rem;padding:1.5rem}.operator-row-header{align-items:center;gap:1rem;display:flex}.operator-logo{object-fit:contain;background:var(--white);border:1px solid var(--cream-dark);width:64px;height:64px;padding:4px}.operator-logo-fallback{background:var(--cream-dark);width:64px;height:64px;font-family:var(--font-headline);color:var(--royal-blue);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.operator-name{font-family:var(--font-headline);color:var(--ink);font-size:1.375rem;font-weight:700}.operator-desc{color:var(--ink-muted);margin:.5rem 0;font-size:.9375rem}.operator-badges{flex-wrap:wrap;gap:.375rem;margin:.75rem 0;display:flex}.operator-review-note{color:var(--ink-muted);margin:.75rem 0;font-size:.9375rem;font-style:italic}.operator-highlight{color:var(--ink-light);margin:.5rem 0;font-size:.875rem}.operator-offer{color:var(--ink-muted);margin:.5rem 0;font-size:.8125rem}.operator-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.operator-legal{color:var(--ink-light);margin-top:.5rem;font-size:.75rem}@media (min-width:768px){.operator-row{grid-template-columns:1fr auto;align-items:center}.operator-row-actions-col{text-align:right}}.criterion-section{padding:2.5rem 0}.criterion-section h2{color:var(--royal-blue);margin-bottom:.5rem;font-size:1.5rem}.criterion-section p.criterion-desc{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.9375rem}.criterion-rankings{flex-direction:column;gap:.75rem;display:flex}.criterion-rank-item{background:var(--white);border-bottom:1px solid var(--cream-dark);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.criterion-rank-item.top{border:3px double var(--warm-red);background:var(--white)}.criterion-rank-name{font-family:var(--font-headline);font-size:1rem;font-weight:600}.content-with-sidebar{gap:2rem;padding:2.5rem 0;display:grid}@media (min-width:900px){.content-with-sidebar{grid-template-columns:1fr 280px;gap:3rem}}.sidebar-box{background:var(--white);border:3px double var(--royal-blue);padding:1.25rem}.sidebar-box h3{color:var(--royal-blue);margin-bottom:.75rem;font-size:1rem}.sidebar-box p{color:var(--ink-muted);margin:0;font-size:.875rem}.safety-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:2rem 0;display:grid}.safety-card{text-align:center;background:var(--white);border:2px solid var(--cream-dark);flex-direction:column;align-items:center;padding:1.25rem;transition:border-color .2s;display:flex}.safety-card:hover{border-color:var(--royal-blue)}.safety-card img{object-fit:contain;width:80px;height:48px;margin-bottom:.75rem}.safety-card h3{color:var(--royal-blue);margin-bottom:.375rem;font-size:.9375rem}.safety-card p{color:var(--ink-muted);margin:0;font-size:.8125rem}.faq-section{padding:3rem 0}.faq-group{margin-bottom:2rem}.faq-group h3{color:var(--royal-blue);border-bottom:2px solid var(--warm-red);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem}.faq-item{margin-bottom:1.25rem}.faq-item h4{margin-bottom:.375rem;font-size:1rem;font-weight:600}.faq-item p{color:var(--ink-muted);margin:0;font-size:.9375rem}.affiliate-disclosure{background:var(--white);border:1px solid var(--cream-dark);color:var(--ink-muted);margin:1.5rem 0;padding:1rem 1.25rem;font-size:.875rem}.methodology-block{padding:2.5rem 0}.methodology-block h2{color:var(--royal-blue);margin-bottom:1rem;font-size:1.5rem}.disclaimer-block{color:var(--ink-light);border-top:1px solid var(--cream-dark);padding:2rem 0;font-size:.875rem}.site-footer{background:var(--royal-blue);color:var(--white);margin-top:2rem;padding:2.5rem 0 1.5rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-col h4{letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.footer-col a{color:var(--white);opacity:.9;padding:.25rem 0;font-size:.875rem;font-weight:400;display:block}.footer-col a:hover{opacity:1;color:var(--white)}.footer-bottom{opacity:.75;border-top:1px solid #fff3;padding-top:1.5rem;font-size:.8125rem}.footer-watermark{text-align:center;opacity:.3;margin-top:1.5rem}.page-hero{border-bottom:3px double var(--royal-blue);margin-bottom:2rem;padding:2.5rem 0 1.5rem}.page-hero h1{color:var(--royal-blue);font-size:clamp(1.75rem,4vw,2.25rem)}.page-hero p{color:var(--ink-muted);margin-top:.75rem}.prose{max-width:720px}.prose h2{color:var(--royal-blue);margin:2rem 0 .75rem;font-size:1.375rem}.prose h3{color:var(--ink);margin:1.5rem 0 .5rem;font-size:1.125rem}.prose p{color:var(--ink-muted);margin:0 0 1rem}.prose ul,.prose ol{color:var(--ink-muted);margin:0 0 1rem;padding-left:1.5rem}.prose li{margin-bottom:.375rem}.comparison-table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.875rem}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--cream-dark);padding:.75rem .5rem}.comparison-table th{font-family:var(--font-headline);letter-spacing:.06em;text-transform:uppercase;color:var(--royal-blue);background:var(--white);font-size:.75rem;font-weight:600}.comparison-table tr:hover td{background:var(--white)}.review-grid{gap:1rem;margin:2rem 0;display:grid}.review-card{background:var(--white);border-bottom:1px solid var(--cream-dark);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.review-card.featured{border:3px double var(--royal-blue)}.cookie-banner{background:var(--ink);color:var(--white);z-index:200;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0}.cookie-banner p{flex:1;margin:0;font-size:.875rem}.cookie-banner a{color:var(--white);text-decoration:underline}.age-gate-overlay{z-index:300;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.age-gate-modal{background:var(--white);border:3px double var(--royal-blue);width:100%;max-width:480px;padding:2rem}.age-gate-modal h2{color:var(--royal-blue);margin-bottom:1rem;font-size:1.5rem}.age-gate-modal p{color:var(--ink-muted);margin-bottom:1.5rem;font-size:.9375rem}.age-gate-actions{flex-wrap:wrap;gap:.75rem;display:flex}.contact-form{max-width:480px}.form-group{margin-bottom:1rem}.form-group label{font-family:var(--font-headline);letter-spacing:.04em;text-transform:uppercase;color:var(--royal-blue);margin-bottom:.375rem;font-size:.8125rem;font-weight:600;display:block}.form-group input,.form-group textarea{width:100%;font-family:var(--font-body);border:2px solid var(--cream-dark);background:var(--white);border-radius:0;padding:.75rem;font-size:1rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--royal-blue);outline:none}.form-group textarea{resize:vertical;min-height:120px}.updated-date{color:var(--ink-light);font-size:.8125rem;font-family:var(--font-headline)}.credibility-strip{font-family:var(--font-headline);color:var(--ink-muted);flex-wrap:wrap;gap:2rem;padding:1rem 0;font-size:.8125rem;display:flex}.credibility-strip strong{color:var(--warm-red);font-weight:700}.studio-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0;display:grid}.studio-card{background:var(--white);border-bottom:1px solid var(--cream-dark);padding:1.25rem}.studio-card h3{color:var(--royal-blue);margin-bottom:.5rem;font-size:1.125rem}.studio-card p{color:var(--ink-muted);margin:0;font-size:.9375rem}
