:root {
  --green: #5c9700;
  --green-dark: #173f2a;
  --green-deep: #102d1d;
  --olive: #8f9a72;
  --olive-dark: #727d58;
  --orange: #ff7817;
  --yellow: #f2ed68;
  --cream: #f3f2e9;
  --paper: #fffefa;
  --ink: #152018;
  --muted: #667068;
  --line: rgba(21, 32, 24, .14);
  --shadow: 0 28px 80px rgba(16, 45, 29, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.wrap { width: min(1180px, calc(100% - 44px)); margin-inline: auto; }

.topbar { position: relative; z-index: 50; padding: 12px 0; background: var(--paper); }
.nav {
  min-height: 66px;
  padding: 8px 12px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,254,250,.96);
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 178px; height: 52px; display: block; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 12px; font-weight: 750; }
.nav-links > a:not(.nav-cta) { position: relative; }
.nav-links > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s; }
.nav-links > a:hover::after { right: 0; }
.nav-cta { min-height: 43px; padding: 0 18px; display: inline-flex; align-items: center; border-radius: 9px; color: var(--green-deep); background: var(--yellow); }
.menu-button { display: none; border: 0; background: transparent; color: var(--green-deep); padding: 8px; cursor: pointer; }

.hero { padding: 0 0 18px; background: var(--paper); }
.hero-panel {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 0 0 18px 18px;
  color: #fff;
  background: var(--green-deep);
  isolation: isolate;
}
.hero-panel::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background: url("recolte-cacao.jpg") center 57% / cover no-repeat;
  transform: scale(1.015);
}
.hero-panel::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,32,19,.85) 0%, rgba(10,32,19,.48) 52%, rgba(10,32,19,.12) 100%), linear-gradient(0deg, rgba(10,32,19,.58), transparent 50%); }
.hero-inner { width: min(1180px, calc(100% - 88px)); min-height: 760px; margin-inline: auto; padding: 70px 0 42px; display: flex; flex-direction: column; justify-content: space-between; }
.hero-main { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
.hero h1 { max-width: 840px; margin: 0; font-size: clamp(50px, 5.3vw, 80px); font-weight: 620; letter-spacing: -.052em; line-height: 1; }
.hero h1 span { display: block; margin-left: 12%; color: var(--yellow); }
.hero-bottom { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.hero-copy { max-width: 555px; color: rgba(255,255,255,.82); font-size: 15px; }
.hero-copy p { margin: 0; }
.hero-actions { display: flex; gap: 10px; }
.glass-pill { min-width: 180px; min-height: 64px; padding: 10px 15px; display: flex; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 9px; background: rgba(255,255,255,.10); backdrop-filter: blur(10px); font-size: 11px; font-weight: 750; }
.glass-pill b { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 7px; color: var(--green-deep); background: var(--yellow); }

.section { padding: 112px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: currentColor; }
.section-title { margin: 0; font-size: clamp(36px, 4.4vw, 58px); font-weight: 570; letter-spacing: -.04em; line-height: 1.08; }
.section-title em { color: var(--green); font-style: normal; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 48px; }
.section-heading .section-title { max-width: 760px; }
.section-heading p { max-width: 405px; margin: 0 0 5px; color: var(--muted); font-size: 14px; }
.small-button { min-height: 40px; padding: 0 15px; display: inline-flex; align-items: center; gap: 10px; border-radius: 8px; color: var(--green-deep); background: var(--yellow); font-size: 11px; font-weight: 800; }
.small-button i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: rgba(23,63,42,.12); font-style: normal; }

.story-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: end; }
.story-title { margin: 0 0 20px; font-size: clamp(36px, 4.2vw, 56px); font-weight: 570; letter-spacing: -.04em; line-height: 1.08; }
.story-image { overflow: hidden; position: relative; height: 455px; border-radius: 16px; box-shadow: var(--shadow); }
.story-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-copy { max-width: 800px; margin-top: 24px; color: var(--muted); font-size: 13px; }
.story-copy p { margin: 0; }
.story-copy p + p { margin-top: 13px; }
.story-copy strong { color: var(--ink); }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: var(--paper); }
.ticker-track { width: max-content; padding: 13px 0; display: flex; gap: 10px; animation: ticker 28s linear infinite; }
.ticker-item { min-height: 42px; padding: 6px 14px 6px 7px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); font-size: 11px; font-weight: 800; transition: color .2s, border-color .2s, background .2s; }
.ticker-item:hover { color: var(--green-deep); border-color: var(--green); background: var(--yellow); }
.ticker-item img { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; }
@keyframes ticker { to { transform: translateX(-50%); } }

.products-section { color: var(--ink); background: var(--paper); }
.products-section .eyebrow { color: var(--green); }
.products-section .section-heading p { color: var(--muted); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { min-height: 410px; position: relative; overflow: hidden; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 15px; color: #fff; isolation: isolate; transition: transform .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(28,39,20,.22); }
.product-card::before { content: ""; position: absolute; z-index: -2; inset: 0; background-image: var(--photo); background-position: center; background-size: cover; transition: transform .45s ease; }
.product-card:hover::before { transform: scale(1.045); }
.product-card::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(11,28,16,.07) 25%, rgba(11,28,16,.9) 100%); }
.product-index { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--green-deep); background: var(--yellow); font-size: 11px; font-weight: 850; }
.product-card h3 { margin: 0 0 7px; font-size: 31px; letter-spacing: -.045em; }
.product-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; }
.product-link { margin-top: 17px; display: inline-flex; align-items: center; gap: 8px; color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }

.future { min-height: 650px; position: relative; overflow: hidden; display: flex; align-items: center; color: #fff; background: var(--green-deep); isolation: isolate; }
.future::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("logistique.jpg") center / cover no-repeat; }
.future::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,29,18,.84) 0%, rgba(9,29,18,.2) 50%, rgba(9,29,18,.78) 100%); }
.future-grid { width: min(1180px, calc(100% - 88px)); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.future-blank { min-height: 200px; }
.future-copy { max-width: 520px; justify-self: end; }
.future .eyebrow { color: var(--yellow); }
.future h2 { margin: 0 0 24px; font-size: clamp(40px, 4.8vw, 62px); font-weight: 570; letter-spacing: -.04em; line-height: 1.06; }
.future p { color: rgba(255,255,255,.74); font-size: 14px; }
.future-points { margin-top: 28px; display: grid; }
.future-point { padding: 17px 0; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.24); font-size: 13px; font-weight: 800; }
.future-point b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green-deep); background: var(--yellow); }

.partner-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.partner-title { position: sticky; top: 30px; }
.partner-title .section-title { max-width: 390px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 42px 32px; }
.service { padding-top: 6px; }
.service-icon { width: 45px; height: 45px; margin-bottom: 19px; display: grid; place-items: center; border-radius: 9px; color: var(--green-deep); background: var(--yellow); font-size: 19px; }
.service h3 { margin: 0 0 8px; font-size: 17px; }
.service p { margin: 0; color: var(--muted); font-size: 12px; }

.journey { padding: 95px 0; color: #fff; background: var(--olive); }
.journey-head { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 35px; }
.journey h2 { max-width: 770px; margin: 0; font-size: clamp(48px, 6.2vw, 82px); font-weight: 560; letter-spacing: -.05em; line-height: .96; }
.journey h2 span { color: var(--yellow); }
.journey-head p { max-width: 270px; margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 12px; }
.journey-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 14px; }
.journey-card { overflow: hidden; }
.journey-card img { width: 100%; height: 330px; display: block; object-fit: cover; border-radius: 14px; }
.journey-card:nth-child(2) { margin-top: 55px; }
.journey-card span { display: block; margin-top: 10px; color: rgba(255,255,255,.65); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.journey-card h3 { margin: 2px 0 0; font-size: 15px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 30px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.value-card span { color: var(--orange); font-size: 11px; font-weight: 850; }
.value-card h3 { margin: 25px 0 10px; font-size: 24px; letter-spacing: -.035em; }
.value-card p { margin: 0; color: var(--muted); font-size: 13px; }

.footer-hero { position: relative; overflow: hidden; padding: 110px 0 28px; color: #fff; background: var(--green-deep); isolation: isolate; }
.footer-hero::before { content: ""; position: absolute; z-index: -2; inset: 0; background: url("entrepot.jpg") center / cover; }
.footer-hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(9,29,18,.76); backdrop-filter: blur(1px); }
.footer-title { margin: 0 0 35px; color: var(--yellow); font-size: clamp(50px, 7vw, 96px); font-weight: 590; letter-spacing: -.05em; line-height: .96; text-align: center; }
.footer-panel { padding: 36px; display: grid; grid-template-columns: 1.15fr .65fr .95fr .9fr; gap: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(18,35,24,.6); backdrop-filter: blur(12px); }
.footer-panel h3 { margin: 0 0 10px; font-size: 16px; }
.footer-panel p, .footer-panel a { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; }
.footer-logo { width: 260px; height: auto; aspect-ratio: 2 / 1; margin-bottom: 15px; object-fit: contain; object-position: left center; }
.footer-links { display: grid; gap: 7px; }
.footer-links a:hover { color: var(--yellow); }
.social-icons { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 8px; }
.social-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; color: rgba(255,255,255,.82); font-size: 11px; font-weight: 850; }
.social-icon-instagram { position: relative; font-size: 0; }
.social-icon-instagram::before { content: ""; width: 13px; height: 13px; border: 1.5px solid currentColor; border-radius: 4px; }
.social-icon-instagram::after { content: ""; position: absolute; width: 4px; height: 4px; border: 1.5px solid currentColor; border-radius: 50%; }
.footer-cta { min-height: 46px; margin-top: 14px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 8px; color: var(--green-deep) !important; background: var(--yellow); font-weight: 850 !important; }
.footer-bottom { margin-top: 25px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.5); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .menu-button { display: block; }
  .nav-links { display: none; position: absolute; z-index: 100; top: 84px; left: 22px; right: 22px; padding: 22px; flex-direction: column; align-items: stretch; gap: 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-cta { justify-content: center; }
  .hero-main { grid-template-columns: 1fr; }
  .hero-bottom { grid-template-columns: 1fr; }
  .hero-actions { flex-wrap: wrap; }
  .story-grid, .future-grid, .partner-grid { grid-template-columns: 1fr; gap: 50px; }
  .story-image { height: 400px; }
  .products-grid { grid-template-columns: 1fr 1fr; }
  .future-blank { display: none; }
  .future-copy { justify-self: start; }
  .partner-title { position: static; }
  .journey-head { align-items: start; flex-direction: column; }
  .footer-panel { grid-template-columns: 1fr 1fr; }
  .footer-panel > div:first-child { grid-column: span 2; }
  .footer-panel > div:last-child { grid-column: span 2; }
}

@media (max-width: 600px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .topbar { padding: 8px 0; }
  .nav { min-height: 58px; padding: 5px 9px 5px 12px; }
  .brand img { width: 145px; height: 44px; }
  .hero-panel, .hero-inner { min-height: 720px; }
  .hero-inner { padding: 48px 0 30px; }
  .hero-inner { width: min(100% - 32px, 1180px); }
  .future-grid { width: min(100% - 32px, 1180px); }
  .hero h1 { padding-top: 35px; font-size: 44px; line-height: 1.02; }
  .hero h1 span { margin-left: 10%; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .glass-pill { min-width: 0; min-height: 58px; padding: 8px; font-size: 9px; }
  .section { padding: 78px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 32px; }
  .story-grid { gap: 30px; }
  .story-image { height: 290px; }
  .story-copy { margin-top: 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 390px; }
  .future { min-height: 610px; }
  .service-grid { grid-template-columns: 1fr; gap: 30px; }
  .journey h2 { font-size: 52px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card:nth-child(2) { margin-top: 0; }
  .journey-card img { height: 290px; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-hero { padding-top: 80px; }
  .footer-panel { padding: 26px; grid-template-columns: 1fr; gap: 28px; }
  .footer-panel > div:first-child { grid-column: auto; }
  .footer-panel > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
