:root{--bg: #140f0d;--bg-muted: #211916;--panel: #1b1512;--fg: #fff3df;--fg-muted: #c8b49e;--border: #4b332a;--accent: #f2b13d;--accent-strong: #ff6a2a;--forest: #5d1f17;--link: #ffd27a;--link-hover: #fff1ba;--radius: 6px;--max-width: 1040px;--measure: 68ch;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif, "Apple Color Emoji"}@media (prefers-color-scheme: dark){:root{--bg: #080504;--bg-muted: #17100e;--panel: #120d0b;--fg: #fff3df;--fg-muted: #bfa992;--border: #3a241e;--accent: #ffc14a;--accent-strong: #ff6a2a;--forest: #7b2117;--link: #ffd27a;--link-hover: #fff1ba}}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:17px;line-height:1.62;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:var(--link);text-underline-offset:2px;text-decoration-thickness:1px}a:hover{color:var(--link-hover)}p{max-width:var(--measure);margin:0 0 1em}h1,h2,h3{line-height:1.14;letter-spacing:0;margin:0 0 .55em}h1{max-width:820px;font-size:3rem}h2{font-size:1.75rem}h3{font-size:1.12rem}.page{min-height:100vh}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:.5rem max(1rem,calc((100vw - var(--max-width)) / 2));border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-brand{display:inline-flex;align-items:center;min-height:44px;color:var(--fg);font-weight:750;text-decoration:none}.site-nav{display:flex;align-items:center;gap:.25rem}.site-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;min-width:44px;padding:0 .65rem;color:var(--fg);font-weight:600;text-decoration:none}.site-nav a:hover{color:var(--link)}.hero{min-height:76svh;max-height:820px;display:flex;align-items:center;background:linear-gradient(90deg,#080403f5,#190805c7 50%,#46160c61),url(/images/kit-radio.jpg) center / cover no-repeat,#120805;color:#fffaf0}.hero-inner{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto;padding:3rem 0 3.5rem}.hero-copy{max-width:610px;color:#e5e1d5;font-size:1.1rem}.eyebrow{margin:0 0 .7rem;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:var(--radius);padding:.72rem 1rem;font-weight:750;text-decoration:none}.button-primary{background:var(--accent);color:#15110a;border:1px solid var(--accent)}.button-primary:hover{background:#ffd66d;color:#15110a}.button-secondary{color:#fffaf0;border:1px solid rgba(255,250,240,.6);background:#ffffff14}.button-secondary:hover{color:#fff;border-color:#fff}.signal-band,.section{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.signal-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--border);transform:translateY(-1.2rem)}.signal-band div{min-height:88px;padding:1rem;background:var(--panel)}.signal-band strong,.signal-band span{display:block}.signal-band strong{font-size:1.35rem;line-height:1.1}.signal-band span{color:var(--fg-muted);font-size:.92rem}.section{padding:3.5rem 0;border-bottom:1px solid var(--border)}.intro{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.7fr);gap:2rem;align-items:start}.note{margin:0;padding:1rem 1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted);color:var(--fg-muted)}.section-heading{margin-bottom:1.35rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{min-height:460px;display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.product-card img{width:100%;aspect-ratio:16 / 11;object-fit:cover;border-bottom:1px solid var(--border);filter:contrast(1.06) saturate(.86)}.product-copy{display:flex;flex:1;flex-direction:column;padding:1rem}.product-top{min-height:74px}.product-top span{display:inline-flex;margin-top:.2rem;color:var(--accent-strong);font-weight:800}.product-card p{color:var(--fg-muted);font-size:.95rem}.product-card .add-button{width:100%;margin-top:auto}.steps{list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0}.steps li{display:grid;gap:.8rem;align-content:start;min-height:270px;padding:1.1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted)}.steps span{width:fit-content;padding:.22rem .55rem;border-radius:999px;background:var(--forest);color:#fff;font-size:.82rem;font-weight:800}.steps p{color:var(--fg-muted);font-size:.95rem}.checklist{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(0,1fr);gap:2rem}.checklist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;list-style:none;margin:0;padding:0}.checklist li{min-height:48px;padding:.72rem .8rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.cart-panel{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1fr);gap:2rem}.cart-box{padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--panel)}.cart-items{list-style:none;display:grid;gap:.65rem;margin:0 0 1rem;padding:0}.cart-items li{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding-bottom:.55rem}.cart-empty{color:var(--fg-muted)}.cart-remove{min-width:36px;min-height:36px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-muted);color:var(--fg);cursor:pointer}.cart-total{display:flex;align-items:center;justify-content:space-between;margin:1rem 0;font-size:1.15rem}.checkout{max-width:720px;text-align:left}.checkout .button{margin-top:.4rem}.stripe-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:none;align-items:center;justify-content:center;padding:1rem;background:#000000b8}.stripe-modal.is-open{display:flex}.stripe-dialog{width:min(420px,100%);position:relative;border-radius:8px;background:#fff;color:#101114;padding:1.2rem;box-shadow:0 28px 80px #00000073}.stripe-dialog label{display:grid;gap:.25rem;margin-bottom:.8rem;font-size:.88rem;font-weight:700}.stripe-dialog input{width:100%;min-height:42px;border:1px solid #d8dce2;border-radius:6px;padding:.65rem;font:inherit}.stripe-brand{color:#635bff;font-weight:900;letter-spacing:0}.stripe-close{position:absolute;top:.7rem;right:.7rem;width:36px;height:36px;border:0;border-radius:50%;background:#f0f2f5;cursor:pointer}.stripe-result{margin-top:.75rem;color:#147a4d;font-weight:700}.image-credits{font-size:.9rem}.faq{border-bottom:0}details{border-top:1px solid var(--border);padding:1rem 0}details:last-child{border-bottom:1px solid var(--border)}summary{cursor:pointer;font-weight:750}details p{margin-top:.7rem;color:var(--fg-muted)}.site-footer{border-top:1px solid var(--border);color:var(--fg-muted);padding:1.5rem 1rem;text-align:center}.site-footer p{margin:0 auto}@media (max-width: 900px){h1{font-size:2.35rem}.hero{min-height:74svh;background:linear-gradient(90deg,#080403f0,#190805c7),url(/images/kit-radio.jpg) center / cover no-repeat,#120805}.product-grid,.steps{grid-template-columns:repeat(2,minmax(0,1fr))}.intro,.checklist,.cart-panel{grid-template-columns:1fr}}@media (max-width: 620px){body{font-size:16px}.site-header{align-items:flex-start;flex-direction:column;padding:.55rem 1rem}.site-nav{width:100%;justify-content:space-between}.hero{min-height:72svh}.signal-band,.product-grid,.steps,.checklist ul{grid-template-columns:1fr}.signal-band{transform:none;margin-top:1rem}.section{padding:2.5rem 0}}
