:root {
  --ink: #26312d;
  --muted: #65716b;
  --cream: #f8f3ed;
  --paper: #fffdf9;
  --sage: #7f9487;
  --sage-dark: #556f61;
  --sage-soft: #e8eee9;
  --rose: #c9948a;
  --rose-soft: #f4e4df;
  --gold: #b9915f;
  --line: rgba(38, 49, 45, 0.13);
  --shadow: 0 24px 65px rgba(57, 49, 41, 0.11);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image: radial-gradient(rgba(92, 105, 97, .085) .65px, transparent .65px);
  background-size: 13px 13px;
  opacity: .42;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--ink);
  color: white;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  padding: 12px clamp(22px, 5vw, 76px);
  display: flex;
  align-items: center;
  gap: 36px;
  background: rgba(248, 243, 237, .88);
  border-bottom: 1px solid rgba(38, 49, 45, .07);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  border: 1px solid rgba(185, 145, 95, .65);
  border-radius: 50%;
  color: var(--gold);
  font: 500 27px/1 Georgia, serif;
  background: rgba(255, 253, 249, .85);
}
.brand strong { display: block; font: 500 17px/1 Georgia, serif; letter-spacing: .21em; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; letter-spacing: .095em; }
nav { display: flex; gap: 29px; }
nav a { color: #4a5751; font-size: 13px; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--sage-dark); }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 51px;
  padding: 0 23px;
  border: 0;
  border-radius: 999px;
  background: var(--sage-dark);
  color: white;
  box-shadow: 0 11px 28px rgba(85, 111, 97, .2);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: #476254; box-shadow: 0 14px 32px rgba(85, 111, 97, .27); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible {
  outline: 3px solid rgba(185, 145, 95, .55);
  outline-offset: 3px;
}
.button-small { min-height: 42px; padding: 0 19px; font-size: 13px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - 76px);
  padding: clamp(54px, 8vw, 112px) clamp(22px, 7vw, 110px) clamp(78px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.07fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(45px, 8vw, 130px);
}
.hero::after {
  content: "G";
  position: absolute;
  right: -38px;
  bottom: -205px;
  z-index: -1;
  color: rgba(185, 145, 95, .07);
  font: 500 570px/1 Georgia, serif;
}
.eyebrow {
  margin: 0 0 17px;
  color: var(--sage-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  max-width: 780px;
  margin-bottom: 27px;
  font: 500 clamp(51px, 6vw, 88px)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}
h1 em { color: var(--rose); font-weight: 400; }
.lead { max-width: 630px; margin-bottom: 32px; color: #59655f; font-size: clamp(17px, 1.45vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.text-link { color: var(--sage-dark); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px 25px; margin-top: 47px; color: var(--muted); font-size: 12px; font-weight: 650; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--gold); }

.hero-visual { position: relative; width: min(100%, 510px); justify-self: center; }
.logo-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid rgba(185, 145, 95, .22);
  border-radius: 50% 50% 45% 55% / 46% 48% 52% 54%;
  background: var(--paper);
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
}
.logo-card img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.025); }
.logo-halo {
  position: absolute;
  inset: -28px;
  border: 1px solid rgba(127, 148, 135, .32);
  border-radius: 48% 52% 52% 48% / 52% 47% 53% 48%;
  transform: rotate(-7deg);
}
.floating-note {
  position: absolute;
  left: -36px;
  bottom: 17px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 19px;
  border: 1px solid rgba(38, 49, 45, .08);
  border-radius: 17px;
  background: rgba(255, 253, 249, .94);
  box-shadow: 0 16px 40px rgba(57, 49, 41, .13);
  backdrop-filter: blur(8px);
}
.floating-note .note-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--rose-soft); color: var(--rose); font-size: 23px; }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { margin-bottom: 4px; font: 500 16px/1 Georgia, serif; }
.floating-note small { color: var(--muted); font-size: 11px; }

.hero-section { overflow: hidden; background: var(--cream); }
.about-panel {
  position: relative;
  z-index: 2;
  max-width: 1160px;
  margin: -22px auto 100px;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  overflow: hidden;
  border-radius: 32px;
  background: #334d40;
  color: white;
  box-shadow: 0 28px 70px rgba(47, 68, 57, .2);
}
.about-photo-wrap { position: relative; min-height: 540px; background: #dbe2dc; }
.about-photo { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.82); }
.photo-caption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 253, 249, .9);
  color: var(--ink);
  font: 500 14px/1 Georgia, serif;
  backdrop-filter: blur(7px);
}
.about-copy { padding: clamp(36px, 5vw, 66px); align-self: center; }
.about-copy .eyebrow { color: #d9bd98; }
.about-copy h2 { max-width: 650px; margin: 0 0 25px; font: 500 clamp(35px, 3.7vw, 53px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.about-copy > p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.76); line-height: 1.72; }
.credentials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 27px; }
.credentials span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.9); font-size: 11px; font-weight: 690; }

.support-section { padding: 96px clamp(22px, 7vw, 110px) 112px; background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: end; max-width: 1160px; margin: 0 auto 40px; }
.section-heading h2, .needs-intro h2, .contact-copy h2 { margin-bottom: 0; font: 500 clamp(38px, 4vw, 58px)/1.07 Georgia, serif; letter-spacing: -.035em; }
.section-heading > p { max-width: 500px; margin-bottom: 5px; color: var(--muted); line-height: 1.7; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1160px; margin: 0 auto; }
.offer-card { position: relative; overflow: hidden; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius); }
.therapy-card { background: linear-gradient(145deg, #edf2ee, #f7faf7); }
.diagnosis-card { background: linear-gradient(145deg, #f7e9e5, #fff8f5); }
.offer-topline { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--sage-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.offer-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(85, 111, 97, .21); border-radius: 50%; font-size: 18px; }
.offer-card h3 { max-width: 500px; margin-bottom: 25px; font: 500 clamp(25px, 2.4vw, 34px)/1.17 Georgia, serif; }
.offer-card ul { margin: 0; padding: 0; list-style: none; columns: 1; }
.offer-card li { position: relative; padding: 11px 0 11px 22px; border-top: 1px solid rgba(38, 49, 45, .085); color: #526059; font-size: 14px; line-height: 1.45; break-inside: avoid; }
.offer-card li::before { content: "•"; position: absolute; left: 2px; color: var(--gold); font-size: 19px; line-height: 1; }

.service-details { max-width: 1160px; margin: 22px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.service-details details { border: 1px solid var(--line); border-radius: 16px; background: #fffdfa; }
.service-details summary { min-height: 61px; padding: 17px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #415148; font: 500 18px/1.2 Georgia, serif; cursor: pointer; list-style: none; }
.service-details summary::-webkit-details-marker { display: none; }
.service-details summary span:last-child { color: var(--gold); font: 400 20px/1 sans-serif; transition: transform .2s ease; }
.service-details details[open] summary span:last-child { transform: rotate(45deg); }
.service-details details p { margin: 0; padding: 0 20px 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.needs-panel {
  max-width: 1160px;
  margin: 72px auto 0;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: #f4f0ea;
  box-shadow: 0 18px 55px rgba(57, 49, 41, .08);
}
.needs-intro { padding: clamp(32px, 5vw, 64px); border-right: 1px solid var(--line); }
.needs-intro h2 { margin-bottom: 23px; }
.needs-intro > p:not(.eyebrow):not(.privacy-note) { color: var(--muted); line-height: 1.7; }
.privacy-note { margin-top: 34px; color: #68736e; font-size: 12px; line-height: 1.5; }
.privacy-note span { margin-right: 6px; color: var(--sage); font-size: 8px; }
.needs-tool { padding: clamp(28px, 4vw, 54px); }
.need-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.need-chip {
  min-height: 49px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(38, 49, 45, .12);
  border-radius: 13px;
  background: rgba(255, 253, 249, .76);
  color: #4d5953;
  text-align: left;
  font-size: 13px;
  font-weight: 690;
  cursor: pointer;
  transition: border .2s ease, background .2s ease, transform .2s ease;
}
.need-chip:hover { transform: translateY(-1px); border-color: rgba(85, 111, 97, .38); }
.need-chip[aria-pressed="true"] { border-color: var(--sage-dark); background: var(--sage-dark); color: white; box-shadow: 0 8px 22px rgba(85, 111, 97, .17); }
.need-chip span { min-width: 22px; font-size: 16px; text-align: center; }
.recommendation { min-height: 146px; margin-top: 18px; padding: 22px; border-radius: 17px; background: var(--paper); border: 1px solid rgba(38, 49, 45, .09); }
.empty-result { height: 100%; min-height: 100px; display: grid; place-items: center; align-content: center; gap: 7px; color: #7b8580; text-align: center; }
.empty-result span { font-size: 24px; color: var(--gold); }
.empty-result p { margin-bottom: 0; font-size: 13px; }
.result-kicker { margin-bottom: 10px; color: var(--sage-dark); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.result-title { margin-bottom: 13px; font: 500 22px/1.2 Georgia, serif; }
.result-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.result-tag { padding: 7px 10px; border-radius: 999px; background: var(--sage-soft); color: #466052; font-size: 11px; font-weight: 750; }
.result-note { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.disclaimer { margin: 17px 3px 0; color: #727d77; font-size: 11px; line-height: 1.55; }

.price-panel { max-width: 1160px; margin: 72px auto 0; padding: clamp(31px, 5vw, 60px); border: 1px solid rgba(185, 145, 95, .25); border-radius: 32px; background: linear-gradient(145deg, #fbf5ed, #fffdfa); }
.price-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 55px; padding-bottom: 31px; border-bottom: 1px solid rgba(38,49,45,.1); }
.price-heading h2 { margin: 0; font: 500 clamp(36px, 4vw, 54px)/1.08 Georgia, serif; letter-spacing: -.035em; }
.price-heading > p { max-width: 470px; margin: 0 0 4px; color: var(--muted); line-height: 1.65; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 6vw, 75px); padding-top: 34px; }
.price-column h3 { margin-bottom: 13px; color: var(--sage-dark); font: 500 22px/1.2 Georgia, serif; }
.price-row { min-height: 58px; padding: 12px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; border-bottom: 1px solid rgba(38,49,45,.09); }
.price-row > span { color: #4f5b55; font-size: 13px; line-height: 1.4; }
.price-row > span small { display: block; margin-top: 3px; color: #7d8882; font-size: 10px; }
.price-row strong { color: var(--ink); font-size: 14px; text-align: right; white-space: nowrap; }
.price-row strong small { color: var(--muted); font-size: 10px; font-weight: 600; }
.price-note { margin: 27px 0 0; color: #76827c; font-size: 11px; text-align: center; }

.contact-section { position: relative; overflow: hidden; padding: 104px clamp(22px, 7vw, 110px) 28px; display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(45px, 8vw, 105px); background: #dce4de; }
.contact-section::before { content: ""; position: absolute; width: 380px; height: 380px; left: -150px; top: -180px; border: 1px solid rgba(85, 111, 97, .2); border-radius: 50%; }
.contact-copy, .contact-form { position: relative; z-index: 1; }
.contact-copy h2 { max-width: 600px; margin-bottom: 25px; }
.contact-copy > p:not(.eyebrow) { max-width: 585px; color: #56645d; line-height: 1.75; }
.contact-details { margin-top: 34px; display: grid; gap: 10px; }
.contact-details a, .contact-details > div { display: flex; align-items: center; gap: 13px; width: fit-content; text-decoration: none; }
.contact-details > * > span:first-child { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: rgba(255,255,255,.55); color: var(--sage-dark); font-weight: 800; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 2px; color: #65726b; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { font-size: 15px; }
.booking-button { margin-top: 12px; background: var(--ink); }
.location-cards { display: grid; gap: 10px; margin-top: 28px; }
.location-card { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(38,49,45,.11); border-radius: 15px; background: rgba(255,255,255,.37); }
.location-card > span { display: grid; place-items: center; width: 39px; height: 39px; flex: 0 0 39px; border-radius: 50%; background: rgba(255,255,255,.62); color: var(--sage-dark); font-weight: 800; }
.location-card small, .location-card strong { display: block; }
.location-card small { margin-bottom: 4px; color: #68756e; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.location-card strong { font-size: 13px; }
.contact-form { padding: clamp(27px, 4vw, 42px); border: 1px solid rgba(255,255,255,.65); border-radius: 29px; background: rgba(255, 253, 249, .82); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.form-heading { margin-bottom: 22px; }
.form-heading span { display: block; margin-bottom: 7px; font: 500 26px/1.2 Georgia, serif; }
.form-heading small { color: #738079; line-height: 1.4; }
label { display: block; margin-top: 16px; color: #4c5852; font-size: 12px; font-weight: 770; }
label > span { font-weight: 500; color: #7d8782; }
input, select, textarea { width: 100%; margin-top: 8px; padding: 13px 14px; border: 1px solid rgba(38,49,45,.13); border-radius: 12px; background: rgba(255,255,255,.82); color: var(--ink); outline: none; }
textarea { resize: vertical; min-height: 98px; }
input:focus, select:focus, textarea:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(127, 148, 135, .13); }
.form-submit { width: 100%; margin-top: 18px; }
.form-status { min-height: 18px; margin: 12px 0 0; color: var(--sage-dark); font-size: 12px; text-align: center; }
footer { grid-column: 1 / -1; margin-top: 44px; padding-top: 26px; display: flex; align-items: center; gap: 28px; border-top: 1px solid rgba(38,49,45,.12); color: #65726b; font-size: 11px; }
.footer-brand { margin-right: auto; display: flex; align-items: center; gap: 10px; }
.footer-brand .brand-mark { width: 34px; height: 34px; flex-basis: 34px; font-size: 21px; background: rgba(255,255,255,.45); }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: var(--ink); font: 500 13px/1 Georgia, serif; letter-spacing: .18em; }
.footer-brand small { margin-top: 4px; }
footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr 380px; gap: 42px; }
  h1 { font-size: clamp(48px, 7vw, 67px); }
  .offer-grid, .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .about-panel { margin-left: 28px; margin-right: 28px; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); }
  .about-copy { padding: 39px; }
  .needs-panel { grid-template-columns: 1fr; }
  .needs-intro { border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-section { grid-template-columns: 1fr 1fr; gap: 35px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .topbar { min-height: 68px; padding: 9px 18px; }
  .brand small { display: none; }
  .brand strong { font-size: 14px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; font-size: 24px; }
  .button-small { min-height: 39px; padding: 0 15px; }
  .hero { min-height: auto; padding: 55px 22px 78px; grid-template-columns: 1fr; gap: 62px; }
  .hero::after { display: none; }
  h1 { font-size: clamp(46px, 13vw, 62px); }
  .lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .hero-actions .button { width: 100%; }
  .trust-row { margin-top: 34px; display: grid; gap: 10px; }
  .hero-visual { width: min(88vw, 430px); }
  .floating-note { left: -10px; bottom: -25px; }
  .about-panel { margin: 0 18px 76px; grid-template-columns: 1fr; border-radius: 25px; }
  .about-photo-wrap { min-height: 430px; }
  .about-copy { padding: 34px 23px 38px; }
  .about-copy h2 { font-size: 38px; }
  .support-section { padding: 76px 18px 85px; }
  .section-heading { margin-bottom: 30px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { border-radius: 23px; }
  .service-details { grid-template-columns: 1fr; }
  .needs-panel { margin-top: 50px; border-radius: 25px; }
  .need-options { grid-template-columns: 1fr; }
  .needs-tool, .needs-intro { padding: 28px 21px; }
  .price-panel { margin-top: 50px; padding: 29px 21px; border-radius: 25px; }
  .price-heading, .price-grid { grid-template-columns: 1fr; gap: 24px; }
  .price-heading h2 { font-size: 39px; }
  .price-row { gap: 12px; }
  .contact-section { padding: 76px 19px 25px; grid-template-columns: 1fr; }
  .contact-form { padding: 27px 20px; border-radius: 23px; }
  footer { align-items: flex-start; flex-wrap: wrap; gap: 16px 24px; }
  .footer-brand { flex: 1 0 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
