/* ═══════════════════════════════════════════════════
   CAKGLO — Shared stylesheet
   Used by all pages. Cached after first visit.
   ═══════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --coffee-dark: #2C2520;
  --coffee-med: #5C3D2E;
  --coffee-light: #7A5A4A;
  --gold: #C8963E;
  --gold-light: #E8B84B;
  --gold-hover: #B87333;
  --cream: #FAF7F2;
  --warm: #F3EDE4;
  --sand: #E8DDD3;
  --text: #3A3530;
  --muted: #7D756D;
  --white: #FFFFFF;
  --max: 1200px;
  --pad-x: clamp(20px, 5vw, 80px);
}
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'DM Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--text); background: var(--white);
  line-height: 1.6; -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; height: auto; }
button { font: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.18; text-wrap: pretty; color: var(--coffee-dark); }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--gold); color: var(--coffee-dark); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip { position: absolute; left: -9999px; top: 0; background: var(--coffee-dark); color: #fff; padding: 12px 18px; z-index: 9999; font-weight: 600; }
.skip:focus { left: 0; }

/* ─── Header / Nav ─── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.nav {
  max-width: var(--max); margin: 0 auto;
  padding: 14px var(--pad-x);
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px;
  align-items: center;
}
.brand { display: flex; align-items: center; height: 40px; }
.brand img { height: 40px; width: auto; border-radius: 4px; }
.nav-links { display: flex; gap: 4px; justify-content: center; }
.nav-links a {
  padding: 8px 14px; font-size: 0.92rem; font-weight: 500;
  color: var(--text); border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.nav-links a:hover, .nav-links a:focus-visible, .nav-links a[aria-current="page"] { background: var(--warm); color: var(--coffee-dark); outline: none; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coffee-dark); color: var(--white);
  padding: 10px 18px; border-radius: 6px;
  font-size: 0.9rem; font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--gold); color: var(--coffee-dark); transform: translateY(-1px); }
.nav-burger { display: none; padding: 8px; color: var(--coffee-dark); }

/* ─── Buttons ─── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 6px; font-weight: 600; font-size: 0.95rem; transition: all 0.25s; border: 1.5px solid transparent; }
.btn-gold { background: var(--gold); color: var(--coffee-dark); }
.btn-gold:hover, .btn-gold:focus-visible { background: var(--gold-hover); color: var(--white); outline: none; transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.3); }
.btn-outline:hover, .btn-outline:focus-visible { border-color: var(--gold); background: rgba(200,150,62,0.1); outline: none; }
.btn-outline-dark { background: transparent; color: var(--coffee-dark); border-color: var(--coffee-dark); }
.btn-outline-dark:hover { background: var(--coffee-dark); color: var(--white); }
.btn-dark { background: var(--coffee-dark); color: var(--white); }
.btn-dark:hover { background: var(--coffee-med); transform: translateY(-1px); }

/* ─── Section primitives ─── */
section { padding: clamp(60px, 7vw, 100px) var(--pad-x); }
.inner { max-width: var(--max); margin: 0 auto; }
.eyebrow {
  display: inline-block; color: var(--gold);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  margin-bottom: 12px;
}
.eyebrow.on-dark { color: var(--gold-light); }
.section-h { font-size: clamp(1.8rem, 3.2vw, 2.6rem); margin-bottom: 14px; }
.section-h.on-dark, .on-dark .section-h, .on-dark h1, .on-dark h2 { color: var(--white); }
.section-lead { color: var(--muted); font-size: 1.02rem; max-width: 640px; }
.on-dark .section-lead { color: rgba(255,255,255,0.65); }
.section-head-center { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.section-head-center .section-lead { margin: 0 auto; }
.cv { content-visibility: auto; contain-intrinsic-size: 1px 700px; }

/* ─── Hero (light/dark variants) ─── */
.hero {
  background: var(--coffee-dark);
  color: var(--white);
  padding: clamp(50px, 7vw, 100px) var(--pad-x);
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -100px; right: -120px;
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(200,150,62,0.16), transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px;
  align-items: center; position: relative; z-index: 1;
}
.hero.single .hero-inner { grid-template-columns: 1fr; text-align: center; max-width: 820px; }
.hero.single .hero-desc { margin-left: auto; margin-right: auto; }
.hero.single .hero-btns { justify-content: center; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,150,62,0.15); color: var(--gold);
  padding: 7px 16px; border-radius: 30px;
  font-size: 0.75rem; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase;
  margin-bottom: 22px;
}
.hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 700; margin-bottom: 22px;
  letter-spacing: -0.01em;
}
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-desc {
  color: rgba(255,255,255,0.78);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  margin-bottom: 28px; max-width: 540px;
}
.hero-proof {
  display: flex; gap: 28px; padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 28px; flex-wrap: wrap;
}
.proof-stat { color: rgba(255,255,255,0.85); }
.proof-stat strong { display: block; font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--gold); font-weight: 700; line-height: 1; margin-bottom: 4px; }
.proof-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.55); letter-spacing: 0.5px; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-locations { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 22px; }
.hero-loc { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.55); font-size: 0.82rem; }
.hero-loc-code { background: rgba(255,255,255,0.1); padding: 2px 8px; border-radius: 4px; font-weight: 600; font-size: 0.68rem; letter-spacing: 1px; }
.hero-images {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  grid-template-rows: 180px 180px;
  gap: 12px;
}
.hero-img-main { grid-row: 1 / 3; }
.hero-img-main, .hero-img-sm { border-radius: 14px; overflow: hidden; background: var(--coffee-med); }
.hero-images img { width: 100%; height: 100%; object-fit: cover; }

/* Breadcrumb */
.breadcrumb { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; }
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb-sep { margin: 0 8px; opacity: 0.5; }

/* ─── Ticker ─── */
.ticker { background: var(--gold); color: var(--white); padding: 13px 0; overflow: hidden; }
.ticker-track { display: flex; width: max-content; animation: tick 35s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-item { display: inline-flex; align-items: center; gap: 10px; padding: 0 28px; font-weight: 600; font-size: 0.85rem; letter-spacing: 0.5px; white-space: nowrap; }
.ticker-dot { width: 5px; height: 5px; background: var(--white); border-radius: 50%; flex-shrink: 0; }
@keyframes tick { to { transform: translateX(-50%); } }

/* ─── QC feature ─── */
.qc { background: var(--cream); }
.qc-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.qc-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/5; background: var(--sand); position: relative; }
.qc-img img { width: 100%; height: 100%; object-fit: cover; }
.qc-img-tag { position: absolute; bottom: 18px; left: 18px; background: var(--coffee-dark); color: var(--gold); padding: 8px 14px; border-radius: 6px; font-size: 0.74rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
.qc-bullets { margin: 24px 0; display: grid; gap: 14px; }
.qc-bullets li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: start; font-size: 0.96rem; }
.qc-bullets svg { width: 20px; height: 20px; color: var(--gold); margin-top: 3px; flex-shrink: 0; }

/* ─── About ─── */
.about { background: var(--white); }
.about-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-text { color: var(--muted); font-size: 1rem; margin-bottom: 26px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.stat { text-align: center; padding: 18px 14px; background: var(--cream); border-radius: 10px; }
.stat-num { font-family: 'Playfair Display', serif; font-size: 1.9rem; font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 0.76rem; color: var(--muted); letter-spacing: 0.5px; }
.offices { display: flex; gap: 22px; flex-wrap: wrap; font-style: normal; }
.office { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 0.88rem; }
.office svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; }
.about-img { border-radius: 16px; overflow: hidden; aspect-ratio: 1; background: var(--sand); }
.about-img img { width: 100%; height: 100%; object-fit: cover; }

/* ─── Products ─── */
.products { background: var(--cream); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { background: var(--white); border-radius: 14px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; display: flex; flex-direction: column; }
.product-card:hover, .product-card:focus-visible { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); outline: none; }
.product-img { aspect-ratio: 16/10; background: var(--sand); overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.product-card:hover .product-img img { transform: scale(1.04); }
.product-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.product-badge { display: inline-block; align-self: start; background: rgba(200,150,62,0.12); color: var(--gold); padding: 4px 12px; border-radius: 20px; font-size: 0.66rem; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 10px; }
.product-card h3 { font-size: 1.18rem; margin-bottom: 8px; }
.product-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.55; margin-bottom: 16px; }
.product-link { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-weight: 600; font-size: 0.85rem; }
.product-link svg { width: 14px; height: 14px; transition: transform 0.25s; }
.product-card:hover .product-link svg { transform: translateX(3px); }
.product-custom { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 32px; background: var(--white); border: 2px dashed var(--sand); border-radius: 14px; }
.product-custom h3 { margin-bottom: 10px; }
.product-custom p { font-size: 0.9rem; color: var(--muted); margin-bottom: 16px; line-height: 1.5; }

/* ─── Services ─── */
.services { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service { background: var(--cream); border-radius: 14px; padding: 30px 26px; border-top: 3px solid var(--gold); transition: transform 0.25s, box-shadow 0.25s; }
.service:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(0,0,0,0.06); }
.service-icon { width: 48px; height: 48px; background: rgba(200,150,62,0.12); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 16px; }
.service-icon svg { width: 24px; height: 24px; }
.service h3 { font-family: 'DM Sans', sans-serif; font-size: 1.04rem; font-weight: 600; margin-bottom: 8px; }
.service p { font-size: 0.86rem; color: var(--muted); line-height: 1.55; }

/* ─── Origins ─── */
.origins { background: var(--coffee-dark); color: var(--white); }
.origins-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.origin { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 22px 20px; transition: border-color 0.25s, background 0.25s; }
.origin:hover { border-color: var(--gold); background: rgba(200,150,62,0.06); }
.origin-name { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--gold); margin-bottom: 6px; line-height: 1; }
.origin-island { font-size: 0.72rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 14px; }
.origin-notes { font-size: 0.82rem; color: rgba(255,255,255,0.7); line-height: 1.5; }

/* ─── Certifications ─── */
.certs { background: var(--warm); }
.certs-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 8px; }
.cert { background: var(--white); border-radius: 12px; padding: 24px 22px; display: flex; flex-direction: column; gap: 10px; }
.cert-mark { width: 44px; height: 44px; background: var(--coffee-dark); color: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-weight: 700; font-size: 0.95rem; }
.cert-name { font-weight: 600; font-size: 0.96rem; color: var(--coffee-dark); }
.cert-issuer { font-size: 0.78rem; color: var(--muted); }
.cert-link { font-size: 0.78rem; color: var(--gold); font-weight: 600; margin-top: auto; display: inline-flex; align-items: center; gap: 4px; }

/* ─── Testimonials ─── */
.testimonials { background: var(--coffee-dark); color: var(--white); padding-bottom: 0; overflow: hidden; }
.testimonials-header { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.test-track { display: flex; width: max-content; animation: tick-test 50s linear infinite; padding-bottom: clamp(40px, 5vw, 70px); }
.testimonials:hover .test-track { animation-play-state: paused; }
.test { flex: 0 0 360px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 26px; margin: 0 10px; }
.test-stars { color: var(--gold); letter-spacing: 3px; font-size: 0.9rem; margin-bottom: 14px; }
.test-quote { color: rgba(255,255,255,0.85); font-size: 0.92rem; line-height: 1.65; font-style: italic; margin-bottom: 18px; }
.test-author { color: var(--gold); font-weight: 600; font-size: 0.86rem; }
.test-role { color: rgba(255,255,255,0.45); font-size: 0.76rem; margin-top: 2px; }
@keyframes tick-test { to { transform: translateX(-50%); } }

/* ─── Logo wall ─── */
.logos { background: var(--white); }
.logos-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 22px; align-items: center; margin-top: 14px; }
.logo-cell { aspect-ratio: 5/2; background: var(--cream); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-weight: 600; font-size: 0.78rem; letter-spacing: 1px; text-transform: uppercase; border: 1px dashed var(--sand); text-align: center; padding: 8px; }

/* ─── Press ─── */
.press { background: var(--cream); }
.press-row { display: flex; gap: 24px; flex-wrap: wrap; justify-content: center; font-family: 'Playfair Display', serif; font-style: italic; color: var(--muted); font-size: 1.15rem; }
.press-row span { padding: 6px 14px; border-left: 2px solid var(--gold); }

/* ─── CTA ─── */
.cta-block { background: linear-gradient(135deg, var(--coffee-dark), var(--coffee-med)); color: var(--white); text-align: center; }
.cta-block h2 { color: var(--white); font-size: clamp(1.9rem, 3.2vw, 2.8rem); margin-bottom: 18px; }
.cta-block p { color: rgba(255,255,255,0.7); font-size: 1.04rem; max-width: 560px; margin: 0 auto 32px; }
.cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta-trust { margin-top: 30px; display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; color: rgba(255,255,255,0.5); font-size: 0.82rem; }
.cta-trust span { display: inline-flex; align-items: center; gap: 6px; }
.cta-trust svg { width: 14px; height: 14px; color: var(--gold); }

/* ─── FAQ ─── */
.faq { background: var(--white); }
.faq-inner { max-width: 820px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--sand); }
.faq-item summary { list-style: none; cursor: pointer; position: relative; padding: 22px 44px 22px 0; font-weight: 600; font-size: 1.02rem; color: var(--coffee-dark); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ''; position: absolute; right: 4px; top: 50%; width: 14px; height: 14px; background: linear-gradient(var(--gold), var(--gold)) center / 14px 2px no-repeat, linear-gradient(var(--gold), var(--gold)) center / 2px 14px no-repeat; transform: translateY(-50%); transition: transform 0.25s; }
.faq-item[open] summary::after { background: linear-gradient(var(--gold), var(--gold)) center / 14px 2px no-repeat; transform: translateY(-50%) rotate(180deg); }
.faq-item p { color: var(--muted); font-size: 0.94rem; line-height: 1.7; padding-bottom: 22px; }

/* ─── Page-specific shared blocks ─── */

/* Two-col content (image + text), reusable on About / Coffee / etc */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: var(--max); margin: 0 auto; }
.split.reverse > :first-child { order: 2; }
.split-img { border-radius: 16px; overflow: hidden; aspect-ratio: 4/3; background: var(--sand); }
.split-img img { width: 100%; height: 100%; object-fit: cover; }

/* Generic content card grid */
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: var(--white); border-radius: 14px; padding: 28px 26px; border: 1px solid var(--sand); }
.card.on-cream { background: var(--cream); border-color: transparent; }
.card h3 { font-family: 'DM Sans', sans-serif; font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; }
.card p { font-size: 0.9rem; color: var(--muted); line-height: 1.55; }

/* Spec table */
.spec-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 12px; overflow: hidden; border: 1px solid var(--sand); }
.spec-table th, .spec-table td { padding: 14px 18px; text-align: left; font-size: 0.9rem; border-bottom: 1px solid var(--sand); }
.spec-table thead { background: var(--coffee-dark); color: var(--white); }
.spec-table th { font-weight: 600; letter-spacing: 0.5px; font-size: 0.78rem; text-transform: uppercase; }
.spec-table tbody tr:last-child td { border-bottom: 0; }
.spec-table tbody tr:hover { background: var(--cream); }
.spec-table .spec-h { font-weight: 600; color: var(--coffee-dark); }

/* Contact form */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; max-width: var(--max); margin: 0 auto; }
.contact-form { background: var(--white); border: 1px solid var(--sand); border-radius: 16px; padding: 36px; }
.contact-form h2 { font-size: 1.5rem; margin-bottom: 22px; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 0.82rem; font-weight: 600; color: var(--coffee-dark); }
.field input, .field textarea, .field select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--sand); border-radius: 8px; background: var(--white); font: inherit; color: var(--text); transition: border-color 0.2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); }
.field textarea { resize: vertical; min-height: 110px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.contact-info { display: grid; gap: 24px; align-self: start; }
.contact-card { background: var(--cream); border-radius: 14px; padding: 24px; }
.contact-card h3 { font-family: 'DM Sans', sans-serif; font-size: 0.92rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: var(--coffee-dark); margin-bottom: 14px; }
.contact-card p, .contact-card a { font-size: 0.92rem; color: var(--text); display: block; line-height: 1.6; padding: 2px 0; }
.contact-card a:hover { color: var(--gold); }
.contact-card .label { font-size: 0.74rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1.2px; margin-top: 6px; }

/* Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { aspect-ratio: 1; border-radius: 10px; overflow: hidden; background: var(--sand); transition: transform 0.3s; }
.gallery-item:hover { transform: scale(1.02); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item.tall { aspect-ratio: 1 / 1.4; grid-row: span 2; }
.gallery-item.wide { aspect-ratio: 2; grid-column: span 2; }

/* Blog */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: var(--white); border: 1px solid var(--sand); border-radius: 14px; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,0.06); }
.blog-card-img { aspect-ratio: 16/9; background: var(--sand); overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-meta { font-size: 0.74rem; color: var(--muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 10px; }
.blog-card h3 { font-size: 1.15rem; margin-bottom: 8px; line-height: 1.3; }
.blog-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.55; margin-bottom: 14px; }
.blog-read { color: var(--gold); font-weight: 600; font-size: 0.85rem; }

/* Shop */
.shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shop-card { background: var(--white); border: 1px solid var(--sand); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.shop-img { aspect-ratio: 1; background: var(--sand); overflow: hidden; }
.shop-img img { width: 100%; height: 100%; object-fit: cover; }
.shop-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.shop-body h3 { font-size: 1.1rem; margin-bottom: 6px; }
.shop-desc { font-size: 0.86rem; color: var(--muted); margin-bottom: 14px; flex: 1; }
.shop-price { font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; color: var(--gold); margin-bottom: 12px; }
.shop-price small { font-family: 'DM Sans', sans-serif; font-size: 0.74rem; color: var(--muted); font-weight: 400; }

/* Footer */
.footer { background: var(--coffee-dark); color: rgba(255,255,255,0.7); padding: 64px var(--pad-x) 24px; min-height: 480px; }
@media (max-width: 1024px) { .footer { min-height: 720px; } }
@media (max-width: 640px) { .footer { min-height: 920px; } }
.footer-inner { max-width: var(--max); margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand h4 { color: var(--gold); margin-bottom: 14px; font-family: 'Playfair Display', serif; font-size: 1.3rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.6; margin-bottom: 14px; max-width: 320px; }
.footer-contact a { color: rgba(255,255,255,0.7); font-size: 0.86rem; display: block; padding: 3px 0; }
.footer-contact a:hover { color: var(--gold); }
.footer-col h5 { color: var(--white); font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: rgba(255,255,255,0.6); font-size: 0.87rem; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { padding-top: 24px; display: flex; gap: 18px; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 0.78rem; color: rgba(255,255,255,0.4); }
.footer-bottom a { color: rgba(255,255,255,0.4); }
.footer-bottom a:hover { color: var(--gold); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .ticker-track, .test-track { animation: none; }
  * { transition: none !important; }
}

/* Responsive */
@media (max-width: 1024px) {
  .nav { grid-template-columns: auto 1fr auto; }
  .nav-links { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-links.open { display: flex; position: absolute; top: 64px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 12px 20px; border-bottom: 1px solid rgba(0,0,0,0.08); box-shadow: 0 8px 16px rgba(0,0,0,0.04); }
  .nav-links.open a { padding: 10px 8px; }
  .hero-inner, .qc-inner, .about-inner, .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .split.reverse > :first-child { order: 0; }
  .hero-images, .qc-img, .about-img { max-width: 560px; }
  .products-grid, .services-grid, .card-grid, .blog-grid, .shop-grid { grid-template-columns: repeat(2, 1fr); }
  .origins-grid { grid-template-columns: repeat(3, 1fr); }
  .certs-row { grid-template-columns: repeat(2, 1fr); }
  .logos-row { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .products-grid, .services-grid, .card-grid, .blog-grid, .shop-grid { grid-template-columns: 1fr; }
  .origins-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: 1fr 1fr 1fr; gap: 8px; }
  .stat-num { font-size: 1.5rem; }
  .hero-btns, .cta-row { flex-direction: column; align-items: stretch; }
  .btn { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-proof { gap: 20px; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}


/* ─── Blog article body ─── */
.article-body { max-width: 760px; margin: 0 auto; padding: clamp(40px, 6vw, 80px) var(--pad-x); }
.article-body h2 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); color: var(--coffee-dark); margin: 40px 0 14px; }
.article-body h3 { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--coffee-med); margin: 28px 0 12px; }
.article-body p { color: var(--text); font-size: 1rem; line-height: 1.8; margin-bottom: 16px; }
.article-body p strong { color: var(--coffee-dark); }
.article-body a { color: var(--gold); text-decoration: underline; font-weight: 600; }
.article-body a:hover { color: var(--gold-hover); }
.article-body ul, .article-body ol { padding-left: 24px; margin-bottom: 18px; }
.article-body li { color: var(--text); font-size: 0.96rem; line-height: 1.7; margin-bottom: 6px; }
.article-body .callout { background: var(--cream); border-left: 4px solid var(--gold); padding: 18px 22px; border-radius: 0 10px 10px 0; margin: 22px 0; }
.article-body .callout p { margin: 0; font-size: 0.94rem; }
.article-related { background: var(--cream); padding: clamp(40px, 5vw, 70px) var(--pad-x); }
.article-related-inner { max-width: 760px; margin: 0 auto; }
.article-related h2 { font-size: 1.4rem; margin-bottom: 20px; }
.article-related-links { display: grid; gap: 12px; }
.article-related-link { display: flex; align-items: center; gap: 12px; background: var(--white); padding: 16px 20px; border-radius: 10px; border: 1px solid var(--sand); transition: border-color 0.2s; }
.article-related-link:hover { border-color: var(--gold); }
.article-related-link span { font-size: 0.92rem; font-weight: 600; color: var(--coffee-dark); }
.article-related-link small { font-size: 0.78rem; color: var(--muted); display: block; margin-top: 2px; }
