:root{--bg:#0d0f12;--bg-elev:#14171b;--bg-elev-2:#191d22;--media-bg:#f3f4f6;--border:#262b32;--border-strong:#333a43;--text:#e9ecef;--text-muted:#9aa3ae;--text-dim:#79828d;--accent:#e0a75e;--accent-hover:#f0b975;--accent-ink:#1a1206;--radius:12px;--radius-sm:8px;--shadow:0 1px 2px #0006, 0 8px 24px #00000040;--maxw:1120px;--pad:clamp(1rem, 4vw, 2.5rem);--sans:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--sans);flex-direction:column;min-height:100vh;margin:0;font-size:16px;line-height:1.6;display:flex}img{max-width:100%;display:block}a{color:var(--text);text-decoration-color:var(--border-strong);text-underline-offset:2px}a:hover{color:var(--accent);text-decoration-color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.container{width:100%;max-width:var(--maxw);padding-inline:var(--pad);margin:0 auto}main{flex:1 0 auto}.site-header{border-bottom:1px solid var(--border);z-index:10;backdrop-filter:blur(6px);background:#0d0f12eb;position:sticky;top:0}.site-header .inner{flex-wrap:wrap;align-items:center;gap:1.25rem;padding-block:.85rem;display:flex}.wordmark{letter-spacing:-.01em;margin-right:auto;font-size:1.05rem;font-weight:650;text-decoration:none}.wordmark span{letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);font-size:.7rem;font-weight:500;display:block}.site-nav{flex-wrap:wrap;align-items:center;gap:1rem;font-size:.9rem;display:flex}.site-nav a{color:var(--text-muted);text-decoration:none}.site-nav a:hover{color:var(--text)}.site-footer{border-top:1px solid var(--border);color:var(--text-dim);margin-top:4rem;padding-block:2rem;font-size:.85rem}.site-footer p{margin:.25rem 0}.btn{border-radius:var(--radius-sm);border:1px solid #0000;padding:.7rem 1.15rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background-color .12s,color .12s,border-color .12s;display:inline-block}.btn-primary{background:var(--accent);color:var(--accent-ink)}.btn-primary:hover{background:var(--accent-hover);color:var(--accent-ink)}.btn-ghost{border-color:var(--border-strong);color:var(--text)}.btn-ghost:hover{border-color:var(--accent);color:var(--accent)}.btn-sm{padding:.45rem .8rem;font-size:.85rem}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--text-dim);margin:0 0 .5rem;font-size:.72rem}h1,h2,h3{letter-spacing:-.015em;line-height:1.2}h1{margin:0 0 .5rem;font-size:clamp(1.7rem,4vw,2.4rem)}h2{margin:0 0 1rem;font-size:clamp(1.2rem,2.4vw,1.5rem)}h3{margin:0 0 .4rem;font-size:1rem}.lede{color:var(--text-muted);max-width:62ch;font-size:1.05rem}.section{margin-block:3rem}.section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.muted{color:var(--text-muted)}.hero{border-bottom:1px solid var(--border);padding-block:clamp(2.5rem,6vw,4.5rem) 1rem}.hero h1{max-width:22ch;font-size:clamp(2rem,5vw,3rem)}.hero .actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.hero-stats{border-top:1px solid var(--border);flex-wrap:wrap;gap:2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.hero-stats div strong{font-size:1.4rem;display:block}.hero-stats div span{color:var(--text-dim);text-transform:uppercase;letter-spacing:.1em;font-size:.82rem}.grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;display:grid}.grid-brands{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.brand-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.35rem;padding:1.5rem;text-decoration:none;transition:border-color .14s,transform .14s;display:flex}.brand-card:hover{border-color:var(--border-strong);color:var(--text);transform:translateY(-2px)}.brand-card .name{font-size:1.25rem;font-weight:650}.brand-card .count{color:var(--accent);font-size:.85rem}.brand-card .lines{color:var(--text-dim);font-size:.85rem}.brand-card .go{color:var(--text-muted);margin-top:.75rem;font-size:.88rem}.product-card{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;text-decoration:none;transition:border-color .14s,transform .14s;display:flex;overflow:hidden}.product-card:hover{border-color:var(--border-strong);color:var(--text);transform:translateY(-2px)}.product-card .media{background:var(--media-bg);aspect-ratio:4/3;border-bottom:1px solid var(--border);place-items:center;padding:1rem;display:grid}.product-card .media img{object-fit:contain;width:100%;height:100%}.product-card .body{flex-direction:column;gap:.4rem;padding:1rem 1.1rem 1.25rem;display:flex}.product-card .model{letter-spacing:-.01em;font-size:1.02rem;font-weight:640}.product-card .brand{letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim);font-size:.72rem}.product-card .one-line{color:var(--text-muted);font-size:.88rem}.crumbs{color:var(--text-dim);padding-block:1.25rem 0;font-size:.85rem}.crumbs a{color:var(--text-muted);text-decoration:none}.crumbs a:hover{color:var(--accent)}.product-header{align-items:start;gap:2rem;padding-block:1.5rem 2rem;display:grid}@media (width>=900px){.product-header{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:2.5rem}}.info-col{flex-direction:column;display:flex}.info-col h1{margin-top:.75rem}.mono-line{margin:.25rem 0 0;font-size:.85rem}.product-header .brand-row{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.tag{border:1px solid var(--border-strong);color:var(--text-muted);border-radius:999px;padding:.2rem .65rem;font-size:.75rem;display:inline-block}.tag-accent{border-color:var(--accent);color:var(--accent)}.product-cta{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.product-cta .note{color:var(--text-dim);font-size:.85rem}.gallery{position:relative}.gallery input[type=radio]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.gallery .stage{background:var(--media-bg);border:1px solid var(--border);border-radius:var(--radius);aspect-ratio:4/3;place-items:center;padding:clamp(1rem,3vw,2rem);display:grid}.gallery .stage img{object-fit:contain;width:100%;height:100%;display:none}.gallery .thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.gallery .thumbs label{background:var(--media-bg);border:2px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;place-items:center;width:72px;height:56px;padding:4px;display:grid}.gallery .thumbs label img{object-fit:contain;width:100%;height:100%}.gallery .thumbs label:hover{border-color:var(--border-strong)}.gallery .gal-input:first-of-type:checked~.stage img:first-of-type,.gallery .gal-input:nth-of-type(2):checked~.stage img:nth-of-type(2),.gallery .gal-input:nth-of-type(3):checked~.stage img:nth-of-type(3),.gallery .gal-input:nth-of-type(4):checked~.stage img:nth-of-type(4),.gallery .gal-input:nth-of-type(5):checked~.stage img:nth-of-type(5),.gallery .gal-input:nth-of-type(6):checked~.stage img:nth-of-type(6),.gallery .gal-input:nth-of-type(7):checked~.stage img:nth-of-type(7),.gallery .gal-input:nth-of-type(8):checked~.stage img:nth-of-type(8),.gallery .gal-input:nth-of-type(9):checked~.stage img:nth-of-type(9),.gallery .gal-input:nth-of-type(10):checked~.stage img:nth-of-type(10),.gallery .gal-input:nth-of-type(11):checked~.stage img:nth-of-type(11),.gallery .gal-input:nth-of-type(12):checked~.stage img:nth-of-type(12){display:block}.gallery .gal-input:first-of-type:checked~.thumbs label:first-of-type,.gallery .gal-input:nth-of-type(2):checked~.thumbs label:nth-of-type(2),.gallery .gal-input:nth-of-type(3):checked~.thumbs label:nth-of-type(3),.gallery .gal-input:nth-of-type(4):checked~.thumbs label:nth-of-type(4),.gallery .gal-input:nth-of-type(5):checked~.thumbs label:nth-of-type(5),.gallery .gal-input:nth-of-type(6):checked~.thumbs label:nth-of-type(6),.gallery .gal-input:nth-of-type(7):checked~.thumbs label:nth-of-type(7),.gallery .gal-input:nth-of-type(8):checked~.thumbs label:nth-of-type(8),.gallery .gal-input:nth-of-type(9):checked~.thumbs label:nth-of-type(9),.gallery .gal-input:nth-of-type(10):checked~.thumbs label:nth-of-type(10),.gallery .gal-input:nth-of-type(11):checked~.thumbs label:nth-of-type(11),.gallery .gal-input:nth-of-type(12):checked~.thumbs label:nth-of-type(12){border-color:var(--accent)}.spec-groups{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));align-items:start;gap:2rem;display:grid}.spec-group h3{border-bottom:1px solid var(--border);color:var(--accent);letter-spacing:.14em;text-transform:uppercase;padding-bottom:.5rem;font-size:.78rem}.spec-table{border-collapse:collapse;width:100%;font-size:.9rem}.spec-table th,.spec-table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:top;padding:.5rem .6rem}.spec-table th{color:var(--text-muted);width:46%;font-weight:500}.spec-table tr:last-child th,.spec-table tr:last-child td{border-bottom:0}.spec-table tbody tr:nth-child(2n){background:#ffffff04}.feature-list{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.feature-list li{color:var(--text-muted);padding-left:1.35rem;position:relative}.feature-list li:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;position:absolute;top:.6em;left:0}.doc-list{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.doc-list a{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elev);align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.92rem;text-decoration:none;display:inline-flex}.doc-list a:hover{border-color:var(--accent);color:var(--accent)}.cta-panel{background:linear-gradient(180deg, var(--bg-elev-2), var(--bg-elev));border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(1.5rem,4vw,2.25rem);display:flex}.cta-panel p{color:var(--text-muted);margin:.35rem 0 0}.center-page{text-align:center;place-content:center;gap:.75rem;min-height:55vh;display:grid}.center-page .actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}@media (width<=720px){.gallery .stage{aspect-ratio:3/2}.cta-panel{flex-direction:column;align-items:flex-start}.spec-groups{grid-template-columns:1fr}}.qm{z-index:60;place-items:center;padding:clamp(.75rem,3vw,2rem);display:grid;position:fixed;inset:0}.qm[hidden]{display:none}.qm__scrim{background:#040609bd;position:absolute;inset:0}.qm__dialog{color:#14171b;border-radius:var(--radius);width:min(960px,100%);max-height:min(88vh,920px);box-shadow:var(--shadow);background:#f7f8fa;flex-direction:column;display:flex;position:relative;overflow:hidden}.qm__bar{background:#fff;border-bottom:1px solid #e3e6eb;justify-content:center;align-items:center;padding:.95rem 3.25rem;display:flex;position:relative}.qm__biz{color:#14171b;text-align:center;margin:0;font-size:.98rem;font-weight:600}.qm__x{color:#5b6472;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;place-content:center;width:2.25rem;height:2.25rem;font-size:1.4rem;line-height:1;display:grid;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.qm__x:hover,.qm__x:focus-visible{color:#14171b;background:#eef1f5;outline:none}.qm__body{padding:clamp(1rem,3vw,1.75rem);overflow-y:auto}.qm__title{text-align:center;color:#14171b;margin:0 0 .4rem;font-size:clamp(1.15rem,2.4vw,1.5rem)}.qm__hint{text-align:center;color:#5b6472;max-width:52ch;margin:0 auto 1.35rem;font-size:.92rem}.qm__grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.9rem;display:grid}.qm__card{border-radius:var(--radius-sm);color:#14171b;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e6eb;flex-direction:column;gap:.55rem;padding:.8rem;transition:border-color .12s,box-shadow .12s,transform .12s;display:flex}.qm__card:hover,.qm__card:focus-visible{border-color:var(--accent);outline:none;transform:translateY(-1px);box-shadow:0 8px 20px #0000001f}.qm__thumb{aspect-ratio:4/3;background:var(--media-bg);border-radius:var(--radius-sm);display:block;overflow:hidden}.qm__thumb img{object-fit:contain;width:100%;height:100%;display:block}.qm__card-name{font-size:.92rem;font-weight:600}.qm__back{color:#5b6472;font:inherit;cursor:pointer;background:0 0;border:0;margin-bottom:.75rem;padding:0;font-size:.88rem;display:inline-block}.qm__back:hover{color:#a5790c}.qm__chosen{text-align:center;color:#14171b;margin:0 0 1.1rem;font-size:1rem;font-weight:600}.qm__form{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.qm__field{color:#5b6472;flex-direction:column;gap:.3rem;font-size:.85rem;display:flex}.qm__field em{color:#8c95a3;font-style:normal}.qm__field input,.qm__field textarea{border-radius:var(--radius-sm);color:#14171b;font:inherit;background:#fff;border:1px solid #d7dce3;padding:.6rem .7rem;font-size:.95rem}.qm__field input:focus,.qm__field textarea:focus{border-color:var(--accent);outline:2px solid var(--accent);outline-offset:1px}.qm__field--wide,.qm__actions,.qm__error{grid-column:1/-1}.qm__trap{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.qm__error{color:#b3261e;margin:0;font-size:.9rem}.qm__actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;margin-top:.2rem;display:flex}.qm__actions .btn-primary{color:var(--accent-ink)}.qm__small{color:#5b6472;font-size:.85rem}.qm__small a{color:#1a5fb4}.qm__tick{color:#1f7a3d;background:#e8f4ea;border-radius:999px;place-content:center;width:3rem;height:3rem;margin:.5rem auto 1rem;font-size:1.5rem;display:grid}.qm__code{border-radius:var(--radius-sm);letter-spacing:.08em;color:#14171b;background:#fff;border:1px dashed #c9d0d9;width:fit-content;margin:0 auto 1.5rem;padding:.6rem 1rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:1.05rem}@media (width<=720px){.qm{padding:0}.qm__dialog{border-radius:0;width:100%;height:100%;max-height:100%}.qm__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.7rem}.qm__actions{flex-direction:column;align-items:stretch}.qm__actions .btn{text-align:center}}
