:root {
    --ink: #f5f8ff;
    --muted: rgba(255, 255, 255, .62);
    --blue: #161014;
    --deep: #080808;
    --panel: rgba(21, 15, 18, .62);
    --line: rgba(255, 255, 255, .13);
    --glow: #ff2d75;
    --lilac: #ff82ad;
    --accent: #ff2d75;
    --serif: "Playfair Display", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--deep); }
body {
    margin: 0;
    min-width: 320px;
    background: var(--deep);
    color: var(--ink);
    font-family: var(--sans);
    overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.skip-link {
    position: fixed; left: 16px; top: -80px; z-index: 999;
    padding: 12px 18px; color: #06132f; background: white; border-radius: 3px;
}
.skip-link:focus { top: 16px; }

.sky {
    position: fixed; inset: 0; z-index: -2; overflow: hidden;
    background:
        radial-gradient(circle at 76% 5%, rgba(255,45,117,.16), transparent 28%),
        radial-gradient(circle at 18% 54%, rgba(154,30,82,.10), transparent 35%),
        linear-gradient(180deg, #110a0e 0, #080808 50%, #050505 100%);
}
.sky::after {
    content: ""; position: absolute; inset: 0; opacity: .2;
    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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.sky-glow { position: absolute; width: 55vw; height: 55vw; border-radius: 50%; filter: blur(110px); opacity: .13; }
.sky-glow-one { left: -20vw; top: 25vh; background: #ff2d75; }
.sky-glow-two { right: -20vw; top: 65vh; background: #9d174d; }
.stars { position: absolute; inset: 0; }
.star {
    position: absolute; width: var(--size); height: var(--size); border-radius: 50%;
    background: white; box-shadow: 0 0 8px rgba(255, 112, 163, .85);
    opacity: var(--opacity); animation: twinkle var(--speed) ease-in-out infinite alternate;
}
@keyframes twinkle { to { opacity: .15; transform: scale(.55); } }

.site-header {
    position: fixed; inset: 20px auto auto 50%; z-index: 50; height: 62px;
    width: min(90%, 1400px); transform: translateX(-50%);
    display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
    padding: 0 clamp(18px, 2.4vw, 34px);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 100px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
        rgba(10,10,10,.36);
    box-shadow:
        0 20px 44px rgba(0,0,0,.24),
        inset 0 1px 0 rgba(255,255,255,.05),
        inset 0 -1px 0 rgba(255,255,255,.04);
    backdrop-filter: blur(34px) saturate(180%) contrast(86%);
    -webkit-backdrop-filter: blur(34px) saturate(180%) contrast(86%);
    transition: all .6s cubic-bezier(.16,1,.3,1);
}
.site-header.scrolled {
    top: 10px;
    height: 58px;
    border-color: rgba(255,255,255,.14);
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%),
        rgba(10,10,10,.68);
}
.brand { display: inline-flex; align-items: center; width: fit-content; font: italic 900 1.25rem/1 var(--sans); letter-spacing: -.025em; text-transform: uppercase; }
.brand strong { color: var(--accent); font-weight: 900; }
.anniversary-nav { display: flex; align-items: center; gap: 5px; }
.anniversary-nav a { position: relative; color: rgba(255,255,255,.6); font-size: .65rem; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 12px 18px; border-radius: 50px; transition: all .3s ease; white-space: nowrap; }
.anniversary-nav a span { margin-right: 7px; color: rgba(255,82,143,.72); font-size: .5rem; }
.anniversary-nav a::after { display: none; }
.anniversary-nav a:hover,
.anniversary-nav a.active {
    color: #fff;
    background: var(--accent);
    box-shadow: 0 0 20px rgba(255,45,117,.2);
}
.anniversary-nav a:hover span,
.anniversary-nav a.active span { color: #fff; }
.header-cta { justify-self: end; font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 12px 18px; border: 0; border-radius: 50px; color: rgba(255,255,255,.72); transition: all .3s ease; }
.header-cta:hover { color: #fff; background: var(--accent); }
.header-cta span { margin-left: 8px; color: inherit; }
.nav-toggle { display: none; }

.hero {
    position: relative; min-height: 100svh; padding: 150px max(7vw, 24px) 100px; overflow: hidden;
    display: grid; place-items: center; text-align: center;
    background: #020922;
}
.hero::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    z-index: 2;
    background:
        radial-gradient(circle at 50% 42%, rgba(34,68,145,.15), rgba(2,8,31,.62) 72%),
        linear-gradient(0deg, #080808 0, rgba(3,10,38,.18) 24%, rgba(2,9,34,.12) 100%);
}
.hero::after {
    content: "";
    position: absolute;
    inset: -35px;
    z-index: 0;
    background:
        linear-gradient(rgba(5,20,65,.62), rgba(2,9,35,.78)),
        url("saiyaara.jpg") center 38% / cover no-repeat;
    filter: blur(22px) saturate(.65) brightness(.5);
    opacity: .78;
    transform: scale(1.08);
    pointer-events: none;
}
.hero-copy { position: relative; z-index: 3; width: min(920px, 100%); }
.eyebrow {
    margin: 0 0 34px; color: var(--accent); font: 500 .68rem/1 var(--sans);
    letter-spacing: .4em; text-transform: uppercase;
}
.hero h1 {
    margin: 0; color: #f5f2e9;
    font: 400 clamp(5.3rem, 12vw, 12rem)/.84 "Permanent Marker", cursive;
    letter-spacing: .015em; text-transform: uppercase;
    text-shadow: 0 4px 35px rgba(235,225,198,.1);
}
.hero h1 em, h2 em { color: var(--accent); font-weight: 500; }
.hero-intro { display: grid; gap: 13px; max-width: 590px; margin: 42px auto 0; color: var(--muted); line-height: 1.5; }
.hero-intro strong { color: #cbd1e2; font: 400 clamp(1rem, 1.8vw, 1.45rem) var(--sans); letter-spacing: .34em; }
.hero-intro span { color: var(--accent); font: italic 700 clamp(1.1rem, 2vw, 1.55rem) var(--serif); letter-spacing: .04em; }
.hero-intro i { padding: 0 12px; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 30px; margin: 55px auto 0; }
.button {
    display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 48px;
    padding: 0 22px; border: 1px solid transparent; border-radius: 999px;
    cursor: pointer; transition: transform .3s, box-shadow .3s, background .3s;
}
.button-primary { min-width: 245px; color: white; background: var(--accent); border-color: var(--accent); border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.button-primary:hover { transform: translateY(-2px); color: white; background: #ff4b88; box-shadow: 0 10px 34px rgba(255,45,117,.38); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #d9e5f8; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.text-link span { color: var(--glow); transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.hero-poster {
    display: none;
    border: 1px solid rgba(255,255,255,.22); border-radius: 28px; padding: 9px; background: rgba(255,255,255,.04);
    box-shadow: 0 35px 90px rgba(0,0,0,.55), 0 0 60px rgba(202,165,106,.08); transform: rotate(1.5deg);
}
.hero-poster img { width: 100%; height: min(65vh, 660px); object-fit: cover; object-position: 50% 45%; border-radius: 20px; filter: saturate(.78) contrast(1.04); }
.hero-poster::after { content: ""; position: absolute; inset: 9px; box-shadow: inset 0 -110px 70px rgba(2,8,20,.72); pointer-events: none; }
.hero-poster figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 28px; }
.hero-poster figcaption span { display: block; margin-bottom: 7px; font: italic 1.15rem var(--serif); }
.hero-poster figcaption strong { font: 700 .56rem var(--sans); letter-spacing: .24em; }
.poster-halo { position: absolute; inset: 7% -20%; background: var(--accent); opacity: .18; filter: blur(75px); border-radius: 50%; }
.hero-orbit { display: none; }
@keyframes orbitGlow { to { opacity: .25; transform: scale(.7); } }

/* Layered shooting-star sky */
.hero-cosmos {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}
.meteor-field { position: absolute; inset: -15%; transform: rotate(-7deg); }
.meteor {
    --meteor-length: 170px;
    position: absolute;
    top: var(--meteor-y);
    left: var(--meteor-x);
    width: var(--meteor-length);
    height: 2px;
    opacity: 0;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(202,165,106,.12) 28%, rgba(214,190,135,.58) 76%, #fff);
    filter: drop-shadow(0 0 6px rgba(202,165,106,.5));
    transform: translate3d(-24vw, -20vh, 0) rotate(24deg) scaleX(.35);
    transform-origin: right center;
    animation: meteorFlight var(--meteor-speed) cubic-bezier(.2,.58,.28,1) infinite var(--meteor-delay);
}
.meteor::before {
    content: "";
    position: absolute;
    right: -2px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 6px 2px white, 0 0 18px 6px rgba(202,165,106,.42);
    transform: translateY(-50%);
}
.meteor::after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.65);
    transform: translateY(-50%) scale(0);
    animation: meteorPulse var(--meteor-speed) ease-out infinite var(--meteor-delay);
}
@keyframes meteorFlight {
    0%, 7% { opacity: 0; transform: translate3d(-24vw,-20vh,0) rotate(24deg) scaleX(.35); }
    9% { opacity: 1; }
    20% { opacity: .95; }
    30%, 100% { opacity: 0; transform: translate3d(105vw,64vh,0) rotate(24deg) scaleX(1); }
}
@keyframes meteorPulse {
    0%, 8% { opacity: 0; transform: translateY(-50%) scale(0); }
    10% { opacity: .85; transform: translateY(-50%) scale(.35); }
    21% { opacity: 0; transform: translateY(-50%) scale(1.8); }
    100% { opacity: 0; }
}
.hero-comet {
    position: absolute;
    top: 8%;
    left: -32vw;
    width: min(36vw, 520px);
    height: 3px;
    opacity: 0;
    border-radius: 100%;
    background: linear-gradient(90deg, transparent, rgba(202,165,106,.08) 20%, rgba(218,198,151,.54) 78%, white);
    filter: drop-shadow(0 0 10px rgba(202,165,106,.45));
    transform: rotate(25deg);
    animation: heroComet 9s cubic-bezier(.16,.64,.3,1) infinite 1.2s;
}
.hero-comet::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 8px 3px white, 0 0 34px 12px rgba(202,165,106,.42);
    transform: translateY(-50%);
}
.hero-comet i,
.hero-comet i::before {
    position: absolute;
    right: -16px;
    top: 50%;
    width: 34px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, white, transparent);
    transform: translateY(-50%);
}
.hero-comet i::before { inset: 0; transform: rotate(90deg); }
@keyframes heroComet {
    0%, 9% { opacity: 0; transform: translate3d(0,-12vh,0) rotate(25deg) scaleX(.5); }
    11%, 23% { opacity: 1; }
    36%, 100% { opacity: 0; transform: translate3d(150vw,82vh,0) rotate(25deg) scaleX(1); }
}
.hero-moon {
    position: absolute;
    top: clamp(105px, 8vw, 145px);
    right: clamp(30px, 6vw, 105px);
    width: clamp(25px, 2.6vw, 43px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 36% 34%, #fffde2, #e7dda5 58%, #a99159);
    box-shadow: 0 0 15px rgba(247,236,178,.45), 0 0 42px rgba(220,198,125,.22);
    opacity: .92;
}
.cosmic-bloom {
    position: absolute;
    top: -25vw;
    right: -15vw;
    width: 65vw;
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: .24;
    background: radial-gradient(circle, rgba(79,126,224,.2), rgba(33,52,100,.12) 31%, transparent 68%);
    filter: blur(30px);
    animation: cosmicBreath 6s ease-in-out infinite alternate;
}
@keyframes cosmicBreath { to { opacity: .42; transform: scale(1.08); } }

.scroll-cue { position: absolute; z-index: 3; left: 28px; bottom: 50px; display: flex; gap: 14px; align-items: center; transform: rotate(-90deg); transform-origin: left center; color: #8095b7; font-size: .56rem; letter-spacing: .2em; text-transform: uppercase; }
.scroll-cue i { display: block; width: 54px; height: 1px; background: #8297b9; }

.memory-marquee { overflow: hidden; padding: 21px 0; border-block: 1px solid var(--line); background: rgba(93,14,45,.22); }
.memory-marquee div { display: flex; align-items: center; width: max-content; animation: marquee 30s linear infinite; }
.memory-marquee span { padding: 0 42px; color: rgba(255,255,255,.52); font: 700 .62rem var(--sans); letter-spacing: .3em; }
.memory-marquee b { color: var(--accent); font-weight: 400; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-shell { width: min(1380px, calc(100% - 12vw)); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.chapter-label {
    margin: 0 0 18px;
    color: var(--accent);
    font: italic 700 1.05rem/1 var(--serif);
    letter-spacing: .04em;
}

.journey-section { width: min(1500px, calc(100% - 7vw)); }
.journey-track {
    display: flex;
    gap: clamp(20px, 2.2vw, 34px);
    overflow-x: auto;
    padding: 22px max(4px, calc((100vw - 1500px) / 2)) 48px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    cursor: grab;
}
.journey-track::-webkit-scrollbar { display: none; }
.journey-track.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.journey-card {
    position: relative;
    flex: 0 0 min(78vw, 430px);
    min-height: 680px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 32px;
    background: #090909;
    box-shadow: 0 25px 60px rgba(0,0,0,.38);
    scroll-snap-align: center;
    opacity: .6;
    transform: scale(.94) translateY(14px);
    transition: transform .65s cubic-bezier(.16,1,.3,1), opacity .5s, border-color .4s, box-shadow .4s;
}
.journey-card.is-centered,
.journey-card:hover {
    z-index: 2;
    opacity: 1;
    transform: scale(1) translateY(0);
    border-color: var(--accent);
    box-shadow: 0 38px 90px rgba(0,0,0,.5), 0 0 45px rgba(255,45,117,.1);
}
.journey-media {
    position: relative;
    height: 335px;
    overflow: hidden;
    border-radius: 31px 31px 0 0;
}
.journey-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(9,9,9,.92));
}
.journey-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.75) brightness(.78);
    transition: transform 1s cubic-bezier(.16,1,.3,1), filter .5s;
}
.journey-card.is-centered .journey-media img,
.journey-card:hover .journey-media img { transform: scale(1.055); filter: saturate(.95) brightness(.88); }
.journey-media span {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 25px;
    padding: 9px 15px;
    border-radius: 8px;
    color: #fff;
    background: var(--accent);
    font: 800 .62rem var(--sans);
    letter-spacing: .14em;
    text-transform: uppercase;
}
.journey-card-body { padding: 30px 30px 28px; }
.journey-card-body h3 {
    margin: 0 0 10px;
    font: 800 2rem/1.05 var(--sans);
    letter-spacing: -.04em;
}
.journey-card-body > p {
    margin: 0 0 25px;
    color: var(--accent);
    font: 800 .67rem var(--sans);
    letter-spacing: .18em;
    text-transform: uppercase;
}
.journey-card blockquote {
    min-height: 82px;
    margin: 0 0 27px;
    padding: 16px 0 16px 20px;
    border-left: 5px solid var(--accent);
    border-radius: 9px 0 0 9px;
    color: rgba(255,255,255,.62);
    font: 400 .95rem/1.65 var(--sans);
}
.journey-card-body a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    min-height: 56px;
    border-radius: 999px;
    color: #080808;
    background: #fff;
    font: 800 .65rem var(--sans);
    letter-spacing: .16em;
    text-transform: uppercase;
    transition: transform .3s, color .3s, background .3s;
}
.journey-card-body a:hover { color: #fff; background: var(--accent); transform: translateY(-2px); }
.journey-progress {
    height: 5px;
    margin-top: 18px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
}
.journey-progress i {
    display: block;
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: var(--accent);
    box-shadow: 0 0 18px rgba(255,45,117,.42);
    transform-origin: left;
    transition: width .12s linear;
}
.section-kicker { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 15px; margin-bottom: 70px; color: #c594a7; }
.section-kicker span { font-size: .65rem; }
.section-kicker p { margin: 0; font-size: .65rem; letter-spacing: .26em; text-transform: uppercase; }
.section-kicker p::before { content: ""; display: inline-block; width: 60px; height: 1px; margin: 0 18px 3px 0; background: #a34a6c; }
.editor-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 160px); }
.script-note { margin: 0 0 16px; color: #e184a7; font: italic 1.25rem var(--serif); }
h2 { margin: 0; font: 700 clamp(3rem, 5.7vw, 6.7rem)/.98 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.mini-constellation { margin-top: 45px; color: var(--accent); letter-spacing: .5em; }
.editor-letter { position: relative; padding: 8px 0 0 70px; color: #b5c3da; font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.9; border-left: 1px solid var(--line); }
.editor-letter::before { content: "“"; position: absolute; left: 18px; top: -22px; color: var(--accent); font: 4rem var(--serif); opacity: .45; }
.letter-mark { display: block; margin-bottom: 26px; color: #edf4ff; font: italic 1.45rem var(--serif); }
.editor-letter p { margin: 0 0 24px; }
.editor-letter footer { margin-top: 45px; display: flex; flex-direction: column; gap: 6px; color: #8da0bf; font: italic 1rem var(--serif); }
.editor-letter footer strong { color: #d6e6ff; font: 400 1.4rem var(--serif); }

.songs-section { width: min(1480px, calc(100% - 8vw)); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 60px; }
.section-heading > p { max-width: 290px; margin: 0 0 8px; color: var(--muted); font-size: .9rem; line-height: 1.7; }
.section-heading h2 { font-size: clamp(3rem, 5.2vw, 5.9rem); }
.songs-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.song-card {
    position: relative; grid-column: span 4; min-height: 400px; overflow: hidden;
    border: 1px solid var(--line); background: #160b10;
}
.song-card.song-featured { grid-column: span 8; }
.song-card img { width: 100%; height: 100%; position: absolute; object-fit: cover; filter: saturate(.72) brightness(.75); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.song-featured img { object-position: center; }
.song-card:hover img { transform: scale(1.04); filter: saturate(.9) brightness(.84); }
.song-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,8,19,.04), rgba(2,7,18,.85)); }
.track-number { position: absolute; left: 24px; top: 22px; font: 700 .62rem var(--sans); letter-spacing: .15em; }
.song-info { position: absolute; left: 26px; right: 25px; bottom: 25px; }
.song-info p { margin: 0 0 7px; color: #a8b9d3; font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; }
.song-info h3 { margin: 0 0 8px; font: 400 clamp(2rem, 3.4vw, 3.7rem) var(--serif); }
.song-info span { color: #9cadc7; font-size: .72rem; }
.play-memory { position: absolute; right: 26px; top: 20px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: white; background: rgba(3,10,24,.42); cursor: pointer; transition: transform .3s, background .3s, border-color .3s; }
.play-memory:hover { transform: scale(1.08); border-color: var(--accent); background: var(--accent); }

.messages-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px, 9vw, 140px); align-items: start; }
.messages-intro { position: sticky; top: 140px; }
.messages-intro h2 { font-size: clamp(3.2rem, 5.5vw, 6rem); }
.messages-intro > p:not(.eyebrow) { max-width: 460px; margin: 28px 0; color: var(--muted); line-height: 1.8; }
.note-wall { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; padding-top: 65px; }
.fan-note {
    position: relative; min-height: 245px; padding: 40px 34px 28px;
    color: #271018; background: #ffe4ee; box-shadow: 0 25px 50px rgba(0,0,0,.2);
    transform: rotate(-1.8deg); transition: transform .4s, box-shadow .4s;
}
.fan-note:nth-child(even) { transform: translateY(50px) rotate(2deg); }
.fan-note:nth-child(3n) { transform: rotate(1deg); }
.fan-note::before { content: ""; position: absolute; width: 90px; height: 25px; left: 50%; top: -12px; transform: translateX(-50%) rotate(-2deg); background: rgba(205,220,243,.42); backdrop-filter: blur(4px); }
.fan-note:hover { transform: rotate(0) translateY(-7px); box-shadow: 0 35px 70px rgba(2,7,18,.36); }
.fan-note p { margin: 0; font: 400 clamp(1.4rem, 2.2vw, 2.15rem)/1.35 var(--serif); }
.fan-note footer { position: absolute; bottom: 25px; left: 34px; right: 34px; display: flex; justify-content: space-between; color: #51607c; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.note-lilac { background: #f0dfff; }
.note-paper { background: #fff8f3; }
.note-blue { background: #ffe2ec; }
.fan-note.is-new { animation: noteIn .7s cubic-bezier(.17,.8,.25,1.2); }
@keyframes noteIn { from { opacity: 0; transform: scale(.8) rotate(-6deg); } }

.awards-section { width: min(1480px, calc(100% - 8vw)); }
.awards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.award-card { border: 1px solid var(--line); background: rgba(39,10,22,.58); overflow: hidden; transition: transform .4s, border-color .4s; }
.award-card:hover { transform: translateY(-8px); border-color: rgba(255,82,143,.55); }
.award-image { position: relative; height: 290px; overflow: hidden; }
.award-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,13,30,.58), transparent 50%); }
.award-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .7s; }
.award-card:hover img { transform: scale(1.04); }
.award-image span { position: absolute; z-index: 2; left: 18px; top: 18px; padding: 6px 9px; color: #dceaff; background: rgba(3,11,26,.55); backdrop-filter: blur(8px); font-size: .56rem; letter-spacing: .18em; }
.award-card > div:last-child { position: relative; min-height: 150px; padding: 24px; }
.award-card p { margin: 0 38px 10px 0; color: #8fa6ca; font-size: .62rem; line-height: 1.4; letter-spacing: .12em; text-transform: uppercase; }
.award-card h3 { margin: 0; max-width: 250px; font: 400 1.65rem/1.16 var(--serif); }
.award-icon { position: absolute; right: 22px; top: 23px; color: var(--accent); }

.gratitude-section {
    min-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
    background: linear-gradient(90deg, #0a0909, #1b0c12);
}
.gratitude-image { position: relative; min-height: 720px; overflow: hidden; }
.gratitude-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #180b10), linear-gradient(0deg, rgba(8,8,8,.55), transparent); }
.gratitude-image img { width: 100%; height: 110%; object-fit: cover; object-position: center; filter: saturate(.58) brightness(.72); }
.gratitude-copy { align-self: center; padding: 100px clamp(50px, 8vw, 140px); }
.gratitude-copy h2 { font-size: clamp(3.5rem, 5.5vw, 6rem); }
.gratitude-copy > p:not(.eyebrow) { max-width: 620px; margin: 34px 0 42px; color: var(--muted); line-height: 1.85; }
.credits { display: grid; grid-template-columns: 110px 1fr; gap: 15px 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.credits span { color: #728aaa; font-size: .61rem; letter-spacing: .15em; text-transform: uppercase; }
.credits strong { color: #ccdaed; font-size: .78rem; font-weight: 400; }

.gallery-section { width: min(1480px, calc(100% - 8vw)); }
.masonry-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; grid-auto-flow: dense; gap: 14px; }
.gallery-memory { position: relative; margin: 0; padding: 0; border: 0; overflow: hidden; color: white; background: #250c16; cursor: zoom-in; }
.gallery-memory.tall { grid-row: span 2; }
.gallery-memory.wide { grid-column: span 2; }
.gallery-memory img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) brightness(.78); transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .5s; }
.gallery-memory:hover img { transform: scale(1.055); filter: saturate(.9) brightness(.9); }
.gallery-memory::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(3,9,22,.5)); opacity: 0; transition: opacity .4s; }
.gallery-memory:hover::after { opacity: 1; }
.gallery-memory span { position: absolute; z-index: 2; right: 18px; bottom: 14px; font: 1.5rem var(--serif); opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s; }
.gallery-memory:hover span { opacity: 1; transform: none; }

.fan-hearts-section {
    display: grid;
    gap: clamp(28px, 4vw, 44px);
}
.fan-hearts-heading { max-width: 620px; }
.fan-hearts-heading h2 { margin-bottom: 26px; }
.fan-hearts-heading > p:last-child { color: #9eb0ca; font-size: 1rem; line-height: 1.8; }
.fan-heart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 26px);
}
.fan-heart-card {
    overflow: hidden;
    border: 1px solid rgba(255,82,143,.24);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(17,12,15,.95), rgba(7,6,9,.92));
    box-shadow: 0 28px 70px rgba(0,0,0,.35);
}
.fan-heart-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    filter: saturate(.8) brightness(.82);
    transition: transform .7s ease, filter .7s ease;
}
.fan-heart-card:hover img { transform: scale(1.04); filter: saturate(.95) brightness(.9); }
.fan-heart-card-body {
    padding: 24px 24px 28px;
}
.fan-heart-card-body h3 {
    margin: 0 0 10px;
    color: #fff3f7;
    font: 600 1.25rem/1.2 var(--serif);
}
.fan-heart-card-body p {
    margin: 0;
    color: #9eb0ca;
    font-size: .96rem;
    line-height: 1.7;
}

.finale {
    position: relative; min-height: 95vh; display: grid; place-items: center; overflow: hidden;
    padding: 130px 24px; text-align: center;
    background:
        radial-gradient(ellipse at 50% 80%, rgba(255,45,117,.24), transparent 45%),
        linear-gradient(180deg, rgba(8,8,8,.25), #170a0f);
}
.finale::before {
    content: ""; position: absolute; inset: 0; opacity: .6;
    background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px);
    background-size: 83px 83px; background-position: 22px 13px;
}
.finale-content { position: relative; z-index: 2; max-width: 920px; }
.finale h2 { font-size: clamp(4rem, 8vw, 9rem); line-height: .88; }
.finale-content > p:not(.eyebrow) { max-width: 650px; margin: 36px auto; color: #acbdd8; font-size: clamp(1rem, 1.5vw, 1.17rem); line-height: 1.85; }
.wish { display: inline-flex; align-items: center; gap: 18px; color: #d6e6ff; font: italic 1.2rem var(--serif); }
.wish span { color: #a6ceff; animation: orbitGlow 1.5s ease-in-out infinite alternate; }
.horizon { position: absolute; left: -10%; right: -10%; bottom: -13vw; height: 30vw; border-radius: 50%; background: #080306; box-shadow: 0 -20px 100px rgba(255,45,117,.18); }
.shooting-star {
    position: absolute;
    z-index: 1;
    top: 12%;
    left: -12rem;
    width: clamp(110px, 14vw, 190px);
    height: 2px;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(90deg, transparent 0, rgba(166,206,255,.18) 32%, rgba(214,234,255,.82) 82%, #fff 100%);
    filter: drop-shadow(0 0 5px rgba(166,206,255,.9));
    transform: translate3d(0, 0, 0) rotate(9deg) scaleX(.45);
    transform-origin: right center;
    will-change: transform, opacity;
    animation: shoot 7s cubic-bezier(.2,.55,.3,1) infinite 2s;
}
.shooting-star::before {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 7px 2px #fff, 0 0 18px 5px rgba(166,206,255,.55);
    transform: translateY(-50%);
}
@keyframes shoot {
    0%, 66% {
        opacity: 0;
        transform: translate3d(0, 0, 0) rotate(9deg) scaleX(.45);
    }
    69% { opacity: 1; }
    82% { opacity: 1; }
    88%, 100% {
        opacity: 0;
        transform: translate3d(calc(100vw + 24rem), 18vh, 0) rotate(9deg) scaleX(1);
    }
}

.page-footer { min-height: 120px; padding: 25px 5vw; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 1px solid var(--line); background: #050505; color: rgba(255,255,255,.5); font-size: .68rem; letter-spacing: .08em; }
.page-footer > a:last-child { text-transform: uppercase; }

.note-dialog {
    width: min(610px, calc(100% - 32px)); padding: 50px; color: var(--ink);
    border: 1px solid rgba(255,112,163,.3); background: #1c0a11; box-shadow: 0 40px 100px rgba(0,0,0,.6);
}
.note-dialog::backdrop { background: rgba(1,5,14,.78); backdrop-filter: blur(8px); }
.note-dialog h2 { margin-bottom: 35px; font-size: 3rem; }
.dialog-close { position: absolute; right: 18px; top: 13px; border: 0; color: #b8c7dc; background: transparent; font-size: 2rem; cursor: pointer; }
.note-dialog label { position: relative; display: block; color: #aebeda; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.note-dialog textarea, .note-dialog input {
    width: 100%; margin-top: 10px; padding: 15px 0; border: 0; border-bottom: 1px solid #395278;
    outline: 0; color: white; background: transparent; border-radius: 0;
}
.note-dialog textarea { height: 120px; resize: none; }
.note-dialog textarea:focus, .note-dialog input:focus { border-color: var(--accent); }
.note-dialog textarea::placeholder, .note-dialog input::placeholder { color: #617494; }
.count { position: absolute; right: 0; bottom: 12px; color: #647796; font-size: .58rem; }
.count b { font-weight: 400; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 26px 0 34px; }
.note-form-status { min-height: 20px; margin: -18px 0 16px; color: #ff94b9; font-size: .72rem; line-height: 1.5; }

.music-video-dialog {
    width: min(980px, calc(100% - 28px));
    padding: 25px;
    border: 1px solid rgba(255,82,143,.34);
    border-radius: 28px;
    color: var(--ink);
    background: #090709;
    box-shadow: 0 45px 120px rgba(0,0,0,.72), 0 0 60px rgba(255,45,117,.1);
}
.music-video-dialog::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(14px); }
.music-video-dialog h2 { margin: 0 55px 22px 0; font-size: clamp(2rem, 4vw, 4rem); }
.music-video-dialog .eyebrow { margin-bottom: 10px; }
.music-video-dialog video {
    display: block;
    width: 100%;
    max-height: 72vh;
    border-radius: 18px;
    background: #000;
}
.music-video-close {
    position: absolute;
    right: 22px;
    top: 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-size: 1.7rem;
}
.music-video-close:hover { background: var(--accent); }

.lightbox { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 60px; background: rgba(2,6,16,.92); backdrop-filter: blur(12px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(100%, 1000px); max-height: 78vh; box-shadow: 0 35px 90px #000; }
.lightbox button { position: absolute; right: 28px; top: 20px; border: 0; color: white; background: transparent; font-size: 2.5rem; cursor: pointer; }
.lightbox p { margin: 18px 0 0; color: #a9bad3; font: italic 1rem var(--serif); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.65,.25,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1024px) {
    .site-header { grid-template-columns: 1fr auto; }
    .anniversary-nav { position: fixed; inset: 76px 5vw auto; display: none; flex-direction: column; align-items: center; padding: 28px; background: rgba(10,8,9,.96); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 22px 50px rgba(0,0,0,.45); }
    .anniversary-nav.open { display: flex; }
    .header-cta { display: none; }
    .nav-toggle { justify-self: end; display: grid; gap: 6px; width: 42px; height: 42px; padding: 13px 9px; border: 0; background: transparent; cursor: pointer; }
    .nav-toggle span { display: block; width: 24px; height: 1px; background: white; transition: transform .3s; }
    .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .hero { display: grid; place-items: center; }
    .editor-grid { gap: 60px; }
    .song-card, .song-card.song-featured { grid-column: span 6; }
    .awards-grid { grid-template-columns: repeat(2, 1fr); }
    .messages-section { grid-template-columns: 1fr; }
    .messages-intro { position: static; }
    .journey-track { padding: 15px 6vw 45px; margin-inline: -6vw; }
    .journey-card { flex-basis: min(82vw, 410px); }
}

@media (max-width: 720px) {
    .site-header { top: 12px; width: calc(100% - 28px); height: 58px; padding: 0 20px; }
    .hero { min-height: 100svh; padding: 125px 22px 90px; }
    .hero h1 { font-size: clamp(4rem, 19vw, 6rem); }
    .hero-poster { width: min(85vw, 420px); margin-top: 20px; }
    .hero-poster img { height: 58vh; }
    .meteor-field { inset: -5% -35%; }
    .hero-comet { width: 68vw; }
    .hero-actions { align-items: center; flex-direction: column; gap: 22px; }
    .scroll-cue, .hero-orbit { display: none; }
    .section-shell, .songs-section, .awards-section, .gallery-section { width: calc(100% - 40px); padding: 95px 0; }
    .journey-section { width: calc(100% - 40px); }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 40px; gap: 22px; }
    .section-kicker { margin-bottom: 45px; }
    .editor-grid { grid-template-columns: 1fr; }
    .editor-letter { padding-left: 35px; }
    .editor-letter::before { left: 4px; }
    .songs-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; padding-right: 20px; scrollbar-width: none; }
    .song-card, .song-card.song-featured { flex: 0 0 82vw; min-height: 430px; scroll-snap-align: start; }
    .note-wall { grid-template-columns: 1fr; padding-top: 20px; }
    .fan-note:nth-child(even), .fan-note:nth-child(3n) { transform: rotate(1deg); }
    .awards-grid { grid-template-columns: 1fr; }
    .gratitude-section { grid-template-columns: 1fr; }
    .gratitude-image { min-height: 470px; }
    .gratitude-image::after { background: linear-gradient(0deg, #180b10, transparent 70%); }
    .gratitude-copy { padding: 70px 24px 90px; }
    .masonry-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; gap: 8px; }
    .gallery-memory.wide { grid-column: span 2; }
    .fan-hearts-section { gap: 28px; }
    .fan-hearts-heading { max-width: 580px; }
    .fan-heart-grid { grid-template-columns: 1fr; }
    .fan-heart-card img { height: 240px; }
    .finale { min-height: 85vh; }
    .page-footer { padding-block: 35px; flex-direction: column; text-align: center; }
    .note-dialog { padding: 45px 24px 30px; }
    .music-video-dialog { padding: 19px; border-radius: 21px; }
    .form-row { grid-template-columns: 1fr; }
    .lightbox { padding: 50px 15px; }
}

/* Anniversary chapters: new sticky-cinema journey */
.journey-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
    gap: clamp(45px, 7vw, 110px);
    align-items: start;
}
.journey-section > .section-heading {
    position: sticky;
    top: 145px;
    display: block;
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}
.journey-section > .section-heading > p { margin-top: 28px; }
.journey-track {
    display: grid;
    grid-column: 2;
    grid-row: 1 / span 2;
    gap: 18vh;
    overflow: visible;
    padding: 0 0 28vh;
    cursor: default;
}
.journey-card {
    position: sticky;
    top: 125px;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 450px;
    overflow: hidden;
    border: 1px solid rgba(255,82,143,.27);
    border-radius: 110px 24px 110px 24px;
    background:
        radial-gradient(circle at 95% 5%, rgba(255,45,117,.15), transparent 28%),
        #0a090a;
    box-shadow: 0 45px 100px rgba(0,0,0,.5);
    opacity: .42;
    transform: perspective(1200px) rotateX(4deg) scale(.92) translateY(45px);
    transform-origin: center bottom;
    transition: opacity .6s, transform .8s cubic-bezier(.16,1,.3,1), border-color .5s;
}
.journey-card:nth-child(1) { z-index: 1; }
.journey-card:nth-child(2) { z-index: 2; }
.journey-card:nth-child(3) { z-index: 3; }
.journey-card:nth-child(4) { z-index: 4; }
.journey-card.is-centered {
    opacity: 1;
    transform: perspective(1200px) rotateX(0) scale(1);
    border-color: var(--accent);
}
.journey-card:nth-child(even) .journey-media { order: 2; }
.journey-card:nth-child(even) .journey-card-body { order: 1; }
.journey-media {
    height: auto;
    min-height: 450px;
    border-radius: 0;
}
.journey-media img { filter: saturate(.65) brightness(.7); }
.journey-card.is-centered .journey-media img { transform: scale(1.06); filter: saturate(.95) brightness(.88); }
.journey-media span { left: 25px; bottom: 25px; border-radius: 999px; }
.journey-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 4vw, 52px);
}
.journey-card-body h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); }
.journey-card blockquote { min-height: 0; }
.journey-card-body a { margin-top: auto; }
.journey-progress {
    position: sticky;
    top: calc(100vh - 54px);
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    height: 4px;
    margin-top: 68vh;
}

/* Awards cards intentionally mirror the dedicated awards page. */
.awards-grid { grid-template-columns: repeat(3, 1fr); gap: 28px; }
.award-card {
    border-radius: 20px;
    background: #0c0c0c;
    box-shadow: 0 15px 45px rgba(0,0,0,.5);
}
.award-card:hover { transform: translateY(-15px) scale(1.01); box-shadow: 0 40px 80px rgba(0,0,0,.6); }
.award-image { height: 360px; }
.award-image::after { background: linear-gradient(180deg, transparent 38%, rgba(12,12,12,.3) 64%, #0c0c0c 100%); }
.award-image img { filter: saturate(.72) contrast(1.03) brightness(.82); }
.award-image span { left: 30px; top: auto; bottom: 30px; padding: 7px 15px; border-radius: 5px; color: #fff; background: var(--accent); font-weight: 900; }
.award-card > .award-card-body {
    position: relative;
    z-index: 2;
    min-height: 0;
    margin-top: -46px;
    padding: 70px 32px 32px;
    background: linear-gradient(180deg, transparent, #0c0c0c 45px);
}
.award-card-body h3 { margin: 0 0 12px; font: 900 1.8rem/1.15 var(--sans); letter-spacing: -.04em; }
.award-card-body .award-org { display: block; margin: 0 0 28px; color: var(--accent); font: 800 .75rem/1.5 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.award-about { margin-bottom: 30px; padding: 22px; border-left: 5px solid var(--accent); border-radius: 10px; background: rgba(255,255,255,.045); }
.award-about b { display: block; margin-bottom: 9px; color: #fff; font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; }
.award-about p { margin: 0; color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.7; text-transform: none; letter-spacing: 0; }
.award-card-body > a { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 58px; border-radius: 999px; color: #080808; background: #fff; font: 900 .68rem var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.award-card-body > a:hover { color: #fff; background: var(--accent); transform: scale(1.025); }

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Video-first Music Room using official YRF YouTube embeds. */
.music-room {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(330px, .7fr);
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 36px;
    background: linear-gradient(145deg, #12090d, #070707 58%);
    box-shadow: 0 40px 100px rgba(0,0,0,.45);
}
.music-screen { position: sticky; top: 100px; align-self: start; }
.music-screen-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 26px; background: #000; }
.music-screen-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: inherit; }
.music-screen-frame iframe { width: 100%; height: 100%; border: 0; }
.music-now-playing { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; padding: 25px 12px 8px; }
.music-now-playing > span { padding: 8px 12px; border-radius: 999px; color: #fff; background: var(--accent); font-size: .55rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.music-now-playing small { color: rgba(255,255,255,.4); font-size: .56rem; letter-spacing: .18em; text-transform: uppercase; }
.music-now-playing h3 { margin: 5px 0 0; font: 700 clamp(1.35rem, 2.5vw, 2.4rem) var(--serif); }
.music-now-playing i { width: 42px; height: 42px; border: 2px solid var(--accent); border-radius: 50%; box-shadow: 0 0 25px rgba(255,45,117,.25); animation: musicPulse 1.8s ease-in-out infinite; }
@keyframes musicPulse { 50% { transform: scale(.78); opacity: .45; } }
.music-playlist { display: grid; gap: 8px; }
.official-track {
    display: grid;
    grid-template-columns: 28px 64px 1fr 38px;
    gap: 13px;
    align-items: center;
    width: 100%;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: #fff;
    text-align: left;
    background: rgba(255,255,255,.035);
    transition: transform .3s, border-color .3s, background .3s;
}
.official-track:hover { transform: translateX(-6px); background: rgba(255,255,255,.07); }
.official-track.active { border-color: rgba(255,82,143,.55); background: rgba(255,45,117,.11); }
.official-track > span { color: var(--accent); font-size: .6rem; font-weight: 800; }
.official-track img { width: 64px; height: 64px; border-radius: 13px; object-fit: cover; }
.official-track div { min-width: 0; }
.official-track strong { display: block; overflow: hidden; font-size: .82rem; text-overflow: ellipsis; white-space: nowrap; }
.official-track small { display: block; overflow: hidden; margin-top: 6px; color: rgba(255,255,255,.42); font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.official-track > b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.08); font-size: .65rem; }
.official-track.active > b { background: var(--accent); }

.meteor,
.hero-comet,
.journey-card,
.reveal,
.music-now-playing i {
    backface-visibility: hidden;
    will-change: transform, opacity;
}
.editor-section,
.messages-section,
.awards-section,
.gratitude-section,
.gallery-section,
.fan-hearts-section,
.songs-section,
.finale {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
}

@media (max-width: 1024px) {
    .journey-section { grid-template-columns: 1fr; }
    .journey-section > .section-heading { position: relative; top: auto; grid-column: 1; grid-row: auto; margin-bottom: 60px; }
    .journey-track { grid-column: 1; grid-row: auto; padding-bottom: 10vh; margin: 0; }
    .journey-progress { display: none; }
    .journey-card { top: 95px; }
    .music-room { grid-template-columns: 1fr; }
    .music-screen { position: relative; top: auto; }
    .awards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
    .journey-card {
        position: sticky;
        top: 76px;
        grid-template-columns: 1fr;
        min-height: 0;
        margin-bottom: 0;
        border-radius: 55px 18px 55px 18px;
        opacity: .42;
        transform: perspective(900px) rotateX(4deg) scale(.93) translateY(34px);
    }
    .journey-card.is-centered {
        opacity: 1;
        transform: perspective(900px) rotateX(0) scale(1) translateY(0);
    }
    .journey-card:nth-child(even) .journey-media,
    .journey-card:nth-child(even) .journey-card-body { order: initial; }
    .journey-media { min-height: 240px; }
    .journey-card-body { padding: 24px; }
    .journey-card-body h3 { font-size: 2rem; }
    .journey-card blockquote { margin-bottom: 20px; padding-block: 11px; font-size: .86rem; }
    .journey-card-body a { min-height: 52px; }
    .journey-track { gap: 20vh; padding-bottom: 24vh; }
    .awards-grid { grid-template-columns: 1fr; gap: 24px; }
    .award-image { height: 330px; }
    .award-card > .award-card-body { padding: 28px; }
    .music-room { padding: 10px; border-radius: 25px; }
    .music-screen-frame { border-radius: 19px; }
    .music-now-playing { grid-template-columns: 1fr auto; padding-inline: 8px; }
    .music-now-playing > span { display: none; }
    .official-track { grid-template-columns: 24px 52px 1fr 34px; gap: 9px; }
    .official-track img { width: 52px; height: 52px; }
    .official-track { min-height: 72px; }
    .button,
    .journey-card-body a,
    .award-card-body > a { min-height: 52px; }
}

@media (max-width: 430px) {
    .hero-intro strong { font-size: .88rem; letter-spacing: .24em; }
    .hero-intro span { font-size: 1rem; }
    .hero-moon { right: 24px; }
    .journey-card { top: 72px; }
    .journey-media { min-height: 215px; }
    .journey-card-body { padding: 21px; }
    .journey-card-body > p { margin-bottom: 16px; }
    .award-card > .award-card-body { padding: 66px 23px 25px; }
    .music-now-playing h3 { font-size: 1.25rem; }
    .official-track small { max-width: 180px; }
}

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