/* Suzy Sheer — version B. One poster you can click, set inside the Pure Pulse stairwell. */



:root {
  --ink: #000;
  --paper: #fff;
  --night: #1c1c1d;
  --steel: #535e62;
  --silver: #e1e4e8;
  --pink: #f5c0e0;
  --rose: #e29ec4;
  --violet: #694aba;
  --peri: #92b0f4;
  --foot: #555;

  --obl: 'Futura PT Book Oblique', 'Jost', 'Futura', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --helv: Helvetica, Arial, sans-serif;

  --pad: clamp(16px, 2.4vw, 40px);
  --perf: clamp(10px, 0.9vw, 14px);
  --dh: clamp(17px, 2.35vh, 23px);           /* date-line height */
  --cam: cubic-bezier(.7, 0, .23, 1);         /* heavy camera ease */
  --rise: cubic-bezier(.2, .7, .2, 1);

  /* art framing: square art sized to cover, positioned by focus point */
  --s: max(100vw, 100vh);
  --fx: .5; --fy: .45;
  /* dot layout, in viewport terms */
  --d: clamp(96px, 10.5vw, 168px);
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--night); -webkit-text-size-adjust: 100%; }
body {
  margin: 0; min-height: 100vh; min-height: 100svh;
  background: var(--night); color: var(--paper);
  font: 16px/1.4 var(--helv);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; }
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
:focus-visible { outline: 2px solid var(--pink); outline-offset: 3px; }

/* ================= STAGE ================= */
.stage { position: fixed; inset: 0; overflow: hidden; background: var(--night); }
.cam { position: absolute; inset: 0; transform-origin: var(--ox, 30%) var(--oy, 70%); will-change: transform; }
.art {
  position: absolute; width: var(--s); height: var(--s);
  left: calc((100vw - var(--s)) * var(--fx));
  top:  calc((100vh - var(--s)) * var(--fy));
}
.photo { width: 100%; height: 100%; object-fit: cover; max-width: none; }

.dot { position: absolute; width: var(--d); height: var(--d); max-width: none; translate: -50% -50%; }
.dot-pink   { left: 61%; top: 17%; }
.dot-pink2  { left: 99%; top: 7%; width: calc(var(--d) * .9); height: calc(var(--d) * .9); }
.dot-violet { left: 13%; top: 74%; }
.dot-peri   { left: 50%; top: 99%; }
:root { --ox: 13%; --oy: 74%; }            /* the camera starts inside the violet dot */

.grain {
  position: absolute; inset: 0; pointer-events: none; opacity: .22; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .5 0 0 0 0 .5 0 0 0 0 .5 0 0 0 1.4 -.2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* film-strip border from the album sleeve */
.perf {
  position: absolute; left: 0; right: 0; height: var(--perf); background-color: var(--ink);
  background-image: radial-gradient(circle, rgba(255,255,255,.85) 0 1.1px, transparent 1.6px);
  background-size: 6px 6px; background-position: 0 50%;
  background-repeat: repeat-x;
}
.perf-top { top: 0; }
.perf-bottom { bottom: 0; }

/* ================= OVERLAY ================= */
.overlay {
  position: relative; min-height: 100vh; min-height: 100svh;
  padding: calc(var(--perf) + var(--pad)) var(--pad) calc(var(--perf) + var(--pad));
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "brand top"
    "brand tour"
    "foot  tumble";
  column-gap: var(--pad);
}

.brand { grid-area: brand; align-self: start; }
.brand h1 { margin: 0; }
.logo {
  width: clamp(230px, 25vw, 400px); height: auto;
  margin: calc(clamp(230px, 25vw, 400px) * -.05) 0 0 calc(clamp(230px, 25vw, 400px) * -.04); /* optical: the S's hatching */
  filter: invert(1) drop-shadow(0 0 10px rgba(255,255,255,.35));
}
.labels { display: flex; gap: 6px; margin: 4px 0 0; flex-wrap: wrap; }

/* the black-box label from the sleeve ("SUZY" "SHEER") */
.lbl {
  display: inline-block; background: var(--ink); color: var(--paper);
  font: 15px/1 var(--obl); letter-spacing: .01em; text-transform: lowercase;
  padding: 5px 9px 6px;
}
.lbl-btn {
  border: 0; cursor: pointer; font-size: clamp(17px, 1.35vw, 21px); padding: 8px 14px 9px;
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}
.lbl-btn:hover, .lbl-btn:focus-visible { background: var(--pink); color: var(--ink); transform: translateX(3px); }
.lbl-btn::after { content: ' ▸'; font-style: normal; font-size: .8em; }

.top { grid-area: top; justify-self: start; align-self: start; }

/* ---------- tour ---------- */
.tour { grid-area: tour; align-self: start; margin-top: clamp(12px, 2.4vh, 28px); }
.leg + .leg { margin-top: calc(var(--dh) * .9); }
.leg-h { margin: 0 0 calc(var(--dh) * .3); display: flex; align-items: center; gap: calc(var(--dh) * .7); }
.leg-h img { height: calc(var(--dh) * 1.55); width: auto; filter: invert(1) drop-shadow(0 0 8px rgba(255,255,255,.3)); }
.leg-h .support { height: calc(var(--dh) * 2.1); filter: invert(1) drop-shadow(0 0 8px rgba(255,255,255,.3)); opacity: .9; }
@media (min-width: 760px) and (min-aspect-ratio: 1/1) {
  /* on desktop the list sits on the lit tile wall: print the headings in ink */
  .leg-h img, .leg-h .support { filter: none; opacity: 1; }
}
.dates { list-style: none; margin: 0; padding: 0; }
.dates li + li { margin-top: calc(var(--dh) * .26); }
.dates a {
  position: relative; display: inline-block; line-height: 0; text-decoration: none;
  background: var(--ink); padding: calc(var(--dh) * .22) calc(var(--dh) * .42) calc(var(--dh) * .14);
  transition: background-color .16s ease, transform .16s ease;
}
.dates a img { height: var(--dh); width: auto; filter: invert(1); margin-bottom: calc(var(--dh) * -.08); }
.dates a:hover, .dates a:focus-visible { background: var(--pink); transform: translateX(3px); }
.dates a:hover img, .dates a:focus-visible img { filter: none; }
.dates a:active { background: var(--rose); }
.dates a.past { background: rgba(0,0,0,.35); pointer-events: auto; }
.dates a.past img { opacity: .45; }
.dates a.past::after {
  content: ''; position: absolute; left: 4px; right: 4px; top: 52%; height: 2px; background: var(--pink);
}

/* ---------- the tumbler ---------- */
.tumble-track { grid-area: tumble; justify-self: end; align-self: end; position: relative; }
.tumbler {
  --h: clamp(110px, 17.5vh, 200px);
  position: relative; display: block; width: calc(var(--h) * .74); height: var(--h);
  padding: 0; border: 0; background: none; cursor: pointer;
  margin-right: calc(var(--h) * .55); /* leave the corner to the bsl mark */
  transform: translateX(var(--tx, 0px)) scaleX(var(--flip, 1));
  transition: transform var(--dur, 1.35s) cubic-bezier(.45, .05, .25, 1);
}
.tumbler .f {
  position: absolute; bottom: 0; left: 50%; translate: -50% 0;
  height: 100%; width: auto; max-width: none; opacity: 0;
}
.tumbler[data-frame="1"] .f1, .tumbler[data-frame="2"] .f2,
.tumbler[data-frame="3"] .f3, .tumbler[data-frame="4"] .f4 { opacity: 1; }
.tumbler:not([data-frame]) .f3 { opacity: 1; }
.tumbler:focus-visible { outline-offset: 6px; }

/* ---------- footer + mark ---------- */
.foot { grid-area: foot; align-self: end; font-family: var(--obl); }
.links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 16px; font-size: 16px; }
.links a, .copy { text-shadow: 0 0 12px rgba(0,0,0,.6); }
.links a { text-decoration: none; background-image: linear-gradient(currentColor, currentColor); background-size: 0 2px; background-repeat: no-repeat; background-position: 0 100%; transition: background-size .16s ease, opacity .16s ease; }
.links a:hover, .links a:focus-visible { background-size: 100% 2px; }
.copy { margin: 6px 0 0; font-size: 13px; color: var(--silver); opacity: .8; }

.mark {
  position: absolute; right: var(--pad); bottom: calc(var(--perf) + var(--pad));
  width: clamp(44px, 4.2vw, 62px); opacity: .92; transition: opacity .16s ease;
}
.mark img { width: 100%; height: auto; filter: invert(1) drop-shadow(0 0 6px rgba(255,255,255,.3)); }
.mark:hover, .mark:focus-visible { opacity: 1; }

/* ================= INTRO: pull back out of the violet dot ================= */
.pre .cam-dots  { transform: scale(11); }
.pre .cam-photo { transform: scale(2.1); filter: brightness(2.1) contrast(.6) blur(7px); }
.pre .fx { opacity: 0; }
.pre .tumbler, .go .tumbler:not([data-frame]) { opacity: 0; }

.go .cam-dots  { animation: dolly-dots 2.6s var(--cam) both; }
.go .cam-photo { animation: dolly-photo 2.6s var(--cam) both; }
.go .fx { animation: rise .85s var(--rise) both; animation-delay: calc(1.25s + var(--i, 0) * .07s); }

@keyframes dolly-dots  { from { transform: scale(11); } to { transform: none; } }
@keyframes dolly-photo {
  from { transform: scale(2.1); filter: brightness(2.1) contrast(.6) blur(7px); }
  55%  { filter: brightness(1.25) contrast(.9) blur(1px); }
  to   { transform: none; filter: none; }
}
@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* ================= LISTEN DIALOG ================= */
.listen {
  border: 0; padding: 0; background: transparent; color: var(--ink);
  width: min(880px, calc(100vw - 32px)); max-width: none; max-height: calc(100vh - 48px); max-height: calc(100svh - 48px);
  overflow: visible;
}
.listen::backdrop { background: rgba(28, 28, 29, .62); }
.listen[open] { animation: scrap-in .5s var(--rise) both; }
@keyframes scrap-in { from { opacity: 0; transform: translateY(24px) rotate(1deg); } to { opacity: 1; transform: none; } }

.scrap {
  position: relative; background: var(--paper); border: 2px solid var(--ink);
  transform: rotate(-1.2deg); max-height: calc(100vh - 64px); max-height: calc(100svh - 64px);
  display: flex;
}
.scrap-in {
  transform: rotate(1.2deg); overflow-y: auto; overscroll-behavior: contain;
  padding: clamp(22px, 3.4vw, 44px); width: 100%;
  font-family: var(--obl);
}
.tape { position: absolute; top: -11px; width: 64px; height: 22px; background: rgba(0,0,0,.08); border: 1px solid rgba(0,0,0,.25); z-index: 2; }
.tape-l { left: 22px; transform: rotate(-8deg); }
.tape-r { right: 22px; transform: rotate(6deg); }

.close {
  position: sticky; top: 0; float: right; margin: -8px -8px 8px 12px; z-index: 3;
  border: 0; background: var(--ink); color: var(--paper); font: 15px/1 var(--obl); padding: 7px 10px 8px; cursor: pointer;
}
.close:hover, .close:focus-visible { background: var(--pink); color: var(--ink); }

.rec { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(18px, 3vw, 36px); align-items: start; clear: both; }
.rec-cover { width: 100%; height: auto; }
.kicker { margin: 0 0 10px; font-size: 14px; color: #333; }
.lbl-ink { font-size: 13px; padding: 4px 7px 5px; margin-right: 6px; }
.rec h2 { font: 400 clamp(26px, 3vw, 38px)/1.02 var(--obl); letter-spacing: -.02em; margin: 0 0 14px; }
.tracks { margin: 0 0 14px; padding-left: 1.6em; font-size: 16px; line-height: 1.5; columns: 2; column-gap: 20px; }
.tracks li::marker { color: var(--violet); font-size: .8em; }
.tracks .ft { color: #666; font-size: .85em; }
.credits { font-size: 13px; color: var(--foot); margin: 0 0 16px; }
.go-links { display: flex; gap: 8px; flex-wrap: wrap; margin: 0; }
.go-links a {
  text-decoration: none; background: var(--ink); color: var(--paper); padding: 7px 11px 8px; font-size: 15px;
  transition: background-color .16s ease, color .16s ease, transform .16s ease;
}
.go-links a:hover, .go-links a:focus-visible { background: var(--pink); color: var(--ink); transform: translateX(2px); }

.embed { margin: clamp(20px, 3vw, 32px) 0 0; min-height: 152px; background: #f3f1f4; border: 1px solid var(--ink); }
.embed iframe { display: block; width: 100%; height: 352px; border: 0; }
.embed-wait { margin: 0; padding: 20px; font-size: 14px; color: #666; }

.sub { font: 400 22px/1 var(--obl); margin: clamp(24px, 3.5vw, 40px) 0 12px; }
.sub::before { content: ''; display: inline-block; width: .55em; height: .55em; border-radius: 50%; background: var(--peri); margin-right: 8px; vertical-align: .05em; }
.disc { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.disc img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.disc p { margin: 6px 0 0; font-size: 13px; line-height: 1.25; color: #333; }
.disc em { font-style: normal; color: var(--ink); }
.all { margin: 12px 0 0; font-size: 15px; }
.all a, .about a { text-decoration: none; border-bottom: 1px solid transparent; }
.all a { border-bottom-color: var(--ink); }
.all a:hover, .about a:hover, .all a:focus-visible, .about a:focus-visible { border-bottom: 2px solid var(--ink); }
.about { margin-top: clamp(24px, 3.5vw, 36px); padding-top: 16px; border-top: 1px dashed var(--ink); font-size: 15px; line-height: 1.5; }
.about p { margin: 0 0 8px; max-width: 62ch; }
.about strong { font-weight: 400; background: var(--pink); padding: 0 3px; }

/* ================= MOBILE / PORTRAIT ================= */
@media (max-width: 759px), (max-aspect-ratio: 1/1) {
  :root {
    --fx: .36; --fy: .5;
    --dh: clamp(19px, 5.3vw, 23px);
    --d: clamp(80px, 24vw, 130px);
    --ox: 18%; --oy: 84%;
    --s: calc(max(100vw, 100vh) * 1.18); --fy: .55;
  }
  .dot-pink   { left: 86%; top: 25%; }
  .dot-pink2  { left: 0%;  top: 50%; }
  .dot-violet { left: 18%; top: 84%; }
  .dot-peri   { left: 92%; top: 97%; }

  .overlay {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto 1fr auto;
    grid-template-areas: "brand" "tour" "tumble" "." "foot";
    padding-bottom: calc(var(--perf) + var(--pad) + 8px);
  }
  .logo { width: min(68vw, 330px); margin: -8px 0 0 -10px; filter: drop-shadow(0 0 10px rgba(255,255,255,.55)); } /* ink on the flash-lit wall */
  .top { position: absolute; right: var(--pad); top: calc(var(--perf) + var(--pad)); }
  .tour { margin-top: 18px; }
  .tumble-track { justify-self: end; margin-top: 8px; }
  .tumbler { --h: clamp(96px, 26vw, 130px); margin-right: 0; }
  .foot { margin-top: 18px; padding-right: 64px; }
  .links { font-size: 17px; gap: 6px 16px; }
  .links a { padding: 4px 0; }
  .mark { width: 44px; }
  .rec { grid-template-columns: 1fr; }
  .disc { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .scrap { transform: rotate(-.6deg); }
  .scrap-in { transform: rotate(.6deg); }
}
@media (max-width: 759px) {
  .pre .cam-photo { filter: brightness(2.1) contrast(.6); }
  @keyframes dolly-photo {
    from { transform: scale(2.1); filter: brightness(2.1) contrast(.6); }
    to   { transform: none; filter: none; }
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .pre .cam-dots, .pre .cam-photo { transform: none; filter: none; }
  .pre .fx, .pre .tumbler { opacity: 1; }
}
