:root {
  --green: #08753f;
  --green-dark: #064629;
  --green-bright: #75d63c;
  --ink: #12251b;
  --paper: #f7f9f3;
  --white: #ffffff;
  --line: rgba(18, 37, 27, .14);
  --shadow: 0 24px 70px rgba(3, 45, 25, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Montserrat", Arial, sans-serif; line-height: 1.04; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 24px clamp(24px, 5vw, 80px); color: var(--white); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 46px; height: 54px; display: grid; place-items: center; border: 3px solid currentColor; border-radius: 24px 24px 22px 22px; color: var(--green-bright); font: 900 27px/1 "Montserrat", sans-serif; transform: skew(-4deg); }
.brand span:last-child { display: grid; line-height: 1; }
.brand strong { font: 900 25px/1 "Montserrat", sans-serif; letter-spacing: .03em; }
.brand small { margin-top: 5px; font-size: 11px; letter-spacing: .04em; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 700; font-size: 14px; }
nav a { border-bottom: 1px solid transparent; }
nav a:hover { border-bottom-color: currentColor; }
.nav-cta { padding: 12px 18px; border: 1px solid rgba(255,255,255,.6) !important; border-radius: 999px; }
.menu-toggle { display: none; background: transparent; color: white; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 9px 14px; font: inherit; font-weight: 700; }

.hero { min-height: 820px; height: 100vh; position: relative; display: flex; align-items: center; color: white; overflow: hidden; }
.hero-media { position: absolute; inset: 0; background: url("fresh-impact.jpg") center 59% / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,28,15,.92) 0%, rgba(2,38,20,.68) 44%, rgba(2,25,13,.1) 75%), linear-gradient(0deg, rgba(3,25,14,.68), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(830px, 84vw); margin-left: clamp(24px, 8vw, 130px); padding-bottom: 70px; }
.eyebrow, .section-kicker { margin-bottom: 16px; color: var(--green); text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 800; }
.hero .eyebrow { color: #b7ff83; }
.hero h1 { margin-bottom: 24px; font-size: clamp(48px, 7.4vw, 106px); letter-spacing: -.055em; }
.hero h1 span { color: var(--green-bright); }
.hero-copy { max-width: 650px; font-size: clamp(17px, 1.6vw, 23px); color: rgba(255,255,255,.88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-bright); color: #093018; box-shadow: 0 12px 32px rgba(74, 206, 42, .24); }
.button-light { background: rgba(255,255,255,.12); color: white; border: 1px solid rgba(255,255,255,.48); backdrop-filter: blur(10px); }
.hero-proof { position: absolute; z-index: 3; bottom: 0; right: 0; width: min(800px, 72vw); display: grid; grid-template-columns: repeat(3, 1fr); background: rgba(255,255,255,.94); color: var(--ink); border-radius: 28px 0 0 0; overflow: hidden; }
.hero-proof span { padding: 22px 28px; border-left: 1px solid var(--line); font-size: 13px; }
.hero-proof strong { display: block; color: var(--green); font-size: 16px; }

.section { max-width: 1240px; margin: 0 auto; padding: 110px 32px; }
.intro { text-align: center; max-width: 900px; }
.intro h2, .section-heading h2, .about h2, .contact h2 { margin-bottom: 24px; font-size: clamp(36px, 4.5vw, 64px); letter-spacing: -.045em; }
.intro > p:last-child { max-width: 760px; margin: 0 auto; color: #526259; font-size: 19px; }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: #5c6a62; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 10px 35px rgba(9, 68, 37, .07); }
.product-card img { height: 330px; object-fit: cover; object-position: center; }
.product-card.featured { transform: translateY(-18px); box-shadow: var(--shadow); }
.product-copy { padding: 28px; }
.product-tag { display: inline-block; margin-bottom: 13px; padding: 6px 11px; border-radius: 999px; color: var(--green); background: #eaf7e4; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-copy h3 { margin-bottom: 15px; font-size: 25px; }
.product-copy p { min-height: 78px; color: #59685f; }
.product-copy strong { color: var(--green); font-size: 14px; }

.commitments { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 120px); padding: 110px max(32px, calc((100vw - 1176px) / 2)); background: var(--green-dark); color: white; }
.section-kicker.light { color: var(--green-bright); }
.commitments h2 { font-size: clamp(40px, 5vw, 72px); letter-spacing: -.05em; }
.commitments-content > p:last-child { color: rgba(255,255,255,.7); font-size: 18px; }
.commitment-list article { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.18); }
.commitment-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.commitment-list span { color: var(--green-bright); font-weight: 800; }
.commitment-list h3 { margin-bottom: 8px; font-size: 24px; }
.commitment-list p { margin-bottom: 0; color: rgba(255,255,255,.7); }

.about { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.about-image { position: relative; }
.about-image::before { content: "FRESH • LUBUMBASHI"; position: absolute; z-index: 2; top: -18px; left: -18px; padding: 12px 15px; background: var(--green-bright); color: #08311a; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.about-image img { aspect-ratio: 4 / 5; object-fit: cover; border-radius: 8px 90px 8px 8px; box-shadow: var(--shadow); }
.about-copy p:not(.section-kicker) { color: #56665d; }
.text-link { display: inline-block; margin-top: 14px; color: var(--green); font-weight: 800; border-bottom: 2px solid var(--green-bright); }

.contact { max-width: 1240px; margin: 0 auto 90px; padding: 70px; display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; border-radius: 34px; background: #dff3cf; }
.contact > div:first-child > p:last-child { color: #526259; }
.contact-card { display: grid; gap: 14px; padding: 30px; background: white; border-radius: 20px; box-shadow: 0 18px 50px rgba(7, 72, 38, .11); }
.contact-card p { margin-bottom: 4px; }
.contact-card > a:last-child { color: var(--green); font-weight: 800; }
.supplier-invite { max-width: 1240px; margin: 0 auto 90px; padding: 64px 70px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; border-radius: 34px; color: white; background: linear-gradient(120deg, var(--green-dark), var(--green)); }
.supplier-invite h2 { max-width: 820px; margin-bottom: 16px; font-size: clamp(31px, 4vw, 55px); }
.supplier-invite p:not(.section-kicker) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.76); }
.footer-links { display: flex; gap: 24px; }
footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 42px max(32px, calc((100vw - 1176px) / 2)); background: #081d12; color: rgba(255,255,255,.66); font-size: 13px; }
.footer-brand { color: white; }
.footer-brand .brand-mark { width: 38px; height: 44px; font-size: 22px; }
.footer-brand strong { font-size: 20px; }
.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid white; border-radius: 50%; background: #25d366; color: white; font-weight: 900; box-shadow: 0 12px 35px rgba(0,0,0,.24); }

@media (max-width: 900px) {
  .site-header { padding: 20px 22px; }
  .menu-toggle { display: block; }
  nav { position: absolute; top: 84px; left: 20px; right: 20px; display: none; padding: 22px; flex-direction: column; align-items: stretch; gap: 16px; color: var(--ink); background: white; border-radius: 16px; box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .nav-cta { border-color: var(--line) !important; text-align: center; }
  .hero { min-height: 760px; }
  .hero-content { margin-left: 24px; padding-bottom: 100px; }
  .hero-proof { width: calc(100% - 24px); grid-template-columns: 1fr; border-radius: 22px 0 0 0; }
  .hero-proof span { display: none; }
  .hero-proof span:first-child { display: block; padding: 16px 22px; }
  .section { padding: 80px 22px; }
  .section-heading, .commitments, .about, .contact, .supplier-invite { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: 1fr; gap: 22px; }
  .product-card.featured { transform: none; }
  .product-card img { height: 360px; }
  .commitments { padding: 80px 22px; }
  .about-image img { aspect-ratio: 4 / 3; }
  .contact { margin: 0 18px 60px; padding: 42px 26px; gap: 25px; }
  .supplier-invite { margin: 0 18px 60px; padding: 42px 26px; gap: 25px; }
  footer { flex-direction: column; text-align: center; padding: 40px 24px; }
  .footer-links { flex-direction: column; gap: 8px; }
}

@media (max-width: 520px) {
  .brand strong { font-size: 21px; }
  .brand-mark { width: 38px; height: 46px; font-size: 23px; }
  .hero-media { background-position: 54% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,28,15,.9), rgba(2,28,15,.4)), linear-gradient(0deg, rgba(2,28,15,.74), transparent); }
  .hero h1 { font-size: 47px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section-heading { gap: 10px; }
  .product-card img { height: 290px; }
  .about-image img { aspect-ratio: 4 / 5; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
