:root {
  --ink: #202020;
  --cream: #eeeeec;
  --paper: #fafafa;
  --green: #353535;
  --lime: #dededb;
  --orange: #a6a6a3;
  --line: rgba(32, 32, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.site-header {
  height: 88px;
  padding: 0 clamp(24px, 5vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, .9);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; }
.brand img { display: block; width: 128px; height: 59px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 500; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .55; }
.nav-cta { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 99px; }
.menu-toggle { display: none; }
.hero {
  min-height: calc(100vh - 88px);
  padding: clamp(80px, 10vw, 145px) clamp(24px, 7.5vw, 120px) 120px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(90deg, rgba(18,18,18,.94) 0%, rgba(25,25,25,.77) 39%, rgba(20,20,20,.18) 71%),
    url("assets/fmcg-distribution-hero.png") center/cover no-repeat;
  background-blend-mode: normal, luminosity;
}
.eyebrow {
  margin: 0 0 24px;
  font: 700 11px/1 "Manrope", sans-serif;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--green);
}
.hero h1, h2 {
  margin: 0; font-family: "Manrope", sans-serif;
  font-weight: 700; letter-spacing: -.055em;
}
.hero-copy { position: relative; z-index: 2; max-width: 820px; }
.hero .eyebrow { color: #e5e5e2; }
.hero h1 { font-size: clamp(52px, 6.8vw, 104px); line-height: .94; }
.hero h1 em { color: #d8d8d5; font-style: normal; }
.hero-intro { max-width: 560px; margin: 32px 0 38px; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.58; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; gap: 38px; align-items: center; padding: 16px 22px; border-radius: 99px; font-weight: 600; }
.button.primary { color: white; background: #2d2d2d; border: 1px solid #2d2d2d; }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.65); }
.text-link { display: inline-flex; gap: 18px; align-items: center; padding-bottom: 6px; font-weight: 600; border-bottom: 1px solid; }
.hero-strip {
  position: absolute; z-index: 2; left: 0; right: 0; bottom: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255,255,255,.3);
  background: rgba(24,24,24,.68); backdrop-filter: blur(12px);
}
.hero-strip span { padding: 25px clamp(24px, 5vw, 70px); border-right: 1px solid rgba(255,255,255,.22); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: clamp(80px, 10vw, 150px) clamp(24px, 7.5vw, 120px); }
.intro { background: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
h2 { font-size: clamp(43px, 5.4vw, 80px); line-height: 1.03; }
.intro-body { padding-top: 38px; max-width: 590px; }
.intro-body p { font-size: 19px; line-height: 1.65; color: rgba(23,36,29,.72); }
.intro-body .text-link { margin-top: 24px; }
.categories { display: grid; grid-template-columns: repeat(4,1fr); background: var(--paper); border-top: 1px solid var(--line); }
.categories article { min-height: 330px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: .25s ease; }
.categories article:hover { background: #e8e8e6; }
.categories article > span { font-size: 10px; color: var(--green); letter-spacing: .16em; }
.category-icon { margin: auto 0 34px; font: 400 75px/1 "Manrope"; color: var(--green); }
.categories h3 { margin: 0 0 10px; font: 700 24px/1.1 "Manrope"; letter-spacing: -.03em; }
.categories p { margin: 0; max-width: 270px; color: rgba(23,36,29,.65); line-height: 1.55; }
.brands { color: var(--ink); background: #f7f7f5; padding-top: clamp(70px, 8vw, 110px); padding-bottom: clamp(70px, 8vw, 110px); }
.light { color: #c8c8c5; }
.section-heading { display: grid; grid-template-columns: 1fr 300px; gap: 60px; align-items: end; margin-bottom: 70px; }
.section-heading > p { color: rgba(32,32,32,.62); line-height: 1.6; }
.brand-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.logo-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; border: 0; }
.brand-grid article { min-height: 245px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s,color .25s; }
.brand-grid article:hover { color: var(--ink); background: #dededb; }
.brand-grid span { font-size: 10px; letter-spacing: .15em; opacity: .7; }
.brand-grid h3 { margin: auto 0 8px; font: 700 30px/1 "Manrope"; letter-spacing: -.04em; }
.brand-grid p { margin: 0; font-size: 14px; opacity: .65; }
.brand-logo-card {
  min-height: 188px;
  padding: 18px;
  color: #202020;
  background: white;
  border: 1px solid rgba(32,32,32,.08);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(32,32,32,.06);
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logo-grid .brand-logo-card {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(32,32,32,.08);
}
.brand-logo-card:hover {
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 18px 42px rgba(32,32,32,.1);
}
.brand-logo-card span { color: #6c6c68; opacity: 1; }
.brand-logo-frame {
  width: 100%;
  height: 82px;
  margin: 0 0 14px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.brand-logo-frame img {
  display: block;
  width: 100%;
  max-width: 124px;
  max-height: 62px;
  object-fit: contain;
}
.brand-logo-card:nth-child(3) .brand-logo-frame img,
.brand-logo-card:nth-child(5) .brand-logo-frame img {
  max-width: 92px;
  max-height: 66px;
}
.brand-logo-card:nth-child(4) .brand-logo-frame img {
  max-width: 146px;
}
.brand-logo-card h3 {
  margin: 0;
  color: rgba(32,32,32,.76);
  font: 700 15px/1.2 "Manrope";
  letter-spacing: -.02em;
}
.brand-logo-card p { color: rgba(32,32,32,.62); opacity: 1; }
.more-card { background: rgba(255,255,255,.05); }
.service { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--paper); }
.service-statement { position: sticky; top: 150px; align-self: start; }
.about-lead { max-width: 570px; margin-top: 28px; color: rgba(23,36,29,.65); font-size: 18px; line-height: 1.65; }
.principles article { display: grid; grid-template-columns: 50px 1fr; gap: 26px; padding: 36px 0; border-top: 1px solid var(--line); }
.principles article:last-child { border-bottom: 1px solid var(--line); }
.principles span { font-size: 11px; color: var(--green); }
.principles h3 { margin: 0 0 12px; font: 700 25px/1.1 "Manrope"; letter-spacing: -.03em; }
.principles p { margin: 0; color: rgba(23,36,29,.65); line-height: 1.6; }
.contact { color: white; background: var(--ink); }
.contact h2 { color: #d8d8d5; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1.4fr; gap: 0; margin-top: 75px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-grid > * { padding: 28px 28px 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); position: relative; }
.contact-grid small { display: block; margin-bottom: 18px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.contact-grid strong { font-size: 16px; line-height: 1.55; }
.contact-grid span { position: absolute; top: 28px; right: 28px; }
.customer-card strong { color: #f2f2ef; }
.page-hero {
  padding: clamp(90px, 11vw, 160px) clamp(24px, 7.5vw, 120px);
  background: linear-gradient(135deg, #f7f7f5 0%, #ececea 62%, #d9d9d6 100%);
}
.page-hero h1 {
  max-width: 960px;
  margin: 0;
  font: 700 clamp(54px, 7vw, 108px)/.94 "Manrope", sans-serif;
  letter-spacing: -.06em;
}
.page-hero h1 em { color: #686866; font-style: normal; }
.page-hero > p:not(.eyebrow) {
  max-width: 650px;
  margin: 30px 0 36px;
  color: rgba(32,32,32,.68);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.6;
}
.button.secondary.dark { color: var(--ink); border-color: rgba(32,32,32,.35); }
.contact-page-hero {
  background:
    linear-gradient(135deg, rgba(250,250,248,.96) 0%, rgba(238,238,236,.92) 55%, rgba(216,216,213,.82) 100%),
    url("assets/fmcg-distribution-hero.png") center/cover no-repeat;
}
.contact-page {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(40px, 8vw, 120px);
  background: #f7f7f5;
}
.contact-panel {
  position: sticky;
  top: 140px;
  align-self: start;
}
.contact-panel p:not(.eyebrow) {
  max-width: 510px;
  color: rgba(32,32,32,.64);
  font-size: 18px;
  line-height: 1.7;
}
.contact-list {
  display: grid;
  gap: 14px;
}
.contact-list > * {
  min-height: 132px;
  padding: 26px 28px;
  display: block;
  position: relative;
  background: white;
  border: 1px solid rgba(32,32,32,.1);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(32,32,32,.06);
}
.contact-list small {
  display: block;
  margin-bottom: 20px;
  color: rgba(32,32,32,.5);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.contact-list strong {
  display: block;
  max-width: 620px;
  font: 700 clamp(19px, 2vw, 28px)/1.28 "Manrope";
  letter-spacing: -.03em;
}
.contact-list span {
  position: absolute;
  top: 26px;
  right: 28px;
}
.recipe-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
  background: var(--paper);
}
.recipe-intro > p {
  margin: 44px 0 0;
  color: rgba(32,32,32,.66);
  font-size: 19px;
  line-height: 1.7;
}
.recipe-brand-picker {
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(60px, 8vw, 100px);
  background: #f7f7f5;
}
.recipe-brand-card {
  width: min(430px, 100%);
  min-height: 250px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(32,32,32,.1);
  border-radius: 24px;
  box-shadow: 0 18px 48px rgba(32,32,32,.08);
  cursor: pointer;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.recipe-brand-card:hover,
.recipe-brand-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(32,32,32,.24);
  box-shadow: 0 24px 62px rgba(32,32,32,.13);
}
.recipe-brand-card span,
.recipe-brand-card small {
  color: rgba(32,32,32,.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.recipe-brand-card img {
  width: min(260px, 82%);
  max-height: 110px;
  object-fit: contain;
}
.recipe-brand-card strong {
  font: 700 28px/1 "Manrope";
  letter-spacing: -.04em;
}
.brand-recipes {
  display: none;
  background: var(--paper);
}
.brand-recipes.is-visible { display: block; }
.recipe-heading { margin-bottom: 42px; }
.recipe-poster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.recipe-poster-card {
  overflow: hidden;
  background: white;
  border: 1px solid rgba(32,32,32,.1);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(32,32,32,.08);
}
.recipe-poster-card img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.recipe-poster-card div {
  padding: 24px 26px 28px;
}
.recipe-poster-card h3 {
  margin: 0;
  font: 700 clamp(24px, 2.6vw, 34px)/1.05 "Manrope";
  letter-spacing: -.045em;
}
.recipe-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--cream);
}
.recipe-grid article {
  min-height: 360px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.recipe-grid article > span {
  color: #777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
}
.recipe-tag {
  margin: auto 0 18px;
  color: #6d6d69;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.recipe-grid h3 {
  margin: 0 0 14px;
  font: 700 29px/1.05 "Manrope";
  letter-spacing: -.04em;
}
.recipe-grid h3 + p {
  margin: 0;
  color: rgba(32,32,32,.62);
  line-height: 1.6;
}
.recipe-contact .contact-grid { grid-template-columns: repeat(3, 1fr); }
footer { padding: 42px clamp(24px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--cream); font-size: 12px; }
footer p { opacity: .55; }
.footer-brand img { width: 120px; height: 55px; }
.footer-social { display: flex; align-items: center; gap: 12px; }
.footer-social a {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f2f2f;
  background: rgba(255,255,255,.62);
  border: 1px solid rgba(32,32,32,.12);
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  background: white;
  border-color: rgba(32,32,32,.28);
}
.footer-social svg { width: 19px; height: 19px; fill: currentColor; }
.footer-social span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.floating-enquiry {
  position: fixed; z-index: 18; right: 0; top: 44%;
  padding: 15px 12px; color: white; background: #3a3a3a;
  writing-mode: vertical-rl; text-transform: uppercase;
  font: 700 10px/1 "Manrope"; letter-spacing: .13em;
  box-shadow: 0 8px 30px rgba(23,36,29,.15);
}
.floating-enquiry span { margin-top: 9px; }
@media (max-width: 900px) {
  .site-header { height: 76px; }
  .menu-toggle { display: block; background: none; border: 0; font: 600 13px "DM Sans"; }
  nav { display: none; position: absolute; top: 76px; left: 0; right: 0; padding: 28px; flex-direction: column; align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  .hero { min-height: 780px; padding-bottom: 150px; background-position: 62% center; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero-strip span { padding: 12px 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .intro,.service { grid-template-columns: 1fr; }
  .service-statement { position: static; }
  .categories { grid-template-columns: 1fr 1fr; }
  .brand-grid { grid-template-columns: 1fr 1fr; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .contact-grid { grid-template-columns: 1fr; }
  .recipe-intro { grid-template-columns: 1fr; }
  .recipe-poster-grid { grid-template-columns: 1fr; }
  .recipe-grid { grid-template-columns: 1fr 1fr; }
  .recipe-contact .contact-grid { grid-template-columns: 1fr; }
  .contact-page { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
}
@media (max-width: 560px) {
  .hero h1 { font-size: 52px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 720px; padding-top: 70px; background-position: 66% center; }
  .hero::before { content: ""; position: absolute; inset: 0; background: rgba(10,25,17,.24); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .categories { grid-template-columns: 1fr; }
  .categories article { min-height: 250px; }
  .category-icon { margin-top: 45px; }
  .brand-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: 1fr; }
  .brand-grid article { min-height: 200px; }
  .logo-grid .brand-logo-card { min-height: 150px; }
  .page-hero h1 { font-size: 52px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .recipe-grid article { min-height: 270px; }
  footer { flex-direction: column; align-items: flex-start; }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: rise .8s ease both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } }
}
