:root {
    --forest: #173c2a;
    --forest-dark: #0d261b;
    --leaf: #3f704d;
    --lime: #b9c96a;
    --cream: #f3f0e6;
    --paper: #fbfaf5;
    --ink: #172019;
    --muted: #667067;
    --line: rgba(23, 60, 42, .17);
    --red: #c82b2e;
    --radius: 1.4rem;
    --shadow: 0 24px 70px rgba(13, 38, 27, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
section[id] { scroll-margin-top: 7rem; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.page-width { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 8rem); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; inset: .75rem auto auto .75rem; z-index: 1000; padding: .8rem 1rem; background: white; color: var(--forest); transform: translateY(-150%); border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #df9f21; outline-offset: 3px; }

.topbar { background: var(--forest-dark); color: rgba(255,255,255,.78); font-size: .76rem; letter-spacing: .045em; }
.topbar__inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topbar a { color: white; font-weight: 700; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251,250,245,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; flex: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: grid; line-height: 1.06; }
.brand strong { color: var(--forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.17rem; letter-spacing: .015em; }
.brand small { margin-top: .25rem; color: var(--red); font-size: .61rem; font-weight: 800; text-transform: uppercase; letter-spacing: .17em; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.65rem; }
.site-nav a { color: #3e4b42; font-size: .88rem; font-weight: 700; text-decoration: none; }
.header-cta { padding: .72rem 1rem; color: white; background: var(--forest); border-radius: 999px; font-size: .82rem; font-weight: 800; text-decoration: none; }
.menu-button { display: none; margin-left: auto; width: 44px; height: 44px; padding: 11px; background: transparent; border: 1px solid var(--line); border-radius: 50%; }
.menu-button span[aria-hidden] { display: block; height: 2px; margin: 4px 0; background: var(--forest); transition: transform .2s ease, opacity .2s ease; }

.hero { min-height: calc(100svh - 116px); padding-block: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .85fr); grid-template-rows: auto auto; align-items: center; column-gap: clamp(3rem, 7vw, 7rem); row-gap: 0; }
.hero__copy { grid-area: 1 / 1 / 2 / 2; align-self: end; }
.eyebrow { margin: 0 0 1.3rem; color: var(--leaf); font-size: .74rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 1px; margin-right: .6rem; vertical-align: middle; background: currentColor; }
.eyebrow--light { color: var(--lime); }
.hero h1, .section-heading h2, .landscape h2, .contact h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 { max-width: 720px; font-size: clamp(3.35rem, 7.7vw, 6.8rem); }
.hero h1 em { color: var(--leaf); font-weight: 400; }
.hero__lead { max-width: 620px; margin: 2rem 0; color: #4d5a51; font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .6rem; padding: .82rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .86rem; font-weight: 800; text-decoration: none; }
.button--primary { color: white; background: var(--forest); }
.button--ghost { border-color: var(--line); }
.button--cream { color: var(--forest-dark); background: var(--cream); }
.hero__facts { grid-area: 2 / 1 / 3 / 2; align-self: start; margin: 3rem 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.hero__facts div { padding-top: 1rem; border-top: 1px solid var(--line); }
.hero__facts dt { color: var(--forest); font-size: .86rem; font-weight: 800; }
.hero__facts dd { margin: .2rem 0 0; color: var(--muted); font-size: .76rem; }
.hero__visual { grid-area: 1 / 2 / 3 / 3; position: relative; min-height: min(620px, 68vw); }
.hero-photo { position: absolute; margin: 0; overflow: hidden; background: #dfe4da; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--main { inset: 0 20% 9% 0; border-radius: 48% 48% 1.5rem 1.5rem; }
.hero-photo--side { inset: 31% 0 0 60%; border: 8px solid var(--paper); border-radius: 1.2rem; }
.hero__badge { position: absolute; left: -2rem; bottom: 4%; width: 142px; height: 142px; display: grid; place-content: center; text-align: center; color: var(--forest); background: var(--lime); border: 8px solid var(--paper); border-radius: 50%; transform: rotate(-6deg); }
.hero__badge strong { font-family: Georgia, serif; font-size: 1.25rem; }
.hero__badge span { font-size: .7rem; }

.ticker { overflow: hidden; color: white; background: var(--forest); }
.ticker__track { min-height: 62px; width: max-content; min-width: 100%; padding-inline: 2rem; display: flex; align-items: center; justify-content: space-around; gap: 2rem; font-family: Georgia, serif; font-size: .95rem; }
.ticker i { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }
.section-heading { margin-bottom: 3.3rem; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .65fr); align-items: end; gap: 3rem; }
.section-heading h2, .landscape h2, .contact h2 { font-size: clamp(2.7rem, 5vw, 4.75rem); }
.section-heading > p { max-width: 460px; margin: 0 0 .35rem; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.product-card { position: relative; min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.product-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.product-card > div { padding: 1.35rem; }
.product-card span { color: var(--leaf); font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: .35rem 0 .5rem; font-family: Georgia, serif; font-size: 1.65rem; font-weight: 400; }
.product-card p { margin: 0; color: var(--muted); font-size: .87rem; }
.product-card a { display: inline-flex; gap: .4rem; margin-top: 1rem; color: var(--forest); font-size: .8rem; font-weight: 850; }
.product-card--large { grid-column: span 2; display: grid; grid-template-columns: 1.12fr .88fr; }
.product-card--large img { height: 100%; aspect-ratio: auto; }
.product-card--large > div { align-self: end; padding: 2rem; }
.product-card--large h3 { font-size: clamp(2rem, 4vw, 3.2rem); }
.more-products { margin-top: 1.2rem; padding: 1.5rem 1.7rem; display: flex; align-items: center; gap: 1.4rem; background: #e9eadf; border-radius: var(--radius); }
.more-products p { margin: 0; flex: none; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.more-products ul { margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .45rem; list-style: none; }
.more-products li { padding: .45rem .75rem; background: white; border-radius: 999px; font-size: .78rem; }
.more-products a { margin-left: auto; flex: none; color: var(--forest); font-size: .8rem; font-weight: 850; }

.landscape { padding-block: clamp(5rem, 9vw, 8rem); color: white; background: var(--forest-dark); }
.landscape__grid { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.landscape__media { position: relative; margin-left: 5%; }
.landscape__media::before { content: ""; position: absolute; inset: -1.1rem 1.1rem 1.1rem -1.1rem; border: 1px solid rgba(185,201,106,.45); border-radius: 48% 48% 1.2rem 1.2rem; }
.landscape__media img { position: relative; width: 100%; max-height: 680px; object-fit: cover; border-radius: 48% 48% 1.2rem 1.2rem; }
.landscape__media > span { position: absolute; inset: auto auto 1rem 1rem; padding: .55rem .75rem; color: var(--forest-dark); background: var(--cream); border-radius: 999px; font-size: .65rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.landscape__copy > p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.68); font-size: 1rem; }
.landscape ol { margin: 2.2rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.landscape li { padding-block: 1.05rem; display: grid; grid-template-columns: 42px 1fr; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.13); }
.landscape li > span { color: var(--lime); font-size: .7rem; font-weight: 800; }
.landscape li div { display: grid; }
.landscape li small { margin-top: .2rem; color: rgba(255,255,255,.56); }

.soil { border-bottom: 1px solid var(--line); }
.soil-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.soil-card { min-height: 230px; padding: 1.5rem; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr; gap: 1rem; background: #ebe5d4; border-radius: var(--radius); }
.soil-card > span { color: var(--leaf); font-size: .72rem; font-weight: 850; }
.soil-card div { align-self: end; }
.soil-card h3 { margin: 0 0 .5rem; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }
.soil-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.soil-card a { grid-area: 1 / 2 / 2 / 3; width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--forest); border-radius: 50%; text-decoration: none; }

.daily { padding-block: clamp(5rem, 9vw, 8rem); color: white; background: var(--forest); }
.section-heading--light > p, .section-heading--light a { color: rgba(255,255,255,.7); }
.section-heading--light a { justify-self: end; font-size: .83rem; font-weight: 800; }
.daily-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 1rem; }
.daily-card { overflow: hidden; color: var(--ink); background: var(--cream); border-radius: var(--radius); }
.daily-card img { width: 100%; aspect-ratio: 1.18 / 1; object-fit: cover; }
.daily-card div { padding: 1.3rem; }
.daily-card time { color: var(--leaf); font-size: .67rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.daily-card h3 { margin: .4rem 0 .6rem; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 400; line-height: 1.12; }
.daily-card p { margin: 0; color: var(--muted); font-size: .84rem; }
.daily-card a { display: inline-block; margin-top: .8rem; color: var(--forest); font-size: .78rem; font-weight: 850; }
.daily-card--feature { display: grid; grid-template-columns: .8fr 1.2fr; }
.daily-card--feature img { height: 100%; aspect-ratio: auto; }
.daily-card--feature div { align-self: end; padding: 1.7rem; }

.gallery { display: grid; grid-template-columns: 1.05fr .95fr .95fr; grid-auto-rows: 250px; gap: .8rem; }
.gallery-item { position: relative; min-width: 0; padding: 0; overflow: hidden; background: #d9dfd3; border: 0; border-radius: 1rem; cursor: zoom-in; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item span { position: absolute; inset: auto auto .8rem .8rem; padding: .45rem .65rem; color: white; background: rgba(13,38,27,.82); border-radius: 999px; font-size: .68rem; font-weight: 800; }

.contact { margin-block: clamp(2rem, 5vw, 5rem); padding: clamp(2rem, 6vw, 5rem); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(2rem, 7vw, 6rem); color: white; background: var(--forest-dark); border-radius: clamp(1.5rem, 4vw, 3rem); }
.contact__copy p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.62); }
.contact__actions { border-top: 1px solid rgba(255,255,255,.14); }
.contact__actions a { padding: 1.05rem 0; display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: .8rem; border-bottom: 1px solid rgba(255,255,255,.14); text-decoration: none; }
.contact__actions span { color: var(--lime); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.contact__actions strong { overflow-wrap: anywhere; font-size: .92rem; }
.contact__actions b { font-weight: 400; }

.floating-whatsapp { position: fixed; right: max(1rem, env(safe-area-inset-right)); bottom: max(1rem, env(safe-area-inset-bottom)); z-index: 40; min-height: 50px; padding: .7rem 1rem; display: flex; align-items: center; gap: .55rem; color: white; background: #197b4b; box-shadow: 0 12px 32px rgba(13,38,27,.24); border-radius: 999px; font-size: .78rem; font-weight: 850; text-decoration: none; transition: opacity .18s ease, transform .18s ease; }
.floating-whatsapp svg { width: 22px; height: 22px; fill: currentColor; }
.floating-whatsapp.is-scrolling { opacity: .72; }
.site-footer { padding: 4rem 0 2rem; color: rgba(255,255,255,.72); background: #081a12; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr auto; align-items: start; gap: 2rem; }
.brand--footer strong { color: white; }
.footer-inner > p { margin: .6rem 0 0; font-family: Georgia, serif; font-size: 1.3rem; color: white; }
.footer-inner > div { display: grid; gap: .45rem; }
.footer-inner > div a { font-size: .8rem; text-decoration: none; }
.footer-inner > small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.lightbox { width: min(920px, calc(100% - 2rem)); max-height: calc(100dvh - 2rem); padding: 0; overflow: visible; color: white; background: transparent; border: 0; }
.lightbox::backdrop { background: rgba(5,15,10,.92); backdrop-filter: blur(8px); }
.lightbox figure { margin: 0; display: grid; justify-items: center; }
.lightbox img { max-height: calc(100dvh - 7rem); width: auto; border-radius: .8rem; }
.lightbox figcaption { margin-top: .7rem; }
.lightbox__close { position: fixed; inset: 1rem 1rem auto auto; z-index: 2; width: 46px; height: 46px; padding: 0 0 .15rem; display: grid; place-items: center; color: white; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.reveal.reveal-pending { opacity: 0; transform: translateY(18px); }
.reveal.reveal-pending.is-visible { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s ease; }

@media (hover: hover) and (pointer: fine) {
    .site-nav a:hover { color: var(--forest); }
    .button:hover, .header-cta:hover, .floating-whatsapp:hover { transform: translateY(-2px); }
    .gallery-item:hover img { transform: scale(1.035); }
    .product-card { transition: transform .25s ease, box-shadow .25s ease; }
    .product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
}

@media (min-width: 901px) and (max-height: 800px) {
    .hero { padding-block: 2rem; }
    .hero h1 { font-size: clamp(3.35rem, 6.2vw, 5.4rem); }
    .hero__lead { margin-block: 1.35rem; }
    .hero__facts { margin-top: 1.7rem; }
}

@media (max-width: 900px) {
    .header-inner { min-height: 72px; }
    .brand img { width: 52px; height: 52px; }
    .menu-button { display: block; }
    .header-cta { display: none; }
    .site-nav { position: fixed; inset: 106px 0 auto; max-height: 0; padding: 0 20px; overflow: hidden; display: grid; gap: 0; background: var(--paper); border-bottom: 1px solid transparent; transition: max-height .25s ease, padding .25s ease; }
    .site-nav.is-open { max-height: calc(100dvh - 106px); padding-block: 1rem 1.5rem; border-color: var(--line); }
    .site-nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 400; }
    .menu-button[aria-expanded="true"] span:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
    .menu-button[aria-expanded="true"] span:nth-of-type(2) { opacity: 0; }
    .menu-button[aria-expanded="true"] span:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero { min-height: auto; grid-template-columns: 1fr; grid-template-rows: auto auto auto; row-gap: 2.25rem; }
    .hero__copy { grid-area: 1 / 1 / 2 / 2; }
    .hero__visual { grid-area: 2 / 1 / 3 / 2; min-height: min(68vw, 580px); }
    .hero__facts { grid-area: 3 / 1 / 4 / 2; margin-top: 0; }
    .hero-photo--main { inset: 0 18% 5% 6%; }
    .hero-photo--side { inset: 38% 0 0 66%; }
    .hero__badge { left: 0; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .product-card--large { grid-column: 1 / -1; }
    .landscape__grid { grid-template-columns: .8fr 1.2fr; gap: 3rem; }
    .daily-grid { grid-template-columns: 1fr 1fr; }
    .daily-card--feature { grid-column: 1 / -1; }
    .contact { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .page-width { width: min(100% - 28px, 1180px); }
    .topbar__inner { min-height: 31px; font-size: .65rem; }
    .topbar__inner span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .brand span { display: none; }
    .hero { padding-block: 2.4rem 4rem; row-gap: 1.7rem; }
    .hero__visual { min-height: min(82vw, 430px); }
    .hero-photo--main { inset: 0 13% 4% 3%; }
    .hero-photo--side { inset: 43% 0 0 67%; border-width: 5px; }
    .hero__badge { width: 110px; height: 110px; left: -2%; bottom: 1%; border-width: 5px; }
    .hero__badge strong { font-size: 1rem; }
    .hero h1 { font-size: clamp(3rem, 16vw, 4.35rem); }
    .hero__lead { margin-block: 1.3rem; font-size: 1rem; }
    .hero__actions { display: grid; }
    .button { width: 100%; }
    .hero__facts { grid-template-columns: 1fr; gap: .4rem; }
    .hero__facts div { display: flex; align-items: baseline; justify-content: space-between; gap: .5rem; }
    .ticker__track { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
    .section { padding-block: 4rem; }
    .section-heading { margin-bottom: 2rem; grid-template-columns: 1fr; gap: 1.2rem; }
    .section-heading h2, .landscape h2, .contact h2 { font-size: 2.65rem; }
    .product-grid { grid-template-columns: 1fr; gap: .8rem; }
    .product-card, .product-card--large { min-height: 190px; display: grid; grid-template-columns: minmax(118px, 38%) minmax(0, 1fr); }
    .product-card img, .product-card--large img { width: 100%; height: 100%; aspect-ratio: auto; }
    .product-card > div, .product-card--large > div { align-self: center; padding: 1.15rem; }
    .product-card h3, .product-card--large h3 { font-size: 1.55rem; }
    .product-card p { font-size: .82rem; }
    .more-products { align-items: flex-start; flex-direction: column; }
    .more-products a { margin-left: 0; }
    .landscape__grid { grid-template-columns: 1fr; }
    .landscape__media { width: 84%; margin-inline: auto; }
    .soil-grid { grid-template-columns: 1fr; }
    .soil-card { min-height: 190px; }
    .daily-grid { grid-template-columns: 1fr; }
    .daily-card--feature { display: block; }
    .daily-card--feature img { aspect-ratio: 1.42 / 1; }
    .section-heading--light a { justify-self: start; }
    .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 175px; }
    .gallery-item--tall { grid-row: span 2; }
    .gallery-item--wide { grid-column: auto; }
    .contact { width: calc(100% - 20px); padding: 2rem 1.25rem; }
    .contact__actions a { grid-template-columns: 72px minmax(0,1fr) auto; }
    .floating-whatsapp span { display: none; }
    .floating-whatsapp { width: 52px; height: 52px; padding: 0; justify-content: center; }
    .floating-whatsapp.is-before-scroll { opacity: 0; pointer-events: none; transform: translateY(10px); }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-inner > p { display: none; }
}

@media (max-width: 340px) {
    .topbar__inner { justify-content: center; }
    .topbar__inner > span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal.reveal-pending { opacity: 1; transform: none; }
    .reveal.reveal-pending.is-visible, .gallery-item img, .button, .floating-whatsapp, .site-nav, .menu-button span { transition: none; }
}

@media (forced-colors: active) {
    .hero__badge, .header-cta, .button, .floating-whatsapp, .soil-card a { border: 1px solid ButtonText; }
}
