@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=DM+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --night: #0d0e0d;
  --night-soft: #151614;
  --paper: #eeeae0;
  --bone: #d3cfc2;
  --ink: #121311;
  --red: #c3272e;
  --red-hot: #ef403c;
  --yellow: #d3c66b;
  --muted: #aaa79d;
  --dark-muted: #686a62;
  --line: rgba(238, 234, 224, .18);
  --dark-line: rgba(18, 19, 17, .18);
  --display: 'Barlow Condensed', Impact, sans-serif;
  --mono: 'Space Mono', monospace;
  --body: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background: var(--night);
  font-family: var(--body);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  content: '';
  pointer-events: none;
  opacity: .035;
  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='.7'/%3E%3C/svg%3E");
}

body.modal-open { overflow: hidden; }

a { color: inherit; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }

.page {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--night);
}

.site-header {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 50%;
  display: flex;
  width: min(100%, 1440px);
  min-height: 82px;
  padding: 18px clamp(20px, 4vw, 56px);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid transparent;
  transform: translateX(-50%);
  transition: background .3s ease, border-color .3s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(13, 14, 13, .92);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-width: max-content;
  align-items: center;
  gap: 11px;
  color: var(--paper);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--paper);
  background: var(--red);
  font: 800 23px/.9 var(--display);
  transform: skewX(-10deg);
}

.brand-name {
  font: 700 13px/1 var(--mono);
  letter-spacing: -.04em;
}

.brand-name b { color: var(--red-hot); font-weight: 700; }

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 42px);
  margin-left: auto;
  margin-right: clamp(10px, 2vw, 24px);
}

.main-nav a,
.header-date,
.header-gift,
.section-kicker,
.eyebrow,
.hero-scroll,
.hero-rail,
.photo-code,
.photo-location,
.visual-caption,
.portrait-number,
.portrait-card figcaption,
.milestone-type,
.album-meta,
.letter-kicker,
.letter-footer,
.footer-links,
.site-footer small {
  font-family: var(--mono);
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  transition: color .2s ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  content: '';
  background: var(--red-hot);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible { color: var(--paper); }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 18px; }

.header-date {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .08em;
}

.header-date i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red-hot);
  box-shadow: 0 0 0 4px rgba(239, 64, 60, .18);
}

.header-gift {
  padding: 11px 15px;
  color: var(--paper);
  background: transparent;
  border: 1px solid var(--line);
  font: 700 9px var(--mono);
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.header-gift span { margin-left: 9px; color: var(--red-hot); font-size: 13px; }
.header-gift:hover { border-color: var(--red-hot); background: var(--red); transform: translateY(-2px); }

.menu-toggle {
  display: none;
  width: 39px;
  height: 39px;
  padding: 9px;
  background: transparent;
  border: 1px solid var(--line);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: var(--paper);
  transition: transform .2s ease;
}

.hero {
  position: relative;
  min-height: 800px;
  padding: 150px clamp(20px, 6.5vw, 95px) 80px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 38%, rgba(195, 39, 46, .24), transparent 25%),
    linear-gradient(115deg, #0d0e0d 0%, #0d0e0d 54%, #111310 100%);
}

.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  content: '';
  opacity: .28;
  background-image: linear-gradient(rgba(238, 234, 224, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(238, 234, 224, .06) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent, #000 35%);
}

.hero::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 55vw;
  height: 55vw;
  min-width: 500px;
  min-height: 500px;
  content: '';
  border: 1px solid rgba(195, 39, 46, .32);
  border-radius: 50%;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1280px;
  margin: 0 auto;
  grid-template-columns: minmax(390px, .86fr) minmax(460px, 1.14fr);
  align-items: center;
  gap: clamp(28px, 5vw, 90px);
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--red-hot);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
}

.eyebrow-rule { display: inline-block; width: 37px; height: 1px; background: var(--red-hot); }

.hero h1,
.story-section h2,
.legacy-top h2,
.band-copy h2,
.records-heading h2,
.gift-copy h2,
.letter h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 620px;
  margin-bottom: 29px;
  color: var(--paper);
  font-size: clamp(6.2rem, 10.5vw, 10.5rem);
  line-height: .76;
}

.hero h1 span { display: block; }
.hero h1 span:first-child { color: var(--red-hot); }

.hero h1 .outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--paper);
  text-shadow: 3px 3px 0 rgba(238, 234, 224, .05);
}

.hero-lede {
  max-width: 385px;
  margin: 0;
  color: #c7c4ba;
  font-size: 14px;
  line-height: 1.75;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 32px; }

.button {
  display: inline-flex;
  min-height: 46px;
  padding: 13px 17px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  text-decoration: none;
  font: 700 9px var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.button span { font-size: 15px; line-height: 0; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }

.button-red { color: var(--paper); background: var(--red); border: 1px solid var(--red); }
.button-red:hover, .button-red:focus-visible { background: var(--red-hot); border-color: var(--red-hot); }
.button-ghost { color: var(--paper); background: transparent; border: 1px solid var(--line); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--paper); background: rgba(238, 234, 224, .08); }

.hero-signoff {
  display: flex;
  max-width: 320px;
  margin-top: 60px;
  align-items: center;
  gap: 14px;
  color: var(--dark-muted);
  font: 9px/1.45 var(--mono);
  letter-spacing: .09em;
}

.hero-signoff b { color: var(--paper); font-weight: 700; }
.signoff-number { color: var(--red-hot); font-size: 11px; }
.signoff-line { width: 61px; height: 1px; margin-left: auto; background: var(--line); }

.hero-visual { position: relative; min-height: 590px; }

.visual-grid {
  position: absolute;
  top: 6%;
  right: 0;
  bottom: 6%;
  left: 5%;
  opacity: .42;
  background-image: linear-gradient(rgba(238, 234, 224, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(238, 234, 224, .09) 1px, transparent 1px);
  background-size: 31px 31px;
  mask-image: linear-gradient(90deg, transparent, #000 24%, #000 85%, transparent);
}

.visual-sun {
  position: absolute;
  top: 11%;
  right: 17%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 100px rgba(195, 39, 46, .35);
}

.visual-ring { position: absolute; border: 1px solid rgba(238, 234, 224, .32); border-radius: 50%; }
.visual-ring-one { top: 1%; right: 2%; width: 94%; aspect-ratio: 1; }
.visual-ring-two { top: 20%; right: -6%; width: 77%; aspect-ratio: 1; border-color: rgba(239, 64, 60, .55); }

.hero-photo {
  position: absolute;
  z-index: 2;
  top: 4%;
  right: 14%;
  width: 55%;
  height: 79%;
  min-height: 460px;
  overflow: hidden;
  background: #252725;
  border: 1px solid rgba(238, 234, 224, .7);
  box-shadow: 18px 20px 0 rgba(0, 0, 0, .32);
  transform: rotate(4deg);
}

.hero-photo::after,
.portrait-card::after {
  position: absolute;
  inset: 0;
  content: '';
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 14, 13, .02) 25%, rgba(13, 14, 13, .92) 100%), linear-gradient(90deg, rgba(195, 39, 46, .2), transparent 55%);
}

.hero-photo img,
.portrait-card img,
.band-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hero-photo img {
  object-position: 50% center;
  filter: grayscale(.84) contrast(1.22) brightness(.84);
}

.photo-code,
.photo-location {
  position: absolute;
  z-index: 3;
  left: 16px;
  font-size: 8px;
  letter-spacing: .08em;
}

.photo-code { top: 16px; color: var(--paper); }
.photo-location { bottom: 15px; color: #d8d4c9; }

.hero-mascot {
  position: absolute;
  z-index: 3;
  right: -3%;
  bottom: -2%;
  width: 43%;
  filter: drop-shadow(13px 14px 0 rgba(0, 0, 0, .23));
  transform: rotate(-4deg);
}

.hero-mascot img { display: block; width: 100%; height: auto; }

.visual-sticker {
  position: absolute;
  z-index: 4;
  top: 5%;
  left: -1%;
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  color: var(--ink);
  background: var(--yellow);
  font: 800 11px/1 var(--mono);
  letter-spacing: -.04em;
  text-align: center;
  transform: rotate(-11deg);
}

.visual-caption {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 5%;
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 8px;
  letter-spacing: .06em;
  text-align: right;
}

.visual-caption b { color: var(--paper); font-size: 9px; }
.hero-scroll { position: absolute; z-index: 2; bottom: 29px; left: clamp(20px, 6.5vw, 95px); display: flex; align-items: center; gap: 10px; color: var(--dark-muted); font-size: 8px; letter-spacing: .12em; }
.hero-scroll span { display: block; width: 34px; height: 1px; background: var(--red); }
.hero-rail { position: absolute; z-index: 2; right: 3.5%; bottom: 34px; color: #4d5149; font-size: 8px; letter-spacing: .17em; writing-mode: vertical-rl; transform: rotate(180deg); }

.ticker {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background: var(--red);
  border-top: 1px solid rgba(238, 234, 224, .3);
  border-bottom: 1px solid rgba(238, 234, 224, .3);
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 54px;
  padding: 0 10px;
  align-items: center;
  gap: 25px;
  font: 800 20px var(--display);
  letter-spacing: .12em;
  white-space: nowrap;
  animation: ticker 24s linear infinite;
}

.ticker-track i { color: var(--yellow); font: 14px var(--body); }

.stats-section { color: var(--ink); background: var(--paper); }

.stats-inner {
  display: grid;
  max-width: 1280px;
  min-height: 180px;
  margin: 0 auto;
  padding: 35px clamp(20px, 6.5vw, 95px);
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}

.stats-intro { max-width: 195px; }
.stats-intro .section-kicker { margin-bottom: 11px; }
.stats-intro > p:last-child { margin: 0; color: #5d6058; font-size: 11px; line-height: 1.55; }
.stat { padding-left: 27px; border-left: 1px solid var(--dark-line); }
.stat strong { display: block; color: var(--red); font: 800 clamp(3.7rem, 5vw, 5.4rem)/.8 var(--display); letter-spacing: -.02em; }
.stat strong span { color: var(--ink); font-size: .48em; }
.stat > span { display: block; margin-top: 14px; color: #5d6058; font: 9px/1.45 var(--mono); text-transform: uppercase; }

.section-pad { padding: 145px clamp(20px, 6.5vw, 95px); }

.story-section { position: relative; color: var(--ink); background: var(--paper); }
.story-section::before { position: absolute; top: 8%; right: -13%; width: 43vw; height: 43vw; content: ''; border: 1px solid rgba(18, 19, 17, .12); border-radius: 50%; }
.section-heading { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 310px); align-items: end; gap: 45px; margin-bottom: 72px; }
.section-heading .section-kicker { grid-column: 1/-1; margin-bottom: -13px; }
.story-section h2 { font-size: clamp(4.3rem, 8vw, 8.2rem); line-height: .8; }
.story-section h2 em,
.records-heading h2 em { color: var(--red); font-style: normal; }
.heading-copy { max-width: 285px; margin: 0 0 5px; color: #62645d; font-size: 13px; line-height: 1.65; }

.story-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr); gap: clamp(42px, 7vw, 105px); align-items: start; }

.portrait-card { position: relative; min-height: 580px; margin: 0; overflow: hidden; background: #242622; }
.portrait-card img { object-position: center 20%; filter: grayscale(1) contrast(1.25) brightness(.77); }
.portrait-wash { position: absolute; z-index: 1; inset: 0; background: linear-gradient(130deg, rgba(195, 39, 46, .25), transparent 50%); mix-blend-mode: screen; }
.portrait-number { position: absolute; z-index: 3; top: 18px; left: 19px; color: var(--paper); font-size: 10px; letter-spacing: .14em; }
.portrait-card figcaption { position: absolute; z-index: 3; right: 19px; bottom: 17px; left: 19px; display: flex; justify-content: space-between; color: #b5b4aa; font-size: 8px; letter-spacing: .06em; }
.portrait-card figcaption b { color: var(--paper); font-weight: 700; }
.portrait-word { position: absolute; z-index: 2; right: -10px; bottom: 26%; color: transparent; font: 800 6.5rem/.74 var(--display); letter-spacing: -.03em; text-align: right; -webkit-text-stroke: 1px rgba(238, 234, 224, .45); }

.story-copy { padding-top: 14px; }
.story-lead { max-width: 480px; margin: 0 0 28px; font: 600 clamp(1.9rem, 3.3vw, 3.25rem)/.98 var(--display); letter-spacing: -.01em; }
.story-copy > p:not(.story-lead) { max-width: 500px; margin: 0 0 17px; color: #565951; font-size: 13px; line-height: 1.72; }
.fact-list { display: grid; max-width: 560px; margin-top: 52px; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--dark-line); }
.fact { display: grid; grid-template-columns: 80px 1fr; gap: 10px; padding: 17px 12px 17px 0; border-bottom: 1px solid var(--dark-line); }
.fact:nth-child(odd) { border-right: 1px solid var(--dark-line); }
.fact:nth-child(even) { padding-left: 18px; }
.fact > span { color: var(--red); font: 700 8px var(--mono); letter-spacing: .08em; }
.fact strong { font: 700 14px/1.15 var(--display); text-transform: uppercase; }
.fact small { display: block; margin-top: 5px; color: #777970; font: 9px var(--mono); text-transform: none; }

.legacy-section { position: relative; overflow: hidden; color: var(--paper); background: linear-gradient(90deg, rgba(21, 22, 20, .22) 0%, rgba(21, 22, 20, .14) 42%, rgba(21, 22, 20, .06) 100%), linear-gradient(0deg, rgba(13, 14, 13, .18), rgba(13, 14, 13, .01)), url('https://upload.wikimedia.org/wikipedia/commons/e/ea/Dave_Mustaine_and_Vic_Rattlehead.jpg') center 38% / cover no-repeat; }
.legacy-section::before { position: absolute; top: -25%; right: -16%; width: 68vw; height: 68vw; content: ''; border: 1px solid rgba(238, 234, 224, .1); border-radius: 50%; }
.legacy-section::after { position: absolute; top: 0; bottom: 0; left: 26%; width: 1px; content: ''; opacity: .4; background: rgba(238, 234, 224, .06); transform: rotate(20deg); transform-origin: top; }
.legacy-top { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); align-items: end; gap: 35px; margin-bottom: 80px; }
.legacy-top h2 { font-size: clamp(5.4rem, 10vw, 10.2rem); line-height: .76; }
.legacy-top h2 span { color: transparent; -webkit-text-stroke: 1px var(--paper); }
.legacy-intro { max-width: 360px; margin: 0 0 8px; grid-column: 2; color: var(--muted); font-size: 13px; line-height: 1.7; }
.timeline { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); }
.milestone { position: relative; min-height: 260px; padding: 20px 20px 20px 18px; border-left: 1px solid var(--line); }
.milestone:first-child { border-left: 0; }
.milestone::before { position: absolute; top: -4px; left: -4px; width: 7px; height: 7px; content: ''; background: var(--red-hot); border-radius: 50%; }
.milestone:first-child::before { left: 0; }
.milestone-top { display: flex; align-items: center; justify-content: space-between; }
.milestone-top span { color: var(--red-hot); font: 700 9px var(--mono); }
.milestone-top b { color: var(--paper); font: 800 38px/.8 var(--display); }
.milestone-type { margin: 36px 0 11px; color: var(--dark-muted); font-size: 8px; letter-spacing: .12em; }
.milestone h3 { margin: 0 0 10px; font: 700 27px/.9 var(--display); text-transform: uppercase; }
.milestone > p:last-child { max-width: 165px; margin: 0; color: #8f9188; font-size: 11px; line-height: 1.55; }
.legacy-quote { position: relative; z-index: 1; display: grid; max-width: 790px; margin: 110px auto 0; padding: 39px 55px 35px; justify-items: center; text-align: center; border: 1px solid var(--line); background: rgba(238, 234, 224, .025); }
.quote-mark { position: absolute; top: -28px; color: var(--red-hot); font: 800 74px/.8 var(--display); }
.legacy-quote p { margin: 0; font: 500 clamp(1.8rem, 3.3vw, 3rem)/.98 var(--display); text-transform: uppercase; }
.quote-credit { margin-top: 22px; color: var(--dark-muted); font: 8px var(--mono); letter-spacing: .1em; }

.band-section { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); color: var(--paper); background: var(--red); }
.band-photo { position: relative; min-height: 680px; overflow: hidden; background: #1b1c19; }
.band-photo img { object-position: center center; filter: grayscale(.72) contrast(1.15) brightness(.7); }
.band-photo-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13, 14, 13, .08), rgba(13, 14, 13, .28)), linear-gradient(0deg, rgba(13, 14, 13, .88), transparent 50%); }
.band-photo-top, .band-photo-bottom { position: absolute; right: 25px; left: 25px; display: flex; justify-content: space-between; font: 8px var(--mono); letter-spacing: .07em; text-transform: uppercase; }
.band-photo-top { top: 23px; color: #d4d0c3; }
.band-photo-top b { color: var(--red-hot); font-weight: 700; }
.band-photo-bottom { bottom: 24px; align-items: end; }
.band-photo-bottom span { font: 800 31px/.8 var(--display); letter-spacing: .04em; }
.band-photo-bottom b { color: #c3c1b6; font: 8px var(--mono); font-weight: 400; letter-spacing: .07em; }
.band-copy { display: flex; min-height: 680px; padding: 110px clamp(35px, 6vw, 90px); flex-direction: column; justify-content: center; }
.band-copy .section-kicker { color: var(--yellow); }
.band-copy h2 { margin-bottom: 34px; color: var(--paper); font-size: clamp(6.5rem, 11vw, 11rem); line-height: .72; }
.band-copy h2 span { color: var(--ink); }
.band-lede { max-width: 330px; margin: 0 0 19px; font: 600 25px/1 var(--display); }
.band-body { max-width: 365px; margin: 0; color: #f0c6bf; font-size: 13px; line-height: 1.7; }
.band-credits { display: grid; max-width: 380px; margin: 41px 0 30px; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid rgba(238, 234, 224, .35); }
.band-credits div { padding-top: 12px; }
.band-credits span { display: block; margin-bottom: 9px; color: #f3b3a7; font: 8px var(--mono); }
.band-credits strong { display: block; font: 700 13px/1 var(--display); }
.text-link { display: inline-flex; max-width: max-content; align-items: center; gap: 17px; color: var(--paper); font: 700 9px var(--mono); letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--yellow); font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }

.records-section { color: var(--ink); background: var(--paper); }
.records-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 72px; }
.records-heading h2 { font-size: clamp(5rem, 9vw, 9rem); line-height: .76; }
.records-heading > p { max-width: 230px; margin: 0 4% 5px 0; color: #65675f; font-size: 13px; line-height: 1.65; }
.album-grid { display: grid; grid-template-columns: 1fr; gap: 30px; }
.album-card { display: flex; min-width: 0; flex-direction: column; }
.album-cover { position: relative; display: flex; min-height: 300px; padding: 19px; overflow: hidden; flex-direction: column; justify-content: space-between; color: var(--paper); isolation: isolate; }
.album-cover::before { position: absolute; z-index: -1; inset: 13px; content: ''; border: 1px solid rgba(238, 234, 224, .46); }
.album-cover::after { position: absolute; z-index: -1; right: -15%; bottom: -25%; width: 75%; aspect-ratio: 1; content: ''; border: 1px solid rgba(238, 234, 224, .25); border-radius: 50%; }
.album-cover > span { align-self: end; font: 700 9px var(--mono); }
.album-cover strong { margin-top: auto; font: 800 54px/.72 var(--display); letter-spacing: -.02em; }
.album-cover i { margin-top: 17px; font: normal 8px var(--mono); letter-spacing: .05em; }
.album-cover b { margin-top: 9px; font: 700 8px var(--mono); letter-spacing: .12em; }
.peace .album-cover { background: linear-gradient(145deg, #2a1716, #7a211f 55%, #1d1715); }
.peace .album-cover::after { border-color: rgba(239, 64, 60, .55); }
.rust .album-cover { background: linear-gradient(145deg, #182d30, #476e6a 53%, #121b1b); }
.rust .album-cover strong { color: var(--yellow); }
.rust .album-cover::after { width: 110%; right: -40%; border-width: 17px; opacity: .4; }
.countdown .album-cover { color: var(--ink); background: linear-gradient(145deg, #c9c2a6, #9c9b8c 58%, #3e413b); }
.countdown .album-cover::before { border-color: rgba(18, 19, 17, .5); }
.countdown .album-cover::after { border-color: rgba(18, 19, 17, .4); }
.countdown .album-cover strong { font-size: 48px; }
.dystopia .album-cover { background: linear-gradient(145deg, #24211e, #b44b30 48%, #201513); }
.dystopia .album-cover strong { color: #ffca8c; }
.album-meta { display: flex; padding: 13px 0 0; align-items: center; justify-content: space-between; color: #777970; font-size: 8px; letter-spacing: .08em; }
.album-meta b { color: var(--red); font-size: 10px; }
.album-card h3 { margin: 16px 0 7px; font: 700 20px/.9 var(--display); text-transform: uppercase; }
.album-card > p { margin: 0; color: #666860; font-size: 11px; line-height: 1.5; }
.complete-discography { margin-top: 88px; padding-top: 24px; border-top: 1px solid var(--dark-line); }
.discography-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.discography-heading .section-kicker { margin: 0; color: var(--red); }
.discography-heading > span { color: #777970; font: 8px var(--mono); letter-spacing: .08em; }
.discography-list { display: grid; margin: 19px 0 0; padding: 0; grid-template-columns: 1fr; list-style: none; border-top: 1px solid var(--dark-line); }
.discography-list li { display: block; min-width: 0; padding: 0; border-bottom: 1px solid var(--dark-line); transition: background .2s ease; }
.discography-list li:nth-child(odd), .discography-list li:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
.discography-list li:hover { background: rgba(195, 39, 46, .08); }
.discography-list li:nth-child(even):hover { padding-left: 0; }
.album-detail summary { display: grid; padding: 16px 0; grid-template-columns: 38px 54px minmax(0, 1fr) 25px; gap: 8px; align-items: center; cursor: pointer; list-style: none; }
.album-detail summary::-webkit-details-marker { display: none; }
.album-detail summary::after { color: #85867d; content: '+'; font: 400 21px/.8 var(--display); justify-self: end; }
.album-detail[open] summary::after { color: var(--red); content: '−'; }
.album-detail summary > span { color: var(--red); font: 700 9px var(--mono); }
.album-detail summary > b { color: #85867d; font: 700 12px var(--display); }
.album-detail summary > strong { min-width: 0; color: var(--ink); font: 700 17px/.94 var(--display); text-transform: uppercase; transition: color .2s ease; }
.album-detail summary:hover > strong { color: var(--red); }
.album-detail > p { max-width: 690px; margin: -1px 50px 17px 100px; color: #666860; font-size: 12px; line-height: 1.6; }

.gift-section { position: relative; overflow: hidden; color: var(--paper); background: var(--night); }
.gift-section::before { position: absolute; right: -10%; bottom: -40%; width: 58vw; height: 58vw; min-width: 520px; min-height: 520px; content: ''; border: 1px solid rgba(238, 234, 224, .1); border-radius: 50%; }
.gift-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(340px, .92fr) minmax(360px, 1.08fr); align-items: center; gap: clamp(45px, 9vw, 140px); }
.gift-art { position: relative; display: grid; min-height: 470px; place-items: center; background: var(--red); }
.gift-circle { position: absolute; width: 71%; aspect-ratio: 1; border-radius: 50%; background: var(--paper); }
.gift-art img { position: relative; z-index: 1; width: 72%; height: auto; filter: drop-shadow(15px 17px 0 rgba(13, 14, 13, .25)); }
.gift-art-label { position: absolute; z-index: 2; top: 18px; left: 19px; color: var(--ink); font: 700 9px/1.2 var(--mono); }
.gift-art-code { position: absolute; right: 19px; bottom: 18px; color: var(--paper); font: 8px var(--mono); letter-spacing: .12em; }
.gift-copy .section-kicker { color: var(--yellow); }
.gift-copy h2 { margin-bottom: 28px; font-size: clamp(5.8rem, 10vw, 10rem); line-height: .74; }
.gift-copy h2 span { color: var(--red-hot); }
.gift-copy > p:not(.gift-signature) { max-width: 420px; margin: 0 0 31px; color: #b8b6ac; font-size: 14px; line-height: 1.75; }
.gift-signature { margin: 24px 0 0; color: var(--dark-muted); font: 10px var(--mono); }

.site-footer { display: grid; padding: 28px clamp(20px, 6.5vw, 95px) 34px; grid-template-columns: 1fr 1fr; gap: 18px 30px; align-items: center; color: var(--muted); background: #090a09; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--paper); }
.footer-brand .brand-mark { width: 24px; height: 24px; font-size: 17px; }
.footer-brand strong { font: 700 11px var(--mono); }
.site-footer p { margin: 0; font-size: 11px; }
.site-footer .footer-credit { display: inline-block; margin-top: 10px; color: var(--red-hot); font: 700 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: flex; align-items: center; gap: 25px; color: var(--dark-muted); font-size: 8px; letter-spacing: .07em; }
.footer-links a { color: var(--paper); text-decoration: none; }
.footer-links a:hover { color: var(--red-hot); }
.site-footer small { grid-column: 1/-1; color: #4d5149; font-size: 8px; letter-spacing: .03em; }

.letter-modal { position: fixed; z-index: 30; inset: 0; display: grid; padding: 25px; place-items: center; opacity: 0; pointer-events: none; transition: opacity .26s ease; }
.letter-modal.is-open { opacity: 1; pointer-events: auto; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(7, 8, 7, .82); backdrop-filter: blur(8px); }
.letter { position: relative; z-index: 1; width: min(100%, 570px); padding: clamp(30px, 5vw, 56px); color: var(--ink); background: var(--paper); box-shadow: 15px 18px 0 rgba(195, 39, 46, .8); transform: translateY(20px) rotate(-1deg); transition: transform .35s cubic-bezier(.2, .8, .2, 1); }
.letter-modal.is-open .letter { transform: translateY(0) rotate(-1deg); }
.modal-close { position: absolute; top: 14px; right: 16px; width: 32px; height: 32px; color: var(--ink); background: transparent; font: 400 26px/.8 var(--body); }
.modal-close:hover { color: var(--red); }
.letter-kicker { margin: 0 0 25px; color: var(--red); font-size: 8px; letter-spacing: .1em; }
.letter h2 { margin-bottom: 23px; font-size: clamp(4.4rem, 10vw, 7.2rem); line-height: .74; }
.letter h2 em { color: var(--red); font-style: normal; }
.letter-rule { width: 100%; height: 1px; margin-bottom: 25px; background: var(--dark-line); }
.letter p { max-width: 445px; margin: 0 0 15px; color: #51544b; font-size: 13px; line-height: 1.72; }
.letter p:first-of-type { color: var(--ink); font-weight: 700; }
.letter .letter-signature { margin-top: 28px; color: var(--red); font: 700 15px/1.3 var(--display); text-transform: uppercase; }
.letter-signature strong { color: var(--ink); font-size: 22px; }
.letter-footer { display: flex; margin-top: 35px; justify-content: space-between; color: #777970; font-size: 8px; letter-spacing: .08em; }
.letter-footer span:last-child { color: var(--red); font-size: 15px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js .reveal-delay-1 { transition-delay: .1s; }
.js .reveal-delay-2 { transition-delay: .18s; }
.js .reveal-delay-3 { transition-delay: .26s; }
.js .reveal-delay-4 { transition-delay: .34s; }

@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (max-width: 1100px) {
  .site-header { min-height: 72px; }
  .hero { min-height: 740px; padding-top: 125px; }
  .hero-grid { grid-template-columns: minmax(330px, .82fr) minmax(370px, 1.18fr); gap: 25px; }
  .hero h1 { font-size: clamp(5.8rem, 10vw, 8.5rem); }
  .hero-visual { min-height: 540px; }
  .hero-photo { min-height: 410px; }
  .section-pad { padding-top: 110px; padding-bottom: 110px; }
  .story-grid { gap: 50px; }
  .portrait-card { min-height: 510px; }
  .album-cover { min-height: 260px; }
  .album-cover strong { font-size: 45px; }
}

@media (max-width: 900px) {
  .main-nav { position: absolute; top: 71px; right: 20px; left: 20px; display: none; padding: 18px; margin: 0; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: rgba(21, 22, 20, .98); box-shadow: 0 18px 45px rgba(0, 0, 0, .3); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .header-date, .header-gift { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 650px; }
  .hero-visual { width: min(100%, 660px); min-height: 560px; margin: 0 auto; }
  .hero-photo { right: 17%; width: 47%; }
  .hero-mascot { width: 34%; right: 8%; }
  .visual-sun { right: 22%; width: 48%; }
  .visual-ring-one { right: 5%; width: 78%; }
  .visual-ring-two { right: 0; width: 68%; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stats-intro { max-width: none; }
  .stats-intro, .stats-intro + .stat { grid-column: span 2; }
  .stats-intro + .stat { border-left: 0; padding-left: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading .section-kicker { margin-bottom: 0; }
  .heading-copy { margin: 0; }
  .story-grid { grid-template-columns: minmax(250px, .8fr) 1.2fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .milestone:nth-child(3) { border-left: 0; }
  .milestone { min-height: 230px; }
  .band-section { grid-template-columns: 1fr; }
  .band-photo, .band-copy { min-height: 570px; }
  .band-copy { padding-top: 75px; padding-bottom: 75px; }
  .album-grid { grid-template-columns: 1fr; row-gap: 40px; }
  .gift-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .gift-art { min-height: 390px; }
  .gift-copy h2 { font-size: clamp(5rem, 10vw, 7.5rem); }
}

@media (max-width: 650px) {
  .site-header { min-height: 66px; padding: 13px 20px; }
  .brand-name { font-size: 11px; }
  .main-nav { top: 65px; }
  .hero { min-height: auto; padding: 120px 20px 72px; }
  .hero h1 { margin-bottom: 25px; font-size: clamp(5.4rem, 22vw, 8.2rem); }
  .hero-lede { font-size: 13px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: max-content; max-width: 100%; }
  .hero-signoff { margin-top: 40px; }
  .hero-visual { min-height: 490px; margin-top: 13px; }
  .hero-photo { top: 7%; right: 17%; width: 52%; height: 75%; min-height: 345px; }
  .hero-mascot { right: 2%; bottom: 2%; width: 38%; }
  .visual-sticker { left: 1%; width: 68px; height: 68px; font-size: 9px; }
  .visual-caption { right: 2%; bottom: 3%; font-size: 7px; }
  .visual-caption b { font-size: 8px; }
  .hero-scroll { bottom: 24px; left: 20px; }
  .hero-rail { display: none; }
  .ticker-track { min-height: 47px; gap: 19px; font-size: 17px; }
  .stats-inner { padding: 35px 20px; grid-template-columns: 1fr 1fr; gap: 25px 12px; }
  .stats-intro, .stats-intro + .stat { grid-column: 1/-1; }
  .stat { padding-left: 15px; }
  .stat strong { font-size: 3.6rem; }
  .stat > span { font-size: 8px; }
  .section-pad { padding: 88px 20px; }
  .section-heading { margin-bottom: 48px; }
  .story-section h2 { font-size: clamp(4.3rem, 20vw, 7rem); }
  .story-grid { display: block; }
  .portrait-card { min-height: 500px; margin-bottom: 45px; }
  .portrait-word { font-size: 5.5rem; }
  .story-copy { padding-top: 0; }
  .story-lead { font-size: 2.4rem; }
  .fact-list { grid-template-columns: 1fr; margin-top: 38px; }
  .fact:nth-child(odd) { border-right: 0; }
  .fact:nth-child(even) { padding-left: 0; }
  .legacy-top { display: block; margin-bottom: 55px; }
  .legacy-top h2 { margin-bottom: 30px; font-size: clamp(5.3rem, 22vw, 8.4rem); }
  .legacy-intro { margin: 0; }
  .timeline { grid-template-columns: 1fr; }
  .milestone, .milestone:nth-child(3) { min-height: auto; padding: 22px 0 30px 18px; border-top: 0; border-left: 1px solid var(--line); }
  .milestone:first-child { border-left: 1px solid var(--line); }
  .milestone::before, .milestone:first-child::before { top: 25px; left: -4px; }
  .milestone-type { margin-top: 24px; }
  .milestone > p:last-child { max-width: 260px; }
  .legacy-quote { margin-top: 72px; padding: 37px 22px 28px; }
  .legacy-quote p { font-size: 2rem; }
  .band-photo { min-height: 420px; }
  .band-copy { min-height: auto; padding: 75px 20px 83px; }
  .band-copy h2 { font-size: clamp(6.3rem, 25vw, 9rem); }
  .band-lede { font-size: 23px; }
  .band-credits { gap: 8px; }
  .band-credits strong { font-size: 11px; }
  .records-heading { display: block; margin-bottom: 48px; }
  .records-heading h2 { margin-bottom: 28px; font-size: clamp(5.2rem, 22vw, 8rem); }
  .records-heading > p { margin: 0; }
  .album-grid { grid-template-columns: 1fr; row-gap: 43px; }
  .album-cover { min-height: 310px; }
  .complete-discography { margin-top: 65px; }
  .discography-heading { display: block; }
  .discography-heading .section-kicker { margin-bottom: 10px; }
  .discography-list { grid-template-columns: 1fr; }
  .discography-list li, .discography-list li:nth-child(odd), .discography-list li:nth-child(even) { padding-right: 0; padding-left: 0; border-right: 0; }
  .discography-list li:hover, .discography-list li:nth-child(even):hover { padding-left: 0; }
  .album-detail summary { padding: 15px 0; grid-template-columns: 34px 50px minmax(0, 1fr) 20px; }
  .album-detail summary > strong { font-size: 18px; }
  .album-detail > p { margin: -1px 0 17px 84px; font-size: 11px; }
  .gift-grid { display: block; }
  .gift-art { min-height: 400px; margin-bottom: 60px; }
  .gift-copy h2 { font-size: clamp(5.2rem, 21vw, 8rem); }
  .site-footer { display: block; padding: 29px 20px 32px; }
  .site-footer p { margin: 19px 0; }
  .footer-links { justify-content: space-between; gap: 10px; }
  .site-footer small { display: block; margin-top: 24px; line-height: 1.5; }
  .letter-modal { padding: 18px; }
  .letter { padding: 37px 24px 28px; box-shadow: 8px 10px 0 rgba(195, 39, 46, .8); }
  .letter h2 { font-size: clamp(4.4rem, 19vw, 6.5rem); }
}

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