body.red-temple-page {
  background: #0f0707;
  color: #f0ece5;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  --accent: rgba(220, 80, 60, 0.9);
  --accent-soft: rgba(220, 120, 100, 0.8);
  --accent-glow: rgba(200, 60, 60, 0.2);
}

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

.red-temple-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 50% 30%, rgba(180, 40, 40, 0.22) 0%, transparent 60%), #0f0707;
  box-shadow: none;
  box-sizing: border-box;
}

.red-temple-page .hero-eyebrow,
.red-temple-page .eyebrow,
.red-temple-page .tier-nav-link .label,
.red-temple-page .btn-primary,
.red-temple-page .btn-outline {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.red-temple-page .hero-eyebrow,
.red-temple-page .eyebrow {
  font-size: 11px;
  color: rgba(220, 120, 100, 0.6);
  margin-bottom: 14px;
}

.red-temple-page .hero-eyebrow {
  margin-bottom: 20px;
}

.red-temple-page .hero h1,
.red-temple-page .section-title,
.red-temple-page .exp-item h3,
.red-temple-page .tier-nav-link h3 {
  font-family: 'Cormorant Garamond', serif;
}

.red-temple-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;
}

.red-temple-page .hero h2 {
  max-width: 640px;
  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);
}

.red-temple-page .hero h1 em,
.red-temple-page .section-title em {
  font-style: italic;
  color: var(--accent-soft);
}

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

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

.red-temple-page .btn-primary,
.red-temple-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;
}

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

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

.red-temple-page .btn-outline {
  background: transparent;
  color: rgba(240, 236, 229, 0.7);
  border: 1px solid rgba(240, 236, 229, 0.2);
}

.red-temple-page .btn-outline:hover {
  border-color: rgba(240, 236, 229, 0.5);
}

.red-temple-page .red-section,
.red-temple-page .cta-section {
  padding: 100px 24px;
}

.red-temple-page .tier-nav-section,
.red-temple-page .cta-section {
  padding: 80px 24px;
}

.red-temple-page .cta-section {
  padding: 120px 24px;
}

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

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

.red-temple-page .divider {
  width: 60px;
  height: 1px;
  margin: 28px 0;
  background: rgba(200, 80, 60, 0.3);
}

.red-temple-page .body-text {
  max-width: 720px;
  font-size: 1.05rem;
  color: rgba(240, 236, 229, 0.65);
  line-height: 1.8;
}

.red-temple-page .red-section--experience,
.red-temple-page .honest-section,
.red-temple-page .cta-section {
  background: #0d0606;
}

.red-temple-page .tier-nav-section {
  background: #0f0707;
}

.red-temple-page .red-section--experience,
.red-temple-page .tier-nav-section {
  position: relative;
}

.red-temple-page .red-section--experience {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 84% 24%, rgba(220, 120, 100, 0.1) 0%, transparent 34%),
              #0d0606;
}

.red-temple-page .tier-nav-section {
  position: relative;
  background: radial-gradient(circle at 82% 78%, rgba(220, 80, 60, 0.1) 0%, transparent 28%),
              #0f0707;
}

.red-temple-page .red-section--experience .section-inner,
.red-temple-page .tier-nav-section .section-inner {
  position: relative;
  isolation: isolate;
  z-index: 1;
}

.red-temple-page .red-section--experience .section-inner > *,
.red-temple-page .tier-nav-section .section-inner > * {
  position: relative;
  z-index: 1;
}

.red-temple-page .red-section--experience::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 5%;
  transform: translateY(-50%);
  width: clamp(260px, 34vw, 480px);
  aspect-ratio: 1;
  background: url('/Media/10.png') center/contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
  z-index: 0;
}

.red-temple-page .tier-nav-section::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 5%;
  transform: translateY(-50%);
  width: clamp(260px, 34vw, 480px);
  aspect-ratio: 1;
  background: url('/Media/Home-Section3.png') center/contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.red-temple-page .experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 56px;
}

.red-temple-page .exp-item h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent-soft);
}

.red-temple-page .exp-item p,
.red-temple-page .tier-nav-link p {
  font-size: 0.95rem;
  color: rgba(240, 236, 229, 0.6);
  line-height: 1.75;
}

.red-temple-page .kw-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 36px;
}

.red-temple-page .kw-tag {
  padding: 8px 16px;
  border: 1px solid rgba(200, 80, 60, 0.2);
  border-radius: 2px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(240, 236, 229, 0.5);
}

.red-temple-page .tier-nav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  margin-top: 40px;
}

.red-temple-page .tier-nav-link {
  display: block;
  padding: 40px 32px;
  text-decoration: none;
  transition: transform 0.2s;
}

.red-temple-page .tier-nav-link:hover {
  transform: translateY(-3px);
}

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

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

.red-temple-page .tier-nav-link .label {
  margin-bottom: 8px;
  font-size: 10px;
  color: rgba(240, 236, 229, 0.35);
}

.red-temple-page .tier-nav-link.dark .label {
  color: rgba(160, 120, 220, 0.55);
}

.red-temple-page .tier-nav-link h3 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 300;
  color: #f0ece5;
}

.red-temple-page .cta-section {
  background: radial-gradient(ellipse at center, rgba(160, 40, 40, 0.18) 0%, transparent 70%), #0d0606;
  text-align: center;
}

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

.red-temple-page .cta-copy {
  margin: 0 auto 48px;
}

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

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

@media (max-width: 768px) {
  .red-temple-page .red-section--experience::after,
  .red-temple-page .tier-nav-section::after {
    top: 24px;
    right: -20px;
    transform: none;
    width: clamp(140px, 48vw, 220px);
    opacity: 0.16;
  }

  .red-temple-page .hero {
    padding: 72px 20px 46px;
  }

  .red-temple-page .hero-eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .red-temple-page .hero h1 {
    font-size: clamp(2rem, 8vw, 3.4rem);
    margin-bottom: 10px;
  }

  .red-temple-page .hero h2 {
    margin-bottom: 10px;
    font-size: clamp(1rem, 4.6vw, 1.3rem);
    line-height: 1.16;
  }

  .red-temple-page .hero-sub {
    margin-bottom: 18px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .red-temple-page .btn-primary,
  .red-temple-page .btn-outline {
    min-height: 44px;
    padding: 10px 16px;
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .red-temple-page .experience-grid,
  .red-temple-page .tier-nav-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

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

/* ── Red Temple Atmospheric Panel (P3-B) ─── */
.red-atmosphere {
  background: linear-gradient(135deg, #1a0808 0%, #2d0f0f 100%);
  padding: 80px 40px;
  text-align: center;
  border-top: 1px solid rgba(180, 40, 40, 0.15);
  border-bottom: 1px solid rgba(180, 40, 40, 0.15);
}

.red-atmosphere__inner {
  max-width: 720px;
  margin: 0 auto;
}

.red-atmosphere .atmosphere-line {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  color: rgba(240, 220, 210, 0.85);
  line-height: 1.5;
  margin: 0;
}
