:root {
  --navy: #082f3b;
  --navy-2: #0e4652;
  --teal: #2b7b78;
  --teal-light: #dcecea;
  --cream: #f6f2ea;
  --white: #ffffff;
  --ink: #15343c;
  --muted: #61757a;
  --gold: #caa76d;
  --shadow: 0 24px 60px rgba(8, 47, 59, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font: 400 1rem/1.7 "DM Sans", sans-serif; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: white; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { height: 84px; padding: 0 clamp(1.25rem, 5vw, 5rem); display: flex; align-items: center; gap: 2rem; background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(8,47,59,.08); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; margin-right: auto; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50% 50% 48% 52%; color: white; background: var(--navy); font: 700 1.55rem "Playfair Display", serif; border: 2px solid var(--gold); }
.brand strong, .brand small { display: block; line-height: 1.25; }
.brand strong { font-size: .88rem; }
.brand small { color: var(--muted); font-size: .72rem; letter-spacing: .04em; }
nav { display: flex; gap: 1.5rem; }
nav a { text-decoration: none; font-weight: 600; font-size: .9rem; }
.menu-button { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.35rem; background: var(--navy); color: white; text-decoration: none; border-radius: 999px; font-weight: 700; border: 1px solid var(--navy); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(8,47,59,.2); }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .86rem; }
.button-secondary { color: var(--navy); border-color: rgba(8,47,59,.25); background: rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.hero { min-height: 680px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.93) 36%, rgba(255,255,255,.08) 69%); }
.hero-content { width: min(660px, 89vw); padding: 6rem 0 6rem clamp(1.25rem, 8vw, 8rem); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1rem; color: var(--teal); text-transform: uppercase; font-weight: 700; letter-spacing: .13em; font-size: .77rem; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin-top: 0; }
h1 { font-size: clamp(3.2rem, 6vw, 6rem); max-width: 650px; letter-spacing: -.035em; margin-bottom: 1.5rem; color: var(--navy); }
h2 { font-size: clamp(2.3rem, 4.5vw, 4rem); letter-spacing: -.025em; color: var(--navy); }
h3 { font-size: 1.55rem; }
.hero-copy { max-width: 600px; font-size: 1.17rem; color: #3b5a61; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 2rem 0; }
.location-line { font-weight: 600; font-size: .9rem; color: var(--muted); }
.trust-strip { padding: 1.5rem clamp(1.25rem, 8vw, 8rem); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); color: white; }
.trust-strip div { padding: .35rem 2rem; border-right: 1px solid rgba(255,255,255,.18); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { color: #b9d9d6; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.trust-strip span { font-size: .86rem; }
.intro, .services, .conditions, .approach, .who, .contact, .appointment-options, .booking-notes { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 8vw, 8rem); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 8rem); align-items: start; background: var(--cream); }
.intro h2 { margin-bottom: 0; }
.intro-title { position: sticky; top: 120px; }
.provider-portrait { width: min(100%, 390px); aspect-ratio: 4 / 5; margin-bottom: 2.25rem; overflow: hidden; border-radius: 5px 70px 5px 5px; box-shadow: var(--shadow); background: var(--navy); }
.provider-portrait img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 18%; }
.credential-label { color: var(--teal); font-weight: 700; }
.intro-copy { max-width: 600px; font-size: 1.12rem; }
.intro-copy p:first-child { margin-top: 0; }
.services { background: white; }
.section-heading { max-width: 750px; margin-bottom: 3rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card-grid.four { grid-template-columns: repeat(2, 1fr); }
.service-card { min-height: 315px; padding: 2rem; border: 1px solid rgba(8,47,59,.12); border-radius: 4px 36px 4px 4px; display: flex; flex-direction: column; justify-content: flex-end; }
.service-card span { margin-bottom: auto; color: var(--teal); font-weight: 700; }
.service-card h3 { color: var(--navy); margin-bottom: .6rem; }
.service-card p { color: var(--muted); margin-bottom: 0; }
.service-card > strong { color: var(--teal); font-size: .8rem; margin-top: 1.25rem; }
.service-card.featured { color: white; background: var(--navy); box-shadow: var(--shadow); transform: translateY(-1.25rem); }
.service-card.featured h3, .service-card.featured span, .service-card.featured p, .service-card.featured > strong { color: white; }
.conditions { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); background: var(--teal-light); }
.conditions-copy { max-width: 550px; }
.condition-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; }
.condition-list li { padding: 1rem 0; border-bottom: 1px solid rgba(8,47,59,.16); font-weight: 600; }
.condition-list li::before { content: "—"; color: var(--teal); margin-right: .7rem; }
.approach { background: white; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.approach-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(8,47,59,.12); border: 1px solid rgba(8,47,59,.12); }
.approach-grid article { background: white; padding: 2rem 1.35rem; min-height: 270px; }
.approach-grid article > strong { display: inline-grid; place-items: center; min-width: 48px; height: 48px; padding: 0 .5rem; border-radius: 50%; background: var(--teal-light); color: var(--teal); font-size: .72rem; }
.approach-grid h3 { font-size: 1.2rem; margin: 2rem 0 .7rem; }
.approach-grid p { color: var(--muted); font-size: .9rem; }
.who { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); background: var(--cream); }
.who-list p { margin: 0; padding: 1rem 0; border-bottom: 1px solid rgba(8,47,59,.15); font-weight: 600; }
.who-list p::before { content: "✓"; margin-right: 1rem; color: var(--teal); }
.booking-callout { padding: clamp(4rem, 7vw, 6.5rem) clamp(1.25rem, 8vw, 8rem); display: flex; align-items: center; justify-content: space-between; gap: 3rem; background: var(--teal); color: white; }
.booking-callout > div { max-width: 760px; }
.booking-callout h2, .booking-callout .eyebrow { color: white; }
.booking-callout h2 { margin-bottom: 1rem; }
.booking-callout p:last-child { margin-bottom: 0; }
.schedule-page { background: var(--cream); }
.schedule-hero { min-height: 500px; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 8vw, 8rem); display: grid; grid-template-columns: 1.25fr .55fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); background: var(--navy); color: white; overflow: hidden; }
.schedule-hero h1, .schedule-hero .eyebrow { color: white; }
.schedule-hero h1 { margin-bottom: 1.25rem; }
.schedule-hero p:last-child { max-width: 650px; font-size: 1.12rem; color: rgba(255,255,255,.78); }
.schedule-hero img { width: min(100%, 300px); max-height: 380px; justify-self: end; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 16%; border-radius: 5px 62px 5px 5px; border: 1px solid rgba(255,255,255,.18); }
.appointment-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem; background: var(--cream); }
.appointment-card { padding: clamp(2rem, 4vw, 3.5rem); background: white; border: 1px solid rgba(8,47,59,.12); border-radius: 4px 38px 4px 4px; box-shadow: 0 18px 50px rgba(8,47,59,.07); }
.appointment-card h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 1rem; }
.appointment-card > p:not(.appointment-duration) { color: var(--muted); }
.appointment-duration { color: var(--teal); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.appointment-card dl { margin: 2rem 0; border-top: 1px solid rgba(8,47,59,.12); }
.appointment-card dl div { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid rgba(8,47,59,.12); }
.appointment-card dt { color: var(--teal); font-weight: 700; }
.appointment-card dd { margin: 0; font-weight: 600; }
.booking-link { width: 100%; }
.booking-link.unavailable { opacity: .72; cursor: not-allowed; }
.featured-appointment { border-top: 5px solid var(--gold); }
.booking-notes { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 7vw, 7rem); background: white; }
.booking-notes > div:last-child { padding-left: 2.5rem; border-left: 1px solid rgba(8,47,59,.16); }
.booking-notes h2 { font-size: clamp(2rem, 3.5vw, 3.25rem); }
.booking-notes h3 { color: var(--navy); }
.booking-notes a { color: var(--teal); font-weight: 700; }
.contact { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 7rem); background: var(--navy); color: white; }
.contact h2, .contact .eyebrow { color: white; }
.contact-panel { max-width: 720px; }
.button-light { color: var(--navy); background: white; border-color: white; }
.text-link { font-weight: 700; text-underline-offset: 4px; }
address { font-style: normal; display: flex; flex-direction: column; justify-content: center; padding-left: 2rem; border-left: 1px solid rgba(255,255,255,.22); }
address strong { font-family: "Playfair Display", serif; font-size: 1.25rem; margin-bottom: 1rem; }
address a { margin-top: 1rem; }
address small { margin-top: 1.25rem; color: rgba(255,255,255,.62); line-height: 1.5; }
footer { padding: 3rem clamp(1.25rem, 8vw, 8rem); background: #05242d; color: rgba(255,255,255,.72); display: grid; grid-template-columns: .8fr 1.7fr; gap: 2rem 5rem; font-size: .82rem; }
footer div span, footer div strong { display: block; }
footer strong { color: white; font-family: "Playfair Display", serif; font-size: 1.2rem; }
footer p { margin: 0; }
footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.12); padding-top: 1.5rem; }
@media (max-width: 900px) {
  .site-header { height: 72px; }
  .header-call { display: none; }
  .menu-button { display: block; border: 0; background: transparent; font: 700 .9rem "DM Sans"; color: var(--navy); }
  nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 1.5rem; background: white; flex-direction: column; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .hero { min-height: 630px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.88) 60%, rgba(255,255,255,.35)); }
  .hero-content { padding-left: 1.25rem; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip div { padding: .85rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .trust-strip div:last-child { border-bottom: 0; }
  .intro, .conditions, .who, .contact, .schedule-hero, .appointment-options, .booking-notes { grid-template-columns: 1fr; }
  .intro-title { position: static; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid.four { grid-template-columns: 1fr; }
  .service-card.featured { transform: none; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  address { border-left: 0; border-top: 1px solid rgba(255,255,255,.22); padding: 2rem 0 0; }
  .booking-callout { align-items: flex-start; flex-direction: column; }
  .schedule-hero img { justify-self: start; width: min(76vw, 300px); }
  .booking-notes > div:last-child { padding: 2rem 0 0; border-left: 0; border-top: 1px solid rgba(8,47,59,.16); }
  footer { grid-template-columns: 1fr; }
  footer small { grid-column: auto; }
}
@media (max-width: 560px) {
  .brand small { display: none; }
  .hero { min-height: 670px; }
  .hero-image { object-position: 64% center; }
  h1 { font-size: 3.25rem; }
  .condition-list { grid-template-columns: 1fr; }
  .approach-grid { grid-template-columns: 1fr; }
  .actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
