:root{--bg:#f4f0e8;--bg-elev:#fbf8f2;--ink:#12151c;--muted:#4a5160;--accent:#234067;--heat:#a85f2d;--ok:#1d6b4a;--line:#d7cfc2;--line-strong:#b9ae9f;--radius-s:6px;--radius-m:12px;--radius-l:22px;--max:1160px;--gutter:clamp(1.1rem,3.5vw,2.25rem);--shadow-1:0 1px 0 rgba(18,21,28,0.06);--font-display:var(--font-bricolage);--font-body:var(--font-literata);color-scheme:light}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--ink);font-family:var(--font-body),"Georgia",serif;font-size:1.04rem;line-height:1.6;font-feature-settings:"kern" 1,"liga" 1;text-rendering:optimizeLegibility}a{color:var(--accent);text-underline-offset:3px}a:hover{color:#1a2f4d}img{max-width:100%;height:auto}.aph-skip{position:absolute;left:-10000px;top:.75rem;z-index:2000;background:#fff;padding:.5rem .9rem;border-radius:var(--radius-s);border:1px solid var(--line-strong)}.aph-skip:focus{left:.75rem}.aph-container{width:min(100% - 2 * var(--gutter),var(--max));margin-inline:auto}.aph-display{font-family:var(--font-display),system-ui,sans-serif;font-weight:600;letter-spacing:-.02em;line-height:1.08}.aph-kicker{gap:.4rem;text-transform:uppercase;font-size:.7rem;letter-spacing:.18em;color:var(--heat)}.aph-btn,.aph-kicker{display:inline-flex;align-items:center;font-family:var(--font-display),system-ui,sans-serif;font-weight:600}.aph-btn{justify-content:center;gap:.45rem;min-height:2.6rem;padding:.55rem 1.1rem;font-size:.92rem;border-radius:999px;border:1px solid transparent;text-decoration:none;transition:transform .18s ease-out,opacity .18s ease-out,background .18s ease-out,border-color .18s ease-out,color .18s ease-out;cursor:pointer}.aph-btn:active{transform:translateY(1px) scale(.99)}.aph-btn--primary{background:var(--accent);color:#f7f4ef;box-shadow:var(--shadow-1)}.aph-btn--primary:hover{background:#1a3050;color:#fff}.aph-btn--ghost{background:transparent;color:var(--ink);border-color:var(--line-strong)}.aph-btn--ghost:hover{border-color:#9a8f7e;background:rgba(255,255,255,.4)}.aph-btn--quiet{background:#e9e0d1;color:var(--ink);border-color:#c9bda8;font-weight:600}.aph-btn--quiet:hover{background:#e2d6c4}.aph-badge{font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#2d3340;background:#ebe4d8;border:1px solid #d0c4b0;padding:.2rem .45rem;border-radius:4px}.aph-age-pill,.aph-badge,.aph-eighteen{display:inline-flex;font-family:var(--font-display),system-ui,sans-serif;font-size:.72rem}.aph-age-pill,.aph-eighteen{align-items:center;font-weight:800;padding:.1rem .45rem;border:1px solid var(--ink);border-radius:3px}.aph-rule{height:1px;width:100%;background:var(--line);border:0}.aph-surface{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-l);box-shadow:0 18px 50px rgba(20,24,32,.06)}.aph-cookie{position:fixed;bottom:0;left:0;right:0;z-index:1900;display:flex;justify-content:center;padding:.75rem var(--gutter) 1rem;pointer-events:none}.aph-cookie__box{pointer-events:all;max-width:58rem;width:100%;display:flex;flex-wrap:wrap;gap:.8rem 1.25rem;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;background:#1b2130;color:#e9e2d7;border:1px solid #0f121a;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.2);font-size:.92rem;line-height:1.45}.aph-cookie p{margin:0;flex:1 1 20rem;max-width:50rem;color:#d7cfc3}.aph-cookie a{color:#f0e3cf;text-decoration:underline}.aph-cookie a:hover{color:#fff}.aph-modal-backdrop{position:fixed;inset:0;background:rgba(16,18,25,.48);z-index:2100;display:flex;align-items:center;justify-content:center;padding:1.25rem}.aph-modal{width:min(46rem,100%);max-height:88vh;overflow:auto;background:#faf6ee;border:1px solid var(--line);border-radius:16px;box-shadow:0 32px 90px rgba(10,12,20,.28);padding:1.1rem 1.25rem 1.2rem}.aph-modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.aph-modal h2{margin:0;font-size:1.35rem;font-family:var(--font-display),system-ui,sans-serif}.aph-icon-btn{border:0;background:#e7dfd2;width:2.1rem;height:2.1rem;border-radius:999px;cursor:pointer;line-height:0;transition:background .16s ease-out,transform .16s ease-out;flex:0 0 auto}.aph-icon-btn:hover{background:#d9d0c1}.aph-icon-btn:active{transform:scale(.95)}@media (max-width:720px){.aph-cookie__box{flex-direction:column;align-items:stretch}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.aph-nav-desktop{display:flex;gap:.25rem;align-items:center}.aph-nav-mobile-panel{display:none;flex-direction:column;gap:.35rem;position:absolute;top:100%;left:0;right:0;padding:.65rem var(--gutter) .85rem;background:#f4f0e8;border-bottom:1px solid var(--line)}.aph-nav-toggle{display:none}@media (max-width:880px){.aph-nav-desktop{display:none}.aph-nav-mobile-panel[data-open=true]{display:flex}.aph-nav-toggle{display:inline-flex}}.aph-footer-main-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr);grid-gap:1.75rem;gap:1.75rem}@media (max-width:900px){.aph-footer-main-grid{grid-template-columns:1fr}}.aph-inline-btn{background:none;border:0;padding:0;margin:0;font:inherit;color:var(--accent);cursor:pointer;text-align:left;text-decoration:underline;text-underline-offset:3px}.aph-inline-btn:hover{color:#1a2f4d}.aph-trust-chip{display:inline-flex;align-items:center;padding:.45rem .65rem;border-radius:999px;border:1px solid #c9bda8;background:#fbf8f2;color:var(--ink);font-family:var(--font-display),system-ui,sans-serif;font-size:.82rem;font-weight:650;text-decoration:none;transition:background .16s ease-out,transform .16s ease-out}.aph-trust-chip:hover{background:#fffdf8;transform:translateY(-1px)}@media (max-width:860px){.aph-hit-grid,.aph-wo-split{grid-template-columns:1fr}}@media (max-width:960px){.aph-pol-grid{grid-template-columns:1fr}.aph-pol-aside{position:static!important}}@media (max-width:820px){.aph-nc-row{grid-template-columns:1fr!important}.aph-nc-row>*{grid-column:1/-1!important}}@media (max-width:920px){.aph-home-hero,.aph-method-split,.aph-spotlight,.aph-two-col{grid-template-columns:1fr}.aph-home-mosaic .aph-span-12{grid-column:span 12!important}.aph-wide-strip .aph-surface{grid-template-columns:1fr;justify-items:start}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:200 800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_a4bae9{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_a4bae9{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/8140c3f5465d3dcb-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/c65239c6cd09dd6e-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/689d5aae6896c892-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/2404f3d7e0bb4cd0-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b39c22a0b74cc818-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/47ae032d3fb504fe-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Literata;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/bf0b6634f251496a-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Literata Fallback;src:local("Times New Roman");ascent-override:99.62%;descent-override:26.07%;line-gap-override:0.00%;size-adjust:118.15%}.__className_1b1c3c{font-family:Literata,Literata Fallback;font-style:normal}.__variable_1b1c3c{--font-body:"Literata","Literata Fallback"}