:root {
  --green-950: #08291f;
  --green-900: #0c3529;
  --green-800: #124737;
  --green-700: #1e654e;
  --orange: #ff6b24;
  --orange-soft: #ff9b61;
  --lime: #d8ee84;
  --cream: #f6f3e9;
  --paper: #fffdf7;
  --ink: #11231d;
  --muted: #66736e;
  --line: rgba(17, 35, 29, 0.14);
  --container: 1240px;
  --pad: clamp(20px, 4vw, 56px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(100%, var(--container)); margin-inline: auto; padding-inline: var(--pad); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px;
  background: var(--cream); color: var(--green-950); transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.16); transition: background .3s, color .3s, border .3s;
}
.site-header.scrolled {
  color: var(--ink); background: rgba(255,253,247,.94); border-color: var(--line);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: none; }
.brand-mark {
  display: grid; place-items: center; width: 38px; height: 38px; border: 1.5px solid currentColor;
  border-radius: 50%; font-weight: 800; font-size: 17px; letter-spacing: -.06em;
}
.brand-name { font-size: 15px; letter-spacing: .08em; white-space: nowrap; }
.brand-name b { font-weight: 800; }
.site-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-nav a { font-size: 14px; color: inherit; opacity: .82; transition: opacity .2s; }
.site-nav a:hover, .site-nav a:focus-visible { opacity: 1; }
.header-cta {
  display: inline-flex; align-items: center; gap: 12px; padding: 11px 17px;
  border: 1px solid rgba(255,255,255,.42); font-size: 14px; transition: .2s;
}
.site-header.scrolled .header-cta { border-color: var(--line); }
.header-cta:hover { color: #fff; background: var(--orange); border-color: var(--orange); }
.menu-toggle { display: none; }

.hero {
  position: relative; min-height: 800px; height: min(900px, 100svh); color: #fff;
  background: var(--green-950); overflow: hidden;
}
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 59% center; }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(5,31,24,.96) 0%, rgba(5,31,24,.84) 34%, rgba(5,31,24,.24) 65%, rgba(5,31,24,.08) 100%),
    linear-gradient(0deg, rgba(5,31,24,.68) 0%, transparent 38%);
}
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
.hero-copy { width: min(720px, 67%); padding: 96px 0 116px; }
.eyebrow, .section-kicker {
  margin: 0 0 22px; font-size: 12px; line-height: 1.3; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.76); }
.eyebrow span { width: 30px; height: 1px; background: var(--orange); }
.hero h1, .section h2, .contact h2, .quality-copy h2 {
  margin: 0; font-weight: 570; letter-spacing: -.055em; line-height: .96;
}
.hero h1 { font-size: clamp(54px, 7.2vw, 108px); max-width: 900px; }
.hero h1 em, .geography h2 em, .contact h2 em {
  color: var(--orange-soft); font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; letter-spacing: -.045em;
}
.hero-lead { max-width: 600px; margin: 32px 0 0; font-size: clamp(18px, 1.6vw, 22px); color: rgba(255,255,255,.76); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 26px;
  padding: 13px 20px; border: 1px solid transparent; font-size: 15px; font-weight: 650; transition: .2s;
}
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: #ff7c3e; transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.35); color: #fff; }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }
.hero-note {
  position: absolute; right: var(--pad); bottom: 148px; width: 250px; padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.45); display: grid; grid-template-columns: 40px 1fr; gap: 14px;
}
.hero-note-index { color: var(--orange-soft); font-size: 12px; letter-spacing: .12em; }
.hero-note p { margin: 0; font-size: 14px; color: rgba(255,255,255,.83); }
.hero-facts {
  position: absolute; z-index: 3; inset: auto 0 0; border-top: 1px solid rgba(255,255,255,.18);
  background: rgba(6,38,29,.68); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px);
}
.facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 22px; padding-bottom: 22px; }
.facts-grid div { min-width: 0; padding-right: 20px; }
.facts-grid div + div { padding-left: 26px; border-left: 1px solid rgba(255,255,255,.18); }
.facts-grid strong { display: block; font-size: 18px; font-weight: 650; letter-spacing: -.02em; }
.facts-grid span { color: rgba(255,255,255,.57); font-size: 12px; }

.section { padding: clamp(88px, 11vw, 150px) 0; }
.section-kicker { color: var(--green-700); }
.section-kicker.light { color: var(--lime); }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; align-items: end; margin-bottom: 64px; }
.section-heading .section-kicker { grid-column: 1 / -1; }
.section-heading h2, .geography h2, .contact h2, .quality-copy h2 {
  font-size: clamp(46px, 5.1vw, 76px);
}
.section-heading > p:last-child { max-width: 460px; margin: 0 0 5px; color: var(--muted); font-size: 18px; }

.assortment { background: var(--paper); }
.category-list { border-top: 1px solid var(--line); }
.category-row {
  position: relative; display: grid; grid-template-columns: 70px minmax(190px, .8fr) 1.4fr 110px;
  gap: 30px; align-items: center; min-height: 118px; border-bottom: 1px solid var(--line); overflow: hidden;
}
.category-row::before {
  content: ""; position: absolute; inset: 0; background: var(--green-900); transform: scaleY(0);
  transform-origin: bottom; transition: transform .35s cubic-bezier(.2,.8,.2,1); z-index: 0;
}
.category-row > * { position: relative; z-index: 1; }
.category-row:hover::before { transform: scaleY(1); }
.category-row:hover { color: #fff; }
.category-index { font-size: 12px; color: var(--muted); letter-spacing: .14em; }
.category-row:hover .category-index { color: var(--lime); }
.category-row h3 { margin: 0; font-size: clamp(26px, 3vw, 40px); font-weight: 570; letter-spacing: -.04em; }
.category-row p { margin: 0; color: var(--muted); font-size: 16px; transition: color .2s; }
.category-row:hover p { color: rgba(255,255,255,.67); }
.category-accent { width: 58px; height: 58px; justify-self: end; border-radius: 50%; transition: transform .35s; }
.category-row:hover .category-accent { transform: scale(1.18) rotate(12deg); }
.category-accent::after { content: ""; display: block; width: 100%; height: 50%; border-bottom: 1px solid rgba(255,255,255,.68); transform: rotate(-25deg); }
.citrus { background: #ff791f; }
.fruit { background: #c93838; }
.vegetables { background: #69a653; }
.berries { background: #673a89; }
.greens { background: #237a53; }
.melons { background: #efc94c; }

.geography { color: #fff; background: var(--green-900); overflow: hidden; }
.geography-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 8vw, 110px); align-items: center; }
.geo-copy > p:not(.section-kicker) { max-width: 570px; margin: 30px 0 34px; color: rgba(255,255,255,.65); font-size: 18px; }
.origin-list { display: flex; flex-wrap: wrap; gap: 8px; }
.origin-list span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); font-size: 13px; }
.route-card { position: relative; aspect-ratio: 1; max-width: 560px; margin-left: auto; }
.route-orbit { position: absolute; border: 1px solid rgba(216,238,132,.25); border-radius: 50%; }
.orbit-one { inset: 7%; }
.orbit-two { inset: 24%; border-color: rgba(255,255,255,.19); }
.orbit-one::before, .orbit-two::after {
  content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--orange);
}
.orbit-one::before { top: 14%; right: 13%; box-shadow: 0 0 0 7px rgba(255,107,36,.15); }
.orbit-two::after { bottom: 8%; left: 25%; background: var(--lime); box-shadow: 0 0 0 7px rgba(216,238,132,.1); }
.route-core {
  position: absolute; inset: 36%; display: grid; place-content: center; text-align: center;
  border-radius: 50%; background: var(--orange); box-shadow: 0 0 80px rgba(255,107,36,.2);
}
.route-core span { font-size: 11px; letter-spacing: .18em; }
.route-core strong { display: block; font-size: 19px; }
.route-node {
  position: absolute; padding: 10px 13px; border-left: 2px solid var(--lime);
  background: rgba(8,41,31,.8); color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.35;
}
.node-1 { left: 0; top: 29%; }
.node-2 { right: 1%; bottom: 27%; }
.node-3 { left: 14%; bottom: 5%; }

.process { background: var(--cream); }
.process-heading { align-items: start; }
.process-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid li { min-height: 270px; padding: 26px 26px 20px 0; border-bottom: 1px solid var(--line); }
.process-grid li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.process-grid span { color: var(--orange); font-size: 12px; letter-spacing: .15em; }
.process-grid h3 { margin: 78px 0 10px; font-size: 25px; font-weight: 600; letter-spacing: -.035em; }
.process-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.quality-panel { padding: 0 0 clamp(88px, 11vw, 150px); background: var(--cream); }
.quality-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 610px; }
.quality-image { position: relative; overflow: hidden; min-height: 520px; }
.quality-image img { width: 100%; height: 100%; object-fit: cover; object-position: 78% center; transform: scale(1.16); }
.quality-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,41,31,.55), transparent 55%); }
.quality-image > span {
  position: absolute; z-index: 2; left: 28px; bottom: 24px; color: #fff; font-size: 12px;
  letter-spacing: .15em; text-transform: uppercase;
}
.quality-copy { padding: clamp(45px, 6vw, 82px); color: #fff; background: var(--green-950); }
.quality-copy h2 { max-width: 590px; font-size: clamp(40px, 4.5vw, 66px); }
.quality-points { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.18); }
.quality-points div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.quality-points span { color: var(--orange-soft); font-size: 11px; letter-spacing: .12em; }
.quality-points p { margin: 0; color: rgba(255,255,255,.8); }

.contact { padding: clamp(90px, 11vw, 150px) 0; color: #fff; background: var(--orange); }
.contact-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(50px, 10vw, 150px); }
.contact .section-kicker { color: var(--green-950); }
.contact h2 { max-width: 760px; }
.contact h2 em { color: var(--green-950); }
.contact-intro > p:not(.section-kicker) { max-width: 590px; margin: 30px 0 0; font-size: 18px; color: rgba(255,255,255,.82); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 38px; }
.button-light { color: var(--green-950); background: #fff; }
.button-light:hover { transform: translateY(-2px); background: var(--cream); }
.phone-link { font-weight: 650; border-bottom: 1px solid rgba(255,255,255,.55); }
.contact-details { padding-top: 35px; }
.email-link { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.38); font-size: clamp(22px, 2.2vw, 32px); letter-spacing: -.03em; }
.address-list article { padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.address-list span { display: block; margin-bottom: 8px; color: var(--green-950); font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.address-list p { margin: 0; color: rgba(255,255,255,.88); }

.site-footer { padding: 30px 0; color: rgba(255,255,255,.7); background: var(--green-950); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { color: #fff; }
.site-footer p, .site-footer > a { font-size: 13px; }
.site-footer a:last-child { font-size: 13px; border-bottom: 1px solid rgba(255,255,255,.28); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .header-cta { display: none; }
  .hero-copy { width: 78%; }
  .hero-note { display: none; }
  .geography-grid { grid-template-columns: 1.08fr .92fr; gap: 35px; }
  .category-row { grid-template-columns: 50px minmax(170px,.7fr) 1.3fr 70px; gap: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid li:nth-child(3) { border-left: 0; padding-left: 0; }
  .quality-grid { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 68px; }
  .header-inner { height: 68px; }
  .menu-toggle {
    display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; margin-left: auto;
    border: 0; color: currentColor; background: transparent; cursor: pointer;
  }
  .menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1.5px; background: currentColor; transition: .25s; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }
  .site-nav {
    position: fixed; inset: 68px 0 0; display: flex; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 34px var(--pad); color: var(--ink); background: var(--paper);
    transform: translateX(100%); transition: transform .3s ease;
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { width: 100%; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 22px; opacity: 1; }
  .hero { min-height: 760px; height: 100svh; }
  .hero-media img { object-position: 67% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,31,24,.95), rgba(5,31,24,.45)), linear-gradient(0deg, rgba(5,31,24,.85), transparent 50%); }
  .hero-inner { align-items: flex-start; }
  .hero-copy { width: 100%; padding-top: 142px; }
  .hero h1 { font-size: clamp(47px, 14vw, 69px); }
  .hero-lead { margin-top: 25px; font-size: 17px; }
  .hero-actions { margin-top: 28px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { position: absolute; }
  .facts-grid { grid-template-columns: 1fr 1fr; row-gap: 18px; padding-block: 17px; }
  .facts-grid div + div { padding-left: 16px; }
  .facts-grid div:nth-child(3) { padding-left: 0; border-left: 0; }
  .facts-grid strong { font-size: 15px; }
  .section-heading { display: block; margin-bottom: 45px; }
  .section-heading > p:last-child { margin-top: 25px; font-size: 16px; }
  .category-row { grid-template-columns: 35px 1fr 48px; gap: 14px; min-height: 104px; }
  .category-row p { display: none; }
  .category-accent { width: 43px; height: 43px; }
  .geography-grid, .quality-grid, .contact-grid { grid-template-columns: 1fr; }
  .route-card { width: 100%; max-width: 490px; margin: 18px auto 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li, .process-grid li:nth-child(3) { min-height: auto; padding: 24px 0 28px; border-left: 0; }
  .process-grid h3 { margin: 32px 0 8px; }
  .quality-grid { padding-inline: 0; }
  .quality-image { min-height: 430px; }
  .quality-copy { padding: 52px var(--pad) 58px; }
  .contact-details { padding-top: 0; }
  .footer-inner { flex-wrap: wrap; }
  .footer-inner p { order: 3; flex-basis: 100%; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 47px; }
  .eyebrow { font-size: 10px; letter-spacing: .13em; }
  .hero-copy { padding-top: 118px; }
  .hero-facts { display: none; }
  .section-heading h2, .geography h2, .contact h2, .quality-copy h2 { font-size: 42px; }
  .route-node { font-size: 10px; }
  .node-1 { left: -2%; }
  .node-2 { right: -2%; }
  .contact-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
