/* Public vertical pages — Futures & Options (content-ready) */

.vertical-page {
  padding-top: 76px;
}

.vertical-main {
  max-width: 900px;
  margin: 0 auto;
  padding: var(--s-7, 96px) var(--s-5, 40px) var(--s-8, 144px);
}

.vertical-hero {
  position: relative;
  margin-bottom: var(--s-7, 96px);
  padding: var(--s-5, 40px) 0 var(--s-6, 64px);
  border-bottom: 1px solid var(--gold-line, rgba(201, 162, 74, 0.18));
  overflow: hidden;
}

.vertical-hero::before {
  content: '';
  position: absolute;
  top: -40%;
  left: 50%;
  width: min(780px, 140%);
  height: 420px;
  transform: translateX(-50%);
  pointer-events: none;
  background: radial-gradient(ellipse 52% 46% at 50% 0%, rgba(201, 162, 74, 0.14) 0%, transparent 72%);
  animation: ambientGlowBreathe 6s ease-in-out infinite;
}

.vertical-hero::after {
  content: '';
  position: absolute;
  inset: -20% -10% auto;
  height: 100%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 60% at 75% 30%, rgba(201, 162, 74, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 35% 45% at 5% 70%, rgba(94, 228, 247, 0.04) 0%, transparent 70%);
}

.vertical-hero > * {
  position: relative;
  z-index: 1;
}

.vertical-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-light, #e8c97a);
  margin-bottom: var(--s-4, 24px);
  display: flex;
  align-items: center;
  gap: var(--s-2, 8px);
}

.vertical-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold, #c9a24a);
}

.vertical-title {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: clamp(48px, 8vw, 88px);
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin-bottom: var(--s-4, 24px);
}

.vertical-title em {
  font-style: italic;
  font-weight: 400;
}

.vertical-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
  max-width: 48ch;
}

.content-slot {
  margin-bottom: var(--s-7, 96px);
}

.content-slot__label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-faint, rgba(245, 245, 244, 0.32));
  margin-bottom: var(--s-3, 16px);
}

.content-slot h2 {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-4, 24px);
}

.content-slot__body {
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
  font-size: 15px;
  line-height: 1.65;
}

.content-slot__body p + p {
  margin-top: var(--s-3, 16px);
}

.content-placeholder {
  padding: var(--s-5, 40px);
  border: 1px dashed var(--gold-line, rgba(201, 162, 74, 0.25));
  border-radius: 2px;
  background: rgba(201, 162, 74, 0.04);
  color: var(--fg-faint, rgba(245, 245, 244, 0.32));
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.content-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--s-3, 16px);
}

.content-list li {
  padding: var(--s-4, 24px);
  border-left: 2px solid var(--gold, #c9a24a);
  background: var(--bg-elevated, #131313);
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
  font-size: 15px;
}

.content-list li strong {
  display: block;
  color: var(--fg, #f5f5f4);
  font-weight: 500;
  margin-bottom: 6px;
}

.room-offer {
  margin-bottom: var(--s-7, 96px);
  padding: var(--s-6, 64px) var(--s-5, 40px);
  border: 1px solid var(--gold-line, rgba(201, 162, 74, 0.28));
  border-radius: 4px;
  background:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(201, 162, 74, 0.1), transparent 55%),
    var(--bg-elevated, #131313);
}

.room-offer-eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-light, #e8c97a);
  margin-bottom: var(--s-3, 16px);
}

.room-offer h2 {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: var(--s-3, 16px);
}

.room-offer-lead {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
  max-width: 58ch;
  margin-bottom: var(--s-5, 40px);
}

.room-host {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: var(--s-5, 40px);
  align-items: start;
  margin-bottom: var(--s-5, 40px);
  padding-top: var(--s-5, 40px);
  border-top: 1px solid var(--line, rgba(245, 245, 244, 0.12));
}

.room-host-card {
  padding: var(--s-4, 24px);
  border: 1px solid var(--line, rgba(245, 245, 244, 0.12));
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.35);
}

.room-host-name {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 6px;
}

.room-host-role {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-light, #e8c97a);
  margin-bottom: var(--s-3, 16px);
}

.room-host-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
}

.room-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--s-3, 16px);
}

.room-steps li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: var(--s-3, 16px);
  align-items: start;
  padding: var(--s-3, 16px) 0;
  border-bottom: 1px solid var(--line, rgba(245, 245, 244, 0.1));
  background: transparent;
  border-left: none;
}

.room-steps li:last-child {
  border-bottom: none;
}

.room-step-num {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 22px;
  color: var(--gold-light, #e8c97a);
  line-height: 1;
}

.room-steps strong {
  display: block;
  color: var(--fg, #f5f5f4);
  font-size: 14px;
  margin-bottom: 4px;
}

.room-steps span {
  font-size: 14px;
  line-height: 1.5;
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
}

.room-offer-note {
  font-size: 12px;
  line-height: 1.5;
  color: var(--fg-faint, rgba(245, 245, 244, 0.4));
  margin-top: var(--s-4, 24px);
}

.room-offer-cta-wrap {
  margin-bottom: var(--s-5, 40px);
}

.room-offer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--font-body, "Inter Tight", sans-serif);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a0a0a;
  background: linear-gradient(135deg, #e8c97a, #c9a24a);
  border-radius: 999px;
  box-shadow: 0 4px 24px rgba(201, 162, 74, 0.32);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.room-offer-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.room-testimony {
  margin-top: var(--s-6, 64px);
  padding: var(--s-5, 40px) var(--s-4, 24px);
  border-left: 2px solid var(--gold, #c9a24a);
  background: rgba(0, 0, 0, 0.3);
}

.room-testimony blockquote {
  margin: 0;
}

.room-testimony blockquote p {
  font-family: var(--font-display, "Fraunces", serif);
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.55;
  color: rgba(245, 245, 244, 0.78);
  margin: 0;
}

.room-testimony figcaption {
  margin-top: var(--s-3, 16px);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-faint, rgba(245, 245, 244, 0.4));
}

@media (max-width: 720px) {
  .room-host {
    grid-template-columns: 1fr;
  }
}

.vertical-cta {
  text-align: center;
  padding: var(--s-6, 64px) var(--s-5, 40px);
  border-top: 1px solid var(--line, rgba(245, 245, 244, 0.12));
}

.vertical-cta p {
  color: var(--fg-muted, rgba(245, 245, 244, 0.62));
  margin-bottom: var(--s-4, 24px);
  font-size: 15px;
}

.vertical-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3, 16px);
  justify-content: center;
  align-items: center;
}

.vertical-cta .btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  font-family: var(--font-body, "Inter Tight", sans-serif);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.vertical-cta .btn-cta--primary {
  color: var(--bg, #0a0a0a);
  background: var(--gold, #c9a24a);
  border: 1px solid var(--gold, #c9a24a);
}

.vertical-cta .btn-cta--primary:hover {
  background: var(--gold-light, #e8c97a);
  border-color: var(--gold-light, #e8c97a);
}

.vertical-cta .btn-cta--ghost {
  color: var(--gold-light, #e8c97a);
  background: transparent;
  border: 1px solid var(--gold-line, rgba(201, 162, 74, 0.35));
}

.vertical-cta .btn-cta--ghost:hover {
  border-color: var(--gold, #c9a24a);
  background: rgba(201, 162, 74, 0.08);
}

.vertical-cta-note {
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: var(--fg-muted, rgba(245, 245, 244, 0.55));
}

.nav-links a.nav-link--active {
  color: var(--gold-light, #e8c97a);
}

@media (max-width: 720px) {
  .vertical-page { padding-top: 68px; }
  .vertical-main {
    padding: var(--s-6, 64px) var(--s-4, 24px) var(--s-7, 96px);
  }
}
