@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500&display=swap');

:root {
  --sage:      #7B6B9E;
  --sage-lt:   #B0A0CC;
  --earth:     #3D2E52;
  --dusk:      #1E1528;
  --sand:      #EDE9F5;
  --sand-md:   #D8D0E8;
  --cream:     #F8F6FC;
  --gold:      #A07CB8;
  --text:      #1E1528;
  --text-mid:  #4A3D5E;
  --text-lt:   #7A6D8A;
  --white:     #FFFFFF;

  --font-disp: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --max-w: 1060px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); font-size: 1rem; line-height: 1.7; color: var(--text); background: var(--cream); }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--sage); text-decoration: none; }
a:hover { color: var(--earth); }

/* ─── LAYOUT ─── */
.wrap { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3rem, 7vw, 5.5rem); }
.section--sand  { background: var(--sand); }
.section--white { background: var(--white); }
.section--dusk  { background: var(--dusk); }

/* ─── NAV ─── */
.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--dusk);
  border-bottom: 1px solid rgba(184,149,90,.15);
}
.nav-inner {
  max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter);
  display: flex; align-items: center; justify-content: space-between;
  height: 60px; gap: 1.5rem;
}
.nav-brand {
  display: flex; align-items: center; gap: .65rem;
  color: var(--sand); font-family: var(--font-disp);
  font-size: 1.25rem; font-weight: 300; letter-spacing: .07em; white-space: nowrap;
}
.nav-brand img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; }
.nav-links { display: flex; gap: .1rem; list-style: none; flex-wrap: wrap; }
.nav-links a {
  color: rgba(237,231,218,.75); font-size: .75rem; font-weight: 400;
  letter-spacing: .07em; text-transform: uppercase;
  padding: .35rem .6rem; border-radius: 2px; transition: color .2s, background .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold); background: rgba(184,149,90,.1); }
.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  color: var(--sand); font-size: 1.35rem; padding: .2rem; line-height: 1;
}
@media (max-width: 740px) {
  .nav-toggle { display: block; }
  .nav-links {
    display: none; position: absolute; top: 60px; left: 0; right: 0;
    background: var(--dusk); flex-direction: column; align-items: flex-start;
    padding: .75rem var(--gutter) 1.25rem; border-top: 1px solid rgba(184,149,90,.15);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .55rem 0; font-size: .85rem; }
}

/* ─── DROPDOWNS ─── */
.nav-links li { position: relative; }
.nav-links .has-drop > a::after { content: ' ▾'; font-size: .6rem; opacity: .6; }
.nav-drop {
  display: none; position: absolute; top: 100%; left: 0;
  background: var(--dusk); border: 1px solid rgba(184,149,90,.18);
  border-top: 2px solid var(--gold); min-width: 200px; z-index: 200; padding: .4rem 0;
}
.has-drop:hover .nav-drop,
.has-drop:focus-within .nav-drop { display: block; }
.nav-drop a {
  display: block !important; padding: .45rem 1rem !important;
  font-size: .73rem !important; white-space: nowrap;
  border-radius: 0 !important; width: 100%;
}
.nav-drop a:hover { background: rgba(184,149,90,.12); }
@media (max-width: 740px) {
  .nav-drop {
    display: none; position: static; border: none;
    border-left: 2px solid rgba(184,149,90,.3);
    padding: 0 0 0 .75rem; margin: .25rem 0 .5rem; background: transparent;
  }
  .has-drop.open .nav-drop { display: block; }
}

/* ─── HERO ─── */
.hero {
  position: relative; min-height: 88vh;
  display: flex; align-items: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 30%;
  filter: brightness(.48);
}
.hero-content { position: relative; max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); color: var(--white); }
.hero-eyebrow { font-size: .7rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .9rem; }
.hero-title {
  font-family: var(--font-disp); font-size: clamp(2.8rem, 7vw, 5.2rem);
  font-weight: 300; line-height: 1.1; margin-bottom: 1.4rem; max-width: 15ch;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-body {
  font-size: clamp(.95rem, 2vw, 1.08rem); font-weight: 300;
  max-width: 46ch; opacity: .9; margin-bottom: 2.25rem; line-height: 1.8;
}
.hero-ctas { display: flex; gap: .9rem; flex-wrap: wrap; }

/* ─── PAGE HERO ─── */
.page-hero { background: var(--dusk); padding-block: clamp(2.5rem, 6vw, 5rem); text-align: center; }
.page-hero p.eyebrow { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.page-hero h1 { font-family: var(--font-disp); font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 300; color: var(--sand); line-height: 1.15; }
.page-hero p.sub { margin-top: .9rem; font-weight: 300; font-size: 1rem; color: var(--sage-lt); max-width: 50ch; margin-inline: auto; }

/* ─── BUTTONS ─── */
.btn {
  display: inline-block; padding: .75rem 1.85rem; border-radius: 2px;
  font-size: .75rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  transition: all .2s; cursor: pointer; border: 1px solid transparent;
}
.btn-gold  { background: var(--gold); color: var(--dusk); border-color: var(--gold); }
.btn-gold:hover { background: #a07e45; color: var(--dusk); border-color: #a07e45; }
.btn-ghost { background: transparent; border-color: rgba(255,255,255,.45); color: var(--white); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-sage  { background: var(--sage); color: var(--white); border-color: var(--sage); }
.btn-sage:hover { background: #586751; color: var(--white); }
.btn-outline { background: transparent; border-color: var(--sage); color: var(--sage); }
.btn-outline:hover { background: var(--sage); color: var(--white); }

/* ─── SECTION HEADERS ─── */
.label { font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: .6rem; }
.section-title {
  font-family: var(--font-disp); font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300; line-height: 1.2; color: var(--earth); margin-bottom: 1.1rem;
}
.section--dusk .section-title, .section--dusk .label { color: var(--sand); }
.section--dusk .label { color: var(--gold); }
.intro { max-width: 55ch; color: var(--text-mid); font-weight: 300; line-height: 1.8; }

/* ─── TWO-COL ─── */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

/* ─── CARDS ─── */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(280px,100%),1fr)); gap: 1.4rem; margin-top: 2.25rem; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(340px,100%),1fr)); gap: 2rem; margin-top: 2.25rem; }

.card {
  background: var(--white); border-radius: 3px; overflow: hidden;
  border: 1px solid var(--sand-md); transition: transform .2s, box-shadow .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(37,32,25,.1); }
.card-img { width: 100%; height: 195px; object-fit: cover; }
.card-body { padding: 1.4rem; }
.card-tag { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage); font-weight: 500; margin-bottom: .4rem; }
.card-title { font-family: var(--font-disp); font-size: 1.35rem; font-weight: 400; color: var(--earth); margin-bottom: .6rem; line-height: 1.3; }
.card-date { font-size: .78rem; color: var(--text-lt); margin-bottom: .4rem; }
.card-price { font-size: .95rem; font-weight: 500; color: var(--earth); margin-bottom: .5rem; }
.card-text { font-size: .88rem; color: var(--text-mid); line-height: 1.7; }
.card-body .btn { margin-top: 1.1rem; }

/* ─── REVIEW CARDS ─── */
.review-card { background: var(--white); padding: 1.6rem; border-left: 3px solid var(--gold); border-radius: 0 3px 3px 0; }
.review-card p { font-size: .88rem; color: var(--text-mid); line-height: 1.8; font-style: italic; }
.reviewer { margin-top: .8rem; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--sage); font-style: normal; font-weight: 500; }

/* ─── TEACHER ─── */
.teacher-card { display: flex; flex-direction: column; gap: 1rem; }
.teacher-card img { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; border-radius: 3px; }
.teacher-card h3 { font-family: var(--font-disp); font-size: 1.65rem; font-weight: 400; color: var(--earth); }
.teacher-role { font-size: .68rem; letter-spacing: .15em; text-transform: uppercase; color: var(--sage); font-weight: 500; margin-bottom: .2rem; }
.teacher-card p { font-size: .88rem; color: var(--text-mid); line-height: 1.8; }

/* ─── THERAPY LIST ─── */
.therapy-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(300px,100%),1fr)); gap: 2rem; margin-top: 2.25rem; }
.therapy-item h3 { font-family: var(--font-disp); font-size: 1.3rem; font-weight: 400; color: var(--earth); margin-bottom: .35rem; }
.therapy-price { font-size: .8rem; font-weight: 500; color: var(--sage); letter-spacing: .05em; margin-bottom: .5rem; }
.therapy-item p { font-size: .87rem; color: var(--text-mid); line-height: 1.75; }

/* ─── QUOTE ─── */
.pullquote {
  text-align: center; padding-block: clamp(3rem, 6vw, 5rem);
  background: var(--dusk); color: var(--sand);
}
.pullquote blockquote {
  font-family: var(--font-disp); font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  font-style: italic; font-weight: 300; max-width: 700px;
  margin-inline: auto; line-height: 1.5;
}
.pullquote cite { display: block; margin-top: .9rem; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); font-style: normal; }

/* ─── ACCRED STRIP ─── */
.accred-strip { background: var(--white); padding-block: 2rem; border-block: 1px solid var(--sand-md); }
.accred-inner { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1.75rem; }
.accred-inner img { height: 54px; width: auto; object-fit: contain; opacity: .7; filter: grayscale(20%); transition: opacity .2s, filter .2s; }
.accred-inner img:hover { opacity: 1; filter: none; }

/* ─── PROSE ─── */
.prose p { color: var(--text-mid); font-weight: 300; line-height: 1.8; margin-bottom: 1.1rem; }
.prose h3 { font-family: var(--font-disp); font-size: 1.35rem; font-weight: 400; color: var(--earth); margin-top: 1.75rem; margin-bottom: .5rem; }

/* ─── CONTACT ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; margin-top: 2rem; }
@media (max-width: 580px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-label { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .3rem; }
.contact-value { font-size: .95rem; color: var(--text-mid); line-height: 1.8; }
.contact-value a { color: var(--sage); }
.contact-value a:hover { color: var(--earth); }

/* ─── FOOTER ─── */
.site-footer { background: var(--dusk); padding-block: 3rem; }
.footer-grid { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 2.5rem; }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand { font-family: var(--font-disp); font-size: 1.2rem; color: var(--sand); font-weight: 300; letter-spacing: .07em; margin-bottom: .6rem; }
.footer-tag { font-size: .83rem; color: var(--text-lt); font-weight: 300; line-height: 1.7; }
.footer-head { font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .8rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: .35rem; }
.footer-links a { color: var(--text-lt); font-size: .83rem; }
.footer-links a:hover { color: var(--sand); }
.footer-contact { font-size: .83rem; color: var(--text-lt); line-height: 1.9; }
.footer-contact a { color: var(--sage-lt); }
.footer-bottom { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--gutter); margin-top: 2.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,.07); font-size: .72rem; color: rgba(255,255,255,.25); }
.social-row { display: flex; gap: .6rem; margin-top: .9rem; }
.social-row a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border: 1px solid rgba(184,149,90,.3);
  border-radius: 50%; font-size: .72rem; color: var(--gold); font-weight: 500;
  transition: all .2s;
}
.social-row a:hover { background: var(--gold); color: var(--dusk); border-color: var(--gold); }

/* ─── DIVIDER ─── */
.ornament { text-align: center; color: var(--gold); font-size: 1.1rem; opacity: .5; margin-block: 1.5rem; letter-spacing: .3em; }

/* ─── NOTICE ─── */
.notice { background: var(--sand); border-left: 3px solid var(--gold); padding: 1rem 1.35rem; border-radius: 0 3px 3px 0; font-size: .87rem; color: var(--text-mid); margin-top: 1.5rem; }

/* ─── CTA STRIP ─── */
.cta-strip { background: var(--dusk); padding-block: clamp(3rem, 6vw, 5rem); text-align: center; }
.cta-strip h2 { font-family: var(--font-disp); font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 300; color: var(--sand); margin-bottom: .8rem; max-width: 28ch; margin-inline: auto; }
.cta-strip p { color: var(--sage-lt); font-weight: 300; font-size: .95rem; max-width: 44ch; margin-inline: auto; margin-bottom: 1.75rem; }
.cta-btns { display: flex; gap: .85rem; justify-content: center; flex-wrap: wrap; }
