
:root{
  --green:#143a27;--green2:#2f6544;--cream:#f6efe3;--sand:#e4c89b;
  --gold:#ad8c42;--ink:#1d2a22;--white:#fff;--radius:26px;
  --shadow:0 20px 55px rgba(17,49,32,.15)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fbf8f2;line-height:1.65}
img{display:block;max-width:100%}
a{color:inherit}
.season-bar{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap;padding:9px 18px;background:#e6c969;color:#243323;font-size:.92rem}
.season-bar a{font-weight:800}
.pulse{width:9px;height:9px;background:#2d6b3d;border-radius:50%;box-shadow:0 0 0 0 rgba(45,107,61,.65);animation:pulse 2s infinite}
@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(45,107,61,0)}100%{box-shadow:0 0 0 0 rgba(45,107,61,0)}}
.site-header{position:sticky;top:0;z-index:30;height:78px;padding:9px clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:rgba(251,248,242,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,58,39,.1)}
.brand{display:flex;gap:12px;align-items:center;text-decoration:none;color:var(--green);font-weight:900}
.brand img{width:56px;height:56px;border-radius:50%;object-fit:cover}
.site-header nav{display:flex;gap:26px}
.site-header nav a{text-decoration:none;font-weight:750}
.menu-button{display:none;border:0;background:none;font-size:28px;color:var(--green)}
.hero{min-height:82vh;position:relative;display:flex;align-items:center;background:url("assets/hero.webp") center 42%/cover no-repeat}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,36,23,.82),rgba(11,36,23,.34) 58%,rgba(11,36,23,.05))}
.hero-copy{position:relative;z-index:1;color:white;max-width:820px;padding:90px clamp(22px,8vw,130px)}
.eyebrow,.mini-label{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900;color:var(--gold)}
.hero h1{font-family:Georgia,serif;font-size:clamp(3.2rem,7vw,6.8rem);line-height:.96;margin:.18em 0}
.hero-lead{font-size:clamp(1.05rem,2vw,1.35rem);max-width:630px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:900}
.btn-light{background:var(--cream);color:var(--green)}
.btn-outline{border:1px solid rgba(255,255,255,.7);color:white}
.scroll-hint{position:absolute;bottom:22px;left:50%;z-index:2;color:white;font-size:30px;text-decoration:none}
.section{max-width:1180px;margin:0 auto;padding:96px 22px}
.now-card{display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;border-radius:var(--radius);background:var(--green);color:white;box-shadow:var(--shadow)}
.now-card>div{padding:44px}
.now-card h2,.section-title h2,.about h2,.contact-strip h2{font-family:Georgia,serif;font-size:clamp(2.2rem,4.5vw,4.4rem);line-height:1.04;margin:.22em 0}
.now-card img{height:100%;min-height:360px;width:100%;object-fit:cover}
.chips{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}
.chips span{border:1px solid rgba(255,255,255,.35);border-radius:99px;padding:7px 11px;font-size:.86rem}
.section-title{max-width:760px;margin-bottom:38px}
.section-title p{font-size:1.05rem}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-grid article{background:white;border-radius:22px;padding:29px;border:1px solid rgba(20,58,39,.08);box-shadow:0 12px 32px rgba(20,58,39,.08)}
.product-grid article:nth-child(2){transform:translateY(-10px);background:var(--cream)}
.product-grid h3{font:700 2.2rem Georgia,serif;margin:12px 0}
.type{display:inline-block;background:var(--green);color:white;border-radius:99px;padding:6px 10px;font-size:.75rem;font-weight:850}
.package-note{margin-top:25px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.package-note span{background:#eee4d5;padding:7px 12px;border-radius:99px;font-weight:750}
.about{display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.about-image img{border-radius:var(--radius);box-shadow:var(--shadow);aspect-ratio:4/5;object-fit:cover;object-position:center 40%}
.about blockquote{margin:28px 0 0;padding:20px 24px;border-left:4px solid var(--gold);background:var(--cream);font:1.25rem Georgia,serif}
.story-section{background:var(--green);color:white;padding-bottom:90px}
.light{color:white}
.story-grid{max-width:1180px;margin:auto;padding:0 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.story-grid figure{margin:0;position:relative;border-radius:20px;overflow:hidden;min-height:380px}
.story-grid figure.wide{grid-column:span 2}
.story-grid img{width:100%;height:100%;object-fit:cover}
.story-grid figcaption{position:absolute;left:0;right:0;bottom:0;padding:45px 18px 18px;background:linear-gradient(transparent,rgba(5,24,15,.9))}
.story-grid strong,.story-grid span{display:block}
.story-grid strong{font:700 1.45rem Georgia,serif}
.sales-grid{display:grid;grid-template-columns:1fr 1fr 1.25fr;gap:20px}
.location-card,.qr-card{border-radius:22px;padding:30px;background:white;box-shadow:0 12px 34px rgba(20,58,39,.09)}
.location-card.featured{background:var(--green);color:white}
.location-card h3,.qr-card h3{font:700 1.65rem Georgia,serif;margin:12px 0}
.pin{font-size:1.7rem}
.small{font-size:.85rem;opacity:.78}
.qr-card{display:flex;align-items:center;gap:22px;background:var(--cream)}
.qr-card img{width:150px;border-radius:10px}
.contact-strip{background:#dcbf76;padding:55px max(22px,calc((100vw - 1180px)/2));display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact-strip h2{margin:.15em 0}
.contact-actions{display:flex;gap:12px;flex-wrap:wrap}
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:50;display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:999px;background:#218c4e;color:white;text-decoration:none;font-weight:900;box-shadow:0 14px 34px rgba(0,0,0,.24)}
.whatsapp-float span{font-size:1.3rem}
footer{background:#0f2d1d;color:white;padding:32px clamp(22px,5vw,78px);display:grid;grid-template-columns:1fr 1fr auto;gap:24px;align-items:center}
.footer-brand{display:flex;gap:12px;align-items:center}
.footer-brand img{width:58px;height:58px;border-radius:50%;object-fit:cover}
.footer-brand strong,.footer-brand span{display:block}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
footer a{color:white}
@media(max-width:900px){
 .menu-button{display:block}.site-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:#fbf8f2;padding:22px;flex-direction:column}.site-header nav.open{display:flex}
 .now-card,.about{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.story-grid{grid-template-columns:1fr 1fr}.sales-grid{grid-template-columns:1fr}.contact-strip{flex-direction:column;align-items:flex-start}footer{grid-template-columns:1fr}
}
@media(max-width:620px){
 .season-bar span:not(.pulse){display:none}.brand span{display:none}.hero{min-height:76vh;background-position:58% 42%}.hero-copy{padding:85px 20px}.product-grid{grid-template-columns:1fr}.product-grid article:nth-child(2){transform:none}.story-grid{grid-template-columns:1fr}.story-grid figure.wide{grid-column:auto}.story-grid figure{min-height:340px}.qr-card{flex-direction:column;align-items:flex-start}.whatsapp-float b{display:none}
}
