:root {
  --cream: #f3eee4;
  --paper: #fbf8f1;
  --sage: #a9af96;
  --sage-light: #d6dac9;
  --forest: #26382d;
  --ink: #243028;
  --clay: #b8684e;
  --clay-dark: #92513f;
  --line: rgba(38, 56, 45, .22);
  --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); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; padding: .7rem 1rem; background: var(--paper); }
.skip-link:focus { top: 1rem; }
.section-pad { padding: clamp(5rem, 10vw, 9rem) clamp(1.3rem, 6vw, 6.5rem); }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; font-size: .72rem; line-height: 1.2; letter-spacing: .19em; font-weight: 600; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .98; }
h1 { margin: 0; font-size: clamp(3.8rem, 8vw, 8.7rem); letter-spacing: -.055em; }
h2 { margin: 0; font-size: clamp(2.65rem, 5.3vw, 5.8rem); letter-spacing: -.045em; }
h3 { font-size: 2.2rem; }
em { font-weight: 400; color: var(--clay); }

.site-header { position: absolute; inset: 0 0 auto; z-index: 10; display: flex; justify-content: space-between; align-items: center; height: 86px; padding: 0 clamp(1.3rem, 4vw, 4.5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.28); }
.site-header--solid { color: var(--forest); background: var(--cream); border-color: var(--line); }
.site-header.is-sticky { position: fixed; color: var(--forest); background: rgba(243,238,228,.94); border-color: var(--line); backdrop-filter: blur(12px); animation: header-in .25s ease; }
@keyframes header-in { from { transform: translateY(-100%); } }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--serif); font-size: 1.45rem; text-decoration: none; }
.brand-mark { width: 32px; height: 32px; }
.brand-mark svg, .quote-section svg { fill: none; stroke: currentColor; stroke-width: 1; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .86rem; }
.site-nav a { text-decoration: none; }
.site-nav a[aria-current="page"]:not(.nav-cta) { border-bottom: 1px solid currentColor; }
.site-nav a:not(.nav-cta):hover { opacity: .62; }
.nav-cta { padding: .72rem 1.1rem; border: 1px solid currentColor; border-radius: 99px; }
.menu-button { display: none; background: none; border: 0; color: inherit; width: 42px; height: 42px; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .2s; }

.hero { position: relative; min-height: 760px; height: 100svh; display: flex; align-items: flex-end; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,32,24,.68) 0%, rgba(20,32,24,.25) 55%, rgba(20,32,24,.05) 100%); }
.hero-content { position: relative; z-index: 1; width: min(970px, 90%); padding: 0 0 clamp(5rem, 10vh, 8rem) clamp(1.3rem, 7vw, 7.5rem); }
.hero h1 em { color: #e6b7a4; }
.hero-copy { max-width: 580px; margin: 2rem 0 2.3rem; font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: rgba(255,255,255,.91); }
.hero-note { position: absolute; z-index: 1; right: 3rem; bottom: 2rem; margin: 0; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; }
.page-hero { min-height: 560px; display: flex; align-items: flex-end; padding-top: 10rem; background: var(--sage-light); }
.page-hero > div { width: min(1050px, 100%); }
.page-hero h1 { font-size: clamp(3.8rem, 7vw, 7.5rem); }
.page-hero p:not(.eyebrow) { max-width: 640px; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.button-row { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: .85rem 1.35rem; border: 1px solid transparent; border-radius: 99px; text-decoration: none; font-weight: 500; font-size: .88rem; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--forest); background: var(--paper); }
.button-dark { color: white; background: var(--forest); }
.button-dark:hover { background: #18271e; }
.text-link { display: inline-flex; gap: .6rem; align-items: center; border-bottom: 1px solid currentColor; text-decoration: none; font-size: .9rem; padding-bottom: .25rem; }
.text-link-light { color: white; }

.intro { display: grid; grid-template-columns: .38fr 1fr; gap: 5vw; background: var(--paper); }
.intro-aside { display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; }
.botanical { width: min(140px, 70%); margin-top: 5rem; fill: none; stroke: var(--sage); stroke-width: 1.2; }
.intro-main h2 { max-width: 1050px; }
.intro-columns { max-width: 750px; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin: 4rem 0 0 auto; font-size: 1.04rem; }

.cycle-section { background: var(--sage-light); overflow: hidden; }
.cycle-head { text-align: center; }
.cycle-orbit { position: relative; width: min(780px, 74vw); aspect-ratio: 1; margin: 5rem auto 3rem; border: 1px solid rgba(38,56,45,.35); border-radius: 50%; }
.cycle-orbit::before, .cycle-orbit::after { content: ""; position: absolute; inset: 12.5%; border: 1px solid rgba(38,56,45,.22); border-radius: 50%; }
.cycle-orbit::after { inset: 37%; background: rgba(251,248,241,.3); }
.orbit-center { position: absolute; z-index: 2; inset: 39%; display: flex; flex-direction: column; justify-content: center; align-items: center; font-family: var(--serif); font-size: 1.35rem; line-height: 1.1; text-align: center; }
.orbit-center strong { font-size: 1.7rem; font-weight: 400; font-style: italic; color: var(--clay-dark); }
.phase { position: absolute; z-index: 3; width: 170px; text-align: center; transform: translate(-50%, -50%); }
.phase span { font-size: .67rem; letter-spacing: .12em; }
.phase h3 { margin: .35rem 0 .3rem; font-size: 1.65rem; }
.phase p { margin: 0; font-size: .78rem; }
.phase-1 { left: 50%; top: 1%; }
.phase-2 { left: 99%; top: 50%; }
.phase-3 { left: 50%; top: 99%; }
.phase-4 { left: 1%; top: 50%; }
.cycle-note { max-width: 650px; margin: 2rem auto 0; text-align: center; }

.offer-section { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: .38fr 1fr; gap: 5vw; margin-bottom: 4.5rem; }
.offer-grid { margin-left: calc(38% + 5vw); border-top: 1px solid var(--line); }
.offer-grid--full { width: min(920px, 100%); margin-left: auto; }
.offer-card { display: grid; grid-template-columns: 90px 1fr; gap: 1rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.offer-number { font-family: var(--serif); font-style: italic; color: var(--clay); font-size: 1.2rem; }
.offer-type { margin: 0; color: #667067; text-transform: uppercase; letter-spacing: .13em; font-size: .65rem; }
.offer-card h3 { margin: .7rem 0 1rem; font-size: clamp(2.3rem, 4vw, 4rem); }
.offer-card p:not(.offer-type) { max-width: 590px; }
.offer-card .text-link { margin-top: 1rem; }
.offer-card .offer-label { margin: 1.5rem 0 .35rem; font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.offer-points { max-width: 620px; margin: 0 0 1.2rem; padding: 0; list-style: none; }
.offer-points li { position: relative; padding: .45rem 0 .45rem 1.35rem; border-bottom: 1px solid var(--line); }
.offer-points li::before { content: "—"; position: absolute; left: 0; color: var(--clay); }

.community { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 750px; background: var(--clay); color: white; }
.community em { color: #f3d8cc; }
.community-copy { display: flex; flex-direction: column; justify-content: center; }
.community-copy > p:not(.eyebrow) { max-width: 590px; font-size: 1.05rem; margin: 2rem 0; }
.community-list { list-style: none; padding: 0; margin: 0 0 2.6rem; }
.community-list li { padding: .7rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.community-list span { margin-right: .8rem; color: #f3d8cc; }
.community .button-dark { align-self: flex-start; }
.community-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; color: var(--forest); background: var(--sage-light); }
.sun-shape { position: absolute; width: min(35vw, 460px); aspect-ratio: 1; border-radius: 50%; background: #c7a577; opacity: .65; }
.community-visual::before, .community-visual::after { content: ""; position: absolute; width: 160%; height: 48%; left: -30%; bottom: -18%; border-radius: 50% 50% 0 0; background: var(--forest); transform: rotate(-7deg); }
.community-visual::after { bottom: -28%; left: -15%; background: #5e6a57; transform: rotate(8deg); }
.community-visual blockquote { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: .95; font-style: italic; text-align: center; }
.community-caption { position: absolute; z-index: 2; bottom: 2.4rem; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; color: white; }

.about { display: grid; grid-template-columns: minmax(300px, .75fr) 1fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; background: var(--paper); }
.about-portrait { position: relative; max-width: 520px; }
.about-portrait img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 78% center; filter: saturate(.75); }
.about-portrait span { position: absolute; right: -2rem; bottom: 2rem; padding: .8rem 1.1rem; background: var(--cream); font-family: var(--serif); font-style: italic; font-size: 1.3rem; }
.about-copy { max-width: 750px; }
.about-copy > p:not(.eyebrow) { max-width: 580px; font-size: 1.05rem; }
.about-copy h2 { margin-bottom: 2.2rem; }
.about-copy .text-link { margin-top: 1.2rem; }

.quote-section { display: flex; flex-direction: column; align-items: center; gap: 2rem; text-align: center; background: var(--forest); color: white; }
.quote-section svg { width: 50px; }
.quote-section blockquote { margin: 0; font-family: var(--serif); font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: 1.05; }

.contact { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: var(--sage-light); }
.contact-heading > p:not(.eyebrow) { max-width: 520px; margin-top: 2rem; }
.contact-form { display: flex; flex-direction: column; gap: 1.5rem; padding: clamp(1.5rem, 4vw, 3.3rem); background: var(--paper); }
.contact-form label { display: flex; flex-direction: column; gap: .45rem; font-size: .73rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
input, select, textarea { width: 100%; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: .7rem 0; outline: 0; text-transform: none; letter-spacing: 0; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--clay); }
.contact-form .button { align-self: flex-start; margin-top: .5rem; }
.form-note { margin: 0; color: #677168; font-size: .72rem; }
.form-note.is-success { color: var(--clay-dark); font-weight: 600; }

.site-footer { padding: 4rem clamp(1.3rem, 6vw, 6.5rem) 2rem; color: white; background: #17231b; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 3rem; align-items: start; padding-bottom: 4rem; }
.brand-footer { font-size: 2rem; }
.footer-top > p { margin: 0; font-family: var(--serif); font-size: 1.7rem; line-height: 1.25; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.5rem; font-size: .85rem; }
.footer-links a { text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65); font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1024px) {
  .site-header { height: 72px; }
  .site-header.menu-open { background: transparent; border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; }
  .site-header .brand { position: relative; z-index: 12; }
  .menu-button { position: relative; z-index: 12; display: block; }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 11; inset: 0; width: 100vw; height: 100vh; height: 100dvh; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; gap: 1.6rem; overflow-y: auto; padding: clamp(8rem, 28dvh, 15rem) 1.5rem max(2rem, env(safe-area-inset-bottom)); color: var(--forest); background-color: var(--cream, #f3eee4); font-family: var(--serif); font-size: 2rem; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-100%); transition: transform .35s ease, opacity .2s ease, visibility 0s linear .35s; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .nav-cta { font-family: var(--sans); font-size: .9rem; margin-top: 1rem; }
  .hero { min-height: 720px; }
  .hero-image { object-position: 68% center; }
  .hero-shade { background: rgba(20,32,24,.4); }
  .hero-content { padding-bottom: 4.5rem; padding-left: 1.3rem; width: calc(100% - 1.3rem); }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 5.5rem); }
  .hero-note { display: none; }
  .intro, .section-heading, .contact { grid-template-columns: 1fr; }
  .botanical { display: none; }
  .intro-columns { margin-top: 2.5rem; }
  .offer-grid { margin-left: 0; }
  .community { grid-template-columns: 1fr; }
  .community-visual { min-height: 600px; }
  .about { gap: 4rem; }
  .cycle-orbit { width: 80vw; margin-block: 5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1/-1; }
}

@media (max-width: 590px) {
  .section-pad { padding: 4.5rem 1.25rem; }
  h2 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-copy { font-size: 1rem; }
  .button-row { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .intro-columns { grid-template-columns: 1fr; gap: .5rem; }
  .cycle-orbit { width: 70vw; margin: 6rem auto; }
  .phase { width: 135px; }
  .phase h3 { font-size: 1.3rem; }
  .phase p { font-size: .67rem; }
  .phase-1 { top: -5%; }
  .phase-2 { left: 105%; }
  .phase-3 { top: 105%; }
  .phase-4 { left: -5%; }
  .orbit-center { inset: 30%; }
  .offer-card { grid-template-columns: 45px 1fr; padding-block: 2.4rem; }
  .community-visual { min-height: 480px; }
  .community-visual blockquote { font-size: 3.3rem; }
  .about { grid-template-columns: 1fr; }
  .about-portrait { margin-right: 1.5rem; }
  .about-portrait span { right: -1.5rem; }
  .field-row { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { gap: 1rem; flex-direction: column; }
}
