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

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

body.writing-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.writing-redesign-page .header {
  z-index: 50;
}

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

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

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

body.writing-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.writing-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.writing-redesign-page .tr-btn:hover,
body.writing-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.writing-redesign-page .tr-btn:hover::after,
body.writing-redesign-page .tr-btn:focus-visible::after {
  height: 145%;
}

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

body.writing-redesign-page .tr-section-label,
body.writing-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.writing-redesign-page .tr-section-label i,
body.writing-redesign-page .tr-eyebrow i {
  color: var(--tr-clay);
  font-size: 1.05rem;
}

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

body.writing-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.writing-redesign-page .tr-hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

body.writing-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.writing-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.writing-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.writing-redesign-page .tr-hero__content {
  max-width: 760px;
}

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

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

body.writing-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.writing-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.writing-redesign-page .tr-hero .tr-btn {
  color: #fff;
}

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

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

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

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

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

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

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

body.writing-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.writing-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.writing-redesign-page .tr-shared-journey > * {
  position: relative;
  z-index: 1;
}

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

body.writing-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.writing-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.writing-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.writing-redesign-page .tr-shared-journey .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn--light {
  color: var(--tr-ink);
  border-color: rgba(180, 106, 70, 0.82);
}

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

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

body.writing-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.writing-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.writing-redesign-page .tr-feature-video:hover img {
  transform: scale(1.025);
  opacity: 0.97;
}

body.writing-redesign-page .tr-feature-video__play,
body.writing-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.writing-redesign-page .tr-feature-video__play i,
body.writing-redesign-page .tr-video-card__play i {
  display: none;
}

body.writing-redesign-page .tr-feature-video__play::before,
body.writing-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.writing-redesign-page .tr-feature-video:hover .tr-feature-video__play,
body.writing-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.writing-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.writing-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.writing-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.writing-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.writing-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.writing-redesign-page #approach.tr-approach-slider-section > * {
  position: relative;
  z-index: 1;
}

body.writing-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.writing-redesign-page #approach.tr-approach-slider-section .tr-section-label {
  color: rgba(35, 32, 28, 0.68);
}

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

body.writing-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.writing-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.writing-redesign-page .tr-modality-slider {
  width: 100%;
  overflow: hidden;
  padding: 0.5rem 0.35rem 1.5rem;
}

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

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

body.writing-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.writing-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.writing-redesign-page .tr-soft-card > * {
  position: relative;
  z-index: 2;
}

body.writing-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.writing-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.writing-redesign-page .tr-soft-card__icon i {
  color: currentColor;
  font-size: 2rem;
  line-height: 1;
}

body.writing-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.writing-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.writing-redesign-page .tr-modality-slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

body.writing-redesign-page .tr-modality-slider-prev,
body.writing-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.writing-redesign-page .tr-modality-slider-prev:hover,
body.writing-redesign-page .tr-modality-slider-next:hover,
body.writing-redesign-page .tr-modality-slider-prev:focus-visible,
body.writing-redesign-page .tr-modality-slider-next:focus-visible {
  color: #111;
  transform: translateY(-2px);
}

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

body.writing-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.writing-redesign-page .tr-modality-slider-pagination .swiper-pagination-bullet-active {
  width: 1.45rem;
  border-radius: 999px;
  background: var(--approach-accent);
}

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

body.writing-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.writing-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.writing-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.writing-redesign-page #services.tr-services-sage > * {
  position: relative;
  z-index: 1;
}

body.writing-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.writing-redesign-page #services.tr-services-sage .tr-services-sage__headline {
  grid-column: 2;
  max-width: 620px;
}

body.writing-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.writing-redesign-page #services.tr-services-sage .tr-section-label i {
  color: var(--services-olive-dark);
}

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

body.writing-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.writing-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.writing-redesign-page .tr-rate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

body.writing-redesign-page .tr-rate-card,
body.writing-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.writing-redesign-page .tr-rate-card::before,
body.writing-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.writing-redesign-page .tr-rate-card > *,
body.writing-redesign-page .tr-rate-note > * {
  position: relative;
  z-index: 1;
}

body.writing-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.writing-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.writing-redesign-page .tr-rate-card h3,
body.writing-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.writing-redesign-page .tr-rate-card p,
body.writing-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.writing-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.writing-redesign-page .tr-rate-note {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

body.writing-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.writing-redesign-page .tr-rate-note__icon i {
  font-size: 1.45rem;
}

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

body.writing-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.writing-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.writing-redesign-page .tr-panel > * {
  position: relative;
  z-index: 1;
}

body.writing-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.writing-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.writing-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.writing-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.writing-redesign-page .tr-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.writing-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.writing-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.writing-redesign-page #faq h2,
body.writing-redesign-page #faq h3 {
  color: rgba(255, 255, 255, 0.96);
}

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

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

body.writing-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.writing-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.writing-redesign-page .tr-faq summary::-webkit-details-marker {
  display: none;
}

body.writing-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.writing-redesign-page .tr-faq details[open] summary::before {
  content: "–";
}

body.writing-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.writing-redesign-page #book-session.tr-panel {
  max-width: 1080px;
  margin-inline: auto;
  padding: clamp(2.2rem, 4vw, 3.75rem);
}

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

body.writing-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.writing-redesign-page .tr-form {
  display: grid;
  max-width: 920px;
  gap: 0.95rem;
  margin-top: 1.25rem;
}

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

body.writing-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.writing-redesign-page .tr-form input,
body.writing-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.writing-redesign-page .tr-form input {
  min-height: 3.15rem;
}

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

body.writing-redesign-page .tr-form input:focus,
body.writing-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.writing-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.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]::after {
  background: var(--tr-coral);
}

body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-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.writing-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.writing-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.writing-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.writing-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.writing-redesign-page #about-onke .tr-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

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

body.writing-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.writing-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.writing-redesign-page #about-onke .tr-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.writing-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.writing-redesign-page #about-onke .tr-card::before {
  opacity: 0;
  background: none;
}

body.writing-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.writing-redesign-page #about-onke .tr-card h3 {
  color: #fffaf2;
  font-size: clamp(1.6rem, 2vw, 2.15rem);
}

body.writing-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.writing-redesign-page .footer {
  margin-top: 0;
}

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

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

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

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

  body.writing-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.writing-redesign-page #services.tr-services-sage .tr-services-sage__header {
    min-height: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.writing-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.writing-redesign-page .tr-btn {
  border-color: #557b8c !important;
}

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

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

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

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

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

body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-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.writing-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.writing-redesign-page .tr-video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

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

body.writing-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.writing-redesign-page .tr-video-modal__close:hover,
body.writing-redesign-page .tr-video-modal__close:focus-visible {
  background: #557b8c;
}

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

body.writing-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.writing-redesign-page .tr-shared-journey .tr-feature-caption {
  width: min(84%, 500px) !important;
  margin-top: -2.4rem !important;
}

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

@media (max-width: 575px) {
  body.writing-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.writing-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.writing-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.writing-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.writing-redesign-page .tr-shared-journey,
body.writing-redesign-page #approach.tr-approach-slider-section,
body.writing-redesign-page #services.tr-services-sage,
body.writing-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.writing-redesign-page .tr-shared-journey::before,
body.writing-redesign-page #approach.tr-approach-slider-section::before,
body.writing-redesign-page #services.tr-services-sage::before,
body.writing-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.writing-redesign-page .tr-shared-journey h2,
body.writing-redesign-page #approach.tr-approach-slider-section h2,
body.writing-redesign-page .tr-services-sage__headline h2,
body.writing-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.writing-redesign-page .tr-card h3,
body.writing-redesign-page .tr-rate-card h3,
body.writing-redesign-page .tr-rate-note h3,
body.writing-redesign-page .tr-soft-card h3 {
  color: #15191b !important;
}

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

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

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

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

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

body.writing-redesign-page .tr-btn:hover,
body.writing-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.writing-redesign-page .tr-hero .tr-btn {
  color: #fff !important;
}

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

body.writing-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.writing-redesign-page .tr-soft-card__number {
  color: rgba(21, 25, 27, 0.28) !important;
}

body.writing-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.writing-redesign-page .tr-rate-card,
body.writing-redesign-page .tr-rate-note,
body.writing-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.writing-redesign-page .tr-rate-card::before,
body.writing-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.writing-redesign-page .tr-rate-card__label {
  color: rgba(47, 73, 84, 0.72) !important;
}

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

body.writing-redesign-page .tr-feature-video__play,
body.writing-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.writing-redesign-page .tr-feature-video:hover .tr-feature-video__play,
body.writing-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.writing-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.writing-redesign-page .tr-faq summary::before {
  background: rgba(85, 123, 140, 0.82) !important;
}

body.writing-redesign-page #book-session .tr-form input:focus,
body.writing-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.writing-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.writing-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.writing-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.writing-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.writing-redesign-page .tr-shared-journey,
body.writing-redesign-page #approach.tr-approach-slider-section,
body.writing-redesign-page #services.tr-services-sage,
body.writing-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.writing-redesign-page .tr-shared-journey::before,
body.writing-redesign-page #approach.tr-approach-slider-section::before,
body.writing-redesign-page #services.tr-services-sage::before,
body.writing-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.writing-redesign-page .tr-shared-journey h2,
body.writing-redesign-page #approach.tr-approach-slider-section h2,
body.writing-redesign-page .tr-services-sage__headline h2,
body.writing-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.writing-redesign-page .tr-card h3,
body.writing-redesign-page .tr-rate-card h3,
body.writing-redesign-page .tr-rate-note h3,
body.writing-redesign-page .tr-soft-card h3 {
  color: var(--consult-ink) !important;
}

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

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

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

/* Slider cards — cooler blue-white instead of cream */
body.writing-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.writing-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.writing-redesign-page .tr-soft-card__number {
  color: rgba(17, 24, 28, 0.30) !important;
}

/* Service/workshop cards — cooler surfaces */
body.writing-redesign-page .tr-rate-card,
body.writing-redesign-page .tr-rate-note,
body.writing-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.writing-redesign-page .tr-rate-card::before,
body.writing-redesign-page .tr-rate-note::before,
body.writing-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.writing-redesign-page .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn--light,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: var(--consult-slate) !important;
}

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

body.writing-redesign-page .tr-btn:hover,
body.writing-redesign-page .tr-btn:focus-visible,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-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.writing-redesign-page #book-session .tr-form input,
body.writing-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.writing-redesign-page #book-session .tr-form input:focus,
body.writing-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.writing-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.writing-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.writing-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.writing-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.writing-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.writing-redesign-page .tr-shared-journey,
body.writing-redesign-page #approach.tr-approach-slider-section,
body.writing-redesign-page #services.tr-services-sage,
body.writing-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.writing-redesign-page .tr-shared-journey::before,
body.writing-redesign-page #approach.tr-approach-slider-section::before,
body.writing-redesign-page #services.tr-services-sage::before,
body.writing-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.writing-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.writing-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.writing-redesign-page .tr-shared-journey h2,
body.writing-redesign-page #approach.tr-approach-slider-section h2,
body.writing-redesign-page .tr-services-sage__headline h2,
body.writing-redesign-page .tr-panel:not(#faq):not(#about-onke) h2,
body.writing-redesign-page .tr-card h3,
body.writing-redesign-page .tr-rate-card h3,
body.writing-redesign-page .tr-rate-note h3,
body.writing-redesign-page .tr-soft-card h3 {
  color: #10161d !important;
}

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

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

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

/* Cards — cool blue-white instead of green/yellow fog */
body.writing-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.writing-redesign-page .tr-rate-card,
body.writing-redesign-page .tr-rate-note,
body.writing-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.writing-redesign-page .tr-rate-card::before,
body.writing-redesign-page .tr-rate-note::before,
body.writing-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.writing-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.writing-redesign-page .tr-soft-card__number {
  color: rgba(16, 22, 29, 0.30) !important;
}

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

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

body.writing-redesign-page .tr-btn:hover,
body.writing-redesign-page .tr-btn:focus-visible,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-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.writing-redesign-page #book-session .tr-form input,
body.writing-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.writing-redesign-page #book-session .tr-form input:focus,
body.writing-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.writing-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.writing-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;
}

/* =========================================================
   Writing Redesign — Literary Theme Pass
   Correctly scoped after fresh rebuild.
========================================================= */

body.writing-redesign-page {
  --consult-ink: #16141a;
  --consult-muted: rgba(22, 20, 26, 0.66);
  --consult-blue-1: #f3eff2;
  --consult-blue-2: #e8e1e6;
  --consult-blue-3: #d9d0d8;
  --consult-blue-4: #c6bac6;
  --consult-blue-5: #9b8ca0;
  --consult-slate: #6f607b;
  --consult-slate-dark: #3e334b;
  --consult-border: rgba(62, 51, 75, 0.16);

  --tr-ink: #16141a;
  --tr-soft-ink: rgba(22, 20, 26, 0.68);
  --tr-muted: rgba(22, 20, 26, 0.56);
  --tr-cream: #f7f1eb;
  --tr-warm: #ece4dd;
  --tr-taupe: #d8d0d7;
  --tr-olive: #8d7f96;
  --tr-olive-dark: #3e334b;
  --tr-charcoal: #101013;
  --tr-coral: #6f607b;
  --tr-clay: #6f607b;
  --tr-slate: #6f607b;
  --tr-slate-dark: #3e334b;
  --tr-border: rgba(62, 51, 75, 0.16);

  background:
    radial-gradient(circle at 14% 8%, rgba(111, 96, 123, 0.14), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(247, 241, 235, 0.56), transparent 34%),
    linear-gradient(180deg, #e8e1e6 0%, #d9d0d8 52%, #c6bac6 100%) !important;
  color: var(--tr-ink) !important;
}

body.writing-redesign-page .tr-page {
  background:
    radial-gradient(circle at 10% 8%, rgba(111, 96, 123, 0.14), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(247, 241, 235, 0.62), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(62, 51, 75, 0.10), transparent 42%),
    linear-gradient(180deg, #e8e1e6 0%, #d9d0d8 48%, #c6bac6 100%) !important;
}

body.writing-redesign-page .tr-hero__overlay {
  background:
    radial-gradient(circle at 28% 67%, rgba(0, 0, 0, 0.28), transparent 36%),
    linear-gradient(90deg, rgba(10, 9, 12, 0.90), rgba(24, 20, 31, 0.50) 48%, rgba(10, 9, 12, 0.78)),
    linear-gradient(180deg, rgba(10, 9, 12, 0.12), rgba(10, 9, 12, 0.84)) !important;
}

body.writing-redesign-page .tr-shared-journey,
body.writing-redesign-page #approach.tr-approach-slider-section,
body.writing-redesign-page #services.tr-services-sage,
body.writing-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(111, 96, 123, 0.10), transparent 34%),
    linear-gradient(135deg, #faf6f2 0%, #eee8e5 48%, #e8e1e6 100%) !important;
  border-color: rgba(62, 51, 75, 0.14) !important;
  box-shadow:
    0 30px 80px rgba(62, 51, 75, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.78) inset !important;
}

body.writing-redesign-page .tr-section-label,
body.writing-redesign-page .tr-eyebrow {
  color: rgba(62, 51, 75, 0.74) !important;
}

body.writing-redesign-page .tr-section-label i,
body.writing-redesign-page .tr-eyebrow i {
  color: #6f607b !important;
}

body.writing-redesign-page .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn--light,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: #6f607b !important;
}

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

body.writing-redesign-page .tr-btn:hover,
body.writing-redesign-page .tr-btn:focus-visible {
  border-color: #6f607b !important;
  box-shadow: 0 0 28px rgba(111, 96, 123, 0.30) !important;
}

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

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

/* Book cover presentation */
body.writing-redesign-page .writing-book-cover {
  display: block;
  width: min(100%, 420px);
  margin-inline: auto;
  border-radius: clamp(18px, 2vw, 26px);
  box-shadow:
    0 34px 90px rgba(22, 20, 26, 0.28),
    0 1px 0 rgba(255, 255, 255, 0.48) inset;
}

body.writing-redesign-page .writing-book-pair {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Purchase cards */
body.writing-redesign-page .writing-purchase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

body.writing-redesign-page .writing-purchase-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.35rem, 2.3vw, 1.85rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.68), transparent 46%),
    linear-gradient(180deg, rgba(250, 246, 242, 0.92), rgba(231, 225, 229, 0.78));
  border: 1px solid rgba(62, 51, 75, 0.14);
  border-radius: 24px;
  box-shadow:
    0 22px 56px rgba(62, 51, 75, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.76) inset;
}

body.writing-redesign-page .writing-purchase-card h3 {
  margin: 0 0 0.7rem;
  color: #16141a;
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.4rem, 1.6vw, 1.9rem);
  line-height: 1.08;
}

body.writing-redesign-page .writing-purchase-card p {
  color: rgba(22, 20, 26, 0.64);
  font-size: 1rem;
  line-height: 1.55;
}

body.writing-redesign-page .writing-price {
  display: block;
  margin: 1rem 0;
  color: #3e334b;
  font-size: 1.35rem;
  font-weight: 900;
}

body.writing-redesign-page .writing-purchase-card .tr-btn {
  width: 100%;
  min-height: 2.9rem;
  margin-top: 0.5rem;
}

body.writing-redesign-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(111, 96, 123, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(10, 9, 12, 0.97), rgba(26, 21, 33, 0.95)) !important;
}

body.writing-redesign-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(111, 96, 123, 0.10), transparent 34%),
    linear-gradient(135deg, #0d0d10 0%, #17151b 48%, #0e0d12 100%) !important;
}

@media (max-width: 991px) {
  body.writing-redesign-page .writing-book-pair,
  body.writing-redesign-page .writing-purchase-grid {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Writing Redesign — Book Cover Palette Pass
   Pulls from The Second Verse cover:
   paper, ink, graphite, deep charcoal, restrained red.
========================================================= */

body.writing-redesign-page {
  --writing-paper: #f7f5f1;
  --writing-paper-soft: #ebe7e2;
  --writing-ink: #101012;
  --writing-charcoal: #202023;
  --writing-graphite: #55575c;
  --writing-muted: rgba(16, 16, 18, 0.66);
  --writing-red: #9f2631;
  --writing-red-soft: rgba(159, 38, 49, 0.14);
  --writing-border: rgba(16, 16, 18, 0.14);

  --tr-ink: var(--writing-ink);
  --tr-soft-ink: rgba(16, 16, 18, 0.68);
  --tr-muted: rgba(16, 16, 18, 0.56);
  --tr-cream: var(--writing-paper);
  --tr-warm: var(--writing-paper-soft);
  --tr-taupe: #d8d5d1;
  --tr-olive: #55575c;
  --tr-olive-dark: #202023;
  --tr-charcoal: #101012;
  --tr-coral: var(--writing-red);
  --tr-clay: var(--writing-red);
  --tr-slate: #55575c;
  --tr-slate-dark: #202023;
  --tr-border: var(--writing-border);

  background:
    radial-gradient(circle at 14% 8%, rgba(159, 38, 49, 0.10), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, #ece8e3 0%, #dedad5 52%, #cac6c1 100%) !important;
  color: var(--writing-ink) !important;
}

body.writing-redesign-page .tr-page {
  background:
    radial-gradient(circle at 8% 8%, rgba(159, 38, 49, 0.10), transparent 30%),
    radial-gradient(circle at 86% 14%, rgba(255, 255, 255, 0.62), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(16, 16, 18, 0.08), transparent 42%),
    linear-gradient(180deg, #ece8e3 0%, #dedad5 48%, #cac6c1 100%) !important;
}

body.writing-redesign-page .tr-page::before {
  opacity: 0.16 !important;
  background-image:
    linear-gradient(rgba(16, 16, 18, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 16, 18, 0.06) 1px, transparent 1px) !important;
}

/* Main surfaces: paper, not yellow-gray */
body.writing-redesign-page .tr-shared-journey,
body.writing-redesign-page #approach.tr-approach-slider-section,
body.writing-redesign-page #services.tr-services-sage,
body.writing-redesign-page .tr-panel:not(#faq):not(#about-onke) {
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.72), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(159, 38, 49, 0.07), transparent 34%),
    linear-gradient(135deg, #fbfaf7 0%, #f1eeea 48%, #e7e3de 100%) !important;
  border-color: rgba(16, 16, 18, 0.13) !important;
  box-shadow:
    0 30px 80px rgba(16, 16, 18, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

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

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

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

body.writing-redesign-page .tr-section-label,
body.writing-redesign-page .tr-eyebrow {
  color: rgba(16, 16, 18, 0.66) !important;
}

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

/* Buttons: red from the book cover */
body.writing-redesign-page .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn,
body.writing-redesign-page .tr-shared-journey .tr-btn--light,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: var(--writing-red) !important;
  color: var(--writing-ink) !important;
}

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

body.writing-redesign-page .tr-btn:hover,
body.writing-redesign-page .tr-btn:focus-visible,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-redesign-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  color: #fff !important;
  border-color: var(--writing-red) !important;
  box-shadow: 0 0 28px rgba(159, 38, 49, 0.26) !important;
}

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

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

/* Book cover card should feel like it sits on paper */
body.writing-redesign-page .writing-book-cover {
  background: #f7f5f1 !important;
  border: 1px solid rgba(16, 16, 18, 0.12) !important;
  box-shadow:
    0 36px 90px rgba(16, 16, 18, 0.22),
    0 18px 42px rgba(159, 38, 49, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.72) inset !important;
}

/* Slider cards: paper/graphite, not lavender-gray */
body.writing-redesign-page .tr-soft-card {
  background:
    linear-gradient(
      to bottom,
      rgba(247, 245, 241, 0) 0%,
      rgba(247, 245, 241, 0) 24%,
      rgba(247, 245, 241, 0.78) 44%,
      rgba(251, 250, 247, 0.98) 100%
    ) !important;
  border-color: rgba(16, 16, 18, 0.13) !important;
  border-top-color: transparent !important;
  box-shadow:
    0 24px 46px rgba(16, 16, 18, 0.12),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035) !important;
}

body.writing-redesign-page .tr-soft-card__icon {
  background: rgba(251, 250, 247, 0.70) !important;
  color: rgba(16, 16, 18, 0.82) !important;
  border-color: rgba(16, 16, 18, 0.12) !important;
  box-shadow:
    8px 8px 16px rgba(16, 16, 18, 0.10),
    -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.writing-redesign-page .tr-soft-card__number {
  color: rgba(16, 16, 18, 0.30) !important;
}

/* Purchase cards: paper with faint red mark */
body.writing-redesign-page .writing-purchase-card,
body.writing-redesign-page .tr-rate-card,
body.writing-redesign-page .tr-rate-note,
body.writing-redesign-page .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.72), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(159, 38, 49, 0.055), transparent 40%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.94), rgba(235, 231, 226, 0.82)) !important;
  border-color: rgba(16, 16, 18, 0.13) !important;
  box-shadow:
    0 22px 56px rgba(16, 16, 18, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.76) inset !important;
}

body.writing-redesign-page .writing-price {
  color: var(--writing-red) !important;
}

/* Purchase section should not use inherited consultation image styling */
body.writing-redesign-page #purchase.tr-services-sage::after {
  display: none !important;
  content: none !important;
}

body.writing-redesign-page #purchase.tr-services-sage .tr-services-sage__header {
  min-height: auto !important;
  display: block !important;
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem) !important;
}

body.writing-redesign-page #purchase.tr-services-sage .tr-services-sage__headline {
  max-width: 900px !important;
}

/* Dark sections: cover-inspired black/charcoal */
body.writing-redesign-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(159, 38, 49, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(9, 9, 11, 0.98), rgba(24, 23, 27, 0.96)) !important;
}

body.writing-redesign-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(159, 38, 49, 0.10), transparent 34%),
    linear-gradient(135deg, #0b0b0d 0%, #17171a 48%, #0c0c0f 100%) !important;
}

/* =========================================================
   Writing Page — Hard Rescope / Book-Cover Theme
   This intentionally overrides inherited therapy/consultation styling.
   Palette source: The Second Verse cover — paper, ink, graphite, red.
========================================================= */

body.writing-book-page {
  --wb-paper: #f7f6f2;
  --wb-paper-2: #edeae5;
  --wb-paper-3: #ddd9d3;
  --wb-ink: #0d0d0f;
  --wb-charcoal: #1b1b1e;
  --wb-graphite: #505157;
  --wb-muted: rgba(13, 13, 15, 0.64);
  --wb-red: #9e2530;
  --wb-red-dark: #741923;
  --wb-border: rgba(13, 13, 15, 0.14);

  background:
    radial-gradient(circle at 14% 10%, rgba(158, 37, 48, 0.08), transparent 30%),
    radial-gradient(circle at 84% 8%, rgba(255, 255, 255, 0.72), transparent 34%),
    linear-gradient(180deg, #e7e2dc 0%, #d8d3cc 48%, #c9c3bb 100%) !important;
  color: var(--wb-ink) !important;
}

body.writing-book-page .tr-page {
  padding: clamp(4.5rem, 7vw, 7rem) 0 !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(158, 37, 48, 0.085), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.72), transparent 34%),
    radial-gradient(circle at 50% 92%, rgba(13, 13, 15, 0.07), transparent 42%),
    linear-gradient(180deg, #e7e2dc 0%, #d8d3cc 48%, #c9c3bb 100%) !important;
}

body.writing-book-page .tr-page::before {
  opacity: 0.16 !important;
  background-image:
    linear-gradient(rgba(13, 13, 15, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 13, 15, 0.055) 1px, transparent 1px) !important;
}

/* Make the actual page layout wide again */
body.writing-book-page .tr-shell {
  width: min(1500px, calc(100% - clamp(2rem, 5vw, 5rem))) !important;
  max-width: none !important;
}

body.writing-book-page .tr-content {
  gap: clamp(3rem, 5vw, 5.5rem) !important;
}

/* Isolated paper panels */
body.writing-book-page .tr-shared-journey,
body.writing-book-page #approach.tr-approach-slider-section,
body.writing-book-page #purchase.tr-services-sage,
body.writing-book-page .tr-panel:not(#faq):not(#about-onke) {
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  background:
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.74), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(158, 37, 48, 0.06), transparent 34%),
    linear-gradient(135deg, #fbfaf7 0%, #f1eee9 48%, #e7e2dc 100%) !important;
  border: 1px solid var(--wb-border) !important;
  box-shadow:
    0 34px 90px rgba(13, 13, 15, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

body.writing-book-page .tr-shared-journey::before,
body.writing-book-page #approach.tr-approach-slider-section::before,
body.writing-book-page #purchase.tr-services-sage::before,
body.writing-book-page .tr-panel:not(#faq):not(#about-onke)::before {
  opacity: 0.13 !important;
  background-image:
    linear-gradient(rgba(13, 13, 15, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 13, 15, 0.05) 1px, transparent 1px) !important;
}

/* Featured book section: strong editorial proportions */
body.writing-book-page #second-verse.tr-shared-journey {
  grid-template-columns: minmax(460px, 0.95fr) minmax(420px, 0.75fr) !important;
  padding: clamp(4rem, 5vw, 6rem) clamp(4rem, 6vw, 7rem) !important;
  align-items: center !important;
}

body.writing-book-page #second-verse h2 {
  max-width: 9ch !important;
  color: var(--wb-ink) !important;
  font-size: clamp(4.5rem, 7vw, 8.8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
}

body.writing-book-page #second-verse .tr-intro-text {
  max-width: 620px !important;
  color: rgba(13, 13, 15, 0.68) !important;
  font-size: clamp(1.3rem, 1vw + 1rem, 1.7rem) !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
}

body.writing-book-page #second-verse .tr-body-text {
  max-width: 620px !important;
  color: rgba(13, 13, 15, 0.58) !important;
  font-size: clamp(1.05rem, 0.5vw + 1rem, 1.25rem) !important;
  line-height: 1.75 !important;
}

/* Book image */
body.writing-book-page .writing-book-cover {
  width: min(100%, 460px) !important;
  background: #fff !important;
  border: 1px solid rgba(13, 13, 15, 0.16) !important;
  border-radius: clamp(18px, 2vw, 28px) !important;
  box-shadow:
    0 40px 90px rgba(13, 13, 15, 0.26),
    0 18px 44px rgba(158, 37, 48, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

/* Typography colors */
body.writing-book-page h1,
body.writing-book-page h2,
body.writing-book-page h3,
body.writing-book-page .tr-shared-journey h2,
body.writing-book-page #approach.tr-approach-slider-section h2,
body.writing-book-page .tr-services-sage__headline h2,
body.writing-book-page .tr-panel:not(#faq):not(#about-onke) h2,
body.writing-book-page .tr-card h3,
body.writing-book-page .tr-rate-card h3,
body.writing-book-page .tr-rate-note h3,
body.writing-book-page .tr-soft-card h3,
body.writing-book-page .writing-purchase-card h3 {
  color: var(--wb-ink) !important;
}

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

/* Labels and icons: red editorial marks */
body.writing-book-page .tr-section-label,
body.writing-book-page .tr-eyebrow {
  color: rgba(13, 13, 15, 0.68) !important;
}

body.writing-book-page .tr-section-label i,
body.writing-book-page .tr-eyebrow i {
  color: var(--wb-red) !important;
}

/* Buttons: cover red */
body.writing-book-page .tr-btn,
body.writing-book-page .tr-shared-journey .tr-btn,
body.writing-book-page .tr-shared-journey .tr-btn--light,
body.writing-book-page #book-session .tr-form button.tr-btn[type="submit"] {
  border-color: var(--wb-red) !important;
  color: var(--wb-ink) !important;
}

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

body.writing-book-page .tr-btn:hover,
body.writing-book-page .tr-btn:focus-visible,
body.writing-book-page #book-session .tr-form button.tr-btn[type="submit"]:hover,
body.writing-book-page #book-session .tr-form button.tr-btn[type="submit"]:focus-visible {
  color: #fff !important;
  border-color: var(--wb-red) !important;
  box-shadow: 0 0 28px rgba(158, 37, 48, 0.28) !important;
}

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

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

/* Slider section: wide, clean, paper/ink */
body.writing-book-page #approach.tr-approach-slider-section {
  padding: clamp(4rem, 5vw, 6rem) !important;
}

body.writing-book-page .tr-soft-card {
  min-height: 330px !important;
  background:
    linear-gradient(
      to bottom,
      rgba(247, 246, 242, 0) 0%,
      rgba(247, 246, 242, 0) 24%,
      rgba(247, 246, 242, 0.82) 44%,
      rgba(251, 250, 247, 0.99) 100%
    ) !important;
  border-color: rgba(13, 13, 15, 0.13) !important;
  border-top-color: transparent !important;
  box-shadow:
    0 24px 46px rgba(13, 13, 15, 0.12),
    inset 0 -1px 1px rgba(0, 0, 0, 0.035) !important;
}

body.writing-book-page .tr-soft-card__icon {
  background: rgba(251, 250, 247, 0.76) !important;
  color: rgba(13, 13, 15, 0.82) !important;
  border-color: rgba(13, 13, 15, 0.12) !important;
  box-shadow:
    8px 8px 16px rgba(13, 13, 15, 0.10),
    -8px -8px 16px rgba(255, 255, 255, 0.80),
    inset 1px 1px 2px rgba(255,255,255,0.62),
    inset -1px -1px 2px rgba(0,0,0,0.04) !important;
}

body.writing-book-page .tr-soft-card__number {
  color: rgba(13, 13, 15, 0.30) !important;
}

/* Purchase section: no inherited image pseudo-element */
body.writing-book-page #purchase.tr-services-sage::after {
  display: none !important;
  content: none !important;
}

body.writing-book-page #purchase.tr-services-sage .tr-services-sage__header {
  min-height: auto !important;
  display: block !important;
  margin-bottom: clamp(1.6rem, 3vw, 2.4rem) !important;
}

body.writing-book-page #purchase.tr-services-sage .tr-services-sage__headline {
  grid-column: auto !important;
  max-width: 960px !important;
}

body.writing-book-page .writing-purchase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

body.writing-book-page .writing-purchase-card,
body.writing-book-page .tr-rate-card,
body.writing-book-page .tr-rate-note,
body.writing-book-page .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.74), transparent 46%),
    radial-gradient(circle at 100% 0%, rgba(158, 37, 48, 0.055), transparent 40%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(235, 231, 226, 0.84)) !important;
  border-color: rgba(13, 13, 15, 0.13) !important;
  box-shadow:
    0 22px 56px rgba(13, 13, 15, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.76) inset !important;
}

body.writing-book-page .writing-price {
  color: var(--wb-red) !important;
}

/* Canary layout */
body.writing-book-page .writing-book-pair {
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr) !important;
  gap: clamp(2.5rem, 5vw, 5rem) !important;
  align-items: center !important;
}

/* Dark sections */
body.writing-book-page #faq {
  background:
    radial-gradient(circle at 12% 0%, rgba(158, 37, 48, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(9, 9, 11, 0.98), rgba(24, 23, 27, 0.96)) !important;
}

body.writing-book-page #about-onke.tr-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(158, 37, 48, 0.10), transparent 34%),
    linear-gradient(135deg, #0b0b0d 0%, #17171a 48%, #0c0c0f 100%) !important;
}

@media (max-width: 991px) {
  body.writing-book-page #second-verse.tr-shared-journey,
  body.writing-book-page .writing-book-pair,
  body.writing-book-page .writing-purchase-grid {
    grid-template-columns: 1fr !important;
  }

  body.writing-book-page .tr-shell {
    width: min(100%, calc(100% - 2rem)) !important;
  }
}

@media (max-width: 575px) {
  body.writing-book-page #second-verse.tr-shared-journey,
  body.writing-book-page #approach.tr-approach-slider-section,
  body.writing-book-page #purchase.tr-services-sage,
  body.writing-book-page .tr-panel {
    padding: 1.4rem !important;
  }

  body.writing-book-page #second-verse h2 {
    font-size: clamp(3.2rem, 17vw, 5rem) !important;
  }
}

/* Writing — Canary section text width refinement */
body.writing-book-page #canary .writing-book-pair > div {
  max-width: 720px !important;
}

body.writing-book-page #canary p:not(.tr-eyebrow) {
  max-width: 680px !important;
  text-wrap: balance;
}

body.writing-book-page #canary .tr-actions {
  max-width: 680px !important;
}

@media (min-width: 992px) {
  body.writing-book-page #canary .writing-book-pair {
    grid-template-columns: minmax(320px, 0.44fr) minmax(0, 0.72fr) !important;
  }
}

/* =========================================================
   Writing — Redesigned Order Section
   Compact editorial purchase strip placed under The Second Verse.
========================================================= */

body.writing-book-page #purchase.tr-services-sage {
  padding: clamp(2.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 5rem) !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, 0.76), transparent 34%),
    radial-gradient(circle at 92% 8%, rgba(158, 37, 48, 0.065), transparent 34%),
    linear-gradient(135deg, #fbfaf7 0%, #f0ece7 52%, #e3ded8 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.13) !important;
  box-shadow:
    0 28px 72px rgba(13, 13, 15, 0.11),
    0 1px 0 rgba(255, 255, 255, 0.82) inset !important;
}

body.writing-book-page #purchase.tr-services-sage .tr-services-sage__header {
  min-height: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr) !important;
  gap: clamp(1.5rem, 4vw, 4rem) !important;
  align-items: end !important;
  margin-bottom: clamp(1.75rem, 3vw, 2.4rem) !important;
}

body.writing-book-page #purchase.tr-services-sage .tr-services-sage__headline {
  grid-column: auto !important;
  max-width: none !important;
}

body.writing-book-page #purchase .tr-section-label {
  margin-bottom: 0.85rem !important;
}

body.writing-book-page #purchase h2 {
  max-width: 9.5ch !important;
  margin: 0 !important;
  color: var(--wb-ink) !important;
  font-size: clamp(3.3rem, 5vw, 6.2rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.06em !important;
}

body.writing-book-page #purchase .tr-services-sage__headline > p {
  max-width: 620px !important;
  margin: 0 !important;
  align-self: end !important;
  color: rgba(13, 13, 15, 0.62) !important;
  font-size: clamp(1.1rem, 0.65vw + 1rem, 1.35rem) !important;
  line-height: 1.58 !important;
}

body.writing-book-page #purchase .writing-purchase-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(0.9rem, 1.6vw, 1.25rem) !important;
  margin-top: 0 !important;
}

body.writing-book-page #purchase .writing-purchase-card {
  min-height: 100% !important;
  padding: clamp(1.15rem, 1.8vw, 1.45rem) !important;
  display: flex !important;
  flex-direction: column !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.78), transparent 46%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(235, 231, 226, 0.86)) !important;
  border: 1px solid rgba(13, 13, 15, 0.12) !important;
  border-radius: 20px !important;
  box-shadow:
    0 18px 42px rgba(13, 13, 15, 0.09),
    0 1px 0 rgba(255, 255, 255, 0.78) inset !important;
}

body.writing-book-page #purchase .writing-purchase-card h3 {
  margin-bottom: 0.65rem !important;
  font-size: clamp(1.35rem, 1.4vw, 1.75rem) !important;
}

body.writing-book-page #purchase .writing-price {
  margin: 0 0 0.65rem !important;
  color: var(--wb-red) !important;
  font-size: clamp(1.25rem, 1.4vw, 1.65rem) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

body.writing-book-page #purchase .writing-purchase-card p {
  margin-bottom: 1rem !important;
  color: rgba(13, 13, 15, 0.60) !important;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

body.writing-book-page #purchase .writing-purchase-card .tr-btn {
  margin-top: auto !important;
  width: 100% !important;
  min-height: 2.8rem !important;
  padding: 0.75rem 1rem !important;
  font-size: 0.78rem !important;
}

@media (max-width: 1100px) {
  body.writing-book-page #purchase .writing-purchase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  body.writing-book-page #purchase.tr-services-sage .tr-services-sage__header {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  body.writing-book-page #purchase .writing-purchase-grid {
    grid-template-columns: 1fr !important;
  }

  body.writing-book-page #purchase h2 {
    max-width: 100% !important;
  }
}

/* =========================================================
   Writing — Hero Text Visibility Fix
   Restore white hero typography after hard page rescope.
========================================================= */

body.writing-book-page .tr-hero {
  color: #fff !important;
}

body.writing-book-page .tr-hero__overlay {
  background:
    radial-gradient(circle at 33% 50%, rgba(0, 0, 0, 0.22), transparent 34%),
    linear-gradient(90deg, rgba(5, 5, 7, 0.90) 0%, rgba(9, 8, 10, 0.72) 42%, rgba(9, 8, 10, 0.40) 68%, rgba(9, 8, 10, 0.72) 100%),
    linear-gradient(180deg, rgba(5, 5, 7, 0.18) 0%, rgba(5, 5, 7, 0.84) 100%) !important;
}

body.writing-book-page .tr-hero .tr-eyebrow,
body.writing-book-page .tr-hero .tr-eyebrow span,
body.writing-book-page .tr-hero .tr-eyebrow i {
  color: rgba(255, 255, 255, 0.88) !important;
}

body.writing-book-page .tr-hero .tr-eyebrow i {
  color: #d24d57 !important;
}

body.writing-book-page .tr-hero h1,
body.writing-book-page .tr-hero h1 *,
body.writing-book-page .tr-hero__lead,
body.writing-book-page .tr-hero__lead * {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow:
    0 4px 28px rgba(0, 0, 0, 0.72),
    0 1px 2px rgba(0, 0, 0, 0.55) !important;
}

body.writing-book-page .tr-hero__lead {
  color: rgba(255, 255, 255, 0.88) !important;
}

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

body.writing-book-page .tr-hero .tr-btn:hover,
body.writing-book-page .tr-hero .tr-btn:focus-visible {
  color: #fff !important;
}

body.writing-book-page .tr-hero .tr-btn--light {
  border-color: rgba(255, 255, 255, 0.74) !important;
}

/* =========================================================
   Writing — About Section Text Visibility Fix
   Restore light typography inside the black editorial section.
========================================================= */

body.writing-book-page #about-onke.tr-panel {
  color: #fffaf2 !important;
}

body.writing-book-page #about-onke .tr-eyebrow,
body.writing-book-page #about-onke .tr-eyebrow span {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.writing-book-page #about-onke .tr-eyebrow i {
  color: #d24d57 !important;
}

body.writing-book-page #about-onke h2,
body.writing-book-page #about-onke h2 *,
body.writing-book-page #about-onke .tr-about > div > p:not(.tr-eyebrow) {
  color: rgba(255, 250, 242, 0.96) !important;
  text-shadow: none !important;
}

body.writing-book-page #about-onke .tr-about > div > p:not(.tr-eyebrow) {
  color: rgba(255, 255, 255, 0.74) !important;
}

/* Keep the role cards light and readable */
body.writing-book-page #about-onke .tr-card {
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.92), transparent 46%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(235, 231, 226, 0.90)) !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.26),
    0 1px 0 rgba(255, 255, 255, 0.76) inset !important;
}

body.writing-book-page #about-onke .tr-card h3 {
  color: #0d0d0f !important;
}

body.writing-book-page #about-onke .tr-card p {
  color: rgba(13, 13, 15, 0.64) !important;
}

/* =========================================================
   Writing — Second Verse Detail Block
   Editorial book description, praise, and awards in first card.
========================================================= */

body.writing-book-page #second-verse.tr-shared-journey {
  align-items: start !important;
}

body.writing-book-page #second-verse .tr-shared-journey__copy {
  max-width: 760px !important;
}

body.writing-book-page .writing-book-detail {
  max-width: 720px;
  margin-top: clamp(1.45rem, 2.5vw, 2rem);
  padding-top: clamp(1.2rem, 2vw, 1.6rem);
  border-top: 1px solid rgba(13, 13, 15, 0.13);
}

body.writing-book-page .writing-book-kicker {
  margin: 0 0 0.9rem !important;
  color: rgba(13, 13, 15, 0.74) !important;
  font-family: var(--nav-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.86rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.14em;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

body.writing-book-page .writing-book-detail > p:not(.writing-book-kicker) {
  max-width: 680px !important;
  margin: 0 0 0.95rem !important;
  color: rgba(13, 13, 15, 0.64) !important;
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(1rem, 0.35vw + 0.94rem, 1.13rem) !important;
  line-height: 1.64 !important;
}

body.writing-book-page .writing-book-praise {
  max-width: 700px;
  margin: clamp(1.35rem, 2vw, 1.75rem) 0 0;
  padding: clamp(1.2rem, 2vw, 1.55rem);
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.75), transparent 44%),
    linear-gradient(180deg, rgba(251, 250, 247, 0.78), rgba(235, 231, 226, 0.58));
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-left: 4px solid var(--wb-red);
  border-radius: 18px;
  box-shadow:
    0 18px 44px rgba(13, 13, 15, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.74) inset;
}

body.writing-book-page .writing-book-praise figcaption {
  margin-bottom: 0.75rem;
  color: var(--wb-ink);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.25rem, 1vw + 1rem, 1.65rem);
  line-height: 1.15;
}

body.writing-book-page .writing-book-praise blockquote {
  margin: 0;
  color: rgba(13, 13, 15, 0.68);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: clamp(0.98rem, 0.3vw + 0.92rem, 1.08rem);
  line-height: 1.62;
}

body.writing-book-page .writing-book-praise cite {
  display: block;
  margin-top: 0.85rem;
  color: rgba(13, 13, 15, 0.58);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.95rem;
  font-style: normal;
  line-height: 1.45;
}

body.writing-book-page .writing-book-awards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 700px;
  margin: clamp(1rem, 2vw, 1.35rem) 0 0;
}

body.writing-book-page .writing-book-awards > div {
  padding: 0.95rem 1rem;
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.82), rgba(235, 231, 226, 0.58));
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-radius: 16px;
}

body.writing-book-page .writing-book-awards dt {
  margin: 0 0 0.2rem;
  color: var(--wb-red);
  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.writing-book-page .writing-book-awards dd {
  margin: 0;
  color: rgba(13, 13, 15, 0.68);
  font-family: var(--default-font, "Source Sans 3", system-ui, sans-serif);
  font-size: 0.98rem;
  line-height: 1.42;
}

@media (max-width: 767px) {
  body.writing-book-page .writing-book-awards {
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Writing — Second Verse Feature Editorial Refinement
   Make the first feature section feel like a white book spread.
========================================================= */

body.writing-book-page #second-verse.tr-shared-journey {
  grid-template-columns: minmax(520px, 0.92fr) minmax(430px, 0.82fr) !important;
  gap: clamp(3rem, 5vw, 6rem) !important;
  align-items: start !important;
  padding: clamp(4.5rem, 6vw, 7rem) clamp(4.5rem, 7vw, 8rem) !important;
  background:
    radial-gradient(circle at 78% 16%, rgba(158, 37, 48, 0.055), transparent 26%),
    radial-gradient(circle at 8% 6%, rgba(255, 255, 255, 0.96), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 52%, #f4f1ec 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.12) !important;
  box-shadow:
    0 36px 90px rgba(13, 13, 15, 0.13),
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
}

body.writing-book-page #second-verse.tr-shared-journey::before {
  opacity: 0.09 !important;
  background-image:
    linear-gradient(rgba(13, 13, 15, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 13, 15, 0.04) 1px, transparent 1px) !important;
}

body.writing-book-page #second-verse .tr-shared-journey__copy {
  max-width: 760px !important;
}

body.writing-book-page #second-verse h2 {
  max-width: 8.5ch !important;
  margin-bottom: clamp(1.1rem, 2vw, 1.55rem) !important;
  font-size: clamp(4.75rem, 7.4vw, 9.25rem) !important;
  line-height: 0.89 !important;
  letter-spacing: -0.075em !important;
}

body.writing-book-page #second-verse .tr-intro-text {
  max-width: 670px !important;
  margin-top: 0 !important;
  color: rgba(13, 13, 15, 0.78) !important;
  font-size: clamp(1.38rem, 1.05vw + 1rem, 1.78rem) !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
  text-wrap: balance;
}

body.writing-book-page #second-verse .writing-feature-lede {
  max-width: 670px !important;
  margin-top: clamp(1rem, 1.8vw, 1.35rem) !important;
  color: rgba(13, 13, 15, 0.62) !important;
  font-size: clamp(1.08rem, 0.55vw + 1rem, 1.28rem) !important;
  line-height: 1.72 !important;
}

/* Give the book cover its own gallery-like white field */
body.writing-book-page #second-verse .tr-shared-journey__media {
  align-self: start !important;
  position: sticky;
  top: 110px;
  transform: none !important;
  padding: clamp(1.3rem, 2vw, 1.8rem) !important;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 255, 255, 0.92), transparent 42%),
    linear-gradient(180deg, #ffffff 0%, #f7f6f2 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.10);
  border-radius: clamp(22px, 2.4vw, 34px);
  box-shadow:
    0 34px 88px rgba(13, 13, 15, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.88) inset;
}

body.writing-book-page #second-verse .writing-book-cover {
  width: min(100%, 520px) !important;
  max-height: 720px !important;
  object-fit: contain !important;
  border-radius: clamp(12px, 1.5vw, 20px) !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow:
    0 38px 78px rgba(13, 13, 15, 0.22),
    0 18px 42px rgba(158, 37, 48, 0.10) !important;
}

/* Turn the synopsis into editorial body copy rather than card-like text */
body.writing-book-page .writing-book-detail {
  max-width: 700px !important;
  margin-top: clamp(1.65rem, 2.6vw, 2.25rem) !important;
  padding-top: clamp(1.35rem, 2vw, 1.8rem) !important;
  border-top: 1px solid rgba(13, 13, 15, 0.14) !important;
}

body.writing-book-page .writing-book-kicker {
  margin-bottom: 1rem !important;
  color: rgba(13, 13, 15, 0.72) !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.16em !important;
}

body.writing-book-page .writing-book-detail > p:not(.writing-book-kicker) {
  max-width: 680px !important;
  margin-bottom: 1.05rem !important;
  color: rgba(13, 13, 15, 0.66) !important;
  font-size: clamp(1.02rem, 0.35vw + 0.96rem, 1.16rem) !important;
  line-height: 1.68 !important;
}

/* Praise becomes a pull quote, not a generic box */
body.writing-book-page .writing-book-praise {
  max-width: 700px !important;
  margin-top: clamp(1.55rem, 2.4vw, 2rem) !important;
  padding:
    clamp(1.2rem, 2vw, 1.6rem)
    clamp(1.35rem, 2.2vw, 1.85rem) !important;
  background:
    linear-gradient(90deg, rgba(158, 37, 48, 0.055), rgba(255, 255, 255, 0.54)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 246, 242, 0.74)) !important;
  border: 0 !important;
  border-left: 4px solid var(--wb-red) !important;
  border-radius: 0 18px 18px 0 !important;
  box-shadow: none !important;
}

body.writing-book-page .writing-book-praise figcaption {
  margin-bottom: 0.85rem !important;
  color: #0d0d0f !important;
  font-size: clamp(1.45rem, 1.15vw + 1rem, 1.9rem) !important;
}

body.writing-book-page .writing-book-praise blockquote {
  color: rgba(13, 13, 15, 0.68) !important;
  font-size: clamp(1rem, 0.35vw + 0.96rem, 1.14rem) !important;
  line-height: 1.66 !important;
}

body.writing-book-page .writing-book-awards {
  max-width: 700px !important;
}

body.writing-book-page .writing-book-awards > div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 246, 242, 0.62)) !important;
  border-color: rgba(13, 13, 15, 0.12) !important;
}

/* Make the action buttons feel like the close of the feature */
body.writing-book-page #second-verse .tr-actions {
  max-width: 700px !important;
  margin-top: clamp(1.5rem, 2.5vw, 2.1rem) !important;
}

/* The other sections should not all feel like generic cards */
body.writing-book-page #purchase.tr-services-sage,
body.writing-book-page #canary.tr-panel,
body.writing-book-page #approach.tr-approach-slider-section {
  border-radius: clamp(18px, 2vw, 28px) !important;
}

@media (max-width: 991px) {
  body.writing-book-page #second-verse.tr-shared-journey {
    grid-template-columns: 1fr !important;
  }

  body.writing-book-page #second-verse .tr-shared-journey__media {
    position: relative !important;
    top: auto !important;
    max-width: 560px !important;
    margin-inline: auto !important;
  }
}

/* Writing — clean Second Verse cover presentation */
body.writing-book-page #second-verse .tr-shared-journey__media {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.writing-book-page #second-verse .writing-book-cover {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Writing — force Second Verse image area to pure white */
body.writing-book-page #second-verse .tr-shared-journey__media,
body.writing-book-page #second-verse .tr-shared-journey__media::before,
body.writing-book-page #second-verse .tr-shared-journey__media::after {
  background: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body.writing-book-page #second-verse .tr-shared-journey__media {
  padding: 0 !important;
  border-radius: 0 !important;
}

body.writing-book-page #second-verse .writing-book-cover {
  display: block !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   Writing — WHITE WHITE WHITE Second Verse Feature
   No warm gray, no gradient, no image-side tint.
========================================================= */

body.writing-book-page #second-verse.tr-shared-journey,
body.writing-book-page #second-verse.tr-section,
body.writing-book-page #second-verse .tr-shared-journey__media,
body.writing-book-page #second-verse .tr-shared-journey__media *,
body.writing-book-page #second-verse .writing-book-cover {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
}

body.writing-book-page #second-verse.tr-shared-journey::before,
body.writing-book-page #second-verse.tr-shared-journey::after,
body.writing-book-page #second-verse .tr-shared-journey__media::before,
body.writing-book-page #second-verse .tr-shared-journey__media::after,
body.writing-book-page #second-verse .writing-book-cover::before,
body.writing-book-page #second-verse .writing-book-cover::after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  background-image: none !important;
}

body.writing-book-page #second-verse .tr-shared-journey__media {
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.writing-book-page #second-verse .writing-book-cover {
  display: block !important;
  width: min(100%, 560px) !important;
  max-height: none !important;
  object-fit: contain !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 auto !important;
  filter: none !important;
}

/* =========================================================
   Writing — Order Options Inside Second Verse Feature
   Uses the right-side white space under the book cover.
========================================================= */

body.writing-book-page #second-verse .tr-shared-journey__media {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(1.5rem, 2vw, 2rem) !important;
  background: #ffffff !important;
}

body.writing-book-page .writing-cover-order {
  width: min(100%, 620px);
  margin: 0 auto !important;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  background: #ffffff !important;
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-radius: 22px;
  box-shadow:
    0 22px 56px rgba(13, 13, 15, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

body.writing-book-page .writing-cover-order__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(13, 13, 15, 0.10);
}

body.writing-book-page .writing-cover-order__header .tr-section-label {
  margin: 0 !important;
  font-size: 0.72rem !important;
}

body.writing-book-page .writing-cover-order__header h3 {
  margin: 0 !important;
  color: var(--wb-ink) !important;
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: clamp(1.45rem, 1.7vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: right;
}

body.writing-book-page .writing-cover-order .writing-purchase-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 0.85rem !important;
  margin: 0 !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card {
  padding: 1rem !important;
  min-height: 0 !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f6f2 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.11) !important;
  box-shadow: none !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card h3 {
  margin-bottom: 0.45rem !important;
  font-size: clamp(1.05rem, 1vw, 1.25rem) !important;
  line-height: 1.08 !important;
}

body.writing-book-page .writing-cover-order .writing-price {
  margin: 0 0 0.45rem !important;
  font-size: 1rem !important;
  color: var(--wb-red) !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card p {
  margin-bottom: 0.75rem !important;
  font-size: 0.83rem !important;
  line-height: 1.35 !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card .tr-btn {
  min-height: 2.45rem !important;
  padding: 0.65rem 0.75rem !important;
  font-size: 0.72rem !important;
}

@media (max-width: 991px) {
  body.writing-book-page .writing-cover-order {
    max-width: 620px;
  }
}

@media (max-width: 575px) {
  body.writing-book-page .writing-cover-order__header {
    display: block;
  }

  body.writing-book-page .writing-cover-order__header h3 {
    margin-top: 0.6rem !important;
    text-align: left;
  }

  body.writing-book-page .writing-cover-order .writing-purchase-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Writing — order cards 2x2 inside feature column */
body.writing-book-page .writing-cover-order {
  max-width: 640px !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card {
  min-height: 210px !important;
  padding: 1.15rem 1.2rem !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card h3 {
  font-size: clamp(1.28rem, 1.3vw, 1.55rem) !important;
  line-height: 1.08 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

body.writing-book-page .writing-cover-order .writing-price {
  font-size: 1.2rem !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card p {
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

body.writing-book-page .writing-cover-order .writing-purchase-card .tr-btn {
  width: auto !important;
  min-width: 130px !important;
  align-self: flex-start !important;
}

@media (max-width: 575px) {
  body.writing-book-page .writing-cover-order .writing-purchase-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Writing — force Second Verse order cards into true 2x2 layout */
body.writing-book-page #second-verse .writing-cover-order {
  width: min(100%, 680px) !important;
  max-width: 680px !important;
  overflow: visible !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  width: 100% !important;
  margin: 0 !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 220px !important;
  padding: 1.15rem 1.2rem !important;
  overflow: visible !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card h3 {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  font-size: clamp(1.25rem, 1.4vw, 1.55rem) !important;
  line-height: 1.08 !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card p {
  white-space: normal !important;
  overflow: visible !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn {
  width: auto !important;
  min-width: 132px !important;
  max-width: 180px !important;
  align-self: flex-start !important;
  overflow: visible !important;
}

@media (max-width: 575px) {
  body.writing-book-page #second-verse .writing-cover-order .writing-purchase-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Writing — order card button hover containment */
body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 132px !important;
  max-width: 170px !important;
  min-height: 2.65rem !important;
  padding: 0.72rem 1.05rem !important;
  color: #0d0d0f !important;
  background: #fff !important;
  border: 2px solid var(--wb-red) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  width: 100% !important;
  height: 100% !important;
  background: var(--wb-red) !important;
  transform: translateY(105%) !important;
  transition: transform 0.26s ease !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn:hover,
body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn:focus-visible {
  color: #fff !important;
  background: #fff !important;
  border-color: var(--wb-red) !important;
  box-shadow: 0 10px 24px rgba(158, 37, 48, 0.18) !important;
}

body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn:hover::after,
body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn:focus-visible::after {
  transform: translateY(0) !important;
}

/* =========================================================
   Writing — Canary Feature Rebuild
   Mirrors the Second Verse editorial spread, with Canary-specific content.
========================================================= */

body.writing-book-page #canary.writing-canary-feature {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.78fr) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  align-items: start !important;
  padding: clamp(4rem, 5.5vw, 6.5rem) clamp(4rem, 6vw, 7rem) !important;
  background:
    radial-gradient(circle at 13% 10%, rgba(182, 146, 20, 0.10), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(158, 37, 48, 0.05), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 50%, #f1eee8 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.13) !important;
  box-shadow:
    0 34px 90px rgba(13, 13, 15, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.86) inset !important;
}

body.writing-book-page #canary.writing-canary-feature::before,
body.writing-book-page #canary.writing-canary-feature::after {
  opacity: 0.10 !important;
}

body.writing-book-page .writing-canary-feature__media {
  background: #ffffff;
}

body.writing-book-page .writing-canary-cover {
  display: block;
  width: min(100%, 440px);
  margin-inline: auto;
  background: #ffffff;
  border: 0;
  border-radius: 18px;
  box-shadow:
    0 34px 82px rgba(13, 13, 15, 0.18),
    0 14px 34px rgba(182, 146, 20, 0.12);
}

body.writing-book-page .writing-canary-feature__copy {
  max-width: 860px;
}

body.writing-book-page #canary h2 {
  max-width: 9ch;
  margin: 0 0 0.85rem;
  color: var(--wb-ink) !important;
  font-size: clamp(4rem, 6.6vw, 8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
}

body.writing-book-page .writing-canary-byline {
  margin: 0 0 1.2rem !important;
  color: rgba(13, 13, 15, 0.62) !important;
  font-size: clamp(1.05rem, 0.4vw + 1rem, 1.22rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

body.writing-book-page .writing-canary-lede {
  max-width: 720px;
  margin: 0 0 clamp(1.3rem, 2vw, 1.75rem) !important;
  color: rgba(13, 13, 15, 0.78) !important;
  font-size: clamp(1.35rem, 1vw + 1rem, 1.75rem) !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
  text-wrap: balance;
}

body.writing-book-page .writing-canary-detail {
  max-width: 760px;
  padding-top: clamp(1.2rem, 2vw, 1.6rem);
  border-top: 1px solid rgba(13, 13, 15, 0.13);
}

body.writing-book-page .writing-canary-detail p {
  margin: 0 0 1.05rem !important;
  color: rgba(13, 13, 15, 0.66) !important;
  font-size: clamp(1.02rem, 0.35vw + 0.96rem, 1.16rem) !important;
  line-height: 1.68 !important;
}

body.writing-book-page .writing-canary-note {
  max-width: 760px;
  margin: clamp(1.3rem, 2vw, 1.65rem) 0 1rem !important;
  padding: 0.95rem 1rem;
  color: rgba(13, 13, 15, 0.70) !important;
  background:
    linear-gradient(90deg, rgba(182, 146, 20, 0.08), rgba(255, 255, 255, 0.64));
  border-left: 4px solid #b69214;
  border-radius: 0 14px 14px 0;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

body.writing-book-page .writing-canary-retailers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1rem;
}

body.writing-book-page .writing-canary-retailers .tr-btn {
  min-height: 2.75rem !important;
  padding: 0.72rem 1rem !important;
  font-size: 0.76rem !important;
  border-color: var(--wb-red) !important;
}

body.writing-book-page .writing-canary-excerpt {
  max-width: 760px;
  margin-top: clamp(1.4rem, 2vw, 1.9rem);
  padding: clamp(1.25rem, 2vw, 1.65rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(247, 246, 242, 0.78));
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-radius: 20px;
  box-shadow:
    0 18px 44px rgba(13, 13, 15, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

body.writing-book-page .writing-canary-excerpt h3 {
  margin: 0 0 1rem !important;
  color: var(--wb-ink) !important;
  font-size: clamp(1.55rem, 1.4vw, 2.2rem) !important;
  line-height: 1.1 !important;
}

body.writing-book-page .writing-canary-excerpt p {
  margin: 0 0 1rem !important;
  color: rgba(13, 13, 15, 0.68) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

@media (max-width: 991px) {
  body.writing-book-page #canary.writing-canary-feature {
    grid-template-columns: 1fr !important;
  }

  body.writing-book-page .writing-canary-cover {
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  body.writing-book-page #canary.writing-canary-feature {
    padding: 1.4rem !important;
  }

  body.writing-book-page .writing-canary-retailers {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Writing — Canary Feature Rebuild
   Mirrors the Second Verse editorial spread, with Canary-specific content.
========================================================= */

body.writing-book-page #canary.writing-canary-feature {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.42fr) minmax(0, 0.78fr) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  align-items: start !important;
  padding: clamp(4rem, 5.5vw, 6.5rem) clamp(4rem, 6vw, 7rem) !important;
  background:
    radial-gradient(circle at 13% 10%, rgba(182, 146, 20, 0.10), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(158, 37, 48, 0.05), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #fbfaf7 50%, #f1eee8 100%) !important;
  border: 1px solid rgba(13, 13, 15, 0.13) !important;
  box-shadow:
    0 34px 90px rgba(13, 13, 15, 0.12),
    0 1px 0 rgba(255, 255, 255, 0.86) inset !important;
}

body.writing-book-page #canary.writing-canary-feature::before,
body.writing-book-page #canary.writing-canary-feature::after {
  opacity: 0.10 !important;
}

body.writing-book-page .writing-canary-feature__media {
  background: #ffffff;
}

body.writing-book-page .writing-canary-cover {
  display: block;
  width: min(100%, 440px);
  margin-inline: auto;
  background: #ffffff;
  border: 0;
  border-radius: 18px;
  box-shadow:
    0 34px 82px rgba(13, 13, 15, 0.18),
    0 14px 34px rgba(182, 146, 20, 0.12);
}

body.writing-book-page .writing-canary-feature__copy {
  max-width: 860px;
}

body.writing-book-page #canary h2 {
  max-width: 9ch;
  margin: 0 0 0.85rem;
  color: var(--wb-ink) !important;
  font-size: clamp(4rem, 6.6vw, 8rem) !important;
  line-height: 0.9 !important;
  letter-spacing: -0.07em !important;
}

body.writing-book-page .writing-canary-byline {
  margin: 0 0 1.2rem !important;
  color: rgba(13, 13, 15, 0.62) !important;
  font-size: clamp(1.05rem, 0.4vw + 1rem, 1.22rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

body.writing-book-page .writing-canary-lede {
  max-width: 720px;
  margin: 0 0 clamp(1.3rem, 2vw, 1.75rem) !important;
  color: rgba(13, 13, 15, 0.78) !important;
  font-size: clamp(1.35rem, 1vw + 1rem, 1.75rem) !important;
  font-weight: 760 !important;
  line-height: 1.38 !important;
  text-wrap: balance;
}

body.writing-book-page .writing-canary-detail {
  max-width: 760px;
  padding-top: clamp(1.2rem, 2vw, 1.6rem);
  border-top: 1px solid rgba(13, 13, 15, 0.13);
}

body.writing-book-page .writing-canary-detail p {
  margin: 0 0 1.05rem !important;
  color: rgba(13, 13, 15, 0.66) !important;
  font-size: clamp(1.02rem, 0.35vw + 0.96rem, 1.16rem) !important;
  line-height: 1.68 !important;
}

body.writing-book-page .writing-canary-note {
  max-width: 760px;
  margin: clamp(1.3rem, 2vw, 1.65rem) 0 1rem !important;
  padding: 0.95rem 1rem;
  color: rgba(13, 13, 15, 0.70) !important;
  background:
    linear-gradient(90deg, rgba(182, 146, 20, 0.08), rgba(255, 255, 255, 0.64));
  border-left: 4px solid #b69214;
  border-radius: 0 14px 14px 0;
  font-size: 0.98rem !important;
  line-height: 1.5 !important;
}

body.writing-book-page .writing-canary-retailers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 760px;
  margin-top: 1rem;
}

body.writing-book-page .writing-canary-retailers .tr-btn {
  min-height: 2.75rem !important;
  padding: 0.72rem 1rem !important;
  font-size: 0.76rem !important;
  border-color: var(--wb-red) !important;
}

body.writing-book-page .writing-canary-excerpt {
  max-width: 760px;
  margin-top: clamp(1.4rem, 2vw, 1.9rem);
  padding: clamp(1.25rem, 2vw, 1.65rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(247, 246, 242, 0.78));
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-radius: 20px;
  box-shadow:
    0 18px 44px rgba(13, 13, 15, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

body.writing-book-page .writing-canary-excerpt h3 {
  margin: 0 0 1rem !important;
  color: var(--wb-ink) !important;
  font-size: clamp(1.55rem, 1.4vw, 2.2rem) !important;
  line-height: 1.1 !important;
}

body.writing-book-page .writing-canary-excerpt p {
  margin: 0 0 1rem !important;
  color: rgba(13, 13, 15, 0.68) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

@media (max-width: 991px) {
  body.writing-book-page #canary.writing-canary-feature {
    grid-template-columns: 1fr !important;
  }

  body.writing-book-page .writing-canary-cover {
    max-width: 420px;
  }
}

@media (max-width: 575px) {
  body.writing-book-page #canary.writing-canary-feature {
    padding: 1.4rem !important;
  }

  body.writing-book-page .writing-canary-retailers {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* =========================================================
   Writing — Second Verse Excerpt Toggle
   Styled to match the Canary excerpt pattern, scoped separately.
========================================================= */

body.writing-book-page .writing-second-verse-excerpt {
  max-width: 760px;
  margin-top: clamp(1.5rem, 2vw, 2rem);
  padding: clamp(1.35rem, 2.2vw, 1.8rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 246, 242, 0.82));
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-left: 4px solid var(--wb-red);
  border-radius: 0 20px 20px 0;
  box-shadow:
    0 18px 44px rgba(13, 13, 15, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.78) inset;
}

body.writing-book-page .writing-second-verse-excerpt h3 {
  margin: 0 0 1.15rem !important;
  color: var(--wb-ink) !important;
  font-size: clamp(1.65rem, 1.5vw, 2.35rem) !important;
  line-height: 1.08 !important;
}

body.writing-book-page .writing-second-verse-excerpt p {
  margin: 0 0 1rem !important;
  color: rgba(13, 13, 15, 0.70) !important;
  font-size: clamp(1rem, 0.25vw + 0.96rem, 1.12rem) !important;
  line-height: 1.72 !important;
}

body.writing-book-page .writing-second-verse-excerpt .first-letter::first-letter {
  float: left;
  padding: 0.05em 0.12em 0 0;
  color: var(--wb-red);
  font-family: var(--heading-font, "Playfair Display", Georgia, serif);
  font-size: 4.2rem;
  line-height: 0.85;
}

body.writing-book-page .writing-second-verse-excerpt .dialogue {
  color: rgba(13, 13, 15, 0.78) !important;
  font-weight: 700;
}

body.writing-book-page .writing-second-verse-excerpt-toggle {
  white-space: nowrap;
}

/* Writing — Second Verse button row refinement */
body.writing-book-page #second-verse .writing-second-verse-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0.85rem !important;
}

body.writing-book-page #second-verse .writing-second-verse-actions .tr-btn {
  margin: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 575px) {
  body.writing-book-page #second-verse .writing-second-verse-actions {
    align-items: stretch !important;
  }

  body.writing-book-page #second-verse .writing-second-verse-actions .tr-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Writing — force Second Verse action buttons into one horizontal row */
body.writing-book-page #second-verse .writing-second-verse-actions {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0.85rem !important;
}

body.writing-book-page #second-verse .writing-second-verse-actions .tr-btn {
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

@media (max-width: 575px) {
  body.writing-book-page #second-verse .writing-second-verse-actions {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  body.writing-book-page #second-verse .writing-second-verse-actions .tr-btn {
    width: 100% !important;
    justify-content: center !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.writing-redesign-page .tr-hero,
body.writing-book-page .tr-hero {
  min-height: clamp(600px, 78vh, 780px) !important;
}

body.writing-redesign-page .tr-hero__inner,
body.writing-book-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.writing-redesign-page .tr-hero,
  body.writing-book-page .tr-hero {
    min-height: 76vh !important;
  }

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

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

body.writing-redesign-page .tr-hero__inner,
body.writing-book-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.writing-redesign-page .tr-hero__inner,
  body.writing-book-page .tr-hero__inner {
    transform: translateY(-25px) !important;
    padding-top: 0 !important;
  }
}

/* Writing page — make header logo readable on dark header */
body.writing-redesign-page #header .logo h1,
body.writing-redesign-page #header .logo .sitename,
body.writing-book-page #header .logo h1,
body.writing-book-page #header .logo .sitename {
  color: rgba(255, 255, 255, 0.96) !important;
}

body.writing-redesign-page #header .logo:hover h1,
body.writing-redesign-page #header .logo:hover .sitename,
body.writing-book-page #header .logo:hover h1,
body.writing-book-page #header .logo:hover .sitename {
  color: #ffffff !important;
}

/* Writing hero — preserve text readability on left, reveal more image to the right */
body.writing-book-page .tr-hero__overlay,
body.writing-redesign-page .tr-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 7, 0.92) 0%,
      rgba(5, 5, 7, 0.82) 28%,
      rgba(5, 5, 7, 0.48) 52%,
      rgba(5, 5, 7, 0.20) 74%,
      rgba(5, 5, 7, 0.08) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 5, 7, 0.12) 0%,
      rgba(5, 5, 7, 0.34) 100%
    ) !important;
}

body.writing-book-page .tr-hero__image img,
body.writing-redesign-page .tr-hero__image img {
  filter: none !important;
}

/* Writing hero — slightly stronger middle readability, still reveals image on right */
body.writing-book-page .tr-hero__overlay,
body.writing-redesign-page .tr-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 7, 0.94) 0%,
      rgba(5, 5, 7, 0.88) 30%,
      rgba(5, 5, 7, 0.66) 52%,
      rgba(5, 5, 7, 0.34) 76%,
      rgba(5, 5, 7, 0.12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(5, 5, 7, 0.14) 0%,
      rgba(5, 5, 7, 0.36) 100%
    ) !important;
}

/* Writing hero — shift hero image composition to the right */
body.writing-book-page .tr-hero__image img,
body.writing-redesign-page .tr-hero__image img {
  object-position: 68% center !important;
}

@media (min-width: 1200px) {
  body.writing-book-page .tr-hero__image img,
  body.writing-redesign-page .tr-hero__image img {
    object-position: 72% center !important;
  }
}

@media (max-width: 767px) {
  body.writing-book-page .tr-hero__image img,
  body.writing-redesign-page .tr-hero__image img {
    object-position: 62% center !important;
  }
}

/* Writing hero — stronger visual shift of background image to the right */
body.writing-book-page .tr-hero__image,
body.writing-redesign-page .tr-hero__image {
  overflow: hidden !important;
}

body.writing-book-page .tr-hero__image img,
body.writing-redesign-page .tr-hero__image img {
  width: 108% !important;
  max-width: none !important;
  transform: translateX(7%) scale(1.03) !important;
  transform-origin: center center !important;
  object-position: 76% center !important;
}

@media (min-width: 1200px) {
  body.writing-book-page .tr-hero__image img,
  body.writing-redesign-page .tr-hero__image img {
    width: 112% !important;
    transform: translateX(9%) scale(1.04) !important;
    object-position: 82% center !important;
  }
}

@media (max-width: 767px) {
  body.writing-book-page .tr-hero__image img,
  body.writing-redesign-page .tr-hero__image img {
    width: 106% !important;
    transform: translateX(4%) scale(1.02) !important;
    object-position: 68% center !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;
  }
}

/* ==========================================================
   Writing — Second Verse mobile reading width
   Phones: let the featured novel read as a full-width white
   panel instead of a narrow card inside visible page gutters.
   ========================================================== */
@media (max-width: 767px) {
  body.writing-book-page #second-verse.tr-shared-journey {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: clamp(1.45rem, 5.8vw, 1.85rem) !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  body.writing-book-page #second-verse .tr-shared-journey__copy,
  body.writing-book-page #second-verse .tr-intro-text,
  body.writing-book-page #second-verse .writing-feature-lede,
  body.writing-book-page #second-verse .writing-book-detail,
  body.writing-book-page #second-verse .writing-book-detail > p:not(.writing-book-kicker),
  body.writing-book-page #second-verse .writing-book-praise,
  body.writing-book-page #second-verse .writing-book-awards,
  body.writing-book-page #second-verse .tr-actions {
    width: 100% !important;
    max-width: none !important;
  }
}

/* ==========================================================
   Writing — Second Verse mobile order cards
   Phones: center purchase-card content while leaving the
   desktop/tablet editorial card layout unchanged.
   ========================================================== */
@media (max-width: 767px) {
  body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card {
    align-items: center !important;
    text-align: center !important;
  }

  body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card h3,
  body.writing-book-page #second-verse .writing-cover-order .writing-price,
  body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card p {
    width: 100% !important;
    text-align: center !important;
  }

  body.writing-book-page #second-verse .writing-cover-order .writing-purchase-card .tr-btn {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }
}

/* ==========================================================
   Writing — mobile full-bleed final dark panel
   Phones: make the final About Onke section read as a dark
   band that meets the footer, not a floating rounded card.
   ========================================================== */
@media (max-width: 767px) {
  body.writing-book-page .tr-page {
    padding-bottom: 0 !important;
  }

  body.writing-book-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.writing-book-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;
  }
}
