:root {
  --ink: #0b0e0f;
  --charcoal: #151a1c;
  --paper: #d6dde0;
  --muted: #99a3a5;
  --gold: #c9a227;
  --line: rgba(214, 221, 224, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.gold-mark { color: var(--gold); }
.terminal { color: inherit; }

/* Powerblum hall-door splash: photorealistic hallway scene. */
body.splash-active{overflow:hidden}
.site-experience{opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}
.site-experience:not([aria-hidden="true"]){opacity:1;visibility:visible}
body.splash-open .site-experience{opacity:1;visibility:visible}
.powerblum-splash{position:fixed;z-index:10000;inset:0;display:grid;place-items:center;background:#050608;opacity:1;transition:opacity .6s ease,visibility .6s ease}
.powerblum-splash.is-leaving{visibility:hidden;opacity:0}
.powerblum-hall{position:relative;width:100%;height:100%;overflow:hidden;background:#090705;perspective:1800px}
.powerblum-hall-scene{position:absolute;left:50%;top:50%;width:max(100vw,184.55vh);aspect-ratio:1672/906;transform:translate(-50%,-50%);transform-origin:center;will-change:transform}
.powerblum-hall-image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:fill;user-select:none;-webkit-user-drag:none;pointer-events:none}

/* The hallway artwork still contains the original lower-left instruction.
   Cover only that lettering with a nearby clean strip from the same floor.
   The donor is pulled farther down than the old version so none of the
   original letters are copied back into the repair. */
.powerblum-baked-copy-cleaner{
  position:absolute;
  z-index:2;
  inset:0;
  overflow:hidden;
  pointer-events:none;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1672 906'%3E%3Cdefs%3E%3Cfilter id='b'%3E%3CfeGaussianBlur stdDeviation='3.2'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='110' y='817' width='350' height='31' rx='7' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1672 906'%3E%3Cdefs%3E%3Cfilter id='b'%3E%3CfeGaussianBlur stdDeviation='3.2'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='110' y='817' width='350' height='31' rx='7' fill='white' filter='url(%23b)'/%3E%3C/svg%3E");
  -webkit-mask-size:100% 100%;
  mask-size:100% 100%;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
}
.powerblum-baked-copy-cleaner img{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:fill;
  /* Perspective-matched donor alignment: 73 px right / 27 px up in the
     1672x906 source. This keeps the floorboard seams continuous while
     sampling clean floor below the baked instruction. */
  transform:translate(4.3660%,-2.9801%);
  user-select:none;
  -webkit-user-drag:none;
}

/* Keep the permanent jamb/casing in the hallway image. Only the actual door
   leaf moves, which removes the doubled gold edge that appeared around it. */
.powerblum-door-stage{position:absolute;z-index:3;left:71.172%;top:4.525%;width:21.411%;height:81.457%;perspective:1500px;transform-style:preserve-3d;overflow:visible}
.powerblum-door-reveal{position:absolute;z-index:1;inset:1.8% 3.4% 1.9% 4%;overflow:hidden;background:#080706;box-shadow:none}
.powerblum-door-reveal::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.12),transparent 23%,transparent 79%,rgba(0,0,0,.12)),linear-gradient(transparent 78%,rgba(0,0,0,.12));box-shadow:inset 0 0 18px rgba(0,0,0,.28)}
.powerblum-door{position:absolute;z-index:4;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:url("../images/powerblum-atrium-door.png") center/100% 100% no-repeat;cursor:pointer;transform:rotateY(0deg);transform-origin:96.6% center;transform-style:preserve-3d;backface-visibility:hidden;clip-path:inset(1.8% 3.4% 1.9% 4%);transition:transform 1.15s cubic-bezier(.2,.75,.18,1),filter .4s ease;box-shadow:none;outline:none}
.powerblum-door:hover{filter:brightness(1.025)}
.powerblum-door:focus-visible{outline:2px solid rgba(255,255,255,.58);outline-offset:2px;filter:brightness(1.035)}
.powerblum-splash.is-opening .powerblum-door{transform:rotateY(108deg);filter:brightness(.97);box-shadow:none}
.powerblum-door-handle{position:absolute;z-index:6;left:5.8%;top:58.7%;width:4.8%;aspect-ratio:1;border-radius:50%;pointer-events:none;opacity:.45;box-shadow:0 0 8px 3px rgba(201,162,39,.42),0 0 18px 7px rgba(201,162,39,.18);animation:powerblumHandlePulse 1.35s ease-in-out infinite}

/* Live instruction moved to the atrium door instead of the hallway's left side. */
.powerblum-enter-copy{position:absolute;z-index:6;left:73.7%;top:88.7%;width:18.2%;margin:0;color:#f3eee4;font-size:clamp(.52rem,.72vw,.78rem);font-weight:850;line-height:1.2;letter-spacing:.13em;text-align:center;text-transform:uppercase;text-shadow:0 2px 5px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.55);pointer-events:none;white-space:nowrap;transition:opacity .22s ease,transform .22s ease}
.powerblum-splash.is-opening .powerblum-enter-copy{opacity:0;transform:translateY(5px)}
@keyframes powerblumHandlePulse{50%{transform:scale(1.16);opacity:.82;box-shadow:0 0 10px 5px rgba(224,189,76,.56),0 0 24px 10px rgba(201,162,39,.28)}}
@media(max-width:640px){.powerblum-hall-scene{width:max(100vw,184.55vh)}}
@media(prefers-reduced-motion:reduce){.powerblum-door-handle{animation:none!important}.powerblum-door,.powerblum-splash,.powerblum-enter-copy{transition-duration:.01ms}}


.hero { width: min(1380px, calc(100% - 64px)); min-height: 670px; margin: 0 auto; display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(48px, 7vw, 104px); align-items: center; padding: 68px 0 74px; }
.eyebrow { margin: 0 0 20px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 5.8vw, 6.5rem); font-weight: 500; line-height: .91; letter-spacing: -.045em; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #aeb7b9; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.listen-button { min-width: 210px; min-height: 58px; border: 1px solid var(--gold); border-radius: 999px; background: var(--gold); color: #101314; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; position: relative; overflow: hidden; }
.listen-button:hover, .listen-button:focus-visible { background: #e0bd3c; }
.listen-button.compact { min-width: 112px; min-height: 40px; padding: 0 17px; font-size: .67rem; }
.play-symbol { font-size: .75rem; }
.listen-line { position: absolute; inset: auto 24px 8px; height: 2px; background: rgba(15,18,19,.18); }
.listen-line i { display: block; height: 100%; background: #101314; }
.secondary-action { min-height: 58px; display: inline-flex; align-items: center; padding: 0 24px; border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.secondary-action:hover { border-color: var(--gold); }
.hero-facts { display: flex; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts p { min-width: 0; margin: 0; padding: 17px 22px 18px 0; flex: 1; }
.hero-facts p + p { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-facts p > span:first-child, .hero-facts strong { display: block; }
.hero-facts p > span:first-child { margin-bottom: 7px; color: #7f898b; font-size: .6rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-facts strong { font-size: .79rem; line-height: 1.45; }

.hero-art { position: relative; width: min(100%, 540px); aspect-ratio: 1; justify-self: end; }
.front-sheet, .back-sheet { position: absolute; width: 86%; aspect-ratio: 1; border: 1px solid rgba(201,162,39,.25); box-shadow: 0 28px 70px rgba(0,0,0,.5); }
.front-sheet { inset: 4% auto auto 0; z-index: 2; }
.back-sheet { inset: auto 0 3% auto; transform: rotate(3.5deg); opacity: .58; filter: saturate(.75); }
.front-sheet img, .back-sheet img, .square-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hero-jukebox-label { width: 260px; margin: 0; padding: 17px 20px; background: rgba(11,14,15,.94); border-left: 3px solid var(--gold); box-shadow: 0 10px 30px rgba(0,0,0,.35); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.2; }
.hero-jukebox-label > span:first-child { display: block; margin-bottom: 5px; color: var(--gold); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .54rem; font-weight: 800; letter-spacing: .16em; }

.three-part { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1380px, calc(100% - 64px)); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.three-part a { position: relative; min-height: 132px; padding: 26px 30px; display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 18px; }
.three-part a + a { border-left: 1px solid var(--line); }
.three-part a:hover { background: rgba(255,255,255,.025); }
.three-part span { grid-row: 1 / 3; color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; }
.three-part strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 500; }
.three-part small { margin-top: 5px; color: #8d9799; font-size: .77rem; line-height: 1.45; }

.canon-section { width: min(1380px, calc(100% - 64px)); margin: 0 auto; padding: 108px 0 124px; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 430px); gap: 80px; align-items: end; margin-bottom: 44px; }
.section-heading h2, .ledger-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.6rem, 4.2vw, 4.8rem); font-weight: 500; line-height: .98; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 5px; color: #8f999b; font-size: .94rem; line-height: 1.7; }
.movement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px 28px; }
.movement-card { min-width: 0; }
.cover-link { display: block; }
.square-art { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #090b0c; }
.movement-card .square-art { transition: transform .35s ease, filter .35s ease; }
.movement-card:hover .square-art { transform: translateY(-6px); filter: brightness(1.06); }
.movement-card-copy { position: relative; padding: 20px 2px 0; }
.movement-card-copy::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: var(--accent-fill, var(--accent)); }
.card-number { display: flex; align-items: baseline; gap: 12px; margin: 0 0 11px; color: #8f989a; font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.card-number span { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; letter-spacing: 0; }
.movement-card .card-number span,
.movement-card .track-count span,
.movement-card .text-link > span:last-child {
  background: var(--accent-fill, var(--accent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.movement-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 2.2vw, 2.25rem); font-weight: 600; line-height: 1.03; letter-spacing: -.02em; }
.track-count { margin: 13px 0 18px; color: #879092; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.track-count span { color: var(--accent); }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: #dce1e2; font-size: .69rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.text-link > span:last-child { color: var(--accent); font-size: 1rem; }
.text-link__label { display: inline; white-space: nowrap; }

.album-page, .track-page { width: min(1380px, calc(100% - 64px)); margin: 0 auto; padding-bottom: 110px; }
.crumbs { min-height: 78px; display: flex; align-items: center; gap: 12px; color: #7e888a; font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.crumbs a:hover { color: var(--gold); }
.album-hero { display: grid; grid-template-columns: minmax(350px, 540px) 1fr; gap: clamp(50px, 7vw, 112px); align-items: center; padding: 38px 0 92px; }
.album-cover, .track-art { border: 1px solid rgba(255,255,255,.12); box-shadow: 0 32px 80px rgba(0,0,0,.48); }
.album-art-gallery { position: relative; padding: 0 34px 34px 0; }
.album-art-gallery .album-cover { width: 100%; }
.album-art-gallery .album-cover--back {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 31%;
  border-color: rgba(201,162,39,.55);
  box-shadow: 0 18px 44px rgba(0,0,0,.62);
}

.artwork-open {
  appearance: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #090b0c;
  color: #f3f0e8;
  cursor: zoom-in;
  font: inherit;
  text-align: left;
}
.artwork-open img { display: block; width: 100%; height: 100%; object-fit: cover; }
.artwork-open__hint {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 8px;
  border: 1px solid rgba(201,162,39,.55);
  background: rgba(7,9,10,.82);
  color: #e3c85f;
  font-size: .52rem;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity .2s ease;
}
.artwork-open:hover .artwork-open__hint,
.artwork-open:focus-visible .artwork-open__hint { opacity: 1; }
.artwork-open:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.artwork-viewer {
  width: min(94vw, 1400px);
  max-width: none;
  height: min(94vh, 1400px);
  max-height: none;
  margin: auto;
  padding: 42px;
  overflow: visible;
  border: 1px solid rgba(201,162,39,.48);
  background: #07090a;
  color: #dce1e2;
}
.artwork-viewer::backdrop { background: rgba(0,0,0,.9); backdrop-filter: blur(8px); }
.artwork-viewer figure { width: 100%; height: 100%; margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; gap: 12px; }
.artwork-viewer img { display: block; width: 100%; height: 100%; object-fit: contain; }
.artwork-viewer figcaption { color: #9aa3a5; font-size: .66rem; font-weight: 750; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.artwork-viewer__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(201,162,39,.55);
  border-radius: 50%;
  background: #111516;
  color: var(--gold);
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1;
}
.album-copy h1, .track-copy h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.2rem, 5.6vw, 6.2rem); font-weight: 500; line-height: .91; letter-spacing: -.045em; }
.album-name, .track-parent { margin: 24px 0; color: #a7b0b2; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.85rem); line-height: 1.2; }
.album-facts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.album-facts span { padding: 8px 12px; border: 1px solid var(--line); color: #aeb5b7; font-size: .63rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.meaning-strip { position: relative; border-top: 0; }
.meaning-strip::before { content: ""; display: block; height: 3px; background: var(--accent-fill, var(--accent)); }
.meaning-strip p { display: grid; grid-template-columns: 130px 1fr; gap: 22px; margin: 0; padding: 17px 0; border-bottom: 1px solid var(--line); color: #a8b0b2; font-size: .86rem; line-height: 1.6; }
.meaning-strip span { color: var(--accent); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }

.track-ledger { border-top: 1px solid var(--line); padding-top: 68px; }
.ledger-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; }
.ledger-heading h2 { font-size: clamp(2.4rem, 3.6vw, 4rem); }
.disc-summary { max-width: 680px; margin: -10px 0 28px; color: #9ba5a7; font-size: .84rem; line-height: 1.65; }
.disc-ledger { display: grid; gap: 54px; }
.disc-heading { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: baseline; gap: 18px; padding: 0 0 14px; border-bottom: 3px solid var(--accent); }
.disc-heading p, .disc-heading h3, .disc-heading span { margin: 0; }
.disc-heading p { color: var(--accent); font-size: .66rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.disc-heading h3 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 2.3vw, 2.2rem); font-weight: 500; line-height: 1.05; }
.disc-heading span { color: #7f898b; font-size: .58rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.canon-note { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 24px; margin-top: 48px; padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.canon-note span { color: var(--accent); font-size: .6rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.canon-note p { max-width: 900px; margin: 0; color: #929c9e; font-size: .82rem; line-height: 1.65; }
.track-ledger ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.disc-section .track-ledger ol, .disc-section ol { border-top: 0; }
.track-ledger li { min-height: 96px; display: grid; grid-template-columns: 46px minmax(0, 1fr) auto 38px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.track-index { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; }
.track-identity { min-width: 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 18px; align-items: center; padding: 14px 0; }
.track-thumb { width: 64px; }
.track-identity small, .track-identity strong { display: block; }
.track-identity small { margin-bottom: 4px; color: var(--code-accent, #737d7f); font-size: .57rem; font-weight: 800; letter-spacing: .12em; }
.track-identity strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.7vw, 1.55rem); font-weight: 600; line-height: 1.05; }
.catalogued { color: #707a7c; font-size: .6rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.arrow-link { color: var(--arrow-accent, var(--accent)); font-size: 1.1rem; text-align: center; }

.track-stage { display: grid; grid-template-columns: minmax(360px, 560px) 1fr; gap: clamp(52px, 8vw, 120px); align-items: center; min-height: 690px; padding: 34px 0 70px; }
.track-copy .listen-button { margin-top: 8px; }
.track-disc-context { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 14px; max-width: 620px; margin: -8px 0 26px; padding: 12px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.track-disc-context span { color: var(--accent); font-size: .62rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.track-disc-context strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 500; }
.track-disc-context small { margin-left: auto; color: #7f898b; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.preview-note { max-width: 520px; margin: 14px 0 0; color: #727c7e; font-size: .7rem; line-height: 1.5; }
.track-meaning { position: relative; margin-top: 36px; border-top: 0; }
.track-meaning::before { content: ""; display: block; height: 3px; background: var(--accent-fill, var(--accent)); }
.track-meaning article { display: grid; grid-template-columns: 110px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.track-meaning article > span { color: var(--accent); font-size: .61rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.track-meaning p { margin: 0; color: #aab2b4; font-size: .85rem; line-height: 1.55; }
.track-nav { display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; }
.track-nav a { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; line-height: 1.15; }
.track-nav a > span:first-child { display: block; margin-bottom: 6px; color: #737d7f; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: .55rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.track-nav .next { text-align: right; }
.back-to-album { padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; font-family: Inter, "Segoe UI", Arial, sans-serif !important; font-size: .61rem !important; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 1050px) {
  .hero, .three-part, .canon-section, .album-page, .track-page { width: min(100% - 40px, 920px); }
  .hero { min-height: 0; grid-template-columns: 1fr .8fr; gap: 48px; padding: 58px 0 68px; }
  .hero h1 { font-size: clamp(3.4rem, 7vw, 5.1rem); }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); }
  .hero-facts p { padding-right: 14px; }
  .hero-facts p + p { padding-left: 14px; }
  .movement-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .album-hero, .track-stage { grid-template-columns: minmax(300px, .85fr) 1.15fr; gap: 50px; }
  .track-stage { min-height: 610px; }
}

@media (max-width: 760px) {
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 48px; padding: 52px 0 64px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .hero-art { justify-self: auto; width: min(100%, 540px); margin: auto; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts p, .hero-facts p + p { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); }
  .hero-facts p:first-child { border-top: 0; }
  .three-part { grid-template-columns: 1fr; }
  .three-part a { min-height: 108px; }
  .three-part a + a { border-left: 0; border-top: 1px solid var(--line); }
  .canon-section { padding: 76px 0 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .movement-grid { grid-template-columns: 1fr; gap: 54px; }
  .movement-card h3 { font-size: 2rem; }
  .crumbs { overflow-x: auto; white-space: nowrap; }
  .album-hero, .track-stage { grid-template-columns: 1fr; gap: 42px; min-height: 0; padding: 22px 0 70px; }
  .album-cover, .track-art { width: 100%; max-width: 560px; margin: auto; }
  .album-copy h1, .track-copy h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .meaning-strip p, .track-meaning article { grid-template-columns: 1fr; gap: 7px; }
  .disc-heading { grid-template-columns: 1fr auto; gap: 7px 14px; }
  .disc-heading h3 { grid-column: 1 / 3; grid-row: 2; }
  .canon-note { grid-template-columns: 1fr; gap: 8px; }
  .track-disc-context small { width: 100%; margin-left: 0; }
  .track-ledger li { grid-template-columns: 36px minmax(0, 1fr) 34px; gap: 10px; }
  .track-ledger .listen-button, .track-ledger .catalogued { display: none; }
  .track-identity { grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
  .track-thumb { width: 54px; }
  .track-nav { grid-template-columns: 1fr 1fr; }
  .back-to-album { grid-column: 1 / 3; grid-row: 1; text-align: center; }
}

@media (max-width: 430px) {
  .hero, .three-part, .canon-section, .album-page, .track-page { width: calc(100% - 28px); }
  .hero h1 { overflow-wrap: normal; }
  .hero-actions > * { width: 100%; }
  .hero-jukebox-label { width: 100%; }
}

/* Shared @RJS° signature header and footer */
.signature-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(255,255,255,.09);
  background: rgba(8,10,11,.97);
}
.signature-header__inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}
.signature-header__primary,
.signature-header__secondary {
  display: grid;
  grid-template-columns: minmax(190px,1fr) auto minmax(190px,1fr);
  align-items: center;
}
.signature-header__primary {
  min-height: 52px;
  gap: 22px;
}
.signature-header__secondary {
  min-height: 34px;
  border-top: 1px solid rgba(255,255,255,.06);
  gap: 18px;
}
.signature-mark {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d7dcdd;
  font: 700 .68rem/1 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: .1em;
}
.signature-mark img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.signature-title {
  justify-self: center;
  color: #e7e4da;
  font: 600 .75rem/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: .035em;
  white-space: nowrap;
}
.signature-motto {
  justify-self: end;
  margin: 0;
  color: #9ba4a6;
  font-size: .52rem;
  font-weight: 700;
  letter-spacing: .075em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-section,
.signature-status {
  margin: 0;
  color: #899395;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-section { justify-self: start; }
.signature-status {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.signature-status > span:first-child {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 9px rgba(201,162,39,.55);
}
.signature-navigation {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 20px;
}
.signature-navigation a {
  color: #c5cbcc;
  font-size: .51rem;
  font-weight: 750;
  letter-spacing: .115em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-navigation a:hover,
.signature-navigation a:focus-visible { color: #fff; }
.signature-menu-button { display: none; }

.powerblum-prefooter {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 6px;
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center;
}
.powerblum-prefooter p {
  margin: 0;
  color: #adb5b7;
  font: 600 clamp(.5rem, .75vw, .66rem)/1.2 Georgia, "Times New Roman", serif;
  letter-spacing: .035em;
  white-space: nowrap;
}
.powerblum-prefooter__title { color: #d8dcdd !important; }
.powerblum-prefooter__roles { margin-top: 3px !important; color: #8f999b !important; }

.signature-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 16px;
  min-height: 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 12px;
  background: rgba(0,0,0,.2);
  color: #899294;
  font-size: .52rem;
  letter-spacing: .055em;
}
.signature-footer p { margin: 0; }
.signature-footer__recognition { justify-self: start; }
.signature-footer__recognition strong {
  color: #39ff14;
  letter-spacing: .12em;
  text-shadow: 0 0 8px rgba(57,255,20,.35);
}
.signature-footer__approval {
  justify-self: center;
  padding: 3px 8px;
  border: 1px solid rgba(201,162,39,.58);
  border-radius: 999px;
  background: rgba(201,162,39,.1);
  color: #e0ddd2;
  font-size: .45rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.signature-footer__copyright { justify-self: end; text-align: right; }
.signature-footer__copyright > span:first-child { color: var(--gold); }

.back-to-top {
  --back-to-top-edge: 18px;
  --footer-lift: 0px;
  position: fixed;
  right: 18px;
  bottom: calc(var(--back-to-top-edge) + var(--footer-lift));
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 5px 9px;
  border: 1px solid rgba(201,162,39,.6);
  border-radius: 999px;
  background: rgba(10,12,13,.92);
  box-shadow: 0 6px 18px rgba(0,0,0,.28);
  color: #d8dcdd;
  font: 750 .48rem/1 Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(7px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease, border-color .18s ease, bottom .18s ease;
  cursor: pointer;
}
.back-to-top > span:first-child { color: var(--gold); font-size: .72rem; line-height: 1; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover,
.back-to-top:focus-visible { border-color: var(--gold); color: #fff; }

.entry-soundtrack-control {
  position: fixed;
  left: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(201,162,39,.62);
  border-radius: 999px;
  background: rgba(10,12,13,.94);
  box-shadow: 0 6px 18px rgba(0,0,0,.32);
  color: #d8dcdd;
  font: 750 .52rem/1 Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.entry-soundtrack-control__symbol { color: var(--gold); font-size: .72rem; }
.entry-soundtrack-control:hover,
.entry-soundtrack-control:focus-visible { border-color: var(--gold); color: #fff; }
.entry-soundtrack-control.is-playing { box-shadow: 0 0 18px rgba(201,162,39,.16), 0 6px 18px rgba(0,0,0,.32); }

@media (max-width: 860px) {
  .signature-header__primary {
    grid-template-columns: auto 1fr;
    gap: 12px;
  }
  .signature-title { justify-self: end; }
  .signature-motto { display: none; }
  .signature-header__secondary { grid-template-columns: 1fr auto 1fr; }
  .signature-navigation { gap: 12px; }
  .signature-navigation a { font-size: .46rem; }
  .signature-status { font-size: .46rem; }
}

@media (max-width: 640px) {
  .signature-header__inner,
  .powerblum-prefooter,
  .signature-footer { width: calc(100% - 24px); }
  .signature-header__primary { min-height: 48px; }
  .signature-mark img { width: 24px; height: 24px; }
  .signature-title { font-size: clamp(.52rem, 2.35vw, .68rem); }
  .signature-header__secondary {
    position: relative;
    min-height: 36px;
    grid-template-columns: 1fr auto;
  }
  .signature-status { display: none; }
  .signature-menu-button {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    border: 0;
    background: transparent;
    color: #d8dcdd;
    font-family: inherit;
    font-size: .5rem;
    font-weight: 750;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .signature-menu-icon,
  .signature-menu-icon::before,
  .signature-menu-icon::after {
    display: block;
    width: 14px;
    height: 1px;
    background: var(--gold);
  }
  .signature-menu-icon { position: relative; }
  .signature-menu-icon::before,
  .signature-menu-icon::after { content: ""; position: absolute; left: 0; }
  .signature-menu-icon::before { top: -4px; }
  .signature-menu-icon::after { top: 4px; }
  .signature-navigation {
    position: absolute;
    top: 100%;
    left: -12px;
    right: -12px;
    z-index: 40;
    display: none;
    padding: 9px 12px 12px;
    border-top: 1px solid rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.1);
    background: rgba(8,10,11,.99);
    box-shadow: 0 14px 24px rgba(0,0,0,.3);
  }
  .signature-navigation.is-open { display: grid; gap: 0; }
  .signature-navigation a { padding: 9px 2px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .signature-navigation a:last-child { border-bottom: 0; }
  .powerblum-prefooter { padding: 9px 0 5px; overflow-x: auto; scrollbar-width: none; }
  .powerblum-prefooter::-webkit-scrollbar { display: none; }
  .powerblum-prefooter p { font-size: clamp(.42rem, 1.85vw, .52rem); letter-spacing: .01em; }
  .signature-footer {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 5px;
    padding: 7px 9px;
    margin-bottom: 12px;
    text-align: center;
  }
  .signature-footer__recognition,
  .signature-footer__approval,
  .signature-footer__copyright { justify-self: center; text-align: center; }
  .back-to-top { --back-to-top-edge: 12px; right: 12px; min-height: 28px; padding: 4px 8px; }
  .entry-soundtrack-control { left: 12px; bottom: 12px; min-height: 30px; padding: 5px 9px; font-size: .48rem; }
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top { transition: none; }
  .entry-soundtrack-control { transition: none; }
}

/* Approved design — restrained scale pass */
.hero,
.three-part,
.canon-section,
.album-page,
.track-page {
  width: min(1180px, calc(100% - 56px));
}

.hero {
  min-height: 545px;
  grid-template-columns: 1.08fr .92fr;
  gap: clamp(40px, 6vw, 76px);
  padding: 48px 0 58px;
}
.eyebrow { margin-bottom: 15px; font-size: .66rem; }
.hero h1 { max-width: 650px; font-size: clamp(2.8rem, 4.55vw, 4.85rem); line-height: .94; }
.hero-lede { max-width: 590px; margin-top: 22px; font-size: clamp(.92rem, 1.15vw, 1.08rem); line-height: 1.62; }
.hero-actions { gap: 14px; margin-top: 27px; }
.listen-button { min-width: 178px; min-height: 48px; padding: 0 20px; font-size: .7rem; }
.secondary-action { min-height: 48px; padding: 0 20px; font-size: .69rem; }
.hero-facts { margin-top: 31px; }
.hero-facts p { padding-top: 13px; padding-bottom: 14px; }
.hero-art { width: min(100%, 430px); }
.hero-jukebox-label { width: 226px; padding: 13px 16px; font-size: .88rem; }

.three-part a { min-height: 106px; padding: 20px 23px; grid-template-columns: 30px 1fr; column-gap: 14px; }
.three-part span { font-size: 1.4rem; }
.three-part strong { font-size: 1.38rem; }
.three-part small { font-size: .71rem; }

.canon-section { padding: 76px 0 92px; }
.section-heading { grid-template-columns: 1fr minmax(260px, 380px); gap: 58px; margin-bottom: 34px; }
.section-heading h2,
.ledger-heading h2 { font-size: clamp(2.1rem, 3.35vw, 3.65rem); }
.section-heading > p { font-size: .86rem; line-height: 1.6; }
.movement-grid { gap: 34px 24px; }
.movement-card-copy { padding-top: 15px; }
.card-number { margin-bottom: 8px; }
.card-number span { font-size: 1.35rem; }
.movement-card h3 { font-size: clamp(1.3rem, 1.75vw, 1.82rem); line-height: 1.06; }
.track-count { margin: 10px 0 14px; }

.album-page,
.track-page { padding-bottom: 82px; }
.crumbs { min-height: 61px; }
.album-hero { grid-template-columns: minmax(290px, 420px) 1fr; gap: clamp(42px, 6vw, 78px); padding: 26px 0 67px; }
.album-copy h1,
.track-copy h1 { max-width: 680px; font-size: clamp(2.6rem, 4.35vw, 4.65rem); line-height: .94; }
.album-name,
.track-parent { margin: 18px 0; font-size: clamp(1.05rem, 1.55vw, 1.48rem); }
.album-facts { margin-bottom: 22px; }
.meaning-strip p { grid-template-columns: 112px 1fr; gap: 18px; padding: 14px 0; font-size: .8rem; }

.track-ledger { padding-top: 50px; }
.ledger-heading { margin-bottom: 23px; }
.ledger-heading h2 { font-size: clamp(2rem, 3vw, 3.25rem); }
.track-ledger li { min-height: 78px; grid-template-columns: 40px minmax(0, 1fr) auto 32px; gap: 16px; }
.track-index { font-size: 1.12rem; }
.track-identity { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 11px 0; }
.track-thumb { width: 52px; }
.track-identity strong { font-size: clamp(1rem, 1.38vw, 1.3rem); }
.listen-button.compact { min-width: 98px; min-height: 36px; padding: 0 14px; font-size: .62rem; }

.track-stage { grid-template-columns: minmax(300px, 430px) 1fr; gap: clamp(44px, 6.5vw, 84px); min-height: 565px; padding: 26px 0 54px; }
.track-meaning { margin-top: 28px; }
.track-meaning article { grid-template-columns: 96px 1fr; gap: 18px; padding: 14px 0; }
.track-meaning p { font-size: .79rem; }
.track-nav { padding: 17px 0; }
@media (max-width: 1050px) {
  .hero,
  .three-part,
  .canon-section,
  .album-page,
  .track-page { width: min(100% - 40px, 900px); }
  .hero { gap: 38px; padding: 44px 0 54px; }
  .hero h1 { font-size: clamp(2.7rem, 6vw, 4rem); }
  .album-hero,
  .track-stage { grid-template-columns: minmax(270px, .78fr) 1.22fr; gap: 42px; }
  .track-stage { min-height: 520px; }
}

@media (max-width: 760px) {
  .hero { gap: 34px; padding: 38px 0 48px; }
  .hero h1 { font-size: clamp(2.45rem, 11vw, 3.65rem); }
  .hero-art { width: min(88vw, 430px); }
  .three-part a { min-height: 88px; padding: 17px 20px; }
  .canon-section { padding: 58px 0 68px; }
  .section-heading { gap: 15px; margin-bottom: 28px; }
  .movement-grid { gap: 42px; }
  .movement-card h3 { font-size: 1.65rem; }
  .album-hero,
  .track-stage { gap: 31px; padding: 17px 0 52px; }
  .album-cover,
  .track-art { width: min(88vw, 430px); }
  .album-art-gallery { width: min(88vw, 430px); margin: auto; padding: 0 26px 26px 0; }
  .album-art-gallery .album-cover { width: 100%; }
  .album-art-gallery .album-cover--back { width: 33%; }
  .artwork-viewer { width: 96vw; height: 90vh; padding: 38px 12px 12px; }
  .album-copy h1,
  .track-copy h1 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
  .track-ledger { padding-top: 40px; }
}

@media (max-width: 430px) {
  .hero,
  .three-part,
  .canon-section,
  .album-page,
  .track-page { width: calc(100% - 28px); }
}

/* Album ledgers route to a track's own listening page. */
.track-ledger li {
  grid-template-columns: 32px minmax(0, 1fr) auto;
}

.track-identity {
  cursor: pointer;
}

.track-ledger .arrow-link {
  min-width: 58px;
  color: var(--arrow-accent, var(--accent));
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

.track-ledger .arrow-link span { margin-left: 6px; font-size: .9rem; }

/* Prologue and Movements IV-VII: purple paws, gold filing, rainbow evidence. */
.palette-rainbow .gold-mark { color: var(--dot-accent); }
.palette-rainbow .crumbs > span { color: var(--arrow-accent); }

/* Breadcrumb identity: movement follows the page accent; filed track code stays gold. */
.crumbs .crumb-movement { color: var(--accent); }
.track-page .crumbs .crumb-code { color: var(--gold); }

.movement-nav {
  margin-top: 34px;
}

@media (max-width: 760px) {
  .track-ledger li {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .movement-nav {
    margin-top: 26px;
  }
}

/* Shared signature mark and footer: legible at every site scale. */
.signature-mark { font-size: 1rem; }
.signature-mark img { width: 38px; height: 38px; }

.signature-title { font-size: 1.02rem; }
.signature-motto { font-size: .7rem; }

.signature-section,
.signature-status { font-size: .68rem; }

.signature-navigation a { font-size: .69rem; }

.powerblum-prefooter p {
  font-size: clamp(.68rem, 1vw, .88rem);
}

.signature-footer {
  font-size: .8rem;
}

.signature-footer__approval {
  font-size: .7rem;
}

.back-to-album {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: #d7dcdd;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.back-to-album:hover,
.back-to-album:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 860px) {
  .signature-navigation a,
  .signature-status { font-size: .63rem; }
}

@media (max-width: 640px) {
  .signature-mark img { width: 31px; height: 31px; }

  .signature-title { font-size: clamp(.7rem, 3.1vw, .9rem); }

  .signature-menu-button {
    font-size: .68rem;
  }

  .signature-navigation a {
    font-size: .63rem;
  }

  .powerblum-prefooter p {
    font-size: clamp(.58rem, 2.45vw, .7rem);
  }

  .signature-footer {
    font-size: .74rem;
  }

  .signature-footer__approval {
    font-size: .66rem;
  }
}


/* Reciprocal Movement companion link: ThePowerblum.com → The.Powerblum Edition */
.album-facts .edition-companion-link {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-decoration: none;
}

.album-facts .edition-companion-link:hover,
.album-facts .edition-companion-link:focus-visible {
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: #eef1f2;
}


/* Open-door view: the exact same atrium field of view visible through the
   closed glass door, rebuilt from the existing pane imagery with the door,
   mullions and screen removed. Nothing is zoomed in. */
.powerblum-door-stage{z-index:5}
.powerblum-door-reveal{
  inset:2.4% 4.4% 2.4% 4.6%;
  overflow:hidden;
  background:#0b0805;
  box-shadow:none;
}
.powerblum-door-reveal::after{content:none!important;display:none!important}
.powerblum-open-atrium{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:81fr 79fr 79fr;
  grid-template-rows:142fr 110fr 96fr 88fr 87fr;
  gap:0;
  overflow:hidden;
  background:#0b0805;
}
.powerblum-atrium-pane{
  position:relative;
  display:block;
  min-width:0;
  min-height:0;
  overflow:hidden;
  background:#0b0805;
}
.powerblum-atrium-pane img{
  position:absolute;
  display:block;
  max-width:none;
  width:calc(358 / var(--w) * 100%);
  height:calc(738 / var(--h) * 100%);
  left:calc(-1 * var(--x) / var(--w) * 100%);
  top:calc(-1 * var(--y) / var(--h) * 100%);
  transform:scale(1.012);
  transform-origin:center;
  filter:saturate(1.01) contrast(1.01) brightness(.995);
  user-select:none;
  pointer-events:none;
}
/* After the swing finishes, the door leaf disappears completely. The atrium
   remains at the same visual scale it had through the closed door. */
.powerblum-splash.is-room-visible .powerblum-door{
  opacity:0;
  pointer-events:none;
}
.powerblum-door{
  transition:transform 1.15s cubic-bezier(.2,.75,.18,1),filter .4s ease,opacity .16s ease;
}

/* Human.Canon is a parallel first-person record, not an instructional layer. */
.human-canon-intro {
  position: relative;
  padding: clamp(72px, 9vw, 138px) var(--page-pad);
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(42,157,143,.17), transparent 34%),
    radial-gradient(circle at 86% 22%, rgba(213,106,93,.14), transparent 30%),
    radial-gradient(circle at 76% 72%, rgba(83,101,168,.17), transparent 34%),
    radial-gradient(circle at 18% 82%, rgba(187,79,123,.12), transparent 30%),
    #080909;
  border-top: 1px solid rgba(211,155,53,.42);
}
.human-canon-hero {
  width: min(1240px, 100%);
  margin: 0 auto clamp(82px, 10vw, 140px);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
}
.human-canon-copy h1,
.human-canon-copy h2 {
  max-width: 780px;
  margin: 14px 0 26px;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.3vw, 5.6rem);
  line-height: .98;
}
.human-canon-copy > p:not(.eyebrow) {
  max-width: 670px;
  color: #c5c7c5;
  font-size: clamp(1rem, 1.45vw, 1.25rem);
  line-height: 1.8;
}
.human-canon-copy .human-canon-statement {
  margin-top: 28px;
  padding-left: 22px;
  border-left: 2px solid #d39b35;
  color: #eee4d0;
}
.human-master-art {
  position: relative;
  min-height: min(56vw, 690px);
}
.human-master-art .front-sheet,
.human-master-art .back-sheet {
  position: absolute;
  width: min(68%, 520px);
  aspect-ratio: 1 / 1;
  box-shadow: 0 30px 80px rgba(0,0,0,.62);
}
.human-master-art .back-sheet { right: 1%; top: 3%; transform: rotate(4deg); }
.human-master-art .front-sheet { left: 2%; bottom: 1%; transform: rotate(-3deg); z-index: 2; }
.human-master-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.human-canon-heading { width: min(1240px, 100%); margin-inline: auto; }
.human-canon-intro .movement-grid { width: min(1240px, 100%); margin-inline: auto; }
.human-canon-home .human-canon-intro {
  padding-top: clamp(118px, 11vw, 170px);
  padding-bottom: clamp(96px, 9vw, 140px);
}
.human-canon-heading { scroll-margin-top: 150px; }
.human-canon-page {
  background:
    radial-gradient(circle at 8% 16%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 30%),
    radial-gradient(circle at 92% 68%, rgba(83,101,168,.11), transparent 34%),
    #090a0a;
}
.human-canon-page .meaning-strip p,
.human-canon-page .track-meaning article { border-color: color-mix(in srgb, var(--accent) 42%, #272a29); }

@media (max-width: 820px) {
  .human-canon-hero { grid-template-columns: 1fr; }
  .human-master-art { min-height: min(108vw, 620px); }
}
@media (max-width: 520px) {
  .human-canon-intro { padding-inline: 20px; }
  .human-master-art { min-height: 115vw; }
  .human-master-art .front-sheet,
  .human-master-art .back-sheet { width: 76%; }
  .human-canon-home .human-canon-intro {
    padding-top: 104px;
    padding-bottom: 88px;
  }
  .human-canon-heading { scroll-margin-top: 112px; }
}

/* Portrait mobile authority pass. Keep this last so desktop refinement layers
   cannot restore multi-column layouts after the mobile rules have applied. */
@media (max-width: 760px) {
  html,
  body,
  #site,
  .site-experience,
  main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .hero,
  .three-part,
  .canon-section,
  .album-page,
  .track-page {
    width: calc(100% - 28px);
    max-width: 100%;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .section-heading,
  .album-hero,
  .track-stage,
  .meaning-strip p,
  .track-meaning article,
  .canon-note {
    grid-template-columns: minmax(0, 1fr);
  }

  .album-hero,
  .track-stage {
    min-height: 0;
  }

  .album-copy,
  .track-copy,
  .section-heading > *,
  .track-identity,
  .track-identity > span {
    min-width: 0;
    max-width: 100%;
  }

  .album-copy h1,
  .track-copy h1,
  .album-name,
  .track-identity strong,
  .section-heading h2 {
    overflow-wrap: anywhere;
  }

  .album-art-gallery,
  .album-cover,
  .track-art,
  .hero-art,
  .human-master-art {
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  .signature-header__inner {
    width: calc(100% - 20px);
    max-width: 100%;
  }

  .signature-header__primary {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 9px;
  }

  .signature-mark {
    min-width: 0;
    gap: 6px;
    font-size: clamp(.72rem, 3.2vw, .9rem);
  }

  .signature-mark img {
    width: 28px;
    height: 28px;
  }

  .signature-title {
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    font-size: clamp(.54rem, 2.65vw, .72rem);
    letter-spacing: .01em;
    line-height: 1.15;
  }

  .signature-title wbr {
    display: none;
  }

  .signature-header__secondary {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .signature-section {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .signature-menu-button {
    flex: 0 0 auto;
  }

  .signature-navigation {
    max-width: none;
    overflow: hidden;
  }

  .signature-navigation a {
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .powerblum-prefooter {
    overflow: hidden;
  }

  .powerblum-prefooter p {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
