:root {
  --ink: #37281f;
  --text: #58483e;
  --muted: #8a7566;
  --cream: #fff7ed;
  --sand: #ead8c5;
  --rose: #d9a08f;
  --terracotta: #b96142;
  --terracotta-dark: #8f422e;
  --sage-soft: #dfe4d1;
  --line: rgba(55, 40, 31, .16);
  --shadow: 0 28px 80px rgba(82, 55, 38, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(circle at 10% 0%, rgba(217,160,143,.45), transparent 32rem), radial-gradient(circle at 90% 15%, rgba(216,169,93,.24), transparent 28rem), var(--cream);
  font-family: "Segoe UI", Tahoma, sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 247, 237, .9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { text-decoration: none; color: var(--ink); letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 1.85rem; letter-spacing: 0; text-transform: none; line-height: 1; }
.site-nav { display: flex; gap: 1rem; align-items: center; font-size: .94rem; }
.site-nav a { text-decoration: none; color: var(--ink); border-bottom: 1px solid transparent; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { border-color: var(--terracotta); color: var(--terracotta-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fffaf4; border-radius: 999px; padding: .55rem .9rem; color: var(--ink); }
.hero, .page-hero, .contact-hero { padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 6vw, 6rem); }
.warm-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 500px); gap: clamp(2rem, 5vw, 5rem); align-items: center; min-height: calc(100vh - 86px); }
.nature-hero { position: relative; isolation: isolate; overflow: hidden; }
.nature-hero:before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: var(--hero-nature); background-size: cover; background-position: center; opacity: .34; filter: saturate(1.12) contrast(.96); }
.nature-hero:after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255,247,237,.96) 0%, rgba(255,247,237,.88) 42%, rgba(255,247,237,.44) 100%), radial-gradient(circle at 18% 28%, rgba(185,97,66,.22), transparent 26rem); }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 1rem; color: var(--terracotta-dark); font-weight: 800; letter-spacing: .15em; text-transform: uppercase; font-size: .76rem; }
h1, h2, h3 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.4vw, 6.3rem); max-width: 10.5ch; }
.page-hero h1, .contact-hero h1 { font-size: clamp(2.8rem, 5.5vw, 5.4rem); max-width: 13ch; }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: 1.55rem; }
.lead { font-size: clamp(1.12rem, 1.45vw, 1.32rem); color: var(--text); max-width: 46rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 3.15rem; align-items: center; justify-content: center; padding: .8rem 1.25rem; border-radius: 999px; border: 1px solid var(--terracotta-dark); text-decoration: none; font-weight: 800; }
.button.primary { background: var(--terracotta); color: #fffaf4; box-shadow: 0 14px 34px rgba(185,97,66,.26); }
.button.secondary { background: rgba(255,250,244,.72); color: var(--terracotta-dark); }
.hero-image { margin: 0; position: relative; }
.portrait-card { align-self: end; }
.hero-image:before { content: ""; position: absolute; inset: -1.2rem 1rem 1rem -1rem; background: var(--rose); border-radius: 44% 44% 4rem 4rem; z-index: -1; }
.hero-image img, .page-hero.personal img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 44% 44% 4rem 4rem; box-shadow: var(--shadow); }
.intro-strip { margin: 0 clamp(1rem, 6vw, 6rem); padding: clamp(1.8rem, 4vw, 3rem); border-radius: 2rem; background: linear-gradient(135deg, var(--terracotta), #d58865); color: #fffaf4; }
.intro-strip p { margin: 0; max-width: 980px; font-family: Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.8rem); line-height: 1.15; }
.split-section, .image-text, .warm-panel, .process, .therapy-grid, .testimonials, .content-narrow, .contact-hero, .pricing-grid, .info-panel, .reference-preview, .case-panel, .atmosphere-strip, .reference-longform { margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 6vw, 6rem); }
.split-section, .image-text, .warm-panel, .reference-preview, .case-panel, .info-panel, .reference-longform { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split-section.compact { padding-top: 3rem; }
.route-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.route-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.soft-card, .price-card, blockquote, .process article, .therapy-grid article { padding: clamp(1.35rem, 2.5vw, 2rem); border: 1px solid var(--line); border-radius: 1.6rem; background: rgba(255, 250, 244, .8); box-shadow: 0 16px 45px rgba(82,55,38,.08); }
.soft-card a, .text-link { color: var(--terracotta-dark); font-weight: 800; text-underline-offset: .35em; }
.image-text img { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 2rem; box-shadow: var(--shadow); }
.image-text.reverse { grid-template-columns: minmax(0, 1fr) minmax(260px, 520px); }
.image-text.reverse img { order: 2; }
.warm-panel, .info-panel { margin: clamp(1rem, 3vw, 2rem) clamp(1rem, 6vw, 6rem); border-radius: 2.2rem; background: linear-gradient(135deg, #f1c7b7, #f5dfc0 55%, var(--sage-soft)); }
.atmosphere-strip { display: grid; grid-template-columns: 1.1fr .9fr 1fr; gap: 1rem; padding-top: 2rem; padding-bottom: 2rem; }
.atmosphere-strip img { width: 100%; height: clamp(180px, 22vw, 320px); object-fit: cover; border-radius: 1.7rem; box-shadow: 0 18px 55px rgba(82,55,38,.12); }
.atmosphere-strip img:nth-child(2) { margin-top: 2rem; }
.mini-grid { display: flex; flex-wrap: wrap; gap: .8rem; }
.mini-grid span { padding: .7rem 1rem; border-radius: 999px; background: rgba(255,255,255,.58); color: var(--ink); font-weight: 700; }
.page-hero { max-width: 1180px; }
.page-hero.personal { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 380px); gap: 3rem; align-items: center; }
.process, .therapy-grid, .testimonials, .pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.process { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.process span { color: var(--terracotta); font-weight: 900; }
.content-narrow { max-width: 850px; font-size: 1.15rem; }
.testimonials.strong { grid-template-columns: repeat(2, minmax(0, 1fr)); }
blockquote { margin: 0; }
blockquote p { font-family: Georgia, serif; color: var(--ink); font-size: 1.35rem; line-height: 1.28; }
blockquote cite { color: var(--terracotta-dark); font-style: normal; font-weight: 800; }
.reference-longform { align-items: start; }
.reference-card-list { display: grid; gap: 1rem; }
.reference-card, .featured-reference { display: block; text-decoration: none; border: 1px solid var(--line); border-radius: 1.5rem; background: rgba(255,250,244,.86); padding: clamp(1.25rem, 2.5vw, 2rem); box-shadow: 0 16px 45px rgba(82,55,38,.08); transition: transform .18s ease, box-shadow .18s ease; }
.reference-card:hover, .featured-reference:hover { transform: translateY(-2px); box-shadow: 0 22px 60px rgba(82,55,38,.14); }
.reference-card span, .featured-reference span { display: block; color: var(--terracotta-dark); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; margin-bottom: .5rem; }
.reference-card h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); margin-bottom: .6rem; }
.reference-card p { color: var(--text); }
.reference-card em, .featured-reference em { color: var(--terracotta-dark); font-style: normal; font-weight: 900; text-decoration: underline; text-underline-offset: .35em; }
.featured-reference strong { display: block; color: var(--ink); font-family: Georgia, serif; font-size: clamp(1.6rem, 3vw, 2.6rem); line-height: 1.08; margin-bottom: 1rem; }
.reference-story blockquote { margin-bottom: 2rem; background: #fffaf4; }
.reference-story p { font-size: 1.12rem; }
.reference-list { display: grid; gap: .85rem; }
.reference-detail { border: 1px solid var(--line); border-radius: 1.4rem; background: rgba(255,250,244,.82); overflow: hidden; }
.reference-detail summary { cursor: pointer; list-style: none; padding: 1.1rem 1.25rem; display: grid; gap: .25rem; color: var(--ink); font-weight: 900; }
.reference-detail summary::-webkit-details-marker { display: none; }
.reference-detail summary small { color: var(--muted); font-weight: 600; line-height: 1.45; }
.reference-detail div { padding: 0 1.25rem 1.25rem; }
.reference-detail p { margin-top: 0; }
.reference-detail cite { color: var(--terracotta-dark); font-style: normal; font-weight: 800; }
.pricing-grid { align-items: stretch; }
.price-card.highlight { background: #37281f; color: #fff7ed; }
.price-card.highlight h2 { color: #fff7ed; }
.price-card ul { list-style: none; padding: 0; margin: 1.4rem 0; display: grid; gap: .8rem; }
.price-card li { display: grid; grid-template-columns: minmax(0, 1fr) max-content; gap: 1.25rem; align-items: start; border-top: 1px solid var(--line); padding-top: .8rem; }
.price-card li > span { min-width: 0; }
.price-card li > b { white-space: nowrap; text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); }
.price-card.highlight li > b { color: #fff7ed; }
.price-card small { display: block; color: var(--muted); font-weight: 400; }
.price-card.highlight small { color: #ead8c5; }
.before-after { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.before-after figure { margin: 0; border-radius: 1.2rem; overflow: hidden; background: #fffaf4; border: 1px solid var(--line); }
.before-after img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.before-after figcaption { padding: .7rem .9rem; font-weight: 800; color: var(--terracotta-dark); }
.contact-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: 3rem; align-items: start; }
.contact-card { padding: 2rem; border-radius: 2rem; background: var(--ink); color: #fff7ed; box-shadow: var(--shadow); }
.contact-card h2 { color: #fff7ed; font-size: 2rem; }
.price-card, .info-panel, .reference-detail, .contact-card { min-width: 0; overflow-wrap: anywhere; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem; padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 6vw, 6rem); background: #ead8c5; border-top: 1px solid var(--line); }
.site-footer h2 { max-width: 13ch; }
.site-footer address { font-style: normal; align-self: end; }
@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .menu-toggle { display: inline-flex; }
  .site-nav { display: none; flex-basis: 100%; flex-direction: column; align-items: start; }
  .site-nav.open { display: flex; }
  .warm-hero, .split-section, .image-text, .image-text.reverse, .warm-panel, .page-hero.personal, .contact-hero, .site-footer, .reference-preview, .case-panel, .info-panel, .reference-longform { grid-template-columns: 1fr; }
  .image-text.reverse img { order: 0; }
  .route-grid.two, .process, .therapy-grid, .testimonials, .testimonials.strong, .pricing-grid, .before-after, .atmosphere-strip { grid-template-columns: 1fr; }
  .atmosphere-strip img:nth-child(2) { margin-top: 0; }
  .price-card li { grid-template-columns: 1fr; gap: .25rem; }
  .price-card li > b { text-align: left; }
  .price-card { width: 100%; }
  .info-panel { width: auto; }
  .warm-panel, .info-panel { margin-left: .75rem; margin-right: .75rem; }
  .info-panel { padding-left: 1rem; padding-right: 1rem; }
  h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
}
