/*
Theme Name: Authentic Farmers CC
Theme URI: https://afcc.aasila.com
Author: Authentic Farmers CC
Author URI: https://afcc.aasila.com
Description: Premium export-facing theme for Authentic Farmers CC — sustainably sourced firewood and charcoal from Namibia. Built for land stewardship, community impact, and international buyer credibility.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: afcc
Tags: one-page, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ─── VARIABLES ─── */
:root {
  --charcoal: #1C1B18;
  --charcoal-warm: #2A2824;
  --charcoal-mid: #3A3832;
  --sand: #D4C9B8;
  --sand-light: #E8E0D4;
  --sand-pale: #F3EFE9;
  --cream: #FAF8F5;
  --gold: #C4A24E;
  --gold-dark: #A8893F;
  --gold-muted: #B89B4A;
  --olive: #6B7355;
  --olive-light: #8A9372;
  --bark: #6B5D4F;
  --bark-light: #8E7E6E;
  --ash: #A9A49C;
  --white: #FEFDFB;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Outfit', -apple-system, sans-serif;
}

/* ─── RESET ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

/* ─── UTILITY ─── */
.container { max-width: 1200px; margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ─── NAVIGATION ─── */
.site-nav {
  position: fixed; top: 0; width: 100%; z-index: 1000;
  padding: 1.2rem 3.5rem;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
}
.site-nav.scrolled {
  background: rgba(250, 248, 245, 0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(107, 93, 79, 0.08);
  padding: 0.8rem 3.5rem;
}

.nav-brand {
  display: flex; align-items: center; gap: 0.75rem;
  text-decoration: none;
}
.nav-mark { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; }
.nav-mark svg { width: 100%; height: 100%; }
.nav-wordmark {
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.22em;
  color: var(--cream);
  transition: color 0.5s ease;
}
.site-nav.scrolled .nav-wordmark { color: var(--charcoal); }
.site-nav.scrolled .nav-mark svg path { fill: var(--charcoal); }

.nav-menu { display: flex; gap: 2.75rem; align-items: center; }
.nav-menu a {
  font-size: 0.72rem; font-weight: 500;
  color: rgba(250, 248, 245, 0.8);
  text-transform: uppercase; letter-spacing: 0.13em;
  transition: color 0.3s;
}
.site-nav.scrolled .nav-menu a { color: var(--bark); }
.nav-menu a:hover { color: var(--gold); }

.nav-cta {
  font-size: 0.68rem !important; font-weight: 600 !important;
  color: var(--charcoal) !important; background: var(--gold);
  padding: 0.55rem 1.5rem; text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: all 0.3s;
}
.nav-cta:hover { background: var(--gold-dark); transform: translateY(-1px); }

.nav-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 26px; height: 18px; position: relative;
}
.nav-toggle span {
  display: block; width: 100%; height: 1.5px;
  background: var(--cream); position: absolute; left: 0;
  transition: all 0.3s;
}
.site-nav.scrolled .nav-toggle span { background: var(--charcoal); }
.nav-toggle span:nth-child(1) { top: 0; }
.nav-toggle span:nth-child(2) { top: 8px; }
.nav-toggle span:nth-child(3) { top: 16px; }

/* ─── HERO ─── */
.hero {
  position: relative; height: 100vh; min-height: 750px;
  display: flex; align-items: flex-end;
  padding: 0 3.5rem 5.5rem;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  z-index: 0;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(178deg, rgba(28,27,24,0.12) 0%, rgba(28,27,24,0.48) 40%, rgba(28,27,24,0.85) 100%);
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 100% 70% at 15% 35%, rgba(196, 162, 78, 0.06), transparent),
    radial-gradient(ellipse 70% 90% at 85% 55%, rgba(107, 115, 85, 0.05), transparent);
  pointer-events: none; z-index: 1;
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 1;
}

.hero-content {
  position: relative; z-index: 2;
  max-width: 780px;
  animation: heroIn 1s ease-out;
}
@keyframes heroIn {
  from { opacity: 0; transform: translateY(36px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow {
  font-size: 0.65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.3em;
  color: var(--gold); margin-bottom: 1.5rem;
  display: flex; align-items: center; gap: 1rem;
}
.hero-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--gold); }

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 500; line-height: 1.12;
  color: var(--cream); margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.hero h1 em { font-style: italic; color: var(--gold); }

.hero-sub {
  font-size: 1rem; font-weight: 300;
  color: rgba(250,248,245,0.7);
  max-width: 520px; line-height: 1.85;
  margin-bottom: 2.5rem;
}

.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.73rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.13em;
  color: var(--charcoal); background: var(--gold);
  padding: 0.95rem 2rem;
  transition: all 0.35s;
}
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(196,162,78,0.25); }
.btn-primary svg { width: 14px; height: 14px; transition: transform 0.3s; }
.btn-primary:hover svg { transform: translateX(3px); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--font-body);
  font-size: 0.73rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.13em;
  color: rgba(250,248,245,0.75);
  padding: 0.95rem 2rem;
  border: 1px solid rgba(250,248,245,0.2);
  transition: all 0.35s;
}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

.hero-scroll-indicator {
  position: absolute; bottom: 2.5rem; right: 3.5rem;
  display: flex; flex-direction: column; align-items: center; gap: 0.6rem;
  color: rgba(250,248,245,0.3); font-size: 0.6rem;
  text-transform: uppercase; letter-spacing: 0.2em;
  animation: drift 2.8s ease-in-out infinite; z-index: 2;
}
@keyframes drift { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }
.hero-scroll-indicator::after { content:''; width:1px; height:44px; background:linear-gradient(to bottom, rgba(250,248,245,0.3), transparent); }

/* ─── TRUST BAR ─── */
.trust-bar {
  background: var(--charcoal);
  padding: 2.5rem 3.5rem;
  border-bottom: 1px solid rgba(250,248,245,0.04);
}
.trust-bar-inner {
  display: flex; justify-content: center; gap: 4rem;
  flex-wrap: wrap; align-items: center;
}
.trust-item {
  display: flex; align-items: center; gap: 0.75rem;
  color: var(--ash); font-size: 0.78rem; font-weight: 400;
  letter-spacing: 0.02em;
}
.trust-item svg { width: 18px; height: 18px; color: var(--gold-muted); flex-shrink: 0; }
.trust-item strong { color: var(--sand); font-weight: 500; }

/* ─── SECTIONS ─── */
section { padding: 7rem 3.5rem; }

.section-eyebrow {
  font-size: 0.65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.28em;
  color: var(--gold); margin-bottom: 1.2rem;
  display: flex; align-items: center; gap: 0.85rem;
}
.section-eyebrow::before { content:''; width:28px; height:1px; background: var(--gold); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 500; line-height: 1.15;
  color: var(--charcoal); margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}
.section-title em { font-style: italic; color: var(--bark); }

.section-lead {
  font-size: 0.95rem; font-weight: 300;
  color: var(--bark); max-width: 580px; line-height: 1.85;
}

/* ─── BRAND STATEMENT ─── */
.brand-statement {
  background: var(--charcoal-warm);
  padding: 5.5rem 3.5rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.brand-statement::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 50%, rgba(196,162,78,0.03), transparent);
  pointer-events: none;
}
.brand-inner { max-width: 760px; margin: 0 auto; position: relative; }
.brand-inner blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 400; font-style: italic;
  color: var(--sand); line-height: 1.5;
  margin-bottom: 1.75rem;
}
.brand-divider { width: 44px; height: 1px; background: var(--gold); margin: 0 auto 1.75rem; }
.brand-inner > p {
  font-size: 0.88rem; font-weight: 300;
  color: var(--ash); line-height: 1.85;
  max-width: 500px; margin: 0 auto;
}

/* ─── PRODUCTS ─── */
.products-section { background: var(--sand-pale); }
.products-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; margin-top: 3.5rem; max-width: 1100px;
}
.product-card {
  background: var(--cream); padding: 2.75rem;
  border: 1px solid rgba(107,93,79,0.06);
  position: relative; overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4,0,0.2,1);
}
.product-card::after {
  content:''; position: absolute; top:0; left:0;
  width:100%; height:2px;
  background: linear-gradient(90deg, var(--gold), var(--olive));
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.5s ease;
}
.product-card:hover::after { transform: scaleX(1); }
.product-card:hover { transform: translateY(-3px); box-shadow: 0 14px 50px rgba(28,27,24,0.07); }

.product-card-img {
  width: 100%; height: 220px;
  object-fit: cover; margin-bottom: 1.5rem;
  filter: saturate(0.85);
  transition: filter 0.5s;
}
.product-card:hover .product-card-img { filter: saturate(1); }

.product-card-label {
  font-size: 0.62rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.2em;
  color: var(--gold); margin-bottom: 0.85rem;
}
.product-card h3 {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.85rem;
}
.product-card p {
  font-size: 0.9rem; font-weight: 300;
  color: var(--bark); line-height: 1.85; margin-bottom: 1.5rem;
}
.species-list { margin-bottom: 2rem; }
.species-list li {
  font-size: 0.85rem; color: var(--bark);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(107,93,79,0.05);
  display: flex; justify-content: space-between; align-items: baseline;
}
.species-list li:last-child { border-bottom: none; }
.species-list .sci { font-style: italic; font-size: 0.75rem; color: var(--ash); }

.card-link {
  font-size: 0.7rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.13em;
  color: var(--gold);
  display: inline-flex; align-items: center; gap: 0.5rem;
  transition: gap 0.3s;
}
.card-link:hover { gap: 0.8rem; }
.card-link svg { width: 13px; height: 13px; }

/* ─── PRODUCT DETAIL ─── */
.product-detail { border-top: 1px solid rgba(107,93,79,0.06); }
.product-detail.alt { background: var(--sand-pale); }

.detail-grid {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 4.5rem; margin-top: 2.5rem; max-width: 1100px;
}
.detail-text h3 {
  font-family: var(--font-display);
  font-size: 1.4rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.7rem;
}
.detail-text > p {
  font-size: 0.92rem; font-weight: 300;
  color: var(--bark); line-height: 1.85; margin-bottom: 1.5rem;
}

.species-block {
  padding: 1.5rem 1.75rem; margin-bottom: 0.85rem;
  background: var(--sand-pale); border-left: 3px solid var(--gold);
}
.product-detail.alt .species-block { background: var(--cream); }
.species-block h4 {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.1rem;
}
.species-block .latin { font-size: 0.76rem; font-style: italic; color: var(--ash); margin-bottom: 0.5rem; }
.species-block p { font-size: 0.85rem; font-weight: 300; color: var(--bark); line-height: 1.75; margin:0; }

.perf-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.perf-box {
  padding: 1.15rem 1.35rem;
  background: var(--sand-pale); text-align: center;
}
.product-detail.alt .perf-box { background: var(--cream); }
.perf-label { font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: var(--ash); margin-bottom: 0.25rem; }
.perf-value { font-family: var(--font-display); font-size: 1.1rem; font-weight: 600; color: var(--charcoal); }

.export-box {
  margin-top: 1.5rem; padding: 2rem;
  background: var(--charcoal); color: var(--sand);
}
.export-box h4 {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 500;
  color: var(--sand); margin-bottom: 0.75rem;
}
.export-box p { font-size: 0.85rem; font-weight: 300; color: var(--ash); line-height: 1.8; }

.use-cases {
  margin-top: 1.5rem; padding: 1.5rem 1.75rem;
  background: var(--sand-pale);
}
.product-detail.alt .use-cases { background: var(--cream); }
.use-cases h4 { font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.15em; color: var(--bark); margin-bottom: 0.65rem; }
.use-cases p { font-size: 0.85rem; font-weight: 300; color: var(--bark); line-height: 1.75; }

/* ─── PERFORMANCE ─── */
.performance {
  background: var(--charcoal-warm);
  color: var(--sand);
  position: relative; overflow: hidden;
}
.performance::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(196,162,78,0.04), transparent);
  pointer-events: none;
}
.performance .section-title { color: var(--sand); }
.performance .section-title em { color: var(--gold); }
.performance .section-lead { color: var(--ash); }

.perf-feature-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem; margin-top: 3rem; max-width: 1100px;
  position: relative;
}
.perf-feature {
  padding: 2rem 1.75rem;
  background: rgba(250,248,245,0.03);
  border: 1px solid rgba(250,248,245,0.05);
  transition: all 0.4s;
}
.perf-feature:hover { background: rgba(250,248,245,0.06); }
.perf-feature-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 300;
  color: var(--gold); line-height: 1; margin-bottom: 0.85rem;
}
.perf-feature h4 { font-size: 0.95rem; font-weight: 500; color: var(--sand); margin-bottom: 0.45rem; }
.perf-feature p { font-size: 0.82rem; font-weight: 300; color: var(--ash); line-height: 1.75; }

/* ─── SUSTAINABILITY ─── */
.sustainability { background: var(--sand-pale); }
.sustain-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1.75rem; margin-top: 3rem; max-width: 1100px;
}
.sustain-card {
  padding: 2.25rem 1.75rem;
  background: var(--cream);
  border: 1px solid rgba(107,93,79,0.04);
  transition: transform 0.4s;
}
.sustain-card:hover { transform: translateY(-2px); }
.sustain-num {
  font-family: var(--font-display);
  font-size: 2.2rem; font-weight: 300;
  color: var(--gold); margin-bottom: 0.75rem; line-height: 1;
}
.sustain-card h3 {
  font-family: var(--font-display);
  font-size: 1.25rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.6rem;
}
.sustain-card p { font-size: 0.87rem; font-weight: 300; color: var(--bark); line-height: 1.8; }

.img-strip {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem; margin-top: 3rem; max-width: 1100px;
}
.img-strip img {
  width: 100%; height: 200px;
  object-fit: cover; filter: saturate(0.85);
}

/* ─── COMMUNITY ─── */
.community-section { background: var(--cream); }
.community-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 4.5rem; margin-top: 3rem; max-width: 1100px; align-items: start;
}
.pillars { display: flex; flex-direction: column; gap: 1.25rem; }
.pillar {
  padding: 1.75rem 2rem;
  border-left: 2px solid var(--olive);
  background: var(--sand-pale);
  transition: border-color 0.3s;
}
.pillar:hover { border-color: var(--gold); }
.pillar h4 {
  font-family: var(--font-display);
  font-size: 1.1rem; font-weight: 600;
  color: var(--charcoal); margin-bottom: 0.4rem;
}
.pillar p { font-size: 0.87rem; font-weight: 300; color: var(--bark); line-height: 1.8; }

.community-aside {
  padding: 2.25rem;
  background: var(--charcoal); color: var(--sand);
}
.community-aside h4 {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 500;
  color: var(--sand); margin-bottom: 0.75rem;
}
.community-aside p { font-size: 0.87rem; font-weight: 300; color: var(--ash); line-height: 1.8; }
.community-img {
  width: 100%; height: 240px;
  object-fit: cover; margin-bottom: 1.5rem;
  filter: saturate(0.85);
}

/* ─── ORIGIN ─── */
.origin {
  background: var(--charcoal);
  color: var(--sand);
  position: relative; overflow: hidden;
}
.origin::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 75% at 88% 45%, rgba(196,162,78,0.05), transparent),
    radial-gradient(ellipse 70% 55% at 8% 28%, rgba(107,115,85,0.04), transparent);
  pointer-events: none;
}
.origin .section-title { color: var(--sand); }
.origin .section-title em { color: var(--gold); }
.origin .section-lead { color: var(--ash); }

.origin-hero-img {
  width: 100%; height: 300px;
  object-fit: cover; margin-top: 2.5rem; margin-bottom: 1rem;
  filter: saturate(0.8) brightness(0.9);
  max-width: 1100px;
}

.origin-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 1.75rem; margin-top: 2rem; max-width: 1100px;
  position: relative;
}
.origin-card {
  padding: 1.75rem 2rem;
  background: rgba(250,248,245,0.03);
  border: 1px solid rgba(250,248,245,0.05);
  transition: background 0.3s;
}
.origin-card:hover { background: rgba(250,248,245,0.06); }
.origin-card h4 {
  font-family: var(--font-display);
  font-size: 1.15rem; font-weight: 500;
  color: var(--sand); margin-bottom: 0.4rem;
}
.origin-card p { font-size: 0.87rem; font-weight: 300; color: var(--ash); line-height: 1.8; }

/* ─── CONTACT ─── */
.contact-section { background: var(--sand-pale); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1.25fr;
  gap: 4.5rem; margin-top: 3rem; max-width: 1100px;
}
.contact-info h3 {
  font-family: var(--font-display);
  font-size: 1.5rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.85rem;
}
.contact-info > p {
  font-size: 0.92rem; font-weight: 300;
  color: var(--bark); line-height: 1.85; margin-bottom: 2rem;
}
.contact-channels { display: flex; flex-direction: column; gap: 0.85rem; }
.channel {
  display: flex; align-items: center; gap: 0.85rem;
  padding: 0.85rem 1.15rem;
  background: var(--cream);
  border: 1px solid rgba(107,93,79,0.05);
  color: var(--charcoal);
  transition: all 0.3s;
}
.channel:hover { border-color: var(--gold); transform: translateX(3px); }
.channel svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }
.channel-label { font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--ash); }
.channel-value { font-size: 0.9rem; font-weight: 400; color: var(--charcoal); }

/* ─── ENQUIRY FORM ─── */
.enquiry-form {
  background: var(--cream); padding: 2.25rem;
  border: 1px solid rgba(107,93,79,0.06);
}
.enquiry-form h4 {
  font-family: var(--font-display);
  font-size: 1.2rem; font-weight: 500;
  color: var(--charcoal); margin-bottom: 0.3rem;
}
.enquiry-form .form-sub {
  font-size: 0.82rem; font-weight: 300;
  color: var(--bark); margin-bottom: 1.75rem;
}
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-bottom: 0.85rem; }
.field { margin-bottom: 0.85rem; }
.field label {
  display: block; font-size: 0.65rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--bark); margin-bottom: 0.35rem;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 0.7rem 0.9rem;
  font-family: var(--font-body); font-size: 0.87rem;
  color: var(--charcoal); background: var(--sand-pale);
  border: 1px solid rgba(107,93,79,0.08);
  outline: none; transition: border-color 0.3s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 90px; }

.submit-btn {
  width: 100%; padding: 0.9rem;
  font-family: var(--font-body);
  font-size: 0.72rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.13em;
  color: var(--charcoal); background: var(--gold);
  border: none; cursor: pointer;
  transition: all 0.3s; margin-top: 0.4rem;
}
.submit-btn:hover { background: var(--gold-dark); transform: translateY(-1px); }

/* ─── FOOTER ─── */
.site-footer {
  background: var(--charcoal); padding: 4rem 3.5rem 2rem;
  color: var(--ash);
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 3rem;
}
.footer-about p { font-size: 0.82rem; font-weight: 300; color: var(--ash); line-height: 1.8; max-width: 260px; }
.footer-about .nav-wordmark { color: var(--sand); display: inline-block; margin-bottom: 0.85rem; }

.footer-col h5 {
  font-size: 0.62rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--sand); margin-bottom: 1.15rem;
}
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col ul a { font-size: 0.82rem; color: var(--ash); transition: color 0.3s; }
.footer-col ul a:hover { color: var(--gold); }

.footer-bottom {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(250,248,245,0.05);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.72rem; color: rgba(169,164,156,0.5);
}

/* ─── ANIMATIONS ─── */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── WP SPECIFICS ─── */
.wp-block { max-width: 1100px; margin: 0 auto; }
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: 100%; margin-left: 0; margin-right: 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .site-nav { padding: 1rem 1.5rem; }
  .site-nav.scrolled { padding: 0.75rem 1.5rem; }
  section { padding: 4.5rem 1.5rem; }
  .hero { padding: 0 1.5rem 4rem; }
  .trust-bar { padding: 2rem 1.5rem; }
  .trust-bar-inner { gap: 2rem; }
  .nav-menu, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .products-grid, .detail-grid, .sustain-grid, .community-grid,
  .origin-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
  .perf-feature-grid { grid-template-columns: 1fr 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .hero-scroll-indicator { display: none; }
  .product-card-img { height: 180px; }
  .img-strip { grid-template-columns: 1fr; }
  .img-strip img { height: 180px; }
  .origin-hero-img { height: 200px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 2.1rem; }
  .section-title { font-size: 1.7rem; }
  .perf-feature-grid { grid-template-columns: 1fr; }
  .perf-grid { grid-template-columns: 1fr; }
}
