:root{--bg:#060606;--panel:#0d0d0f;--text:#f5f3ed;--muted:#a9a49a;--gold:#f4b322;--amber:#ff8a00;--blue:#065cff;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 80% 15%,rgba(255,138,0,.18),transparent 28%),radial-gradient(circle at 10% 40%,rgba(6,92,255,.12),transparent 24%),linear-gradient(135deg,#050505,#111 48%,#050505);pointer-events:none;z-index:-2}body:after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,transparent,#000 20%,#000 80%,transparent);pointer-events:none;z-index:-1}.boot{position:fixed;inset:0;z-index:20;background:#000;display:grid;place-items:center;transition:opacity .9s ease,visibility .9s ease}.boot.hide{opacity:0;visibility:hidden}.boot img{width:110px;border-radius:24px;filter:drop-shadow(0 0 25px rgba(244,179,34,.35))}.boot p{position:absolute;bottom:18%;color:var(--muted);letter-spacing:.08em}.boot-ring{position:absolute;width:70px;height:70px;border:10px solid var(--blue);border-radius:50%;box-shadow:0 0 40px var(--blue);animation:pulse 1.6s infinite alternate;opacity:.55}.site-header{position:fixed;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:18px clamp(18px,4vw,58px);background:linear-gradient(rgba(0,0,0,.75),rgba(0,0,0,.15));backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:14px;color:inherit;text-decoration:none}.brand img{width:52px;height:52px;object-fit:cover;border-radius:12px}.brand b{font-family:'Space Grotesk';font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em}.brand small{display:block;color:var(--gold);font-size:.67rem;letter-spacing:.2em;text-transform:uppercase}nav{display:flex;gap:26px}nav a{color:var(--muted);text-decoration:none;font-weight:700;font-size:.85rem}nav a:hover{color:var(--gold)}section{padding:110px clamp(18px,5vw,78px)}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1.05fr;gap:45px;align-items:center;padding-top:130px}.eyebrow{color:var(--gold);font-weight:900;text-transform:uppercase;letter-spacing:.18em;font-size:.78rem}.hero h1,.section-title h2,.feature-hero h2,.story h2,.buy h2{font-family:'Space Grotesk';font-size:clamp(2.4rem,6vw,6.5rem);line-height:.92;margin:10px 0 22px}.hero h1 span{color:var(--gold);text-shadow:0 0 30px rgba(244,179,34,.25)}.lead{font-size:1.2rem;line-height:1.7;max-width:690px;color:#ddd}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:999px;font-weight:900;text-decoration:none;border:1px solid var(--line);transition:.25s}.primary{background:var(--gold);color:#080808;box-shadow:0 0 30px rgba(244,179,34,.25)}.primary:hover{transform:translateY(-3px);box-shadow:0 0 45px rgba(244,179,34,.45)}.ghost{color:var(--text);background:rgba(255,255,255,.05)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.badges{display:flex;gap:10px;flex-wrap:wrap}.badges span{border:1px solid var(--line);padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.04);color:#d9d9d9}.hero-product{position:relative;perspective:1000px;animation:heroFloat 5.5s ease-in-out infinite}.hero-product:after{content:"";position:absolute;left:14%;right:14%;bottom:-22px;height:34px;background:radial-gradient(ellipse,rgba(0,0,0,.72),rgba(244,179,34,.18),transparent 70%);filter:blur(18px);animation:shadowPulse 5.5s ease-in-out infinite;z-index:-1}.hero-product img{width:100%;border-radius:34px;box-shadow:0 40px 110px rgba(0,0,0,.8);border:1px solid rgba(255,255,255,.12)}.product-float{transform:rotateX(var(--rx,0deg)) rotateY(var(--ry,-2deg));transition:transform .18s ease-out}.glow{position:absolute;inset:20%;background:radial-gradient(circle,rgba(255,138,0,.36),transparent 60%);filter:blur(40px)}.section-title{text-align:center;max-width:900px;margin:0 auto 44px}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1050px;margin:auto}.comparison article,.card,.story,.spec-grid,.buy-card{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:28px;box-shadow:0 20px 80px rgba(0,0,0,.35)}.comparison article{padding:34px}.comparison h3{font-family:'Space Grotesk';font-size:1.7rem}.comparison ul{list-style:none;margin:0;padding:0}.comparison li{padding:12px 0;border-bottom:1px solid var(--line);color:#ddd}.new{outline:1px solid rgba(244,179,34,.35)}.feature-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center}.feature-hero img{width:100%;border-radius:34px;border:1px solid var(--line);box-shadow:0 40px 100px rgba(255,138,0,.18)}.feature-hero p:not(.eyebrow),.story p{font-size:1.15rem;line-height:1.8;color:#ddd}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{overflow:hidden}.card img{width:100%;height:250px;object-fit:cover;display:block}.card h3,.card p{padding:0 22px}.card h3{font-family:'Space Grotesk';font-size:1.25rem}.card p{color:var(--muted);line-height:1.6;padding-bottom:22px}.story{max-width:980px;margin:auto;padding:50px;text-align:center}.story h2{font-size:clamp(2rem,4vw,4rem)}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);max-width:1050px;margin:auto;overflow:hidden}.spec-grid div{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.spec-grid span{display:block;color:var(--muted);font-size:.85rem;text-transform:uppercase;letter-spacing:.12em}.spec-grid b{display:block;margin-top:8px;font-size:1.08rem}.buy-card{display:grid;grid-template-columns:1fr .9fr;gap:36px;align-items:center;max-width:1100px;margin:auto;padding:24px}.buy-card img{width:100%;border-radius:22px}.price{font-family:'Space Grotesk';font-size:3rem;color:var(--gold);font-weight:900;margin:22px 0}.buy small{display:block;margin-top:15px;color:var(--muted)}footer{border-top:1px solid var(--line);padding:42px clamp(18px,5vw,78px);display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.foot img{width:60px}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}@keyframes heroFloat{0%,100%{transform:translateY(0) rotate(-.6deg)}50%{transform:translateY(-14px) rotate(.6deg)}}@keyframes shadowPulse{0%,100%{transform:scale(.92);opacity:.55}50%{transform:scale(1.08);opacity:.9}}@keyframes pulse{from{transform:scale(.85);opacity:.25}to{transform:scale(1.05);opacity:.8}}@media (max-width:900px){nav{display:none}.hero,.comparison,.feature-hero,.buy-card{grid-template-columns:1fr}.hero{padding-top:120px}.cards{grid-template-columns:1fr 1fr}.spec-grid{grid-template-columns:1fr}.hero-product{order:-1}.boot-ring{width:54px;height:54px}.site-header{position:absolute}}@media (max-width:560px){section{padding:78px 18px}.cards{grid-template-columns:1fr}.hero h1{font-size:3rem}.brand img{width:42px;height:42px}.buy-card{padding:14px}.hero-actions .btn{width:100%}footer{display:block}.feature-hero img,.hero-product img{border-radius:22px}}

.maker{position:relative;min-height:76vh;display:grid;align-items:center;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:120px clamp(18px,5vw,78px)}
.maker video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.48) contrast(1.08) saturate(.9);transform:scale(1.03)}
.maker-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.48),rgba(0,0,0,.2)),radial-gradient(circle at 20% 45%,rgba(244,179,34,.22),transparent 35%)}
.maker-copy{position:relative;z-index:1;max-width:760px}
.maker h2{font-family:'Space Grotesk';font-size:clamp(2.4rem,6vw,6rem);line-height:.92;margin:10px 0 22px}
.maker p:not(.eyebrow){font-size:1.18rem;line-height:1.75;color:#e8e4dc;max-width:680px}
.maker-steps{display:flex;gap:10px;flex-wrap:wrap;margin-top:30px}
.maker-steps span{border:1px solid rgba(244,179,34,.42);background:rgba(244,179,34,.08);color:#f5d28a;padding:10px 14px;border-radius:999px;font-weight:900;font-size:.84rem;text-transform:uppercase;letter-spacing:.08em}
@media (max-width:700px){.maker{min-height:62vh}.maker-overlay{background:linear-gradient(0deg,rgba(0,0,0,.9),rgba(0,0,0,.42))}.maker h2{font-size:3rem}}

/* Product page */
.product-detail-hero{min-height:100vh;display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;padding-top:130px}.product-detail-copy h1{font-family:'Space Grotesk';font-size:clamp(2.6rem,6vw,6.2rem);line-height:.92;margin:10px 0 22px}.product-detail-image{position:relative}.product-detail-image:after{content:"";position:absolute;left:10%;right:10%;bottom:-18px;height:34px;background:radial-gradient(ellipse,rgba(0,0,0,.85),rgba(244,179,34,.15),transparent 70%);filter:blur(18px);z-index:-1}.product-detail-image img{width:100%;border-radius:34px;border:1px solid var(--line);box-shadow:0 40px 110px rgba(0,0,0,.8);animation:heroFloat 6s ease-in-out infinite}.product-strip{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0 clamp(18px,5vw,78px);background:var(--line);border:1px solid var(--line);border-radius:26px;overflow:hidden}.product-strip div{background:rgba(255,255,255,.055);padding:28px}.product-strip b{display:block;font-family:'Space Grotesk';font-size:1.35rem;color:var(--gold);margin-bottom:6px}.product-strip span{color:var(--muted);line-height:1.6}.photo-showcase{padding-top:130px}.showcase-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;max-width:1180px;margin:auto}.showcase-card{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 20px 80px rgba(0,0,0,.35)}.showcase-card img{width:100%;height:310px;object-fit:cover;display:block}.showcase-card.large{grid-row:span 2}.showcase-card.large img{height:640px}.showcase-card div{padding:24px}.showcase-card h3{font-family:'Space Grotesk';font-size:1.65rem;margin:0 0 10px}.showcase-card p{color:var(--muted);line-height:1.65}.product-story{margin-top:20px}.faq-grid{max-width:950px;margin:auto;display:grid;gap:14px}.faq details{background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid var(--line);border-radius:20px;padding:20px}.faq summary{cursor:pointer;font-weight:900;font-family:'Space Grotesk';font-size:1.15rem;color:var(--text)}.faq p{color:var(--muted);line-height:1.7}.product-buy{padding-top:60px}.product-cards .card img{height:230px}@media (max-width:900px){.product-detail-hero,.showcase-grid{grid-template-columns:1fr}.product-strip{grid-template-columns:1fr}.showcase-card.large img{height:380px}.product-detail-image{order:-1}}@media (max-width:560px){.product-detail-copy h1{font-size:3rem}.showcase-card img,.showcase-card.large img{height:260px}.product-strip{padding:0 18px}}

/* Workshop photo update */
.workshop-hero .hero-product img{aspect-ratio:4/5;object-fit:cover;object-position:center;}
.workshop-hero .lead{max-width:620px;}
.gallery{padding-top:90px;}
.gallery-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1.3fr 1fr;grid-auto-rows:310px;gap:18px;}
.gallery-grid img{width:100%;height:100%;object-fit:cover;border-radius:26px;border:1px solid var(--line);box-shadow:0 20px 70px rgba(0,0,0,.42);transition:transform .28s ease,filter .28s ease;}
.gallery-grid img:first-child{grid-row:span 2;}
.gallery-grid img:hover{transform:translateY(-4px) scale(1.015);filter:saturate(1.08) contrast(1.05);}
.buy-card img{max-height:560px;object-fit:cover;object-position:center;}
.product-detail-image img{aspect-ratio:4/5;object-fit:cover;object-position:center;}
.showcase-card.large img{object-position:center;}
@media (max-width:900px){.gallery-grid{grid-template-columns:1fr;grid-auto-rows:260px}.gallery-grid img:first-child{grid-row:auto}.workshop-hero .hero-product img,.product-detail-image img{aspect-ratio:auto}}
