:root {
  --bg: #000000;
  --bg-soft: #030303;
  --ink: #dddbe0;
  --ink-soft: #9b96a3;
  --accent: #b51800;
  --accent-2: #d61f00;
  --line: rgba(221, 219, 224, 0.14);
  --max: 1100px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Cormorant Garamond", serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% -14%, rgba(214, 31, 0, 0.12), transparent 42%),
    radial-gradient(circle at 110% 20%, rgba(214, 31, 0, 0.03), transparent 38%),
    linear-gradient(165deg, #000000 0%, #020202 48%, #000000 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

.bg-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.spot {
  position: fixed;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
}

.spot-a {
  width: 380px;
  height: 380px;
  background: rgba(214, 31, 0, 0.08);
  top: -120px;
  right: -90px;
}

.spot-b {
  width: 320px;
  height: 320px;
  background: rgba(214, 31, 0, 0.05);
  bottom: -90px;
  left: -70px;
}

main,
footer {
  width: min(92vw, var(--max));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.hero {
  width: 100%;
  margin: 0;
  min-height: 82vh;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(1rem, 4vw, 4rem);
  align-items: center;
  padding: clamp(1.4rem, 3vw, 2rem) clamp(1rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://savage-chaos.pages.dev/ChatGPT%20Image%2011.%20Apr.%202026,%2010_01_44.png");
  background-size: cover;
  background-position: center;
  opacity: 0.44;
  z-index: -2;
}

.hero-copy,
.hero-image {
  position: relative;
  z-index: 1;
}

.hero-copy {
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(221, 219, 224, 0.14);
  border-radius: 0.3rem;
  padding: clamp(0.9rem, 2.5vw, 1.3rem);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(214, 31, 0, 0.14);
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

h1 {
  font-family: "Metal Mania", cursive;
  font-size: clamp(2.1rem, 7vw, 5.2rem);
  line-height: 0.9;
  max-width: 14ch;
  color: #e5e2e8;
  text-shadow: 0 0 16px rgba(214, 31, 0, 0.32);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.lead {
  color: var(--ink);
  line-height: 1.6;
  max-width: 58ch;
  margin: 1.2rem 0 0;
  font-size: 1.18rem;
}

.lead.small {
  color: var(--ink-soft);
  margin-top: 0.9rem;
  font-size: 1.08rem;
}

.btn {
  display: inline-block;
  margin-top: 1.5rem;
  background: linear-gradient(90deg, #7d1100, var(--accent));
  color: #ece8ef;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.78rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.2rem;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  box-shadow: 0 8px 22px rgba(214, 31, 0, 0.28);
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 40%, 100% 100%, 14px 100%, 0 60%);
}

.btn:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.08);
}

.btn-secondary {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(221, 219, 224, 0.32);
  box-shadow: none;
  clip-path: none;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.06);
  filter: none;
}

.hero-meta {
  margin: 1rem 0 0;
  color: rgba(221, 219, 224, 0.82);
  font-size: 0.94rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-top: 1px solid rgba(221, 219, 224, 0.18);
  padding-top: 0.85rem;
}

.hero-image {
  margin: 0;
  max-width: 420px;
  justify-self: end;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.005));
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  padding: 0.7rem;
  backdrop-filter: blur(5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.62);
  transition: transform 240ms ease, border-color 240ms ease;
}

.hero-image:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 31, 0, 0.44);
}

.hero-image img {
  width: 100%;
  display: block;
  border-radius: 0.22rem;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: grayscale(28%) brightness(0.8) contrast(1.14) saturate(0.66);
}

.hero-image figcaption {
  color: var(--ink-soft);
  margin-top: 0.65rem;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.panel {
  margin-top: 1rem;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 0.3rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.003)),
    linear-gradient(160deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.004));
  position: relative;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.3);
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0.4rem;
  border: 1px dashed rgba(221, 219, 224, 0.1);
  pointer-events: none;
}

h2 {
  font-family: "Metal Mania", cursive;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  margin-bottom: 0.85rem;
}

.panel p {
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0.5rem 0;
  font-size: 1.12rem;
}

.grid {
  margin-top: 1.1rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.card {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.004)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.26));
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 220ms ease, border-color 220ms ease;
}

.card:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 31, 0, 0.4);
}

h3 {
  font-family: "Metal Mania", cursive;
  font-size: 1.26rem;
  margin-bottom: 0.4rem;
  color: #ece8ef;
}

.card p {
  margin: 0;
  line-height: 1.65;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.songs-panel {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.lore-panel,
.timeline-panel,
.legal-panel {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.songs-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 0.85rem;
  align-items: end;
  margin-bottom: 1rem;
}
.songs-search {
  display: grid;
  gap: 0.35rem;
}
.songs-search span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.songs-search input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(214, 31, 0, 0.28);
  border-radius: 0.22rem;
  background: rgba(0, 0, 0, 0.72);
  color: var(--ink);
  font: inherit;
}
.songs-search input:focus {
  outline: 1px solid rgba(214, 31, 0, 0.5);
  border-color: rgba(214, 31, 0, 0.5);
}
.songs-current {
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(214, 31, 0, 0.24);
  border-radius: 0.22rem;
  background: linear-gradient(180deg, rgba(16, 7, 7, 0.96), rgba(34, 8, 8, 0.96));
  color: #f1d8d4;
  font-size: 0.98rem;
}
.lore-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.lore-header h2 {
  margin: 0;
}

.lore-toggle-all {
  background: transparent;
  border: 1px solid rgba(214, 31, 0, 0.45);
  color: var(--ink-soft);
  padding: 0.35rem 0.65rem;
  border-radius: 0.2rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all 180ms ease;
  text-transform: uppercase;
  font-weight: 600;
}

.lore-toggle-all:hover {
  background: rgba(214, 31, 0, 0.2);
  color: #f1d8d4;
  border-color: rgba(214, 31, 0, 0.65);
}

.lore-intro,
.timeline-intro {
  margin: 0.45rem 0 1rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.6;
}

.lore-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0.8rem;
}

.lore-item {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.25rem;
  background: linear-gradient(180deg, rgba(214, 31, 0, 0.08), rgba(214, 31, 0, 0.02));
  overflow: hidden;
  transition: all 220ms ease;
}

.lore-expandable:hover {
  border-color: rgba(214, 31, 0, 0.55);
  box-shadow: 0 6px 20px rgba(214, 31, 0, 0.15);
}

.lore-expandable {
  padding: 0;
}

.lore-toggle {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0.95rem;
  cursor: pointer;
  text-align: left;
  color: inherit;
  font: inherit;
  transition: all 220ms ease;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  position: relative;
}

.lore-toggle::after {
  content: '▼';
  position: absolute;
  right: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.7rem;
  color: var(--ink-soft);
  transition: transform 220ms ease;
  opacity: 0.6;
}

.lore-toggle[aria-expanded="true"]::after {
  transform: translateY(-50%) rotateZ(180deg);
  opacity: 1;
}

.lore-toggle:hover {
  background: rgba(214, 31, 0, 0.12);
  padding-right: 1.8rem;
}

.lore-toggle h3 {
  margin: 0;
  font-size: 1.1rem;
}

.lore-desc {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.4;
}

.lore-lyrics {
  padding: 0.9rem 0.95rem;
  border-top: 1px solid rgba(214, 31, 0, 0.28);
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease, opacity 320ms ease, padding 320ms ease;
  opacity: 0;
}

.lore-lyrics[data-expanded="true"] {
  max-height: 2500px;
  opacity: 1;
  padding: 1rem 0.95rem;
}

.lore-lyrics pre {
  margin: 0;
  padding: 0;
  font-family: "Courier New", monospace;
  font-size: 0.85rem;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--ink-soft);
}

.timeline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.timeline-list li {
  display: grid;
  grid-template-columns: 120px 1fr 110px;
  gap: 0.9rem;
  align-items: center;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.02);
}

.time-date {
  color: #ece8ef;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.time-title {
  color: var(--ink-soft);
}

.time-state {
  justify-self: end;
  padding: 0.24rem 0.55rem;
  border: 1px solid rgba(214, 31, 0, 0.45);
  border-radius: 0.2rem;
  color: #f1d8d4;
  background: rgba(214, 31, 0, 0.2);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-note {
  margin: 0.45rem 0 1rem;
  color: #c8bfcf;
  font-size: 1rem;
  border-left: 3px solid rgba(214, 31, 0, 0.48);
  padding-left: 0.7rem;
}

.links-panel {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.playlist-panel {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.playlist-intro {
  margin: 0.45rem 0 1rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.6;
}

.playlist-actions {
  margin-bottom: 0.9rem;
}

.playlist-embed {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 0.3rem;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.playlist-embed::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(214, 31, 0, 0.24);
}

.playlist-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.yt-consent-gate {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  border-bottom: 1px solid rgba(221, 219, 224, 0.15);
  background: rgba(0, 0, 0, 0.42);
}

.yt-consent-gate p {
  margin: 0;
  color: var(--ink-soft);
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  left: auto;
  bottom: 1rem;
  z-index: 30;
  width: min(460px, calc(100vw - 2rem));
  border: 1px solid rgba(214, 31, 0, 0.45);
  border-radius: 0.35rem;
  background: rgba(3, 3, 3, 0.94);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.65);
}

.cookie-inner {
  padding: 1rem;
}

.cookie-inner h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.cookie-inner p {
  margin: 0;
  color: var(--ink-soft);
}

.cookie-legal-links {
  margin-top: 0.75rem;
  font-size: 0.95rem;
}

.cookie-legal-links a {
  color: var(--ink-soft);
  text-decoration: underline;
}

.cookie-legal-links a:hover {
  color: #f1d8d4;
}

.cookie-option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.9rem;
  color: var(--ink);
}

.cookie-option input {
  accent-color: var(--accent-2);
}

.cookie-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cookie-link {
  background: transparent;
  border: 0;
  color: var(--ink-soft);
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}

.cookie-link:hover {
  color: #f1d8d4;
}

.links-intro {
  margin: 0.45rem 0 1rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.6;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.social-links a {
  display: inline-block;
  text-decoration: none;
  color: #ece8ef;
  background: linear-gradient(90deg, #7b1000, var(--accent-2));
  border: 1px solid rgba(221, 219, 224, 0.2);
  border-radius: 0.2rem;
  padding: 0.58rem 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 180ms ease, filter 180ms ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.songs-intro {
  margin: 0.45rem 0 1rem;
  color: var(--ink-soft);
  font-size: 1.1rem;
  line-height: 1.6;
}


.songs-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.songs-note {
  margin: 0;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.02);
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.song-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 0.35rem;
  background:
    linear-gradient(180deg, rgba(214, 31, 0, 0.06), rgba(214, 31, 0, 0.01)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.92), rgba(12, 5, 6, 0.95));
  transition: transform 220ms ease, border-color 220ms ease;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 12px 30px rgba(0, 0, 0, 0.26);
}

.song-card:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 31, 0, 0.36);
}

.song-card[data-state="playing"] {
  border-color: rgba(214, 31, 0, 0.6);
  box-shadow: 0 10px 28px rgba(214, 31, 0, 0.12);
}

.song-card-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  min-height: 3rem;
}

.song-stats {
  display: flex;
  flex-direction: row;
  gap: 0.45rem;
  grid-column: 1 / -1;
  text-align: right;
}

.stat-item {
  color: #cdbfbe;
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 0.12rem 0.4rem;
  border: 1px solid rgba(214, 31, 0, 0.2);
  border-radius: 999px;
}

.song-title {
  font-family: "Metal Mania", cursive;
  font-size: 1.12rem;
  color: var(--ink);
  margin: 0;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1.15;
}

.song-badge {
  flex-shrink: 0;
  padding: 0.2rem 0.45rem;
  border: 1px solid rgba(214, 31, 0, 0.42);
  border-radius: 999px;
  color: #f1d8d4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(214, 31, 0, 0.14);
}

.song-player {
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  gap: 0.55rem;
  align-items: center;
  margin-top: auto;
  padding: 0.7rem;
  border: 1px solid rgba(221, 219, 224, 0.1);
  border-radius: 0.22rem;
  background: linear-gradient(180deg, rgba(8, 8, 8, 0.96), rgba(19, 7, 8, 0.96));
}

.song-play-btn {
  min-width: 74px;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(214, 31, 0, 0.44);
  border-radius: 0.2rem;
  background: linear-gradient(180deg, #6f1000, #2f0600);
  color: #fff1ee;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.song-play-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.song-like-btn {
  min-width: 44px;
  padding: 0.58rem 0.55rem;
  border: 1px solid rgba(214, 31, 0, 0.28);
  border-radius: 0.2rem;
  background: transparent;
  color: #f1d8d4;
  font-size: 1rem;
  cursor: pointer;
  transition: all 180ms ease;
}

.song-comments-toggle {
  min-width: 74px;
  padding: 0.62rem 0.55rem;
  border: 1px solid rgba(214, 31, 0, 0.22);
  border-radius: 0.2rem;
  background: rgba(214, 31, 0, 0.08);
  color: #dfc9c6;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 180ms ease;
}

.song-comments-toggle:hover,
.song-comments-toggle[aria-expanded="true"] {
  border-color: rgba(214, 31, 0, 0.52);
  background: rgba(214, 31, 0, 0.2);
}

.song-like-btn:hover {
  border-color: rgba(214, 31, 0, 0.6);
  color: #ff6b6b;
  transform: scale(1.1);
}

.song-like-btn[data-liked="true"] {
  color: #ff6b6b;
  border-color: rgba(214, 31, 0, 0.6);
}

.song-timeline-wrap {
  display: grid;
  gap: 0.4rem;
}

.song-progress {
  width: 100%;
  margin: 0;
  accent-color: var(--accent-2);
  cursor: pointer;
  --progress: 0%;
}

.song-time {
  color: var(--ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
}

.song-audio {
  display: none;
}

.lore-new-badge {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  border-radius: 999px;
  background: var(--accent-2);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: middle;
  animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

.lore-new {
  border-color: rgba(214, 31, 0, 0.45) !important;
  box-shadow: 0 0 18px rgba(214, 31, 0, 0.12);
}

footer {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 1.5rem;
  color: var(--ink-soft);
  letter-spacing: 0.06em;
}

.footer-links {
  margin: 0.35rem 0 0;
  letter-spacing: normal;
}

.footer-links a {
  color: var(--ink-soft);
  text-decoration: none;
}

.footer-links a:hover {
  color: #f1d8d4;
}

.reveal,
.reveal-delay-1,
.reveal-delay-2,
.reveal-delay-3,
.reveal-delay-4,
.reveal-delay-5,
.reveal-delay-6 {
  opacity: 0;
  transform: translateY(18px) scale(0.995);
  animation: rise 700ms cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.reveal-delay-1 { animation-delay: 120ms; }
.reveal-delay-2 { animation-delay: 220ms; }
.reveal-delay-3 { animation-delay: 310ms; }
.reveal-delay-4 { animation-delay: 420ms; }
.reveal-delay-5 { animation-delay: 530ms; }
.reveal-delay-6 { animation-delay: 620ms; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 1.2rem;
  }

  .hero-image {
    max-width: 440px;
    justify-self: start;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .lore-grid {
    grid-template-columns: 1fr;
  }

  .timeline-list li {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .time-state {
    justify-self: start;
  }

  .songs-list {
    grid-template-columns: 1fr;
  }

  .song-player {
    grid-template-columns: 1fr;
  }

  .song-play-btn {
    width: 100%;
  }

  .song-like-btn {
    width: 100%;
  }

  .song-comments-toggle {
    width: 100%;
  }

  .social-links {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner {
    left: 0.6rem;
    right: 0.6rem;
    bottom: 0.6rem;
    width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-delay-1,
  .reveal-delay-2,
  .reveal-delay-3,
  .reveal-delay-4,
  .reveal-delay-5,
  .reveal-delay-6 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}
