:root {
  --ink: #3b1d12;
  --green: #7a1830;
  --green-2: #9d2440;
  --mint: #ffe4c4;
  --lime: #ffb703;
  --saffron: #ff7a29;
  --cream: #fff3e4;
  --paper: #fff8ef;
  --white: #fff;
  --muted: #7a5a4a;
  --line: rgba(122, 24, 48, .14);
  --shadow: 0 24px 70px rgba(122, 24, 48, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 100; padding: 10px 16px; background: var(--white); }
.skip-link:focus { top: 12px; }

.click-bar {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 18px;
  background: linear-gradient(90deg, #ffb703, #ff7a29);
  color: #4a1808;
  font-size: 13px;
  font-weight: 700;
}
.click-bar span { font-weight: 600; opacity: .9; }

.site-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 42px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: .25s ease;
}
.site-header.scrolled {
  position: fixed;
  top: 42px;
  background: rgba(255,253,248,.94);
  border-color: var(--line);
  box-shadow: 0 10px 30px rgba(17,55,42,.07);
  backdrop-filter: blur(16px);
}
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); }
.scrolled .brand { color: var(--green); }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center;
  border-radius: 12px 4px 12px 4px; background: var(--lime); color: var(--green);
  font-family: "Manrope", sans-serif; font-weight: 800; font-size: 22px;
}
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-family: "Manrope", sans-serif; font-size: 21px; letter-spacing: -.4px; }
.brand small { margin-top: 4px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; }
.main-nav { display: flex; align-items: center; gap: 34px; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 600; }
.scrolled .main-nav { color: var(--ink); }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--lime); transition: .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 12px 18px; color: var(--green); background: var(--lime); border-radius: 6px; }
.nav-cta span { margin-left: 8px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 5px; }
.menu-toggle span { width: 25px; height: 2px; display: block; margin: 5px; background: currentColor; }

.hero {
  min-height: 820px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 20%, rgba(255,183,3,.28), transparent 28%),
    radial-gradient(circle at 88% 70%, rgba(255,122,41,.22), transparent 32%),
    linear-gradient(135deg, #6d1028 0%, #a31d2e 42%, #c2410c 100%);
  padding: 156px 0 70px;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, #000, transparent 50%);
}
.hero::after {
  content: ""; position: absolute; right: -16%; top: -42%; width: 62%; height: 125%;
  border: 1px solid rgba(255,255,255,.14); border-radius: 50%; transform: rotate(-10deg);
}
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 430px; height: 430px; right: 9%; top: 23%; background: rgba(255,183,3,.22); }
.orb-two { width: 250px; height: 250px; left: -7%; bottom: -12%; background: rgba(255,122,41,.2); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 48px; }
.hero-grid > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: 2.4px; font-size: 11px; font-weight: 700; color: #d9e9df; }
.eyebrow span { width: 27px; height: 1px; background: var(--lime); }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.13; margin-top: 0; }
h1 { max-width: 680px; margin: 18px 0; font-size: clamp(42px, 5.2vw, 68px); letter-spacing: -3.2px; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 0; color: #c9d9d1; font-size: 18px; line-height: 1.75; }
.mobile-break { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; padding: 14px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 0; border-radius: 7px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--green); box-shadow: 0 10px 35px rgba(215,240,106,.12); }
.button-ghost { border: 1px solid rgba(255,255,255,.28); color: var(--white); background: rgba(255,255,255,.04); }
.button-accent { width: 100%; background: var(--lime); color: var(--green); }
.hero-proof { display: flex; gap: 36px; margin-top: 52px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: "Manrope", sans-serif; font-size: 20px; color: var(--white); }
.hero-proof span { font-size: 12px; color: #9fb5aa; }
.sell-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 8px; }
.sell-pills span {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,215,102,.35);
  font-size: 12px;
  font-weight: 700;
}
.hero-visual { position: relative; min-height: 620px; margin-top: -6px; }
.food-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  min-height: 620px;
}
.mosaic-card {
  position: relative;
  min-height: 175px;
  overflow: hidden;
  border-radius: 22px;
  color: var(--white);
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.mosaic-card:first-child {
  grid-row: 1 / 3;
  min-height: 100%;
  border-radius: 32px 14px 32px 14px;
}
.mosaic-card:nth-child(6) { border-radius: 22px 22px 22px 30px; }
.mosaic-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.mosaic-img { opacity: 0; transform: scale(1.02); transition: opacity .85s ease; will-change: opacity, transform; }
.mosaic-img.is-active { opacity: 1; animation: kenBurns 9s ease-out forwards; }
.mosaic-card:hover .mosaic-img.is-active { animation-play-state: paused; }
.mosaic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(70, 8, 18, .86));
}
.mosaic-caption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.mosaic-caption small { display: block; color: var(--lime); font-size: 9px; letter-spacing: .8px; text-transform: uppercase; font-weight: 800; white-space: nowrap; }
.mosaic-caption strong { display: block; margin: 3px 0; font-family: "Manrope", sans-serif; font-size: 17px; line-height: 1.15; letter-spacing: -.5px; }
.mosaic-card:first-child .mosaic-caption small { font-size: 10px; letter-spacing: 1.2px; }
.mosaic-card:first-child .mosaic-caption strong { font-size: 24px; }
.mosaic-caption span { font-size: 12px; font-weight: 700; }
.mosaic-tag {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  animation: tagIn .6s ease;
}
.mosaic-call { color: var(--white); }
.mosaic-progress {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255,255,255,.18);
  overflow: hidden;
}
.mosaic-progress i { display: block; height: 100%; width: 0; background: var(--lime); }
.mosaic-live {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.9);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .2px;
}
.mosaic-live b { color: var(--lime); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 0 rgba(198,255,84,.7); animation: livePulse 1.8s infinite; }
.page-gallery {
  position: relative;
  height: 420px;
  margin-bottom: 36px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,.14);
}
.page-gallery img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.page-gallery .mosaic-tag {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 18px;
  margin: 0;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(70,8,18,.72);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.page-gallery:hover .mosaic-img.is-active { animation-play-state: paused; }
@keyframes kenBurns { from { transform: scale(1.02); } to { transform: scale(1.12); } }
@keyframes mosaicProgress { from { width: 0; } to { width: 100%; } }
@keyframes tagIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(198,255,84,.6); }
  70% { box-shadow: 0 0 0 9px rgba(198,255,84,0); }
  100% { box-shadow: 0 0 0 0 rgba(198,255,84,0); }
}
@media (prefers-reduced-motion: reduce) {
  .mosaic-img.is-active, .live-dot, .mosaic-tag { animation: none; }
  .mosaic-progress { display: none; }
}
.hero-image { position: absolute; inset: 0 25px 30px 15px; border-radius: 150px 12px 150px 12px; overflow: hidden; box-shadow: var(--shadow); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(5,32,23,.65)); }
.floating-note { position: absolute; display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: var(--ink); background: rgba(255,255,255,.95); border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.floating-note strong, .floating-note small { display: block; }
.floating-note strong { font-size: 13px; }
.floating-note small { font-size: 10px; color: var(--muted); }
.note-icon { width: 31px; height: 31px; display: grid; place-items: center; background: var(--mint); color: var(--green); border-radius: 50%; font-weight: 800; }
.note-top { right: 12px; top: 90px; }
.note-bottom { left: -8px; bottom: 72px; }
.pulse { width: 14px; height: 14px; border-radius: 50%; background: #45a368; box-shadow: 0 0 0 7px rgba(69,163,104,.14); }
.ingredient-card { position: absolute; right: 0; bottom: 0; width: 210px; padding: 18px; background: var(--lime); color: var(--green); border-radius: 8px; box-shadow: var(--shadow); }
.ingredient-card > span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .7px; }
.ingredient-line { display: flex; gap: 6px; margin-top: 13px; }
.ingredient-line i { display: block; height: 4px; border-radius: 4px; background: var(--green); opacity: .5; }
.ingredient-line i:nth-child(1) { width: 42%; }.ingredient-line i:nth-child(2) { width: 25%; }.ingredient-line i:nth-child(3) { width: 13%; }

.trust-strip { background: #ffe8cc; border-bottom: 1px solid var(--line); }
.trust-row { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.trust-row > span { font-weight: 800; font-size: 13px; }
.trust-items { display: flex; align-items: center; gap: 30px; color: #56685f; font-size: 12px; }
.trust-items i { color: #59a770; margin-right: 8px; }

.section { padding: 116px 0; }
.section-tag { display: inline-flex; align-items: center; gap: 9px; color: #c2410c; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.section-tag::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.section-tag.light { color: var(--lime); }
.section-heading h2, .why-content h2, .finder-intro h2, .contact-copy h2, .faq-intro h2 { margin: 17px 0 0; font-size: clamp(38px, 4.2vw, 59px); letter-spacing: -2.6px; }
.section-heading h2 em { color: #c2410c; }
.split-heading { display: grid; grid-template-columns: 1.2fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.8; }
.centered { max-width: 730px; margin: 0 auto 48px; text-align: center; }
.centered .section-tag { justify-content: center; }
.centered p { max-width: 620px; margin: 18px auto 0; color: #aebfb6; }
.challenge-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.challenge-card { position: relative; min-height: 350px; padding: 38px; background: #f4f6f1; border: 1px solid transparent; transition: .3s; overflow: hidden; }
.challenge-card::after { content: ""; position: absolute; right: -50px; top: -50px; width: 130px; height: 130px; border: 1px solid var(--line); border-radius: 50%; }
.challenge-card:hover { background: var(--white); border-color: #b8d5bf; box-shadow: 0 18px 50px rgba(19,55,42,.08); transform: translateY(-3px); }
.challenge-card.featured { background: var(--green); color: var(--white); }
.challenge-card.featured p { color: #b8cbc1; }
.card-number { position: absolute; top: 26px; right: 30px; color: #8aa095; font-size: 11px; }
.challenge-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 26px; }
.featured .challenge-icon { background: var(--lime); }
.challenge-card h3 { max-width: 360px; margin-bottom: 12px; font-size: 25px; letter-spacing: -.8px; }
.challenge-card p { max-width: 480px; margin: 0; color: var(--muted); }
.card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.card-tags span { padding: 5px 9px; border: 1px solid var(--line); border-radius: 50px; font-size: 10px; text-transform: uppercase; letter-spacing: .6px; }
.featured .card-tags span { border-color: rgba(255,255,255,.2); color: #bed0c7; }
.challenge-card a { display: inline-flex; gap: 18px; margin-top: 28px; font-size: 13px; font-weight: 800; border-bottom: 1px solid #ff7a29; }

.industries-section { background: var(--green); color: var(--white); overflow: hidden; }
.industry-tabs { display: flex; border-bottom: 1px solid rgba(255,255,255,.17); overflow-x: auto; scrollbar-width: none; }
.industry-tab { flex: 1; min-width: 150px; padding: 17px 15px; border: 0; border-bottom: 3px solid transparent; color: #f0c9b4; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; white-space: nowrap; }
.industry-tab.active { color: var(--lime); border-bottom-color: var(--lime); }
.industry-display { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 480px; margin-top: 42px; background: #5a1224; }
.industry-image-wrap { position: relative; min-height: 460px; overflow: hidden; }
.industry-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, #5a1224); }
.industry-image-wrap img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.industry-image-wrap > span { position: absolute; z-index: 2; left: 25px; bottom: 20px; padding: 7px 11px; background: rgba(18,55,42,.75); border: 1px solid rgba(255,255,255,.2); font-size: 10px; letter-spacing: 1px; }
.industry-image-wrap .industry-tag { left: auto; right: 25px; bottom: 20px; color: var(--white); font-weight: 600; font-size: 11px; letter-spacing: .2px; }
.industry-image-wrap .mosaic-progress { left: 0; right: 0; bottom: 0; padding: 0; border: 0; background: rgba(255,255,255,.18); }
.industry-image-wrap:hover .mosaic-img.is-active { animation-play-state: paused; }
.industry-content { padding: 65px 52px; align-self: center; }
.micro-label { color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; }
.industry-content h3 { margin: 13px 0 18px; font-size: 39px; letter-spacing: -1.5px; }
.industry-content > p { color: #f0c9b4; }
.best-for { margin: 30px 0 36px; }
.best-for > span { display: block; margin-bottom: 11px; color: #8fa69b; font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; }
.best-for div { display: flex; flex-wrap: wrap; gap: 8px; }
.best-for b { padding: 7px 10px; border-radius: 3px; background: rgba(255,255,255,.08); font-size: 11px; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: inherit; font-weight: 800; font-size: 13px; border-bottom: 1px solid currentColor; }

.portfolio-section { background: var(--cream); }
.portfolio-controls { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.filter-buttons { display: flex; gap: 7px; }
.filter-button { padding: 9px 14px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; }
.filter-button.active { background: var(--green); color: var(--white); }
.result-count { color: var(--muted); font-size: 12px; }
.result-count strong { color: var(--green); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.product-card { min-height: 280px; display: flex; flex-direction: column; padding: 25px; background: var(--white); border: 1px solid rgba(24,50,41,.08); transition: .25s; }
.product-card:hover { border-color: #ff7a29; transform: translateY(-4px); box-shadow: 0 13px 35px rgba(122,24,48,.12); }
.product-card.hidden { display: none; }
.product-card.detailed { min-height: 340px; }
.product-use { margin: 0 0 8px !important; }
.product-use strong, .product-apps strong { color: var(--ink); }
.product-apps { margin: 0 !important; font-size: 12px !important; }
.product-call { display: inline-flex; margin-top: 12px; font-size: 12px; font-weight: 800; color: #c2410c; }
.product-type { width: fit-content; padding: 4px 8px; border-radius: 3px; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.product-type.natural { background: #e3f2df; color: #39794f; }
.product-type.synthetic { background: #f1e8db; color: #8b693a; }
.product-card h3 { margin: 30px 0 10px; font-size: 20px; letter-spacing: -.5px; }
.product-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-card small { margin-top: auto; padding-top: 20px; color: #c2410c; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; font-size: 9px; }
.trademark-note { margin: 22px 0 0; color: #7c847e; font-size: 10px; }

.finder-section { background: #7a1830; color: var(--white); }
.finder-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.finder-intro > p { max-width: 390px; color: #b8c9c0; }
.finder-steps { display: flex; align-items: center; width: 160px; margin-top: 40px; }
.finder-steps span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-size: 11px; }
.finder-steps span.active { background: var(--lime); border-color: var(--lime); color: var(--green); }
.finder-steps i { flex: 1; height: 1px; background: rgba(255,255,255,.25); }
.finder-card { min-height: 530px; padding: 34px; color: var(--ink); background: var(--white); box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.question-label { margin: 0 0 20px; font-weight: 800; }
.challenge-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.challenge-options button { min-height: 112px; position: relative; padding: 20px; text-align: left; background: #f4f6f1; border: 1px solid transparent; cursor: pointer; font-weight: 700; transition: .2s; }
.challenge-options button:hover { border-color: #6da47b; background: #eef7eb; }
.challenge-options button span { display: block; margin-bottom: 14px; color: #7f8d85; font-size: 9px; letter-spacing: 1px; }
.challenge-options button i { position: absolute; right: 16px; bottom: 15px; color: #3c905b; font-style: normal; }
.finder-result { display: none; padding: 30px; background: #fff3e4; }
.finder-result.visible { display: block; animation: fadeUp .35s ease both; }
.finder-result > span { color: #c2410c; font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.finder-result h3 { margin: 18px 0 10px; font-size: 32px; }
.finder-result p { color: var(--muted); }
.finder-result a { display: inline-flex; gap: 20px; padding: 13px 18px; margin-top: 12px; color: var(--white); background: var(--green); font-weight: 700; font-size: 13px; }
.finder-reset { display: block; margin-top: 20px; border: 0; background: transparent; text-decoration: underline; cursor: pointer; font-size: 11px; color: var(--muted); }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.why-visual { position: relative; min-height: 610px; }
.why-visual::before { content: ""; position: absolute; width: 76%; height: 85%; left: -25px; bottom: -25px; background: var(--mint); }
.why-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-badge { position: absolute; right: -28px; bottom: 45px; padding: 20px 25px; background: var(--green); color: var(--white); box-shadow: var(--shadow); }
.visual-badge strong, .visual-badge span { display: block; }
.visual-badge strong { color: var(--lime); font-size: 23px; }
.visual-badge span { font-size: 11px; }
.why-content .lead { color: var(--muted); font-size: 17px; line-height: 1.8; }
.why-list { margin-top: 38px; }
.why-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }
.why-list > div > span { color: #c2410c; font-size: 10px; font-weight: 800; }
.why-list h3 { margin: 0 0 5px; font-size: 17px; }
.why-list p { margin: 0; color: var(--muted); font-size: 13px; }

.process-section { padding-top: 90px; background: #fff1e2; }
.process-section .centered { margin-bottom: 55px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-item { min-height: 220px; padding: 26px 28px; border-left: 1px solid var(--line); }
.process-item:last-child { border-right: 1px solid var(--line); }
.process-item > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 40px; border: 1px solid #80a18e; border-radius: 50%; color: #44845a; font-size: 10px; }
.process-item h3 { margin-bottom: 9px; font-size: 18px; }
.process-item p { margin: 0; color: var(--muted); font-size: 13px; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.faq-intro > p { color: var(--muted); }
.faq-intro .text-link { margin-top: 15px; }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-item > button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; text-align: left; border: 0; background: none; cursor: pointer; font-weight: 800; }
.accordion-item button span { font-size: 22px; font-weight: 400; color: #c2410c; }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.accordion-body p { margin: 0; padding: 0 40px 26px 0; color: var(--muted); font-size: 14px; }
.accordion-item.active .accordion-body { max-height: 220px; }

.contact-section { padding: 110px 0; color: var(--white); background: #4a1020; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-copy > p { max-width: 530px; color: #f0c9b4; }
.direct-contact { margin-top: 38px; }
.direct-contact a { display: block; width: fit-content; margin-top: 17px; }
.direct-contact span, .direct-contact strong { display: block; }
.direct-contact span { color: #779789; font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; }
.direct-contact strong { font-size: 16px; }
.contact-form { padding: 38px; color: var(--ink); background: var(--white); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 11px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #d9dfd9; outline: none; background: #fafbf8; border-radius: 3px; font-size: 13px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #61a275; box-shadow: 0 0 0 3px rgba(97,162,117,.11); }
.contact-form textarea { resize: vertical; }
.contact-form > small { display: block; margin-top: 12px; text-align: center; color: #849089; font-size: 9px; }

footer { padding: 70px 0 22px; color: #f3d5c4; background: #2a0c14; }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .8fr 1.1fr; gap: 50px; padding-bottom: 50px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 280px; margin-top: 22px; color: #d9a88f; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.footer-links strong { margin-bottom: 10px; color: var(--white); font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a { color: #e7b7a0; }
.footer-links a:hover { color: var(--lime); }
.footer-contact a { overflow-wrap: anywhere; }
.whatsapp-link { margin-top: 10px; color: var(--lime)!important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #61776d; font-size: 10px; }
.floating-call {
  position: fixed;
  z-index: 30;
  left: 22px;
  bottom: 22px;
  min-width: 86px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0 16px;
  border-radius: 50px;
  background: var(--lime);
  color: var(--green);
  font-weight: 800;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
}
.page-hero {
  padding: 180px 0 70px;
  color: var(--white);
  background: linear-gradient(135deg, #6d1028, #c2410c);
}
.page-hero h1 { max-width: 820px; margin: 18px 0; font-size: clamp(40px, 5vw, 64px); letter-spacing: -2.8px; }
.page-hero p { max-width: 640px; color: #c9d9d1; }
.page-body { padding: 80px 0; }
.page-body h2 { font-size: 32px; letter-spacing: -1px; }
.page-body p, .page-body li { color: var(--muted); max-width: 760px; }
.page-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.page-cta .button-primary { color: var(--green); }

.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #25d366; box-shadow: 0 8px 28px rgba(0,0,0,.22); transition: .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 28px; fill: var(--white); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .hero-visual { min-height: 500px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .why-grid, .finder-grid, .contact-grid { gap: 55px; }
  .footer-top { grid-template-columns: 1.3fr .7fr .9fr; }
  .footer-contact { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 680px); }
  .site-header { position: absolute; }
  .nav-wrap { height: 74px; }
  .menu-toggle { width: 42px; height: 42px; display: block; z-index: 3; color: var(--green); background: var(--lime); border-radius: 6px; }
  .scrolled .menu-toggle { color: var(--green); }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px; color: var(--white)!important; background: var(--green); opacity: 0; visibility: hidden; transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; }
  .main-nav a { font-size: 19px; }
  .menu-open .menu-toggle { color: var(--white); }
  .hero { min-height: auto; padding: 168px 0 70px; }
  .hero-grid { grid-template-columns: 1fr; }
  .click-bar { gap: 8px; text-align: center; font-size: 12px; }
  .click-bar strong { display: none; }
  h1 { font-size: clamp(34px, 8vw, 48px); letter-spacing: -1.8px; }
  .food-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; min-height: 0; }
  .mosaic-card:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 220px; }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { min-height: auto; margin: 0; }
  .food-mosaic { min-height: 0; }
  .trust-row { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .trust-items { flex-wrap: wrap; gap: 12px 22px; }
  .section { padding: 85px 0; }
  .split-heading, .why-grid, .finder-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 45px; }
  .challenge-grid { grid-template-columns: 1fr; }
  .challenge-card { min-height: 320px; }
  .industry-display { grid-template-columns: 1fr; }
  .industry-image-wrap { min-height: 350px; }
  .industry-image-wrap::after { background: linear-gradient(0deg, #5a1224, transparent 55%); }
  .industry-content { padding: 42px 30px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .why-visual { min-height: 520px; margin-right: 20px; }
  .visual-badge { right: -15px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-item:nth-child(2) { border-right: 1px solid var(--line); }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 24px); }
  .hero { padding-top: 168px; }
  .click-bar span { font-size: 11.5px; }
  .mosaic-card { min-height: 158px; }
  .food-mosaic { min-height: 0; gap: 8px; }
  .mosaic-caption strong { font-size: 16px; }
  .eyebrow { max-width: 100%; font-size: 9px; letter-spacing: 1.5px; }
  h1 { font-size: clamp(30px, 9vw, 40px); letter-spacing: -1.4px; }
  .mobile-break { display: inline; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
  .hero-proof strong { font-size: 16px; }
  .hero-proof span { font-size: 10px; }
  .hero-visual { min-height: auto; }
  .hero-image { inset: 0 8px 20px 8px; border-radius: 90px 8px 90px 8px; }
  .note-top { top: 40px; right: 0; }
  .note-bottom { left: 0; bottom: 55px; }
  .ingredient-card { display: none; }
  .floating-call { left: 14px; bottom: 14px; }
  .trust-items { display: grid; grid-template-columns: 1fr 1fr; }
  .section-heading h2, .why-content h2, .finder-intro h2, .contact-copy h2, .faq-intro h2 { font-size: 38px; letter-spacing: -1.8px; }
  .challenge-card { padding: 28px 25px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 220px; }
  .portfolio-controls { align-items: flex-start; gap: 15px; flex-direction: column; }
  .challenge-options { grid-template-columns: 1fr; }
  .challenge-options button { min-height: 86px; }
  .finder-card { padding: 18px; }
  .why-visual { min-height: 400px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-item, .process-item:nth-child(2), .process-item:last-child { border: 0; border-top: 1px solid var(--line); }
  .process-item:last-child { border-bottom: 1px solid var(--line); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .floating-whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
  .reveal { opacity: 1; transform: none; }
}
