:root {
  --bg: #060706;
  --panel: #111513;
  --panel-2: #171d1a;
  --ink: #f7f2e8;
  --muted: rgba(247, 242, 232, 0.62);
  --line: rgba(222, 183, 93, 0.18);
  --gold: #deb75d;
  --green: #3f6b59;
  --red: #a7342f;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 0%, rgba(222,183,93,.15), transparent 30rem),
    radial-gradient(circle at 86% 12%, rgba(63,107,89,.24), transparent 26rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(14px);
}
.age-gate[hidden] { display: none; }
.age-panel {
  width: min(520px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, #151915, #080908);
  box-shadow: var(--shadow);
}
.age-panel img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
}
.age-panel span {
  display: inline-flex;
  margin-left: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #090909;
  background: var(--gold);
  font-weight: 950;
  vertical-align: top;
}
.age-panel h2 {
  margin: 20px 0 8px;
  font-size: clamp(2rem, 7vw, 3.1rem);
  line-height: .96;
}
.age-panel p { margin: 0; color: var(--muted); }
.age-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.age-actions button,
.age-actions a,
.nav-action,
.action,
.primary-action,
.secondary-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid var(--gold);
  border-radius: 8px;
  color: #0b0b0b;
  background: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.age-actions a,
.secondary-action {
  color: var(--gold);
  background: transparent;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px clamp(16px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(6,7,6,.82);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.brand strong {
  font-size: .92rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.topbar nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  overflow-x: auto;
}
.topbar nav a {
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  text-transform: uppercase;
  white-space: nowrap;
}
.topbar nav a:hover {
  color: var(--ink);
  background: rgba(255,255,255,.07);
}

main {
  width: min(1380px, calc(100% - 28px));
  margin: 18px auto 0;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .58fr);
  gap: 18px;
  min-height: 650px;
  align-items: stretch;
}
.hero-copy,
.hero-card,
.directory,
.seo-block,
.faq,
footer {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(23,29,26,.94), rgba(10,12,10,.94));
  box-shadow: var(--shadow);
}
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 5vw, 58px);
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin: 0; }
h1 {
  max-width: 900px;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: .82;
  letter-spacing: 0;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(2rem, 4vw, 4.3rem);
  line-height: .94;
}
h3 {
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1;
}
.hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 650;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
}
.hero-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
}
.hero-card div { margin-top: 18px; }
.hero-card span {
  display: block;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.tag-cloud a,
.profile-tags span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.04);
  font-size: .78rem;
  font-weight: 850;
}

.directory,
.seo-block,
.faq {
  padding: clamp(18px, 3vw, 36px);
  margin-top: 18px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 18px;
}
.section-head > span {
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  text-transform: uppercase;
}
.profile-list { display: grid; gap: 10px; }
.profile-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(120px, 180px) auto;
  gap: 14px;
  align-items: center;
  min-height: 132px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}
.profile-row img {
  width: 96px;
  height: 112px;
  border-radius: 8px;
  object-fit: cover;
  background: var(--panel-2);
}
.profile-main > span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.profile-main p {
  max-width: 680px;
  margin-top: 8px;
  color: var(--muted);
}
.profile-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.profile-tags span { border-radius: 8px; }

.seo-block {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1fr);
  gap: 26px;
  background: linear-gradient(145deg, rgba(63,107,89,.35), rgba(10,12,10,.94));
}
.copy { display: grid; gap: 14px; }
.copy p,
.faq p,
footer span {
  color: var(--muted);
}
.copy a { color: var(--gold); font-weight: 900; }
.faq { display: grid; gap: 10px; }
details {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}
summary {
  min-height: 52px;
  padding: 14px 16px;
  cursor: pointer;
  font-weight: 900;
}
details p { padding: 0 16px 16px; }
footer {
  width: min(1380px, calc(100% - 28px));
  margin: 18px auto 28px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
footer strong { color: var(--gold); }

@media (max-width: 1040px) {
  .topbar { grid-template-columns: auto auto; }
  .topbar nav { grid-column: 1 / -1; justify-content: flex-start; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-card { max-width: 520px; }
  .profile-row { grid-template-columns: 86px minmax(0, 1fr) auto; }
  .profile-tags { grid-column: 2 / -1; }
  .profile-row img { width: 86px; height: 104px; }
  .seo-block { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  main, footer { width: min(100% - 16px, 1380px); }
  .topbar { padding: 12px 10px; gap: 10px; }
  .brand strong { max-width: 150px; white-space: normal; }
  .nav-action { padding-inline: 10px; font-size: .72rem; }
  h1 { font-size: clamp(3.2rem, 20vw, 5.5rem); }
  .profile-row { grid-template-columns: 80px minmax(0, 1fr); align-items: start; }
  .profile-row img { width: 80px; height: 100px; }
  .profile-tags, .action { grid-column: 1 / -1; }
  .action { width: 100%; }
  .section-head, footer { flex-direction: column; align-items: flex-start; }
}
