@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700;800&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,600;1,700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-accent: "Cinzel", "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", Arial, sans-serif;
  --bg: #050505;
  --bg-soft: #0b0a08;
  --panel: #12100d;
  --panel-2: #19150f;
  --gold: #d9a441;
  --gold-bright: #ffc95a;
  --gold-deep: #8f6420;
  --text: #f4efe4;
  --muted: #b7ad9d;
  --dim: #7e766b;
  --line: rgba(217, 164, 65, .25);
  --white-line: rgba(255, 255, 255, .12);
  --max: 1180px;
  --header: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 10%, rgba(217,164,65,.13), transparent 32rem),
    radial-gradient(circle at 15% 25%, rgba(255,255,255,.06), transparent 22rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }

.wrap { width: min(var(--max), calc(100% - 44px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; }
.section.tight { padding: 64px 0; }
.kicker {
  font-family: var(--font-accent);
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 600;
  line-height: .98;
  letter-spacing: .015em;
}
h1 { font-size: clamp(54px, 8vw, 116px); max-width: 920px; }
h2 { font-size: clamp(36px, 5vw, 70px); }
h3 { font-size: clamp(24px, 3vw, 34px); }
p { color: var(--muted); margin: 0; }
.gold { color: var(--gold-bright); }
.lead { font-size: clamp(17px, 2vw, 22px); max-width: 760px; }
.fine { color: var(--dim); font-size: 13px; }

.site-header {
  height: var(--header);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  border-bottom: 1px solid var(--white-line);
  background: rgba(5, 5, 5, .72);
  backdrop-filter: blur(18px);
}
.nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-left: 248px;
  position: relative;
}
.brand {
  display: flex;
  align-items: center;
  min-width: 210px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.brand-logo {
  width: 188px;
  height: 136px;
  object-fit: contain;
  object-position: left center;
  transform: translateY(14px);
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.62));
}

@media (min-width: 1181px) {
  .brand { left: calc((var(--max) - 100vw) / 2); }
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-family: var(--font-accent);
  color: rgba(244,239,228,.82);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 31px 0 29px;
  border-bottom: 2px solid transparent;
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--gold-bright);
  border-bottom-color: var(--gold-bright);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-link {
  font-family: var(--font-accent);
  color: rgba(244,239,228,.8);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: .08em;
  white-space: nowrap;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  margin: 4px auto;
}

.btn {
  font-family: var(--font-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: .25s ease;
}
.btn:hover { transform: translateY(-2px); border-color: var(--gold-bright); }
.btn.gold {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-deep));
  color: #130d04;
  border-color: transparent;
}
.btn.block { width: 100%; }

.hero {
  min-height: 100vh;
  padding: calc(var(--header) + 72px) 0 52px;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--white-line);
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5,5,5,.96), rgba(5,5,5,.65) 42%, rgba(5,5,5,.2) 72%, rgba(5,5,5,.82)),
    linear-gradient(0deg, rgba(5,5,5,.95), transparent 42%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 48px;
  align-items: end;
}
.hero-copy {
  display: grid;
  gap: 26px;
  padding-bottom: 20px;
  margin-left: clamp(-18px, -1.5vw, -8px);
}
.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.email-action {
  max-width: 100%;
  white-space: normal;
  text-align: center;
}
.release-panel {
  border: 1px solid var(--line);
  background: rgba(5,5,5,.68);
  backdrop-filter: blur(16px);
  padding: 18px;
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  align-items: center;
}
.release-panel > div { min-width: 0; }
.release-panel img { aspect-ratio: 1; object-fit: cover; }
.release-panel .play {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid var(--gold-bright);
  color: var(--gold-bright);
  display: grid;
  place-items: center;
  margin-top: 14px;
}

.stat-strip {
  border-top: 1px solid var(--white-line);
  border-bottom: 1px solid var(--white-line);
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(217,164,65,.07), rgba(255,255,255,.03));
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.stat {
  padding: 30px;
  border-right: 1px solid var(--white-line);
}
.stat:last-child { border-right: 0; }
.stat strong {
  display: block;
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}
.stat span {
  color: var(--gold-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section-head {
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
  max-width: 760px;
}
.section-head.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 54px;
  align-items: center;
}
.media-frame {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 10px;
  box-shadow: 0 24px 90px rgba(0,0,0,.35);
}
.media-frame img,
.media-frame video { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.grid {
  display: grid;
  gap: 22px;
}
.grid.three { grid-template-columns: repeat(3, 1fr); }
.grid.four { grid-template-columns: repeat(4, 1fr); }
.card,
.release-card,
.article-card {
  border: 1px solid var(--white-line);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(217,164,65,.035));
  overflow: hidden;
}
.card { padding: 28px; }
.card h3, .release-card h3, .article-card h3 { margin-bottom: 12px; }
.release-card img,
.article-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.release-body,
.article-body { padding: 22px; display: grid; gap: 12px; }
.tag {
  font-family: var(--font-accent);
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.page-hero {
  padding: calc(var(--header) + 88px) 0 74px;
  min-height: 520px;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--white-line);
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,5,5,.94), rgba(5,5,5,.62), rgba(5,5,5,.9)),
    var(--hero-image, none);
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page-hero .wrap { display: grid; gap: 22px; }

.gallery {
  columns: 3 260px;
  column-gap: 18px;
}
.gallery img {
  width: 100%;
  margin: 0 0 18px;
  break-inside: avoid;
  border: 1px solid var(--white-line);
}
.embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #000;
  overflow: hidden;
}
.embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.form {
  display: grid;
  gap: 16px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
label { display: grid; gap: 8px; color: var(--gold-bright); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
input, textarea {
  width: 100%;
  border: 1px solid var(--white-line);
  background: rgba(255,255,255,.04);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus { border-color: var(--gold-bright); }

.footer {
  border-top: 1px solid var(--white-line);
  padding: 42px 0;
  background: #030303;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 13px; }

.reveal { opacity: 0; transform: translateY(22px); transition: .7s ease; }
.reveal.in { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .nav-toggle {
    display: block !important;
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
    margin-left: auto;
  }
  .nav {
    justify-content: space-between;
    padding-left: 0;
  }
  .brand {
    position: relative;
    left: auto;
    top: auto;
  }
  .nav-links {
    position: fixed;
    inset: var(--header) 0 auto 0;
    height: calc(100vh - var(--header));
    background: rgba(5,5,5,.96);
    backdrop-filter: blur(20px);
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 28px;
    gap: 0;
  }
  body.nav-open .nav-links { display: flex; }
  .nav-links a { display: block; padding: 18px 0; }
  .nav-actions { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .release-panel { max-width: 430px; }
  .grid.four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  :root { --header: 72px; }
  .wrap { width: min(100% - 28px, var(--max)); }
  .brand {
    min-width: auto;
  }
  .brand-logo {
    width: 128px;
    height: 98px;
    transform: translateY(6px);
  }
  .nav-actions .btn { display: none; }
  .hero { min-height: 760px; }
  .hero-copy {
    min-width: 0;
    width: min(340px, 100%);
    max-width: calc(100vw - 28px);
    margin-left: 0;
  }
  .release-panel {
    min-width: 0;
    justify-self: start;
    width: 100%;
    max-width: min(100%, 360px);
  }
  .hero-copy p,
  .release-panel p,
  h1 { overflow-wrap: anywhere; }
  h1 { font-size: clamp(38px, 10.2vw, 42px); }
  .hero-grid { gap: 28px; }
  .release-panel {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
  }
  .btn { padding: 0 18px; }
  .stats, .grid.three, .grid.four, .form-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid var(--white-line); padding: 24px 0; }
  .stat:last-child { border-bottom: 0; }
  .section { padding: 64px 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

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