/* ============================================================
   Home + page sections
   ============================================================ */

/* ---------- Hero ---------- */
.hero { position: relative; padding-top: clamp(132px, 15vh, 168px); padding-bottom: clamp(48px, 8vw, 96px); overflow: hidden; }
.hero::before {
  content: ""; position: absolute; top: -120px; right: -140px; width: 620px; height: 620px;
  background: radial-gradient(circle at center, rgba(216,201,142,.16), transparent 68%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero-eyebrow { color: var(--terra-400); }
.hero .display .d-1 { font-weight: 400; color: #fff; }
.hero .display .d-2 { font-weight: 400; color: #fff; }
.hero-trust-item b { color: var(--cream-50); }
.hero-trust-item span { color: var(--muted); }
.hero-trust-note { font-size: 0.72rem; color: var(--muted); opacity: .85; margin-top: 1px; }
.hero--full .hero-trust-note { color: rgba(244,238,227,.62); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 1.3rem; }
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--terra-500); }
.hero h1 { margin-bottom: 1.4rem; }
.hero h1 em { font-style: normal; color: var(--terra-600); }
.hero .lead { max-width: 46ch; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: 0.9rem; flex-wrap: wrap; align-items: center; }
.hero-trust { display: flex; gap: 1.7rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-trust-item { display: flex; flex-direction: column; gap: 2px; align-items: center; text-align: center; }
.hti-head { display: inline-flex; align-items: center; gap: 0.5rem; transform: translateX(-9px); }
.hti-ic { display: inline-flex; color: var(--terra-400); flex: none; }
.hero-trust-item b { font-size: 1.55rem; font-weight: 600; letter-spacing: -0.02em; color: var(--sage-800); }
.hero-trust-item span { font-size: 0.86rem; color: var(--muted); }

.hero-media { position: relative; }
.hero-media image-slot { width: 100%; height: clamp(360px, 46vw, 520px); border-radius: var(--r-xl); }

/* ---------- Full-bleed hero variant (A/B) ---------- */
.hero--full { padding: 0; min-height: min(92vh, 820px); display: grid; }
.hero--full .hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero--full .hero-bg image-slot { width: 100%; height: 100%; border-radius: 0; box-shadow: none; }
.hero--full .hero-bg-img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; display: block; }
.hero--full .hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  background:
    linear-gradient(90deg, rgba(20,24,7,.82) 0%, rgba(20,24,7,.55) 46%, rgba(20,24,7,.18) 100%),
    linear-gradient(0deg, rgba(20,24,7,.6) 0%, transparent 42%);
}
.hero--full .wrap { position: relative; z-index: 2; align-self: end; padding-top: clamp(150px, 22vh, 240px); padding-bottom: clamp(48px, 8vh, 96px); }
.hero--full .hero-copy { max-width: 760px; }
.hero--full .hero-trust-item b { color: #fff; }
.hero--full .hero-trust-item span { color: rgba(244,238,227,.7); }
.hero--full .hero-trust { border-top: 1px solid rgba(244,238,227,.16); padding-top: 1.8rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; justify-items: center; }
@media (max-width: 560px) { .hero--full .hero-trust { display: flex; flex-wrap: wrap; justify-content: center; } }

/* ---------- Intro statement ---------- */
.statement { text-align: center; }
.statement .wrap { max-width: 880px; }
.statement p { font-size: clamp(1.25rem, 2.2vw, 1.7rem); line-height: 1.5; color: var(--ink); letter-spacing: -0.01em; }
.statement p + p { margin-top: 1.1rem; }
.statement p.lead-em { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.statement p:not(.lead-em) { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
.statement .kicker { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 1.8rem; }
.statement .kicker .ln { width: 30px; height: 1px; background: var(--terra-500); }

/* ---------- Massage Sessions overview ---------- */
.sessions { background: var(--bg-warm); }
.sessions .svc-card { min-height: 0; cursor: pointer; }
.sessions .svc-card h3 { margin-bottom: 0; }
.sessions .svc-card .svc-link { margin-top: 1.4rem; }

/* ---------- Techniques lead ---------- */
.lead-body p { color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.5; letter-spacing: -0.01em; }

.hero-float {
  position: absolute; left: -26px; bottom: 36px; background: var(--surface);
  border-radius: var(--r-md); box-shadow: var(--shadow-lg); padding: 16px 20px;
  display: flex; align-items: center; gap: 13px; max-width: 260px;
}
.hero-float .hf-icon { width: 44px; height: 44px; border-radius: 12px; background: var(--cream-100); color: var(--terra-600); display: grid; place-items: center; flex: none; }
.hero-float b { display: block; font-size: 0.98rem; font-weight: 600; }
.hero-float span { display: block; font-size: 0.82rem; color: var(--muted); }
.hero-badge {
  position: absolute; top: 22px; right: 22px; background: rgba(44,53,44,.62);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); color: var(--cream-50);
  font-size: 0.82rem; font-weight: 500; padding: 0.5em 0.95em; border-radius: var(--r-pill);
  display: inline-flex; align-items: center; gap: 0.45rem;
}

/* ---------- Section heading ---------- */
.sec-head { max-width: 640px; margin-bottom: clamp(34px, 5vw, 60px); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head .eyebrow { display: block; margin-bottom: 0.85rem; }
.sec-head h2 { margin-bottom: 1rem; }
.sec-head p { color: var(--ink-soft); font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; }

/* ---------- About strip ---------- */
.about { background: var(--bg-warm); }
.about-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.about-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about-media image-slot { width: 100%; border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.about-media image-slot:nth-child(1) { height: 290px; }
.about-media image-slot:nth-child(2) { height: 230px; margin-top: 40px; }
.about-pillars { display: grid; gap: 1.1rem; margin-top: 2rem; }
.about-pillar { display: flex; gap: 1rem; align-items: flex-start; }
.about-pillar .ap-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--cream-50); color: var(--sage-700); display: grid; place-items: center; flex: none; box-shadow: var(--shadow-sm); }
.about-pillar b { display: block; font-size: 1.05rem; margin-bottom: 2px; }
.about-pillar p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; }

/* ---------- Services ---------- */
.filter-bar { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.chip {
  padding: 0.6em 1.15em; border-radius: var(--r-pill); font-size: 0.94rem; font-weight: 500;
  background: var(--surface); color: var(--ink-soft); box-shadow: inset 0 0 0 1.5px var(--line);
  transition: all .2s;
}
.chip:hover { box-shadow: inset 0 0 0 1.5px var(--sage-300); color: var(--sage-800); }
.chip.active { background: var(--sage-700); color: var(--cream-50); box-shadow: none; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  position: relative; background: var(--surface); border-radius: var(--r-lg); padding: 28px;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); overflow: hidden;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
  display: flex; flex-direction: column; min-height: 246px;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.svc-card::after {
  content: ""; position: absolute; inset: auto 0 0 0; height: 3px;
  background: linear-gradient(90deg, var(--terra-500), var(--terra-400)); transform: scaleX(0); transform-origin: left; transition: transform .4s;
}
.svc-card:hover::after { transform: scaleX(1); }
.svc-icon { width: 54px; height: 54px; border-radius: 15px; background: var(--cream-100); color: var(--sage-700); display: grid; place-items: center; margin-bottom: 18px; transition: background .3s, color .3s; }
.svc-card:hover .svc-icon { background: var(--terra-500); color: #fff; }
.svc-cat { font-size: 0.74rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted-2); margin-bottom: 0.5rem; }
.svc-card h3 { font-size: 1.28rem; margin-bottom: 0.55rem; }
.svc-card p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; flex: 1; }
.svc-link { display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.1rem; font-weight: 600; font-size: 0.94rem; color: var(--sage-700); }
.svc-link svg { transition: transform .25s; }
.svc-card:hover .svc-link svg { transform: translateX(4px); }

/* ---------- Conditions ---------- */
.conditions { background: var(--sage-800); color: var(--cream-100); }
.conditions .eyebrow { color: var(--terra-400); }
.conditions h2, .conditions .sec-head p { color: var(--cream-50); }
.conditions .sec-head p { color: var(--sage-200); }
.cond-chips { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.cond-chip {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.7em 1.2em;
  border-radius: var(--r-pill); font-size: 1rem; font-weight: 500;
  background: rgba(244,238,227,.07); color: var(--cream-100);
  box-shadow: inset 0 0 0 1px rgba(244,238,227,.16); transition: all .25s; cursor: default;
}
.cond-chip:hover { background: var(--terra-500); color: #fff; box-shadow: none; transform: translateY(-2px); }
.cond-chip .cc-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra-400); transition: background .25s; }
.cond-chip:hover .cc-dot { background: #fff; }
.cond-foot { margin-top: 2.6rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; color: var(--sage-200); }

/* ---------- Techniques accordion ---------- */
.tech-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
.tech-media image-slot { width: 100%; height: 100%; min-height: 420px; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.acc-item { border-bottom: 1px solid var(--line); }
.acc-item:first-child { border-top: 1px solid var(--line); }
.acc-btn { width: 100%; display: flex; align-items: center; gap: 1rem; padding: 1.4rem 0.2rem; text-align: left; }
.acc-num { font-size: 0.85rem; font-weight: 600; color: var(--terra-600); width: 26px; flex: none; }
.acc-btn h3 { flex: 1; font-size: 1.2rem; font-weight: 600; }
.acc-ic { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--cream-100); color: var(--sage-700); flex: none; transition: background .3s, color .3s, transform .3s; }
.acc-item.open .acc-ic { background: var(--sage-700); color: var(--cream-50); transform: rotate(45deg); }
.acc-body { overflow: hidden; max-height: 0; transition: max-height .4s cubic-bezier(.3,.7,.3,1); }
.acc-body-inner { padding: 0 0.2rem 1.5rem 3.4rem; color: var(--ink-soft); max-width: 60ch; }
.acc-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.9rem; }
.acc-tag { font-size: 0.84rem; padding: 0.35em 0.8em; border-radius: var(--r-pill); background: var(--cream-100); color: var(--sage-700); font-weight: 500; }

/* ---------- Benefits ---------- */
.benefits { background: var(--bg-warm); }
.ben-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 40px); }
.ben-card { background: var(--surface); border-radius: var(--r-lg); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); }
.ben-card .ben-ic { width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 1.1rem; }
.ben-card.phys .ben-ic { background: var(--cream-100); color: var(--terra-600); }
.ben-card.psych .ben-ic { background: var(--sage-700); color: var(--cream-50); }
.ben-card h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.ben-card > p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; margin-bottom: 1.4rem; }
.ben-list { display: grid; gap: 0.7rem; }
.ben-list li { display: flex; gap: 0.7rem; align-items: flex-start; font-size: 0.99rem; color: var(--ink-soft); }
.ben-list .bl-ic { width: 22px; height: 22px; border-radius: 50%; background: var(--sage-200); color: var(--sage-800); display: grid; place-items: center; flex: none; margin-top: 1px; }

/* ---------- Therapists ---------- */
.ther-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 34px); }
.ther-card { display: grid; grid-template-columns: 0.85fr 1.15fr; background: var(--surface); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); transition: box-shadow .3s, transform .3s; }
.ther-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.ther-card image-slot { width: 100%; height: 100%; min-height: 260px; }
.ther-body { padding: clamp(22px, 2.5vw, 32px); display: flex; flex-direction: column; }
.ther-body .role { font-size: 0.78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--terra-600); margin-bottom: 0.4rem; }
.ther-body h3 { font-size: 1.4rem; margin-bottom: 0.7rem; }
.ther-body p { color: var(--muted); font-size: 0.95rem; line-height: 1.55; flex: 1; }
.ther-tags { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 1.2rem; }
.ther-tag { font-size: 0.82rem; padding: 0.35em 0.75em; border-radius: var(--r-pill); background: var(--cream-100); color: var(--sage-700); font-weight: 500; }

/* ---------- Booking CTA ---------- */
.book { background: linear-gradient(160deg, var(--sage-800), var(--sage-900)); color: var(--cream-50); position: relative; overflow: hidden; }
.book::before { content: ""; position: absolute; bottom: -160px; left: -120px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(194,113,79,.28), transparent 66%); }
.book-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 70px); align-items: center; position: relative; }
.book h2 { color: var(--cream-50); margin-bottom: 1.1rem; }
.book .lead { color: var(--sage-200); margin-bottom: 2rem; max-width: 42ch; }
.book-points { display: grid; gap: 1rem; }
.book-point { display: flex; gap: 0.8rem; align-items: center; color: var(--cream-100); }
.book-point .bp-ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(244,238,227,.1); color: var(--terra-400); display: grid; place-items: center; flex: none; }
.book-point b { font-weight: 600; }
.book-point span { display: block; font-size: 0.86rem; color: var(--sage-200); }

.book-panel { background: var(--surface); border-radius: var(--r-xl); padding: clamp(26px, 3vw, 40px); box-shadow: var(--shadow-lg); color: var(--ink); }
.book-panel h3 { font-size: 1.35rem; margin-bottom: 0.4rem; }
.book-panel .bp-sub { color: var(--muted); font-size: 0.95rem; margin-bottom: 1.6rem; }
.bp-label { font-size: 0.8rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.7rem; display: block; }
.bp-options { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: 1.5rem; }
.bp-opt { padding: 0.6em 1em; border-radius: var(--r-pill); font-size: 0.92rem; font-weight: 500; background: var(--cream-100); color: var(--ink-soft); box-shadow: inset 0 0 0 1.5px transparent; transition: all .2s; }
.bp-opt:hover { box-shadow: inset 0 0 0 1.5px var(--sage-300); }
.bp-opt.active { background: var(--sage-700); color: var(--cream-50); }
.bp-ther { display: flex; gap: 0.7rem; margin-bottom: 1.6rem; }
.bp-ther-opt { flex: 1; display: flex; align-items: center; gap: 0.7rem; padding: 0.75em 0.9em; border-radius: var(--r-md); background: var(--cream-100); box-shadow: inset 0 0 0 1.5px transparent; transition: all .2s; }
.bp-ther-opt:hover { box-shadow: inset 0 0 0 1.5px var(--sage-300); }
.bp-ther-opt.active { box-shadow: inset 0 0 0 2px var(--terra-500); background: var(--cream-50); }
.bp-ther-opt image-slot { width: 38px; height: 38px; border-radius: 50%; flex: none; }
.bp-ther-opt .name { font-size: 0.92rem; font-weight: 600; }
.bp-ther-opt .r { font-size: 0.78rem; color: var(--muted); }
.book-panel .btn { width: 100%; justify-content: center; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-grid, .about-grid, .tech-grid, .book-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 116px; }
  .hero-media { order: 0; }
  .hero-media image-slot { height: clamp(280px, 42vw, 380px); }
  .about-media { order: -1; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .ben-grid, .ther-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .svc-grid { grid-template-columns: 1fr; }
  .ther-card { grid-template-columns: 1fr; }
  .ther-card image-slot { min-height: 220px; }
  .bp-ther { flex-direction: column; }
  .hero-float { left: 50%; transform: translateX(-50%); right: auto; }
  .about-media image-slot:nth-child(2) { margin-top: 0; }

  /* Condense Massage Sessions into compact tappable rows */
  .sessions .svc-grid { gap: 10px; }
  .sessions .svc-card {
    flex-direction: row; align-items: center; gap: 14px;
    min-height: 0; padding: 15px 16px;
  }
  .sessions .svc-card::after { display: none; }
  .sessions .svc-icon { width: 42px; height: 42px; margin-bottom: 0; border-radius: 12px; }
  .sessions .svc-icon svg { width: 22px; height: 22px; }
  .sessions .svc-card h3 { flex: 1; font-size: 1.04rem; line-height: 1.25; }
  .sessions .svc-card .svc-link { margin-top: 0; font-size: 0; color: var(--terra-500); }
  .sessions .svc-card:hover .svc-link svg { transform: none; }
}
