:root{
  --green:#0f4b2f;
  --green-2:#1f6a3e;
  --light-green:#edf4e7;
  --orange:#f47613;
  --gold:#c59a24;
  --cream:#fbf8ef;
  --white:#ffffff;
  --text:#173126;
  --muted:#627066;
  --border:#e6e6dc;
  --shadow:0 18px 55px rgba(20,64,42,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 32px));margin:auto}
.serif{font-family:Georgia,"Times New Roman",serif}
.eyebrow{color:var(--orange);font-size:.82rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:12px}
.section{padding:76px 0}
.section-title{font:700 clamp(2rem,4vw,3.4rem)/1.08 Georgia,"Times New Roman",serif;margin:0 0 14px;color:var(--green)}
.section-copy{max-width:720px;color:var(--muted);margin:0 auto}
.center{text-align:center}

.site-header{position:sticky;top:0;z-index:1000;background:linear-gradient(105deg,#073c28,#0e5637 68%,#f37314 130%);color:white;border-radius:0 0 34px 34px;box-shadow:0 8px 24px rgba(5,45,29,.16)}
.header-inner{height:86px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;min-width:max-content}
.brand img{width:62px;height:62px;border-radius:50%;object-fit:contain;background:white;border:2px solid rgba(255,255,255,.65)}
.brand-copy strong{font:700 1.48rem Georgia,"Times New Roman",serif;display:block;line-height:1}
.brand-copy span{font-size:.62rem;letter-spacing:.08em;opacity:.8}
.nav{margin-left:auto;display:flex;align-items:center;gap:25px;font-weight:650;font-size:.92rem}
.nav a{position:relative;padding:11px 0}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--orange);transform:scaleX(0);transition:.25s}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.header-actions{display:flex;gap:10px;align-items:center;position:relative;z-index:2}
.icon-btn{width:48px;height:48px;border:0;border-radius:50%;background:white;color:var(--green);display:grid;place-items:center;box-shadow:0 8px 24px rgba(0,0,0,.13);position:relative;font-size:1.25rem}
.cart-count{position:absolute;top:-4px;right:-3px;background:var(--orange);color:#fff;width:22px;height:22px;border-radius:50%;font-size:.72rem;display:grid;place-items:center;border:2px solid white}
.menu-btn{display:none}
.nav-close-bar{display:none}
.no-scroll{overflow:hidden}

.hero{padding:58px 0 38px;position:relative;overflow:hidden}
.hero::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(244,118,19,.14),transparent 68%);right:-160px;top:-190px;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:38px;align-items:center}
.hero h1{font:700 clamp(3rem,6vw,5.6rem)/.98 Georgia,"Times New Roman",serif;margin:0 0 22px;color:var(--green)}
.hero h1 .accent{color:var(--orange)}
.hero p{font-size:1.1rem;color:var(--muted);max-width:620px;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{border:0;border-radius:14px;padding:14px 23px;font-weight:800;display:inline-flex;align-items:center;gap:10px;justify-content:center;transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--orange),#ff8a1e);color:white;box-shadow:0 10px 25px rgba(244,118,19,.26)}
.btn-outline{background:white;color:var(--green);border:1.5px solid #b9c9b8}
.hero-visual{position:relative}
.hero-visual::after{content:"";position:absolute;inset:auto 8% -5% 8%;height:12%;background:rgba(34,58,42,.18);filter:blur(28px);border-radius:50%;z-index:-1}
.hero-visual img{width:100%;height:500px;object-fit:cover;object-position:center;border-radius:38% 62% 44% 56%/48% 40% 60% 52%;box-shadow:var(--shadow)}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}
.trust-item{display:flex;gap:10px;align-items:center;font-size:.86rem;color:var(--muted)}
.trust-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--light-green);color:var(--green);font-weight:900}

.panel{background:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.8);border-radius:var(--radius);box-shadow:var(--shadow);backdrop-filter:blur(10px)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:38px}
.product-card{background:white;border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:0 12px 32px rgba(27,75,49,.08);transition:.25s}
.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(27,75,49,.14)}
.product-card img{width:100%;aspect-ratio:1.24/1;object-fit:cover}
.product-body{padding:20px}
.product-body h3{font:700 1.32rem Georgia,"Times New Roman",serif;margin:0;color:var(--green)}
.product-body p{color:var(--muted);font-size:.9rem;min-height:47px}
.product-meta{display:flex;justify-content:space-between;align-items:center;margin:14px 0}
.price{font-weight:900;color:var(--orange);font-size:1.15rem}
.tag{font-size:.78rem;padding:5px 9px;border-radius:999px;background:var(--light-green);color:var(--green);font-weight:700}
.card-btn{width:100%;padding:11px;border:1px solid #9ab19c;border-radius:11px;background:white;color:var(--green);font-weight:800}
.card-btn:hover{background:var(--green);color:white}

.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}
.feature-card{padding:28px 22px;text-align:center;background:white;border:1px solid var(--border);border-radius:20px}
.feature-card .big-icon{font-size:2rem;margin-bottom:13px}
.feature-card h3{font:700 1.22rem Georgia,"Times New Roman",serif;color:var(--green);margin:0 0 6px}
.feature-card p{font-size:.9rem;color:var(--muted);margin:0}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}
.step{position:relative;text-align:center;padding:28px 18px}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--green);color:white;display:grid;place-items:center;margin:0 auto 14px;font-weight:900}
.step h3{font:700 1.25rem Georgia,"Times New Roman",serif;margin:0 0 8px;color:var(--green)}
.step p{font-size:.9rem;color:var(--muted);margin:0}

.subscription-strip{background:linear-gradient(100deg,#f26e0b,#ff8a12 42%,#e9f0dc 42%);border-radius:26px;padding:28px 32px;display:grid;grid-template-columns:1.2fr 1.8fr;align-items:center;gap:24px;color:white}
.subscription-strip h3{font:700 1.7rem Georgia,"Times New Roman",serif;margin:0 0 7px}
.subscription-strip p{margin:0;opacity:.9}
.sub-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;color:var(--green);text-align:center;font-size:.86rem;font-weight:700}

.business-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:26px;align-items:center}
.check-list{display:grid;gap:12px;margin:24px 0}
.check-list div::before{content:"✓";display:inline-grid;place-items:center;width:23px;height:23px;margin-right:9px;border-radius:50%;background:#58a82f;color:white;font-size:.8rem;font-weight:900}
.business-images{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.business-images img{height:190px;width:100%;object-fit:cover;border-radius:18px}

.page-hero{padding:66px 0 54px}
.page-hero .hero-grid{grid-template-columns:1.04fr .96fr}
.page-hero h1{font-size:clamp(2.8rem,5vw,4.8rem)}
.page-hero .hero-visual img{height:430px}

.info-band{background:#eff4e4;padding:25px;border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;align-items:center}
.info-item{text-align:center;font-size:.88rem;color:var(--muted)}
.info-item strong{display:block;color:var(--green)}

.about-split{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}
.about-split img{border-radius:26px;box-shadow:var(--shadow);width:100%;height:430px;object-fit:cover}

.plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}
.plan{background:white;border-radius:22px;border:1px solid var(--border);padding:28px 24px;position:relative;display:flex;flex-direction:column}
.plan.popular{border:2px solid var(--orange);transform:translateY(-8px)}
.ribbon{position:absolute;left:0;right:0;top:0;background:var(--green);color:white;text-align:center;border-radius:20px 20px 0 0;font-size:.75rem;font-weight:900;letter-spacing:.08em;padding:7px}
.plan.popular{padding-top:52px}
.plan h3{font:700 1.45rem Georgia,"Times New Roman",serif;color:var(--green);margin:0}
.plan .plan-price{font:700 2.2rem Georgia,"Times New Roman",serif;margin:14px 0 2px;color:var(--green)}
.plan ul{padding:0;margin:20px 0 28px;list-style:none;color:var(--muted);font-size:.9rem;display:grid;gap:10px;flex:1}
.plan li::before{content:"✓";color:#7da522;font-weight:900;margin-right:7px}

.meal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:35px}
.meal-card{background:white;border-radius:18px;overflow:hidden;border:1px solid var(--border)}
.meal-card img{height:210px;width:100%;object-fit:cover}
.meal-card div{padding:18px}
.meal-card h3{font:700 1.3rem Georgia,"Times New Roman",serif;color:var(--green);margin:0 0 5px}
.meal-card p{margin:0;color:var(--muted);font-size:.9rem}

.form-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:25px}
.form-card{padding:30px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:7px;margin-bottom:14px}
.field label{font-weight:750;font-size:.9rem}
.field input,.field select,.field textarea{border:1px solid #dcded7;background:#fff;border-radius:12px;padding:13px 14px;outline:none}
.field input:focus,.field select:focus,.field textarea:focus{border-color:#6a986f;box-shadow:0 0 0 3px rgba(15,75,47,.09)}
.contact-list{display:grid;gap:13px}
.contact-item{background:white;border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;gap:13px}
.contact-item .trust-icon{flex:0 0 auto}
.contact-item strong{display:block;color:var(--green)}
.map-placeholder{height:320px;border-radius:22px;background:radial-gradient(circle at 50% 50%,rgba(244,118,19,.24),transparent 10%),linear-gradient(35deg,#ecf1e6,#fdf9ec);display:grid;place-items:center;text-align:center;color:var(--green);border:1px solid var(--border)}

.site-footer{margin-top:60px;background:#f2f0e4;border-top:1px solid #e1dfd3}
.footer-main{padding:40px 0;display:grid;grid-template-columns:1.2fr .8fr .9fr .8fr;gap:30px}
.footer-logo{display:flex;gap:14px;align-items:center}
.footer-logo img{width:78px;height:78px;border-radius:50%;object-fit:contain;background:white}
.footer-logo strong{font:700 1.55rem Georgia,"Times New Roman",serif;color:var(--green)}
.footer-col h4{color:var(--green);margin:0 0 12px}
.footer-col a{display:block;color:var(--muted);margin:7px 0;font-size:.92rem}
.footer-bottom{border-top:1px solid #dedbcf;padding:17px 0;color:var(--muted);font-size:.85rem;display:flex;justify-content:space-between}

.cart-drawer{position:fixed;z-index:2000;top:0;right:0;width:min(420px,94vw);height:100%;background:white;transform:translateX(105%);transition:.28s;box-shadow:-20px 0 50px rgba(0,0,0,.18);display:flex;flex-direction:column}
.cart-drawer.open{transform:none}
.cart-head{padding:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.cart-head h3{font:700 1.5rem Georgia,"Times New Roman",serif;color:var(--green);margin:0}
.close-btn{border:0;background:#f0f1eb;width:40px;height:40px;border-radius:50%}
.cart-items{padding:20px;overflow:auto;flex:1;display:grid;align-content:start;gap:14px}
.cart-empty{text-align:center;color:var(--muted);padding:50px 20px}
.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border:1px solid var(--border);border-radius:15px;padding:10px}
.cart-item img{width:70px;height:70px;object-fit:cover;border-radius:11px}
.cart-item strong{display:block;color:var(--green)}
.qty{display:flex;align-items:center;gap:8px;margin-top:6px}
.qty button{width:27px;height:27px;border:1px solid #ccd1c7;border-radius:7px;background:white}
.remove-item{border:0;background:none;color:#b0442d;font-size:1.15rem}
.cart-foot{padding:20px;border-top:1px solid var(--border)}
.cart-total{display:flex;justify-content:space-between;font-weight:900;font-size:1.15rem;margin-bottom:12px}
.overlay{position:fixed;inset:0;background:rgba(5,28,18,.4);z-index:1500;opacity:0;visibility:hidden;transition:.25s}
.overlay.show{opacity:1;visibility:visible}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,120px);background:var(--green);color:white;padding:12px 18px;border-radius:12px;z-index:3000;transition:.25s;box-shadow:var(--shadow)}
.toast.show{transform:translate(-50%,0)}

@media(max-width:980px){
  .header-actions{margin-left:auto}
  .nav{position:fixed;top:0;right:0;bottom:0;left:auto;width:min(360px,88vw);height:100dvh;margin:0;background:white;color:var(--green);border-radius:28px 0 0 28px;box-shadow:-22px 0 55px rgba(5,45,29,.22);padding:18px;display:flex;flex-direction:column;gap:4px;transform:translateX(105%);opacity:1;visibility:hidden;transition:transform .28s ease,visibility .28s ease;z-index:2200;overflow-y:auto}
  .nav.open{transform:translateX(0);opacity:1;visibility:visible}
  .nav a{padding:14px 16px;border-radius:12px}
  .nav a:hover,.nav a.active{background:var(--light-green)}
  .nav a::after{display:none}
  .nav-close-bar{display:flex;align-items:center;justify-content:space-between;padding:2px 2px 14px;margin-bottom:8px;border-bottom:1px solid var(--border)}
  .nav-close-bar strong{font:700 1.45rem Georgia,"Times New Roman",serif;color:var(--green)}
  .nav-close-btn{width:42px;height:42px;border:0;border-radius:50%;background:#f0f1eb;color:var(--green);font-size:1.65rem;line-height:1;display:grid;place-items:center}
  .menu-btn{display:grid}
  .hero-grid,.page-hero .hero-grid,.business-grid,.about-split,.form-grid{grid-template-columns:1fr}
  .hero-copy{order:1}.hero-visual{order:2}
  .hero-visual img,.page-hero .hero-visual img{height:420px}
  .products-grid,.feature-grid,.plan-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .subscription-strip{grid-template-columns:1fr;background:linear-gradient(115deg,#f36f0e,#ff9222 55%,#496d37 130%)}
  .sub-benefits{color:white}
  .footer-main{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 22px,1180px)}
  .section{padding:54px 0}
  .header-inner{height:74px}
  .brand img{width:50px;height:50px}
  .brand-copy strong{font-size:1.2rem}.brand-copy span{display:none}
  .site-header{border-radius:0 0 24px 24px}
  .icon-btn{width:43px;height:43px}
  .nav{top:74px}
  .hero{padding-top:38px}
  .hero h1{font-size:2.75rem}
  .hero p{font-size:1rem}
  .hero-visual img,.page-hero .hero-visual img{height:330px;border-radius:26px}
  .trust-row{grid-template-columns:1fr}
  .products-grid,.feature-grid,.steps,.plan-grid,.meal-grid,.info-band,.footer-main,.form-row{grid-template-columns:1fr}
  .plan.popular{transform:none}
  .business-images{grid-template-columns:1fr}.business-images img{height:220px}
  .subscription-strip{padding:25px 20px}.sub-benefits{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:5px;text-align:center}
  .page-hero{padding-top:40px}
}
