:root {
  --ink: #17362f;
  --jade: #204d41;
  --jade-dark: #12352d;
  --paper: #f5f0e7;
  --cream: #fbf8f2;
  --rust: #ad4d32;
  --line: rgba(23, 54, 47, .17);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", 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.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between;
  background: rgba(251,248,242,.96); position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 13px; line-height: 1.15; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; color: var(--cream); background: var(--rust); font-family: var(--serif); font-size: 22px; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: var(--serif); font-size: 20px; font-weight: 500; }
.brand small { margin-top: 4px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 32px; font-size: 13px; }
.nav-cta { padding: 11px 19px; color: white; background: var(--jade); border-radius: 2px; }
.menu-button { display: none; border: 0; background: transparent; color: var(--ink); font: 600 13px var(--sans); }

.hero { min-height: calc(100vh - 84px); position: relative; display: flex; align-items: center; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,239,226,.98) 0%, rgba(246,239,226,.90) 34%, rgba(246,239,226,.08) 64%); }
.hero-copy { position: relative; width: 600px; margin-left: 9vw; padding: 80px 0; }
.eyebrow { margin: 0 0 18px; color: var(--rust); font-size: 11px; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font: 500 clamp(64px, 7.1vw, 108px)/.88 var(--serif); letter-spacing: -.045em; }
h1 em { color: var(--rust); font-weight: 400; }
.lead { max-width: 510px; font: 400 19px/1.65 var(--serif); }
.hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.button { display: inline-block; padding: 15px 24px; font-size: 13px; }
.primary { color: white; background: var(--jade); }
.text-link { font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 8px; color: var(--rust); }
.hero-note { position: absolute; right: 4vw; bottom: 34px; color: white; text-align: right; text-shadow: 0 2px 12px rgba(0,0,0,.4); }
.hero-note span, .hero-note small { display: block; }
.hero-note span { font: 25px var(--serif); letter-spacing: .25em; }
.hero-note small { margin-top: 5px; font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: 110px max(6vw, 24px); }
.intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--jade-dark); color: #f7f2e9; }
.intro h2, .section-heading h2, .modalities h2, .visit h2, .contact h2 { font: 400 clamp(40px, 4.5vw, 68px)/1.05 var(--serif); letter-spacing: -.025em; }
.intro-copy { max-width: 570px; font-family: var(--serif); font-size: 19px; color: rgba(255,255,255,.78); }
.signature { margin-top: 35px; color: white; font: italic 26px var(--serif); }
.signature span { margin-left: 10px; font: 10px var(--sans); letter-spacing: .12em; text-transform: uppercase; opacity: .6; }

.support { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 60px; }
.section-heading > p:last-child { max-width: 580px; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-grid article { min-height: 250px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-grid span { color: var(--rust); font-size: 11px; }
.support-grid h3 { margin: 56px 0 10px; font: 500 27px var(--serif); }
.support-grid p { max-width: 290px; font-size: 14px; color: rgba(23,54,47,.72); }
.support-note { margin: 24px 0 0; font-size: 11px; opacity: .65; }

.modalities { padding-left: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; background: #eee4d4; }
.herb-art { height: 700px; position: relative; overflow: hidden; background: #d8d9c7; }
.sun { position: absolute; width: 330px; height: 330px; border-radius: 50%; left: -60px; top: 85px; background: rgba(173,77,50,.82); }
.stem { position: absolute; width: 220px; height: 630px; left: 42%; bottom: -70px; border-left: 3px solid var(--jade); transform: rotate(-8deg); }
.stem::before, .stem::after { content: ""; position: absolute; width: 120px; height: 48px; border: 3px solid var(--jade); border-radius: 100% 0 100% 0; background: #b9c5ad; }
.stem::before { left: -116px; top: 170px; transform: rotate(25deg); }
.stem::after { left: 0; top: 310px; transform: rotate(-18deg) scaleX(-1); }
.stem-two { left: 65%; bottom: -170px; transform: rotate(13deg) scale(.82); }
.stamp { position: absolute; right: 34px; bottom: 35px; padding: 9px 11px; color: var(--rust); border: 2px solid var(--rust); font: 18px/1.1 var(--serif); }
.modalities-copy { padding-right: 6vw; }
.modalities-copy > p:not(.eyebrow) { max-width: 650px; }
.modalities ul { margin: 40px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.modalities li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.modalities li > span { color: var(--rust); font-size: 10px; }
.modalities strong, .modalities small { display: block; }
.modalities strong { font: 500 21px var(--serif); }
.modalities small { margin-top: 4px; max-width: 560px; font-size: 12px; opacity: .68; }

.visit { background: var(--cream); }
.visit-heading { text-align: center; max-width: 720px; margin: 0 auto 70px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; max-width: 1150px; margin: auto; }
.steps article { text-align: center; position: relative; }
.steps article:not(:last-child)::after { content: ""; position: absolute; top: 24px; left: 65%; width: 70%; border-top: 1px solid var(--line); }
.steps b { display: grid; place-items: center; width: 48px; height: 48px; margin: auto; border: 1px solid var(--rust); border-radius: 50%; color: var(--rust); font: 400 18px var(--serif); }
.steps h3 { margin: 24px 0 8px; font: 500 25px var(--serif); }
.steps p { font-size: 13px; opacity: .7; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; color: white; background: var(--jade); }
.contact h2 { max-width: 700px; }
.contact > div > p:last-child { opacity: .7; }
.contact-actions { border-top: 1px solid rgba(255,255,255,.2); }
.contact-actions a { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-actions span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; opacity: .6; }
.contact-actions strong { font: 400 21px var(--serif); }

footer { padding: 55px 6vw 35px; background: #0c2923; color: rgba(255,255,255,.65); font-size: 12px; }
.footer-brand { color: white; margin-bottom: 25px; }
footer > p { max-width: 520px; }
.legal { margin-top: 25px; font-size: 10px; }

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; left: 0; right: 0; top: 72px; padding: 25px 6vw; flex-direction: column; align-items: stretch; gap: 18px; background: var(--cream); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero > img { object-position: 62% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(246,239,226,.98) 0%, rgba(246,239,226,.85) 47%, rgba(246,239,226,.05) 75%); }
  .hero-copy { width: auto; margin: 0; padding: 60px 24px; }
  h1 { font-size: 64px; }
  .lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-note { display: none; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .intro, .contact { grid-template-columns: 1fr; gap: 35px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-grid article { min-height: 210px; }
  .support-grid h3 { margin-top: 40px; }
  .modalities { padding: 0; grid-template-columns: 1fr; }
  .herb-art { height: 430px; }
  .modalities-copy { padding: 70px 24px; }
  .steps { grid-template-columns: 1fr; gap: 60px; }
  .steps article:not(:last-child)::after { top: 60px; bottom: -50px; left: 50%; width: 0; height: 42px; border-left: 1px solid var(--line); border-top: 0; }
  .contact-actions a { align-items: flex-start; flex-direction: column; gap: 5px; }
  .contact-actions strong { font-size: 18px; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: no-preference) {
  .support-grid article, .button, nav a { transition: .25s ease; }
  .support-grid article:hover { background: rgba(255,255,255,.45); transform: translateY(-3px); }
  .button:hover, .nav-cta:hover { background: var(--rust); }
}
