:root{color-scheme:dark;--bg:#0c0f0e;--surface:#171c19;--line:#414b3f;--ink:#f3f1e8;--muted:#bcc5b9;--accent:#f3a24b;--red:#bc493e;font-family:Arial,Helvetica,sans-serif;font-size:16px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:1.5rem}body{margin:0;background:var(--bg);color:var(--ink);line-height:1.65}a{color:var(--accent);text-underline-offset:4px}a:hover{color:#ffd19d}a:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}img{max-width:100%;object-fit:contain}h1,h2,h3,p,figure{margin-top:0}h1,h2,h3{line-height:1.15;overflow-wrap:anywhere}h1{font-size:clamp(2.1rem,5vw,4rem);letter-spacing:-.04em;margin-bottom:1.2rem}h2{font-size:clamp(1.4rem,2.8vw,2rem)}h3{font-size:1.2rem}p{margin-bottom:1rem}p:last-child{margin-bottom:0}li{margin:.4rem 0}main,.site-header,.site-nav,.site-footer{max-width:1200px;margin-inline:auto;padding-inline:2rem}main{padding-top:1.5rem;padding-bottom:4rem}.site-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-block:1.4rem}.brand{font-weight:900;font-size:2rem;text-decoration:none;color:var(--ink);line-height:1.1;letter-spacing:-.05em}.brand span{display:block;font-size:.75rem;letter-spacing:.15em;font-weight:600;color:var(--muted);margin-top:.5rem}.button{display:inline-flex;justify-content:center;align-items:center;min-height:48px;padding:.7rem 1.5rem;background:var(--accent);color:#191c17;border:1px solid var(--accent);font-weight:700;text-decoration:none;border-radius:3px}.button:hover{background:#ffba70;color:#171c19}.site-nav{display:flex;gap:.5rem 1.6rem;flex-wrap:wrap;padding-block:1rem;border-block:1px solid var(--line)}.site-nav a{font-size:.9rem;color:var(--muted);text-decoration:none;padding:.25rem 0}.site-nav a[aria-current=page]{color:var(--accent);text-decoration:underline}.status-note,.draft-note{padding:1rem 1.2rem;margin-bottom:1rem;font-size:.9rem;border-left:3px solid var(--accent);background:#25271c;color:#e3dec4}.draft-note{border-color:var(--red);background:#281d1b}.status-note strong,.draft-note strong{color:var(--ink)}.eyebrow{font-size:.8rem;letter-spacing:.13em;color:var(--accent);font-weight:700;margin-bottom:1rem}.hero{display:grid;grid-template-columns:1.25fr 1fr;align-items:center;gap:2rem;padding:3.6rem 0}.hero h1{font-size:clamp(3.1rem,7vw,5.4rem);line-height:1.02}.hero h1 span{color:var(--accent)}.lead{font-size:1.1rem;max-width:46rem;color:var(--muted)}.hero figure{text-align:center;min-width:0;position:relative;background:radial-gradient(ellipse at center,#602b1f55,transparent 68%);margin:0}.hero-art{width:min(100%,340px);height:auto;aspect-ratio:1;filter:drop-shadow(0 15px 18px #0008)}figcaption{font-size:.85rem;letter-spacing:.12em;color:var(--muted)}.actions{display:flex;gap:1rem 1.6rem;align-items:center;flex-wrap:wrap;margin-top:2rem}.info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.info-grid article{padding:1.5rem;background:var(--surface);border-top:2px solid var(--line)}.info-grid h2{font-size:1.4rem}.info-grid p{color:var(--muted)}.notice-panel{padding:1.7rem;margin-top:2rem;border:1px solid var(--line);background:var(--surface)}.page-heading{padding:2.5rem 0 1.6rem}.catalog-nav{display:flex;flex-wrap:wrap;gap:.6rem}.catalog-nav a{display:block;padding:.6rem 1rem;border:1px solid var(--line);font-size:.9rem;text-decoration:none;min-height:44px}.catalog-section{margin-top:3.2rem}.section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.section-heading a{font-size:.85rem;flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.product-card{display:flex;flex-direction:column;min-width:0;padding:1.5rem;border:1px solid var(--line);background:linear-gradient(145deg,#21261f,#131715)}.product-card:target{border-color:var(--accent)}.product-art{display:block;width:116px;height:116px;margin:0 auto 1.3rem}.product-card p{font-size:.95rem;color:var(--muted)}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1.5rem}.price{font-size:1.7rem;color:var(--accent);white-space:nowrap}.product-bottom a{font-size:.9rem}.availability{display:block;margin-top:.75rem;font-size:.8rem;color:var(--muted)}#pass .product-grid{grid-template-columns:minmax(0,1fr)}#pass .product-card{display:grid;grid-template-columns:150px minmax(0,1fr) auto;gap:.4rem 1.5rem;align-items:center}#pass .product-art{grid-row:1/3;margin:0}#pass .product-bottom{display:flex;flex-direction:column;margin:0;padding:0;align-items:flex-start}#pass .availability{grid-column:2/4;margin:0}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;margin:1.3rem 0;min-width:250px}caption{text-align:left;font-size:.95rem;color:var(--muted);margin-bottom:.8rem}th,td{padding:.8rem;text-align:left;border-bottom:1px solid var(--line);font-weight:400}thead th{font-weight:700;color:var(--accent)}td:last-child{white-space:nowrap}details{border-block:1px solid var(--line);padding:1rem 0;margin:1.4rem 0}summary{cursor:pointer;color:var(--accent);font-weight:700;min-height:44px;padding:.5rem 0}details[open] summary{margin-bottom:1rem}.legal-copy{max-width:800px;margin:2.7rem auto 0}.legal-copy h2{margin-top:2.3rem}.legal-copy p,.legal-copy li{line-height:1.8}.legal-copy .button{margin-top:1rem;margin-bottom:1.5rem}.seller{padding:1rem 1.4rem;border:1px solid var(--line);background:var(--surface)}.seller div{display:grid;grid-template-columns:12rem minmax(0,1fr);gap:1rem;padding:.7rem 0}.seller dt{font-size:.9rem;color:var(--muted)}.seller dd{margin:0;overflow-wrap:anywhere}.site-footer{border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding-block:2rem;color:var(--muted);font-size:.85rem}.site-footer span,.site-footer a{display:block}.site-footer strong{color:var(--ink)}.site-footer p{margin-top:.6rem;max-width:30rem}.skip-link{position:absolute;top:-100px;left:1rem;padding:.6rem 1rem;background:var(--accent);color:#111;z-index:5}.skip-link:focus{top:1rem}
@media(max-width:800px){main,.site-header,.site-nav,.site-footer{padding-inline:1.2rem}.hero{grid-template-columns:1fr .7fr;gap:1rem}.info-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pass .product-card{grid-template-columns:100px minmax(0,1fr)}#pass .product-art{width:100px;height:100px}#pass .product-bottom{grid-column:2;flex-direction:row;align-items:center}#pass .availability{grid-column:2}.seller div{grid-template-columns:1fr;gap:.1rem}}
@media(max-width:520px){main,.site-header,.site-nav,.site-footer{padding-inline:1rem}.site-header{padding-block:1rem}.site-header .button{padding:.6rem 1rem}.hero{grid-template-columns:1fr;padding:2rem 0}.hero figure{order:-1;display:flex;align-items:center;gap:1rem;text-align:left}.hero-art{width:90px;height:90px}.hero figcaption{max-width:160px;line-height:1.5}.hero h1{font-size:3.15rem}.site-nav{gap:.5rem 1.1rem}.product-grid{grid-template-columns:1fr}.product-card{padding:1.3rem}.notice-panel{padding:1.2rem}.section-heading{align-items:flex-start}.section-heading h2{max-width:75%}.site-footer{grid-template-columns:1fr}.seller{padding:1rem}.legal-copy{margin-top:2rem}#pass .product-card{grid-template-columns:1fr}#pass .product-art{grid-row:auto;margin:0 auto 1rem}#pass .product-bottom,#pass .availability{grid-column:auto}.status-note,.draft-note{padding:.9rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
@media print{body{background:#fff;color:#111}.site-header,.site-nav,.status-note,.site-footer,.button,.skip-link{display:none}.draft-note{background:none;color:#111}.legal-copy{max-width:none;margin:0}.seller{background:none}a,.seller dt{color:#111}h2{break-after:avoid}}
