/* ===== Arcadia Estate Coffee ===== */
:root {
  --purple: #4B2E83;
  --plum: #6A4C93;
  --gold: #C8A856;
  --gold-2: #B8932F;
  --bronze: #8B4513;
  --espresso: #2A1810;
  --cream: #F8F5F0;
  --cream-2: #F2EDE3;
  --cream-3: #EAE3D1;
  --charcoal: #2D2D33;
  --muted: #6E6E78;
  --rule: #D9D2C2;
  --serif: "Cormorant Garamond", "Noto Serif SC", Georgia, serif;
  --sans: "Inter", "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  --maxw: 1320px;
}

/* Palette variants set via [data-palette] on <html> */
html[data-palette="emerald"] { --purple:#1F4D3F; --plum:#2E6E5A; --gold:#C9A24E; --bronze:#5A3A1F; }
html[data-palette="terracotta"] { --purple:#7A2E1F; --plum:#9A4530; --gold:#D49B5F; --bronze:#5A2A18; }
html[data-palette="ink"] { --purple:#1A1A22; --plum:#33333D; --gold:#B89248; --bronze:#5A4326; --cream:#F4F1EB; --cream-2:#ECE6D9; }

html[data-mode="dark"] {
  --cream: #14110D;
  --cream-2: #1C1814;
  --cream-3: #261F18;
  --charcoal: #EFE9DC;
  --muted: #998E7A;
  --rule: #3A3128;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--charcoal);
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.zh { font-family: "Noto Sans SC", var(--sans); }
body.zh h1, body.zh h2, body.zh h3,
body.zh .display, body.zh .section-title,
body.zh .hero h1, body.zh .product-card h3,
body.zh .col-item h3, body.zh .footer-brand,
body.zh .stat .big, body.zh .marquee-item {
  font-family: "Noto Serif SC", var(--serif);
}

img { max-width: 100%; display: block; }
a { color: inherit; }

/* =============== HEADER =============== */
header.site {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  padding: 18px 0;
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  border-bottom: 1px solid transparent;
}
header.site.scrolled {
  background: color-mix(in srgb, var(--cream) 94%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid var(--rule);
}
header.site.over-hero .logo,
header.site.over-hero nav.primary a,
header.site.over-hero .lang-switch button { color: rgba(255,255,255,0.92); }
header.site.over-hero .logo-mark { border-color: rgba(255,255,255,0.7); color: rgba(255,255,255,0.92); }
header.site.over-hero .logo-text-2 { color: var(--gold); }
header.site.over-hero .lang-switch button.active { color: var(--gold); background: rgba(255,255,255,0.08); }
header.site.over-hero .lang-sep { color: rgba(255,255,255,0.3); }

.nav {
  max-width: var(--maxw); margin: 0 auto; padding: 0 32px;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
}
.logo {
  font-family: var(--serif);
  font-weight: 400; font-size: 22px;
  color: var(--purple);
  letter-spacing: 0.02em;
  text-decoration: none;
  display: flex; align-items: center; gap: 12px;
  transition: color 0.3s;
}
.logo-mark {
  width: 30px; height: 30px;
  border: 1px solid var(--purple);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 500; color: var(--purple);
  font-family: var(--sans);
  transition: all 0.3s;
}
.logo-text-2 { color: var(--bronze); font-style: italic; font-weight: 400; transition: color 0.3s; }
nav.primary { display: flex; gap: 26px; align-items: center; flex: 1; justify-content: center; flex-wrap: nowrap; }
nav.primary a {
  color: var(--charcoal); text-decoration: none; font-size: 12px; font-weight: 400;
  letter-spacing: 0.12em; text-transform: uppercase; transition: color 0.2s;
  position: relative; white-space: nowrap;
}
nav.primary a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left;
  transition: transform 0.3s ease;
}
nav.primary a:hover::after { transform: scaleX(1); }

.lang-switch { display: flex; gap: 2px; align-items: center; }
.lang-switch button {
  background: transparent; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 12px; padding: 6px 10px;
  color: var(--muted); font-weight: 400; letter-spacing: 0.1em;
  transition: all 0.2s;
}
.lang-switch button.active {
  color: var(--purple); background: color-mix(in srgb, var(--purple) 8%, transparent);
  font-weight: 500;
}
.lang-switch button:hover { color: var(--purple); }
.lang-sep { color: var(--rule); font-size: 11px; }

/* =============== HERO =============== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: flex-end;
  padding: 120px 40px 80px;
  color: white;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(180deg, rgba(20,12,8,0.45) 0%, rgba(20,12,8,0.25) 30%, rgba(20,12,8,0.90) 100%),
    url("images/hero.jpg");
  background-size: cover;
  background-position: center;
  z-index: -1;
  transform: scale(1.05);
  animation: heroDrift 30s ease-in-out infinite alternate;
}
@keyframes heroDrift {
  from { transform: scale(1.05) translate(0, 0); }
  to { transform: scale(1.12) translate(-1%, -2%); }
}
.hero-inner {
  max-width: var(--maxw); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 60px; align-items: end;
}
.hero-eyebrow {
  font-size: 11px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 32px;
  display: flex; align-items: center; gap: 14px;
}
.hero-eyebrow::before {
  content: ""; width: 32px; height: 1px; background: var(--gold);
}
.hero h1 {
  font-family: var(--serif); font-weight: 300;
  font-size: clamp(48px, 7vw, 96px); line-height: 1.0;
  letter-spacing: -0.015em; margin-bottom: 32px;
  color: white;
  text-wrap: balance;
}
.hero h1 em { color: var(--gold); font-style: italic; font-weight: 400; }
.hero .lead {
  font-size: 18px; line-height: 1.55;
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px; max-width: 540px; font-weight: 300;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 16px 30px;
  text-decoration: none; font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  transition: all 0.25s;
  border: 1px solid transparent;
  cursor: pointer; font-family: var(--sans);
}
.btn-primary { background: var(--gold); color: var(--espresso); }
.btn-primary:hover { background: var(--cream); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: white; border-color: rgba(255,255,255,0.4); }
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: white; }
.btn::after { content: "→"; transition: transform 0.2s; }
.btn:hover::after { transform: translateX(4px); }

.hero-meta {
  display: grid; gap: 24px; padding-bottom: 12px;
}
.hero-meta-item {
  border-left: 1px solid rgba(200,168,86,0.4);
  padding-left: 18px;
}
.hero-meta-item .k {
  font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 8px;
}
.hero-meta-item .v {
  font-family: var(--serif); font-size: 26px; color: white; line-height: 1.1;
  font-weight: 400;
}
.hero-meta-item .v small {
  font-family: var(--sans); font-size: 11px; color: rgba(255,255,255,0.55);
  font-weight: 300; letter-spacing: 0.05em; display: block; margin-top: 6px;
  line-height: 1.5;
}

.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  font-size: 10px; letter-spacing: 0.35em; text-transform: uppercase;
  color: rgba(255,255,255,0.5); font-weight: 400;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.hero-scroll .line {
  width: 1px; height: 32px; background: rgba(255,255,255,0.4);
  animation: scrollLine 2s ease-in-out infinite;
}
@keyframes scrollLine {
  0%, 100% { transform: scaleY(0.4); transform-origin: top; }
  50% { transform: scaleY(1); }
}

/* =============== MARQUEE =============== */
.marquee {
  background: var(--espresso); color: var(--cream);
  padding: 20px 0; overflow: hidden;
  border-top: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--gold) 40%, transparent);
}
.marquee-track {
  display: inline-flex; gap: 56px; align-items: center;
  animation: scroll 60s linear infinite;
  white-space: nowrap;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: var(--serif); font-size: 19px; font-weight: 300;
  font-style: italic; letter-spacing: 0.02em; color: rgba(248,245,240,0.7);
}
.marquee-item.gold { color: var(--gold); }
.marquee-dot { color: color-mix(in srgb, var(--gold) 60%, transparent); font-size: 8px; }
@keyframes scroll {
  to { transform: translateX(-50%); }
}

/* =============== SECTION BASE =============== */
section.block { padding: 120px 40px; position: relative; }
section.block .inner { max-width: var(--maxw); margin: 0 auto; }
.section-eyebrow {
  font-size: 11px; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--bronze); font-weight: 500; margin-bottom: 22px;
  display: flex; align-items: center; gap: 14px;
}
.section-eyebrow::before {
  content: ""; width: 32px; height: 1px; background: currentColor;
}
.section-title {
  font-family: var(--serif); font-weight: 300; font-size: clamp(36px, 5vw, 58px);
  color: var(--purple); line-height: 1.05; max-width: 880px;
  margin-bottom: 28px; letter-spacing: -0.01em;
  text-wrap: balance;
}
.section-title em { font-style: italic; color: var(--bronze); }
.section-intro {
  font-size: 17px; max-width: 680px; color: var(--charcoal);
  line-height: 1.65; font-weight: 300; margin-bottom: 64px;
}

/* =============== ABOUT — 3 col with image =============== */
section.about .about-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: stretch;
  margin-top: 40px;
}
section.about .three-col {
  display: grid; grid-template-columns: 1fr; gap: 40px;
}
.col-item {
  display: grid; grid-template-columns: 80px 1fr; gap: 24px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--rule);
}
.col-item:last-child { border-bottom: none; padding-bottom: 0; }
.col-item .col-num {
  font-family: var(--serif); font-size: 44px; color: var(--gold);
  font-weight: 300; line-height: 1; font-style: italic;
}
.col-item h3 {
  font-family: var(--serif); font-weight: 400; font-size: 24px;
  color: var(--purple); margin-bottom: 12px; letter-spacing: 0.01em;
}
.col-item p {
  font-size: 15px; line-height: 1.7; color: var(--charcoal); font-weight: 300;
}
.about-image {
  position: relative;
  background-image:
    linear-gradient(135deg, rgba(75,46,131,0.0), rgba(42,24,16,0.2)),
    url("images/about.jpg");
  background-size: cover; background-position: center;
  min-height: 560px;
}
.about-image::after {
  content: ""; position: absolute; inset: 18px;
  border: 1px solid rgba(255,255,255,0.3); pointer-events: none;
}
.about-image-caption {
  position: absolute; bottom: 32px; left: 32px; right: 32px;
  color: white; font-family: var(--serif);
  font-size: 22px; font-weight: 400; font-style: italic;
  line-height: 1.3; max-width: 280px;
}
.about-image-caption small {
  display: block; font-family: var(--sans); font-style: normal;
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  font-weight: 600; margin-top: 12px; color: var(--gold);
}

/* =============== ORIGIN — Regions =============== */
section.origin { background: var(--cream-2); }
.region-grid {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px;
  margin-top: 24px;
}
.region-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  padding: 0;
  display: flex; flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  position: relative;
}
.region-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(45,45,51,0.1);
}
.region-thumb {
  height: 200px;
  background-size: cover; background-position: center;
  position: relative;
}
.region-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(42,24,16,0.65) 100%);
}
.region-thumb .badge {
  position: absolute; top: 14px; left: 14px;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--cream); font-weight: 500;
  background: rgba(75,46,131,0.85); padding: 5px 10px;
  z-index: 1;
}
.region-card-body {
  padding: 20px 22px 24px;
}
.region-card h3 {
  font-family: var(--serif); font-size: 22px; color: var(--purple);
  font-weight: 400; margin-bottom: 4px;
}
.region-card .alt {
  font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); font-weight: 400; margin-bottom: 14px;
}
.region-card .notes {
  font-size: 13px; line-height: 1.55; color: var(--charcoal); font-weight: 400;
}
.region-card .notes strong { color: var(--bronze); font-weight: 600; }

/* =============== PORTFOLIO — Products =============== */
.product-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.product-card {
  background: var(--cream);
  border: 1px solid var(--rule);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(45,45,51,0.12); }
.product-thumb {
  height: 280px;
  background-size: cover; background-position: center;
  position: relative;
}
.product-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(42,24,16,0.7) 100%);
}
.product-thumb .price-tag {
  position: absolute; top: 18px; left: 18px;
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--espresso); font-weight: 500;
  background: var(--gold); padding: 6px 14px;
}
.product-thumb .score-overlay {
  position: absolute; bottom: 18px; left: 18px;
  color: var(--cream); z-index: 1;
}
.product-thumb .score-overlay .label {
  font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: 4px;
}
.product-thumb .score-overlay .value {
  font-family: var(--serif); font-size: 28px; font-weight: 400;
  color: white; line-height: 1;
}
.product-body {
  padding: 32px 32px 36px;
  display: flex; flex-direction: column; flex: 1;
}
.product-body h3 {
  font-family: var(--serif); font-weight: 400; font-size: 30px;
  color: var(--purple); margin-bottom: 6px; letter-spacing: 0.005em;
}
.product-body .tagline {
  font-size: 13px; color: var(--muted); margin-bottom: 24px;
  font-style: italic; font-family: var(--serif); font-size: 16px;
}
.product-body ul { list-style: none; margin-bottom: 24px; flex: 1; }
.product-body li {
  font-size: 13px; color: var(--charcoal); padding: 10px 0;
  border-bottom: 1px solid var(--rule); font-weight: 400;
  display: grid; grid-template-columns: 130px 1fr; gap: 12px;
}
.product-body li:last-child { border-bottom: none; }
.product-body li b {
  color: var(--bronze); font-weight: 500;
  font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase;
  padding-top: 2px;
}
.product-cta {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--purple); font-weight: 500; text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 6px; align-self: flex-start;
  transition: gap 0.2s;
}
.product-card:hover .product-cta { gap: 14px; }

/* =============== PROCESS =============== */
section.process { background: var(--espresso); color: var(--cream); }
section.process .section-eyebrow { color: var(--gold); }
section.process .section-title { color: var(--cream); }
section.process .section-intro { color: rgba(248,245,240,0.75); }
.process-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  margin-top: 24px;
  position: relative;
}
.process-grid::before {
  content: ""; position: absolute; top: 38px; left: 0; right: 0;
  height: 1px; background: rgba(200,168,86,0.3);
}
.process-step {
  padding: 0 24px;
  border-left: 1px solid rgba(200,168,86,0.2);
}
.process-step:first-child { border-left: none; padding-left: 0; }
.process-step:last-child { padding-right: 0; }
.process-num {
  font-family: var(--mono); font-size: 11px; color: var(--gold);
  font-weight: 400; letter-spacing: 0.2em;
  margin-bottom: 30px; position: relative; display: inline-block;
  padding-right: 14px; background: var(--espresso);
}
.process-step h3 {
  font-family: var(--serif); font-weight: 400; font-size: 26px;
  color: var(--cream); margin-bottom: 14px;
  letter-spacing: 0.01em;
}
.process-step p {
  font-size: 14px; line-height: 1.65; color: rgba(248,245,240,0.7);
  font-weight: 300;
}

/* =============== GLOBAL REACH =============== */
section.global {
  position: relative;
  overflow: hidden;
}
.global-layout {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center;
}
.markets-list {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--rule);
  max-width: 560px;
}
.market {
  padding: 22px 24px 22px 0;
  border-bottom: 1px solid var(--rule);
  display: flex; align-items: baseline; gap: 12px;
}
.market:nth-child(2n) { padding-left: 32px; border-left: 1px solid var(--rule); }
.market .num {
  font-family: var(--mono); font-size: 10px; color: var(--bronze);
  letter-spacing: 0.1em;
}
.market .name {
  font-family: var(--serif); font-size: 22px; color: var(--purple);
  font-weight: 400; flex: 1;
}
.market .tag {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--muted); font-weight: 400;
}
.market.featured .tag { color: var(--gold); }

.globe-art {
  position: relative;
  aspect-ratio: 1;
  background: var(--espresso);
  overflow: hidden;
}
.globe-art::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("images/globe-bg.jpg");
  background-size: cover; background-position: center;
  filter: sepia(0.4) hue-rotate(-10deg) brightness(0.6);
  opacity: 0.65;
}
.globe-art svg { position: relative; width: 100%; height: 100%; z-index: 1; }
.globe-caption {
  position: absolute; bottom: 28px; left: 32px; right: 32px;
  color: var(--cream); z-index: 2; font-family: var(--serif);
  font-size: 18px; font-style: italic; font-weight: 400;
  line-height: 1.35;
}
.globe-caption small {
  display: block; margin-top: 8px; color: var(--gold);
  font-family: var(--sans); font-style: normal;
  font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase;
  font-weight: 600;
}

/* =============== CHINA / MARKET STATS =============== */
section.china {
  background-image:
    linear-gradient(135deg, rgba(75,46,131,0.95) 0%, rgba(42,24,16,0.95) 100%),
    url("images/china-bg.jpg");
  background-size: cover; background-position: center;
  background-blend-mode: multiply;
  color: var(--cream);
}
section.china .section-eyebrow { color: var(--gold); }
section.china .section-title { color: var(--cream); }
section.china .section-intro { color: rgba(248,245,240,0.85); max-width: 760px; }
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
  margin-top: 24px;
}
.stat {
  border-left: 1px solid var(--gold); padding-left: 28px;
}
.stat .big {
  font-family: var(--serif); font-size: clamp(48px, 5vw, 72px); font-weight: 300;
  color: var(--gold); line-height: 1; margin-bottom: 16px;
  letter-spacing: -0.02em;
}
.stat .lbl {
  font-size: 13px; color: rgba(248,245,240,0.85);
  line-height: 1.55; font-weight: 300;
}
.stat .src {
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(200,168,86,0.7); margin-top: 12px; font-weight: 400;
}

/* =============== STORY / SUSTAINABILITY =============== */
section.story { background: var(--cream-2); }
.story-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center;
}
.story-image-stack {
  position: relative;
  height: 600px;
}
.story-image-stack .img {
  position: absolute;
  background-size: cover; background-position: center;
}
.story-image-stack .img-1 {
  top: 0; left: 0; width: 70%; height: 70%;
  background-image: url("images/story-1.jpg");
}
.story-image-stack .img-2 {
  bottom: 0; right: 0; width: 55%; height: 55%;
  background-image: url("images/story-2.jpg");
  border: 12px solid var(--cream-2);
}
.story-content h2 { margin-bottom: 32px; }
.story-content p {
  font-size: 16px; line-height: 1.7; color: var(--charcoal);
  font-weight: 300; margin-bottom: 20px;
}
.story-content .pull {
  font-family: var(--serif); font-size: 26px; line-height: 1.35;
  color: var(--purple); font-style: italic; font-weight: 400;
  border-left: 2px solid var(--gold);
  padding: 12px 0 12px 24px; margin: 32px 0;
}
.story-meta {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid var(--rule);
}
.story-meta .item .k {
  font-family: var(--serif); font-size: 36px; font-weight: 400;
  color: var(--purple); line-height: 1; margin-bottom: 8px;
}
.story-meta .item .v {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); font-weight: 400; line-height: 1.4;
}

/* =============== CONTACT =============== */
section.contact { background: var(--cream); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px;
  margin-top: 24px;
}
.contact-info {
  display: flex; flex-direction: column;
}
.contact-info .lead {
  font-family: var(--serif); font-size: 26px; line-height: 1.4;
  color: var(--purple); font-weight: 400; font-style: italic;
  margin-bottom: 40px; max-width: 420px;
}
.contact-info dl {
  display: grid; grid-template-columns: 130px 1fr;
  gap: 16px 28px; font-size: 14px; line-height: 1.6;
}
.contact-info dt {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bronze); font-weight: 500; padding-top: 3px;
}
.contact-info dd { color: var(--charcoal); font-weight: 400; }
.contact-info dd a { color: var(--purple); text-decoration: none; border-bottom: 1px solid var(--rule); }
.contact-info dd a:hover { border-color: var(--purple); }
.contact-offices {
  margin-top: 40px; padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.office-card .k {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--bronze); font-weight: 500; margin-bottom: 8px;
}
.office-card .city {
  font-family: var(--serif); font-size: 22px; color: var(--purple);
  font-weight: 400; margin-bottom: 6px;
}
.office-card .addr {
  font-size: 13px; line-height: 1.55; color: var(--charcoal); font-weight: 300;
}

.contact-form {
  background: var(--cream-2);
  padding: 48px;
  border-top: 3px solid var(--gold);
  position: relative;
}
.contact-form::before {
  content: ""; position: absolute; top: 0; right: 0;
  width: 80px; height: 3px; background: var(--purple);
}
.contact-form h3 {
  font-family: var(--serif); font-size: 28px; color: var(--purple);
  margin-bottom: 28px; font-weight: 400;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label {
  display: block; font-size: 10px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
  margin-bottom: 8px; margin-top: 18px;
}
.contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; padding: 14px 16px; font-family: var(--sans);
  font-size: 14px; border: 1px solid var(--rule); background: var(--cream);
  color: var(--charcoal); transition: border-color 0.2s;
  border-radius: 0;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--purple);
}
.contact-form textarea { min-height: 110px; resize: vertical; font-family: var(--sans); }
.contact-form button {
  margin-top: 28px; padding: 16px 32px; background: var(--purple);
  color: white; border: none; cursor: pointer;
  font-family: var(--sans); font-size: 12px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase;
  transition: background 0.2s;
  display: inline-flex; align-items: center; gap: 10px;
}
.contact-form button:hover { background: var(--plum); }
.contact-form button::after { content: "→"; }
.confidential {
  font-size: 11px; color: var(--muted); margin-top: 16px;
  font-style: italic;
}

/* =============== FOOTER =============== */
footer.site {
  background: var(--espresso); color: var(--cream);
  padding: 80px 40px 32px;
}
footer .inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 64px;
}
footer h4 {
  font-family: var(--sans); font-size: 10px; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold); font-weight: 500;
  margin-bottom: 20px;
}
footer p, footer li, footer a {
  font-size: 13px; color: rgba(248,245,240,0.65);
  line-height: 1.8; font-weight: 300;
}
footer a { color: rgba(248,245,240,0.85); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--gold); }
footer ul { list-style: none; }
.footer-brand {
  font-family: var(--serif); font-size: 28px; color: var(--cream);
  font-weight: 400; margin-bottom: 12px;
}
.footer-tagline {
  font-style: italic; color: var(--gold); margin-bottom: 24px;
  font-size: 16px; font-family: var(--serif);
}
.footer-legal {
  border-top: 1px solid rgba(248,245,240,0.1);
  margin-top: 64px; padding-top: 28px;
  max-width: var(--maxw); margin-left: auto; margin-right: auto;
  display: flex; justify-content: space-between; font-size: 11px;
  color: rgba(248,245,240,0.4); letter-spacing: 0.05em; flex-wrap: wrap; gap: 12px;
}
.footer-socials { display: flex; gap: 18px; }
.footer-socials a {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
}

/* =============== TWEAKS PANEL =============== */
.tweaks-panel {
  position: fixed; right: 24px; bottom: 24px; z-index: 100;
  width: 280px;
  background: var(--cream);
  border: 1px solid var(--rule);
  box-shadow: 0 24px 60px rgba(20,12,8,0.18);
  display: none;
  font-family: var(--sans);
}
.tweaks-panel.open { display: block; }
.tweaks-head {
  padding: 16px 20px;
  border-bottom: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
}
.tweaks-head h4 {
  font-family: var(--serif); font-size: 18px; color: var(--purple);
  font-weight: 500; letter-spacing: 0.02em;
}
.tweaks-close {
  background: none; border: none; cursor: pointer;
  font-size: 20px; color: var(--muted); padding: 0; line-height: 1;
}
.tweaks-body { padding: 18px 20px; max-height: 480px; overflow-y: auto; }
.tweak {
  margin-bottom: 18px;
}
.tweak label {
  display: block; font-size: 10px; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--muted); font-weight: 600;
  margin-bottom: 8px;
}
.tweak-swatches { display: flex; gap: 8px; flex-wrap: wrap; }
.tweak-swatch {
  width: 36px; height: 36px; cursor: pointer; border: 2px solid transparent;
  transition: border-color 0.15s, transform 0.15s;
  position: relative;
}
.tweak-swatch:hover { transform: scale(1.08); }
.tweak-swatch.active { border-color: var(--charcoal); }
.tweak-swatch::after {
  content: ""; position: absolute; inset: 4px;
  border: 1px solid rgba(255,255,255,0.4);
}
.tweak-segmented {
  display: flex; border: 1px solid var(--rule);
}
.tweak-segmented button {
  flex: 1; padding: 8px 10px; background: transparent; border: none;
  cursor: pointer; font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--muted); font-weight: 500;
  font-family: var(--sans);
}
.tweak-segmented button.active { background: var(--purple); color: white; }

/* =============== RESPONSIVE =============== */
@media (max-width: 1200px) {
  nav.primary { gap: 16px; }
  nav.primary a { font-size: 11px; letter-spacing: 0.06em; }
}
@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-meta { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .about-grid, .story-grid, .global-layout { grid-template-columns: 1fr; gap: 48px; }
  .about-image, .story-image-stack { min-height: 400px; height: 400px; }
  .region-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .process-grid::before { display: none; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  footer .inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 720px) {
  .nav { padding: 0 20px; flex-wrap: wrap; gap: 12px; }
  nav.primary { display: none; }
  section.block { padding: 80px 24px; }
  .hero { padding: 100px 24px 60px; }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .region-grid { grid-template-columns: 1fr 1fr; }
  .product-grid { grid-template-columns: 1fr; }
  .stats-grid, .markets-list { grid-template-columns: 1fr; }
  .market:nth-child(2n) { padding-left: 0; border-left: none; }
  .story-meta { grid-template-columns: 1fr; gap: 16px; }
  .contact-offices { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 32px 24px; }
  footer .inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-legal { flex-direction: column; }
}
