/* ============== HERO PHOTO (variant A) ============== */
.hero-photo {
  position: relative;
  min-height: 100vh;
  padding: 180px 0 100px;
  overflow: hidden;
  isolation: isolate;
}
.hero-photo-bg {
  position: absolute; inset: 0; z-index: -2;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  filter: brightness(0.55) saturate(0.9);
  transform: scale(1.04);
}
.hero-photo-veil {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(60% 50% at 50% 50%, rgba(11,22,18,0.25), rgba(11,22,18,0.85) 80%),
    linear-gradient(180deg, rgba(11,22,18,0.55) 0%, rgba(11,22,18,0.35) 40%, rgba(11,22,18,0.95) 100%);
}
.hero-photo-shell {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; text-align: center;
  max-width: 1100px;
}
.hero-h1-photo {
  display: flex; flex-direction: column; align-items: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: clamp(48px, 7vw, 110px);
  line-height: 0.98;
  margin: 28px 0 30px;
  text-shadow: 0 6px 30px rgba(0,0,0,0.5);
}
.hero-h1-photo .ln { display: block; }
.hero-h1-photo .ital { padding-left: 0.4em; }
.hero-photo-meta {
  display: flex; align-items: center; gap: 36px;
  margin-top: 60px;
  padding: 28px 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11,22,18,0.55);
  backdrop-filter: blur(14px);
  flex-wrap: wrap;
  justify-content: center;
}
.hero-photo-meta .hpm-cell { display: flex; flex-direction: column; gap: 6px; align-items: flex-start; }
.hero-photo-meta .hpm-divider { width: 1px; height: 50px; background: var(--line-2); }
.hero-photo-meta .countdown.compact { margin: 0; }
.play-ic { display: inline-block; }
@media (max-width: 700px) {
  .hero-photo-meta { padding: 20px; gap: 18px; }
  .hero-photo-meta .hpm-divider { display: none; }
}

/* ============== HERO STYLES ============== */

/* Common */
.hero {
  position: relative;
  min-height: 100vh;
  padding: 160px 0 100px;
  overflow: hidden;
  isolation: isolate;
}
.dna-canvas {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
  opacity: 0.7;
}
.blob {
  position: absolute;
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}

/* hero meta */
.hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; }
.dot-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201,165,88,0.7);
  animation: pulse-dot-rect 2s infinite;
}
@keyframes pulse-dot-rect {
  0% { box-shadow: 0 0 0 0 rgba(201,165,88,0.6); }
  70% { box-shadow: 0 0 0 12px rgba(201,165,88,0); }
  100% { box-shadow: 0 0 0 0 rgba(201,165,88,0); }
}

/* ----- HERO A ----- */
.hero-a .blob-a1 { top: -200px; right: -150px; }
.hero-a .blob-a2 { bottom: -200px; left: -200px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative; z-index: 2;
}
.hero-h1 {
  display: flex; flex-direction: column;
  gap: 4px;
  font-size: clamp(56px, 7.5vw, 124px);
  margin: 32px 0 36px;
  line-height: 0.95;
}
.hero-h1 .ln1 { letter-spacing: -0.02em; }
.hero-h1 .ln2 { padding-left: 0.5em; }
.hero-h1 .ln3 { letter-spacing: -0.02em; }

.hero-offer {
  font-size: clamp(17px, 1.3vw, 21px);
  color: var(--ink-dim);
  max-width: 560px;
  margin-bottom: 40px;
  text-wrap: pretty;
}
.hero-offer.center { margin-left: auto; margin-right: auto; max-width: 720px; text-align: center; }

.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-cta.center { justify-content: center; margin-top: 40px; }

.hero-meta {
  display: flex; align-items: center; gap: 32px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--line-2);
}
.hero-meta > div:first-child { display: flex; flex-direction: column; gap: 6px; }
.hero-stat {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  color: var(--gold-2);
  line-height: 1;
}
.hero-stat .of { font-size: 18px; color: var(--ink-mute); }
.hero-meta-divider { width: 1px; height: 50px; background: var(--line-2); }

.hero-helix {
  position: relative;
  display: flex; justify-content: center;
}
.hero-helix .helix-svg {
  width: 100%; height: auto;
  filter: drop-shadow(0 30px 80px rgba(201, 165, 88, 0.18));
}

/* ----- HERO B ----- */
.hero-b .blob-b1 { top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero-b .blob-b2 { bottom: -100px; right: -100px; }
.hero-center {
  text-align: center;
  position: relative; z-index: 2;
  padding: 40px 0;
}
.hero-h1-big {
  display: flex; flex-direction: column;
  align-items: center;
  font-size: clamp(64px, 9vw, 160px);
  line-height: 0.92;
  margin: 30px 0 30px;
}
.hero-h1-big .line-big { display: block; }
.hero-h1-big .line-big.ital { font-style: italic; color: var(--gold-2); font-weight: 300; }
.hero-stat-row {
  display: flex; justify-content: center; gap: 60px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid var(--line-2);
  flex-wrap: wrap;
}
.hero-stat-row > div { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.hero-stat-row b {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 56px;
  color: var(--gold-2);
  line-height: 1;
}
.hero-stat-row span { font-size: 13px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; }

/* ----- HERO C — Editorial grid ----- */
.hero-c { padding-top: 140px; }
.hero-c .blob-c1 { bottom: -300px; right: -200px; }
.hero-c .blob-c2 { top: 0; left: -100px; }
.hero-c-grid {
  display: grid;
  grid-template-columns: auto 1fr 360px;
  grid-template-rows: auto auto auto;
  gap: 40px 60px;
  position: relative; z-index: 2;
  align-items: start;
}
.hero-c-tag {
  grid-column: 1; grid-row: 1;
  display: flex; flex-direction: column;
  gap: 8px;
  border-left: 1px solid var(--gold);
  padding-left: 16px;
  align-self: start;
}
.hero-c-mainn { grid-column: 1 / 3; grid-row: 2; }
.hero-h1-edit {
  font-size: clamp(56px, 8vw, 140px);
  line-height: 0.95;
}
.hero-h1-edit > span { display: block; }
.hero-h1-edit .ital { padding-left: 1em; }
.hero-c-meta { grid-column: 1 / 3; grid-row: 3; max-width: 700px; }
.hero-c-side {
  grid-column: 3; grid-row: 1 / 4;
  display: flex; flex-direction: column;
  gap: 20px;
}
.cd-box {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 24px;
  background: rgba(243, 234, 214, 0.03);
}
.cd-box .mono { display: block; margin-bottom: 16px; }
.seats-big {
  font-family: "Cormorant Garamond", serif;
  font-size: 76px;
  color: var(--gold-2);
  line-height: 1;
}
.seats-big span { font-size: 24px; color: var(--ink-mute); }
.seats-bar {
  margin-top: 16px;
  height: 4px;
  border-radius: 2px;
  background: var(--green-2);
  overflow: hidden;
}
.seats-bar > div {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-deep));
  transition: width 1s ease;
}
.hero-c-helix {
  position: absolute;
  right: -100px; top: -50px;
  opacity: 0.3;
  pointer-events: none;
  z-index: -1;
}

/* ----- HERO D — Marquee + manifesto ----- */
.hero-d { padding: 140px 0 80px; }
.hero-d-marquee {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(11, 22, 18, 0.4);
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  color: var(--gold-2);
  white-space: nowrap;
  margin-bottom: 60px;
}
.hero-d-marquee.bottom { margin-top: 60px; margin-bottom: 0; }
.marquee-row {
  display: inline-flex; gap: 32px; align-items: center;
  animation: marquee 40s linear infinite;
  padding-right: 32px;
}
.marquee-row.reverse { animation-direction: reverse; }
.marquee-row .dot { color: var(--gold); font-size: 12px; }
.marquee-row span { display: inline-block; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.hero-d-shell {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 80px;
  align-items: end;
}
.hero-h1-manifesto {
  display: flex; flex-direction: column;
  font-size: clamp(48px, 6.5vw, 110px);
  line-height: 0.95;
  margin-top: 30px;
}
.hero-h1-manifesto .line { display: block; }
.hero-h1-manifesto .ital { padding-left: 0.6em; }
.hero-d-card { padding: 40px; }
.hero-d-card p { color: var(--ink-dim); margin-bottom: 30px; }
.hero-d-stats {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 20px; padding: 24px 0;
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  margin-bottom: 28px;
}
.hero-d-stats > div { display: flex; flex-direction: column; gap: 4px; }
.hero-d-stats b {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400; font-size: 38px;
  color: var(--gold-2); line-height: 1;
}
.hero-d-stats span { font-size: 12px; color: var(--ink-mute); text-transform: uppercase; letter-spacing: 0.08em; }
.hero-d-card .countdown { margin-bottom: 28px; }

/* ============== COUNTDOWN ============== */
.countdown {
  display: flex; gap: 18px;
  margin: 30px auto;
  justify-content: center;
}
.countdown.compact { gap: 8px; margin: 0 0 24px 0; justify-content: flex-start; }
.cd-cell {
  flex: 0 0 auto;
  min-width: 86px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(243, 234, 214, 0.025);
  text-align: center;
}
.compact .cd-cell { min-width: 64px; padding: 10px 8px; }
.cd-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
  color: var(--gold-2);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.compact .cd-num { font-size: 28px; }
.cd-label {
  margin-top: 6px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  font-family: "JetBrains Mono", monospace;
}
.compact .cd-label { font-size: 9px; }

@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-helix { max-width: 360px; margin: 0 auto; }
  .hero-c-grid { grid-template-columns: 1fr; }
  .hero-c-side { grid-column: 1; grid-row: auto; }
  .hero-d-shell { grid-template-columns: 1fr; }
}
