/* ═══════════════════════════════════════════════════════════════
   LooterStudio® — main.css (v5)
   Impose, don't explain. One of everything.
   ═══════════════════════════════════════════════════════════════ */

:root {
  --black: #000;
  --bone: #f2f2f2;
  --ghost: #9a9a9a;
  --dim: #555;
  --line: #1c1c1c;
  --green: #00ff41;
  --green-dim: #00aa00;
  --red: #ff003c;
  --cyan: #00f0ff;
  --brier: #d7263d;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --brand: Arial, Helvetica, "Arial Black", sans-serif;
  --xp: Tahoma, 'Segoe UI', Verdana, sans-serif;
  --gutter: clamp(20px, 4vw, 64px);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { position: relative; }
.fx { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; z-index: 30; }
body {
  background: var(--black); color: var(--bone);
  font-family: var(--mono); font-weight: 300; font-size: 14px; line-height: 1.5;
  overflow-x: hidden; cursor: none; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; cursor: none; }
button { cursor: none; font: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
[hidden] { display: none !important; }
.green { color: var(--green); } .red { color: var(--red); } .dim { color: var(--dim); }

/* scanlines */
body::after { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 60;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 3px); mix-blend-mode: overlay; }

/* ─── Tear overlay (full-screen glitch) ─── */
.tear {
  position: fixed; inset: 0;
  z-index: 55;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(255,0,60,0.35), transparent 30%, transparent 70%, rgba(0,240,255,0.35)),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(255,255,255,0.08) 6px 7px);
  mix-blend-mode: screen;
}
.tear.on { animation: tear 0.18s steps(2) forwards; }
@keyframes tear {
  0%   { opacity: 1; transform: translate(-8px, 0) skewX(-3deg); }
  50%  { opacity: 0.7; transform: translate(10px, 3px) skewX(3deg); }
  100% { opacity: 0; transform: none; }
}



/* ─── Planet, DVD mode ─── */
.dvd { position: fixed; top: 0; left: 0; width: 400px; height: 400px; z-index: -1; opacity: .6; pointer-events: none; will-change: transform; }
.dvd canvas { width: 100%; height: 100%; display: block; }
.dvd.is-bounce { opacity: 1; }

/* ─── Cursor: sniper scope ─── */
.cursor { position: fixed; top: -22px; left: -22px; width: 44px; height: 44px; pointer-events: none; z-index: 100; mix-blend-mode: difference; will-change: transform; transition: width .12s, height .12s; }
.cursor.is-recoil { top: -29px; left: -29px; }
.cursor i { position: absolute; background: #fff; }
.cursor__ring { inset: 0; background: none !important; border: 1px solid #fff; border-radius: 50%; }
.cursor__ring--in { inset: 13px; border-width: 1px; opacity: .7; }
.cursor__dot { left: 50%; top: 50%; width: 2px; height: 2px; margin: -1px 0 0 -1px; }
.cursor__tick { width: 1px; height: 10px; left: 50%; margin-left: -.5px; }
.cursor__tick--n { top: -5px; } .cursor__tick--s { bottom: -5px; }
.cursor__tick--e, .cursor__tick--w { width: 10px; height: 1px; top: 50%; margin: -.5px 0 0; left: auto; }
.cursor__tick--e { right: -5px; } .cursor__tick--w { left: -5px; }
.cursor__mil { width: 1px; height: 6px; left: 50%; margin-left: -.5px; opacity: .8; }
.cursor__mil--n { top: 6px; } .cursor__mil--s { bottom: 6px; }
.cursor__mil--e, .cursor__mil--w { width: 6px; height: 1px; top: 50%; margin: -.5px 0 0; left: auto; }
.cursor__mil--e { right: 6px; } .cursor__mil--w { left: 6px; }
.cursor.is-lock { mix-blend-mode: normal; }
.cursor.is-lock i { background: var(--red); }
.cursor.is-lock .cursor__ring { border-color: var(--red); box-shadow: 0 0 10px rgba(255,0,60,.6); }
.cursor.is-lock .cursor__ring--in { animation: lockspin 1.2s linear infinite; border-style: dashed; }
@keyframes lockspin { to { transform: rotate(360deg); } }
.cursor.is-recoil { width: 58px; height: 58px; }
@media (hover: none) { .cursor { display: none; } body, a, button { cursor: auto; } }

/* shot effects: cracked screen glass */
.crack { position: absolute; width: 420px; height: 420px; margin: -210px 0 0 -210px; pointer-events: none; z-index: 30; animation: crackIn .1s steps(2) both; transition: opacity 1.2s; }
.crack.is-fading { opacity: 0; }
.crack svg { display: block; }
.crack .drip { transform-box: fill-box; clip-path: inset(0 0 100% 0); animation: drip 4s cubic-bezier(.55,0,.75,.6) forwards; }
@keyframes drip { 0% { clip-path: inset(0 0 100% 0) } 100% { clip-path: inset(-6% 0 0 0) } }
@keyframes crackIn { from { transform: scale(.5); opacity: 0 } to { transform: none; opacity: 1 } }

.hole { position: absolute; width: 22px; height: 22px; margin: -11px 0 0 -11px; pointer-events: none; z-index: 30;
  background: radial-gradient(circle, #000 0 28%, #1a1a1a 30% 45%, transparent 47%);
  filter: drop-shadow(0 0 1px rgba(255,255,255,.6)); animation: holeIn .08s steps(1) both; }
.hole::before, .hole::after { content: ''; position: absolute; left: 50%; top: 50%; width: 30px; height: 1px; background: rgba(255,255,255,.55); transform-origin: 0 0; }
.hole::before { transform: rotate(var(--a1, 20deg)); } .hole::after { transform: rotate(var(--a2, 160deg)); width: 22px; }
@keyframes holeIn { from { transform: scale(1.6); opacity: 0 } to { transform: none; opacity: 1 } }
.flash { position: fixed; inset: 0; z-index: 66; pointer-events: none; background: rgba(255,255,255,.35); animation: flashOut .12s steps(2) forwards; }
@keyframes flashOut { to { opacity: 0 } }
body.is-shake .main { animation: shake .18s steps(2); }
@keyframes shake { 25% { translate: -4px 2px } 50% { translate: 3px -3px } 75% { translate: -2px 1px } }
.is-hit { animation: hit .35s steps(3) !important; }
@keyframes hit { 30% { filter: invert(1); translate: 4px -2px } 60% { filter: none; translate: -3px 2px } }



/* ─── Layout ─── */
.main { padding: 40px var(--gutter) 12vh; }
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ─── Colourways (auto-rotating) ─── */
:root { --logo-filter: brightness(1.35) contrast(1.05); }
.trio__logo { object-fit: cover; mix-blend-mode: screen; filter: var(--logo-filter); transition: filter 1.6s ease; }
/* colourways */
body[data-variant="chrome"] { --logo-filter: grayscale(1) contrast(1.7) brightness(1.75) sepia(.25) hue-rotate(185deg) saturate(1.5); }

/* the chosen colourway dresses the rest of the house */
body[data-variant="platinum"] { --logo-filter: grayscale(1) contrast(1.4) brightness(1.6); }
body[data-variant="led"] { --logo-filter: sepia(1) saturate(7) hue-rotate(190deg) brightness(1.1); }
body[data-variant="red"] { --logo-filter: sepia(1) saturate(7) hue-rotate(-45deg) brightness(1.1); }
.sr__brand-logo, .tile--logo video { filter: var(--logo-filter); transition: filter 1.6s ease; }

/* ─── Outro: one quiet line ─── */
.outro { margin-top: 18vh; padding: 0 0 6vh; }
.outro__row { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.outro__brand { display: flex; align-items: center; gap: 10px; }
.outro__logo { width: 150px; height: 150px; flex: none; margin: -28px 0; }
.outro__word { font-family: var(--brand); font-weight: 900; font-size: 64px; letter-spacing: -.04em; color: var(--bone); }
.outro__word sup { font-family: var(--mono); font-size: 18px; font-weight: 700; vertical-align: top; margin-left: 4px; position: relative; top: 6px; }
.outro__year { font-family: var(--mono); font-size: 11px; letter-spacing: .2em; color: var(--dim); margin-left: 6px; }
.tags { font-family: var(--brand); font-style: italic; line-height: 1.5; text-align: right; }
.tags li { color: #666; font-size: 13px; }
.tags li i { color: var(--dim); font-size: 12px; margin-left: 8px; font-style: normal; }
.tags__root { font-size: 15px !important; color: #8a8a8a !important; }
.tags__accent { color: var(--green-dim) !important; }

/* silk nav */
.silk { font-family: var(--brand); justify-self: end; }
.silk__title { display: inline-block; background: #111; color: var(--green); font-size: 15px; font-weight: bold; padding: 6px 12px; border: 1px solid #333; border-left: 3px solid var(--green); margin-bottom: 14px; }
.silk__list { display: flex; flex-wrap: wrap; gap: 8px 40px; }
.silk__item { color: var(--green-dim); font-size: 18px; display: inline-flex; align-items: baseline; gap: 10px; }
.silk__item i { color: #aaa; font-size: 14px; font-style: italic; }
.silk__item em { font-style: italic; font-size: 11px; color: #444; }
.silk__item:hover { color: var(--green); text-decoration: underline; }
.silk__item--locked { color: var(--dim); pointer-events: none; }
.silk__item--locked.is-unlocked { color: var(--green-dim); }
.silk__item--locked.is-unlocked em { color: var(--green); }

/* ─── Divisions: one big logo, a target box, a lead line to the link ─── */
.division { margin-top: 16vh; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 0; align-items: center; }
.division--flip .target { order: 2; }
.division--flip .callout { order: 1; }

.target { position: relative; aspect-ratio: 4 / 3; width: 100%; max-width: 460px; margin: 0 auto; display: grid; place-items: center; }
.target__img { display: block; width: 54%; filter: drop-shadow(0 0 30px rgba(255,255,255,.14)); transition: transform .3s; }
.target--brier .target__img { width: 70%; }
.target:hover .target__img { transform: scale(1.02); }
.target__box { position: absolute; inset: 18% 16%; border: 2px solid var(--red); pointer-events: none; }
.target--brier .target__box { inset: 24% 10%; }
.target--stat .target__box { inset: 8% 18%; }
.target__tag { position: absolute; left: -2px; bottom: 100%; background: var(--red); color: #fff; font-family: var(--brand); font-size: 13px; font-weight: 700; padding: 4px 10px; white-space: nowrap; }
.target__box i { position: absolute; right: 8px; bottom: 4px; font-style: normal; font-size: 10px; color: var(--red); letter-spacing: .1em; }
/* lead line: born on the box edge, ends in a dot at the callout */
.target__lead { position: absolute; top: 50%; left: 100%; width: 220px; height: 1px; background: var(--red); }
.target__lead::after { content: ''; position: absolute; right: -5px; top: -4px; width: 9px; height: 9px; border-radius: 50%; background: var(--red); box-shadow: 0 0 12px var(--red); }
.division--flip .target__lead { left: auto; right: 100%; }
.division--flip .target__lead::after { right: auto; left: -5px; }

.callout { display: grid; gap: 22px; justify-items: start; padding-left: 120px; }
.division--flip .callout { justify-items: end; padding-left: 0; padding-right: 120px; }
.callout__status { font-size: 13px; letter-spacing: .28em; text-transform: uppercase; }
.btn { display: inline-block; font-size: 12px; letter-spacing: .12em; color: var(--green); border: 1px solid var(--green-dim); padding: 12px 18px; transition: background .2s, color .2s; }
.btn:hover { background: var(--green); color: #000; }

/* ─── LOOT.exe (XP dialog) ─── */
.xp {
  position: fixed; top: auto; bottom: 9vh; right: 5vw; z-index: 70;
  width: min(600px, 92vw);
  background: #ece9d8;
  border: 1px solid #0831d9;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 0 0 1px #0054e3 inset, 6px 6px 0 rgba(0,0,0,.35), 0 0 80px rgba(0,84,227,.25);
  font-family: var(--xp);
  color: #000;
  transform: translateZ(0);
  transition: opacity .25s;
}
.xp.hidden { opacity: 0; pointer-events: none; }
@keyframes drift { 0%,100% { translate: 0 0; } 50% { translate: 0 -10px; } }

.xp__bar {
  user-select: none; touch-action: none;
  display: flex; justify-content: space-between; align-items: center;
  padding: 5px 6px 5px 10px;
  font-size: 13px; font-weight: bold; color: #fff;
  background: linear-gradient(180deg, #0a6aff 0%, #0050d4 55%, #003da7 100%);
  border-radius: 7px 7px 0 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,.4);
}
.xp__close {
  width: 21px; height: 21px;
  border: 1px solid #fff; border-radius: 3px;
  background: linear-gradient(180deg, #e46a5a, #c74534);
  color: #fff; font-size: 11px; line-height: 1;
}
.xp__body { display: flex; align-items: center; gap: 16px; padding: 22px 20px 12px; }
.xp__icon { font-size: 30px; color: #f2c200; text-shadow: 0 0 1px #000; }
.xp__msg {
  position: relative;
  flex: 1;
  background: #fff;
  border: 2px inset #d4d0c8;
  padding: 10px 12px;
  font-size: 17px;
  letter-spacing: 0.01em;
  white-space: normal;
  overflow: hidden;
  min-height: 48px;
  line-height: 1.3;
}
.xp__actions { display: flex; justify-content: center; gap: 14px; padding: 6px 20px 18px; }
.xp__btn {
  min-width: 96px; padding: 5px 16px;
  font-size: 12px;
  border: 1px solid #003c74; border-radius: 3px;
  background: linear-gradient(180deg, #fff, #e4e0d8);
  box-shadow: 0 0 0 1px #fff inset;
}
.xp__btn:hover { background: linear-gradient(180deg, #fdf5c6, #f0d68a); border-color: #d9a400; }
.xp__btn:active { background: #d4d0c8; box-shadow: inset 1px 1px 2px rgba(0,0,0,.25); }

/* Glitch: RGB split slices on the message via pseudo-elements */
.xp__msg::before, .xp__msg::after {
  content: attr(data-text);
  position: absolute; inset: 0;
  padding: inherit;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.xp.glitch .xp__msg::before { opacity: 1; color: var(--red);  animation: sliceA .32s steps(1) forwards; }
.xp.glitch .xp__msg::after  { opacity: 1; color: var(--cyan); animation: sliceB .32s steps(1) forwards; }
.xp.glitch { animation: jolt .32s steps(1) forwards; }

@keyframes sliceA {
  0%   { clip-path: inset(10% 0 70% 0); transform: translate(-6px, 0); }
  25%  { clip-path: inset(60% 0 15% 0); transform: translate(5px, -1px); }
  50%  { clip-path: inset(30% 0 40% 0); transform: translate(-3px, 1px); }
  75%  { clip-path: inset(75% 0 5% 0);  transform: translate(4px, 0); }
  100% { clip-path: inset(0 0 100% 0);  transform: none; opacity: 0; }
}
@keyframes sliceB {
  0%   { clip-path: inset(65% 0 10% 0); transform: translate(6px, 0); }
  25%  { clip-path: inset(5% 0 80% 0);  transform: translate(-5px, 1px); }
  50%  { clip-path: inset(45% 0 30% 0); transform: translate(3px, -1px); }
  75%  { clip-path: inset(20% 0 60% 0); transform: translate(-4px, 0); }
  100% { clip-path: inset(0 0 100% 0);  transform: none; opacity: 0; }
}
@keyframes jolt {
  0%   { transform: translate(-10px, 2px) skewX(-6deg); filter: hue-rotate(60deg) contrast(1.6); }
  20%  { transform: translate(8px, -3px) skewX(5deg);   filter: invert(1) hue-rotate(180deg); }
  40%  { transform: translate(-4px, 1px);              filter: saturate(4) contrast(2); }
  60%  { transform: translate(3px, 0) scaleY(1.04);    filter: hue-rotate(-90deg); }
  80%  { transform: translate(-1px, 0);                filter: none; }
  100% { transform: none; filter: none; }
}

/* ─── LOOT.exe states ─── */
.xp.is-error { background: #f3dede; border-color: #c0392b; box-shadow: 0 0 0 1px #e74c3c inset, 6px 6px 0 rgba(0,0,0,.35), 0 0 80px rgba(255,0,60,.35); }
.xp.is-error .xp__bar { background: linear-gradient(180deg, #ff5f4f 0%, #d1372a 55%, #a02418 100%); }
.xp.is-error .xp__icon { color: #c0392b; }
.xp.is-error .xp__icon::before { content: '⛔'; }
.xp.is-error .xp__icon { font-size: 0; }
.xp.is-error .xp__icon::before { font-size: 30px; }
.xp.is-ok { background: #e3f0dc; border-color: #2e7d32; box-shadow: 0 0 0 1px #43a047 inset, 6px 6px 0 rgba(0,0,0,.35), 0 0 80px rgba(0,255,65,.25); }
.xp.is-ok .xp__bar { background: linear-gradient(180deg, #5cc25f 0%, #2e8b33 55%, #1f6b24 100%); }
.xp.is-ok .xp__icon { font-size: 0; } .xp.is-ok .xp__icon::before { content: '✔'; font-size: 28px; color: #2e7d32; }

/* error cascade windows */
.err {
  position: fixed; z-index: 70;
  width: 300px;
  background: #ece9d8; color: #000;
  border: 1px solid #a02418;
  box-shadow: 0 0 0 1px #d1372a inset, 5px 5px 0 rgba(0,0,0,.35);
  font-family: var(--xp); font-size: 13px;
  animation: errIn .12s steps(2) both;
}
.err__bar { padding: 4px 8px; font-weight: bold; color: #fff; background: linear-gradient(180deg, #ff5f4f, #a02418); display: flex; justify-content: space-between; }
.err__body { display: flex; align-items: center; gap: 12px; padding: 14px 14px 10px; }
.err__body span { font-size: 24px; }
.err__body p { font-weight: bold; letter-spacing: .02em; }
.err__ok { margin: 0 auto 12px; display: block; padding: 3px 26px; border: 1px solid #003c74; background: linear-gradient(#fff, #e4e0d8); font: inherit; font-size: 12px; }
@keyframes errIn { from { transform: scale(.8) translate(20px, -10px); opacity: 0 } to { transform: none; opacity: 1 } }
body.deny-flash::before { content: ''; position: fixed; inset: 0; z-index: 65; background: rgba(255,0,60,.18); pointer-events: none; animation: denyFlash .5s steps(3) forwards; }
@keyframes denyFlash { 0% { opacity: 1 } 100% { opacity: 0 } }



/* ─── Anonymous market (Silk Road, dark, full width) ─── */
.market { margin-top: 4vh; font-family: var(--brand); font-size: 13px; color: var(--bone); }
.sr__head { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid #2a2a2a; }
.sr__brand { display: flex; align-items: center; gap: 6px; }
.sr__brand-logo { width: 190px; height: 190px; object-fit: cover; mix-blend-mode: screen; margin: -34px 0; }
.sr__brand b { display: block; font-size: clamp(36px, 4vw, 60px); font-weight: 900; letter-spacing: -.035em; line-height: 1; color: var(--bone); }
.sr__brand i { color: var(--ghost); font-size: clamp(15px, 1.4vw, 22px); }
.sr__brand b sup { font-family: var(--mono); font-size: .42em; font-weight: 700; vertical-align: top; margin-left: .06em; position: relative; top: .1em; }
.sr__stats { color: var(--ghost); font-size: 12px; }
.sr__stats b { color: var(--green); font-weight: bold; }
.sr__stats span { margin: 0 6px; color: #444; }
.sr__search { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.sr__search label { font-weight: bold; font-size: 12px; color: var(--bone); }
.sr__search input { flex: 1; max-width: 520px; padding: 6px 8px; border: 1px solid #333; font: inherit; font-size: 12px; background: #0a0a0a; color: var(--bone); cursor: none; }
.sr__search input:focus { outline: 1px solid var(--green-dim); }
.sr__search button { padding: 6px 12px; border: 1px solid #333; background: #111; font: inherit; font-size: 12px; color: var(--bone); }
.sr__user { text-align: right; font-size: 12px; color: var(--bone); display: grid; gap: 6px; justify-items: end; }
.sr__user small { color: var(--dim); line-height: 1.2; }
.sr__user small b { color: var(--ghost); }
.sr__logout { color: var(--green-dim); text-decoration: underline; font-size: 11px; margin-left: 4px; }
.sr__cart { border: 1px solid #333; padding: 2px 8px; background: #0a0a0a; font-size: 14px; }
.sr__cart b { color: var(--brier); }

.sr__grid { display: grid; grid-template-columns: 200px 1fr 220px; gap: 24px; padding-top: 16px; }
.sr__cats-title { display: inline-block; border: 1px solid #333; border-bottom: 0; background: #111; font-size: 11px; padding: 2px 6px; color: var(--ghost); }
.sr__cats ul { border-top: 1px solid #333; padding-top: 6px; }
.sr__cats ul ul { border: 0; padding: 0 0 0 16px; }
.sr__cats a { display: block; color: var(--green-dim); font-size: 14px; padding: 2px 0; }
.sr__cats a:hover, .sr__cats a.is-active { text-decoration: underline; color: var(--green); }
.sr__cats a i { color: var(--dim); font-size: 11px; font-style: italic; margin-left: 4px; }

.sr__products { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 22px 16px; align-content: start; }
.sr__p { display: grid; gap: 6px; }
.sr__p:hover .tile { outline: 2px solid var(--green); }
.sr__p-title { font-size: 12px; color: var(--ghost); line-height: 1.3; min-height: 2.6em; }
.sr__p-price { color: var(--brier); font-size: 14px; font-weight: bold; }
.sr__p-price small { color: var(--dim); font-weight: normal; margin-left: 6px; }
.sr__empty { grid-column: 1 / -1; color: var(--dim); font-style: italic; padding: 30px 0; }

/* product tiles (CSS-made "photos") */
.tile { aspect-ratio: 1; position: relative; overflow: hidden; background: #000; display: grid; place-items: center; font-family: var(--brand); }
.tile img { width: 60%; }
.tile--brier img { width: 78%; }
.tile--adan { background: #000; color: var(--green); font-family: var(--mono); font-size: 11px; text-align: left; padding: 10px; place-items: start; line-height: 1.6; }
.tile--adan::after { content: '_'; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0 } }
.tile--exe { background: #ece9d8; }
.tile--exe span { background: linear-gradient(#0a6aff, #003da7); color: #fff; font-size: 12px; font-weight: bold; padding: 4px 10px; box-shadow: 4px 4px 0 rgba(0,0,0,.3); }
.tile--club { background: radial-gradient(circle at 50% 40%, #fff6d5, #c9a227 40%, #2b1d00 70%); }
.tile--club span { color: #fff; font-weight: 900; font-size: 22px; letter-spacing: -.03em; text-shadow: 0 2px 10px rgba(0,0,0,.6); }
.tile--beer { background: linear-gradient(#ffe36e, #e0a020 55%, #b06a00); }
.tile--beer span { font-size: 40px; }
.tile--source { background: repeating-linear-gradient(0deg, #0a3 0 2px, #052 2px 4px), #062; color: #9f9; font-family: var(--mono); font-size: 9px; }
.tile--source span { background: rgba(0,0,0,.6); padding: 6px; }
.tile--taste { background: radial-gradient(circle, #fff 0, #cde7ff 30%, #7fb3ff 60%, #0b2a66 100%); }
.tile--taste span { color: #0b2a66; font-style: italic; font-size: 22px; text-shadow: 0 0 14px #fff; }
.tile--leverage { background: linear-gradient(135deg, #ff003c, #7a00ff); overflow: visible; will-change: transform; animation: vibrate .09s steps(2) infinite; }
.tile--leverage span { position: relative; color: #fff; font-weight: 900; font-size: 40px; letter-spacing: -.05em; will-change: transform; animation: vibrateText .07s steps(2) infinite; }
.tile--leverage span::before, .tile--leverage span::after { content: '10x'; position: absolute; inset: 0; mix-blend-mode: screen; pointer-events: none; }
.tile--leverage span::before { color: #00f0ff; animation: splitA .11s steps(2) infinite; }
.tile--leverage span::after  { color: #ff003c; animation: splitB .13s steps(2) infinite; }
.tile--leverage::after { content: ''; position: absolute; inset: -6px; border: 2px solid rgba(255,255,255,.35); animation: ripple .5s linear infinite; pointer-events: none; }
@keyframes vibrate { 0% { transform: translate(-1.5px, 1px) rotate(-.4deg) } 50% { transform: translate(1.5px, -1px) rotate(.4deg) } 100% { transform: translate(-1px, -1.5px) } }
@keyframes vibrateText { 0% { transform: translate(-2px, 1px) } 50% { transform: translate(2px, -2px) } 100% { transform: translate(1px, 2px) } }
@keyframes splitA { 0% { transform: translate(-4px, 0) } 50% { transform: translate(3px, 1px) } 100% { transform: translate(-2px, -1px) } }
@keyframes splitB { 0% { transform: translate(4px, 0) } 50% { transform: translate(-3px, -1px) } 100% { transform: translate(2px, 1px) } }
@keyframes ripple { 0% { transform: scale(.96); opacity: .8 } 100% { transform: scale(1.12); opacity: 0 } }
.tile--future img { width: 100%; height: 100%; object-fit: cover; }

.tile--redacted { background: repeating-linear-gradient(45deg, #444 0 6px, #333 6px 12px); }
.tile--redacted span { background: #111; color: #999; font-family: var(--mono); font-size: 11px; padding: 4px 8px; }
.tile--future { background: radial-gradient(ellipse at 50% 80%, #ffb6f7, #a26bff 40%, #0b0020 75%); }
.tile--future span { color: #fff; font-weight: 900; font-size: 16px; letter-spacing: .2em; }
.tile--idea { background: #fff; color: #000; font-weight: 900; font-size: 48px; }
.tile--idea span::after { content: '💡'; font-size: 40px; }
.tile--cult { background: radial-gradient(circle at 50% 50%, #000 0 20%, #ff003c 22%, #000 26%, #000 40%, #ff003c 42%, #000 46%); }
.tile--cult span { color: #fff; font-weight: 900; font-size: 14px; letter-spacing: .3em; background: #000; padding: 4px 8px; }


.sr__news { border: 1px solid #2a2a2a; padding: 10px 12px; background: #050505; align-self: start; }
.sr__news-title { font-weight: bold; font-size: 12px; color: var(--bone); margin-bottom: 6px; }
.sr__news time { display: block; font: 9px/1 var(--mono); letter-spacing: .12em; color: var(--dim); }
.sr__news li { font-size: 12px; padding-left: 12px; position: relative; color: var(--green-dim); line-height: 1.7; }
.sr__news li::before { content: '•'; position: absolute; left: 0; color: #2f6b2f; }
.sr__news a:hover { text-decoration: underline; color: var(--green); }

/* toast (LOOT.exe feedback when the dialog is off-screen) */
.toast { position: fixed; right: 24px; bottom: 44px; z-index: 80; width: 320px; background: #ece9d8; color: #000; font-family: var(--xp); font-size: 13px; border: 1px solid #0831d9; box-shadow: 5px 5px 0 rgba(0,0,0,.35); animation: errIn .12s steps(2) both; }
.toast__bar { padding: 4px 8px; font-weight: bold; color: #fff; background: linear-gradient(180deg, #0a6aff, #003da7); }
.toast p { padding: 12px 12px 14px; font-weight: bold; }
.toast--error { border-color: #a02418; } .toast--error .toast__bar { background: linear-gradient(180deg, #ff5f4f, #a02418); }
.toast--ok { border-color: #2e7d32; } .toast--ok .toast__bar { background: linear-gradient(180deg, #5cc25f, #1f6b24); }


/* ─── Responsive ─── */
@media (max-width: 1100px) {
  .sr__grid { grid-template-columns: 170px 1fr; }
  .sr__news { grid-column: 1 / -1; }
}
@media (max-width: 900px) {
  .outro { margin-top: 10vh; }
  .outro__row { flex-direction: column; align-items: flex-start; gap: 20px; }
  .outro__brand { gap: 6px; max-width: 100%; }
  .outro__logo { width: 96px; height: 96px; margin: -16px 0; }
  .outro__word { font-size: clamp(26px, 9.5vw, 44px); white-space: nowrap; }
  .outro__word sup { font-size: 12px; top: 3px; }
  .tags { text-align: left; }
  .silk__list { flex-direction: column; gap: 6px; }
  .division { grid-template-columns: 1fr; gap: 20px; margin-top: 9vh; }
  .division--flip .target { order: 0; } .division--flip .callout { order: 1; }
  .target { max-width: 360px; }
  .target__lead, .division--flip .target__lead { display: block; left: 50%; right: auto; top: 100%; width: 1px; height: 46px; transform: translateX(-50%); }
  .target__lead::after, .division--flip .target__lead::after { left: -4px; right: auto; top: auto; bottom: -5px; }
  .target { margin-bottom: 56px; }
  .division { gap: 0; }
  .callout, .division--flip .callout { padding: 0; justify-items: center; text-align: center; }
  .xp { top: auto; bottom: 12px; right: 4vw; left: 4vw; width: auto; }
  .xp.is-collapsed .xp__body, .xp.is-collapsed .xp__actions { display: none; }
  .xp.is-collapsed { opacity: .92; }
  .xp__bar { cursor: pointer; }
  .dvd { opacity: .4; }
  .xp__msg { white-space: normal; }
  .dvd { width: 220px; height: 220px; }
  .market { margin-top: 10vh; }
  /* phone market: the web layout, compressed. sidebar + grid + news, same order. */
  .main { padding-left: 14px; padding-right: 14px; }
  .market { margin-top: 3vh; font-size: 11px; }
  .sr__head { grid-template-columns: auto 1fr; gap: 10px 14px; padding-bottom: 8px; }
  .sr__brand { grid-column: 1 / -1; gap: 4px; }
  .sr__brand-logo { width: 84px; height: 84px; margin: -12px 0; }
  .sr__brand b { font-size: 26px; }
  .sr__brand i { font-size: 12px; }
  .sr__account { grid-column: 1 / -1; }
  .sr__stats { font-size: 11px; }
  .sr__search { margin-top: 6px; }
  .sr__search input { max-width: none; padding: 5px 6px; }
  .sr__user { grid-column: 1 / -1; display: flex; gap: 8px 14px; align-items: center; justify-items: start; text-align: left; font-size: 11px; }
  .sr__user small { display: none; }
  .sr__grid { display: block; padding-top: 10px; }
  .sr__cats { margin-bottom: 14px; }
  .sr__cats-title { font-size: 9px; padding: 1px 5px; }
  .sr__cats > ul { columns: 3; column-gap: 14px; padding-top: 6px; }
  .sr__cats > ul > li { break-inside: avoid; }
  .sr__cats ul ul { padding-left: 8px; }
  .sr__cats a { font-size: 10.5px; padding: 1px 0; }
  .sr__cats a i { font-size: 8px; margin-left: 2px; }
  .sr__products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px 8px; }
  .sr__p { min-width: 0; }
  .sr__p-title, .sr__p-price { overflow-wrap: anywhere; }
  .sr__p-title { font-size: 10px; min-height: 3.8em; line-height: 1.25; }
  .sr__p-price { font-size: 12px; }
  .sr__p-price small { font-size: 9px; margin-left: 4px; }
  .sr__offer, .sr__buy { font-size: 7.5px; padding: 5px 6px; letter-spacing: .06em; white-space: nowrap; }
  .sr__news { margin-top: 16px; padding: 8px 10px; }
  .sr__news li { font-size: 11px; }
  .tile--riddle .rq { font-size: 9px; } .tile--riddle .rq__big { font-size: 56px; }
  .tile .cam { font-size: 7px; } .tile .cam__big { font-size: 15px; }
  .tile--alien .alien { font-size: 8px; padding: 6px; }
  .crack { width: 300px; height: 300px; margin: -150px 0 0 -150px; }
  .crack svg { width: 300px; height: 300px; }
}
@media (prefers-reduced-motion: reduce) {
  .xp, .target__img { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* market tiles that would vanish on black, and unique tiles for the new divisions */
.tile--brier, .tile--stat { background: #070707; outline: 1px solid #222; }
.tile--objects { background: #fff; }
.tile--objects span { width: 44%; aspect-ratio: 1; border: 3px solid #000; display: grid; place-items: center; color: #000; font-family: var(--mono); font-size: 11px; }
.tile--events { background: radial-gradient(circle at 50% 50%, #ff003c 0 8%, #000 9% 100%); }
.tile--events span { color: #fff; font-family: var(--mono); font-size: 11px; letter-spacing: .3em; margin-top: 46%; }

/* new tiles */
.tile video { width: 100%; height: 100%; object-fit: cover; }
.tile--logo { outline: 1px solid var(--brier); }
.tile--logo video { mix-blend-mode: screen; }
.tile--tung { background: #111; }
.tile--tung img { width: 100%; height: 100%; object-fit: cover; }
.tile--tung span { color: #888; font-family: var(--mono); font-size: 10px; letter-spacing: .2em; }
.tile--cult { background: #000; }
.tile--cult span { width: 0; height: 0; border-left: 46px solid transparent; border-right: 46px solid transparent; border-bottom: 80px solid #e4c96a; position: relative; }
.tile--cult span::after { content: '◉'; position: absolute; left: -9px; top: 36px; color: #000; font-size: 18px; }
.tile--sound { background: #000; position: relative; }
.tile--sound::before { content: '★'; position: absolute; inset: 0; display: grid; place-items: center; color: var(--brier); font-size: 120px; line-height: 1; }
.tile--sound span { position: relative; background: #000; color: #fff; font-weight: 900; font-size: 11px; letter-spacing: .25em; padding: 4px 8px; }
.tile--cult img { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.1); }
.tile--source { background: #000; padding: 0; place-items: stretch; }
.tile--source canvas { width: 100%; height: 100%; display: block; }
.tile--sound::before { display: none; }
.tile--sound img { width: 100%; height: 100%; object-fit: cover; }
.tile--leverage { background: #0b0330; padding: 0; place-items: stretch; position: relative; }
.tile--leverage canvas { width: 100%; height: 100%; display: block; }
.tile--leverage b { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: #fff; font-weight: 900; font-size: 34px; letter-spacing: -.05em; text-shadow: 0 0 14px rgba(0,0,0,.8); pointer-events: none; }
.sr__brand i { display: block; min-height: 1.3em; transition: color .2s; }
.sr__brand i.is-glitch { color: var(--bone); text-shadow: 2px 0 var(--red), -2px 0 var(--cyan); }
.sr__offer { display: inline-block; margin-top: 4px; font-family: var(--mono); font-size: 10px; letter-spacing: .14em; color: var(--green); border: 1px solid var(--green-dim); padding: 6px 8px; }
.sr__offer:hover { background: var(--green); color: #000; }
.sr__chain { display: grid; gap: 6px; justify-items: start; margin-top: 4px; }
.sr__mint { font-family: var(--mono); font-size: 9px; letter-spacing: .12em; color: var(--dim); text-transform: uppercase; }
.sr__mint:hover { color: var(--green); }
.sr__buy { background: #000; }
.sr__buy:disabled { opacity: .5; }
.sr__count { display: block; font-family: var(--mono); font-size: 9px; letter-spacing: .12em; color: var(--dim); text-transform: uppercase; margin-top: 4px; }
.reveal-win { top: 50%; left: 50%; right: auto; bottom: auto; transform: translate(-50%, -50%); width: min(560px, 92vw); z-index: 80; }
.reveal-win__body { display: block; padding: 22px 20px 12px; }
.reveal-win__text { font-family: var(--xp); font-size: 16px; line-height: 1.45; color: #000; background: #fff; border: 2px inset #d4d0c8; padding: 14px; }
.xp__actions a.xp__btn { text-decoration: none; display: inline-block; text-align: center; }
.tile--idea img, .tile--leverage img { width: 100%; height: 100%; object-fit: cover; }
.tile--idea { background: #000; }
.tile--idea span::after { content: none; }
.tile--beer img { width: 100%; height: 100%; object-fit: cover; }
/* seized: the candle burns behind an evidence stamp */
.tile--club img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.8); }
.tile--seized { position: relative; }
/* riddles: alien glyphs and question marks, nothing else */
.tile--riddle { background: #000; outline: 1px solid #222; }
.tile--riddle span { font-family: var(--mono); font-size: 26px; letter-spacing: .1em; color: var(--ghost); animation: riddle 3s steps(2) infinite; }
.tile--alien { background: #000; outline: 1px solid #222; }
.tile--alien span { font-family: var(--mono); font-size: 18px; letter-spacing: .18em; color: var(--green-dim); text-shadow: 0 0 12px rgba(0,255,65,.35); animation: riddle 2.2s steps(2) infinite; }
@keyframes riddle { 50% { opacity: .55; } }
.tile--seized { overflow: hidden; }
.verified { color: var(--green); font-weight: bold; white-space: nowrap; }

/* ─── Alien terminal ─── */
.tile--alien { background: #000; outline: 1px solid #143d14; padding: 10px; place-items: stretch; position: relative; overflow: hidden; }
.tile--alien::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(0,255,65,.045) 0 1px, transparent 1px 3px); pointer-events: none; }
.tile--alien .alien { font-family: var(--mono); font-size: 11px; line-height: 1.6; letter-spacing: .06em; color: var(--green); text-shadow: 0 0 8px rgba(0,255,65,.45); margin: 0; white-space: pre-wrap; word-break: break-all; display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.division--solo { grid-template-columns: 1fr; }
.division--solo .target { max-width: 720px; }
a.target__tag { pointer-events: auto; cursor: none; }
a.target__tag:hover { background: #fff; color: var(--red); }
.callout__status { color: var(--ghost); }

/* ─── Seized: evidence sticker + candle flicker ─── */
.tile--club img { animation: flicker 3.2s steps(6) infinite; }
@keyframes flicker { 0%,100% { filter: brightness(.95) } 20% { filter: brightness(1.05) } 45% { filter: brightness(.9) } 70% { filter: brightness(1.08) } 85% { filter: brightness(.97) } }

/* ─── Alien terminal, upgraded: header, two voices, decrypt that never finishes ─── */
.tile--alien { padding: 0; }
.tile--alien .alien { padding: 10px; }
.tile--alien .alien .v2 { color: #b8ffcb; opacity: .85; }
.tile--alien .alien .noise { color: rgba(0,255,65,.35); }
.tile--alien.is-burst .alien { animation: burst .18s steps(2); }
@keyframes burst { 50% { transform: translate(-2px, 1px) skewX(-4deg); filter: brightness(1.8) } }

/* ─── LOOT.exe: calmer, minimizable, context-aware ─── */
.xp__title { display: flex; align-items: center; gap: 10px; min-width: 0; }
.xp__mini { display: none; font-style: normal; font-weight: 400; font-size: 13px; opacity: .95; white-space: nowrap; padding-right: 14px; }
.xp__ctl { display: flex; gap: 4px; }
.xp__min { width: 21px; height: 21px; border: 1px solid #fff; border-radius: 3px; background: linear-gradient(180deg, #4d8dff, #1f5fd6); color: #fff; font-size: 11px; line-height: 1; }
.xp.is-min { width: max-content; max-width: 92vw; }
.xp.is-min .xp__body, .xp.is-min .xp__actions { display: none; }
.xp.is-min .xp__mini { display: inline; }
.xp.is-min .xp__bar { border-radius: 7px; gap: 16px; padding-right: 8px; }
.xp.is-min { border-radius: 8px; box-shadow: 0 0 0 1px #0054e3 inset, 4px 4px 0 rgba(0,0,0,.35); }
@media (max-width: 900px) {
  .xp { bottom: 10px; }
  .xp.is-min { left: auto; right: 4vw; width: max-content; max-width: 92vw; }
  .xp.is-min .xp__mini { font-size: 12px; overflow: hidden; text-overflow: ellipsis; max-width: 62vw; }
  .xp__msg { font-size: 15px; min-height: 40px; }
  .xp__body { padding: 16px 14px 8px; }
  .xp__actions { padding: 4px 14px 12px; }
}


/* ─── ??? · terminal ─── */
.tile--riddle { background: #000; outline: 1px solid #143d14; display: grid; place-items: center; }
.tile--riddle .rq { margin: 0; color: var(--green); font: 700 13px/1.6 var(--mono); letter-spacing: .1em; text-shadow: 0 0 8px rgba(0,255,65,.5); text-align: center; }
.tile--riddle .rq__big { display: block; font-size: 96px; line-height: 1; margin-bottom: 6px; }
.tile--riddle .rq__cur { font-style: normal; animation: blink 1s steps(1) infinite; }

/* ─── SEIZED · camera ─── */
.tile--seized img { filter: grayscale(1) sepia(1) hue-rotate(70deg) saturate(2.4) brightness(.8) contrast(1.1); image-rendering: pixelated; animation: none; }
.tile--seized::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(0deg, rgba(0,0,0,.28) 0 2px, transparent 2px 4px); pointer-events: none; }
.tile .cam { position: absolute; z-index: 2; font: 700 9px var(--mono); letter-spacing: .22em; color: var(--green); text-shadow: 0 0 6px rgba(0,255,65,.8); }
.cam--tl { left: 10px; top: 10px; } .cam--tr { right: 10px; top: 10px; } .cam--bl { left: 10px; bottom: 10px; } .cam--br { right: 10px; bottom: 10px; }
.cam__rec { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--red); margin-right: 6px; vertical-align: middle; animation: blink 1.2s steps(1) infinite; }
.tile .cam__big { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center; font: 700 22px var(--mono); letter-spacing: .3em; color: var(--green); text-shadow: 0 0 14px rgba(0,255,65,.9); animation: sealjolt 4s steps(1) infinite; }
.tile .cam__big::before, .tile .cam__big::after { content: attr(data-text); position: absolute; inset: 0; opacity: 0; }
.tile .cam__big::before { color: #00f0ff; animation: qsliceA 4s steps(1) infinite; }
.tile .cam__big::after  { color: #ff003c; animation: qsliceB 4s steps(1) infinite; }
@keyframes sealjolt { 0%,84% { transform: translateY(-50%) } 86% { transform: translateY(-50%) translate(-3px, 1px) skewX(-6deg) } 89% { transform: translateY(-50%) translate(3px, -1px) } 92% { transform: translateY(-50%) } }
@keyframes qsliceA { 0%,84% { clip-path: inset(0 0 100% 0); transform: none; opacity: 0 } 86% { clip-path: inset(10% 0 60% 0); transform: translate(-7px, 0); opacity: .9 } 89% { clip-path: inset(55% 0 20% 0); transform: translate(6px, 0); opacity: .9 } 92% { clip-path: inset(30% 0 40% 0); transform: translate(-3px, 0); opacity: .9 } 95% { clip-path: inset(0 0 100% 0); opacity: 0 } }
@keyframes qsliceB { 0%,84% { clip-path: inset(0 0 100% 0); transform: none; opacity: 0 } 86% { clip-path: inset(60% 0 10% 0); transform: translate(7px, 0); opacity: .9 } 89% { clip-path: inset(5% 0 75% 0); transform: translate(-6px, 0); opacity: .9 } 92% { clip-path: inset(45% 0 25% 0); transform: translate(3px, 0); opacity: .9 } 95% { clip-path: inset(0 0 100% 0); opacity: 0 } }
.tile--club span { font-size: inherit; }

/* ─── The gate: nothing exists until you ACCEPT ─── */
body.is-gated { overflow: hidden; height: 100vh; }
body.is-gated .main { display: none; }
body.is-gated .dvd { opacity: .9; }
body.is-gated .xp { top: 50% !important; left: 50% !important; right: auto !important; bottom: auto !important; translate: -50% -50%; width: min(600px, 92vw); }
body.is-gated .xp__min { visibility: hidden; }

/* ─── SEIZURE NOTICE (replaces the camera) ─── */
.tile--seized img { filter: grayscale(1) brightness(.42) contrast(1.2); animation: none; image-rendering: auto; }
.tile--seized::after { content: none; }
.tile--seized .cam, .tile--seized .cam__big { display: none; }
.seizure { position: absolute; inset: 0; display: grid; grid-template-rows: auto 1fr auto auto auto; align-items: center; justify-items: center; text-align: center; padding: 0 0 8px; row-gap: 2px; z-index: 2; font-family: Georgia, 'Times New Roman', serif; }
.seizure__band { width: 100%; background: #b8111d; color: #fff; font: 700 8px/1 var(--mono); letter-spacing: .32em; padding: 5px 0; }
.seizure__seal { width: 36%; max-width: 84px; align-self: center; opacity: .95; filter: drop-shadow(0 0 10px rgba(0,0,0,.6)); }
.seizure__big { color: #f2efe6; font-size: 13px; letter-spacing: .06em; line-height: 1.1; padding: 0 10px; }
.seizure__by { color: #cfc9bb; font-size: 7.5px; letter-spacing: .04em; line-height: 1.3; padding: 2px 8px 0; font-style: italic; white-space: nowrap; }
.seizure__case { color: #ff2a3c; font: 700 8px/1 var(--mono); letter-spacing: .18em; margin-top: 4px; }
@media (max-width: 720px) {
  .seizure { grid-template-rows: auto 1fr auto auto; padding-bottom: 6px; row-gap: 3px; }
  .seizure__band { font-size: 6.5px; letter-spacing: .22em; padding: 4px 0; }
  .seizure__seal { width: 40%; max-width: 70px; align-self: center; }
  .seizure__big { font-size: 9px; letter-spacing: .04em; padding: 0 6px; }
  .seizure__by { display: none; }
  .seizure__case { font-size: 6.5px; letter-spacing: .1em; white-space: nowrap; margin-top: 0; }
}

/* ─── ALIENS TALKING OVER RAIN ─── */
.tile--alien { padding: 0; }
.tile--alien canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.tile--alien .alien { position: relative; z-index: 2; padding: 8px 10px; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.55) 40%, rgba(0,0,0,.85) 100%); }
.tile--alien .alien .v1 { color: #7dffa0; }
.tile--alien .alien .v2 { color: #b8ffcb; opacity: .85; }
.tile--alien .alien .leak { color: #fff; text-shadow: 0 0 10px #fff, 0 0 20px #00ff41; font-weight: 700; letter-spacing: .12em; }

/* ─── VERIFIED HUMAN ─── */
.tile--human { background: #000; }
.tile--human canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .9; }
.tile--human b { position: absolute; right: 8px; bottom: 6px; font: 700 9px/1 var(--mono); letter-spacing: .3em; color: var(--green); border: 1px solid var(--green-dim); padding: 4px 6px; background: #000; }

/* ─── STAT / BRIER: a real exit ─── */
.callout__cta { display: inline-block; margin-top: 10px; font: 700 10px/1 var(--mono); letter-spacing: .24em; color: #000; background: var(--green); padding: 10px 14px; text-decoration: none; }
.callout__cta:hover { background: #fff; }

/* ─── mobile: the globe goes under the market instead of over the tiles ─── */
@media (max-width: 720px) { .dvd { z-index: 0; opacity: .55; } }

/* the 1 of 1 logo fills its frame: the source video has a wide black margin */
.tile--logo video { width: 100%; height: 100%; object-fit: cover; transform: scale(1.85); }
.tile--logo canvas { width: 74%; height: 74%; }
.tile--logo img { width: 150%; height: 150%; max-width: none; object-fit: contain; }
