*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:17px;line-height:1.7}h1,h2,h3,h4{font-family:var(--font-heading);letter-spacing:-.01em;margin:0 0 .6em;line-height:1.25}h1{font-size:clamp(2rem,5vw,3.25rem)}h2{font-size:clamp(1.5rem,3vw,2.1rem)}h3{font-size:1.2rem}p{margin:0 0 1.1em}a{color:var(--accent);text-underline-offset:3px;text-decoration-thickness:1px}a:hover{text-decoration:none}img{max-width:100%;height:auto}.container{width:min(100% - 2.5rem,1080px);margin-inline:auto}.skip-link{background:var(--accent);color:var(--accent-text);z-index:10;padding:.6rem 1rem;position:absolute;top:0;left:-9999px}.skip-link:focus{left:0}.site-header{border-bottom:1px solid var(--border);background:var(--surface);z-index:5;position:sticky;top:0}.site-header__inner{flex-wrap:wrap;align-items:center;gap:1.5rem;min-height:68px;padding-block:.6rem;display:flex}.brand{font-family:var(--font-heading);color:var(--text);letter-spacing:-.01em;align-items:center;gap:.55rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-flex}.brand__mark{background:var(--accent);width:30px;height:30px;color:var(--accent-text);border-radius:9px;place-items:center;font-size:.85rem;font-weight:700;display:grid}.site-nav{flex-wrap:wrap;align-items:center;gap:1.25rem;margin-left:auto;display:flex}.site-nav a{color:var(--muted);font-size:.94rem;text-decoration:none}.site-nav a:hover,.site-nav a[aria-current=page]{color:var(--text)}.lang-switch{border:1px solid var(--border);border-radius:999px;display:inline-flex;overflow:hidden}.lang-switch a{color:var(--muted);padding:.2rem .7rem;font-size:.85rem;text-decoration:none}.lang-switch a[aria-current=true]{background:var(--accent);color:var(--accent-text)}.section{border-top:1px solid var(--border);padding-block:clamp(3rem,7vw,5.5rem)}.section:first-of-type{border-top:0}.section__lead{color:var(--muted);max-width:62ch}.hero{padding-block:clamp(3.5rem,9vw,7rem)}.hero__tagline{color:var(--muted);max-width:60ch;font-size:clamp(1.05rem,2vw,1.3rem)}.hero__actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{background:var(--accent);color:var(--accent-text);border-radius:8px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.button--ghost{color:var(--text);border:1px solid var(--border);background:0 0}.card-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem}.card h3{margin-bottom:.4rem}.card p{color:var(--muted);margin-bottom:1rem}.tag-row{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tag{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:.15rem .6rem;font-size:.75rem}.store-links{flex-wrap:wrap;gap:1rem;font-size:.9rem;display:flex}.detail-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.detail-list dt{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem;font-size:.78rem}.detail-list dd{margin:0}.detail-list ul{margin:0;padding:0;list-style:none}.detail-list li{margin-bottom:.25rem}.legal{padding-block:clamp(2.5rem,6vw,4rem)}.legal__meta{color:var(--muted);margin-bottom:2.5rem;font-size:.9rem}.legal__body{max-width:74ch}.legal__body h2{margin-top:2.5rem;font-size:1.25rem}.legal__body p{color:var(--text)}.site-footer{border-top:1px solid var(--border);background:var(--surface);padding-block:3rem 2rem;font-size:.92rem}.site-footer__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.site-footer h4{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:.8rem;font-size:.78rem}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.4rem}.site-footer a{color:var(--text);text-decoration:none}.site-footer a:hover{text-decoration:underline}.site-footer__legal{border-top:1px solid var(--border);color:var(--muted);margin-top:2.5rem;padding-top:1.5rem}.site-footer__legal p{margin:0 0 .3rem}body[data-layout=split] .hero__inner{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:3rem;display:grid}body[data-layout=split] .hero__panel{background:var(--surface);border:1px solid var(--border);border-radius:20px;padding:2rem}body[data-layout=split] .hero__panel dl{margin:0}body[data-layout=split] .hero__panel dl>div{border-bottom:1px solid var(--border);padding-block:.75rem}body[data-layout=split] .hero__panel dl>div:last-child{border-bottom:0;padding-bottom:0}body[data-layout=split] .hero__panel dt{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.75rem}body[data-layout=split] .hero__panel dd{margin:.3rem 0 0}body[data-layout=split] .section__head{grid-template-columns:minmax(0,.9fr) minmax(0,1.6fr);align-items:start;gap:2rem;display:grid}body[data-layout=split] .section__head h2{margin:0}@media (width<=820px){body[data-layout=split] .hero__inner,body[data-layout=split] .section__head{grid-template-columns:1fr}}body[data-layout=centered] .hero{text-align:center}body[data-layout=centered] .hero__tagline{margin-inline:auto}body[data-layout=centered] .hero__actions{justify-content:center}body[data-layout=centered] .hero__panel{display:none}body[data-layout=centered] .section__head{text-align:center}body[data-layout=centered] .section__lead{margin-inline:auto}body[data-layout=editorial] .container{width:min(100% - 2.5rem,900px)}body[data-layout=editorial] .hero{border-bottom:3px double var(--border)}body[data-layout=editorial] .hero h1{letter-spacing:-.03em}body[data-layout=editorial] .hero__panel{display:none}body[data-layout=editorial] .section{border-top-style:dashed}body[data-layout=editorial] .card{border-left:3px solid var(--accent);border-radius:0}body[data-layout=editorial] .button,body[data-layout=editorial] .brand__mark{border-radius:0}
