@font-face{font-family:'Eagle';src:url('https://eezycdn.blob.core.windows.net/cdn/fonts/eagle/eagle-book.woff2') format('woff2');font-weight:100 500;font-style:normal;font-display:swap}
@font-face{font-family:'Eagle';src:url('https://eezycdn.blob.core.windows.net/cdn/fonts/eagle/eagle-bold.woff2') format('woff2');font-weight:600 900;font-style:normal;font-display:swap}
@font-face{font-family:'Futura Book';src:url('https://eezycdn.blob.core.windows.net/cdn/fonts/Futura_Book_BT.woff2') format('woff2');font-weight:100 500;font-style:normal;font-display:swap}
@font-face{font-family:'Futura Book';src:url('https://eezycdn.blob.core.windows.net/cdn/fonts/Futura_Bold_BT.woff2') format('woff2');font-weight:600 900;font-style:normal;font-display:swap}
/* EEZYPRINT cart3d — shared styles for quote + booth-demo surfaces.
   Brand accent flows in through --accent custom properties (set by the surface
   from brand.json), so one stylesheet serves every brand. */
:root{
  --accent:#E8721C;
  --accent-85:rgba(232,114,28,.85);
  --accent-60:rgba(232,114,28,.6);
  --accent-50:rgba(232,114,28,.5);
  --accent-45:rgba(232,114,28,.45);
  --accent-40:rgba(232,114,28,.4);
  --accent-35:rgba(232,114,28,.35);
  --accent-30:rgba(232,114,28,.3);
  --accent-15:rgba(232,114,28,.15);
  --accent-13:rgba(232,114,28,.13);
  --accent-09:rgba(232,114,28,.09);
  --ink:#141420;
}
*{margin:0;padding:0;box-sizing:border-box}
body{background:#1a1a2e;color:#fff;font-family:'Futura Book',sans-serif;overflow:hidden}
/* a <button> does not inherit font-family - without this, any control that never set
   one renders in the browser default and reads as a stranger on the page */
button,select,input,textarea{font-family:inherit}
canvas{display:block}
#ui{position:absolute;top:18px;left:0;right:376px;padding:0 0 0 700px;justify-content:flex-end;gap:14px;display:flex;align-items:center;pointer-events:none;z-index:10}
#ui h1{font-size:18px;color:#0b1622;letter-spacing:1px}
#ui span{color:#4a5563;font-size:12px}
#tooltip{display:none;position:absolute;pointer-events:none;z-index:20;background:rgba(0,0,0,.85);border:1px solid var(--accent-60);border-radius:2px;padding:10px 16px;max-width:230px;backdrop-filter:blur(8px)}
#tooltip h3{font-size:13px;color:var(--accent);margin:0 0 3px}
#tooltip p{font-size:11px;color:rgba(255,255,255,.7);margin:0}
#hint{position:absolute;bottom:16px;left:24px;color:rgba(255,255,255,.3);font-size:12px;z-index:10}
#loading{position:absolute;top:50%;left:40%;transform:translate(-50%,-50%);color:var(--accent);font-size:14px;z-index:30}
#panel{position:absolute;top:0;right:0;bottom:0;width:360px;background:rgba(14,14,26,.96);border-left:1px solid var(--accent-35);z-index:25;display:flex;flex-direction:column;padding:18px 16px 16px}
#panel h2{color:var(--accent);font-size:15px;letter-spacing:.6px;margin-bottom:2px}
#panel .ref{color:rgba(255,255,255,.35);font-size:11px;margin-bottom:12px}
#totalbar{display:flex;justify-content:space-between;align-items:center;padding:13px 12px;margin-top:8px;background:var(--accent-13);border:1px solid var(--accent-45);border-radius:2px}
#totalbar .lbl{font-size:12px;color:rgba(255,255,255,.65)}
#totalbar .amt{font-size:21px;font-weight:800;color:var(--accent)}
#pay{width:100%;margin-top:10px;padding:13px;background:var(--accent);color:var(--ink);font-size:15px;font-weight:800;border:none;border-radius:2px;cursor:pointer;letter-spacing:.3px}
#pay:hover{filter:brightness(1.08)}
#pay:disabled{background:#555;color:#999;cursor:not-allowed}
#wirebox{max-height:40vh;overflow-y:auto}
#paynote{margin-top:9px;font-size:10.5px;line-height:1.5;color:rgba(255,255,255,.42);text-align:center}
#paynote b{color:rgba(255,255,255,.65)}
#err{color:#ff7b72;font-size:12px;text-align:center;margin-top:6px;display:none}
#banner{background:var(--accent-13);border:1px solid var(--accent-45);border-radius:2px;padding:10px 12px;margin-bottom:10px;font-size:12px;line-height:1.45;display:none}
#banner .calcRow{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-top:8px}
#banner .calcRow label{display:block;font-size:9.5px;font-weight:800;letter-spacing:.6px;color:rgba(255,255,255,.55);margin-bottom:3px}
#banner .calcRow input{width:100%;box-sizing:border-box;padding:6px 8px;background:rgba(10,10,18,.55);color:#fff;border:1px solid var(--accent-40);border-radius:2px;font:700 13px 'Futura Book',sans-serif}
#skinbar{position:absolute;top:160px;left:24px;z-index:15;display:flex;gap:8px;flex-wrap:wrap}   /* below the stages nav, clear of the headline */
#skinbar button{background:rgba(10,10,18,.85);color:#fff;border:1px solid var(--accent-40);border-radius:7px;padding:8px 14px;font:600 12.5px 'Futura Book',sans-serif;cursor:pointer;letter-spacing:.2px}
#skinbar button.on{background:var(--accent);color:var(--ink);border-color:var(--accent)}
#boothbar{position:absolute;top:160px;left:24px;z-index:15;display:none}   /* its controls live in the strip as chips */
#boothbar select,#boothbar button{background:rgba(14,14,26,.85);color:#fff;border:1px solid var(--accent-40);border-radius:2px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}
#boothbar button:hover{background:var(--accent);color:var(--ink)}
.pickCard{background:rgba(22,22,36,.92);border:1px solid rgba(255,255,255,.14);border-radius:2px;padding:9px;cursor:pointer;transition:all .15s}
.pickCard:hover{border-color:var(--accent);transform:translateY(-2px)}
.pickCard img{width:100%;height:96px;object-fit:contain;background:#fff;border-radius:2px;margin-bottom:6px}
.pickCard .pn{font-size:11px;font-weight:700;line-height:1.25;height:28px;overflow:hidden}
.pickCard .pc{font-size:9.5px;color:rgba(255,255,255,.45);margin-top:3px}
/* the bottom strip is the same shelf as the Team Look and Giveaways stages: one band, a how-line, a chip row, then the tiles */
#store{position:absolute;left:0;right:360px;bottom:0;z-index:18;background:linear-gradient(rgba(6,12,20,.6),rgba(6,12,20,.97) 10%);padding:14px 18px 10px}
.bHow{font-size:12px;line-height:1.3;color:#dfe6ef;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:'Futura Book',sans-serif}
.bHow b{color:var(--accent);letter-spacing:.08em}
.bChips{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;margin:2px 0 10px;overflow-x:auto;scrollbar-width:none}
.bChips .tsLbl{font-size:9.5px;letter-spacing:.14em;font-weight:800;color:#94a3b8;margin:0 2px 0 10px;white-space:nowrap}
.bChips .tsSep{width:1px;height:18px;background:rgba(255,255,255,.22);margin:0 18px;flex:0 0 auto}
.bChips .tab{padding:7px 14px;border:1px solid rgba(255,255,255,.18);border-radius:7px;font:400 12.5px 'Futura Book',sans-serif;color:#94a3b8;background:rgba(255,255,255,.04);cursor:pointer;white-space:nowrap;flex:0 0 auto}
.bChips .tab:hover{color:#fff;border-color:rgba(255,255,255,.4)}
.bChips .tab.on{background:var(--accent);border-color:var(--accent);color:var(--ink);font-weight:600}
/* in-strip catalog: chips + search above, results scroll in the same #lines scroller */
#catBar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;margin-bottom:9px}
#catBar input{background:rgba(14,14,26,.85);color:#fff;border:1px solid var(--accent-40);border-radius:2px;padding:7px 10px;font:600 12px 'Futura Book',sans-serif;width:210px}
#catBar button{background:rgba(255,255,255,.05);color:#cfd6e0;border:1px solid var(--accent-40);border-radius:2px;padding:6px 12px;font:600 11.5px 'Futura Book',sans-serif;cursor:pointer;white-space:nowrap}
#catBar button:hover{border-color:var(--accent)}
#catBar button.on{background:var(--accent);color:var(--ink);border-color:var(--accent)}
#catBar #catClose{margin-left:auto;background:none;color:rgba(255,255,255,.55);border-color:rgba(255,255,255,.25)}
.pickCard.strip{flex:0 0 172px}
.catHint{color:#8a8aa0;font:600 12px 'Futura Book',sans-serif;padding:20px 4px}
#lines{display:flex;gap:12px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}
/* store cards follow the TEAM LOOK tile: dark card, 6px radius, rounded thumb, white price */
.line{flex:0 0 218px;display:block;padding:8px 9px 9px;border:1px solid transparent;border-radius:6px;background:#1c2333;transition:border-color .15s;cursor:pointer;position:relative}
.line:hover{border-color:rgba(0,167,225,.6)}
.line:hover{border-color:var(--accent-60);transform:translateY(-3px)}
.line.focus{border-color:var(--accent);box-shadow:0 0 22px var(--accent-45);transform:translateY(-5px)}
/* a removed piece: the card dims, the way back does not */
.line.off .thumb,.line.off .nm,.line.off .ds,.line.off .pr,.line.off select,.line.off .cfgbtn,.line.off .cmpbtn,.line.off .mockRow,.line.off .poseRow{opacity:.45}
.line .nm{font-size:12px;font-weight:600;color:#fff;line-height:1.25}
.line .ds{font-size:10.5px;color:rgba(255,255,255,.5);margin-top:2px;line-height:1.3;height:27px;overflow:hidden}
.line .pr{display:block;font-size:13px;font-weight:700;color:#fff;margin-top:6px}
.line .eq{position:absolute;top:9px;right:10px;font-size:10.5px;font-weight:800;letter-spacing:.3px;padding:4px 9px;border-radius:2px;z-index:2}
.line .eq.in{background:rgba(192,57,43,.16);color:#ff9d94;border:1px solid rgba(192,57,43,.5)}
.line .eq:hover{filter:brightness(1.35)}
.line .eq.out{background:var(--accent);color:#0b1622;border:1px solid var(--accent)}
.line select{margin-top:6px;width:100%;background:#22223a;color:#fff;border:1px solid var(--accent-40);border-radius:2px;font-size:10.5px;padding:3px 5px;cursor:pointer}
.line .thumb{width:100%;height:96px;object-fit:contain;background:#f7f5f0;border-radius:5px;margin:0 0 6px;display:block}
/* branded garment clip = the card's primary media: hero-sized, card widens to carry it */
.line.hero{flex:0 0 292px}
/* clips are pillarboxed in-frame; contain on pure black reads as intentional letterbox */
.line .thumb.heroClip{height:244px;object-fit:contain;background:#000}

/* floor-level removal chip - appears when an item in the scene is tapped */
#rmChip{position:fixed;top:64px;left:50%;transform:translateX(-50%);z-index:42;background:rgba(150,30,30,.92);color:#fff;border:1px solid rgba(255,120,110,.7);border-radius:2px;padding:9px 16px;font:800 12px 'Futura Book',sans-serif;letter-spacing:.6px;cursor:pointer}
#rmChip:hover{background:rgba(190,40,40,.96)}

/* ---- wizard receipt in the cart column (markup posted from the module) ---- */
#wizCart .cartsec{font-size:10.5px;letter-spacing:.15em;color:rgba(255,255,255,.45);margin:14px 0 6px;font-weight:700}
#wizCart .ci{display:flex;gap:10px;align-items:flex-start;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.09);font-size:13px}
#wizCart .ci .x{color:#5c6b80;cursor:pointer;font-size:16px;line-height:1}
#wizCart .ci .x:hover{color:var(--accent)}
#wizCart .sw{width:15px;height:15px;border-radius:2px;border:1px solid rgba(255,255,255,.22);flex:0 0 auto;margin-top:2px}
#wizCart .empty{color:#5c6b80;font-size:12px;padding:7px 0}
#wizCart .tot{display:flex;justify-content:space-between;margin:14px 0 4px;font-size:19px;font-weight:800}
#wizCart .tot span:last-child{color:var(--accent)}

/* ---- four provisioning stages: brand / booth / team look / giveaways ---- */
/* stages: upper left, under the brand line, in Eagle title case */
/* the title above the sections */
#stageTitle{position:absolute;top:14px;left:24px;z-index:34;display:flex;flex-direction:column;gap:2px;pointer-events:none}
#stageTitle b{font:800 44px/1 'Eagle','Futura Book',sans-serif;letter-spacing:.5px;color:#0b1622;text-transform:uppercase}
#stageTitle span{font:500 18px/1.2 'Eagle','Futura Book',sans-serif;color:#26303c}
/* the four steps run ACROSS the top, straight after the headline (Bob) */
#stageNav{position:absolute;top:104px;left:24px;right:376px;transform:none;z-index:34;display:flex;gap:6px;background:rgba(10,10,18,.85);border:1px solid var(--accent-40);border-radius:4px;padding:5px}
#stageNav button{background:none;border:none;color:rgba(255,255,255,.6);font:700 15px/1 'Eagle','Futura Book',sans-serif;letter-spacing:.2px;text-transform:none;padding:8px 13px;border-radius:2px;cursor:pointer;white-space:nowrap}
#stageNav button.on{background:var(--accent);color:var(--ink)}
#stageNav button .n{opacity:.55;margin-right:5px}
.stageFull{display:none;position:absolute;inset:0;right:360px;z-index:20;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:70px 30px 30px;text-align:center;scrollbar-width:thin;scrollbar-color:var(--accent-40) transparent}
.stageFull::-webkit-scrollbar{width:8px}
.stageFull::-webkit-scrollbar-thumb{background:var(--accent-40);border-radius:2px}
.stageFull::-webkit-scrollbar-track{background:transparent}
.stageFull .big{font:800 34px/1.15 'Futura Book',sans-serif;letter-spacing:.5px}
.stageFull .sub{font:500 13.5px/1.5 'Futura Book',sans-serif;color:rgba(255,255,255,.65);max-width:520px}
.stageFull .cta{background:var(--accent);color:var(--ink);border:none;border-radius:2px;padding:13px 26px;font:800 13px 'Futura Book',sans-serif;letter-spacing:.8px;cursor:pointer}
#brandStage,#artStage{overflow-y:auto;justify-content:flex-start;gap:12px}
.kitBadge{font:800 9.5px 'Futura Book',sans-serif;letter-spacing:1px;color:var(--accent);background:var(--accent-13);border:1px solid var(--accent-45);border-radius:2px;padding:4px 9px}
.tplGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:100%}
.tplGrid a{display:block;text-align:center;font:700 11px 'Futura Book',sans-serif;color:var(--accent);text-decoration:none;border:1px solid var(--accent-40);border-radius:2px;padding:8px 6px;background:var(--accent-09)}
.tplGrid a:hover{background:var(--accent-15)}
.tplGrid a.on{background:var(--accent);color:var(--ink)}
.kitLogoBox{display:flex;flex-direction:column;align-items:center;gap:7px}
.kitLogoBox img{max-height:96px;max-width:300px;object-fit:contain;background:rgba(255,255,255,.06);border-radius:2px;padding:10px 16px}
.ghostBtn{background:none;border:1px solid var(--accent-50);color:var(--accent);border-radius:2px;padding:8px 14px;font:800 11px 'Futura Book',sans-serif;letter-spacing:.7px;cursor:pointer}
.ghostBtn:hover{background:var(--accent-15)}
.kitFontRow{display:flex;flex-direction:column;align-items:center;gap:6px;width:min(92%,460px)}
.kitFontRow label{font:800 10px 'Futura Book',sans-serif;letter-spacing:.8px;color:rgba(255,255,255,.5)}
.kitFontRow input{width:100%;box-sizing:border-box;padding:9px 11px;background:#22223a;color:#fff;border:1px solid var(--accent-40);border-radius:2px;font:600 13px 'Futura Book',sans-serif;text-align:center}
#kitFontPrev{font-size:19px;color:rgba(255,255,255,.85)}
.kitGrid{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}
.kitCard{background:rgba(22,22,36,.92);border:1px solid rgba(255,255,255,.14);border-radius:2px;padding:14px;width:206px;text-align:left}
.kitSwatch{position:relative;height:74px;border-radius:2px;border:1px solid rgba(255,255,255,.18)}
.kitSwatch input[type=color]{position:absolute;inset:auto 6px 6px auto;width:30px;height:30px;border:none;border-radius:2px;padding:0;background:rgba(10,10,18,.5);cursor:pointer}
.kitRole{font:800 10.5px 'Futura Book',sans-serif;letter-spacing:.9px;color:var(--accent);margin:9px 0 6px}
.kitVals div{display:flex;justify-content:space-between;font-size:11.5px;padding:2.5px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.kitVals div:last-child{border-bottom:none}
.kitVals span{color:rgba(255,255,255,.45);font-weight:700;letter-spacing:.5px;font-size:10px}
/* TEAM LOOK deck: full-bleed flip cards (the campaign-page treatment).
   Portrait cover-crop fills the card and crops the clips' baked pillarbox. */
#teamStage{overflow:hidden;justify-content:flex-start;gap:10px;padding-bottom:12px}
.tsHero{position:relative;width:min(96%,980px);flex:1;min-height:260px;border-radius:2px;overflow:hidden;border:1px solid var(--accent-50);box-shadow:0 0 26px var(--accent-30)}
.tsHero video,.tsHero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.tsHeroLabel b{font-size:17px}
.tsHeroLabel span{font-size:12px}
.tsDeck{display:flex;gap:12px;width:min(96%,980px);flex-shrink:0}
.tsCard{flex:1;aspect-ratio:3/4.1;max-height:200px;perspective:1200px;cursor:pointer}
.tsInner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.4,.1,.2,1)}
.tsCard.flip .tsInner{transform:rotateY(180deg)}
.tsFace{position:absolute;inset:0;backface-visibility:hidden;border-radius:2px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#101522}
.tsCard.on .tsFace{border-color:var(--accent);box-shadow:0 0 18px var(--accent-45)}
.tsFront img,.tsFront video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#fff}
.tsLabel{position:absolute;left:0;right:0;bottom:0;padding:26px 10px 9px;background:linear-gradient(transparent,rgba(8,10,16,.92) 55%)}
.tsLabel b{display:block;font:800 13px 'Futura Book',sans-serif}
.tsLabel span{display:block;font:600 10.5px 'Futura Book',sans-serif;color:rgba(255,255,255,.75)}
.tsLabel i{display:block;font:700 11px 'Futura Book',sans-serif;font-style:normal;color:var(--accent);margin-top:2px}
.tsOn{position:absolute;top:8px;left:8px;font:800 8.5px 'Futura Book',sans-serif;letter-spacing:.8px;background:var(--accent);color:var(--ink);border-radius:2px;padding:3px 7px}
.tsFlip{position:absolute;top:6px;right:6px;width:26px;height:26px;border:none;border-radius:2px;background:rgba(10,10,18,.65);color:#fff;font-size:13px;cursor:pointer}
.tsBack{transform:rotateY(180deg);display:flex;flex-direction:column;gap:5px;align-items:flex-start;justify-content:center;padding:14px;background:#1c2333}
.tsBack b{font:800 14px 'Futura Book',sans-serif}
.tsBack span{font:600 11px 'Futura Book',sans-serif;color:rgba(255,255,255,.75)}
.tsHex i{display:inline-block;width:12px;height:12px;border-radius:2px;margin-right:6px;vertical-align:-2px;border:1px solid rgba(255,255,255,.3)}
@media (max-width:820px){
  .stageFull{right:0;padding-top:96px}
  #stageNav{top:106px;max-width:96vw;overflow-x:auto}
}
.line .cfgbtn,.line .cmpbtn{margin-top:6px;width:100%;padding:5px;background:var(--accent-15);color:var(--accent);border:1px solid var(--accent-50);border-radius:2px;font-size:10.5px;font-weight:700;cursor:pointer}
.line .poseRow{display:flex;gap:3px;margin-top:6px}
.line .poseRow button{flex:1;padding:4px 2px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.16);border-radius:2px;font-size:8.5px;font-weight:800;letter-spacing:.4px;cursor:pointer}
.line .poseRow button.on{background:var(--accent);color:var(--ink);border-color:var(--accent)}
.line .cmpbtn{background:rgba(255,255,255,.05);color:rgba(255,255,255,.75);border-color:rgba(255,255,255,.25)}
#cmpBar{display:none;position:absolute;left:24px;bottom:24px;z-index:40;background:rgba(10,10,18,.94);border:1px solid var(--accent-50);border-radius:2px;padding:12px 14px;gap:8px;align-items:center;flex-wrap:wrap;max-width:calc(100% - 420px)}
#cmpBar .cmpTitle{font-size:11px;font-weight:800;letter-spacing:.8px;color:rgba(255,255,255,.7);margin-right:4px}
#cmpBar button{background:var(--accent-15);color:var(--accent);border:1px solid var(--accent-50);border-radius:2px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer}
#cmpBar button:hover{background:var(--accent);color:var(--ink)}
#cmpBar button.cmpX{background:none;color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.2)}
/* per-card mockup thumbs: each slot card carries its own approved-art previews */
.line .mockRow{display:flex;gap:5px;margin-top:6px;flex-wrap:wrap}
.line .mockRow img{height:44px;border-radius:2px;cursor:zoom-in;border:1px solid rgba(255,255,255,.14);background:#f7f5f0;transition:transform .15s}
.line .mockRow img:hover{transform:scale(1.08)}
.astNote{font:500 10.5px/1.5 'Futura Book',sans-serif;color:#8a8aa0;margin-top:8px;padding:0 2px}
/* desktop: card scroller docked inside the right panel.
   display:flex + overflow:hidden keep the cards (and any per-card mockups)
   contained — nothing floats over the totalbar / pay button. */
#panel #store{position:static;left:auto;right:auto;bottom:auto;flex:1;min-height:0;background:none;padding:0;margin-bottom:8px;display:flex;flex-direction:column;overflow:hidden}
#panel #lines{flex-direction:column;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;padding:2px 4px 2px 0}
#panel .line{flex:none;width:100%}
#panel .line .ds{height:auto}
@media (max-width:820px){
  body{overflow:auto;overflow-x:hidden}
  canvas{position:sticky;top:0;z-index:6}
  #ui{position:fixed;right:0;z-index:12}
  #skinbar{position:fixed;top:54px;left:12px;z-index:12}
  #boothbar{position:fixed;top:100px;left:12px;z-index:12}
  #hint{display:none}
  #cmpBar{position:fixed;left:12px;right:12px;bottom:120px;max-width:none}
  #store{position:static;background:#14141f;padding:12px 12px 110px}
  #lines{flex-direction:column;overflow:visible;padding-bottom:0}
  .line{flex:none;width:100%}
  .line .ds{height:auto}
  #panel{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;height:auto;padding:10px 14px calc(12px + env(safe-area-inset-bottom));border-left:none;border-top:1px solid var(--accent-50);background:rgba(10,10,18,.97);z-index:30}
  #panel h2,#panel .ref,#paynote{display:none}
  #totalbar{margin-top:0}
  /* stage frames sit above the fixed bottom panel; receipt stays short */
  .stageFull{position:fixed;bottom:132px;padding-top:96px}
  #teamStage{padding-top:96px !important}
  /* phone receipt: collapsed to a total bar - tap to open the sheet */
  #wizCart{display:none;max-height:46vh;overflow-y:auto}
  body.sheetOpen #wizCart{display:block}
  #sheetBar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 2px;font:800 14px 'Futura Book',sans-serif;color:#fff;cursor:pointer;letter-spacing:.6px}
  #sheetBar .amt{color:var(--accent);font-size:16px}
  #banner{display:none !important}
  #artStrip{padding:14px 12px 10px}
  #artThumbs img{height:74px}
}

#sheetBar{display:none}
@media (max-width:820px){
  #sheetBar{display:flex}
}
@media (max-width:480px){
  #hdrSub{display:none}
  #stageNav{top:44px;left:8px;right:8px;transform:none;max-width:none}
  #stageNav button{padding:6px 8px;font-size:10px;letter-spacing:.3px}
  #stageNav button span{display:none}
  #skinbar{top:88px}
  #boothbar{top:130px}
}

/* the catalog door is the last card in the strip */
#addCatalog{display:none}
.moreCard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:150px;border:1px dashed var(--accent-50);background:var(--accent-15);cursor:pointer;color:var(--accent)}
.moreCard .moreGlyph{font-size:44px;line-height:1;font-weight:800}
.moreCard .moreLbl{font:700 10.5px/1.4 'Futura Book',sans-serif;letter-spacing:.8px;text-align:center}
.moreCard:hover{background:var(--accent);color:var(--ink)}

/* category + nav cards ride the same rack as products */
.catCard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;border:1px solid var(--accent-40)}
.catCard .pn{font-size:13px;font-weight:800;letter-spacing:.6px}
.catCard:hover{background:var(--accent-15)}
.navCard{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--accent-50);background:var(--accent-15);color:var(--accent);text-align:center;cursor:pointer}
.navCard .navGlyph{font-size:44px;line-height:1;font-weight:800}
.navCard:hover{background:var(--accent);color:var(--ink)}
#catBar{gap:8px}
#catBar input{min-width:240px}

/* ---- maker's mark: theirs leads the page, ours signs it ---- */
#stageNav .mk{display:none}
#paynote .mk{height:13px;opacity:.7;display:block;margin:0 auto 6px}
/* ---- phone polish: stages pinned topmost, slim controls, list-row cards ---- */
@media (max-width:820px){
  #stageNav{position:fixed;top:0;left:0;right:0;transform:none;max-width:none;justify-content:center;background:rgba(10,10,18,.97);border:0;border-bottom:1px solid var(--accent-40);border-radius:0;padding:7px 46px 7px 8px;z-index:46}
  #stageNav .mk{display:block;position:absolute;right:8px;top:50%;transform:translateY(-50%);height:13px;opacity:.75}
  #ui{display:none}
  #skinbar{top:46px;left:8px;z-index:44}
  #boothbar{top:46px;left:auto;right:8px;z-index:44}
  #skinbar button{padding:5px 8px;font-size:9.5px}
  #boothbar select{padding:4px 5px;font-size:10px;max-width:104px}
  .line{display:grid;grid-template-columns:96px 1fr;gap:4px 12px;align-items:start}
  .line .thumb{height:64px;margin:0;grid-row:1 / span 5;width:96px}
  .line .thumb.heroClip{height:64px;background:#f7f5f0}
  .moreCard,.navCard,.catCard{display:flex;min-height:96px}
}
@media (max-width:480px){
  #stageNav button{padding:6px 7px;font-size:10px}
}

/* entrance-music chip */
#stageNav #bgmChip{position:static;margin-left:10px;align-self:center;height:30px;padding:0 10px;background:rgba(10,10,18,.6);border:1px solid var(--accent-50);border-radius:2px;color:var(--accent);font:700 12px 'Eagle','Futura Book',sans-serif;letter-spacing:.2px;cursor:pointer;white-space:nowrap}
#stageNav #bgmChip.on{background:rgba(10,10,18,.6);color:var(--accent)}
#bgmChip.off{color:rgba(255,255,255,.35);text-decoration:line-through}
@media (max-width:820px){#stageNav #bgmChip{padding:0 7px;font-size:9px;margin-left:4px}}

/* landing lightbox */
#introLb{position:fixed;inset:0;z-index:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;background:rgba(8,8,14,.84);backdrop-filter:blur(6px);cursor:pointer;opacity:1;transition:opacity .65s ease}
#introLb.gone{opacity:0;pointer-events:none}
#introLb .lbBrand{font:700 clamp(15px,2.4vw,22px) 'Futura Book',sans-serif;letter-spacing:4px;color:var(--accent);text-transform:uppercase}
#introLb .lbLine{font:700 clamp(30px,5.4vw,58px)/1.15 'Futura Book',sans-serif;color:#fff;max-width:14em;padding:0 20px}
#introLb .lbSub{font:400 clamp(13px,1.6vw,16px) 'Futura Book',sans-serif;color:rgba(255,255,255,.72);max-width:34em;padding:0 24px}
#introLb .lbHow{color:#fff;max-width:38em;margin-top:2px}
#introLb .lbTap{margin-top:16px;font:700 10.5px 'Futura Book',sans-serif;letter-spacing:2px;color:rgba(255,255,255,.4);text-transform:uppercase;animation:lbPulse 1.6s ease-in-out infinite}
@keyframes lbPulse{0%,100%{opacity:.35}50%{opacity:.85}}
/* stage flow: the 4 stages read as a journey */
#stageNav{padding:7px 9px;gap:4px}
#stageNav button{font-size:16px;padding:9px 13px;letter-spacing:.2px}
#stageNav .flowArrow{align-self:center;color:var(--accent);font-size:19px;line-height:1;font-weight:800;opacity:.65;margin:0 1px;pointer-events:none}
@media (max-width:480px){
  #stageNav button{padding:6px 7px;font-size:10px}
  #stageNav .flowArrow{font-size:14px;margin:0}
}

/* the receipt is the closer - it gets presence, not fine print (desktop) */
@media (min-width:821px){
  #panel{width:400px;padding:20px 18px 18px}
  #ui,#store,.stageFull{right:400px}
  #panel h2{font-size:17px;letter-spacing:.8px}
  #wizCart .cartsec{font-size:12px;margin:16px 0 8px;color:rgba(255,255,255,.55)}
  #wizCart .ci{font-size:15px;padding:10px 0;gap:12px}
  #wizCart .ci span[style]{font-size:13px !important}
  #wizCart .ci div[style*="11.5px"]{font-size:13px !important}
  #wizCart .ci .x{font-size:17px}
  #wizCart .tot{font-size:26px;margin:18px 0 6px}
  #pay{padding:17px;font-size:18px;letter-spacing:.6px;margin-top:12px}
  #cmpBar{max-width:calc(100% - 460px)}
}

/* store cards: sideways scrolls the strip, lifting upward drags the piece onto the floor */
#lines .line{touch-action:pan-x}

/* LOCK THIS SET - the booth stage's commit */


/* LOCK THIS SET docks beside the receipt, arrow pointing at it */
#lockDock{position:absolute;top:166px;right:376px;z-index:26;display:flex;align-items:center;gap:6px}
@media (max-width:820px){#lockDock{top:auto;right:auto;left:50%;bottom:74px;transform:translateX(-50%);flex-direction:column;gap:2px}}
#lockDock button.lock{display:flex;flex-direction:column;align-items:flex-start;gap:3px;background:#12121e;color:#fff;border:2px solid #fff;border-radius:4px;padding:13px 20px;font:800 16px 'Futura Book',sans-serif;letter-spacing:.2px;cursor:pointer;box-shadow:0 0 0 4px var(--accent-40),0 14px 34px rgba(0,0,0,.6);white-space:nowrap}
#lockDock button.lock small{font:600 12px 'Futura Book',sans-serif;letter-spacing:.3px;opacity:.85}
#lockDock button.lock[disabled]{opacity:.45;cursor:default}
#lockDock button.lock.on{background:rgba(14,14,26,.92);color:#fff}
#lockDock button.lock:hover{filter:brightness(1.12)}
#lockDock .arrow{color:var(--accent);font-size:38px;line-height:1;filter:drop-shadow(0 4px 10px rgba(0,0,0,.6))}
@media (max-width:820px){#lockDock .arrow{transform:rotate(90deg)}}
/* (an unclosed media block used to start here and swallowed every rule below it on desktop) */
#pay[disabled]{opacity:.4;cursor:default}

/* stage interstitial - same voice as the landing lightbox, shorter beat */
#stageLb{position:fixed;inset:0;z-index:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;background:rgba(8,8,14,.8);backdrop-filter:blur(5px);cursor:pointer;opacity:0;transition:opacity .35s ease}
#stageLb.in{opacity:1}
#stageLb.gone{opacity:0;pointer-events:none}
#stageLb .lbBrand{font:700 clamp(13px,2vw,18px) 'Futura Book',sans-serif;letter-spacing:4px;color:var(--accent);text-transform:uppercase}
#stageLb .lbLine{font:700 clamp(28px,5vw,54px)/1.12 'Futura Book',sans-serif;color:#fff;max-width:14em;padding:0 20px;transform:translateY(10px);transition:transform .45s ease}
#stageLb.in .lbLine{transform:none}
#stageLb .lbSub{font:400 clamp(13px,1.6vw,17px)/1.45 'Futura Book',sans-serif;color:rgba(255,255,255,.75);max-width:36em;padding:0 24px}
#stageLb .lbTap{margin-top:14px;font:700 10.5px 'Futura Book',sans-serif;letter-spacing:2px;color:rgba(255,255,255,.4);text-transform:uppercase;animation:lbPulse 1.6s ease-in-out infinite}

@media (max-width:820px){#stageTitle b{font-size:26px}#stageTitle span{font-size:13px}}

/* the package panel earns its space: hidden until something is added, then the
   stages give back the column (Bob: why see the cart before they add something?) */
body.noPkg #panel{display:none}
body.noPkg #ui,body.noPkg #store,body.noPkg .stageFull{right:0}
body.noPkg #lockDock{right:24px}
body.noPkg #lockDock .arrow{display:none}

/* the booth stage lands clean: the store strip opens on demand */
#store{display:none}
body.storeOpen #store{display:block}
/* the stage's primary action, centred under the booth - not tucked in a corner */
#storeToggle{position:absolute;bottom:26px;left:0;right:376px;margin:0 auto;width:max-content;z-index:19;background:#0077b6;color:#fff;border:2px solid #fff;border-radius:4px;font:800 16px 'Futura Book',sans-serif;letter-spacing:.2px;padding:14px 30px;cursor:pointer;white-space:nowrap;box-shadow:0 0 0 4px var(--accent-40),0 14px 34px rgba(0,0,0,.35)}
#storeToggle:hover{filter:brightness(1.12)}
body.noPkg #storeToggle{right:0}
body.storeOpen #storeToggle{display:none}
body.stage-team #storeToggle,body.stage-give #storeToggle,body.stage-art #storeToggle{display:none}
#hint{top:auto;left:24px;bottom:30px;color:#4a5563}
body.storeOpen #hint{display:none}

/* the camera-back chip only while a piece is zoomed */
.bChips [data-act="whole"]{display:none}
body.zoomed .bChips [data-act="whole"]{display:block}

/* the stage explanation: same spot and voice as the caption on TEAM LOOK and
   GIVEAWAYS, and it hides (Bob) */
#boothWhy{position:absolute;top:190px;left:24px;z-index:20;width:min(38vw,430px);color:#26303c}
#boothWhy .bwBrand{font:800 10px 'Futura Book',sans-serif;letter-spacing:.16em;color:var(--accent);text-transform:uppercase;margin-bottom:6px}
#boothWhy .bwBrand em{font-style:normal;color:#4a5563}
#boothWhy h2{font:800 26px/1.15 'Futura Book',sans-serif;color:#0b1622;margin:0 0 8px}
#boothWhy p{font:400 14px/1.5 'Futura Book',sans-serif;color:#26303c;margin:0 0 8px;max-width:34em}
#boothWhy p b{font-weight:700;color:#0b1622}
#boothWhy .bwEnd{color:#4a5563}
#boothWhy .bwHide{background:none;border:0;padding:0;margin-top:2px;color:var(--accent);font:700 12.5px 'Futura Book',sans-serif;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
#boothWhyOpen{position:absolute;top:190px;left:24px;z-index:20;display:none;background:rgba(10,10,18,.08);border:1px solid rgba(11,22,34,.25);border-radius:7px;color:#26303c;font:600 12.5px 'Futura Book',sans-serif;padding:7px 14px;cursor:pointer}
#boothWhyOpen:hover{background:var(--accent);border-color:var(--accent);color:var(--ink)}
body.whyOff #boothWhy{display:none}
body.whyOff #boothWhyOpen{display:block}
body.stage-team #boothWhy,body.stage-give #boothWhy,body.stage-art #boothWhy,
body.stage-team #boothWhyOpen,body.stage-give #boothWhyOpen,body.stage-art #boothWhyOpen{display:none}
@media (max-width:820px){#boothWhy{position:static;width:auto;margin:96px 18px 0;padding:0}}

/* the row says what it is, and each step says what it does */
#stageLead{position:absolute;top:84px;left:24px;z-index:34;font:700 11px 'Futura Book',sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);pointer-events:none}
#stageNav button{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 5px;line-height:1.15;text-align:left}
#stageNav button .lb{font:inherit}
#stageNav button em{flex:1 0 100%;font:400 10.5px/1.2 'Futura Book',sans-serif;font-style:normal;letter-spacing:.01em;text-transform:none;opacity:.6;padding-left:19px}
#stageNav button.on em{opacity:.85}
@media (max-width:820px){#stageLead{top:76px;font-size:10px}#stageNav button em{display:none}}

/* full-width step row: the four steps share the bar, the sound chip rides the end */
#stageNav button[data-stage]{flex:1 1 0}
body.noPkg #stageNav{right:24px}
#stageNav #bgmChip{margin-left:auto}
@media (max-width:820px){#stageNav{right:18px;left:18px}#stageNav button[data-stage]{flex:1 1 auto}}

/* --- the step row on the light ground, with motion (Bob) --- */
#stageNav{background:none;border:0;padding:0;gap:10px}
#stageNav button[data-stage]{position:relative;overflow:hidden;background:rgba(11,22,34,.05);border:1px solid rgba(11,22,34,.13);border-radius:10px;color:#26303c;padding:9px 14px 11px;
  transition:transform .2s cubic-bezier(.2,.7,.3,1),background .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease}
#stageNav button[data-stage] .n{opacity:.5;font-weight:800;transition:opacity .2s ease}
#stageNav button[data-stage] em{color:inherit;opacity:.55;transition:opacity .2s ease}
#stageNav button[data-stage]::after{content:'';position:absolute;left:14px;right:14px;bottom:5px;height:2px;background:currentColor;opacity:0;transform:scaleX(.15);transform-origin:left center;
  transition:transform .28s cubic-bezier(.2,.7,.3,1),opacity .2s ease}
#stageNav button[data-stage]:hover{transform:translateY(-2px);background:rgba(11,22,34,.09);border-color:rgba(11,22,34,.28);color:#0b1622;box-shadow:0 8px 20px rgba(11,22,34,.14)}
#stageNav button[data-stage]:hover::after{opacity:.45;transform:scaleX(1)}
#stageNav button[data-stage]:hover .n,#stageNav button[data-stage]:hover em{opacity:.8}
#stageNav button[data-stage]:active{transform:translateY(0) scale(.985)}
#stageNav button[data-stage].on{background:var(--accent);border-color:var(--accent);color:var(--ink);transform:translateY(-2px);box-shadow:0 10px 26px var(--accent-45)}
#stageNav button[data-stage].on::after{opacity:.8;transform:scaleX(1)}
#stageNav button[data-stage].on em{opacity:.75}
#stageNav button[data-stage].on .n{opacity:.9;animation:stepPulse 2.6s ease-in-out infinite}
@keyframes stepPulse{0%,100%{opacity:.9}50%{opacity:.45}}
#stageNav .flowArrow{color:rgba(11,22,34,.3);text-shadow:none}
#stageNav #bgmChip{background:rgba(11,22,34,.05);border:1px solid rgba(11,22,34,.13);color:#26303c;border-radius:10px;transition:background .2s ease,color .2s ease,transform .2s ease}
#stageNav #bgmChip:hover{transform:translateY(-2px);background:rgba(11,22,34,.09);color:#0b1622}
#stageNav #bgmChip.on{background:rgba(11,22,34,.05);color:#26303c}
@media (prefers-reduced-motion:reduce){#stageNav button[data-stage],#stageNav button[data-stage]::after,#stageNav #bgmChip{transition:none}#stageNav button[data-stage].on .n{animation:none}}

/* --- headline and the four steps on one line across the top (Bob) --- */
#topRow{position:absolute;top:16px;left:24px;right:376px;z-index:34;display:flex;align-items:center;gap:34px;pointer-events:none}
body.noPkg #topRow{right:24px}
#topRow #stageTitle{position:static;flex:0 0 auto}
#topRow #stepCol{position:static;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:5px;pointer-events:auto}
#topRow #stageLead{position:static;padding-left:2px}
#topRow #stageNav{position:static;right:auto;left:auto;top:auto;width:100%}
#topRow #stageTitle b{font-size:38px}
#topRow #stageTitle span{font-size:15px}
@media (max-width:1400px){#topRow{gap:20px}#topRow #stageTitle b{font-size:30px}#topRow #stageNav button[data-stage] em{display:none}}
@media (max-width:820px){#topRow{position:static;flex-direction:column;align-items:flex-start;gap:10px;padding:14px 18px 0}#topRow #stageNav{width:auto}}

/* --- the menu reads as a menu: compact pills beside the headline --- */
#topRow{align-items:flex-end;gap:26px}
#topRow #stepCol{flex:0 1 auto;gap:7px}
#topRow #stageNav{width:auto;gap:7px;flex-wrap:wrap}
#topRow #stageLead{font-size:10px;letter-spacing:.18em;opacity:.85;line-height:1;margin-bottom:1px}
#stageNav button[data-stage]{flex:0 0 auto;padding:8px 15px 9px;border-radius:999px;font:700 14px/1 'Eagle','Futura Book',sans-serif;letter-spacing:.2px}
#stageNav button[data-stage] em{display:none}
#stageNav button[data-stage] .n{margin-right:6px;font-size:12px}
#stageNav button[data-stage]::after{left:15px;right:15px;bottom:4px;height:1.5px}
#stageNav .flowArrow{font-size:15px;align-self:center;margin:0}
#stageNav #bgmChip{margin-left:6px;height:auto;padding:8px 13px;border-radius:999px;font:700 11.5px 'Eagle','Futura Book',sans-serif}
#topRow #stageTitle b{font-size:34px}
#topRow #stageTitle span{font-size:14px}
@media (max-width:1500px){#topRow{gap:18px}#topRow #stageTitle b{font-size:28px}#stageNav button[data-stage]{font-size:13px;padding:7px 12px 8px}}

/* the menu rides UP onto the headline's line (Bob's arrow) */
#topRow{align-items:center}
#topRow #stepCol{justify-content:center}

/* --- the header stack: page name, line, menu, description (Bob) --- */
#topRow{position:absolute;top:18px;left:24px;right:auto;width:min(46vw,560px);z-index:34;display:flex;flex-direction:column;align-items:flex-start;gap:12px;pointer-events:none}
#topRow>*{pointer-events:auto}
#topRow #stageTitle{position:static;display:block;padding:0}
#topRow #stageTitle b{display:block;font:800 30px/1.05 'Eagle','Futura Book',sans-serif;letter-spacing:.3px;color:#0b1622;text-transform:uppercase;max-width:15em}
#topRow #stageTitle span{display:block;margin-top:6px;font:500 15px/1.3 'Futura Book',sans-serif;color:#26303c}
#topRow #stageNav{position:static;width:auto;flex-wrap:wrap;gap:7px}
#topRow #boothWhy{position:static;width:auto;max-width:100%;margin-top:2px}
#topRow #boothWhy h2{font-size:20px;margin-bottom:6px}
#topRow #boothWhy p{font-size:13.5px}
#topRow #boothWhyOpen{position:static}
#stageLead{display:none}
@media (max-width:1500px){#topRow{width:min(50vw,520px)}#topRow #stageTitle b{font-size:26px}}
@media (max-width:820px){#topRow{position:static;width:auto;padding:14px 18px 0}}

/* the stack is only as narrow as its text - the menu stays on one line */
#topRow{width:auto;max-width:calc(100vw - 48px)}
#topRow #stageNav{flex-wrap:nowrap}
#topRow #boothWhy{width:min(46vw,470px)}
#topRow #stageTitle b{max-width:13em}

/* who is looking, above the page name */
#whoLine{font:800 11px 'Futura Book',sans-serif;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin-bottom:7px;min-height:11px}
#whoLine:empty{display:none}

/* the step row never wraps and never breaks a step's name (Bob) */
#topRow{max-width:calc(100vw - 48px)}
#topRow #stageNav{flex-wrap:nowrap;white-space:nowrap;max-width:none}
#stageNav button[data-stage]{white-space:nowrap;flex:0 0 auto}
@media (max-width:1240px){#stageNav button[data-stage]{font-size:12.5px;padding:7px 11px 8px}#stageNav .flowArrow{display:none}}
@media (max-width:1040px){#stageNav button[data-stage] .n{margin-right:4px}}

#topRow #stageNav{align-items:center}

/* --- WCAG AA: accent TEXT on the light ground uses the derived ink --- */
:root{--ink-accent:#0b1622}
#whoLine,#stageLead,#boothWhy .bwBrand,#boothWhy .bwHide,#hint{color:var(--ink-accent)}
#boothWhy .bwBrand em{color:#3d4754}
#hint{color:#3d4754}

/* The header stack floats over a 3D scene whose brightness changes as the booth
   turns - light floor here, grey shadow there - so contrast can't be guaranteed
   by colour alone. A near-white scrim (not a block: the ground is already white)
   pins every reading to the same background, so AA holds wherever the booth is. */
#hint{background:rgba(255,255,255,.8);padding:4px 9px;border-radius:6px}

/* --- step 4 joins the other three: one ground, one ink --- */
#artStage{background:#f3f5f8;color:#26303c;padding-top:210px}
#artStage .big{color:#0b1622}
#artStage .sub{color:#3d4754}
#artStage .kitLogoBox,#artStage .kitFontRow,#artStage .kitCard{background:#fff;border:1px solid rgba(11,22,34,.14);border-radius:10px;box-shadow:0 2px 10px rgba(11,22,34,.05)}
#artStage label,#artStage .kitFontRow label{color:var(--ink-accent)}
#artStage .kitCard b,#artStage .kitCard span{color:#26303c}
#artStage input[type=text],#artStage textarea{background:#fff!important;color:#0b1622!important;border:1px solid rgba(11,22,34,.22)!important}
#artStage input[type=text]::placeholder,#artStage textarea::placeholder{color:#6b7785}
#artStage .ghostBtn{background:#fff;border:1px solid rgba(11,22,34,.22);color:#26303c}
#artStage .ghostBtn:hover{border-color:var(--accent);color:#0b1622}
#artStage .tplGrid a{background:#fff;border:1px solid rgba(11,22,34,.16);color:#26303c}
#artStage .tplGrid a:hover,#artStage .tplGrid a.on{border-color:var(--accent);color:#0b1622;background:rgba(0,0,0,.03)}
#artStage span[style*="rgba(255,255,255,.45)"]{color:#5a6673!important}
#artStage #kitFontPrev{color:#0b1622}

/* --- step 4 workspace: caption left, the piece right, shelf along the bottom --- */
#artStage{display:block;padding:0;text-align:left;overflow:hidden}
.artCap{position:absolute;left:24px;top:190px;width:min(38vw,430px);z-index:6}
.artBrand{font:800 10px 'Futura Book',sans-serif;letter-spacing:.16em;color:var(--ink-accent);text-transform:uppercase;margin-bottom:6px}
.artBrand em{font-style:normal;color:#4a5563}
.artCap h2{font:800 26px/1.15 'Futura Book',sans-serif;color:#0b1622;margin:0 0 8px}
.artLede{font:400 13.5px/1.5 'Futura Book',sans-serif;color:#26303c;margin:0 0 12px;max-width:34em}
.artLbl{display:block;font:800 9.5px 'Futura Book',sans-serif;letter-spacing:.14em;color:var(--ink-accent);margin:10px 0 4px}
.artIn{width:100%;box-sizing:border-box;background:#fff;color:#0b1622;border:1px solid rgba(11,22,34,.22);border-radius:7px;padding:9px 11px;font:500 14px 'Futura Book',sans-serif}
.artIn:focus{outline:2px solid var(--accent);border-color:transparent}
.artRow{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:12px 0 4px}
.artRow .tsLbl{margin-left:0}
.artCap .tab{padding:7px 13px;border:1px solid rgba(11,22,34,.2);border-radius:999px;background:rgba(11,22,34,.04);color:#26303c;font:600 12.5px 'Futura Book',sans-serif;cursor:pointer;white-space:nowrap}
.artCap .tab:hover{border-color:var(--accent);color:#0b1622}
.artCap .tab.on{background:var(--accent);border-color:var(--accent);color:var(--ink)}
.artCap .tsLbl{font:800 9.5px 'Futura Book',sans-serif;letter-spacing:.14em;color:var(--ink-accent)}
.artCap .tsSep{width:1px;height:16px;background:rgba(11,22,34,.18);margin:0 8px;flex:0 0 auto}
.artKit{display:flex;gap:10px;margin:12px 0 2px}
#kitFontPrev{margin-top:8px;font-size:17px;color:#0b1622}
.artActions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.artApply{background:var(--accent);color:var(--ink);border:2px solid #fff;border-radius:4px;font:800 15px 'Futura Book',sans-serif;letter-spacing:.2px;padding:12px 22px;cursor:pointer;box-shadow:0 0 0 4px var(--accent-40),0 12px 28px rgba(0,0,0,.28)}
.artApply:hover{filter:brightness(1.1)}
#artStage .ghostBtn{background:#fff;border:1px solid rgba(11,22,34,.22);color:#26303c;border-radius:7px;padding:11px 16px;font:600 13px 'Futura Book',sans-serif;cursor:pointer}

.artBoard{position:absolute;right:3%;top:150px;bottom:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;z-index:5}
.artFrame{position:relative;max-height:100%;max-width:46vw;background:#fff;box-shadow:0 18px 44px rgba(11,22,34,.18);border-radius:4px}
.artFrame canvas{display:block;max-height:calc(100vh - 470px);max-width:46vw;width:auto;height:auto;border-radius:4px}
.artNote{font:400 12px 'Futura Book',sans-serif;color:#4a5563}
.artNote a{color:var(--ink-accent);font-weight:700}
.artLogoBox{position:absolute;border:1px dashed rgba(0,0,0,0);cursor:grab;touch-action:none}
.artFrame:hover .artLogoBox{border-color:var(--accent)}
.artLogoBox.dragging{cursor:grabbing;border-color:var(--accent);background:rgba(0,167,225,.08)}
.artGrip{position:absolute;right:-7px;bottom:-7px;width:14px;height:14px;border-radius:50%;background:var(--accent);border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.4);cursor:nwse-resize;touch-action:none}
.artGuides{position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 0 2px rgba(255,0,0,.55)}
.artGuides::after{content:'';position:absolute;inset:6%;border:2px dashed rgba(255,255,255,.75)}

.artRack{position:absolute;left:0;right:0;bottom:0;height:272px;box-sizing:border-box;display:flex;flex-direction:column;padding:14px 18px 8px;z-index:6;
  background:linear-gradient(rgba(6,12,20,.6),rgba(6,12,20,.97) 10%)}
.artRack .tsHow{font:400 13px/1.3 'Futura Book',sans-serif;color:#e9eef5;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.artRack .tsHow b{color:var(--accent);letter-spacing:.08em}
.artRack .tsChipRow{display:flex;flex-wrap:nowrap;gap:6px;align-items:center;margin:2px 0 8px;overflow-x:auto;scrollbar-width:none;flex:0 0 auto}
.artRack .tsLbl{font:800 11px 'Futura Book',sans-serif;letter-spacing:.13em;color:#b9c4d2;margin:0 3px 0 10px;white-space:nowrap}
.artRack .tsSep{width:1px;height:18px;background:rgba(255,255,255,.22);margin:0 14px;flex:0 0 auto}
.artRack .tab{padding:8px 15px;border:1px solid rgba(255,255,255,.22);border-radius:7px;background:rgba(255,255,255,.07);color:#e9eef5;font:400 14px 'Futura Book',sans-serif;cursor:pointer;white-space:nowrap;flex:0 0 auto;text-decoration:none;display:inline-block}
.artRack .tab:hover{background:rgba(255,255,255,.14);color:#fff}
.artRack .tab.on{background:var(--accent);border-color:var(--accent);color:var(--ink);font-weight:600}
.artRack .artNotesIn{flex:0 0 320px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:22px;padding:7px 13px;font:400 12.5px 'Futura Book',sans-serif}
.artRack .artNotesIn::placeholder{color:rgba(255,255,255,.55)}
.artRack .tsGrid{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 6px;flex:1 1 auto;min-height:0;scrollbar-width:thin}
.artRack .tc{flex:0 0 150px;width:150px;border:1px solid transparent;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;gap:3px}
.artRack .tc.on{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.artRack .tc__thumb{position:relative;height:120px;border-radius:5px;overflow:hidden;background:#fff}
.artRack .tc__thumb canvas{width:100%;height:100%;display:block;object-fit:cover}
.artRack .tc__nm{font:400 11px 'Futura Book',sans-serif;color:#dfe6ef;padding:0 2px 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
@media (max-width:1100px){.artCap{position:static;width:auto;padding:150px 18px 0}.artBoard{position:static;padding:12px 18px}.artFrame canvas{max-width:88vw}}

/* the caption is a column that never runs under the shelf; the shelf's link
   groups stay on their row */
.artCap{bottom:288px;overflow-y:auto;overflow-x:hidden;padding-right:8px;scrollbar-width:thin}
.artRack #artDirs,.artRack .tsChipRow>span:not(.tsLbl):not(.tsSep){display:flex;gap:6px;align-items:center;flex:0 0 auto}

/* --- step 4: the words each piece carries --- */
.artLbl i{font:400 9.5px 'Futura Book',sans-serif;letter-spacing:.04em;text-transform:none;color:#66707c;font-style:normal}
.artPts{display:flex;flex-direction:column;gap:5px}
.artPts .artIn{padding:7px 11px;font-size:13px}
.artCap .artAsk{border-style:dashed}
.artAskNote{font:400 11.5px 'Futura Book',sans-serif;color:#4a5563}
.artDrafts{display:flex;flex-direction:column;gap:6px;margin-top:8px}
.artDraft{background:#fff;border:1px solid rgba(11,22,34,.18);border-left:3px solid var(--accent);border-radius:7px;padding:8px 11px;cursor:pointer}
.artDraft:hover{border-color:var(--accent);box-shadow:0 4px 14px rgba(11,22,34,.1)}
.artDraft b{display:block;font:800 14px 'Futura Book',sans-serif;color:#0b1622}
.artDraft span{display:block;font:400 12.5px/1.35 'Futura Book',sans-serif;color:#26303c;margin-top:2px}
.artDraft i{display:block;font:400 11.5px 'Futura Book',sans-serif;color:#4a5563;font-style:normal;margin-top:3px}
.artDraft u{display:inline-block;text-decoration:none;font:800 10px 'Futura Book',sans-serif;letter-spacing:.1em;color:var(--ink-accent);margin-top:5px}

/* --- phones: the page is a scroll, not a stage. Light ground under the header
   (its ink is computed for the studio ground), the two booth actions in the flow
   under the 3D, a real nav strip, and nothing fixed over the copy. --- */
@media (max-width:820px){
  body{background:#f3f5f8}
  #topRow{display:flex;flex-direction:column;gap:12px;padding:14px 16px 140px;background:#f3f5f8}
  #stageTitle{position:static;pointer-events:auto}
  #stageTitle b{font-size:26px;line-height:1.05}
  #stageTitle span{font-size:14px}
  #stageNav{position:static;max-width:none;width:100%;overflow-x:auto;scrollbar-width:none;padding:6px;gap:6px;border-radius:10px}
  #stageNav button{min-height:38px;font-size:14px;padding:8px 12px;white-space:nowrap}
  #stageNav .flowArrow{font-size:16px}
  #lockDock{position:static;transform:none;flex-direction:column;align-items:stretch;gap:0;width:100%}
  #lockDock .lock{width:100%;text-align:left}
  #storeToggle{position:static;width:100%;margin:0;text-align:center}
  #boothWhy{margin:0;width:auto}
  #boothWhyOpen{align-self:flex-start}
}
@media (max-width:820px){
  /* the strip is the navigation: number and name on every pill, nothing floating over the actions */
  #stageNav button .n,#stageNav button .lb{display:inline}
  #stageNav button .lb{margin-left:2px}
  #ui{display:none}
}
@media (max-width:820px){
  /* the nav strip scrolls inside itself; the page never scrolls sideways.
     (No overflow on html here: that made body a scroll container and un-stuck the scene.) */
  #topRow{max-width:100vw;box-sizing:border-box}
  #stageNav{flex:0 0 auto;min-width:0;width:auto;max-width:calc(100vw - 32px);-webkit-overflow-scrolling:touch}
  #stageNav button{flex:0 0 auto}
}
@media (max-width:820px){ #stageNav .mk{display:none} }
@media (max-width:820px){
  /* an earlier phone rule pins max-width:none !important on the strip; this has to match it */
  #stageNav{width:calc(100vw - 32px)!important;max-width:calc(100vw - 32px)!important;box-sizing:border-box}
}
@media (max-width:820px){ #stageNav{justify-content:flex-start!important} }
@media (max-width:820px){ body.noPkg #topRow{padding-bottom:28px} body.noPkg #store{padding-bottom:28px} }
@media (max-width:820px){
  /* the store's header (how-to line, size and open-side chips) sticks just under
     the scene; the cards scroll behind it */
  #store .bHead{position:sticky;top:var(--sceneH,46vh);z-index:7;background:#14141f;margin:-12px -12px 8px;padding:12px 12px 0}
  #store .bHead .bHow{margin-bottom:6px}
  #store .bHead .bChips{margin:2px 0 0;padding-bottom:10px}
  /* the sound chip sits on the scene, in reach at every scroll position */
  #stageNav #bgmChip{position:fixed;top:10px;right:10px;z-index:20;margin:0;background:rgba(10,12,20,.82);border-color:rgba(255,255,255,.35);color:#fff}
  #stageNav #bgmChip.off{color:rgba(255,255,255,.55)}
  /* phone cards put the text beside the thumb: the name keeps clear of the tag */
  .line .nm{display:block;padding-right:118px}
  /* the header block is positioned (the strip arrows anchor to it) but must not
     paint over the sticky scene, and must not trap the sound chip's z-index */
  #topRow{z-index:auto}
  /* flex items honour z-index even when static: the title's desktop z-index:34
     was painting it through the sticky scene */
  #topRow > *{z-index:auto}
  /* the stages sit UNDER the header on a phone, not over it: the fixed stage was
     covering the nav strip, so from Team Gear there was no way to reach step 3 */
  body.stage-team #teamStage,body.stage-give #teamStage,body.stage-art #artStage{top:var(--hdrH,200px)!important;bottom:0!important;padding-top:0!important;height:auto!important}
  body.stage-team #topRow,body.stage-give #topRow,body.stage-art #topRow{padding-top:14px!important;padding-bottom:12px!important}
  /* "Add this booth to my package" stays pinned under the scene while the page
     scrolls; the store header sticks below it and the flow starts under both */
  #lockDock,body.noPkg #lockDock{position:fixed;left:0;right:0;bottom:auto;top:var(--sceneH,46vh);transform:none;z-index:9;margin:0;padding:8px 16px;background:#f3f5f8;box-shadow:0 6px 14px rgba(11,22,34,.12);width:auto;height:auto}
  #topRow{padding-top:calc(var(--dockH,83px) + 12px)}
  #store .bHead{top:calc(var(--sceneH,46vh) + var(--dockH,83px))}
}

/* --- no OS scrollbars anywhere on this surface: every scroller still scrolls (wheel,
   trackpad, touch, drag), it just never shows a Windows bar --- */
html,body,*{scrollbar-width:none!important;-ms-overflow-style:none!important}
html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{display:none;width:0;height:0}
#wizCart .ci .x.put{width:auto;font-size:11px;letter-spacing:.3px;padding:0 6px;color:var(--accent)}
#wizCart .ciOff{border-style:dashed}
