:root {
  color-scheme: light;
  --ink: #243b53;
  --muted: #61758a;
  --line: #d9e2ec;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --teal: #1f7a8c;
  --green: #5b8c85;
  --coral: #e26d5c;
  --gold: #f7b267;
  --shadow: 0 24px 70px rgba(36, 59, 83, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(36, 59, 83, .045) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(180deg, #fbfdff 0%, #fffaf3 48%, #f5fbfa 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

a,
button,
.contact-panel a {
  transition:
    color .18s ease,
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .22s ease,
    transform .22s ease,
    opacity .18s ease;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(217, 226, 236, 0.8);
  backdrop-filter: blur(18px);
}

.brand,
.nav,
.language-switcher,
.hero-actions,
.metrics,
.process-list,
.contact-panel {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-weight: 800;
}

.brand-logo {
  display: block;
  width: clamp(150px, 16vw, 210px);
  height: 54px;
  object-fit: contain;
  object-position: left center;
  transition: transform .22s ease, opacity .18s ease;
}

.brand:hover .brand-logo {
  opacity: .92;
  transform: translateY(-1px);
}

.nav {
  justify-content: center;
  gap: clamp(12px, 2vw, 26px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav a {
  position: relative;
  padding: 8px 2px;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--teal);
  opacity: 0;
  transform: scaleX(.45);
  transform-origin: center;
  transition: opacity .18s ease, transform .22s ease;
}

.nav a:hover {
  color: var(--teal);
}

.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.language-switcher {
  gap: 6px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
}

.lang-button {
  min-height: 34px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
}

.lang-button:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, .72);
}

.lang-button.active {
  color: var(--paper);
  background: var(--teal);
}

:focus-visible {
  outline: 3px solid rgba(247, 178, 103, .72);
  outline-offset: 3px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 76px) 38px;
}

.global-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(420px, 1.16fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(52px, 7vw, 94px) clamp(18px, 5vw, 76px) 42px;
  overflow: hidden;
  isolation: isolate;
}

.global-hero::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: min(42vw, 620px);
  background:
    linear-gradient(rgba(255, 255, 255, .62), rgba(255, 255, 255, .28)),
    url("assets/continents/egypt-garlic-detail.png") center / cover;
  opacity: .18;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
}

.global-hero::after {
  content: "ORIGIN TO U.S. MARKET";
  position: absolute;
  left: clamp(18px, 5vw, 76px);
  bottom: 24px;
  z-index: -1;
  color: rgba(36, 59, 83, .055);
  font-size: clamp(48px, 10vw, 156px);
  font-weight: 900;
  line-height: .82;
  letter-spacing: 0;
  white-space: nowrap;
}

.global-hero-copy {
  max-width: 740px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 4px solid var(--coral);
}

.global-hero-copy .eyebrow {
  color: var(--teal);
}

.global-map {
  position: relative;
  overflow: hidden;
  margin-top: clamp(18px, 4vw, 54px);
  border: 1px solid rgba(36, 59, 83, .12);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.86), rgba(255,255,255,.56)),
    radial-gradient(circle at 18% 22%, rgba(31, 122, 140, .13), transparent 28%),
    radial-gradient(circle at 78% 42%, rgba(247, 178, 103, .14), transparent 26%),
    linear-gradient(135deg, #eaf6fb 0%, #f5fbfa 48%, #fff7e8 100%);
  box-shadow: 0 30px 80px rgba(36, 59, 83, .12);
}

.global-map::before {
  content: "global desk";
  position: absolute;
  left: 18px;
  top: 16px;
  z-index: 3;
  color: rgba(36, 59, 83, .56);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.global-map::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(36, 59, 83, .08);
  pointer-events: none;
}

.global-map img {
  display: block;
  width: 100%;
  aspect-ratio: 2048 / 1039;
  opacity: .82;
  mix-blend-mode: multiply;
}

.map-pin {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 8px rgba(226, 109, 92, .18);
}

.pin-north-america { left: 18%; top: 36%; }
.pin-south-america { left: 32%; top: 70%; background: var(--teal); box-shadow: 0 0 0 8px rgba(31, 122, 140, .18); }
.pin-europe { left: 51%; top: 31%; background: var(--gold); box-shadow: 0 0 0 8px rgba(247, 178, 103, .2); }
.pin-asia { left: 72%; top: 39%; background: var(--green); box-shadow: 0 0 0 8px rgba(91, 140, 133, .18); }
.pin-africa { left: 53%; top: 61%; }
.pin-oceania { left: 82%; top: 73%; background: var(--ink); box-shadow: 0 0 0 8px rgba(36, 59, 83, .16); }

.global-intro p {
  max-width: 1180px;
}

.continent-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.continent-card {
  position: relative;
  display: flex;
  grid-column: span 4;
  min-height: 310px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(217, 226, 236, .86);
  border-radius: 0;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 14px 42px rgba(36, 59, 83, .1);
  isolation: isolate;
}

.continent-card::before,
.continent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
}

.continent-card::before {
  background: var(--continent-image) center / cover;
  transform: scale(1);
  transition: transform .42s ease, filter .28s ease;
}

.continent-card::after {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(36, 59, 83, .18) 0%, rgba(36, 59, 83, .78) 72%),
    linear-gradient(90deg, rgba(36, 59, 83, .36), rgba(36, 59, 83, .05));
}

.continent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(36, 59, 83, .18);
}

.continent-card:hover::before {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.continent-card span {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.continent-card h3 {
  max-width: 420px;
  margin-bottom: 14px;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.08;
}

.continent-card p {
  max-width: 420px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.62;
}

.continent-card:nth-child(1) {
  grid-column: span 5;
  min-height: 300px;
}

.featured-continent {
  grid-column: span 7;
  min-height: 470px;
}

.continent-card:nth-child(3),
.continent-card:nth-child(4) {
  grid-column: span 6;
  min-height: 280px;
}

.continent-card:nth-child(5) {
  grid-column: span 7;
  min-height: 360px;
}

.continent-card:nth-child(6) {
  grid-column: span 5;
  min-height: 360px;
}

.continent-card .card-action,
.continent-card::marker {
  display: none;
}

.continent-card span::after {
  content: " / Open";
  color: var(--gold);
  opacity: 0;
  transition: opacity .2s ease;
}

.continent-card:hover span::after {
  opacity: 1;
}

.continent-north-america { --continent-image: url("assets/continents/north-america.jpg"); }
.continent-south-america { --continent-image: url("assets/argentina-garlic-field.jpg"); }
.continent-europe { --continent-image: url("assets/continents/europe.jpg"); }
.continent-asia { --continent-image: url("assets/continents/asia.jpg"); }
.continent-africa { --continent-image: url("assets/continents/egypt-garlic-hero.png"); }
.continent-oceania { --continent-image: url("assets/continents/oceania.jpg"); }

.continent-page-hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  padding: clamp(120px, 14vw, 190px) clamp(18px, 5vw, 76px) clamp(54px, 8vw, 96px);
  color: #fff;
  background: var(--ink);
  isolation: isolate;
}

.continent-page-hero::before,
.continent-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
}

.continent-page-hero::before {
  z-index: -2;
  background: var(--region-bg) center / cover;
}

.continent-page-hero::after {
  z-index: -1;
  background: linear-gradient(90deg, rgba(36, 59, 83, .88), rgba(36, 59, 83, .34));
}

.continent-page-hero > div {
  max-width: 900px;
}

.continent-page-hero .eyebrow {
  color: var(--gold);
}

.continent-page-hero .hero-text {
  color: rgba(255, 255, 255, .78);
}

.continent-page-north-america { --region-bg: url("assets/continents/north-america.jpg"); }
.continent-page-europe { --region-bg: url("assets/continents/europe.jpg"); }
.continent-page-asia { --region-bg: url("assets/continents/asia.jpg"); }
.continent-page-africa { --region-bg: url("assets/continents/egypt-garlic-hero.png"); }
.continent-page-oceania { --region-bg: url("assets/continents/oceania.jpg"); }

.empty-region {
  background: var(--paper);
}

.africa-hero {
  min-height: calc(100vh - 82px);
  align-items: end;
  padding-bottom: clamp(54px, 8vw, 96px);
}

.africa-hero::before {
  background-position: center;
  filter: saturate(1.06) contrast(1.04);
  transform: scale(1.02);
}

.africa-hero::after {
  background:
    linear-gradient(90deg, rgba(20, 28, 38, .9), rgba(36, 59, 83, .42) 48%, rgba(36, 59, 83, .1)),
    linear-gradient(0deg, rgba(20, 28, 38, .82), transparent 48%);
}

.africa-hero-copy {
  max-width: 860px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 4px solid var(--gold);
}

.africa-program {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(68px, 9vw, 124px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(247, 178, 103, .12) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fffaf3, #ffffff 58%, #f5fbfa);
}

.africa-program::before {
  content: "EGYPT";
  position: absolute;
  right: -2vw;
  top: clamp(22px, 5vw, 54px);
  color: rgba(36, 59, 83, .055);
  font-size: clamp(90px, 16vw, 230px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: 0;
}

.africa-program-text {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.africa-program-text p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.africa-product-panel {
  position: relative;
  z-index: 1;
  margin: 0;
}

.africa-product-panel img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  box-shadow: 0 26px 80px rgba(36, 59, 83, .18);
}

.africa-product-panel::before {
  content: "";
  position: absolute;
  inset: -18px 18px 18px -18px;
  z-index: -1;
  border: 1px solid rgba(36, 59, 83, .18);
}

.africa-operations {
  display: grid;
  grid-template-columns: minmax(240px, .35fr) minmax(0, .65fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(66px, 8vw, 108px) clamp(18px, 5vw, 76px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(36, 59, 83, .97), rgba(36, 59, 83, .88)),
    url("assets/continents/egypt-garlic-hero.png") center / cover;
}

.africa-operations .eyebrow {
  color: var(--gold);
}

.africa-operations-heading {
  position: sticky;
  top: 112px;
  align-self: start;
}

.africa-operation-list {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.africa-operation-list article {
  display: grid;
  grid-template-columns: 68px minmax(160px, .35fr) minmax(0, .65fr);
  gap: clamp(16px, 3vw, 34px);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.africa-operation-list span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.africa-operation-list h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.africa-operation-list p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.south-hero {
  align-items: end;
  min-height: calc(100vh - 82px);
  padding-bottom: clamp(62px, 8vw, 104px);
  background: var(--ink);
}

.south-hero::before {
  background: url("assets/gallery/argentina-field-mountains.webp") center / cover;
  filter: saturate(1.05) contrast(1.04);
  transform: scale(1.02);
}

.south-hero::after {
  background:
    linear-gradient(90deg, rgba(24, 40, 49, .92), rgba(36, 59, 83, .48) 54%, rgba(36, 59, 83, .1)),
    linear-gradient(0deg, rgba(24, 40, 49, .78), transparent 48%);
}

.south-hero-copy {
  max-width: 900px;
  padding-left: clamp(18px, 3vw, 34px);
  border-left: 4px solid var(--coral);
}

.south-program {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  padding: clamp(68px, 9vw, 124px) clamp(18px, 5vw, 76px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(226, 109, 92, .11) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(180deg, #fffaf3, #ffffff 58%, #f5fbfa);
}

.south-program::before {
  content: "ARGENTINA";
  position: absolute;
  left: -1vw;
  top: clamp(22px, 5vw, 54px);
  color: rgba(36, 59, 83, .055);
  font-size: clamp(70px, 12vw, 184px);
  font-weight: 900;
  line-height: .8;
  letter-spacing: 0;
}

.south-program-media,
.south-program-text {
  position: relative;
  z-index: 1;
}

.south-program-media img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  box-shadow: 0 26px 80px rgba(36, 59, 83, .18);
}

.south-program-media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: -1;
  border: 1px solid rgba(36, 59, 83, .18);
}

.south-program-text {
  max-width: 660px;
}

.south-program-text p:not(.eyebrow) {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.south-product-story {
  padding: clamp(66px, 8vw, 108px) clamp(18px, 5vw, 76px);
  background: #fff;
}

.south-story-text {
  max-width: 820px;
  margin-bottom: clamp(28px, 5vw, 56px);
}

.south-story-images {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  grid-template-rows: minmax(260px, 34vw) minmax(220px, 26vw);
  gap: 16px;
}

.south-story-images figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--soft);
}

.south-story-images figure:first-child {
  grid-row: span 2;
}

.south-story-images img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.south-operations {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, .66fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(66px, 8vw, 108px) clamp(18px, 5vw, 76px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(36, 59, 83, .97), rgba(31, 122, 140, .82)),
    url("assets/argentina-garlic-field.jpg") center / cover;
}

.south-operations .eyebrow {
  color: var(--gold);
}

.south-operations-heading {
  position: sticky;
  top: 112px;
  align-self: start;
}

.south-operation-list {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.south-operation-list article {
  display: grid;
  grid-template-columns: 68px minmax(160px, .35fr) minmax(0, .65fr);
  gap: clamp(16px, 3vw, 34px);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.south-operation-list span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.south-operation-list h3 {
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.south-operation-list p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 1.65;
}

.origin-feature-image {
  overflow: hidden;
  margin: clamp(28px, 4vw, 44px) 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(36, 59, 83, .12);
}

.origin-feature-image img {
  display: block;
  width: 100%;
  aspect-ratio: 868 / 430;
  object-fit: cover;
}

.credentials-compact {
  display: grid;
  min-height: 420px;
  align-items: center;
  padding: clamp(62px, 8vw, 112px) clamp(18px, 5vw, 76px) clamp(28px, 4vw, 48px);
}

.credentials-compact > div {
  max-width: 880px;
}

.credential-download {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.credential-download p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.credential-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding-top: 0;
}

.credential-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 44px rgba(36, 59, 83, .1);
}

.credential-card span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 42px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.credential-card h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.credential-card p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.credential-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.credential-card.pending {
  background:
    linear-gradient(rgba(255, 255, 255, .86), rgba(255, 255, 255, .9)),
    repeating-linear-gradient(135deg, rgba(217, 226, 236, .8) 0 1px, transparent 1px 12px);
}

.credential-card.pending span {
  background: var(--teal);
}

.disabled-link {
  pointer-events: none;
  opacity: .62;
}

.credentials-hero {
  padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 76px) clamp(34px, 5vw, 62px);
  background:
    linear-gradient(90deg, rgba(36, 59, 83, .92), rgba(36, 59, 83, .66)),
    url("assets/continents/north-america.jpg") center / cover;
  color: #fff;
}

.credentials-hero .eyebrow {
  color: var(--gold);
}

.credentials-hero .hero-text {
  max-width: 840px;
  color: rgba(255, 255, 255, .78);
}

.credential-summary {
  padding-bottom: clamp(34px, 5vw, 58px);
}

.credential-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.credential-facts article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 12px 40px rgba(36, 59, 83, .08);
}

.credential-facts span {
  display: block;
  margin-bottom: 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.credential-facts strong {
  display: block;
  font-size: 22px;
  line-height: 1.18;
}

.credential-documents {
  display: grid;
  gap: 22px;
  padding-top: 0;
}

.credential-document {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, .58fr);
  gap: clamp(18px, 4vw, 40px);
  align-items: start;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 14px 44px rgba(36, 59, 83, .1);
}

.credential-document h2 {
  font-size: clamp(26px, 3vw, 40px);
}

.credential-document img {
  display: block;
  width: 100%;
  max-height: 860px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-text,
.intro p,
.contact-section p {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.hero-text {
  max-width: 680px;
  margin: 24px 0 0;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 850;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--teal);
  box-shadow: 0 14px 30px rgba(31, 122, 140, 0.22);
}

.button.primary:hover {
  background: #176b7c;
  box-shadow: 0 18px 38px rgba(31, 122, 140, 0.28);
}

.button.secondary {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

.button.secondary:hover {
  border-color: rgba(31, 122, 140, .36);
  box-shadow: 0 12px 26px rgba(36, 59, 83, 0.10);
}

.metrics {
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
  margin: 34px 0 0;
}

.metrics div {
  min-width: 170px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.metrics dt {
  font-size: 13px;
  color: var(--muted);
  font-weight: 800;
}

.metrics dd {
  margin: 7px 0 0;
  font-size: 16px;
  font-weight: 850;
}

.hero-visual {
  min-width: 0;
}

.hero-visual svg {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(var(--shadow));
}

.world-map-panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(135deg, #dff4fb 0%, #e8f7f4 48%, #fff7e8 100%);
  box-shadow: var(--shadow);
}

.world-map-panel img,
.world-map-panel .route-overlay {
  display: block;
  width: 100%;
  aspect-ratio: 2048 / 1039;
}

.world-map-panel img {
  position: relative;
  z-index: 1;
  opacity: .78;
  mix-blend-mode: multiply;
}

.world-map-panel .route-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  filter: none;
}

.route-animation .route-line {
  animation: routeDash 1.4s linear infinite;
}

.route-animation .route-line-brazil {
  animation-duration: 1.8s;
  animation-delay: -.4s;
}

.route-animation .route-line-peru {
  animation-duration: 1.6s;
  animation-delay: -.8s;
}

.route-animation .route-pulse circle:last-child {
  transform-box: fill-box;
  transform-origin: center;
  animation: routePulse 2.2s ease-out infinite;
}

.route-animation .pulse-end circle:last-child {
  animation-delay: 1.1s;
}

.route-animation .pulse-brazil circle:last-child {
  animation-delay: .45s;
}

.route-animation .pulse-peru circle:last-child {
  animation-delay: .85s;
}

@keyframes routeDash {
  to {
    stroke-dashoffset: -36;
  }
}

@keyframes routePulse {
  0% {
    opacity: 0.72;
    transform: scale(0.72);
  }

  100% {
    opacity: 0;
    transform: scale(1.65);
  }
}

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

  .route-animation .route-line,
  .route-animation .route-pulse circle:last-child {
    animation: none;
  }
}

.intro {
  padding: 24px clamp(18px, 5vw, 76px) 8px;
}

.intro p {
  max-width: 1050px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px) 0 clamp(24px, 4vw, 42px) clamp(20px, 4vw, 52px);
  border-left: 1px solid var(--coral);
  color: var(--ink);
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.35;
  font-weight: 750;
}

.section {
  padding: clamp(62px, 8vw, 104px) clamp(18px, 5vw, 76px);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.inline-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--teal);
  font-weight: 850;
}

.inline-link:hover {
  color: var(--coral);
  transform: translateX(3px);
}

h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.global-capabilities {
  background:
    linear-gradient(90deg, rgba(36, 59, 83, .96), rgba(36, 59, 83, .9)),
    url("assets/world-map-robinson.svg") center / cover;
  color: #fff;
}

.global-capabilities .eyebrow {
  color: var(--gold);
}

.global-capabilities .section-heading {
  max-width: 940px;
}

.global-capabilities .service-grid {
  display: block;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.video-section {
  padding-top: clamp(50px, 7vw, 88px);
}

.video-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(280px, 42vw, 520px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(rgba(36, 59, 83, .34), rgba(36, 59, 83, .52)),
    url("assets/gallery/peru-garlic-container.webp") center / cover;
  box-shadow: var(--shadow);
}

.video-placeholder p {
  margin: 92px 0 0;
  color: #fff;
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 850;
}

.play-mark {
  position: absolute;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(36, 59, 83, .28);
}

.play-mark::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 26px solid var(--teal);
}

.origins-section {
  padding-top: clamp(52px, 7vw, 92px);
}

.origin-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.origin-card {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 40px rgba(36, 59, 83, 0.08);
}

.origin-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--soft);
}

.origin-card div {
  padding: 20px;
}

.origin-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.origin-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.62;
}

.origin-card a {
  color: var(--teal);
  font-size: 14px;
  font-weight: 850;
}

.service-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 40px rgba(36, 59, 83, 0.08);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 38px;
  border-radius: 8px;
  color: #fff;
  background: var(--ink);
  font-weight: 850;
}

.service-card:nth-child(2) .icon {
  background: var(--teal);
}

.service-card:nth-child(3) .icon {
  background: var(--coral);
}

.service-card:nth-child(4) .icon {
  background: var(--green);
}

h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.global-capabilities .service-card {
  display: grid;
  grid-template-columns: 84px minmax(180px, .38fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  align-items: start;
  min-height: 0;
  padding: 28px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.global-capabilities .service-card .icon {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
}

.global-capabilities .service-card h3 {
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.global-capabilities .service-card p {
  max-width: 660px;
  margin-top: 8px;
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
}

.process-band {
  background: var(--ink);
  color: #fff;
}

.process-band .eyebrow {
  color: var(--gold);
}

.process-list {
  align-items: stretch;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  flex: 1;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.process-list strong,
.process-list span {
  display: block;
}

.process-list strong {
  margin-bottom: 14px;
  font-size: 22px;
}

.process-list span {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 30px;
  align-items: center;
  margin: clamp(26px, 5vw, 58px) clamp(18px, 5vw, 76px) clamp(54px, 7vw, 86px);
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(36, 59, 83, .12);
  background:
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72)),
    url("assets/continents/egypt-garlic-detail.png") right center / min(48%, 520px) auto no-repeat;
  box-shadow: 0 26px 74px rgba(36, 59, 83, .12);
}

.contact-panel {
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--paper);
  box-shadow: 0 16px 46px rgba(36, 59, 83, .1);
}

.contact-panel a {
  padding: 16px;
  border-radius: 8px;
  background: var(--soft);
  font-weight: 850;
}

.contact-panel a:hover {
  color: #fff;
  background: var(--teal);
  transform: translateX(3px);
}

.contact-panel address {
  padding: 16px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--soft);
  font-style: normal;
  font-weight: 750;
  line-height: 1.45;
}

.contact-panel iframe {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 8px;
  background: var(--soft);
}

.contact-panel p {
  margin: 10px 0 0;
  font-size: 14px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 76px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.footer p {
  margin: 0;
}

.gallery-hero {
  padding: clamp(58px, 8vw, 112px) clamp(18px, 5vw, 76px) 30px;
}

.gallery-hero h1 {
  max-width: 980px;
}

.gallery-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.gallery-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
  padding: 0 clamp(18px, 5vw, 76px) clamp(62px, 8vw, 104px);
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border-radius: 8px;
  background: var(--soft);
  box-shadow: 0 12px 40px rgba(36, 59, 83, 0.1);
}

.gallery-tile.large {
  grid-column: span 2;
  min-height: 430px;
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}

.gallery-tile div {
  position: absolute;
  inset: auto 0 0;
  padding: 24px;
  color: #fff;
  background: linear-gradient(180deg, rgba(36, 59, 83, 0), rgba(36, 59, 83, .86));
}

.gallery-tile span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gallery-tile h2 {
  margin-top: 8px;
  font-size: clamp(24px, 3vw, 38px);
}

  @media (max-width: 1060px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .nav {
    justify-content: flex-start;
  }

  .language-switcher {
    justify-self: start;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .global-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-visual {
    max-width: 720px;
  }

  .service-grid,
  .origin-gallery,
  .gallery-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .continent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .continent-card,
  .continent-card:nth-child(1),
  .featured-continent,
  .continent-card:nth-child(3),
  .continent-card:nth-child(4),
  .continent-card:nth-child(5),
  .continent-card:nth-child(6) {
    grid-column: span 1;
  }

  .global-capabilities .service-card {
    grid-template-columns: 70px 1fr;
  }

  .global-capabilities .service-card p {
    grid-column: 2;
  }

  .africa-program,
  .africa-operations,
  .south-program,
  .south-operations {
    grid-template-columns: 1fr;
  }

  .africa-operations-heading,
  .south-operations-heading {
    position: static;
  }

  .africa-operation-list article,
  .south-operation-list article {
    grid-template-columns: 56px 1fr;
  }

  .africa-operation-list p,
  .south-operation-list p {
    grid-column: 2;
  }

  .south-story-images {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .brand-logo {
    width: 142px;
    height: 46px;
  }

  .nav {
    flex-wrap: wrap;
  }

  .language-switcher {
    width: 100%;
    justify-content: space-between;
    border-radius: 8px;
  }

  .lang-button {
    flex: 1;
    padding: 0 8px;
  }

  h1 {
    font-size: 42px;
  }

  .service-grid,
  .origin-gallery,
  .continent-grid,
  .gallery-page-grid,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .global-capabilities .service-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .global-capabilities .service-card p {
    grid-column: auto;
  }

  .contact-section {
    margin-right: clamp(18px, 5vw, 76px);
    margin-left: clamp(18px, 5vw, 76px);
    padding: 24px;
    background: rgba(255, 255, 255, .88);
  }

  .africa-program::before {
    top: 20px;
    font-size: 92px;
  }

  .africa-product-panel img {
    min-height: 280px;
  }

  .africa-product-panel::before {
    inset: -10px 10px 10px -10px;
  }

  .south-program-media img {
    min-height: 300px;
  }

  .south-program::before {
    top: 20px;
    font-size: 68px;
  }

  .south-story-images {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .south-story-images figure,
  .south-story-images figure:first-child {
    grid-row: auto;
    min-height: 260px;
  }

  .africa-operation-list article,
  .south-operation-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .africa-operation-list p,
  .south-operation-list p {
    grid-column: auto;
  }

  .gallery-tile.large {
    grid-column: span 1;
  }

  .process-list,
  .footer {
    flex-direction: column;
  }
}
