body.temple-nights-page {
  background: #0a0a0a;
  color: #f0ece5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

.temple-nights-page #main-content {
  padding: 0;
}

.temple-nights-page .hero {
  height: var(--osl-public-hero-min-height);
  width: auto;
  margin: 0;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: radial-gradient(ellipse at center top, rgba(180, 60, 60, 0.18) 0%, transparent 65%),
              radial-gradient(ellipse at center bottom, rgba(60, 20, 80, 0.22) 0%, transparent 65%),
              #0a0a0a;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.temple-nights-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/Media/community1.jpeg') center/cover no-repeat;
  opacity: 0.12;
  z-index: 0;
}

.temple-nights-page .hero > * {
  position: relative;
  z-index: 1;
}

.temple-nights-page .hero-eyebrow,
.temple-nights-page .section-eyebrow,
.temple-nights-page .tier-label,
.temple-nights-page .tier-access,
.temple-nights-page .step h4,
.temple-nights-page .btn-primary,
.temple-nights-page .btn-outline {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.temple-nights-page .hero-eyebrow {
  font-size: 11px;
  color: rgba(255, 160, 120, 0.75);
  margin-bottom: 20px;
}

.temple-nights-page .hero h1,
.temple-nights-page .section-title,
.temple-nights-page .tier-card h3,
.temple-nights-page .step-number {
  font-family: 'Cormorant Garamond', serif;
}

.temple-nights-page .hero h1 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.08;
}

.temple-nights-page .hero h2 {
  max-width: 24ch;
  margin: 0 0 14px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 300;
  line-height: 1.2;
  color: rgba(240, 236, 229, 0.8);
}

.temple-nights-page .hero h1 em,
.temple-nights-page .section-title em {
  font-style: italic;
  color: rgba(255, 180, 140, 0.9);
}

.temple-nights-page .hero-sub {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: clamp(0.95rem, 1.5vw, 1.05rem);
  line-height: 1.6;
  color: rgba(240, 236, 229, 0.65);
}

.temple-nights-page .btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

.temple-nights-page .btn-primary,
.temple-nights-page .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-decoration: none;
  white-space: nowrap;
}

.temple-nights-page .btn-primary {
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
}

.temple-nights-page .btn-primary:hover {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

.temple-nights-page .btn-outline {
  border: 1px solid rgba(240, 236, 229, 0.25);
  color: rgba(240, 236, 229, 0.8);
}

.temple-nights-page .btn-outline:hover {
  border-color: rgba(240, 236, 229, 0.6);
  color: #f0ece5;
}

.temple-nights-page section {
  padding: 100px 24px;
}

.temple-nights-page .section-inner {
  max-width: 980px;
  margin: 0 auto;
}

.temple-nights-page .tier-shell {
  max-width: 1160px;
  margin-top: 0;
}

.temple-nights-page .section-eyebrow {
  font-size: 11px;
  color: rgba(255, 160, 120, 0.65);
  margin-bottom: 14px;
}

.temple-nights-page .section-title {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.2;
}

.temple-nights-page .section-body {
  max-width: 740px;
  font-size: 1.05rem;
  color: rgba(240, 236, 229, 0.72);
  line-height: 1.8;
}

.temple-nights-page .divider {
  width: 60px;
  height: 1px;
  margin: 32px 0;
  background: rgba(255, 140, 100, 0.4);
}

.temple-nights-page .definition-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 82% 24%, rgba(255, 180, 140, 0.08) 0%, transparent 34%),
              radial-gradient(circle at 78% 68%, rgba(180, 60, 60, 0.12) 0%, transparent 30%),
              #0f0a0d;
}

.temple-nights-page .definition-section .section-inner,
.temple-nights-page .tiers-section > .section-inner:first-child {
  position: relative;
  isolation: isolate;
}

.temple-nights-page .definition-section .section-inner > *,
.temple-nights-page .tiers-section > .section-inner:first-child > * {
  position: relative;
  z-index: 1;
}

.temple-nights-page .definition-section .section-inner::after {
  content: "";
  position: absolute;
  top: 28px;
  right: -124px;
  width: clamp(280px, 35vw, 470px);
  aspect-ratio: 1;
  background: url('/Media/Home-Hero.png') center/contain no-repeat;
  opacity: 0.22;
  filter: drop-shadow(0 26px 64px rgba(180, 60, 60, 0.32));
  pointer-events: none;
  z-index: 0;
}

.temple-nights-page .definition-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 80px;
  margin-top: 60px;
}

.temple-nights-page .definition-item h3 {
  margin-bottom: 12px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.45rem;
  font-weight: 400;
  color: rgba(255, 210, 180, 0.9);
}

.temple-nights-page .definition-item p {
  font-size: 0.97rem;
  color: rgba(240, 236, 229, 0.65);
  line-height: 1.75;
}

.temple-nights-page .tiers-section {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 16% 18%, rgba(255, 180, 140, 0.08) 0%, transparent 24%),
              radial-gradient(circle at 82% 76%, rgba(100, 60, 160, 0.1) 0%, transparent 28%),
              #0a0a0a;
}

.temple-nights-page .tiers-section > .section-inner:first-child::after {
  content: "";
  position: absolute;
  top: -32px;
  right: -54px;
  width: clamp(260px, 32vw, 430px);
  aspect-ratio: 1;
  background: url('/Media/Home-Section3.png') center/contain no-repeat;
  opacity: 0.18;
  filter: drop-shadow(0 28px 64px rgba(180, 60, 60, 0.28));
  pointer-events: none;
  z-index: 0;
}

.temple-nights-page .tier-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-top: 60px;
}

.temple-nights-page .tier-card {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 48px 36px;
  text-decoration: none;
  transition: transform 0.2s;
}

.temple-nights-page .tier-card:hover {
  transform: translateY(-4px);
}

.temple-nights-page .tier-card.white {
  background: linear-gradient(160deg, #1a1a22 0%, #0f0f15 100%);
  border-top: 2px solid rgba(220, 210, 200, 0.35);
}

.temple-nights-page .tier-card.red {
  background: linear-gradient(160deg, #1e0d0d 0%, #130808 100%);
  border-top: 2px solid rgba(200, 60, 60, 0.55);
}

.temple-nights-page .tier-card.dark {
  background: linear-gradient(160deg, #0d0a14 0%, #07060e 100%);
  border-top: 2px solid rgba(100, 60, 160, 0.45);
}

.temple-nights-page .tier-label {
  font-size: 10px;
  margin-bottom: 10px;
}

.temple-nights-page .tier-card.white .tier-label {
  color: rgba(220, 210, 200, 0.6);
}

.temple-nights-page .tier-card.red .tier-label {
  color: rgba(200, 100, 80, 0.75);
}

.temple-nights-page .tier-card.dark .tier-label {
  color: rgba(160, 120, 220, 0.65);
}

.temple-nights-page .tier-card h3 {
  margin-bottom: 14px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
  color: #f0ece5;
}

.temple-nights-page .tier-card p {
  margin-bottom: 24px;
  font-size: 0.92rem;
  color: rgba(240, 236, 229, 0.55);
  line-height: 1.7;
}

.temple-nights-page .tier-access {
  font-size: 11px;
  color: rgba(240, 236, 229, 0.35);
}

.temple-nights-page .tier-access strong {
  color: rgba(240, 236, 229, 0.75);
}

.temple-nights-page .how-section {
  background: #ffffff;
}

.temple-nights-page .how-section .section-eyebrow {
  color: rgba(160, 60, 30, 0.75);
}

.temple-nights-page .how-section .section-title {
  color: #1a1210;
}

.temple-nights-page .how-section .section-title em {
  color: rgba(160, 50, 20, 0.9);
}

.temple-nights-page .how-section .section-body,
.temple-nights-page .step p {
  color: rgba(30, 20, 15, 0.7);
}

.temple-nights-page .how-section .divider {
  background: rgba(160, 60, 20, 0.25);
}

/* ── FAQ Accordion ─────────────────────────────────────────── */
.temple-nights-page .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.temple-nights-page .step {
  text-align: center;
}

.temple-nights-page .step-number {
  margin-bottom: 14px;
  font-family: 'Roboto', sans-serif;
  font-size: clamp(3.8rem, 7vw, 5rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  color: rgba(160, 60, 20, 0.3);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: 'lnum' 1, 'tnum' 1;
}

.temple-nights-page .step h4 {
  margin-bottom: 10px;
  font-size: 0.85rem;
  color: rgba(20, 15, 10, 0.8);
}

.temple-nights-page .step p {
  font-size: 0.88rem;
  line-height: 1.65;
}

.temple-nights-page .cta-section {
  background: radial-gradient(ellipse at center, rgba(140, 40, 40, 0.2) 0%, transparent 70%), #0f0a0d;
  text-align: center;
  padding: 120px 24px;
}

.temple-nights-page .cta-inner {
  text-align: center;
}

.temple-nights-page .cta-section .section-title {
  margin: 0 auto 20px;
  max-width: 680px;
}

.temple-nights-page .cta-section .section-body {
  margin: 0 auto 48px;
}

.temple-nights-page .cta-actions {
  justify-content: center;
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  .temple-nights-page .definition-section .section-inner::after {
    top: auto;
    right: -108px;
    bottom: -48px;
    width: 250px;
    opacity: 0.14;
  }

  .temple-nights-page .tiers-section > .section-inner:first-child::after {
    top: -12px;
    right: -94px;
    width: 220px;
    opacity: 0.14;
  }

  .temple-nights-page .definition-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .temple-nights-page .tier-cards {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .temple-nights-page .steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* Stack button groups vertically on mobile */
  .temple-nights-page .btn-group {
    flex-direction: column;
    gap: 12px;
    flex-wrap: wrap;
  }

  .temple-nights-page .btn-primary,
  .temple-nights-page .btn-outline {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .temple-nights-page .steps {
    grid-template-columns: 1fr;
  }
}
