:root {
  --font-heading: "Cormorant Garamond", Georgia, serif;
  --font-body: "Sora", "Nunito Sans", Arial, sans-serif;
  --color-text: #2f2926;
  --color-muted: #756d63;
  --color-bg: #f8f0e6;
  --color-card: #fbf6ee;
  --color-green: #8f9c7c;
  --color-green-dark: #617052;
  --color-green-button: #6f7b5d;
  --ivory: var(--color-bg);
  --warm-cream: var(--color-card);
  --olive: var(--color-green);
  --olive-deep: var(--color-green-dark);
  --sage-light: var(--color-green);
  --dark-brown: var(--color-text);
  --muted-text: var(--color-muted);
  --cream-glow: rgba(255, 251, 246, 0.82);
  --line: rgba(51, 44, 38, 0.1);
  --line-strong: rgba(51, 44, 38, 0.16);
  --shadow-soft: 0 24px 56px rgba(68, 56, 42, 0.08);
  --shadow-panel: 0 16px 42px rgba(68, 56, 42, 0.1);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --site-max-width: 1160px;
  --site-narrow-width: 920px;
  --page-padding: clamp(1.1rem, 3vw, 2rem);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 108px,
      rgba(111, 123, 93, 0.018) 109px
    );
  pointer-events: none;
  z-index: -1;
}

body[data-lang="en"] {
  background: var(--color-bg);
}

body.is-menu-open,
body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.72;
}

ul {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--muted-text);
}

li + li {
  margin-top: 0.8rem;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
  color: var(--color-text);
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(3.5rem, 9vw, 6.4rem);
  line-height: 0.94;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 4.35rem);
  line-height: 0.98;
}

h3 {
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  line-height: 1.04;
}

.eyebrow,
.discovery-meta,
.testimonial-language,
.testimonial-tag,
.footer-quote-author {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
}

html,
body {
  font-family: var(--font-body) !important;
  color: var(--color-text) !important;
  background: var(--color-bg) !important;
}

body,
p,
li,
.card-text,
.service-card p,
.pain-card p,
.about-text,
.approach-card p,
.testimonial-card p,
.faq-row,
.accordion-row,
.call-text,
.service-overview,
.hero-copy,
.hero-support-line {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  color: var(--color-text) !important;
}

p,
.body-copy,
.section-copy,
.about-text p {
  font-size: 15px !important;
  line-height: 1.72 !important;
  letter-spacing: -0.01em !important;
}

.hero-text,
.hero-text p,
.hero-text li,
.hero-story-copy p,
.hero-story-copy li,
.hero-copy,
.hero-key-points li {
  font-size: 14px !important;
  line-height: 1.68 !important;
  letter-spacing: -0.01em !important;
}

.hero-lead-small,
.section-subtitle,
.card-eyebrow,
.hero-support-line,
.service-overview {
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: var(--color-muted) !important;
}

.pain-card p {
  font-size: 12px !important;
  line-height: 1.45 !important;
  letter-spacing: -0.005em !important;
}

.service-card p {
  font-size: 13px !important;
  line-height: 1.58 !important;
}

.foundation-card p,
.approach-card p {
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}

.faq-row,
.accordion-row,
.faq-question,
.faq-accordion summary {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  color: var(--color-text) !important;
}

.nav-link,
.navbar a,
.nav-menu a,
.site-nav a,
.site-nav .nav-link-button {
  font-family: var(--font-body) !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--color-muted) !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.logo,
.site-logo,
.brand,
.brand-mark {
  font-family: var(--font-heading) !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em !important;
  color: var(--color-text) !important;
}

.nav-cta,
.header-cta,
.navbar .button,
.book-call-button,
.site-nav .nav-cta {
  font-family: var(--font-body) !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  background: var(--color-green-button) !important;
}

.section-title,
.hero-title,
.pain-title,
.pain-begin,
.services-title,
.approach-title,
.about-title,
.testimonials-title,
.faq-title,
.call-title {
  font-family: var(--font-heading) !important;
  font-weight: 400 !important;
  color: var(--color-text) !important;
  letter-spacing: -0.035em !important;
}

.hero-title {
  font-size: 58px !important;
  line-height: 0.92 !important;
  text-align: center !important;
}

.section-title,
.services-title,
.approach-title,
.about-title,
.testimonials-title,
.faq-title {
  font-size: 48px !important;
  line-height: 0.92 !important;
}

.pain-title {
  font-size: 42px !important;
  line-height: 0.94 !important;
  color: var(--color-bg) !important;
}

.pain-begin,
.begin-here {
  font-family: var(--font-heading) !important;
  font-size: 42px !important;
  line-height: 0.95 !important;
  font-weight: 400 !important;
  letter-spacing: -0.035em !important;
  color: var(--color-bg) !important;
  text-align: right !important;
}

.call-title {
  font-size: 38px !important;
  line-height: 0.95 !important;
  color: var(--color-bg) !important;
}

.card-title,
.service-card h3,
.pain-card h3,
.testimonial-card h3 {
  font-family: var(--font-heading) !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
  color: var(--color-text) !important;
}

.service-card h3 {
  font-size: 27px !important;
  line-height: 1 !important;
}

.pain-card h3 {
  font-size: 18px !important;
  line-height: 1 !important;
}

.testimonial-card h3,
.testimonial-card .quote-title {
  font-size: 25px !important;
  line-height: 1.02 !important;
}

.section-kicker,
.kicker,
.eyebrow,
.hero-eyebrow,
.section-heading .eyebrow {
  font-family: var(--font-body) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: var(--color-muted) !important;
}

.section-title span,
.hero-title span {
  display: block;
}

.hero-title span {
  white-space: nowrap;
}

.green-section .section-kicker,
.pain-section .section-kicker,
.testimonials-section .section-kicker,
.section-sage .eyebrow,
.section-sage .section-kicker {
  color: var(--color-bg) !important;
}

.site-shell {
  width: 100%;
  min-height: 100vh;
}

.section {
  width: 100%;
  padding: clamp(4rem, 9vw, 6.2rem) 0;
}

.section-cream {
  background: transparent;
}

.section-warm {
  background: transparent;
}

.section-sage {
  background: var(--sage-light);
}

.section-olive {
  background: transparent;
}

.section-inner,
.site-header,
.site-footer-grid,
.footer-contact-band-inner {
  width: min(var(--site-max-width), calc(100vw - (var(--page-padding) * 2)));
  margin: 0 auto;
}

.hero-head,
.hero-story,
.credibility-strip-inner {
  width: min(860px, calc(100vw - (var(--page-padding) * 2)));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 1rem;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(51, 44, 38, 0.08);
  background: rgba(252, 247, 240, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 10px 28px rgba(68, 56, 42, 0.08);
}

body[data-lang="en"] .site-header {
  width: min(1490px, 77vw);
  margin-top: 1.55rem;
  padding: 1rem 1.45rem;
  background: rgba(251, 248, 241, 0.92);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  margin-left: auto;
}

.site-nav a,
.site-nav .nav-link-button {
  color: var(--muted-text);
  font-size: 0.84rem;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav .nav-link-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav .nav-link-button:hover,
.site-nav .nav-link-button:focus-visible {
  color: var(--dark-brown);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.nav-cta {
  background: var(--olive);
  color: var(--ivory) !important;
  box-shadow: 0 10px 20px rgba(80, 92, 64, 0.18);
}

.nav-cta:hover,
.nav-cta:focus-visible,
.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.22rem;
  border-radius: 999px;
  border: 1px solid rgba(51, 44, 38, 0.08);
  background: rgba(255, 250, 244, 0.92);
}

.lang-option {
  min-width: 2.7rem;
  min-height: 2.2rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-text);
  font-family: "Raleway", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
}

.lang-option.is-active {
  background: var(--olive);
  color: var(--ivory);
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--dark-brown);
  cursor: pointer;
}

body[data-lang="it"] .site-header {
  width: min(1430px, calc(100vw - 128px));
  min-height: 5.1rem;
  margin-top: 1.2rem;
  padding: 0.9rem 1rem 0.9rem 1.7rem;
  gap: 0.95rem;
  background: rgba(252, 248, 241, 0.96);
  box-shadow: 0 14px 34px rgba(68, 56, 42, 0.09);
}

body[data-lang="it"] .brand-mark {
  font-size: 3rem;
}

body[data-lang="it"] .site-nav {
  flex: 1;
  min-width: 0;
  justify-content: center;
  gap: 1.28rem;
}

body[data-lang="it"] .site-nav a,
body[data-lang="it"] .site-nav .nav-link-button {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.11em;
}

body[data-lang="it"] .nav-cta {
  flex-shrink: 0;
  min-height: 4rem;
  padding: 0.95rem 2rem;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
}

body[data-lang="it"] .header-controls {
  flex-shrink: 0;
  gap: 0.7rem;
}

body[data-lang="it"] .lang-switch {
  gap: 0.28rem;
  padding: 0.24rem;
  background: rgba(255, 250, 244, 0.96);
}

body[data-lang="it"] .lang-option {
  min-width: 3rem;
  min-height: 3rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.hero {
  padding-top: clamp(3.4rem, 7vw, 4.4rem);
}

.hero-head {
  display: grid;
  gap: 0.7rem;
  text-align: center;
}

.hero-head .eyebrow {
  font-size: 0.72rem;
  color: var(--muted-text);
}

.hero-head h1 {
  max-width: 9.3ch;
  margin: 0 auto;
  font-size: clamp(3.25rem, 7.6vw, 5.25rem);
  line-height: 0.94;
}

.hero-story {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(290px, 0.78fr);
  gap: clamp(2rem, 4.2vw, 3.6rem);
  align-items: center;
  margin-top: 1.9rem;
}

.hero-story-copy {
  display: grid;
  gap: 1.05rem;
  max-width: 31rem;
}

.hero-support-line {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted-text);
}

.hero-copy {
  font-size: 0.96rem;
  line-height: 1.72;
}

.hero-key-points {
  display: grid;
  gap: 0.2rem;
  padding-left: 1.1rem;
}

.hero-key-points li {
  font-size: 0.92rem;
  line-height: 1.62;
}

.hero-visual {
  position: relative;
}

.hero-image-panel {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  aspect-ratio: 0.84;
  object-fit: cover;
  object-position: center;
  border-radius: calc(var(--radius-xl) + 6px);
  box-shadow: var(--shadow-panel);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

body[data-lang="it"] .hero {
  padding-top: clamp(4.25rem, 8vw, 5.35rem);
}

body[data-lang="it"] .hero-head {
  gap: 0.7rem;
}

body[data-lang="it"] .hero-head .eyebrow {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

body[data-lang="it"] .hero-head h1 {
  max-width: none;
  font-size: clamp(4.1rem, 7vw, 5.15rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  font-weight: 400;
}

body[data-lang="it"] .hero-head h1 span {
  display: block;
  white-space: nowrap;
}

body[data-lang="it"] .hero-story {
  width: min(865px, calc(100vw - (var(--page-padding) * 2)));
  grid-template-columns: 428px 356px;
  gap: 4rem;
  align-items: start;
  margin-top: 2rem;
}

body[data-lang="it"] .hero-story-copy {
  gap: 1rem;
  max-width: 428px;
}

body[data-lang="it"] .hero-support-line {
  font-size: 0.94rem;
  line-height: 1.52;
}

body[data-lang="it"] .hero-copy,
body[data-lang="it"] .hero-key-points li {
  font-size: 0.95rem;
  line-height: 1.66;
}

body[data-lang="it"] .hero-key-points {
  gap: 0.1rem;
  padding-left: 1rem;
}

body[data-lang="it"] .hero-image-panel {
  aspect-ratio: 0.82;
  border-radius: 24px;
}

body[data-lang="en"] .hero {
  padding-top: clamp(5.2rem, 8.8vw, 6.2rem);
}

body[data-lang="en"] .hero-head {
  width: min(920px, calc(100vw - (var(--page-padding) * 2)));
  gap: 1.15rem;
}

body[data-lang="en"] .hero-head .eyebrow {
  font-size: 0.82rem;
  letter-spacing: 0.16em;
}

body[data-lang="en"] .hero-head h1 {
  max-width: 17.5ch;
  font-size: clamp(4.9rem, 6vw, 5.4rem);
  line-height: 0.96;
}

body[data-lang="en"] .hero-story {
  width: min(1160px, calc(100vw - (var(--page-padding) * 2)));
  grid-template-columns: 520px 440px;
  gap: clamp(5rem, 8vw, 8.6rem);
  align-items: start;
  margin-top: 4.1rem;
}

body[data-lang="en"] .hero-story-copy {
  max-width: 520px;
  gap: 1.35rem;
}

body[data-lang="en"] .hero-support-line {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

body[data-lang="en"] .hero-copy {
  font-size: 1rem;
  line-height: 1.74;
  color: var(--dark-brown);
}

body[data-lang="en"] .hero-key-points {
  gap: 0.42rem;
  padding-left: 1.2rem;
}

body[data-lang="en"] .hero-key-points li {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--dark-brown);
}

body[data-lang="en"] .hero-image-panel {
  max-width: 458px;
  margin-left: 0;
}

.credibility-strip {
  padding: 0.9rem 0 1.35rem;
}

.credibility-strip-inner {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(51, 44, 38, 0.08);
  justify-items: start;
  text-align: left;
}

.credibility-line-primary,
.credibility-line-secondary {
  color: var(--muted-text);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.support-section {
  padding-top: clamp(3.9rem, 8vw, 5.2rem);
  padding-bottom: clamp(3.8rem, 8vw, 5.4rem);
}

.support-section__inner {
  display: grid;
  gap: 2rem;
}

.support-opening,
.support-closing {
  font-size: clamp(2.35rem, 4.6vw, 4.1rem);
  line-height: 1.02;
  color: var(--ivory);
}

.support-opening {
  max-width: none;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.support-closing {
  justify-self: end;
}

.support-grid,
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.pain-card,
.foundation-card,
.service-card,
.video-testimonial,
.story-placeholder-card,
.faq-accordion,
.site-footer-grid,
.discovery-card,
.pricing-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.pain-card {
  padding: 1.4rem 1.2rem;
  background: rgba(246, 239, 229, 0.98);
  border: 1px solid rgba(246, 239, 229, 0.8);
  cursor: default;
  transition: none;
}

.pain-card h3 {
  font-size: 1.5rem;
  line-height: 1.08;
  margin-bottom: 0.62rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.pain-card p {
  font-size: 0.97rem;
  line-height: 1.58;
  color: rgba(51, 44, 38, 0.88);
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 2.25rem;
}

.section-heading h2 {
  max-width: 13ch;
}

.section-heading > p {
  max-width: 64rem;
  font-size: 1.02rem;
}

.section-heading .eyebrow {
  font-size: 0.78rem;
  color: var(--muted-text);
}

#services .section-heading h2,
#faq .section-heading h2 {
  max-width: none;
}

#services .section-heading > p,
#approach .section-heading > p {
  max-width: none;
  white-space: nowrap;
}

#approach .section-heading h2 {
  max-width: 9ch;
}

#about .section-heading h2 {
  max-width: 8.6ch;
}

#testimonials .section-heading h2 {
  max-width: 8.6ch;
}

.offer-card {
  display: grid;
  gap: 1.5rem;
  padding: 1.75rem;
  background: rgba(255, 251, 246, 0.86);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

.offer-card-primary {
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 1.65rem;
  margin-bottom: 1.4rem;
}

.offer-card-primary-copy {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.offer-card-primary-copy h3 {
  font-size: clamp(2rem, 3.2vw, 2.75rem);
}

.offer-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.service-overview {
  font-size: 1.02rem;
  color: var(--dark-brown);
  font-weight: 500;
}

.service-media,
.about-portrait,
.discovery-visual {
  width: 100%;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(51, 44, 38, 0.06);
  background-color: #ddd6ca;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.service-media-bodywork {
  aspect-ratio: 1.04;
  object-position: center;
}

.service-media-nutrition,
.service-media-integration {
  aspect-ratio: 1.38;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.info-accordion {
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid rgba(51, 44, 38, 0.08);
  background: rgba(255, 251, 246, 0.9);
  box-shadow: 0 8px 20px rgba(68, 56, 42, 0.05);
}

.info-accordion summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  padding: 1rem 1.2rem;
  list-style: none;
  cursor: pointer;
  color: var(--dark-brown);
  font-weight: 600;
}

.info-accordion summary::-webkit-details-marker {
  display: none;
}

.info-accordion summary::after {
  content: "▾";
  margin-left: auto;
  color: var(--muted-text);
  transition: transform 240ms ease;
}

.info-accordion[open] summary::after {
  transform: rotate(180deg);
}

.info-accordion p,
.info-accordion .service-detail-list {
  margin: 0 1.2rem;
}

.info-accordion p {
  padding-bottom: 0.8rem;
}

.service-detail-list {
  padding: 0 0 1.35rem 1.2rem;
  margin-top: 0;
}

.service-detail-list li {
  padding-left: 0.15rem;
}

.foundation-section {
  position: relative;
  overflow: hidden;
}

.foundation-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(246, 239, 229, 0.78), rgba(246, 239, 229, 0.78)),
    url("./assets/photos/approach-seminar.png");
  background-size: cover;
  background-position: center;
  opacity: 0.58;
  pointer-events: none;
}

.foundation-section > * {
  position: relative;
}

.foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.foundation-card {
  padding: 1.55rem 1.35rem;
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

.foundation-card h3 {
  font-size: 1.36rem;
  margin-bottom: 0.6rem;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.about-portrait {
  aspect-ratio: 0.82;
  background-position: center top;
}

.about-copy {
  display: grid;
  gap: 1.1rem;
}

.about-intro {
  color: var(--dark-brown);
  font-size: 1.03rem;
}

.about-support-copy strong {
  color: var(--dark-brown);
}

.testimonials-section .section-heading h2,
.faq-section .section-heading h2 {
  max-width: none;
}

.testimonials-section .section-heading .eyebrow,
.testimonials-section .section-heading h2,
.faq-section .section-heading h2,
.faq-section .section-heading .eyebrow,
.section-sage .support-opening,
.section-sage .support-closing {
  color: var(--ivory);
}

.testimonials-section .section-heading p {
  color: rgba(246, 239, 229, 0.86);
}

.testimonial-videos {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.6rem;
}

.video-testimonial,
.story-placeholder-card {
  padding: 1.5rem;
  background: rgba(246, 239, 229, 0.98);
  border: 1px solid rgba(246, 239, 229, 0.82);
}

.video-testimonial {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) minmax(0, 1.22fr);
  gap: 1.5rem;
  align-items: center;
}

.video-frame {
  position: relative;
  border-radius: calc(var(--radius-lg) - 6px);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.26);
}

.testimonial-video {
  width: 100%;
  aspect-ratio: 0.73;
  object-fit: cover;
}

.video-play-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.play-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(246, 239, 229, 0.92);
  box-shadow: 0 18px 40px rgba(68, 56, 42, 0.14);
  position: relative;
}

.play-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-left: 1.35rem solid var(--dark-brown);
}

.testimonial-copy-block,
.story-placeholder-copy {
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.testimonial-tag {
  justify-self: start;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.92);
  color: var(--dark-brown);
  font-size: 0.78rem;
}

.testimonial-language {
  color: var(--olive-deep);
  font-size: 0.82rem;
}

.testimonial-copy-block h3,
.story-placeholder-copy h3 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.testimonial-copy-block p:empty,
.story-placeholder-copy p:empty,
.testimonial-copy-block .testimonial-tag:empty {
  display: none;
}

.testimonial-caption {
  color: var(--muted-text);
  font-size: 0.92rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-accordion {
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

.faq-accordion summary {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 500;
  gap: 1rem;
}

.faq-accordion summary::after {
  margin-left: auto;
}

.faq-accordion p + p {
  margin-top: 0.55rem;
}

.discovery-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr);
  gap: 1.8rem;
  padding: 1.8rem;
  background: var(--olive-deep);
  border: 1px solid rgba(111, 123, 93, 0.26);
}

.discovery-copy {
  display: grid;
  gap: 0.9rem;
  align-content: center;
}

.discovery-copy .eyebrow,
.discovery-meta,
.discovery-copy h2,
.discovery-copy p {
  color: var(--ivory);
}

.call-note {
  color: rgba(246, 239, 229, 0.86);
}

.discovery-copy .button-primary {
  background: var(--ivory);
  color: var(--dark-brown);
  width: fit-content;
}

.discovery-visual {
  aspect-ratio: 1.16;
}

.site-footer {
  padding: 0 0 0.9rem;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.88fr);
  gap: 2rem;
  padding: 2rem;
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

.site-footer-copy {
  display: grid;
  gap: 0.9rem;
}

.site-footer-copy h3 {
  font-size: 2rem;
}

.footer-disclaimer {
  margin-top: 0.1rem;
  font-size: 0.98rem;
}

.footer-quote-block {
  display: grid;
  place-items: center;
  text-align: center;
  padding-left: 1.8rem;
  border-left: 1px solid rgba(51, 44, 38, 0.1);
}

.footer-quote {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  color: var(--dark-brown);
}

.footer-quote-author {
  color: var(--muted-text);
  font-size: 0.8rem;
}

.footer-contact-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--olive);
  padding: 1.7rem 0;
}

.footer-contact-band-inner {
  display: grid;
  grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.footer-newsletter-block {
  display: grid;
  gap: 0.35rem;
  color: var(--ivory);
}

.footer-newsletter-block p,
.footer-newsletter-block .eyebrow {
  color: var(--ivory);
}

.footer-band-meta {
  display: grid;
  gap: 1rem;
  margin-left: auto;
  text-align: right;
  align-items: end;
}

.footer-contact-links,
.footer-legal-links {
  display: flex;
}

.footer-contact-links {
  flex-direction: column;
  align-items: flex-end;
  gap: 0.8rem;
}

.footer-legal-links {
  justify-content: flex-end;
  gap: 1.5rem;
}

.footer-contact-links a,
.footer-legal-links a {
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: rgba(246, 239, 229, 0.38);
  text-underline-offset: 0.22em;
}

.button-primary {
  background: var(--olive);
  color: var(--ivory);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--olive-deep);
}

.button-secondary {
  background: rgba(255, 251, 246, 0.94);
  border-color: rgba(51, 44, 38, 0.12);
  color: var(--dark-brown);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(45, 40, 34, 0.28);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
  z-index: 90;
}

.modal-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.guide-modal {
  position: relative;
  width: min(100%, 640px);
  max-height: min(92vh, 880px);
  overflow: auto;
  padding: 1.8rem;
  border-radius: calc(var(--radius-xl) + 2px);
  background: linear-gradient(180deg, rgba(255, 251, 246, 0.98), rgba(246, 239, 229, 0.98));
  border: 1px solid rgba(51, 44, 38, 0.08);
  box-shadow: 0 26px 70px rgba(45, 40, 34, 0.18);
}

.guide-modal-topbar {
  display: flex;
  justify-content: flex-end;
  min-height: 1rem;
}

.modal-close {
  border: 0;
  background: transparent;
  color: var(--muted-text);
  font-size: 1rem;
  cursor: pointer;
}

.guide-modal-copy {
  max-width: 46ch;
}

.guide-actions,
.guide-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.guide-actions {
  margin-top: 1.15rem;
}

.self-check-flow {
  display: grid;
}

.self-check-screen {
  display: none;
  gap: 1rem;
}

.self-check-screen.is-active {
  display: grid;
}

.self-check-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.self-check-fieldset legend {
  padding: 0;
  margin-bottom: 0.95rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  color: var(--dark-brown);
}

.self-check-fieldset label {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.7rem 0;
  color: var(--dark-brown);
}

.self-check-fieldset input {
  margin-top: 0.25rem;
}

.self-check-result-title {
  font-size: 2rem;
}

.pricing-modal {
  width: min(100%, 1000px);
  padding: 1.6rem 1.6rem 1.75rem;
  background: linear-gradient(180deg, rgba(111, 123, 93, 0.98), rgba(100, 113, 84, 0.98));
  color: var(--ivory);
}

.pricing-modal .guide-modal-topbar {
  margin-bottom: 0.3rem;
}

.pricing-modal-close {
  margin-left: auto;
  color: rgba(246, 239, 229, 0.72);
  font-size: 1.7rem;
  line-height: 1;
}

.pricing-modal-body {
  display: grid;
  gap: 1.4rem;
}

.pricing-modal .eyebrow,
.pricing-modal h2,
.pricing-modal .pricing-intro {
  color: var(--ivory);
}

.pricing-modal .eyebrow {
  font-size: 0.76rem;
}

.pricing-intro strong {
  color: var(--warm-cream);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
}

.pricing-card {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-height: 100%;
  padding: 1.45rem 1.3rem;
  background: var(--ivory);
  color: var(--dark-brown);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.pricing-card h3 {
  font-size: 1.8rem;
  line-height: 1.05;
  margin-bottom: 0.2rem;
}

.pricing-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.2rem;
  padding: 0.38rem 0;
  color: var(--dark-brown);
}

.price-label {
  color: var(--dark-brown);
}

.price-values {
  display: inline-flex;
  align-items: baseline;
  gap: 0.55rem;
  white-space: nowrap;
}

.current-price {
  color: var(--dark-brown);
  font-weight: 700;
}

.old-price {
  color: var(--muted-text);
  opacity: 0.62;
  text-decoration: line-through;
  font-size: 0.92em;
}

.pricing-note {
  margin-top: 0.45rem;
  font-size: 0.92rem;
}

.pricing-modal .guide-actions {
  justify-content: center;
  margin-top: 0.15rem;
}

.pricing-modal .button-primary {
  background: var(--ivory);
  color: var(--dark-brown);
  border: 1px solid rgba(51, 44, 38, 0.08);
}

.pricing-modal .button-primary:hover,
.pricing-modal .button-primary:focus-visible {
  background: var(--warm-cream);
}

.legal-shell {
  width: min(var(--site-narrow-width), calc(100vw - (var(--page-padding) * 2)));
  margin: 0 auto;
  padding: 4rem 0 5rem;
}

.legal-card {
  padding: 2rem;
  background: rgba(255, 251, 246, 0.92);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(51, 44, 38, 0.08);
  box-shadow: var(--shadow-soft);
}

.legal-card h1 {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  margin-bottom: 1rem;
}

.legal-card h2 {
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin: 2rem 0 0.7rem;
}

.legal-card p + p,
.legal-card ul + p,
.legal-card p + ul {
  margin-top: 0.8rem;
}

@media (max-width: 1180px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1040px) {
  .site-header {
    padding: 0.9rem 1rem;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 0;
    right: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.15rem;
    border-radius: 26px;
    border: 1px solid rgba(51, 44, 38, 0.08);
    background: rgba(252, 247, 240, 0.98);
    box-shadow: var(--shadow-panel);
  }

  .site-nav.is-open {
    display: grid;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .hero-story,
  .offer-card-primary,
  .about-layout,
  .video-testimonial,
  .discovery-card,
  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .support-grid,
  .services-grid,
  .foundation-grid,
  .testimonial-videos {
    grid-template-columns: 1fr;
  }

  .footer-quote-block {
    border-left: 0;
    border-top: 1px solid rgba(51, 44, 38, 0.1);
    padding-left: 0;
    padding-top: 1.4rem;
  }

  .footer-contact-band-inner {
    grid-template-columns: 1fr;
  }

  .footer-band-meta {
    margin-left: 0;
    text-align: left;
    align-items: start;
  }

  .footer-contact-links {
    align-items: flex-start;
  }

  .footer-legal-links {
    justify-content: flex-start;
  }

  .support-opening,
  #services .section-heading > p,
  #approach .section-heading > p {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 3.6rem 0;
  }

  .hero-head h1,
  .section-heading h2,
  .support-opening,
  .support-closing {
    max-width: none;
  }

  .support-closing {
    justify-self: start;
  }

  .offer-card,
  .site-footer-grid,
  .guide-modal,
  .pricing-modal {
    padding: 1.3rem;
  }

  .pricing-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
  }

  .testimonial-copy-block h3,
  .story-placeholder-copy h3 {
    font-size: clamp(1.75rem, 6vw, 2.4rem);
  }
}
