
:root{
 --green:#07553f;--deep:#03392d;--gold:#d5a129;--ink:#15332c;--muted:#66766f;
 --line:#e4ebe8;--cream:#fbf9f2;--shadow:0 18px 55px rgba(3,57,45,.12)
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1390px,92%);margin:auto}

.topbar{height:50px;background:var(--deep);color:#fff;font-size:14px}
.topbar .container{height:50px;display:flex;align-items:center;justify-content:space-between}
.top-location,.top-email{display:flex;gap:9px;align-items:center}

header{height:138px;background:#fff;border-top:1px solid #f1e6e0;border-bottom:7px solid var(--deep);position:sticky;top:0;z-index:1000}
.nav{height:131px;display:flex;align-items:center;justify-content:space-between;gap:35px}
.logo{width:270px;height:112px;object-fit:contain;object-position:left center}
nav{display:flex;align-items:center;gap:42px}
nav a{font-size:16px;font-weight:850;color:#203b35;padding:45px 0 40px;position:relative}
nav a:not(.cta):after{content:"";position:absolute;left:0;right:0;bottom:30px;height:3px;background:var(--gold);transform:scaleX(0);transition:.2s}
nav a:hover:not(.cta):after,nav a.active:not(.cta):after{transform:scaleX(1)}
nav a.cta{padding:16px 29px;background:var(--gold);color:#fff;border-radius:30px}
nav a.cta:hover{background:#b98715}
.menu{display:none;border:0;background:none;font-size:30px;color:var(--green)}

.hero{background:var(--deep);color:#fff}
.hero-grid{min-height:610px;display:grid;grid-template-columns:.98fr 1.02fr}
.hero-copy{padding:75px 35px 70px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:22px;color:#e2b44a;font-weight:900;margin-bottom:13px}
.hero h1{font-size:clamp(50px,5vw,70px);line-height:1.03;letter-spacing:-2.2px;max-width:700px}
.hero h1 span{display:block;color:#e2b44a}
.hero p{font-size:19px;line-height:1.6;color:rgba(255,255,255,.84);max-width:650px;margin:25px 0 30px}
.actions{display:flex;gap:22px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 30px;border-radius:8px;font-size:16px;font-weight:900}
.btn.gold{background:var(--gold);color:#fff;border:2px solid var(--gold)}
.btn.white{background:#fff;color:var(--deep);border:2px solid #fff}
.hero-photo{min-height:610px;background:linear-gradient(90deg,var(--deep) 0%,rgba(3,57,45,.18) 26%,transparent 52%),url("hero-food.jpg") center/cover no-repeat}

.trust{position:relative;z-index:5;margin:-1px 0 0}
.trust-box{background:#fff;border:1px solid #dfe5e2;border-radius:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);padding:22px 20px}
.trust-item{display:flex;align-items:center;gap:18px;padding:10px 30px;border-right:1px solid #d9e1de}
.trust-item:last-child{border-right:0}
.trust-icon{width:58px;height:58px;flex:0 0 auto;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:27px}
.trust-item strong{display:block;font-size:18px;line-height:1.2;color:var(--deep)}
.trust-item span{display:block;font-size:15px;color:#314742;margin-top:5px}

section{padding:100px 0}
.kicker{font-size:16px;font-weight:900;letter-spacing:.8px;color:var(--gold);text-transform:uppercase;margin-bottom:12px}
h2{font-size:clamp(36px,4vw,52px);line-height:1.08;letter-spacing:-1.5px;color:var(--deep)}
.lead{color:var(--muted);font-size:17px;margin-top:15px;max-width:750px}

.about-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.about-images{display:grid;grid-template-columns:1fr .82fr;gap:15px;align-items:end}
.about-images img{height:420px;width:100%;object-fit:cover;border-radius:24px}
.about-images img:nth-child(2){height:300px}
.about-copy p{font-size:17px;color:#3c4c47;margin:17px 0}
.gold-line{height:3px;width:60px;background:var(--gold);margin:20px 0}
.checks{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}
.checks li{font-size:14px;font-weight:800}
.checks li:before{content:"✓";color:var(--gold);margin-right:9px}

.alt{background:var(--cream)}
.section-head{text-align:center;max-width:820px;margin:0 auto 45px}
.section-head .lead{margin-left:auto;margin-right:auto}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product{padding:27px;background:#fff;border:1px solid var(--line);border-radius:20px;transition:.2s}
.product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.product .icon{font-size:35px;margin-bottom:10px}
.product h3{font-size:19px;color:var(--deep);margin-bottom:5px}
.product p{font-size:13px;color:var(--muted)}

.activity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.activity{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}
.activity .num{font-size:12px;color:var(--gold);font-weight:900}
.activity h3{font-size:21px;color:var(--deep);margin:7px 0}
.activity p{font-size:14px;color:var(--muted)}

.cta{background:var(--deep);color:#fff}
.cta-grid{display:flex;justify-content:space-between;align-items:center;gap:30px}
.cta h2{color:#fff}
.cta p{color:rgba(255,255,255,.7);margin-top:8px}

.page-hero{background:linear-gradient(135deg,var(--deep),var(--green));color:#fff;padding:85px 0}
.page-hero h1{font-size:clamp(44px,5vw,65px);line-height:1.05}
.page-hero p{font-size:18px;color:rgba(255,255,255,.82);max-width:760px;margin-top:15px}
.page-content{max-width:900px}
.page-content h2{font-size:31px;margin:38px 0 10px}
.page-content p,.page-content li{color:var(--muted);margin-bottom:12px}
.page-content ul{padding-left:22px}

.contact-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:30px}
.contact-card,.form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:35px;box-shadow:0 8px 30px rgba(0,0,0,.04)}
.contact-card h3{font-size:28px;color:var(--deep);margin:10px 0}
.contact-card>p{color:var(--muted);margin-bottom:22px}
.contact-item{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}
.contact-item b{display:block;color:var(--muted);font-size:12px}
.contact-item span{font-weight:850;color:var(--deep)}
form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:6px}
.field.full{grid-column:1/-1}
label{font-size:12px;font-weight:850;color:#49605c}
input,select,textarea{font:inherit;border:1px solid #d8e3df;border-radius:9px;padding:13px;outline:0}
textarea{min-height:145px;resize:vertical}

footer{background:#052f27;color:#fff;padding:55px 0 20px}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr;gap:50px}
.footer-grid h3{font-size:18px;margin-bottom:13px}
.footer-grid p,.footer-links li{color:rgba(255,255,255,.62);font-size:14px}
.footer-links{list-style:none}.footer-links li{margin:7px 0}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:17px;color:rgba(255,255,255,.45);font-size:12px;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}

@media(max-width:1100px){
 header{height:95px;border-bottom-width:5px}.nav{height:90px}.logo{width:220px;height:82px}
 nav{gap:20px}nav a{font-size:14px;padding:35px 0}nav a:not(.cta):after{bottom:22px}
 .trust-item{padding:10px 15px}.trust-item strong{font-size:15px}.trust-item span{font-size:12px}
}
@media(max-width:850px){
 .topbar,.topbar .container{height:auto}.topbar .container{padding:8px 0;justify-content:center}
 .top-email{display:none}.menu{display:block}
 nav{display:none;position:absolute;top:95px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:18px 5%;box-shadow:0 15px 30px rgba(0,0,0,.1)}
 nav.open{display:flex}nav a{padding:12px 0}nav a:not(.cta):after{display:none}
 .hero-grid{grid-template-columns:1fr}.hero-copy{padding:65px 0 45px}.hero-photo{min-height:390px}
 .trust-box{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}
 .about-grid,.contact-grid{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr)}
 .activity-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
 .logo{width:185px;height:72px}.hero h1{font-size:43px}.hero p{font-size:16px}.hero-photo{min-height:320px}
 .trust-box,.products,.activity-grid,.checks,.footer-grid{grid-template-columns:1fr}
 .trust-item{border-right:0;border-bottom:1px solid var(--line);padding:13px}
 .trust-item:last-child{border-bottom:0}.about-images{grid-template-columns:1fr}
 .about-images img,.about-images img:nth-child(2){height:280px}
 .cta-grid{flex-direction:column;align-items:flex-start}
 form{grid-template-columns:1fr}.field.full{grid-column:auto}
}
