:root {
    --ink: #111827;
    --muted: #5b6472;
    --line: #dfe4ea;
    --paper: #f7f8f6;
    --white: #ffffff;
    --green: #0f6b38;
    --green-dark: #0a4929;
    --yellow: #f1b51c;
    --steel: #253044;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.topbar {
    position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between;
    padding: 12px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.brand img { width: 158px; height: 48px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 20px; font-weight: 700; font-size: 14px; }
.nav a { color: var(--steel); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 6px; font-weight: 800; border: 1px solid transparent; }
.nav-cta, .btn.primary { background: var(--green); color: var(--white); }
.btn.light { background: var(--white); color: var(--green-dark); }
.btn.small { min-height: 38px; padding: 0 13px; font-size: 13px; background: var(--green); color: var(--white); margin-top: 12px; }
.text-link { color: var(--green); font-weight: 800; }
.nav-toggle, .nav-button { display: none; }

.hero { min-height: 620px; display: grid; align-items: center; padding: 72px clamp(18px, 7vw, 96px); background-size: cover; background-position: center; color: var(--white); }
.hero-content { width: min(760px, 100%); }
.eyebrow { margin: 0 0 12px; color: var(--yellow); font-size: 13px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: 0; }
h1 { font-size: clamp(42px, 8vw, 82px); max-width: 900px; }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: 21px; }
.hero p:not(.eyebrow), .page-hero p { font-size: clamp(18px, 2vw, 23px); max-width: 720px; color: rgba(255,255,255,.9); }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.section { padding: 74px clamp(18px, 6vw, 88px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 30px; }
.split { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 42px; align-items: start; background: var(--white); }
.split p { color: var(--muted); font-size: 18px; }

.feature-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-card { padding: 30px; background: var(--white); min-height: 188px; }
.feature-card span { width: 36px; height: 8px; display: block; background: var(--yellow); margin-bottom: 18px; border-radius: 8px; }
.feature-card h2 { font-size: 23px; }
.feature-card p, .product-card p, .contact-card p { color: var(--muted); }

.pill-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pill-grid a, .filters a { background: #eef3ef; border: 1px solid #d6e3d9; color: var(--green-dark); padding: 13px 14px; border-radius: 6px; font-weight: 800; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.product-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; min-height: 100%; }
.product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: #e9edf0; }
.product-card div { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.product-card .category { margin: 0 0 8px; font-size: 12px; font-weight: 900; color: var(--green); text-transform: uppercase; }
.status { display: inline-block; margin-top: auto; padding-top: 10px; color: var(--steel); font-weight: 800; font-size: 13px; }

.cta-band { margin: 0 clamp(18px, 6vw, 88px); padding: 42px; background: var(--steel); color: var(--white); display: flex; justify-content: space-between; gap: 32px; align-items: center; border-radius: 8px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 690px; }
.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.gallery-strip img { aspect-ratio: 1; object-fit: cover; border-radius: 6px; }

.page-hero { padding: 94px clamp(18px, 7vw, 96px); background: linear-gradient(120deg, rgba(11,18,32,.92), rgba(15,107,56,.78)), url('/images/brand/storefront-1.jpg') center/cover; color: var(--white); }
.page-hero.compact { min-height: 330px; display: grid; align-content: center; }
.page-hero.delivery { min-height: 560px; display: grid; align-content: center; }
.prose-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.prose-grid img { border-radius: 8px; aspect-ratio: 4/3; object-fit: cover; }
.prose-grid p { color: var(--muted); font-size: 18px; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.map-embed { min-height: 460px; overflow: hidden; background: #d7ddd7; border: 1px solid var(--line); border-radius: 8px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 460px; display: block; }
.contact-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; }
.contact-form { display: grid; gap: 12px; margin-top: 18px; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 6px; padding: 13px 14px; font: inherit; background: var(--white); }
textarea { min-height: 130px; resize: vertical; }
.article { max-width: 920px; margin: auto; background: var(--white); }
.article img { border-radius: 8px; margin: 24px 0; }

.footer { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; padding: 44px clamp(18px, 6vw, 88px); background: #101722; color: var(--white); }
.footer-logo { width: 180px; height: 62px; object-fit: contain; background: var(--white); border-radius: 6px; padding: 5px; }
.footer p, .footer a { color: rgba(255,255,255,.78); display: block; margin: 8px 0; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 30; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: var(--white); display: grid; place-items: center; font-weight: 900; box-shadow: 0 18px 35px rgba(0,0,0,.22); }

@media (max-width: 980px) {
    .nav-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 6px; }
    .nav-button span, .nav-button span:before, .nav-button span:after { content: ""; width: 20px; height: 2px; background: var(--ink); display: block; position: relative; }
    .nav-button span:before { position: absolute; top: -7px; }
    .nav-button span:after { position: absolute; top: 7px; }
    .nav { position: absolute; left: 0; right: 0; top: 73px; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: var(--white); border-bottom: 1px solid var(--line); }
    .nav-toggle:checked ~ .nav { display: flex; }
    .feature-band, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .split, .prose-grid, .contact-grid { grid-template-columns: 1fr; }
    .pill-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-strip { grid-template-columns: repeat(3, 1fr); }
    .cta-band { margin: 0; border-radius: 0; flex-direction: column; align-items: start; }
    .footer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
    .hero { min-height: 560px; }
    h1 { font-size: 42px; }
    .feature-band, .product-grid, .pill-grid, .gallery-strip { grid-template-columns: 1fr; }
    .section, .page-hero { padding-left: 16px; padding-right: 16px; }
    .section-head { display: block; }
}
