:root {
    --forest: #173f2c;
    --forest-deep: #0d2b1d;
    --forest-soft: #25593e;
    --leaf: #bfe46e;
    --leaf-bright: #d8f58f;
    --cream: #f5f1e7;
    --paper: #fffdf7;
    --sand: #e9e1d2;
    --ink: #13231a;
    --muted: #68756c;
    --line: rgba(19, 35, 26, .14);
    --white-line: rgba(255, 255, 255, .17);
    --terracotta: #d86b3d;
    --shadow: 0 26px 70px rgba(14, 41, 27, .13);
    --radius: 26px;
    --shell: min(1200px, calc(100vw - 48px));
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--leaf); font-weight: 400; }
::selection { color: var(--forest-deep); background: var(--leaf); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; }
.section-cream { background: var(--cream); }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: #fff; background: var(--forest); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.announcement { position: relative; z-index: 60; color: #fff; background: var(--forest-deep); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.announcement-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.live-dot { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 999px; background: var(--leaf); box-shadow: 0 0 0 5px rgba(191,228,110,.12); }
.announcement-note { color: rgba(255,255,255,.62); }
.site-header { position: sticky; z-index: 50; top: 0; color: var(--forest); background: rgba(255,253,247,.92); border-bottom: 1px solid rgba(23,63,44,.1); backdrop-filter: blur(18px); transition: box-shadow .25s, background .25s; }
.site-header.scrolled { background: rgba(255,253,247,.97); box-shadow: 0 12px 40px rgba(13,43,29,.08); }
.header-inner { display: grid; grid-template-columns: 195px 1fr 120px; align-items: center; min-height: 82px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; color: var(--forest); }
.brand-mark { width: 42px; height: 42px; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-family: var(--serif); font-size: 23px; letter-spacing: .16em; }
.brand-type small { margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .46em; }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2vw, 31px); font-size: 13px; font-weight: 700; }
.primary-nav > a:not(.nav-quote) { position: relative; padding: 30px 0; }
.primary-nav > a:not(.nav-quote)::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; content: ""; transform: scaleX(0); background: var(--forest); transform-origin: right; transition: transform .25s; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { transform: scaleX(1); transform-origin: left; }
.nav-quote { padding: 10px 16px; color: #fff; border-radius: 999px; background: var(--forest); }
.cart-link { display: inline-flex; align-items: center; justify-content: flex-end; gap: 7px; font-size: 13px; font-weight: 700; }
.cart-link svg { width: 22px; }
.cart-link b { display: grid; width: 23px; height: 23px; place-items: center; color: var(--forest); border-radius: 50%; background: var(--leaf); font-size: 11px; }
.menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 0; border-radius: 50%; background: var(--cream); }
.menu-toggle > span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: transform .2s, opacity .2s; }

.toast { position: fixed; z-index: 120; right: 22px; top: 130px; display: flex; align-items: center; max-width: 440px; padding: 15px 16px 15px 19px; color: #fff; border-radius: 14px; box-shadow: var(--shadow); font-size: 14px; font-weight: 650; animation: toast-in .35s ease both; }
.toast-success { background: var(--forest); }
.toast-error { background: #963f2c; }
.toast button { margin-left: 16px; padding: 0 2px; color: inherit; border: 0; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
@keyframes toast-in { from { opacity: 0; transform: translateY(-14px); } }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 21px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--forest-soft); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.35); background: transparent; }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-light { color: var(--forest); background: var(--paper); }
.button-accent { color: var(--forest-deep); background: var(--leaf); }
.button-accent:hover { background: var(--leaf-bright); }
.button-outline { color: var(--forest); border-color: rgba(23,63,44,.3); background: transparent; }
.button-outline:hover { border-color: var(--forest); }
.button-wide { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); border-bottom: 1px solid rgba(23,63,44,.28); font-size: 12px; font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(2px,-2px); }
.text-link-large { padding-bottom: 5px; font-size: 14px; }

.hero { position: relative; min-height: calc(100vh - 116px); overflow: hidden; color: #fff; background: var(--forest); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .18; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 28px 28px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.hero-wash { position: absolute; width: 650px; height: 650px; right: -260px; top: -230px; border-radius: 50%; background: rgba(191,228,110,.13); filter: blur(8px); }
.hero-grid { position: relative; display: grid; min-height: calc(100vh - 116px); grid-template-columns: .94fr 1.06fr; align-items: center; gap: 68px; padding-top: 60px; padding-bottom: 78px; }
.hero-copy { position: relative; z-index: 2; max-width: 610px; }
.hero h1 { margin-bottom: 29px; font-size: clamp(62px, 6.2vw, 103px); }
.hero-lead { max-width: 560px; margin-bottom: 34px; color: rgba(255,255,255,.77); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-proof { display: grid; margin-top: 57px; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--white-line); }
.hero-proof > div { padding: 21px 18px 0 0; }
.hero-proof > div + div { padding-left: 21px; border-left: 1px solid var(--white-line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 3px; color: var(--leaf); font-family: var(--serif); font-size: 21px; font-weight: 500; }
.hero-proof span { color: rgba(255,255,255,.55); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual { position: relative; justify-self: end; width: min(590px, 46vw); }
.hero-image-frame { position: relative; overflow: hidden; border-radius: 290px 290px 26px 26px; box-shadow: 0 44px 90px rgba(0,0,0,.25); }
.hero-image-frame::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 60%,rgba(8,30,18,.34)); pointer-events: none; }
.hero-image-frame > img { width: 100%; aspect-ratio: .94; object-fit: cover; }
.hero-label { position: absolute; z-index: 2; left: 31px; bottom: 29px; display: grid; width: 117px; height: 117px; place-items: center; padding: 20px; text-align: center; color: var(--forest); border: 1px solid rgba(23,63,44,.26); border-radius: 50%; background: rgba(255,253,247,.91); backdrop-filter: blur(9px); }
.hero-label strong { margin-top: 7px; font-family: var(--serif); font-size: 18px; letter-spacing: .12em; }
.hero-label small { margin-top: -13px; font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.label-ring { position: absolute; inset: 6px; display: grid; place-items: start center; padding-top: 5px; font-size: 5px; font-weight: 800; letter-spacing: .16em; }
.harvest-card { position: absolute; z-index: 3; right: -25px; bottom: 45px; display: grid; min-width: 255px; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; padding: 14px 16px; color: var(--forest); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
.harvest-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--leaf); }
.harvest-card small, .harvest-card strong { display: block; }
.harvest-card small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.harvest-card strong { font-family: var(--serif); font-size: 15px; }
.harvest-status { color: var(--forest); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.harvest-status::before { display: inline-block; width: 6px; height: 6px; margin-right: 4px; content: ""; border-radius: 50%; background: #4c9e47; }
.scroll-cue { position: absolute; z-index: 4; bottom: 24px; left: 50%; display: flex; align-items: center; gap: 12px; transform: translateX(-50%); color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.scroll-cue span { width: 20px; height: 34px; border: 1px solid rgba(255,255,255,.35); border-radius: 99px; }
.scroll-cue span::after { display: block; width: 3px; height: 6px; margin: 6px auto; content: ""; border-radius: 99px; background: var(--leaf); animation: scroll-dot 1.7s ease infinite; }
@keyframes scroll-dot { 60%,100% { transform: translateY(13px); opacity: 0; } }
.ribbon { overflow: hidden; padding: 15px 0; color: var(--forest); background: var(--leaf); }
.ribbon-track { display: flex; width: max-content; align-items: center; gap: 32px; animation: ribbon 30s linear infinite; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.ribbon-track i { font-style: normal; }
@keyframes ribbon { to { transform: translateX(-50%); } }

.freshness { background: var(--paper); }
.freshness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.section-heading h2, .section-topline h2, .process-intro h2 { margin: 0; color: var(--forest); font-size: clamp(45px,5vw,75px); }
.section-heading h2 em, .section-topline h2 em, .process-intro h2 em { color: #79a44a; }
.freshness-copy { max-width: 535px; }
.large-copy { color: var(--forest); font-family: var(--serif); font-size: 25px; line-height: 1.45; }
.freshness-copy > p:not(.large-copy) { color: var(--muted); }
.freshness-copy .text-link { margin-top: 13px; }
.benefit-grid { display: grid; margin-top: 76px; grid-template-columns: repeat(3,1fr); gap: 18px; }
.benefit-card { position: relative; min-height: 310px; padding: 33px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--cream); }
.benefit-card > span { color: #8b968e; font-family: var(--serif); font-size: 13px; }
.benefit-card svg { width: 62px; margin: 42px 0 29px; fill: none; stroke: var(--forest); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-card h3 { margin-bottom: 11px; color: var(--forest); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.benefit-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 14px; }
.benefit-card::after { position: absolute; width: 130px; height: 130px; right: -65px; bottom: -65px; content: ""; border-radius: 50%; background: rgba(191,228,110,.23); transition: transform .3s; }
.benefit-card:hover::after { transform: scale(1.3); }

.section-topline { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 52px; }
.shop-section { padding-top: 104px; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 60px rgba(13,43,29,.1); }
.product-image { position: relative; display: block; overflow: hidden; background: #faf9f5; }
.product-image img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-tag { position: absolute; top: 17px; left: 17px; padding: 7px 11px; color: #fff; border-radius: 999px; background: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-tag-muted { color: var(--forest); background: var(--sand); }
.product-card-body { padding: 24px 25px 23px; }
.product-card-body > div:first-child { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.product-kicker { margin-bottom: 6px; color: #728078!important; font-size: 8px!important; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.15; }
.product-price { display: block; margin-top: 9px; color: var(--forest); font-family: var(--serif); font-size: 21px; }
.product-card-body > p { min-height: 45px; margin: 15px 0 22px; color: var(--muted); font-size: 13px; }
.product-card-actions { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.icon-add { display: grid; width: 38px; height: 38px; place-items: center; color: #fff; border: 0; border-radius: 50%; background: var(--forest); font-size: 23px; line-height: 1; cursor: pointer; transition: transform .2s, background .2s; }
.icon-add:hover { transform: rotate(90deg); background: #2a6c48; }

.grow-story { padding: 0; color: #fff; background: var(--forest); }
.grow-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 88px; align-items: center; padding-top: 105px; padding-bottom: 105px; }
.grow-gallery { position: relative; min-height: 740px; }
.grow-main { width: 79%; height: 680px; object-fit: cover; border-radius: 250px 250px 24px 24px; }
.grow-detail { position: absolute; right: 0; bottom: 15px; width: 40%; height: 340px; object-fit: cover; border: 9px solid var(--forest); border-radius: 150px 150px 18px 18px; }
.grow-stamp { position: absolute; top: 70px; right: 5%; display: flex; width: 124px; height: 124px; align-items: center; justify-content: center; gap: 6px; transform: rotate(7deg); color: var(--forest); border-radius: 50%; background: var(--leaf); }
.grow-stamp strong { font-family: var(--serif); font-size: 28px; }
.grow-stamp span { font-size: 8px; font-weight: 800; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.grow-content h2 { margin-bottom: 25px; font-size: clamp(48px,5vw,76px); }
.grow-content > .large-copy { color: #fff; }
.grow-steps { margin: 34px 0; border-top: 1px solid var(--white-line); }
.grow-steps article { display: grid; grid-template-columns: 38px 1fr; gap: 19px; padding: 20px 0; border-bottom: 1px solid var(--white-line); }
.grow-steps b { color: var(--leaf); font-family: var(--serif); font-size: 13px; font-weight: 400; }
.grow-steps h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.grow-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }

.wholesale { background: var(--paper); }
.wholesale-panel { display: grid; min-height: 640px; overflow: hidden; grid-template-columns: 1.05fr .95fr; color: #fff; border-radius: 34px; background: var(--forest-deep); box-shadow: var(--shadow); }
.wholesale-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(45px,7vw,90px); }
.wholesale-copy h2 { margin-bottom: 27px; font-size: clamp(48px,5vw,76px); }
.wholesale-copy > p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.67); }
.wholesale-points { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0 34px; }
.wholesale-points span { padding: 8px 12px; color: rgba(255,255,255,.82); border: 1px solid var(--white-line); border-radius: 999px; font-size: 10px; font-weight: 700; }
.wholesale-copy .button { width: fit-content; }
.wholesale-image { position: relative; min-height: 640px; }
.wholesale-image img { width: 100%; height: 100%; object-fit: cover; }
.vertical-note { position: absolute; top: 0; bottom: 0; left: 0; display: flex; width: 38px; align-items: center; justify-content: center; color: var(--forest); background: var(--leaf); font-size: 7px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; writing-mode: vertical-rl; }

.farm-journal { padding-bottom: 132px; }
.journal-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; align-items: end; }
.journal-card { display: block; }
.journal-card img { width: 100%; aspect-ratio: .77; object-fit: cover; border-radius: 22px; filter: saturate(.93); transition: filter .25s, transform .25s; }
.journal-card:first-child img { aspect-ratio: .9; }
.journal-card:hover img { filter: saturate(1.08); transform: translateY(-4px); }
.journal-card > span { display: flex; justify-content: space-between; gap: 10px; margin-top: 13px; color: var(--forest); font-family: var(--serif); font-size: 18px; }
.journal-card b { color: #73934d; }
.final-cta { position: relative; overflow: hidden; color: #fff; background: var(--forest); text-align: center; }
.final-cta::before, .final-cta::after { position: absolute; width: 480px; height: 480px; content: ""; border: 1px solid rgba(191,228,110,.17); border-radius: 50%; }
.final-cta::before { top: -240px; left: -170px; }
.final-cta::after { right: -150px; bottom: -290px; }
.final-cta-inner { position: relative; z-index: 2; display: flex; min-height: 510px; flex-direction: column; align-items: center; justify-content: center; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 32px; font-size: clamp(52px,6.2vw,86px); }

.page-hero { color: #fff; background: var(--forest); }
.page-hero-grid { display: grid; min-height: 610px; grid-template-columns: 1fr .75fr; align-items: center; gap: 70px; padding-top: 55px; padding-bottom: 55px; }
.page-hero-grid h1, .page-intro h1 { margin-bottom: 25px; font-size: clamp(62px,7vw,98px); }
.page-hero-grid p:not(.eyebrow), .page-intro > p:not(.eyebrow) { max-width: 620px; color: rgba(255,255,255,.68); font-size: 18px; }
.page-hero-products img { justify-self: end; width: min(480px,42vw); aspect-ratio: 1; object-fit: cover; border-radius: 240px 240px 26px 26px; box-shadow: 0 35px 70px rgba(0,0,0,.22); }
.catalog-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.catalog-bar p { margin: 0; }
.catalog-bar strong { color: var(--forest); }
.product-grid-catalog { row-gap: 42px; }
.care-banner { padding: 70px 0; color: #fff; background: var(--forest); }
.care-banner-grid { display: grid; grid-template-columns: 160px 1fr 1fr; align-items: center; gap: 60px; }
.care-number { color: var(--leaf); font-family: var(--serif); font-size: 85px; line-height: 1; }
.care-banner h2 { margin: 0; font-size: 52px; }
.care-banner-grid > p { margin: 0; color: rgba(255,255,255,.64); }

.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 30px; color: var(--muted); font-size: 11px; font-weight: 700; }
.breadcrumb b { color: var(--forest); }
.breadcrumb-light { padding-top: 0; color: rgba(255,255,255,.5); }
.breadcrumb-light b { color: #fff; }
.product-detail { padding-bottom: 110px; }
.product-detail-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 86px; padding-top: 38px; }
.product-detail-image { position: relative; }
.product-detail-image img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 30px; background: #fff; }
.image-caption { display: block; margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-copy { padding-top: 34px; }
.product-detail-copy h1 { margin-bottom: 19px; color: var(--forest); font-size: clamp(52px,5vw,76px); }
.detail-price-row { display: flex; align-items: center; gap: 19px; margin-bottom: 25px; }
.detail-price-row > strong { color: var(--forest); font-family: var(--serif); font-size: 29px; }
.stock { padding: 6px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.stock i { display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #57a84b; }
.detail-lead { color: var(--forest); font-family: var(--serif); font-size: 24px; line-height: 1.45; }
.rich-copy { color: var(--muted); font-size: 14px; white-space: normal; }
.detail-benefits { display: grid; margin: 27px 0; padding: 21px 0; grid-template-columns: repeat(2,1fr); gap: 12px 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.detail-benefits li { color: #3e4f45; font-size: 12px; font-weight: 650; }
.detail-benefits span { margin-right: 6px; color: #70a647; }
.add-form { display: flex; align-items: end; gap: 13px; }
.add-form label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.add-form input { display: block; width: 88px; height: 52px; margin-top: 5px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-align: center; }
.payment-note { display: flex; gap: 12px; margin-top: 22px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.payment-note span { color: var(--forest); font-size: 22px; }
.payment-note p, .payment-note strong { display: block; margin: 0; }
.payment-note strong { color: var(--forest); }

.page-hero-dark { position: relative; padding: 85px 0 0; overflow: hidden; background: var(--forest-deep); }
.page-hero-dark::after { position: absolute; top: 0; right: 0; width: 40%; height: 50%; content: ""; opacity: .22; background: radial-gradient(circle at 1px 1px,#fff 1px,transparent 0); background-size: 26px 26px; }
.page-intro { position: relative; z-index: 2; padding-bottom: 70px; text-align: center; }
.page-intro .eyebrow { justify-content: center; }
.page-intro > p:not(.eyebrow) { margin-inline: auto; }
.greenhouse-hero-image { position: relative; z-index: 2; overflow: hidden; border-radius: 300px 300px 0 0; }
.greenhouse-hero-image img { width: 100%; max-height: 580px; object-fit: cover; object-position: center 30%; }
.greenhouse-hero-image span { position: absolute; right: 0; bottom: 0; padding: 14px 22px; color: var(--forest); background: var(--leaf); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.process-intro { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: end; margin-bottom: 80px; }
.process-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.process-intro > p { margin: 0; color: var(--muted); }
.process-list { border-top: 1px solid var(--line); }
.process-row { display: grid; grid-template-columns: 60px 1fr 320px; gap: 45px; align-items: center; padding: 55px 0; border-bottom: 1px solid var(--line); }
.process-row > span { align-self: start; color: #8b978f; font-family: var(--serif); font-size: 14px; }
.process-row h2 { margin-bottom: 15px; color: var(--forest); font-size: 43px; }
.process-row > div > p:not(.eyebrow) { margin-bottom: 14px; color: var(--forest); font-family: var(--serif); font-size: 20px; }
.process-row img { width: 100%; height: 270px; object-fit: cover; border-radius: 140px 140px 17px 17px; }
.numbers-band { padding: 55px 0; color: #fff; background: var(--forest); }
.numbers-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.numbers-grid > div { padding: 8px 33px; border-right: 1px solid var(--white-line); text-align: center; }
.numbers-grid > div:last-child { border: 0; }
.numbers-grid strong, .numbers-grid span { display: block; }
.numbers-grid strong { color: var(--leaf); font-family: var(--serif); font-size: 42px; font-weight: 500; }
.numbers-grid span { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.grow-care-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 90px; }
.grow-care-grid img { width: 100%; max-height: 650px; object-fit: cover; border-radius: 280px 280px 25px 25px; }
.grow-care-grid h2 { color: var(--forest); font-size: clamp(50px,5vw,74px); }
.grow-care-grid > div > p:not(.eyebrow):not(.large-copy) { color: var(--muted); }

.page-hero-gallery { padding: 100px 0 80px; background: var(--forest); }
.projects-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 70px 25px; }
.project-card:nth-child(even) { margin-top: 100px; }
.project-card-wide { grid-column: span 1; }
.project-card-image { position: relative; overflow: hidden; border-radius: 27px; }
.project-card-image img { width: 100%; aspect-ratio: .95; object-fit: cover; transition: transform .5s; }
.project-card:hover img { transform: scale(1.025); }
.project-card-image span { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; color: var(--forest); border-radius: 999px; background: var(--leaf); font-size: 10px; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .25s, transform .25s; }
.project-card:hover .project-card-image span { opacity: 1; transform: translateY(0); }
.project-card-copy { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 18px 4px 0; }
.project-card-copy p { margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.project-card-copy h2 { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 30px; }
.project-card-copy time { color: var(--muted); font-size: 10px; }
.project-detail { padding-bottom: 110px; background: var(--cream); }
.project-detail-header { padding: 45px 0 170px; color: #fff; background: var(--forest); text-align: center; }
.project-detail-header .breadcrumb { justify-content: center; }
.project-detail-header .eyebrow { justify-content: center; margin-top: 65px; }
.project-detail-header h1 { max-width: 900px; margin: 0 auto 20px; font-size: clamp(60px,8vw,105px); }
.project-detail-header time { color: var(--leaf); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-cover { margin-top: -100px; }
.project-cover img { width: 100%; max-height: 720px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.project-story { display: grid; grid-template-columns: .35fr 1fr; gap: 70px; padding-top: 85px; padding-bottom: 75px; }
.rich-copy-large { max-width: 740px; color: var(--forest); font-family: var(--serif); font-size: 27px; line-height: 1.6; }
.project-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-gallery figure { margin: 0; }
.project-gallery figure:nth-child(3n) { grid-column: 1 / -1; }
.project-gallery img { width: 100%; height: 600px; object-fit: cover; border-radius: 24px; }
.project-gallery figure:nth-child(3n) img { height: 620px; }
.project-gallery figcaption { margin-top: 8px; color: var(--muted); font-size: 10px; }
.project-next { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 85px; padding-top: 40px; border-top: 1px solid var(--line); }
.project-next p { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 26px; }

.about-hero { padding: 105px 0; color: #fff; background: var(--forest); }
.about-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 75px; }
.about-hero h1 { font-size: clamp(65px,7vw,100px); }
.about-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.68); font-size: 18px; }
.about-image-stack { position: relative; min-height: 650px; }
.about-image-stack img:first-child { width: 70%; height: 600px; object-fit: cover; border-radius: 250px 250px 24px 24px; }
.about-image-stack img:last-child { position: absolute; right: 0; bottom: -20px; width: 47%; aspect-ratio: 1; object-fit: cover; border: 9px solid var(--forest); border-radius: 50%; }
.manifesto { max-width: 1050px; text-align: center; }
.manifesto .eyebrow { justify-content: center; }
.manifesto h2 { color: var(--forest); font-size: clamp(42px,5vw,69px); line-height: 1.12; }
.manifesto h2 em { color: #76a14a; }
.about-columns { display: grid; margin-top: 80px; grid-template-columns: repeat(3,1fr); gap: 40px; }
.about-columns > div { padding-top: 20px; border-top: 1px solid var(--line); }
.about-columns span { color: #7e8a82; font-family: var(--serif); font-size: 13px; }
.about-columns h3 { margin: 30px 0 12px; color: var(--forest); font-family: var(--serif); font-size: 28px; font-weight: 500; }
.about-columns p { color: var(--muted); font-size: 14px; }
.about-photo-break { position: relative; height: 700px; overflow: hidden; }
.about-photo-break img { width: 100%; height: 100%; object-fit: cover; }
.about-photo-break::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg,transparent 50%,rgba(13,43,29,.55)); }
.about-photo-break span { position: absolute; z-index: 2; bottom: 30px; left: 50%; transform: translateX(-50%); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .25em; white-space: nowrap; }
.founder-note { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; }
.founder-note h2 { color: var(--forest); font-size: clamp(50px,5vw,74px); }
.founder-note > div:last-child > p:not(.large-copy) { color: var(--muted); }

.form-page { padding: 90px 0 115px; color: #fff; background: var(--forest-deep); }
.form-page-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.form-intro { position: sticky; top: 120px; }
.form-intro h1 { margin-bottom: 28px; font-size: clamp(61px,6vw,90px); }
.form-intro > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.form-benefits { margin: 34px 0; border-top: 1px solid var(--white-line); }
.form-benefits > div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--white-line); }
.form-benefits span { color: var(--leaf); font-family: var(--serif); font-size: 12px; }
.form-benefits p, .form-benefits strong { display: block; margin: 0; }
.form-benefits p { color: rgba(255,255,255,.55); font-size: 12px; }
.form-benefits strong { color: #fff; font-family: var(--serif); font-size: 17px; font-weight: 500; }
.form-intro > img { width: 100%; height: 330px; object-fit: cover; object-position: center 37%; border-radius: 180px 180px 18px 18px; }
.form-panel { padding: clamp(30px,5vw,58px); color: var(--ink); border-radius: 30px; background: var(--paper); box-shadow: 0 35px 80px rgba(0,0,0,.19); }
.form-step { display: flex; align-items: center; justify-content: space-between; margin-bottom: 32px; padding-bottom: 18px; color: var(--forest); border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 24px; }
.form-step span { color: var(--muted); font-family: var(--sans); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.styled-form { display: grid; gap: 19px; }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.form-row-three { grid-template-columns: 1fr .55fr .7fr; }
.styled-form label { color: #425148; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.styled-form input:not([type="checkbox"]):not([type="radio"]), .styled-form select, .styled-form textarea { display: block; width: 100%; margin-top: 7px; padding: 14px 15px; color: var(--ink); border: 1px solid rgba(23,63,44,.18); border-radius: 12px; outline: 0; background: #fff; font-size: 14px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border .2s, box-shadow .2s; }
.styled-form input:not([type="checkbox"]):not([type="radio"]) { height: 50px; }
.styled-form input:focus, .styled-form select:focus, .styled-form textarea:focus { border-color: #6f9d4b; box-shadow: 0 0 0 4px rgba(111,157,75,.13); }
.styled-form textarea { resize: vertical; }
.check-label { display: flex!important; align-items: flex-start; gap: 10px; color: var(--muted)!important; font-size: 10px!important; font-weight: 600!important; letter-spacing: 0!important; line-height: 1.45; text-transform: none!important; }
.check-label input { margin-top: 2px; accent-color: var(--forest); }
.honeypot { position: absolute; left: -10000px; }

.contact-hero { padding: 90px 0 145px; color: #fff; background: var(--forest); }
.contact-title h1 { margin: 0; font-size: clamp(70px,8vw,110px); }
.contact-content { padding-top: 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: start; }
.contact-details { padding-top: 80px; }
.contact-list { margin-top: 45px; border-top: 1px solid var(--line); }
.contact-list > div { display: grid; grid-template-columns: 120px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.contact-list a, .contact-list p { margin: 0; color: var(--forest); font-family: var(--serif); font-size: 18px; }
.contact-hours { display: flex; gap: 11px; margin-top: 35px; color: var(--muted); }
.contact-hours i { width: 8px; height: 8px; margin-top: 8px; border-radius: 50%; background: #55a14c; }
.contact-hours p, .contact-hours strong { display: block; margin: 0; }
.contact-hours strong { color: var(--forest); }
.form-panel-light { position: relative; z-index: 2; margin-top: -85px; }

.cart-page { min-height: 70vh; }
.cart-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 50px; }
.cart-heading h1 { margin: 0; color: var(--forest); font-size: 74px; }
.cart-heading > span { color: var(--muted); font-size: 12px; font-weight: 700; }
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 55px; align-items: start; }
.cart-items { border-top: 1px solid var(--line); }
.cart-item { position: relative; display: grid; grid-template-columns: 115px 1fr 85px 95px 24px; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.cart-item img { width: 115px; height: 115px; object-fit: cover; border-radius: 15px; background: #fff; }
.cart-item-info p { margin: 0 0 4px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.cart-item-info h2 { margin: 0 0 6px; color: var(--forest); font-family: var(--serif); font-size: 23px; }
.cart-item-info > span { color: var(--muted); font-size: 11px; }
.quantity-control input { width: 70px; height: 42px; padding: 0 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); text-align: center; }
.cart-item > strong { color: var(--forest); font-family: var(--serif); font-size: 18px; text-align: right; }
.remove-button { border: 0; background: transparent; color: var(--muted); font-size: 24px; cursor: pointer; }
.cart-update { display: flex; align-items: center; justify-content: space-between; padding-top: 23px; }
.cart-update > a { color: var(--muted); font-size: 12px; font-weight: 700; }
.order-summary { position: sticky; top: 120px; padding: 32px; color: #fff; border-radius: 25px; background: var(--forest); }
.order-summary > div { display: flex; justify-content: space-between; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.63); font-size: 12px; }
.order-summary > div strong { color: #fff; font-weight: 700; text-align: right; }
.order-summary .summary-total { margin-bottom: 23px; padding: 20px 0; color: #fff; font-family: var(--serif); font-size: 19px; }
.order-summary .summary-total strong { color: var(--leaf); font-size: 25px; }
.secure-note { margin: 16px 0 0; color: rgba(255,255,255,.48); font-size: 9px; text-align: center; }
.empty-state { padding: 80px 30px; border: 1px solid var(--line); border-radius: 25px; text-align: center; }
.empty-state h2 { color: var(--forest); font-size: 42px; }
.empty-state p { color: var(--muted); }
.cart-empty svg { width: 80px; margin: 0 auto 25px; fill: none; stroke: var(--forest); stroke-width: 1.7; }

.checkout-page { min-height: 100vh; padding: 70px 0 110px; }
.checkout-shell { display: grid; grid-template-columns: 1fr 430px; gap: 75px; align-items: start; }
.checkout-back { display: inline-block; margin-bottom: 45px; color: var(--muted); font-size: 11px; font-weight: 750; }
.checkout-main h1 { margin-bottom: 38px; color: var(--forest); font-size: 72px; }
.checkout-form { max-width: 680px; }
.payment-options { display: grid; gap: 11px; margin: 9px 0; padding: 0; border: 0; }
.payment-options legend { margin-bottom: 8px; color: #425148; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.payment-option { display: grid!important; grid-template-columns: 22px 1fr auto; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; cursor: pointer; text-transform: none!important; }
.payment-option:has(input:checked) { border-color: #6f9d4b; background: rgba(191,228,110,.1); }
.payment-option input { accent-color: var(--forest); }
.payment-option strong, .payment-option small { display: block; }
.payment-option strong { color: var(--forest); font-size: 13px; }
.payment-option small { margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 500; }
.payment-option b { padding: 6px 9px; color: var(--forest); border-radius: 7px; background: var(--leaf); font-size: 9px; }
.checkout-summary { position: sticky; top: 115px; padding: 32px; border-radius: 25px; background: var(--paper); box-shadow: var(--shadow); }
.checkout-summary h2 { margin-bottom: 25px; color: var(--forest); font-size: 31px; }
.checkout-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.checkout-item > div { position: relative; }
.checkout-item img { width: 58px; height: 58px; object-fit: cover; border-radius: 10px; }
.checkout-item > div span { position: absolute; top: -5px; right: -5px; display: grid; width: 19px; height: 19px; place-items: center; color: #fff; border-radius: 50%; background: var(--forest); font-size: 8px; }
.checkout-item p, .checkout-item strong, .checkout-item small { display: block; margin: 0; }
.checkout-item strong { color: var(--forest); font-size: 12px; }
.checkout-item small { color: var(--muted); font-size: 9px; }
.checkout-item > b { color: var(--forest); font-family: var(--serif); font-size: 14px; }
.checkout-totals { padding-top: 18px; }
.checkout-totals p { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.checkout-totals p:last-child { margin-top: 15px; padding-top: 15px; color: var(--forest); border-top: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
.checkout-totals p:last-child b { font-size: 25px; }
.checkout-assurance { display: flex; gap: 11px; margin-top: 25px; padding: 14px; border-radius: 12px; background: var(--cream); }
.checkout-assurance > span { display: grid; flex: 0 0 26px; height: 26px; place-items: center; color: var(--forest); border-radius: 50%; background: var(--leaf); font-size: 12px; }
.checkout-assurance p, .checkout-assurance strong { display: block; margin: 0; }
.checkout-assurance p { color: var(--muted); font-size: 9px; }
.checkout-assurance strong { color: var(--forest); font-size: 11px; }

.status-page { display: grid; min-height: 68vh; place-items: center; padding: 100px 24px; }
.status-card { max-width: 760px; text-align: center; }
.status-icon { display: grid; width: 74px; height: 74px; margin: 0 auto 28px; place-items: center; color: var(--forest); border-radius: 50%; background: var(--leaf); font-family: var(--serif); font-size: 30px; }
.status-card .eyebrow { justify-content: center; }
.status-card h1 { color: var(--forest); font-size: clamp(55px,7vw,88px); }
.status-card h1 em { color: #76a14a; }
.status-card > p:not(.eyebrow) { max-width: 600px; margin: 0 auto 28px; color: var(--muted); font-size: 17px; }
.status-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.setup-steps { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-bottom: 22px; }
.setup-steps span { padding: 7px 11px; color: var(--forest); border-radius: 999px; background: #e6eadb; font-size: 10px; font-weight: 800; }
.status-card .muted { font-size: 11px!important; }
.status-page-dark { color: #fff; background: var(--forest); }
.status-page-dark .status-card { position: relative; }
.status-page-dark .status-card h1 { color: #fff; }
.status-page-dark .status-card > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.giant-number { position: absolute; z-index: 0; top: -120px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.04); font-family: var(--serif); font-size: 300px; line-height: 1; }

.site-footer { padding: 80px 0 25px; color: rgba(255,255,255,.62); background: var(--forest-deep); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .8fr .9fr 1.1fr; gap: 65px; padding-bottom: 65px; }
.brand-light { color: var(--leaf); }
.brand-light .brand-type small { color: rgba(255,255,255,.48); }
.footer-brand > p { max-width: 340px; margin: 23px 0; font-size: 13px; }
.instagram-link { color: var(--leaf); font-size: 11px; font-weight: 800; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-family: var(--sans); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) > a { display: block; width: fit-content; margin-bottom: 11px; font-size: 12px; transition: color .2s; }
.footer-grid > div:not(.footer-brand) > a:hover { color: var(--leaf); }
.footer-contact p { margin-bottom: 9px; font-size: 12px; }
.availability { display: block; margin-top: 20px; color: rgba(255,255,255,.76); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.availability i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--leaf); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 21px; border-top: 1px solid var(--white-line); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.whatsapp-float { position: fixed; z-index: 80; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 9px; padding: 11px 15px 11px 11px; color: #fff; border-radius: 999px; background: #1f9d55; box-shadow: 0 15px 40px rgba(0,0,0,.2); font-size: 11px; font-weight: 800; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 27px; height: 27px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 1050px) {
    :root { --shell: min(100% - 36px, 950px); }
    .header-inner { grid-template-columns: 155px 1fr 92px; gap: 12px; }
    .primary-nav { gap: 16px; font-size: 12px; }
    .nav-quote { display: none; }
    .hero-grid { gap: 35px; }
    .hero-visual { width: 46vw; }
    .harvest-card { right: -8px; }
    .grow-grid { gap: 50px; }
    .grow-gallery { min-height: 630px; }
    .grow-main { height: 590px; }
    .grow-detail { height: 290px; }
    .process-row { grid-template-columns: 44px 1fr 265px; gap: 25px; }
    .cart-layout, .checkout-shell { grid-template-columns: 1fr 340px; gap: 35px; }
    .form-page-grid, .contact-grid { gap: 45px; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px, 720px); --radius: 21px; }
    .section { padding: 82px 0; }
    .announcement-note { display: none; }
    .announcement-inner { justify-content: center; }
    .header-inner { grid-template-columns: 1fr auto auto; min-height: 70px; }
    .menu-toggle { display: block; grid-column: 2; }
    .cart-link { grid-column: 3; }
    .cart-link > span { display: none; }
    .primary-nav { position: fixed; z-index: -1; top: 104px; right: 0; bottom: 0; left: 0; display: flex; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 25px 28px 40px; overflow-y: auto; color: #fff; background: var(--forest-deep); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s, visibility .2s, transform .2s; }
    .primary-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
    .primary-nav > a:not(.nav-quote) { padding: 17px 0; border-bottom: 1px solid var(--white-line); font-family: var(--serif); font-size: 29px; }
    .primary-nav > a::after { display: none; }
    .nav-quote { display: inline-flex; width: fit-content; margin-top: 25px; padding: 13px 20px; color: var(--forest); background: var(--leaf); }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .toast { top: 115px; right: 14px; left: 14px; max-width: none; }
    .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 70px; padding-bottom: 100px; }
    .hero h1 { font-size: clamp(57px,14vw,83px); }
    .hero-visual { justify-self: center; width: min(100%,600px); }
    .hero-image-frame { border-radius: 300px 300px 22px 22px; }
    .hero-proof { margin-top: 42px; }
    .scroll-cue { display: none; }
    .freshness-grid, .process-intro, .founder-note { grid-template-columns: 1fr; gap: 35px; }
    .benefit-grid, .product-grid { grid-template-columns: repeat(2,1fr); }
    .benefit-card:last-child { grid-column: 1 / -1; }
    .grow-grid { grid-template-columns: 1fr; }
    .grow-content { padding-top: 10px; }
    .wholesale-panel { grid-template-columns: 1fr; }
    .wholesale-image { min-height: 520px; }
    .journal-grid { grid-template-columns: repeat(2,1fr); }
    .journal-card:first-child { grid-column: 1 / -1; }
    .page-hero-grid, .product-detail-grid, .grow-care-grid, .about-hero-grid { grid-template-columns: 1fr; }
    .page-hero-grid { padding-top: 75px; }
    .page-hero-products img { justify-self: center; width: min(90%,500px); }
    .care-banner-grid { grid-template-columns: 100px 1fr; gap: 30px; }
    .care-banner-grid > p { grid-column: 1 / -1; }
    .product-detail-grid { gap: 30px; }
    .process-row { grid-template-columns: 40px 1fr; }
    .process-row img { grid-column: 2; }
    .numbers-grid { grid-template-columns: repeat(2,1fr); gap: 25px 0; }
    .numbers-grid > div:nth-child(2) { border-right: 0; }
    .projects-grid { gap: 50px 18px; }
    .project-card:nth-child(even) { margin-top: 70px; }
    .project-story { grid-template-columns: 1fr; gap: 20px; }
    .about-image-stack { min-height: 600px; }
    .about-columns { grid-template-columns: 1fr; gap: 28px; }
    .form-page-grid, .contact-grid { grid-template-columns: 1fr; }
    .form-intro { position: static; }
    .form-intro > img { display: none; }
    .form-panel-light { margin-top: 0; }
    .contact-details { padding-top: 0; }
    .cart-layout, .checkout-shell { grid-template-columns: 1fr; }
    .order-summary, .checkout-summary { position: static; }
    .checkout-summary { grid-row: 1; }
    .checkout-back { margin-bottom: 25px; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 26px); }
    .section { padding: 70px 0; }
    .announcement { font-size: 9px; }
    .brand-mark { width: 36px; height: 36px; }
    .brand-type strong { font-size: 20px; }
    .hero-grid { padding-top: 55px; }
    .hero h1 { font-size: 55px; }
    .hero-lead { font-size: 15px; }
    .hero-actions .button { width: 100%; }
    .hero-proof { grid-template-columns: 1fr; }
    .hero-proof > div { display: grid; grid-template-columns: 110px 1fr; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--white-line); }
    .hero-proof > div + div { padding-left: 0; border-left: 0; }
    .hero-proof strong { margin: 0; }
    .hero-label { left: 18px; bottom: 18px; transform: scale(.84); transform-origin: bottom left; }
    .harvest-card { right: 10px; bottom: -28px; min-width: 220px; transform: scale(.87); transform-origin: bottom right; }
    .freshness-grid { gap: 25px; }
    .section-heading h2, .section-topline h2, .process-intro h2 { font-size: 47px; }
    .large-copy { font-size: 21px; }
    .benefit-grid, .product-grid { grid-template-columns: 1fr; }
    .benefit-card:last-child { grid-column: auto; }
    .section-topline { align-items: start; flex-direction: column; }
    .grow-grid { padding-top: 70px; }
    .grow-gallery { min-height: 530px; }
    .grow-main { width: 86%; height: 500px; }
    .grow-detail { width: 44%; height: 240px; }
    .grow-stamp { top: 38px; width: 100px; height: 100px; }
    .grow-content h2, .wholesale-copy h2 { font-size: 51px; }
    .wholesale-copy { padding: 44px 24px; }
    .wholesale-image { min-height: 440px; }
    .journal-grid { grid-template-columns: 1fr; }
    .journal-card:first-child { grid-column: auto; }
    .page-hero-grid h1, .page-intro h1 { font-size: 58px; }
    .page-hero-grid { gap: 35px; }
    .catalog-bar { align-items: start; flex-direction: column; gap: 6px; }
    .care-banner-grid { grid-template-columns: 1fr; }
    .care-number { font-size: 58px; }
    .care-banner h2 { font-size: 44px; }
    .detail-benefits { grid-template-columns: 1fr; }
    .add-form { align-items: stretch; flex-direction: column; }
    .add-form input { width: 100%; }
    .product-detail { padding-bottom: 70px; }
    .page-hero-dark { padding-top: 65px; }
    .process-row { grid-template-columns: 1fr; gap: 15px; }
    .process-row img { grid-column: auto; height: 320px; }
    .numbers-grid { grid-template-columns: 1fr; }
    .numbers-grid > div { border-right: 0; border-bottom: 1px solid var(--white-line); }
    .numbers-grid > div:last-child { border-bottom: 0; }
    .projects-grid { grid-template-columns: 1fr; }
    .project-card:nth-child(even) { margin-top: 0; }
    .project-detail-header { padding-bottom: 120px; }
    .project-cover { margin-top: -65px; }
    .project-gallery { grid-template-columns: 1fr; }
    .project-gallery figure:nth-child(3n) { grid-column: auto; }
    .project-gallery img, .project-gallery figure:nth-child(3n) img { height: 420px; }
    .project-next { align-items: start; flex-direction: column; }
    .about-hero { padding: 70px 0; }
    .about-hero h1 { font-size: 58px; }
    .about-image-stack { min-height: 470px; }
    .about-image-stack img:first-child { height: 460px; }
    .about-photo-break { height: 530px; }
    .about-photo-break span { max-width: 90%; text-align: center; white-space: normal; }
    .form-page { padding: 65px 0 80px; }
    .form-intro h1, .contact-title h1 { font-size: 58px; }
    .form-row, .form-row-three { grid-template-columns: 1fr; }
    .form-panel { padding: 27px 18px; }
    .form-step { align-items: start; flex-direction: column; gap: 6px; }
    .contact-hero { padding: 70px 0 100px; }
    .contact-list > div { grid-template-columns: 85px 1fr; }
    .cart-heading { align-items: start; flex-direction: column; }
    .cart-heading h1, .checkout-main h1 { font-size: 56px; }
    .cart-item { grid-template-columns: 88px 1fr auto; gap: 13px; }
    .cart-item img { width: 88px; height: 88px; }
    .quantity-control { grid-column: 2; }
    .cart-item > strong { grid-column: 3; grid-row: 2; }
    .remove-button { position: absolute; top: 18px; right: 0; }
    .cart-update { align-items: stretch; flex-direction: column; gap: 18px; }
    .checkout-page { padding-top: 40px; }
    .checkout-summary { padding: 24px 18px; }
    .status-card h1 { font-size: 51px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { align-items: start; flex-direction: column; gap: 8px; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { padding: 11px; }
}

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

/* ROTA editorial theme — matched to the supplied production reference. */
:root {
    --forest: #17281a;
    --forest-deep: #101a12;
    --forest-soft: #29452e;
    --leaf: #759968;
    --leaf-bright: #98b78d;
    --cream: #f3eee3;
    --paper: #f7f3e9;
    --sand: #e4dccd;
    --ink: #121c14;
    --muted: #64675f;
    --line: rgba(18, 28, 20, .17);
    --white-line: rgba(255, 255, 255, .18);
    --shadow: 0 20px 52px rgba(18, 28, 20, .10);
    --radius: 24px;
    --shell: min(1180px, calc(100vw - 64px));
    --sans: "Avenir Next", Avenir, Montserrat, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --serif: "Bodoni 72", Didot, "Iowan Old Style", Baskerville, Georgia, serif;
}

body { background: var(--cream); font-size: 15px; }
body.cart-open { overflow: hidden; }
h1, h2 { font-weight: 500; letter-spacing: -.047em; }
h1 em, h2 em { color: inherit; }
.section { padding: 105px 0; }
.button { min-height: 49px; gap: 14px; padding-inline: 23px; font-size: 12px; }
.button-primary { color: var(--paper); background: var(--forest-deep); }
.button-light { color: var(--forest-deep); background: var(--paper); }
.button-outline { color: var(--forest-deep); border-color: rgba(18,28,20,.25); }

.announcement { background: var(--forest-deep); font-size: 9px; font-weight: 500; letter-spacing: .21em; text-transform: none; }
.announcement-inner { min-height: 31px; justify-content: center; gap: 18px; }
.announcement-note { color: rgba(255,255,255,.72); }
.announcement-note::before { content: "·"; margin-right: 18px; }
.site-header { position: sticky; background: rgba(247,243,233,.95); border-color: rgba(18,28,20,.08); backdrop-filter: blur(14px); }
.site-header.scrolled { background: rgba(247,243,233,.98); box-shadow: 0 8px 28px rgba(18,28,20,.07); }
.header-inner { grid-template-columns: 190px 1fr 190px; min-height: 72px; gap: 18px; }
.brand { gap: 7px; }
.brand-mark { width: 32px; height: 32px; transform: rotate(-5deg); }
.brand-type strong { font-size: 26px; font-style: italic; letter-spacing: .07em; }
.brand-type small { margin-top: 1px; font-size: 6px; letter-spacing: .43em; }
.primary-nav { gap: clamp(19px,2vw,34px); font-size: 12px; font-weight: 550; }
.primary-nav > a:not(.nav-quote) { padding: 25px 0; }
.primary-nav > a:not(.nav-quote)::after { bottom: 17px; height: 1px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 15px; }
.header-whatsapp { display: inline-flex; min-height: 40px; align-items: center; padding: 0 18px; color: var(--paper); border-radius: 999px; background: var(--forest-deep); font-size: 12px; font-weight: 600; }
.cart-link { position: relative; display: inline-grid; width: 38px; height: 38px; place-items: center; padding: 0; border: 0; background: transparent; cursor: pointer; }
.cart-link svg { width: 21px; }
.cart-link b { position: absolute; top: -3px; right: -2px; width: 17px; height: 17px; color: #fff; background: var(--forest-soft); font-size: 8px; }
.menu-toggle { background: transparent; }

.cart-backdrop { position: fixed; z-index: 89; inset: 0; opacity: 0; background: rgba(10,18,12,.52); backdrop-filter: blur(3px); transition: opacity .25s; }
.cart-backdrop.open { opacity: 1; }
.mini-cart { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; display: flex; width: min(460px,100%); padding: 27px; flex-direction: column; transform: translateX(102%); color: var(--ink); background: var(--paper); box-shadow: -25px 0 70px rgba(0,0,0,.18); transition: transform .32s ease; }
.mini-cart.open { transform: translateX(0); }
.mini-cart-head { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.mini-cart-head p { margin: 0; font-family: var(--serif); font-size: 26px; font-style: italic; line-height: 1; }
.mini-cart-head span { color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mini-cart-head button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 25px; line-height: 1; cursor: pointer; }
.mini-cart-empty { display: grid; margin: auto 0; justify-items: center; padding: 40px 15px; text-align: center; }
.mini-cart-empty > span { display: grid; width: 66px; height: 66px; place-items: center; margin-bottom: 25px; border: 1px solid var(--line); border-radius: 50%; font-size: 28px; }
.mini-cart-empty h2 { margin-bottom: 10px; font-size: 42px; font-style: italic; }
.mini-cart-empty p { max-width: 310px; color: var(--muted); }
.mini-cart-items { overflow-y: auto; }
.mini-cart-items article { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.mini-cart-items img { width: 74px; height: 74px; border-radius: 14px; object-fit: cover; background: #fff; }
.mini-cart-items a { display: block; font-family: var(--serif); font-size: 18px; font-style: italic; }
.mini-cart-items span { color: var(--muted); font-size: 11px; }
.mini-cart-items strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.mini-cart-total { display: flex; justify-content: space-between; margin-top: auto; padding: 21px 0 17px; border-top: 1px solid var(--line); }
.mini-cart-total strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.mini-cart-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.living-hero { position: relative; min-height: min(790px,calc(100vh - 103px)); overflow: hidden; color: var(--paper); background: var(--forest-deep); }
.living-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; filter: saturate(.82) contrast(.96); }
.living-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(10,26,14,.78) 0%,rgba(10,26,14,.32) 57%,rgba(10,26,14,.08) 100%),linear-gradient(0deg,rgba(9,18,11,.65),transparent 60%); }
.living-hero-content { position: relative; z-index: 2; display: flex; min-height: min(790px,calc(100vh - 103px)); flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 70px; padding-bottom: 70px; }
.story-label { margin-bottom: 17px; color: rgba(255,255,255,.74); font-size: 9px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.story-label-dark { color: #586456; }
.living-hero h1 { max-width: 760px; margin-bottom: 20px; font-size: clamp(69px,7.4vw,118px); font-style: italic; line-height: .92; }
.living-hero-content > p:not(.story-label) { max-width: 540px; margin-bottom: 29px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.65; }
.living-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.shop-button { color: #5537ef; border-color: transparent; background: #fff; }
.shop-bag { font-size: 15px; }
.whatsapp-text-link { margin-left: 10px; padding: 10px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.32); font-size: 12px; }

.root-details { display: grid; grid-template-columns: repeat(2,1fr); }
.root-detail-card { position: relative; min-height: 650px; overflow: hidden; color: var(--paper); }
.root-detail-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .7s ease; }
.root-detail-card:hover > img { transform: scale(1.025); }
.root-detail-shade { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(10,23,12,.72),transparent 58%); }
.root-detail-card > div:last-child { position: absolute; z-index: 2; right: 32px; bottom: 34px; left: 32px; }
.root-detail-card p { margin-bottom: 10px; color: rgba(255,255,255,.66); font-size: 9px; letter-spacing: .24em; text-transform: uppercase; }
.root-detail-card h2 { margin: 0; font-size: clamp(37px,4vw,59px); font-style: italic; line-height: 1; }

.home-products { background: var(--cream); }
.reference-heading { margin-bottom: 44px; }
.reference-heading h2, .reference-topline h2 { margin: 0; color: var(--ink); font-size: clamp(49px,5vw,72px); font-style: italic; line-height: .98; }
.reference-product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.reference-product-grid .product-card { border-radius: 26px; background: transparent; box-shadow: none; }
.reference-product-grid .product-card:hover { transform: none; box-shadow: none; }
.reference-product-grid .product-image { background: #fff; }
.reference-product-grid .product-image img { aspect-ratio: 1.03; }
.reference-product-grid .product-card-body { position: relative; padding: 22px 24px 26px; }
.reference-product-grid .product-kicker { display: none; }
.reference-product-grid .product-card h3 { font-size: 29px; font-style: italic; }
.reference-product-grid .product-price { position: absolute; right: 24px; bottom: 65px; font-size: 26px; font-style: italic; }
.reference-product-grid .product-card-body > p { min-height: 0; margin: 8px 75px 16px 0; }
.reference-product-grid .product-card-actions { padding-top: 13px; }
.reference-more { display: inline-flex; align-items: center; gap: 13px; margin-top: 28px; padding-bottom: 4px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 650; }

.travel { border-top: 1px solid var(--line); background: var(--paper); }
.travel-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 45px; }
.travel-grid article > span { color: var(--forest-soft); font-family: var(--serif); font-size: 13px; font-style: italic; }
.travel-grid h3 { margin: 21px 0 11px; font-family: var(--serif); font-size: 25px; font-style: italic; font-weight: 500; line-height: 1.05; }
.travel-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.packed-story { position: relative; min-height: 690px; overflow: hidden; color: var(--paper); background: var(--forest-deep); }
.packed-story > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(.74); }
.packed-story-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,20,10,.88),rgba(7,20,10,.34) 66%,rgba(7,20,10,.15)); }
.packed-story-inner { position: relative; z-index: 2; display: flex; min-height: 690px; flex-direction: column; justify-content: center; align-items: flex-start; }
.packed-story h2 { max-width: 670px; margin-bottom: 24px; font-size: clamp(55px,6vw,88px); font-style: italic; line-height: .96; }
.packed-story-inner > p:not(.story-label) { max-width: 550px; color: rgba(255,255,255,.74); }

.farm-strip { background: var(--cream); }
.reference-topline { align-items: flex-end; }
.reference-topline .reference-more { margin-top: 0; }
.farm-strip-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.farm-strip-grid a { position: relative; display: block; overflow: hidden; min-height: 510px; color: #fff; }
.farm-strip-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .5s; }
.farm-strip-grid a:hover img { transform: scale(1.03); }
.farm-strip-grid a::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(9,22,11,.62),transparent 48%); }
.farm-strip-grid span { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; font-family: var(--serif); font-size: 24px; font-style: italic; }

.whatsapp-band { padding: 70px 0; background: var(--paper); border-top: 1px solid var(--line); }
.whatsapp-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.whatsapp-band h2 { margin-bottom: 8px; font-size: clamp(37px,4vw,54px); font-style: italic; }
.whatsapp-band p { margin: 0; color: var(--muted); }
.whatsapp-band-inner > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.site-footer { padding: 75px 0 0; color: rgba(255,255,255,.72); background: var(--forest-deep); }
.footer-grid { grid-template-columns: 1.55fr .72fr .72fr 1fr; gap: 54px; }
.footer-brand > p { max-width: 390px; }
.brand-light { color: #f0eadc; }
.brand-light .brand-type small { color: rgba(255,255,255,.48); }
.site-footer h2 { margin: 0 0 19px; color: rgba(255,255,255,.49); font-family: var(--sans); font-size: 9px; font-style: normal; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.site-footer a, .site-footer span { font-size: 12px; }
.site-footer > .footer-grid > div:not(.footer-brand) > a, .site-footer > .footer-grid > div:not(.footer-brand) > span { display: block; margin: 8px 0; }
.instagram-link { color: #fff!important; }
.footer-bottom { margin-top: 67px; padding: 20px 0; color: rgba(255,255,255,.39); border-color: rgba(255,255,255,.12); }
.whatsapp-float { color: var(--paper); background: var(--forest-deep); box-shadow: 0 12px 30px rgba(0,0,0,.23); }

/* Carry the editorial styling through every backend-powered public page. */
.page-hero, .page-hero-dark, .page-hero-gallery, .about-hero, .contact-hero, .form-page { background-color: var(--forest-deep); }
.page-hero-grid h1, .page-intro h1, .about-hero h1, .form-intro h1, .contact-title h1, .cart-heading h1, .checkout-main h1, .status-card h1 { font-style: italic; }
.page-hero-products img, .greenhouse-hero-image, .product-detail-image img, .project-cover img, .project-card-image, .form-panel, .checkout-summary, .order-summary { border-radius: 24px; }
.product-card { border-color: var(--line); background: var(--paper); box-shadow: none; }
.product-card h3, .product-price, .project-card-copy h2, .process-row h2 { font-style: italic; }
.form-panel-light, .cart-page, .checkout-page, .product-detail, .project-detail { background: var(--cream); }

@media (max-width: 980px) {
    :root { --shell: min(100% - 40px, 900px); }
    .header-inner { grid-template-columns: 150px 1fr 156px; }
    .primary-nav { gap: 16px; font-size: 11px; }
    .root-detail-card { min-height: 540px; }
    .travel-grid { grid-template-columns: repeat(2,1fr); gap: 45px 55px; }
    .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 28px; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 28px,720px); }
    .header-inner { grid-template-columns: 1fr auto auto; min-height: 66px; }
    .header-actions { grid-column: 3; }
    .header-whatsapp { display: none; }
    .menu-toggle { grid-column: 2; }
    .primary-nav { top: 97px; background: var(--forest-deep); }
    .primary-nav > a:not(.nav-quote) { font-style: italic; }
    .living-hero, .living-hero-content { min-height: 700px; }
    .root-detail-card { min-height: 470px; }
    .reference-product-grid { grid-template-columns: 1fr 1fr; }
    .farm-strip-grid { grid-template-columns: 1fr; }
    .farm-strip-grid a { min-height: 520px; }
    .whatsapp-band-inner { align-items: flex-start; flex-direction: column; }
    .whatsapp-band-inner > div:last-child { justify-content: flex-start; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 580px) {
    :root { --shell: calc(100% - 26px); }
    .announcement { font-size: 7px; letter-spacing: .14em; }
    .announcement-note { display: none; }
    .brand-mark { width: 29px; height: 29px; }
    .brand-type strong { font-size: 23px; }
    .living-hero, .living-hero-content { min-height: 650px; }
    .living-hero-image { object-position: 59% center; }
    .living-hero-shade { background: linear-gradient(90deg,rgba(8,23,11,.82),rgba(8,23,11,.18)),linear-gradient(0deg,rgba(8,20,10,.65),transparent 55%); }
    .living-hero h1 { font-size: clamp(61px,19vw,86px); }
    .living-actions { align-items: stretch; width: 100%; }
    .living-actions .button { flex: 1; }
    .whatsapp-text-link { width: 100%; margin-left: 0; border: 0; }
    .root-details { grid-template-columns: 1fr; }
    .root-detail-card { min-height: 510px; }
    .reference-heading h2, .reference-topline h2 { font-size: 48px; }
    .reference-product-grid { grid-template-columns: 1fr; }
    .travel-grid { grid-template-columns: 1fr; gap: 36px; }
    .travel-grid article { padding-top: 22px; border-top: 1px solid var(--line); }
    .packed-story, .packed-story-inner { min-height: 650px; }
    .packed-story > img { object-position: 58% center; }
    .packed-story h2 { font-size: 55px; }
    .farm-strip-grid a { min-height: 460px; }
    .whatsapp-band-inner > div:last-child, .whatsapp-band-inner .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .mini-cart { padding: 20px; }
    .mini-cart-actions { grid-template-columns: 1fr; }
}
