@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Libre+Baskerville:wght@400;700&display=swap");

:root {
  --green: #314f2c;
  --green-dark: #1f3728;
  --sage: #6f8755;
  --cream: #fbf9f3;
  --paper: #f3efe5;
  --ink: #1c2922;
  --muted: #5d655e;
  --line: #dcd5c6;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--green-dark); color: white; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 340px 1fr auto; align-items: center;
  min-height: 110px; padding: 0 clamp(1.25rem, 3vw, 3rem); border-bottom: 1px solid rgba(49,79,44,.12);
  background: rgba(251,249,243,.96); backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: .75rem; width: fit-content; }
.brand-logo { width: 76px; height: 78px; object-fit: contain; }
.brand-copy { color: var(--green-dark); }
.brand-copy strong { display: block; font-family: "Libre Baskerville", serif; font-size: 1.3rem; font-weight: 400; letter-spacing: .035em; line-height: 1.15; text-align: center; text-transform: uppercase; }
.brand-copy small { display: block; margin-top: .2rem; color: #887b63; font-family: "Libre Baskerville", serif; font-size: .85rem; letter-spacing: .3em; text-align: center; text-transform: uppercase; }
nav { display: flex; justify-content: center; gap: clamp(1.2rem, 2.7vw, 3.2rem); font-size: .83rem; font-weight: 500; text-transform: uppercase; }
nav a { padding: .7rem 0; border-bottom: 2px solid transparent; }
nav a:hover, nav a:focus { border-color: var(--green); }
.phone-button, .button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border-radius: 5px; font-weight: 600; text-transform: uppercase; transition: transform .2s, background .2s; }
.phone-button { padding: .9rem 1.4rem; background: var(--green); color: white; }
.phone-button:hover, .button:hover { transform: translateY(-2px); }
.menu-button { display: none; }

.hero { min-height: 605px; display: flex; align-items: center; background-image: linear-gradient(90deg, rgba(251,249,243,.99) 0%, rgba(251,249,243,.95) 31%, rgba(251,249,243,.45) 57%, rgba(251,249,243,.04) 100%), url("assets/office-photo.jpg"); background-position: 58% center; background-size: cover; }
.hero-content { width: min(100% - 4rem, var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 .8rem; color: var(--sage); font-size: .73rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
h1, h2, h3, blockquote { font-family: "Libre Baskerville", Georgia, serif; }
.hero h1 { max-width: 750px; margin: 0; color: var(--green-dark); font-size: clamp(3.2rem, 5.4vw, 5.7rem); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.leaf-rule { display: flex; align-items: center; gap: .7rem; width: 250px; margin: 1.4rem 0; color: var(--sage); }
.leaf-rule span { display: block; width: 190px; height: 2px; background: var(--sage); }
.leaf-rule b { font-size: .75rem; transform: rotate(45deg); }
.hero-lead { max-width: 540px; margin: 0 0 2rem; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.button { min-height: 54px; padding: .85rem 1.5rem; border: 2px solid var(--green); font-size: .82rem; }
.button-primary { background: var(--green); color: white; }
.button-secondary { background: rgba(251,249,243,.72); color: var(--green-dark); }
.button-primary:hover { background: var(--green-dark); }

.trust-bar { display: grid; grid-template-columns: repeat(5, 1fr); width: min(100% - 3rem, var(--max)); margin: 0 auto; padding: 1.25rem 0; background: var(--cream); }
.trust-bar > div { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: .5rem 1.2rem; border-right: 1px solid var(--line); }
.trust-bar > div:last-child { border: 0; }
.trust-icon { display: grid; flex: 0 0 55px; height: 55px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-family: Georgia, serif; font-size: 1.8rem; }
.trust-bar p { margin: 0; font-size: .82rem; line-height: 1.5; }

.section { width: min(100% - 3rem, var(--max)); margin: 0 auto; padding: 7rem 0; }
.section-title { margin-bottom: 3rem; text-align: center; }
.section-title h2, .about h2, .contact h2 { margin: 0; color: var(--green-dark); font-size: clamp(2.5rem, 4vw, 4rem); font-weight: 400; line-height: 1.2; }
.centered { width: 120px; margin: 1rem auto 0; }
.centered span { width: 80px; }
.services { border-top: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-grid article { min-height: 235px; padding: 2rem 1.4rem; border: 1px solid var(--line); background: rgba(255,255,255,.45); text-align: center; transition: transform .2s, box-shadow .2s; }
.service-grid article:hover { transform: translateY(-5px); box-shadow: 0 16px 35px rgba(32,55,40,.08); }
.service-grid article > span { display: block; height: 68px; color: var(--green); font-family: Georgia, serif; font-size: 3rem; }
.service-grid h3 { margin: .6rem 0; font-family: "DM Sans", sans-serif; font-size: 1rem; font-weight: 600; }
.service-grid p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.55; }

.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 5rem; align-items: stretch; }
.about-card { padding: clamp(2rem, 5vw, 5rem); background: white; border: 1px solid var(--line); }
.about-card > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; gap: .75rem; margin-top: 1rem; border-bottom: 1px solid var(--green); color: var(--green); font-weight: 600; }
.about-quote { display: flex; flex-direction: column; justify-content: center; margin: 0; padding: clamp(2.5rem, 5vw, 5rem); background: var(--green-dark); color: white; }
.about-quote blockquote { margin: 0; font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; line-height: 1.35; }
.about-quote p { color: #d5ddcf; }

.therapists { border-top: 1px solid var(--line); }
.therapist-list { display: grid; gap: 3.5rem; }
.therapist-card { display: grid; grid-template-columns: minmax(300px, .75fr) 1.25fr; max-width: 1180px; margin: 0 auto; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 20px 65px rgba(31,55,40,.08); }
.therapist-photo { position: relative; min-height: 720px; background: var(--paper); }
.therapist-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.therapist-photo span { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; padding: .8rem; border-radius: 4px; background: rgba(31,55,40,.94); color: white; font-size: .77rem; font-weight: 600; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.therapist-copy { padding: clamp(2rem, 5vw, 5rem); }
.therapist-copy h3 { margin: 0 0 1.5rem; color: var(--green-dark); font-size: clamp(2.1rem, 3.5vw, 3.8rem); font-weight: 400; line-height: 1.2; }
.therapist-copy h3 small { display: block; margin-top: .4rem; color: var(--sage); font-family: "DM Sans", sans-serif; font-size: .9rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.therapist-copy > p:not(.eyebrow) { color: var(--muted); }
.profile-details { margin: 2rem 0; border-top: 1px solid var(--line); }
.profile-details div { display: grid; grid-template-columns: 120px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.profile-details dt { color: var(--green); font-weight: 600; }
.profile-details dd { margin: 0; }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding: 5rem max(2rem, calc((100% - var(--max))/2)); background: var(--green); color: white; }
.cta .eyebrow { color: #cad8c3; }
.cta h2 { max-width: 900px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); font-weight: 400; line-height: 1.25; }
.button-light { flex: 0 0 auto; border-color: white; background: white; color: var(--green); }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.contact > div > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.contact-panel { padding: 3rem; background: var(--paper); border: 1px solid var(--line); }
.contact-panel h3 { margin: 0; font-size: 2rem; font-weight: 400; }
.contact-panel p { color: var(--muted); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem max(1.5rem, calc((100% - var(--max))/2)); background: var(--green-dark); color: #d9dfd6; font-size: .78rem; }
footer p { margin: 0; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto auto; min-height: 88px; }
  .brand-logo { width: 56px; height: 60px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .68rem; }
  .menu-button { display: block; padding: .6rem .8rem; border: 1px solid var(--green); background: transparent; color: var(--green); }
  nav { position: absolute; top: 88px; right: 0; left: 0; display: none; flex-direction: column; align-items: center; gap: .3rem; padding: 1.5rem; background: var(--cream); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .phone-button { margin-left: 1rem; }
  .trust-bar { grid-template-columns: repeat(3, 1fr); }
  .trust-bar > div:nth-child(3) { border-right: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .site-header { padding: 0 1rem; }
  .phone-button { width: 46px; height: 46px; padding: 0; font-size: 0; }
  .phone-button span { font-size: 1.2rem; }
  .hero { min-height: 690px; align-items: flex-start; padding-top: 5rem; background-image: linear-gradient(180deg, rgba(251,249,243,.99) 0%, rgba(251,249,243,.94) 55%, rgba(251,249,243,.14) 100%), url("assets/office-photo.jpg"); background-position: 55% center; }
  .hero-content { width: min(100% - 2rem, var(--max)); }
  .hero h1 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .hero-lead { max-width: 95%; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .trust-bar { grid-template-columns: 1fr; width: calc(100% - 2rem); }
  .trust-bar > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { width: min(100% - 2rem, var(--max)); padding: 5rem 0; }
  .service-grid, .about, .therapist-card, .contact { grid-template-columns: 1fr; }
  .service-grid { gap: .75rem; }
  .service-grid article { min-height: 210px; }
  .about { gap: 0; }
  .therapist-photo { min-height: 560px; }
  .profile-details div { grid-template-columns: 1fr; gap: .1rem; }
  .cta { flex-direction: column; align-items: flex-start; padding: 4rem 1.5rem; }
  .contact { gap: 2rem; }
  footer { flex-direction: column; }
}

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