/* FUN SOON BOX — white gallery frame, Barlow caps, square edges, poster-led heroes */
:root {
  --ink: #0b0b0d;
  --text: rgba(0, 0, 0, .82);
  --muted: #6d6d72;
  --line: #e6e6e8;
  --tile: #f4f4f5;
  --accent: #e4002b;   /* drop / sale tag */
  --gold: #f7b52c;
  --violet: #9a7bff;
  --night: #0a0811;
  --wrap: 1320px;
  --display: 'Barlow Condensed', 'Barlow', 'Arial Narrow', sans-serif;
  --caps: 'Barlow', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: #fff; color: var(--text); font: 400 15px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--caps); font-weight: 700; text-transform: uppercase; letter-spacing: .01em; line-height: 1.1; margin: 0 0 .5em; color: var(--ink); }
h2 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
h3 { font-size: 1rem; }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 48px); margin-inline: auto; }
@media (max-width: 640px) { .wrap { width: calc(100% - 32px); } }
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.kicker { font: 600 .74rem var(--caps); letter-spacing: .2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: .9em; }
.lede { font-size: 1.02rem; color: var(--muted); max-width: 38em; }

/* Buttons — square, caps, like a retail floor sign */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .6em; min-height: 48px; padding: 0 2.2em; border: 1px solid var(--ink); background: var(--ink); color: #fff; font: 600 .86rem var(--caps); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; cursor: pointer; border-radius: 0; transition: background .18s, color .18s, border-color .18s; }
.btn:hover { background: #fff; color: var(--ink); }
.btn.line { background: transparent; color: var(--ink); }
.btn.line:hover { background: var(--ink); color: #fff; }
.btn.on-dark { background: transparent; border-color: #fff; color: #fff; }
.btn.on-dark:hover { background: #fff; color: var(--ink); }
.btn.solid-light { background: #fff; border-color: #fff; color: var(--ink); }
.btn.solid-light:hover { background: transparent; color: #fff; }
.btn:disabled { opacity: .55; cursor: wait; }
.btn.block { width: 100%; }
.btn.small { min-height: 40px; padding: 0 1.3em; font-size: .78rem; }
.link { font: 600 .8rem var(--caps); letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid currentColor; padding-bottom: 2px; }

/* Promo bar + header */
.promo { background: #f4f4f5; color: var(--ink); text-align: center; font-size: .78rem; padding: .6em 16px; }
.promo a { font-weight: 700; text-underline-offset: 3px; }
.header { position: sticky; top: 0; z-index: 40; background: #fff; border-bottom: 1px solid var(--line); }
.header .wrap { display: flex; align-items: center; height: 64px; gap: 34px; }
.logo { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font: 700 1.55rem/1 var(--display); letter-spacing: .02em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
.logo .tagmark { height: 1.35em; width: auto; margin-top: -.12em; }
.nav { display: flex; gap: 30px; font: 600 .82rem var(--caps); letter-spacing: .08em; text-transform: uppercase; }
.nav a { text-decoration: none; padding: 22px 0; border-bottom: 2px solid transparent; }
.nav a:hover { border-color: var(--ink); }
.tools { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.cart-btn { position: relative; background: none; border: 0; padding: 6px; cursor: pointer; color: var(--ink); display: inline-flex; align-items: center; gap: 6px; font: 600 .82rem var(--caps); }
.cart-btn svg { width: 22px; height: 22px; }
.cart-btn span { min-width: 18px; height: 18px; border-radius: 9px; background: var(--ink); color: #fff; font-size: .68rem; display: inline-grid; place-items: center; padding: 0 5px; }
@media (max-width: 820px) { .nav { display: none; } .header .wrap { height: 56px; } }
.mnav { display: none; }
@media (max-width: 820px) { .mnav { display: flex; gap: 22px; overflow-x: auto; padding: 0 16px; border-bottom: 1px solid var(--line); font: 600 .76rem var(--caps); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; scrollbar-width: none; } .mnav a { text-decoration: none; padding: 12px 0; } }

/* Hero slider */
.hero { position: relative; background: var(--night); }
.slides { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.slides::-webkit-scrollbar { display: none; }
.slide { position: relative; flex: 0 0 100%; scroll-snap-align: start; height: min(78vh, 760px); min-height: 520px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; text-align: center; color: #fff; isolation: isolate; }
.slide h1 { color: #fff; font: 700 clamp(1.7rem, 3.6vw, 2.7rem)/1.05 var(--caps); letter-spacing: .02em; margin: 0 0 .25em; text-shadow: 0 2px 30px rgba(0, 0, 0, .55); }
.slide h1 small { font-weight: 400; font-size: .62em; letter-spacing: .04em; }
.slide p { margin: 0 0 1.5em; font-size: 1rem; opacity: .9; text-shadow: 0 1px 16px rgba(0, 0, 0, .6); }
.slide .row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.slide .btn { min-width: 170px; }
.tagline-chip { display: inline-block; font: 700 .7rem var(--caps); letter-spacing: .22em; text-transform: uppercase; padding: .45em 1em; border: 1px solid rgba(255, 255, 255, .55); margin-bottom: 1.2em; backdrop-filter: blur(6px); }

.hero-ui { position: absolute; z-index: 5; left: 0; right: 0; bottom: 20px; display: flex; justify-content: center; align-items: center; gap: 10px; }
.dot { width: 44px; height: 3px; border: 0; padding: 0; background: rgba(255, 255, 255, .35); cursor: pointer; }
.dot[aria-current='true'] { background: #fff; }
.pause { background: none; border: 0; color: #fff; cursor: pointer; font-size: .8rem; margin-left: 6px; opacity: .8; }

/* Assurance strip */
.assure { border-bottom: 1px solid var(--line); }
.assure ul { list-style: none; margin: 0; padding: 18px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; font: 600 .74rem var(--caps); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); }
.assure small { display: block; font: 400 .78rem var(--sans); letter-spacing: 0; text-transform: none; color: var(--muted); margin-top: 2px; }
@media (max-width: 760px) { .assure ul { grid-template-columns: 1fr 1fr; row-gap: 18px; } }

/* Sections */
section { padding: clamp(44px, 6vw, 80px) 0; }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; flex-wrap: wrap; }
.sec-head h2 { margin: 0; }

/* Product grid */
.grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px 20px; }
@media (max-width: 1000px) { .grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 720px) { .grid { grid-template-columns: 1fr 1fr; gap: 22px 12px; } }
.pcard { text-decoration: none; display: block; color: var(--ink); }
.pcard[hidden] { display: none; }
.tile { position: relative; aspect-ratio: 1/1; background: var(--tile); overflow: hidden; display: grid; place-items: center; min-width: 0; }
.tile img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; transition: transform .45s ease; }
.tile.cut img { object-fit: contain; padding: 11%; filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .22)); }
.pcard:hover .tile img { transform: scale(1.045); }
.flag { position: absolute; top: 10px; left: 10px; z-index: 2; font: 700 .64rem var(--caps); letter-spacing: .14em; text-transform: uppercase; padding: .42em .8em; background: var(--ink); color: #fff; }
.flag.hot { background: var(--accent); }
.flag.ghost { background: #fff; color: var(--ink); border: 1px solid var(--ink); }
.pcard .series { font: 600 .68rem var(--caps); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin: 12px 0 2px; display: block; }
.pcard h3 { font: 500 .98rem/1.3 var(--caps); text-transform: none; letter-spacing: 0; margin: 0 0 4px; }
.pcard .price { font: 700 .98rem var(--caps); }

/* Feature trio */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.trio > div { padding: 34px 30px; border-right: 1px solid var(--line); }
.trio > div:last-child { border-right: 0; }
.trio b { font: 800 2.6rem/1 var(--display); color: var(--ink); display: block; margin-bottom: 14px; }
.trio p { margin: 0; color: var(--muted); }
@media (max-width: 820px) { .trio { grid-template-columns: 1fr; } .trio > div { border-right: 0; border-bottom: 1px solid var(--line); } .trio > div:last-child { border-bottom: 0; } }

/* Next drop / wish strip (dark) */
.drop { background: var(--night); color: #d9d4e8; }
.drop h2, .drop h3 { color: #fff; }
.drop .kicker { color: var(--gold); }
.drop .lede { color: #a9a3bd; }
.drop-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
@media (max-width: 1000px) { .drop-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .drop-grid { grid-template-columns: 1fr; } }
.wcard { border: 1px solid #2a2440; padding: 22px; display: flex; flex-direction: column; gap: 8px; background: linear-gradient(160deg, rgba(122, 84, 255, .12), transparent 60%); min-height: 190px; }
.wcard .n { font: 800 2.2rem/1 var(--display); color: #fff; }
.wcard .n small { font: 600 .66rem var(--caps); letter-spacing: .16em; color: #8e86a8; margin-left: 6px; }
.wcard p { margin: 0; font-size: .9rem; color: #a9a3bd; flex: 1; }
.wcard .btn { margin-top: 8px; }
.wcard .btn[disabled] { background: var(--gold); border-color: var(--gold); color: var(--night); opacity: 1; cursor: default; }
.ticks { list-style: none; padding: 0; margin: 1.4em 0 0; display: grid; gap: .7em; }
.ticks li { padding-left: 1.8em; position: relative; }
.ticks li::before { content: ''; position: absolute; left: 0; top: .5em; width: 12px; height: 7px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }

/* FAQ */
.faq { max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 18px 0; display: flex; justify-content: space-between; gap: 16px; font: 600 .98rem var(--caps); color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.3rem; line-height: 1; font-weight: 400; }
.faq details[open] summary::after { content: '–'; }
.faq details p { margin: 0 0 18px; color: var(--muted); max-width: 46em; }

/* Join band */
.join { background: var(--tile); text-align: center; }
.join .lede { margin-inline: auto; }
.form-row { display: flex; gap: 0; max-width: 520px; margin: 22px auto 0; }
.input, textarea.input { flex: 1; min-width: 0; min-height: 48px; padding: 0 16px; border: 1px solid var(--ink); border-radius: 0; background: #fff; font: 400 .95rem var(--sans); color: var(--ink); }
textarea.input { padding: 12px 16px; min-height: 110px; resize: vertical; }
.form-row .input { border-right: 0; }
.form-msg { font-size: .88rem; margin-top: .9em; min-height: 1.4em; }
.form-msg.ok { color: #0a7a3f; font-weight: 600; }
.form-msg.err { color: var(--accent); font-weight: 600; }
.fine { font-size: .78rem; color: var(--muted); margin-top: .8em; }
.hp { position: absolute; left: -5000px; }

/* Footer */
.footer { background: var(--ink); color: #b9b9bf; padding: 56px 0 30px; font-size: .88rem; }
.footer .cols { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 32px; margin-bottom: 36px; }
.footer h4 { color: #fff; font-size: .78rem; letter-spacing: .16em; margin-bottom: 1.1em; }
.footer a { text-decoration: none; display: block; padding: .22em 0; }
.footer a:hover { color: #fff; }
.footer .logo { color: #fff; }
.legal { border-top: 1px solid #2a2a2e; padding-top: 22px; font-size: .74rem; color: #77777e; line-height: 1.6; }
@media (max-width: 700px) { .footer .cols { grid-template-columns: 1fr; } }

/* Product page */
.crumbs { font: 500 .74rem var(--caps); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding: 18px 0 0; }
.crumbs a { text-decoration: none; }
.pdp { padding-top: 18px; }
.pdp .wrap { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: start; }
.gallery { display: grid; grid-template-columns: 76px 1fr; gap: 14px; }
.thumbs { display: flex; flex-direction: column; gap: 10px; }
.thumbs button { width: 76px; height: 76px; border: 1px solid transparent; padding: 0; cursor: pointer; background: var(--tile); overflow: hidden; }
.thumbs button[aria-current='true'] { border-color: var(--ink); }
.thumbs img { width: 100%; height: 100% !important; object-fit: cover; }
.thumbs .cut img { object-fit: contain; padding: 8px; }
.gallery-main { position: relative; background: var(--tile); aspect-ratio: 1/1; overflow: hidden; min-width: 0; }
.gallery-main img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: contain; }
.gallery-main.cut img { padding: 9%; filter: drop-shadow(0 28px 26px rgba(0, 0, 0, .25)); }
.gallery-note { grid-column: 2; font-size: .78rem; color: var(--muted); margin: 0; min-height: 1.3em; }
@media (max-width: 860px) { .pdp .wrap { grid-template-columns: 1fr; } .gallery { grid-template-columns: 1fr; } .thumbs { flex-direction: row; order: 2; } .gallery-note { grid-column: 1; order: 3; } .thumbs button { width: 64px; height: 64px; } }
.buy { position: sticky; top: 88px; }
.buy h1 { font-size: clamp(1.5rem, 2.6vw, 2.1rem); margin: .2em 0 .3em; }
.buy .price { font: 700 1.5rem var(--caps); color: var(--ink); margin: .5em 0; }
.buy .sub { color: var(--muted); margin: 0; }
.opt { border-top: 1px solid var(--line); padding: 16px 0; font-size: .9rem; }
.opt b { font: 700 .74rem var(--caps); letter-spacing: .12em; text-transform: uppercase; color: var(--ink); display: block; margin-bottom: 8px; }
.chip { display: inline-block; border: 1px solid var(--ink); padding: .5em 1em; font-size: .84rem; font-weight: 600; color: var(--ink); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--ink); }
.qty button { background: none; border: 0; width: 44px; height: 46px; font-size: 1.1rem; cursor: pointer; color: var(--ink); }
.qty output { min-width: 30px; text-align: center; font-weight: 600; color: var(--ink); }
.buy-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 6px 0 12px; }
@media (max-width: 480px) { .buy-row { grid-template-columns: 1fr; } }
.dispatch { font-size: .84rem; color: var(--muted); }
.reassure { list-style: none; padding: 14px 0 0; margin: 14px 0 0; border-top: 1px solid var(--line); display: grid; gap: .45em; font-size: .86rem; }
.reassure li { padding-left: 1.6em; position: relative; }
.reassure li::before { content: ''; position: absolute; left: 0; top: .45em; width: 10px; height: 6px; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
.acc details { border-bottom: 1px solid var(--line); }
.acc summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; padding: 16px 0; font: 700 .78rem var(--caps); letter-spacing: .12em; text-transform: uppercase; color: var(--ink); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary::after { content: '+'; font-size: 1.2rem; line-height: 1; font-weight: 400; }
.acc details[open] summary::after { content: '–'; }
.acc table { width: 100%; border-collapse: collapse; margin-bottom: 16px; font-size: .88rem; }
.acc td { padding: 8px 0; vertical-align: top; border-top: 1px solid var(--line); }
.acc td:first-child { color: var(--muted); width: 38%; }
.acc ul { margin: 0 0 16px; padding-left: 1.2em; font-size: .9rem; }
.acc p { margin: 0 0 16px; font-size: .9rem; color: var(--muted); }
.sticky-buy { display: none; }
@media (max-width: 860px) {
  .buy { position: static; }
  .sticky-buy { display: flex; position: fixed; inset: auto 0 0 0; z-index: 30; background: #fff; border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); gap: 12px; align-items: center; justify-content: space-between; }
  .sticky-buy b { font: 700 .86rem var(--caps); text-transform: uppercase; display: block; line-height: 1.2; color: var(--ink); }
  .sticky-buy small { color: var(--muted); }
  body.has-sticky { padding-bottom: 72px; }
}

/* Cart drawer */
.scrim { position: fixed; inset: 0; background: rgba(0, 0, 0, .5); opacity: 0; pointer-events: none; transition: opacity .25s; z-index: 50; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(430px, 100%); background: #fff; color: var(--ink); z-index: 51; transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; }
body.cart-open .scrim { opacity: 1; pointer-events: auto; }
body.cart-open .drawer { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { font-size: 1.05rem; margin: 0; letter-spacing: .08em; }
.x { background: none; border: 0; font-size: 1.7rem; line-height: 1; cursor: pointer; color: inherit; }
.drawer-body { flex: 1; overflow: auto; padding: 4px 22px; }
.line { display: grid; grid-template-columns: 76px 1fr auto; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: center; }
.line img { width: 76px; height: 76px !important; object-fit: contain; background: var(--tile); padding: 6px; }
.line b { display: block; font: 600 .92rem var(--caps); }
.line .qty button { width: 32px; height: 32px; font-size: 1rem; }
.line .rm { background: none; border: 0; color: var(--muted); font-size: .78rem; text-decoration: underline; cursor: pointer; padding: 0; margin-top: 4px; }
.drawer-foot { padding: 18px 22px calc(18px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); display: grid; gap: 10px; }
.meter { font-size: .82rem; color: var(--muted); }
.meter div { height: 4px; background: var(--line); margin-top: 6px; overflow: hidden; }
.meter i { display: block; height: 100%; background: var(--ink); transition: width .3s; }
.totals { display: flex; justify-content: space-between; font: 700 1rem var(--caps); text-transform: uppercase; }
.check { display: flex; gap: 8px; align-items: flex-start; font-size: .82rem; color: var(--muted); }
.empty { text-align: center; color: var(--muted); padding: 48px 0; }

/* Wish board page */
.page-hero { background: var(--night); color: #d9d4e8; padding: clamp(44px, 7vw, 90px) 0; background-image: radial-gradient(50% 80% at 85% 10%, rgba(122, 84, 255, .35), transparent 70%), radial-gradient(40% 70% at 10% 90%, rgba(226, 182, 89, .18), transparent 70%); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3.4rem); }
.page-hero .kicker { color: var(--gold); }
.page-hero .lede { color: #b3adc6; }
.wish-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: clamp(24px, 4vw, 56px); align-items: start; }
@media (max-width: 860px) { .wish-grid { grid-template-columns: 1fr; } }
.wish { display: grid; grid-template-columns: 62px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 18px 0; align-items: start; }
.vote { display: grid; place-items: center; gap: 0; border: 1px solid var(--ink); background: #fff; padding: 8px 0; cursor: pointer; font: 800 1.3rem/1.1 var(--display); color: var(--ink); }
.vote:hover { background: var(--ink); color: #fff; }
.vote[disabled] { background: var(--ink); color: #fff; cursor: default; }
.vote svg { width: 16px; height: 16px; }
.wish h3 { font: 700 1rem var(--caps); margin: 0 0 4px; }
.wish p { margin: 0; color: var(--muted); font-size: .9rem; }
.tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.tag { font: 700 .62rem var(--caps); letter-spacing: .12em; text-transform: uppercase; padding: .35em .7em; border: 1px solid var(--line); color: var(--muted); }
.tag.planned { border-color: #b8862b; color: #8a5a00; }
.tag.making { border-color: #0a7a3f; color: #0a7a3f; }
.tag.shipped { background: var(--ink); border-color: var(--ink); color: #fff; }
.panel { border: 1px solid var(--ink); padding: 26px; position: sticky; top: 88px; }
.panel form { display: grid; gap: 10px; }
@media (max-width: 860px) { .panel { position: static; } }

/* Prose */
.prose { max-width: 760px; }
.prose h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); }
.prose h2 { font-size: 1.05rem; margin-top: 2em; letter-spacing: .06em; }
.prose li { margin-bottom: .4em; }
.center { text-align: center; margin-inline: auto; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }

.buy-row .btn { padding: 0 1em; white-space: nowrap; }
.btn { white-space: nowrap; }
@media (max-width: 760px) {
  .slide { min-height: 640px; }
}

/* ===== v3: real brand — posters, archive numbers, design files ===== */
.kv { background: #15131a; align-items: stretch; text-align: left; }
.kv::before { content: ''; position: absolute; inset: -60px; z-index: 0; background: var(--kv) center/cover no-repeat; filter: blur(46px) saturate(1.2) brightness(.78); transform: scale(1.15); }
.kv::after { content: ''; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, rgba(8, 7, 12, .72) 0%, rgba(8, 7, 12, .25) 55%, rgba(8, 7, 12, .05) 100%); }
.kv-in { position: relative; z-index: 2; width: min(var(--wrap), 100% - 48px); margin-inline: auto; display: grid; grid-template-columns: 1fr auto; gap: clamp(24px, 5vw, 80px); align-items: center; height: 100%; }
.kv-copy { padding: 40px 0 70px; }
.kv-copy h1 { font-size: clamp(2.2rem, 5vw, 4.2rem); margin-bottom: .2em; }
.kv-copy p { font-size: clamp(1rem, 1.5vw, 1.25rem); }
.kv .row { justify-content: flex-start; }
.kv-poster { display: block; padding: 28px 0 56px; }
.kv-poster img { height: calc(max(520px, min(78vh, 760px)) - 84px) !important; width: auto; max-width: none; box-shadow: 0 40px 80px -30px rgba(0, 0, 0, .8); }
@media (max-width: 860px) {
  .kv { height: auto; min-height: 0; }
  .kv-in { grid-template-columns: 1fr; width: 100%; gap: 0; }
  .kv-poster { order: -1; padding: 0; height: auto; }
  .kv-poster img { width: 100%; height: auto !important; box-shadow: none; }
  .kv-copy { padding: 26px 20px 64px; text-align: center; }
  .kv .row { justify-content: center; }
}
.tile.poster { aspect-ratio: 3/4; }
.tile.poster.cut img { object-fit: contain; padding: 12%; }
.grid.posters { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1000px) { .grid.posters { grid-template-columns: repeat(2, 1fr); } }
.manifesto { text-align: center; }
.manifesto h2 { font: 500 clamp(1.5rem, 3.2vw, 2.5rem)/1.25 var(--caps); text-transform: none; letter-spacing: 0; max-width: 22em; margin: 0 auto .7em; }
.manifesto .lede { margin: 0 auto 1.4em; }
.file { background: #f3eee4; }
.strip { display: flex; gap: 16px; overflow-x: auto; scroll-snap-type: x proximity; padding-bottom: 14px; margin-right: calc(50% - 50vw); padding-right: 24px; }
.strip figure { flex: 0 0 auto; margin: 0; scroll-snap-align: start; background: #fbf8f1; border: 1px solid #e2d9c6; padding: 10px 10px 0; }
.strip img { height: 380px !important; width: auto; max-width: none; mix-blend-mode: multiply; }
.strip figcaption { font: 600 .72rem var(--caps); letter-spacing: .1em; text-transform: uppercase; padding: 10px 2px 12px; color: #5d5646; }
.strip figcaption b { color: var(--ink); margin-right: .5em; }
@media (max-width: 640px) { .strip img { height: 300px !important; } }
.film { display: grid; grid-template-columns: minmax(0, 360px) 1fr; gap: clamp(24px, 5vw, 64px); align-items: center; margin-top: clamp(32px, 5vw, 56px); }
.film video { width: 100%; aspect-ratio: 3/4; object-fit: cover; background: #000; display: block; }
@media (max-width: 760px) { .film { grid-template-columns: 1fr; } .film video { max-width: 360px; margin-inline: auto; } }
.gallery-main.poster { aspect-ratio: 3/4; background: #1a1820; }
.gallery-main.poster img { object-fit: cover; }
.thumbs .poster img { object-fit: cover; }
.story-body { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 90px); align-items: start; }
.story-body aside { display: grid; gap: 18px; position: sticky; top: 90px; }
.story-body .prose p { font-size: 1.05rem; }
.story-body .prose .q { font: 500 1.35rem/1.5 var(--caps); color: var(--ink); border-left: 3px solid var(--gold); padding-left: 18px; margin: 1.6em 0; }
.story-body .big { font-size: 1.3rem !important; color: var(--ink); line-height: 1.5; }
@media (max-width: 860px) { .story-body { grid-template-columns: 1fr; } .story-body aside { position: static; } }

html, body { overflow-x: clip; }

/* ===== 3D viewer ===== */
.mv { width: 100%; height: 100%; display: block; background: transparent; --poster-color: transparent; --progress-bar-color: var(--gold); }
.mv-hint { display: none; }
.gallery-3d { grid-column: 2; aspect-ratio: 3/4; background: radial-gradient(60% 50% at 50% 45%, #fff, #e9e9ec); position: relative; }
.gallery-3d[hidden] { display: none; }
.gallery-3d.big { aspect-ratio: 4/5; }
@media (max-width: 860px) { .gallery-3d { grid-column: 1; } }
.t3d { font: 800 1.2rem var(--display); letter-spacing: .04em; color: #fff; background: var(--ink) !important; }
.thumbs .t3d[aria-current='true'] { outline: 2px solid var(--gold); }
.flag.three { left: auto; right: 10px; background: var(--gold); color: var(--ink); }
.spin { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: clamp(24px, 5vw, 72px); align-items: center; margin: 34px 0 10px; }
.spin-stage { position: relative; aspect-ratio: 1/1; background: radial-gradient(55% 50% at 50% 48%, #3a3350, #15121f 72%); border: 1px solid #2a2440; }
.spin-tip { position: absolute; left: 0; right: 0; bottom: 12px; text-align: center; font: 600 .68rem var(--caps); letter-spacing: .16em; text-transform: uppercase; color: #a9a3bd; pointer-events: none; }
.spin-tip.dark { color: var(--muted); }
@media (max-width: 860px) { .spin { grid-template-columns: 1fr; } }
.wip-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 10px; }
.wip-row img { width: 100%; aspect-ratio: 1/1; height: auto !important; object-fit: cover; background: #e3e3e3; }
/* modelling screen-recording: show only the 3D viewport (crops the app's side panel and toolbars) */
.film .crop { position: relative; aspect-ratio: 1/1; overflow: hidden; background: #2b2b2b; }
.film .crop video { position: absolute; left: 0; top: -14%; width: 130%; max-width: none; aspect-ratio: 3/4; object-fit: fill; }
@media (max-width: 760px) { .film .crop { max-width: 360px; margin-inline: auto; width: 100%; } }
