/* =========================================================
   JING REN TANG — GLOBAL COMPONENTS v3 FINAL
   File: 05-components.css
   Release: Typography Polish
   ========================================================= */


/* ---------------------------------------------------------
   01. SECTION HEADER
--------------------------------------------------------- */

.jrt-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.jrt-section-head > div {
  min-width: 0;
}

.jrt-section-head > p {
  max-width: 460px;
  margin: 0;
  color: var(--jrt-muted);
  line-height: 1.7;
}


/* ---------------------------------------------------------
   02. GLOBAL CARD
--------------------------------------------------------- */

.jrt-card,
.regulation-card {
  position: relative;
  padding: 40px;
  border: 1px solid var(--jrt-border);
  border-radius: var(--jrt-radius-card);
  background: var(--jrt-white);
  box-shadow: var(--jrt-shadow-card);
  text-align: left;

  transition:
    transform var(--jrt-transition-slow),
    box-shadow var(--jrt-transition-slow),
    border-color var(--jrt-transition);
}

.jrt-card:hover,
.regulation-card:hover {
  transform: translateY(-6px);
  border-color: var(--jrt-border-gold);
  box-shadow: var(--jrt-shadow-card-hover);
}

.jrt-card h1,
.jrt-card h2,
.jrt-card h3,
.regulation-card h1,
.regulation-card h2,
.regulation-card h3 {
  margin: 0 0 14px;
}

.jrt-card p,
.regulation-card p {
  margin: 0 0 22px;
  color: var(--jrt-muted);
  line-height: 1.7;
}

.jrt-card p:last-child,
.regulation-card p:last-child {
  margin-bottom: 0;
}


/* ---------------------------------------------------------
   03. DIVI BLURB CARD SUPPORT
--------------------------------------------------------- */

.regulation-card .et_pb_main_blurb_image {
  margin-bottom: 18px;
}

.regulation-card .et_pb_blurb_description > :last-child {
  margin-bottom: 0;
}


/* ---------------------------------------------------------
   04. BUTTONS
--------------------------------------------------------- */

.jrt-btn,
.regulation-card .et_pb_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;

  border: 1px solid var(--jrt-green);
  border-radius: var(--jrt-radius-pill);

  font-family: var(--jrt-font-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;

  transition:
    transform var(--jrt-transition-fast),
    background-color var(--jrt-transition),
    border-color var(--jrt-transition),
    color var(--jrt-transition);
}

.jrt-btn:hover,
.regulation-card .et_pb_button:hover {
  transform: translateY(-2px);
}

.jrt-btn--primary {
  background: var(--jrt-green);
  color: var(--jrt-white);
}

.jrt-btn--primary:hover {
  background: var(--jrt-green-dark);
  border-color: var(--jrt-green-dark);
  color: var(--jrt-white);
}

.jrt-btn--outline {
  background: transparent;
  color: var(--jrt-green);
}

.jrt-btn--outline:hover {
  background: var(--jrt-green);
  color: var(--jrt-white);
}


/* ---------------------------------------------------------
   05. SPLIT LAYOUT
--------------------------------------------------------- */

.jrt-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.jrt-split > * {
  min-width: 0;
}


/* ---------------------------------------------------------
   06. CARD VARIANTS
--------------------------------------------------------- */

.jrt-card--soft {
  background: var(--jrt-paper-soft);
}

.jrt-card--dark {
  border-color: transparent;
  background: var(--jrt-green);
}

.jrt-card--dark h1,
.jrt-card--dark h2,
.jrt-card--dark h3,
.jrt-card--dark p {
  color: var(--jrt-white);
}

.jrt-card--flat {
  box-shadow: none;
}


/* ---------------------------------------------------------
   07. CARD LINK
--------------------------------------------------------- */

.jrt-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--jrt-wine);
  font-weight: 600;
}

.jrt-card-link::after {
  content: "→";
  transition: transform var(--jrt-transition-fast);
}

.jrt-card-link:hover {
  color: var(--jrt-green);
}

.jrt-card-link:hover::after {
  transform: translateX(4px);
}

/* =========================================================
   COMPONENT — ARROW LINKS
   Clear contrast on light and dark cards
========================================================= */


/* ---------------------------------------------------------
   01 — DEFAULT ARROW LINK
   Used on white and cream backgrounds
--------------------------------------------------------- */

#main-content a.jrt-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: var(--jrt-green, #1f4b43) !important;
  -webkit-text-fill-color:
    var(--jrt-green, #1f4b43) !important;

  background: transparent !important;

  font-weight: 600;

  text-decoration: none !important;
  text-decoration-color: transparent !important;

  opacity: 1 !important;

  transition:
    color var(--jrt-transition-fast, 180ms ease),
    transform var(--jrt-transition-fast, 180ms ease);
}

#main-content a.jrt-link-arrow span {
  color: currentColor !important;
  -webkit-text-fill-color: currentColor !important;

  transition:
    transform var(--jrt-transition-fast, 180ms ease);
}


/* ---------------------------------------------------------
   02 — DEFAULT HOVER
--------------------------------------------------------- */

#main-content a.jrt-link-arrow:hover,
#main-content a.jrt-link-arrow:focus-visible {
  color: var(--jrt-gold-dark, #8c6d2f) !important;
  -webkit-text-fill-color:
    var(--jrt-gold-dark, #8c6d2f) !important;

  text-decoration: none !important;
}

#main-content a.jrt-link-arrow:hover span,
#main-content a.jrt-link-arrow:focus-visible span {
  transform: translateX(4px);
}


/* ---------------------------------------------------------
   03 — DARK CARD ARROW LINK
--------------------------------------------------------- */

#main-content
.jrt-card--dark
a.jrt-link-arrow,

#main-content
.jrt-pain-method-card--featured
a.jrt-link-arrow,

#main-content
.jrt-section--dark
a.jrt-link-arrow {
  color: var(--jrt-white, #ffffff) !important;
  -webkit-text-fill-color:
    var(--jrt-white, #ffffff) !important;
}

#main-content
.jrt-card--dark
a.jrt-link-arrow:hover,

#main-content
.jrt-card--dark
a.jrt-link-arrow:focus-visible,

#main-content
.jrt-pain-method-card--featured
a.jrt-link-arrow:hover,

#main-content
.jrt-pain-method-card--featured
a.jrt-link-arrow:focus-visible,

#main-content
.jrt-section--dark
a.jrt-link-arrow:hover,

#main-content
.jrt-section--dark
a.jrt-link-arrow:focus-visible {
  color: var(--jrt-gold-light, #d1b879) !important;
  -webkit-text-fill-color:
    var(--jrt-gold-light, #d1b879) !important;
}

/* ---------------------------------------------------------
   BUTTON GROUP
--------------------------------------------------------- */

.jrt-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (max-width: 767px) {
  .jrt-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .jrt-actions .jrt-btn {
    width: 100%;
  }
}

/* =========================================================
   FASCIAPUNCTURE® GATEWAY
   Hub page connecting acupuncturemanosque.com
   with fasciapuncture.fr
========================================================= */

.jrt-fp-gateway {
  --jrt-fp-green: var(--jrt-color-green, #234c43);
  --jrt-fp-green-dark: var(--jrt-color-green-dark, #173c35);
  --jrt-fp-green-soft: var(--jrt-color-green-soft, #6f8465);
  --jrt-fp-gold: var(--jrt-color-gold, #c5a866);
  --jrt-fp-ink: var(--jrt-color-text, #2e3935);
  --jrt-fp-muted: var(--jrt-color-muted, #65716c);
  --jrt-fp-line: rgba(35, 76, 67, 0.16);
  --jrt-fp-soft: #f2f3ee;
  --jrt-fp-cream: #f4efe3;
  --jrt-fp-white: #ffffff;
  --jrt-fp-navy: #101d29;
  --jrt-fp-max: 1180px;

  color: var(--jrt-fp-ink);
  background: var(--jrt-fp-white);
  overflow: hidden;
}

.jrt-fp-gateway *,
.jrt-fp-gateway *::before,
.jrt-fp-gateway *::after {
  box-sizing: border-box;
}

.jrt-fp-gateway sup {
  position: relative;
  top: -0.25em;
  font-size: 0.48em;
  line-height: 0;
}

.jrt-fp-gateway .jrt-site-container {
  width: min(
    calc(100% - clamp(36px, 8vw, 120px)),
    var(--jrt-fp-max)
  );
  margin-inline: auto;
}

.jrt-fp-section {
  position: relative;
  padding-block: clamp(76px, 9vw, 130px);
}

.jrt-fp-section--white {
  background: var(--jrt-fp-white);
}

.jrt-fp-section--soft {
  background: var(--jrt-fp-soft);
}

.jrt-fp-section--cream {
  background: var(--jrt-fp-cream);
}

.jrt-fp-section--dark {
  color: #f7f4e9;
  background: var(--jrt-fp-green-dark);
}

.jrt-fp-section--atlas {
  color: #f6f0e2;
  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(197, 168, 102, 0.13),
      transparent 32%
    ),
    #26362f;
}

.jrt-fp-section--editorial {
  color: #f3e9d5;
  background:
    linear-gradient(
      120deg,
      rgba(197, 168, 102, 0.05),
      transparent 45%
    ),
    var(--jrt-fp-navy);
}

.jrt-fp-eyebrow {
  margin: 0 0 18px;
  color: var(--jrt-fp-green-soft);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.jrt-fp-section--dark .jrt-fp-eyebrow,
.jrt-fp-section--atlas .jrt-fp-eyebrow,
.jrt-fp-section--editorial .jrt-fp-eyebrow {
  color: var(--jrt-fp-gold);
}

.jrt-fp-gateway h1,
.jrt-fp-gateway h2,
.jrt-fp-gateway h3 {
  color: var(--jrt-fp-green-dark);
}

.jrt-fp-section--dark h2,
.jrt-fp-section--dark h3,
.jrt-fp-section--atlas h2,
.jrt-fp-section--atlas h3,
.jrt-fp-section--editorial h2,
.jrt-fp-section--editorial h3 {
  color: inherit;
}

.jrt-fp-gateway h2 {
  margin: 0 0 28px;
  font-size: clamp(2.15rem, 4vw, 4.25rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.jrt-fp-gateway h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.25;
}

.jrt-fp-gateway p,
.jrt-fp-gateway li {
  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.78;
}

.jrt-fp-lead {
  margin-top: 0;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem) !important;
  line-height: 1.7 !important;
}

.jrt-fp-arrow-link,
.jrt-fp-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--jrt-fp-green);
  font-weight: 600;
  text-decoration: none;
}

.jrt-fp-arrow-link::before {
  content: "→";
  transition: transform 180ms ease;
}

.jrt-fp-arrow-link:hover::before {
  transform: translateX(5px);
}

.jrt-fp-inline-link {
  text-decoration: underline;
  text-decoration-color: rgba(35, 76, 67, 0.34);
  text-underline-offset: 5px;
}

.jrt-fp-inline-link--light {
  color: #f3e9d5;
  text-decoration-color: rgba(243, 233, 213, 0.38);
}

.jrt-fp-gateway .jrt-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 180ms ease,
    color 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.jrt-fp-gateway .jrt-btn:hover {
  transform: translateY(-2px);
}

.jrt-fp-gateway .jrt-btn--primary {
  color: #ffffff;
  background: var(--jrt-fp-green-dark);
  border-color: var(--jrt-fp-green-dark);
}

.jrt-fp-gateway .jrt-btn--primary:hover {
  color: var(--jrt-fp-green-dark);
  background: transparent;
}

.jrt-fp-gateway .jrt-btn--gold {
  color: var(--jrt-fp-navy);
  background: var(--jrt-fp-gold);
  border-color: var(--jrt-fp-gold);
}

.jrt-fp-gateway .jrt-btn--gold:hover {
  color: var(--jrt-fp-gold);
  background: transparent;
}


/* =========================================================
   HERO
========================================================= */

.jrt-fp-hero {
  position: relative;
  min-height: clamp(650px, 78vh, 860px);
  display: flex;
  align-items: center;
  isolation: isolate;
  background: var(--jrt-fp-cream);
}

.jrt-fp-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(244, 239, 227, 0.98) 0%,
      rgba(244, 239, 227, 0.92) 38%,
      rgba(244, 239, 227, 0.52) 62%,
      rgba(244, 239, 227, 0.10) 100%
    ),
    url("/wp-content/uploads/fasciapuncture-hero.jpg")
      right center / cover no-repeat;
}

.jrt-fp-hero__inner {
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  min-height: inherit;
}

.jrt-fp-hero__content {
  grid-column: 1;
  max-width: 640px;
  padding-block: clamp(95px, 12vw, 160px);
}

.jrt-fp-hero h1 {
  margin: 0 0 26px;
  color: var(--jrt-fp-green-dark);
  font-size: clamp(3.7rem, 7vw, 7.2rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.jrt-fp-hero__subtitle {
  max-width: 570px;
  margin: 0 0 30px;
  color: var(--jrt-fp-green);
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  line-height: 1.5 !important;
}

.jrt-fp-hero__body {
  max-width: 570px;
}

.jrt-fp-hero__body p {
  margin-block: 0 14px;
}

.jrt-fp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 26px;
  margin-top: 34px;
}


/* =========================================================
   INTRODUCTION
========================================================= */

.jrt-fp-intro {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas: "content media";
  gap: clamp(50px, 7vw, 100px);
  align-items: center;
}

.jrt-fp-intro__content {
  grid-area: content;
  max-width: 640px;
}

.jrt-fp-intro__media {
  grid-area: media;
}

.jrt-fp-video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #1b2d28;
  box-shadow: 0 28px 65px rgba(27, 45, 40, 0.13);
}

.jrt-fp-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.jrt-fp-intro__content p {
  max-width: 650px;
}

.jrt-fp-intro__content .jrt-fp-arrow-link {
  margin-top: 18px;
}


/* =========================================================
   READING SECTION
========================================================= */

.jrt-fp-reading {
  display: grid;
  grid-template-columns: minmax(150px, 0.25fr) minmax(0, 0.75fr);
  gap: clamp(45px, 8vw, 115px);
}

.jrt-fp-reading__aside {
  padding-top: 7px;
}

.jrt-fp-reading__number {
  display: block;
  margin-bottom: 34px;
  color: rgba(35, 76, 67, 0.25);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  font-weight: 300;
  line-height: 1;
}

.jrt-fp-reading__content {
  max-width: 790px;
}

.jrt-fp-reading__content p {
  max-width: 730px;
}

.jrt-fp-quote {
  margin: 40px 0;
  padding: 10px 0 10px 30px;
  border-left: 2px solid var(--jrt-fp-gold);
}

.jrt-fp-quote p {
  margin: 0;
  color: var(--jrt-fp-green-dark);
  font-size: clamp(1.35rem, 2.4vw, 2rem) !important;
  font-family: inherit;
  line-height: 1.48 !important;
}

.jrt-fp-reading__links {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.jrt-fp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: clamp(40px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(45px, 7vw, 85px);
}

.jrt-fp-section-heading__text p {
  margin-top: 0;
}

.jrt-fp-section-heading--dark .jrt-fp-section-heading__text {
  color: rgba(247, 244, 233, 0.79);
}


/* =========================================================
   CONDITION DIRECTORY
========================================================= */

.jrt-fp-condition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--jrt-fp-line);
  border-left: 1px solid var(--jrt-fp-line);
}

.jrt-fp-condition-card {
  position: relative;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  color: var(--jrt-fp-green-dark);
  background: #ffffff;
  border-right: 1px solid var(--jrt-fp-line);
  border-bottom: 1px solid var(--jrt-fp-line);
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.jrt-fp-condition-card:hover {
  z-index: 1;
  background: var(--jrt-fp-soft);
  transform: translateY(-3px);
}

.jrt-fp-condition-card__category {
  color: var(--jrt-fp-green-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jrt-fp-condition-card__arrow {
  position: absolute;
  right: 27px;
  bottom: 23px;
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.jrt-fp-condition-card:hover .jrt-fp-condition-card__arrow {
  transform: translateX(5px);
}

.jrt-fp-condition-card h3 {
  max-width: 82%;
  margin-top: 35px;
}

.jrt-fp-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}


/* =========================================================
   CLINICAL EVIDENCE
========================================================= */

.jrt-fp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.jrt-fp-feature-card {
  position: relative;
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: clamp(34px, 5vw, 58px);
  color: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.jrt-fp-feature-card:hover {
  background: rgba(255, 255, 255, 0.045);
}

.jrt-fp-feature-card__index {
  color: rgba(247, 244, 233, 0.31);
  font-size: 2.7rem;
  font-weight: 300;
}

.jrt-fp-feature-card__label {
  margin: 50px 0 14px;
  color: var(--jrt-fp-gold);
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jrt-fp-feature-card h3 {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 400;
}

.jrt-fp-feature-card p {
  max-width: 520px;
  color: rgba(247, 244, 233, 0.73);
}

.jrt-fp-feature-card__link {
  margin-top: auto;
  padding-top: 35px;
  color: var(--jrt-fp-gold);
  font-weight: 600;
}


/* =========================================================
   PATTERN ATLAS
========================================================= */

.jrt-fp-atlas {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(50px, 9vw, 125px);
  align-items: start;
}

.jrt-fp-atlas__intro {
  position: sticky;
  top: 130px;
}

.jrt-fp-atlas__intro p {
  color: rgba(246, 240, 226, 0.76);
}

.jrt-fp-atlas__intro .jrt-fp-arrow-link {
  margin-top: 20px;
  color: var(--jrt-fp-gold);
}

.jrt-fp-atlas__patterns {
  border-top: 1px solid rgba(197, 168, 102, 0.26);
}

.jrt-fp-atlas__patterns a {
  position: relative;
  display: block;
  padding: 28px 50px 28px 0;
  color: inherit;
  border-bottom: 1px solid rgba(197, 168, 102, 0.26);
  text-decoration: none;
}

.jrt-fp-atlas__patterns a::after {
  content: "→";
  position: absolute;
  right: 5px;
  top: 50%;
  color: var(--jrt-fp-gold);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.jrt-fp-atlas__patterns a:hover::after {
  transform: translate(6px, -50%);
}

.jrt-fp-atlas__patterns span {
  display: block;
  margin-bottom: 6px;
  color: var(--jrt-fp-gold);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jrt-fp-atlas__patterns strong {
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  font-weight: 400;
}


/* =========================================================
   BODY REFLECTIONS
========================================================= */

.jrt-fp-editorial {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 0.65fr);
  gap: clamp(45px, 9vw, 130px);
  align-items: center;
}

.jrt-fp-editorial__mark {
  color: transparent;
  font-size: clamp(8rem, 20vw, 18rem);
  font-weight: 400;
  line-height: 0.75;
  -webkit-text-stroke: 1px rgba(197, 168, 102, 0.38);
}

.jrt-fp-editorial__content {
  max-width: 750px;
}

.jrt-fp-editorial__content > p {
  color: rgba(243, 233, 213, 0.78);
}

.jrt-fp-editorial__quote {
  margin: 38px 0;
  padding-left: 26px;
  border-left: 1px solid var(--jrt-fp-gold);
}

.jrt-fp-editorial__quote p {
  margin: 0;
  color: var(--jrt-fp-gold);
  font-size: clamp(1.55rem, 3vw, 2.6rem) !important;
  line-height: 1.35 !important;
}

.jrt-fp-editorial__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 26px;
}


/* =========================================================
   PROFESSIONAL
========================================================= */

.jrt-fp-professional {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.55fr);
  gap: clamp(50px, 9vw, 125px);
  align-items: center;
}

.jrt-fp-professional__content {
  max-width: 740px;
}

.jrt-fp-professional__panel {
  padding: clamp(32px, 5vw, 52px);
  color: #f6f1e5;
  background: var(--jrt-fp-green-dark);
}

.jrt-fp-professional__panel-label {
  margin-top: 0;
  color: var(--jrt-fp-gold);
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jrt-fp-professional__panel ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.jrt-fp-professional__panel li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.jrt-fp-professional__panel li:last-child {
  border-bottom: 0;
}


/* =========================================================
   PHILOSOPHY
========================================================= */

.jrt-fp-philosophy {
  max-width: 890px;
  margin-inline: auto;
  text-align: center;
}

.jrt-fp-philosophy__text {
  max-width: 760px;
  margin-inline: auto;
}

.jrt-fp-philosophy__quote {
  margin: 50px auto 0;
}

.jrt-fp-philosophy__quote p {
  margin: 0;
  color: var(--jrt-fp-green-dark);
  font-size: clamp(1.8rem, 4vw, 3.3rem) !important;
  font-style: italic;
  line-height: 1.3 !important;
}


/* =========================================================
   FINAL HUB
========================================================= */

.jrt-fp-final {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 0.65fr);
  gap: clamp(55px, 9vw, 125px);
  align-items: start;
}

.jrt-fp-final__appointment {
  max-width: 660px;
}

.jrt-fp-location {
  margin: 28px 0;
  color: var(--jrt-fp-green);
  font-weight: 600;
}

.jrt-fp-final__navigation {
  border-top: 1px solid var(--jrt-fp-line);
}

.jrt-fp-final__navigation > .jrt-fp-eyebrow {
  margin-top: 25px;
}

.jrt-fp-final__navigation > a {
  position: relative;
  display: block;
  padding: 22px 46px 22px 0;
  color: var(--jrt-fp-green-dark);
  border-bottom: 1px solid var(--jrt-fp-line);
  text-decoration: none;
}

.jrt-fp-final__navigation > a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.jrt-fp-final__navigation > a:hover::after {
  transform: translate(5px, -50%);
}

.jrt-fp-final__navigation span {
  display: block;
  margin-bottom: 5px;
  color: var(--jrt-fp-green-soft);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jrt-fp-final__navigation strong {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

/* =========================================================
   FASCIAPUNCTURE® GATEWAY — FINAL PROTECTION LAYER
   Keeps headings readable on dark backgrounds and prevents
   the global prose-link system from recoloring component links.
========================================================= */

/* ---------------------------------------------------------
   01 — DARK SECTION TEXT
--------------------------------------------------------- */

#main-content .jrt-fp-gateway .jrt-fp-section--dark,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial {
  color: #f5f1e6;
}

#main-content .jrt-fp-gateway .jrt-fp-section--dark h1,
#main-content .jrt-fp-gateway .jrt-fp-section--dark h2,
#main-content .jrt-fp-gateway .jrt-fp-section--dark h3,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas h1,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas h2,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas h3,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial h1,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial h2,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial h3 {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
}

#main-content .jrt-fp-gateway .jrt-fp-section--dark p,
#main-content .jrt-fp-gateway .jrt-fp-section--dark li,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas p,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas li,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial p,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial li {
  color: rgba(245, 241, 230, 0.82) !important;
  -webkit-text-fill-color: rgba(245, 241, 230, 0.82) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-section--dark .jrt-fp-lead,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas .jrt-fp-lead,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial .jrt-fp-lead {
  color: rgba(245, 241, 230, 0.92) !important;
  -webkit-text-fill-color: rgba(245, 241, 230, 0.92) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-section--dark .jrt-fp-eyebrow,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas .jrt-fp-eyebrow,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial .jrt-fp-eyebrow {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
}


/* ---------------------------------------------------------
   02 — CLINICAL EVIDENCE CARDS
--------------------------------------------------------- */

#main-content .jrt-fp-gateway a.jrt-fp-feature-card,
#main-content .jrt-fp-gateway a.jrt-fp-feature-card:hover {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
  text-decoration: none !important;
}

#main-content .jrt-fp-gateway .jrt-fp-feature-card h3 {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
}

#main-content .jrt-fp-gateway .jrt-fp-feature-card p {
  color: rgba(245, 241, 230, 0.76) !important;
  -webkit-text-fill-color: rgba(245, 241, 230, 0.76) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-feature-card__index {
  color: rgba(245, 241, 230, 0.36) !important;
  -webkit-text-fill-color: rgba(245, 241, 230, 0.36) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-feature-card__label,
#main-content .jrt-fp-gateway .jrt-fp-feature-card__link {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
}


/* ---------------------------------------------------------
   03 — PATTERN ATLAS
--------------------------------------------------------- */

#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns a,
#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns a:hover {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
  text-decoration: none !important;
}

#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns strong {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
}

#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns span,
#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns a::after {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
}


/* ---------------------------------------------------------
   04 — BODY REFLECTIONS
--------------------------------------------------------- */

#main-content .jrt-fp-gateway .jrt-fp-editorial__content h2 {
  color: #f5f1e6 !important;
  -webkit-text-fill-color: #f5f1e6 !important;
}

#main-content .jrt-fp-gateway .jrt-fp-editorial__quote p {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
}


/* ---------------------------------------------------------
   05 — COMPONENT LINK PROTECTION
--------------------------------------------------------- */

#main-content .jrt-fp-gateway a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway a.jrt-fp-inline-link,
#main-content .jrt-fp-gateway a.jrt-fp-condition-card,
#main-content .jrt-fp-gateway a.jrt-fp-feature-card,
#main-content .jrt-fp-gateway .jrt-fp-atlas__patterns a,
#main-content .jrt-fp-gateway .jrt-fp-final__navigation a {
  background: transparent !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  text-decoration-thickness: 0 !important;
  text-underline-offset: 0 !important;
}

/* Light sections */

#main-content .jrt-fp-gateway .jrt-fp-section--white a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--soft a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--cream a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--white a.jrt-fp-inline-link,
#main-content .jrt-fp-gateway .jrt-fp-section--soft a.jrt-fp-inline-link,
#main-content .jrt-fp-gateway .jrt-fp-section--cream a.jrt-fp-inline-link {
  color: var(--jrt-green, #1f3d3a) !important;
  -webkit-text-fill-color: var(--jrt-green, #1f3d3a) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-section--white a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--soft a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--cream a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--white a.jrt-fp-inline-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--soft a.jrt-fp-inline-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--cream a.jrt-fp-inline-link:hover {
  color: var(--jrt-gold-dark, #8c6d2f) !important;
  -webkit-text-fill-color: var(--jrt-gold-dark, #8c6d2f) !important;
}

/* Dark sections */

#main-content .jrt-fp-gateway .jrt-fp-section--dark a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--dark a.jrt-fp-inline-link,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas a.jrt-fp-inline-link,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial a.jrt-fp-arrow-link,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial a.jrt-fp-inline-link {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
}

#main-content .jrt-fp-gateway .jrt-fp-section--dark a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--dark a.jrt-fp-inline-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--atlas a.jrt-fp-inline-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial a.jrt-fp-arrow-link:hover,
#main-content .jrt-fp-gateway .jrt-fp-section--editorial a.jrt-fp-inline-link:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Condition cards */

#main-content .jrt-fp-gateway a.jrt-fp-condition-card,
#main-content .jrt-fp-gateway a.jrt-fp-condition-card:hover {
  color: var(--jrt-green, #1f3d3a) !important;
  -webkit-text-fill-color: var(--jrt-green, #1f3d3a) !important;
}

/* Final hub links */

#main-content .jrt-fp-gateway .jrt-fp-final__navigation a {
  color: var(--jrt-green, #1f3d3a) !important;
  -webkit-text-fill-color: var(--jrt-green, #1f3d3a) !important;
}

#main-content .jrt-fp-gateway .jrt-fp-final__navigation a:hover {
  color: var(--jrt-gold-dark, #8c6d2f) !important;
  -webkit-text-fill-color: var(--jrt-gold-dark, #8c6d2f) !important;
}


/* ---------------------------------------------------------
   06 — HERO LINKS
--------------------------------------------------------- */

#main-content .jrt-fp-gateway .jrt-fp-hero a.jrt-fp-inline-link {
  color: var(--jrt-green, #1f3d3a) !important;
  -webkit-text-fill-color: var(--jrt-green, #1f3d3a) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(31, 61, 58, 0.38) !important;
  text-underline-offset: 4px !important;
}

#main-content .jrt-fp-gateway .jrt-fp-hero a.jrt-fp-inline-link:hover {
  color: var(--jrt-gold-dark, #8c6d2f) !important;
  -webkit-text-fill-color: var(--jrt-gold-dark, #8c6d2f) !important;
  text-decoration-color: currentColor !important;
}

/* =========================================================
   JRT HERO DESIGN SYSTEM
   Global hero language for the Jing Ren Tang ecosystem

   Variants:
   .jrt-hero--method
   .jrt-hero--condition
   .jrt-hero--editorial
   .jrt-hero--case
   .jrt-hero--atlas
========================================================= */


/* =========================================================
   00 — LOCAL TOKENS
========================================================= */

.jrt-hero {
  --jrt-hero-bg: var(--jrt-paper, #f4efe3);
  --jrt-hero-text: var(--jrt-text, #2f3935);
  --jrt-hero-title: var(--jrt-green-dark, #173c35);
  --jrt-hero-accent: var(--jrt-green, #234c43);
  --jrt-hero-eyebrow: var(--jrt-green-muted, #6f8465);
  --jrt-hero-line: var(--jrt-gold, #b69752);
  --jrt-hero-container: 1180px;
  --jrt-hero-reading: 680px;
  --jrt-hero-min-height: clamp(620px, 74vh, 820px);

  position: relative;
  min-height: var(--jrt-hero-min-height);
  display: flex;
  align-items: center;

  color: var(--jrt-hero-text);
  background: var(--jrt-hero-bg);

  overflow: hidden;
  isolation: isolate;
}

.jrt-hero *,
.jrt-hero *::before,
.jrt-hero *::after {
  box-sizing: border-box;
}


/* =========================================================
   01 — MEDIA LAYER
========================================================= */

.jrt-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  pointer-events: none;
}

.jrt-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(
    --jrt-hero-overlay,
    linear-gradient(
      90deg,
      rgba(244, 239, 227, 0.96) 0%,
      rgba(244, 239, 227, 0.9) 42%,
      rgba(244, 239, 227, 0.42) 72%,
      rgba(244, 239, 227, 0.08) 100%
    )
  );
}


/* =========================================================
   02 — CONTAINER AND GRID
========================================================= */

.jrt-hero__container {
  width: min(
    calc(100% - clamp(36px, 8vw, 120px)),
    var(--jrt-hero-container)
  );
  margin-inline: auto;
}

.jrt-hero__grid {
  width: 100%;
  min-height: var(--jrt-hero-min-height);

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 0.72fr);

  align-items: center;
  gap: clamp(45px, 8vw, 110px);
}

.jrt-hero__content {
  position: relative;
  z-index: 2;

  max-width: var(--jrt-hero-reading);
  padding-block: clamp(90px, 11vw, 150px);
}

.jrt-hero__visual {
  position: relative;
  min-width: 0;
}


/* =========================================================
   03 — EYEBROW
========================================================= */

.jrt-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;

  margin: 0 0 26px;

  color: var(--jrt-hero-eyebrow);

  font-family: var(--jrt-font-sans, sans-serif);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jrt-hero__eyebrow::before {
  content: "";

  width: 34px;
  height: 1px;
  flex: 0 0 auto;

  background: var(--jrt-hero-line);
}


/* =========================================================
   04 — TITLE SYSTEM
========================================================= */

.jrt-hero__title {
  margin: 0 0 30px;
  color: var(--jrt-hero-title);
  font-weight: 400;
}

.jrt-hero__title-main {
  display: block;

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(3.9rem, 7.2vw, 7.4rem);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.058em;
}

.jrt-hero__title-accent {
  display: block;
  max-width: 760px;
  margin-top: 24px;

  color: var(--jrt-hero-accent);

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2rem, 4vw, 4.1rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.043em;
}

.jrt-hero__title-accent em {
  color: inherit;
  font-style: italic;
  font-weight: 400;
}

.jrt-hero__title sup {
  position: relative;
  top: -0.55em;

  font-size: 0.28em;
  line-height: 0;
  letter-spacing: 0;
}


/* =========================================================
   05 — TEXT
========================================================= */

.jrt-hero__lead {
  max-width: 650px;
  margin: 0 0 26px;

  color: var(--jrt-hero-accent);

  font-size: clamp(1.18rem, 1.8vw, 1.5rem);
  line-height: 1.58;
  letter-spacing: -0.01em;
}

.jrt-hero__text {
  max-width: 620px;
}

.jrt-hero__text p {
  margin: 0 0 15px;

  color: var(--jrt-hero-text);

  font-size: clamp(1rem, 1.15vw, 1.08rem);
  line-height: 1.78;
}

.jrt-hero__text p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   06 — ACTIONS
========================================================= */

.jrt-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;

  margin-top: 34px;
}

.jrt-hero__link {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  color: var(--jrt-hero-accent);

  font-weight: 600;
  text-decoration: none;
}

.jrt-hero__link::after {
  content: "→";
  transition: transform var(--jrt-transition-fast, 180ms ease);
}

.jrt-hero__link:hover::after,
.jrt-hero__link:focus-visible::after {
  transform: translateX(5px);
}


/* =========================================================
   07 — OPTIONAL META
========================================================= */

.jrt-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;

  margin: 0 0 24px;
  padding: 0;

  color: var(--jrt-muted, #65716c);

  list-style: none;
}

.jrt-hero__meta li {
  position: relative;

  font-size: 0.82rem;
  line-height: 1.5;
}

.jrt-hero__meta li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -13px;
}


/* =========================================================
   08 — OPTIONAL QUOTE
========================================================= */

.jrt-hero__quote {
  max-width: 590px;
  margin: 34px 0 0;
  padding: 8px 0 8px 24px;

  border-left: 1px solid var(--jrt-hero-line);
}

.jrt-hero__quote p {
  margin: 0;

  color: var(--jrt-hero-accent);

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  line-height: 1.45;
}


/* =========================================================
   09 — OPTIONAL VISUAL PANEL
========================================================= */

.jrt-hero__panel {
  position: relative;
  padding: clamp(34px, 5vw, 56px);

  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: clamp(20px, 3vw, 38px);

  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(4px);
}

.jrt-hero__panel-label {
  margin: 0 0 36px;

  color: var(--jrt-hero-line);

  font-family: var(--jrt-font-sans, sans-serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.jrt-hero__panel-flow {
  margin: 0;
  padding: 0;

  list-style: none;
}

.jrt-hero__panel-flow li {
  margin: 0 0 14px;

  color: inherit;

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.55rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.jrt-hero__panel-flow li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-right: 12px;
}


/* =========================================================
   10 — METHOD HERO
========================================================= */

.jrt-hero--method {
  --jrt-hero-bg: #f4efe3;
  --jrt-hero-title: var(--jrt-green-dark, #173c35);
  --jrt-hero-accent: var(--jrt-green, #234c43);
  --jrt-hero-text: #35413c;
  --jrt-hero-eyebrow: var(--jrt-green-dark, #173c35);
  --jrt-hero-line: var(--jrt-gold, #b69752);
}

.jrt-hero--method .jrt-hero__grid {
  grid-template-columns:
    minmax(480px, 0.9fr)
    minmax(0, 1.1fr);
}

.jrt-hero--method .jrt-hero__content {
  grid-column: 1;
}

.jrt-hero--method .jrt-hero__visual {
  min-height: 420px;
}

.jrt-hero--method .jrt-hero__title-main {
  font-size: clamp(4rem, 7.3vw, 7.5rem);
}

.jrt-hero--method .jrt-hero__title-accent {
  color: var(--jrt-green-soft, #6f8465);
}


/* =========================================================
   11 — CONDITION HERO
========================================================= */

.jrt-hero--condition {
  --jrt-hero-bg: var(--jrt-paper-soft, #f3f2ed);
  --jrt-hero-title: var(--jrt-green-dark, #173c35);
  --jrt-hero-accent: var(--jrt-wine, #8f473e);
  --jrt-hero-text: var(--jrt-text, #34403b);
  --jrt-hero-eyebrow: var(--jrt-green-muted, #6f8465);
  --jrt-hero-line: var(--jrt-gold, #b69752);

  --jrt-hero-min-height: clamp(560px, 66vh, 720px);
}

.jrt-hero--condition .jrt-hero__grid {
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(360px, 0.78fr);
}

.jrt-hero--condition .jrt-hero__title-main {
  font-size: clamp(3.6rem, 6.5vw, 6.7rem);
}

.jrt-hero--condition .jrt-hero__title-accent {
  max-width: 640px;
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
}

.jrt-hero--condition .jrt-hero__visual {
  align-self: stretch;
}


/* =========================================================
   12 — EDITORIAL HERO
========================================================= */

.jrt-hero--editorial {
  --jrt-hero-bg: #101d29;
  --jrt-hero-title: #f4ead5;
  --jrt-hero-accent: #d0b36e;
  --jrt-hero-text: rgba(244, 234, 213, 0.82);
  --jrt-hero-eyebrow: #d0b36e;
  --jrt-hero-line: #d0b36e;

  --jrt-hero-min-height: clamp(650px, 78vh, 880px);
}

.jrt-hero--editorial .jrt-hero__grid {
  grid-template-columns:
    minmax(0, 1fr)
    minmax(250px, 0.4fr);
}

.jrt-hero--editorial .jrt-hero__content {
  max-width: 850px;
}

.jrt-hero--editorial .jrt-hero__title-main {
  font-size: clamp(4.2rem, 8.5vw, 9rem);
}

.jrt-hero--editorial .jrt-hero__title-accent {
  max-width: 800px;
  color: #d0b36e;
}

.jrt-hero--editorial .jrt-hero__visual {
  color: transparent;

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(8rem, 20vw, 18rem);
  line-height: 0.8;

  -webkit-text-stroke: 1px rgba(208, 179, 110, 0.3);
}

.jrt-hero--editorial .jrt-hero__link {
  color: #d0b36e;
}


/* =========================================================
   13 — CLINICAL CASE HERO
========================================================= */

.jrt-hero--case {
  --jrt-hero-bg: #f1eee6;
  --jrt-hero-title: var(--jrt-green-dark, #173c35);
  --jrt-hero-accent: var(--jrt-wine, #8f473e);
  --jrt-hero-text: #3c4541;
  --jrt-hero-eyebrow: var(--jrt-wine, #8f473e);
  --jrt-hero-line: var(--jrt-gold, #b69752);

  --jrt-hero-min-height: clamp(590px, 70vh, 790px);
}

.jrt-hero--case .jrt-hero__grid {
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(350px, 0.62fr);
}

.jrt-hero--case .jrt-hero__title-main {
  font-size: clamp(3.5rem, 6.4vw, 6.6rem);
  line-height: 0.96;
}

.jrt-hero--case .jrt-hero__title-accent {
  max-width: 650px;
  color: var(--jrt-wine, #8f473e);
}

.jrt-hero--case .jrt-hero__visual {
  align-self: stretch;
  min-height: 420px;
}


/* =========================================================
   14 — ATLAS HERO
========================================================= */

.jrt-hero--atlas {
  --jrt-hero-bg: #8f4e18;
  --jrt-hero-title: #fff8e9;
  --jrt-hero-accent: #f0ce81;
  --jrt-hero-text: rgba(255, 248, 233, 0.87);
  --jrt-hero-eyebrow: #f0ce81;
  --jrt-hero-line: #f0ce81;

  --jrt-hero-min-height: clamp(650px, 77vh, 860px);

  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(235, 177, 91, 0.34),
      transparent 37%
    ),
    linear-gradient(
      110deg,
      #65320f 0%,
      #9b571b 55%,
      #ad6d2e 100%
    );
}

.jrt-hero--atlas .jrt-hero__grid {
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(390px, 0.68fr);
}

.jrt-hero--atlas .jrt-hero__content {
  max-width: 780px;
}

.jrt-hero--atlas .jrt-hero__title-main {
  font-size: clamp(4rem, 7vw, 7.5rem);
  line-height: 0.94;
}

.jrt-hero--atlas .jrt-hero__title-accent {
  color: #fff8e9;
}

.jrt-hero--atlas .jrt-hero__lead,
.jrt-hero--atlas .jrt-hero__text p {
  color: rgba(255, 248, 233, 0.87);
}

.jrt-hero--atlas .jrt-hero__panel {
  color: #fff8e9;
  border-color: rgba(255, 248, 233, 0.28);
  background: rgba(255, 248, 233, 0.06);
}


/* =========================================================
   15 — DARK HERO PROTECTION
========================================================= */

#main-content .jrt-hero--editorial h1,
#main-content .jrt-hero--editorial h2,
#main-content .jrt-hero--editorial h3,
#main-content .jrt-hero--atlas h1,
#main-content .jrt-hero--atlas h2,
#main-content .jrt-hero--atlas h3 {
  color: var(--jrt-hero-title) !important;
}

#main-content .jrt-hero--editorial p,
#main-content .jrt-hero--editorial li,
#main-content .jrt-hero--atlas p,
#main-content .jrt-hero--atlas li {
  color: var(--jrt-hero-text) !important;
}

#main-content .jrt-hero--editorial a.jrt-hero__link,
#main-content .jrt-hero--atlas a.jrt-hero__link {
  color: var(--jrt-hero-line) !important;
  text-decoration: none !important;
}

#main-content .jrt-hero--editorial a.jrt-hero__link:hover,
#main-content .jrt-hero--atlas a.jrt-hero__link:hover {
  color: #ffffff !important;
}

/* =========================================================
   JRT HERO — METHOD BRONZE
   Fasciapuncture® Gateway
========================================================= */

.jrt-hero--method-dark {
  --jrt-hero-title: #fff8e9;
  --jrt-hero-accent: #f0bd57;
  --jrt-hero-text: rgba(255, 248, 233, 0.84);
  --jrt-hero-eyebrow: #efc36d;
  --jrt-hero-line: #efc36d;
  --jrt-hero-min-height: clamp(720px, 88vh, 960px);

  color: var(--jrt-hero-text);

  background:
    radial-gradient(
      circle at 75% 18%,
      rgba(241, 190, 87, 0.26),
      transparent 31%
    ),
    radial-gradient(
      circle at 90% 75%,
      rgba(255, 220, 148, 0.12),
      transparent 38%
    ),
    linear-gradient(
      112deg,
      #6f3511 0%,
      #8c4b17 43%,
      #a86422 72%,
      #bd7a31 100%
    );
}


/* Main title */

.jrt-hero--method-dark .jrt-hero__title-main {
  color: #f1b744;

  font-size: clamp(4.8rem, 8.2vw, 8.7rem);
  line-height: 0.88;
  letter-spacing: -0.067em;
}


/* Secondary title */

.jrt-hero--method-dark .jrt-hero__title-accent {
  max-width: 700px;
  margin-top: 34px;

  color: #fff8e9;

  font-size: clamp(2.45rem, 4.7vw, 5rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.jrt-hero--method-dark .jrt-hero__title-accent em {
  display: block;

  color: #ffd17a;

  font-style: italic;
  font-weight: 400;
}


/* Lead and supporting text */

.jrt-hero--method-dark .jrt-hero__lead {
  max-width: 670px;
  margin-top: 42px;

  color: rgba(255, 248, 233, 0.94);

  font-size: clamp(1.25rem, 1.8vw, 1.6rem);
  line-height: 1.56;
}

.jrt-hero--method-dark .jrt-hero__text p {
  color: rgba(255, 248, 233, 0.78) !important;
}


/* Eyebrow */

.jrt-hero--method-dark .jrt-hero__eyebrow {
  color: #efc36d;
}

.jrt-hero--method-dark .jrt-hero__eyebrow::before {
  background: #efc36d;
}

/* =========================================================
   METHOD BRONZE PANEL
========================================================= */

.jrt-hero__panel--method-dark {
  width: 100%;
  max-width: 500px;
  margin-left: auto;

  padding: clamp(46px, 5vw, 66px);

  color: #fff8e9;

  border: 1px solid rgba(255, 235, 194, 0.3);
  border-radius: clamp(28px, 3vw, 42px);

  background:
    linear-gradient(
      145deg,
      rgba(255, 248, 233, 0.11),
      rgba(103, 50, 16, 0.16)
    );

  box-shadow:
    0 32px 78px rgba(75, 34, 8, 0.24);

  backdrop-filter: blur(5px);
}

.jrt-hero__panel--method-dark::before {
  content: "";

  position: absolute;
  inset: 16px;

  border: 1px solid rgba(255, 230, 178, 0.18);
  border-radius: calc(clamp(28px, 3vw, 42px) - 10px);

  pointer-events: none;
}

.jrt-hero__panel--method-dark .jrt-hero__panel-label {
  color: #efc36d;
}

.jrt-hero__pathway::before {
  background:
    linear-gradient(
      to bottom,
      rgba(239, 195, 109, 0.18),
      rgba(239, 195, 109, 0.76),
      rgba(239, 195, 109, 0.18)
    );
}

.jrt-hero__pathway-index {
  color: #efc36d;

  border-color: rgba(239, 195, 109, 0.42);

  background: rgba(121, 61, 20, 0.76);
}

.jrt-hero__pathway-item strong {
  color: #fff8e9 !important;
}

.jrt-hero__panel-note {
  color: rgba(255, 248, 233, 0.7) !important;

  border-top-color: rgba(239, 195, 109, 0.28);
}


/* =========================================================
   METHOD DARK BUTTONS
========================================================= */

#main-content
.jrt-hero--method-dark
a.jrt-btn--gold {
  color: #24382f !important;
  background: #e2ad43;
  border-color: #e2ad43;
}

#main-content
.jrt-hero--method-dark
a.jrt-btn--gold:hover {
  color: #fff8e9 !important;
  background: transparent;
  border-color: #e2ad43;
}

#main-content
.jrt-hero--method-dark
a.jrt-btn--ghost-light {
  color: #f8f0df !important;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(248, 240, 223, 0.3);
}

#main-content
.jrt-hero--method-dark
a.jrt-btn--ghost-light:hover {
  color: #24382f !important;
  background: #f8f0df;
  border-color: #f8f0df;
}


/* =========================================================
   DARK TYPOGRAPHY PROTECTION
========================================================= */

#main-content .jrt-hero--method-dark h1,
#main-content .jrt-hero--method-dark h2,
#main-content .jrt-hero--method-dark h3 {
  color: var(--jrt-hero-title) !important;
}

#main-content .jrt-hero--method-dark p,
#main-content .jrt-hero--method-dark li {
  color: var(--jrt-hero-text) !important;
}

/* =========================================================
   METHOD BRONZE — FINAL LAYOUT
========================================================= */

.jrt-hero--method-dark .jrt-hero__grid {
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(400px, 0.72fr);

  gap: clamp(70px, 7vw, 118px);
}

.jrt-hero--method-dark .jrt-hero__content {
  grid-column: 1;
  max-width: 720px;
  min-width: 0;
  padding-block: clamp(100px, 11vw, 155px);
}

.jrt-hero--method-dark .jrt-hero__visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
}


/* Keep the title inside the left column */

.jrt-hero--method-dark .jrt-hero__title-main {
  max-width: 100%;

  font-size: clamp(4.6rem, 7vw, 7.6rem);
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.jrt-hero--method-dark .jrt-hero__title-accent {
  max-width: 630px;
  margin-top: 30px;

  font-size: clamp(2.35rem, 4vw, 4.35rem);
  line-height: 1.02;
}


/* =========================================================
   METHOD BRONZE PANEL
========================================================= */

.jrt-hero__panel--method-dark {
  position: relative;

  width: 100%;
  max-width: 470px;
  margin-left: auto;

  padding:
    clamp(42px, 4.5vw, 60px)
    clamp(34px, 4vw, 52px);

  color: #fff8e9;

  border: 1px solid rgba(255, 235, 194, 0.3);
  border-radius: clamp(28px, 3vw, 42px);

  background:
    linear-gradient(
      145deg,
      rgba(255, 248, 233, 0.1),
      rgba(103, 50, 16, 0.14)
    );

  box-shadow:
    0 30px 72px rgba(75, 34, 8, 0.2);

  backdrop-filter: blur(5px);
}

.jrt-hero__panel--method-dark::before {
  content: "";

  position: absolute;
  inset: 14px;

  border: 1px solid rgba(255, 230, 178, 0.17);
  border-radius: calc(clamp(28px, 3vw, 42px) - 10px);

  pointer-events: none;
}

.jrt-hero__panel--method-dark .jrt-hero__panel-label {
  position: relative;
  z-index: 1;

  margin: 0 0 30px;

  color: #efc36d !important;

  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}


/* =========================================================
   CLINICAL PATHWAY
========================================================= */

.jrt-hero__pathway {
  position: relative;
  z-index: 1;

  display: grid;
  gap: 5px;
}

.jrt-hero__pathway::before {
  content: "";

  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 20px;

  width: 1px;

  background:
    linear-gradient(
      to bottom,
      rgba(239, 195, 109, 0.12),
      rgba(239, 195, 109, 0.7),
      rgba(239, 195, 109, 0.12)
    );
}

.jrt-hero__pathway-item {
  position: relative;

  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 18px;

  min-height: 62px;
}

.jrt-hero__pathway-index {
  position: relative;
  z-index: 2;

  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;

  color: #efc36d !important;

  border: 1px solid rgba(239, 195, 109, 0.38);
  border-radius: 50%;

  background: rgba(126, 63, 19, 0.92) !important;

  font-family: var(--jrt-font-sans, sans-serif);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

.jrt-hero__pathway-item strong {
  display: block;

  color: #fff8e9 !important;

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.35rem, 1.8vw, 1.85rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.jrt-hero__panel-note {
  position: relative;
  z-index: 1;

  max-width: 340px;
  margin: 30px 0 0;
  padding-top: 22px;

  color: rgba(255, 248, 233, 0.72) !important;

  border-top: 1px solid rgba(239, 195, 109, 0.26);

  font-size: 0.87rem !important;
  line-height: 1.65 !important;
}

/* =========================================================
   JRT FAQ DESIGN SYSTEM — v2.0
   Global accessible accordion component

   HTML variants:
   .jrt-faq--light
   .jrt-faq--dark
========================================================= */

/* ---------------------------------------------------------
   01 — TOKENS AND WRAPPER
--------------------------------------------------------- */

.jrt-faq {
  --jrt-faq-bg: transparent;
  --jrt-faq-title: var(--jrt-green-dark, #173c35);
  --jrt-faq-copy: var(--jrt-muted, #65716c);
  --jrt-faq-accent: var(--jrt-gold, #b69752);
  --jrt-faq-border: rgba(35, 76, 67, 0.18);
  --jrt-faq-hover: rgba(35, 76, 67, 0.035);
  --jrt-faq-open: rgba(197, 168, 102, 0.07);

  width: 100%;
  margin-top: clamp(34px, 5vw, 56px);
  color: var(--jrt-faq-title);
  background: var(--jrt-faq-bg);
  border-top: 1px solid var(--jrt-faq-border);
}

/* ---------------------------------------------------------
   02 — ITEM
--------------------------------------------------------- */

.jrt-faq__item {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--jrt-faq-border);
  background: transparent;
}

.jrt-faq__item[open] {
  background: var(--jrt-faq-open);
}

/* ---------------------------------------------------------
   03 — SUMMARY / CLICKABLE ROW
--------------------------------------------------------- */

#main-content .jrt-faq__summary,
.jrt-faq__summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);

  min-height: 96px;
  margin: 0;
  padding:
    clamp(26px, 3vw, 34px)
    clamp(4px, 0.7vw, 10px);

  color: var(--jrt-faq-title) !important;
  -webkit-text-fill-color: var(--jrt-faq-title) !important;

  cursor: pointer;
  list-style: none !important;

  transition:
    color var(--jrt-transition-fast, 180ms ease),
    background-color var(--jrt-transition-fast, 180ms ease);
}

#main-content .jrt-faq__summary::-webkit-details-marker,
.jrt-faq__summary::-webkit-details-marker {
  display: none !important;
}

#main-content .jrt-faq__summary::marker,
.jrt-faq__summary::marker {
  content: "" !important;
  display: none !important;
}

.jrt-faq__summary:hover {
  color: var(--jrt-faq-accent) !important;
  -webkit-text-fill-color: var(--jrt-faq-accent) !important;
  background: var(--jrt-faq-hover);
}

.jrt-faq__summary:focus-visible {
  outline: 1px solid var(--jrt-faq-accent);
  outline-offset: 4px;
}

/* ---------------------------------------------------------
   04 — QUESTION TYPOGRAPHY
--------------------------------------------------------- */

.jrt-faq__question {
  display: block;
  min-width: 0;

  color: currentColor;
  -webkit-text-fill-color: currentColor;

  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.35rem, 2.25vw, 1.9rem);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.022em;
}

/* ---------------------------------------------------------
   05 — PLUS / MINUS ICON
--------------------------------------------------------- */

.jrt-faq__icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;

  border: 1px solid var(--jrt-faq-border);
  border-radius: 50%;

  transition:
    border-color var(--jrt-transition-fast, 180ms ease),
    background-color var(--jrt-transition-fast, 180ms ease),
    transform var(--jrt-transition-fast, 180ms ease);
}

.jrt-faq__icon::before,
.jrt-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 15px;
  height: 1px;
  background: var(--jrt-faq-accent);

  transform: translate(-50%, -50%);
  transform-origin: center;

  transition:
    transform var(--jrt-transition-fast, 180ms ease),
    opacity var(--jrt-transition-fast, 180ms ease);
}

.jrt-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.jrt-faq__summary:hover .jrt-faq__icon {
  border-color: var(--jrt-faq-accent);
  background: rgba(197, 168, 102, 0.08);
}

.jrt-faq__item[open] .jrt-faq__icon {
  border-color: var(--jrt-faq-accent);
  transform: rotate(180deg);
}

.jrt-faq__item[open] .jrt-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ---------------------------------------------------------
   06 — ANSWER CONTENT
--------------------------------------------------------- */

.jrt-faq__content {
  max-width: 760px;
  padding:
    0
    clamp(62px, 8vw, 96px)
    clamp(30px, 4vw, 44px)
    clamp(4px, 0.7vw, 10px);
}

#main-content .jrt-faq__content p,
.jrt-faq__content p {
  margin: 0 0 16px;

  color: var(--jrt-faq-copy) !important;
  -webkit-text-fill-color: var(--jrt-faq-copy) !important;

  font-size: clamp(1.05rem, 1.3vw, 1.18rem);
  line-height: 1.78;
}

.jrt-faq__content p:last-child {
  margin-bottom: 0;
}

.jrt-faq__content ul,
.jrt-faq__content ol {
  margin: 16px 0 0;
  padding-left: 1.25em;
}

#main-content .jrt-faq__content li,
.jrt-faq__content li {
  margin-bottom: 8px;
  color: var(--jrt-faq-copy) !important;
  -webkit-text-fill-color: var(--jrt-faq-copy) !important;
}

/* ---------------------------------------------------------
   07 — LINKS
--------------------------------------------------------- */

#main-content .jrt-faq__content a:not(.jrt-btn) {
  color: var(--jrt-green, #1f4b43) !important;
  -webkit-text-fill-color: var(--jrt-green, #1f4b43) !important;

  text-decoration-line: underline !important;
  text-decoration-color: rgba(31, 75, 67, 0.42) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
}

#main-content .jrt-faq__content a:not(.jrt-btn):hover {
  color: var(--jrt-gold-dark, #8c6d2f) !important;
  -webkit-text-fill-color: var(--jrt-gold-dark, #8c6d2f) !important;
  text-decoration-color: currentColor !important;
}

#main-content .jrt-faq__content a.jrt-fp-arrow-link {
  display: inline-flex;
  text-decoration: none !important;
}

/* ---------------------------------------------------------
   08 — LIGHT VARIANT
--------------------------------------------------------- */

.jrt-faq--light {
  --jrt-faq-bg: transparent;
  --jrt-faq-title: var(--jrt-green-dark, #173c35);
  --jrt-faq-copy: var(--jrt-muted, #65716c);
  --jrt-faq-accent: var(--jrt-gold, #b69752);
  --jrt-faq-border: rgba(35, 76, 67, 0.18);
  --jrt-faq-hover: rgba(35, 76, 67, 0.035);
  --jrt-faq-open: rgba(197, 168, 102, 0.07);
}

/* ---------------------------------------------------------
   09 — DARK VARIANT
--------------------------------------------------------- */

.jrt-faq--dark {
  --jrt-faq-bg: transparent;
  --jrt-faq-title: #f5f1e6;
  --jrt-faq-copy: rgba(245, 241, 230, 0.72);
  --jrt-faq-accent: #d0b56f;
  --jrt-faq-border: rgba(245, 241, 230, 0.17);
  --jrt-faq-hover: rgba(255, 255, 255, 0.035);
  --jrt-faq-open: rgba(208, 181, 111, 0.06);
}

#main-content .jrt-faq--dark .jrt-faq__content a:not(.jrt-btn) {
  color: #d0b56f !important;
  -webkit-text-fill-color: #d0b56f !important;
  text-decoration-color: rgba(208, 181, 111, 0.46) !important;
}

#main-content .jrt-faq--dark .jrt-faq__content a:not(.jrt-btn):hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ---------------------------------------------------------
   10 — BACKWARD-COMPATIBLE FALLBACK
--------------------------------------------------------- */

.jrt-faq > details:not(.jrt-faq__item) {
  border-bottom: 1px solid var(--jrt-faq-border);
}

.jrt-faq > details:not(.jrt-faq__item) > summary {
  padding: 24px 0;
  color: var(--jrt-faq-title);
  cursor: pointer;
}

/* ---------------------------------------------------------
   11 — REDUCED MOTION
--------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .jrt-faq__summary,
  .jrt-faq__icon,
  .jrt-faq__icon::before,
  .jrt-faq__icon::after {
    transition-duration: 0.01ms !important;
  }
}

/* =========================================================
   JRT ORIENTATION PAGE COMPONENTS
   Used for:
   - Quand consulter
   - Première consultation
   - Visitor orientation pages

   This is a lightweight component extension.
   It reuses the global JRT Hero and FP section systems.
========================================================= */


/* =========================================================
   01. PAGE TOKENS
========================================================= */

.jrt-orientation {
  --jrt-orientation-ink: var(--jrt-ink, #173d38);
  --jrt-orientation-deep: var(--jrt-deep, #123b36);
  --jrt-orientation-soft: var(--jrt-soft, #f3f0e8);
  --jrt-orientation-paper: var(--jrt-paper, #fffdf8);
  --jrt-orientation-line: rgba(23, 61, 56, 0.16);
  --jrt-orientation-gold: var(--jrt-gold, #b8944f);
  --jrt-orientation-muted: rgba(23, 61, 56, 0.72);
}


/* =========================================================
   02. ORIENTATION HERO
   Uses the existing global Hero layout.
   Only page-level visual tuning is added here.
========================================================= */

.jrt-orientation--consult .jrt-hero--orientation {
  --jrt-hero-min-height: clamp(660px, 78vh, 900px);
}

.jrt-orientation--consult
.jrt-hero--orientation
.jrt-hero__media img {
  object-position: 54% center;
}

.jrt-orientation--consult
.jrt-hero--orientation
.jrt-hero__subtitle {
  max-width: 17em;
}

.jrt-orientation--consult
.jrt-hero--orientation
.jrt-hero__text {
  max-width: 35rem;
}


/* =========================================================
   03. INTRODUCTION
========================================================= */

.jrt-orientation-intro {
  max-width: 780px;
  margin-inline: auto;
}

.jrt-orientation-intro p {
  margin: 0;
}

.jrt-orientation-intro p + p {
  margin-top: 1.35em;
}

.jrt-orientation-intro .jrt-lead {
  color: var(--jrt-orientation-ink);
}


/* =========================================================
   04. ORIENTATION GRID
========================================================= */

.jrt-orientation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 30px);
  margin-top: clamp(38px, 5vw, 66px);
}


/* =========================================================
   05. ORIENTATION CARD
========================================================= */

.jrt-orientation-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(18px, 2.2vw, 30px);
  min-height: 100%;
  padding: clamp(26px, 3.2vw, 44px);
  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.94),
      rgba(255, 253, 248, 0.78)
    );

  border: 1px solid var(--jrt-orientation-line);
  border-radius: var(--jrt-radius-lg, 2px);
  box-shadow:
    0 18px 50px rgba(24, 49, 44, 0.05);

  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.jrt-orientation-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;

  background:
    linear-gradient(
      to bottom,
      transparent,
      var(--jrt-orientation-gold),
      transparent
    );

  opacity: 0.7;
}

.jrt-orientation-card:hover {
  transform: translateY(-3px);
  border-color: rgba(184, 148, 79, 0.42);

  box-shadow:
    0 24px 60px rgba(24, 49, 44, 0.09);
}

.jrt-orientation-card__number {
  padding-top: 0.2rem;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
}

.jrt-orientation-card__body {
  min-width: 0;
}

.jrt-orientation-card__eyebrow {
  margin: 0 0 0.7rem;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jrt-orientation-card__title {
  max-width: 18em;
  margin: 0;

  color: var(--jrt-orientation-ink);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.jrt-orientation-card__text {
  margin: 1.1rem 0 0;

  color: var(--jrt-orientation-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.jrt-orientation-card__list {
  display: grid;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0;

  list-style: none;
}

.jrt-orientation-card__list li {
  position: relative;
  margin: 0;
  padding-left: 1.15rem;

  color: var(--jrt-orientation-ink);
  font-size: 0.94rem;
  line-height: 1.55;
}

.jrt-orientation-card__list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;

  width: 5px;
  height: 5px;

  background: var(--jrt-orientation-gold);
  border-radius: 50%;
}

.jrt-orientation-card .jrt-text-link {
  margin-top: 1.6rem;
}

.jrt-orientation-card__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem 1.35rem;
  margin-top: 1.55rem;
}

.jrt-orientation-card__links .jrt-text-link {
  margin-top: 0;
}


/* =========================================================
   06. EDITORIAL FEATURE
========================================================= */

.jrt-orientation-feature {
  display: grid;
  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(280px, 0.72fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}

.jrt-orientation-feature__content {
  max-width: 720px;
}

.jrt-orientation-feature__title {
  max-width: 16em;
  margin: 0;

  color: var(--jrt-orientation-ink);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.jrt-orientation-feature__text {
  margin-top: clamp(24px, 3vw, 38px);
}

.jrt-orientation-feature__text p {
  margin: 0;

  color: var(--jrt-orientation-muted);
  line-height: 1.75;
}

.jrt-orientation-feature__text p + p {
  margin-top: 1.25em;
}

.jrt-orientation-feature .jrt-text-link {
  margin-top: 1.75rem;
}


/* =========================================================
   07. EDITORIAL QUOTE
========================================================= */

.jrt-orientation-quote {
  position: relative;
  padding:
    clamp(42px, 5vw, 68px)
    clamp(30px, 4vw, 52px);

  background: var(--jrt-orientation-deep);
  border: 1px solid rgba(184, 148, 79, 0.3);
}

.jrt-orientation-quote::after {
  content: "";
  position: absolute;
  inset: 12px;

  border: 1px solid rgba(184, 148, 79, 0.16);
  pointer-events: none;
}

.jrt-orientation-quote__mark {
  position: relative;
  z-index: 1;
  display: block;
  height: 0.72em;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
}

.jrt-orientation-quote blockquote {
  position: relative;
  z-index: 1;
  margin: 1rem 0 0;
  padding: 0;

  border: 0;
}

.jrt-orientation-quote blockquote p {
  margin: 0;

  color: rgba(255, 253, 248, 0.94);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.02em;
}


/* =========================================================
   08. ORIENTATION STEPS
========================================================= */

.jrt-orientation-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(40px, 5vw, 66px);

  background: var(--jrt-orientation-line);
  border: 1px solid var(--jrt-orientation-line);
}

.jrt-orientation-step {
  min-height: 100%;
  padding: clamp(28px, 4vw, 50px);

  background: var(--jrt-orientation-paper);
}

.jrt-orientation-step__number {
  display: block;
  margin-bottom: 2.4rem;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.jrt-orientation-step__title {
  margin: 0;

  color: var(--jrt-orientation-ink);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1.12;
}

.jrt-orientation-step p {
  margin: 1rem 0 0;

  color: var(--jrt-orientation-muted);
  line-height: 1.7;
}

.jrt-orientation-note {
  max-width: 850px;
  margin:
    clamp(32px, 4vw, 52px)
    auto
    0;
  padding: clamp(20px, 3vw, 30px);

  text-align: center;
  border-top: 1px solid var(--jrt-orientation-line);
  border-bottom: 1px solid var(--jrt-orientation-line);
}

.jrt-orientation-note p {
  margin: 0;

  color: var(--jrt-orientation-ink);
  line-height: 1.7;
}


/* =========================================================
   09. MEDICAL SAFETY
========================================================= */

.jrt-orientation-safety {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(184, 148, 79, 0.12),
      transparent 32%
    ),
    var(--jrt-orientation-deep);
}

.jrt-orientation-safety__grid {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.8fr)
    minmax(0, 1.2fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: start;
}

.jrt-orientation-safety__heading {
  position: sticky;
  top: 130px;
}

.jrt-orientation-safety__title {
  max-width: 11em;
  margin: 0;

  color: #fffdf8;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.jrt-orientation-safety__heading > p:last-child {
  max-width: 30rem;
  margin: 1.5rem 0 0;

  color: rgba(255, 253, 248, 0.72);
  line-height: 1.72;
}

.jrt-orientation-safety__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;

  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.jrt-orientation-safety__list li {
  position: relative;
  margin: 0;
  padding:
    1rem
    0
    1rem
    1.5rem;

  color: rgba(255, 253, 248, 0.9);
  line-height: 1.55;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.jrt-orientation-safety__list li::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 0;

  width: 6px;
  height: 6px;

  background: var(--jrt-orientation-gold);
  border-radius: 50%;
}

.jrt-orientation-safety__notice {
  margin-top: clamp(26px, 4vw, 40px);
  padding: clamp(22px, 3vw, 30px);

  background: rgba(255, 255, 255, 0.06);
  border-left: 2px solid var(--jrt-orientation-gold);
}

.jrt-orientation-safety__notice p {
  margin: 0;

  color: rgba(255, 253, 248, 0.82);
  line-height: 1.7;
}

.jrt-orientation-safety__notice p + p {
  margin-top: 0.85rem;
}

.jrt-orientation-safety__notice strong {
  color: #fffdf8;
}


/* =========================================================
   10. METHOD CARDS
========================================================= */

.jrt-orientation-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 32px);
  margin-top: clamp(40px, 5vw, 66px);
}

.jrt-orientation-method {
  display: flex;
  min-height: clamp(380px, 42vw, 530px);
  padding: clamp(34px, 5vw, 64px);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(255, 253, 248, 0.74)
    );

  border: 1px solid var(--jrt-orientation-line);
}

.jrt-orientation-method__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.jrt-orientation-method__eyebrow {
  margin: 0 0 0.9rem;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jrt-orientation-method__title {
  max-width: 10em;
  margin: 0;

  color: var(--jrt-orientation-ink);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.035em;
}

.jrt-orientation-method p {
  max-width: 34rem;
  margin: 1.5rem 0 0;

  color: var(--jrt-orientation-muted);
  line-height: 1.72;
}

.jrt-orientation-method .jrt-btn {
  margin-top: auto;
  transform: translateY(1.5rem);
}

.jrt-orientation-method--dark {
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(184, 148, 79, 0.16),
      transparent 32%
    ),
    var(--jrt-orientation-deep);

  border-color: rgba(184, 148, 79, 0.28);
}

.jrt-orientation-method--dark
.jrt-orientation-method__title {
  color: #fffdf8;
}

.jrt-orientation-method--dark p {
  color: rgba(255, 253, 248, 0.72);
}


/* =========================================================
   11. FINAL CTA
========================================================= */

.jrt-orientation-cta {
  display: grid;
  grid-template-columns:
    minmax(0, 1.3fr)
    minmax(260px, 0.7fr);
  gap: clamp(36px, 6vw, 90px);
  align-items: end;
}

.jrt-orientation-cta__eyebrow {
  margin: 0 0 1rem;

  color: var(--jrt-orientation-gold);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-transform: uppercase;
}

.jrt-orientation-cta__title {
  max-width: 16em;
  margin: 0;

  color: #fffdf8;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.1rem, 4.7vw, 4.6rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.jrt-orientation-cta__text {
  max-width: 42rem;
  margin: 1.5rem 0 0;

  color: rgba(255, 253, 248, 0.72);
  line-height: 1.72;
}

.jrt-orientation-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.8rem;
}

.jrt-orientation-cta__actions .jrt-btn {
  justify-content: center;
  width: 100%;
}


/* =========================================================
   12. ACCESSIBILITY
========================================================= */

.jrt-orientation a:focus-visible,
.jrt-orientation summary:focus-visible {
  outline: 2px solid var(--jrt-orientation-gold);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .jrt-orientation-card {
    transition: none;
  }

  .jrt-orientation-card:hover {
    transform: none;
  }
}

/* =========================================================
   JRT DESIGN SYSTEM v3 FINAL — TYPOGRAPHY POLISH
   Final cascade layer for Hero, dark surfaces, CTA and FAQ.

   Purpose:
   - unify readable text contrast across every dark surface
   - protect component typography from Divi/global overrides
   - support both canonical and legacy Orientation Hero markup
   - standardize section headings, buttons and FAQ rhythm
========================================================= */

/* ---------------------------------------------------------
   01 — FINAL TYPOGRAPHY TOKENS
--------------------------------------------------------- */

#main-content {
  --jrt-type-dark-title: #f8f4eb;
  --jrt-type-dark-lead: rgba(248, 244, 235, 0.94);
  --jrt-type-dark-copy: rgba(248, 244, 235, 0.86);
  --jrt-type-dark-muted: rgba(248, 244, 235, 0.72);
  --jrt-type-dark-accent: #d9bb73;
  --jrt-type-light-title: var(--jrt-green-dark, #173c35);
  --jrt-type-light-copy: var(--jrt-text, #34403b);
  --jrt-type-light-muted: var(--jrt-muted, #65716c);
}

/* ---------------------------------------------------------
   02 — GLOBAL SECTION HEADING RHYTHM
--------------------------------------------------------- */

#main-content .jrt-section-heading__title,
#main-content .jrt-fp-section-heading h2 {
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.55rem, 4.7vw, 4.7rem);
  font-weight: 400;
  line-height: 1.035;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

#main-content .jrt-section-heading__intro {
  max-width: 760px;
  margin-inline: auto;
  color: var(--jrt-type-light-muted);
  font-size: clamp(1.04rem, 1.25vw, 1.16rem);
  line-height: 1.78;
}

#main-content .jrt-section-heading__eyebrow,
#main-content .jrt-orientation-card__eyebrow,
#main-content .jrt-orientation-method__eyebrow,
#main-content .jrt-orientation-cta__eyebrow {
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ---------------------------------------------------------
   03 — HERO TYPOGRAPHY: CANONICAL + ORIENTATION FALLBACK
--------------------------------------------------------- */

#main-content .jrt-hero__title,
#main-content .jrt-hero__title-main,
#main-content .jrt-hero__title-accent,
#main-content .jrt-hero__lead,
#main-content .jrt-hero__subtitle,
#main-content .jrt-hero__text p,
#main-content .jrt-hero__eyebrow {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Direct h1 fallback used by Orientation pages. */
#main-content .jrt-hero h1.jrt-hero__title {
  margin: 0 0 24px;
  color: var(--jrt-hero-title) !important;
  -webkit-text-fill-color: var(--jrt-hero-title) !important;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(3.55rem, 6.6vw, 6.8rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

#main-content .jrt-hero__subtitle {
  max-width: 620px;
  margin: 0 0 24px;
  color: var(--jrt-hero-accent) !important;
  -webkit-text-fill-color: var(--jrt-hero-accent) !important;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.42rem, 2.3vw, 2.15rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

#main-content .jrt-hero__lead {
  color: var(--jrt-hero-accent) !important;
  -webkit-text-fill-color: var(--jrt-hero-accent) !important;
  font-size: clamp(1.2rem, 1.75vw, 1.5rem);
  line-height: 1.62;
}

#main-content .jrt-hero__text p {
  color: var(--jrt-hero-text) !important;
  -webkit-text-fill-color: var(--jrt-hero-text) !important;
  font-size: clamp(1.02rem, 1.15vw, 1.1rem);
  line-height: 1.8;
}

/* Legacy/Orientation Hero structural support. */
#main-content .jrt-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main-content .jrt-hero__inner {
  width: min(
    calc(100% - clamp(36px, 8vw, 120px)),
    var(--jrt-hero-container, 1180px)
  );
  min-height: var(--jrt-hero-min-height);
  margin-inline: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

#main-content .jrt-hero--orientation .jrt-hero__panel--method-dark {
  max-width: 680px;
  margin: 0;
  padding: clamp(34px, 5vw, 58px);
  background: linear-gradient(
    145deg,
    rgba(20, 53, 47, 0.92),
    rgba(20, 53, 47, 0.78)
  );
  border-color: rgba(239, 195, 109, 0.34);
  box-shadow: 0 30px 76px rgba(17, 39, 35, 0.22);
  backdrop-filter: blur(8px);
}

#main-content .jrt-hero--orientation {
  --jrt-hero-title: #fffdf8;
  --jrt-hero-accent: #f1d18c;
  --jrt-hero-text: rgba(255, 253, 248, 0.9);
  --jrt-hero-eyebrow: #e4c277;
  --jrt-hero-line: #d9bb73;
}

#main-content .jrt-hero--orientation .jrt-hero__eyebrow,
#main-content .jrt-hero--orientation .jrt-hero__subtitle,
#main-content .jrt-hero--orientation .jrt-hero__text p,
#main-content .jrt-hero--orientation h1.jrt-hero__title {
  opacity: 1;
}

/* ---------------------------------------------------------
   04 — DARK SURFACE TYPOGRAPHY
--------------------------------------------------------- */

#main-content .jrt-fp-section--dark,
#main-content .jrt-fp-section--atlas,
#main-content .jrt-fp-section--editorial,
#main-content .jrt-orientation-method--dark,
#main-content .jrt-orientation-quote,
#main-content .jrt-card--dark,
#main-content .jrt-fp-professional__panel {
  color: var(--jrt-type-dark-copy);
}

#main-content .jrt-fp-section--dark :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-fp-section--atlas :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-fp-section--editorial :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-orientation-method--dark :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-orientation-quote :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-card--dark :is(h1, h2, h3, h4, h5, h6),
#main-content .jrt-fp-professional__panel :is(h1, h2, h3, h4, h5, h6) {
  color: var(--jrt-type-dark-title) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-title) !important;
}

#main-content .jrt-fp-section--dark :is(p, li),
#main-content .jrt-fp-section--atlas :is(p, li),
#main-content .jrt-fp-section--editorial :is(p, li),
#main-content .jrt-orientation-method--dark :is(p, li),
#main-content .jrt-orientation-quote :is(p, li),
#main-content .jrt-card--dark :is(p, li),
#main-content .jrt-fp-professional__panel :is(p, li) {
  color: var(--jrt-type-dark-copy) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-copy) !important;
}

#main-content .jrt-fp-section--dark :is(.jrt-fp-lead, .jrt-lead),
#main-content .jrt-fp-section--atlas :is(.jrt-fp-lead, .jrt-lead),
#main-content .jrt-fp-section--editorial :is(.jrt-fp-lead, .jrt-lead) {
  color: var(--jrt-type-dark-lead) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-lead) !important;
}

#main-content .jrt-fp-section--dark :is(
  .jrt-fp-eyebrow,
  .jrt-section-heading__eyebrow,
  .jrt-orientation-card__eyebrow,
  .jrt-orientation-method__eyebrow,
  .jrt-orientation-cta__eyebrow
),
#main-content .jrt-fp-section--atlas :is(
  .jrt-fp-eyebrow,
  .jrt-section-heading__eyebrow,
  .jrt-orientation-card__eyebrow,
  .jrt-orientation-method__eyebrow,
  .jrt-orientation-cta__eyebrow
),
#main-content .jrt-fp-section--editorial :is(
  .jrt-fp-eyebrow,
  .jrt-section-heading__eyebrow,
  .jrt-orientation-card__eyebrow,
  .jrt-orientation-method__eyebrow,
  .jrt-orientation-cta__eyebrow
) {
  color: var(--jrt-type-dark-accent) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-accent) !important;
}

/* Specific Orientation safety contrast. */
#main-content .jrt-orientation-safety__title {
  color: var(--jrt-type-dark-title) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-title) !important;
}

#main-content .jrt-orientation-safety__heading > p:last-child {
  color: var(--jrt-type-dark-copy) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-copy) !important;
}

#main-content .jrt-orientation-safety__list li {
  color: var(--jrt-type-dark-lead) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-lead) !important;
}

#main-content .jrt-orientation-safety__notice p {
  color: var(--jrt-type-dark-copy) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-copy) !important;
}

/* ---------------------------------------------------------
   05 — ORIENTATION METHOD CARDS
--------------------------------------------------------- */

#main-content .jrt-orientation-method__title {
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.038em;
  text-wrap: balance;
}

#main-content .jrt-orientation-method p {
  font-size: clamp(1rem, 1.15vw, 1.09rem);
  line-height: 1.78;
}

#main-content .jrt-orientation-method--dark .jrt-orientation-method__title {
  color: var(--jrt-type-dark-title) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-title) !important;
}

#main-content .jrt-orientation-method--dark p {
  color: var(--jrt-type-dark-copy) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-copy) !important;
}

/* ---------------------------------------------------------
   06 — FINAL CTA TYPOGRAPHY
--------------------------------------------------------- */

#main-content .jrt-orientation-cta__eyebrow {
  color: var(--jrt-type-dark-accent) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-accent) !important;
}

#main-content .jrt-orientation-cta__title {
  color: var(--jrt-type-dark-title) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-title) !important;
  font-size: clamp(2.55rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.044em;
  text-wrap: balance;
}

#main-content .jrt-orientation-cta__text {
  color: var(--jrt-type-dark-copy) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-copy) !important;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.78;
}

/* ---------------------------------------------------------
   07 — BUTTON TYPOGRAPHY + CONTRAST
--------------------------------------------------------- */

#main-content a.jrt-btn,
#main-content button.jrt-btn {
  min-height: 50px;
  padding: 14px 28px;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.005em;
  text-decoration: none !important;
  -webkit-text-fill-color: currentColor;
}

#main-content .jrt-fp-section--dark a.jrt-btn--gold,
#main-content .jrt-fp-section--atlas a.jrt-btn--gold,
#main-content .jrt-fp-section--editorial a.jrt-btn--gold,
#main-content .jrt-orientation-method--dark a.jrt-btn--gold {
  color: #263b33 !important;
  -webkit-text-fill-color: #263b33 !important;
  background: #dfbd70;
  border-color: #dfbd70;
}

#main-content .jrt-fp-section--dark a.jrt-btn--gold:hover,
#main-content .jrt-fp-section--atlas a.jrt-btn--gold:hover,
#main-content .jrt-fp-section--editorial a.jrt-btn--gold:hover,
#main-content .jrt-orientation-method--dark a.jrt-btn--gold:hover {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  background: transparent;
  border-color: #dfbd70;
}

#main-content a.jrt-btn--ghost-light {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 253, 248, 0.38);
}

#main-content a.jrt-btn--ghost-light:hover {
  color: #203a32 !important;
  -webkit-text-fill-color: #203a32 !important;
  background: #fffdf8;
  border-color: #fffdf8;
}

/* ---------------------------------------------------------
   08 — FAQ TYPOGRAPHY: CANONICAL + SIMPLE DETAILS MARKUP
--------------------------------------------------------- */

.jrt-faq {
  --jrt-faq-copy: #596761;
}

.jrt-faq--dark {
  --jrt-faq-title: var(--jrt-type-dark-title);
  --jrt-faq-copy: var(--jrt-type-dark-copy);
  --jrt-faq-accent: var(--jrt-type-dark-accent);
}

#main-content .jrt-faq__question {
  color: var(--jrt-faq-title) !important;
  -webkit-text-fill-color: var(--jrt-faq-title) !important;
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.42rem, 2.15vw, 1.92rem);
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.023em;
}

#main-content .jrt-faq__content p,
#main-content .jrt-faq__content li,
#main-content .jrt-faq__answer p,
#main-content .jrt-faq__answer li {
  color: var(--jrt-faq-copy) !important;
  -webkit-text-fill-color: var(--jrt-faq-copy) !important;
  font-size: clamp(1.03rem, 1.25vw, 1.14rem);
  line-height: 1.8;
}

/* Support the simple markup where summary itself has
   .jrt-faq__question and answer uses .jrt-faq__answer. */
#main-content summary.jrt-faq__question {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: clamp(22px, 4vw, 46px);
  min-height: 92px;
  margin: 0;
  padding: clamp(24px, 3vw, 32px) 4px;
  cursor: pointer;
  list-style: none;
}

#main-content summary.jrt-faq__question::-webkit-details-marker {
  display: none;
}

#main-content summary.jrt-faq__question::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--jrt-faq-accent);
  -webkit-text-fill-color: var(--jrt-faq-accent);
  border: 1px solid var(--jrt-faq-border);
  border-radius: 50%;
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

#main-content .jrt-faq__item[open] > summary.jrt-faq__question::after {
  content: "−";
}

#main-content .jrt-faq__answer {
  max-width: 780px;
  padding: 0 clamp(56px, 8vw, 92px) clamp(28px, 4vw, 42px) 4px;
}

/* ---------------------------------------------------------
   09 — LINK CONTRAST ON DARK SURFACES
--------------------------------------------------------- */

#main-content .jrt-fp-section--dark a:not(.jrt-btn),
#main-content .jrt-fp-section--atlas a:not(.jrt-btn),
#main-content .jrt-fp-section--editorial a:not(.jrt-btn),
#main-content .jrt-orientation-method--dark a:not(.jrt-btn) {
  color: var(--jrt-type-dark-accent) !important;
  -webkit-text-fill-color: var(--jrt-type-dark-accent) !important;
}

#main-content .jrt-fp-section--dark a:not(.jrt-btn):hover,
#main-content .jrt-fp-section--atlas a:not(.jrt-btn):hover,
#main-content .jrt-fp-section--editorial a:not(.jrt-btn):hover,
#main-content .jrt-orientation-method--dark a:not(.jrt-btn):hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* ---------------------------------------------------------
   10 — SMALL-SCREEN TYPOGRAPHY POLISH
--------------------------------------------------------- */

@media (max-width: 767px) {
  #main-content .jrt-hero h1.jrt-hero__title {
    font-size: clamp(3rem, 14vw, 4.65rem);
    line-height: 0.98;
  }

  #main-content .jrt-hero__subtitle {
    font-size: clamp(1.3rem, 6vw, 1.75rem);
    line-height: 1.34;
  }

  #main-content .jrt-hero__inner {
    width: min(calc(100% - 34px), var(--jrt-hero-container, 1180px));
    padding-block: 44px;
  }

  #main-content .jrt-hero--orientation .jrt-hero__panel--method-dark {
    padding: 30px 24px;
    border-radius: 24px;
  }

  #main-content .jrt-section-heading__title,
  #main-content .jrt-fp-section-heading h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.35rem);
    line-height: 1.06;
  }

  #main-content .jrt-orientation-cta__title {
    font-size: clamp(2.35rem, 10.5vw, 3.45rem);
    line-height: 1.055;
  }

  #main-content summary.jrt-faq__question {
    grid-template-columns: minmax(0, 1fr) 34px;
    min-height: 82px;
    padding-block: 22px;
  }

  #main-content .jrt-faq__answer {
    padding-right: 4px;
  }
}


/* =========================================================
   JRT HERO PHOTOGRAPHY STYLE GUIDE — v1.0
   Global photography language for JRT Hero sections

   Recommended source image:
   2400 × 1600 px
   Aspect ratio: 3 / 2
   Format: WebP or AVIF
   Composition:
   - generous negative space
   - subject positioned right
   - calm natural light
   - warm ivory / muted green palette
========================================================= */


/* =========================================================
   01 — PHOTOGRAPHY TOKENS
========================================================= */

.jrt-hero--photo {
  --jrt-hero-photo-position-x: 68%;
  --jrt-hero-photo-position-y: 50%;

  --jrt-hero-photo-position-mobile-x: 68%;
  --jrt-hero-photo-position-mobile-y: 42%;

  --jrt-hero-photo-scale: 1;
  --jrt-hero-photo-brightness: 0.94;
  --jrt-hero-photo-contrast: 0.97;
  --jrt-hero-photo-saturation: 0.9;

  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.94);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.7);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0.06);

  --jrt-hero-overlay-start-stop: 0%;
  --jrt-hero-overlay-middle-stop: 44%;
  --jrt-hero-overlay-end-stop: 100%;
}


/* =========================================================
   02 — IMAGE LAYER
========================================================= */

.jrt-hero--photo .jrt-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;

  background: var(--jrt-paper, #f4efe3);
}

.jrt-hero--photo .jrt-hero__media img {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position:
    var(--jrt-hero-photo-position-x)
    var(--jrt-hero-photo-position-y);

  filter:
    brightness(var(--jrt-hero-photo-brightness))
    contrast(var(--jrt-hero-photo-contrast))
    saturate(var(--jrt-hero-photo-saturation));

  transform: scale(var(--jrt-hero-photo-scale));
  transform-origin:
    var(--jrt-hero-photo-position-x)
    var(--jrt-hero-photo-position-y);

  transition:
    transform 700ms ease,
    filter 400ms ease;
}


/* =========================================================
   03 — IVORY EDITORIAL OVERLAY
========================================================= */

.jrt-hero--photo .jrt-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      90deg,
      var(--jrt-hero-overlay-start)
        var(--jrt-hero-overlay-start-stop),

      var(--jrt-hero-overlay-middle)
        var(--jrt-hero-overlay-middle-stop),

      var(--jrt-hero-overlay-end)
        var(--jrt-hero-overlay-end-stop)
    );

  pointer-events: none;
}


/* Optional light wash for visual cohesion */

.jrt-hero--photo .jrt-hero__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      180deg,
      rgba(255, 252, 246, 0.07),
      rgba(244, 239, 227, 0.03)
    );

  pointer-events: none;
}


/* =========================================================
   04 — FOCAL POSITION MODIFIERS
========================================================= */

/* Subject in the center */

.jrt-hero--focus-center {
  --jrt-hero-photo-position-x: 50%;
  --jrt-hero-photo-position-mobile-x: 50%;
}


/* Subject slightly right */

.jrt-hero--focus-right {
  --jrt-hero-photo-position-x: 68%;
  --jrt-hero-photo-position-mobile-x: 68%;
}


/* Subject far right — ideal for left content panel */

.jrt-hero--focus-far-right {
  --jrt-hero-photo-position-x: 78%;
  --jrt-hero-photo-position-mobile-x: 72%;
}


/* Subject slightly left */

.jrt-hero--focus-left {
  --jrt-hero-photo-position-x: 34%;
  --jrt-hero-photo-position-mobile-x: 42%;
}


/* Subject higher in the frame */

.jrt-hero--focus-high {
  --jrt-hero-photo-position-y: 36%;
  --jrt-hero-photo-position-mobile-y: 30%;
}


/* Subject lower in the frame */

.jrt-hero--focus-low {
  --jrt-hero-photo-position-y: 62%;
  --jrt-hero-photo-position-mobile-y: 54%;
}


/* =========================================================
   05 — OVERLAY STRENGTH
========================================================= */

/* Very open image, minimal text protection */

.jrt-hero--overlay-light {
  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.82);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.48);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0.02);

  --jrt-hero-overlay-middle-stop: 38%;
}


/* Default editorial balance */

.jrt-hero--overlay-medium {
  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.94);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.66);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0.05);

  --jrt-hero-overlay-middle-stop: 46%;
}


/* Strong protection for large titles or transparent panels */

.jrt-hero--overlay-strong {
  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.98);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.82);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0.14);

  --jrt-hero-overlay-middle-stop: 54%;
}


/* =========================================================
   06 — PHOTOGRAPHIC TONE
========================================================= */

/* Standard JRT warm editorial tone */

.jrt-hero--photo-warm {
  --jrt-hero-photo-brightness: 0.93;
  --jrt-hero-photo-contrast: 0.97;
  --jrt-hero-photo-saturation: 0.88;
}


/* Softer and lighter for consultation / orientation pages */

.jrt-hero--photo-soft {
  --jrt-hero-photo-brightness: 0.98;
  --jrt-hero-photo-contrast: 0.94;
  --jrt-hero-photo-saturation: 0.82;
}


/* Slightly deeper for branded or clinical pages */

.jrt-hero--photo-deep {
  --jrt-hero-photo-brightness: 0.86;
  --jrt-hero-photo-contrast: 1.03;
  --jrt-hero-photo-saturation: 0.84;
}


/* Natural neutral photography */

.jrt-hero--photo-neutral {
  --jrt-hero-photo-brightness: 0.96;
  --jrt-hero-photo-contrast: 0.99;
  --jrt-hero-photo-saturation: 0.96;
}


/* =========================================================
   07 — OPTIONAL IMAGE SCALE
========================================================= */

.jrt-hero--photo-close {
  --jrt-hero-photo-scale: 1.06;
}

.jrt-hero--photo-wide {
  --jrt-hero-photo-scale: 1;
}


/* =========================================================
   08 — PANEL PHOTOGRAPHY INTEGRATION
========================================================= */

.jrt-hero--photo .jrt-hero__panel {
  box-shadow:
    0 28px 74px rgba(28, 49, 43, 0.11);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}


/* Dark green editorial panel */

.jrt-hero--photo .jrt-hero__panel--orientation {
  color: #f8f4eb;

  background:
    linear-gradient(
      145deg,
      rgba(23, 60, 53, 0.97),
      rgba(35, 76, 67, 0.92)
    );

  border-color: rgba(248, 244, 235, 0.16);

  box-shadow:
    0 30px 78px rgba(23, 60, 53, 0.18);
}

.jrt-hero--photo
.jrt-hero__panel--orientation::before {
  content: "";
  position: absolute;
  inset: 14px;

  border: 1px solid rgba(217, 187, 115, 0.19);
  border-radius: inherit;

  pointer-events: none;
}


/* =========================================================
   09 — ORIENTATION HERO DEFAULT
========================================================= */

.jrt-orientation--consult .jrt-hero--photo {
  --jrt-hero-photo-position-x: 72%;
  --jrt-hero-photo-position-y: 44%;

  --jrt-hero-photo-position-mobile-x: 66%;
  --jrt-hero-photo-position-mobile-y: 35%;

  --jrt-hero-photo-brightness: 0.95;
  --jrt-hero-photo-contrast: 0.96;
  --jrt-hero-photo-saturation: 0.84;

  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.97);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.68);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0.04);

  --jrt-hero-overlay-middle-stop: 45%;
}


/* =========================================================
   10 — IMAGE QUALITY AND RENDERING
========================================================= */

.jrt-hero--photo .jrt-hero__media img {
  image-rendering: auto;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}


/* =========================================================
   11 — REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .jrt-hero--photo .jrt-hero__media img {
    transition: none;
  }
}

/* =========================================================
   JRT ORIENTATION PHOTO HERO — FINAL CLARITY PATCH
   Quand consulter
   Must remain at the very end of 05-components.css
========================================================= */


/* ---------------------------------------------------------
   01 — RESTORE PHOTOGRAPHIC CLARITY
--------------------------------------------------------- */

#main-content
.jrt-orientation--consult
.jrt-hero--photo {
  --jrt-hero-photo-position-x: 72%;
  --jrt-hero-photo-position-y: 44%;

  /* Keep the original photograph clear and natural */
  --jrt-hero-photo-brightness: 1;
  --jrt-hero-photo-contrast: 1.02;
  --jrt-hero-photo-saturation: 0.96;

  /*
   * The panel already protects the text.
   * The background therefore needs only a light left-side veil.
   */
  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.62);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.22);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0);

  --jrt-hero-overlay-start-stop: 0%;
  --jrt-hero-overlay-middle-stop: 40%;
  --jrt-hero-overlay-end-stop: 72%;
}


/* Remove the additional full-image milk wash */

#main-content
.jrt-orientation--consult
.jrt-hero--photo
.jrt-hero__media::before {
  display: none;
}


/* Ensure that the photo layer itself is fully opaque */

#main-content
.jrt-orientation--consult
.jrt-hero--photo
.jrt-hero__media,

#main-content
.jrt-orientation--consult
.jrt-hero--photo
.jrt-hero__media img {
  opacity: 1 !important;
}


/* ---------------------------------------------------------
   02 — ORIENTATION PANEL
--------------------------------------------------------- */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation {
  position: relative;

  color: #fffdf8 !important;

  background:
    linear-gradient(
      145deg,
      rgba(19, 61, 53, 0.985),
      rgba(31, 75, 66, 0.965)
    );

  border: 1px solid rgba(227, 196, 124, 0.28);

  box-shadow:
    0 28px 68px rgba(19, 51, 45, 0.2);

  /*
   * The panel is already nearly opaque.
   * A strong backdrop blur only makes the image look hazy.
   */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}


/* Keep the inner border correctly inset */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation::before {
  content: "";
  position: absolute;
  inset: 13px;

  border: 1px solid rgba(227, 196, 124, 0.18);
  border-radius: calc(clamp(20px, 3vw, 38px) - 9px);

  pointer-events: none;
}


/* Place all panel content above its decorative border */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation > * {
  position: relative;
  z-index: 1;
}


/* ---------------------------------------------------------
   03 — PANEL TYPOGRAPHY PROTECTION
--------------------------------------------------------- */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
.jrt-hero__eyebrow {
  color: #dfbf75 !important;
  -webkit-text-fill-color: #dfbf75 !important;
  opacity: 1 !important;
}

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
.jrt-hero__eyebrow::before {
  background: #dfbf75 !important;
}


/* Main title */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
h1.jrt-hero__title {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;

  text-shadow:
    0 1px 1px rgba(8, 32, 27, 0.08);
}


/* Gold subtitle */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
.jrt-hero__subtitle {
  color: #efcc7e !important;
  -webkit-text-fill-color: #efcc7e !important;

  opacity: 1 !important;
}


/* Supporting copy */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
.jrt-hero__text p {
  color: rgba(255, 253, 248, 0.9) !important;
  -webkit-text-fill-color: rgba(255, 253, 248, 0.9) !important;

  opacity: 1 !important;
}


/* ---------------------------------------------------------
   04 — ORIENTATION BUTTONS
--------------------------------------------------------- */

/* Primary gold button */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--gold {
  color: #173c35 !important;
  -webkit-text-fill-color: #173c35 !important;

  background: #e3b64f !important;
  border-color: #e3b64f !important;

  opacity: 1 !important;
}

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--gold:hover,
#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--gold:focus-visible {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;

  background: transparent !important;
  border-color: #e3b64f !important;
}


/* Secondary light outline button */

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--ghost-light {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;

  background: rgba(255, 255, 255, 0.035) !important;
  border-color: rgba(255, 253, 248, 0.5) !important;

  opacity: 1 !important;
}

#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--ghost-light:hover,
#main-content
.jrt-orientation--consult
.jrt-hero__panel--orientation
a.jrt-btn--ghost-light:focus-visible {
  color: #173c35 !important;
  -webkit-text-fill-color: #173c35 !important;

  background: #fffdf8 !important;
  border-color: #fffdf8 !important;
}


/* ---------------------------------------------------------
   05 — DESKTOP PANEL PROPORTIONS
--------------------------------------------------------- */

@media (min-width: 981px) {

  #main-content
  .jrt-orientation--consult
  .jrt-hero__content {
    max-width: 620px;
  }

  #main-content
  .jrt-orientation--consult
  .jrt-hero__panel--orientation {
    width: min(100%, 590px);

    padding:
      clamp(42px, 4vw, 58px)
      clamp(38px, 4.2vw, 60px);
  }

}


/* ---------------------------------------------------------
   06 — MOBILE PHOTO CLARITY
--------------------------------------------------------- */

@media (max-width: 767px) {

  #main-content
  .jrt-orientation--consult
  .jrt-hero--photo {
    --jrt-hero-photo-brightness: 1;
    --jrt-hero-photo-contrast: 1.01;
    --jrt-hero-photo-saturation: 0.96;
  }

  /*
   * Mobile needs only a lower fade into the page background,
   * not a full ivory veil over the face.
   */
  #main-content
  .jrt-orientation--consult
  .jrt-hero--photo
  .jrt-hero__media::after {
    background:
      linear-gradient(
        180deg,
        rgba(246, 241, 231, 0) 0%,
        rgba(246, 241, 231, 0.02) 58%,
        rgba(246, 241, 231, 0.72) 100%
      );
  }

  #main-content
  .jrt-orientation--consult
  .jrt-hero__panel--orientation {
    padding: 
    32px 25px;
  }

}

/* =========================================================
   JRT SHARED FP SECTION TOKENS
   Makes reusable FP sections work outside .jrt-fp-gateway
   Required by Orientation, Acupuncture and other JRT pages
========================================================= */

#main-content .jrt-orientation,
#main-content .jrt-fp-gateway {
  --jrt-fp-green: var(--jrt-color-green, #234c43);
  --jrt-fp-green-dark: var(--jrt-color-green-dark, #173c35);
  --jrt-fp-green-soft: var(--jrt-color-green-soft, #6f8465);
  --jrt-fp-gold: var(--jrt-color-gold, #c5a866);
  --jrt-fp-ink: var(--jrt-color-text, #2e3935);
  --jrt-fp-muted: var(--jrt-color-muted, #65716c);

  --jrt-fp-line: rgba(35, 76, 67, 0.16);
  --jrt-fp-soft: #f2f3ee;
  --jrt-fp-cream: #f4efe3;
  --jrt-fp-white: #ffffff;
  --jrt-fp-navy: #101d29;
}


/* =========================================================
   REUSABLE FP SECTION BACKGROUNDS — SAFE FALLBACKS
========================================================= */

#main-content .jrt-fp-section--white {
  background-color: var(--jrt-fp-white, #ffffff);
}

#main-content .jrt-fp-section--soft {
  background-color: var(--jrt-fp-soft, #f2f3ee);
}

#main-content .jrt-fp-section--cream {
  background-color: var(--jrt-fp-cream, #f4efe3);
}

#main-content .jrt-fp-section--dark {
  color: #f8f4eb;

  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(197, 168, 102, 0.1),
      transparent 34%
    ),
    var(--jrt-fp-green-dark, #173c35);
}

#main-content .jrt-fp-section--atlas {
  color: #f8f4eb;

  background:
    radial-gradient(
      circle at 85% 15%,
      rgba(197, 168, 102, 0.13),
      transparent 32%
    ),
    #26362f;
}

#main-content .jrt-fp-section--editorial {
  color: #f8f4eb;

  background:
    linear-gradient(
      120deg,
      rgba(197, 168, 102, 0.07),
      transparent 46%
    ),
    var(--jrt-fp-navy, #101d29);
}


/* =========================================================
   ORIENTATION EDITORIAL FEATURE — TYPOGRAPHY
========================================================= */

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-orientation-feature__title {
  color: #f8f4eb !important;
  -webkit-text-fill-color: #f8f4eb !important;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-section-heading__eyebrow {
  color: #d9bb73 !important;
  -webkit-text-fill-color: #d9bb73 !important;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-orientation-feature__text p {
  color: rgba(248, 244, 235, 0.84) !important;
  -webkit-text-fill-color: rgba(248, 244, 235, 0.84) !important;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
a.jrt-text-link {
  color: #d9bb73 !important;
  -webkit-text-fill-color: #d9bb73 !important;

  text-decoration: none !important;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
a.jrt-text-link:hover,
#main-content
.jrt-orientation
.jrt-fp-section--editorial
a.jrt-text-link:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


/* Quote card remains darker than the section */

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-orientation-quote {
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(197, 168, 102, 0.09),
      transparent 34%
    ),
    #123b36;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-orientation-quote blockquote p {
  color: #fffdf8 !important;
  -webkit-text-fill-color: #fffdf8 !important;
}

#main-content
.jrt-orientation
.jrt-fp-section--editorial
.jrt-orientation-quote__mark {
  color: #d9bb73 !important;
  -webkit-text-fill-color: #d9bb73 !important;
}

/* =========================================================
   JRT METHODS PAGE COMPONENTS
   Reuses:
   - Global Hero
   - FP Sections
   - Orientation Steps
   - Global FAQ
   - Orientation CTA
========================================================= */


/* =========================================================
   01 — HERO
========================================================= */

.jrt-methods-hero {
  --jrt-hero-min-height: clamp(650px, 78vh, 880px);
}

.jrt-methods-hero .jrt-hero__content {
  max-width: 700px;
}

.jrt-methods-hero h1.jrt-hero__title {
  max-width: 13em;
}

.jrt-methods-hero .jrt-hero__subtitle {
  max-width: 22em;
}


/* =========================================================
   02 — INTRODUCTION
========================================================= */

.jrt-methods-intro {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(360px, 0.78fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: start;
}

.jrt-methods-intro__heading h2 {
  max-width: 13em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.5rem, 4.7vw, 4.8rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.042em;
}

.jrt-methods-intro__text {
  max-width: 650px;
}

.jrt-methods-intro__text p {
  margin: 0;
}

.jrt-methods-intro__text p + p {
  margin-top: 1.3em;
}


/* =========================================================
   03 — PRIMARY METHODS
========================================================= */

.jrt-methods-primary {
  display: grid;
  gap: clamp(26px, 4vw, 48px);
  margin-top: clamp(48px, 6vw, 78px);
}

.jrt-method-primary {
  display: grid;
  grid-template-columns:
    minmax(320px, 0.86fr)
    minmax(0, 1.14fr);
  min-height: 580px;
  overflow: hidden;

  background: #fffdf8;
  border: 1px solid rgba(23, 61, 56, 0.16);
}

.jrt-method-primary__media {
  min-height: 100%;
  overflow: hidden;
}

.jrt-method-primary__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 580px;

  object-fit: cover;
  object-position: center;

  transition: transform 700ms ease;
}

.jrt-method-primary:hover
.jrt-method-primary__media img {
  transform: scale(1.025);
}

.jrt-method-primary__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(42px, 6vw, 78px);
}

.jrt-method-primary__eyebrow {
  margin: 0 0 1rem;

  color: var(--jrt-fp-gold, #c5a866);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.jrt-method-primary__title {
  max-width: 11em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.4rem, 4.5vw, 4.7rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.043em;
}

.jrt-method-primary__lead {
  max-width: 30rem;
  margin: 1.6rem 0 0;

  color: var(--jrt-fp-green, #234c43);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.45;
}

.jrt-method-primary__text {
  max-width: 35rem;
  margin-top: 1.5rem;
}

.jrt-method-primary__text p {
  margin: 0;

  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.78;
}

.jrt-method-primary__text p + p {
  margin-top: 1.1em;
}

.jrt-method-primary .jrt-btn {
  margin-top: auto;
  transform: translateY(1.5rem);
}


/* Dark primary method */

.jrt-method-primary--dark {
  color: #f8f4eb;

  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(197, 168, 102, 0.14),
      transparent 34%
    ),
    var(--jrt-fp-green-dark, #173c35);

  border-color: rgba(197, 168, 102, 0.28);
}

.jrt-method-primary--dark
.jrt-method-primary__title {
  color: #f8f4eb;
}

.jrt-method-primary--dark
.jrt-method-primary__lead {
  color: #e3c47e;
}

.jrt-method-primary--dark
.jrt-method-primary__text p {
  color: rgba(248, 244, 235, 0.84);
}


/* Alternate image position */

.jrt-method-primary:nth-child(even)
.jrt-method-primary__media {
  order: 2;
}


/* =========================================================
   04 — SECONDARY METHODS
========================================================= */

.jrt-methods-secondary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  border-top: 1px solid rgba(23, 61, 56, 0.16);
  border-left: 1px solid rgba(23, 61, 56, 0.16);
}

.jrt-method-secondary {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(32px, 4.5vw, 56px);

  background: rgba(255, 253, 248, 0.72);

  border-right: 1px solid rgba(23, 61, 56, 0.16);
  border-bottom: 1px solid rgba(23, 61, 56, 0.16);

  transition:
    background-color 200ms ease,
    transform 200ms ease;
}

.jrt-method-secondary:hover {
  z-index: 1;
  background: #fffdf8;
  transform: translateY(-3px);
}

.jrt-method-secondary__index {
  margin-bottom: 2.5rem;

  color: var(--jrt-fp-gold, #c5a866);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.jrt-method-secondary__eyebrow {
  margin: 0 0 0.8rem;

  color: var(--jrt-fp-green-soft, #6f8465);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.jrt-method-secondary__title {
  max-width: 12em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.jrt-method-secondary > p:not(.jrt-method-secondary__eyebrow) {
  max-width: 34rem;
  margin: 1.2rem 0 0;

  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.74;
}

.jrt-method-secondary .jrt-link-arrow {
  margin-top: auto;
  padding-top: 2rem;
}


/* =========================================================
   05 — EDITORIAL SECTION
========================================================= */

.jrt-methods-editorial {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(300px, 0.7fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.jrt-methods-editorial__content {
  max-width: 720px;
}

.jrt-methods-editorial__content h2 {
  max-width: 13em;
}

.jrt-methods-editorial__text {
  margin-top: clamp(24px, 3vw, 38px);
}

.jrt-methods-editorial__text p {
  margin: 0;
}

.jrt-methods-editorial__text p + p {
  margin-top: 1.2em;
}

/* =========================================================
   JRT PRACTITIONER PAGE COMPONENTS
   Rencontrer votre thérapeute
   Reuses Global Hero, FP Sections, FAQ and CTA
========================================================= */


/* =========================================================
   01 — HERO
========================================================= */

.jrt-practitioner-hero {
  --jrt-hero-min-height: clamp(650px, 78vh, 880px);

  --jrt-hero-photo-position-x: 72%;
  --jrt-hero-photo-position-y: 42%;

  --jrt-hero-photo-brightness: 1;
  --jrt-hero-photo-contrast: 1;
  --jrt-hero-photo-saturation: 0.95;

  --jrt-hero-overlay-start: rgba(246, 241, 231, 0.94);
  --jrt-hero-overlay-middle: rgba(246, 241, 231, 0.58);
  --jrt-hero-overlay-end: rgba(246, 241, 231, 0);

  --jrt-hero-overlay-middle-stop: 45%;
  --jrt-hero-overlay-end-stop: 76%;
}

.jrt-practitioner-hero .jrt-hero__content {
  max-width: 660px;
}

.jrt-practitioner-hero h1.jrt-hero__title {
  max-width: 11em;
}

.jrt-practitioner-hero .jrt-hero__subtitle {
  max-width: 20em;
}


/* =========================================================
   02 — OBSERVATION
========================================================= */

.jrt-practitioner-observation {
  display: grid;
  grid-template-columns:
    minmax(320px, 0.85fr)
    minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.jrt-practitioner-observation__media {
  overflow: hidden;
}

.jrt-practitioner-observation__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.jrt-practitioner-observation__content {
  max-width: 720px;
}

.jrt-practitioner-observation__content h2 {
  max-width: 14em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.042em;
}

.jrt-practitioner-prose {
  max-width: 650px;
  margin-top: clamp(26px, 4vw, 42px);
}

.jrt-practitioner-prose p {
  margin: 0;
  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.78;
}

.jrt-practitioner-prose p + p {
  margin-top: 1.25em;
}

.jrt-practitioner-question {
  margin: 1.8rem 0;
  padding: 0 0 0 1.5rem;

  border-left: 2px solid var(--jrt-fp-gold, #c5a866);
}

.jrt-practitioner-question p {
  color: var(--jrt-wine, #8f473e);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  line-height: 1.4;
}


/* =========================================================
   03 — EDITORIAL INTRO
========================================================= */

.jrt-practitioner-editorial {
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(360px, 0.8fr);
  gap: clamp(50px, 8vw, 115px);
  align-items: start;
}

.jrt-practitioner-editorial__heading h2 {
  max-width: 12em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.55rem, 4.8vw, 4.8rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.043em;
}

.jrt-practitioner-editorial__content {
  max-width: 660px;
}

.jrt-practitioner-editorial__content p {
  margin: 0;
  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.78;
}

.jrt-practitioner-editorial__content p + p {
  margin-top: 1.3em;
}


/* =========================================================
   04 — FASCIAPUNCTURE ORIGIN
========================================================= */

.jrt-practitioner-origin {
  display: grid;
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(300px, 0.7fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.jrt-practitioner-origin__content {
  max-width: 720px;
}

.jrt-practitioner-origin__content h2 {
  max-width: 13em;
}

.jrt-practitioner-origin__text {
  margin-top: clamp(24px, 3vw, 38px);
}

.jrt-practitioner-origin__text p {
  margin: 0;
}

.jrt-practitioner-origin__text p + p {
  margin-top: 1.2em;
}

.jrt-practitioner-origin .jrt-text-link {
  display: inline-flex;
  gap: 0.55rem;
  margin-top: 1.8rem;
}


/* =========================================================
   05 — TIMELINE
========================================================= */

.jrt-practitioner-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  margin-top: clamp(48px, 6vw, 78px);

  border-top: 1px solid rgba(23, 61, 56, 0.16);
  border-left: 1px solid rgba(23, 61, 56, 0.16);
}

.jrt-practitioner-timeline__item {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: clamp(28px, 3.5vw, 44px);

  background: #fffdf8;

  border-right: 1px solid rgba(23, 61, 56, 0.16);
  border-bottom: 1px solid rgba(23, 61, 56, 0.16);
}

.jrt-practitioner-timeline__index {
  margin-bottom: 2.2rem;

  color: var(--jrt-fp-gold, #c5a866);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.jrt-practitioner-timeline__eyebrow {
  margin: 0 0 0.8rem;

  color: var(--jrt-fp-green-soft, #6f8465);
  font-family: var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.jrt-practitioner-timeline__item h3 {
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
}

.jrt-practitioner-timeline__item > p:last-child {
  margin: 1.2rem 0 0;
  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.7;
}


/* =========================================================
   06 — VALUES
========================================================= */

.jrt-practitioner-values {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    minmax(320px, 0.75fr);
  gap: clamp(50px, 8vw, 115px);
  align-items: center;
}

.jrt-practitioner-values__content {
  max-width: 720px;
}

.jrt-practitioner-values__content h2 {
  max-width: 13em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.5rem, 4.7vw, 4.7rem);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.042em;
}

.jrt-practitioner-values__list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;

  list-style: none;
}

.jrt-practitioner-values__list li {
  position: relative;
  padding-left: 1.7rem;

  color: var(--jrt-fp-green-dark, #173c35);
  line-height: 1.65;
}

.jrt-practitioner-values__list li::before {
  content: "○";
  position: absolute;
  left: 0;
  top: 0;

  color: var(--jrt-fp-gold, #c5a866);
}

.jrt-practitioner-values__statement {
  max-width: 680px;
  margin: 2rem 0 0;

  color: var(--jrt-wine, #8f473e);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.38;
}

.jrt-practitioner-values__media {
  overflow: hidden;
}

.jrt-practitioner-values__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}


/* =========================================================
   07 — READING
========================================================= */

.jrt-practitioner-reading {
  max-width: 860px;
  margin-inline: auto;
}

.jrt-practitioner-reading h2 {
  max-width: 16em;
  margin: 0;

  color: var(--jrt-fp-green-dark, #173c35);
  font-family: var(--jrt-font-serif, Georgia, serif);
  font-size: clamp(2.3rem, 4.2vw, 4.2rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.038em;
}

.jrt-practitioner-reading__body {
  max-width: 760px;
  margin-top: clamp(28px, 4vw, 44px);
}

.jrt-practitioner-reading__body p {
  margin: 0;
  color: var(--jrt-fp-muted, #65716c);
  line-height: 1.8;
}

.jrt-practitioner-reading__body p + p {
  margin-top: 1.25em;
}


/* =========================================================
   JING REN TANG — GLOBAL FOOTER V2.0
========================================================= */

#jrt-site-footer.jrt-footer {
  --jrt-footer-green: #21473f;
  --jrt-footer-green-deep: #17372f;
  --jrt-footer-paper: #f5f0e6;
  --jrt-footer-copy: rgba(245, 240, 230, 0.78);
  --jrt-footer-muted: rgba(245, 240, 230, 0.58);
  --jrt-footer-gold: #d8ba70;
  --jrt-footer-gold-light: #ead08f;
  --jrt-footer-line: rgba(216, 186, 112, 0.22);

  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 0;

  color: var(--jrt-footer-copy) !important;
  background: var(--jrt-footer-green) !important;
}


/* Remove inherited Divi spacing */

#jrt-site-footer,
#jrt-site-footer * {
  box-sizing: border-box;
}

#jrt-site-footer p,
#jrt-site-footer h2,
#jrt-site-footer h3,
#jrt-site-footer ul,
#jrt-site-footer li,
#jrt-site-footer address {
  margin-top: 0;
}


/* =========================================================
   CONTAINER
========================================================= */

#jrt-site-footer .jrt-footer__container {
  width: min(
    calc(100% - 48px),
    var(--jrt-container, 1280px)
  );
  margin-inline: auto;
}


/* =========================================================
   MAIN AREA
========================================================= */

#jrt-site-footer .jrt-footer__main {
  padding:
    clamp(64px, 7vw, 92px)
    0
    clamp(56px, 6vw, 78px);

  background: var(--jrt-footer-green) !important;
}


/* =========================================================
   TOP AREA
========================================================= */

#jrt-site-footer .jrt-footer__top {
  display: grid;
  grid-template-columns:
    minmax(160px, 0.46fr)
    minmax(0, 1.5fr)
    minmax(190px, 0.48fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: start;

  padding-bottom: clamp(54px, 6vw, 76px);
  border-bottom: 1px solid var(--jrt-footer-line);
}


/* =========================================================
   LOGO
========================================================= */

#jrt-site-footer .jrt-footer__brand {
  min-width: 0;
}

#jrt-site-footer .jrt-footer__logo {
  display: inline-block;
  width: min(100%, 210px);
  margin: 0;
  padding: 0;
  line-height: 0;
}

#jrt-site-footer .jrt-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}


/* =========================================================
   STATEMENT
========================================================= */

#jrt-site-footer .jrt-footer__eyebrow {
  max-width: 650px;
  margin: 0 0 1rem !important;

  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;

  font-family:
    var(--jrt-font-sans, Arial, sans-serif);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

#jrt-site-footer .jrt-footer__statement h2 {
  max-width: 11.5em;
  margin: 0 !important;
  padding: 0 !important;

  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;

  font-family:
    var(--jrt-font-serif, var(--jrt-font-heading, Georgia, serif));
  font-size: clamp(2.6rem, 4.3vw, 4.8rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.048em;
  text-wrap: balance;
}

#jrt-site-footer .jrt-footer__lead {
  max-width: 680px;
  margin: 1.5rem 0 0 !important;

  color: var(--jrt-footer-copy) !important;
  -webkit-text-fill-color: var(--jrt-footer-copy) !important;

  font-size: 1rem;
  line-height: 1.75;
}

#jrt-site-footer .jrt-footer__location-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;

  margin: 1.35rem 0 0 !important;

  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;

  font-family:
    var(--jrt-font-serif, var(--jrt-font-heading, Georgia, serif));
  font-size: 1.08rem;
  line-height: 1.5;
}

#jrt-site-footer
.jrt-footer__location-line
span {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   CTA
========================================================= */

#jrt-site-footer .jrt-footer__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-top: 0.2rem;
}

#jrt-site-footer a.jrt-footer__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 52px;
  padding: 13px 24px;

  color: var(--jrt-footer-green-deep) !important;
  -webkit-text-fill-color:
    var(--jrt-footer-green-deep) !important;

  background: var(--jrt-footer-gold) !important;
  border: 1px solid var(--jrt-footer-gold) !important;
  border-radius: 999px;

  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;

  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

#jrt-site-footer a.jrt-footer__button:hover,
#jrt-site-footer a.jrt-footer__button:focus-visible {
  color: var(--jrt-footer-green-deep) !important;
  -webkit-text-fill-color:
    var(--jrt-footer-green-deep) !important;

  background: var(--jrt-footer-gold-light) !important;
  border-color: var(--jrt-footer-gold-light) !important;
  transform: translateY(-2px);
}

#jrt-site-footer a.jrt-footer__secondary-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;

  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;

  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline !important;
  text-decoration-color: rgba(216, 186, 112, 0.58) !important;
  text-underline-offset: 0.24em;
}

#jrt-site-footer a.jrt-footer__secondary-link:hover,
#jrt-site-footer a.jrt-footer__secondary-link:focus-visible {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   NAVIGATION
========================================================= */

#jrt-site-footer .jrt-footer__navigation {
  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 70px);

  padding-top: clamp(52px, 6vw, 72px);
}

#jrt-site-footer .jrt-footer__column {
  min-width: 0;
}

#jrt-site-footer .jrt-footer__column h3 {
  margin: 0 0 1.45rem !important;
  padding: 0 !important;

  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;

  font-family:
    var(--jrt-font-serif, var(--jrt-font-heading, Georgia, serif));
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

#jrt-site-footer .jrt-footer__column ul {
  display: grid;
  gap: 0.78rem;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

#jrt-site-footer .jrt-footer__column li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#jrt-site-footer .jrt-footer__column li::before,
#jrt-site-footer .jrt-footer__column li::marker {
  display: none !important;
  content: none !important;
}

#jrt-site-footer .jrt-footer__column a {
  display: inline;

  color: var(--jrt-footer-copy) !important;
  -webkit-text-fill-color: var(--jrt-footer-copy) !important;

  font-family:
    var(--jrt-font-body, Georgia, serif);
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none !important;

  transition: color 180ms ease;
}

#jrt-site-footer .jrt-footer__column a:hover,
#jrt-site-footer .jrt-footer__column a:focus-visible {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   CONTACT
========================================================= */

#jrt-site-footer .jrt-footer__contact {
  display: grid;
  gap: 0.78rem;

  margin: 1.75rem 0 0 !important;
  padding: 1.45rem 0 0 !important;

  border-top: 1px solid var(--jrt-footer-line);
  font-style: normal;
}

#jrt-site-footer .jrt-footer__contact a {
  overflow-wrap: anywhere;

  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;
}

#jrt-site-footer .jrt-footer__contact a:hover,
#jrt-site-footer .jrt-footer__contact a:focus-visible {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   BOTTOM
========================================================= */

#jrt-site-footer .jrt-footer__bottom {
  padding: 20px 0;

  color: var(--jrt-footer-muted) !important;
  background: var(--jrt-footer-green-deep) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

#jrt-site-footer .jrt-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

#jrt-site-footer .jrt-footer__bottom p {
  margin: 0 !important;

  color: var(--jrt-footer-muted) !important;
  -webkit-text-fill-color: var(--jrt-footer-muted) !important;

  font-size: 0.75rem;
  line-height: 1.5;
}

#jrt-site-footer .jrt-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

#jrt-site-footer .jrt-footer__legal a {
  color: var(--jrt-footer-muted) !important;
  -webkit-text-fill-color: var(--jrt-footer-muted) !important;

  font-size: 0.75rem;
  line-height: 1.5;
  text-decoration: none !important;
}

#jrt-site-footer .jrt-footer__legal a:hover,
#jrt-site-footer .jrt-footer__legal a:focus-visible {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   DIVI / GLOBAL LINK OVERRIDES
========================================================= */

#main-content + #jrt-site-footer a,
.et-l--footer #jrt-site-footer a,
#page-container #jrt-site-footer a {
  text-decoration-thickness: auto;
}

#page-container #jrt-site-footer h2,
#page-container #jrt-site-footer h3 {
  color: var(--jrt-footer-paper) !important;
  -webkit-text-fill-color: var(--jrt-footer-paper) !important;
}

#page-container
#jrt-site-footer
.jrt-footer__eyebrow {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}

#page-container
#jrt-site-footer
.jrt-footer__column
a {
  color: var(--jrt-footer-copy) !important;
  -webkit-text-fill-color: var(--jrt-footer-copy) !important;
}

#page-container
#jrt-site-footer
.jrt-footer__column
a:hover {
  color: var(--jrt-footer-gold) !important;
  -webkit-text-fill-color: var(--jrt-footer-gold) !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 980px) {

  #jrt-site-footer .jrt-footer__top {
    grid-template-columns:
      minmax(150px, 0.42fr)
      minmax(0, 1.58fr);
    gap: 36px 56px;
  }

  #jrt-site-footer .jrt-footer__cta {
    grid-column: 2;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  #jrt-site-footer .jrt-footer__navigation {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
    gap: 48px 56px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

  #jrt-site-footer .jrt-footer__container {
    width: min(calc(100% - 34px), 1280px);
  }

  #jrt-site-footer .jrt-footer__main {
    padding:
      54px
      0
      42px;
  }

  #jrt-site-footer .jrt-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 44px;
  }

  #jrt-site-footer .jrt-footer__brand {
    max-width: 176px;
  }

  #jrt-site-footer .jrt-footer__logo {
    width: 176px;
  }

  #jrt-site-footer .jrt-footer__statement h2 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12vw, 3.65rem);
  }

  #jrt-site-footer .jrt-footer__lead {
    font-size: 0.96rem;
  }

  #jrt-site-footer .jrt-footer__cta {
    grid-column: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  #jrt-site-footer a.jrt-footer__button {
    width: 100%;
  }

  #jrt-site-footer .jrt-footer__navigation {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 28px;
  }

  #jrt-site-footer .jrt-footer__column {
    padding: 27px 0;
    border-bottom: 1px solid var(--jrt-footer-line);
  }

  #jrt-site-footer .jrt-footer__column:last-child {
    border-bottom: 0;
  }

  #jrt-site-footer .jrt-footer__column h3 {
    margin-bottom: 1.1rem !important;
  }

  #jrt-site-footer .jrt-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  #jrt-site-footer .jrt-footer__legal {
    flex-direction: column;
    gap: 7px;
  }

}

/* =========================================================
   JRT BREADCRUMB v1.0
   ---------------------------------------------------------
   Used inside page heroes.
   No separate bar above the hero.
========================================================= */


/* =========================================================
   01 — WRAPPER
========================================================= */

#main-content .jrt-breadcrumb {
  width: 100%;

  margin:
    0
    0
    18px;

  padding: 0;
}


/* =========================================================
   02 — LIST RESET
   Strong reset against Divi and global list styles
========================================================= */

#main-content .jrt-breadcrumb__list,
#main-content .jrt-breadcrumb ol,
#main-content .jrt-breadcrumb ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 0 !important;

  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  counter-reset: none !important;
}


#main-content .jrt-breadcrumb__item,
#main-content .jrt-breadcrumb li {
  position: static !important;

  display: inline-flex !important;
  align-items: center !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;

  color: rgba(255, 255, 255, 0.70);

  font-family: inherit;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 500;
  letter-spacing: 0.02em;

  counter-increment: none !important;
}


/* Remove Divi-generated numbers or bullets */

#main-content .jrt-breadcrumb__item::before,
#main-content .jrt-breadcrumb__item::after,
#main-content .jrt-breadcrumb li::before,
#main-content .jrt-breadcrumb li::after {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  content: none !important;
}


/* =========================================================
   03 — LINKS
========================================================= */

#main-content .jrt-breadcrumb__link {
  display: inline-flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.72) !important;
  -webkit-text-fill-color:
    rgba(255, 255, 255, 0.72) !important;

  text-decoration: none !important;

  transition:
    color 180ms ease,
    opacity 180ms ease;
}


#main-content .jrt-breadcrumb__link:hover,
#main-content .jrt-breadcrumb__link:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}


#main-content .jrt-breadcrumb__link:focus-visible {
  outline:
    2px solid
    rgba(255, 255, 255, 0.72);

  outline-offset: 4px;

  border-radius: 2px;
}


/* =========================================================
   04 — SEPARATOR
========================================================= */

#main-content .jrt-breadcrumb__separator {
  display: inline-flex;
  align-items: center;

  margin-inline: 9px;

  color: rgba(255, 255, 255, 0.34);
  -webkit-text-fill-color:
    rgba(255, 255, 255, 0.34);

  user-select: none;
}


/* =========================================================
   05 — CURRENT PAGE
========================================================= */

#main-content .jrt-breadcrumb__current {
  display: inline-flex;
  align-items: center;

  color: rgba(255, 255, 255, 0.92);
  -webkit-text-fill-color:
    rgba(255, 255, 255, 0.92);

  font-weight: 600;
}


/* =========================================================
   06 — LIGHT HERO VARIANT
========================================================= */

#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__item,
#main-content
.jrt-hero--light
.jrt-breadcrumb__item {
  color: rgba(42, 69, 66, 0.64);
}


#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__link,
#main-content
.jrt-hero--light
.jrt-breadcrumb__link {
  color: rgba(42, 69, 66, 0.66) !important;
  -webkit-text-fill-color:
    rgba(42, 69, 66, 0.66) !important;
}


#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__link:hover,
#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__link:focus-visible,
#main-content
.jrt-hero--light
.jrt-breadcrumb__link:hover,
#main-content
.jrt-hero--light
.jrt-breadcrumb__link:focus-visible {
  color: var(--jrt-green-dark, #2a4542) !important;
  -webkit-text-fill-color:
    var(--jrt-green-dark, #2a4542) !important;
}


#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__separator,
#main-content
.jrt-hero--light
.jrt-breadcrumb__separator {
  color: rgba(42, 69, 66, 0.30);
  -webkit-text-fill-color:
    rgba(42, 69, 66, 0.30);
}


#main-content
.jrt-condition-hero--light
.jrt-breadcrumb__current,
#main-content
.jrt-hero--light
.jrt-breadcrumb__current {
  color: var(--jrt-green-dark, #2a4542);
  -webkit-text-fill-color:
    var(--jrt-green-dark, #2a4542);
}


/* =========================================================
   07 — TABLET
========================================================= */

@media (max-width: 980px) {

  #main-content .jrt-breadcrumb {
    margin-bottom: 15px;
  }

  #main-content .jrt-breadcrumb__item,
  #main-content .jrt-breadcrumb li {
    font-size: 11px;
  }

  #main-content .jrt-breadcrumb__separator {
    margin-inline: 7px;
  }

}


/* =========================================================
   08 — MOBILE
========================================================= */

@media (max-width: 767px) {

  #main-content .jrt-breadcrumb {
    overflow: hidden;

    margin-bottom: 13px;
  }

  #main-content .jrt-breadcrumb__list,
  #main-content .jrt-breadcrumb ol {
    flex-wrap: nowrap !important;

    overflow-x: auto !important;

    padding-bottom: 3px !important;

    scrollbar-width: none;

    -webkit-overflow-scrolling: touch;
  }

  #main-content
  .jrt-breadcrumb__list::-webkit-scrollbar {
    display: none;
  }

  #main-content .jrt-breadcrumb__item,
  #main-content .jrt-breadcrumb li {
    flex: 0 0 auto !important;

    font-size: 10px;
  }

  #main-content .jrt-breadcrumb__separator {
    margin-inline: 6px;
  }

}


/* =========================================================
   09 — PRINT
========================================================= */

@media print {

  #main-content .jrt-breadcrumb {
    display: none;
  }

}

/* =========================================================
   JRT BREADCRUMB — RESPONSIVE VISIBILITY
========================================================= */

#main-content
.jrt-breadcrumb__item--desktop {
  display: inline-flex !important;
}


@media (max-width: 767px) {

  #main-content
  .jrt-breadcrumb__item--desktop {
    display: none !important;
  }

}

/* =========================================================
   JRT CONDITION HERO — MOBILE POLISH
========================================================= */

@media (max-width: 767px) {

  #main-content
  .jrt-condition-hero__content {
    padding-top: 26px;
  }

  #main-content
  .jrt-condition-hero__title {
    margin-top: 0;
  }

  #main-content
  .jrt-condition-hero__subtitle {
    margin-top: 22px;
  }

  #main-content
  .jrt-condition-hero__lead {
    margin-top: 30px;
  }

}

/*=========================================================
  EDITORIAL BREADCRUMB
=========================================================*/

.jrt-breadcrumb{

    display:flex;
    flex-wrap:wrap;
    align-items:center;

    gap:.8rem;

    margin-bottom:2.4rem;

    font-size:.95rem;
    line-height:1.4;
    letter-spacing:.02em;

    color:rgba(44,92,82,.72);

}

.jrt-breadcrumb a{

    color:rgba(44,92,82,.72);
    text-decoration:none;

    transition:.25s ease;

}

.jrt-breadcrumb a:hover{

    color:var(--jrt-green);

}

.jrt-breadcrumb__sep{

    color:rgba(44,92,82,.38);

    font-size:.95rem;

    transform:translateY(-1px);

    user-select:none;

}

@media (max-width:768px){

    .jrt-breadcrumb{

        gap:.55rem;

        margin-bottom:1.6rem;

        font-size:.82rem;

    }

}

/* =========================================================
   JRT METHOD PRIMARY — FASCIAPUNCTURE® MODIFIER
========================================================= */


/* ---------------------------------------------------------
   CARD
--------------------------------------------------------- */

.jrt-method-primary--fasciapuncture {
  overflow: hidden;

  background: var(--jrt-green);
  border:
    1px solid
    rgba(31, 61, 58, 0.22);
}


/* ---------------------------------------------------------
   CONTENT
--------------------------------------------------------- */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding:
    clamp(48px, 6vw, 88px)
    clamp(34px, 5vw, 72px);

  background: var(--jrt-green);
}


/* Eyebrow */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__eyebrow {
  margin: 0 0 22px;

  color:
    rgba(247, 243, 234, 0.66) !important;

  font-family:
    var(--jrt-font-sans, "Inter", sans-serif);

  font-size:
    clamp(12px, 1vw, 14px);

  font-weight: 600;
  line-height: 1.3;

  letter-spacing: 0.15em;
  text-transform: uppercase;
}


/* Title */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__title {
  max-width: 100%;
  margin: 0 0 30px;

  color: var(--jrt-gold) !important;

  font-size:
    clamp(42px, 4.4vw, 68px);

  line-height: 0.98;
  letter-spacing: -0.035em;
}


/* Lead */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__lead {
  max-width: 29ch;
  margin: 0 0 30px;

  color:
    #e2c676 !important;

  font-size:
    clamp(18px, 1.5vw, 22px);

  line-height: 1.65;
}


/* Body text */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__text {
  max-width: 36ch;
}

.jrt-method-primary--fasciapuncture
.jrt-method-primary__text p {
  margin: 0 0 24px;

  color:
    rgba(247, 243, 234, 0.88) !important;

  font-size:
    clamp(17px, 1.25vw, 20px);

  line-height: 1.72;
}

.jrt-method-primary--fasciapuncture
.jrt-method-primary__text p:last-child {
  margin-bottom: 0;
}


/* Actions */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__actions {
  margin-top: auto;
  padding-top:
    clamp(34px, 5vw, 70px);
}


/* ---------------------------------------------------------
   MEDIA
--------------------------------------------------------- */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__media {
  position: relative;

  min-height: 100%;

  background:
    #f7f4f1;
}

.jrt-method-primary--fasciapuncture
.jrt-method-primary__media img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: contain;
  object-position: center;

  padding:
    clamp(22px, 3vw, 46px);
}


/* Fine separation line */

.jrt-method-primary--fasciapuncture
.jrt-method-primary__media::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;

  z-index: 2;

  width: 1px;

  background:
    rgba(31, 61, 58, 0.18);

  content: "";
}


/* =========================================================
   TABLET / MOBILE
========================================================= */

@media (max-width: 980px) {

  .jrt-method-primary--fasciapuncture {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__content {
    order: 2;

    padding:
      clamp(40px, 8vw, 64px)
      clamp(24px, 7vw, 44px);
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__media {
    order: 1;

    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__media img {
    padding:
      clamp(18px, 5vw, 34px);
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__media::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;

    width: auto;
    height: 1px;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__title {
    font-size:
      clamp(40px, 10vw, 58px);
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__actions {
    margin-top: 0;
    padding-top: 34px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 600px) {

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__content {
    padding:
      38px
      24px
      42px;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__eyebrow {
    margin-bottom: 18px;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__title {
    margin-bottom: 24px;

    font-size:
      clamp(38px, 12vw, 50px);

    overflow-wrap: anywhere;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__lead {
    max-width: none;

    font-size: 18px;
    line-height: 1.6;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__text {
    max-width: none;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__text p {
    font-size: 17px;
    line-height: 1.68;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__media {
    aspect-ratio: 4 / 4.4;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-method-primary__media img {
    padding: 18px;
  }

  .jrt-method-primary--fasciapuncture
  .jrt-btn {
    width: 100%;

    padding-right: 20px;
    padding-left: 20px;

    text-align: center;
  }

}