:root {
  --bg: #050505;
  --bg-2: #0d0d0d;
  --panel: #121111;
  --panel-2: #191715;
  --text: #f8f3e8;
  --muted: #b7afa3;
  --soft: #70685f;
  --line: rgba(232, 197, 114, 0.28);
  --line-soft: rgba(255, 255, 255, 0.12);
  --gold: #d7aa48;
  --gold-2: #f0d082;
  --red: #b91f31;
  --radius: 8px;
  --max: 1360px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.52);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(215, 170, 72, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, #030303 0%, #0d0d0d 42%, #050505 100%);
  background-size: 82px 82px, auto;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.gate-open {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  color: inherit;
}

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 35% 15%, rgba(215, 170, 72, 0.14), transparent 32%),
    rgba(0, 0, 0, 0.96);
}

.age-gate.hidden {
  display: none;
}

.age-card {
  width: min(520px, 100%);
  padding: clamp(28px, 6vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(24, 22, 19, 0.98), rgba(5, 5, 5, 0.98));
  box-shadow: var(--shadow);
  text-align: center;
}

.age-mark {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.age-card h1,
.hero h1,
.section-title h2,
.library-copy h2,
.booking-copy h2,
.contact-section h2 {
  font-family: Cinzel, Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
}

.age-card h1 {
  margin: 0 0 12px;
  font-size: clamp(2.25rem, 7vw, 4.25rem);
  line-height: 0.95;
}

.age-card p {
  color: var(--muted);
}

.age-card small {
  display: block;
  margin-top: 18px;
  color: var(--soft);
}

.age-actions,
.hero-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.age-actions {
  margin-top: 26px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 42px);
  border-bottom: 1px solid rgba(215, 170, 72, 0.16);
  background: rgba(5, 5, 5, 0.86);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--gold-2);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
}

.brand-image {
  width: 138px;
  height: 42px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.brand-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
  color: #f0eadf;
  font-size: 0.9rem;
}

.site-nav a {
  opacity: 0.86;
  transition: color 180ms ease, opacity 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--gold-2);
  opacity: 1;
}

.header-cta {
  min-width: 136px;
  padding: 9px 16px;
  border: 1px solid var(--gold);
  border-radius: 2px;
  color: var(--gold-2);
  font-weight: 700;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.header-cta:hover {
  background: var(--gold);
  color: #080604;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  place-items: center;
  gap: 4px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--gold-2);
}

.hero {
  width: min(var(--max), 100%);
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1fr);
  align-items: stretch;
  border-bottom: 1px solid rgba(215, 170, 72, 0.22);
}

.hero-portrait {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.82)),
    radial-gradient(circle at 48% 31%, rgba(218, 169, 72, 0.3), transparent 16%),
    linear-gradient(115deg, #0a0a0a 0%, #1a1510 52%, #070707 100%);
}

.hero-portrait::before,
.hero-portrait::after {
  content: "";
  position: absolute;
  top: 0;
  width: 14px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
  opacity: 0.72;
  filter: blur(1px);
}

.hero-portrait::before {
  left: 72px;
}

.hero-portrait::after {
  left: 102px;
}

.portrait-subject {
  position: absolute;
  left: clamp(54px, 10vw, 120px);
  bottom: -26px;
  width: min(360px, 58vw);
  height: 74%;
  border-radius: 46% 46% 6px 6px;
  background:
    radial-gradient(circle at 56% 17%, rgba(244, 217, 156, 0.16) 0 10%, transparent 11%),
    radial-gradient(ellipse at 56% 30%, #15110e 0 24%, transparent 25%),
    linear-gradient(100deg, transparent 0 12%, #060606 13% 42%, #17120d 43% 66%, transparent 67%);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.94);
}

.portrait-glow {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(0deg, rgba(215, 170, 72, 0.14), transparent);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 590px;
  padding: clamp(34px, 6vw, 88px);
  text-align: center;
  background:
    radial-gradient(circle at 50% 36%, rgba(215, 170, 72, 0.13), transparent 24%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.hero h1 {
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(3.8rem, 9vw, 8.4rem);
  line-height: 0.92;
  text-shadow: 0 0 32px rgba(215, 170, 72, 0.22);
}

.hero-logo {
  width: min(520px, 88vw);
  max-height: 220px;
  margin-bottom: 24px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.7));
}

.subline {
  margin: 10px 0 30px;
  color: #ebe1d0;
  font-size: clamp(0.76rem, 1.2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.44em;
  text-transform: uppercase;
}

.lede {
  width: min(560px, 100%);
  margin: 0;
  color: #eee7da;
  font-family: Georgia, serif;
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 34px;
}

.trust-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-row span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border: 1px solid var(--gold);
  transform: rotate(45deg) translateY(-1px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  border-color: var(--gold);
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #100b04;
}

.btn-outline {
  border-color: var(--gold);
  background: rgba(0, 0, 0, 0.2);
  color: var(--gold-2);
}

.btn-quiet {
  border-color: var(--line-soft);
  background: transparent;
  color: var(--text);
}

.section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 88px) clamp(18px, 4vw, 54px);
}

.section-title {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-title.centered {
  margin-inline: auto;
  text-align: center;
}

.section-title h2,
.library-copy h2,
.booking-copy h2,
.contact-section h2 {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-title p,
.library-copy p,
.booking-copy p,
.contact-section p {
  margin: 0;
  color: var(--muted);
}

.row-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.filter-group {
  display: flex;
  gap: 8px;
  border: 1px solid var(--line-soft);
  padding: 4px;
  border-radius: 6px;
}

.filter {
  min-width: 74px;
  min-height: 34px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.filter.is-active {
  background: var(--gold);
  color: #090604;
}

.drop-summary,
.message-stats {
  display: grid;
  gap: 2px;
  justify-items: end;
  color: var(--muted);
  font-size: 0.82rem;
}

.drop-summary strong,
.message-stats strong {
  color: var(--gold-2);
  font-size: 1.2rem;
}

.drop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.drop-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.018));
  box-shadow: var(--shadow);
}

.drop-card.is-selected {
  border-color: var(--gold);
  outline: 1px solid rgba(240, 208, 130, 0.42);
}

.drop-media {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 30%, rgba(240, 208, 130, 0.2), transparent 18%),
    linear-gradient(135deg, #060606, #241c12 58%, #080808);
}

.drop-media::before {
  content: "";
  position: absolute;
  inset: 13% 24% 0;
  border-radius: 50% 50% 8px 8px;
  background:
    radial-gradient(circle at 50% 12%, #1f1912 0 12%, transparent 13%),
    linear-gradient(90deg, transparent, #080808 28% 72%, transparent);
}

.drop-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent 46%);
}

.drop-media.video-one,
.drop-media.video-two {
  background:
    radial-gradient(circle at 50% 30%, rgba(185, 31, 49, 0.18), transparent 16%),
    linear-gradient(135deg, #070707, #1b1b1b 52%, #2a1d0f);
}

.drop-media.video-one::after,
.drop-media.video-two::after {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 22px, rgba(255, 255, 255, 0.18) 23px 24px, transparent 25px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent 46%);
}

.drop-media span {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  color: var(--gold-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.drop-info {
  display: grid;
  gap: 12px;
}

.drop-info small {
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drop-info h3 {
  margin: 3px 0 0;
  color: var(--text);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.1rem;
}

.drop-info label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.messages-section {
  border-top: 1px solid rgba(215, 170, 72, 0.16);
  border-bottom: 1px solid rgba(215, 170, 72, 0.16);
  background: linear-gradient(90deg, transparent, rgba(215, 170, 72, 0.045), transparent);
}

.message-stats {
  grid-template-columns: repeat(2, auto);
  gap: 12px;
}

.message-stats span {
  display: grid;
  min-width: 148px;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.message-console {
  display: grid;
  grid-template-columns: 320px 1fr;
  min-height: 560px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
}

.thread-list {
  display: grid;
  align-content: start;
  gap: 0;
  border-right: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.03);
}

.thread {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 0;
  border-bottom: 1px solid var(--line-soft);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.thread.is-active {
  background: rgba(215, 170, 72, 0.12);
}

.avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-2);
  font-weight: 900;
}

.thread small {
  display: block;
  color: var(--muted);
}

.chat-panel {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-width: 0;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid var(--line-soft);
}

.chat-header h3 {
  margin: 0;
  color: var(--gold-2);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.45rem;
}

.chat-header p {
  margin: 3px 0 0;
  color: var(--muted);
}

.chat-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  overflow: auto;
}

.bubble {
  max-width: min(680px, 88%);
  margin: 0;
  padding: 13px 15px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  color: var(--text);
}

.bubble.fan {
  align-self: start;
  background: rgba(255, 255, 255, 0.055);
}

.bubble.creator {
  align-self: end;
  background: rgba(215, 170, 72, 0.14);
}

.bubble.paid {
  align-self: center;
  border-color: rgba(215, 170, 72, 0.5);
  background: rgba(0, 0, 0, 0.44);
  color: var(--gold-2);
  font-weight: 900;
}

.message-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid var(--line-soft);
}

.media-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1fr 1fr;
  gap: 8px;
}

.media-tile {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 60% 30%, rgba(235, 207, 147, 0.2), transparent 18%),
    linear-gradient(130deg, #080808, #211b14 54%, #080808);
  transition: opacity 180ms ease, transform 180ms ease;
}

.media-tile::after,
.locked-grid article::after,
.product-image::after,
.booking-art::after,
.live-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.12), transparent 18%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent 42%);
  pointer-events: none;
}

.media-tile::before {
  content: "";
  position: absolute;
  inset: 14% 22% 0 22%;
  border-radius: 50% 50% 8px 8px;
  background:
    radial-gradient(circle at 50% 12%, #1c1712 0 13%, transparent 14%),
    linear-gradient(90deg, transparent, #0a0a0a 24% 72%, transparent);
  opacity: 0.86;
}

.media-tile.mono {
  filter: grayscale(0.8);
}

.media-tile.lounge {
  background: linear-gradient(120deg, #070707, #2b2115, #0d0d0d);
}

.media-tile.side {
  background: linear-gradient(115deg, #080808, #171717 42%, #30230f);
}

.media-tile[hidden] {
  display: none;
}

.media-tile span,
.locked-grid span,
.live-preview span:not(.live-badge) {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  color: var(--gold-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.locked-note,
.status-line {
  margin: 22px 0 0;
  color: var(--gold-2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.price-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 395px;
  padding: 34px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  box-shadow: var(--shadow);
}

.price-card.featured {
  border-color: var(--gold);
  box-shadow: 0 26px 88px rgba(215, 170, 72, 0.14);
}

.popular {
  position: absolute;
  inset: 0 0 auto 0;
  min-height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--gold-2), var(--gold));
  color: #0a0703;
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.price-card.featured h3 {
  margin-top: 28px;
}

.price-card h3,
.product-card h3,
.show-card h3 {
  margin: 0;
  color: var(--gold-2);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.55rem;
  letter-spacing: 0.04em;
}

.price {
  margin: 0;
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 800;
}

.price span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 500;
}

.price-card ul,
.library-copy ul,
.show-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-card li,
.library-copy li,
.show-features li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

.price-card li + li,
.library-copy li + li,
.show-features li + li {
  margin-top: 10px;
}

.price-card li::before,
.library-copy li::before,
.show-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}

.price-card.is-selected {
  outline: 2px solid var(--gold-2);
  outline-offset: 4px;
}

.locked-library {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  border-top: 1px solid rgba(215, 170, 72, 0.16);
  border-bottom: 1px solid rgba(215, 170, 72, 0.16);
  background: linear-gradient(90deg, rgba(215, 170, 72, 0.05), transparent);
}

.library-copy .btn {
  margin-top: 24px;
}

.locked-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.locked-grid article {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 35%, rgba(242, 220, 179, 0.18), transparent 18%),
    linear-gradient(140deg, #171717, #090909);
  filter: blur(0.1px);
}

.locked-grid article::before {
  content: "VIP ONLY";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--text);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  background: rgba(0, 0, 0, 0.48);
  transform: translate(-50%, -50%);
}

.live-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.8fr;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--panel);
}

.live-preview {
  position: relative;
  min-height: 250px;
  background:
    radial-gradient(circle at 48% 30%, rgba(215, 170, 72, 0.2), transparent 18%),
    linear-gradient(130deg, #070707, #251d13, #080808);
}

.live-badge {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  padding: 7px 10px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.show-card,
.show-features {
  padding: 32px;
  border-left: 1px solid var(--line-soft);
}

.show-card small {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.show-card p {
  color: var(--muted);
}

.booking-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
}

.booking-art {
  position: relative;
  min-height: 270px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 74% 38%, rgba(240, 208, 130, 0.16), transparent 13%),
    linear-gradient(135deg, #050505, #291f13 62%, #080808);
}

.booking-art::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 0;
  height: 54%;
  border: 1px solid rgba(215, 170, 72, 0.2);
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  background: linear-gradient(180deg, #1b1611, #090909);
}

.booking-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  padding: 13px 14px;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(215, 170, 72, 0.42);
  outline-offset: 1px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--gold-2);
  font-size: 0.86rem;
  font-weight: 800;
}

.cart-count {
  color: var(--gold-2);
  font-weight: 900;
  text-transform: uppercase;
}

.merch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.product-card p {
  margin: 0;
  color: var(--muted);
}

.product-image {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(135deg, #0b0b0b, #211b15, #070707);
}

.product-image::before {
  content: "";
  position: absolute;
  inset: 32px 24%;
  border-radius: 18px 18px 6px 6px;
  background: linear-gradient(145deg, #181818, #030303);
  border: 1px solid rgba(215, 170, 72, 0.18);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.65);
}

.product-image.cap::before {
  inset: 52% 22% 18%;
  border-radius: 80px 80px 20px 20px;
}

.product-image.print::before {
  inset: 32px 28%;
  border-radius: 3px;
  background:
    linear-gradient(180deg, rgba(215, 170, 72, 0.14), transparent),
    #080808;
}

.contact-section {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr minmax(320px, 0.9fr);
  align-items: center;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 54px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-2);
  font-family: Cinzel, Georgia, serif;
  font-size: 1.8rem;
}

.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: start;
}

.newsletter-form .form-status {
  grid-column: 1 / -1;
}

.site-footer {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.7fr 0.7fr 1.1fr;
  gap: 34px;
  padding: 44px clamp(18px, 4vw, 54px) 56px;
  color: var(--muted);
}

.footer-brand {
  display: inline-block;
  margin-bottom: 10px;
}

.site-footer nav {
  display: grid;
  gap: 8px;
  align-content: start;
}

.site-footer a:hover {
  color: var(--gold-2);
}

.footer-age strong {
  color: var(--gold-2);
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .hero,
  .locked-library,
  .booking-section,
  .live-panel,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-portrait {
    min-height: 420px;
    order: 2;
  }

  .hero-copy {
    min-height: 530px;
    order: 1;
  }

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

  .pricing-grid,
  .drop-grid,
  .merch-grid {
    grid-template-columns: 1fr;
  }

  .message-console {
    grid-template-columns: 1fr;
  }

  .thread-list {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .show-card,
  .show-features {
    border-left: 0;
    border-top: 1px solid var(--line-soft);
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .menu-toggle {
    display: grid;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 8, 8, 0.98);
    box-shadow: var(--shadow);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 10px;
  }

  .header-cta {
    display: none;
  }

  .hero-copy {
    min-height: calc(100vh - 74px);
    padding-inline: 20px;
  }

  .hero h1 {
    font-size: clamp(4rem, 21vw, 6.8rem);
  }

  .subline {
    letter-spacing: 0.28em;
  }

  .row-title {
    display: grid;
    align-items: start;
  }

  .drop-summary,
  .message-stats {
    justify-items: start;
  }

  .message-stats {
    grid-template-columns: 1fr;
  }

  .chat-header,
  .message-form {
    grid-template-columns: 1fr;
    display: grid;
  }

  .filter-group {
    overflow-x: auto;
  }

  .media-strip,
  .locked-grid {
    grid-template-columns: 1fr;
  }

  .media-tile,
  .locked-grid article {
    min-height: 250px;
  }

  .price-card {
    min-height: auto;
    padding: 28px;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .btn,
  .newsletter-form .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
