:root {
  --black: #0b0b0c;
  --charcoal: #141414;
  --panel: #1b1918;
  --ivory: #f5f1e8;
  --muted: #b9b1a4;
  --soft: #ded4c5;
  --ribbon: #7b1f26;
  --ribbon-bright: #a6383f;
  --line: rgba(245, 241, 232, .16);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: radial-gradient(circle at 20% 0%, rgba(123,31,38,.22), transparent 32rem), var(--black);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .08;
  z-index: 1;
  background-image: linear-gradient(120deg, rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(30deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 4px 4px, 7px 7px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px clamp(20px, 4vw, 56px);
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(11,11,12,.84);
  backdrop-filter: blur(16px);
  border-bottom-color: var(--line);
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 13px;
}
.brand span { color: var(--muted); }
.nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: var(--soft); }
.nav a { transition: color .2s ease; }
.nav a:hover { color: white; }
.menu-toggle { display: none; }

.section, .page-section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0;
  position: relative;
  z-index: 2;
}
.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  gap: clamp(40px, 8vw, 90px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  padding-top: 115px;
}
.eyebrow, .section-num {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 18px;
}
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: .96;
  margin: 0;
  font-weight: 600;
}
h1 { font-size: clamp(54px, 9vw, 112px); letter-spacing: -.045em; }
h2 { font-size: clamp(42px, 6vw, 78px); letter-spacing: -.035em; }
h3 { font-size: 32px; }
p { color: var(--soft); }
.lead { font-size: clamp(18px, 2vw, 24px); max-width: 650px; color: var(--ivory); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.primary { background: var(--ribbon); border: 1px solid var(--ribbon-bright); }
.btn.ghost { border: 1px solid var(--line); color: var(--soft); }
.hero-image, .portrait-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 30px 100px rgba(0,0,0,.42);
}
.hero-image img { aspect-ratio: 4 / 5; object-fit: cover; }

.release, .split {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 42px;
  align-items: stretch;
  border-top: 1px solid var(--line);
}
.release p { max-width: 640px; }
.stream-card, .service-list, .catalogue-list article, .content-columns article {
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018));
  border: 1px solid var(--line);
  border-radius: 24px;
}
.stream-card { padding: 24px; display: grid; gap: 11px; align-content: center; }
.stream-card span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
.stream-card a { padding: 12px 0; border-top: 1px solid var(--line); color: var(--ivory); }

.section-heading { display: grid; grid-template-columns: .95fr 1fr; gap: 42px; align-items: end; margin-bottom: 36px; }
.catalogue { border-top: 1px solid var(--line); }
.catalogue-list { display: grid; gap: 14px; }
.catalogue-list article {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px 24px;
}
.catalogue-list h3 { font-size: clamp(30px, 4vw, 48px); }
.catalogue-list p { margin: 3px 0 0; color: var(--muted); }
.catalogue-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  color: var(--soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .12em;
  white-space: nowrap;
}

.genre-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.genre-grid article {
  min-height: 130px;
  display: flex;
  align-items: end;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
}
.through {
  width: 100%;
  max-width: none;
  background: linear-gradient(90deg, rgba(123,31,38,.30), rgba(255,255,255,.03));
  text-align: center;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
}
.through span { color: #fff; }
.through p:last-child { max-width: 720px; margin: 28px auto 0; }

.split { align-items: start; }
.service-list { list-style: none; margin: 0; padding: 18px 26px; }
.service-list li { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 18px; }
.service-list li:last-child { border-bottom: 0; }

.page-section { border-top: 1px solid var(--line); }
.page-hero { max-width: 850px; margin-bottom: 42px; }
.page-hero p:last-child { font-size: 21px; }
.content-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.content-columns article { padding: 24px; }
.word-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.word-grid span { padding: 10px 14px; border-radius: 999px; background: rgba(123,31,38,.24); border: 1px solid rgba(166,56,63,.36); color: var(--ivory); }
.jason { display: grid; grid-template-columns: 360px 1fr; gap: 52px; align-items: center; }
.portrait-card img { aspect-ratio: 1; object-fit: cover; }
.footer { position: relative; z-index: 2; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 42px 0 58px; border-top: 1px solid var(--line); color: var(--muted); }
.footer strong { color: var(--ivory); text-transform: uppercase; letter-spacing: .18em; font-size: 13px; }
.footer p { margin: 8px 0 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal.delay { transition-delay: .15s; }

@media (max-width: 900px) {
  .menu-toggle {
    display: inline-flex;
    background: transparent;
    color: var(--ivory);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 9px 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 20px;
    display: none;
    min-width: 230px;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    gap: 0;
    background: rgba(11,11,12,.96);
    border: 1px solid var(--line);
    border-radius: 18px;
  }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .hero, .release, .split, .section-heading, .jason { grid-template-columns: 1fr; }
  .hero { padding-top: 120px; }
  .hero-image { max-width: 520px; }
  .content-columns, .genre-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .section, .page-section, .footer { width: min(100% - 28px, var(--max)); }
  .site-header { padding-left: 14px; padding-right: 14px; }
  .brand { max-width: 210px; line-height: 1.35; }
  .catalogue-list article { align-items: flex-start; flex-direction: column; }
  .actions { flex-direction: column; }
  .btn { width: 100%; }
}
