
:root {
  --ink: #2f2822;
  --text: #5f554e;
  --muted: #81746a;
  --cream: #fff9f1;
  --paper: rgba(255, 253, 247, .9);
  --peach: #f7d9c5;
  --sage: #dce8d0;
  --blue: #dcebf0;
  --orange: #f07935;
  --clay: #a9563c;
  --line: rgba(47, 40, 34, .13);
  --shadow: 0 18px 55px rgba(77, 55, 38, .11);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(ellipse at 18% 8%, rgba(247, 217, 197, .72), transparent 34rem),
    radial-gradient(ellipse at 72% 10%, rgba(220, 235, 240, .78), transparent 30rem),
    radial-gradient(ellipse at 52% 52%, rgba(220, 232, 208, .42), transparent 34rem),
    linear-gradient(135deg, #fff9f1 0%, #fbf4ea 48%, #eef6f2 100%);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.65;
  padding: clamp(.35rem, 1vw, .7rem);
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-shell {
  min-height: calc(100vh - clamp(.7rem, 2vw, 1.4rem));
  overflow: hidden;
  border-radius: clamp(1rem, 1.8vw, 1.55rem);
  background:
    radial-gradient(ellipse at 16% 12%, rgba(247,217,197,.72), transparent 30rem),
    radial-gradient(ellipse at 78% 18%, rgba(220,232,208,.92), transparent 34rem),
    linear-gradient(160deg, rgba(255,253,247,.96) 0%, rgba(255,249,241,.92) 45%, rgba(238,246,242,.96) 100%);
  box-shadow: 0 24px 80px rgba(47,40,34,.12);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  padding: .85rem clamp(1.35rem, 4vw, 4.25rem);
  background: rgba(255,255,255,.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .7rem; color: var(--ink); text-decoration: none; letter-spacing: 0; text-transform: none; }
.brand img { width: 3.25rem; height: 3.25rem; object-fit: contain; }
.brand small { display: block; color: var(--muted); font-size: .82rem; line-height: 1; }
.brand strong { display: block; color: #5f6f32; font-family: Georgia, serif; font-size: 1.55rem; letter-spacing: 0; text-transform: none; line-height: 1.05; }
.site-nav { display: flex; gap: clamp(1.1rem, 2.3vw, 2.8rem); align-items: center; font-size: 1rem; }
.site-nav a { text-decoration: none; white-space: nowrap; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--clay); border-color: var(--orange); }
.menu-toggle { display: none; border: 1px solid var(--line); background: var(--paper); border-radius: 999px; padding: .55rem .9rem; color: var(--ink); }
.hero, .page-hero, .contact-hero { padding: clamp(2.2rem, 4.6vw, 4rem) clamp(1.35rem, 6vw, 6rem); }
.v7-hero { position: relative; display: grid; grid-template-columns: minmax(0, .9fr) minmax(260px, 430px); gap: clamp(1.25rem, 2.8vw, 2.4rem); align-items: center; padding-bottom: clamp(1rem, 1.8vw, 1.5rem); }
.v7-hero:before { content: ""; position: absolute; right: clamp(5rem, 18vw, 18rem); top: 1.3rem; width: min(28vw, 24rem); height: min(34vw, 29rem); z-index: 0; background: rgba(204,215,188,.58); border-radius: 56% 44% 52% 48%; transform: rotate(-8deg); }
.v7-hero:after { content: ""; position: absolute; right: 3rem; top: 8rem; width: 10rem; height: 14rem; z-index: 0; opacity: .36; background: radial-gradient(ellipse at 50% 12%, rgba(127,143,94,.55) 0 8%, transparent 9%), radial-gradient(ellipse at 20% 32%, rgba(127,143,94,.45) 0 7%, transparent 8%), radial-gradient(ellipse at 78% 34%, rgba(127,143,94,.42) 0 7%, transparent 8%), linear-gradient(90deg, transparent 48%, rgba(127,143,94,.42) 49% 51%, transparent 52%); }
.hero-copy { max-width: 690px; }
.eyebrow { margin: 0 0 .8rem; color: #9a4b31; font-size: .75rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.06; letter-spacing: -.035em; }
h1 { max-width: 12ch; font-size: clamp(2.8rem, 5.2vw, 5.05rem); }
h1 span { color: var(--orange); }
.page-hero h1, .contact-hero h1 { font-size: clamp(2.35rem, 4.6vw, 4.4rem); }
h2 { font-size: clamp(1.55rem, 3vw, 2.8rem); }
h3 { font-size: 1.35rem; }
.lead { max-width: 43rem; font-size: clamp(1.05rem, 1.35vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; align-items: center; margin-top: 1.6rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.9rem; padding: .72rem 1.05rem; border-radius: 999px; border: 1px solid var(--clay); text-decoration: none; font-weight: 900; }
.button.primary { background: var(--clay); color: #fffaf4; box-shadow: 0 12px 28px rgba(169, 86, 60, .17); }
.button.secondary { background: rgba(255,253,247,.8); color: var(--clay); }
.button.whatsapp { background: #2f7d50; border-color: #2f7d50; color: #fff; }
.button svg { width: 1.1rem; height: 1.1rem; fill: currentColor; }
.text-action { color: var(--clay); font-weight: 900; text-underline-offset: .35em; }
.portrait-card { position: relative; z-index: 1; margin: 0; padding: .55rem; border: 1px solid rgba(47,40,34,.08); border-radius: 1.25rem; background: rgba(255,253,247,.78); box-shadow: 0 16px 44px rgba(77,55,38,.12); }
.portrait-card:after { content: "♡  persoonlijk\A · warm\A · resultaatgericht"; white-space: pre-line; position: absolute; right: -4.4rem; bottom: 1.7rem; min-width: 10.5rem; padding: .85rem 1rem .85rem 3.2rem; border-radius: .9rem; background: rgba(255,253,247,.9); box-shadow: 0 12px 34px rgba(77,55,38,.11); color: var(--text); font-size: .98rem; line-height: 1.35; }
.portrait-card:before { content: "♡"; position: absolute; right: 4.8rem; bottom: 4.05rem; z-index: 2; color: var(--orange); font-size: 2rem; }
.portrait-card img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; border-radius: .9rem; }
.portrait-card p { display: none; }
.quick-panel { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 clamp(1.35rem, 6vw, 6rem) clamp(.9rem, 1.8vw, 1.4rem); padding: 1.15rem; border-radius: 1.15rem; background: rgba(255,255,255,.82); box-shadow: 0 16px 44px rgba(77,55,38,.1); }
.quick-tile { min-height: auto; display: grid; grid-template-columns: auto minmax(0, 1fr); grid-template-areas: "icon title" "icon text"; column-gap: 1rem; row-gap: .1rem; align-items: center; padding: .4rem 1.25rem; border: 0; border-right: 1px solid rgba(47,40,34,.1); border-radius: 0; background: transparent; text-decoration: none; box-shadow: none; transition: transform .18s ease, background .18s ease; }
.quick-tile:last-child { border-right: 0; }
.quick-tile:nth-child(1), .quick-tile:nth-child(2), .quick-tile:nth-child(3), .quick-tile:nth-child(4) { background: transparent; }
.quick-tile:hover { transform: translateY(-2px); background: rgba(255,249,241,.7); }
.tile-icon { grid-area: icon; width: 4rem; height: 4rem; display: grid; place-items: center; border-radius: 999px; background: rgba(247,217,197,.74); color: var(--ink); font-weight: 900; font-size: 1.6rem; }
.quick-tile:nth-child(2) .tile-icon { background: rgba(220,232,208,.86); }
.quick-tile:nth-child(3) .tile-icon { background: rgba(220,235,240,.9); }
.quick-tile:nth-child(4) .tile-icon { background: rgba(247,217,197,.74); }
.quick-tile strong { grid-area: title; color: var(--ink); font-size: 1rem; line-height: 1.2; }
.quick-tile small { grid-area: text; color: var(--muted); line-height: 1.25; font-size: .82rem; }
.first-review-strip { margin: 0 clamp(1.35rem, 6vw, 6rem) clamp(1.6rem, 3vw, 2.5rem); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 1.1rem; align-items: center; padding: clamp(1rem, 2vw, 1.35rem) clamp(1.15rem, 2.5vw, 1.7rem); border: 1px solid rgba(47,40,34,.08); border-radius: 1.25rem; background: rgba(255,253,247,.72); box-shadow: 0 12px 34px rgba(77,55,38,.08); }
.first-review-strip img { width: 4.6rem; height: 4.6rem; object-fit: cover; border-radius: 999px; }
.first-review-strip span { color: #9a4b31; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .7rem; }
.first-review-strip blockquote { margin: .35rem 0 .3rem; font-size: clamp(1rem, 1.25vw, 1.18rem); font-family: "Trebuchet MS", Verdana, sans-serif; font-style: italic; line-height: 1.5; }
.stars { margin: 0; color: var(--orange); font-weight: 900; letter-spacing: .06em; }
.stars small { color: var(--text); letter-spacing: 0; font-weight: 700; margin-left: .55rem; }
.first-review-strip a { color: var(--clay); font-weight: 900; text-underline-offset: .32em; white-space: nowrap; }
.section, .method-grid, .story-grid, .result-strip, .info-grid, .timeline { padding: clamp(3rem, 6vw, 5.4rem) clamp(1rem, 6vw, 6rem); }
.split-card, .compact-intro, .pricing-panel, .contact-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(1.6rem, 4vw, 4rem); align-items: center; }
.soft-card, .pricing-panel, .story-card, .info-grid article, .timeline article, .quote-strip { border: 1px solid var(--line); border-radius: 1.35rem; background: var(--paper); box-shadow: 0 12px 34px rgba(77,55,38,.07); }
.soft-card { padding: clamp(1.25rem, 3vw, 2rem); }
.highlight-card { background: linear-gradient(135deg, rgba(220,232,208,.72), rgba(255,253,247,.92)); }
.review-teaser span, .story-card span { color: #9a4b31; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; }
blockquote { margin: 1rem 0; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.35rem, 2.5vw, 2.1rem); line-height: 1.18; }
.home-support { padding-top: clamp(1.4rem, 3vw, 2.6rem); }
.support-photo { width: 100%; height: 260px; object-fit: cover; border-radius: 1.25rem; box-shadow: 0 12px 34px rgba(77,55,38,.08); }
.compact-intro p { max-width: 48rem; }
.method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.method-grid article { padding: 1rem; border: 1px solid var(--line); border-radius: 1.35rem; background: var(--paper); box-shadow: 0 12px 34px rgba(77,55,38,.07); }
.method-grid img, .rounded-photo { width: 100%; height: 230px; object-fit: cover; border-radius: 1rem; margin-bottom: 1rem; }
.price-list { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.price-list li { display: grid; grid-template-columns: minmax(0, 1fr) max-content; gap: 1rem; padding: .75rem 0; border-top: 1px solid var(--line); }
.price-list b { color: var(--ink); text-align: right; white-space: nowrap; }
.price-list small { display: block; color: var(--muted); font-weight: 400; }
.check-list { padding-left: 1.15rem; }
.check-list li { margin: .35rem 0; }
.timeline { max-width: 960px; margin: 0 auto; display: grid; gap: 1rem; }
.timeline article { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; padding: 1.2rem; }
.timeline span { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--ink); font-weight: 900; }
.quote-strip { max-width: 920px; margin: 0 auto; padding: clamp(1.4rem, 3vw, 2rem); font-family: Georgia, serif; color: var(--ink); font-size: clamp(1.25rem, 2.2vw, 1.8rem); }
.story-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.story-card { display: block; padding: clamp(1.2rem, 2.5vw, 1.8rem); color: inherit; text-decoration: none; }
.story-card em { color: var(--clay); font-style: normal; font-weight: 900; text-decoration: underline; text-underline-offset: .32em; }
.result-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; padding-top: 1rem; }
.result-strip figure { margin: 0; overflow: hidden; border-radius: 1.1rem; background: var(--paper); border: 1px solid var(--line); }
.result-strip img { width: 100%; height: 220px; object-fit: cover; }
.result-strip figcaption { padding: .75rem 1rem; color: var(--clay); font-weight: 900; }
.youtube-small { padding-top: 0; color: var(--muted); }
.about-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 360px); gap: 2rem; align-items: center; }
.about-hero img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 1.4rem; box-shadow: var(--shadow); }
.trust-line { margin: 0 clamp(1rem, 6vw, 6rem); padding: .85rem 0; display: flex; flex-wrap: wrap; gap: .55rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-line span { color: #8b5d44; font-weight: 900; font-size: .9rem; }
.trust-line span:not(:last-child)::after { content: "·"; margin-left: .55rem; color: rgba(47,40,34,.35); }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.info-grid article { padding: 1.25rem; }
.contact-card { padding: 1.7rem; border-radius: 1.5rem; background: var(--ink); color: #fff9f1; box-shadow: var(--shadow); }
.contact-card h2 { color: #fff9f1; }
.privacy-note { color: #ead8c5; font-size: .92rem; }
.reference-story { max-width: 860px; }
.reference-story blockquote { font-size: clamp(1.4rem, 2.5vw, 2.2rem); }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; padding: clamp(2.8rem, 6vw, 4.5rem) clamp(1rem, 6vw, 6rem); background: #f1e7dc; border-top: 1px solid var(--line); }
.site-footer address { font-style: normal; align-self: end; }
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; flex-basis: 100%; flex-direction: column; align-items: start; }
  .site-nav.open { display: flex; }
  body { padding: 0; }
  .site-shell { border-radius: 0; }
  .v7-hero, .split-card, .compact-intro, .pricing-panel, .contact-hero, .about-hero, .site-footer, .first-review-strip { grid-template-columns: 1fr; }
  .quick-panel, .method-grid, .story-grid, .result-strip, .info-grid { grid-template-columns: 1fr; }
  .quick-panel { padding: .7rem; gap: .35rem; }
  .quick-tile { border-right: 0; border-bottom: 1px solid rgba(47,40,34,.08); padding: .75rem; }
  .quick-tile:last-child { border-bottom: 0; }
  .portrait-card:before, .portrait-card:after { display: none; }
  .method-grid img, .rounded-photo, .result-strip img { height: auto; max-height: 280px; }
  .price-list li { grid-template-columns: 1fr; gap: .2rem; }
  .price-list b { text-align: left; }
  h1 { font-size: clamp(2.45rem, 11vw, 3.7rem); }
}


.v8-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(250px, 410px);
  gap: clamp(1.1rem, 2.4vw, 2rem);
  align-items: center;
  padding-top: clamp(1.65rem, 3vw, 2.5rem);
  padding-bottom: clamp(.8rem, 1.6vw, 1.15rem);
}
.v8-hero:before {
  content: "";
  position: absolute;
  right: clamp(5rem, 18vw, 18rem);
  top: 1.1rem;
  width: min(28vw, 24rem);
  height: min(34vw, 29rem);
  z-index: 0;
  background: rgba(204, 215, 188, .54);
  border-radius: 56% 44% 52% 48%;
  transform: rotate(-8deg);
}
.v8-hero:after {
  content: "氣 木 火 水";
  position: absolute;
  right: 2.8rem;
  top: 5.3rem;
  z-index: 0;
  color: rgba(122, 130, 92, .17);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  letter-spacing: .35em;
  white-space: pre;
}
.hero-copy .lead {
  max-width: 37rem;
}
.site-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(1.4rem, 3vw, 3.2rem);
}
.site-nav {
  width: 100%;
  justify-content: space-between;
  gap: clamp(.65rem, 1.3vw, 1.15rem);
}
.site-nav a {
  flex: 1 1 0;
  text-align: center;
  padding: .3rem 0;
}
.portrait-card {
  max-width: 19rem;
  justify-self: end;
}
.portrait-card:before {
  display: none;
}
.portrait-card:after {
  content: "persoonlijk\A warm\A resultaatgericht";
  white-space: pre-line;
  position: absolute;
  right: -4.4rem;
  bottom: 1.7rem;
  min-width: 9.6rem;
  padding: .85rem 1rem;
  border-radius: .9rem;
  background: rgba(255, 253, 247, .9);
  box-shadow: 0 12px 34px rgba(77, 55, 38, .11);
  color: var(--text);
  font-size: .98rem;
  line-height: 1.35;
}
.quick-tile .tile-icon {
  padding: .72rem;
  font-size: 0;
}
.quick-tile .tile-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}
.quick-tile:nth-child(1) .tile-icon {
  color: #8e5440;
  background: rgba(247, 217, 197, .8);
}
.quick-tile:nth-child(2) .tile-icon {
  color: #6d6b46;
  background: rgba(220, 232, 208, .92);
}
.quick-tile:nth-child(3) .tile-icon {
  color: #5c6f7a;
  background: rgba(220, 235, 240, .94);
}
.quick-tile:nth-child(4) .tile-icon {
  color: #8a5a37;
  background: rgba(247, 230, 212, .92);
}
.home-usp {
  padding-top: clamp(1rem, 2vw, 1.5rem);
}
.usp-card {
  background: linear-gradient(135deg, rgba(239, 241, 229, .92), rgba(255, 252, 246, .96));
}
.usp-points {
  display: grid;
  gap: .9rem;
}
.usp-points article {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  background: rgba(255, 253, 247, .82);
  box-shadow: 0 10px 26px rgba(77, 55, 38, .06);
}
.usp-points strong {
  display: block;
  margin-bottom: .28rem;
  color: var(--ink);
}
.usp-points p {
  margin: 0;
}
@media (max-width: 980px) {
  .site-header {
    display: flex;
  }
  .site-nav {
    width: auto;
    justify-content: flex-start;
  }
  .site-nav a {
    flex: 0 0 auto;
    text-align: left;
    padding: 0;
  }
  .v8-hero,
  .home-usp {
    grid-template-columns: 1fr;
  }
  .v8-hero:after {
    right: 1.5rem;
    top: auto;
    bottom: .5rem;
    font-size: 1.65rem;
    letter-spacing: .18em;
  }
  .portrait-card {
    justify-self: start;
  }
}


/* V9: one calm page canvas; cards are reserved for distinct content groups. */
body {
  padding: 0;
  background: #fffaf4;
}
.site-shell {
  min-height: 100vh;
  overflow: clip;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 8% 7%, rgba(247, 217, 197, .58), transparent 31rem),
    radial-gradient(ellipse at 87% 12%, rgba(220, 232, 208, .72), transparent 34rem),
    linear-gradient(155deg, #fffdf9 0%, #fff9f1 52%, #f3f7f0 100%);
  box-shadow: none;
}
.site-header {
  min-height: 5.4rem;
  padding-inline: max(clamp(1.25rem, 4vw, 4.5rem), calc((100vw - 1440px) / 2));
  background: rgba(255, 253, 249, .92);
}
.site-nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero,
.page-hero,
.contact-hero,
.section,
.method-grid,
.story-grid,
.result-strip,
.info-grid {
  width: min(100%, 1440px);
  margin-inline: auto;
}
.page-hero,
.contact-hero {
  padding-top: clamp(2.8rem, 5vw, 4.8rem);
  padding-bottom: clamp(2.4rem, 4vw, 4rem);
}
.page-hero h1,
.contact-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.25rem, 4vw, 3.85rem);
}
.page-hero .lead,
.contact-hero .lead {
  margin-bottom: 0;
}
.v8-hero {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding-top: clamp(2rem, 3.3vw, 3.25rem);
}
.quick-panel,
.first-review-strip,
.trust-line {
  width: min(calc(100% - clamp(2.5rem, 12vw, 12rem)), 1248px);
  margin-inline: auto;
}
.quick-panel {
  border: 1px solid rgba(47, 40, 34, .09);
  box-shadow: 0 12px 34px rgba(77, 55, 38, .07);
}
.first-review-strip {
  margin-top: 1rem;
  box-shadow: none;
}
.section {
  padding-top: clamp(2.8rem, 5vw, 4.8rem);
  padding-bottom: clamp(2.8rem, 5vw, 4.8rem);
}
.soft-card,
.pricing-panel,
.story-card,
.info-grid article,
.timeline article,
.quote-strip,
.method-grid article {
  box-shadow: 0 8px 24px rgba(77, 55, 38, .055);
}
.method-grid article,
.story-card,
.info-grid article {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.story-card:hover,
.story-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(169, 86, 60, .32);
  box-shadow: 0 12px 30px rgba(77, 55, 38, .09);
  outline: none;
}
.site-footer {
  padding-inline: max(clamp(1rem, 6vw, 6rem), calc((100vw - 1440px) / 2));
}
.version-badge {
  position: fixed;
  right: .75rem;
  bottom: .75rem;
  z-index: 50;
  padding: .3rem .55rem;
  border: 1px solid rgba(47, 40, 34, .15);
  border-radius: .55rem;
  background: rgba(255, 253, 249, .88);
  color: var(--muted);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 6px 18px rgba(47, 40, 34, .08);
  backdrop-filter: blur(8px);
}
@media (max-width: 980px) {
  .site-header {
    min-height: auto;
    padding: .8rem 1.25rem;
  }
  .menu-toggle {
    min-width: 3.2rem;
    min-height: 2.75rem;
  }
  .site-nav {
    width: 100%;
    gap: 0;
    padding: .35rem 0 .2rem;
  }
  .site-nav a {
    width: 100%;
    justify-content: flex-start;
    padding: .6rem 0;
    border-bottom-color: rgba(47, 40, 34, .08);
  }
  .site-nav a:last-child {
    border-bottom-color: transparent;
  }
  .v8-hero:before {
    right: -4rem;
    top: 5rem;
    width: 18rem;
    height: 22rem;
  }
  .quick-panel,
  .first-review-strip,
  .trust-line {
    width: calc(100% - 2rem);
  }
  .first-review-strip {
    gap: .75rem;
  }
  .first-review-strip a {
    justify-self: start;
  }
}
@media (max-width: 520px) {
  .brand img {
    width: 2.8rem;
    height: 2.8rem;
  }
  .brand strong {
    font-size: 1.35rem;
  }
  .brand small {
    font-size: .74rem;
  }
  .v8-hero {
    padding-top: 1.7rem;
  }
  .v8-hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.2rem);
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .button,
  .hero-actions .text-action {
    width: fit-content;
  }
  .quick-tile {
    min-height: 5.5rem;
  }
  .first-review-strip img {
    width: 3.8rem;
    height: 3.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* V10 content refinement. */
.v10-hero h1 { max-width: 13ch; font-size: clamp(2.65rem, 4.8vw, 4.75rem); }
.v10-hero .lead { max-width: 43rem; }
.v10-hero .hero-copy { position: relative; z-index: 2; }
.portrait-card:after { display: none; }
.portrait-card p {
  display: flex; flex-wrap: wrap; gap: .25rem .55rem; margin: .55rem .25rem .1rem;
  color: #8f4e38; font-size: .78rem; font-weight: 900; letter-spacing: .025em;
}
.portrait-card p span:not(:last-child)::after { content: " ·"; color: rgba(47,40,34,.35); }
.audience-fit {
  width: min(calc(100% - clamp(2.5rem, 12vw, 12rem)), 980px);
  margin: clamp(1.6rem, 3vw, 2.6rem) auto;
  padding: clamp(1.4rem, 3vw, 2.2rem) 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.audience-fit h2 { max-width: none; margin-bottom: .9rem; font-size: clamp(1.6rem, 2.4vw, 2.25rem); }
.audience-fit p { max-width: 78ch; margin: .75rem 0; }
.treatment-intro { padding-top: 1.5rem; padding-bottom: 2rem; border-top: 1px solid var(--line); }
.treatment-phases { padding-top: 1.5rem; }
.treatment-phases article { display: flex; min-height: 100%; flex-direction: column; }
.treatment-phases article p { margin-bottom: .5rem; }
.pricing-cta { margin-top: 1rem; }
.coaching-ready .check-list { display: grid; gap: .45rem; }
.results-section { display: grid; grid-template-columns: minmax(220px,.7fr) minmax(0,1.3fr); gap: clamp(1.8rem,4vw,4rem); align-items: start; }
.results-section > div:first-child { position: sticky; top: 7rem; }
.results-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 1.5rem; }
.results-list article { padding: 1rem 0; border-top: 1px solid var(--line); }
.results-list article:last-child { grid-column: 1 / -1; }
.results-list strong { display: block; margin-bottom: .3rem; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: 1.22rem; }
.results-list p { margin: 0; }
.timeline article p + p { margin-top: .55rem; }
.about-portrait { margin: 0; }
.about-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 1.4rem; box-shadow: var(--shadow); }
.about-portrait figcaption { padding-top: .65rem; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: 1.25rem; font-weight: 700; text-align: center; }
.response-time { margin-top: 1rem; color: var(--clay); font-weight: 800; }
.site-footer address { font-size: 1.05rem; line-height: 1.75; text-align: right; }
@media (max-width: 980px) {
  .portrait-card p { display: flex; }
  .audience-fit { width: calc(100% - 2rem); }
  .results-section { grid-template-columns: 1fr; }
  .results-section > div:first-child { position: static; }
  .site-footer address { text-align: left; }
}
@media (max-width: 620px) {
  .site-header { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: .55rem; padding: .7rem 1rem; }
  .brand { min-width: 0; gap: .4rem; }
  .brand img { width: 2.45rem; height: 2.45rem; flex: 0 0 auto; }
  .brand span { min-width: 0; }
  .brand strong { font-size: 1.18rem; white-space: nowrap; }
  .brand small { font-size: .68rem; }
  .menu-toggle { flex: 0 0 auto; min-width: 3.1rem; padding-inline: .7rem; }
  .site-nav { grid-column: 1 / -1; }
  .v10-hero h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .v10-hero:before { right: -8rem; top: 18rem; opacity: .72; }
  .results-list { grid-template-columns: 1fr; }
  .results-list article:last-child { grid-column: auto; }
  .audience-fit { padding-block: 1.25rem; }
}


/* V11 home content refinement. */
.v11-hero .eyebrow { max-width: 34rem; }
.hero-message { max-width: 46rem; margin: 1.15rem 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.66; }
.hero-message p { margin: 0; }
.hero-message p + p { margin-top: .75rem; color: var(--ink); font-weight: 700; }
.v11-audience p { max-width: 74ch; }
.v11-audience p + p { margin-top: 1.05rem; }
.review-avatar { display: grid; width: 5.25rem; aspect-ratio: 1; flex: 0 0 auto; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #f3d8c2, #e7ecdc); color: #776d43; }
.review-avatar svg { width: 58%; height: 58%; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; }
.v11-help-intro { margin-bottom: 1.4rem; }
.help-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(calc(100% - clamp(2.5rem, 12vw, 12rem)), 1180px); gap: 1rem; margin: 0 auto clamp(3.4rem, 7vw, 6rem); }
.help-tile { min-height: 11.25rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.64); color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.help-tile:hover, .help-tile:focus-visible { transform: translateY(-3px); border-color: #d38d67; box-shadow: 0 .75rem 1.75rem rgba(92,61,41,.12); }
.help-tile-mark { display: block; width: .72rem; height: .72rem; margin-bottom: 1.3rem; border-radius: 50%; background: var(--clay); box-shadow: .85rem 0 0 #d9e5cf, 1.7rem 0 0 #dcebf0; }
.help-tile strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; line-height: 1.15; }
.help-tile p { margin: .55rem 0 0; color: var(--muted); font-size: .91rem; line-height: 1.5; }
.closing-cta { max-width: 860px; margin-top: 0; margin-bottom: clamp(3.5rem, 8vw, 7rem); padding: clamp(1.8rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: 1.45rem; background: linear-gradient(115deg, rgba(236,244,225,.92), rgba(255,249,240,.92)); text-align: center; }
.closing-cta .eyebrow, .closing-cta h2, .closing-cta > p { max-width: 640px; margin-left: auto; margin-right: auto; }
.closing-cta > p { margin-top: .75rem; }
.closing-actions { justify-content: center; align-items: center; margin-top: 1.45rem; }
.closing-actions > span { color: var(--muted); font-size: .9rem; font-weight: 800; }
@media (max-width: 980px) { .help-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 2rem); } }
@media (max-width: 620px) { .help-grid { grid-template-columns: 1fr; gap: .75rem; } .help-tile { min-height: auto; padding: 1rem 1.1rem; } .help-tile-mark { margin-bottom: .85rem; } .review-avatar { width: 4.2rem; } .closing-actions { flex-direction: column; } }


/* V12 practice photo and treatment themes. */
.home-support { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.home-support .highlight-card, .home-support .support-photo { aspect-ratio: 1 / 1; box-sizing: border-box; }
.home-support .highlight-card { display: flex; flex-direction: column; justify-content: center; }
.home-support .support-photo { height: auto; object-position: 62% 15%; }
.treatment-help-intro { max-width: 900px; padding-bottom: 1.3rem; }
.treatment-help-intro h2 { max-width: 28ch; }
.treatment-help-intro > p:last-child { max-width: 70ch; }
.treatment-help-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(calc(100% - clamp(2.5rem, 12vw, 12rem)), 1180px); gap: 1rem; margin: 0 auto clamp(3rem, 6vw, 5rem); }
.treatment-help-card { min-height: 14rem; padding: 1.25rem; border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(255,255,255,.72); }
.treatment-help-icon { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: #edf1e5; color: #756e42; }
.treatment-help-card:nth-child(3n + 2) .treatment-help-icon { background: #f9e8dc; color: #b65d3d; }
.treatment-help-card:nth-child(3n) .treatment-help-icon { background: #e3eff3; color: #6d8690; }
.treatment-help-icon svg { width: 2.05rem; height: 2.05rem; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.treatment-help-card h2 { margin: 0; font-size: 1.22rem; line-height: 1.16; }
.treatment-help-card ul { display: flex; flex-wrap: wrap; gap: .25rem .48rem; padding: 0; margin: .8rem 0 0; list-style: none; }
.treatment-help-card li { color: var(--muted); font-size: .88rem; line-height: 1.35; }
.treatment-help-card li:not(:last-child)::after { content: " \2022"; color: var(--clay); }
.pricing-reimbursement { margin: 1rem 0 .3rem; color: var(--ink); font-weight: 800; }
@media (max-width: 980px) { .treatment-help-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); width: calc(100% - 2rem); } }
@media (max-width: 620px) { .treatment-help-grid { grid-template-columns: 1fr; gap: .75rem; } .treatment-help-card { min-height: auto; padding: 1.1rem; } }


/* V13 coaching content refinement. */
.coaching-hero-v13 .lead { max-width: 760px; }
.coaching-outcomes { padding-top: clamp(2.5rem, 5vw, 4.5rem); }
.coaching-outcomes-intro { max-width: 680px; }
.coaching-outcomes-intro > p:last-child { margin: .85rem 0 0; color: var(--muted); }
.coaching-outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(1.6rem, 3vw, 2.5rem); }
.coaching-outcome-card { min-height: 11.75rem; padding: 1.3rem; border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(255, 255, 255, .66); }
.coaching-outcome-icon { display: grid; width: 3.1rem; height: 3.1rem; place-items: center; margin-bottom: .95rem; border-radius: 50%; background: #edf1e5; color: #756e42; }
.coaching-outcome-card:nth-child(3n + 2) .coaching-outcome-icon { background: #f9e8dc; color: #b65d3d; }
.coaching-outcome-card:nth-child(3n) .coaching-outcome-icon { background: #e3eff3; color: #6d8690; }
.coaching-outcome-icon svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.coaching-outcome-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.3rem; line-height: 1.1; }
.coaching-outcome-card p { margin: .5rem 0 0; color: var(--muted); font-size: .94rem; line-height: 1.5; }
.coaching-price-list li { align-items: flex-start; }
.coaching-price-list small { display: block; max-width: 34ch; line-height: 1.55; }
@media (max-width: 760px) { .coaching-outcome-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) { .coaching-outcome-grid { grid-template-columns: 1fr; gap: .75rem; } .coaching-outcome-card { min-height: auto; } }


/* V14 homepage signal-led content and route affordance. */
.v14-hero .hero-signal-note { margin-top: .75rem; color: var(--muted); font-weight: 400; }
.route-selector { width: min(calc(100% - clamp(2.5rem, 12vw, 12rem)), 1248px); margin: 0 auto clamp(1.5rem, 3vw, 2.5rem); }
.route-selector-intro { padding: 0 .4rem .75rem; }
.route-selector-intro .eyebrow { margin-bottom: .35rem; }
.route-selector-intro h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.55vw, 1.45rem); line-height: 1.18; }
.route-selector .quick-panel { width: 100%; margin: 0; }
.quick-tile { grid-template-areas: "icon title" "icon text" "icon action"; }
.quick-tile-action { grid-area: action; margin-top: .42rem; color: var(--clay); font-size: .78rem; font-weight: 800; line-height: 1.2; }
.quick-tile-action span { display: inline-block; margin-left: .15rem; transition: transform .18s ease; }
.quick-tile:hover .quick-tile-action span, .quick-tile:focus-visible .quick-tile-action span { transform: translateX(.25rem); }
.v11-audience h3 { max-width: 46rem; margin: .7rem 0 1.2rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.1vw, 1.85rem); line-height: 1.16; }
.audience-closing { margin-top: 1.5rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.15rem, 1.6vw, 1.4rem); line-height: 1.35; }
.home-usp .usp-card p + p, .home-support .highlight-card p + p { margin-top: .9rem; }
@media (max-width: 620px) {
  .route-selector { width: calc(100% - 2rem); }
  .route-selector-intro { padding-left: 0; padding-right: 0; }
  .quick-tile-action { margin-top: .3rem; }
  .home-support { grid-template-columns: 1fr; align-items: start; }
  .home-support .highlight-card { aspect-ratio: auto; }
  .home-support .support-photo { aspect-ratio: 1 / 1; }
}


/* V15 treatment page: symptoms first, methods later. */
.treatment-hero-v15 .lead { max-width: 780px; }
.treatment-recognition-v15 { padding-top: clamp(2.6rem, 5vw, 4.7rem); }
.treatment-recognition-intro { max-width: 760px; margin-bottom: clamp(1.7rem, 3vw, 2.7rem); }
.treatment-recognition-intro > p:last-child { max-width: 68ch; }
.treatment-topic-group { margin-top: clamp(2rem, 4vw, 3.6rem); }
.treatment-topic-group header { display: flex; gap: 1rem 2rem; align-items: baseline; max-width: 760px; margin-bottom: 1rem; }
.treatment-topic-group header .eyebrow { min-width: 6rem; margin: 0; }
.treatment-topic-group header > p:last-child { margin: 0; color: var(--muted); }
.treatment-topic-group .treatment-help-grid { width: 100%; margin: 0; }
.treatment-topic-group:nth-of-type(2) .treatment-help-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.treatment-topic-group:nth-of-type(3) .treatment-help-grid, .treatment-topic-group:nth-of-type(5) .treatment-help-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.treatment-help-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; line-height: 1.16; }
.treatment-process-v15 { background: linear-gradient(115deg, rgba(237,241,229,.76), rgba(255,249,240,.74)); }
.treatment-process-v15 > div { max-width: 690px; }
.treatment-process-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .85rem; margin: clamp(1.6rem, 3vw, 2.5rem) 0 0; padding: 0; list-style: none; }
.treatment-process-steps li { position: relative; min-height: 11.25rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(255,253,247,.82); }
.treatment-process-steps li:not(:last-child)::after { content: "→"; position: absolute; z-index: 1; top: 50%; right: -.75rem; color: var(--clay); font-size: 1.3rem; font-weight: 800; transform: translateY(-50%); }
.treatment-process-steps span { display: grid; width: 2rem; height: 2rem; place-items: center; margin-bottom: .9rem; border-radius: 50%; background: #f9e8dc; color: #b65d3d; font-size: .8rem; font-weight: 900; }
.treatment-process-steps h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; line-height: 1.1; }
.treatment-process-steps p { margin: .5rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.45; }
.treatment-analysis-v15 .rounded-photo { height: 100%; min-height: 28rem; object-position: center; }
.analysis-list { display: grid; gap: .55rem; margin: 1.2rem 0; padding: 0; list-style: none; }
.analysis-list li { position: relative; padding-left: 1.2rem; color: var(--muted); }
.analysis-list li::before { content: ""; position: absolute; top: .55rem; left: 0; width: .42rem; height: .42rem; border-radius: 50%; background: var(--clay); }
.body-health-v15 { padding-top: 0; }
.body-health-copy { max-width: 940px; margin: 0 auto; padding: clamp(1.5rem, 3vw, 2.5rem); background: linear-gradient(135deg, rgba(227,239,243,.76), rgba(255,253,247,.9)); }
.body-health-copy > p { max-width: 75ch; }
.treatment-toolbox-v15 { padding-top: clamp(2.8rem, 5vw, 4.8rem); }
.treatment-toolbox-intro { max-width: 780px; }
.treatment-toolbox-intro > p:last-child { max-width: 68ch; }
.toolbox-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(1.5rem, 3vw, 2.3rem); }
.toolbox-groups article { padding: 1.35rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.62); }
.toolbox-groups h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.toolbox-groups p { margin: .65rem 0 0; color: var(--muted); line-height: 1.55; }
.treatment-way-v15 .rounded-photo { height: 100%; min-height: 27rem; object-fit: cover; }
.treatment-pricing-v15 { margin-top: 0; }
@media (max-width: 980px) {
  .treatment-topic-group:nth-of-type(2) .treatment-help-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .treatment-process-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .treatment-process-steps li:nth-child(3)::after { display: none; }
  .toolbox-groups { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .treatment-topic-group header { display: block; }
  .treatment-topic-group header .eyebrow { margin-bottom: .35rem; }
  .treatment-topic-group:nth-of-type(2) .treatment-help-grid, .treatment-topic-group:nth-of-type(3) .treatment-help-grid, .treatment-topic-group:nth-of-type(5) .treatment-help-grid { grid-template-columns: 1fr; }
  .treatment-process-steps { grid-template-columns: 1fr; gap: .7rem; }
  .treatment-process-steps li { min-height: auto; }
  .treatment-process-steps li::after { display: none; }
  .treatment-analysis-v15 .rounded-photo, .treatment-way-v15 .rounded-photo { min-height: 0; height: auto; }
}


/* V16 personal guidance: calm, relational, and deliberately not technique-led. */
.personal-guidance-hero .lead { max-width: 800px; }
.guidance-welcome { align-items: stretch; }
.guidance-welcome .rounded-photo { min-height: 28rem; height: 100%; object-fit: cover; }
.guidance-recognition { padding-top: clamp(2.8rem, 5vw, 4.8rem); }
.guidance-intro { max-width: 780px; }
.guidance-intro > p:last-child { max-width: 70ch; }
.guidance-recognition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(1.5rem, 3vw, 2.4rem); }
.guidance-recognition-card { position: relative; padding: 1.45rem 1.5rem 1.35rem; border: 1px solid var(--line); border-radius: 1.15rem; background: linear-gradient(135deg, rgba(255,253,247,.94), rgba(244,239,226,.7)); }
.guidance-recognition-card > span { display: block; width: 2rem; height: 2rem; margin-bottom: .85rem; border-radius: 50%; background: linear-gradient(135deg, #f4d6c1, #f9ebdf); }
.guidance-recognition-card:nth-child(2) > span { background: linear-gradient(135deg, #dfe8cf, #f4f6e7); }
.guidance-recognition-card:nth-child(3) > span { background: linear-gradient(135deg, #dbeaf0, #eef7f8); }
.guidance-recognition-card:nth-child(4) > span { background: linear-gradient(135deg, #eedfc2, #faf3e5); }
.guidance-recognition-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.18rem, 2vw, 1.42rem); line-height: 1.18; }
.guidance-recognition-card p { margin: .65rem 0 0; color: var(--muted); line-height: 1.58; }
.guidance-whole-person { background: linear-gradient(120deg, rgba(232,241,225,.78), rgba(255,250,241,.8)); }
.guidance-perspectives { display: flex; flex-wrap: wrap; gap: .65rem; margin: clamp(1.35rem, 3vw, 2rem) 0; padding: 0; list-style: none; }
.guidance-perspectives li { padding: .5rem .8rem; border: 1px solid rgba(122,135,87,.26); border-radius: 999px; background: rgba(255,255,255,.55); color: #59623f; font-size: .88rem; font-weight: 750; }
.guidance-whole-close { max-width: 72ch; margin-bottom: 0; }
.guidance-form .rounded-photo { min-height: 27rem; height: 100%; object-fit: cover; }
.guidance-options { padding-top: clamp(2.8rem, 5vw, 4.8rem); }
.guidance-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: clamp(1.5rem, 3vw, 2.4rem); }
.guidance-option-grid article { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--line); border-radius: 1.2rem; background: rgba(255,255,255,.62); }
.guidance-option-grid h3 { margin: .25rem 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.28rem, 2.4vw, 1.7rem); line-height: 1.16; }
.guidance-option-grid p:last-child { margin: .85rem 0 0; color: var(--muted); line-height: 1.62; }
.guidance-option-featured { background: linear-gradient(135deg, rgba(244,224,210,.78), rgba(255,252,247,.92)) !important; }
.personal-guidance-pricing { margin-top: 0; }
@media (max-width: 760px) {
  .guidance-welcome .rounded-photo, .guidance-form .rounded-photo { min-height: 0; height: auto; }
  .guidance-recognition-grid, .guidance-option-grid { grid-template-columns: 1fr; }
}


/* V17 Over Mariëtte: personal trust before credentials. */
@media (min-width: 981px) {
  .site-nav { gap: clamp(.38rem, .9vw, .9rem); font-size: clamp(.76rem, .9vw, .92rem); }
}
.mariette-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: clamp(1.6rem, 5vw, 5rem); align-items: center; }
.mariette-hero .lead { max-width: 760px; }
.mariette-portrait { margin: 0; padding: .7rem; border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(255,253,247,.82); box-shadow: 0 12px 30px rgba(47,40,34,.08); }
.mariette-portrait img { display: block; width: 100%; aspect-ratio: .92; border-radius: .95rem; object-fit: cover; object-position: center top; }
.mariette-portrait figcaption { padding: .75rem .15rem .1rem; color: var(--clay); font-size: .9rem; font-weight: 800; }
.mariette-intro { max-width: 780px; }
.mariette-intro > p:last-child { max-width: 72ch; }
.mariette-safety { padding-top: clamp(2.8rem, 5vw, 4.8rem); }
.mariette-quote-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .85rem; margin-top: clamp(1.5rem, 3vw, 2.4rem); }
.mariette-experience-quote { position: relative; min-height: 8.5rem; margin: 0; padding: 1.25rem 1.35rem 1.1rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.64); }
.mariette-experience-quote:nth-child(2) { background: rgba(238,244,227,.78); }
.mariette-experience-quote:nth-child(3) { background: rgba(253,240,229,.78); }
.mariette-experience-quote:nth-child(4) { background: rgba(231,241,245,.78); }
.mariette-experience-quote > span { display: block; color: var(--clay); font-family: Georgia,"Times New Roman",serif; font-size: 2.4rem; line-height: .65; }
.mariette-experience-quote p { margin: .65rem 0 0; font-family: Georgia,"Times New Roman",serif; font-size: 1.16rem; line-height: 1.28; }
.mariette-view { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; background: linear-gradient(120deg, rgba(231,240,224,.8), rgba(255,251,243,.82)); }
.mariette-view-note { padding: clamp(1.55rem, 3vw, 2.5rem); border-left: 2px solid var(--orange); }
.mariette-view-note > span { display: block; color: var(--clay); font-family: Georgia,"Times New Roman",serif; font-size: 3.6rem; line-height: .55; }
.mariette-view-note p { margin: .85rem 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.4rem, 2.5vw, 2.05rem); line-height: 1.18; }
.mariette-view-note small { color: var(--muted); line-height: 1.5; }
.mariette-story .rounded-photo { min-height: 27rem; height: 100%; object-fit: cover; }
.mariette-values { padding-top: clamp(2.8rem, 5vw, 4.8rem); }
.mariette-value-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-top: clamp(1.5rem,3vw,2.4rem); }
.mariette-value-card { padding: 1.4rem; border: 1px solid var(--line); border-radius: 1.15rem; background: rgba(255,255,255,.62); }
.mariette-value-card h3 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: 1.3rem; }
.mariette-value-card p { margin: .65rem 0 0; color: var(--muted); line-height: 1.58; }
.mariette-background { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-top: 0; padding-top: clamp(2.6rem,5vw,4.5rem); padding-bottom: clamp(2.6rem,5vw,4.5rem); background: #f3e9df; }
.mariette-background > div { max-width: 760px; }
.mariette-background .button { flex: 0 0 auto; }
@media (max-width: 980px) {
  .mariette-hero, .mariette-view { grid-template-columns: 1fr; }
  .mariette-portrait { max-width: 390px; }
  .mariette-view-note { border-left: 0; border-top: 2px solid var(--orange); }
  .mariette-value-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .mariette-quote-grid { grid-template-columns: 1fr; }
  .mariette-experience-quote { min-height: auto; }
  .mariette-story .rounded-photo { min-height: 0; height: auto; }
  .mariette-background { display: block; }
  .mariette-background .button { margin-top: 1.35rem; }
}

/* V19: keep the long personal story calm and readable. */
.mariette-story-long { align-items: start; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); }
.mariette-story-long .rounded-photo { position: sticky; top: 6rem; height: auto; aspect-ratio: 4 / 5; object-position: center; }
.mariette-story-long .highlight-card { padding: clamp(1.5rem,3vw,2.8rem); }
.mariette-story-long .highlight-card > h2 { margin-top: 0; }
.mariette-story-long .highlight-card > p { max-width: 68ch; }
.mariette-story-long blockquote { margin: 1.4rem 0; padding: 1.2rem 1.35rem; border-left: 2px solid var(--orange); background: rgba(255,255,255,.48); font-size: clamp(1.15rem,2vw,1.55rem); }
.mariette-story-long .story-question { color: var(--clay); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.35rem,2.3vw,1.9rem); line-height: 1.25; }
.mariette-story-long .story-closing { margin-top: 1.5rem; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.25rem,2vw,1.65rem); }
@media (max-width: 760px) {
  .mariette-story-long { grid-template-columns: 1fr; }
  .mariette-story-long .rounded-photo { position: static; aspect-ratio: 16 / 10; }
}

/* V22: nine-item navigation and focused course/method sections. */
@media (min-width: 1181px) {
  .site-nav { justify-content: flex-end; gap: clamp(.42rem,.75vw,.78rem); font-size: clamp(.72rem,.76vw,.84rem); }
  .site-nav a { flex: 0 0 auto; }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .site-header { display: flex; flex-wrap: wrap; min-height: auto; padding: .8rem 1.25rem; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; margin-left: auto; min-width: 3.2rem; min-height: 2.75rem; }
  .site-nav { display: none; width: 100%; flex: 0 0 100%; flex-direction: column; align-items: start; gap: 0; padding: .35rem 0 .2rem; }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; flex: 0 0 auto; text-align: left; padding: .6rem 0; border-bottom-color: rgba(47,40,34,.08); }
  .site-nav a:last-child { border-bottom-color: transparent; }
}
.method-closing { font-family: inherit; }
.method-closing h2 { margin-bottom: 1rem; font-size: clamp(1.55rem,2.6vw,2.35rem); }
.method-closing p { margin: .75rem 0 0; color: var(--muted); font-family: inherit; font-size: 1rem; line-height: 1.65; }
.method-closing p strong { color: var(--ink); }
.course-hero { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.55fr); gap: clamp(2rem,6vw,6rem); align-items: center; min-height: clamp(30rem,65vh,42rem); overflow: hidden; background: linear-gradient(120deg,rgba(255,247,238,.96),rgba(234,242,226,.88)); }
.course-hero:after { content: ""; position: absolute; right: -7rem; bottom: -10rem; width: 28rem; height: 28rem; border: 1px solid rgba(185,99,62,.18); border-radius: 50%; box-shadow: 0 0 0 3rem rgba(255,255,255,.18),0 0 0 6rem rgba(127,143,94,.06); }
.course-copy { position: relative; z-index: 1; max-width: 760px; }
.course-copy h1 { max-width: 13ch; }
.course-copy .lead { max-width: 62ch; }
.external-note { margin-top: 1rem; color: var(--muted); font-size: .85rem; }
.course-aside { position: relative; z-index: 1; padding: clamp(1.6rem,4vw,3rem); border: 1px solid rgba(47,40,34,.1); border-radius: 50% 48% 52% 46%; background: rgba(255,253,247,.72); box-shadow: 0 18px 48px rgba(77,55,38,.08); }
.course-aside > span { color: var(--orange); font-size: 3rem; line-height: 1; }
.course-aside p { margin: .8rem 0 0; color: var(--ink); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.35rem,2.5vw,2rem); line-height: 1.4; }
@media (max-width: 760px) {
  .course-hero { grid-template-columns: 1fr; min-height: auto; }
  .course-aside { max-width: 18rem; }
}

/* V23: central, non-commercial guidance routes. */
.guidance-choice-hero { padding-bottom: clamp(2.2rem,4vw,3.5rem); background: linear-gradient(120deg,rgba(255,248,240,.9),rgba(239,245,232,.72)); }
.guidance-choice-hero h1 { max-width: 15ch; }
.guidance-choice-hero .lead { max-width: 760px; }
.guidance-route-list { display: grid; gap: clamp(1rem,2vw,1.4rem); max-width: 1180px; margin: 0 auto; padding: clamp(2.5rem,5vw,4.8rem) clamp(1rem,6vw,4rem) clamp(4rem,7vw,6.5rem); }
.guidance-route-card { display: grid; grid-template-columns: 4.5rem minmax(0,1fr) max-content; gap: clamp(1.2rem,3vw,2.5rem); align-items: center; padding: clamp(1.5rem,3vw,2.35rem); border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(255,253,247,.78); box-shadow: 0 12px 34px rgba(77,55,38,.06); }
.guidance-route-number { display: grid; width: 3.6rem; height: 3.6rem; place-items: center; border-radius: 50%; background: #edf1e5; color: #6b724c; font-family: Georgia,"Times New Roman",serif; font-size: 1.05rem; }
.guidance-route-content { max-width: 760px; }
.guidance-route-content .eyebrow { margin-bottom: .5rem; }
.guidance-route-content h2 { font-size: clamp(1.7rem,3vw,2.65rem); }
.guidance-route-content p:not(.eyebrow) { margin: .8rem 0 0; color: var(--muted); line-height: 1.65; }
.guidance-route-card > .button { justify-self: end; text-align: center; }
.guidance-route-featured { padding-top: clamp(2rem,4vw,3.2rem); padding-bottom: clamp(2rem,4vw,3.2rem); background: linear-gradient(135deg,rgba(239,244,228,.94),rgba(255,247,239,.96)); box-shadow: 0 18px 48px rgba(77,55,38,.09); }
.guidance-route-featured .guidance-route-number { background: #f4d9c5; color: #9a4b31; }
.guidance-route-featured .guidance-route-lead { color: var(--ink) !important; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.15rem,2vw,1.45rem); line-height: 1.45 !important; }
.guidance-route-featured .guidance-route-note { max-width: 62ch; padding-top: .9rem; border-top: 1px solid rgba(47,40,34,.1); font-size: .92rem; }
.guidance-route-card:last-child .guidance-route-number { background: #e2edf0; color: #5f7882; }
@media (max-width: 900px) {
  .guidance-route-card { grid-template-columns: 3.6rem minmax(0,1fr); }
  .guidance-route-card > .button { grid-column: 2; justify-self: start; }
}
@media (max-width: 620px) {
  .guidance-route-card { grid-template-columns: 1fr; }
  .guidance-route-number { width: 3rem; height: 3rem; }
  .guidance-route-card > .button { grid-column: 1; width: 100%; justify-self: stretch; }
}

/* V24: quieter trajectory flow and merged practical contact information. */
.trajectories-hero h1 { max-width: 11ch; }
.trajectories-lead { display: grid; gap: .65rem; }
.trajectories-lead p { margin: 0; }
.trajectories-intro { max-width: 1080px; margin: clamp(2rem,5vw,4.5rem) auto 0; padding: clamp(2rem,4vw,3.5rem); border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(130deg,rgba(255,250,242,.94),rgba(239,244,228,.75)); }
.trajectories-intro h2 { max-width: 18ch; font-size: clamp(2rem,4vw,3.35rem); }
.trajectories-intro-copy { max-width: 760px; display: grid; gap: .75rem; color: var(--muted); line-height: 1.7; }
.trajectories-intro-copy p { margin: 0; }
.trajectory-options { margin-top: 1.2rem; padding: 1rem 1.15rem; border-left: 3px solid #d78359; background: rgba(255,253,247,.68); }
.trajectory-options p { margin: 0 !important; color: var(--ink) !important; }
.trajectory-options ul { margin: .65rem 0 0; padding-left: 1.2rem; color: var(--muted); line-height: 1.7; }
.integrated-method { max-width: 1180px; margin: 0 auto clamp(4rem,7vw,6.5rem); padding: clamp(2.5rem,5vw,4.5rem) clamp(1.25rem,5vw,4rem); border-radius: 1.6rem; background: linear-gradient(145deg,rgba(238,244,229,.78),rgba(255,250,243,.82)); }
.integrated-method-intro { max-width: 780px; margin-bottom: clamp(2rem,4vw,3.5rem); }
.integrated-method-intro h2 { max-width: 18ch; font-size: clamp(2rem,4vw,3.45rem); }
.integrated-method-intro > p:last-child { color: var(--muted); line-height: 1.7; }
.integrated-method .timeline { max-width: none; }
.integrated-method .timeline article { background: rgba(255,253,247,.76); border: 1px solid rgba(47,40,34,.08); border-radius: 1rem; }
.integrated-method .timeline h3 { margin: 0 0 .4rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.35rem,2.5vw,1.8rem); }
.integrated-method-closing { max-width: 820px; margin: clamp(2rem,4vw,3.5rem) 0 0; padding: clamp(1.5rem,3vw,2.3rem); border-radius: 1.15rem; background: rgba(255,253,247,.82); }
.practice-details { max-width: 1180px; margin: 0 auto clamp(4rem,7vw,6.5rem); }
.practice-details-heading { max-width: 700px; margin-bottom: 1.8rem; }
.practice-details-heading h2 { max-width: 17ch; font-size: clamp(2rem,4vw,3.35rem); }
.practice-details-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.practice-details .trust-line { margin: 0 0 1.2rem; }
.practice-details .info-grid article { border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(255,253,247,.72); }
.practice-details .info-grid h3 { margin: 0 0 .55rem; font-family: Georgia,"Times New Roman",serif; font-size: 1.45rem; }
@media (max-width: 700px) {
  .trajectories-intro, .integrated-method { border-radius: 1rem; }
  .practice-details .info-grid { grid-template-columns: 1fr; }
}

/* V25: personal introduction video, authentic-reference carousel and legal link. */
.home-video { max-width: 1120px; margin: clamp(2.2rem,5vw,4.5rem) auto; display: grid; grid-template-columns: minmax(220px,.55fr) minmax(0,1.45fr); gap: clamp(1.5rem,4vw,3.5rem); align-items: center; }
.home-video-intro h2 { max-width: 13ch; font-size: clamp(2rem,4vw,3.4rem); }
.video-frame { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 1.4rem; background: #2f2822; box-shadow: 0 18px 46px rgba(77,55,38,.14); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.reference-carousel { max-width: 1120px; margin: 0 auto clamp(2.5rem,5vw,4.5rem); padding: clamp(1.5rem,3vw,2.6rem); border: 1px solid var(--line); border-radius: 1.4rem; background: linear-gradient(135deg,rgba(255,249,241,.96),rgba(239,244,228,.78)); box-shadow: 0 14px 38px rgba(77,55,38,.07); }
.reference-carousel-heading { display: flex; justify-content: space-between; gap: 1.5rem; align-items: end; }
.reference-carousel-heading h2 { max-width: 18ch; font-size: clamp(1.9rem,3.5vw,3rem); }
.carousel-controls { display: flex; gap: .6rem; }
.carousel-controls button { width: 2.8rem; height: 2.8rem; border: 1px solid rgba(47,40,34,.18); border-radius: 50%; background: rgba(255,253,247,.9); color: var(--ink); font: inherit; font-size: 1.2rem; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { border-color: var(--clay); color: var(--clay); outline: none; }
.reference-slides { position: relative; min-height: 13rem; margin-top: 1.25rem; }
.reference-slide { display: none; animation: reference-reveal .36s ease both; }
.reference-slide.is-active { display: block; }
.reference-label { margin: 0 0 .75rem; color: #9a4b31; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reference-slide blockquote { max-width: 820px; margin: 0 0 1.25rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.45rem,3vw,2.35rem); line-height: 1.35; }
.reference-slide a, .reference-all-link { color: var(--clay); font-weight: 900; text-underline-offset: .3em; }
.carousel-progress { display: inline-flex; gap: .35rem; margin-right: 1rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.footer-legal { margin-top: 1rem; font-size: .88rem; }
.footer-legal a { color: inherit; text-underline-offset: .25em; }
@keyframes reference-reveal { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
@media (max-width: 760px) {
  .home-video { grid-template-columns: 1fr; }
  .home-video-intro h2 { max-width: 17ch; }
  .reference-carousel-heading { align-items: start; }
  .reference-slides { min-height: 17rem; }
}
@media (prefers-reduced-motion: reduce) { .reference-slide { animation: none; } }


/* V27: distinct vision copy, detailed recovery trajectories and current privacy links. */
.trajectories-hero .trajectories-lead { margin-top: clamp(1.25rem, 2.5vw, 2rem); }
.trajectory-programs { max-width: 1240px; margin: 0 auto clamp(4rem, 7vw, 6.5rem); padding-top: clamp(3.2rem, 6vw, 5.5rem); }
.trajectory-programs-intro { max-width: 840px; margin-bottom: clamp(2rem, 4vw, 3.4rem); }
.trajectory-programs-intro h2 { max-width: 17ch; font-size: clamp(2rem, 4vw, 3.45rem); }
.trajectory-programs-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; }
.trajectory-program-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.4rem); align-items: stretch; }
.trajectory-program-card { display: flex; flex-direction: column; min-width: 0; padding: clamp(1.45rem, 2.6vw, 2rem); border: 1px solid var(--line); border-radius: 1.35rem; background: rgba(255, 253, 247, .88); box-shadow: 0 14px 38px rgba(77, 55, 38, .07); }
.trajectory-program-card:nth-child(2) { background: linear-gradient(145deg, rgba(255, 248, 239, .95), rgba(244, 226, 212, .62)); }
.trajectory-program-card:nth-child(3) { background: linear-gradient(145deg, rgba(246, 249, 239, .94), rgba(225, 235, 214, .65)); }
.trajectory-phase { width: fit-content; margin: 0 0 1rem; padding: .42rem .7rem; border-radius: 999px; background: #edf1e5; color: #5f6845; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.trajectory-recovery .trajectory-phase { background: #f4d9c5; color: #91482f; }
.trajectory-anchoring .trajectory-phase { background: #dfe9d5; color: #59663f; }
.trajectory-program-card h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 2.5vw, 2.2rem); line-height: 1.14; }
.trajectory-program-card > p:not(.trajectory-phase):not(.trajectory-subtitle) { color: var(--muted); line-height: 1.65; }
.trajectory-subtitle { min-height: 3.2em; margin: .65rem 0 1.1rem; color: var(--ink); font-weight: 800; line-height: 1.5; }
.trajectory-goal { margin-top: auto; padding-top: 1.2rem; border-top: 1px solid rgba(47, 40, 34, .12); }
.trajectory-goal strong { color: var(--clay); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.trajectory-goal p { margin: .55rem 0 0; color: var(--ink); line-height: 1.62; }
.employer-guidance { display: grid; grid-template-columns: minmax(0, 1fr) max-content; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: end; margin-top: clamp(1.5rem, 3vw, 2.4rem); padding: clamp(1.6rem, 3.5vw, 2.7rem); border-radius: 1.35rem; background: linear-gradient(135deg, rgba(228, 238, 218, .78), rgba(255, 250, 242, .9)); }
.employer-guidance > div { max-width: 800px; }
.employer-guidance h3 { margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3vw, 2.5rem); }
.employer-guidance p:not(.eyebrow) { color: var(--muted); line-height: 1.67; }
.employer-guidance .button { justify-self: end; white-space: nowrap; }
.footer-legal { display: flex; flex-wrap: wrap; gap: .45rem .7rem; align-items: center; }
@media (max-width: 980px) {
  .trajectory-program-grid { grid-template-columns: 1fr; }
  .trajectory-subtitle { min-height: 0; }
  .employer-guidance { grid-template-columns: 1fr; align-items: start; }
  .employer-guidance .button { justify-self: start; }
}
@media (max-width: 620px) {
  .trajectory-programs { padding-inline: 1rem; }
  .trajectory-program-card, .employer-guidance { border-radius: 1rem; }
  .employer-guidance .button { width: 100%; }
}


/* V28: calmer cross-links, anchored trajectories and complete client stories. */
.treatment-trajectory-referral { max-width: 830px; margin: clamp(1.4rem, 3vw, 2.4rem) auto 0; padding: clamp(1.25rem, 2.5vw, 1.8rem); border-left: 3px solid var(--clay); background: rgba(255, 253, 247, .72); }
.treatment-trajectory-referral p { margin: 0 0 1rem; color: var(--muted); line-height: 1.7; }
.treatment-analysis-v15 > img { aspect-ratio: 1 / 1; height: auto; object-fit: cover; object-position: center; }
.trajectory-jump-links { display: grid; gap: .55rem; list-style: none; padding: 0; }
.trajectory-jump-links a { color: var(--clay); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: .24em; }
.trajectory-program-card[id] { scroll-margin-top: 7rem; }
.reference-detail-page { padding-bottom: clamp(3rem, 7vw, 6rem); }
.reference-detail-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(210px, 310px); column-gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.reference-detail-hero > :not(.reference-client-photo) { grid-column: 1; }
.reference-detail-hero blockquote { max-width: 32ch; margin: 1.4rem 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.7vw, 2.15rem); line-height: 1.35; }
.reference-person { color: var(--muted); font-size: 1.05rem; }
.reference-client-photo { grid-column: 2; grid-row: 1 / span 4; margin: 0; }
.reference-client-photo img { width: 100%; aspect-ratio: 4 / 5; border-radius: 1.25rem; object-fit: cover; box-shadow: 0 16px 40px rgba(77, 55, 38, .12); }
.reference-story-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.reference-story-summary article { padding: clamp(1.2rem, 2.4vw, 1.75rem); border: 1px solid var(--line); border-radius: 1.1rem; background: rgba(255, 253, 247, .82); }
.reference-story-summary article:nth-child(2) { background: rgba(239, 232, 213, .62); }
.reference-story-summary article:nth-child(3) { background: rgba(225, 235, 214, .62); }
.reference-story-summary p:last-child { margin-bottom: 0; color: var(--muted); line-height: 1.65; }
.reference-full-story { max-width: 820px; margin-inline: auto; }
.reference-full-story h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
.reference-full-story > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; line-height: 1.78; }
.reference-full-story .button { margin-top: 1.2rem; }
@media (max-width: 760px) {
  .reference-detail-hero { grid-template-columns: 1fr; }
  .reference-detail-hero > :not(.reference-client-photo), .reference-client-photo { grid-column: 1; }
  .reference-client-photo { grid-row: auto; max-width: 280px; margin-top: 1.5rem; }
  .reference-story-summary { grid-template-columns: 1fr; }
}


/* V29: a calm turning point in the personal story and complete practical access details. */
.mariette-story-long .story-turning-point {
  max-width: 24ch;
  margin: clamp(2.2rem, 4vw, 3.2rem) 0 1rem;
  padding-top: clamp(1.5rem, 3vw, 2.2rem);
  border-top: 1px solid rgba(47, 40, 34, .14);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.16;
}
.practice-details .info-grid article p + p { margin-top: .75rem; }


/* V30: document-sourced client stories, video reference and physical results. */
.reference-video-feature { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(1.5rem,4vw,3.5rem); align-items: center; max-width: 1180px; margin-inline: auto; }
.reference-video-feature h2 { max-width: 17ch; font-size: clamp(2rem,4vw,3.25rem); }
.reference-video-feature p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.v30-story-grid { padding-top: clamp(2rem,4vw,3.5rem); }
.reference-result-preview { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: clamp(1.5rem,4vw,3rem); align-items: center; max-width: 1180px; margin: 0 auto clamp(2rem,5vw,4rem); border-radius: 1.35rem; background: linear-gradient(135deg,rgba(239,244,228,.8),rgba(255,249,241,.92)); }
.reference-result-preview > div { padding: clamp(1rem,2vw,1.7rem); }
.reference-result-preview h2 { font-size: clamp(1.9rem,3.5vw,3rem); }
.reference-result-preview p:not(.eyebrow) { color: var(--muted); line-height: 1.68; }
.reference-result-preview img { width: 100%; border-radius: 1.1rem; }
.reference-disclaimer { max-width: 850px; margin: 1.5rem auto clamp(3rem,6vw,5rem); padding: 0 1rem; color: var(--muted); font-size: .9rem; line-height: 1.6; text-align: center; }
.reference-document-image { align-self: center; }
.reference-document-image img { aspect-ratio: auto; max-height: 420px; object-fit: contain; background: #fff; }
.reference-full-story h3 { margin: 2rem 0 .75rem; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.35rem,2.6vw,1.85rem); }
.reference-poem { margin: 2rem 0 0; padding: 1.25rem 1.4rem; border-left: 3px solid var(--clay); background: rgba(239,244,228,.72); font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.15rem,2.2vw,1.5rem); line-height: 1.65; }
.reference-result-hero .lead { max-width: 720px; }
.reference-result-story { display: grid; grid-template-columns: minmax(0,.65fr) minmax(0,1.35fr); gap: clamp(1.5rem,4vw,3.5rem); align-items: center; }
.reference-result-story h2, .reference-more-results h2 { font-size: clamp(1.9rem,3.5vw,3rem); }
.reference-result-story p:not(.eyebrow), .reference-more-results > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.reference-result-story figure, .reference-more-results figure { margin: 0; }
.reference-result-story img, .reference-more-results img { display: block; width: 100%; border-radius: 1.1rem; box-shadow: 0 14px 38px rgba(77,55,38,.09); }
.reference-result-story figcaption { margin-top: .7rem; color: var(--muted); font-size: .9rem; }
.reference-more-results { max-width: 1180px; margin: 0 auto; }
.reference-more-results figure { margin-top: 1.5rem; }
.reference-back { display: flex; justify-content: center; margin: -2rem auto 4rem; }
@media (max-width: 760px) {
  .reference-video-feature, .reference-result-preview, .reference-result-story { grid-template-columns: 1fr; }
  .reference-result-preview { margin-inline: 1rem; padding: 1rem; }
  .reference-result-preview > div { padding: .5rem; }
}
