/* Woodland green with cool sage and clean, neutral backgrounds. */
:root {
  --paper:#fcfdfb; --ink:#26372b; --green:#3f6444; --forest:#243e2d;
  --leaf:#5a7866; --bronze:#8e714b; --sage:#d8e4df; --soft:#f0f4f2;
  --line:#dce5df; --muted:#59665e; --serif:'DM Serif Display',Georgia,serif; --sans:'DM Sans',Arial,sans-serif;
}
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:24px; }
body { margin:0; background:var(--paper); color:var(--ink); font:16px/1.7 var(--sans); -webkit-font-smoothing:antialiased; }
::selection { background:var(--sage); color:var(--forest); }
a { color:inherit; text-underline-offset:5px; }
button,input,textarea { font:inherit; }
button,a,input,textarea,summary { -webkit-tap-highlight-color:transparent; }
a:focus-visible,button:focus-visible,summary:focus-visible { outline:3px solid var(--bronze); outline-offset:5px; }
img { display:block; width:100%; height:auto; object-fit:cover; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-weight:600; }
h1,h2 { letter-spacing:-.055em; line-height:1.06; }
h1 { font-size:clamp(48px,5.8vw,84px); margin-bottom:28px; }
h2 { font-size:clamp(36px,4vw,56px); margin-bottom:26px; }
h3 { font-size:26px; letter-spacing:-.035em; line-height:1.25; margin-bottom:16px; }
p { margin-bottom:24px; }
em { font-family:var(--serif); font-weight:400; color:var(--green); }
.wrap { width:min(1280px,calc(100% - 112px)); margin-inline:auto; }
.eyebrow { display:flex; align-items:center; gap:10px; font-size:10px; letter-spacing:.13em; font-weight:700; text-transform:uppercase; color:var(--green); margin-bottom:24px; }
.eyebrow::before { content:''; display:block; width:18px; height:8px; border-radius:0 90% 0 90%; background:var(--leaf); flex:0 0 auto; transform:rotate(-20deg); }
.topline { background:var(--forest); color:white; font-size:10px; letter-spacing:.05em; }
.topline>.wrap { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-block:10px; }
.topline>.wrap>span:first-child { color:var(--sage); font-size:9px; font-weight:700; letter-spacing:.17em; }
.topline>.wrap>span:nth-child(2)>span { margin-left:14px; color:var(--sage); }
.topline a { text-decoration:none; }
.header { display:flex; align-items:center; justify-content:space-between; gap:36px; min-height:142px; }
.brand { display:block; flex-shrink:0; width:187px; padding-block:8px; }
.brand img { object-fit:contain; height:auto; }
nav { display:flex; align-items:center; gap:29px; }
nav>a { font-size:13px; font-weight:500; text-decoration:none; white-space:nowrap; position:relative; }
nav>a:not(.button)::after { content:''; position:absolute; left:0; bottom:-8px; width:0; height:3px; border-radius:2px; background:var(--leaf); transition:width .2s; }
nav>a[aria-current]::after,nav>a:not(.button):hover::after { width:100%; }
.button { display:inline-flex; align-items:center; justify-content:space-between; gap:25px; min-height:54px; padding:12px 13px 12px 23px; background:var(--green); color:white; border:0; border-radius:100px; font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; transition:background .2s,transform .2s,box-shadow .2s; }
.button>span { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; background:#ffffff1c; font-size:20px; font-weight:400; line-height:1; }
.button:hover { background:var(--forest); transform:translateY(-2px); box-shadow:0 7px 16px #243e2d18; }
nav .button { min-height:47px; font-size:12px; margin-left:10px; padding-block:8px; }
.text-link { display:inline-flex; align-items:center; gap:14px; font-size:13px; font-weight:600; text-decoration:none; padding-block:8px; border-bottom:1px solid currentColor; }
.text-link:hover { color:var(--green); }
.menu-toggle { display:none; }
.hero { display:grid; grid-template-columns:1.03fr 1fr; gap:70px; align-items:center; padding-top:25px; padding-bottom:75px; }
.hero-copy { padding:10px 0 20px; }
.hero h1 { font-size:clamp(58px,5.5vw,78px); line-height:1.02; letter-spacing:-.06em; margin-bottom:30px; }
.hero h1>span { display:block; }
.hero h1 em { display:inline-block; position:relative; font-size:1.13em; letter-spacing:-.05em; line-height:1.06; }
.hero h1 em::after { content:''; position:absolute; left:2%; right:0; bottom:-6px; height:8px; background:var(--sage); transform:rotate(-2deg); border-radius:50%; z-index:-1; }
.hero-copy>p:not(.eyebrow) { max-width:450px; font-size:15px; color:var(--muted); line-height:1.85; }
.hero-actions { display:flex; align-items:center; gap:25px; flex-wrap:wrap; margin-top:31px; }
.hero-note { display:flex; align-items:center; gap:10px; font-size:11px; color:var(--muted); margin-top:24px; }
.location-dot { width:9px; height:9px; background:var(--leaf); border-radius:50%; box-shadow:0 0 0 4px #5a786615; flex-shrink:0; }
.hero-visual { position:relative; padding:22px 0 48px; isolation:isolate; }
.hero-visual::before { content:''; position:absolute; inset:9px 8px 63px 35px; background:#e2ebe6; border-radius:47% 47% 43% 14%; transform:rotate(4deg); z-index:-1; }
.hero-image-frame { overflow:hidden; height:530px; border-radius:46% 46% 42% 14%; background:var(--soft); }
.hero-image-frame>img { height:100%; object-position:50% 52%; transform:scale(1.12); }
.care-seal { position:absolute; top:8px; right:-22px; width:141px; height:141px; border-radius:50%; background:var(--sage); color:var(--forest); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; transform:rotate(10deg); box-shadow:0 0 0 7px var(--paper); }
.care-seal>span { font:30px/1 var(--serif); margin-bottom:4px; }
.care-seal>strong { font-family:var(--serif); font-size:21px; font-weight:400; line-height:1.1; }
.care-seal>small { margin-top:10px; font-size:7px; font-weight:600; letter-spacing:.13em; }
.photo-caption { position:absolute; bottom:-5px; right:0; font-family:var(--serif); font-style:italic; font-size:15px; color:var(--green); }
.trust-strip { background:var(--green); color:white; }
.trust-strip>.wrap { display:flex; justify-content:space-between; align-items:center; gap:20px; padding-block:24px; }
.trust-strip span { font-size:11px; font-weight:500; }
.trust-strip span::before { content:'✳'; margin-right:13px; font-size:18px; color:var(--sage); vertical-align:middle; }
.section { padding-block:100px; }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:60px; margin-bottom:46px; }
.section-heading h2 { margin-bottom:0; }
.section-heading>p { max-width:360px; font-size:14px; line-height:1.9; color:var(--muted); margin-bottom:5px; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; }
.service-card { text-decoration:none; border-radius:22px; overflow:hidden; background:var(--soft); position:relative; transition:transform .25s,box-shadow .25s; }
.service-card:nth-child(2) { background:#f1eeea; }
.service-card:nth-child(3) { background:#e5ede9; }
.service-card:hover { transform:translateY(-7px); box-shadow:0 15px 30px #26372b12; }
.service-card>img { height:260px; transition:transform .4s; }
.service-card:hover>img { transform:scale(1.025); }
.service-card>.comfort-photo { object-position:50% 22%; }
.service-card>.recovery-photo { object-position:50% 54%; }
.service-card>.jump-photo { object-position:60% 55%; }
.service-card>div { padding:30px; }
.card-number { display:block; font-size:9px; font-weight:700; letter-spacing:.12em; color:var(--green); margin-bottom:18px; }
.service-card:nth-child(2) .card-number { color:#765d3c; }
.service-card p { font-size:13px; line-height:1.9; color:var(--muted); margin-bottom:24px; }
.service-card .text-link { display:flex; justify-content:space-between; border:0; padding-top:16px; border-top:1px solid #26372b20; font-size:12px; }
.service-card .text-link span { width:32px; height:32px; border-radius:50%; background:#ffffff90; display:grid; place-items:center; font-size:21px; }
.about-band { background:var(--forest); color:white; position:relative; padding-block:85px; overflow:hidden; }
.about-band::after { content:''; width:400px; height:210px; position:absolute; right:-190px; top:-80px; border:1px solid #d8e4df30; border-radius:100% 0 100% 0; transform:rotate(20deg); }
.split { display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center; }
.portrait { aspect-ratio:1/1.05; max-height:540px; border-radius:20px 20px 130px 20px; }
.therapist-photo { aspect-ratio:3/4; max-height:610px; object-position:50% 25%; }
.treatment-photo { aspect-ratio:4/3; border-radius:24px; }
.session-gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.session-gallery figure { margin:0; }
.session-gallery img { aspect-ratio:4/3; border-radius:18px; }
.session-gallery figcaption { font-size:12px; color:var(--muted); padding-top:14px; }
.about-band .portrait { transform:rotate(-3deg); border:7px solid #ffffff15; border-radius:150px 150px 20px 20px; }
.about-band .eyebrow { color:var(--sage); }
.about-band .eyebrow::before { background:var(--sage); }
.about-band h2 { font-size:clamp(40px,4.3vw,62px); }
.lead { font-size:21px; line-height:1.6; letter-spacing:-.02em; }
.split>div>p:not(.eyebrow):not(.lead) { font-size:14px; color:var(--muted); }
.about-band .split>div>p:not(.eyebrow):not(.lead) { color:#d6e1da; }
.about-band .text-link { color:var(--sage); }
.guild-membership { display:flex; align-items:center; gap:20px; margin:26px 0; }
.guild-membership img { width:100px; height:100px; flex-shrink:0; object-fit:contain; padding:6px; border-radius:50%; background:white; }
.guild-membership p { margin:0; }
.guild-membership strong { display:block; font-size:14px; font-weight:600; line-height:1.5; }
.guild-membership span { display:block; font-size:12px; line-height:1.7; color:var(--muted); margin-top:5px; }
.about-band .guild-membership span { color:#d6e1da; }
.steps { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:28px; margin:48px 0 0; padding:0; list-style:none; }
.steps>li { position:relative; padding:34px; border-radius:24px; background:var(--sage); box-shadow:0 10px 30px #243e2d08; }
.steps>li:nth-child(2) { background:var(--green); color:white; }
.steps>li:nth-child(3) { background:var(--soft); border:1px solid var(--line); }
.step-top { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:31px; }
.step-number { display:grid; place-items:center; width:80px; height:80px; background:var(--forest); color:white; border-radius:50% 50% 50% 10px; font:44px/1 var(--serif); letter-spacing:-.05em; box-shadow:5px 5px 0 #243e2d12; }
.steps>li:nth-child(2) .step-number { background:var(--sage); color:var(--forest); box-shadow:5px 5px 0 #ffffff15; }
.steps>li:nth-child(3) .step-number { background:var(--green); }
.step-icon { width:39px; height:39px; color:var(--green); flex-shrink:0; }
.steps>li:nth-child(2) .step-icon { color:var(--sage); }
.step-connector { position:absolute; right:-33px; top:57px; z-index:1; display:grid; place-items:center; width:38px; height:38px; border:4px solid var(--paper); border-radius:50%; background:var(--forest); color:white; font-size:21px; line-height:1; }
.steps h3 { font-size:26px; min-height:2.5em; margin:0 0 16px; }
.steps p { font-size:14px; color:var(--ink); line-height:1.85; margin:0; }
.steps>li:nth-child(2) p { color:#eef4ef; }
.steps a { font-weight:600; text-decoration-thickness:1px; }
.steps a:focus-visible { outline-color:var(--sage); }
.soft-section { background:var(--soft); }
.card { padding:34px; background:white; border:1px solid var(--line); border-radius:20px; margin:0; }
.quotes .card { display:flex; flex-direction:column; border:0; }
.quotes .card:nth-child(2) { background:var(--green); color:white; transform:translateY(-12px); }
.quote-mark { font:80px/.9 var(--serif); color:var(--leaf); padding-top:6px; }
.quotes .card:nth-child(2) .quote-mark { color:var(--sage); }
.quotes blockquote { margin:8px 0 28px; font-family:var(--serif); font-size:23px; line-height:1.5; }
.quotes blockquote p { margin:0 0 .65em; }
.quotes blockquote p:last-child { margin-bottom:0; }
.quotes--full { grid-template-columns:repeat(2,minmax(0,1fr)); gap:28px; }
.quotes--full .card:nth-child(2) { transform:none; }
.quotes--full blockquote { font-family:var(--sans); font-size:17px; line-height:1.85; }
.quotes figcaption { margin-top:auto; font-size:10px; font-weight:600; letter-spacing:.07em; text-transform:uppercase; padding-top:20px; border-top:1px solid #5a786635; }
.review-name { display:block; }
.review-source { display:block; margin-top:7px; font-size:11px; font-weight:400; letter-spacing:0; text-transform:none; }
.quotes .card:nth-child(2) figcaption { border-color:#ffffff30; }
.fine-print { font-size:11px; color:var(--muted); margin-top:25px; line-height:1.8; }
.price-cards { align-items:stretch; }
.price-cards .card { display:flex; flex-direction:column; position:relative; background:#f3f4f1; border:0; }
.price-cards .featured { background:var(--sage); }
.price-cards .eyebrow { font-size:9px; gap:8px; }
.price-cards .eyebrow::before { display:none; }
.price-cards h3 { min-height:64px; font-size:26px; }
.price { font-size:75px; letter-spacing:-.06em; font-weight:500; line-height:1; margin:8px 0 28px; }
.price>span { font-size:31px; letter-spacing:-.03em; vertical-align:top; display:inline-block; margin:10px 4px 0 0; }
.price-cards .card>p:not(.price):not(.eyebrow) { font-size:13px; color:var(--muted); line-height:1.9; }
.price-cards .text-link { margin-top:auto; align-self:flex-start; }
.cta { background:var(--green); color:white; padding-block:82px; position:relative; overflow:hidden; }
.cta::before,.cta::after { content:''; position:absolute; width:350px; height:180px; border:1px solid #d8e4df25; border-radius:100% 0 100% 0; pointer-events:none; }
.cta::before { right:-70px; top:-60px; transform:rotate(-20deg); }
.cta::after { right:-130px; top:100px; transform:rotate(-10deg); }
.cta-inner { display:flex; align-items:center; justify-content:space-between; gap:50px; position:relative; z-index:1; }
.cta h2 { font-size:clamp(44px,5vw,72px); margin-bottom:25px; }
.cta em { color:var(--sage); }
.cta .eyebrow { color:var(--sage); font-size:9px; }
.cta .eyebrow::before { background:var(--sage); }
.cta p:last-child { color:#e1e9e5; font-size:14px; margin:0; }
.cta-action { display:flex; flex-direction:column; align-items:center; gap:20px; }
.cta .button { background:var(--sage); color:var(--forest); min-width:260px; white-space:nowrap; }
.cta .button>span { background:#243e2d10; }
.cta .button:hover { background:white; }
.cta-action>a:not(.button) { font-size:11px; }
footer { padding:66px 0 23px; background:#f5f7f5; }
.footer-grid { display:grid; grid-template-columns:1.15fr .8fr 1fr 1.2fr; gap:45px; }
.footer-brand { display:block; width:195px; }
.footer-brand img { height:auto; }
.footer-grid p { font-size:12px; color:var(--muted); margin-top:22px; }
.footer-grid h2 { font:700 11px var(--sans); letter-spacing:.06em; text-transform:uppercase; margin:15px 0 25px; }
.footer-grid>div>a:not(.footer-brand) { display:block; font-size:12px; text-decoration:none; margin-bottom:11px; overflow-wrap:anywhere; }
.footer-grid a:hover { text-decoration:underline; }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; border-top:1px solid var(--line); margin-top:35px; padding-top:24px; font-size:10px; color:var(--muted); }
.skip-link { position:fixed; top:-100px; left:20px; padding:12px 20px; background:var(--forest); color:white; z-index:10; }
.skip-link:focus { top:10px; }
.page-intro { padding-top:48px; padding-bottom:45px; position:relative; isolation:isolate; }
.page-intro::before { content:''; position:absolute; inset:0 -30px; z-index:-1; border-radius:28px; background:var(--soft); }
.page-intro::after { content:''; position:absolute; right:25px; top:30px; width:160px; height:80px; border:1px solid #5a786635; border-radius:100% 0 100% 0; transform:rotate(-18deg); z-index:-1; }
.page-intro h1 { max-width:1000px; }
.page-intro .lead { max-width:660px; color:var(--muted); font-size:17px; margin-bottom:0; }
.prices-section { padding-top:55px; }
.narrow { max-width:900px; }
.faqs { margin-top:35px; }
details { border-bottom:1px solid var(--line); padding:23px 0; }
summary { display:flex; align-items:center; justify-content:space-between; gap:20px; cursor:pointer; font-size:17px; font-weight:500; list-style:none; }
summary::-webkit-details-marker { display:none; }
summary span { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:var(--soft); font-size:22px; font-weight:400; color:var(--green); flex-shrink:0; }
details[open] summary span { transform:rotate(45deg); }
details p { max-width:730px; font-size:14px; color:var(--muted); margin:20px 0 4px; line-height:1.9; }
.condition-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.condition-grid a { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:27px; background:var(--soft); border-radius:16px; text-decoration:none; font-size:15px; font-weight:500; transition:background .2s,transform .2s; }
.condition-grid a:nth-child(3n + 2) { background:#f1eeea; }
.condition-grid a span { font-size:24px; color:var(--green); }
.condition-grid a:hover { background:var(--sage); transform:translateY(-3px); }
.prose { max-width:800px; }
.prose p { color:var(--muted); }
.prose h2 { font-size:36px; }
.prose .button { margin:10px 0 20px; }
.download-links { display:flex; gap:15px; flex-wrap:wrap; }
.contact-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:90px; }
.contact-layout h2 { font-size:34px; }
.contact-link { display:block; font-size:30px; font-weight:500; letter-spacing:-.03em; text-decoration:none; margin-bottom:10px; }
.contact-email { font-size:14px; overflow-wrap:anywhere; }
.contact-layout>div>p { font-size:14px; color:var(--muted); margin-top:24px; }
.note { padding:28px; background:var(--sage); border-radius:18px; margin-top:35px; }
.note h3 { font-size:22px; }
.note p { font-size:13px; }
.contact-layout form { background:var(--soft); padding:40px; border-radius:24px; }
.contact-layout form>p { font-size:13px; color:var(--muted); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 20px; }
label { display:block; font-size:12px; font-weight:600; margin-bottom:20px; }
input,textarea { display:block; width:100%; margin-top:7px; border:1px solid #c6d3cb; background:white; padding:12px; border-radius:8px; color:var(--ink); font-size:16px; min-width:0; }
textarea { resize:vertical; }
input:focus,textarea:focus { outline:2px solid var(--leaf); outline-offset:2px; }
#form-status { font-size:13px; margin-top:18px; }

@media(min-width:1500px) {
  .hero { padding-top:45px; padding-bottom:95px; }
  .hero-image-frame { height:580px; }
}
@media(max-width:1150px) {
  .wrap { width:calc(100% - 80px); }
  .header { gap:28px; }
  nav { gap:20px; }
  nav>a { font-size:12px; }
  nav .button { gap:14px; font-size:11px; margin-left:0; padding-left:17px; }
  .brand { width:160px; }
  .hero { gap:40px; }
  .hero h1 { font-size:64px; }
  .hero-image-frame { height:500px; }
  .hero .eyebrow { font-size:9px; letter-spacing:.1em; }
  .hero-actions { gap:20px; }
  .care-seal { width:124px; height:124px; right:-15px; }
  .care-seal>strong { font-size:19px; }
  .split { gap:60px; }
  .cards { gap:20px; }
  .service-card>div { padding:25px; }
  .service-card>img { height:230px; }
  .service-card h3 { font-size:24px; }
  .card { padding:27px; }
  .footer-grid { gap:30px; }
  .contact-layout { gap:45px; }
}
@media(max-width:930px) {
  .header { min-height:120px; position:relative; }
  .brand { width:162px; }
  .menu-toggle { display:flex; align-items:center; gap:16px; min-height:46px; padding:9px 20px; border:1px solid var(--line); border-radius:30px; color:var(--forest); background:white; font-size:13px; cursor:pointer; }
  nav { display:none; position:absolute; top:calc(100% - 5px); left:0; right:0; z-index:5; background:white; border:1px solid var(--line); padding:18px; border-radius:18px; box-shadow:0 14px 30px #243e2d15; }
  nav.is-open { display:flex; flex-direction:column; align-items:stretch; gap:5px; }
  nav>a { padding:12px 18px; font-size:14px; }
  nav>a:not(.button)::after { display:none; }
  nav>a[aria-current] { background:var(--soft); border-radius:10px; }
  nav .button { font-size:13px; padding:10px 18px; }
  .hero { gap:28px; padding-top:25px; padding-bottom:58px; }
  .hero h1 { font-size:clamp(44px,6.1vw,56px); }
  .hero h1 em { font-size:1.05em; }
  .hero .eyebrow { font-size:8px; }
  .hero-copy>p:not(.eyebrow) { font-size:14px; }
  .hero-actions { flex-direction:column; align-items:flex-start; gap:12px; margin-top:25px; }
  .hero-note { font-size:10px; align-items:baseline; }
  .hero-image-frame { height:450px; }
  .hero-visual::before { right:6px; }
  .care-seal { width:104px; height:104px; right:-5px; top:10px; }
  .care-seal>span { font-size:23px; }
  .care-seal>strong { font-size:16px; }
  .care-seal>small { font-size:6px; margin-top:7px; }
  .photo-caption { font-size:12px; }
  .trust-strip>.wrap { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .trust-strip span { font-size:11px; }
  .section { padding-block:75px; }
  .section-heading { gap:30px; }
  .section-heading>p { max-width:280px; font-size:13px; }
  .cards { gap:16px; }
  .service-card>div { padding:22px; }
  .service-card>img { height:190px; }
  .service-card h3 { font-size:22px; }
  .service-card p { font-size:12px; }
  .card-number { font-size:8px; }
  .split { gap:40px; }
  .about-band { padding-block:65px; }
  .lead { font-size:19px; }
  .steps { gap:20px; }
  .steps>li { padding:24px; }
  .step-number { width:64px; height:64px; font-size:36px; }
  .step-icon { width:30px; height:30px; }
  .step-top { gap:12px; }
  .step-connector { right:-27px; top:40px; width:34px; height:34px; font-size:19px; }
  .steps h3 { font-size:22px; min-height:3.75em; }
  .steps p { font-size:13px; }
  .card { padding:24px; }
  .quotes blockquote { font-size:20px; }
  .price-cards h3 { font-size:24px; min-height:80px; }
  .price-cards .eyebrow { min-height:30px; }
  .cta { padding-block:60px; }
  .cta-inner { gap:30px; }
  .footer-grid { grid-template-columns:repeat(2,1fr); gap:30px 60px; }
  .contact-layout { grid-template-columns:.9fr 1.1fr; gap:30px; }
  .contact-layout form { padding:28px; }
  .form-grid { grid-template-columns:1fr; }
  .condition-grid { grid-template-columns:1fr 1fr; }
  .condition-grid a { padding:24px; }
}
@media(max-width:650px) {
  .wrap { width:calc(100% - 40px); }
  .topline>.wrap { justify-content:center; padding-block:8px; }
  .topline>.wrap>span:first-child,.topline a { display:none; }
  .topline { font-size:9px; }
  .header { min-height:115px; }
  .brand { width:154px; }
  .menu-toggle { padding:8px 17px; }
  .hero { grid-template-columns:1fr; gap:25px; padding-top:10px; padding-bottom:52px; }
  .hero-copy { padding-bottom:0; }
  .hero .eyebrow { font-size:8px; letter-spacing:.1em; margin-bottom:22px; }
  .hero h1 { font-size:clamp(42px,11.8vw,70px); margin-bottom:25px; }
  .hero h1 em { display:block; font-size:1em; }
  .hero h1 em::after { right:17%; }
  .hero-copy>p:not(.eyebrow) { font-size:14px; max-width:430px; }
  .hero-actions { flex-direction:row; align-items:center; gap:18px; flex-wrap:wrap; }
  .hero-actions .button { font-size:12px; gap:17px; padding-left:18px; }
  .hero-actions .text-link { font-size:11px; gap:8px; }
  .hero-note { font-size:10px; margin-top:20px; }
  .hero-visual { width:calc(100% - 22px); margin:5px auto 0; padding-top:17px; padding-bottom:42px; }
  .hero-image-frame { height:420px; }
  .hero-visual::before { inset:4px 8px 55px 16px; }
  .care-seal { width:114px; height:114px; right:-8px; top:4px; box-shadow:0 0 0 5px var(--paper); }
  .care-seal>strong { font-size:18px; }
  .care-seal>small { font-size:6px; }
  .photo-caption { font-size:13px; right:0; bottom:-10px; }
  .trust-strip>.wrap { gap:14px 12px; padding-block:22px; }
  .trust-strip span { font-size:9px; }
  .trust-strip span::before { font-size:14px; margin-right:7px; }
  .section { padding-block:62px; }
  h2 { font-size:38px; }
  .section-heading { display:block; margin-bottom:32px; }
  .section-heading>p { max-width:none; margin:23px 0 0; font-size:14px; }
  .section-heading>.button,.section-heading>.text-link { margin-top:24px; }
  .eyebrow { font-size:9px; margin-bottom:20px; }
  .cards { grid-template-columns:1fr; gap:24px; }
  .session-gallery { grid-template-columns:1fr; gap:26px; }
  .service-card>img { height:270px; }
  .service-card>div { padding:28px; }
  .service-card h3 { font-size:29px; }
  .service-card p { font-size:14px; }
  .card-number { font-size:9px; }
  .split { grid-template-columns:1fr; gap:42px; }
  .about-band { padding-block:58px; }
  .about-band .portrait { max-width:400px; width:calc(100% - 12px); margin-inline:auto; }
  .about-band h2 { font-size:44px; }
  .guild-membership { gap:16px; }
  .guild-membership img { width:86px; height:86px; }
  .portrait { max-height:440px; border-radius:20px 20px 95px 20px; }
  .steps { grid-template-columns:1fr; gap:26px; margin-top:36px; }
  .steps>li { padding:28px; }
  .step-top { margin-bottom:25px; }
  .step-number { width:72px; height:72px; font-size:40px; }
  .step-icon { width:36px; height:36px; }
  .step-connector { right:30px; top:auto; bottom:-32px; width:38px; height:38px; transform:rotate(90deg); }
  .steps h3 { min-height:0; font-size:25px; margin-bottom:14px; }
  .steps p { font-size:14px; }
  .card { padding:31px; }
  .quotes .card:nth-child(2) { transform:none; }
  .quotes blockquote { font-size:24px; }
  .quotes--full blockquote { font-size:16px; }
  .price-cards h3 { min-height:0; font-size:28px; }
  .price-cards .eyebrow { min-height:0; }
  .price { font-size:80px; margin-block:10px 25px; }
  .price-cards .card>p:not(.price):not(.eyebrow) { font-size:14px; }
  .cta { padding-block:58px; }
  .cta-inner { flex-direction:column; align-items:flex-start; gap:30px; }
  .cta h2 { font-size:47px; }
  .cta-action { align-items:flex-start; gap:16px; }
  .cta .eyebrow { font-size:8px; }
  footer { padding-block:45px 24px; }
  .footer-grid { gap:28px 20px; }
  .footer-grid>div:first-child,.footer-grid>div:last-child { grid-column:1/-1; }
  .footer-brand { width:195px; }
  .footer-bottom { flex-wrap:wrap; gap:12px; }
  .footer-bottom>span:last-child { display:none; }
  .page-intro { padding:32px 10px; }
  .page-intro::before { inset:0 -8px; border-radius:20px; }
  .page-intro::after { width:100px; height:50px; right:0; top:25px; }
  .page-intro h1 { font-size:45px; overflow-wrap:break-word; }
  .page-intro .lead { font-size:16px; }
  .prices-section { padding-top:35px; }
  .condition-grid { grid-template-columns:1fr; gap:14px; }
  .condition-grid a { padding:23px; }
  .prose h2 { font-size:31px; }
  .contact-layout { grid-template-columns:1fr; gap:38px; }
  .contact-layout h2 { font-size:33px; }
  .contact-layout form { padding:26px; }
  .download-links { flex-direction:column; align-items:flex-start; }
  .download-links .button { font-size:11px; gap:12px; padding-left:18px; }
  summary { font-size:16px; }
}
@media(max-width:370px) {
  .hero h1 { font-size:42px; }
  .hero .eyebrow { font-size:7px; }
  .hero-image-frame { height:365px; }
  .hero-actions { gap:12px; }
  .hero-actions .button { font-size:11px; gap:10px; }
  .hero-actions .text-link { font-size:10px; }
  .page-intro h1 { font-size:40px; }
  .trust-strip span { font-size:8px; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none!important; }
}
/* Enquiry form: uses the same colours and spacing as the public website. */
.contact-layout select { width: 100%; padding: 13px 14px; border: 1px solid var(--line); border-radius: 9px; font: inherit; color: var(--ink); background: white; }
.contact-layout select:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.contact-layout .optional { font-size: .8em; font-weight: 400; color: var(--muted); }
.contact-layout .privacy-check { display: flex; align-items: flex-start; gap: 12px; font-size: .88rem; font-weight: 400; }
.contact-layout .privacy-check input { flex: 0 0 20px; width: 20px; height: 20px; margin: 3px 0 0; accent-color: var(--green); }
.enquiry-trap { display: none; }
#enquiry-verification { margin: 18px 0; min-height: 65px; }
#enquiry-form button:disabled { opacity: .65; cursor: wait; }
#form-status:not(:empty) { border-left: 3px solid var(--green); padding: 12px 16px; background: var(--soft); border-radius: 0 8px 8px 0; }

/* Condition pages: summaries on the index grid, and prose lists. */
.condition-grid a { align-items:flex-start; }
.condition-text { display:flex; flex-direction:column; gap:6px; }
.condition-text strong { font-weight:600; }
.condition-text span { font-size:13px; font-weight:400; color:var(--muted); line-height:1.5; }
.condition-arrow { flex-shrink:0; }
.prose ul { margin:0 0 22px; padding-left:22px; color:var(--muted); }
.prose li { margin-bottom:9px; line-height:1.65; }
.note h3 { margin-bottom:8px; }
.note p { font-size:15px; color:var(--ink); }
