/* ==========================================================================
   HRS Therapy Services — "Grove" direction
   Sage + cream, Cormorant Garamond display over Nunito Sans.
   ========================================================================== */

:root {
  /* Surfaces */
  --cream:        #f0f1ea;
  --cream-lift:   #f7f8f1;
  --band:         #e6ead9;
  --placeholder:  #dfe3d4;
  --placeholder-2:#d6dcc6;

  /* Greens */
  --sage:         #6a7a54;  /* large text, buttons, rules */
  --sage-ink:     #55643f;  /* small text — darkened to clear WCAG AA on cream */
  --forest:       #3d4a33;

  /* Text */
  --ink:          #333a2e;
  --ink-muted:    #5a6152;
  --ink-faint:    #78806f;

  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans:  "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --shell: 1120px;
  --gut: clamp(20px, 5vw, 46px);
  --radius: 10px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }

a { color: var(--sage-ink); }
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--sage);
  outline-offset: 3px;
  border-radius: 4px;
}

.shell {
  max-width: var(--shell);
  margin-inline: auto;
  padding-inline: var(--gut);
}

.skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--forest);
  color: var(--cream);
  padding: 12px 20px;
  z-index: 100;
  border-radius: 0 0 8px 0;
  font-weight: 700;
  text-decoration: none;
}
.skip:focus { left: 0; }

/* ---------- Type ---------- */

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 500;
  color: var(--ink);
  margin: 0;
  line-height: 1.12;
  letter-spacing: .005em;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--sage-ink);
  margin: 0 0 22px;
}

.lede {
  font-size: clamp(16px, 1.9vw, 18px);
  line-height: 1.75;
  color: var(--ink-muted);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-block;
  padding: 15px 34px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}
.btn-solid { background: var(--sage); color: #fff; }
.btn-solid:hover { background: var(--sage-ink); transform: translateY(-1px); }
.btn-light { background: var(--cream); color: var(--forest); }
.btn-light:hover { background: #fff; transform: translateY(-1px); }

/* ---------- Header ---------- */

.masthead {
  border-bottom: 1px solid rgba(51, 58, 46, .1);
}
.masthead > .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 28px;
  flex-wrap: wrap;
  padding-block: 22px;
}

.wordmark {
  font-family: var(--serif);
  font-size: clamp(21px, 3vw, 26px);
  font-weight: 500;
  letter-spacing: .02em;
  color: var(--forest);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark .mark { color: var(--sage); }
.wordmark .cred {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  color: var(--ink-faint);
  vertical-align: middle;
  margin-left: 6px;
}

.masthead nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.6vw, 28px);
  font-size: 14px;
  flex-wrap: wrap;
}
.masthead nav a {
  color: var(--ink-muted);
  text-decoration: none;
  padding-block: 4px;
  border-bottom: 1px solid transparent;
}
.masthead nav a:hover {
  color: var(--forest);
  border-bottom-color: var(--sage);
}
.masthead nav a.nav-cta {
  background: var(--sage);
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 700;
  border-bottom: 0;
}
.masthead nav a.nav-cta:hover { background: var(--sage-ink); border-bottom: 0; }

/* ---------- Hero ---------- */

.hero {
  text-align: center;
  padding-block: clamp(52px, 8vw, 82px);
  background: radial-gradient(120% 90% at 50% 0%, var(--cream-lift) 0%, #e9ece0 100%);
}
.hero h1 {
  font-size: clamp(36px, 6.4vw, 62px);
  max-width: 20ch;
  margin: 0 auto 26px;
  line-height: 1.06;
}
.hero .lede {
  max-width: 52ch;
  margin: 0 auto 34px;
}

/* ---------- Image placeholders ---------- */

.ph {
  background:
    repeating-linear-gradient(45deg, rgba(106,122,84,.13) 0 12px, transparent 12px 24px),
    var(--placeholder-2);
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  min-height: 160px;
}
.ph span {
  font-family: ui-monospace, "Cascadia Mono", Menlo, monospace;
  font-size: 11px;
  color: var(--ink-faint);
}
.ph-band {
  height: clamp(160px, 24vw, 220px);
  border-radius: 0;
  background:
    repeating-linear-gradient(90deg, rgba(106,122,84,.1) 0 14px, transparent 14px 28px),
    var(--placeholder);
  padding-inline: var(--gut);
  min-height: 0;
}
.ph-portrait { aspect-ratio: 4 / 5; }

/* ---------- Philosophy ---------- */

.philosophy { padding-block: clamp(52px, 8vw, 74px); }
.pull {
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(21px, 3.4vw, 28px);
  line-height: 1.35;
  color: var(--sage-ink);
  max-width: 30ch;
  margin: 0 auto clamp(36px, 5vw, 48px);
}
.triad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.triad > div { padding-inline: clamp(16px, 2.4vw, 28px); }
.triad > div + div { border-left: 1px solid rgba(51, 58, 46, .12); }
.triad .num {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 1;
  color: var(--ink);
  margin-bottom: 14px;
}
.triad h3 {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--sage-ink);
  margin-bottom: 12px;
}
.triad p { font-size: 15px; line-height: 1.7; color: var(--ink-muted); margin: 0; }

/* ---------- Approach ---------- */

.approach { background: var(--band); padding-block: clamp(52px, 8vw, 70px); }
.approach .split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 50px);
  align-items: center;
}
.approach h2 {
  font-size: clamp(27px, 4vw, 36px);
  line-height: 1.15;
  margin-bottom: 18px;
}
.approach p { margin: 0 0 22px; font-size: 15.5px; line-height: 1.75; color: var(--ink-muted); }

.pills { display: flex; gap: 10px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.pills li {
  background: #fff;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--sage-ink);
}

/* ---------- Services ---------- */

.services { padding-block: clamp(52px, 8vw, 70px); }
.services h2 { font-size: clamp(27px, 4vw, 34px); text-align: center; margin-bottom: 8px; }
.services .sub {
  text-align: center;
  font-size: 13px;
  color: var(--ink-faint);
  margin: 0 0 38px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards li {
  background: var(--cream-lift);
  border-radius: var(--radius);
  padding: 26px 28px;
}
.cards h3 { font-size: 23px; margin-bottom: 6px; }
.cards p { font-size: 14px; color: var(--ink-muted); margin: 0; line-height: 1.6; }

/* ---------- Fit / CTA ---------- */

.fit {
  background: var(--forest);
  color: var(--cream);
  text-align: center;
  padding-block: clamp(56px, 8vw, 74px);
}
.fit .eyebrow { color: rgba(240, 241, 234, .75); }
.fit h2 {
  color: var(--cream);
  font-size: clamp(29px, 4.6vw, 40px);
  line-height: 1.2;
  max-width: 22ch;
  margin: 0 auto 24px;
}
.fit p {
  font-size: 15px;
  color: rgba(240, 241, 234, .8);
  max-width: 48ch;
  margin: 0 auto 30px;
  line-height: 1.7;
}

/* ---------- Crisis notice ---------- */

.crisis {
  background: var(--cream-lift);
  border-top: 1px solid rgba(51, 58, 46, .1);
  padding-block: 26px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ink-muted);
  text-align: center;
}
.crisis strong { color: var(--forest); }

/* ---------- Footer ---------- */

.site-foot { padding-block: 36px 44px; border-top: 1px solid rgba(51, 58, 46, .1); }
.foot-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 22px 40px;
}
.foot-grid h3 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sage-ink);
  margin-bottom: 10px;
}
.foot-grid p, .foot-grid ul { margin: 0; font-size: 14px; color: var(--ink-muted); line-height: 1.8; }
.foot-grid ul { list-style: none; padding: 0; }
.legal {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(51, 58, 46, .08);
  font-size: 12px;
  color: var(--ink-faint);
  line-height: 1.7;
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .approach .split { grid-template-columns: 1fr; }
  .approach .ph-portrait { aspect-ratio: 3 / 2; order: -1; }
}

@media (max-width: 720px) {
  .triad { grid-template-columns: 1fr; gap: 30px; }
  .triad > div { padding-inline: 0; }
  .triad > div + div {
    border-left: 0;
    border-top: 1px solid rgba(51, 58, 46, .12);
    padding-top: 30px;
  }
  .cards { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .masthead > .shell { justify-content: center; text-align: center; }
  .masthead nav { justify-content: center; }
  .btn { display: block; text-align: center; }
}
