:root {
  --cream: #fff0c8;
  --cream-light: #fff8e8;
  --orange: #f06f3c;
  --apricot: #f39a45;
  --blue: #5ca7cb;
  --yellow: #f3cc55;
  --pink: #d94c75;
  --plum: #30223b;
  --border: 2px solid var(--plum);
  --shadow: 8px 8px 0 var(--plum);
  --content: min(1180px, calc(100% - 40px));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--plum);
  background: var(--cream);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 96px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); }
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  opacity: .08;
  pointer-events: none;
  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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, audio { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; text-transform: uppercase; letter-spacing: -.035em; }
.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: 10px; left: 10px; padding: 12px 18px; background: var(--plum); color: var(--cream); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 78px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: var(--border);
  background: color-mix(in srgb, var(--cream) 92%, transparent);
  backdrop-filter: blur(12px);
}
.brand { width: clamp(180px, 22vw, 270px); }
.main-nav { display: flex; gap: clamp(20px, 3vw, 42px); align-items: center; }
.main-nav a { font-size: .82rem; font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; }
.main-nav a::after { content: ""; display: block; width: 0; height: 3px; margin-top: 4px; background: var(--pink); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 8px; border: var(--border); background: var(--yellow); }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--plum); }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: center;
  min-height: calc(100svh - 78px);
  padding: clamp(56px, 8vw, 110px) max(20px, calc((100vw - 1180px) / 2));
  overflow: hidden;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin-bottom: 18px; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .2em; }
.hero h1 { margin-bottom: 26px; font-size: clamp(5rem, 10vw, 9.5rem); line-height: .76; }
.hero h1 em { color: var(--orange); font-style: normal; -webkit-text-stroke: 2px var(--plum); text-shadow: 5px 5px 0 var(--pink); }
.hero-lead { max-width: 35rem; margin-bottom: 34px; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; }
.button { display: inline-flex; min-height: 52px; padding: 14px 24px; align-items: center; justify-content: center; border: var(--border); font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: transform .15s ease, box-shadow .15s ease; }
.button-primary { background: var(--orange); box-shadow: 5px 5px 0 var(--plum); }
.button-secondary { background: var(--cream-light); box-shadow: 5px 5px 0 var(--plum); }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--plum); }
.text-link { font-weight: 900; text-underline-offset: 5px; }
.hero-art { position: relative; z-index: 1; width: min(100%, 650px); justify-self: end; }
.cover-frame { position: relative; margin: 0; border: var(--border); background: var(--orange); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.cover-frame img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.sun-disc { position: absolute; width: 68%; aspect-ratio: 1; top: -14%; right: -15%; border-radius: 50%; background: var(--yellow); border: var(--border); }
.edition-stamp { position: absolute; right: -22px; bottom: -24px; display: grid; width: 88px; aspect-ratio: 1; place-items: center; border: var(--border); border-radius: 50%; background: var(--pink); color: var(--cream); font: 900 .8rem/1.1 ui-sans-serif, sans-serif; text-align: center; text-transform: uppercase; transform: rotate(-8deg); }
.wind-lines { position: absolute; inset: auto -8% 3% -5%; display: grid; gap: 14px; transform: rotate(-4deg); opacity: .85; }
.wind-lines i { display: block; height: 14px; border-radius: 50%; background: var(--orange); }
.wind-lines i:nth-child(2) { width: 78%; margin-left: 18%; background: var(--pink); }
.wind-lines i:nth-child(3) { width: 62%; margin-left: 5%; background: var(--blue); }

.player-section { position: relative; display: grid; grid-template-columns: .18fr .72fr 1.1fr; gap: 38px; align-items: center; padding: clamp(64px, 9vw, 120px) max(20px, calc((100vw - 1180px) / 2)); border-block: var(--border); background: var(--plum); color: var(--cream); }
.section-number { align-self: start; font: 900 clamp(4rem, 8vw, 7rem)/.8 Impact, sans-serif; color: var(--orange); }
.player-copy h2 { margin-bottom: 18px; font-size: clamp(3.4rem, 7vw, 6.2rem); line-height: .85; }
.player-copy p { max-width: 30rem; line-height: 1.6; }
.audio-card { display: grid; grid-template-columns: 150px 1fr; gap: 24px; align-items: center; padding: 20px; border: 2px solid var(--cream); background: #41304d; box-shadow: 8px 8px 0 var(--pink); }
.audio-card > img { width: 150px; height: auto; aspect-ratio: 1; object-fit: cover; }
.track-info { min-width: 0; }
.track-info strong { display: block; margin-bottom: 4px; font-size: 1.35rem; }
.track-info span { display: block; margin-bottom: 20px; color: #dbcfe0; font-size: .86rem; }
.track-info audio { width: 100%; min-width: 0; accent-color: var(--orange); }

.video-section { padding: clamp(70px, 10vw, 135px) max(20px, calc((100vw - 1180px) / 2)); border-bottom: var(--border); background: var(--orange); }
.video-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(36px, 8vw, 100px); align-items: end; margin-bottom: 48px; }
.video-heading h2 { margin-bottom: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .82; }
.video-copy { max-width: 34rem; padding-bottom: 8px; }
.video-copy p { margin-bottom: 26px; font-size: 1.15rem; line-height: 1.65; }
.video-feature { position: relative; display: block; border: var(--border); background: var(--plum); box-shadow: var(--shadow); overflow: hidden; }
.video-feature::after { content: ""; position: absolute; inset: 0; border: 0 solid var(--yellow); pointer-events: none; transition: border-width .2s ease, background .2s ease; }
.video-feature:hover::after, .video-feature:focus-visible::after { border-width: 8px; background: color-mix(in srgb, var(--plum) 8%, transparent); }
.video-feature img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.video-feature:hover img { transform: scale(1.015); }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; display: grid; width: clamp(74px, 10vw, 116px); aspect-ratio: 1; place-items: center; border: var(--border); border-radius: 50%; background: var(--yellow); box-shadow: 7px 7px 0 var(--plum); transform: translate(-50%, -50%); transition: transform .18s ease, box-shadow .18s ease; }
.video-feature:hover .video-play, .video-feature:focus-visible .video-play { box-shadow: 3px 3px 0 var(--plum); transform: translate(calc(-50% + 4px), calc(-50% + 4px)) scale(1.04); }
.video-play svg { width: 54%; fill: var(--plum); }
.video-badge { position: absolute; z-index: 2; right: 22px; top: 22px; padding: 9px 13px; border: var(--border); background: var(--cream); font-size: .76rem; font-weight: 900; letter-spacing: .12em; }
.video-meta { display: flex; gap: 18px; justify-content: space-between; margin-top: 24px; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.video-meta strong { font-weight: 900; }

.manifesto { position: relative; display: grid; min-height: 70vh; padding: clamp(80px, 14vw, 190px) max(20px, calc((100vw - 1180px) / 2)); place-items: center; overflow: hidden; text-align: center; }
.manifesto p { position: relative; z-index: 1; max-width: 1020px; margin: 0; font: 900 clamp(2.8rem, 6vw, 6.5rem)/.95 Impact, sans-serif; text-transform: uppercase; }
.rolling-sun { position: absolute; width: min(58vw, 700px); aspect-ratio: 1; border: var(--border); border-radius: 50%; background: var(--orange); opacity: .9; }

.band-section { padding: clamp(70px, 10vw, 140px) max(20px, calc((100vw - 1180px) / 2)); border-top: var(--border); background: var(--cream-light); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.section-heading h2, .lyrics-intro h2 { margin-bottom: 0; font-size: clamp(4rem, 8vw, 8rem); line-height: .82; }
.section-heading > p { max-width: 34rem; margin-bottom: 8px; font-size: 1.15rem; line-height: 1.65; }
.band-portrait { margin: 0 0 70px; border: var(--border); box-shadow: var(--shadow); }
.band-portrait img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: cover; }
.character-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.character { display: grid; grid-template-columns: minmax(0, .85fr) minmax(220px, 1.15fr); min-height: 390px; border: var(--border); background: var(--cream); overflow: hidden; }
.character-image { min-height: 390px; overflow: hidden; background: var(--yellow); }
.character-image img { width: 100%; height: 100%; object-fit: cover; object-position: 12% 10%; transform: scale(1.02); transition: transform .35s ease; }
.character:hover .character-image img { transform: scale(1.055); }
.character-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 3vw, 42px); }
.character-copy span { font-size: .7rem; font-weight: 900; text-transform: uppercase; letter-spacing: .17em; }
.character-copy h3 { margin: 5px 0 16px; font-size: clamp(2.8rem, 5vw, 4.5rem); line-height: .85; }
.character-copy p { margin: 0; line-height: 1.55; }
.character-juna { box-shadow: 7px 7px 0 var(--blue); }
.character-mara { box-shadow: 7px 7px 0 var(--apricot); }
.character-liv { box-shadow: 7px 7px 0 var(--yellow); }
.character-nika { box-shadow: 7px 7px 0 var(--pink); }

.lyrics-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 100px); padding: clamp(80px, 12vw, 160px) max(20px, calc((100vw - 1180px) / 2)); border-top: var(--border); background: var(--yellow); }
.lyrics-intro { position: sticky; top: 120px; align-self: start; }
.lyrics-content { padding-top: 46px; }
.chorus { margin-bottom: 42px; font-size: clamp(1.35rem, 2.3vw, 2rem); font-weight: 800; line-height: 1.6; }
details { border-block: var(--border); }
summary { display: flex; padding: 22px 0; align-items: center; justify-content: space-between; cursor: pointer; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 2rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
.full-lyrics { padding: 12px 0 34px; }
.full-lyrics h3 { margin: 34px 0 10px; font-size: 1.55rem; }
.full-lyrics p { line-height: 1.75; }
.full-lyrics i { color: #6d4655; }

.project-section { display: grid; grid-template-columns: .35fr 1fr; gap: clamp(40px, 8vw, 100px); align-items: center; padding: clamp(80px, 12vw, 150px) max(20px, calc((100vw - 980px) / 2)); background: var(--blue); }
.project-mark { width: min(100%, 260px); filter: drop-shadow(8px 8px 0 var(--cream)); }
.project-section h2 { max-width: 780px; margin-bottom: 28px; font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.project-section p:last-child { max-width: 720px; margin-bottom: 0; font-size: 1.1rem; line-height: 1.7; }
.project-credits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 800px; margin-top: 34px; }
.project-credits p { margin: 0; padding: 18px 20px; border: var(--border); background: var(--cream); box-shadow: 5px 5px 0 var(--plum); font-size: .95rem !important; line-height: 1.55 !important; }
.project-credits a { font-weight: 900; text-underline-offset: 4px; }

.site-footer { padding: 70px max(20px, calc((100vw - 1180px) / 2)) 30px; border-top: var(--border); background: var(--plum); color: var(--cream); text-align: center; }
.site-footer > img { width: min(420px, 80vw); margin: 0 auto 28px; filter: brightness(0) invert(91%) sepia(18%) saturate(667%); }
.site-footer > p { font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; }
.footer-social { display: flex; justify-content: center; margin-top: 34px; }
.footer-social a { display: inline-flex; min-height: 54px; gap: 12px; align-items: center; padding: 13px 20px; border: 2px solid var(--cream); background: var(--pink); box-shadow: 5px 5px 0 var(--cream); color: var(--cream); font-weight: 900; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: transform .15s ease, box-shadow .15s ease; }
.footer-social a:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--cream); }
.footer-social svg { width: 28px; height: 28px; flex: 0 0 auto; fill: currentColor; }
.footer-meta { display: flex; gap: 20px; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid #6c5c75; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-nav { display: flex; gap: 20px; }
.legal-nav a { text-underline-offset: 4px; }

.legal-page { min-height: 100svh; background: var(--cream-light); }
.legal-header { padding: 22px max(20px, calc((100vw - 980px) / 2)); border-bottom: var(--border); background: var(--cream); }
.legal-header img { width: min(260px, 70vw); }
.legal-page main { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: clamp(60px, 9vw, 110px) 0; }
.legal-page h1 { margin-bottom: 42px; font-size: clamp(4.2rem, 10vw, 8rem); line-height: .82; }
.legal-page section { max-width: 760px; margin: 46px 0; }
.legal-page h2 { margin-bottom: 14px; font-size: clamp(1.6rem, 4vw, 2.5rem); }
.legal-page p, .legal-page address { font-style: normal; line-height: 1.75; }
.legal-notice { max-width: 760px; padding: 18px 22px; border: var(--border); background: var(--yellow); box-shadow: 5px 5px 0 var(--plum); font-weight: 750; line-height: 1.55; }

.error-page { display: grid; min-height: 100svh; place-items: center; padding: 30px; background: var(--cream); text-align: center; }
.error-page main { max-width: 760px; }
.error-page img { margin: 0 auto 28px; }
.error-page h1 { margin-bottom: 24px; font-size: clamp(3.5rem, 9vw, 7.5rem); line-height: .85; }
.error-page p:not(.eyebrow) { margin-bottom: 32px; font-size: 1.15rem; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 72px; }
  .hero-art { width: min(84vw, 620px); justify-self: center; }
  .hero-copy { max-width: 720px; }
  .player-section { grid-template-columns: .2fr 1fr; }
  .audio-card { grid-column: 1 / -1; }
  .character-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  :root { --content: calc(100% - 28px); }
  html { scroll-padding-top: 74px; }
  .site-header { min-height: 68px; padding-inline: 16px; }
  .brand { width: 190px; }
  .nav-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 2px); left: 0; right: 0; display: none; padding: 28px 20px; border-bottom: var(--border); background: var(--cream); }
  .main-nav.is-open { display: grid; }
  .main-nav a { font-size: 1.2rem; }
  .hero { min-height: auto; padding: 58px 20px 82px; }
  .hero h1 { font-size: clamp(4.4rem, 24vw, 7rem); }
  .edition-stamp { right: -8px; }
  .player-section { grid-template-columns: 1fr; padding-inline: 20px; }
  .section-number { display: none; }
  .audio-card { grid-template-columns: 80px 1fr; padding: 14px; }
  .audio-card > img { width: 80px; }
  .track-info span { margin-bottom: 12px; }
  .track-info audio { grid-column: 1 / -1; }
  .manifesto { min-height: 60vh; padding-inline: 20px; }
  .section-heading, .video-heading, .lyrics-section, .project-section, .project-credits { grid-template-columns: 1fr; }
  .section-heading { gap: 30px; }
  .band-section, .lyrics-section, .project-section { padding-inline: 20px; }
  .character { grid-template-columns: 1fr; }
  .character-image { height: 430px; min-height: 0; }
  .lyrics-intro { position: static; }
  .lyrics-content { padding-top: 0; }
  .project-mark { width: 150px; }
  .footer-social a { width: min(100%, 330px); justify-content: center; }
  .footer-meta { align-items: center; flex-direction: column; }
}

@media (max-width: 440px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .text-link { text-align: center; }
  .audio-card { grid-template-columns: 64px 1fr; }
  .audio-card > img { width: 64px; }
  .track-info audio { width: calc(100vw - 76px); margin-left: calc(-64px - 14px); margin-top: 8px; }
  .video-meta { align-items: flex-start; flex-direction: column; }
  .character-image { height: 360px; }
}

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