:root {
    --ivory: #f6f0e5;
    --paper: #fffdf8;
    --forest: #173f31;
    --forest-2: #244b3a;
    --sage: #9daf91;
    --sage-light: #dfe6d8;
    --clay: #b86f52;
    --ink: #20312a;
    --muted: #65736b;
    --line: rgba(32, 49, 42, .16);
    --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --shadow: 0 24px 70px rgba(18, 42, 32, .15);
    --radius: 2px;
    --shell: min(90rem, calc(100% - 2.5rem));
    --header-height: 4.75rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 1rem); }
body { min-width: 20rem; margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 1rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
section[id], a[id] { scroll-margin-top: calc(var(--header-height) + 1rem); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #db8c66; outline-offset: 4px; }
::selection { color: var(--paper); background: var(--forest); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: clamp(4.5rem, 10vw, 10rem); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.kicker, .eyebrow { margin: 0 0 1.25rem; color: var(--clay); font-size: .72rem; font-weight: 750; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 em, h2 em { font-weight: 400; }
h2 { margin-bottom: 1.6rem; color: var(--forest); font-size: clamp(2.5rem, 6vw, 6.3rem); text-wrap: balance; overflow-wrap: break-word; }
.lead { color: #34473e; font-size: clamp(1.1rem, 1.5vw, 1.35rem); line-height: 1.65; }
.button { display: inline-flex; min-height: 3.4rem; align-items: center; justify-content: center; gap: .7rem; padding: .85rem 1.45rem; border: 1px solid var(--forest); border-radius: 999px; color: #fff; background: var(--forest); font-size: .78rem; font-weight: 750; letter-spacing: .08em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button-small { min-height: 2.8rem; padding: .65rem 1.2rem; }
.button-ghost { border-color: rgba(255,255,255,.65); background: transparent; }
.button-light { color: var(--forest); border-color: var(--ivory); background: var(--ivory); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }

/* Header */
.site-header { position: fixed; z-index: 100; top: 0; right: 0; left: 0; color: #fff; transition: color .3s, background .3s, box-shadow .3s; }
.site-header.scrolled, .site-header.menu-active { color: var(--forest); background: rgba(255,253,248,.96); box-shadow: 0 6px 28px rgba(23,63,49,.08); backdrop-filter: blur(12px); }
.header-inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .8rem; color: inherit; line-height: 1.05; text-decoration: none; }
.brand-mark { display: inline-grid; width: 2.6rem; height: 2.6rem; flex: 0 0 auto; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 1.5rem; font-style: italic; }
.brand strong { display: block; font-family: var(--serif); font-size: clamp(.92rem, 4vw, 1.05rem); font-weight: 400; white-space: nowrap; }
.brand small { display: block; margin-top: .3rem; font-size: .55rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.nav-toggle { position: relative; z-index: 2; display: grid; width: 3rem; height: 3rem; flex: 0 0 auto; place-content: center; gap: 5px; border: 0; border-radius: 50%; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 1.5rem; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-6px) rotate(-45deg); }
.main-nav { position: fixed; inset: 0; display: flex; visibility: hidden; align-items: stretch; flex-direction: column; justify-content: center; gap: .45rem; padding: calc(var(--header-height) + 2rem) max(1.25rem, 8vw) 2rem; color: var(--forest); background: var(--paper); opacity: 0; overflow-y: auto; transition: opacity .25s, visibility .25s; }
.main-nav.open { visibility: visible; opacity: 1; }
.main-nav > a { min-height: 3.25rem; }
.main-nav > a:not(.button) { display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: clamp(1.65rem, 7vw, 2.8rem); text-decoration: none; }
.main-nav .button { width: min(100%, 22rem); margin: 1rem auto 0; }

/* Hero */
.hero { position: relative; min-height: min(100svh, 48rem); display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--forest); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; scale: 1.015; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,31,23,.76) 0%, rgba(10,31,23,.42) 55%, rgba(10,31,23,.2)), linear-gradient(0deg, rgba(10,31,23,.45), transparent 45%); }
.hero-content { position: relative; z-index: 1; padding-block: calc(var(--header-height) + 3rem) 8rem; }
.hero .eyebrow { color: #e8d3bd; }
.hero h1 { max-width: 65rem; margin-bottom: 1.35rem; color: #fff; font-size: clamp(2.75rem, 12.5vw, 7.5rem); line-height: 1.01; text-wrap: balance; overflow-wrap: normal; }
.hero h1 em { color: #e6ebdf; }
.hero-lead { max-width: 40rem; margin-bottom: 1.6rem; color: rgba(255,255,255,.92); font-size: clamp(1rem, 2vw, 1.35rem); line-height: 1.55; }
.hero .button-row { flex-direction: column; align-items: stretch; }
.hero .button { width: 100%; }
.trust-line { position: absolute; z-index: 1; right: 1.25rem; bottom: 1.4rem; left: 1.25rem; display: flex; flex-wrap: wrap; align-items: center; gap: .35rem 1rem; font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.trust-line span:not(:last-child)::after { content: "·"; margin-left: 1.5rem; color: #d7b79f; }
.scroll-cue { display: none; }

/* Numbers and intro */
.strengths { color: #fff; background: var(--forest); }
.strengths-grid { display: grid; grid-template-columns: 1fr 1fr; }
.strengths article { min-height: 10rem; display: flex; align-items: center; flex-direction: column; justify-content: center; padding: 1.5rem .75rem; border: solid rgba(255,255,255,.12); border-width: 0 1px 1px 0; text-align: center; }
.strengths article:nth-child(even) { border-right: 0; }
.strengths article:nth-last-child(-n+2) { border-bottom: 0; }
.strengths strong { font-family: var(--serif); font-size: clamp(2.4rem, 6vw, 4.8rem); font-weight: 400; line-height: 1; }
.strengths strong small { font-size: .45em; }
.strengths p { max-width: 10rem; margin: .8rem 0 0; color: #dce6de; font-size: .7rem; font-weight: 700; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.strengths svg { width: 3rem; fill: none; stroke: #dce6de; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.intro { display: grid; gap: 3rem; overflow: hidden; }
.intro-copy { max-width: 46rem; }
.intro-copy > p:not(.kicker) { max-width: 42rem; }
.text-link { display: inline-block; margin-top: 1rem; color: var(--forest); font-size: .76rem; font-weight: 750; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: .4rem; transition: margin .2s; }
.text-link:hover span { margin-left: .8rem; }
.photo-collage { position: relative; min-height: clamp(19rem, 100vw, 28rem); }
.photo-collage figure { margin: 0; overflow: hidden; background: var(--sage-light); box-shadow: var(--shadow); }
.photo-collage img { width: 100%; height: 100%; object-fit: cover; }
.photo-main { position: absolute; inset: 0 12% 16% 0; }
.photo-float { position: absolute; right: 0; bottom: 0; width: 52%; height: 43%; border: .5rem solid var(--paper); }
.photo-note { position: absolute; top: 5%; right: 0; max-width: 10.5rem; padding: .8rem; color: #fff; background: var(--clay); font-family: var(--serif); font-size: .82rem; line-height: 1.3; transform: rotate(1deg); }
.photo-note strong { font-size: 1.1rem; font-weight: 400; }

/* Services */
.services { background: var(--ivory); }
.section-heading { display: grid; gap: 1rem; margin-bottom: 4rem; }
.section-heading > p { max-width: 36rem; color: var(--muted); font-size: 1.08rem; }
.service-grid { display: grid; gap: 1px; background: var(--line); }
.service-card { padding: clamp(1.65rem, 4vw, 3.2rem); background: var(--ivory); transition: background .3s, transform .3s; }
.service-card svg { width: 2.6rem; margin-bottom: 1.5rem; fill: none; stroke: var(--clay); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.4; }
.service-card h3 { margin-bottom: 1rem; color: var(--forest); font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }

/* Farm */
.farm { display: grid; color: #fff; background: var(--forest); }
.farm-media { min-height: 22rem; aspect-ratio: 4 / 3; overflow: hidden; }
.farm-media img { width: 100%; height: 100%; object-fit: cover; }
.farm-panel { display: flex; align-items: flex-start; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) max(1.25rem, 7vw); }
.farm-panel .kicker { color: #dbb197; }
.farm-panel h2 { color: #fff; font-size: clamp(2.55rem, 6.5vw, 6rem); }
.farm-panel > p:not(.kicker) { max-width: 43rem; color: #dce6de; }
.farm-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.4rem 0 2.4rem; padding: 0; list-style: none; }
.farm-tags li { padding: .45rem .85rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }

/* Gallery */
.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-auto-rows: clamp(13rem, 68vw, 20rem); gap: .75rem; }
.gallery-item { position: relative; overflow: hidden; padding: 0; border: 0; background: var(--sage-light); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: scale .6s; }
.gallery-item:hover img { scale: 1.04; }
.gallery-item > span { position: absolute; right: .75rem; bottom: .75rem; display: grid; width: 3rem; height: 3rem; place-items: center; border-radius: 50%; color: var(--forest); background: rgba(255,255,255,.94); font-size: 1.3rem; box-shadow: 0 4px 16px rgba(8,22,16,.18); }
.lightbox { width: 100%; max-width: none; height: 100%; max-height: none; padding: 0; border: 0; color: #fff; background: rgba(8,22,16,.96); }
.lightbox::backdrop { background: rgba(8,22,16,.96); }
.lightbox[open] { display: grid; grid-template: "image image" 1fr "prev next" 4rem / 1fr 1fr; align-items: center; padding: max(4.5rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom)); }
.lightbox figure { grid-area: image; width: 100%; max-width: 75rem; min-width: 0; margin: auto; text-align: center; }
.lightbox img { width: 100%; max-height: calc(100dvh - 12rem); object-fit: contain; }
.lightbox figcaption { padding: .8rem .25rem 0; font-size: .85rem; line-height: 1.45; }
.lightbox button { display: grid; min-width: 3rem; min-height: 3rem; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(255,255,255,.08); font-size: 1.7rem; cursor: pointer; }
.lightbox-close { position: absolute; z-index: 2; top: max(1rem, env(safe-area-inset-top)); right: max(1rem, env(safe-area-inset-right)); width: 3rem; height: 3rem; }
.lightbox-prev { grid-area: prev; justify-self: start; }
.lightbox-next { grid-area: next; justify-self: end; }

/* Day and wellbeing */
.day { background: var(--ivory); }
.day-layout { display: grid; gap: 4rem; }
.day-sticky { max-width: 40rem; }
.day-sticky p:last-child { max-width: 34rem; color: var(--muted); }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 2.75rem 1fr; gap: .8rem; padding: 1.65rem 0; border-top: 1px solid var(--line); }
.timeline li::before { content: ""; position: absolute; top: 3.2rem; bottom: -1.2rem; left: .7rem; width: 1px; background: rgba(184,111,82,.3); }
.timeline li:last-child::before { display: none; }
.timeline li > span { color: var(--clay); font-family: var(--serif); font-style: italic; }
.timeline h3 { margin-bottom: .5rem; color: var(--forest); font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.timeline p { margin: 0; color: var(--muted); }
.wellbeing { color: #fff; background: var(--forest); }
.wellbeing h2 { color: #fff; }
.wellbeing .kicker { color: #dbb197; }
.wellbeing-list { display: grid; }
.wellbeing-list article { position: relative; display: grid; grid-template-columns: 2.5rem 1fr; column-gap: .75rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.wellbeing-list article h3, .wellbeing-list article p { grid-column: 2; }
.wellbeing-list span { color: #a9bdac; font-family: var(--serif); font-style: italic; }
.wellbeing-list h3 { margin: 0 0 .25rem; font-family: var(--serif); font-size: clamp(1.65rem, 4vw, 2.8rem); font-weight: 400; }
.wellbeing-list p { margin: 0; color: #c8d5cb; }

/* Manifesto */
.manifesto { position: relative; min-height: min(72svh, 48rem); display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--forest); text-align: center; }
.manifesto img { position: absolute; inset: 0; width: 100%; height: 112%; object-fit: cover; object-position: center 55%; scale: 1.03; }
.manifesto-shade { position: absolute; inset: 0; background: rgba(13,44,32,.45); }
.manifesto blockquote { position: relative; width: min(100%, 70rem); margin: 0; padding: 1.25rem; font-family: var(--serif); font-size: clamp(2.65rem, 9vw, 8.5rem); letter-spacing: -.04em; line-height: 1; text-wrap: balance; }
.manifesto em { color: #e4d4c0; }

/* Forms */
.newsletter { background: var(--sage-light); }
.newsletter-box { display: grid; gap: 3rem; }
.newsletter h2 { margin-bottom: 1rem; }
form { display: grid; align-content: start; gap: 1.25rem; }
.field-row { display: grid; gap: 1.25rem; }
label > span { display: block; margin-bottom: .4rem; color: var(--forest); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
label small { font-weight: 500; text-transform: none; }
input, textarea { width: 100%; min-height: 3.25rem; padding: .8rem .15rem; border: 0; border-bottom: 1px solid rgba(23,63,49,.4); border-radius: 0; color: var(--ink); background: transparent; font-size: 1rem; transition: border .2s; }
input:focus, textarea:focus { outline: 0; border-bottom-color: var(--clay); box-shadow: 0 1px 0 var(--clay); }
textarea { resize: vertical; }
.check { display: flex; min-height: 2.75rem; align-items: flex-start; gap: .75rem; padding-block: .25rem; cursor: pointer; }
.check input { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; margin-top: .12rem; accent-color: var(--forest); }
.check span { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 400; letter-spacing: 0; line-height: 1.55; text-transform: none; }
.honeypot { position: absolute; left: -9999px; }
form .button { justify-self: start; }
.form-status { min-height: 1.6rem; margin: 0; font-size: .85rem; font-weight: 650; }
.form-status.success { color: #246441; }
.form-status.error { color: #9b3d30; }
.contact { background: var(--paper); }
.contact-grid { display: grid; gap: 4rem; }
.contact-copy > p:not(.kicker) { max-width: 38rem; color: var(--muted); font-size: 1.08rem; }
.contact-actions { display: grid; gap: .7rem; margin-top: 2rem; color: var(--forest); font-size: .75rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-actions span[aria-disabled] { color: var(--muted); font-weight: 500; }
.contact-form { padding: clamp(1.5rem, 5vw, 4rem); background: var(--ivory); box-shadow: var(--shadow); }

/* Location and footer */
.location { position: relative; min-height: 32rem; display: grid; align-items: center; overflow: hidden; background: #dbe1d4; }
.location-art { position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgba(255,255,255,.6) 0 3px, transparent 4px), radial-gradient(circle at 75% 75%, rgba(255,255,255,.55) 0 3px, transparent 4px); background-size: 70px 70px, 90px 90px; }
.road { position: absolute; width: 140%; height: 5rem; border: solid rgba(255,255,255,.7); border-width: 1px 0; transform-origin: center; }
.road-1 { top: 30%; left: -20%; transform: rotate(-14deg); }
.road-2 { top: 55%; left: -20%; transform: rotate(26deg); }
.pin { position: absolute; top: 36%; left: 68%; display: grid; width: 4rem; height: 4rem; place-items: center; border-radius: 50% 50% 50% 0; color: #fff; background: var(--clay); font-family: var(--serif); font-size: 2rem; transform: rotate(-45deg); box-shadow: var(--shadow); }
.pin::first-letter { transform: rotate(45deg); }
.location-card { position: relative; width: min(32rem, calc(100% - 2.5rem)); margin: 3rem auto; padding: clamp(1.75rem, 7vw, 4.5rem); background: var(--paper); box-shadow: var(--shadow); }
.location-card h2 { font-size: clamp(2.35rem, 6vw, 4.8rem); }
.location-card address { margin-bottom: 2rem; font-style: normal; }
.site-footer { color: #dce6de; background: #102f24; }
.footer-main { display: grid; gap: 3rem; padding-block: 5rem; }
.footer-main h2 { margin: 1.2rem 0; color: #fff; font-size: 2.3rem; }
.footer-main h3 { margin-bottom: 1.25rem; color: #9daf91; font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-main nav, .footer-main > div:not(:first-child) { display: flex; align-items: flex-start; flex-direction: column; gap: .6rem; }
.footer-main a { display: inline-flex; min-height: 2.75rem; align-items: center; text-decoration: none; }
.footer-main address { font-style: normal; }
.footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 1rem; padding-block: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #9daf91; font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 1rem; }

.reveal { opacity: 0; transform: translateY(2rem); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (min-width: 42rem) {
    :root { --shell: min(90rem, calc(100% - 5rem)); }
    .hero .button-row { flex-direction: row; align-items: center; }
    .hero .button { width: auto; }
    .field-row { grid-template-columns: 1fr 1fr; }
    .service-grid, .wellbeing-list { grid-template-columns: 1fr 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 17rem; }
    .gallery-item-1, .gallery-item-5 { grid-row: span 2; }
    .gallery-item-3 { grid-column: span 2; }
    .footer-main { grid-template-columns: 1.6fr 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
    :root { --header-height: 5.4rem; }
    .nav-toggle { display: none; }
    .main-nav { position: static; visibility: visible; align-items: center; flex-direction: row; gap: clamp(1rem, 2vw, 2rem); color: inherit; background: transparent; opacity: 1; }
    .main-nav > a { min-height: 2.8rem; }
    .main-nav .button { width: auto; margin: 0; }
    .main-nav > a:not(.button) { position: relative; font-family: var(--sans); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
    .main-nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -.4rem; left: 0; height: 1px; background: currentColor; scale: 0 1; transition: scale .2s; }
    .main-nav > a:hover::after { scale: 1; }
    .site-header:not(.scrolled) .main-nav .button { color: var(--forest); border-color: #fff; background: #fff; }
    .trust-line { right: 5vw; bottom: 3rem; left: auto; }
    .scroll-cue { position: absolute; z-index: 1; bottom: 2.5rem; left: 5vw; display: block; width: 2rem; height: 3.4rem; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; }
    .scroll-cue span { position: absolute; top: .7rem; left: 50%; width: 3px; height: 3px; border-radius: 50%; background: #fff; animation: scroll-cue 2s infinite; }
    .strengths-grid { grid-template-columns: repeat(4, 1fr); }
    .strengths article { min-height: 15rem; border-width: 0 1px 0 0; }
    .strengths article:nth-child(even) { border-right: 1px solid rgba(255,255,255,.12); }
    .strengths article:last-child { border: 0; }
    .intro { grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(4rem, 8vw, 9rem); }
    .photo-collage { min-height: 43rem; }
    .section-heading { grid-template-columns: 1.35fr .65fr; align-items: end; }
    .section-heading h2 { margin-bottom: 0; }
    .service-grid { grid-template-columns: repeat(3, 1fr); }
    .farm { min-height: 95svh; grid-template-columns: 1.1fr .9fr; }
    .farm-media { min-height: 95svh; aspect-ratio: auto; }
    .gallery-grid { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 12rem; }
    .gallery-item { grid-column: span 4; }
    .gallery-item-1 { grid-column: span 7; grid-row: span 2; }
    .gallery-item-2 { grid-column: span 5; grid-row: span 1; }
    .gallery-item-3 { grid-column: span 5; grid-row: span 1; }
    .gallery-item-4 { grid-column: span 4; grid-row: span 1; }
    .gallery-item-5 { grid-column: span 8; grid-row: span 2; }
    .day-layout { grid-template-columns: .9fr 1.1fr; gap: 8rem; }
    .day-sticky { position: sticky; top: 9rem; align-self: start; }
    .wellbeing-heading { max-width: 60rem; }
    .wellbeing-list { grid-template-columns: repeat(3, 1fr); }
    .wellbeing-list article { min-height: 17rem; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end; padding: 2rem; border: 1px solid rgba(255,255,255,.16); border-width: 1px 1px 0 0; }
    .wellbeing-list article h3, .wellbeing-list article p { grid-column: auto; }
    .wellbeing-list article:nth-child(3n) { border-right: 0; }
    .wellbeing-list article:nth-last-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.16); }
    .wellbeing-list span { position: absolute; top: 1.5rem; right: 1.5rem; }
    .newsletter-box { grid-template-columns: .8fr 1.2fr; align-items: start; gap: 8rem; }
    .contact-grid { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 8rem; }
    .location-card { margin-left: 10vw; }
    .footer-main { grid-template-columns: 2fr 1fr .8fr 1.2fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { align-items: center; flex-direction: row; justify-content: space-between; }
}

@media (hover: hover) and (pointer: fine) {
    .button:hover { color: var(--forest); background: transparent; transform: translateY(-2px); }
    .button-ghost:hover { color: var(--forest); border-color: #fff; background: #fff; }
    .button-light:hover { color: var(--ivory); border-color: var(--ivory); background: transparent; }
    .service-card:hover { position: relative; background: #ece5d8; transform: translateY(-4px); }
    .gallery-item:hover img { scale: 1.04; }
}

@media (max-width: 23.5rem) {
    .brand { gap: .6rem; }
    .brand-mark { width: 2.35rem; height: 2.35rem; }
    .brand small { font-size: .5rem; letter-spacing: .1em; }
    .hero h1 br { display: none; }
    .trust-line span:not(:last-child)::after { margin-left: .75rem; }
    .photo-note { max-width: 9.5rem; }
}

@media (min-width: 75rem) {
    .hero h1 { font-size: clamp(6rem, 7.4vw, 7.5rem); }
}

@keyframes scroll-cue { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 1.5rem); } }

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