@font-face {
  font-family: "Kungfont";
  src: url("assets/fonts/kungfont-regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  color-scheme: dark;
  --ink: #0a0a0b;
  --ink-raised: #121112;
  --paper: #f2efec;
  --paper-soft: #c9c4c0;
  --paper-dim: #918d8a;
  --line: #2b292a;
  --ember: #ed1c24;
  --ember-bright: #ff3940;
  --display: "Kungfont", "Arial Black", sans-serif;
  --body: "Poppins", "Avenir Next", sans-serif;
  --shell: min(100% - 2.25rem, 83.75rem);
  --section-space: clamp(5.5rem, 12vw, 10.5rem);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 999;
  inset: 0 0 auto;
  height: 2px;
  background: var(--ember);
  content: "";
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--ember-bright);
  outline-offset: 4px;
}

::selection {
  background: var(--ember);
  color: var(--paper);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 600;
  transition: transform 180ms var(--ease-out);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: max(1.625rem, env(safe-area-inset-top)) max(clamp(1.125rem, 4vw, 3.5rem), env(safe-area-inset-right)) 0 max(clamp(1.125rem, 4vw, 3.5rem), env(safe-area-inset-left));
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(11.5625rem, 20vw, 17.1875rem);
  height: auto;
  animation: mark-in 1.4s cubic-bezier(0.16, 0.84, 0.28, 1) both;
}

.site-nav {
  display: flex;
  overflow-x: auto;
  align-items: center;
  gap: clamp(0.875rem, 2.4vw, 2.125rem);
  max-width: 68vw;
  padding: 0.45rem 0;
  scrollbar-width: none;
  white-space: nowrap;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--paper-soft);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: color 140ms ease;
}

.site-nav a:hover,
.site-nav .nav-accent {
  color: var(--ember-bright);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  align-items: end;
  padding: clamp(8rem, 18vh, 12rem) 0 clamp(4.5rem, 9vh, 7rem);
  isolation: isolate;
}

.hero-art,
.hero-shade,
.hero-vignette,
.hero-sweep,
.hero-glow {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-art {
  inset: -4%;
  background-image: url("assets/images/rhiannon-key-art.webp");
  background-position: 58% 28%;
  background-size: cover;
  filter: saturate(0.84) contrast(1.04) brightness(0.78);
  animation: hero-drift 34s ease-in-out infinite alternate;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(10 10 11 / 88%) 0%, rgb(10 10 11 / 18%) 30%, rgb(10 10 11 / 65%) 72%, var(--ink) 100%),
    linear-gradient(90deg, rgb(10 10 11 / 96%) 0%, rgb(10 10 11 / 58%) 42%, rgb(10 10 11 / 38%) 66%, rgb(10 10 11 / 82%) 100%);
}

.hero-vignette {
  z-index: -1;
  background: radial-gradient(120% 90% at 50% 40%, transparent 42%, rgb(6 6 7 / 72%) 100%);
  animation: lamp-flicker 9s ease-in-out infinite;
}

.hero-sweep {
  z-index: -1;
  inset: -24% -45%;
  background: linear-gradient(102deg, transparent 40%, rgb(255 238 220 / 15%) 50%, transparent 60%);
  mix-blend-mode: screen;
  animation: hero-sweep 13s cubic-bezier(0.4, 0, 0.5, 1) 1.6s infinite;
}

.hero-glow {
  z-index: -1;
  inset: auto auto -14% -8%;
  width: min(62vw, 47.5rem);
  height: min(62vw, 47.5rem);
  background: radial-gradient(circle, rgb(237 28 36 / 34%) 0%, rgb(237 28 36 / 10%) 42%, transparent 70%);
  filter: blur(10px);
  animation: glow-breathe 11s ease-in-out infinite;
}

@keyframes hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.085) translate3d(0, -1.25%, 0); }
}

@keyframes mark-in {
  from { opacity: 0; transform: translateY(-10px) scale(0.96); filter: blur(6px); }
  to { opacity: 1; transform: none; filter: blur(0); }
}

@keyframes brush-wipe {
  0% { clip-path: inset(-30% 100% -30% -12%); opacity: 0; }
  12% { opacity: 1; }
  100% { clip-path: inset(-30% -12% -30% -12%); opacity: 1; }
}

@keyframes hero-sweep {
  0% { transform: translate3d(-72%, 0, 0); opacity: 0; }
  18% { opacity: 1; }
  44%, 100% { transform: translate3d(72%, 0, 0); opacity: 0; }
}

@keyframes glow-breathe {
  0%, 100% { opacity: 0.28; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(1.12); }
}

@keyframes lamp-flicker {
  0%, 100% { opacity: 0.5; }
  12% { opacity: 0.72; }
  18% { opacity: 0.44; }
  31% { opacity: 0.66; }
  47% { opacity: 0.5; }
  63% { opacity: 0.78; }
  79% { opacity: 0.52; }
}

.hero-content {
  display: grid;
  gap: clamp(2.25rem, 5vw, 5.25rem);
  align-items: end;
}

.hero-copy {
  max-width: 42rem;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1.25rem;
  color: var(--paper);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.34em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span {
  width: 2.15rem;
  height: 3px;
  background: var(--ember);
}

h1,
h2,
.closing-line {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h1 {
  max-width: 100%;
  padding-left: 0.26em;
  font-size: clamp(2.75rem, 7.4vw, 7.375rem);
  line-height: 0.86;
  text-shadow: 0 0.16em 0.75em rgb(0 0 0 / 44%);
}

h1 span {
  display: block;
}

h1 span:first-child {
  animation: brush-wipe 1.15s cubic-bezier(0.22, 0.8, 0.22, 1) 0.35s both;
}

h1 span:last-child {
  animation: brush-wipe 1.15s cubic-bezier(0.22, 0.8, 0.22, 1) 0.62s both;
}

.hero-deck {
  max-width: 36ch;
  margin: clamp(1.6rem, 4vw, 2.35rem) 0 0;
  color: #ded9d5;
  font-size: clamp(1.03rem, 2vw, 1.42rem);
  font-style: italic;
  line-height: 1.55;
}

.hero-links,
.player-actions,
.story-downloads {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hero-links {
  margin-top: 1.8rem;
}

.button {
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0.75rem 1.2rem;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.25;
  text-transform: uppercase;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms var(--ease-out);
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--ember);
  color: var(--paper);
}

.button-primary:hover {
  background: var(--ember-bright);
}

.button-ghost {
  border-color: #5b5758;
  background: rgb(10 10 11 / 48%);
  color: var(--paper);
}

.button-ghost:hover {
  border-color: var(--ember);
  color: var(--ember-bright);
}

.text-link {
  position: relative;
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  color: var(--paper-soft);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0.35rem;
  left: 0;
  height: 1px;
  background: var(--ember);
  content: "";
  transform: scaleX(0.35);
  transform-origin: left;
  transition: transform 180ms var(--ease-out);
}

.text-link:hover::after {
  transform: scaleX(1);
}

.player-card {
  width: 100%;
  max-width: 35rem;
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
  justify-self: end;
  border: 1px solid #2f2d2e;
  padding: clamp(1.25rem, 2.4vw, 1.875rem);
  background: rgb(10 10 11 / 55%);
  backdrop-filter: blur(6px);
}

.player-topline {
  display: flex;
  align-items: center;
  gap: 1.375rem;
}

.micro-label {
  margin: 0 0 0.55rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  line-height: 1.5;
  text-transform: uppercase;
}

.play-button {
  width: 5.5rem;
  height: 5.5rem;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--ember);
  color: var(--paper);
  cursor: pointer;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 220ms var(--ease-out), background 160ms ease;
}

.play-button:hover {
  transform: scale(1.06);
  background: var(--ember-bright);
}

.waveform {
  display: flex;
  height: 3.5rem;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
  gap: 3px;
  margin: 0;
}

.waveform span {
  width: 3px;
  height: var(--height, 1rem);
  transform-origin: center;
  background: var(--ember);
  animation: waveform 1.4s ease-in-out var(--delay, 0s) infinite;
  animation-play-state: paused;
}

.waveform.playing span {
  animation-play-state: running;
}

.waveform span:nth-child(1) { --height: 1rem; --delay: 0s; }
.waveform span:nth-child(2) { --height: 1.875rem; --delay: 0.07s; }
.waveform span:nth-child(3) { --height: 1.3125rem; --delay: 0.14s; }
.waveform span:nth-child(4) { --height: 2.625rem; --delay: 0.21s; }
.waveform span:nth-child(5) { --height: 2.0625rem; --delay: 0.28s; background: var(--paper); }
.waveform span:nth-child(6) { --height: 3.375rem; --delay: 0.35s; }
.waveform span:nth-child(7) { --height: 1.5625rem; --delay: 0.42s; }
.waveform span:nth-child(8) { --height: 2.8125rem; --delay: 0.49s; }
.waveform span:nth-child(9) { --height: 1.125rem; --delay: 0.56s; background: var(--paper); }
.waveform span:nth-child(10) { --height: 2.3125rem; --delay: 0.63s; }
.waveform span:nth-child(11) { --height: 3.5rem; --delay: 0.7s; }
.waveform span:nth-child(12) { --height: 1.75rem; --delay: 0.77s; }
.waveform span:nth-child(13) { --height: 3rem; --delay: 0.84s; background: var(--paper); }
.waveform span:nth-child(14) { --height: 1.375rem; --delay: 0.91s; }
.waveform span:nth-child(15) { --height: 2.5rem; --delay: 0.98s; }
.waveform span:nth-child(16) { --height: 1.0625rem; --delay: 1.05s; }
.waveform span:nth-child(17) { --height: 2.1875rem; --delay: 1.12s; }
.waveform span:nth-child(18) { --height: 3.1875rem; --delay: 1.19s; background: var(--paper); }
.waveform span:nth-child(19) { --height: 1.5rem; --delay: 1.26s; }
.waveform span:nth-child(20) { --height: 0.875rem; --delay: 1.33s; }

@keyframes waveform {
  0%, 100% { transform: scaleY(0.14); }
  50% { transform: scaleY(1); }
}

.song-progress {
  appearance: none;
  width: 100%;
  height: 4px;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: linear-gradient(90deg, var(--ember) 0 var(--progress, 0%), rgb(242 240 238 / 22%) var(--progress, 0%) 100%);
  cursor: pointer;
}

.song-progress::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.song-progress::-webkit-slider-thumb {
  width: 0;
  height: 4px;
  appearance: none;
  border: 0;
  border-radius: 0;
  margin-top: 0;
  background: transparent;
}

.song-progress::-moz-range-track {
  height: 4px;
  background: transparent;
}

.song-progress::-moz-range-thumb {
  width: 0;
  height: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.player-time {
  display: flex;
  justify-content: space-between;
  color: var(--paper-dim);
  font-size: 0.63rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.16em;
}

.player-time span:nth-child(2) {
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.player-actions {
  margin-top: 0;
}

.audio-status {
  margin: 0;
  color: var(--paper-dim);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
}

.scroll-cue {
  position: absolute;
  bottom: max(0.8rem, env(safe-area-inset-bottom));
  left: 50%;
  color: var(--paper-dim);
  font-size: 0.52rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  transform: translateX(-50%);
  animation: scroll-cue 2.2s ease-in-out infinite;
}

@keyframes scroll-cue {
  50% { transform: translate(-50%, 0.4rem); color: var(--paper); }
}

.story {
  display: grid;
  gap: clamp(3rem, 7vw, 6rem);
  align-items: start;
}

.story-portrait {
  margin: 0;
}

.story-portrait img {
  width: 100%;
  max-height: 58rem;
  object-fit: cover;
  object-position: 51% center;
}

.story-portrait figcaption {
  margin-top: 1rem;
  border-left: 3px solid var(--ember);
  padding-left: 1rem;
  color: var(--paper-dim);
  font-size: 0.72rem;
  line-height: 1.7;
}

.story-echo {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  margin-top: clamp(2.125rem, 5vh, 4rem);
  pointer-events: none;
  user-select: none;
}

.story-echo span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #2a2829, transparent);
}

.story-echo p {
  margin: 0;
  color: #191819;
  font-family: var(--display);
  font-size: clamp(3.375rem, 7vw, 6.5rem);
  letter-spacing: 0.025em;
  line-height: 0.82;
  text-transform: uppercase;
}

.story-copy h2,
.sunwing h2,
.artwork h2,
.studio h2,
.section-heading h2,
.updates h2 {
  font-size: clamp(4rem, 9vw, 8.1rem);
  line-height: 0.77;
}

.story-copy > p:not(.eyebrow):not(.lead):not(.closing-line),
.sunwing-content > div:last-child > p {
  color: #bdb8b4;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
  line-height: 1.9;
}

.lead {
  color: #e6e1dd;
  font-size: clamp(1.13rem, 2vw, 1.5rem);
  font-style: italic;
  line-height: 1.55;
}

blockquote {
  position: relative;
  margin: 2.5rem 0;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #151415;
  color: #e9e4e0;
  font-size: clamp(1.03rem, 1.7vw, 1.25rem);
  font-style: italic;
  line-height: 1.65;
}

blockquote::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--ember);
  content: "";
}

blockquote span {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--ember-bright);
  font-size: 0.58rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.character-facts,
.creature-facts {
  display: grid;
  gap: 1px;
  margin: 0 0 2rem;
  background: var(--line);
}

.character-facts div,
.creature-facts div {
  padding: 1rem;
  background: var(--ink);
}

.character-facts dt,
.creature-facts dt,
.credit-list dt {
  color: var(--paper-dim);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.character-facts dd,
.creature-facts dd {
  margin: 0.35rem 0 0;
  color: var(--paper);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.45;
}

.story-downloads {
  margin-top: 2.5rem;
}

.closing-line {
  margin-top: 3.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.8rem;
  color: var(--paper);
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 0.92;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--line);
  padding-bottom: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-heading h2 {
  font-size: clamp(3.6rem, 7vw, 6.2rem);
}

.section-heading p {
  margin: 0;
  color: var(--paper-dim);
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.lyrics {
  max-width: 75rem;
}

.lyrics-grid {
  display: grid;
  gap: 2.8rem clamp(2.5rem, 7vw, 6.5rem);
}

.lyric-block {
  break-inside: avoid;
}

.lyric-block h3 {
  margin: 0 0 0.8rem;
  color: var(--ember-bright);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.lyric-block p {
  margin: 0;
  color: #dcd7d3;
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  line-height: 1.85;
}

.lyric-block.chorus {
  border-left: 3px solid var(--ember);
  padding-left: 1.25rem;
  font-style: italic;
}

.outro strong {
  color: var(--paper);
  font-weight: 500;
}

.download-inline {
  margin-top: 2.75rem;
}

.sunwing {
  position: relative;
  min-height: 58rem;
  display: grid;
  overflow: hidden;
  align-items: end;
  border-block: 1px solid var(--line);
  isolation: isolate;
}

.sunwing-art,
.sunwing-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.sunwing-art {
  inset: 0 0 10%;
  background-image: url("assets/images/sunwing.webp");
  background-position: 50% 22%;
  background-repeat: no-repeat;
  background-size: min(90rem, 115vw) auto;
  filter: saturate(1.08) contrast(1.05);
  -webkit-mask-image: radial-gradient(65% 65% at 50% 38%, #000 18%, rgb(0 0 0 / 74%) 52%, transparent 82%);
  mask-image: radial-gradient(65% 65% at 50% 38%, #000 18%, rgb(0 0 0 / 74%) 52%, transparent 82%);
}

.sunwing-shade {
  z-index: -1;
  background:
    radial-gradient(45% 45% at 50% 28%, rgb(237 28 36 / 16%), transparent 72%),
    linear-gradient(180deg, var(--ink) 0%, transparent 18%, transparent 44%, rgb(10 10 11 / 84%) 71%, var(--ink) 91%);
}

.sunwing-content {
  display: grid;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(27rem, 55vh, 36rem) clamp(4rem, 9vw, 7rem);
}

.sunwing-content .lead {
  max-width: 31ch;
}

.creature-facts {
  margin-top: 2rem;
}

.artwork {
  border-bottom: 1px solid var(--line);
}

.artwork-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.artwork h2,
.studio h2 {
  font-size: clamp(3.4rem, 7vw, 6.5rem);
}

.slider-buttons {
  display: flex;
  gap: 0.5rem;
}

.slider-buttons button {
  width: 3.25rem;
  height: 3.25rem;
  border: 1px solid #575354;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease;
}

.slider-buttons button:hover {
  border-color: var(--ember);
  background: #191718;
}

.art-strip {
  display: flex;
  overflow-x: auto;
  gap: clamp(0.9rem, 2vw, 1.5rem);
  padding: 0 max(1.1rem, calc((100vw - 83.75rem) / 2)) 1.5rem;
  scroll-padding-inline: max(1.1rem, calc((100vw - 83.75rem) / 2));
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--ember) var(--line);
  scrollbar-width: thin;
}

.art-frame,
.art-placeholder {
  position: relative;
  width: min(83vw, 61rem);
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: center;
}

.art-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms var(--ease-out);
}

.art-frame:hover img {
  transform: scale(1.025);
}

.art-frame figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.65rem;
  background: rgb(10 10 11 / 78%);
  color: var(--paper-soft);
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.art-placeholder,
.studio-placeholder {
  display: grid;
  place-content: center;
  border: 1px dashed #464243;
  background:
    linear-gradient(135deg, rgb(237 28 36 / 8%), transparent 48%),
    repeating-linear-gradient(-45deg, #121112, #121112 12px, #0f0e0f 12px, #0f0e0f 24px);
  color: var(--paper-dim);
  text-align: center;
}

.art-placeholder span {
  color: var(--ember-bright);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.art-placeholder strong {
  margin-top: 0.6rem;
  color: var(--paper-soft);
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 400;
  line-height: 0.9;
  text-transform: uppercase;
}

.portrait-placeholder {
  width: min(62vw, 34rem);
  aspect-ratio: 4 / 5;
}

.studio-heading {
  max-width: 46rem;
  margin-bottom: 3rem;
}

.studio-heading > p:last-child {
  max-width: 56ch;
  color: #b7b2ae;
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

.studio-tile {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  background: #151415;
  cursor: zoom-in;
}

.studio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms var(--ease-out), filter 350ms ease;
}

.studio-tile:hover img {
  transform: scale(1.025);
  filter: contrast(1.05);
}

.studio-tile {
  aspect-ratio: 16 / 9;
}

.studio-tile.contain {
  background: #d2d1d1;
}

.studio-tile.contain img {
  object-fit: contain;
}

.studio-tile > span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.45rem 0.65rem;
  background: rgb(10 10 11 / 84%);
  color: var(--paper-soft);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.downloads {
  border-top: 1px solid var(--line);
}

.download-list {
  display: grid;
}

.download-list article {
  display: grid;
  gap: 0.45rem;
  border-bottom: 1px solid var(--line);
  padding: 1.6rem 0;
}

.download-list article:first-child {
  border-top: 1px solid var(--line);
}

.download-list .micro-label {
  color: var(--ember-bright);
}

.download-list h3 {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.25rem, 2.2vw, 1.9rem);
  font-weight: 400;
  line-height: 1.25;
}

.download-list p:not(.micro-label) {
  margin: 0;
  color: var(--paper-dim);
  font-size: 0.82rem;
}

.download-list article > div {
  display: flex;
  align-items: center;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
}

.download-list a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--paper-soft);
  font-size: 0.64rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 140ms ease;
}

.download-list a:hover {
  color: var(--ember-bright);
}

.updates {
  overflow: hidden;
  background: var(--ember);
  color: var(--paper);
}

.updates-content {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-block: clamp(4.5rem, 10vw, 8rem);
}

.updates h2 {
  max-width: none;
  font-size: clamp(1.625rem, 3.1vw, 3.125rem);
  line-height: 0.9;
  white-space: nowrap;
}

.updates-content > div:last-child {
  max-width: 38rem;
}

.updates-content > div:last-child p {
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
}

.updates-content > div:first-child > p:last-child {
  max-width: 44ch;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
}

.signup-form {
  position: relative;
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 39rem;
}

.signup-fields {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem 1rem;
  align-items: center;
}

.signup-fields label {
  color: #fff7f5;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signup-fields label span {
  display: block;
  color: rgb(255 247 245 / 72%);
  font-size: 0.48rem;
  letter-spacing: 0.12em;
}

.signup-fields input {
  min-width: 0;
  border: 1px solid rgb(255 255 255 / 58%);
  border-radius: 0;
  padding: 0.85rem 0.95rem;
  outline: none;
  background: rgb(10 10 11 / 26%);
  color: #fff;
  font-size: 1rem;
}

.signup-fields input:focus-visible {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgb(10 10 11 / 62%);
}

.signup-consent {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.65rem;
  align-items: start;
  color: rgb(255 247 245 / 90%);
  cursor: pointer;
  font-size: 0.74rem;
  line-height: 1.55;
}

.signup-consent input {
  width: 1rem;
  height: 1rem;
  margin: 0.15rem 0 0;
  accent-color: var(--ink);
}

.signup-form button {
  position: relative;
  justify-self: start;
  min-height: 3.2rem;
  border: 1px solid rgb(255 255 255 / 18%);
  padding: 0.8rem 1.5rem;
  background: var(--ink);
  color: #fff;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.signup-form button::before {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 16%);
  background-image:
    linear-gradient(90deg, transparent, rgb(255 255 255 / 90%), transparent),
    linear-gradient(90deg, transparent, rgb(255 255 255 / 90%), transparent);
  background-position: -45% 0, 145% 100%;
  background-repeat: no-repeat;
  background-size: 42% 1px, 42% 1px;
  content: "";
  pointer-events: none;
  animation: light-chase 3.4s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

@keyframes light-chase {
  from { background-position: -45% 0, 145% 100%; }
  to { background-position: 145% 0, -45% 100%; }
}

.signup-form button:hover,
.signup-form button:focus-visible {
  background: #fff;
  color: var(--ember);
}

.signup-form button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.signup-status {
  min-height: 1.5em;
  margin: 0;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 500;
}

.signup-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.credit-list {
  margin: 0;
}

.credit-list > div {
  display: grid;
  grid-template-columns: minmax(8rem, 0.7fr) 2fr;
  gap: 1.25rem;
  align-items: baseline;
  border-bottom: 1px solid #1d1b1c;
  padding: 1.35rem 0;
}

.credit-list dt {
  color: var(--ember-bright);
}

.credit-list dd {
  margin: 0;
  color: var(--paper);
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 400;
}

.footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 max(2.5rem, env(safe-area-inset-bottom));
}

.footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer img {
  width: clamp(8rem, 15vw, 11rem);
  opacity: 0.82;
}

.footer p {
  display: flex;
  gap: 0.8rem 1.5rem;
  flex-wrap: wrap;
  margin: 0;
  color: #716d6b;
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer a:hover {
  color: var(--paper-soft);
}

.now-playing {
  position: fixed;
  z-index: 80;
  right: max(0.8rem, env(safe-area-inset-right));
  bottom: max(0.8rem, env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid #363334;
  padding: 0.55rem 0.55rem 0.55rem 0.9rem;
  background: #0b0a0b;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 45%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(1rem);
  transition: opacity 260ms ease, transform 320ms var(--ease-out);
}

.now-playing.visible {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.now-playing span {
  display: grid;
  color: var(--paper);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.35;
}

.now-playing small {
  color: var(--paper-dim);
  font-size: 0.48rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.now-playing button {
  min-height: 2.75rem;
  border: 0;
  padding: 0.65rem 0.85rem;
  background: var(--ember);
  color: var(--paper);
  cursor: pointer;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lightbox {
  width: min(94vw, 88rem);
  max-width: none;
  height: min(92vh, 62rem);
  max-height: none;
  border: 1px solid #3a3738;
  padding: 0;
  background: #080809;
  color: var(--paper);
}

.lightbox::backdrop {
  background: rgb(5 5 6 / 94%);
}

.lightbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lightbox button {
  position: absolute;
  z-index: 2;
  top: 0.75rem;
  right: 0.75rem;
  min-height: 2.75rem;
  border: 1px solid #595455;
  padding: 0.55rem 0.8rem;
  background: rgb(10 10 11 / 82%);
  color: var(--paper);
  cursor: pointer;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity 720ms var(--ease-out), transform 760ms var(--ease-out);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

@media (min-width: 42rem) {
  .character-facts,
  .creature-facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .lyrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .studio-grid {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(6rem, 10vw);
  }

  .studio-drake {
    grid-column: span 4;
    grid-row: span 3;
    aspect-ratio: auto;
  }

  .studio-horror {
    grid-column: span 2;
    grid-row: span 3;
    aspect-ratio: auto;
  }

  .studio-silhouettes,
  .studio-rhiannon {
    grid-column: 1 / -1;
    grid-row: span 2;
    aspect-ratio: auto;
  }
}

@media (min-width: 56rem) {
  :root {
    --shell: min(100% - 5rem, 83.75rem);
  }

  .site-header {
    padding-inline: clamp(2.5rem, 4vw, 3.5rem);
  }

  .hero-content {
    grid-template-columns: minmax(0, 1.02fr) minmax(24rem, 0.78fr);
  }

  .story {
    grid-template-columns: minmax(20rem, 0.84fr) minmax(28rem, 1fr);
  }

  .story-portrait {
    position: sticky;
    top: 1.75rem;
  }

  .sunwing-content,
  .updates-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-list article {
    grid-template-columns: 0.35fr 0.9fr 1.15fr 1.35fr;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (max-width: 55.99rem) {
  .site-header {
    align-items: flex-start;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .site-nav a {
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 10rem;
  }

  .hero-art {
    background-position: 57% 22%;
  }

  .player-card {
    justify-self: start;
  }
}

@media (max-width: 36rem) {
  :root {
    --shell: min(100% - 1.5rem, 83.75rem);
  }

  .site-header {
    display: block;
    padding-inline: 0.75rem;
  }

  .site-nav {
    max-width: 100%;
    margin-top: 0.6rem;
  }

  .site-nav a {
    font-size: 0.7rem;
  }

  .hero {
    padding-top: 9.5rem;
  }

  .hero-art {
    background-position: 55% 15%;
  }

  .player-topline {
    align-items: center;
  }

  .play-button {
    width: 4.75rem;
    height: 4.75rem;
  }

  .section-heading,
  .artwork-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .credit-list > div {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .footer .shell {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (hover: none) {
  .button:hover,
  .play-button:hover,
  .art-frame:hover img,
  .studio-tile:hover img {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
