@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --cream: #f4efe6;
  --cream-deep: #e9e0d2;
  --paper: #fbf8f2;
  --sage: #9bab91;
  --sage-light: #d9dfd1;
  --forest: #173e39;
  --forest-soft: #2f5a52;
  --copper: #b56f4b;
  --ink: #23312e;
  --muted: #61706b;
  --white: #fffdf8;
  --serif: "Playfair Display", Georgia, serif;
  --script: "Caveat", cursive;
  --sans: "DM Sans", system-ui, sans-serif;
  --container: min(1180px, calc(100vw - 48px));
  --section: clamp(5.5rem, 10vw, 9rem);
  --radius: 2rem;
  --shadow: 0 24px 70px rgba(23, 62, 57, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.75; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--copper); outline-offset: 4px; }
::selection { background: var(--sage-light); color: var(--forest); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 200; padding: .8rem 1rem; background: var(--white); color: var(--forest); font-weight: 600; border-radius: .5rem; }
.skip-link:focus { top: 1rem; }
.container { width: var(--container); margin-inline: auto; }
.section { padding-block: var(--section); }
.eyebrow { margin: 0 0 1rem; color: var(--copper); font-size: .75rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(3.5rem, 7vw, 7.4rem); color: var(--white); }
h1 em, h2 em { color: inherit; font-weight: 400; }
h2 { max-width: 13ch; color: var(--forest); font-size: clamp(2.8rem, 5vw, 5.4rem); }
h3 { color: var(--forest); font-size: clamp(1.6rem, 2.3vw, 2.25rem); line-height: 1.1; }
p { margin: 0 0 1.4rem; }
.large-copy { font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 1.85rem); line-height: 1.45; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--forest); background: rgba(251, 248, 242, .94); box-shadow: 0 1px 0 rgba(23,62,57,.08); backdrop-filter: blur(14px); transition: background .3s, box-shadow .3s; }
.site-header.is-scrolled, .site-header.menu-open { background: rgba(251, 248, 242, .98); box-shadow: 0 8px 30px rgba(23,62,57,.08); }
.header-inner { width: var(--container); min-height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 38px; height: 48px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .leaf { fill: currentColor; stroke-width: 1.5; }
.brand-mark circle { fill: var(--copper); stroke: none; }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: var(--serif); font-size: 1.35rem; font-weight: 500; line-height: 1; letter-spacing: -.02em; }
.brand small { margin-top: .25rem; font-size: .62rem; line-height: 1; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.5vw, 2.5rem); }
.main-nav a { position: relative; font-size: .82rem; font-weight: 500; letter-spacing: .04em; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -.4rem; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.main-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { padding: .65rem 1.15rem; border: 1px solid currentColor; border-radius: 999px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 0; background: none; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 7px auto; background: currentColor; transition: transform .25s; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; isolation: isolate; padding-top: 88px; background: var(--paper); overflow: hidden; }
.hero::before { content: ""; position: absolute; z-index: 0; width: clamp(180px, 24vw, 360px); aspect-ratio: 1; left: 38%; top: 19%; border-radius: 50%; background: rgba(240, 171, 128, .25); filter: blur(.2px); }
.hero-image { position: relative; z-index: -2; grid-column: 2; grid-row: 1; background: url("images/wandelpad.webp") center / cover no-repeat; }
.hero-shade { position: absolute; z-index: -1; inset: auto 0 0 50%; height: 45%; background: linear-gradient(0deg, rgba(23,62,57,.28), transparent); }
.hero-content { position: relative; z-index: 2; align-self: center; grid-column: 1; grid-row: 1; width: min(590px, calc(100vw - 48px)); margin-left: max(24px, calc((100vw - 1180px)/2)); padding: 5.5rem 4rem 5rem 0; color: var(--ink); }
.hero-content .eyebrow { color: var(--copper); }
.hero-content h1 { color: var(--forest); font-size: clamp(3.7rem, 5.6vw, 5.8rem); }
.hero-content h1 em { color: var(--forest); }
.script-tagline { margin: 1.25rem 0 2rem !important; color: var(--copper) !important; font-family: var(--script); font-size: clamp(1.45rem, 2.3vw, 2rem) !important; line-height: 1 !important; transform: rotate(-1deg); }
.hero-content > p:not(.eyebrow) { max-width: 54ch; color: var(--muted); font-size: clamp(.98rem, 1.3vw, 1.08rem); }
.hero-content .hero-lead { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.2rem, 1.75vw, 1.55rem); line-height: 1.45; }
.button-row { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: .9rem 1.4rem; border: 1px solid transparent; border-radius: 999px; font-size: .85rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: var(--white); }
.button-primary:hover { background: #9f5e3d; }
.text-link { color: var(--forest); font-size: .88rem; font-weight: 500; text-underline-offset: .35rem; }
.scroll-cue { position: absolute; z-index: 3; right: max(24px, calc((100vw - 1180px)/2)); bottom: 3rem; width: 46px; height: 68px; border: 1px solid rgba(255,255,255,.7); border-radius: 99px; }
.scroll-cue span { position: absolute; top: 13px; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: white; animation: scrollCue 2s infinite; }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,30px); } }

.soul-section { background: linear-gradient(125deg, #f8f2e9 0%, var(--paper) 62%, #f3dfd2 100%); }
.soul-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.soul-mark { display: grid; place-items: center; min-height: 460px; border-radius: 50% 50% 1.5rem 1.5rem; background: var(--sage-light); }
.soul-mark svg { width: min(52%, 220px); fill: none; stroke: var(--forest); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; }
.soul-mark .organic { fill: var(--forest-soft); stroke-width: 2; }
.soul-mark circle { fill: var(--copper); stroke: none; }
.soul-copy { max-width: 650px; }
.soul-copy h2 { margin-bottom: 2.5rem; }
.soul-copy h2 em { color: var(--copper); }

.recognition { position: relative; background: #f0ad89; color: rgba(23,62,57,.78); overflow: hidden; }
.recognition::after { content: "“"; position: absolute; right: 3vw; top: -4rem; color: rgba(255,255,255,.22); font-family: var(--serif); font-size: 26rem; line-height: 1; }
.recognition h2 { color: var(--white); }
.recognition .section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 2rem; align-items: end; padding-bottom: 3rem; border-bottom: 1px solid rgba(23,62,57,.18); }
.recognition .section-heading .eyebrow { align-self: start; }
.recognition-list { margin-left: min(22vw, 260px); }
.recognition-item { display: grid; grid-template-columns: 70px 1fr; gap: 1rem; padding: 2rem 0; border-bottom: 1px solid rgba(23,62,57,.18); }
.recognition-item span { color: var(--forest); font-size: .75rem; letter-spacing: .12em; }
.recognition-item p { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.4rem); line-height: 1.25; }
.recognition-outro { max-width: 640px; margin: 3.5rem 0 0 auto; font-size: 1.08rem; }

.process { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1fr .75fr; gap: 3rem; align-items: end; margin-bottom: 5rem; }
.split-heading > p { max-width: 55ch; margin: 0; color: var(--muted); }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.steps::before { content: ""; position: absolute; left: 0; right: 0; top: 22px; height: 1px; background: var(--sage); }
.step { position: relative; padding-right: clamp(1.5rem, 3vw, 3rem); }
.step-number { position: relative; z-index: 1; display: grid; place-items: center; width: 45px; height: 45px; margin-bottom: 2rem; border-radius: 50%; background: var(--forest); color: var(--white); font-size: .72rem; letter-spacing: .08em; }
.step h3 { margin-bottom: 1rem; }
.step p { color: var(--muted); font-size: .94rem; }

.for-whom { background: var(--paper); }
.for-whom .section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 4rem; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.card { min-height: 320px; padding: 2.2rem; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid var(--sage-light); border-radius: var(--radius); background: var(--cream); transition: transform .25s, box-shadow .25s; }
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card:nth-child(2) { background: var(--sage-light); }
.card:nth-child(3) { background: var(--forest); color: rgba(255,255,255,.78); }
.card:nth-child(3) h3 { color: var(--white); }
.line-icon { margin-bottom: auto; color: var(--copper); font-family: var(--serif); font-size: 3rem; }
.card h3 { margin-bottom: 1rem; }
.card p { margin: 0; font-size: .92rem; }
.honest-note { max-width: 820px; margin: 4rem auto 0; padding-left: 1.5rem; border-left: 2px solid var(--copper); color: var(--muted); }
.honest-note strong { color: var(--forest); }

.about { background: var(--cream-deep); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.about-image { margin: 0; }
.about-image { position: relative; }
.about-image::before { content: ""; position: absolute; inset: -1.2rem 1.5rem 1.5rem -1.2rem; z-index: 0; border: 1px solid rgba(23,62,57,.28); border-radius: 50% 50% 1.5rem 1.5rem / 30% 30% 1.5rem 1.5rem; }
.about-image img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; object-position: center; border-radius: 50% 50% 1.5rem 1.5rem / 30% 30% 1.5rem 1.5rem; box-shadow: var(--shadow); }
.about-image figcaption { margin-top: 1rem; color: var(--muted); font-family: var(--serif); font-style: italic; text-align: center; }
.about-copy h2 { margin-bottom: 2.5rem; }
.about-copy > p { max-width: 58ch; }
.about-copy blockquote { margin: 3rem 0; padding: 2rem 0; border-top: 1px solid var(--sage); border-bottom: 1px solid var(--sage); color: var(--forest); font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3.6rem); line-height: 1.08; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem, 8vw, 8rem); }
.faq .section-heading p:last-child { max-width: 35ch; margin-top: 2rem; color: var(--muted); }
.accordion details { border-bottom: 1px solid var(--sage-light); }
.accordion summary { position: relative; padding: 1.8rem 3rem 1.8rem 0; color: var(--forest); font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.25; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%); color: var(--copper); font-family: var(--sans); font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { max-width: 58ch; padding: 0 3rem 1.8rem 0; color: var(--muted); }

.contact { background: var(--forest); color: rgba(255,255,255,.78); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); }
.contact h2 { color: var(--white); margin-bottom: 2rem; }
.contact-intro > p { max-width: 52ch; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; margin-top: 2rem; }
.contact-details a { color: var(--white); text-underline-offset: .3rem; }
.contact-form { padding: clamp(1.6rem, 4vw, 3rem); border-radius: var(--radius); background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.form-row { margin-bottom: 1.25rem; }
.form-row label { display: block; margin-bottom: .4rem; color: var(--forest); font-size: .78rem; font-weight: 600; }
.form-row input, .form-row textarea { width: 100%; padding: .85rem 0; border: 0; border-bottom: 1px solid var(--sage); border-radius: 0; outline: none; background: transparent; color: var(--ink); }
.form-row input:focus, .form-row textarea:focus { border-bottom-color: var(--copper); box-shadow: 0 2px 0 var(--copper); }
.form-row textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: .75rem; margin: 1.5rem 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.consent input { margin-top: .25rem; accent-color: var(--forest); }
.contact-form .button { border: 0; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }
.form-success { margin: 1rem 0 0; color: var(--forest); font-weight: 600; }
.hidden-field { position: absolute; left: -9999px; }

.site-footer { padding-block: 3.5rem; background: #102f2b; color: rgba(255,255,255,.68); font-size: .8rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr auto; gap: 2rem; align-items: start; }
.footer-brand { color: var(--white); }
.site-footer p { margin: 0; }
.site-footer a { text-underline-offset: .25rem; }
.copyright { align-self: end; white-space: nowrap; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  :root { --container: min(100% - 32px, 720px); }
  .header-inner { min-height: 76px; }
  .menu-button { display: block; z-index: 2; }
  .menu-button[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 1rem 16px 1.5rem; flex-direction: column; align-items: stretch; gap: 0; background: rgba(244,239,230,.98); color: var(--forest); border-top: 1px solid rgba(23,62,57,.1); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .8rem 0; }
  .nav-cta { margin-top: .5rem; text-align: center; }
  .hero { min-height: 920px; grid-template-columns: 1fr; grid-template-rows: auto minmax(360px, 46vh); padding-top: 76px; }
  .hero::before { left: auto; right: -4rem; top: 9rem; }
  .hero-content { grid-column: 1; grid-row: 1; margin-inline: auto; width: var(--container); padding: 5rem 0 3.5rem; }
  .hero-image { grid-column: 1; grid-row: 2; }
  .hero-shade { inset: auto 0 0; height: 35%; }
  .scroll-cue { display: none; }
  .soul-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .soul-mark { min-height: 360px; }
  .soul-mark svg { max-height: 260px; }
  .recognition .section-heading, .split-heading { grid-template-columns: 1fr; }
  .recognition-list { margin-left: 0; }
  .steps { grid-template-columns: 1fr 1fr; row-gap: 3rem; }
  .steps::before { display: none; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 260px; }
  .about-image { max-width: 560px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  :root { --section: 4.5rem; }
  body { font-size: .96rem; }
  h1 { font-size: clamp(3.15rem, 16vw, 5.3rem); }
  h2 { font-size: clamp(2.55rem, 13vw, 4.2rem); }
  .brand small { display: none; }
  .hero { min-height: 900px; grid-template-rows: auto 320px; }
  .hero-content { padding: 4rem 0 3rem; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .recognition-item { grid-template-columns: 42px 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step { display: grid; grid-template-columns: 45px 1fr; gap: 1.2rem; padding: 0; }
  .step-number { margin: 0; }
  .card { min-height: 240px; padding: 1.6rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .copyright { align-self: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
