/* ============================================================
   Service detail page
   ============================================================ */

.svc-hero { padding-top: 138px; padding-bottom: clamp(30px, 5vw, 60px); position: relative; overflow: hidden; }
.svc-hero::before { content: ""; position: absolute; top: -100px; left: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(102,115,95,.18), transparent 68%); }
.crumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.9rem; color: var(--muted); margin-bottom: 1.6rem; position: relative; }
.crumb a:hover { color: var(--terra-600); }
.crumb svg { opacity: .5; }
.svc-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 70px); align-items: center; position: relative; }
.svc-hero h1 { margin: 1rem 0 1.3rem; }
.svc-hero .lead { max-width: 46ch; margin-bottom: 2rem; }
.svc-hero-cta { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.svc-facts { display: flex; gap: 2.2rem; margin-top: 2.6rem; flex-wrap: wrap; }
.svc-fact { display: flex; align-items: center; gap: 0.7rem; }
.svc-fact .sf-ic { width: 42px; height: 42px; border-radius: 12px; background: var(--cream-100); color: var(--sage-700); display: grid; place-items: center; flex: none; }
.svc-fact b { display: block; font-size: 1.02rem; }
.svc-fact span { font-size: 0.84rem; color: var(--muted); }
.svc-hero-media image-slot { width: 100%; height: clamp(380px, 48vw, 540px); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); }
.svc-hero-media .media-img { width: 100%; height: clamp(380px, 48vw, 540px); object-fit: cover; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); display: block; }
.svc-hero-media .media-img--contain { object-fit: contain; background: #000; }
.ep-media .media-img { height: clamp(210px, 26vw, 300px); }
.svc-hero-media { position: relative; }
.svc-quote {
  position: absolute; right: -18px; bottom: 30px; max-width: 250px; background: var(--surface);
  padding: 18px 20px; border-radius: var(--r-md); box-shadow: var(--shadow-lg);
}
.svc-quote p { font-size: 0.92rem; color: var(--ink-soft); font-style: italic; line-height: 1.5; }
.svc-quote .q-stars { display: flex; gap: 2px; color: var(--terra-500); margin-bottom: 8px; }

/* Intro two-col */
.svc-intro { background: var(--bg-warm); }
.svc-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.svc-intro-media image-slot { width: 100%; height: clamp(300px, 38vw, 440px); border-radius: var(--r-lg); box-shadow: var(--shadow-md); }
.svc-intro h2 { margin-bottom: 1.1rem; }
.svc-intro p + p { margin-top: 1rem; }
.svc-intro p { color: var(--ink-soft); }

/* Steps timeline */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--r-lg); padding: 28px 24px; box-shadow: var(--shadow-sm); position: relative; }
.step-num { font-size: 0.8rem; font-weight: 600; letter-spacing: .1em; color: var(--terra-600); }
.step-card .step-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--cream-100); color: var(--sage-700); display: grid; place-items: center; margin: 14px 0 16px; }
.step-card h3 { font-size: 1.16rem; margin-bottom: 0.5rem; }
.step-card p { font-size: 0.95rem; line-height: 1.55; color: var(--muted); }

/* Helps + benefits split */
.helps-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 60px); }
.helps-col h2 { margin-bottom: 1.4rem; }
.helps-chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.helps-chip { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6em 1.05em; border-radius: var(--r-pill); font-size: 0.95rem; font-weight: 500; background: var(--surface); color: var(--ink-soft); box-shadow: inset 0 0 0 1.5px var(--line); transition: all .2s; }
.helps-chip:hover { box-shadow: inset 0 0 0 1.5px var(--terra-400); color: var(--terra-600); }
.helps-list { display: grid; gap: 0.85rem; }
.helps-list li { display: flex; gap: 0.7rem; align-items: flex-start; color: var(--ink-soft); }
.helps-list .hl-ic { width: 24px; height: 24px; border-radius: 50%; background: var(--sage-700); color: var(--cream-50); display: grid; place-items: center; flex: none; margin-top: 1px; }

/* Pricing */
.pricing { background: var(--sage-800); color: var(--cream-100); }
.pricing .eyebrow { color: var(--terra-400); }
.pricing h2 { color: var(--cream-50); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 2.5rem; }
.price-card { background: rgba(244,238,227,.06); border: 1px solid rgba(244,238,227,.16); border-radius: var(--r-lg); padding: 26px; transition: all .3s; position: relative; }
.price-card:hover { transform: translateY(-5px); background: rgba(244,238,227,.1); }
.price-card.featured { background: var(--cream-50); color: var(--ink); border-color: transparent; }
.price-tag { position: absolute; top: 18px; right: 18px; font-size: 0.72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--terra-600); background: var(--terra-200); padding: 0.3em 0.7em; border-radius: var(--r-pill); }
.price-card h3 { font-size: 1.12rem; margin-bottom: 0.3rem; color: inherit; }
.price-dur { font-size: 0.85rem; opacity: .7; margin-bottom: 1.1rem; }
.price-amt { font-size: 2.3rem; font-weight: 600; letter-spacing: -0.03em; }
.price-amt span { font-size: 1rem; font-weight: 500; opacity: .6; }
.price-card.featured .price-amt { color: var(--sage-800); }
.price-foot { margin-top: 2.4rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; color: var(--sage-200); font-size: 0.95rem; }

/* FAQ reuse accordion + therapists mini */
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px, 5vw, 64px); align-items: start; }

@media (max-width: 980px) {
  .svc-hero-grid, .svc-intro-grid, .helps-grid, .faq-grid { grid-template-columns: 1fr; }
  .svc-hero-media, .svc-intro-media { order: -1; }
  .steps-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-hero { padding-top: 120px; }
}
@media (max-width: 560px) {
  .steps-grid, .price-grid { grid-template-columns: 1fr; }
  .svc-quote { right: 50%; transform: translateX(50%); }
}

/* "We treat" list */
.treat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem 2.6rem; max-width: 1040px; }
.treat-item { display: flex; gap: 0.85rem; align-items: flex-start; }
.treat-item .treat-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--sage-700); color: var(--cream-50); display: grid; place-items: center; flex: none; margin-top: 3px; }
.treat-item p { color: var(--ink-soft); line-height: 1.55; }
.treat-item b { color: var(--ink); font-weight: 600; }
@media (max-width: 760px) { .treat-grid { grid-template-columns: 1fr; } }

/* Exercise Prescription */
.ep-body { display: grid; gap: 1rem; margin: 1.3rem 0 2rem; max-width: 54ch; }
.ep-body p { color: var(--ink-soft); line-height: 1.6; }
.ep-media { display: grid; gap: 16px; }
.ep-media image-slot { height: clamp(210px, 26vw, 300px); }

/* Manual Lymphatic Drainage */
.mld-fine { margin-top: 1.1rem; font-size: 0.92rem; color: var(--muted); }
.mld-note { margin-top: 2rem; padding: 16px 20px; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); color: var(--ink-soft); line-height: 1.6; max-width: 72ch; }
.mld-note b { color: var(--ink); }
.ind-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.9rem 2.6rem; max-width: 1040px; }
.ind-item { color: var(--ink-soft); line-height: 1.55; }
.ind-item b { color: var(--ink); font-weight: 600; }
@media (max-width: 760px) { .ind-grid { grid-template-columns: 1fr; } }

/* Breath Work */
.bw-hero { max-width: 760px; }
.bw-quote { margin: 1.5rem 0 1.8rem; padding-left: 1.2rem; border-left: 3px solid var(--terra-500); }
.bw-quote p { font-size: clamp(1.35rem, 2.6vw, 2rem); font-weight: 500; letter-spacing: -0.01em; color: var(--ink); line-height: 1.3; }
.bw-quote cite { display: block; margin-top: 0.8rem; font-style: normal; font-size: 0.96rem; color: var(--muted); }
.bw-link { transition: color .2s; }
.bw-banner { width: 100%; height: clamp(280px, 42vw, 480px); object-fit: cover; object-position: center 42%; border-radius: var(--r-xl); box-shadow: var(--shadow-lg); display: block; }
.bw-link:hover { color: var(--terra-400); }
.bw-benefits-label { color: var(--ink-soft); margin-bottom: 1.3rem; }
.bw-benefits { max-width: 60ch; }

/* Therapist profile */
.ther-hero { align-items: start; }
.chip-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--terra-500); flex: none; }
.ther-figure { margin: 0; }
.ther-caption { margin-top: 0.95rem; font-size: 0.9rem; line-height: 1.5; color: var(--muted); font-style: italic; }

/* Our Referrals */
.ref-group { margin-top: clamp(40px, 5vw, 64px); }
.ref-group:first-child { margin-top: 0; }
.ref-group-head { font-size: clamp(1.4rem, 2.2vw, 1.85rem); color: var(--ink); margin-bottom: 1.4rem; padding-bottom: 0.7rem; border-bottom: 1px solid var(--line); }
.ref-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.ref-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 28px; display: flex; flex-direction: column; gap: 0.7rem; }
.ref-card .eyebrow { color: var(--terra-400); }
.ref-card h3 { font-size: 1.28rem; }
.ref-card p { color: var(--ink-soft); line-height: 1.6; }
.ref-prac { display: grid; gap: 0.7rem; margin-top: 0.2rem; }
.ref-prac-label { color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.ref-more { display: inline-flex; align-items: center; gap: 0.4rem; color: var(--terra-400); font-weight: 600; font-size: 0.95rem; margin-top: 0.3rem; }
.ref-more svg { transition: transform .25s; }
.ref-more:hover { color: var(--terra-500); }
.ref-more:hover svg { transform: translateX(3px); }
@media (max-width: 760px) { .ref-grid { grid-template-columns: 1fr; } }

/* Fees & Contact */
.fee-list { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 0.4rem; }
.fee-row { display: flex; align-items: baseline; justify-content: space-between; gap: 1.5rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.fee-info { display: flex; flex-direction: column; gap: 0.25rem; }
.fee-name { font-size: 1.08rem; color: var(--ink); font-weight: 500; }
.fee-dur { font-size: 0.92rem; color: var(--muted); }
.fee-amt { font-size: 1.08rem; font-weight: 600; color: var(--terra-400); white-space: nowrap; }
.fee-note { color: var(--ink-soft); margin-top: 1.1rem; }
.fee-note + .fee-note { margin-top: 0.4rem; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 70px); align-items: center; }
.contact-list { display: grid; gap: 1.5rem; }
.contact-item { display: flex; gap: 1rem; align-items: flex-start; }
.ci-ic { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border-radius: var(--r-md); background: var(--surface); border: 1px solid var(--line); color: var(--terra-400); }
.ci-label { display: block; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.2rem; }
.ci-val { display: block; font-size: 1.1rem; color: var(--ink); line-height: 1.45; }
a.ci-val:hover { color: var(--terra-400); }
.contact-img image-slot { display: block; width: 100%; aspect-ratio: 4 / 3; border-radius: var(--r-lg); overflow: hidden; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }

/* Enquiry form */
.enq-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(24px, 3.5vw, 40px); }
.enq .sec-head { max-width: none; }
.enq .sec-head p { white-space: nowrap; }
@media (max-width: 620px) { .enq .sec-head p { white-space: normal; } }
.enq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem; }
.enq-field { display: flex; flex-direction: column; gap: 0.4rem; }
.enq-field--full { grid-column: 1 / -1; }
.enq-field label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; color: var(--ink-soft); }
.enq-field input, .enq-field textarea {
  width: 100%; box-sizing: border-box; font: inherit; color: var(--ink);
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 0.7rem 0.85rem; transition: border-color .2s, box-shadow .2s;
}
.enq-field textarea { resize: vertical; min-height: 120px; line-height: 1.5; }
.enq-field input::placeholder, .enq-field textarea::placeholder { color: var(--muted-2); }
.enq-field input:focus, .enq-field textarea:focus {
  outline: none; border-color: var(--terra-500); box-shadow: 0 0 0 3px rgba(205,187,120,.18);
}
.enq-foot { display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.enq-foot .btn[disabled] { opacity: .65; cursor: default; }
.enq-err { color: #e1a89a; font-size: 0.92rem; }
.enq-done { text-align: center; padding: clamp(20px, 3vw, 36px) 0; display: grid; justify-items: center; gap: 0.6rem; }
.enq-done-ic { width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--sage-700); color: var(--cream-50); margin-bottom: 0.3rem; }
.enq-done h3 { font-size: 1.3rem; }
.enq-done p { color: var(--ink-soft); max-width: 46ch; }
@media (max-width: 560px) { .enq-grid { grid-template-columns: 1fr; } }









