:root {
  --footer-height: calc(6.2rem + env(safe-area-inset-bottom, 0px));
  --ink: #171412;
  --bone: #f4ede4;
  --paper: #e8dccd;
  --orange: #a26c55;
  --orange-deep: #4f3b36;
  --sand: #9b9a81;
  --mirror: #52605b;
  --line: rgba(244, 237, 228, 0.24);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
.portal-entry { padding-top: 6.4rem; background: #1a2524; }
.portal-button { display: grid; grid-template-columns: minmax(0,1fr) 100px minmax(0,1fr); gap: clamp(.6rem, 3vw, 3rem); place-items: center; padding: 1.2rem clamp(1rem, 8vw, 9.5rem); position: relative; isolation: isolate; width: 100%; height: 15rem; overflow: hidden; border: 0; border-top: 1px solid #ffffff15; border-bottom: 1px solid #ffffff20; background: linear-gradient(135deg, #43564d, #253831); color: var(--bone); cursor: pointer; }
.portal-button::before { content: ""; position: absolute; left: calc(50% - 100vmax); top: 50%; width: 200vmax; height: 200vmax; background: rgba(8,20,16,.2); border-top: 1px solid rgba(229,235,209,.5); transform-origin: 50% 0; transform: rotate(-45deg); z-index: -1; }
.portal-button:focus-visible { outline: 2px solid var(--bone); outline-offset: -6px; }
.portal-orb { display: block; width: 100px; height: 140px; fill: #10231c; stroke: #b4c0a3; stroke-width: 1; filter: drop-shadow(0 0 9px #d4dfab80); animation: portal-breathe 5s ease-in-out infinite alternate; }
.portal-secret { display: block; width: 100%; max-width: 26rem; font-family: var(--serif); font-size: clamp(1.3rem, 2.5vw, 2.7rem); line-height: 1.15; font-style: italic; text-align: center; }
.secret-arrow { display: block; width: min(100%, 260px); height: 85px; overflow: visible; pointer-events: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.portal-secret-left .secret-arrow { margin: .3rem 0 0 auto; }
.portal-secret-right .secret-arrow { margin: .3rem auto 0 0; }
.portal-button:hover .portal-orb { filter: drop-shadow(0 0 15px #d4dfaba0); }
@media (max-width: 600px) { .portal-button { height: 12rem; grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr); gap: .4rem; padding: .75rem; } .portal-orb { width: 54px; height: 76px; } .portal-secret { font-size: clamp(1rem, 4.3vw, 1.4rem); } .secret-arrow { height: 58px; } }
.portal-page { min-height: calc(100svh - var(--footer-height)); padding: 6.4rem 0 0; background: #fbdafa; color: #472f35; position: relative; }
.portal-open .site-header { background: #1a2524; }
.portal-return { position: absolute; left: clamp(1.25rem, 4vw, 4.5rem); top: 8rem; z-index: 2; }
.secret-projects { position: relative; min-height: max(42rem, calc(100svh - 6.4rem - var(--footer-height))); background: url('assets/secrets-rose-marron.png') center / 100% 100% no-repeat; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 6rem clamp(1.25rem, 5vw, 6rem) 3rem; }
.secret-project { min-width: 0; text-align: center; }
.secret-project-pink { align-self: start; max-width: 30rem; width: 100%; justify-self: start; }
.secret-project-brown { align-self: end; justify-self: end; max-width: 34rem; color: #fff6ee; }
.secret-project-label { font: 500 .7rem var(--sans); letter-spacing: .24em; text-transform: uppercase; margin: 0 0 1.5rem; }
.ribbon-monogram { display: block; width: 100%; max-height: 22rem; overflow: hidden; }
.ribbon-stroke { fill: none; stroke: white; stroke-width: 165; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.ribbon-lettering { opacity: 1; }
.ribbon-complete { opacity: 0; }
.portal-open .ribbon-loop { animation: draw-ribbon 2.3s .5s ease-in-out forwards; }
.portal-open .ribbon-z { animation: draw-ribbon 2s 1.7s ease-in-out forwards; }
.portal-open .ribbon-complete { animation: reveal-ribbon .6s 3.9s ease forwards; }
@keyframes reveal-ribbon { to { opacity: 1; } }
.secret-signature { font: 1.8rem var(--serif); letter-spacing: .08em; margin: .5rem 0; }
.secret-project-brown h2 { font: 400 clamp(1.8rem, 3.2vw, 3.3rem)/1.12 var(--serif); margin: 0 0 2rem; }
.countdown-days { font: .85rem var(--sans); letter-spacing: .12em; margin: 0 0 .5rem; }
.countdown-clock { font: 300 clamp(2.2rem, 5vw, 4.8rem)/1.1 var(--sans); font-variant-numeric: tabular-nums; letter-spacing: .015em; white-space: nowrap; margin: 0; }
.countdown-units, .secret-date { font-size: .65rem; letter-spacing: .13em; line-height: 1.5; }
.secret-date { margin-top: 1.5rem; }
@keyframes draw-ribbon { to { stroke-dashoffset: 0; } }
@media (max-width: 700px) {
  .secret-projects { display: block; background: none; padding: 0; }
  .secret-project { max-width: none; padding: 6rem 1.5rem 3rem; }
  .secret-project-pink { background: linear-gradient(135deg,#f5c4fc,#fff4fc); }
  .secret-project-brown { background: linear-gradient(135deg,#a1887e,#624c46); padding-top: 3rem; border-top: 2px solid #49312d; }
  .ribbon-monogram { max-height: 15rem; }
  .countdown-clock { font-size: clamp(2.4rem, 11vw, 4rem); }
}
@media (prefers-reduced-motion: reduce) { .portal-open .ribbon-stroke { animation: none; stroke-dashoffset: 0; } .portal-open .ribbon-lettering, .portal-open .ribbon-complete { animation: none; opacity: 1; } }
.portal-open { background: #12231f; }
.portal-transition { position: fixed; inset: 0; z-index: 45; overflow: hidden; pointer-events: all; }
.portal-transition span { position: absolute; left: var(--portal-x); top: var(--portal-y); width: var(--portal-size); height: calc(var(--portal-size) * 1.4); filter: drop-shadow(0 0 12px #d4dfab80); transform: translate(-50%, -50%) scale(1); animation: portal-dive 1.05s cubic-bezier(.55,.02,.7,.45) forwards; }
.portal-transition svg { width: 100%; height: 100%; display: block; }
.portal-transition.is-revealing { opacity: 0; transition: opacity .4s ease; pointer-events: none; }
@keyframes portal-breathe { to { opacity: .8; } }
@keyframes portal-dive { to { transform: translate(-50%, -50%) scale(var(--portal-scale)); filter: blur(0); } }
@media (prefers-reduced-motion: reduce) { .portal-orb, .portal-transition span { animation: none; } }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; scroll-padding-bottom: calc(var(--footer-height) + 1rem); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bone);
  font-family: var(--sans);
  overflow-x: hidden;
  padding-bottom: var(--footer-height);
}
.intro-overlay { align-items: center; background: radial-gradient(circle at 55% 46%, rgba(215,204,184,.22), transparent 28%), #17201f; color: var(--bone); display: flex; flex-direction: column; inset: 0; justify-content: center; padding: 2rem; position: fixed; text-align: center; transition: opacity .8s ease, visibility .8s ease; z-index: 50; }
.intro-overlay.is-hidden { opacity: 0; pointer-events: none; visibility: hidden; }
.intro-logo { display: block; max-width: min(22rem, 72vw); mix-blend-mode: screen; }
.intro-overlay p { font-size: .72rem; letter-spacing: .16em; margin: 1.5rem 0 1.6rem; text-transform: uppercase; }
.intro-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.intro-quiet { background: transparent; border: 0; color: var(--bone); cursor: pointer; font: inherit; font-size: .67rem; letter-spacing: .12em; padding: 1rem; text-decoration: underline; text-underline-offset: .35rem; text-transform: uppercase; }
.audio-toggle { align-items: center; background: rgba(23,32,31,.86); border: 1px solid rgba(244,237,228,.35); bottom: 1.2rem; color: var(--bone); cursor: pointer; display: flex; gap: .65rem; padding: .65rem .8rem; position: fixed; right: 1.2rem; z-index: 20; }
.audio-toggle-label { font-size: .61rem; letter-spacing: .11em; text-transform: uppercase; }
.audio-toggle-bars { align-items: end; display: flex; gap: 2px; height: 14px; }
.audio-toggle-bars i { background: currentColor; display: block; height: 5px; width: 2px; }
.audio-toggle.is-playing .audio-toggle-bars i { animation: sound 700ms ease-in-out infinite alternate; }
.audio-toggle.is-playing .audio-toggle-bars i:nth-child(2) { animation-delay: -350ms; height: 13px; }
.audio-toggle.is-playing .audio-toggle-bars i:nth-child(3) { animation-delay: -120ms; height: 9px; }
@keyframes sound { from { transform: scaleY(.35); } to { transform: scaleY(1); } }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 30; background: var(--bone); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { align-items: center; color: var(--bone); display: flex; justify-content: space-between; left: 0; padding: 1.4rem clamp(1.25rem, 4vw, 4.5rem); position: fixed; top: 0; width: 100%; z-index: 30; background: rgba(26,37,36,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(244,237,228,.12); }
.brand { color: currentColor; display: block; position: relative; text-decoration: none; width: 5rem; }
.brand-logo { display: block; filter: brightness(0) invert(1); height: 3.55rem; object-fit: contain; width: 5rem; }
.brand-oz { font-family: var(--sans); font-size: 2rem; font-weight: 200; letter-spacing: -.18em; transform: scaleX(.76); }
.brand-charlie { font-size: .74rem; letter-spacing: .05em; position: absolute; top: .83rem; }
.site-nav { display: flex; gap: clamp(1rem, 2vw, 2.4rem); font-size: .71rem; letter-spacing: .12em; text-transform: uppercase; }
.language-select { color: var(--bone); background: #1a2524; border: 1px solid #f4ede460; border-radius: 0; font: inherit; font-size: .7rem; padding: .4rem; max-width: 8rem; cursor: pointer; }
.site-nav { align-items: center; gap: clamp(.7rem, 1.4vw, 1.8rem); }
@media (min-width: 761px) and (max-width: 1100px) { .site-header { padding-left: 1rem; padding-right: 1rem; } .site-nav { font-size: .6rem; letter-spacing: .04em; } }
.site-nav a { opacity: .76; text-decoration: none; transition: opacity .2s ease; }
.site-nav a:hover, .site-nav a:focus { opacity: 1; }
.menu-toggle { background: transparent; border: 0; color: inherit; cursor: pointer; display: none; font: inherit; font-size: .7rem; letter-spacing: .12em; padding: .5rem 0; text-transform: uppercase; }
.menu-toggle i { background: currentColor; display: inline-block; height: 1px; margin-left: .65rem; vertical-align: middle; width: 1.3rem; }

.hero { background: radial-gradient(circle at 52% 43%, rgba(225,215,197,.23), transparent 18%), radial-gradient(circle at 12% 90%, rgba(23,48,45,.83), transparent 35%), linear-gradient(124deg, #1a2524 0%, #4d5a55 48%, #918b79 100%); color: var(--bone); min-height: max(44rem, 100svh); overflow: hidden; padding: clamp(8rem, 16vh, 11rem) clamp(1.25rem, 8vw, 9.5rem) 3.5rem; position: relative; }
.hero::after { border: 1px solid rgba(244,237,228,.26); border-radius: 50%; content: ""; height: min(88vw, 73rem); position: absolute; right: -18vw; top: 8%; width: min(88vw, 73rem); }
.hero-grain { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); inset: 0; mix-blend-mode: soft-light; opacity: .34; pointer-events: none; position: absolute; }
.halo { border: 1px solid rgba(244,237,228,.2); border-radius: 50%; position: absolute; }
.halo-one { height: 36vw; left: -12vw; top: 21%; width: 36vw; }
.halo-two { height: 15vw; left: 34%; top: 12%; width: 15vw; }
.hero-copy { max-width: 46rem; position: relative; z-index: 2; }
.eyebrow { font-size: .68rem; font-weight: 500; letter-spacing: .17em; margin: 0 0 1.25rem; text-transform: uppercase; }
.hero h1 { font-family: var(--serif); font-size: clamp(4rem, 10vw, 10rem); font-weight: 400; letter-spacing: -.065em; line-height: .95; margin: 0 0 2.5rem; position: relative; }
.hero-release-label { margin-bottom: .6rem; }
.hero-single { font-family: var(--serif); font-size: clamp(2.6rem, 4.5vw, 4.5rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; margin: 0; }
.hero-intro { font-size: clamp(1rem, 1.6vw, 1.3rem); line-height: 1.45; margin: 2.5rem 0 2.1rem; max-width: 24rem; }
.hero-cover { bottom: 0; height: min(78vh, 52rem); opacity: .67; position: absolute; right: clamp(-5rem, 3vw, 3rem); width: min(48vw, 44rem); z-index: 1; }
.hero-cover::after { background: linear-gradient(90deg, #263331 0%, transparent 45%), linear-gradient(0deg, rgba(23,32,31,.55), transparent 50%); content: ""; inset: 0; position: absolute; }
.hero-cover img { height: 100%; object-fit: cover; object-position: 50% 48%; width: 100%; }
em { font-family: var(--serif); }
.actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.35rem 2rem; }
.button { align-items: center; border: 1px solid currentColor; display: inline-flex; font-size: .68rem; gap: .9rem; justify-content: center; letter-spacing: .15em; padding: 1rem 1.2rem; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus { transform: translateY(-3px); }
.button-light { background: var(--bone); color: var(--ink); }
.button-light:hover, .button-light:focus { background: transparent; color: var(--bone); }
.button-dark { color: var(--ink); }
.button-dark:hover, .button-dark:focus { background: var(--ink); color: var(--bone); }
.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-size: .7rem; letter-spacing: .1em; padding-bottom: .35rem; text-decoration: none; text-transform: uppercase; }
.text-link-dark { color: var(--ink); }
.hero-mark { display:none; }
.hero-mark-top, .hero-mark-bottom { font-family: var(--sans); font-size: .82em; font-weight: 200; letter-spacing: -.21em; transform: scaleX(.72); }
.next-show { bottom: 3.5rem; border-left: 1px solid var(--line); padding-left: 1.35rem; position: absolute; right: clamp(1.25rem, 5vw, 5.5rem); z-index: 2; }
.next-show .eyebrow { margin-bottom: .5rem; }
.show-date { font-family: var(--serif); font-size: 2.4rem; line-height: .8; margin: 0 0 .8rem; }
.show-date span { font-family: var(--sans); font-size: .37em; letter-spacing: .1em; text-transform: uppercase; }
.show-place { font-size: .78rem; line-height: 1.4; margin: 0 0 1rem; }

.section-shell { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 8vw, 9.5rem); }
.section-heading h2, .about h2, .press h2, .social h2 { font-family: var(--sans); font-size: clamp(2.8rem, 5.6vw, 6.2rem); font-weight: 300; letter-spacing: -.07em; line-height: .92; margin: 0; }
.section-heading h2 em, .about h2 em, .press h2 em, .social h2 em { font-weight: 400; }
.release-layout { display: grid; gap: clamp(2rem, 6vw, 7rem); grid-template-columns: 1.1fr .9fr; margin-top: clamp(4rem, 9vw, 9rem); }
.feature-release { align-content: start; display: grid; gap: 1.5rem; grid-template-columns: minmax(0, 1fr); }
.record-art { aspect-ratio: 1; background: #52605b; color: var(--bone); display: flex; flex-direction: column; font-family: var(--serif); justify-content: space-between; min-height: 14rem; overflow: hidden; padding: 0; position: relative; }
.record-art.has-photo::before, .record-art.has-photo::after { display: none; }
.record-art img, .ep-cover img, .live-poster img { display: block; height: 100%; object-fit: cover; width: 100%; }
.record-art::before { border: 1px solid rgba(244,237,228,.8); border-radius: 50%; content: ""; height: 135%; left: -18%; position: absolute; top: -17%; width: 135%; }
.record-art::after { background: var(--ink); border-radius: 50%; content: ""; height: 19%; left: 40.5%; position: absolute; top: 40.5%; width: 19%; }
.record-art span { font-size: clamp(1.6rem, 3vw, 3.3rem); letter-spacing: -.06em; position: relative; z-index: 1; }
.record-art span:last-child { align-self: flex-end; font-family: var(--sans); font-size: .62rem; letter-spacing: .16em; }
.release-kind { font-size: .68rem; letter-spacing: .15em; margin: 0 0 1.2rem; text-transform: uppercase; }
.release-content h3 { font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.5rem); font-weight: 400; letter-spacing: -.07em; line-height: .8; margin: 0 0 1.3rem; }
.release-content > p:not(.release-kind) { font-size: .95rem; line-height: 1.55; margin: 0 0 1.9rem; max-width: 17rem; }
.ep-release { display: grid; align-content: start; gap: 1.5rem; grid-template-columns: minmax(0, 1fr); }
.release-layout { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.release-cover { margin: 0; position: relative; width: 100%; min-height: 0; }
.release-cover-info { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; gap: .75rem; padding: clamp(1rem, 3vw, 2rem); background: linear-gradient(transparent, rgba(13,24,24,.88) 45%, #0d1818); color: #fff; font-family: var(--sans); opacity: 0; transition: opacity .25s ease; }
.release-cover:hover .release-cover-info, .release-cover:focus-within .release-cover-info { opacity: 1; }
.release-cover-info p { margin: 0; font-size: .9rem; }
.release-cover-info .cover-title { font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.2rem); line-height: 1.05; }
.release-cover-info ol { margin: 0; padding-left: 1.4rem; font-size: clamp(.75rem, 1.1vw, .95rem); line-height: 1.7; }
.release-cover-info a { align-self: start; border-bottom: 1px solid currentColor; padding: .45rem 0; text-decoration: none; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.release-cover-info a:focus-visible { outline: 2px solid white; outline-offset: 4px; }
@media (hover: none) { .release-cover-info { opacity: 1; } }
.ep-cover { aspect-ratio: 1; margin: 0; overflow: hidden; }
.ep-title h3 { font-family: var(--sans); font-size: clamp(2.7rem, 4.8vw, 5.2rem); font-weight: 300; letter-spacing: -.08em; line-height: .86; margin: 0 0 clamp(3rem, 7vw, 7rem); }
.tracklist { border-top: 1px solid rgba(23,20,18,.32); list-style: none; margin: 0; padding: 0; }
.tracklist li { align-items: baseline; border-bottom: 1px solid rgba(23,20,18,.32); display: flex; font-family: var(--serif); font-size: clamp(1.15rem, 1.7vw, 1.65rem); gap: 1rem; justify-content: flex-start; padding: .95rem 0; }
.tracklist span { font-family: var(--sans); font-size: .55rem; letter-spacing: .1em; min-width: 1.6rem; }
.music-note { border-top: 1px solid rgba(23,20,18,.32); font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.2; margin: clamp(4rem, 8vw, 8rem) 0 0 auto; max-width: 34rem; padding-top: 1.3rem; }

.song-carousel { margin-top: clamp(4rem, 8vw, 8rem); min-width: 0; }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.carousel-heading h3 { font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 300; letter-spacing: -.055em; line-height: 1; margin: 0; }
.carousel-arrows { display: flex; gap: .5rem; }
.carousel-arrows button { width: 2.75rem; height: 2.75rem; border: 1px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; font-size: 1.3rem; border-radius: 50%; }
.carousel-arrows button:disabled { opacity: .3; cursor: default; }
.carousel-instructions, .preview-status { font-size: .8rem; line-height: 1.5; }
.carousel-instructions { margin: 1.5rem 0; }
.preview-status { min-height: 2.5em; margin: .75rem 0 0; }
.song-track { display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x mandatory; padding: .4rem .2rem 1rem; margin: 0; list-style: none; scrollbar-width: thin; scrollbar-color: var(--mirror) transparent; }
.song-card { flex: 0 0 clamp(10rem, 22vw, 16rem); scroll-snap-align: start; }
.song-preview { display: block; padding: 0; border: 0; width: 100%; background: transparent; color: var(--ink); text-align: left; font: inherit; cursor: pointer; }
.song-preview:focus-visible { outline: 2px solid var(--mirror); outline-offset: 3px; }
.song-art { display: block; position: relative; overflow: hidden; aspect-ratio: 1; background: var(--mirror); }
.song-art img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.song-preview:hover img, .song-preview.is-playing img { transform: scale(1.04); }
.song-play { position: absolute; bottom: .8rem; right: .8rem; display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--bone); color: var(--ink); font-size: .8rem; }
.song-preview { text-decoration: none; }
.song-art .song-clip { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; background: #171412; opacity: 0; pointer-events: none; }
.song-choice { margin: auto; padding: 0; width: min(32rem, calc(100% - 2rem)); max-height: 85dvh; border: 1px solid var(--mirror); background: var(--bone); color: var(--ink); box-shadow: 0 24px 90px #0006; }
.song-choice::backdrop { background: #10201bd9; backdrop-filter: blur(8px); }
.song-choice-content { padding: clamp(1.25rem, 5vw, 2.5rem); }
.song-choice-close { display: block; margin-left: auto; padding: .5rem; font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
.song-choice h2 { margin: 1rem 0 2rem; font-size: clamp(1.8rem, 6vw, 2.6rem); line-height: 1.15; overflow-wrap: anywhere; }
.song-choice-link { display: block; padding: 1rem; margin-top: .75rem; border: 1px solid currentColor; color: inherit; text-decoration: none; font-size: 1rem; text-align: center; }
.song-choice-link[hidden] { display: none; }
.song-choice-link:hover { background: var(--ink); color: var(--bone); }
.song-choice :focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.song-preview.is-playing .song-clip.is-ready { opacity: 1; }
.song-play, .song-progress { z-index: 2; }
.song-sample-control { margin-top: .8rem; padding: .5rem 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: none; font: inherit; font-size: .875rem; cursor: pointer; }
.song-sample-control:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.song-progress { position: absolute; bottom: 0; left: 0; height: 4px; width: 100%; background: var(--bone); transform: scaleX(var(--preview-progress, 0)); transform-origin: left; }
.song-title { display: block; font-family: var(--serif); font-size: 1.5rem; margin: .85rem 0 .35rem; }
.song-album, .song-duration { display: block; font-size: .65rem; letter-spacing: .06em; line-height: 1.5; }
.song-duration { margin-top: .3rem; opacity: .7; }
@media (max-width: 760px) { .song-card { flex-basis: 65%; max-width: 16rem; } }
.live { background: var(--ink); color: var(--bone); }
.live-topline { align-items: flex-end; display: flex; justify-content: space-between; }
.live-topline > p:last-child { font-family: var(--serif); font-size: clamp(1.25rem, 2.1vw, 2.1rem); line-height: 1.1; margin: 0; text-align: right; }
.live-stage { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 2rem; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); margin-top: clamp(3rem, 6vw, 6rem); padding: clamp(2rem, 4vw, 4rem) 0; }
.live-details { align-self: center; min-width: 0; }
.live-month { font-size: clamp(1rem, 1.8vw, 1.4rem); letter-spacing: .08em; margin: 1.5rem 0; text-transform: uppercase; }
.live-details h2 { font-family: var(--serif); font-size: clamp(2.6rem, 5vw, 5.6rem); font-weight: 400; letter-spacing: -.08em; line-height: .83; margin: 0 0 1rem; }
.live-details > p:last-child { font-size: .75rem; letter-spacing: .13em; margin: 0; text-transform: uppercase; }
.ticket-panel { align-self: end; border-left: 1px solid var(--line); padding: 1.5rem; position: relative; z-index: 1; }
.ticket-panel p { font-size: .68rem; letter-spacing: .14em; margin: 0 0 .55rem; text-transform: uppercase; }
.ticket-presale { display: inline-block; color: var(--bone); font-family: var(--serif); font-size: 1.3rem; line-height: 1.4; text-underline-offset: .25em; padding: .4rem 0; }
.ticket-presale:hover { color: #fff; }
.ticket-presale:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.live-poster { margin: clamp(2rem, 5vw, 5rem) auto 0; width: 100%; max-width: 62rem; overflow: hidden; }
.live-poster img { height: auto; object-fit: contain; }

.about { background: var(--orange); color: var(--ink); display: grid; gap: 3rem; grid-template-columns: .75fr 1.45fr .5fr; overflow: hidden; position: relative; }
.about-number { align-self: center; width: 100%; max-width: 15rem; }
.about-logo { display: block; width: 100%; height: auto; object-fit: contain; }
.about-number.about-portraits { align-self: start; max-width: 22rem; padding-top: 5rem; }
.about-portrait { display: block; width: 100%; height: auto; }
.about-portraits .about-logo { width: 70%; margin: 2rem auto 0; }
.bio-photo { --photo-angle: -1.5deg; margin: 3rem .5rem; padding: clamp(.5rem, 1.2vw, .9rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); background: #f5ead5; border: 1px solid #e0ceb1; box-shadow: 0 18px 28px -12px #35201566, 0 3px 7px #35201524; transform: rotate(var(--photo-angle)); animation: bio-photo-float 9s ease-in-out infinite; }
.bio-photo img { display: block; width: 100%; height: auto; filter: sepia(.24) saturate(.77) contrast(.94) brightness(1.03); transition: filter .4s ease; }
.bio-photo:nth-of-type(even) { --photo-angle: 1.8deg; animation-delay: -4s; }
.bio-photo-portrait { margin: 0 .4rem 2rem; --photo-angle: -3deg; animation-delay: -2s; }
.bio-photo-pair .bio-photo:first-child { --photo-angle: -2.5deg; }
.bio-photo-pair .bio-photo:last-child { --photo-angle: 2.5deg; animation-delay: -5s; }
.bio-photo:focus-within img { filter: sepia(.1) saturate(.9); }
@media (hover: hover) { .bio-photo:hover img { filter: sepia(.1) saturate(.9); } }
@keyframes bio-photo-float {
  0%, 100% { transform: translateY(0) rotate(var(--photo-angle)); }
  50% { transform: translateY(-7px) rotate(calc(var(--photo-angle) + .5deg)); }
}
@media (prefers-reduced-motion: reduce) {
  .bio-photo { animation: none; }
  .bio-photo img { transition: none; }
}
.bio-photo-archive { max-width: 23rem; margin-inline: auto; }
.bio-photo a { display: block; }
.bio-photo a:focus-visible { outline: 2px solid currentColor; outline-offset: 5px; }
.bio-photo-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; align-items: start; margin: 2.5rem 0; }
.bio-photo-pair .bio-photo { margin: 0; }
.bio-photo-pair .bio-photo:last-child { margin-top: 2rem; }
@media (max-width: 760px) {
  .about-number.about-portraits { padding-top: 0; max-width: 18rem; }
  .about-portraits .about-logo { display: none; }
  .bio-photo-pair { gap: .75rem; }
}
.about-copy { max-width: 39rem; position: relative; z-index: 1; }
.about #about-title { font-size: clamp(2.7rem, 4.6vw, 5.2rem); line-height: 1.02; letter-spacing: -.055em; overflow-wrap: break-word; }
.biography-open { background: var(--orange); }
.biography-open .site-header { background: var(--ink); }
.biography-open .about { padding-top: clamp(10rem, 16vw, 14rem); min-height: calc(100svh - var(--footer-height)); }
.about h1 { font-family: var(--sans); font-weight: 300; margin: 0; }
.back-home { margin: 0 0 2.5rem !important; }
.site-nav a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: .5rem; }
.about .about-copy > .about-intro { font-family: var(--serif); font-size: clamp(1.5rem, 2.1vw, 2rem); line-height: 1.25; }
.about-story { margin-top: 2.5rem; }
.about-story h3 { font-size: 1rem; font-weight: 600; line-height: 1.4; margin: 2.2rem 0 .8rem; }
.about-story p { font-size: clamp(1rem, 1.2vw, 1.1rem); line-height: 1.7; margin: 0 0 1.1rem; }
.about-copy > p:not(.eyebrow) { font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.5; margin: 1.7rem 0 0; max-width: 33rem; }
.about-copy .text-link { margin-top: 2rem; }
.about-aside { align-self: end; border-left: 1px solid rgba(23,20,18,.34); display: grid; gap: .4rem; padding-left: 1.2rem; }
.about-aside p { font-family: var(--serif); font-size: clamp(2.3rem, 3.8vw, 3.9rem); line-height: .8; margin: 1.2rem 0 0; }
.about-aside span { font-size: .58rem; letter-spacing: .08em; line-height: 1.3; text-transform: uppercase; }

.press { background: var(--paper); display: grid; gap: 5rem; grid-template-columns: .8fr 1.2fr; }
.press-content { padding-top: 3.4rem; }
.radio-showcase { grid-column: 1 / -1; min-width: 0; }
.radio-showcase h3 { font: 400 clamp(1.8rem, 3vw, 2.8rem) var(--serif); margin: 0 0 1.5rem; }
.radio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1rem; list-style: none; margin: 0; padding: 0; }
.radio-grid li { display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem .8rem 1rem; min-width: 0; background: #fff; border: 1px solid rgba(23,20,18,.08); }
.radio-grid img { display: block; width: 100%; max-width: 105px; height: 90px; object-fit: contain; }
.radio-grid span { font-size: .7rem; line-height: 1.4; text-align: center; }
@media (max-width: 420px) { .radio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; } }
.press-quote { border-left: 1px solid var(--ink); max-width: 37rem; padding-left: 1.4rem; }
.press-quote p { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 3.4rem); letter-spacing: -.04em; line-height: 1; margin: 0 0 1.2rem; }
.press-quote span { font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.press-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3.5rem, 8vw, 8rem); }
.press-stats p { border-left: 1px solid rgba(23,20,18,.34); display: grid; gap: .35rem; margin: 0; padding: 0 1.15rem; }
.press-stats strong { font-family: var(--serif); font-size: clamp(2.7rem, 4vw, 4.2rem); font-weight: 400; letter-spacing: -.08em; }
.press-stats span { font-size: .61rem; letter-spacing: .14em; text-transform: uppercase; }
.press-note { font-size: .78rem; line-height: 1.55; margin: 3rem 0 0; max-width: 22rem; }

.social { background: var(--bone); display: grid; gap: 5rem; grid-template-columns: 1fr 1.25fr; }
.merch-page { min-height: calc(100svh - var(--footer-height)); padding-top: 9rem; background: var(--bone); text-align: center; }
.merch-page > .text-link { margin-bottom: 4rem; }
.merch-page h1 { font: 400 clamp(2.6rem, 6.8vw, 6rem)/1.08 var(--serif); letter-spacing: -.04em; margin: 0 auto; max-width: 16ch; color: #214c38; }
.merch-note { font: 400 clamp(2rem, 4vw, 3.5rem)/1.2 var(--serif); margin: 1rem 0 2rem; color: #782d40; }
.merch-christmas { position: relative; isolation: isolate; width: min(100%, 38rem); height: clamp(18rem, 48vw, 29rem); margin: 1.5rem auto 0; }
.merch-tree { position: relative; z-index: 2; display: block; width: 78%; height: 100%; object-fit: contain; margin: auto; }
.merch-rails { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }
.merch-christmas.is-3d { width: min(100%, 60rem); height: clamp(24rem, 62vw, 40rem); margin-top: 0; }
.merch-christmas.is-3d canvas { display: block; width: 100%; height: 100%; }
.railway-toggle { margin: .5rem auto; cursor: pointer; font-size: .875rem; }
.merch-train { position: absolute; width: 32%; max-width: 12rem; height: auto; left: 0; top: 0; offset-path: ellipse(36% 11% at 50% 82%); offset-anchor: 50% 78%; offset-rotate: 0deg; z-index: 3; filter: drop-shadow(0 3px 2px #15271c35); animation: christmas-roundtrip 16s linear infinite; }
[data-page="merch"][hidden] .merch-train { animation-play-state: paused; }
@keyframes christmas-roundtrip {
  0% { offset-distance: 0%; transform: scale(-.65, .85); z-index: 3; }
  25% { offset-distance: 25%; transform: scaleX(-1); z-index: 3; }
  49.99% { offset-distance: 49.99%; transform: scale(-.65, .85); z-index: 3; }
  50% { offset-distance: 50%; transform: scale(.65, .85); z-index: 1; }
  75% { offset-distance: 75%; transform: scale(.8); z-index: 1; }
  99.99% { offset-distance: 99.99%; transform: scale(.65, .85); z-index: 1; }
  100% { offset-distance: 100%; transform: scale(-.65, .85); z-index: 3; }
}
@media (prefers-reduced-motion: reduce) { .merch-train { animation: none; offset-distance: 25%; transform: scaleX(-1); } }
.contact-button { margin-top: 2rem; }
.contact-page { min-height: calc(100svh - var(--footer-height)); padding-top: 10rem; background: var(--bone); }
.contact-page > .text-link { margin-bottom: 3rem; }
.contact-page h1 { font: 400 clamp(3rem, 8vw, 7rem)/1.05 var(--serif); letter-spacing: -.05em; margin: 0; }
.contact-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr)); gap: 2rem; margin-top: 3rem; }
.contact-details section { border-top: 1px solid #17141240; padding-top: 1.2rem; }
.contact-details h2 { font-size: .8rem; letter-spacing: .07em; margin: 0 0 1rem; }
.contact-details a { display: inline-block; padding: .5rem 0; font-size: clamp(.95rem, 1.7vw, 1.3rem); overflow-wrap: anywhere; text-underline-offset: .3em; }
.contact-layout { margin-top: 3rem; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3rem; align-items: start; }
.contact-form { display: grid; gap: .65rem; min-width: 0; }
.label-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.contact-form .label-heading h2 { margin: 0; flex: 1; min-width: 0; }
/* Show the supplied logo without its transparent outer margins. */
.corva-logo { position: relative; overflow: hidden; width: clamp(5rem, 8vw, 7rem); aspect-ratio: 711 / 581; flex-shrink: 0; }
.corva-logo img { position: absolute; width: 151.899%; max-width: none; height: auto; left: -23.769%; top: -66.781%; }
.corva-logo-story { width: 9rem; max-width: 100%; margin: 1.5rem 0 2.5rem; }
.contact-form h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 400; margin: 0 0 1rem; }
.letter-form { padding: clamp(1rem, 3vw, 2.3rem); background: #fffaf1; border: 1px solid #17141230; box-shadow: 0 12px 30px #1714120b; }
.letter-form textarea { line-height: 2rem; background: repeating-linear-gradient(transparent 0, transparent calc(2rem - 1px), #17141218 calc(2rem - 1px), #17141218 2rem) 0 .9rem / 100% 2rem; font-family: var(--serif); font-size: 1.15rem; }
.contact-form label { font-size: .8rem; letter-spacing: .04em; margin-top: .65rem; }
.contact-form input, .contact-form textarea { width: 100%; min-width: 0; border: 1px solid #17141255; border-radius: 0; background: #ffffff70; color: var(--ink); font: 1rem/1.5 var(--sans); padding: .9rem 1rem; }
.contact-form textarea { resize: vertical; min-height: 13rem; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: 2px solid var(--mirror); outline-offset: 2px; }
.contact-form .button { justify-self: start; cursor: pointer; }
.contact-help { font-size: .8rem; line-height: 1.5; margin: .5rem 0; }
@media (max-width: 760px) { .contact-layout { grid-template-columns: minmax(0, 1fr); } }
.social-links { align-self: end; border-top: 1px solid rgba(23,20,18,.35); }
.social-links a { align-items: center; border-bottom: 1px solid rgba(23,20,18,.35); display: flex; font-family: var(--serif); font-size: clamp(2rem, 4vw, 4.3rem); justify-content: space-between; letter-spacing: -.07em; padding: .7rem 0; text-decoration: none; transition: padding .2s ease; }
.social-links a:hover, .social-links a:focus { padding-left: 1rem; }
.social-links i { font-family: var(--sans); font-size: .35em; font-style: normal; letter-spacing: 0; }
.site-footer { align-items: center; background: var(--ink); color: var(--bone); display: flex; font-size: .62rem; justify-content: space-between; gap: 1rem; letter-spacing: .1em; padding: 2.3rem clamp(1.25rem, 4vw, 4.5rem) calc(.4rem + env(safe-area-inset-bottom, 0px)); text-transform: uppercase; position: fixed; inset: auto 0 0; height: var(--footer-height); z-index: 19; }
.site-footer { padding-top: 2.8rem; }
.train-track { --train-width: clamp(6rem, 19vw, 12rem); position: absolute; top: 0; left: 1rem; right: 1rem; height: 44px; border-bottom: 1px solid rgba(244,237,228,.25); }
.footer-train { position: absolute; left: 0; bottom: 3px; width: var(--train-width); height: 32px; object-fit: contain; pointer-events: none; user-select: none; transform: translateX(var(--train-offset, 0px)); }
#train-scroll { appearance: none; -webkit-appearance: none; position: absolute; inset: 0; width: 100%; height: 44px; margin: 0; padding: 0; background: transparent; cursor: grab; touch-action: none; z-index: 1; }
#train-scroll:active { cursor: grabbing; }
#train-scroll::-webkit-slider-runnable-track { height: 44px; background: transparent; }
#train-scroll::-webkit-slider-thumb { appearance: none; -webkit-appearance: none; width: var(--train-width); height: 44px; border: 0; background: transparent; }
#train-scroll::-moz-range-track { height: 44px; background: transparent; }
#train-scroll::-moz-range-thumb { width: var(--train-width); height: 44px; border: 0; background: transparent; }
#train-scroll:focus-visible { outline: 1px solid var(--bone); outline-offset: 2px; }
#train-scroll:disabled { cursor: default; }
.audio-toggle { bottom: calc(var(--footer-height) + .75rem); }
.social #social-title { font-size: clamp(2.5rem, 4.6vw, 5rem); line-height: 1.08; }
.footer-brand { display: block; width: 4rem; max-width: 100%; flex-shrink: 0; }
.footer-logo-img { display: block; height: auto; object-fit: contain; width: 100%; }
.site-footer p { margin: 0; opacity: .65; }
.site-footer > a:last-child { text-decoration: none; }

@media (max-width: 760px) {
  .site-header { padding-top: 1rem; }
  .site-nav { background: var(--ink); display: grid; gap: 1.25rem; left: 0; opacity: 0; visibility: hidden; padding: 6rem 1.3rem 2rem; pointer-events: none; position: fixed; top: 0; transform: translateY(-1rem); transition: opacity .2s ease, transform .2s ease; width: 100%; max-height: calc(100svh - var(--footer-height)); overflow-y: auto; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .site-nav a { font-family: var(--serif); font-size: 2.5rem; letter-spacing: -.05em; text-transform: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .hero { min-height: 44rem; padding-top: 9rem; }
  .hero::after { right: -50%; top: 18%; width: 120vw; height: 120vw; }
  .hero-mark { bottom: 7.5rem; opacity: .38; right: 12%; }
  .hero-cover { height: 49vh; opacity: .44; right: -5rem; width: 82vw; }
  .next-show { bottom: 2.1rem; right: 1.25rem; }
  .release-layout, .feature-release, .ep-release, .about, .press, .social { grid-template-columns: 1fr; }
  .feature-release { max-width: 32rem; }
  .ep-release { margin-top: 1rem; }
  .about-number { max-width: 8rem; position: static; }
  .about-copy { z-index: 1; }
  .about-aside { grid-template-columns: auto 1fr; max-width: 18rem; }
  .about-aside p { margin: 1.2rem 0 0; }
  .about-aside span { align-self: end; padding-bottom: .1rem; }
  .live-stage { grid-template-columns: 1fr; }
  .ticket-panel { border-left: 0; border-top: 1px solid var(--line); padding: 1.5rem 0 0; }
  .press-content { padding-top: 0; }
  .press-stats { margin-top: 3.5rem; }
  .press-stats p { padding: 0 .6rem; }
  .site-footer { gap: .65rem; padding-left: 1rem; padding-right: 1rem; font-size: .5rem; letter-spacing: .04em; }
  .site-footer p { max-width: 10rem; line-height: 1.5; text-align: center; }
  .site-footer > a:last-child { white-space: nowrap; }
  .site-footer .footer-brand { width: 2.8rem; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: clamp(3.5rem, 15vw, 4.8rem); }
  .hero-intro { max-width: 15rem; }
  .live-topline { align-items: flex-start; flex-direction: column; gap: 1.3rem; }
  .live-topline > p:last-child { text-align: left; }
  .press-stats strong { font-size: 2.4rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
