:root{--ink:#14251f;--muted:#5b6d66;--paper:#f3f5ef;--card:#fff;--line:#d7ded7;--green:#1d5948;--lime:#b9d06d;--orange:#cf714b;--navy:#203e57}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.55}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:20}.nav{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);background:rgba(243,245,239,.92);position:sticky;top:0;backdrop-filter:blur(12px);z-index:10}.brand{display:flex;gap:.65rem;align-items:center;color:var(--ink);font-weight:800;text-decoration:none;letter-spacing:-.02em}.mark{display:grid;grid-template-columns:repeat(3,8px);gap:4px}.mark i{width:8px;height:8px;border-radius:50%;background:var(--green)}.mark i:nth-child(2){background:var(--orange)}.mark i:nth-child(3){background:var(--navy)}nav{display:flex;gap:1.4rem}nav a{color:var(--muted);text-decoration:none;font-size:.92rem}nav a:hover{color:var(--ink)}main{max-width:1240px;margin:auto;padding:0 max(5vw,24px)}.hero{padding:9vw 0 7vw;max-width:970px}.eyebrow{font-size:.74rem;font-weight:800;letter-spacing:.16em;color:var(--green);margin:0 0 1rem}.hero h1{font-size:clamp(3.4rem,8vw,7.5rem);line-height:.91;letter-spacing:-.075em;margin:0;max-width:950px}.hero h1 span{color:var(--green)}.lede{font-size:clamp(1.05rem,2vw,1.35rem);max-width:720px;color:var(--muted);margin:2rem 0}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.button{padding:.85rem 1.1rem;border-radius:8px;text-decoration:none;font-weight:750;border:1px solid var(--ink)}.button.primary{background:var(--ink);color:#fff}.button.quiet{color:var(--ink)}.principles{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:2.8rem}.principles span,.pill,.state{font-size:.78rem;border:1px solid var(--line);background:rgba(255,255,255,.55);padding:.42rem .65rem;border-radius:999px}.section{padding:6rem 0;border-top:1px solid var(--line)}.section-head{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.section-head h2,.method h2{font-size:clamp(2rem,4vw,3.4rem);letter-spacing:-.05em;line-height:1;margin:.3rem 0}.section-head>p{max-width:420px;color:var(--muted)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.feature{padding:2rem;border:1px solid var(--line);border-radius:18px;background:var(--card);min-height:410px;display:flex;flex-direction:column;align-items:flex-start}.feature.risk{box-shadow:inset 0 4px var(--green)}.feature.moves{box-shadow:inset 0 4px var(--orange)}.feature h3{font-size:1.75rem;line-height:1.08;letter-spacing:-.035em;margin:1.5rem 0 .6rem}.feature p,.feature li{color:var(--muted)}.feature ul{padding-left:1.2rem}.feature .state{margin-top:auto}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.product{background:var(--card);border:1px solid var(--line);padding:1.25rem;border-radius:13px;min-height:190px;display:flex;flex-direction:column}.product-top{display:flex;justify-content:space-between;align-items:center}.product-logo{display:grid;place-items:center;width:38px;height:38px;border-radius:9px;background:var(--product-color,#203e57);color:#fff;font-size:.75rem;font-weight:900}.product-kind{font-size:.7rem;text-transform:uppercase;color:var(--muted)}.product h3{font-size:1.15rem;margin:1rem 0 .3rem}.product p{font-size:.9rem;color:var(--muted);margin:0}.product a{margin-top:auto;color:var(--green);font-weight:800;text-decoration:none}.product .private{margin-top:auto;font-size:.78rem;color:var(--muted)}.empty{grid-column:1/-1;color:var(--muted)}.method{background:var(--ink);color:#fff;margin:2rem calc(-1 * max(5vw,24px)) 0;padding:6rem max(5vw,24px)}.method .eyebrow{color:var(--lime)}.method>p:last-child{color:#bdc9c3;max-width:760px}.steps{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin:2rem 0}.steps span{border:1px solid #50645b;border-radius:999px;padding:.55rem .75rem}.steps b{color:var(--lime)}footer{max-width:1240px;margin:auto;padding:3rem max(5vw,24px);display:flex;justify-content:space-between;gap:1rem;border-top:1px solid var(--line);color:var(--muted);font-size:.85rem}
.language select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.45rem .55rem;color:var(--ink)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.product-detail{padding:7rem 0;max-width:900px;min-height:72vh}.back-link{color:var(--muted);text-decoration:none;font-weight:700}.product-detail h1{font-size:clamp(3.2rem,7vw,6.5rem);line-height:.95;letter-spacing:-.065em;margin:1rem 0}.product-summary{font-size:clamp(1.1rem,2vw,1.4rem);max-width:720px;color:var(--muted)}.availability-note,.product-boundary{margin-top:2.5rem;padding:1.5rem;border:1px solid var(--line);border-radius:14px;background:var(--card)}.availability-note p{color:var(--muted);margin-bottom:1.5rem}.product-boundary h2{margin-top:0}.product-boundary p{margin-bottom:0;color:var(--muted)}
@media(max-width:780px){.nav nav>a{display:none}.nav nav{display:flex}.hero{padding:6rem 0 4rem}.hero h1{font-size:3.6rem}.section{padding:4rem 0}.section-head{display:block}.feature-grid,.product-grid{grid-template-columns:1fr}.feature{min-height:0}.steps b{display:none}footer{display:block}.mark{flex:none}}
