body.intimacy-coaching-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);
  --bg-warm: #fdfaf5;
  --bg-soft: #faf7f2;
  --text-muted: rgba(30, 20, 15, 0.62);
}

.intimacy-coaching-page #main-content {
  padding: 0;
}

/* ── Hero Banner (replaces background-image version) */
.coaching-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.coaching-banner--hero {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 40px;
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 111, 191, 0.28), transparent 32%),
    radial-gradient(circle at 82% 18%, rgba(83, 153, 175, 0.22), transparent 34%),
    linear-gradient(160deg, rgba(9, 10, 15, 0.92), rgba(5, 6, 10, 0.98)),
    url('/Media/workshop1A.jpg');
  background-size: auto, auto, auto, cover;
  background-position: center;
  color: #f0ece5;
}

.coaching-banner--hero::before,
.coaching-banner--testimonials::before {
  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.04;
  pointer-events: none;
}

.coaching-banner--testimonials {
  position: relative;
  overflow: hidden;
  flex-direction: column;
  padding: 80px 24px;
  background:
    radial-gradient(circle at 18% 20%, rgba(139, 111, 191, 0.24), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(83, 153, 175, 0.18), transparent 34%),
    linear-gradient(160deg, rgba(9, 10, 15, 0.94), rgba(5, 6, 10, 0.98)),
    url('/Media/Workshop4B.jpeg');
  background-size: auto, auto, auto, cover;
  background-position: center;
}

.coaching-banner__overlay {
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.coaching-banner__figure {
  position: absolute;
  right: max(-110px, calc((100vw - 1040px) / 2 - 130px));
  bottom: -76px;
  z-index: 1;
  margin: 0;
  opacity: 0.58;
}

.coaching-banner__figure img {
  display: block;
  width: min(40vw, 420px);
  min-width: 300px;
  height: auto;
}

.coaching-banner__overlay h1,
.coaching-banner__overlay h2 {
  text-shadow: none;
}

.coaching-banner__overlay h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.15;
  color: #f0ece5;
  margin: 0 0 20px;
}

.coaching-banner__overlay h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}

.coaching-banner--testimonials h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  position: relative;
  z-index: 1;
  color: #f0ece5;
  text-shadow: none;
  margin: 0 0 36px;
}

.intimacy-coaching-page .coaching-banner--testimonials h2 {
  color: #f0ece5;
}

/* ── Eyebrow ──────────────────────────────── */
.page-eyebrow {
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(165, 205, 224, 0.86);
  margin-bottom: 20px;
}

/* ── Content Section ──────────────────────── */
.coaching-section {
  padding: 80px 24px 100px;
  background: #ffffff;
}

.coaching-shell {
  max-width: 960px;
  margin: 0 auto;
}

.coaching-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

/* ── Layout ───────────────────────────────── */
.coaching-layout {
  display: block;
}

.coaching-copy {
  width: 100%;
}

.coaching-image {
  float: right;
  margin: 8px 0 32px 48px;
}

.coaching-image img {
  display: block;
  width: 280px;
  height: 340px;
  object-fit: cover;
  border-radius: 2px;
}

/* ── Headings ─────────────────────────────── */
.intimacy-coaching-page h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 300;
  color: #1a1210;
  margin: 0 0 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(160, 80, 60, 0.1);
  line-height: 1.25;
}

/* Banner overlay h2 must stay white — higher specificity beats the page-level rule above */
.intimacy-coaching-page .coaching-banner__overlay h2,
.intimacy-coaching-page .coaching-banner__overlay h2 strong {
  color: #ffffff;
}

.coaching-subheading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.2rem, 2.5vw, 1.7rem);
  font-weight: 400;
  color: #1a1210;
  margin: 48px 0 16px;
  line-height: 1.3;
}

/* ── Body Text ────────────────────────────── */
.paragraph-large {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}

.paragraph-standard {
  font-size: 0.95rem;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 14px;
}

/* ── Buttons ──────────────────────────────── */
.coaching-cta-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 8px;
}

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

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

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 36px;
  background: transparent;
  color: rgba(180, 60, 60, 0.9);
  border: 1px solid rgba(180, 60, 60, 0.45);
  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;
}

.btn-secondary:hover {
  background: rgba(180, 60, 60, 0.08);
  border-color: rgba(180, 60, 60, 0.8);
}

/* ── Testimonial Carousel ─────────────────── */
.coaching-carousel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.coaching-carousel__slide {
  display: none;
  padding: 40px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 2px;
  text-align: center;
}

.coaching-carousel__slide.is-active {
  display: block;
}

.coaching-carousel__slide .paragraph-standard {
  color: rgba(240, 236, 229, 0.78);
}

.coaching-carousel__author {
  margin-top: 24px;
  font-style: italic;
  color: rgba(240, 236, 229, 0.62);
  font-size: 0.9rem;
}

.coaching-carousel__controls {
  text-align: center;
  margin-top: 24px;
}

.coaching-carousel__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(240, 236, 229, 0.24);
  margin: 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.coaching-carousel__dot.is-active {
  background: rgba(165, 205, 224, 0.9);
}

.coaching-carousel__dot:focus-visible {
  outline: 2px solid var(--accent-solid);
  outline-offset: 3px;
}

/* ── Separator ────────────────────────────── */
.tiny-separator {
  height: 60px;
  background: #ffffff;
}

/* ── Responsive ───────────────────────────── */
/* ── Coaching Topics Grid (P2-D) ──────────── */
.coaching-topics-grid {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 24px 0 40px;
  padding: 28px;
  background:
    radial-gradient(circle at top left, rgba(139, 111, 191, 0.24), transparent 34%),
    radial-gradient(circle at bottom right, rgba(83, 153, 175, 0.18), transparent 38%),
    linear-gradient(160deg, #0c0d12 0%, #07080c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
}

.coaching-topics-grid::before {
  content: "";
  position: absolute;
  right: -92px;
  top: -96px;
  width: min(34vw, 300px);
  min-width: 220px;
  aspect-ratio: 1;
  background: none;
  opacity: 0.16;
  pointer-events: none;
}

.coaching-topic-card {
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 2px;
}

.coaching-topic-card h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #f0ece5;
  margin: 0 0 10px;
}

.coaching-topic-card p {
  font-size: 0.95rem;
  color: rgba(240, 236, 229, 0.68);
  line-height: 1.7;
  margin: 0;
}

.coaching-topic-card a {
  color: rgba(165, 205, 224, 0.94);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ── Pricing Block (P2-D) ─────────────────── */
.coaching-pricing-block {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 32px 0 40px;
  padding: 32px;
  background: var(--bg-soft);
  border: 1px solid rgba(160, 80, 60, 0.12);
  border-radius: 2px;
}

.coaching-pricing-tier {
  flex: 1;
  min-width: 200px;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(160, 80, 60, 0.1);
  border-radius: 2px;
  text-align: center;
}

.coaching-pricing-tier__label {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

.coaching-pricing-tier__price {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #1a1210;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.coaching-pricing-tier__detail {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.coaching-pricing-note {
  width: 100%;
  font-size: 0.85rem;
  color: var(--text-muted);
  text-align: center;
  margin: 0;
  padding-top: 8px;
}

@media (max-width: 768px) {
  .coaching-banner--hero {
    isolation: isolate;
    padding: 80px 20px 60px;
    min-height: var(--osl-public-hero-min-height-mobile);
  }

  .coaching-banner__figure {
    right: -126px;
    bottom: -48px;
    z-index: -1;
    opacity: 0.34;
  }

  .coaching-banner__figure img {
    width: min(78vw, 360px);
    min-width: 0;
  }

  .coaching-image {
    float: none;
    margin: 0 auto 24px;
    text-align: center;
  }

  .coaching-image img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }

  .coaching-carousel__slide {
    padding: 28px 20px;
  }

  .coaching-topics-grid {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .coaching-pricing-block {
    flex-direction: column;
    padding: 20px;
  }

  .coaching-pricing-tier {
    min-width: unset;
  }

  .intimacy-coaching-page .coaching-cta-group {
    display: grid;
    grid-template-columns: 1fr;
  }

  .intimacy-coaching-page .coaching-cta-group .btn-primary,
  .intimacy-coaching-page .coaching-cta-group .btn-secondary {
    width: 100%;
  }
}
