@font-face {
  font-family: "Manrope";
  src: url("../fonts/manrope.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}
@font-face {
  font-family: "Syne";
  src: url("../fonts/syne.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond.woff2") format("woff2");
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/cormorant-garamond-italic.woff2") format("woff2");
  font-style: italic;
  font-weight: 500 600;
  font-display: swap;
}

:root {
  --void: #070409;
  --ink: #110810;
  --card: #1a1018;
  --line: #3a2433;
  --blush: #d31464;
  --blush2: #ff7aa8;
  --gold: #e7c27a;
  --cream: #f7efe8;
  --mute: #c9b3be;
  --ok: #8ee0b5;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
html { scroll-behavior: smooth; max-width: 100%; overflow-x: clip; }
body {
  background: var(--void);
  color: var(--cream);
  font-family: Manrope, system-ui, sans-serif;
  line-height: 1.6;
  min-height: 100vh;
  max-width: 100%;
  overflow-x: clip;
}
img { max-width: 100%; display: block; }
a { color: var(--blush2); text-decoration: none; }
a:hover { color: #fff; }
a:focus-visible, button:focus-visible, summary:focus-visible, video:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}
.prose a, .legal a, .contact-box a, .card p a, td a, footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}

.grain {
  pointer-events: none;
  position: fixed; inset: 0; z-index: 80; opacity: .09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.topbar {
  position: sticky; top: 0; z-index: 40;
  background: rgba(7,4,9,.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 13px 0;
  min-width: 0;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: Syne, sans-serif; font-weight: 800; letter-spacing: .01em;
  color: var(--cream); font-size: 15px;
  min-width: 0;
}
.brand b { color: var(--blush); font-weight: 800; }
.mark { width: 28px; height: 28px; }
nav.links { display: flex; flex-wrap: wrap; gap: 14px 16px; }
nav.links a { color: var(--mute); font-size: 13px; font-weight: 600; }
nav.links a[aria-current="page"], nav.links a:hover { color: var(--cream); }
.age {
  flex: 0 0 auto;
  font-size: 11px; font-weight: 800; letter-spacing: .12em;
  background: var(--gold); color: #1a1208; border-radius: 999px;
  padding: 5px 9px;
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  place-items: end start;
  overflow: hidden;
  background: #000;
}
.hero img.bg {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 18%;
  filter: saturate(1.05) contrast(1.05);
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(7,4,9,.12) 0%, rgba(7,4,9,.22) 42%, rgba(7,4,9,.94) 100%),
    linear-gradient(90deg, rgba(7,4,9,.58), transparent 58%);
}
.hero-copy { position: relative; z-index: 2; padding: 0 0 64px; max-width: 780px; }
.kicker {
  font-family: Syne, sans-serif;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .92;
  letter-spacing: -.03em;
  margin: 12px 0 16px;
}
h1 em { font-style: italic; color: var(--blush2); }
.lede { font-size: 18px; color: #eadfe4; max-width: 640px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; padding: 13px 18px; border-radius: 999px;
  font-family: Syne, sans-serif; font-weight: 700; font-size: 13px;
  border: 1px solid transparent;
}
.btn-hot { background: var(--blush); color: #fff; }
.btn-hot:hover { background: #ff5c9a; color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(0,0,0,.25); }
.btn-gold { background: var(--gold); color: #1a1208; }
.btn-gold:hover { color: #1a1208; filter: brightness(1.05); }

.disc {
  margin-top: 18px; font-size: 12px; color: #d7c4cc;
  max-width: 640px; border-left: 2px solid var(--gold); padding-left: 12px;
}

section { padding: 72px 0; }
.sec-head { max-width: 720px; margin-bottom: 28px; }
h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1; letter-spacing: -.02em; margin: 8px 0 12px;
}
h3 { font-family: Syne, sans-serif; font-size: 20px; line-height: 1.2; }
.mute { color: var(--mute); }

.grid { display: grid; gap: 16px; }
.g4 { grid-template-columns: repeat(4, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }

.card {
  background: linear-gradient(180deg, #22141d, #140c12);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 22px;
  position: relative;
  overflow: hidden;
}
.card .tag {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blush2); font-weight: 800; margin-bottom: 8px;
}
.card p { color: var(--mute); font-size: 14.5px; margin: 10px 0 16px; }
.price { color: var(--gold); font-size: 13px; font-weight: 700; margin-bottom: 14px; }

.shot {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--line);
  background: #000;
}
.shot img { width: 100%; height: 280px; object-fit: cover; }

.table-wrap {
  overflow-x: auto;
  max-width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  -webkit-overflow-scrolling: touch;
}
.table-space { margin-top: 28px; }
table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 760px; }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
th {
  font-family: Syne, sans-serif; font-size: 11px; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); background: #140c12;
}
td strong { color: var(--cream); }

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; }

.steps { list-style: none; display: grid; gap: 12px; }
.steps li {
  background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 16px 18px;
}
.steps b { color: var(--blush2); font-family: Syne, sans-serif; }

.faq details {
  background: var(--card); border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 16px; margin-bottom: 10px;
}
.faq summary { cursor: pointer; font-weight: 700; font-family: Syne, sans-serif; }
.faq p { color: var(--mute); margin-top: 8px; font-size: 14.5px; }

.page-hero { padding: 54px 0 10px; }
.page-hero h1 { font-size: clamp(36px, 6vw, 68px); }

footer {
  border-top: 1px solid var(--line);
  padding: 36px 0 56px;
  color: var(--mute);
  font-size: 13px;
}
.footgrid { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footgrid a { color: var(--mute); }
.footgrid a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 2px; }
.tiny { margin-top: 16px; font-size: 12px; color: #9a8792; }


/* Homepage extras */
.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--cream);
  border-radius: 999px;
  min-height: 44px;
  padding: 9px 14px;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.studio {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.studio .shot {
  border: 0;
  border-radius: 22px 22px 0 0;
}
.studio .shot img { height: 168px; }
.studio .body { padding: 20px 20px 22px; flex: 1; display: flex; flex-direction: column; }
.studio .body p { flex: 1; }
.studio .mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}
.chip {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  color: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(255,255,255,.03);
}
.picks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.pick {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: #140c12;
}
.pick b { display: block; color: var(--gold); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.pick span { color: var(--mute); font-size: 14px; }
.ep-band {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  min-height: 340px;
  display: grid;
  align-items: end;
}
.ep-band img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center 20%;
}
.ep-band::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(7,4,9,.1), rgba(7,4,9,.88));
}
.ep-copy { position: relative; z-index: 1; padding: 28px; max-width: 640px; }
.how { counter-reset: step; }
.how li { position: relative; padding-left: 52px; }
.how li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute; left: 14px; top: 16px;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--blush);
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 12px;
  font-weight: 800;
  display: grid; place-items: center;
}
.gate {
  position: fixed; inset: 0; z-index: 120;
  background: rgba(7,4,9,.94);
  display: grid; place-items: center;
  padding: 24px;
}
.gate[hidden] { display: none; }
.gate-card {
  width: min(440px, 100%);
  background: #160c12;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 28px 24px;
  text-align: center;
}
.gate-card h2 { font-size: 36px; margin-bottom: 8px; }
.gate-card p { color: var(--mute); margin-bottom: 20px; }
.og-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

@media (max-width: 980px) {
  .g4, .g3, .picks { grid-template-columns: 1fr 1fr; }
  nav.links { display: none; }
  .menu-toggle { display: inline-flex; }
  body.nav-open nav.links {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0; right: 0;
    background: rgba(7,4,9,.97);
    border-bottom: 1px solid var(--line);
    padding: 12px 16px 18px;
    flex-direction: column;
  }
  body.nav-open nav.links a { min-height: 44px; display: flex; align-items: center; }
}
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
@media (max-width: 640px) {
  .g4, .g3, .g2, .picks { grid-template-columns: 1fr; }
  .hero { min-height: 78vh; }
}

.clip, .shot video {
  width: 100%;
  display: block;
  background: #000;
}
.clip {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}
.clip video { max-height: 420px; object-fit: cover; }
.clip .cap, .media-cap {
  font-size: 11px;
  color: #9a8792;
  margin-top: 8px;
}
.studio video { width: 100%; height: 220px; object-fit: cover; display: block; }
.page-hero .lede { margin-bottom: 8px; }
.series { list-style: none; display: grid; gap: 10px; }
.series li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
}
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 760px) { .vs-grid { grid-template-columns: 1fr; } }

.dock {
  position: sticky; bottom: 0; z-index: 35;
  background: rgba(7,4,9,.94);
  border-top: 1px solid var(--line);
  padding: 10px 0;
  backdrop-filter: blur(14px);
}
.dock .wrap { display: flex; gap: 10px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.dock p { color: var(--mute); font-size: 13px; }
.legal { max-width: 760px; }
.legal p { color: var(--mute); margin: 0 0 14px; }

.prose { max-width: 760px; }
.prose p { color: var(--mute); margin: 0 0 16px; font-size: 17px; }
.prose h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(28px, 4vw, 42px); line-height: 1.05; margin: 8px 0 14px; color: var(--cream); }
.prose h3 { font-family: Syne, sans-serif; font-size: 18px; margin: 22px 0 8px; }
.prose ul { margin: 0 0 18px 18px; color: var(--mute); }
.prose li { margin: 0 0 8px; }
.contact-box {
  margin: 28px 0 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 16px;
}
.contact-box h3 { margin: 0 0 6px; font-family: Syne, sans-serif; }
.contact-box p { color: var(--mute); margin: 0; font-size: 15px; }
.cats { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.cats span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: var(--gold);
}
