/* 2hollis — Pirouette folio. Two colours do the work: red on blush. */
:root{
  --red:#e0000b;
  --red-hi:#ff000d;
  --blush:#fff5f5;
  --card:#fff7f7;
  --rose:#e0bfbc;      /* pale tone from the Amano cover */
  --rose-deep:#a17175;
  --ink:#140405;
  --serif:"Linotype Didot","Bodoni Moda","GFS Didot","Didot","Bodoni 72",Georgia,serif;
  --fade:1000ms;
  --gutter:clamp(16px,2.4vw,36px);
}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;background:var(--blush);color:var(--red)}
body{
  font-family:var(--serif);font-weight:400;font-size:16px;line-height:1.25;
  -webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;
}
::-webkit-scrollbar{display:none}
html{scrollbar-width:none}
img{user-select:none;-webkit-user-drag:none;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;text-transform:inherit;letter-spacing:inherit;background:none;border:0;padding:0;cursor:pointer}
:focus-visible{outline:1px solid var(--red);outline-offset:4px}
.sr{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.caps{text-transform:uppercase;letter-spacing:.14em}

/* brand underline: 1px rule drawn at the baseline */
.u{background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;
  background-size:0 1px;background-position:0 calc(100% - .05em);transition:background-size .6s ease}
.u:hover,.u:focus-visible,.u[aria-current="page"]{background-size:100% 1px}

/* ---------- top nav (centered row, like the house site) ---------- */
.nav{position:fixed;top:0;left:0;right:0;z-index:30;display:flex;justify-content:center;
  padding:22px var(--gutter) 0;pointer-events:none}
.nav ul{display:flex;gap:clamp(14px,1.8vw,26px);list-style:none;margin:0;padding:6px 10px;pointer-events:auto;
  font-size:14px;text-transform:uppercase;letter-spacing:.12em;border-radius:2px;transition:background .6s}
.bleed .nav ul{background:rgba(255,245,245,.86)}
.burger{display:none;position:fixed;top:18px;right:var(--gutter);z-index:41;width:36px;height:28px;pointer-events:auto}
.burger i{position:absolute;left:4px;right:4px;height:2px;background:var(--red);transition:transform .5s ease,top .5s ease}
.burger i:first-child{top:9px}.burger i:last-child{top:17px}
.menu-open .burger i:first-child{top:13px;transform:rotate(45deg)}
.menu-open .burger i:last-child{top:13px;transform:rotate(-45deg)}
.overlay{position:fixed;inset:0;z-index:40;background:var(--blush);display:grid;place-items:center;
  opacity:0;visibility:hidden;transition:opacity .6s ease,visibility 0s .6s}
.overlay.open{opacity:1;visibility:visible;transition:opacity .6s ease}
.overlay ul{list-style:none;margin:0;padding:0;text-align:center}
.overlay li{margin:.12em 0}
.overlay a,.overlay button{font-size:max(34px,8vw);text-transform:uppercase;line-height:1.15;letter-spacing:.02em}
.index-list a,.index-list button{font-size:clamp(20px,3.4vw,44px);letter-spacing:.04em}
.index-list{list-style:none;margin:0;padding:0;columns:2;column-gap:6vw;text-align:left!important}
.index-list li{break-inside:avoid}
.index-list .n{display:inline-block;min-width:3.2em;font-size:.5em;letter-spacing:.14em;vertical-align:middle;color:var(--rose-deep)}
.overlay .close{position:fixed;top:18px;right:var(--gutter);font-size:14px;letter-spacing:.14em;text-transform:uppercase}

@media (max-width:760px){
  .nav ul{display:none}
  .burger{display:block}
  .index-list{columns:1}
}

/* ---------- gate ---------- */
.gate{position:fixed;inset:0;z-index:20;background:var(--blush);display:grid;place-items:center;
  transition:opacity 1.1s ease .35s,visibility 0s 1.5s}
.gate button:focus:not(:focus-visible){outline:none}
.gate button{display:flex;flex-direction:column;align-items:center;gap:22px;padding:24px;perspective:900px}
.gate img{width:min(34vh,62vw);height:auto;transition:transform 1s ease-in-out}
.gate button:hover img{transform:scale(.95)}
.gate .t{font-size:clamp(22px,2.6vw,34px);letter-spacing:.34em;text-transform:uppercase;margin-right:-.34em}
.gate .s{font-size:12px;letter-spacing:.24em;text-transform:uppercase}
.gate .s em{font-style:italic;text-transform:none;letter-spacing:.04em;font-size:14px}
.gate.turning img{animation:pirouette 1.3s cubic-bezier(.6,0,.3,1) forwards}
.gate.gone{opacity:0;visibility:hidden}
@keyframes pirouette{0%{transform:rotateY(0) scale(1)}100%{transform:rotateY(360deg) scale(.95)}}

/* ---------- deck ---------- */
.home{overflow:hidden;height:100dvh}
.deck{position:fixed;inset:0;height:100dvh;overflow:hidden}
.zone{position:absolute;top:0;bottom:0;width:50%;z-index:2;pointer-events:none}
.zone.prev{left:0}.zone.next{right:0}
.deck.l{cursor:w-resize}.deck.r{cursor:e-resize}
.deck .live,.deck .live *{cursor:auto}.deck .live a,.deck .live button{cursor:pointer}
.zone:focus-visible{outline:none}
.zone:focus-visible::after{content:attr(aria-label);position:absolute;top:50%;padding:6px 10px;border:1px solid var(--red);
  font-size:12px;letter-spacing:.14em;text-transform:uppercase;background:var(--blush)}
.zone.prev:focus-visible::after{left:var(--gutter)}.zone.next:focus-visible::after{right:var(--gutter)}

.plate{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  padding:84px var(--gutter) 84px;opacity:0;visibility:hidden;
  transition:opacity var(--fade) ease,visibility 0s var(--fade),transform 1.6s cubic-bezier(.2,.6,.2,1)}
.plate.on{opacity:1;visibility:visible;z-index:1;transition:opacity var(--fade) ease,transform 1.6s cubic-bezier(.2,.6,.2,1)}
.plate:not(.on){transform:scale(.985)}
.plate.on .live{position:relative;z-index:3} /* interactive bits sit above tap zones */

.plate figure{margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.plate figure img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;opacity:0;transition:opacity .4s ease}
.plate img.loaded{opacity:1}
.plate.full{padding:0}
.plate.full figure img{width:100%;height:100%;max-width:none;object-fit:cover}

/* frontispiece */
.front{flex-direction:column;gap:18px}
.plate.front figure img{height:min(52vh,72vw);width:auto;max-height:none;transition:transform 1s ease-in-out,opacity .4s}
.plate.front figure img:hover{transform:scale(.95)}
.front figure{height:auto;flex-direction:column;gap:22px}
.front figcaption{font-size:13px;letter-spacing:.34em;text-transform:uppercase;margin-right:-.34em}

/* type plates */
.type{flex-direction:column;text-align:center}
.title{font-size:clamp(52px,12.5vw,210px);line-height:.86;letter-spacing:-.01em;margin:0;text-transform:uppercase;font-weight:400}
.title .i{font-style:italic;text-transform:none;letter-spacing:0}
.meta{margin:clamp(22px,4vh,40px) 0 0;font-size:13px;letter-spacing:.24em;text-transform:uppercase;line-height:2.1}
.meta b{font-weight:400;border-bottom:1px solid;padding-bottom:1px}
.row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:clamp(22px,4vh,40px)}
.btn{display:inline-block;border:1px solid var(--red);padding:12px 20px 11px;font-size:13px;letter-spacing:.2em;
  text-transform:uppercase;transition:background .5s ease,color .5s ease}
.btn:hover,.btn:focus-visible{background:var(--red);color:var(--blush)}
.btn.pill{border-radius:999px;padding:12px 26px 11px}

/* object plates */
.object{gap:clamp(20px,4vw,72px)}
.object figure{flex:0 1 auto;width:min(62vw,calc(100dvh - 180px));height:auto;position:relative}
.object figure img{width:100%;max-height:calc(100dvh - 180px)}
.chip{align-self:flex-start;background:#fff;border:1px solid rgba(224,0,11,.18);color:var(--red);font-size:11px;letter-spacing:.2em;
  text-transform:uppercase;padding:6px 10px 5px}
.object .text{flex:0 0 min(320px,30vw);display:flex;flex-direction:column;gap:16px}
.object h2{margin:0;font-size:clamp(22px,2.2vw,32px);font-weight:700;text-transform:uppercase;letter-spacing:-.01em;line-height:1.05}
.object p{margin:0;font-size:15px;line-height:1.45}
.object .k{font-size:11px;letter-spacing:.26em;text-transform:uppercase;color:var(--rose-deep)}
.object .btn{align-self:flex-start}

/* discography */
.disco{flex-direction:column}
.disco h2{font-size:13px;letter-spacing:.34em;text-transform:uppercase;font-weight:400;margin:0 0 clamp(18px,4vh,36px)}
.disco ol{list-style:none;margin:0;padding:0;width:min(760px,100%)}
.disco li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:.34em 0;border-bottom:1px solid rgba(224,0,11,.28);
  font-size:clamp(20px,3.3vh,34px);text-transform:uppercase;letter-spacing:.02em}
.disco li:last-child{border-bottom:0}
.disco li span{font-size:12px;letter-spacing:.22em;white-space:nowrap}
.disco li.now{font-style:italic}
.disco .bio{max-width:640px;margin:clamp(18px,4vh,34px) auto 0;text-align:center;font-size:13px;letter-spacing:.14em;text-transform:uppercase;line-height:1.9}

/* colophon */
.colophon{flex-direction:column;align-items:stretch;justify-content:center;max-width:1100px;margin:0 auto}
.colophon .two{margin:0;font-size:clamp(40px,7vw,104px);font-weight:400;text-transform:uppercase;line-height:.95;display:flex;flex-wrap:wrap;gap:0 .32em}
.colophon .two span:last-child{color:var(--rose)}
.colophon.watching .two span:last-child{color:var(--blush)}
.links{display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px 20px;margin:clamp(26px,6vh,56px) 0;
  font-size:clamp(15px,1.5vw,20px);text-transform:uppercase;letter-spacing:.14em}
.credits{font-size:11px;line-height:1.7;letter-spacing:.06em;max-width:720px}
.credits p{margin:0 0 .5em}
.credits .lt{font-family:"Helvetica Neue",Arial,sans-serif;font-weight:300;letter-spacing:0;
  -webkit-text-stroke:1px var(--red);color:transparent;font-size:30px;line-height:1;display:inline-block;margin-top:14px}
.reveal{display:none;flex-direction:column;gap:12px;align-items:flex-end;width:100%;margin-top:clamp(18px,4vh,36px)}
.reveal .x{font-size:13px;letter-spacing:.2em;text-transform:uppercase}
.reveal iframe{width:100%;border:0;display:block;background:var(--card)}
.reveal.v iframe{aspect-ratio:16/9;height:auto;max-height:58dvh}
.colophon.watching .links,.colophon.watching .credits{display:none}
.colophon.watching .reveal.showing{display:flex}

/* ---------- bottom rail ---------- */
.rail{position:fixed;left:0;right:0;bottom:0;z-index:25;display:grid;grid-template-columns:1fr auto 1fr;align-items:end;
  padding:0 var(--gutter) 20px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;pointer-events:none}
.rail>*{pointer-events:auto}
.rail .cap{justify-self:end;text-align:right;max-width:34vw;line-height:1.5;transition:opacity .5s}
.rail .folio{justify-self:start;display:flex;gap:10px;align-items:baseline}
.rail .folio .roman{font-size:15px;letter-spacing:.12em}
.bleed .rail .cap,.bleed .rail .folio{background:rgba(255,245,245,.86);padding:4px 8px}
.sound{display:flex;flex-direction:column;align-items:center;gap:10px}
.sound .toggle{border:1px solid var(--red);border-radius:999px;padding:9px 18px 8px;background:var(--blush);display:flex;gap:10px;align-items:center}
.sound .toggle .dot{width:7px;height:7px;border-radius:50%;background:var(--red);opacity:.35;transition:opacity .5s}
.sound.open .toggle .dot{opacity:1}
.player{width:min(380px,calc(100vw - 32px));height:80px;display:none;border-radius:12px;overflow:hidden;background:var(--card);border:1px solid rgba(224,0,11,.25)}
.sound.open .player{display:block}
.player iframe{width:100%;height:80px;border:0;display:block}

.sound-on .plate:not(.full){padding-bottom:170px}
.sound-on .plate.front figure img{height:min(48vh,72vw)}
body.home:not(.started) .rail{visibility:hidden}
#index{z-index:45}
.colophon.watching .two{display:none}
.meta b{white-space:nowrap}
@media (max-width:760px){
  .plate{padding:72px var(--gutter) 118px}
  .sound-on .plate:not(.full){padding-bottom:200px}
  .sound-on .object figure,.sound-on .object figure img{max-height:34dvh;width:auto}
  .player{bottom:60px}
  .sound-on .rail .cap{visibility:hidden}
  .object{flex-direction:column;gap:18px;text-align:left}
  .object figure{width:min(100%,46dvh)}
  .object figure img{max-height:46dvh}
  .object .text{flex:none;width:100%;gap:10px}
  .object p{font-size:14px}
  .rail{grid-template-columns:1fr auto;grid-template-areas:"cap cap" "folio sound";row-gap:10px;padding-bottom:16px}
  .rail .cap{grid-area:cap;justify-self:start;text-align:left;max-width:none;font-size:11px}
  .rail .folio{grid-area:folio}
  .rail .sound{grid-area:sound;align-items:flex-end}
  .player{position:fixed;left:16px;right:16px;bottom:64px;width:auto}
  .links{justify-content:flex-start;gap:12px 22px}
  .disco li{font-size:19px}
  .disco .bio{font-size:11px}
}

/* ---------- tour page ---------- */
.page{min-height:100dvh;display:flex;flex-direction:column}
.page main{flex:1;width:min(1100px,100%);margin:0 auto;padding:140px var(--gutter) 60px}
.page .crest{width:84px;height:auto;margin:0 auto 26px}
.page h1{text-align:center;font-weight:400;font-size:clamp(46px,8vw,120px);letter-spacing:.06em;text-transform:uppercase;margin:0 0 clamp(40px,8vh,90px);line-height:.9}
.dates{list-style:none;margin:0;padding:0;border-top:1px solid var(--red)}
.dates li{display:grid;grid-template-columns:9em 1fr auto;align-items:center;gap:24px;padding:34px 0;border-bottom:1px solid var(--red);
  text-transform:uppercase}
.dates .d{font-size:clamp(26px,3vw,40px);letter-spacing:.04em;font-variant-numeric:lining-nums}
.dates .v{font-size:clamp(18px,1.8vw,24px);letter-spacing:.08em;line-height:1.3}
.dates .v small{display:block;font-size:12px;letter-spacing:.26em;margin-top:4px}
.dates .none{display:block;text-align:center;padding:48px 0;font-size:18px;letter-spacing:.14em}
.note{margin:18px 0 0;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--rose-deep)}
.signup{margin:clamp(70px,14vh,140px) auto 0;max-width:620px;text-align:center}
.signup h2{font-weight:400;font-size:clamp(20px,2.4vw,28px);letter-spacing:.34em;text-transform:uppercase;margin:0 0 14px;margin-right:-.34em}
.signup p{margin:0 0 24px;font-size:15px}
.signup hr{border:0;border-top:1px solid var(--ink);width:60%;margin:56px auto}
.foot{padding:26px var(--gutter) 22px;text-align:center;font-size:11px;letter-spacing:.14em;text-transform:uppercase;line-height:2}
.foot .soc{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 22px;font-size:12px;margin-bottom:8px}
@media (max-width:760px){
  .page main{padding-top:110px}
  .dates li{grid-template-columns:1fr;gap:8px;padding:30px 0}
  .dates .v{padding-left:16px}
  .dates .btn{justify-self:start;margin-left:16px;margin-top:8px}
}

@media (prefers-reduced-motion:reduce){
  :root{--fade:1ms}
  *,*::before,*::after{animation:none!important;transition-duration:1ms!important;transition-delay:0s!important}
  .plate:not(.on){transform:none}
}
