:root {
  --ink: #173d4a;
  --muted: #536366;
  --navy: #173d4a;
  --teal: #55777a;
  --teal-dark: #173d4a;
  --cream: #f1e9df;
  --paper: #fbf8f2;
  --line: #cfc5b9;
  --sand: #b45d46;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(23, 61, 74, 0.13);
  --radius: .35rem;
  --wrap: 74rem;
}
* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1.05rem; line-height: 1.7; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { text-decoration-color: var(--sand); }
h1, h2, h3 { margin: 0 0 .7em; font-family: Georgia, "Times New Roman", serif; line-height: 1.12; font-weight: 500; letter-spacing: -.025em; }
h1 { max-width: 17ch; font-size: clamp(2.45rem, 5vw, 4.65rem); text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.45rem; }
p, ul { margin: 0 0 1.2rem; }
.wrap { width: min(calc(100% - 2.5rem), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: .5rem; left: .5rem; transform: translateY(-160%); padding: .7rem 1rem; background: var(--white); color: var(--ink); border-radius: .4rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: .2rem solid var(--sand); outline-offset: .2rem; }
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; background: transparent; }
.header-inner { min-height: 6.5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; border-bottom: 1px solid rgba(23, 61, 74, .28); }
.brand img { width: 8.2rem; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.9rem); font-size: .9rem; font-weight: 700; }
.desktop-nav a { text-decoration: none; }
.desktop-nav a[aria-current="page"] { color: var(--ink); box-shadow: 0 2px 0 var(--ink); }
.desktop-nav .nav-cta { padding: .65rem 1rem; color: var(--white); background: var(--teal-dark); border-radius: 999px; }
.mobile-booking { display: none; }
.mobile-nav { display: none; }
.hero { position: relative; min-height: 43rem; display: grid; align-items: center; overflow: hidden; background: var(--cream); }
.hero--coastal-sunrise { --hero: url('coastal-sunrise.jpg'); }
.hero--meadow { --hero: url('meadow.jpg'); }
.hero--coastal-flowers { --hero: url('coastal-flowers.jpg'); }
.hero--stone-garden { --hero: url('stone-garden.jpg'); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249, 243, 234, .96) 0%, rgba(249, 243, 234, .82) 48%, rgba(249, 243, 234, .18) 100%), var(--hero) center / cover no-repeat; }
.hero-content { position: relative; z-index: 1; padding-block: clamp(9rem, 15vw, 12rem) clamp(5rem, 10vw, 8rem); color: var(--ink); }
.hero-content--simple { display: grid; min-height: 28rem; place-items: center; padding-block: 8rem 3rem; text-align: center; }
.hero-content--simple h1 { max-width: none; margin: 0; font-size: clamp(2.5rem, 5vw, 4rem); }
.hero .eyebrow { color: var(--teal-dark); }
.hero .lead { max-width: 39rem; margin-top: 1.5rem; font-size: clamp(1.08rem, 2vw, 1.3rem); color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2rem; }
.eyebrow { margin-bottom: 1rem; color: var(--teal); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 2px solid var(--teal-dark); border-radius: 999px; background: var(--teal-dark); color: var(--white); font-size: .92rem; font-weight: 750; text-decoration: none; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.hero-actions > .button:not(.button--ghost) { background: var(--teal-dark); border-color: var(--teal-dark); color: var(--white); box-shadow: 0 8px 24px rgba(23, 61, 74, .18); }
.hero-actions > .button:not(.button--ghost):hover { background: #0c2b35; border-color: #0c2b35; color: var(--white); }
.button--ghost { background: rgba(251,248,242,.25); border-color: var(--teal-dark); color: var(--teal-dark); }
.button--outline { background: transparent; color: var(--teal-dark); }
.button--light { background: var(--white); border-color: var(--white); color: var(--teal-dark); }
.button--light:hover { background: var(--cream); border-color: var(--cream); color: var(--teal-dark); }
.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section--compact { padding-block: 3.5rem; }
.section--tint { background: var(--cream); }
.section-heading { max-width: 48rem; margin-bottom: 2.8rem; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: center; }
.split--wide { align-items: start; }
.prose { max-width: 44rem; }
.prose--wide { max-width: 56rem; }
.prose > :last-child { margin-bottom: 0; }
.feature-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.feature-image--portrait { aspect-ratio: 4 / 5; }
.hero-quote { padding-block: clamp(2rem, 5vw, 3.5rem); background: var(--navy); color: var(--white); text-align: center; }
.hero-quote blockquote { max-width: 58rem; margin: 0 auto; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 2.8vw, 2.15rem); font-style: italic; line-height: 1.45; }
.approach-layout { grid-template-columns: minmax(0, 1.25fr) minmax(15rem, .75fr); }
.practitioner-portrait { width: min(100%, 23rem); aspect-ratio: 1; margin-inline: auto; border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: var(--shadow); }
.services-showcase { padding-block: clamp(3rem, 7vw, 6rem); background: var(--cream); }
.services-showcase__grid { display: grid; min-height: 42rem; grid-template-columns: 1fr 1fr; padding: 0; background: url('meadow.jpg') center / cover no-repeat; box-shadow: var(--shadow); }
.services-showcase__image { min-height: 28rem; }
.services-panel { padding: clamp(2.2rem, 5vw, 4.8rem); background: rgba(251, 248, 242, .93); }
.services-panel h2 { max-width: 12ch; }
.services-panel__action { margin: 1.8rem 0 0; }
.accordion-list--quiet summary { font-size: 1.16rem; }
.accordion-list--quiet details p { font-size: .95rem; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1.5rem, 4vw, 3rem); }
.values-grid article { padding-top: 1.5rem; border-top: 1px solid var(--teal); }
.values-grid span { color: var(--teal); font-size: .78rem; font-weight: 800; }
.values-grid h3 { margin-top: 1.2rem; }
.tick-list { padding: 0; list-style: none; }
.tick-list li { position: relative; padding: .7rem 0 .7rem 1.8rem; border-bottom: 1px solid var(--line); }
.tick-list li::before { content: "—"; position: absolute; left: 0; color: var(--teal); font-weight: 800; }
.card-grid { display: grid; gap: 1.2rem; }
.card-grid--four { grid-template-columns: repeat(4, 1fr); }
.card-grid--three { grid-template-columns: repeat(3, 1fr); }
.card-grid--two { grid-template-columns: repeat(2, 1fr); }
.card { min-width: 0; padding: 1.8rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(28, 36, 75, .06); }
.card h3 a { text-decoration: none; }
.card-number { display: block; margin-bottom: 2.8rem; color: var(--teal); font-size: .8rem; font-weight: 800; }
.card--accent { background: var(--teal-dark); border-color: var(--teal-dark); color: var(--white); }
.section-action { margin-top: 2rem; text-align: center; }
.text-link { color: var(--teal-dark); font-weight: 750; }
.link-pair { display: flex; flex-wrap: wrap; gap: 1.5rem; }
.quote-card { padding: clamp(2rem, 5vw, 4rem); border-radius: var(--radius); background: var(--teal-dark); color: var(--white); box-shadow: var(--shadow); }
.quote-card blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1.35; }
.accordion-list details { border-top: 1px solid var(--line); }
.accordion-list details:last-child { border-bottom: 1px solid var(--line); }
.accordion-list summary { padding: 1.3rem 2.5rem 1.3rem 0; cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; }
.accordion-list details p { padding-right: 2rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; padding: 0; list-style: none; }
.steps li { display: flex; gap: 1.2rem; padding: 1.8rem; border-top: 2px solid var(--teal); background: var(--cream); }
.steps li > span { color: var(--teal); font-weight: 800; }
.steps h3 { margin-bottom: .3rem; }
.price { color: var(--teal-dark); font-weight: 700; }
.price span { font-family: Georgia, "Times New Roman", serif; font-size: 4.5rem; font-weight: 500; }
.note { margin-top: 1.2rem; padding: 1.8rem; border-left: .35rem solid var(--sand); background: var(--white); }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.callout h2 { margin-bottom: .2rem; }
.contact-grid .card { overflow-wrap: anywhere; }
.contact-icon { display: grid; width: 2.6rem; height: 2.6rem; margin-bottom: 1.6rem; place-items: center; border-radius: 50%; background: var(--cream); color: var(--teal-dark); font-weight: 800; }
.card--accent .contact-icon { background: rgba(255,255,255,.13); color: var(--white); }
address { margin-bottom: 1rem; font-style: normal; }
.crisis { padding-block: 1rem; background: #edf3f8; border-block: 1px solid #c9d9e5; color: #1c244b; font-size: .9rem; }
.crisis .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: .35rem 1.2rem; text-align: center; }
.crisis strong { font-weight: 800; }
.site-footer { padding-block: 4.5rem 2rem; background: var(--ink); color: #edf3f8; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; }
.footer-brand { max-width: 30rem; }
.footer-brand img { width: 8rem; margin-bottom: 1.5rem; filter: brightness(0) invert(1); opacity: .9; }
.footer-heading { margin-bottom: 1rem; font-size: 1rem; font-family: inherit; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: inherit; }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.15); color: #c6d6e4; font-size: .85rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 62rem) {
  .header-inner { gap: .75rem; }
  .desktop-nav { display: none; }
  .mobile-booking { display: inline-flex; min-height: 2.5rem; margin-left: auto; align-items: center; padding: .5rem .85rem; border-radius: 999px; background: var(--teal-dark); color: var(--white); font-size: .82rem; font-weight: 750; line-height: 1; text-decoration: none; white-space: nowrap; }
  .mobile-booking:hover { background: var(--ink); }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { cursor: pointer; font-weight: 750; }
  .mobile-nav nav { position: absolute; right: 0; top: 2.5rem; width: min(18rem, calc(100vw - 2.5rem)); padding: 1rem; background: var(--paper); border: 1px solid var(--line); border-radius: .8rem; box-shadow: var(--shadow); }
  .mobile-nav a { display: block; padding: .55rem; text-decoration: none; }
  .card-grid--four { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 45rem) {
  body { font-size: 1rem; }
  .wrap { width: min(calc(100% - 1.5rem), var(--wrap)); }
  .header-inner { min-height: 5.25rem; }
  .brand img { width: 5.6rem; }
  .hero { min-height: 38rem; align-items: end; }
  .hero::before { background: linear-gradient(0deg, rgba(249,243,234,.97) 0%, rgba(249,243,234,.82) 58%, rgba(249,243,234,.2) 100%), var(--hero) 62% center / cover no-repeat; }
  .hero-content { padding-block: 9rem 4rem; }
  .hero-content--simple { min-height: 28rem; padding-block: 8rem 3rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .split, .card-grid--four, .card-grid--three, .card-grid--two, .steps, .footer-grid { grid-template-columns: 1fr; }
  .approach-layout { grid-template-columns: 1fr; }
  .services-showcase { padding-block: 0; }
  .services-showcase__grid { width: 100%; grid-template-columns: 1fr; background-position: 42% center; }
  .services-showcase__image { min-height: 20rem; }
  .services-panel { padding: 2.5rem 1.25rem; background: rgba(251,248,242,.97); }
  .values-grid { grid-template-columns: 1fr; }
  .callout { align-items: flex-start; flex-direction: column; }
  .feature-image { order: 2; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
