:root {
  --green: #154734;
  --green-deep: #0e3325;
  --gold: #ffb81c;
  --cream: #f7f4ec;
  --sand: #e9e2d4;
  --ink: #1c2923;
  --muted: #516158;
  --serif: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  --sans: Inter, Avenir Next, Avenir, Helvetica Neue, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 20; padding: .65rem 1rem; background: var(--gold); color: var(--green-deep); font-weight: 700; }
.skip-link:focus { top: 1rem; }
.site-header { width: min(1180px, calc(100% - 3rem)); margin: auto; min-height: 6.4rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; text-decoration: none; color: var(--green); letter-spacing: .04em; }
.brand-name { padding-left: .8rem; border-left: .26rem solid var(--gold); font-size: .94rem; font-weight: 700; line-height: 1; }
.brand-name span { display: block; font-weight: 500; font-size: .66rem; letter-spacing: .13em; margin-top: .28rem; }
nav { display: flex; align-items: center; gap: 1.5rem; font-size: .9rem; }
nav > a:not(.button) { text-decoration: none; color: var(--muted); }
nav > a:not(.button):hover { color: var(--green); }

.hero { width: min(1280px, calc(100% - 3rem)); margin: 1.2rem auto 0; min-height: 560px; overflow: hidden; border-radius: 1.4rem; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--green); color: white; }
.hero-copy { align-self: center; padding: clamp(3rem, 7vw, 7rem); padding-right: clamp(2rem, 5vw, 5.5rem); position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); font-size: .73rem; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h1 { font-size: clamp(2.65rem, 5vw, 4.8rem); max-width: 12ch; margin-bottom: 1.4rem; }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); max-width: 15ch; margin-bottom: 1.3rem; }
.hero-intro { max-width: 49ch; color: #dce7df; font-size: 1.04rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.45rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .7rem 1.2rem; border: 1px solid var(--gold); background: var(--gold); color: var(--green-deep); font-weight: 700; text-decoration: none; font-size: .9rem; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: #ffd06a; }
.button-small { min-height: 2.55rem; padding: .45rem .9rem; font-size: .8rem; }
.text-link { display: inline-flex; gap: .45rem; align-items: center; color: inherit; font-weight: 700; font-size: .9rem; }
.text-link span { font-size: 1.2rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.hero-art { position: relative; overflow: hidden; min-height: 26rem; background: #d9e4d8; }
.sun { position: absolute; width: 22rem; height: 22rem; border-radius: 50%; top: 10%; right: -4rem; background: var(--gold); }
.arch { position: absolute; bottom: -12%; width: 28rem; height: 32rem; border-radius: 14rem 14rem 0 0; }
.arch-back { left: 10%; background: #abc5ad; transform: rotate(8deg); }
.arch-front { left: 32%; background: var(--green-deep); transform: rotate(-9deg); }
.leaf { position: absolute; border-radius: 100% 0 100% 0; background: var(--green); }
.leaf-one { width: 9rem; height: 13rem; top: 9%; left: 11%; transform: rotate(-23deg); }
.leaf-two { width: 7rem; height: 11rem; right: 4%; bottom: 8%; background: #f6ebc7; transform: rotate(52deg); }
.grain { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 6px 6px; mix-blend-mode: soft-light; }

.intro { width: min(830px, calc(100% - 3rem)); margin: 0 auto; padding: 5.5rem 0 4.5rem; }
.intro p { color: var(--green); font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.75rem); letter-spacing: -.04em; line-height: 1.2; }
.section { width: min(1180px, calc(100% - 3rem)); margin: auto; padding: 5.5rem 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; margin-bottom: 3.3rem; }
.section-heading .eyebrow { color: var(--green); }
.approach { border-top: 1px solid #c8d0c5; }
.approach-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.approach-grid article { min-height: 220px; padding: 1.6rem; border-radius: .8rem; background: #e6ece4; }
.approach-grid article:nth-child(2) { background: var(--sand); }
.approach-grid article:nth-child(3) { background: #d7e4dc; }
.number { display: block; color: var(--green); font-weight: 700; font-size: .78rem; margin-bottom: 2.8rem; }
h3 { color: var(--green); font-size: 1.08rem; line-height: 1.25; margin-bottom: .65rem; }
.approach-grid p { color: var(--muted); font-size: .94rem; }

.therapist { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: center; background: var(--sand); width: 100%; padding: 5.5rem max(1.5rem, calc((100% - 1180px) / 2)); }
.portrait-placeholder { aspect-ratio: .88; display: grid; place-items: center; padding: 1.5rem; border: 1px solid #c1ad76; background: #d3c5a3; color: var(--green); text-align: center; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; position: relative; overflow: hidden; }
.portrait-placeholder::before, .portrait-placeholder::after { content: ""; position: absolute; border: 1px solid rgba(21, 71, 52, .38); border-radius: 50%; }
.portrait-placeholder::before { width: 17rem; height: 17rem; top: -8rem; left: -7rem; }
.portrait-placeholder::after { width: 13rem; height: 13rem; right: -5rem; bottom: -5rem; }
.portrait-placeholder span { position: relative; z-index: 1; }
.therapist .eyebrow { color: var(--green); }
.therapist-copy p:not(.eyebrow):not(.signature) { max-width: 54ch; color: var(--muted); }
.signature { margin-top: 1.6rem; color: var(--green); font-family: var(--serif); font-size: 1.06rem; }
.therapist .text-link { color: var(--green); }

.process { display: grid; grid-template-columns: 1fr 1.15fr; gap: 3rem; }
.process .section-heading { display: block; margin-bottom: 0; }
.process ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #c8d0c5; }
.process li { padding: 1.35rem 0; display: grid; grid-template-columns: 3.1rem 1fr; gap: 1rem; border-bottom: 1px solid #c8d0c5; }
.process li > span { display: grid; place-items: center; width: 2rem; height: 2rem; color: var(--green); border: 1px solid var(--green); border-radius: 50%; font-size: .78rem; font-weight: 700; }
.process li h3 { margin: .18rem 0 .45rem; }
.process li p { margin-bottom: 0; color: var(--muted); font-size: .93rem; }

.connect { width: min(1280px, calc(100% - 3rem)); margin: 0 auto 2rem; padding: clamp(2.5rem, 5vw, 4.7rem); border-radius: 1.4rem; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; background: var(--green); color: white; }
.connect h2 { margin-bottom: 0; max-width: 13ch; }
.connect-details { align-self: end; }
.connect-details > p { color: #dce7df; max-width: 41ch; }
.button-light { color: var(--green-deep); background: var(--cream); border-color: var(--cream); margin-top: .75rem; }
.button-light:hover { background: white; }
.site-footer { width: min(1180px, calc(100% - 3rem)); margin: auto; padding: 1.6rem 0 2.5rem; display: flex; flex-wrap: wrap; gap: .8rem 2rem; justify-content: space-between; color: var(--muted); font-size: .75rem; }

@media (max-width: 760px) {
  .site-header { min-height: 5.4rem; width: min(100% - 2rem, 1180px); }
  nav { gap: .75rem; } nav > a:not(.button) { display: none; }
  .hero { width: min(100% - 2rem, 1280px); margin-top: .2rem; grid-template-columns: 1fr; }
  .hero-copy { padding: 4rem 2rem; }
  .hero-art { min-height: 20rem; }
  .section, .intro { width: min(100% - 2rem, 1180px); }
  .section { padding: 4rem 0; }
  .section-heading, .process, .connect { grid-template-columns: 1fr; }
  .section-heading { gap: .8rem; margin-bottom: 2.3rem; }
  .approach-grid { grid-template-columns: 1fr; }
  .approach-grid article { min-height: auto; }.number { margin-bottom: 1.5rem; }
  .therapist { grid-template-columns: 1fr; padding: 4rem 1rem; gap: 2.5rem; }
  .portrait-placeholder { max-height: 33rem; }
  .process { gap: 2.5rem; }
  .connect { width: min(100% - 2rem, 1280px); padding: 3rem 2rem; gap: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
