/* =========================================================
   Consultation Redesign — Clean Stylesheet
   File: assets/css/therapy-redesign-clean.css
   Page: consultation/index-redesign.html
========================================================= */

/* ---------------------------------------------------------
   0) Page tokens / base
--------------------------------------------------------- */

body.consultation-redesign-page {
  --tr-ink: #181411;
  --tr-soft-ink: rgba(24, 20, 17, 0.68);
  --tr-muted: rgba(24, 20, 17, 0.56);
  --tr-cream: #fbf6ee;
  --tr-warm: #eee4d4;
  --tr-taupe: #c8beaa;
  --tr-olive: #8b8f76;
  --tr-olive-dark: #555947;
  --tr-charcoal: #11100e;
  --tr-coral: #d24d57;
  --tr-clay: #b46a46;
  --tr-slate: #6c9296;
  --tr-slate-dark: #425a62;
  --tr-border: rgba(80, 54, 39, 0.16);

  background:
    radial-gradient(circle at 18% 10%, rgba(180, 106, 70, 0.10), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(111, 123, 97, 0.18), transparent 34%),
    linear-gradient(180deg, #ded7c4 0%, #cbc4ae 52%, #bfb69d 100%);
  color: var(--tr-ink);
}

body.consultation-redesign-page .header {
  z-index: 50;
}

body.consultation-redesign-page .therapy-redesign-main {
  overflow: hidden;
  background: transparent;
}

/* ---------------------------------------------------------
   1) Shared buttons / labels
--------------------------------------------------------- */

body.consultation-redesign-page .tr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: clamp(1.45rem, 3vw, 2.25rem);
}

body.consultation-redesign-page .tr-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.15rem;
  padding: 0.9rem 1.28rem;
  overflow: hidden;
  border: 2px solid var(--tr-clay);
  border-radius: 0;
  color: var(--tr-ink);
  background: transparent;
  font-family: var(--nav-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.15;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 240ms ease,
    border-color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

body.consultation-redesign-page .tr-btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 150%;
  height: 0%;
  background: var(--tr-clay);
  transform: translate(-50%, -50%);
  transition: height 420ms ease;
}

body.consultation-redesign-page .tr-btn:hover,
body.consultation-redesign-page .tr-btn:focus-visible {
  color: #fff;
  border-color: var(--tr-clay);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(180, 106, 70, 0.28);
}

body.consultation-redesign-page .tr-btn:hover::after,
body.consultation-redesign-page .tr-btn:focus-visible::after {
  height: 145%;
}

body.consultation-redesign-page .tr-btn i {
  color: currentColor;
  line-height: 1;
}

body.consultation-redesign-page .tr-section-label,
body.consultation-redesign-page .tr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  width: fit-content;
  margin: 0 0 1rem;
  color: rgba(80, 54, 39, 0.72);
  font-family: var(--nav-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.84rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.1;
  text-transform: uppercase;
}

body.consultation-redesign-page .tr-section-label i,
body.consultation-redesign-page .tr-eyebrow i {
  color: var(--tr-clay);
  font-size: 1.05rem;
}

/* ---------------------------------------------------------
   2) Hero
--------------------------------------------------------- */

body.consultation-redesign-page .tr-hero {
  position: relative;
  min-height: clamp(680px, 88vh, 920px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #111;
}

body.consultation-redesign-page .tr-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.consultation-redesign-page .tr-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.05) brightness(0.76);
  transform: scale(1.02);
}

body.consultation-redesign-page .tr-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 28% 67%, rgba(0, 0, 0, 0.30), transparent 36%),
    linear-gradient(90deg, rgba(12, 11, 10, 0.86), rgba(12, 11, 10, 0.48) 48%, rgba(12, 11, 10, 0.76)),
    linear-gradient(180deg, rgba(12, 11, 10, 0.12), rgba(12, 11, 10, 0.82));
}

body.consultation-redesign-page .tr-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
  padding: clamp(7rem, 14vh, 11rem) 0 clamp(4rem, 8vh, 6.5rem);
}

body.consultation-redesign-page .tr-hero__content {
  max-width: 760px;
}

body.consultation-redesign-page .tr-hero .tr-eyebrow {
  color: rgba(255, 255, 255, 0.84);
}

body.consultation-redesign-page .tr-hero .tr-eyebrow i {
  color: var(--tr-clay);
}

body.consultation-redesign-page .tr-hero h1 {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(3.2rem, 6.2vw, 6.35rem);
  line-height: 1.03;
  letter-spacing: -0.03em;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.48);
}

body.consultation-redesign-page .tr-hero__lead {
  max-width: 640px;
  margin: clamp(1rem, 2vw, 1.45rem) 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.08rem, 0.72vw + 0.98rem, 1.48rem);
  font-weight: 500;
  line-height: 1.6;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.34);
  text-wrap: balance;
}

body.consultation-redesign-page .tr-hero .tr-btn {
  color: #fff;
}

body.consultation-redesign-page .tr-hero .tr-btn--light {
  border-color: rgba(255, 255, 255, 0.72);
}

/* ---------------------------------------------------------
   3) Page shell
--------------------------------------------------------- */

body.consultation-redesign-page .tr-page {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(5rem, 9vw, 9rem);
  background:
    radial-gradient(circle at 10% 10%, rgba(180, 106, 70, 0.08), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(111, 123, 97, 0.16), transparent 30%),
    linear-gradient(180deg, #d9d2bd 0%, #cfc7ae 44%, #bdb49a 100%);
}

body.consultation-redesign-page .tr-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(80, 54, 39, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 54, 39, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}

body.consultation-redesign-page .tr-shell {
  position: relative;
  z-index: 1;
  display: block;
  width: min(1500px, calc(100% - clamp(2rem, 4vw, 4rem)));
  margin-inline: auto;
}

body.consultation-redesign-page .tr-content {
  width: 100%;
  display: grid;
  gap: clamp(2.8rem, 5vw, 5.25rem);
}

body.consultation-redesign-page .tr-sidebar {
  display: none !important;
}

body.consultation-redesign-page .tr-section,
body.consultation-redesign-page .tr-panel {
  position: relative;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 38px);
  scroll-margin-top: 110px;
}

/* ---------------------------------------------------------
   4) Overview / Shared Journey
--------------------------------------------------------- */

body.consultation-redesign-page .tr-shared-journey {
  display: grid;
  grid-template-columns: minmax(420px, 0.82fr) minmax(620px, 1.18fr);
  gap: clamp(2.5rem, 5vw, 6rem);
  align-items: center;
  padding:
    clamp(3rem, 4vw, 4.5rem)
    clamp(3rem, 5vw, 6rem)
    clamp(3.5rem, 5vw, 5.5rem);
  background:
    radial-gradient(circle at 8% 18%, rgba(180, 106, 70, 0.14), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(111, 123, 97, 0.13), transparent 32%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.98), rgba(239, 228, 211, 0.92));
  border: 1px solid rgba(80, 54, 39, 0.14);
  box-shadow:
    0 30px 80px rgba(54, 43, 31, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

body.consultation-redesign-page .tr-shared-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.34;
  background-image:
    linear-gradient(rgba(80, 54, 39, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 54, 39, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

body.consultation-redesign-page .tr-shared-journey > * {
  position: relative;
  z-index: 1;
}

body.consultation-redesign-page .tr-shared-journey__copy {
  max-width: 650px;
}

body.consultation-redesign-page .tr-shared-journey h2 {
  max-width: 9.5ch;
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  color: var(--tr-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(4rem, 5.8vw, 7rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

body.consultation-redesign-page .tr-intro-text {
  max-width: 520px;
  margin: 0;
  color: rgba(24, 20, 17, 0.82);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.28rem, 1vw + 1rem, 1.62rem);
  font-weight: 500;
  line-height: 1.5;
  text-wrap: balance;
}

body.consultation-redesign-page .tr-body-text {
  max-width: 520px;
  margin: clamp(1rem, 2vw, 1.3rem) 0 0;
  color: rgba(24, 20, 17, 0.56);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1rem, 0.5vw + 0.92rem, 1.15rem);
  line-height: 1.75;
}

body.consultation-redesign-page .tr-shared-journey .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn--light {
  color: var(--tr-ink);
  border-color: rgba(180, 106, 70, 0.82);
}

body.consultation-redesign-page .tr-shared-journey .tr-btn:hover,
body.consultation-redesign-page .tr-shared-journey .tr-btn:focus-visible {
  color: #fff;
}

body.consultation-redesign-page .tr-shared-journey__media {
  position: relative;
  transform: translateX(clamp(0.5rem, 2vw, 2rem));
}

body.consultation-redesign-page .tr-feature-video {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(80, 54, 39, 0.18);
  border-radius: clamp(20px, 2vw, 30px);
  background: #111;
  box-shadow:
    0 30px 80px rgba(54, 43, 31, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.36) inset;
  cursor: pointer;
}

body.consultation-redesign-page .tr-feature-video img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 0.9;
  transition:
    transform 320ms ease,
    opacity 320ms ease;
}

body.consultation-redesign-page .tr-feature-video:hover img {
  transform: scale(1.025);
  opacity: 0.97;
}

body.consultation-redesign-page .tr-feature-video__play,
body.consultation-redesign-page .tr-video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: clamp(4.6rem, 5vw, 5.6rem);
  height: clamp(4.6rem, 5vw, 5.6rem);
  color: #fff;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 34%),
    rgba(17, 15, 13, 0.78);
  border: 2px solid rgba(255, 250, 242, 0.72);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 10px rgba(255, 250, 242, 0.12),
    0 18px 44px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.consultation-redesign-page .tr-feature-video__play i,
body.consultation-redesign-page .tr-video-card__play i {
  display: none;
}

body.consultation-redesign-page .tr-feature-video__play::before,
body.consultation-redesign-page .tr-video-card__play::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 0.28rem;
  border-top: 0.82rem solid transparent;
  border-bottom: 0.82rem solid transparent;
  border-left: 1.28rem solid #fffaf2;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.32));
}

body.consultation-redesign-page .tr-feature-video:hover .tr-feature-video__play,
body.consultation-redesign-page .tr-video-card:hover .tr-video-card__play {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.20), transparent 34%),
    rgba(210, 77, 87, 0.88);
  border-color: rgba(255, 250, 242, 0.88);
  transform: translate(-50%, -50%) scale(1.04);
}

body.consultation-redesign-page .tr-feature-caption {
  width: min(82%, 560px);
  margin: -2.8rem auto 0;
  position: relative;
  z-index: 3;
  padding: 1rem 1.15rem;
  display: grid;
  gap: 0.15rem;
  background: rgba(17, 15, 13, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  color: #fff;
  box-shadow: 0 18px 46px rgba(54, 43, 31, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

body.consultation-redesign-page .tr-feature-caption strong {
  color: rgba(255, 255, 255, 0.96);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.05rem, 1vw + 0.9rem, 1.35rem);
  line-height: 1.15;
}

body.consultation-redesign-page .tr-feature-caption span {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.96rem;
  line-height: 1.35;
}

/* ---------------------------------------------------------
   5) Therapeutic Approach slider
--------------------------------------------------------- */

body.consultation-redesign-page #approach.tr-approach-slider-section {
  --approach-bg: #ebe8df;
  --approach-text: #23201c;
  --approach-muted: rgba(35, 32, 28, 0.66);
  --approach-shadow-light: rgba(255, 255, 255, 0.86);
  --approach-shadow-dark: rgba(74, 66, 55, 0.16);
  --approach-accent: #6c9296;
  --approach-accent-dark: #425a62;

  padding: clamp(3.25rem, 5.5vw, 6rem);
  background:
    radial-gradient(circle at 8% 0%, rgba(216, 238, 237, 0.34), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(246, 222, 209, 0.36), transparent 32%),
    linear-gradient(135deg, #ebe8df 0%, #e4e1d8 48%, #f1e7db 100%);
  border: 1px solid rgba(74, 66, 55, 0.16);
  box-shadow:
    0 30px 80px rgba(74, 66, 55, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.72) inset;
  color: var(--approach-text);
}

body.consultation-redesign-page #approach.tr-approach-slider-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(74, 66, 55, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 66, 55, 0.065) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

body.consultation-redesign-page #approach.tr-approach-slider-section > * {
  position: relative;
  z-index: 1;
}

body.consultation-redesign-page .tr-approach-slider__header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}

body.consultation-redesign-page #approach.tr-approach-slider-section .tr-section-label {
  color: rgba(35, 32, 28, 0.68);
}

body.consultation-redesign-page #approach.tr-approach-slider-section .tr-section-label i {
  color: var(--approach-accent);
}

body.consultation-redesign-page #approach.tr-approach-slider-section h2 {
  max-width: 820px;
  margin: 0;
  color: #181411;
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

body.consultation-redesign-page .tr-approach-slider__intro {
  max-width: 680px;
  margin: 0;
  color: rgba(24, 20, 17, 0.72);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.32rem, 0.95vw + 1rem, 1.62rem);
  font-weight: 500;
  line-height: 1.58;
}

body.consultation-redesign-page .tr-modality-slider {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0.35rem 1.5rem;
}

body.consultation-redesign-page .tr-modality-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

body.consultation-redesign-page .tr-modality-slider .swiper-slide {
  flex-shrink: 0;
  height: auto;
  box-sizing: border-box;
}

body.consultation-redesign-page .tr-soft-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding: clamp(1.5rem, 2.2vw, 2rem);
  color: #201a17;
  background:
    linear-gradient(
      to bottom,
      rgba(235, 232, 223, 0) 0%,
      rgba(235, 232, 223, 0) 24%,
      rgba(235, 232, 223, 0.68) 44%,
      rgba(235, 232, 223, 0.96) 100%
    );
  border: 1px solid rgba(74, 66, 55, 0.12);
  border-top-color: transparent;
  border-radius: 2.1rem;
  box-shadow:
    0 24px 46px rgba(74, 66, 55, 0.13),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

body.consultation-redesign-page .tr-soft-card:hover {
  transform: translateY(-6px);
  border-color: rgba(108, 146, 150, 0.22);
  box-shadow:
    0 28px 56px rgba(74, 66, 55, 0.18),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035);
}

body.consultation-redesign-page .tr-soft-card > * {
  position: relative;
  z-index: 2;
}

body.consultation-redesign-page .tr-soft-card__number {
  position: absolute;
  top: clamp(1.25rem, 2vw, 1.65rem);
  right: clamp(1.35rem, 2vw, 1.75rem);
  color: rgba(24, 20, 17, 0.34);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.06em;
  text-shadow: none;
}

body.consultation-redesign-page .tr-soft-card__icon {
  position: absolute;
  top: clamp(1.35rem, 2vw, 1.75rem);
  left: clamp(1.35rem, 2vw, 1.75rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  color: rgba(24, 20, 17, 0.82);
  background: rgba(255, 250, 242, 0.34);
  border: 1px solid rgba(24, 20, 17, 0.10);
  border-radius: 1.15rem;
  box-shadow:
    8px 8px 16px rgba(74, 66, 55, 0.12),
    -8px -8px 16px rgba(255, 255, 255, 0.72),
    inset 1px 1px 2px rgba(255,255,255,0.55),
    inset -1px -1px 2px rgba(0,0,0,0.04);
}

body.consultation-redesign-page .tr-soft-card__icon i {
  color: currentColor;
  font-size: 2rem;
  line-height: 1;
}

body.consultation-redesign-page .tr-soft-card h3 {
  margin: auto 0 0.8rem;
  color: #181411;
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(2rem, 2.5vw, 2.65rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

body.consultation-redesign-page .tr-soft-card p {
  margin: 0;
  color: rgba(24, 20, 17, 0.68);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.05rem, 0.45vw + 0.98rem, 1.2rem);
  line-height: 1.58;
}

body.consultation-redesign-page .tr-modality-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

body.consultation-redesign-page .tr-modality-slider-prev,
body.consultation-redesign-page .tr-modality-slider-next {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  color: var(--approach-accent-dark);
  background: var(--approach-bg);
  border: 0;
  border-radius: 999px;
  box-shadow:
    7px 7px 14px var(--approach-shadow-dark),
    -7px -7px 14px var(--approach-shadow-light),
    inset 1px 1px 2px rgba(255,255,255,0.58),
    inset -1px -1px 2px rgba(0,0,0,0.04);
  cursor: pointer;
  transition:
    transform 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

body.consultation-redesign-page .tr-modality-slider-prev:hover,
body.consultation-redesign-page .tr-modality-slider-next:hover,
body.consultation-redesign-page .tr-modality-slider-prev:focus-visible,
body.consultation-redesign-page .tr-modality-slider-next:focus-visible {
  color: #111;
  transform: translateY(-2px);
}

body.consultation-redesign-page .tr-modality-slider-pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

body.consultation-redesign-page .tr-modality-slider-pagination .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  margin: 0 !important;
  background: rgba(66, 90, 98, 0.34);
  opacity: 1;
}

body.consultation-redesign-page .tr-modality-slider-pagination .swiper-pagination-bullet-active {
  width: 1.45rem;
  border-radius: 999px;
  background: var(--approach-accent);
}

/* ---------------------------------------------------------
   6) Services & Rates
--------------------------------------------------------- */

body.consultation-redesign-page #services.tr-services-sage {
  --services-ink: #181511;
  --services-muted: rgba(24, 21, 17, 0.66);
  --services-olive: #8b8f76;
  --services-olive-dark: #555947;

  position: relative;
  isolation: isolate;
  padding: clamp(2.8rem, 5.5vw, 5.8rem);
  background:
    radial-gradient(circle at 15% 8%, rgba(248, 242, 232, 0.58), transparent 34%),
    radial-gradient(circle at 80% 14%, rgba(200, 190, 170, 0.34), transparent 34%),
    radial-gradient(circle at 38% 80%, rgba(139, 143, 118, 0.18), transparent 38%),
    linear-gradient(135deg, #ded8c8 0%, #d6cfbc 46%, #efe4d3 100%);
  border: 1px solid rgba(85, 89, 71, 0.18);
  box-shadow:
    0 30px 80px rgba(54, 49, 38, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.64) inset;
}

body.consultation-redesign-page #services.tr-services-sage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(85, 89, 71, 0.11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(85, 89, 71, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

body.consultation-redesign-page #services.tr-services-sage::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: clamp(2rem, 5vw, 5.5rem);
  top: clamp(2rem, 5vw, 5.25rem);
  width: min(42%, 560px);
  height: clamp(360px, 42vw, 560px);
  border-radius: clamp(22px, 2.4vw, 34px);
  background:
    linear-gradient(180deg, rgba(17, 18, 19, 0.02), rgba(17, 18, 19, 0.18)),
    linear-gradient(90deg, rgba(248, 242, 232, 0.04), rgba(139, 143, 118, 0.06)),
    url("../img/therapy/therapist-office-2.webp") center / cover no-repeat;
  box-shadow:
    0 34px 90px rgba(54, 49, 38, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.42) inset;
  opacity: 0.92;
  pointer-events: none;
}

body.consultation-redesign-page #services.tr-services-sage > * {
  position: relative;
  z-index: 1;
}

body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__header {
  min-height: clamp(420px, 44vw, 620px);
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(520px, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__headline {
  grid-column: 2;
  max-width: 620px;
}

body.consultation-redesign-page #services.tr-services-sage .tr-section-label {
  position: static;
  margin: 0 0 1rem;
  padding: 0;
  color: rgba(85, 89, 71, 0.78);
  background: transparent;
  border: 0;
}

body.consultation-redesign-page #services.tr-services-sage .tr-section-label i {
  color: var(--services-olive-dark);
}

body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__image-label {
  display: none;
}

body.consultation-redesign-page .tr-services-sage__headline h2 {
  max-width: 820px;
  margin: 0;
  color: var(--services-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(3.6rem, 5.4vw, 6.6rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-wrap: balance;
}

body.consultation-redesign-page .tr-services-sage__headline p {
  max-width: 760px;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0;
  color: var(--services-muted);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.28rem, 1vw + 1rem, 1.58rem);
  line-height: 1.62;
}

body.consultation-redesign-page .tr-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

body.consultation-redesign-page .tr-rate-card,
body.consultation-redesign-page .tr-rate-note {
  position: relative;
  overflow: hidden;
  padding: clamp(1.45rem, 2.5vw, 2.1rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(248, 242, 232, 0.72), transparent 46%),
    linear-gradient(180deg, rgba(248, 242, 232, 0.82), rgba(238, 228, 212, 0.54));
  border: 1px solid rgba(85, 89, 71, 0.16);
  border-radius: 24px;
  box-shadow:
    0 22px 56px rgba(54, 49, 38, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.68) inset;
}

body.consultation-redesign-page .tr-rate-card::before,
body.consultation-redesign-page .tr-rate-note::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(139, 143, 118, 0.13), transparent 40%);
}

body.consultation-redesign-page .tr-rate-card > *,
body.consultation-redesign-page .tr-rate-note > * {
  position: relative;
  z-index: 1;
}

body.consultation-redesign-page .tr-rate-card--primary {
  background:
    radial-gradient(circle at 0% 0%, rgba(248, 242, 232, 0.78), transparent 44%),
    linear-gradient(180deg, rgba(248, 242, 232, 0.86), rgba(200, 190, 170, 0.34));
  border-color: rgba(85, 89, 71, 0.24);
}

body.consultation-redesign-page .tr-rate-card__label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  color: rgba(85, 89, 71, 0.76);
  font-family: var(--nav-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.consultation-redesign-page .tr-rate-card h3,
body.consultation-redesign-page .tr-rate-note h3 {
  margin: 0 0 0.7rem;
  color: var(--services-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.75rem, 2.4vw, 2.55rem);
  line-height: 1.05;
  letter-spacing: -0.032em;
}

body.consultation-redesign-page .tr-rate-card p,
body.consultation-redesign-page .tr-rate-note p {
  max-width: 58ch;
  margin: 0;
  color: rgba(24, 21, 17, 0.64);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1rem, 0.45vw + 0.95rem, 1.14rem);
  line-height: 1.64;
}

body.consultation-redesign-page .tr-rate-card__price {
  display: block;
  margin-top: clamp(1.25rem, 2vw, 1.65rem);
  color: var(--services-olive-dark);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

body.consultation-redesign-page .tr-rate-note {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

body.consultation-redesign-page .tr-rate-note__icon {
  display: grid;
  place-items: center;
  width: 3.35rem;
  height: 3.35rem;
  color: #f8f2e8;
  background: linear-gradient(135deg, #8b8f76 0%, #555947 52%, #252725 100%);
  border-radius: 16px;
  box-shadow:
    0 14px 34px rgba(54, 49, 38, 0.24),
    0 1px 0 rgba(255,255,255,0.16) inset;
}

body.consultation-redesign-page .tr-rate-note__icon i {
  font-size: 1.45rem;
}

/* ---------------------------------------------------------
   7) Generic panels for Packages / FAQ / Booking / About
--------------------------------------------------------- */

body.consultation-redesign-page .tr-panel {
  padding: clamp(2.1rem, 4.5vw, 4rem);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(245, 234, 219, 0.92));
  border: 1px solid rgba(80, 54, 39, 0.14);
  box-shadow:
    0 30px 80px rgba(54, 43, 31, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.74) inset;
}

body.consultation-redesign-page .tr-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background:
    radial-gradient(circle at 0% 0%, rgba(180, 106, 70, 0.10), transparent 24%),
    linear-gradient(180deg, rgba(255,255,255,0.42), transparent 36%);
}

body.consultation-redesign-page .tr-panel > * {
  position: relative;
  z-index: 1;
}

body.consultation-redesign-page .tr-panel h2 {
  margin: 0 0 clamp(1rem, 2vw, 1.35rem);
  color: var(--tr-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(2.45rem, 4vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

body.consultation-redesign-page .tr-panel h3 {
  margin: 0 0 0.65rem;
  color: var(--tr-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.45rem, 2vw, 1.95rem);
  line-height: 1.12;
  letter-spacing: -0.018em;
}

body.consultation-redesign-page .tr-panel p {
  margin: 0;
  color: var(--tr-soft-ink);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1.05rem, 0.55vw + 0.95rem, 1.22rem);
  line-height: 1.72;
}

body.consultation-redesign-page .tr-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

body.consultation-redesign-page .tr-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.consultation-redesign-page .tr-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2.4vw, 1.85rem);
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.92), rgba(242, 230, 215, 0.84));
  border: 1px solid rgba(80, 54, 39, 0.14);
  border-radius: 20px;
  box-shadow:
    0 18px 46px rgba(54, 43, 31, 0.11),
    0 1px 0 rgba(255,255,255,0.7) inset;
}

/* FAQ dark editorial panel */
body.consultation-redesign-page #faq {
  background:
    linear-gradient(180deg, rgba(22, 19, 16, 0.96), rgba(36, 31, 26, 0.94));
  border-color: rgba(255, 255, 255, 0.10);
  color: #fff;
}

body.consultation-redesign-page #faq h2,
body.consultation-redesign-page #faq h3 {
  color: rgba(255, 255, 255, 0.96);
}

body.consultation-redesign-page #faq p,
body.consultation-redesign-page #faq .tr-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

body.consultation-redesign-page .tr-faq {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

body.consultation-redesign-page .tr-faq details {
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
}

body.consultation-redesign-page .tr-faq summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 1.05rem;
  font-weight: 850;
  list-style: none;
}

body.consultation-redesign-page .tr-faq summary::-webkit-details-marker {
  display: none;
}

body.consultation-redesign-page .tr-faq summary::before {
  content: "+";
  display: grid;
  place-items: center;
  width: 1.6rem;
  height: 1.6rem;
  flex: 0 0 auto;
  color: #fff;
  background: rgba(180, 106, 70, 0.72);
  border-radius: 999px;
  font-weight: 800;
}

body.consultation-redesign-page .tr-faq details[open] summary::before {
  content: "–";
}

body.consultation-redesign-page .tr-faq details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem 3.65rem;
  color: rgba(255, 255, 255, 0.72);
}

/* ---------------------------------------------------------
   8) Booking form
--------------------------------------------------------- */

body.consultation-redesign-page #book-session.tr-panel {
  max-width: 1080px;
  margin-inline: auto;
  padding: clamp(2.2rem, 4vw, 3.75rem);
}

body.consultation-redesign-page #book-session h2 {
  font-size: clamp(3rem, 4.6vw, 5rem);
  margin-bottom: 0.9rem;
}

body.consultation-redesign-page #book-session > p {
  max-width: 720px;
  margin-bottom: 1.6rem;
  font-size: clamp(1.05rem, 0.45vw + 0.95rem, 1.18rem);
  line-height: 1.55;
}

body.consultation-redesign-page .tr-form {
  display: grid;
  max-width: 920px;
  gap: 0.95rem;
  margin-top: 1.25rem;
}

body.consultation-redesign-page .tr-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1rem;
}

body.consultation-redesign-page .tr-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(24, 20, 17, 0.70);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.25;
}

body.consultation-redesign-page .tr-form input,
body.consultation-redesign-page .tr-form textarea {
  width: 100%;
  padding: 0.72rem 0.85rem;
  color: var(--tr-ink);
  background: rgba(255, 252, 246, 0.82);
  border: 1px solid rgba(80, 54, 39, 0.18);
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.7) inset;
  font-size: 1rem;
  line-height: 1.35;
}

body.consultation-redesign-page .tr-form input {
  min-height: 3.15rem;
}

body.consultation-redesign-page .tr-form textarea {
  min-height: 9.5rem;
  max-height: 14rem;
}

body.consultation-redesign-page .tr-form input:focus,
body.consultation-redesign-page .tr-form textarea:focus {
  outline: none;
  border-color: var(--tr-coral);
  box-shadow:
    0 0 0 3px rgba(210, 77, 87, 0.12),
    0 1px 0 rgba(255,255,255,0.7) inset;
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  justify-self: center;
  width: auto;
  min-width: min(100%, 260px);
  min-height: 3.1rem;
  margin-top: 1rem;
  padding: 0.88rem 1.35rem;
  border: 2px solid var(--tr-coral);
  border-radius: 0;
  color: #201a17;
  background: transparent;
  box-shadow:
    0 10px 24px rgba(32, 26, 23, 0.10),
    0 0 0 1px rgba(210, 77, 87, 0.08);
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]::after {
  background: var(--tr-coral);
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  color: #fff;
  border-color: var(--tr-coral);
  box-shadow:
    0 14px 32px rgba(32, 26, 23, 0.16),
    0 0 24px rgba(210, 77, 87, 0.24);
}

/* ---------------------------------------------------------
   9) About Onke — B/W editorial
--------------------------------------------------------- */

body.consultation-redesign-page #about-onke.tr-panel {
  color: #f7f4ee;
  background:
    linear-gradient(135deg, #0f0f0e 0%, #181817 48%, #10100f 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.30),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

body.consultation-redesign-page #about-onke.tr-panel::before {
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
}

body.consultation-redesign-page #about-onke .tr-about {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

body.consultation-redesign-page #about-onke .tr-about > img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) contrast(1.08) brightness(0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: clamp(18px, 2vw, 26px);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.40),
    0 1px 0 rgba(255, 255, 255, 0.10) inset;
}

body.consultation-redesign-page #about-onke .tr-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

body.consultation-redesign-page #about-onke .tr-eyebrow i {
  color: rgba(255, 255, 255, 0.62);
}

body.consultation-redesign-page #about-onke h2 {
  max-width: 820px;
  color: #fffaf2;
  font-size: clamp(3.2rem, 5vw, 6rem);
  line-height: 0.98;
  letter-spacing: -0.052em;
  text-shadow: none;
}

body.consultation-redesign-page #about-onke .tr-about > div > p:not(.tr-eyebrow) {
  max-width: 820px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(1.1rem, 0.7vw + 1rem, 1.35rem);
  line-height: 1.68;
}

body.consultation-redesign-page #about-onke .tr-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.consultation-redesign-page #about-onke .tr-card {
  min-height: 210px;
  padding: clamp(1.35rem, 2.3vw, 1.85rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.24),
    0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

body.consultation-redesign-page #about-onke .tr-card::before {
  opacity: 0;
  background: none;
}

body.consultation-redesign-page #about-onke .tr-card:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border-color: rgba(255, 255, 255, 0.24);
}

body.consultation-redesign-page #about-onke .tr-card h3 {
  color: #fffaf2;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
}

body.consultation-redesign-page #about-onke .tr-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 0.45vw + 0.95rem, 1.15rem);
  line-height: 1.68;
}

/* ---------------------------------------------------------
   10) Footer
--------------------------------------------------------- */

body.consultation-redesign-page .footer {
  margin-top: 0;
}

/* ---------------------------------------------------------
   11) Responsive
--------------------------------------------------------- */

@media (max-width: 991px) {
  body.consultation-redesign-page .tr-shell {
    width: min(100%, calc(100% - 2rem));
  }

  body.consultation-redesign-page .tr-shared-journey,
  body.consultation-redesign-page .tr-approach-slider__header,
  body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__header,
  body.consultation-redesign-page .tr-grid,
  body.consultation-redesign-page .tr-grid--3,
  body.consultation-redesign-page #about-onke .tr-grid,
  body.consultation-redesign-page #about-onke .tr-about,
  body.consultation-redesign-page .tr-rate-grid {
    grid-template-columns: 1fr;
  }

  body.consultation-redesign-page .tr-shared-journey__media {
    transform: none;
  }

  body.consultation-redesign-page #services.tr-services-sage::after {
    position: relative;
    display: block;
    left: auto;
    top: auto;
    width: 100%;
    height: clamp(260px, 52vw, 420px);
    margin: 0 0 1.5rem;
  }

  body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__header {
    min-height: 0;
  }

  body.consultation-redesign-page #services.tr-services-sage .tr-services-sage__headline {
    grid-column: auto;
  }

  body.consultation-redesign-page .tr-rate-note {
    grid-column: auto;
  }

  body.consultation-redesign-page #about-onke .tr-about > img {
    max-width: 520px;
  }
}

@media (max-width: 767px) {
  body.consultation-redesign-page .tr-form-grid {
    grid-template-columns: 1fr;
  }

  body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
    width: 100%;
    max-width: 22rem;
  }
}

@media (max-width: 575px) {
  body.consultation-redesign-page .tr-shell {
    width: min(100%, calc(100% - 1rem));
  }

  body.consultation-redesign-page .tr-hero {
    min-height: 650px;
  }

  body.consultation-redesign-page .tr-hero h1 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

  body.consultation-redesign-page .tr-hero__lead {
    max-width: 100%;
  }

  body.consultation-redesign-page .tr-shared-journey,
  body.consultation-redesign-page #approach.tr-approach-slider-section,
  body.consultation-redesign-page #services.tr-services-sage,
  body.consultation-redesign-page .tr-panel {
    padding: 1.4rem;
  }

  body.consultation-redesign-page .tr-shared-journey h2,
  body.consultation-redesign-page #approach.tr-approach-slider-section h2,
  body.consultation-redesign-page .tr-services-sage__headline h2,
  body.consultation-redesign-page .tr-panel h2 {
    font-size: clamp(2.65rem, 14vw, 4.25rem);
  }

  body.consultation-redesign-page .tr-actions {
    display: grid;
  }

  body.consultation-redesign-page .tr-btn {
    width: 100%;
  }

  body.consultation-redesign-page .tr-feature-caption {
    width: calc(100% - 1rem);
    margin-top: -1.4rem;
  }

  body.consultation-redesign-page .tr-soft-card {
    min-height: 330px;
  }

  body.consultation-redesign-page .tr-soft-card__icon {
    width: 3.35rem;
    height: 3.35rem;
  }

  body.consultation-redesign-page .tr-soft-card__icon i {
    font-size: 1.75rem;
  }

  body.consultation-redesign-page .tr-rate-note {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Consultation Redesign — Blue Theme Adjustments
   Keeps therapy structure, shifts mood toward slate / blue-gray.
========================================================= */

body.consultation-redesign-page {
  --tr-slate: #557b8c;
  --tr-slate-dark: #314c59;
  --tr-clay: #557b8c;
  --tr-coral: #557b8c;

  background:
    radial-gradient(circle at 18% 10%, rgba(85, 123, 140, 0.14), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(116, 139, 146, 0.18), transparent 34%),
    linear-gradient(180deg, #dce0dc 0%, #cbd2cf 52%, #b9c2c0 100%);
}

body.consultation-redesign-page .tr-page {
  background:
    radial-gradient(circle at 10% 10%, rgba(85, 123, 140, 0.10), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(116, 139, 146, 0.16), transparent 30%),
    linear-gradient(180deg, #dce0dc 0%, #cbd2cf 44%, #b9c2c0 100%);
}

body.consultation-redesign-page .tr-hero__overlay {
  background:
    radial-gradient(circle at 28% 67%, rgba(0, 0, 0, 0.28), transparent 36%),
    linear-gradient(90deg, rgba(9, 12, 14, 0.88), rgba(20, 32, 38, 0.48) 48%, rgba(9, 12, 14, 0.76)),
    linear-gradient(180deg, rgba(9, 12, 14, 0.12), rgba(9, 12, 14, 0.82));
}

body.consultation-redesign-page .tr-shared-journey {
  background:
    radial-gradient(circle at 8% 18%, rgba(85, 123, 140, 0.15), transparent 32%),
    radial-gradient(circle at 90% 10%, rgba(116, 139, 146, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(250, 250, 246, 0.98), rgba(226, 232, 229, 0.92));
}

body.consultation-redesign-page #approach.tr-approach-slider-section {
  --approach-bg: #e8ebe7;
  --approach-text: #1d2325;
  --approach-muted: rgba(29, 35, 37, 0.66);
  --approach-shadow-light: rgba(255, 255, 255, 0.86);
  --approach-shadow-dark: rgba(53, 68, 72, 0.16);
  --approach-accent: #557b8c;
  --approach-accent-dark: #314c59;

  background:
    radial-gradient(circle at 8% 0%, rgba(212, 232, 234, 0.42), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(246, 238, 225, 0.34), transparent 32%),
    linear-gradient(135deg, #e8ebe7 0%, #dde4e2 48%, #f0eadf 100%);
}

body.consultation-redesign-page #services.tr-services-sage {
  --services-ink: #171b1d;
  --services-muted: rgba(23, 27, 29, 0.66);
  --services-olive: #7a898b;
  --services-olive-dark: #435960;

  background:
    radial-gradient(circle at 15% 8%, rgba(248, 247, 241, 0.58), transparent 34%),
    radial-gradient(circle at 80% 14%, rgba(180, 194, 196, 0.34), transparent 34%),
    radial-gradient(circle at 38% 80%, rgba(85, 123, 140, 0.16), transparent 38%),
    linear-gradient(135deg, #d9dfdc 0%, #cbd6d3 46%, #eee8dd 100%);
}

body.consultation-redesign-page #services.tr-services-sage::after {
  background:
    linear-gradient(180deg, rgba(14, 18, 20, 0.02), rgba(14, 18, 20, 0.18)),
    linear-gradient(90deg, rgba(248, 247, 241, 0.04), rgba(85, 123, 140, 0.08)),
    url("../img/consultation/approach-visual.webp") center / cover no-repeat;
}

body.consultation-redesign-page .tr-rate-note__icon,
body.consultation-redesign-page #services.tr-services-sage .tr-rate-note__icon {
  background: linear-gradient(135deg, #7a898b 0%, #435960 52%, #20282b 100%);
}

body.consultation-redesign-page #faq {
  background:
    linear-gradient(180deg, rgba(13, 17, 19, 0.96), rgba(25, 35, 39, 0.94));
}

/* Consultation — blue CTA borders/fill */
body.consultation-redesign-page .tr-btn {
  border-color: #557b8c !important;
}

body.consultation-redesign-page .tr-btn::after {
  background: #557b8c !important;
}

body.consultation-redesign-page .tr-btn:hover,
body.consultation-redesign-page .tr-btn:focus-visible {
  border-color: #557b8c !important;
  box-shadow: 0 0 28px rgba(85, 123, 140, 0.28) !important;
}

body.consultation-redesign-page .tr-shared-journey .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn--light {
  border-color: #557b8c !important;
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: #557b8c !important;
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]::after {
  background: #557b8c !important;
}

body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  border-color: #557b8c !important;
  box-shadow:
    0 14px 32px rgba(32, 26, 23, 0.16),
    0 0 24px rgba(85, 123, 140, 0.24) !important;
}


/* Consultation video modal */
body.consultation-redesign-page .tr-video-modal .modal-content {
  position: relative;
  overflow: hidden;
  background: #0f1112;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

body.consultation-redesign-page .tr-video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

body.consultation-redesign-page .tr-video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body.consultation-redesign-page .tr-video-modal__close {
  position: absolute;
  z-index: 5;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  color: #fff;
  background: rgba(15, 17, 18, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.consultation-redesign-page .tr-video-modal__close:hover,
body.consultation-redesign-page .tr-video-modal__close:focus-visible {
  background: #557b8c;
}

/* Consultation overview image — make placeholder/video image more vertical */
body.consultation-redesign-page .tr-shared-journey .tr-feature-video img {
  aspect-ratio: 4 / 5 !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.consultation-redesign-page .tr-shared-journey .tr-feature-video {
  max-width: 640px !important;
  margin-inline: auto !important;
}

/* Keep the caption balanced under the taller image */
body.consultation-redesign-page .tr-shared-journey .tr-feature-caption {
  width: min(84%, 500px) !important;
  margin-top: -2.4rem !important;
}

@media (max-width: 991px) {
  body.consultation-redesign-page .tr-shared-journey .tr-feature-video {
    max-width: 560px !important;
  }
}

@media (max-width: 575px) {
  body.consultation-redesign-page .tr-shared-journey .tr-feature-video img {
    aspect-ratio: 4 / 5 !important;
  }
}

/* =========================================================
   Consultation — Color Expert Pass
   Removes yellow cast; shifts page to fog / ivory / blue-gray / charcoal.
========================================================= */

body.consultation-redesign-page {
  --tr-ink: #15191b;
  --tr-soft-ink: rgba(21, 25, 27, 0.68);
  --tr-muted: rgba(21, 25, 27, 0.56);
  --tr-cream: #f6f3ec;
  --tr-warm: #e8e5dc;
  --tr-taupe: #c8d0cc;
  --tr-olive: #7f9294;
  --tr-olive-dark: #435960;
  --tr-charcoal: #0f1213;
  --tr-coral: #557b8c;
  --tr-clay: #557b8c;
  --tr-slate: #557b8c;
  --tr-slate-dark: #2f4954;
  --tr-border: rgba(47, 73, 84, 0.16);

  background:
    radial-gradient(circle at 16% 8%, rgba(85, 123, 140, 0.14), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(246, 243, 236, 0.28), transparent 32%),
    linear-gradient(180deg, #dce5e4 0%, #cbd7d6 52%, #b8c7c6 100%) !important;
  color: var(--tr-ink);
}

body.consultation-redesign-page .tr-page {
  background:
    radial-gradient(circle at 12% 10%, rgba(85, 123, 140, 0.12), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(246, 243, 236, 0.34), transparent 32%),
    radial-gradient(circle at 52% 88%, rgba(47, 73, 84, 0.10), transparent 38%),
    linear-gradient(180deg, #dce5e4 0%, #cbd7d6 46%, #b8c7c6 100%) !important;
}

body.consultation-redesign-page .tr-page::before {
  opacity: 0.20 !important;
  background-image:
    linear-gradient(rgba(47, 73, 84, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 73, 84, 0.075) 1px, transparent 1px) !important;
}

body.consultation-redesign-page .tr-shared-journey,
body.consultation-redesign-page #approach.tr-approach-slider-section,
body.consultation-redesign-page #services.tr-services-sage,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) {
  background:
    radial-gradient(circle at 10% 8%, rgba(85, 123, 140, 0.12), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.48), transparent 32%),
    linear-gradient(135deg, #edf2f1 0%, #e2e9e8 48%, #f6f3ec 100%) !important;
  border-color: rgba(47, 73, 84, 0.14) !important;
  box-shadow:
    0 30px 80px rgba(47, 73, 84, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.72) inset !important;
}

body.consultation-redesign-page .tr-shared-journey::before,
body.consultation-redesign-page #approach.tr-approach-slider-section::before,
body.consultation-redesign-page #services.tr-services-sage::before,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke)::before {
  opacity: 0.18 !important;
  background-image:
    linear-gradient(rgba(47, 73, 84, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 73, 84, 0.065) 1px, transparent 1px) !important;
}

body.consultation-redesign-page .tr-shared-journey h2,
body.consultation-redesign-page #approach.tr-approach-slider-section h2,
body.consultation-redesign-page .tr-services-sage__headline h2,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.consultation-redesign-page .tr-card h3,
body.consultation-redesign-page .tr-rate-card h3,
body.consultation-redesign-page .tr-rate-note h3,
body.consultation-redesign-page .tr-soft-card h3 {
  color: #15191b !important;
}

body.consultation-redesign-page .tr-intro-text,
body.consultation-redesign-page .tr-body-text,
body.consultation-redesign-page .tr-approach-slider__intro,
body.consultation-redesign-page .tr-services-sage__headline p,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) p,
body.consultation-redesign-page .tr-card p,
body.consultation-redesign-page .tr-rate-card p,
body.consultation-redesign-page .tr-rate-note p,
body.consultation-redesign-page .tr-soft-card p {
  color: rgba(21, 25, 27, 0.64) !important;
}

body.consultation-redesign-page .tr-section-label,
body.consultation-redesign-page .tr-eyebrow {
  color: rgba(47, 73, 84, 0.72) !important;
}

body.consultation-redesign-page .tr-section-label i,
body.consultation-redesign-page .tr-eyebrow i {
  color: #557b8c !important;
}

body.consultation-redesign-page .tr-btn {
  border-color: #557b8c !important;
  color: #15191b !important;
}

body.consultation-redesign-page .tr-btn::after {
  background: #557b8c !important;
}

body.consultation-redesign-page .tr-btn:hover,
body.consultation-redesign-page .tr-btn:focus-visible {
  color: #fff !important;
  border-color: #557b8c !important;
  box-shadow: 0 0 28px rgba(85, 123, 140, 0.28) !important;
}

body.consultation-redesign-page .tr-hero .tr-btn {
  color: #fff !important;
}

body.consultation-redesign-page .tr-hero .tr-btn--light {
  border-color: rgba(255, 255, 255, 0.72) !important;
}

body.consultation-redesign-page .tr-soft-card {
  background:
    linear-gradient(
      to bottom,
      rgba(232, 238, 238, 0) 0%,
      rgba(232, 238, 238, 0) 24%,
      rgba(232, 238, 238, 0.74) 44%,
      rgba(232, 238, 238, 0.98) 100%
    ) !important;
  border-color: rgba(47, 73, 84, 0.13) !important;
  border-top-color: transparent !important;
  box-shadow:
    0 24px 46px rgba(47, 73, 84, 0.13),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035) !important;
}

body.consultation-redesign-page .tr-soft-card__number {
  color: rgba(21, 25, 27, 0.28) !important;
}

body.consultation-redesign-page .tr-soft-card__icon {
  color: rgba(21, 25, 27, 0.82) !important;
  background: rgba(246, 249, 248, 0.48) !important;
  border-color: rgba(47, 73, 84, 0.10) !important;
  box-shadow:
    8px 8px 16px rgba(47, 73, 84, 0.12),
    -8px -8px 16px rgba(255, 255, 255, 0.72),
    inset 1px 1px 2px rgba(255,255,255,0.55),
    inset -1px -1px 2px rgba(0,0,0,0.04) !important;
}

body.consultation-redesign-page .tr-rate-card,
body.consultation-redesign-page .tr-rate-note,
body.consultation-redesign-page .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.58), transparent 46%),
    linear-gradient(180deg, rgba(246, 249, 248, 0.84), rgba(226, 233, 232, 0.68)) !important;
  border-color: rgba(47, 73, 84, 0.14) !important;
  box-shadow:
    0 22px 56px rgba(47, 73, 84, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.68) inset !important;
}

body.consultation-redesign-page .tr-rate-card::before,
body.consultation-redesign-page .tr-rate-note::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.30), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(85, 123, 140, 0.11), transparent 40%) !important;
}

body.consultation-redesign-page .tr-rate-card__label {
  color: rgba(47, 73, 84, 0.72) !important;
}

body.consultation-redesign-page .tr-rate-note__icon {
  background: linear-gradient(135deg, #557b8c 0%, #2f4954 56%, #172024 100%) !important;
  color: #f6f9f8 !important;
}

body.consultation-redesign-page .tr-feature-video__play,
body.consultation-redesign-page .tr-video-card__play {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.18), transparent 34%),
    rgba(15, 18, 19, 0.80) !important;
  border-color: rgba(246, 249, 248, 0.76) !important;
}

body.consultation-redesign-page .tr-feature-video:hover .tr-feature-video__play,
body.consultation-redesign-page .tr-video-card:hover .tr-video-card__play {
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.20), transparent 34%),
    rgba(85, 123, 140, 0.90) !important;
}

body.consultation-redesign-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 123, 140, 0.16), transparent 32%),
    linear-gradient(180deg, rgba(11, 15, 17, 0.97), rgba(22, 33, 38, 0.95)) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

body.consultation-redesign-page .tr-faq summary::before {
  background: rgba(85, 123, 140, 0.82) !important;
}

body.consultation-redesign-page #book-session .tr-form input:focus,
body.consultation-redesign-page #book-session .tr-form textarea:focus {
  border-color: #557b8c !important;
  box-shadow:
    0 0 0 3px rgba(85, 123, 140, 0.13),
    0 1px 0 rgba(255,255,255,0.7) inset !important;
}

body.consultation-redesign-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 123, 140, 0.09), transparent 34%),
    linear-gradient(135deg, #0e1011 0%, #171a1b 48%, #0f1213 100%) !important;
}

/* =========================================================
   Consultation — Kill Green/Yellow Cast
   Stronger blue-gray system: mist, powder blue, slate, charcoal.
========================================================= */

body.consultation-redesign-page {
  --consult-ink: #11181c;
  --consult-muted: rgba(17, 24, 28, 0.64);
  --consult-blue-1: #e7f0f3;
  --consult-blue-2: #d7e6eb;
  --consult-blue-3: #c3d5dc;
  --consult-blue-4: #aebfc7;
  --consult-slate: #557b8c;
  --consult-slate-dark: #2e4d5b;
  --consult-border: rgba(46, 77, 91, 0.16);

  background:
    radial-gradient(circle at 14% 8%, rgba(85, 123, 140, 0.18), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(231, 240, 243, 0.42), transparent 34%),
    linear-gradient(180deg, #d7e6eb 0%, #c8d9df 52%, #b6c9d1 100%) !important;
  color: var(--consult-ink) !important;
}

body.consultation-redesign-page .tr-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(85, 123, 140, 0.16), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(231, 240, 243, 0.45), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(46, 77, 91, 0.12), transparent 42%),
    linear-gradient(180deg, #d7e6eb 0%, #c8d9df 48%, #b6c9d1 100%) !important;
}

body.consultation-redesign-page .tr-page::before {
  opacity: 0.18 !important;
  background-image:
    linear-gradient(rgba(46, 77, 91, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 77, 91, 0.075) 1px, transparent 1px) !important;
}

/* Main light panels — remove ivory/yellow completely */
body.consultation-redesign-page .tr-shared-journey,
body.consultation-redesign-page #approach.tr-approach-slider-section,
body.consultation-redesign-page #services.tr-services-sage,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.48), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(85, 123, 140, 0.12), transparent 34%),
    linear-gradient(135deg, #eef5f7 0%, #e2edf1 48%, #d7e6eb 100%) !important;
  border-color: var(--consult-border) !important;
  box-shadow:
    0 30px 80px rgba(46, 77, 91, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.74) inset !important;
}

body.consultation-redesign-page .tr-shared-journey::before,
body.consultation-redesign-page #approach.tr-approach-slider-section::before,
body.consultation-redesign-page #services.tr-services-sage::before,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke)::before {
  opacity: 0.16 !important;
  background-image:
    linear-gradient(rgba(46, 77, 91, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 77, 91, 0.06) 1px, transparent 1px) !important;
}

/* Text and labels */
body.consultation-redesign-page .tr-shared-journey h2,
body.consultation-redesign-page #approach.tr-approach-slider-section h2,
body.consultation-redesign-page .tr-services-sage__headline h2,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.consultation-redesign-page .tr-card h3,
body.consultation-redesign-page .tr-rate-card h3,
body.consultation-redesign-page .tr-rate-note h3,
body.consultation-redesign-page .tr-soft-card h3 {
  color: var(--consult-ink) !important;
}

body.consultation-redesign-page .tr-intro-text,
body.consultation-redesign-page .tr-body-text,
body.consultation-redesign-page .tr-approach-slider__intro,
body.consultation-redesign-page .tr-services-sage__headline p,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) p,
body.consultation-redesign-page .tr-card p,
body.consultation-redesign-page .tr-rate-card p,
body.consultation-redesign-page .tr-rate-note p,
body.consultation-redesign-page .tr-soft-card p {
  color: var(--consult-muted) !important;
}

body.consultation-redesign-page .tr-section-label,
body.consultation-redesign-page .tr-eyebrow {
  color: rgba(46, 77, 91, 0.76) !important;
}

body.consultation-redesign-page .tr-section-label i,
body.consultation-redesign-page .tr-eyebrow i {
  color: var(--consult-slate) !important;
}

/* Slider cards — cooler blue-white instead of cream */
body.consultation-redesign-page .tr-soft-card {
  background:
    linear-gradient(
      to bottom,
      rgba(231, 240, 243, 0) 0%,
      rgba(231, 240, 243, 0) 24%,
      rgba(231, 240, 243, 0.76) 44%,
      rgba(238, 245, 247, 0.98) 100%
    ) !important;
  border-color: rgba(46, 77, 91, 0.14) !important;
  border-top-color: transparent !important;
  box-shadow:
    0 24px 46px rgba(46, 77, 91, 0.14),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035) !important;
}

body.consultation-redesign-page .tr-soft-card__icon {
  background: rgba(238, 245, 247, 0.62) !important;
  color: rgba(17, 24, 28, 0.82) !important;
  border-color: rgba(46, 77, 91, 0.12) !important;
  box-shadow:
    8px 8px 16px rgba(46, 77, 91, 0.12),
    -8px -8px 16px rgba(255, 255, 255, 0.76),
    inset 1px 1px 2px rgba(255,255,255,0.58),
    inset -1px -1px 2px rgba(0,0,0,0.04) !important;
}

body.consultation-redesign-page .tr-soft-card__number {
  color: rgba(17, 24, 28, 0.30) !important;
}

/* Service/workshop cards — cooler surfaces */
body.consultation-redesign-page .tr-rate-card,
body.consultation-redesign-page .tr-rate-note,
body.consultation-redesign-page .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.62), transparent 46%),
    linear-gradient(180deg, rgba(238, 245, 247, 0.90), rgba(215, 230, 235, 0.72)) !important;
  border-color: rgba(46, 77, 91, 0.14) !important;
  box-shadow:
    0 22px 56px rgba(46, 77, 91, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.72) inset !important;
}

body.consultation-redesign-page .tr-rate-card::before,
body.consultation-redesign-page .tr-rate-note::before,
body.consultation-redesign-page .tr-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(85, 123, 140, 0.12), transparent 40%) !important;
}

/* Buttons and focus states */
body.consultation-redesign-page .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn--light,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: var(--consult-slate) !important;
}

body.consultation-redesign-page .tr-btn::after,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]::after {
  background: var(--consult-slate) !important;
}

body.consultation-redesign-page .tr-btn:hover,
body.consultation-redesign-page .tr-btn:focus-visible,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  border-color: var(--consult-slate) !important;
  box-shadow: 0 0 28px rgba(85, 123, 140, 0.28) !important;
}

body.consultation-redesign-page #book-session .tr-form input,
body.consultation-redesign-page #book-session .tr-form textarea {
  background: rgba(246, 250, 251, 0.86) !important;
  border-color: rgba(46, 77, 91, 0.18) !important;
}

body.consultation-redesign-page #book-session .tr-form input:focus,
body.consultation-redesign-page #book-session .tr-form textarea:focus {
  border-color: var(--consult-slate) !important;
  box-shadow:
    0 0 0 3px rgba(85, 123, 140, 0.13),
    0 1px 0 rgba(255,255,255,0.72) inset !important;
}

/* Keep dark sections cool-charcoal */
body.consultation-redesign-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 123, 140, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(9, 14, 16, 0.97), rgba(18, 31, 37, 0.95)) !important;
}

body.consultation-redesign-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(85, 123, 140, 0.10), transparent 34%),
    linear-gradient(135deg, #0d1012 0%, #151a1c 48%, #0e1214 100%) !important;
}

/* =========================================================
   Consultation — LESS KERMIT / MORE BLUE
   Pushes the palette away from green-blue and into powder blue,
   cool slate, porcelain, and charcoal.
========================================================= */

body.consultation-redesign-page {
  --consult-ink: #10161d;
  --consult-muted: rgba(16, 22, 29, 0.66);
  --consult-blue-1: #eef4fa;
  --consult-blue-2: #dce8f2;
  --consult-blue-3: #c8d8e6;
  --consult-blue-4: #b2c5d5;
  --consult-blue-5: #8faabd;
  --consult-slate: #4f7893;
  --consult-slate-dark: #29485f;
  --consult-border: rgba(41, 72, 95, 0.16);

  background:
    radial-gradient(circle at 14% 8%, rgba(79, 120, 147, 0.16), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(238, 244, 250, 0.55), transparent 34%),
    linear-gradient(180deg, #dce8f2 0%, #c8d8e6 52%, #b2c5d5 100%) !important;
  color: var(--consult-ink) !important;
}

body.consultation-redesign-page .tr-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(79, 120, 147, 0.15), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(238, 244, 250, 0.62), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(41, 72, 95, 0.10), transparent 42%),
    linear-gradient(180deg, #dce8f2 0%, #c8d8e6 48%, #b2c5d5 100%) !important;
}

body.consultation-redesign-page .tr-page::before {
  opacity: 0.14 !important;
  background-image:
    linear-gradient(rgba(41, 72, 95, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 72, 95, 0.065) 1px, transparent 1px) !important;
}

/* Main light section surfaces — blue porcelain, no green-gray */
body.consultation-redesign-page .tr-shared-journey,
body.consultation-redesign-page #approach.tr-approach-slider-section,
body.consultation-redesign-page #services.tr-services-sage,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.62), transparent 32%),
    radial-gradient(circle at 90% 8%, rgba(79, 120, 147, 0.10), transparent 34%),
    linear-gradient(135deg, #f3f7fb 0%, #e5eef6 48%, #d8e5ef 100%) !important;
  border-color: rgba(41, 72, 95, 0.14) !important;
  box-shadow:
    0 30px 80px rgba(41, 72, 95, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.78) inset !important;
}

body.consultation-redesign-page .tr-shared-journey::before,
body.consultation-redesign-page #approach.tr-approach-slider-section::before,
body.consultation-redesign-page #services.tr-services-sage::before,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke)::before {
  opacity: 0.13 !important;
  background-image:
    linear-gradient(rgba(41, 72, 95, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(41, 72, 95, 0.055) 1px, transparent 1px) !important;
}

/* Kill any remaining yellow/olive/taupe cast from previous variables */
body.consultation-redesign-page #services.tr-services-sage {
  --services-ink: #10161d !important;
  --services-muted: rgba(16, 22, 29, 0.66) !important;
  --services-olive: #6f8ba0 !important;
  --services-olive-dark: #29485f !important;
}

body.consultation-redesign-page #approach.tr-approach-slider-section {
  --approach-bg: #e5eef6 !important;
  --approach-text: #10161d !important;
  --approach-muted: rgba(16, 22, 29, 0.66) !important;
  --approach-shadow-light: rgba(255, 255, 255, 0.86) !important;
  --approach-shadow-dark: rgba(41, 72, 95, 0.15) !important;
  --approach-accent: #4f7893 !important;
  --approach-accent-dark: #29485f !important;
}

/* Text / labels */
body.consultation-redesign-page .tr-shared-journey h2,
body.consultation-redesign-page #approach.tr-approach-slider-section h2,
body.consultation-redesign-page .tr-services-sage__headline h2,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.consultation-redesign-page .tr-card h3,
body.consultation-redesign-page .tr-rate-card h3,
body.consultation-redesign-page .tr-rate-note h3,
body.consultation-redesign-page .tr-soft-card h3 {
  color: #10161d !important;
}

body.consultation-redesign-page .tr-intro-text,
body.consultation-redesign-page .tr-body-text,
body.consultation-redesign-page .tr-approach-slider__intro,
body.consultation-redesign-page .tr-services-sage__headline p,
body.consultation-redesign-page .tr-panel:not(#faq):not(#about-onke) p,
body.consultation-redesign-page .tr-card p,
body.consultation-redesign-page .tr-rate-card p,
body.consultation-redesign-page .tr-rate-note p,
body.consultation-redesign-page .tr-soft-card p {
  color: rgba(16, 22, 29, 0.64) !important;
}

body.consultation-redesign-page .tr-section-label,
body.consultation-redesign-page .tr-eyebrow {
  color: rgba(41, 72, 95, 0.72) !important;
}

body.consultation-redesign-page .tr-section-label i,
body.consultation-redesign-page .tr-eyebrow i {
  color: #4f7893 !important;
}

/* Cards — cool blue-white instead of green/yellow fog */
body.consultation-redesign-page .tr-soft-card {
  background:
    linear-gradient(
      to bottom,
      rgba(229, 238, 246, 0) 0%,
      rgba(229, 238, 246, 0) 24%,
      rgba(229, 238, 246, 0.78) 44%,
      rgba(243, 247, 251, 0.98) 100%
    ) !important;
  border-color: rgba(41, 72, 95, 0.14) !important;
  border-top-color: transparent !important;
  box-shadow:
    0 24px 46px rgba(41, 72, 95, 0.13),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035) !important;
}

body.consultation-redesign-page .tr-rate-card,
body.consultation-redesign-page .tr-rate-note,
body.consultation-redesign-page .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.68), transparent 46%),
    linear-gradient(180deg, rgba(243, 247, 251, 0.92), rgba(220, 232, 242, 0.76)) !important;
  border-color: rgba(41, 72, 95, 0.14) !important;
  box-shadow:
    0 22px 56px rgba(41, 72, 95, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.76) inset !important;
}

body.consultation-redesign-page .tr-rate-card::before,
body.consultation-redesign-page .tr-rate-note::before,
body.consultation-redesign-page .tr-card::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.34), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(79, 120, 147, 0.12), transparent 40%) !important;
}

/* Icons / numbers */
body.consultation-redesign-page .tr-soft-card__icon {
  background: rgba(243, 247, 251, 0.68) !important;
  color: rgba(16, 22, 29, 0.82) !important;
  border-color: rgba(41, 72, 95, 0.12) !important;
  box-shadow:
    8px 8px 16px rgba(41, 72, 95, 0.12),
    -8px -8px 16px rgba(255, 255, 255, 0.78),
    inset 1px 1px 2px rgba(255,255,255,0.60),
    inset -1px -1px 2px rgba(0,0,0,0.04) !important;
}

body.consultation-redesign-page .tr-soft-card__number {
  color: rgba(16, 22, 29, 0.30) !important;
}

/* Buttons */
body.consultation-redesign-page .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn,
body.consultation-redesign-page .tr-shared-journey .tr-btn--light,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: #4f7893 !important;
}

body.consultation-redesign-page .tr-btn::after,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]::after {
  background: #4f7893 !important;
}

body.consultation-redesign-page .tr-btn:hover,
body.consultation-redesign-page .tr-btn:focus-visible,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.consultation-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  border-color: #4f7893 !important;
  box-shadow: 0 0 28px rgba(79, 120, 147, 0.30) !important;
}

/* Form fields */
body.consultation-redesign-page #book-session .tr-form input,
body.consultation-redesign-page #book-session .tr-form textarea {
  background: rgba(248, 251, 253, 0.90) !important;
  border-color: rgba(41, 72, 95, 0.18) !important;
}

body.consultation-redesign-page #book-session .tr-form input:focus,
body.consultation-redesign-page #book-session .tr-form textarea:focus {
  border-color: #4f7893 !important;
  box-shadow:
    0 0 0 3px rgba(79, 120, 147, 0.14),
    0 1px 0 rgba(255,255,255,0.74) inset !important;
}

/* Dark sections remain cool, not green */
body.consultation-redesign-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 120, 147, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(7, 13, 17, 0.97), rgba(15, 30, 39, 0.95)) !important;
}

body.consultation-redesign-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(79, 120, 147, 0.11), transparent 34%),
    linear-gradient(135deg, #0b1014 0%, #141a1f 48%, #0c1115 100%) !important;
}

/* Shared hero refinement — slightly shorter and lifted */
.tr-hero {
  min-height: 88vh !important;
}

.tr-hero__inner {
  align-items: center !important;
  padding-top: clamp(2rem, 5vh, 4rem) !important;
  transform: translateY(-3.5vh);
}

@media (max-width: 767px) {
  .tr-hero {
    min-height: 82vh !important;
  }

  .tr-hero__inner {
    transform: translateY(-2vh);
    padding-top: 2rem !important;
  }
}

/* Specific hero correction — reduce height and lift content */
body.consultation-redesign-page .tr-hero {
  min-height: clamp(600px, 78vh, 780px) !important;
}

body.consultation-redesign-page .tr-hero__inner {
  align-items: start !important;
  padding-top: clamp(5.5rem, 11vh, 7.5rem) !important;
  transform: none !important;
}

@media (max-width: 767px) {
  body.consultation-redesign-page .tr-hero {
    min-height: 76vh !important;
  }

  body.consultation-redesign-page .tr-hero__inner {
    padding-top: 5rem !important;
  }
}

/* Consultation hero — match therapy text lift only */
body.consultation-redesign-page .tr-hero {
  height: auto !important;
  min-height: clamp(680px, 88vh, 920px) !important;
}

body.consultation-redesign-page .tr-hero__inner {
  height: auto !important;
  min-height: inherit !important;
  padding-top: 0 !important;
  padding-bottom: clamp(3rem, 6vh, 5rem) !important;
  transform: translateY(-45px) !important;
}

@media (max-width: 767px) {
  body.consultation-redesign-page .tr-hero__inner {
    transform: translateY(-25px) !important;
    padding-top: 0 !important;
  }
}

/* Consultation hero — make eyebrow readable on dark hero image */
body.consultation-redesign-page .tr-hero .tr-eyebrow,
body.consultation-redesign-page .tr-hero .tr-eyebrow span {
  color: rgba(255, 255, 255, 0.90) !important;
}

body.consultation-redesign-page .tr-hero .tr-eyebrow i {
  color: rgba(255, 255, 255, 0.82) !important;
}

/* ==========================================================
   Mobile tr-soft-card icon alignment
   Mobile only: center icons above headlines and make them
   slightly larger across all numbered soft-card sliders.
   ========================================================== */
@media (max-width: 767px) {
  .tr-soft-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .tr-soft-card__icon {
    width: 4.85rem;
    height: 4.85rem;
    margin: 0.85rem auto 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .tr-soft-card__icon i {
    font-size: 2.35rem;
    line-height: 1;
  }

  .tr-soft-card h3 {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================
   Mobile soft-card icon final positioning
   Mobile only: keep reusable numbered-card icons centered,
   slightly larger, and lower so they sit above the headline.
   ========================================================== */
@media (max-width: 767px) {
  body.therapy-redesign-page .tr-soft-card__icon,
  body.consultation-redesign-page .tr-soft-card__icon,
  body.writing-redesign-page .tr-soft-card__icon {
    width: 5.75rem;
    height: 5.75rem;
    margin: 2.1rem auto 2.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.therapy-redesign-page .tr-soft-card__icon i,
  body.consultation-redesign-page .tr-soft-card__icon i,
  body.writing-redesign-page .tr-soft-card__icon i {
    font-size: 2.85rem;
    line-height: 1;
  }

  body.therapy-redesign-page .tr-soft-card h3,
  body.consultation-redesign-page .tr-soft-card h3,
  body.writing-redesign-page .tr-soft-card h3 {
    text-align: center;
  }
}

/* ==========================================================
   OMA mobile icon-card rewrite
   Mobile only. New class layer for numbered soft-card sliders.
   Centers the icon, makes it slightly larger, and positions it
   above the headline without relying on older tr-soft-card rules.
   ========================================================== */
@media (max-width: 767px) {
  .oma-mobile-icon-card {
    text-align: center !important;
  }

  .oma-mobile-icon-card .oma-mobile-icon-card__icon {
    position: static !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;

    width: 5.35rem !important;
    height: 5.35rem !important;
    margin: 2.25rem auto 1.35rem !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .oma-mobile-icon-card .oma-mobile-icon-card__icon i {
    font-size: 2.65rem !important;
    line-height: 1 !important;
  }

  .oma-mobile-icon-card .oma-mobile-icon-card__title {
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
  }
}

/* ==========================================================
   Consultation — final mobile full-bleed dark panel override
   Kept at the end so later consultation theme layers cannot
   reintroduce the floating-card treatment on phones.
   ========================================================== */
@media (max-width: 767px) {
  body.consultation-redesign-page .tr-page {
    padding-bottom: 0 !important;
  }

  body.consultation-redesign-page #about-onke.tr-panel {
    --about-onke-mobile-pad: clamp(1.65rem, 6vw, 2.15rem);
    box-sizing: border-box !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: var(--about-onke-mobile-pad) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }

  body.consultation-redesign-page #about-onke .tr-about > img {
    display: block !important;
    width: 100vw !important;
    max-width: none !important;
    margin-top: calc(-1 * var(--about-onke-mobile-pad)) !important;
    margin-left: calc(-1 * var(--about-onke-mobile-pad)) !important;
    margin-right: calc(-1 * var(--about-onke-mobile-pad)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    object-fit: cover !important;
  }
}

/* ==========================================================
   Consultation — mobile centered section accents
   Below the hero only: center labels, headings, icons, prices,
   and actions while keeping paragraph copy left-aligned.
   ========================================================== */
@media (max-width: 767px) {
  body.consultation-redesign-page .tr-page .tr-section-label,
  body.consultation-redesign-page .tr-page .tr-eyebrow {
    display: flex !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
  }

  body.consultation-redesign-page .tr-page h2,
  body.consultation-redesign-page .tr-page h3,
  body.consultation-redesign-page .tr-page .tr-rate-card__label,
  body.consultation-redesign-page .tr-page .tr-rate-card__price {
    text-align: center !important;
  }

  body.consultation-redesign-page .tr-page .tr-rate-card__label,
  body.consultation-redesign-page .tr-page .tr-rate-card__price,
  body.consultation-redesign-page .tr-page .tr-rate-note__icon,
  body.consultation-redesign-page .tr-page .tr-actions,
  body.consultation-redesign-page .tr-page .tr-btn,
  body.consultation-redesign-page .tr-page #book-session .tr-form button.tr-btn[type="submit"] {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.consultation-redesign-page .tr-page .tr-actions {
    justify-content: center !important;
  }

  body.consultation-redesign-page .tr-page .tr-btn,
  body.consultation-redesign-page .tr-page #book-session .tr-form button.tr-btn[type="submit"] {
    width: fit-content !important;
    max-width: 100% !important;
  }

  body.consultation-redesign-page .tr-page p:not(.tr-section-label):not(.tr-eyebrow),
  body.consultation-redesign-page .tr-page .tr-rate-card p,
  body.consultation-redesign-page .tr-page .tr-rate-note p,
  body.consultation-redesign-page .tr-page .tr-card p,
  body.consultation-redesign-page .tr-page .tr-soft-card p,
  body.consultation-redesign-page .tr-page .tr-faq details p,
  body.consultation-redesign-page .tr-page #about-onke .tr-about > div > p:not(.tr-eyebrow) {
    text-align: left !important;
  }

  body.consultation-redesign-page .tr-page .tr-rate-card p,
  body.consultation-redesign-page .tr-page .tr-rate-note p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* FAQ eyebrow: white text treatment */
body.consultation-redesign-page #faq .tr-eyebrow--white {
  color: #fff !important;
}

body.consultation-redesign-page #faq .tr-eyebrow--white i {
  color: #fff !important;
}

/* Consultation: keep shared-work title flush-left */
body.consultation-redesign-page #shared-work-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* Consultation: center rate-card labels on mobile */
@media (max-width: 767px) {
  body.consultation-redesign-page .tr-rate-card__label {
    display: block !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Consultation: add breathing room above services decorative image */
@media (max-width: 767px) {
  body.consultation-redesign-page #services.tr-services-sage::after {
    margin-top: clamp(1.25rem, 5vw, 2rem) !important;
  }
}
