:root {
  --ink: #151412;
  --muted: #625d58;
  --cream: #f7f3ee;
  --paper: #fffdf9;
  --sand: #dec7b5;
  --sand-dark: #a78064;
  --line: #d8c8bb;
  --shell: min(1596px, calc(100vw - clamp(2rem, 8vw, 10rem)));
  --shadow: 0 24px 70px rgb(25 20 16 / 10%);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Avenir Next", Avenir, Montserrat, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 1000; padding: .7rem 1rem; background: #fff; color: #000; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow, .kicker { margin: 0 0 1.15rem; font-size: .72rem; font-weight: 650; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 6.9rem); font-weight: 450; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.8rem); font-weight: 480; }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
.section { padding-block: clamp(5rem, 10vw, 10rem); }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid; font-size: .85rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: relative; z-index: 100; height: 112px; background: var(--paper); border-bottom: 1px solid rgb(19 18 16 / 12%); }
.home-page .site-header { position: absolute; inset: 0 0 auto; color: #fff; background: transparent; border: 0; }
.site-header__inner { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 3rem; height: 100%; }
.wordmark { display: inline-flex; flex-direction: column; align-items: center; width: max-content; line-height: 1; }
.wordmark span { font-size: clamp(2.1rem, 3.1vw, 3.75rem); font-weight: 520; letter-spacing: .02em; }
.wordmark small { margin-top: .2rem; font-size: .78rem; letter-spacing: .04em; }
.primary-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2vw, 2.5rem); font-size: .9rem; }
.primary-nav > a, .nav-cluster > button { position: relative; padding: 1rem 0; border: 0; background: none; white-space: nowrap; }
.primary-nav > a::after, .nav-cluster > button::after { position: absolute; right: 0; bottom: .65rem; left: 0; height: 1px; background: currentColor; content: ""; opacity: 0; transform: scaleX(.7); transition: .2s; }
.primary-nav > a:hover::after, .primary-nav > a:focus-visible::after, .nav-cluster:hover > button::after, .nav-cluster.is-open > button::after { opacity: 1; transform: none; }
.nav-contact { font-weight: 700; }
.nav-cluster { position: relative; }
.nav-panel { position: absolute; top: calc(100% + .75rem); left: -2rem; display: grid; grid-template-columns: repeat(2, 220px); gap: 2.5rem; width: max-content; padding: 2.5rem; color: var(--ink); background: #e3dfdb; box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(.5rem); transition: .2s; }
.nav-panel--right { right: -2rem; left: auto; }
.nav-cluster:hover .nav-panel, .nav-cluster:focus-within .nav-panel, .nav-cluster.is-open .nav-panel { visibility: visible; opacity: 1; transform: none; }
.nav-panel > div { display: grid; align-content: start; gap: .65rem; }
.nav-panel strong { margin-bottom: .5rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.nav-panel a { font-size: .9rem; line-height: 1.35; }
.nav-panel a:hover { text-decoration: underline; text-underline-offset: .2em; }
.menu-toggle { display: none; border: 0; background: transparent; }

.home-hero { position: relative; min-height: min(965px, 100svh); overflow: hidden; color: #fff; background: #a9a6a4; }
.home-hero video, .home-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-hero video { object-fit: cover; object-position: center 30%; }
.home-hero__shade { background: linear-gradient(90deg, rgb(52 52 52 / 25%), rgb(30 20 14 / 2%) 68%), linear-gradient(0deg, rgb(0 0 0 / 18%), transparent 55%); }
.home-hero__content { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: min(965px, 100svh); padding-bottom: clamp(5rem, 14vh, 10rem); }
.home-hero h1 { max-width: 800px; margin-bottom: 2.4rem; font-size: clamp(2.5rem, 4.4vw, 5rem); font-weight: 460; }
.home-hero h1 span { font-weight: 350; }
.home-hero .kicker { opacity: .8; }
.arrow-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100%, 660px); min-height: 66px; padding: .85rem 2.4rem; border: 1px solid; font-size: clamp(.9rem, 1.3vw, 1.2rem); font-weight: 650; transition: background .2s, color .2s, transform .2s; }
.arrow-link:hover { transform: translateY(-2px); }
.arrow-link i, .service-card__title i, .compact-grid i, .form-submit i { position: relative; flex: 0 0 auto; width: clamp(3rem, 7vw, 7rem); height: 1px; background: currentColor; }
.arrow-link i::after, .service-card__title i::after, .compact-grid i::after, .form-submit i::after { position: absolute; top: 50%; right: 0; width: .75rem; height: .75rem; border-top: 1px solid; border-right: 1px solid; content: ""; transform: translateY(-50%) rotate(45deg); }
.arrow-link--light { color: #fff; }
.promise { padding: 2.2rem 0; color: #c9a98e; background: #fffaf6; border-bottom: 1px solid var(--sand); font-size: clamp(1rem, 1.7vw, 1.45rem); }

.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); align-items: center; gap: clamp(4rem, 10vw, 11rem); }
.split--intro > div { max-width: 730px; }
.split p:not(.eyebrow) { max-width: 700px; color: var(--muted); }
.split h2 { margin-bottom: 2.5rem; }
.split .arrow-link { margin-top: 1.5rem; }
.portrait-card { position: relative; margin: 0; }
.portrait-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.portrait-card figcaption { position: absolute; right: 1.5rem; bottom: 1.25rem; left: 1.5rem; display: flex; justify-content: space-between; color: #fff; font-size: .75rem; }

.service-showcase { padding-top: 2rem; overflow: hidden; }
.service-showcase .section-heading { padding-bottom: 3rem; }
.section-heading h2 { max-width: 900px; margin-bottom: 0; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3.5rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { min-width: 0; padding-bottom: 4rem; }
.service-card img { width: 100%; aspect-ratio: .74; object-fit: cover; filter: saturate(.85); transition: filter .3s, transform .4s; }
.service-card:hover img { filter: saturate(1); transform: scale(1.01); }
.service-card__title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin: -3.2rem 1.2rem 0; color: #fff; font-size: clamp(.82rem, 1.2vw, 1.25rem); font-weight: 650; transform: translateY(-1rem); }
.service-card__title i { width: 3.2rem; }
.service-card p { margin: 1.5rem auto 0; max-width: 82%; color: var(--muted); font-size: .86rem; line-height: 1.55; text-align: center; }

.facts { background: var(--cream); }
.facts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.facts__grid div { display: grid; gap: .45rem; }
.facts__grid strong { color: var(--sand); font-size: clamp(3rem, 5.2vw, 6rem); font-weight: 500; letter-spacing: -.05em; line-height: 1; }
.facts__grid span { max-width: 12rem; font-size: .85rem; }
.treatments-preview { background: #fff; }
.compact-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.compact-grid a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; min-height: 130px; padding: 1.25rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s; }
.compact-grid a:nth-child(3n) { border-right: 0; }
.compact-grid a:hover { background: var(--cream); }
.compact-grid span { color: var(--sand-dark); font-size: .75rem; }
.compact-grid strong { font-size: 1.15rem; }
.compact-grid i { width: 2.3rem; }
.founders { background: #f3f0ec; }
.portrait-card--wide img { aspect-ratio: 1.2; }
.gift-banner { position: relative; min-height: 540px; display: grid; align-items: end; overflow: hidden; }
.gift-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gift-banner::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(0 0 0 / 35%), transparent); content: ""; }
.gift-banner .shell { position: relative; z-index: 1; padding-bottom: 4rem; text-align: right; }

.page-hero { position: relative; min-height: 660px; display: grid; align-items: end; overflow: hidden; padding: 8rem 0 5.5rem; background: var(--cream); }
.page-hero .shell { position: relative; z-index: 2; }
.page-hero h1 { max-width: 1150px; margin-bottom: 1.5rem; }
.page-hero__lead, .page-hero > .shell > p:last-child { max-width: 780px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.35rem); }
.page-hero--image { min-height: 760px; color: #fff; }
.page-hero--image > img, .page-hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-hero--image > img { object-fit: cover; }
.page-hero__shade { z-index: 1; background: linear-gradient(90deg, rgb(12 10 8 / 70%), rgb(12 10 8 / 15%) 75%), linear-gradient(0deg, rgb(0 0 0 / 35%), transparent 55%); }
.page-hero--image .page-hero__lead { color: rgb(255 255 255 / 82%); }
.page-hero time { display: block; margin-top: 1.5rem; font-size: .8rem; letter-spacing: .08em; }
.breadcrumbs { display: flex; gap: .65rem; margin-bottom: 3rem; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; opacity: .72; }
.page-hero--listing { min-height: 570px; background: #e8e2dc; }
.page-hero--contact { min-height: 650px; color: #fff; background: linear-gradient(105deg, rgb(40 35 31 / 78%), rgb(30 25 21 / 22%)), url("/media/sapro/wp-content/uploads/2018/10/gall14-1024x683.jpg") center / cover; }
.page-hero--contact p { color: rgb(255 255 255 / 80%) !important; }
.page-hero--compact { min-height: 440px; }

.article-layout { display: grid; grid-template-columns: minmax(0, 820px) minmax(280px, 380px); justify-content: space-between; align-items: start; gap: clamp(4rem, 9vw, 10rem); padding-block: clamp(5rem, 9vw, 9rem); }
.prose { color: #34312e; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.05rem, 1.25vw, 1.22rem); line-height: 1.8; }
.prose h2, .prose h3, .prose h4, .prose h5 { margin: 3.4rem 0 1.2rem; color: var(--ink); font-family: "Avenir Next", Avenir, sans-serif; font-weight: 520; letter-spacing: -.025em; }
.prose h2 { font-size: clamp(2rem, 3vw, 3.2rem); }
.prose h3 { font-size: clamp(1.5rem, 2.3vw, 2.3rem); }
.prose h4, .prose h5 { font-size: 1.25rem; }
.prose p { margin-bottom: 1.5rem; }
.prose a { color: #7b583e; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.prose img { width: auto; max-width: 100%; height: auto; margin: 2.5rem auto; }
.prose ul, .prose ol { padding-left: 1.4rem; }
.prose li { margin-bottom: .65rem; }
.prose blockquote { margin: 2.5rem 0; padding: 1.5rem 2rem; border-left: 3px solid var(--sand); background: var(--cream); font-size: 1.2em; }
.prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-family: "Avenir Next", Avenir, sans-serif; font-size: .9rem; }
.prose td, .prose th { padding: .85rem; border: 1px solid var(--line); }
.article-aside { position: sticky; top: 2rem; }
.aside-card { padding: clamp(2rem, 4vw, 3.5rem); background: #e7ded6; }
.aside-card h2 { font-size: clamp(1.8rem, 2.6vw, 2.7rem); }
.aside-card .arrow-link { min-height: 58px; margin-top: 1rem; padding-inline: 1rem; font-size: .8rem; }
.contact-quick { display: grid; gap: .3rem; padding: 1.5rem; border: 1px solid var(--line); border-top: 0; }
.related-section { background: var(--cream); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 3rem); }
.content-card { min-width: 0; background: #fff; }
.content-card__image { display: block; overflow: hidden; background: #ddd5cf; }
.content-card__image img { width: 100%; aspect-ratio: 1.35; object-fit: cover; transition: transform .45s; }
.content-card:hover .content-card__image img { transform: scale(1.025); }
.content-card__body { padding: 1.5rem 0; }
.card-grid--listing .content-card__body { padding-inline: 1.5rem; padding-bottom: 2rem; }
.content-card__meta { margin-bottom: .75rem; color: var(--sand-dark); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.content-card h2 { margin-bottom: .85rem; font-size: clamp(1.35rem, 2vw, 2rem); }
.content-card__body > p:not(.content-card__meta) { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: .92rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.listing-section { background: var(--cream); }
.card-grid--listing { row-gap: 4rem; }
.empty-state { padding: 5rem; text-align: center; }

.contact-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(4rem, 10vw, 11rem); }
.contact-details { display: grid; gap: 2.2rem; align-content: start; }
.contact-details div { display: grid; gap: .3rem; }
.contact-details span { color: var(--sand-dark); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.contact-details strong, .contact-details a { font-size: 1.1rem; font-style: normal; font-weight: 520; }
.contact-form { display: grid; gap: 1.5rem; }
.contact-form label { display: grid; gap: .55rem; color: var(--muted); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea, .contact-form select, .search-form input { width: 100%; border: 0; border-bottom: 1px solid #837970; border-radius: 0; outline: 0; background: transparent; font-size: 1.05rem; letter-spacing: 0; text-transform: none; }
.contact-form input, .contact-form select { height: 3rem; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus, .search-form input:focus { border-color: var(--ink); box-shadow: 0 1px 0 var(--ink); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.form-submit { display: flex; align-items: center; justify-content: space-between; min-height: 64px; margin-top: 1rem; padding: 0 2rem; border: 1px solid var(--ink); background: var(--ink); color: #fff; }
.form-submit i { width: 4rem; }
.form-note { color: var(--muted); font-size: .78rem; }
.form-note a { text-decoration: underline; }
.form-success, .form-errors { margin-bottom: 2rem; padding: 1.25rem; background: #eef3ea; border-left: 3px solid #6f8e5b; }
.form-errors { background: #f7ece8; border-color: #ad5e4a; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.search-form { max-width: 850px; }
.search-form > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; }
.search-form label { display: block; margin-bottom: 1rem; }
.search-form input { padding: 1rem 0; }
.search-form button { padding: 0 2rem; border: 0; background: var(--ink); color: #fff; }
.search-count { margin: 3rem 0 1.5rem; color: var(--muted); }
.search-results { display: grid; max-width: 980px; }
.search-results > a { display: grid; gap: .4rem; padding: 2rem 0; border-top: 1px solid var(--line); }
.search-results span { color: var(--sand-dark); font-size: .72rem; text-transform: uppercase; }
.search-results strong { font-size: 1.45rem; }
.search-results p { margin: 0; color: var(--muted); }
.not-found { min-height: 75vh; display: grid; align-items: center; padding: 6rem 0; background: var(--cream); }
.not-found h1 { max-width: 900px; }

.site-footer { padding-top: clamp(5rem, 9vw, 9rem); background: #f3eee8; }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 3rem; padding-bottom: 5rem; border-bottom: 1px solid var(--line); }
.footer-wordmark { display: flex; flex-direction: column; line-height: .9; }
.footer-wordmark span { font-size: clamp(4rem, 10vw, 11rem); font-weight: 520; letter-spacing: .01em; }
.footer-wordmark small { align-self: flex-end; font-size: clamp(1.5rem, 3vw, 3.5rem); }
.footer-cta { min-width: min(100%, 400px); }
.footer-cta p { color: var(--muted); }
.footer-cta .arrow-link { min-height: 58px; padding-inline: 1rem; font-size: .85rem; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 3rem; padding-block: 4rem; }
.footer-grid nav, .footer-grid address { display: grid; align-content: start; gap: .55rem; font-size: .85rem; font-style: normal; }
.footer-grid strong { margin-bottom: .55rem; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

@media (max-width: 1180px) {
  .site-header { height: 92px; }
  .site-header__inner { grid-template-columns: 1fr auto; }
  .menu-toggle { display: flex; align-items: center; gap: .8rem; padding: .7rem 0; }
  .menu-toggle i, .menu-toggle i::before, .menu-toggle i::after { display: block; width: 1.5rem; height: 1px; background: currentColor; content: ""; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::before { position: absolute; top: -.4rem; }
  .menu-toggle i::after { position: absolute; top: .4rem; }
  .primary-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; gap: 0; max-height: calc(100svh - 92px); padding: 1.5rem max(1rem, calc((100vw - var(--shell)) / 2)); overflow-y: auto; color: var(--ink); background: #e6e2de; }
  .menu-open .primary-nav { display: grid; }
  .primary-nav > a, .nav-cluster > button { width: 100%; padding: .85rem 0; text-align: left; }
  .nav-panel, .nav-panel--right { position: static; display: none; grid-template-columns: repeat(2, 1fr); width: 100%; padding: 1rem 0 1.5rem; box-shadow: none; visibility: visible; opacity: 1; transform: none; }
  .nav-cluster:hover .nav-panel { display: none; }
  .nav-cluster.is-open .nav-panel { display: grid; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 4rem; }
  .footer-top { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100vw - 2rem); }
  body { font-size: 16px; }
  .section { padding-block: 5rem; }
  .wordmark span { font-size: 2.5rem; }
  .home-hero, .home-hero__content { min-height: 760px; }
  .home-hero video { object-position: 58% center; }
  .home-hero__content { padding-bottom: 4rem; }
  .arrow-link { min-height: 58px; padding-inline: 1rem; }
  .split, .contact-grid, .article-layout { grid-template-columns: 1fr; gap: 3.5rem; }
  .split--intro { display: flex; flex-direction: column; }
  .split--intro .portrait-card { order: -1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card p { max-width: calc(100% - 2rem); }
  .facts__grid { grid-template-columns: repeat(2, 1fr); }
  .compact-grid { grid-template-columns: 1fr; }
  .compact-grid a, .compact-grid a:nth-child(3n) { border-right: 0; }
  .section-heading--row { align-items: flex-start; flex-direction: column; }
  .gift-banner { min-height: 420px; }
  .page-hero, .page-hero--listing, .page-hero--contact, .page-hero--image { min-height: 600px; padding-bottom: 3.5rem; }
  .page-hero--compact { min-height: 380px; }
  .article-aside { position: static; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid--listing { row-gap: 2rem; }
  .form-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-bottom { flex-direction: column; gap: .4rem; }
}

@media (max-width: 480px) {
  .nav-panel, .nav-panel--right { grid-template-columns: 1fr; }
  .home-hero h1 { font-size: 2.25rem; }
  .facts__grid { grid-template-columns: 1fr; }
  .facts__grid div { padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; }
  .search-form > div { grid-template-columns: 1fr; }
  .search-form button { min-height: 3.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .home-hero video { display: none; }
  .home-hero { background: url("/details/Rectangle%201%402x.png") 58% center / cover; }
}

/* Inner-page design system */
.content-hero {
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 7rem) 0;
  color: var(--ink);
  background: #e8e1da;
  border-bottom: 1px solid var(--line);
}

.content-hero--editorial,
.content-hero--recipe,
.content-hero--meal-plan { background: #ece6df; }
.content-hero--treatment { background: #ded6cf; }
.content-hero--program,
.content-hero--consultation { background: #eee7df; }
.content-hero--profile { background: #f1ece6; }
.content-hero--legal { background: #e6e2dd; }
.content-hero--pricing { background: #ddd4cb; }

.content-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .78fr);
  align-items: stretch;
  gap: clamp(3rem, 8vw, 9rem);
  min-height: 590px;
}

.content-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 2rem;
}

.content-hero .breadcrumbs {
  color: #514b45;
  opacity: 1;
}

.content-hero .breadcrumbs a { border-bottom: 1px solid rgb(21 20 18 / 35%); }
.content-hero .eyebrow { color: #765d4c; }
.content-hero h1 {
  max-width: 980px;
  margin-bottom: 1.8rem;
  color: #171513;
  font-size: clamp(3rem, 5.4vw, 6.4rem);
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.content-hero__lead {
  max-width: 760px;
  margin-bottom: 0;
  color: #4f4944;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.content-meta {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  color: #675f59;
  font-size: .76rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.content-meta span::before { margin-right: 1rem; content: "·"; }
.content-hero__media { min-height: 590px; margin: 0; overflow: hidden; background: #c9c0b8; }
.content-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.content-hero--profile .content-hero__media img { object-position: center top; }

.content-body { background: #fbf9f6; }
.content-body--editorial,
.content-body--recipe,
.content-body--meal-plan { background: #f8f5f1; }
.content-body--legal { background: #f1ede8; }

.content-body .article-layout { padding-block: clamp(5rem, 9vw, 10rem); }
.article-layout--wide { grid-template-columns: minmax(0, 1180px); justify-content: center; }
.prose {
  color: #39342f;
  font-family: "Avenir Next", Avenir, Montserrat, "Segoe UI", sans-serif;
  font-size: clamp(1rem, 1.12vw, 1.16rem);
  line-height: 1.78;
}

.article-layout,
.article-layout > *,
.prose,
.prose > * { min-width: 0; }
.prose > * { max-width: 100%; }
.prose p,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6,
.prose ul,
.prose ol { width: auto !important; }
.prose p,
.prose li,
.prose a,
.prose strong,
.prose em,
.prose u { overflow-wrap: anywhere; }
.prose img { max-width: 100% !important; height: auto !important; }

.prose > *:first-child { margin-top: 0; }
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  max-width: 820px;
  margin: 3.8rem 0 1.25rem;
  color: #1b1917;
  font-family: inherit;
  line-height: 1.15;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.prose h2 { font-size: clamp(2rem, 3.2vw, 3.5rem); }
.prose h3 { font-size: clamp(1.55rem, 2.4vw, 2.5rem); }
.prose h4 { font-size: clamp(1.3rem, 1.8vw, 1.8rem); }
.prose h5 { font-size: clamp(1.15rem, 1.5vw, 1.5rem); }
.prose h6 { font-size: 1rem; }
.prose p { max-width: 820px; margin-bottom: 1.6rem; }
.prose hr { width: 100%; height: 1px; margin: 2.2rem 0; border: 0; background: var(--line); }
.prose ul,
.prose ol { max-width: 820px; margin: 1.5rem 0 2rem; padding: 1.35rem 1.5rem 1.35rem 3rem; background: #eee8e1; }
.prose li { margin: .35rem 0; padding-left: .35rem; }
.prose li::marker { color: #9a7357; }
.prose blockquote { margin: 2.5rem 0; padding: 2rem clamp(1.5rem, 4vw, 3rem); border-left: 3px solid #9a7357; background: #e7ded5; }
.prose img { margin: 2.75rem 0; border-radius: 0; }
.prose > a:has(> img) { display: block; width: fit-content; }
.prose a { color: #6d4932; text-decoration-thickness: 1px; }

.prose table {
  display: table;
  width: 100%;
  margin: 2rem 0 3rem;
  overflow: visible;
  border-collapse: collapse;
  background: #eee8e1;
  font-family: inherit;
  font-size: .94rem;
}

.prose td,
.prose th { padding: 1.15rem 1.25rem; border: 1px solid #cfc1b5; vertical-align: top; }
.prose table ul { margin: 0; padding: .25rem 0 .25rem 1.4rem; background: transparent; }

.content-page--treatment .prose > p:first-of-type,
.content-page--program .prose > p:first-of-type,
.content-page--consultation .prose > p:first-of-type,
.content-page--profile .prose > p:first-of-type,
.content-page--standard .prose > p:first-of-type {
  color: #24211e;
  font-size: clamp(1.2rem, 1.65vw, 1.5rem);
  line-height: 1.65;
}

.prose > article {
  position: relative;
  margin: 2rem 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  overflow: hidden;
  background: #ebe5df;
  border-top: 1px solid #cbbcaf;
}

.prose > article h2 { margin-top: 1.5rem; font-size: clamp(1.5rem, 2.2vw, 2.25rem); }
.prose > article img { width: 100%; max-height: 460px; margin: 0 0 1.5rem; object-fit: cover; }
.prose > article time { display: block; margin-bottom: .7rem; color: #756a61; font-size: .72rem; text-transform: uppercase; }
.prose > article > i { display: none; }

.prose--treatment > h3:first-child {
  margin-top: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: #302a25;
  background: #dfd3c8;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.65;
}

.prose--packages h4 {
  margin-top: 3rem;
  padding: 1.25rem 1.5rem;
  background: #e5dbd1;
  border-left: 4px solid #9d7658;
}
.prose--packages h6 {
  margin-top: 1rem;
  padding: 1.1rem 1.5rem;
  background: #2e2925;
  color: #fff;
  font-size: 1rem;
  line-height: 1.75;
}
.prose--packages h6 em { color: #ddd2c8; font-weight: 400; }

.prose--recipe > h4,
.prose--meal-plan > h4 {
  padding-bottom: .75rem;
  border-bottom: 1px solid #a98a70;
  color: #6f4f39;
  letter-spacing: .035em;
}
.prose--recipe > strong,
.prose--meal-plan > strong { display: inline-block; margin-top: 1.5rem; color: #25211e; }

.prose--gallery,
.prose--visual-story {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: none;
}
.prose--gallery > a,
.prose--visual-story > a { display: block; min-width: 0; overflow: hidden; background: #ddd4cb; }
.prose--gallery > a img,
.prose--visual-story > a img { width: 100%; height: 100%; min-height: 260px; margin: 0; object-fit: cover; transition: transform .35s; }
.prose--gallery > a:hover img,
.prose--visual-story > a:hover img { transform: scale(1.025); }
.prose--gallery > :not(a),
.prose--visual-story > :not(a) { grid-column: 1 / -1; }

.prose--results > article {
  margin: 2.5rem 0;
  padding: clamp(2rem, 5vw, 4.5rem);
  background: #e7ded5;
  border: 0;
}
.prose--results > article > p:first-of-type { color: #28231f; font-size: clamp(1.2rem, 1.7vw, 1.55rem); }
.prose--results > article img { width: 86px; height: 86px; float: left; margin: 0 1.25rem 1rem 0; border-radius: 50%; }

.prose--legal { max-width: 900px; }
.prose--legal h2,
.prose--legal h3,
.prose--legal h4 { padding-top: 1.5rem; border-top: 1px solid #c9bbae; }
.prose--legal ol,
.prose--legal ul { max-width: 900px; background: #e6dfd8; }

.article-aside { top: 2rem; }
.aside-card { padding: clamp(2rem, 4vw, 3.5rem); background: #ded0c4; }
.aside-card .eyebrow { color: #6e513c; }
.contact-quick { padding: 1.5rem 2rem; background: #f2ede7; }

.content-card {
  overflow: hidden;
  background: #eee9e3;
  border: 1px solid #ded5cd;
}
.content-card__body,
.card-grid--listing .content-card__body { padding: clamp(1.4rem, 2.5vw, 2rem); }
.content-card__meta { color: #76553f; }
.content-card__body > p:not(.content-card__meta) { color: #5d5650; }

/* Semantic HTML price list */
.content-hero--pricing .content-hero__grid { min-height: 540px; }
.content-hero--pricing .arrow-link { margin-top: 2rem; }
.pricing-hero-note {
  display: grid;
  align-content: center;
  gap: 1.4rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: #282421;
  color: #fff;
}
.pricing-hero-note > span { color: #cdb9a8; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.pricing-hero-note div { padding-top: 1.25rem; border-top: 1px solid rgb(255 255 255 / 22%); }
.pricing-hero-note strong { font-size: 1.05rem; }
.pricing-hero-note p { margin: .35rem 0 0; color: rgb(255 255 255 / 68%); font-size: .88rem; }
.pricing-hero-note a { width: fit-content; border-bottom: 1px solid; color: #d9c7b8; font-size: .84rem; }

.price-index { position: sticky; top: 0; z-index: 20; background: #f7f3ee; border-bottom: 1px solid var(--line); }
.price-index .shell { display: grid; grid-template-columns: repeat(4, 1fr); }
.price-index a { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: center; min-height: 76px; padding: .8rem 1.1rem; border-right: 1px solid var(--line); font-size: .77rem; font-weight: 650; line-height: 1.25; text-transform: uppercase; }
.price-index a:last-child { border-right: 0; }
.price-index span { color: #9a7357; }
.price-index a:hover { background: #e9e0d7; }
.pricing-page { background: #fbf9f6; }
.price-section { padding: clamp(5rem, 9vw, 9rem) 0; scroll-margin-top: 76px; }
.price-section:nth-child(even) { background: #f0ebe5; }
.price-section__heading { display: grid; grid-template-columns: minmax(100px, .25fr) 1fr; align-items: start; gap: 2rem; margin-bottom: 4rem; }
.price-section__heading .eyebrow { color: #967055; }
.price-section__heading h2 { max-width: 1050px; margin: 0; }
.price-group { margin: 0 0 4rem clamp(0px, 8vw, 180px); }
.price-group:last-child { margin-bottom: 0; }
.price-group > h3 { margin-bottom: 1.25rem; color: #74533d; font-size: clamp(1rem, 1.4vw, 1.25rem); letter-spacing: .09em; text-transform: uppercase; }
.price-table { border-top: 1px solid #8b7b6e; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, .22fr) minmax(150px, .22fr); border-bottom: 1px solid #d5c9be; }
.price-row > * { padding: 1.15rem 1.25rem; }
.price-row > * + * { border-left: 1px solid #d5c9be; }
.price-row > span { color: #38332f; font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.price-row strong { display: block; font-weight: 560; }
.price-row small { display: block; margin-top: .25rem; color: #716962; font-size: .82rem; }
.price-row--header { color: #6d6259; background: #e7dfd7; font-size: .7rem; letter-spacing: .09em; text-transform: uppercase; }
.price-row--header > span { color: inherit; text-align: inherit; }
.price-row--package { background: #eee8e1; }
.price-row--package strong { color: #71513b; font-size: .9rem; }
.price-notes { margin: 1.5rem 0 0; padding: 1.5rem 1.5rem 1.5rem 3rem; background: #ded0c4; }
.price-cta { padding: clamp(5rem, 9vw, 9rem) 0; color: #fff; background: #292522; }
.price-cta .shell { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; }
.price-cta .eyebrow { color: #c8ad96; }
.price-cta h2 { margin-bottom: 0; }
.price-cta p { color: rgb(255 255 255 / 68%); }
.price-cta .arrow-link { margin-top: 1rem; }

@media (max-width: 980px) {
  .content-hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 3rem; }
  .content-hero__media { min-height: 0; aspect-ratio: 16 / 10; order: -1; }
  .content-hero__copy { padding-block: 0 1rem; }
  .content-hero h1 { font-size: clamp(2.8rem, 9vw, 5.2rem); }
  .price-index { position: static; }
  .price-index .shell { grid-template-columns: repeat(2, 1fr); }
  .price-index a:nth-child(2) { border-right: 0; }
  .price-index a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .price-section__heading { grid-template-columns: 1fr; gap: .4rem; }
  .price-group { margin-left: 0; }
  .price-cta .shell { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .content-hero { padding: 1rem 0 4rem; }
  .content-hero__media { width: calc(100% + 2rem); margin-left: -1rem; aspect-ratio: 4 / 3; }
  .content-hero .breadcrumbs { margin: .5rem 0 2rem; }
  .content-hero h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .content-body .article-layout { padding-block: 4.5rem; }
  .prose ul,
  .prose ol { padding: 1.25rem 1.25rem 1.25rem 2.6rem; }
  .prose table { display: block; overflow-x: auto; }
  .prose--gallery,
  .prose--visual-story { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prose--gallery > a img,
  .prose--visual-story > a img { min-height: 190px; }
  .price-section { padding-block: 4.5rem; }
  .price-row--header { display: none; }
  .price-row { grid-template-columns: repeat(2, 1fr); padding: 1.2rem 0; }
  .price-row > div { grid-column: 1 / -1; padding: .25rem 0 1rem; }
  .price-row > span { position: relative; padding: 1.8rem 0 .25rem; border-left: 0; text-align: left; }
  .price-row > span + span { padding-left: 1rem; border-left: 1px solid #d5c9be; }
  .price-row > span::before { position: absolute; top: .2rem; left: 0; color: #7d7065; content: attr(data-label); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; white-space: normal; }
  .price-row > span + span::before { left: 1rem; }
  .price-row--package { padding-inline: 1rem; }
}

@media (max-width: 500px) {
  .content-hero__media { aspect-ratio: 1 / 1; }
  .prose--gallery,
  .prose--visual-story { grid-template-columns: 1fr; }
  .price-index .shell { width: 100%; grid-template-columns: 1fr; }
  .price-index a,
  .price-index a:nth-child(2) { min-height: 58px; border-right: 0; border-bottom: 1px solid var(--line); }
  .price-index a:last-child { border-bottom: 0; }
}

/* Fitometabolic Diet — dedicated program page */
.fm-diet { color: #1c211d; background: #f7f2eb; }
.fm-hero { padding: clamp(2rem, 5vw, 5rem) 0 clamp(4.5rem, 8vw, 8rem); overflow: hidden; background: #e9ddd1; }
.fm-hero__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .85fr); gap: clamp(3.5rem, 8vw, 9rem); align-items: center; }
.fm-hero__copy { min-width: 0; padding-block: 2rem; }
.fm-hero .breadcrumbs { margin-bottom: clamp(2.5rem, 5vw, 5rem); color: #5c554f; opacity: 1; }
.fm-hero .breadcrumbs a { border-bottom: 1px solid #8e8177; }
.fm-hero__logo { width: 152px; height: auto; margin-bottom: 2.25rem; mix-blend-mode: multiply; }
.fm-hero .eyebrow { color: #667b65; }
.fm-hero h1 { max-width: 900px; margin-bottom: 2rem; font-size: clamp(3.2rem, 5.6vw, 6.5rem); font-weight: 460; line-height: .98; text-wrap: balance; }
.fm-hero h1 span { color: #59705a; font-weight: 380; }
.fm-hero__lead { max-width: 760px; margin-bottom: 0; color: #4d504d; font-size: clamp(1.08rem, 1.5vw, 1.32rem); line-height: 1.65; }
.fm-actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.75rem; }
.fm-actions .arrow-link { width: min(100%, 470px); background: #263b2f; color: #fff; }
.fm-actions .text-link { flex: 0 0 auto; color: #304a38; }
.fm-hero__media { position: relative; min-height: 720px; margin: 0; overflow: hidden; background: #c8b9ac; }
.fm-hero__media::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgb(21 30 23 / 34%), transparent 45%); content: ""; }
.fm-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.fm-hero__media figcaption { position: absolute; right: 2rem; bottom: 1.7rem; left: 2rem; z-index: 1; max-width: 360px; color: #fff; font-size: .82rem; }

.fm-facts { padding: 2.4rem 0; color: #fff; background: #263b2f; }
.fm-facts__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.fm-facts__grid div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.4rem; min-height: 82px; padding: .5rem clamp(1.5rem, 4vw, 4rem); border-right: 1px solid rgb(255 255 255 / 20%); }
.fm-facts__grid div:first-child { padding-left: 0; }
.fm-facts__grid div:last-child { padding-right: 0; border-right: 0; }
.fm-facts strong { color: #d6bda8; font-size: clamp(2.2rem, 3.8vw, 4rem); font-weight: 450; letter-spacing: -.05em; line-height: 1; white-space: nowrap; }
.fm-facts span { max-width: 180px; color: rgb(255 255 255 / 76%); font-size: .82rem; line-height: 1.4; }

.fm-section { padding: clamp(6rem, 10vw, 11rem) 0; }
.fm-section__heading { max-width: 1000px; }
.fm-section__heading .eyebrow { color: #75836f; }
.fm-section__heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4.5vw, 5.2rem); text-wrap: balance; }
.fm-section__heading--row { display: grid; grid-template-columns: 1fr minmax(270px, .45fr); align-items: end; gap: clamp(3rem, 8vw, 9rem); max-width: none; margin-bottom: 5rem; }
.fm-section__heading--row > p { max-width: 430px; margin: 0; color: #4e534e; }
.fm-intro__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); align-items: start; gap: clamp(4rem, 10vw, 12rem); }
.fm-intro__text { padding-top: .6rem; }
.fm-intro__text p { color: #50534f; }
.fm-lead { color: #29352d !important; font-size: clamp(1.2rem, 1.7vw, 1.55rem); line-height: 1.6; }

.fm-principles { padding: clamp(6rem, 10vw, 11rem) 0; background: #d9c8b9; }
.fm-principles__grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #9e8a7a; border-bottom: 1px solid #9e8a7a; }
.fm-principle { min-width: 0; padding: 2.25rem clamp(1.2rem, 2vw, 2rem) 2.5rem; border-right: 1px solid #ad9989; }
.fm-principle:first-child { padding-left: 0; }
.fm-principle:last-child { padding-right: 0; border-right: 0; }
.fm-principle > span { color: #6b7d68; font-size: .7rem; letter-spacing: .12em; }
.fm-principle h3 { min-height: 3.2rem; margin: 1.5rem 0 1rem; font-size: clamp(1.25rem, 1.6vw, 1.65rem); }
.fm-principle p { margin: 0; color: #514b46; font-size: .9rem; line-height: 1.65; }

.fm-phases { background: #f5f0e9; }
.fm-phases .fm-section__heading { margin-bottom: 5rem; }
.fm-phases__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #8f8177; }
.fm-phases article { position: relative; min-height: 390px; padding: 2rem clamp(1.5rem, 3vw, 3.5rem) 3rem; border-right: 1px solid #c7b9ad; }
.fm-phases article:first-child { padding-left: 0; }
.fm-phases article:last-child { padding-right: 0; border-right: 0; }
.fm-phases article > span { color: #75836f; font-size: .75rem; letter-spacing: .12em; }
.fm-phase__duration { margin: 4.5rem 0 .6rem; color: #8e7968; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.fm-phases h3 { margin-bottom: 1.3rem; font-size: clamp(2rem, 3vw, 3.3rem); font-weight: 470; }
.fm-phases article p:last-child { max-width: 360px; color: #5c5752; }
.fm-note { max-width: 760px; margin: 2rem 0 0; color: #776f68; font-size: .8rem; }

.fm-science { padding: clamp(6rem, 10vw, 11rem) 0; color: #f7f2eb; background: #213229; }
.fm-science__grid { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr); align-items: center; gap: clamp(4rem, 10vw, 12rem); }
.fm-science figure { min-height: 720px; margin: 0; overflow: hidden; }
.fm-science figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.fm-science .eyebrow { color: #d0b39c; }
.fm-science h2 { max-width: 780px; margin-bottom: 2rem; font-size: clamp(2.8rem, 4.5vw, 5.4rem); }
.fm-science__grid > div > p:not(.eyebrow) { max-width: 700px; color: rgb(255 255 255 / 68%); }
.fm-parameters { display: grid; grid-template-columns: repeat(2, 1fr); margin: 3rem 0 0; padding: 0; border-top: 1px solid rgb(255 255 255 / 22%); list-style: none; }
.fm-parameters li { display: grid; grid-template-columns: 2rem 1fr; gap: .9rem; padding: 1.15rem 1rem 1.15rem 0; border-bottom: 1px solid rgb(255 255 255 / 18%); color: rgb(255 255 255 / 86%); }
.fm-parameters li:nth-child(odd) { border-right: 1px solid rgb(255 255 255 / 18%); }
.fm-parameters li:nth-child(even) { padding-left: 1.25rem; }
.fm-parameters span { color: #d0b39c; font-size: .7rem; }

.fm-personal { background: #eee4da; }
.fm-personal__grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(420px, 1fr); gap: clamp(4rem, 11vw, 13rem); align-items: start; }
.fm-personal h2 { margin-bottom: 2rem; }
.fm-personal .arrow-link { margin-top: 2rem; }
.fm-checklist { margin: 0; padding: 0; border-top: 1px solid #9e8e80; list-style: none; }
.fm-checklist li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.25rem; align-items: center; min-height: 92px; padding: 1rem 0; border-bottom: 1px solid #b9aa9d; }
.fm-checklist span { color: #71806d; font-size: .72rem; }
.fm-checklist strong { font-size: clamp(1rem, 1.35vw, 1.25rem); font-weight: 520; }

.fm-audience { padding: clamp(6rem, 10vw, 10rem) 0; background: #c8d0c4; }
.fm-audience__grid { display: grid; grid-template-columns: minmax(120px, .22fr) minmax(0, 1fr) minmax(260px, .38fr); gap: clamp(2.5rem, 6vw, 7rem); align-items: start; }
.fm-audience .eyebrow { color: #526653; }
.fm-audience h2 { margin: 0; font-size: clamp(2.3rem, 3.8vw, 4.4rem); }
.fm-audience__grid > p:last-child { margin: .5rem 0 0; color: #4e574f; }

.fm-cta { padding: clamp(6rem, 10vw, 10rem) 0; color: #fff; background: #1b1f1c; }
.fm-cta__grid { display: grid; grid-template-columns: 1fr minmax(320px, .55fr); gap: clamp(4rem, 10vw, 12rem); align-items: end; }
.fm-cta .eyebrow { color: #d0b39c; }
.fm-cta h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); }
.fm-cta__grid > div:last-child > p { color: rgb(255 255 255 / 66%); }
.fm-cta .arrow-link { margin-top: 2rem; }

@media (max-width: 1100px) {
  .fm-hero__grid { grid-template-columns: 1fr; }
  .fm-hero__media { min-height: 0; aspect-ratio: 16 / 10; order: -1; }
  .fm-hero .breadcrumbs { margin-bottom: 2.5rem; }
  .fm-principles__grid { grid-template-columns: repeat(2, 1fr); border-bottom: 0; }
  .fm-principle { border-bottom: 1px solid #ad9989; }
  .fm-principle:nth-child(2n) { border-right: 0; }
  .fm-principle:first-child { padding-left: clamp(1.2rem, 2vw, 2rem); }
  .fm-principle:last-child { padding-right: clamp(1.2rem, 2vw, 2rem); border-right: 1px solid #ad9989; }
  .fm-science__grid { gap: 4rem; }
  .fm-science figure { min-height: 600px; }
  .fm-audience__grid { grid-template-columns: 1fr 2fr; }
  .fm-audience__grid > p:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .fm-hero { padding-top: 1rem; }
  .fm-hero__grid { gap: 2.5rem; }
  .fm-hero__media { width: calc(100% + 2rem); margin-left: -1rem; aspect-ratio: 4 / 3; }
  .fm-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .fm-actions { align-items: stretch; flex-direction: column; }
  .fm-actions .text-link { align-self: flex-start; }
  .fm-facts__grid { grid-template-columns: 1fr; }
  .fm-facts__grid div, .fm-facts__grid div:first-child, .fm-facts__grid div:last-child { padding: 1.2rem 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 18%); }
  .fm-facts__grid div:last-child { border-bottom: 0; }
  .fm-intro__grid, .fm-section__heading--row, .fm-personal__grid, .fm-cta__grid { grid-template-columns: 1fr; gap: 3rem; }
  .fm-principles__grid { grid-template-columns: 1fr; }
  .fm-principle, .fm-principle:first-child, .fm-principle:last-child, .fm-principle:nth-child(2n) { padding: 1.75rem 0; border-right: 0; }
  .fm-principle h3 { min-height: 0; }
  .fm-phases__grid { grid-template-columns: 1fr; }
  .fm-phases article, .fm-phases article:first-child, .fm-phases article:last-child { min-height: 0; padding: 2rem 0 3rem; border-right: 0; border-bottom: 1px solid #c7b9ad; }
  .fm-phase__duration { margin-top: 2.5rem; }
  .fm-science__grid { grid-template-columns: 1fr; }
  .fm-science figure { min-height: 0; aspect-ratio: 4 / 3; }
  .fm-parameters { grid-template-columns: 1fr; }
  .fm-parameters li:nth-child(odd) { border-right: 0; }
  .fm-parameters li:nth-child(even) { padding-left: 0; }
  .fm-audience__grid { grid-template-columns: 1fr; }
  .fm-audience__grid > p:last-child { grid-column: auto; }
}

/* Programs — dedicated comparison page */
.programs { color: #1d1b19; background: #f6f1eb; }
.programs-hero { padding: clamp(2rem, 5vw, 5rem) 0 clamp(5rem, 9vw, 9rem); overflow: hidden; background: #e5d8cc; }
.programs-hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .78fr); align-items: center; gap: clamp(4rem, 9vw, 10rem); }
.programs-hero__copy { min-width: 0; padding-block: 2rem; }
.programs-hero .breadcrumbs { margin-bottom: clamp(3rem, 6vw, 6rem); color: #5d554e; opacity: 1; }
.programs-hero .breadcrumbs a { border-bottom: 1px solid #8e7d6e; }
.programs-hero .eyebrow { color: #80634f; }
.programs-hero h1 { max-width: 960px; margin-bottom: 2rem; font-size: clamp(3.4rem, 5.8vw, 6.7rem); font-weight: 460; line-height: .98; text-wrap: balance; }
.programs-hero h1 span { color: #8b654b; font-weight: 370; }
.programs-hero__lead { max-width: 760px; color: #514b46; font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.68; }
.programs-hero__actions { display: flex; align-items: center; gap: 2rem; margin-top: 2.8rem; }
.programs-hero__actions .arrow-link { width: min(100%, 470px); color: #fff; background: #24211f; }
.programs-hero__actions .text-link { flex: 0 0 auto; }
.programs-hero__visual { position: relative; min-height: 700px; margin: 0; overflow: hidden; background: #c9bbb0; }
.programs-hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.programs-hero__visual figcaption { position: absolute; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; gap: .25rem; padding: 1.5rem; color: #fff; background: rgb(27 25 23 / 78%); backdrop-filter: blur(8px); }
.programs-hero__visual figcaption strong { font-size: 1rem; }
.programs-hero__visual figcaption span { color: rgb(255 255 255 / 72%); font-size: .8rem; }

.programs-promise { padding: 2.3rem 0; color: #fff; background: #282421; }
.programs-promise__grid { display: grid; grid-template-columns: minmax(260px, .45fr) 1fr; gap: clamp(2rem, 7vw, 8rem); align-items: center; }
.programs-promise p { margin: 0; color: #cfb39e; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.programs-promise strong { max-width: 900px; font-size: clamp(1.1rem, 1.65vw, 1.5rem); font-weight: 480; }

.programs-index { position: sticky; top: 0; z-index: 20; color: #302b27; background: rgb(240 233 226 / 95%); border-bottom: 1px solid #cbbdb1; backdrop-filter: blur(12px); }
.programs-index .shell { display: grid; grid-template-columns: repeat(5, 1fr); }
.programs-index a { display: grid; grid-template-columns: auto 1fr; gap: .65rem; align-items: center; min-height: 76px; padding: .75rem 1rem; border-right: 1px solid #cbbdb1; font-size: .7rem; font-weight: 650; line-height: 1.3; text-transform: uppercase; }
.programs-index a:first-child { padding-left: 0; }
.programs-index a:last-child { padding-right: 0; border-right: 0; }
.programs-index a:hover { color: #7c583f; }
.programs-index span { color: #9c7457; }

.programs-included { padding: clamp(6rem, 10vw, 11rem) 0; background: #f7f2ec; }
.programs-included__grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: clamp(4rem, 11vw, 13rem); align-items: start; }
.programs-included .eyebrow { color: #8b654b; }
.programs-included h2 { margin-bottom: 2rem; font-size: clamp(2.7rem, 4.4vw, 5rem); text-wrap: balance; }
.programs-included__grid > div > p:last-child { max-width: 650px; color: #5e5852; }
.programs-included__list { margin: 0; padding: 0; border-top: 1px solid #9f8f82; list-style: none; }
.programs-included__list li { display: grid; grid-template-columns: 3rem 1fr; gap: 1.2rem; align-items: center; min-height: 94px; padding: 1rem 0; border-bottom: 1px solid #c8bbb0; }
.programs-included__list span { color: #9a6f52; font-size: .7rem; letter-spacing: .1em; }
.programs-included__list strong { font-size: clamp(1rem, 1.3vw, 1.22rem); font-weight: 520; }

.programs-category { padding: clamp(6rem, 9vw, 9rem) 0; scroll-margin-top: 76px; background: #ede5de; }
.programs-category:nth-child(even) { background: #ded2c7; }
.programs-category--exclusive { color: #fff; background: #263129 !important; }
.programs-category__heading { display: grid; grid-template-columns: minmax(80px, .16fr) minmax(0, 1fr) minmax(260px, .38fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; margin-bottom: clamp(3.5rem, 7vw, 7rem); }
.programs-category__number { margin: .35rem 0 0; color: #9b7458; font-size: .78rem; letter-spacing: .13em; }
.programs-category__heading .eyebrow { color: #8b654b; }
.programs-category__heading h2 { max-width: 930px; margin: 0; font-size: clamp(2.5rem, 4vw, 4.6rem); text-wrap: balance; }
.programs-category__heading > p:last-child { margin: .35rem 0 0; color: #605952; }
.programs-category--exclusive .programs-category__number,
.programs-category--exclusive .programs-category__heading .eyebrow { color: #d2b49f; }
.programs-category--exclusive .programs-category__heading > p:last-child { color: rgb(255 255 255 / 66%); }

.programs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; }
.programs-grid--exclusive { grid-template-columns: 1fr; }
.program-card { display: flex; min-width: 0; min-height: 520px; flex-direction: column; padding: clamp(2rem, 3.5vw, 3.5rem); background: #f4efe9; border-top: 1px solid #9e8c7d; }
.programs-category:nth-child(even) .program-card { background: #ebe2da; }
.program-card__top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 3.5rem; }
.program-card__index { margin: 0; color: #9a6f52; font-size: .7rem; letter-spacing: .12em; }
.program-card__count { padding: .45rem .7rem; color: #635950; border: 1px solid #b9a99c; font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }
.program-card h3 { max-width: 700px; margin-bottom: 2rem; font-size: clamp(1.8rem, 2.7vw, 3rem); font-weight: 480; text-wrap: balance; }
.program-card__label { margin-bottom: .8rem; color: #8c6850; font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }
.program-card__features { display: grid; gap: 0; margin: 0 0 3rem; padding: 0; list-style: none; }
.program-card__features li { position: relative; padding: .75rem 0 .75rem 1.35rem; border-bottom: 1px solid #d0c4ba; color: #504a45; font-size: .9rem; }
.program-card__features li::before { position: absolute; top: 1.36rem; left: 0; width: .38rem; height: .38rem; background: #8b6a52; border-radius: 50%; content: ""; }
.program-card__price { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: auto; background: #cbbdb1; border: 1px solid #cbbdb1; }
.program-card__price > div { display: grid; align-content: space-between; gap: 1rem; min-height: 112px; padding: 1rem 1.2rem; background: #e8dfd7; }
.program-card__price span { color: #6d655f; font-size: .63rem; line-height: 1.35; text-transform: uppercase; }
.program-card__price strong { font-size: clamp(1.25rem, 2vw, 1.9rem); font-weight: 520; font-variant-numeric: tabular-nums; }
.program-card .text-link { align-self: flex-start; margin-top: 2rem; }
.program-card--exclusive { min-height: 0; padding: clamp(2.5rem, 5vw, 5rem); color: #fff; background: #344239 !important; border-color: #d2b49f; }
.program-card--exclusive .program-card__top { margin-bottom: 2rem; }
.program-card--exclusive h3 { font-size: clamp(2.6rem, 5vw, 5.8rem); }
.program-card--exclusive .program-card__count,
.program-card--exclusive .program-card__features li { color: rgb(255 255 255 / 78%); border-color: rgb(255 255 255 / 20%); }
.program-card--exclusive .program-card__label,
.program-card--exclusive .program-card__index { color: #d2b49f; }
.program-card--exclusive .program-card__features { grid-template-columns: repeat(2, 1fr); column-gap: 3rem; }
.program-card--exclusive .program-card__price { width: min(100%, 720px); background: rgb(255 255 255 / 20%); border-color: rgb(255 255 255 / 20%); }
.program-card--exclusive .program-card__price > div { color: #fff; background: #263129; }
.program-card--exclusive .program-card__price span { color: rgb(255 255 255 / 62%); }

.programs-choice { padding: clamp(6rem, 10vw, 11rem) 0; background: #c9d0c5; }
.programs-choice__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1fr); gap: clamp(4rem, 11vw, 13rem); align-items: start; }
.programs-choice .eyebrow { color: #536654; }
.programs-choice h2 { margin: 0; font-size: clamp(2.7rem, 4.5vw, 5.1rem); text-wrap: balance; }
.programs-choice__steps { border-top: 1px solid #7f8d7e; }
.programs-choice__steps article { display: grid; grid-template-columns: 3rem 1fr; gap: 1.4rem; padding: 1.8rem 0; border-bottom: 1px solid #9da99c; }
.programs-choice__steps span { color: #657964; font-size: .7rem; }
.programs-choice__steps h3 { margin-bottom: .6rem; font-size: 1.4rem; }
.programs-choice__steps p { margin: 0; color: #4f5a50; }

.programs-cta { padding: clamp(6rem, 10vw, 10rem) 0; color: #fff; background: #1d1b19; }
.programs-cta__grid { display: grid; grid-template-columns: 1fr minmax(320px, .52fr); gap: clamp(4rem, 10vw, 12rem); align-items: end; }
.programs-cta .eyebrow { color: #d2b49f; }
.programs-cta h2 { margin: 0; font-size: clamp(3rem, 5vw, 5.8rem); }
.programs-cta__grid > div:last-child > p { color: rgb(255 255 255 / 65%); }
.programs-cta .arrow-link { margin-top: 2rem; }

@media (max-width: 1100px) {
  .programs-hero__grid { grid-template-columns: 1fr; }
  .programs-hero__visual { min-height: 0; aspect-ratio: 16 / 10; order: -1; }
  .programs-index { position: static; }
  .programs-index .shell { grid-template-columns: repeat(2, 1fr); }
  .programs-index a { border-bottom: 1px solid #cbbdb1; }
  .programs-index a:nth-child(2n) { border-right: 0; }
  .programs-index a:first-child { padding-left: 1rem; }
  .programs-index a:last-child { padding-right: 1rem; }
  .programs-category__heading { grid-template-columns: 80px 1fr; }
  .programs-category__heading > p:last-child { grid-column: 2; }
}

@media (max-width: 780px) {
  .programs-hero { padding-top: 1rem; }
  .programs-hero__grid { gap: 2.5rem; }
  .programs-hero__visual { width: calc(100% + 2rem); margin-left: -1rem; aspect-ratio: 4 / 3; }
  .programs-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .programs-hero__actions { align-items: stretch; flex-direction: column; }
  .programs-hero__actions .text-link { align-self: flex-start; }
  .programs-promise__grid,
  .programs-included__grid,
  .programs-choice__grid,
  .programs-cta__grid { grid-template-columns: 1fr; gap: 3rem; }
  .programs-index .shell { width: 100%; grid-template-columns: 1fr; }
  .programs-index a,
  .programs-index a:nth-child(2n) { min-height: 58px; padding-inline: 1rem; border-right: 0; border-bottom: 1px solid #cbbdb1; }
  .programs-index a:last-child { border-bottom: 0; }
  .programs-category__heading { grid-template-columns: 1fr; gap: .8rem; }
  .programs-category__heading > p:last-child { grid-column: auto; margin-top: 1rem; }
  .programs-grid { grid-template-columns: 1fr; }
  .program-card { min-height: 0; padding: 1.6rem; }
  .program-card__top { margin-bottom: 2.5rem; }
  .program-card__price { grid-template-columns: 1fr; }
  .program-card--exclusive { padding: 2rem; }
  .program-card--exclusive .program-card__features { grid-template-columns: 1fr; column-gap: 0; }
}
