body.home-page {
  background: #ffffff;
  color: #1a1210;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  --accent: rgba(160, 80, 60, 0.9);
  --accent-glow: rgba(160, 80, 60, 0.15);
  --accent-solid: rgb(160, 80, 60);
}

/* ── Banner Images (keep as-is) ───────────── */
.home-page .banner {
  width: 100%;
  height: var(--osl-public-hero-min-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.home-page .banner--beige {
  background: #faf4ed;
}

.home-page .banner--beige > *:not(.banner-media) {
  position: relative;
  z-index: 2;
}

.home-page .banner-media {
  position: absolute;
  top: 32px;
  bottom: 32px;
  width: min(56vw, 760px);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.home-page .banner-media--hero {
  left: 10%;
  width: min(56vw, 740px);
  background-image: url('/Media/Home-Hero.png');
  background-position: left center;
}

.home-page .banner-media--section6 {
  left: 10%;
  width: min(52vw, 720px);
  background-image: url('/Media/Home-Section.png');
  background-position: left center;
}

.home-page .banner-media--section8 {
  right: 10%;
  width: min(50vw, 700px);
  background-image: url('/Media/Home-Section1.png');
  background-position: right center;
}

.home-page .banner-media--section11 {
  right: 10%;
  width: min(50vw, 700px);
  background-image: url('/Media/Home-Section3.png');
  background-position: right center;
}

.home-page .banner-1 {
  position: relative;
  justify-content: flex-end;
  text-align: center;
  padding: 80px 12% 80px 40px;
  z-index: 2;
  background:
    radial-gradient(circle at 16% 18%, rgba(232, 196, 154, 0.26), transparent 30%),
    radial-gradient(circle at 84% 18%, rgba(196, 150, 115, 0.18), transparent 32%),
    linear-gradient(160deg, rgba(16, 12, 10, 0.94), rgba(8, 7, 7, 0.98));
}

.home-page .banner-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 7, 7, 0.22) 0%, rgba(8, 7, 7, 0.08) 40%, rgba(8, 7, 7, 0.52) 100%);
  pointer-events: none;
}

.home-page .banner-1-text-container {
  position: relative;
  max-width: min(88%, 660px);
  color: #f0ece5;
  text-shadow: none;
  z-index: 2;
  text-align: center;
}

.home-page .banner-1-text-container h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.04em;
  color: #f0ece5;
  margin: 0 0 14px;
}

.home-page .banner-1-text-container h1,
.home-page .banner-1-text-container .tagline-h2 {
  color: #f0ece5;
}

.home-page .banner-1-text-container .tagline-h2 strong {
  color: rgba(244, 214, 186, 0.96);
}

.home-page .banner-1-text-container .thin-text {
  color: rgba(240, 236, 229, 0.76);
}

.home-page .banner-1 .banner-media--hero {
  opacity: 0.82;
  filter: saturate(0.92) brightness(0.86);
}

.home-page .tagline-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 300;
  margin-bottom: 0;
}

.home-page .thin-text {
  font-weight: 300;
  opacity: 0.85;
}

.home-page .banner-2 {
  justify-content: flex-start;
}

.home-page .banner-3 {
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 28px;
  padding: 72px 5% 72px 24px;
}

.home-page .banner-4 {
  justify-content: flex-start;
}

/* ── Content Sections ─────────────────────── */
.home-page .section {
  background: #fdfaf5;
  padding: 80px 24px;
}

/* ── White-background section overrides ──── */
.home-page .section--intro,
.home-page .section--events-preview,
.home-page .section--guides {
  padding: 40px 24px;
}

.home-page .section--intro,
.home-page .section--key,
.home-page .section--guides,
.home-page .section--events-preview,
.home-page .section--community {
  background: #ffffff;
}

.home-page .section--community {
  margin-top: 80px;
  padding: 20px 24px 40px;
}

.home-page .section--community {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(180, 60, 60, 0.18), transparent 32%),
    radial-gradient(circle at bottom right, rgba(60, 20, 80, 0.22), transparent 42%),
    #0a0a0a;
}

.home-page .section-community-bg {
  display: none;
}

.home-page .section--community .container {
  position: relative;
  z-index: 1;
}

.home-page .section--community .content-box {
  position: relative;
  overflow: hidden;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.home-page .section--community .content-box > * {
  position: relative;
  z-index: 1;
}

.home-page .section--bg3 {
  background: #ffffff;
}

/* Content boxes inside white sections: black border */
.home-page .section--intro .content-box,
.home-page .section--key .content-box,
.home-page .section--guides .content-box,
.home-page .section--bg3 .content-box,
.home-page .section--community .content-box {
  border-color: #000000;
}

/* Event cards inside the white events-preview section */
.home-page .section--events-preview .home-event-card {
  background: linear-gradient(180deg, rgba(253, 248, 241, 0.97) 0%, rgba(249, 242, 232, 0.95) 100%);
  border-color: rgba(160, 80, 60, 0.14);
  box-shadow: 0 16px 36px rgba(48, 29, 21, 0.08);
}

.home-page .container {
  max-width: 960px;
  margin: 0 auto;
}

.home-page .content-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 48px;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.08);
  border-radius: 2px;
}

.home-page .content-box--spaced {
  margin-top: 48px;
}

.home-page .content-box--guides {
  margin-bottom: 48px;
  background:
    radial-gradient(circle at top left, rgba(160, 80, 60, 0.08), transparent 35%),
    linear-gradient(135deg, #fff8f1 0%, #ffffff 55%, #f9f2ea 100%);
  border-color: rgba(160, 80, 60, 0.12);
  box-shadow: 0 24px 60px rgba(49, 31, 20, 0.06);
}

.home-page .section--bg3 .content-box,
.home-page .section--key .content-box,
.home-page .section--guides .content-box {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(180, 60, 60, 0.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(60, 20, 80, 0.22), transparent 42%),
    linear-gradient(160deg, #121010 0%, #0a0a0a 100%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.home-page .section--key .content-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/Media/SilverKey2.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 74% auto;
  opacity: 0.2;
  filter: saturate(0.9) brightness(0.92);
  pointer-events: none;
}

@media (min-width: 769px) {
  .home-page .section--key .content-box::before {
    background-position: calc(0% - 18px) calc(100% + 24px);
  }
}

.home-page .section--bg3 .content-box::before,
.home-page .section--guides .content-box::before,
.home-page .section--community::before,
.home-page .section--key .content-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.035;
  pointer-events: none;
}

.home-page .section--bg3 .content-box > *,
.home-page .section--key .content-box > *,
.home-page .section--guides .content-box > *,
.home-page .section--community > * {
  position: relative;
  z-index: 1;
}

.home-page .section--bg3 .section-title,
.home-page .section--key .section-title,
.home-page .section--guides .section-title,
.home-page .section--community .section-title {
  color: #f0ece5;
}

.home-page .section--bg3 .paragraph-large,
.home-page .section--key .paragraph-large,
.home-page .section--guides .paragraph-large,
.home-page .section--community .paragraph-large,
.home-page .section--bg3 .feature-list,
.home-page .section--key .feature-list {
  color: rgba(240, 236, 229, 0.74);
}

.home-page .section--bg3 strong,
.home-page .section--key strong,
.home-page .section--guides strong,
.home-page .section--community strong {
  color: rgba(240, 236, 229, 0.95);
}

.home-page .section--bg3 .paragraph-large a,
.home-page .section--community .paragraph-large a {
  color: rgba(255, 190, 150, 0.95);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.home-page .home-guides-eyebrow {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(160, 80, 60, 0.88);
}

.home-page .section--guides .home-guides-eyebrow {
  color: rgba(255, 180, 140, 0.78);
}

.home-page .home-guides-intro {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 28px;
}

.home-page .home-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.home-page .home-guide-card {
  display: block;
  padding: 24px 22px;
  text-decoration: none;
  color: #1a1210;
  border: 1px solid rgba(160, 80, 60, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 32px rgba(48, 29, 21, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-page .section--guides .home-guide-card {
  color: #f0ece5;
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: none;
}

.home-page .home-guide-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(48, 29, 21, 0.1);
  border-color: rgba(160, 80, 60, 0.24);
}

.home-page .section--guides .home-guide-card:hover {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.055));
  border-color: rgba(255, 180, 140, 0.34);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.18);
}

.home-page .home-guide-card__label {
  margin: 0 0 12px;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(160, 80, 60, 0.82);
}

.home-page .section--guides .home-guide-card__label {
  color: rgba(255, 180, 140, 0.78);
}

.home-page .home-guide-card h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.home-page .section--guides .home-guide-card h3 {
  color: #f0ece5;
}

.home-page .home-guide-card p:last-child {
  margin-bottom: 0;
  color: rgba(30, 20, 15, 0.72);
}

.home-page .section--guides .home-guide-card p:last-child {
  color: rgba(240, 236, 229, 0.62);
}

.home-page .home-guide-card--white {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(252, 246, 238, 0.96));
}

.home-page .home-guide-card--red {
  background: linear-gradient(180deg, rgba(255, 250, 247, 0.98), rgba(253, 238, 232, 0.96));
}

.home-page .home-guide-card--dark {
  background: linear-gradient(180deg, rgba(251, 246, 242, 0.98), rgba(238, 229, 224, 0.96));
}

.home-page .section--guides .home-guide-card--white,
.home-page .section--guides .home-guide-card--red,
.home-page .section--guides .home-guide-card--dark {
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
}

.home-page .section--community .content-box {
  border-color: rgba(255, 255, 255, 0.12);
}

/* ── Headings ─────────────────────────────── */
.home-page h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #1a1210;
  margin-bottom: 20px;
  line-height: 1.15;
}

.home-page h2,
.home-page h3,
.home-page h4 {
  font-family: 'Cormorant Garamond', serif;
  color: #1a1210;
  line-height: 1.25;
}

.home-page h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 300;
  margin-bottom: 20px;
}

.home-page h3 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 400;
  margin-bottom: 16px;
}

.home-page h4 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 14px;
}

.home-page .section-title {
  text-align: center;
}

.home-page .section-title--small {
  margin-top: 0;
}

.home-page .section-title--with-gap {
  margin-bottom: 32px;
}

/* ── Body Text ────────────────────────────── */
.home-page .paragraph-large {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(30, 20, 15, 0.72);
  line-height: 1.8;
  margin-bottom: 20px;
}

.home-page .paragraph-standard {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(30, 20, 15, 0.68);
  line-height: 1.75;
  margin-bottom: 15px;
}

/* ── Buttons ──────────────────────────────── */
.home-page .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 36px;
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: 12px;
}

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

.home-page .btn-primary--inline {
  margin-right: 10px;
  margin-bottom: 10px;
}

.home-page .btn-primary--mobile {
  margin-top: 20px;
}

/* ── Mobile Responsiveness ────────────────── */
@media (max-width: 768px) {
  /* Homepage: Move membership benefit list to left */
  .home-page .section--key .highlight-box .feature-list {
    text-align: left;
    margin-left: 18px;
    padding-left: 0;
  }

  .home-page .section--key .content-box::before {
    background-size: 111% auto;
  }

  .home-page .section--key .highlight-box li {
    text-align: left;
  }
}

/* ── Highlight / Feature Boxes ────────────── */
.home-page .highlight-box {
  background: #fdfaf5;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 2px;
  padding: 32px;
  margin: 32px 0;
}

.home-page .section--key .highlight-box {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.1);
}

.home-page .feature-list {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(30, 20, 15, 0.72);
  line-height: 1.8;
  margin-left: 24px;
}

.home-page .feature-list--large {
  margin-bottom: 16px;
}

.home-page .feature-list--compact-bottom {
  margin-bottom: 0;
}

.home-page .feature-list--spacious {
  line-height: 2;
  margin-bottom: 32px;
}

/* ── CTA Rows ─────────────────────────────── */
.home-page .cta-row {
  text-align: center;
  margin: 40px 0;
}

.home-page .cta-row--dual .btn-primary:first-child {
  margin-right: 12px;
}

.home-page .center-copy {
  text-align: center;
}

.home-page .key-limit-copy {
  margin-top: 32px;
}

.home-page .prompt-copy {
  margin-top: 40px;
}

/* ── Logo ─────────────────────────────────── */
.home-page .logo-center {
  display: block;
  margin: 48px auto;
  max-width: 180px;
  height: auto;
  opacity: 0.85;
}

/* ── Banner Text Overlays ─────────────────── */
.home-page .banner-overlay {
  position: absolute;
  max-width: 500px;
  color: #1a1210;
  text-shadow: none;
}

.home-page .banner-overlay--left {
  left: 18%;
  width: min(400px, 46vw);
}

.home-page .banner-overlay--top-right {
  position: relative;
  top: auto;
  right: auto;
  width: min(40vw, 440px);
  max-width: 440px;
  margin-right: 8%;
}

.home-page .banner-overlay--left-centered {
  left: 18%;
  text-align: center;
  max-width: min(38vw, 420px);
}

.home-page .banner-subcopy {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 300;
}

/* ── Subscribe Form ───────────────────────── */
.home-page .subscribe-form {
  max-width: 400px;
  width: 100%;
}

.home-page .subscribe-form--desktop {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.home-page .subscribe-form__row {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.home-page .subscribe-form .legal-consent-check {
  width: 100%;
  justify-self: stretch;
  align-self: start;
  text-align: left;
}

.home-page .subscribe-form .legal-consent-check span {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.home-page .subscribe-form--desktop .legal-consent-check {
  color: #1a1210;
  text-shadow: none;
}

.home-page .subscribe-form--desktop .legal-consent-button {
  color: var(--accent-solid);
}

.home-page .subscribe-form--desktop input,
.home-page .subscribe-form--mobile input {
  border: 1px solid rgba(30, 20, 15, 0.2);
  border-radius: 2px;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.95);
  font-family: 'Roboto', sans-serif;
  color: #1a1210;
}

.home-page .subscribe-form--desktop input {
  flex: 1;
  padding: 12px 16px;
}

.home-page .subscribe-form__row > button {
  background: rgba(180, 60, 60, 0.85);
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.home-page .subscribe-form--desktop .subscribe-form__row > button {
  padding: 12px 24px;
  white-space: nowrap;
}

.home-page .subscribe-form__row > button:hover {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

.home-page .subscribe-message {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  display: none;
}

.home-page .subscribe-message--mobile {
  font-size: 13px;
}

/* ── Testimonial Carousel ─────────────────── */
.home-page .carousel-container {
  position: relative;
  top: auto;
  right: auto;
  width: min(40vw, 440px);
  max-width: 440px;
  transform: none;
}

.home-page .banner-3 .carousel-container {
  margin-right: 8%;
}

.home-page .carousel-slide {
  display: none;
  padding: 32px;
  background: rgba(253, 250, 245, 0.95);
  border-radius: 2px;
  text-align: center;
  border: 1px solid rgba(160, 80, 60, 0.08);
}

.home-page .carousel-slide.active {
  display: block;
}

.home-page .carousel-slide .author {
  margin-top: 20px;
  font-style: italic;
  color: rgba(30, 20, 15, 0.55);
  font-size: 0.9rem;
}

.home-page .carousel-controls {
  text-align: center;
  margin-top: 20px;
}

.home-page .carousel-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(160, 80, 60, 0.2);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.home-page .carousel-dot.active {
  background: var(--accent-solid);
}

.home-page .carousel-dot:focus-visible {
  outline: 2px solid var(--accent-solid);
  outline-offset: 3px;
}

/* ── Community Images ─────────────────────── */
.home-page .community-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
}

.home-page .community-images img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 2px;
}

/* ── Separator ────────────────────────────── */
.home-page .tiny-separator {
  background: #0a0a0a;
  height: 60px;
}

/* ── Mobile hidden elements ───────────────── */
.home-page .mobile-text-on-banner2,
.home-page .mobile-text-on-banner3,
.home-page .mobile-text-on-banner4 {
  display: none;
  text-align: center;
  background-color: transparent;
  position: absolute;
  width: 100%;
  color: #ffffff;
}

.home-page .mobile-text-on-banner2 h2,
.home-page .mobile-text-on-banner3 h2,
.home-page .mobile-text-on-banner3 p,
.home-page .mobile-text-on-banner4 h2 {
  max-width: 600px;
  margin: 0 auto 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.home-page .mobile-text-on-banner3 .author {
  color: #ffffff;
}

.home-page .mobile-banner-copy {
  font-size: 14px;
  margin: 15px 0;
  font-weight: 300;
}

.home-page .subscribe-form--mobile {
  margin-top: 15px;
}

.home-page .subscribe-form--mobile .legal-consent-check {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.home-page .subscribe-form--mobile .legal-consent-check span {
  flex: 0 1 auto;
}

.home-page .subscribe-form--mobile input[type="email"] {
  width: 100%;
  padding: 12px 16px;
}

.home-page .subscribe-form--mobile .subscribe-form__row {
  flex-direction: column;
}

.home-page .subscribe-form--mobile .subscribe-form__row > button {
  width: 100%;
  padding: 12px;
}

/* ── Responsive ───────────────────────────── */
@media (max-width: 768px) {
  .home-page .banner {
    height: var(--osl-public-hero-min-height-mobile);
  }

  .home-page .content-box {
    padding: 32px 20px;
  }

  .home-page .home-guides-grid {
    grid-template-columns: 1fr;
  }

  .home-page .section--community {
    margin-top: 0;
  }

  .home-page .community-images {
    grid-template-columns: 1fr;
  }

  .home-page .highlight-box {
    max-width: 90%;
  }

  .home-page .section--key .highlight-box {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }

  .home-page .banner-1 {
    height: var(--osl-public-hero-min-height-mobile);
    justify-content: center;
    padding: 80px 40px;
    background-image:
      radial-gradient(circle at 16% 18%, rgba(232, 196, 154, 0.24), transparent 30%),
      radial-gradient(circle at 84% 18%, rgba(196, 150, 115, 0.18), transparent 32%),
      linear-gradient(180deg, rgba(16, 12, 10, 0.54) 0%, rgba(8, 7, 7, 0.78) 100%),
      url('/Media/Home-Hero.png');
    background-position: center;
  }

  .home-page .banner-media {
    display: none;
  }

  .home-page .banner-1-text-container {
    max-width: min(92%, 560px);
    padding: 0 20px;
    text-align: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.72);
  }

  .home-page .banner-1-text-container h1,
  .home-page .tagline-h2 {
    color: #ffffff;
  }

  .home-page .tagline-h2 {
    font-size: 1.22rem;
    margin: 0;
    padding: 0;
  }

  .home-page .banner-2 {
    min-height: 360px;
    background-image:
      linear-gradient(180deg, rgba(16, 12, 10, 0.34) 0%, rgba(8, 7, 7, 0.62) 100%),
      url('/Media/Home-Section1.png');
    background-position: center;
  }

  .home-page .banner-overlay--left {
    display: none;
  }

  .home-page .mobile-text-on-banner2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 28px 20px;
  }

  .home-page .banner-3 {
    min-height: 390px;
    background-image:
      linear-gradient(180deg, rgba(16, 12, 10, 0.34) 0%, rgba(8, 7, 7, 0.68) 100%),
      url('/Media/Home-Section.png');
    display: flex;
    flex-direction: column;
    background-position: center;
  }

  .home-page .section--bg3 {
    background-image: none;
  }

  .home-page .banner-overlay--top-right {
    display: none;
  }

  .home-page .mobile-text-on-banner3 {
    display: block;
    position: relative;
    padding: 64px 20px 16px;
    text-align: center;
    width: 100%;
    order: 1;
  }

  .home-page .banner-3 .carousel-container {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    transform: none;
    max-width: 100%;
    padding: 0 20px 24px;
    width: 100%;
    order: 2;
    margin-right: 0;
  }

  .home-page .banner-4 {
    min-height: 340px;
    background-image:
      linear-gradient(180deg, rgba(16, 12, 10, 0.34) 0%, rgba(8, 7, 7, 0.68) 100%),
      url('/Media/Home-Section3.png');
    background-position: center;
  }

  .home-page .banner-overlay--left-centered {
    display: none;
  }

  .home-page .mobile-text-on-banner4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 28px 20px;
  }

  .home-page .mobile-text-on-banner2 h2,
  .home-page .mobile-text-on-banner3 h2,
  .home-page .mobile-text-on-banner4 h2 {
    margin-bottom: 10px;
  }

  .home-page .cta-row--dual .btn-primary:first-child,
  .home-page .btn-primary--inline {
    margin-right: 0;
  }
}

/* ── Temple-Nights Tiers (Homepage Copy) ─── */
.home-page .home-events-eyebrow {
  margin: 0 0 10px;
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(160, 80, 60, 0.88);
}

.home-page .tiers-section {
  background:
    linear-gradient(rgba(10, 10, 10, 0.84), rgba(10, 10, 10, 0.84)),
    url('/Media/Temples.jpg') center / cover no-repeat;
  padding: 100px 24px;
}

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

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

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

.home-page .tiers-section .section-title {
  margin-bottom: 24px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  color: #f0ece5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.home-page .tier-card-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 18px;
  border: none;
  background: rgba(180, 60, 60, 0.85);
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-page .tier-card:hover .tier-card-button {
  background: rgba(200, 70, 70, 1);
  box-shadow: 0 0 18px rgba(200, 70, 70, 0.4);
}

/* ── Upcoming Events Preview ──────────────── */

.home-page .home-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.home-page .home-event-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.12);
  box-shadow: 0 16px 32px rgba(48, 29, 21, 0.06);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-page .home-event-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
}

.home-page .home-event-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(48, 29, 21, 0.1);
}

.home-page .home-event-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 22px 42px rgba(48, 29, 21, 0.1);
}

.home-page .home-event-card__link:focus-visible {
  outline: 2px solid var(--accent-solid);
  outline-offset: -2px;
}

.home-page .home-event-card__image {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  background-color: #eee;
}

.home-page .home-event-card__body {
  padding: 24px 22px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.home-page .home-event-card__meta {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(30, 20, 15, 0.6);
}

.home-page .home-event-card__tier {
  color: var(--accent-solid);
  font-weight: 500;
}

.home-page .home-event-card__title {
  margin: 0 0 12px;
  font-size: 1.35rem;
}

.home-page .home-event-card__description {
  margin: 0 0 18px;
  font-size: 0.95rem;
  color: rgba(30, 20, 15, 0.72);
  line-height: 1.65;
  flex: 1;
}

.home-page .home-event-card__price {
  margin: 0;
  font-size: 0.95rem;
  color: #1a1210;
  font-weight: 500;
}

.home-page .home-event-card__price-key {
  color: rgba(30, 20, 15, 0.6);
  font-weight: 400;
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .home-page .tier-cards,
  .home-page .home-events-grid {
    grid-template-columns: 1fr;
  }
}

