:root {
    --ink: #071014;
    --ink-soft: #0c181d;
    --night: #10242d;
    --mist: #c7d3d1;
    --silver: #e4e4df;
    --paper: #ebe9e1;
    --moss: #829486;
    --line: rgba(229, 234, 230, .18);
    --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { color: var(--paper); background: #536c70; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px;
    color: white; background: var(--ink); transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
    position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 88px;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 max(28px, calc((100vw - 1180px) / 2)); color: var(--silver);
    transition: background .35s ease, border-color .35s ease, height .35s ease;
    border-bottom: 1px solid transparent;
}
.site-header.scrolled {
    height: 68px; background: rgba(5, 13, 16, .88); border-color: var(--line);
    backdrop-filter: blur(14px);
}
.brand { width: 240px; height: 84px; display: flex; align-items: center; overflow: visible; text-decoration: none; transition: width .35s ease, height .35s ease; }
.brand-crop {
    display: flex;
    align-items: center;
    width: 240px;
    height: 84px;
}
.brand-crop img {
    position: static; width: 230px; height: auto; max-width: none;
    filter: brightness(1.12); opacity: .96; transition: width .35s ease;
}
.site-header.scrolled .brand { width: 190px; height: 64px; }
.site-header.scrolled .brand-crop { width: 190px; height: 64px; }
.site-header.scrolled .brand-crop img { width: 180px; }
.site-nav { display: flex; gap: 34px; align-items: center; }
.site-nav a {
    position: relative; color: rgba(235, 235, 229, .78); font-size: .72rem;
    letter-spacing: .15em; text-transform: uppercase; text-decoration: none;
}
.site-nav a::after {
    content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px;
    background: var(--silver); transform: scaleX(0); transform-origin: right; transition: transform .25s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; }

.hero {
    position: relative; min-height: 100svh; display: grid; place-items: center;
    color: var(--silver); background: var(--ink); isolation: isolate; overflow: hidden;
}
.hero-backdrop {
    position: absolute; z-index: -4; inset: 0;
    background-image: linear-gradient(90deg, rgba(3, 9, 11, .96) 0%, rgba(4, 11, 14, .72) 44%, rgba(3, 9, 11, .36) 100%), url("../images/spered-ar-choad-cover.webp");
    background-size: cover; background-position: center 44%; transform: scale(1.04);
    filter: saturate(.72) contrast(1.07);
}
.hero::before {
    content: ""; position: absolute; z-index: -3; inset: 0;
    background: radial-gradient(circle at 68% 34%, rgba(166, 197, 205, .16), transparent 22%), linear-gradient(0deg, rgba(4, 11, 13, .72), transparent 42%);
}
.hero::after {
    content: ""; position: absolute; z-index: -2; inset: 0; opacity: .14; pointer-events: none;
    background-image: radial-gradient(circle at 20% 30%, rgba(231, 239, 236, .32) 0 1px, transparent 1.5px), radial-gradient(circle at 72% 64%, rgba(231, 239, 236, .22) 0 1px, transparent 1.5px);
    background-size: 97px 83px, 131px 109px;
}
.mist { position: absolute; z-index: -1; border-radius: 50%; filter: blur(70px); opacity: .18; }
.mist-one { width: 50vw; height: 14vw; left: -10%; bottom: 18%; background: #9cc3c7; animation: drift 13s ease-in-out infinite alternate; }
.mist-two { width: 40vw; height: 9vw; right: -8%; top: 24%; background: #b5c2be; animation: drift 17s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate3d(12vw, -2vw, 0); opacity: .1; } }

.hero-content { display: grid; grid-template-columns: 1fr minmax(360px, 525px); gap: clamp(50px, 8vw, 120px); align-items: center; padding: 130px 0 86px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: .69rem; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 1px; background: currentColor; opacity: .7; }
.hero h1, .release-section h2, .world-section h2, .lyrics-heading h2, .closing h2 {
    margin: 0; font-family: var(--serif); font-weight: 400; line-height: .92; letter-spacing: -.035em;
}
.hero h1 { max-width: 680px; font-size: clamp(4.5rem, 8.5vw, 8.5rem); text-wrap: balance; }
.hero-intro { margin: 28px 0 0; font-family: var(--serif); font-size: clamp(1.18rem, 2vw, 1.55rem); line-height: 1.45; color: rgba(231, 232, 226, .84); }
.release-line { margin: 28px 0 0; padding-left: 16px; border-left: 1px solid rgba(228, 228, 223, .55); color: rgba(229, 232, 227, .68); font-size: .78rem; line-height: 1.8; letter-spacing: .09em; text-transform: uppercase; }
.release-line strong { color: var(--silver); font-weight: 500; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin-top: 34px; }
.button {
    display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px;
    border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .13em;
    font-size: .67rem; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--silver); }
.button-primary:hover, .button-primary:focus-visible { color: var(--silver); background: transparent; border-color: var(--silver); }
.text-link { padding: 12px 0; color: var(--silver); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(228, 228, 223, .45); }
.text-link span { display: inline-block; margin-left: 8px; }

.cover-wrap { position: relative; z-index: 1; width: min(100%, 525px); margin: 0; justify-self: end; align-self: center; }
.cover-halo { position: absolute; z-index: -1; inset: 4%; background: rgba(147, 184, 193, .25); filter: blur(58px); }
.cover {
    display: block;
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    box-shadow: 0 42px 100px rgba(0, 0, 0, .62), 0 0 0 1px rgba(235, 237, 233, .18);
}
.cover-wrap figcaption { display: flex; justify-content: space-between; margin-top: 12px; color: rgba(228, 228, 223, .52); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; }
.scroll-cue { position: absolute; bottom: 28px; left: 50%; display: flex; flex-direction: column; align-items: center; gap: 9px; color: rgba(228, 228, 223, .6); font-size: .55rem; letter-spacing: .2em; text-transform: uppercase; text-decoration: none; }
.scroll-cue i { width: 1px; height: 32px; background: currentColor; transform-origin: top; animation: pulse 2.2s ease-in-out infinite; }
@keyframes pulse { 0%,100% { transform: scaleY(.35); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

.release-section { padding: clamp(90px, 11vw, 160px) 0 110px; background: var(--paper); }
.release-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 11vw; align-items: end; }
.section-number { margin: 0 0 36px; color: #607176; font-size: .66rem; letter-spacing: .22em; text-transform: uppercase; }
.section-number.light { color: rgba(226, 233, 230, .6); }
.release-section h2, .lyrics-heading h2 { font-size: clamp(3.8rem, 7.2vw, 7rem); }
h2 em { color: #687d7d; font-weight: 400; }
.release-details { max-width: 460px; padding-bottom: 6px; color: #425056; font-family: var(--serif); font-size: 1.08rem; line-height: 1.7; }
.release-details p { margin: 0 0 18px; }
.release-details .release-lead { color: var(--ink); font-size: 1.4rem; line-height: 1.45; }

.countdown { margin-top: 105px; padding: 34px 0; display: grid; grid-template-columns: 1fr 3fr; align-items: center; border-top: 1px solid rgba(7, 16, 20, .2); border-bottom: 1px solid rgba(7, 16, 20, .2); }
.countdown-label { margin: 0; color: #647175; font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; }
.countdown-units { display: grid; grid-template-columns: repeat(4, 1fr); }
.countdown-units div { display: flex; flex-direction: column; align-items: center; gap: 5px; border-left: 1px solid rgba(7, 16, 20, .16); }
.countdown-units strong { font-family: var(--serif); font-size: clamp(2.5rem, 5vw, 4.7rem); font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.countdown-units span { color: #6a7678; font-size: .6rem; letter-spacing: .17em; text-transform: uppercase; }
.released-message { grid-column: 2; margin: 0; font-family: var(--serif); font-size: 2.2rem; }

.platforms { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10vw; align-items: start; margin-top: 105px; }
.platforms h3 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.05; }
.platform-list { border-top: 1px solid rgba(7, 16, 20, .2); }
.platform-list > * { min-height: 62px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(7, 16, 20, .2); text-decoration: none; font-family: var(--serif); font-size: 1.05rem; }
.platform-list a { transition: padding .2s ease, color .2s ease; }
.platform-list a:hover { padding-inline: 12px; color: #506d70; }
.platform-soon { color: #879091; }
.platform-soon small { font-family: var(--sans); font-size: .55rem; letter-spacing: .16em; text-transform: uppercase; }

.world-section { position: relative; min-height: 850px; display: flex; align-items: flex-end; padding: 120px 0; color: var(--silver); background: var(--ink); isolation: isolate; overflow: hidden; }
.world-image { position: absolute; z-index: -3; inset: -7%; background: url("../images/spered-ar-choad-cover.webp") center 58% / cover no-repeat; filter: saturate(.62) brightness(.65); }
.world-vignette { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(3, 10, 13, .93) 0%, rgba(3, 10, 13, .56) 48%, rgba(3, 10, 13, .24)), linear-gradient(0deg, rgba(3, 10, 13, .88), transparent 58%); }
.world-content { max-width: 1180px; }
.breton-kicker { margin: 0 0 20px; color: rgba(220, 229, 225, .66); font-family: var(--serif); font-style: italic; font-size: 1.2rem; }
.world-section h2 { max-width: 780px; font-size: clamp(3.7rem, 7vw, 7.1rem); }
.world-section .world-content > p:last-child { max-width: 590px; margin: 38px 0 0; color: rgba(229, 234, 230, .76); font-family: var(--serif); font-size: 1.25rem; line-height: 1.65; }

.lyrics-section { padding: clamp(100px, 12vw, 170px) 0; }
.lyrics-heading { display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }
.lyrics-heading > div > p { max-width: 500px; margin: 28px 0 0; color: #5d686b; font-family: var(--serif); font-size: 1.12rem; line-height: 1.65; }
.lyrics-card { margin-top: 80px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 8vw; }
.tabs { display: flex; flex-direction: column; align-items: stretch; border-top: 1px solid rgba(7, 16, 20, .2); }
.tabs button { position: relative; padding: 22px 30px 22px 0; color: #6d7779; background: transparent; border: 0; border-bottom: 1px solid rgba(7, 16, 20, .2); text-align: left; cursor: pointer; letter-spacing: .08em; }
.tabs button::after { content: "→"; position: absolute; right: 4px; color: var(--ink); opacity: 0; transform: translateX(-8px); transition: opacity .2s, transform .2s; }
.tabs button[aria-selected="true"] { color: var(--ink); }
.tabs button[aria-selected="true"]::after { opacity: 1; transform: none; }
.lyrics-panels { min-height: 430px; }
.lyrics-panels article { position: relative; min-height: 430px; padding: 52px; color: var(--silver); background: var(--ink-soft); overflow: hidden; }
.lyrics-panels article::before { content: ""; position: absolute; width: 340px; height: 340px; right: -140px; bottom: -170px; border: 1px solid rgba(214, 224, 219, .12); border-radius: 50%; box-shadow: 0 0 0 36px rgba(214, 224, 219, .025), 0 0 0 74px rgba(214, 224, 219, .018); }
.lyrics-panels h3 { max-width: 470px; margin: 55px 0 18px; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 400; }
.lyrics-panels article > p:not(.eyebrow) { max-width: 520px; color: rgba(228, 233, 229, .68); font-family: var(--serif); font-size: 1.12rem; line-height: 1.7; }
.pending-mark { position: absolute; right: 46px; bottom: 38px; display: flex; align-items: baseline; gap: 8px; color: rgba(225, 231, 227, .18); }
.pending-mark span { font-family: var(--serif); font-size: 5rem; line-height: 1; }
.pending-mark small { font-size: .58rem; letter-spacing: .18em; }

.closing { min-height: 600px; padding: 110px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--silver); background: #050c0f; text-align: center; }
.closing-logo { width: min(420px, 80vw); margin-bottom: 18px; opacity: .92; }
.closing-logo img { width: 100%; height: auto; filter: brightness(1.1); }
.closing > p { margin: 10px 0; color: rgba(228, 228, 223, .58); font-size: .65rem; letter-spacing: .24em; text-transform: uppercase; }
.closing h2 { margin: 10px 0 22px; font-size: clamp(3.5rem, 7vw, 6.6rem); }
.button-ghost { margin-top: 30px; color: var(--silver); border-color: rgba(228, 228, 223, .42); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--ink); background: var(--silver); }
.social-links { display: flex; align-items: center; gap: 30px; margin-top: 42px; }
.social-links a { position: relative; padding: 8px 0; color: rgba(228, 228, 223, .7); font-size: .66rem; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.social-links a::after { content: ""; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.social-links a:hover, .social-links a:focus-visible { color: var(--silver); }
.social-links a:hover::after, .social-links a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.social-links span { margin-left: 4px; }
.site-footer { min-height: 74px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; color: #728084; background: #050c0f; border-top: 1px solid rgba(228, 228, 223, .1); font-size: .57rem; letter-spacing: .16em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .85s ease, transform .85s ease; }
.js .reveal.revealed { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: .16s; }

@media (max-width: 900px) {
    :root { --shell: min(100% - 36px, 700px); }
    .site-header { height: 72px; padding-inline: 18px; }
    .brand { width: 190px; height: 68px; }
    .brand-crop { width: 190px; height: 68px; }
    .brand-crop img { width: 180px; }
    .site-header.scrolled .brand { width: 165px; height: 60px; }
    .site-header.scrolled .brand-crop { width: 165px; height: 60px; }
    .site-header.scrolled .brand-crop img { width: 155px; }
    .menu-toggle { position: relative; z-index: 2; width: 46px; height: 42px; display: grid; place-content: center; gap: 7px; color: white; background: transparent; border: 0; cursor: pointer; }
    .menu-toggle > span:not(.sr-only) { width: 24px; height: 1px; display: block; background: currentColor; transition: transform .25s ease; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; padding: 120px 28px; flex-direction: column; justify-content: center; gap: 32px; background: rgba(4, 12, 15, .97); visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
    .site-nav.open { visibility: visible; opacity: 1; }
    .site-nav a { font-family: var(--serif); font-size: 2rem; letter-spacing: .03em; text-transform: none; }
    .hero { min-height: auto; }
    .hero-backdrop { background-image: linear-gradient(0deg, rgba(3, 9, 11, .97) 13%, rgba(4, 11, 14, .64) 62%, rgba(3, 9, 11, .38)), url("../images/spered-ar-choad-cover.webp"); background-position: center top; }
    .hero-content { grid-template-columns: 1fr; gap: 42px; padding: 130px 0 100px; }
    .hero-copy { order: 2; }
    .cover-wrap { width: min(76vw, 480px); margin: auto; justify-self: center; }
    .hero h1 { font-size: clamp(4rem, 16vw, 6.6rem); }
    .scroll-cue { display: none; }
    .release-grid, .platforms, .lyrics-heading, .lyrics-card { grid-template-columns: 1fr; gap: 48px; }
    .countdown { grid-template-columns: 1fr; gap: 28px; }
    .countdown-units div:first-child { border-left: 0; }
    .released-message { grid-column: 1; }
    .world-section { min-height: 720px; }
    .world-image { background-position: 58% center; }
    .lyrics-card { margin-top: 58px; }
    .tabs { flex-direction: row; overflow-x: auto; }
    .tabs button { flex: 1 0 auto; padding: 18px 28px 18px 0; margin-right: 24px; }
    .tabs button::after { display: none; }
}

@media (max-width: 560px) {
    .hero h1 { font-size: clamp(3.55rem, 18vw, 5.1rem); }
    .hero-intro br { display: none; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
    .release-section h2, .lyrics-heading h2, .world-section h2 { font-size: clamp(3.25rem, 15vw, 5rem); }
    .countdown { margin-top: 72px; }
    .countdown-units strong { font-size: 2.2rem; }
    .countdown-units span { font-size: .48rem; letter-spacing: .1em; }
    .platforms { margin-top: 75px; }
    .world-section { min-height: 650px; padding: 90px 0; }
    .lyrics-panels article { min-height: 420px; padding: 34px 26px; }
    .pending-mark { right: 24px; bottom: 24px; }
    .closing-logo { width: min(330px, 86vw); }
    .site-footer { padding: 24px; flex-direction: column; align-items: flex-start; gap: 8px; }
}

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