/* ============================================
   UNNATI GENERAL TRADING — Earthy Commodity Atlas
   Playfair Display + Inter · Parchment & Forest
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --parchment:   #f7f2e8;
  --parchment-2: #ede6d4;
  --parchment-3: #ddd5bf;
  --espresso:    #170d0d;
  --espresso-2:  #453d3d;
  --espresso-3:  #746e6e;
  --espresso-bg: #2e2525;
  --light-coffee:#4f2e2e;
  --warm-gray:   #8a7a60;
  --forest:      #4a6741;
  --forest-2:    #6a8960;
  --forest-lt:   rgba(74,103,65,.13);
  --terra:       #c4603a;
  --terra-2:     #d97a52;
  --terra-lt:    rgba(196,96,58,.13);
  --ochre:       #d4992e;
  --ochre-lt:    rgba(212,153,46,.15);
  --rule:        rgba(44,36,22,.10);
  --rule-2:      rgba(44,36,22,.18);
  --white:       #ffffff;
  --maxw:        1280px;
  --pad:         clamp(1.4rem, 5vw, 4rem);
  --ease:        cubic-bezier(.22,.68,0,1.2);
  --ease-out:    cubic-bezier(.16,1,.3,1);
  --r:           4px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0 }
html { scroll-behavior: smooth; font-size: 16px }
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: var(--espresso);
  background: var(--parchment);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; object-fit: cover }
a { color: inherit; text-decoration: none }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit }

body::before {
  content: '';
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  background-size: 300px 300px;
  opacity: 0.55;
}

.container {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 var(--pad);
  position: relative; z-index: 1;
}

/* ── TYPOGRAPHY ─────────────────────────────── */
h1, .display {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--espresso);
}
h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--espresso);
}
h3, h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--espresso);
}
h1 { font-size: clamp(2.5rem, 6.2vw, 6rem) }
h2 { font-size: clamp(2.2rem, 4vw, 4rem) }
h3 { font-size: clamp(1.05rem, 1.8vw, 1.35rem) }
h4 { font-size: .88rem; text-transform: uppercase; letter-spacing: .1em }

p { color: var(--espresso-3); font-size: .97rem; line-height: 1.75 }
em { font-style: italic }
h1 em, h2 em, h3 em { color: inherit }

.label {
  font-family: 'Inter', sans-serif;
  font-size: .68rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--warm-gray);
}

section { padding: 3rem 0 }
.section-commodities { padding-top: 3rem; padding-bottom: 2rem; }

/* ── NAVBAR ─────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  padding: 1.5rem 0;
  transition: all .4s var(--ease-out);
  background: transparent;
}
.nav.scrolled {
  padding: .9rem 0;
  background: rgba(247,242,232,.96);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--rule);
  box-shadow: 0 2px 24px rgba(44,36,22,.06);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
}
.brand { display: flex; align-items: center; gap: 1rem }
.brand-mark {
  width: 38px; height: 38px;
  border: 1.5px solid var(--espresso);
  display: grid; place-items: center;
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem; font-weight: 400;
  color: var(--espresso);
  transition: all .3s;
}
.brand-mark.light { border-color: rgba(247,242,232,.6); color: var(--parchment) }
.nav.scrolled .brand-mark.light { border-color: var(--espresso); color: var(--espresso) }
.brand-text { display: flex; flex-direction: column; line-height: 1.15 }
.brand-text strong {
  font-family: 'Inter', sans-serif;
  font-size: .82rem; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--espresso);
  transition: color .3s;
}
.brand-text strong.light { color: var(--parchment) }
.nav.scrolled .brand-text strong.light { color: var(--espresso) }
.brand-text span {
  font-size: .6rem; letter-spacing: .2em;
  text-transform: uppercase; color: var(--warm-gray);
  margin-top: 2px; transition: color .3s;
}
.brand-text span.light { color: rgba(247,242,232,.5) }
.nav.scrolled .brand-text span.light { color: var(--warm-gray) }

.nav-links { display: flex; gap: 2.5rem; align-items: center; list-style: none }
.nav-links a {
  font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--white); position: relative; padding: .3rem 0;
  transition: color .3s;
}
.nav-links a.light { color: rgba(247,242,232,.9) }
.nav.scrolled .nav-links a.light { color: var(--espresso-3) }
.nav-links a::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 1.5px; background: var(--terra);
  transition: width .4s var(--ease-out);
}
.nav-links a:hover, .nav-links a.active { color: var(--white) }
.nav.scrolled .nav-links a.light:hover { color: var(--espresso) }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  background: var(--espresso-2) !important; color: var(--parchment) !important;
  padding: .65rem 1.6rem !important;
  font-size: .68rem !important; letter-spacing: .18em !important;
  border-radius: var(--r) !important;
  transition: background .3s, transform .3s !important;
}
.nav-cta.light { background: var(--light-coffee) !important; border: 1px solid rgba(247,242,232,.3) !important }
.nav.scrolled .nav-cta.light { background: var(--light-coffee) !important; border-color: transparent !important }
.nav.scrolled .nav-cta.light:hover { background: var(--espresso) !important; transform: translateY(-1px) !important }
.nav-cta::after { display: none !important }
.nav-cta:hover { background: var(--espresso) !important; transform: translateY(-1px) !important }

.burger { display: none; flex-direction: column; gap: 5px; padding: .5rem; z-index: 10 }
.burger span { width: 22px; height: 1.5px; background: var(--espresso); transition: .3s }
.burger.light span { background: var(--parchment) }
.nav.scrolled .burger.light span { background: var(--espresso) }
.burger.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg) }
.burger.active span:nth-child(2) { opacity: 0 }
.burger.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg) }

/* ── BUTTONS ─────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .9rem;
  padding: .95rem 2.2rem;
  font-family: 'Inter', sans-serif;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  transition: all .35s var(--ease-out);
  border-radius: var(--r);
  position: relative; overflow: hidden;
}
.btn-primary { background: var(--light-coffee); color: var(--parchment) }
.btn-primary:hover {
  background: var(--espresso); transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(74,103,65,.3);
}
.btn-ghost { border: 1.5px solid var(--rule-2); color: var(--espresso) }
.btn-ghost:hover {
  border-color: var(--terra); color: var(--terra);
  background: var(--terra-lt);
}
.btn-outline { border: 1.5px solid rgba(247,242,232,.4); color: var(--parchment) }
.btn-outline:hover { background: var(--parchment); color: var(--espresso) }
.btn-terra { background: var(--terra); color: var(--parchment) }
.btn-terra:hover { background: var(--espresso); transform: translateY(-2px) }
.btn .arrow { display: inline-block; transition: transform .35s var(--ease-out) }
.btn:hover .arrow { transform: translateX(5px) }

/* ── 3D REVEAL ANIMATIONS ───────────────────── */
.reveal, .reveal-l, .reveal-r, .reveal-u {
  opacity: 0;
  transition: opacity .9s var(--ease-out), transform .9s var(--ease-out);
}
.reveal   { transform: perspective(700px) rotateX(-7deg) translateY(30px) }
.reveal-l { transform: perspective(700px) rotateY(9deg) translateX(-36px) }
.reveal-r { transform: perspective(700px) rotateY(-9deg) translateX(36px) }
.reveal-u { transform: translateY(-22px) }
.reveal.in, .reveal-l.in, .reveal-r.in, .reveal-u.in { opacity: 1; transform: none }

.delay-1 { transition-delay: .12s }
.delay-2 { transition-delay: .24s }
.delay-3 { transition-delay: .36s }
.delay-4 { transition-delay: .48s }
.delay-5 { transition-delay: .60s }

/* ── FLOATING DECORATIONS ────────────────────── */
@keyframes float-a {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg) scale(1) }
  33%       { transform: translate3d(10px,-20px,0) rotate(9deg) scale(1.04) }
  66%       { transform: translate3d(-7px,-12px,0) rotate(-5deg) scale(.97) }
}
@keyframes float-b {
  0%, 100% { transform: translate3d(0,0,0) rotate(0deg) }
  40%       { transform: translate3d(-14px,-24px,0) rotate(-12deg) }
  70%       { transform: translate3d(7px,-9px,0) rotate(7deg) }
}
@keyframes float-c {
  0%, 100% { transform: translate3d(0,0,0) rotate(15deg) }
  50%       { transform: translate3d(12px,-16px,0) rotate(28deg) }
}
@keyframes pulse-pin {
  0%, 100% { transform: scale(1); opacity: .6 }
  50%       { transform: scale(1.8); opacity: 0 }
}
@keyframes draw-line {
  from { stroke-dashoffset: 500 }
  to   { stroke-dashoffset: 0 }
}

.deco { position: absolute; pointer-events: none; z-index: 0 }
.deco-leaf {
  width: 72px; height: 92px;
  border-radius: 0 72% 0 72%;
  background: linear-gradient(135deg, rgba(74,103,65,.2), rgba(74,103,65,.05));
  animation: float-a 7s ease-in-out infinite;
}
.deco-grain {
  width: 52px; height: 52px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, rgba(212,153,46,.22), rgba(212,153,46,.05));
  animation: float-b 9s ease-in-out infinite;
}
.deco-circle {
  border-radius: 50%;
  border: 1.5px solid rgba(196,96,58,.15);
  animation: float-c 11s ease-in-out infinite;
}

/* ── 3D TILT CARDS ────────────────────────────── */
.tilt-card {
  transform-style: preserve-3d;
  transition: box-shadow .4s var(--ease-out), transform .1s;
  will-change: transform;
}
.tilt-card:hover {
  box-shadow: 0 24px 64px rgba(44,36,22,.14), 0 8px 24px rgba(44,36,22,.08);
}
.tilt-shine {
  position: absolute; inset: 0;
  background: radial-gradient(circle at var(--mx,50%) var(--my,50%), rgba(255,255,255,.14), transparent 60%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 3;
  opacity: 0;
  transition: opacity .3s;
}
.tilt-card:hover .tilt-shine { opacity: 1 }

/* ── HOMEPAGE HERO ───────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--parchment);
  position: relative; overflow: hidden;
  padding-top: 6rem;
  display: flex; flex-direction: column;
}
.hero-bg-img {
  position: absolute; right: 0; top: 0;
  width: 56%; height: 100%;
  z-index: 0; overflow: hidden;
}
.hero-bg-img img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(1.15) brightness(.85);
  /* transition: transform .2s ease-out; */
}
.hero-bg-img::before {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right, var(--parchment) 1%, transparent 32%);
}
.hero-bg-img::after {
  content: '';
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to top, var(--parchment) 0%, transparent 28%);
}
.hero-inner {
  flex: 1;
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  padding: 3rem 0 5rem;
}
.hero-left { max-width: 560px }
.hero-eyebrow {
  display: flex; align-items: center; gap: 1rem;
  margin-bottom: 2.5rem;
}
.hero-eyebrow-line { width: 48px; height: 1.5px; background: var(--terra) }
.hero-eyebrow-text {
  font-size: .65rem; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase; color: var(--terra);
}
.hero h1 { margin-bottom: 2rem; line-height: 1.02 }
.hero-sub {
  font-size: 1.05rem; color: var(--espresso-3); line-height: 1.8;
  max-width: 440px; margin-bottom: 3rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap }
.hero-right {
  display: flex; flex-direction: column;
  padding-left: 1rem;
}
.hero-attrs {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}
.hero-attr {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1.5rem 1.3rem;
  background: rgba(255,255,255,.55);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  backdrop-filter: blur(12px);
  transition: all .35s var(--ease-out);
}
.hero-attr:hover {
  background: rgba(255,255,255,.85);
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(44,36,22,.09);
}
.hero-attr-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  display: grid; place-items: center;
  background: var(--forest-lt);
  border-radius: 50%;
}
.hero-attr-icon svg { width: 18px; height: 18px; stroke: var(--forest); fill: none; stroke-width: 1.5 }
.hero-attr-title { font-size: 1rem; font-weight: 800; color: var(--espresso); margin-bottom: .2rem }
.hero-attr-sub { font-size: .9rem; color: var(--espresso-2); line-height: 1.4; font-weight: 500; }

.hero-ticker {
  padding: 1.8rem 0;
  border-top: 1px solid var(--rule);
  position: relative; z-index: 2;
}
.hero-ticker-inner {
  display: flex; align-items: center; gap: 3rem; overflow: hidden;
}
.ticker-label {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--warm-gray); flex-shrink: 0; white-space: nowrap;
}
.ticker-items {
  display: flex; gap: 3rem; overflow: hidden; flex: 1;
  -webkit-mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  mask: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}
.ticker-scroll {
  display: flex; gap: 3rem; animation: ticker 22s linear infinite; flex-shrink: 0;
}
.ticker-scroll span {
  font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--espresso-3); white-space: nowrap; font-weight: 600;
}
.ticker-scroll span::before {
  content: '◆ '; color: var(--terra); font-size: .5rem;
  margin-right: .3rem; vertical-align: middle;
}
@keyframes ticker { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ── SECTION HEADER ──────────────────────────── */
.sec-head {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: start;
  /* margin-bottom: 5rem; */
  padding-bottom: 2.5rem;
  /* border-bottom: 1.5px solid var(--rule); */
}
.sec-head-commodities {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: start;
  margin-bottom: 3rem;
  /* padding-bottom: 2.5rem; */
  /* border-bottom: 1.5px solid var(--rule); */
}
.sec-tag { display: none }
.sec-head h2 { margin-bottom: 0 }
.sec-head-right { padding-top: .4rem }
.sec-head-right p { font-size: 1rem; line-height: 1.8; color: var(--espresso) }

/* ── ATLAS MAP ───────────────────────────────── */
.atlas-section { background: var(--parchment-2) }
.atlas-map-wrap {
  position: relative;
  height: 440px;
  background: var(--parchment-3);
  border: 1px solid var(--rule);
  border-radius: 8px;
  overflow: hidden;
}
.atlas-grid-bg {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, var(--rule) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: .5;
}
.atlas-routes {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.atlas-route {
  fill: none; stroke: var(--terra); stroke-width: 1.5;
  stroke-dasharray: 7 6; opacity: .28;
  stroke-dashoffset: 500;
  animation: draw-line 2s ease forwards;
}
.atlas-route:nth-child(2) { animation-delay: .3s }
.atlas-route:nth-child(3) { animation-delay: .6s }
.atlas-route:nth-child(4) { animation-delay: .9s }
.atlas-pin {
  position: absolute;
  transform: translate(-50%, -50%);
}
.atlas-pin-dot {
  width: 13px; height: 13px;
  background: var(--terra);
  border-radius: 50%;
  border: 2.5px solid var(--parchment-3);
  box-shadow: 0 0 0 4px var(--terra-lt);
  position: relative; z-index: 2;
  transition: transform .3s;
  cursor: pointer;
}
.atlas-pin-dot::after {
  content: '';
  position: absolute; inset: -4px;
  border-radius: 50%;
  border: 1.5px solid var(--terra);
  opacity: .4;
  animation: pulse-pin 2.2s ease-in-out infinite;
}
.atlas-pin:hover .atlas-pin-dot { transform: scale(1.35) }
.atlas-pin-label {
  position: absolute; bottom: calc(100% + 14px); left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: var(--espresso);
  color: var(--parchment);
  font-size: .6rem; letter-spacing: .16em; text-transform: uppercase;
  padding: .4rem .9rem;
  white-space: nowrap; border-radius: 2px;
  opacity: 0; transition: opacity .3s, transform .3s;
  pointer-events: none;
}
.atlas-pin:hover .atlas-pin-label {
  opacity: 1; transform: translateX(-50%) translateY(0);
}
.atlas-hub {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center; z-index: 3;
}
.atlas-hub-mark {
  width: 60px; height: 60px;
  background: var(--espresso);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto .9rem;
  box-shadow: 0 6px 24px rgba(44,36,22,.28);
}
.atlas-hub-mark svg { width: 26px; height: 26px; stroke: var(--parchment); fill: none; stroke-width: 1.5 }
.atlas-hub-name {
  font-size: .65rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--espresso); font-weight: 700;
  background: rgba(247,242,232,.9);
  padding: .3rem .8rem; border-radius: 2px;
}

/* ── REGION CARDS ────────────────────────────── */
.region-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}
.region-card {
  position: relative; overflow: hidden;
  border-radius: var(--r);
  height: 390px;
  cursor: pointer;
}
.region-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-out), filter .5s;
  filter: saturate(.75) brightness(.72);
}
.region-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.15) brightness(.6);
}
.region-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,36,22,.9) 30%, rgba(44,36,22,.12) 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 2rem 1.8rem;
}
.region-code {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem; font-weight: 300;
  color: rgba(247,242,232,.08);
  line-height: 1; margin-bottom: -1.4rem;
}
.region-name {
  font-size: .6rem; letter-spacing: .24em; text-transform: uppercase;
  color: var(--terra-2); margin-bottom: .5rem; font-weight: 600;
}
.region-card h3 { color: var(--parchment); font-size: 1.15rem; margin-bottom: .6rem }
.region-desc {
  color: rgba(247,242,232,1); font-size: .82rem; line-height: 1.6;
  opacity: 0; transform: translateY(10px);
  transition: all .45s var(--ease-out);
}
.region-card:hover .region-desc { opacity: 1; transform: none; }

/* ── SUPPLY JOURNEY ──────────────────────────── */
/* .journey-section { background: var(--parchment-2) } */
.journey-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 0; position: relative;
}
.journey-line {
  position: absolute; top: 2.8rem; left: 12%; right: 12%; height: 1.5px;
  background: linear-gradient(to right, var(--terra), var(--forest));
  opacity: .3; z-index: 0;
}
.journey-step {
  padding: 0 2rem 2rem;
  position: relative; z-index: 1; text-align: center;
  transition: transform .35s var(--ease-out);
}
.journey-step:hover { transform: translateY(-6px) }
.journey-step:first-child { padding-left: 0 }
.journey-step:last-child  { padding-right: 0 }
.journey-icon {
  width: 58px; height: 58px;
  border: 1.5px solid var(--rule-2);
  background: var(--parchment);
  display: grid; place-items: center;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  transition: all .35s var(--ease-out);
  box-shadow: 0 4px 16px rgba(44,36,22,.06);
}
.journey-step:hover .journey-icon {
  background: var(--espresso);
  border-color: var(--espresso);
  box-shadow: 0 10px 28px rgba(44,36,22,.2);
}
.journey-icon svg { width: 22px; height: 22px; stroke: var(--terra); fill: none; stroke-width: 1.5; transition: stroke .35s }
.journey-step:hover .journey-icon svg { stroke: var(--parchment) }
.journey-step h4 { font-size: .88rem; letter-spacing: .06em; margin-bottom: .5rem; text-transform: uppercase }
.journey-step p { font-size: .92rem; color: var(--espresso); line-height: 1.65 }

/* ── PRODUCTS MOSAIC ─────────────────────────── */
.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: 290px 290px;
  gap: 2px;
}
.mosaic-item { position: relative; overflow: hidden; cursor: pointer }
.mosaic-item.wide { grid-column: span 2 }
.mosaic-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-out), filter .5s;
  filter: saturate(.85) brightness(.78);
}
.mosaic-item:hover img { transform: scale(1.07); filter: saturate(1.2) brightness(.62) }
.mosaic-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 3rem 2rem 1.8rem;
  background: linear-gradient(to top, rgba(44,36,22,.88) 50%, transparent);
  transform: translateY(65%);
  transition: transform .5s var(--ease-out);
}
.mosaic-item:hover .mosaic-label { transform: none }
.mosaic-cat {
  font-size: .58rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terra-2); font-weight: 600; margin-bottom: .5rem;
}
.mosaic-item h3 { color: var(--parchment); font-size: 1.1rem }
.mosaic-link {
  display: inline-flex; align-items: center; gap: .5rem; margin-top: .8rem;
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ochre); font-weight: 600;
  opacity: 0; transition: opacity .4s .1s;
}
.mosaic-item:hover .mosaic-link { opacity: 1 }

/* ── FIELD GALLERY ───────────────────────────── */
.field-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 310px 310px;
  gap: 2px;
}
.field-img { position: relative; overflow: hidden }
.field-img.tall { grid-row: span 2 }
.field-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .9s var(--ease-out), filter .5s;
  filter: saturate(.9) brightness(.88);
}
.field-img:hover img { transform: scale(1.05); filter: saturate(1.1) brightness(.75) }
.field-caption {
  position: absolute; bottom: 1.2rem; left: 1.2rem;
  font-size: .6rem; letter-spacing: .18em; text-transform: uppercase;
  color: rgba(247,242,232,.7); font-weight: 600;
  opacity: 0; transform: translateY(6px);
  transition: all .4s;
}
.field-img:hover .field-caption { opacity: 1; transform: none }

/* ── PAGE HERO (Inner pages) ─────────────────── */
.page-hero {
  padding: 0;
  position: relative; overflow: hidden;
  min-height: 66vh;
  display: flex; align-items: flex-end;
}
.page-hero-bg { position: absolute; inset: 0 }
.page-hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.5) brightness(.95);
}
.page-hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(44,36,22,.88) 35%, rgba(44,36,22,.25) 70%, transparent);
}
.page-hero-inner {
  position: relative; z-index: 2;
  padding-bottom: 5rem; padding-top: 10rem;
}
.page-crumb {
  font-size: .65rem; letter-spacing: .25em; text-transform: uppercase;
  color: rgba(247,242,232,.45); margin-bottom: 1.8rem;
  display: flex; align-items: center; gap: .6rem;
}
.page-crumb .sep { color: var(--terra-2) }
.page-hero h1 {
  font-size: clamp(2.8rem, 5.5vw, 5rem);
  margin-bottom: 1.4rem; font-weight: 300;
  color: var(--parchment);
}
.page-hero h1 em { color: inherit }
.page-hero p {
  font-size: 1.08rem; max-width: 600px;
  color: rgba(247,242,232,.68); line-height: 1.8;
}

/* ── ABOUT SPLITS ────────────────────────────── */
.about-split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: center;
}
.about-img { position: relative }
.about-img img {
  width: 100%; height: 520px; object-fit: cover;
  border-radius: var(--r);
}
.about-img-tag {
  position: absolute; bottom: 2rem; left: 2rem;
  background: var(--espresso); color: var(--parchment);
  padding: .8rem 1.5rem;
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 600;
  border-radius: 2px;
}
.about-text h2 { margin-bottom: 1.5rem; font-size: clamp(2rem,3.5vw,3rem) }
.about-text p { margin-bottom: 1.2rem }

/* ── NETWORK CARDS ────────────────────────────── */
.network-cards {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}
.network-card {
  padding: 2.5rem 2rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  transition: all .35s var(--ease-out);
}
.network-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(44,36,22,.1);
  border-color: rgba(196,96,58,.25);
}
.network-card-code {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 300;
  color: var(--terra); line-height: 1;
  margin-bottom: 1.2rem; letter-spacing: -.03em;
}
.network-card h3 {
  font-size: .88rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: .5rem; color: var(--espresso);
}
.network-card p { font-size: .85rem; color: var(--espresso-3) }

/* ── FLIP CARDS (Principles) ─────────────────── */
.flip-grid {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: 1.5rem;
}
.flip-card { height: 290px; perspective: 1000px; cursor: pointer }
.flip-inner {
  position: relative; width: 100%; height: 100%;
  transform-style: preserve-3d;
  transition: transform .75s cubic-bezier(.4,0,.2,1);
}
.flip-card:hover .flip-inner,
.flip-card.flipped .flip-inner { transform: rotateY(180deg) }
.flip-front, .flip-back {
  position: absolute; inset: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: var(--r);
  padding: 2.5rem 2rem;
  display: flex; flex-direction: column;
}
.flip-front {
  background: var(--parchment);
  border: 1px solid var(--rule);
  justify-content: flex-start;
}
.flip-back {
  background: var(--light-coffee);
  transform: rotateY(180deg);
  justify-content: center;
  padding: 2.5rem 2rem;
}
.flip-icon {
  width: 50px; height: 50px;
  background: var(--terra-lt);
  border-radius: 50%;
  display: grid; place-items: center;
  margin-bottom: 1.5rem;
}
.flip-icon svg { width: 22px; height: 22px; stroke: var(--terra); fill: none; stroke-width: 1.5 }
.flip-front h3 { font-size: .98rem; font-weight: 700; color: var(--espresso); margin-bottom: .5rem }
.flip-hint {
  margin-top: auto; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--warm-gray); display: flex; align-items: center; gap: .4rem;
}
.flip-back-sym {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 300;
  color: rgba(247,242,232,.06); line-height: 1;
  margin-bottom: .3rem;
  padding: 10px 0;
}
.flip-back h3 { color: var(--ochre); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 1rem }
.flip-back p { color: rgba(247,242,232,.78); font-size: .7rem; line-height: 1.75 }

/* ── TIMELINE ─────────────────────────────────── */
/* padding-bottom: 1rem */
.timeline-wrap { overflow-x: auto; }
.timeline-wrap::-webkit-scrollbar { height: 3px }
.timeline-wrap::-webkit-scrollbar-track { background: var(--rule) }
.timeline-wrap::-webkit-scrollbar-thumb { background: var(--terra); border-radius: 2px }
.timeline {
  display: flex; gap: 0;
  min-width: max-content; padding: 4rem 0 2rem;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute; top: 4.7rem; left: 0; right: 0; height: 1.5px;
  background: linear-gradient(to right, var(--terra), var(--forest), var(--ochre));
  opacity: .28;
}
.timeline-item { min-width: 230px; padding: 0 2.5rem; position: relative }
.timeline-marker {
  width: 14px; height: 14px;
  background: var(--terra); border-radius: 50%;
  border: 3px solid var(--parchment-2);
  box-shadow: 0 0 0 3px rgba(196,96,58,.35);
  margin-bottom: 1.5rem; position: relative; z-index: 1;
}
.timeline-era {
  font-size: .62rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--terra); font-weight: 600; margin-bottom: .4rem;
}
.timeline-item h4 { font-size: .9rem; color: var(--espresso); margin-bottom: .4rem }
.timeline-item p { font-size: .8rem; color: var(--espresso-3); line-height: 1.6; max-width: 185px }

/* ── TRUST / CERTS ───────────────────────────── */
.trust-grid {
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 1.5rem;
}
.trust-item {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: 2.5rem 1.5rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  transition: all .35s var(--ease-out);
}
.trust-item:hover {
  border-color: rgba(74,103,65,.35);
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(44,36,22,.09);
}
.trust-icon {
  width: 52px; height: 52px;
  display: grid; place-items: center;
  background: var(--forest-lt);
  border-radius: 50%; margin-bottom: 1.2rem;
}
.trust-icon svg { width: 24px; height: 24px; stroke: var(--forest); fill: none; stroke-width: 1.5 }
.trust-item h4 { font-size: .82rem; color: var(--espresso); margin-bottom: .4rem }
.trust-item p { font-size: .76rem; color: var(--warm-gray); line-height: 1.55 }

/* ── PRODUCT BLOCKS ──────────────────────────── */
.product-block {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0; border-bottom: 1px solid var(--rule);
}
.product-block:first-child { border-top: 1px solid var(--rule) }
.product-block.reverse .prod-img { order: 2 }
.product-block.reverse .prod-body { order: 1 }
.prod-img {
  position: relative; overflow: hidden;
  max-height: 500px;
}
.prod-img img {
  width: 100%; max-height: 500px; object-fit: cover;
  transition: transform .9s var(--ease-out);
}
.prod-img:hover img { transform: scale(1.05) }
.prod-img-badge {
  position: absolute; top: 2rem; left: 2rem;
  background: rgba(44,36,22,.82);
  color: var(--terra-2);
  padding: .5rem 1.1rem;
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; font-weight: 700;
  border-radius: 2px; backdrop-filter: blur(8px);
}
.prod-body {
  padding: 2rem;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--parchment);
}
.product-block.reverse .prod-body { background: var(--parchment-2) }
.prod-tag {
  display: flex; align-items: center; gap: .5rem;
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--terra); margin-bottom: 1.2rem; font-weight: 600;
}
.prod-tag::before { content: '—'; margin-right: .1rem }
.prod-body h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400; font-size: clamp(1.6rem,2.5vw,2.4rem);
  margin-bottom: 1.2rem; color: var(--espresso);
}
.prod-body > p { font-size: .95rem; line-height: 1.8; margin-bottom: 2rem; color: var(--espresso-3) }
.prod-specs { display: flex; flex-direction: column; border-top: 1px solid var(--rule) }
.prod-spec {
  display: flex; justify-content: space-between; align-items: center;
  padding: .8rem 0; border-bottom: 1px solid var(--rule);
}
.prod-spec-name { font-size: .88rem; font-weight: 500; color: var(--espresso-2) }
.prod-spec-grade {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--forest); background: var(--forest-lt);
  padding: .2rem .7rem; font-weight: 600; border-radius: 2px;
}

/* ── QUALITY STANDARDS (Products) ────────────── */
.standards-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
.standard-card {
  padding: 3rem 2.5rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  transition: all .35s var(--ease-out);
  position: relative; overflow: hidden;
}
.standard-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(to right, var(--espresso), var(--espresso-bg));
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease-out);
}
.standard-card:hover { transform: translateY(-7px); box-shadow: 0 18px 50px rgba(44,36,22,.1) }
.standard-card:hover::before { transform: scaleX(1) }
.standard-icon {
  width: 56px; height: 56px;
  display: grid; place-items: center;
  background: var(--forest-lt);
  border-radius: 50%; margin-bottom: 1.8rem;
}
.standard-icon svg { width: 26px; height: 26px; stroke: var(--forest); fill: none; stroke-width: 1.5 }
.standard-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--espresso); margin-bottom: .8rem }
.standard-card p { font-size: .88rem; color: var(--espresso-3) }

/* ── ORIGIN REGIONS (Products) ───────────────── */
.origins-grid {
  display: grid; grid-template-columns: repeat(5,1fr);
  gap: 1.5rem;
}
.origin-card {
  padding: 2rem 1.5rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  transition: all .35s var(--ease-out);
  text-align: center;
}
.origin-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 36px rgba(44,36,22,.1);
  border-color: rgba(212,153,46,.4);
}
.origin-icon {
  width: 48px; height: 48px;
  margin: 0 auto 1rem;
  display: grid; place-items: center;
  background: var(--ochre-lt);
  border-radius: 50%;
}
.origin-icon svg { width: 22px; height: 22px; stroke: var(--ochre); fill: none; stroke-width: 1.5 }
.origin-cat {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--terra); font-weight: 700; margin-bottom: .5rem;
}
.origin-card h4 { font-size: .85rem; color: var(--espresso); margin-bottom: .5rem }
.origin-card p { font-size: .77rem; color: var(--warm-gray); line-height: 1.55 }

/* ── CONTACT FORM ────────────────────────────── */
.contact-wrap {
  display: grid; grid-template-columns: 1.1fr .9fr;
  border: 1px solid var(--rule);
  border-radius: var(--r); overflow: hidden;
}
.contact-form-side { padding: 4rem; background: var(--parchment) }
.contact-form-side h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem,3vw,2.8rem);
  margin-bottom: 2.5rem; font-weight: 300; color: var(--espresso);
}
.field { margin-bottom: 1.6rem }
.field label {
  display: block; font-size: .68rem; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 600;
  color: var(--espresso-3); margin-bottom: .6rem;
}
.field input, .field textarea, .field select {
  width: 100%; padding: .9rem 1rem;
  border: 1.5px solid var(--rule-2);
  background: var(--parchment-2);
  color: var(--espresso);
  font-family: 'Inter', sans-serif;
  font-size: .93rem;
  transition: border .3s, box-shadow .3s, background .3s;
  outline: none; appearance: none;
  border-radius: var(--r);
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--forest);
  background: var(--white);
  box-shadow: 0 0 0 3px var(--forest-lt);
}
.field textarea { resize: vertical; min-height: 120px }
.contact-info-side { padding: 4rem; background: var(--espresso) }
.contact-info-side .label { color: rgba(247,242,232,.4) }
.contact-info-side h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.6rem,2.5vw,2.4rem);
  color: var(--parchment); font-weight: 300; margin: 1rem 0 3rem;
}
.info-line {
  margin-bottom: 2rem; padding-bottom: 2rem;
  border-bottom: 1px solid rgba(247,242,232,.08);
}
.info-line h4 { color: rgba(247,242,232,.4); font-size: .65rem; letter-spacing: .2em; margin-bottom: .7rem; text-transform: uppercase }
.info-line p { color: rgba(247,242,232,.72); font-size: .92rem; line-height: 1.7 }
.info-line a { color: rgba(247,242,232,.72); transition: color .3s }
.info-line a:hover { color: var(--ochre) }
.map-wrap {
  margin-top: 3rem; height: 360px; overflow: hidden;
  border: 1px solid var(--rule); border-radius: var(--r);
}
.map-wrap iframe { width: 100%; height: 100%; border: 0 }
.form-status { margin-top: 1rem; font-size: .85rem }

/* ── HOW WE WORK (Contact) ───────────────────── */
.how-steps {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2rem;
}
.how-step {
  padding: 3rem 2.5rem;
  background: var(--parchment);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  position: relative; overflow: hidden;
  transition: all .35s var(--ease-out);
}
.how-step::after {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 80px; height: 80px;
  background: radial-gradient(circle at 100% 0%, var(--terra-lt), transparent);
}
.how-step:hover { transform: translateY(-7px); box-shadow: 0 18px 44px rgba(44,36,22,.1) }
.step-icon {
  width: 62px; height: 62px;
  display: grid; place-items: center;
  background: var(--terra-lt);
  border-radius: 50%; margin-bottom: 2rem;
}
.step-icon svg { width: 26px; height: 26px; stroke: var(--terra); fill: none; stroke-width: 1.5 }
.step-sym {
  font-family: 'Playfair Display', serif;
  font-size: 6rem; font-weight: 300;
  color: rgba(44,36,22,.04); line-height: 1;
  position: absolute; bottom: .5rem; right: 1.5rem;
  pointer-events: none; user-select: none;
}
.how-step h3 { font-size: 1.1rem; font-weight: 700; color: var(--espresso); margin-bottom: .8rem }
.how-step p { font-size: .88rem; color: var(--espresso-3); line-height: 1.7 }

/* ── FAQ ─────────────────────────────────────── */
.faq-list { max-width: 820px; margin: 0 auto }
.faq-item { border-bottom: 1px solid var(--rule) }
.faq-item:first-child { border-top: 1px solid var(--rule) }
.faq-q {
  width: 100%; text-align: left;
  padding: 1.6rem 0;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1rem; font-weight: 600; color: var(--espresso);
  cursor: pointer; transition: color .3s; gap: 1rem;
}
.faq-q:hover { color: var(--terra) }
.faq-icon {
  width: 28px; height: 28px; flex-shrink: 0;
  border: 1px solid var(--rule-2); border-radius: 50%;
  display: grid; place-items: center; transition: all .3s;
}
.faq-icon svg { width: 14px; height: 14px; stroke: var(--espresso-3); fill: none; stroke-width: 2; transition: transform .4s }
.faq-item.open .faq-q { color: var(--terra) }
.faq-item.open .faq-icon { background: var(--terra); border-color: var(--terra) }
.faq-item.open .faq-icon svg { stroke: var(--parchment); transform: rotate(45deg) }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .5s var(--ease-out) }
.faq-a-inner { padding-bottom: 1.8rem }
.faq-a-inner p { font-size: .95rem; color: var(--espresso-3); line-height: 1.8 }
.faq-item.open .faq-a { max-height: 300px }

/* ── VISIT US (Contact) ──────────────────────── */
.visit-section {
  position: relative; overflow: hidden;
  min-height: 420px; display: flex; align-items: center;
}
.visit-bg { position: absolute; inset: 0 }
.visit-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.48) saturate(.85) }
.visit-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(44,36,22,.88) 42%, transparent 78%);
}
.visit-content { position: relative; z-index: 2; max-width: 560px; padding: 4rem 0 }
.visit-content h2 {
  color: var(--parchment); font-weight: 300;
  font-size: clamp(2rem,3.5vw,3rem); margin-bottom: 1.5rem;
}
.visit-content > p { color: rgba(247,242,232,.65); margin-bottom: 2rem }
.visit-address {
  font-size: .88rem; color: rgba(247,242,232,.55);
  line-height: 2.1; font-style: normal;
}
.visit-address a { color: var(--ochre); transition: opacity .3s }
.visit-address a:hover { opacity: .75 }

/* ── CLOSING CTA ──────────────────────────────── */
.closing {
  background: var(--espresso); color: var(--parchment);
  padding: 3rem 0; text-align: center;
  position: relative; overflow: hidden;
}
.closing::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 105%, rgba(196,96,58,.16), transparent 65%);
  pointer-events: none;
}
.closing::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(to right, transparent, rgba(212,153,46,.3), transparent);
}
.closing h2 {
  color: var(--parchment); font-weight: 300;
  font-size: clamp(2.2rem,4vw,4rem);
  max-width: 740px; margin: 0 auto 2.5rem; line-height: 1.12;
}
.closing h2 em { color: inherit }
.closing p { color: rgba(247,242,232,.5); margin-bottom: 2.5rem; font-size: .97rem }
.closing .signature {
  margin-top: 4rem;
  font-size: .62rem; letter-spacing: .28em; text-transform: uppercase;
  color: rgba(247,242,232,.2); font-weight: 500;
}
.closing-deco {
  position: absolute; font-family: 'Playfair Display', serif;
  font-size: 20rem; font-weight: 300; color: rgba(247,242,232,.025);
  line-height: 1; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none; user-select: none; letter-spacing: -.05em;
}

/* ── FOOTER ──────────────────────────────────── */
.footer {
  /* background: var(--espresso-2); */
  border-top: 1px solid rgba(247,242,232,.05);
  padding: 5rem 0 2.5rem;
    background: linear-gradient(
        to bottom,
        #4d4444 0%,
        #302727 45%,
        #170d0d 100%
    );
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 4rem; margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(247,242,232,.06);
}
.footer-brand .brand-mark { border-color: rgba(247,242,232,.2); color: var(--parchment) }
.footer-brand .brand-text strong { color: var(--parchment) }
.footer-brand .brand-text span { color: rgba(247,242,232,.8) }
.footer-brand p { font-size: .88rem; color: rgba(247,242,232,.82); line-height: 1.7; margin-top: 1.2rem }
.footer h4 {
  font-size: .85rem; letter-spacing: .2em; text-transform: uppercase;
  color: rgba(247,242,232,.88); margin-bottom: 1.4rem; font-weight: 600;
}
.footer ul { list-style: none }
.footer li { margin-bottom: .7rem }
.footer li, .footer li a { font-size: .88rem; color: rgba(247,242,232,.88); transition: color .3s; line-height: 1.5 }
.footer li a:hover { color: var(--ochre) }
.footer-bottom { display: flex; justify-content: space-between; align-items: center }
.footer-bottom span { font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: rgba(247,242,232,.7) }

/* ── BG HELPERS ──────────────────────────────── */
.bg-parchment-2 { background: var(--parchment-2) }

/* ── RESPONSIVE ─────────────────────────────── */
@media (max-width:1024px) {
  .hero-inner { grid-template-columns: 1fr }
  .hero-bg-img { width: 100%; opacity: .25 }
  .hero-right { display: none }
  .sec-head { grid-template-columns: 1fr }
  .region-grid { grid-template-columns: 1fr 1fr; gap: 1rem }
  .journey-steps { grid-template-columns: 1fr 1fr; gap: 2rem }
  .journey-line { display: none }
  .mosaic-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 230px 230px }
  .mosaic-item.wide { grid-column: span 1 }
  .field-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 230px 230px 230px }
  .field-img.tall { grid-row: span 1 }
  .product-block { grid-template-columns: 1fr }
  .product-block.reverse .prod-img,
  .product-block.reverse .prod-body { order: 0 }
  .prod-img { min-height: 340px }
  .prod-body { padding: 2.5rem }
  .about-split { grid-template-columns: 1fr; gap: 3rem }
  .network-cards { grid-template-columns: 1fr 1fr }
  .flip-grid { grid-template-columns: 1fr 1fr }
  .trust-grid { grid-template-columns: repeat(3,1fr) }
  .origins-grid { grid-template-columns: repeat(3,1fr) }
  .standards-grid { grid-template-columns: 1fr 1fr }
  .how-steps { grid-template-columns: 1fr }
  .contact-wrap { grid-template-columns: 1fr }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem }
  .atlas-map-wrap { min-height: 320px }
}

@media (max-width:768px) {
  section { padding: 5rem 0 }
  .nav-links {
    display: none; position: fixed;
    inset: 0 0 0 30%;
    background: var(--parchment);
    flex-direction: column; justify-content: center; align-items: flex-start;
    padding: 3rem; gap: 2rem; z-index: 100;
    border-left: 1px solid var(--rule);
  }
  .nav-links.open { display: flex }
  .nav-links a { font-size: .85rem; color: var(--espresso-3) }
  .burger { display: flex }
  h1 { font-size: 3rem }
  .hero-inner { padding: 2rem 0 3.5rem }
  .region-grid { grid-template-columns: 1fr }
  .region-card { height: 290px }
  .journey-steps { grid-template-columns: 1fr }
  .mosaic-grid { grid-template-columns: 1fr; grid-template-rows: repeat(5,220px) }
  .field-gallery { grid-template-columns: 1fr; grid-template-rows: repeat(5,200px) }
  .flip-grid { grid-template-columns: 1fr 1fr }
  .flip-card { height: 240px }
  .network-cards { grid-template-columns: 1fr }
  .trust-grid { grid-template-columns: 1fr 1fr }
  .origins-grid { grid-template-columns: 1fr 1fr }
  .contact-form-side, .contact-info-side { padding: 2.5rem }
  .footer-grid { grid-template-columns: 1fr }
  .standards-grid { grid-template-columns: 1fr }
  .page-hero { min-height: 52vh }
  .atlas-map-wrap { min-height: 280px }
  .atlas-pin-label { display: none }
}

/* ── LEGAL PAGES ─────────────────────────────── */
.legal-wrap {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 5rem;
  align-items: start;
  padding: 5rem 0 6rem;
}
.legal-toc {
  position: sticky;
  top: 7rem;
}
.legal-toc-title {
  font-size: .62rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--warm-gray); font-weight: 600; margin-bottom: 1.4rem;
}
.legal-toc ul { list-style: none }
.legal-toc li { margin-bottom: .15rem }
.legal-toc a {
  font-size: .8rem; color: var(--espresso-3);
  display: block; padding: .4rem 0 .4rem .9rem;
  border-left: 2px solid transparent;
  transition: color .3s, border-color .3s;
  line-height: 1.45;
}
.legal-toc a:hover { color: var(--terra); border-left-color: var(--terra) }

.legal-meta {
  display: flex; gap: 3rem; flex-wrap: wrap;
  margin-bottom: 3rem; padding-bottom: 2.5rem;
  border-bottom: 1.5px solid var(--rule-2);
}
.legal-meta-label {
  font-size: .6rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--warm-gray); font-weight: 600; margin-bottom: .35rem;
}
.legal-meta-value {
  font-size: .9rem; color: var(--espresso); font-weight: 600;
}

.legal-section {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 7rem;
}
.legal-section:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0 }

.legal-section > h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 400; line-height: 1.2;
  color: var(--espresso);
  margin-bottom: 1rem;
  padding-bottom: .9rem;
  border-bottom: 1.5px solid var(--rule-2);
}
.legal-section h3 {
  font-size: 1rem; font-weight: 700;
  margin: 2rem 0 .7rem;
  color: var(--espresso);
  letter-spacing: .01em;
}
.legal-section p {
  font-size: .97rem; line-height: 1.9;
  color: var(--espresso-2);
  margin-bottom: 1rem;
}
.legal-section p:last-child { margin-bottom: 0 }
.legal-section ul, .legal-section ol {
  padding-left: 1.5rem;
  margin: .7rem 0 1.1rem;
}
.legal-section li {
  font-size: .97rem; line-height: 1.85;
  color: var(--espresso-2);
  margin-bottom: .45rem;
}
.legal-section strong { color: var(--espresso); font-weight: 700 }

.legal-highlight {
  background: var(--parchment-2);
  border-left: 3px solid var(--terra);
  padding: 1.3rem 1.7rem;
  border-radius: 0 var(--r) var(--r) 0;
  margin: 1.6rem 0;
}
.legal-highlight p {
  color: var(--espresso); font-size: .94rem;
  font-weight: 500; margin-bottom: 0; line-height: 1.75;
}

.legal-contact-box {
  background: var(--espresso);
  padding: 2.5rem;
  border-radius: var(--r);
  margin-top: 1.5rem;
}
.legal-contact-box p {
  color: rgba(247,242,232,.82); font-size: .93rem; margin-bottom: .6rem;
}
.legal-contact-box a { color: var(--ochre); transition: opacity .3s }
.legal-contact-box a:hover { opacity: .75 }

@media (max-width: 1024px) {
  .legal-wrap { grid-template-columns: 1fr; gap: 0; padding: 4rem 0 5rem }
  .legal-toc { display: none }
}
