:root{
  --gold:#F6B92B; --gold-deep:#C98A0C; --gold-soft:#FFF3D1;
  --red:#E3120B; --red-deep:#9E0C07;
  --ink:#1A1A1A; --ink-2:#3B3B3B; --muted:#5E5A52;
  --paper:#FFFFFF; --mat:#FFFAEB; --line:#EADFC2; --card:#FFFFFF;
  --focus:#2F5BEA; --r-lg:22px; --r-md:14px;
  --font-display:"Fredoka","Baloo 2","Arial Rounded MT Bold","Trebuchet MS",sans-serif;
  --font-body:"Nunito","Segoe UI",system-ui,-apple-system,sans-serif;
  color-scheme: light;
}
@media (prefers-color-scheme: dark){
  :root:not([data-theme="light"]){
    --ink:#F7F1E3; --ink-2:#E0D8C6; --muted:#B9B09C; --paper:#15130F; --mat:#1D1A14;
    --line:#3A3326; --card:#221E17; --gold-soft:#3A2E12; --focus:#8FB0FF; color-scheme: dark;
  }
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:1.0625rem;line-height:1.6;overflow-x:hidden}
img,svg{max-width:100%;display:block}
a{color:inherit}
button,input,select,textarea{font:inherit;color:inherit}
h1,h2,h3,h4{font-family:var(--font-display);line-height:1.08;margin:0 0 .5em;letter-spacing:-.01em;font-weight:700}
h1{font-size:clamp(2.2rem,5.4vw,3.8rem)}
h2{font-size:clamp(1.85rem,4vw,2.8rem)}
h3{font-size:1.32rem}
p{margin:0 0 1em}
:focus-visible{outline:3px solid var(--focus);outline-offset:3px;border-radius:6px}
.wrap{width:min(1180px,100% - 2.5rem);margin-inline:auto}
.narrow{width:min(760px,100% - 2.5rem);margin-inline:auto}
.sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.skip{position:absolute;left:1rem;top:-100px;z-index:200;background:var(--ink);color:var(--paper);padding:.7rem 1rem;border-radius:10px;font-weight:800}
.skip:focus{top:1rem}

.btn{--bg:var(--gold);--fg:#1A1A1A;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:52px;padding:.8rem 1.4rem;border:2.5px solid #1A1A1A;border-radius:14px;background:var(--bg);color:var(--fg);
  font-family:var(--font-display);font-weight:600;font-size:1.08rem;text-decoration:none;cursor:pointer;
  box-shadow:0 5px 0 #1A1A1A;transition:transform .12s ease, box-shadow .12s ease}
.btn:hover{transform:translateY(-2px);box-shadow:0 7px 0 #1A1A1A}
.btn:active{transform:translateY(4px);box-shadow:0 1px 0 #1A1A1A}
.btn-red{--bg:var(--red);--fg:#fff}
.btn-ink{--bg:#1A1A1A;--fg:#FFD567}
.btn-ghost{--bg:var(--card);--fg:var(--ink);border-color:var(--ink);box-shadow:0 5px 0 var(--ink)}
.btn-sm{min-height:42px;padding:.5rem .95rem;font-size:.98rem;box-shadow:0 3px 0 #1A1A1A;border-width:2px;border-radius:11px}
.btn svg{width:20px;height:20px;flex:none}

#preloader{position:fixed;inset:0;z-index:999;display:grid;place-items:center;background:#1A1A1A;color:#FFD567;transition:opacity .4s ease,visibility .4s}
#preloader.done{opacity:0;visibility:hidden}
.pl-box{width:min(320px,80vw);text-align:center}
.pl-printer{position:relative;margin:0 auto 1rem;width:100%;aspect-ratio:1.6/1;border:3px solid #FFD567;border-radius:16px;overflow:hidden;
  background:repeating-linear-gradient(0deg,transparent 0 13px,rgba(255,213,103,.08) 13px 14px),repeating-linear-gradient(90deg,transparent 0 13px,rgba(255,213,103,.08) 13px 14px)}
.pl-gantry{position:absolute;left:0;right:0;height:6px;background:#FFD567;top:18%;animation:gantry 1.7s steps(20) forwards}
.pl-nozzle{position:absolute;top:-16px;width:20px;height:22px;background:#E3120B;border:2px solid #FFD567;border-radius:4px 4px 10px 10px;animation:nozzle .35s linear infinite alternate}
.pl-print{position:absolute;left:14%;right:14%;bottom:12%;top:24%}
.pl-clip{animation:rise 1.7s steps(20) forwards}
.pl-label{font-family:var(--font-display);font-weight:600}
.pl-bar{margin-top:.55rem;height:10px;border-radius:99px;background:#333;overflow:hidden;border:2px solid #FFD567}
.pl-bar span{display:block;height:100%;width:0;background:repeating-linear-gradient(90deg,#F6B92B 0 12px,#E3120B 12px 24px);animation:bar 1.7s steps(20) forwards}
@keyframes gantry{from{top:86%}to{top:18%}}
@keyframes rise{from{transform:translateY(0)}to{transform:translateY(-100%)}}
@keyframes nozzle{from{left:10%}to{left:84%}}
@keyframes bar{to{width:100%}}

.site-header{position:sticky;top:0;z-index:60;background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(10px);border-bottom:2px solid var(--line)}
.head-row{display:flex;align-items:center;gap:1rem;min-height:78px}
.brand{display:flex;align-items:center;flex:none;text-decoration:none}
.brand img{height:56px;width:auto}
.nav{display:flex;gap:.2rem;margin-left:auto}
.nav a{text-decoration:none;font-weight:800;padding:.5rem .8rem;border-radius:10px;color:var(--ink-2)}
.nav a:hover,.nav a[aria-current="page"]{background:var(--gold-soft);color:var(--ink)}
.head-actions{display:flex;align-items:center;gap:.6rem}
.cart-btn{position:relative}
.cart-count{position:absolute;top:-9px;right:-9px;min-width:24px;height:24px;padding:0 6px;border-radius:99px;background:var(--red);color:#fff;border:2px solid #1A1A1A;font-size:.8rem;display:grid;place-items:center;font-weight:800;font-family:var(--font-body)}
.cart-count[data-zero="true"]{display:none}
.menu-toggle{display:none}
@media (max-width:980px){
  .nav{position:fixed;inset:78px 0 auto 0;flex-direction:column;background:var(--paper);padding:1rem 1.25rem 1.5rem;border-bottom:3px solid var(--ink);transform:translateY(-130%);transition:transform .25s ease;margin:0}
  .nav.open{transform:translateY(0)}
  .nav a{font-size:1.15rem;padding:.8rem .6rem;border-bottom:1px solid var(--line);border-radius:0}
  .menu-toggle{display:inline-flex}
  .head-actions{margin-left:auto}
  .head-actions .hide-sm{display:none}
}

.hero{position:relative;background:var(--mat);border-bottom:3px solid var(--ink);overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(var(--line) 1px,transparent 1px) 0 0/28px 28px,linear-gradient(90deg,var(--line) 1px,transparent 1px) 0 0/28px 28px;mask-image:linear-gradient(180deg,#000 40%,transparent)}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:2.5rem;align-items:center;padding:clamp(2.2rem,5vw,4.5rem) 0 clamp(2.6rem,5vw,5rem)}
.kicker{display:inline-flex;align-items:center;gap:.5rem;background:var(--card);border:2px solid var(--ink);border-radius:99px;padding:.3rem .85rem .3rem .4rem;font-weight:800;font-size:.95rem;margin-bottom:1rem}
.kicker b{background:var(--red);color:#fff;border-radius:99px;padding:.1rem .6rem;font-family:var(--font-display);font-weight:600;white-space:nowrap}
.lead{font-size:clamp(1.08rem,1.9vw,1.25rem);max-width:46ch;color:var(--ink-2)}
.cta-row{display:flex;flex-wrap:wrap;gap:.9rem;margin:1.5rem 0 1.3rem}
.facts{display:flex;flex-wrap:wrap;gap:.5rem 1.3rem;padding:0;margin:0;list-style:none;font-weight:700;color:var(--ink-2)}
.facts li{display:flex;align-items:center;gap:.45rem}
.facts svg{width:20px;height:20px;color:var(--red)}
.bed{position:relative;background:#1A1A1A;border-radius:28px;padding:18px;box-shadow:0 10px 0 var(--gold-deep);border:3px solid #1A1A1A}
.bed-inner{background:#fff;border-radius:18px;padding:clamp(1rem,3vw,2rem)}
.bed-tag{position:absolute;left:-14px;bottom:26px;background:var(--red);color:#fff;border:3px solid #1A1A1A;border-radius:14px;padding:.45rem .9rem;font-family:var(--font-display);font-weight:600;transform:rotate(-4deg);box-shadow:0 4px 0 #1A1A1A}
@media (max-width:860px){.hero-grid{grid-template-columns:1fr}.bed{max-width:520px}}

section{scroll-margin-top:90px}
.sec{padding:clamp(3rem,7vw,5.5rem) 0}
.sec-head{display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;gap:1rem 2rem;margin-bottom:2rem}
.sec-head p{max-width:52ch;color:var(--muted);margin:0}
.band-ink{background:#1A1A1A;color:#FFF7E2}
.band-ink .sec-head p{color:#CFC6B0}
.band-gold{background:var(--gold);color:#1A1A1A;border-block:3px solid #1A1A1A}
.band-mat{background:var(--mat);border-top:3px solid var(--ink)}

.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.6rem}
.chip{border:2px solid var(--ink);background:var(--card);border-radius:99px;padding:.45rem 1rem;font-weight:800;cursor:pointer;min-height:44px}
.chip[aria-pressed="true"]{background:var(--ink);color:var(--paper)}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.4rem}
.product{display:flex;flex-direction:column;background:var(--card);border:2.5px solid var(--ink);border-radius:var(--r-lg);overflow:hidden}
.product-art{position:relative;aspect-ratio:1/0.82;background:var(--mat);border-bottom:2.5px solid var(--ink);display:grid;place-items:center;padding:1rem}
.product-art svg{width:78%;height:auto;filter:drop-shadow(0 6px 0 rgba(0,0,0,.18))}
.product-art.has-photo{padding:0}
.product-art img{width:100%;height:100%;object-fit:cover}
.product-badge{position:absolute;top:12px;left:12px;background:#1A1A1A;color:#FFD567;font-weight:800;font-size:.8rem;border-radius:8px;padding:.2rem .55rem}
.product-body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.product-body h3{margin:0;font-size:1.25rem}
.product-body p{margin:0;color:var(--muted);font-size:.97rem}
.price-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.4rem}
.price{font-family:var(--font-display);font-weight:700;font-size:1.45rem}
.swatches{display:flex;flex-wrap:wrap;gap:.4rem}
.sw{width:30px;height:30px;border-radius:50%;border:2px solid var(--ink);cursor:pointer;padding:0}
.sw[aria-checked="true"]{box-shadow:0 0 0 3px var(--paper),0 0 0 5px var(--ink)}
.meta-line{font-size:.85rem;font-weight:700;color:var(--muted)}
.warn{display:inline-flex;gap:.3rem;align-items:center;font-size:.8rem;font-weight:800;color:var(--red-deep)}

.custom-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}
.stage{position:sticky;top:100px;background:#2A2A2A;border:3px solid #FFD567;border-radius:26px;padding:1.2rem}
.stage-screen{background:linear-gradient(rgba(255,213,103,.09) 1px,transparent 1px) 0 0/22px 22px,linear-gradient(90deg,rgba(255,213,103,.09) 1px,transparent 1px) 0 0/22px 22px,#1F1F1F;border-radius:18px;aspect-ratio:4/3;display:grid;place-items:center;padding:1rem}
.stage-screen svg{width:100%;height:100%}
.stage-foot{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;color:#FFF7E2}
.stage-price{font-family:var(--font-display);font-size:2rem;font-weight:700;color:#FFD567}
.form{display:grid;gap:1.2rem}
.field label,.field legend,fieldset legend{display:block;font-weight:800;margin-bottom:.4rem}
.hint{font-size:.9rem;color:var(--muted);margin:.3rem 0 0}
.band-ink .hint{color:#CFC6B0}
fieldset{border:0;padding:0;margin:0}
.opt-row{display:flex;flex-wrap:wrap;gap:.5rem}
.opt{position:relative}
.opt input{position:absolute;opacity:0;inset:0;cursor:pointer}
.opt span{display:inline-flex;align-items:center;gap:.4rem;min-height:46px;padding:.5rem .95rem;border:2px solid #FFF7E2;border-radius:12px;font-weight:800;cursor:pointer}
.opt input:checked + span{background:#FFD567;color:#1A1A1A;border-color:#FFD567}
.opt input:focus-visible + span{outline:3px solid var(--focus);outline-offset:3px}
.input,.select,.textarea{width:100%;min-height:50px;padding:.7rem .9rem;border:2.5px solid var(--ink);border-radius:12px;background:var(--card)}
.band-ink .input,.band-ink .textarea{background:#fff;color:#1A1A1A;border-color:#FFF7E2}
.textarea{min-height:100px;resize:vertical}
.qty{display:inline-flex;align-items:center;border:2.5px solid #FFF7E2;border-radius:12px;overflow:hidden}
.qty button{width:48px;height:48px;border:0;background:transparent;font-size:1.4rem;font-weight:800;cursor:pointer;color:inherit}
.qty output{min-width:44px;text-align:center;font-weight:800;font-size:1.15rem}
.color-sw{display:flex;flex-wrap:wrap;gap:.55rem}
.color-sw label{position:relative;cursor:pointer}
.color-sw input{position:absolute;opacity:0;inset:0}
.color-sw i{display:block;width:40px;height:40px;border-radius:12px;border:2.5px solid #FFF7E2}
.color-sw input:checked + i{box-shadow:0 0 0 3px #1A1A1A,0 0 0 6px #FFD567}
@media (max-width:900px){.custom-grid{grid-template-columns:1fr}.stage{position:relative;top:0}}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;counter-reset:s;list-style:none;padding:0;margin:0}
.steps li{background:#fff;border:2.5px solid #1A1A1A;border-radius:var(--r-lg);padding:1.2rem}
.steps li::before{counter-increment:s;content:counter(s);display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#1A1A1A;color:#FFD567;font-family:var(--font-display);font-weight:700;font-size:1.3rem;margin-bottom:.8rem}
.steps p{margin:0;color:#3B3B3B}
@media (max-width:900px){.steps{grid-template-columns:1fr 1fr}}
@media (max-width:540px){.steps{grid-template-columns:1fr}}

.posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.post{background:var(--card);border:2.5px solid var(--ink);border-radius:var(--r-lg);display:flex;flex-direction:column;overflow:hidden}
.post-top{height:150px;border-bottom:2.5px solid var(--ink);display:grid;place-items:center}
.post-top svg{height:96px;width:auto}
.post-body{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.5rem;flex:1}
.post-body h3{margin:0}
.post-body p{margin:0;color:var(--muted)}
.post-meta{font-size:.88rem;font-weight:800;color:var(--muted)}
.post .btn{margin-top:auto;align-self:flex-start}
@media (max-width:900px){.posts{grid-template-columns:1fr}}
.article p,.article li{max-width:70ch}
.article h2{margin-top:1.8rem}
.article ul{padding-left:1.2rem}

.faq details{border:2.5px solid var(--ink);border-radius:var(--r-md);background:var(--card);margin-bottom:.8rem}
.faq summary{list-style:none;cursor:pointer;padding:1rem 1.2rem;font-family:var(--font-display);font-weight:600;font-size:1.16rem;display:flex;justify-content:space-between;gap:1rem;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.6rem;line-height:1;width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:10px;background:var(--gold);color:#1A1A1A;border:2px solid #1A1A1A}
.faq details[open] summary::after{content:"\2212"}
.faq details p{padding:0 1.2rem 1.1rem;margin:0;color:var(--ink-2)}

.safety{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.safety div{border:2.5px solid #1A1A1A;border-radius:var(--r-md);padding:1.1rem 1.2rem;background:#FFF7E2;color:#1A1A1A}
.safety h3{font-size:1.12rem;margin-bottom:.3rem}
.safety p{margin:0}
@media (max-width:860px){.safety{grid-template-columns:1fr}}

.maker{display:grid;grid-template-columns:.8fr 1.2fr;gap:2.5rem;align-items:center}
.maker-card{background:var(--gold);border:3px solid var(--ink);border-radius:28px;padding:1.2rem;box-shadow:0 8px 0 var(--ink);color:#1A1A1A;max-width:400px;margin-inline:auto}
.maker-card img{width:100%;max-width:320px;max-height:360px;object-fit:contain;border-radius:18px;background:#fff;padding:.8rem;margin-inline:auto;display:block}
.maker-cap{margin:.9rem 0 0;font-weight:800;font-size:.95rem;text-align:center;color:#1A1A1A}
.parent-note{border-left:6px solid var(--red);background:var(--mat);padding:1rem 1.2rem;border-radius:0 14px 14px 0}
@media (max-width:860px){.maker{grid-template-columns:1fr}.maker-card{max-width:420px}}

footer{background:#1A1A1A;color:#E9E1CC;padding:3rem 0 6rem}
.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:2rem}
footer a{color:#FFD567}
footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}
.foot-bottom{margin-top:2rem;padding-top:1.2rem;border-top:1px solid #3A3A3A;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.8rem;font-size:.92rem}
@media (max-width:760px){.foot{grid-template-columns:1fr}}
.foot-logo{background:#fff;border-radius:12px;padding:6px 8px;display:inline-block}
.foot-logo img{height:44px;width:auto}

.rail{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:55;display:flex;flex-direction:column;gap:.6rem}
.rail a{writing-mode:vertical-rl;transform:rotate(180deg);text-decoration:none;font-family:var(--font-display);font-weight:600;padding:1rem .6rem;border:2.5px solid #1A1A1A;border-left:0;border-radius:0 14px 14px 0;box-shadow:4px 0 0 #1A1A1A}
.rail .r-shop{background:var(--gold);color:#1A1A1A}
.rail .r-custom{background:var(--red);color:#fff}
.dock{display:none}
@media (max-width:760px){
  .rail{display:none}
  .dock{display:grid;grid-template-columns:1fr 1fr auto;gap:.5rem;position:fixed;left:0;right:0;bottom:0;z-index:55;padding:.6rem .7rem calc(.6rem + env(safe-area-inset-bottom));background:var(--paper);border-top:3px solid var(--ink)}
  .dock .btn{min-height:50px;padding:.5rem .6rem;font-size:1rem}
}

.scrim{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:80;opacity:0;visibility:hidden;transition:opacity .2s}
.scrim.show{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;right:0;height:100%;width:min(440px,100%);z-index:90;background:var(--paper);border-left:3px solid var(--ink);transform:translateX(105%);transition:transform .28s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}
.drawer.open{transform:translateX(0)}
.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.2rem;border-bottom:2px solid var(--line)}
.drawer-head h2{font-size:1.5rem;margin:0}
.icon-btn{width:46px;height:46px;border-radius:12px;border:2px solid var(--ink);background:var(--card);cursor:pointer;display:grid;place-items:center}
.icon-btn svg{width:22px;height:22px}
.drawer-body{flex:1;overflow:auto;padding:1rem 1.2rem}
.line{display:grid;grid-template-columns:64px 1fr auto;gap:.8rem;align-items:center;padding:.8rem 0;border-bottom:1px dashed var(--line)}
.line-art{width:64px;height:64px;border-radius:12px;border:2px solid var(--ink);background:var(--mat);display:grid;place-items:center;overflow:hidden}
.line-art svg{width:44px;height:44px}
.line-art img{width:100%;height:100%;object-fit:cover}
.line h3{font-size:1rem;margin:0}
.line small{display:block;color:var(--muted);font-weight:700}
.line-qty{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem;margin-top:.35rem}
.line-qty button{width:32px;height:32px;border-radius:8px;border:2px solid var(--ink);background:var(--card);cursor:pointer;font-weight:800}
.line-qty .remove{background:none;border:0;width:auto;height:auto;color:var(--muted);font-weight:800;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:.2rem .1rem;margin-left:.4rem}
.line-qty .remove:hover{color:var(--red)}
.empty{text-align:center;padding:2.5rem 1rem}
.drawer-foot{padding:1rem 1.2rem calc(1rem + env(safe-area-inset-bottom));border-top:3px solid var(--ink);display:grid;gap:.7rem}
.total{display:flex;justify-content:space-between;font-family:var(--font-display);font-size:1.35rem;font-weight:700}
.ship-note{font-size:.9rem;color:var(--muted);margin:0}
.progress{height:12px;border:2px solid var(--ink);border-radius:99px;overflow:hidden;background:var(--mat)}
.progress span{display:block;height:100%;background:repeating-linear-gradient(90deg,var(--gold) 0 10px,var(--red) 10px 20px);transition:width .3s}

dialog{border:3px solid var(--ink);border-radius:24px;padding:0;background:var(--paper);color:var(--ink);width:min(720px,calc(100% - 1.5rem));max-height:calc(100dvh - 2rem)}
dialog::backdrop{background:rgba(0,0,0,.6)}
.dlg-head{position:sticky;top:0;background:var(--paper);display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.3rem;border-bottom:2px solid var(--line);z-index:1}
.dlg-head h2{font-size:1.45rem;margin:0}
.dlg-body{padding:1.3rem;overflow:auto}
.checkout-form{display:grid;gap:1rem}
.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media (max-width:560px){.two{grid-template-columns:1fr}}
.check{display:flex;gap:.6rem;align-items:flex-start;font-weight:700}
.check input{width:24px;height:24px;margin-top:.1rem;flex:none;accent-color:var(--red)}
.error{color:var(--red);font-weight:800;margin:0}
.summary-box{background:var(--mat);border:2px dashed var(--ink);border-radius:14px;padding:1rem}
.toast{position:fixed;left:50%;top:92px;transform:translate(-50%,-20px);z-index:120;background:#1A1A1A;color:#FFD567;border:2.5px solid #FFD567;border-radius:14px;padding:.8rem 1.1rem;font-weight:800;opacity:0;visibility:hidden;transition:.2s;max-width:calc(100% - 2rem)}
.toast.show{opacity:1;visibility:visible;transform:translate(-50%,0)}

@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

/* ---- footer v2 ---- */
.foot-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2rem}
.foot-brand p{max-width:34ch;color:#CFC6B0}
.foot-contact a{font-weight:800}
footer h3{color:#FFD567;font-size:1.02rem;letter-spacing:.02em;margin-bottom:.7rem}
footer ul a{text-decoration:none;color:#E9E1CC;font-weight:700}
footer ul a:hover{color:#FFD567;text-decoration:underline}
.foot-logo{background:#fff;border-radius:14px;padding:8px 10px;display:inline-block;border:2px solid #FFD567}
.foot-logo img{height:60px;width:auto}
.foot-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:2.2rem 0 0}
.foot-badges li{border:2px solid #4A4234;border-radius:99px;padding:.4rem 1rem;font-weight:800;font-size:.92rem;color:#FFD567;background:#221E17}
@media (max-width:900px){.foot-top{grid-template-columns:1fr 1fr}}
@media (max-width:560px){.foot-top{grid-template-columns:1fr}.foot-badges li{font-size:.85rem}}

/* ---- product finishes + use line ---- */
.use-line{margin:0;font-size:.95rem;color:var(--ink-2)}
.finish{display:flex;flex-wrap:wrap;gap:.4rem;border:0;padding:0;margin:.2rem 0 0}
.finish label{position:relative}
.finish input{position:absolute;opacity:0;inset:0;cursor:pointer}
.finish span{display:inline-block;border:2px solid var(--ink);border-radius:99px;padding:.3rem .7rem;font-weight:800;font-size:.85rem;cursor:pointer;background:var(--card)}
.finish input:checked + span{background:var(--ink);color:var(--paper)}
.finish input:focus-visible + span{outline:3px solid var(--focus);outline-offset:2px}
.product-art img{background:#fff}
.keepsake{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.keepsake img{border:3px solid var(--ink);border-radius:24px;background:#fff;width:100%;max-width:360px;max-height:400px;object-fit:contain;padding:.9rem;margin-inline:auto}
.keepsake{align-items:center;gap:2rem}
@media (max-width:860px){.keepsake img{max-width:280px;max-height:320px}}
@media (max-width:860px){.keepsake{grid-template-columns:1fr}}
.gift-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.4rem}
.gift{border:2.5px solid var(--ink);border-radius:var(--r-lg);padding:1.3rem;background:var(--card)}
.gift h3{margin-bottom:.4rem}
.gift ul{margin:0;padding-left:1.1rem;color:var(--ink-2)}
.finish-note{background:var(--mat);border:2px dashed var(--ink);border-radius:16px;padding:1rem 1.2rem;margin:1.5rem 0}

/* ================= HOME: 3D ring carousel ================= */
.stage3d{--r:205px;--card:150px;position:relative;height:400px;perspective:1000px;margin:0 auto;width:100%;max-width:520px;overflow:hidden}
.ring{position:absolute;inset:0;transform-style:preserve-3d;animation:spin 28s linear infinite}
.stage3d:hover .ring,.stage3d:focus-within .ring{animation-play-state:paused}
.ring figure{position:absolute;top:50%;left:50%;width:var(--card);margin:0;
  transform:translate(-50%,-50%) rotateY(var(--a)) translateZ(var(--r));
  background:#fff;border:3px solid #1A1A1A;border-radius:18px;padding:.5rem;box-shadow:0 10px 24px rgba(0,0,0,.25);backface-visibility:hidden}
.ring img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:12px}
.ring figcaption{font-family:var(--font-display);font-weight:600;text-align:center;font-size:.95rem;padding:.35rem 0 .1rem;color:#1A1A1A}
.ring .tag{display:block;font-family:var(--font-body);font-weight:800;color:var(--red);font-size:.9rem}
@keyframes spin{to{transform:rotateY(-360deg)}}
@media (max-width:760px){.stage3d{--r:150px;--card:118px;height:310px}}
@media (prefers-reduced-motion: reduce){.ring{animation:none}}

/* ================= marquee strip ================= */
.strip{overflow:hidden;border-block:3px solid var(--ink);background:var(--gold);padding:.9rem 0}
.strip-track{display:flex;gap:2.5rem;width:max-content;animation:slide 28s linear infinite}
.strip:hover .strip-track{animation-play-state:paused}
.strip span{font-family:var(--font-display);font-weight:600;font-size:1.25rem;color:#1A1A1A;display:flex;align-items:center;gap:.6rem;white-space:nowrap}
.strip span::before{content:"";width:12px;height:12px;border-radius:50%;background:var(--red);flex:none}
@keyframes slide{to{transform:translateX(-50%)}}
@media (prefers-reduced-motion: reduce){.strip-track{animation:none}}

/* ================= quality / why band ================= */
.why{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.why article{background:var(--card);border:2.5px solid var(--ink);border-radius:var(--r-lg);padding:1.4rem;box-shadow:0 6px 0 var(--ink)}
.why h3{display:flex;align-items:center;gap:.6rem;font-size:1.2rem;margin-bottom:.5rem}
.why .n{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--red);color:#fff;font-family:var(--font-display);flex:none}
.why p{margin:0;color:var(--ink-2)}
@media (max-width:880px){.why{grid-template-columns:1fr}}

/* ================= maker timeline ================= */
.timeline{list-style:none;margin:0;padding:0;display:grid;gap:1rem;position:relative}
.timeline li{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start;background:var(--card);border:2.5px solid var(--ink);border-radius:18px;padding:1rem 1.2rem}
.timeline b{display:grid;place-items:center;min-width:56px;height:56px;border-radius:14px;background:var(--gold);border:2.5px solid var(--ink);font-family:var(--font-display);font-size:.95rem;text-align:center;line-height:1.05;color:#1A1A1A;padding:.2rem}
.timeline h3{margin:0 0 .2rem;font-size:1.15rem}
.timeline p{margin:0;color:var(--ink-2)}

/* ================= footer v3 ================= */
footer{background:#161311;position:relative}
footer::before{content:"";position:absolute;inset:0 0 auto;height:8px;background:repeating-linear-gradient(90deg,var(--gold) 0 26px,var(--red) 26px 52px)}
.foot-cta{display:grid;grid-template-columns:1.3fr auto;gap:1.5rem;align-items:center;background:#221E17;border:2.5px solid #4A4234;border-radius:22px;padding:1.4rem 1.6rem;margin-bottom:2.4rem}
.foot-cta h2{margin:0 0 .3rem;font-size:1.7rem;color:#FFD567}
.foot-cta p{margin:0;color:#CFC6B0}
.foot-cta .btns{display:flex;gap:.7rem;flex-wrap:wrap}
@media (max-width:760px){.foot-cta{grid-template-columns:1fr}}

/* ---- colour-coded product cards ---- */
.product{--accent:#1A1A1A}
.product{border-top:8px solid var(--accent)}
.product-badge{color:#fff!important;border:2px solid #1A1A1A}
.opt-label{font-weight:800;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:.3rem}
.opt-label b{color:var(--ink);text-transform:none;letter-spacing:0;font-size:.95rem}
.swatches .sw{width:28px;height:28px}
.chip[data-filter="fidgets"][aria-pressed="true"]{background:#2F5BEA;border-color:#2F5BEA;color:#fff}
.chip[data-filter="play"][aria-pressed="true"]{background:#E3120B;border-color:#E3120B;color:#fff}
.chip[data-filter="desk"][aria-pressed="true"]{background:#12A8A8;border-color:#12A8A8;color:#fff}
.chip[data-filter="wellness"][aria-pressed="true"]{background:#3DBE4E;border-color:#3DBE4E;color:#fff}
.chip[data-filter="decor"][aria-pressed="true"]{background:#F26B0F;border-color:#F26B0F;color:#fff}

/* hide the accessibility launcher while the cart drawer is open so it cannot cover the total */
body.cart-open .asw-widget,body.cart-open .asw-menu-btn{display:none!important}

/* ---- per-product variant selector ---- */
.variant-select{min-height:44px;padding:.45rem .7rem;border-radius:12px;border:2.5px solid var(--ink);font-weight:700;background:var(--card)}

/* ---- blog card photos ---- */
.post-top{overflow:hidden;background:var(--mat)}
.post-top img{width:100%;height:100%;object-fit:cover}
.article-hero{width:100%;max-height:380px;object-fit:cover;border:3px solid var(--ink);border-radius:20px;margin-bottom:1.6rem}
.chip[data-filter="business"][aria-pressed="true"]{background:#8A4FD8;border-color:#8A4FD8;color:#fff}
