* { -webkit-text-size-adjust: 100%; }

/*
Theme Name: Kemi Herbalganic v4
Theme URI: https://kemiherbalganic.com
Author: Kemi Alagbo Herbalganic Worldwide Ltd
Description: Kemi Herbalganic v4 — Problem-first clarity, strong trust signals, urgent CTAs, condition-specific messaging.
Version: 4.0.0
License: GNU General Public License v2 or later
Text Domain: kemi-herbalganic-v3
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root {
  /* Dark green earth palette */
  --obsidian:      #041A08;
  --obsidian-mid:  #062010;
  --obsidian-warm: #082814;
  --bark:          #0D2E14;
  --bark-light:    #153820;
  --terracotta:    #1F4D28;
  --terra-mid:     #2A6135;
  --terra-warm:    #357A42;
  --raw-gold:      #4CAF50;
  --gold-bright:   #66BB6A;
  --gold-pale:     #A5D6A7;
  --gold-ghost:    rgba(76,175,80,0.08);
  --moss:          #2E7D32;
  --moss-light:    #388E3C;
  --leaf:          #81C784;
  --leaf-pale:     #C8E6C9;
  --parchment:     #E8F5E9;
  --parchment-dim: #A5C8A8;
  --parchment-muted: #6A9B6E;
  --sand:          #C8E6C9;
  --white:         #F1FBF1;

  /* Typography */
  --font-display: 'Fraunces', Georgia, serif;
  --font-body:    'Libre Baskerville', Georgia, serif;
  --font-ui:      'Outfit', 'Helvetica Neue', sans-serif;

  /* Spatial */
  --max-w:        1380px;
  --pad-x:        72px;
  --section-v:    160px;

  /* Easing */
  --spring:  cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --silk:    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --snappy:  cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  background: var(--obsidian);
  color: var(--parchment);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: none;
}
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }
button, input, textarea { font-family: inherit; }

/* ============================================================
   GRAIN + VIGNETTE
   ============================================================ */
body::before {
  content: '';
  position: fixed; inset: 0; z-index: 9998;
  pointer-events: none;
  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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.028;
  mix-blend-mode: overlay;
}

/* ============================================================
   CURSOR
   ============================================================ */
.kh-cursor {
  position: fixed; z-index: 10000;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--raw-gold);
  top: 0; left: 0;
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: width 0.35s var(--silk), height 0.35s var(--silk),
              background 0.3s, opacity 0.3s;
  mix-blend-mode: difference;
}
.kh-cursor-ring {
  position: fixed; z-index: 9999;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(76,175,80,0.5);
  top: 0; left: 0;
  transform: translate(-50%,-50%);
  pointer-events: none;
  transition: left 0.2s var(--silk), top 0.2s var(--silk),
              width 0.4s var(--silk), height 0.4s var(--silk),
              border-color 0.3s;
}
.kh-cursor.is-big { width: 60px; height: 60px; opacity: 0.25; }
.kh-cursor-ring.is-big { width: 80px; height: 80px; border-color: rgba(76,175,80,0.8); }

/* ============================================================
   LAYOUT
   ============================================================ */
.kh-wrap {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--pad-x);
}
.kh-wrap--wide  { max-width: 1600px; }
.kh-wrap--tight { max-width: 1000px; }

/* ============================================================
   TYPOGRAPHY
   ============================================================ */

/* Eyebrow label */
.kh-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--raw-gold);
}
.kh-label::before {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: var(--raw-gold);
  flex-shrink: 0;
}
.kh-label--leaf    { color: var(--leaf);      }
.kh-label--leaf::before  { background: var(--leaf); }
.kh-label--sand    { color: var(--sand);      }
.kh-label--sand::before  { background: var(--sand); }
.kh-label--center  { justify-content: center; }
.kh-label--center::before  { display: none; }
.kh-label--center::after {
  content: '';
  display: block;
  width: 32px; height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

/* Display sizes */
.kh-head-xl  {
  font-family: var(--font-display);
  font-size: clamp(62px, 8.5vw, 130px);
  font-weight: 900;
  line-height: 0.93;
  letter-spacing: -0.03em;
  color: var(--parchment);
}
.kh-head-lg  {
  font-family: var(--font-display);
  font-size: clamp(44px, 5.5vw, 78px);
  font-weight: 900;
  line-height: 1.0;
  letter-spacing: -0.025em;
  color: var(--parchment);
}
.kh-head-md  {
  font-family: var(--font-display);
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--parchment);
}
.kh-head-sm  {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--parchment);
}

.italic-gold   { font-style: italic; color: var(--gold-bright); }
.italic-terra  { font-style: italic; color: var(--terra-warm);  }
.outline-text  {
  -webkit-text-stroke: 1.5px var(--parchment);
  color: transparent;
}
.outline-gold  {
  -webkit-text-stroke: 1.5px var(--raw-gold);
  color: transparent;
}

.kh-prose {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9;
  color: var(--parchment-dim);
}
.kh-prose--lg { font-size: 17px; }
.kh-prose--sm { font-size: 13px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.kh-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-ui);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  padding: 20px 46px;
  position: relative;
  overflow: hidden;
  transition: color 0.35s var(--silk);
  white-space: nowrap;
  cursor: none;
}
.kh-btn__bg {
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--silk);
  z-index: 0;
}
.kh-btn span { position: relative; z-index: 1; }
.kh-btn:hover .kh-btn__bg { transform: scaleX(1); }

.kh-btn--gold {
  background: var(--raw-gold);
  color: var(--obsidian);
  border: none;
}
.kh-btn--gold .kh-btn__bg { background: var(--gold-bright); }
.kh-btn--gold:hover { color: var(--obsidian); }

.kh-btn--terra {
  background: var(--terracotta);
  color: var(--parchment);
  border: none;
}
.kh-btn--terra .kh-btn__bg { background: var(--terra-mid); }

.kh-btn--outline-gold {
  background: transparent;
  color: var(--raw-gold);
  border: 1px solid rgba(76,175,80,0.45);
}
.kh-btn--outline-gold .kh-btn__bg { background: rgba(76,175,80,0.1); }
.kh-btn--outline-gold:hover { color: var(--raw-gold); }

.kh-btn--glass {
  background: rgba(240,232,213,0.06);
  color: var(--parchment);
  border: 1px solid rgba(240,232,213,0.15);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.kh-btn--glass .kh-btn__bg { background: rgba(240,232,213,0.1); }

.kh-btn-arrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
  cursor: none;
}
.kh-btn-arrow .arr {
  display: inline-block;
  font-size: 16px;
  transition: transform 0.35s var(--silk);
}
.kh-btn-arrow:hover .arr { transform: translateX(8px); }

/* ============================================================
   REVEAL ANIMATIONS
   ============================================================ */
.reveal {
  opacity: 0;
  transition: opacity 0.95s var(--silk), transform 0.95s var(--silk);
}
.reveal--up    { transform: translateY(60px); }
.reveal--left  { transform: translateX(-60px); }
.reveal--right { transform: translateX(60px); }
.reveal--scale { transform: scale(0.92); }
.reveal--clip  {
  clip-path: inset(0 0 100% 0);
  opacity: 1;
  transition: clip-path 1s var(--silk);
}
.reveal.on {
  opacity: 1;
  transform: none;
  clip-path: inset(0 0 0% 0);
}
.rv1 { transition-delay: 0.05s; }
.rv2 { transition-delay: 0.13s; }
.rv3 { transition-delay: 0.21s; }
.rv4 { transition-delay: 0.29s; }
.rv5 { transition-delay: 0.37s; }
.rv6 { transition-delay: 0.45s; }

/* ============================================================
   SITE HEADER
   ============================================================ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 800;
  padding: 36px 0;
  transition: padding 0.55s var(--silk), background 0.55s;
}
.site-header.pinned {
  padding: 18px 0;
  background: rgba(8,10,7,0.94);
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  border-bottom: 1px solid rgba(44,51,37,0.7);
}
.site-header .kh-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.nav-logo a {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-logo__name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.01em;
  color: var(--parchment);
  line-height: 1;
}
.nav-logo__name em { font-style: normal; color: var(--raw-gold); }
.nav-logo__sub {
  font-family: var(--font-ui);
  font-size: 7.5px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--parchment-muted);
}

/* Navigation */
.nav-links ul {
  display: flex;
  align-items: center;
  gap: 48px;
}
.nav-links li a {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--parchment-dim);
  position: relative;
  transition: color 0.3s;
}
.nav-links li a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0;
  width: 0; height: 1px;
  background: var(--raw-gold);
  transition: width 0.4s var(--silk);
}
.nav-links li a:hover { color: var(--parchment); }
.nav-links li a:hover::after { width: 100%; }
.nav-links li.is-cta a {
  padding: 11px 26px;
  background: var(--raw-gold);
  color: var(--obsidian);
  font-weight: 700;
}
.nav-links li.is-cta a::after { display: none; }
.nav-links li.is-cta a:hover { background: var(--gold-bright); color: var(--obsidian); }

/* Hamburger */
.nav-burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  padding: 4px; cursor: none;
}
.nav-burger span {
  display: block; width: 28px; height: 1.5px;
  background: var(--parchment);
  transition: transform 0.38s var(--silk), opacity 0.3s, width 0.38s;
}
.nav-burger span:nth-child(2) { width: 20px; }
.nav-burger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-burger.open span:nth-child(2) { opacity: 0; transform: translateX(-10px); }
.nav-burger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ============================================================
   HERO — Cinematic split with botanical particles
   ============================================================ */
.hero {
  min-height: 100svh;
  min-height: 100vh; /* fallback */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* Canvas layer */
.hero__canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* Left — content */
.hero__left {
  position: relative;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0;
  background: transparent;
}
.hero__left::after { display: none; }

/* Massive watermark */
.hero__watermark {
  position: absolute;
  bottom: -0.15em; left: -0.06em;
  font-family: var(--font-display);
  font-size: clamp(240px, 35vw, 500px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(61,92,42,0.1);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 160px 80px 100px;
}

/* Animated eyebrow */
.hero__label {
  opacity: 0;
  animation: slideIn 0.9s 0.2s var(--silk) forwards;
}

/* Big split headline */
.hero__hed {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(38px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-top: 20px;
  opacity: 0;
  animation: slideIn 1s 0.4s var(--silk) forwards;
  max-width: 700px;
}
.hero__hed .row-italic {
  display: block;
  font-style: italic;
  color: var(--raw-gold);
  padding-left: 0.08em;
}
.hero__hed .row-outline {
  display: block;
  -webkit-text-stroke: 2px var(--parchment);
  color: transparent;
}
.hero__hed .row-terra {
  display: block;
  color: var(--terra-warm);
}

/* Sub */
.hero__sub {
  margin-top: 28px;
  max-width: 580px;
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--parchment-dim);
  opacity: 0;
  animation: slideIn 1s 0.65s var(--silk) forwards;
}

/* Actions */
.hero__actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 44px;
  opacity: 0;
  animation: slideIn 1s 0.85s var(--silk) forwards;
}

/* Brand stamp */
.hero__stamp {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid rgba(44,51,37,0.6);
  display: flex;
  align-items: center;
  gap: 24px;
  opacity: 0;
  animation: slideIn 1s 1.05s var(--silk) forwards;
}
.hero__stamp-bar {
  width: 1px; height: 36px;
  background: rgba(76,175,80,0.4);
  flex-shrink: 0;
}
.hero__stamp-text {
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  line-height: 1.7;
}
.hero__stamp-text strong {
  display: block;
  color: var(--leaf-pale);
  font-weight: 600;
  letter-spacing: 0.15em;
}

/* Right — visual */
.hero__right {
  position: absolute;
  right: 60px;
  bottom: 80px;
  z-index: 5;
  pointer-events: none;
  width: 320px;
}
.hero__right img,
.hero__right .hero__placeholder {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.72) sepia(0.15);
  transform: scale(1.08);
  animation: heroScale 14s var(--silk) forwards;
}
.hero__placeholder {
  background: linear-gradient(160deg, #0d2a12 0%, #041a08 100%);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 16px;
  font-size: 80px; color: var(--leaf);
  padding: 40px;
}
.hero__right-fog { display: none; }
.hero__right-tint { display: none; }

/* Floating coordinate badge */
.hero__coord {
  position: absolute;
  bottom: 44px; right: 44px;
  z-index: 4;
  text-align: right;
  opacity: 0;
  animation: fadeIn 1.2s 1.4s forwards;
}
.hero__coord-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, transparent, rgba(76,175,80,0.6));
  margin-left: auto;
  margin-bottom: 10px;
}
.hero__coord span {
  display: block;
  font-family: var(--font-ui);
  font-size: 8.5px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(240,232,213,0.4);
  line-height: 1.8;
}

/* ============================================================
   RIBBON / MARQUEE
   ============================================================ */
.kh-ribbon {
  height: 52px;
  background: var(--raw-gold);
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.kh-ribbon::before,
.kh-ribbon::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.kh-ribbon::before { left: 0;  background: linear-gradient(90deg, var(--raw-gold), transparent); }
.kh-ribbon::after  { right: 0; background: linear-gradient(90deg, transparent, var(--raw-gold)); }
.kh-ribbon__track {
  display: inline-flex;
  white-space: nowrap;
  animation: ribbonRoll 50s linear infinite;
}
.kh-ribbon__item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 0 50px;
  font-family: var(--font-ui);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--obsidian);
}
.kh-ribbon__item::after {
  content: '✦';
  font-size: 7px;
  opacity: 0.5;
}

/* ============================================================
   ABOUT — Immersive two-column
   ============================================================ */
.about {
  padding: var(--section-v) 0;
  background: var(--obsidian-mid);
  position: relative;
  overflow: hidden;
}
.about::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 50%;
  background: radial-gradient(ellipse at 30% 50%, rgba(61,92,42,0.12) 0%, transparent 65%);
  pointer-events: none;
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

/* Image composition */
.about__images {
  position: relative;
  height: 700px;
}
.about__img-a {
  position: absolute;
  top: 0; left: 0;
  width: 72%; height: 80%;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.8) sepia(0.1);
}
.about__img-b {
  position: absolute;
  bottom: 0; right: 0;
  width: 54%; height: 56%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.75) sepia(0.12);
}
.about__img-placeholder-a {
  position: absolute;
  top: 0; left: 0;
  width: 72%; height: 80%;
  background: linear-gradient(135deg, var(--bark) 0%, var(--obsidian-warm) 100%);
  border: 1px solid rgba(61,92,42,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 60px; opacity: 0.15;
}
.about__img-placeholder-b {
  position: absolute;
  bottom: 0; right: 0;
  width: 54%; height: 56%;
  background: linear-gradient(135deg, var(--bark-light) 0%, var(--bark) 100%);
  border: 1px solid rgba(61,92,42,0.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 40px; opacity: 0.12;
}

/* Floating stat block */
.about__float-stat {
  position: absolute;
  top: 48%; left: 56%;
  transform: translate(-50%, -50%);
  background: var(--obsidian);
  border: 1px solid rgba(76,175,80,0.25);
  padding: 30px 36px;
  text-align: center;
  z-index: 4;
  min-width: 170px;
}
.about__float-stat .stat-num {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 900;
  color: var(--raw-gold);
  line-height: 1;
  display: block;
}
.about__float-stat .stat-label {
  font-family: var(--font-ui);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  margin-top: 8px;
  display: block;
}

/* Content */
.about__text {}
.about__hed {
  font-family: var(--font-display);
  font-size: clamp(36px, 4.5vw, 62px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.025em;
  color: var(--parchment);
  margin-top: 22px;
}
.about__body {
  margin-top: 28px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.95;
  color: var(--parchment-dim);
  max-width: 500px;
}
.about__body + .about__body { margin-top: 18px; }
.about__sig {
  margin-top: 44px;
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 400;
  font-style: italic;
  color: var(--moss-light);
}
.about__stats-row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  margin-top: 50px;
  background: rgba(44,51,37,0.5);
  border: 1px solid rgba(44,51,37,0.5);
}
.about__stat-cell {
  background: var(--obsidian-mid);
  padding: 26px 20px;
  text-align: center;
}
.about__stat-cell .val {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 900;
  color: var(--raw-gold);
  display: block;
  line-height: 1;
}
.about__stat-cell .key {
  font-family: var(--font-ui);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  display: block;
  margin-top: 6px;
}

/* ============================================================
   MISSION FULL-BLEED
   ============================================================ */
.mission {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background: var(--terracotta);
}
.mission::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 0% 50%, rgba(8,10,7,0.75) 0%, transparent 55%),
    radial-gradient(ellipse at 100% 50%, rgba(8,10,7,0.6) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 0%, rgba(8,10,7,0.4) 0%, transparent 40%);
}
.mission__inner {
  position: relative; z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.mission__quote-mark {
  font-family: var(--font-display);
  font-size: 200px;
  font-weight: 900;
  color: rgba(255,255,255,0.05);
  line-height: 0.7;
  display: block;
  margin-bottom: -40px;
}
.mission__text {
  font-family: var(--font-display);
  font-size: clamp(26px, 4vw, 50px);
  font-weight: 700;
  font-style: italic;
  color: var(--parchment);
  line-height: 1.3;
}
.mission__text .gold-word { font-style: normal; color: var(--gold-bright); }
.mission__attr {
  margin-top: 36px;
  font-family: var(--font-ui);
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(240,232,213,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mission__attr::before,
.mission__attr::after {
  content: '';
  display: block;
  width: 50px; height: 1px;
  background: rgba(240,232,213,0.25);
}

/* ============================================================
   VALUES — Monumental strip
   ============================================================ */
.values {
  padding: var(--section-v) 0;
  background: var(--obsidian);
}
.values__hdr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 80px;
}
.values__hdr-body {
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--parchment-dim);
  line-height: 1.9;
}
.values__strip {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 1px;
  background: rgba(44,51,37,0.35);
}
.val-card {
  background: var(--obsidian);
  padding: 48px 30px 40px;
  position: relative;
  transition: background 0.45s var(--silk);
  overflow: hidden;
}
.val-card::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background: var(--raw-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s var(--silk);
}
.val-card:hover { background: var(--obsidian-warm); }
.val-card:hover::after { transform: scaleX(1); }
.val-card__idx {
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(76,175,80,0.3);
  margin-bottom: 28px;
  display: block;
}
.val-card__ico  { font-size: 26px; margin-bottom: 18px; display: block; }
.val-card__name {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 700;
  color: var(--parchment);
  margin-bottom: 13px;
  line-height: 1.15;
}
.val-card__desc {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  color: var(--parchment-muted);
}

/* ============================================================
   SERVICES — Dark editorial with hover reveals
   ============================================================ */
.services {
  padding: var(--section-v) 0;
  background: var(--obsidian-warm);
  position: relative;
  overflow: hidden;
}
.services__bg-type {
  position: absolute;
  bottom: -0.1em; right: -0.04em;
  font-family: var(--font-display);
  font-size: clamp(160px, 22vw, 320px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(61,92,42,0.06);
  pointer-events: none; user-select: none;
  line-height: 1;
}
.services__hdr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 72px;
  gap: 60px;
}
.services__hdr-note {
  font-family: var(--font-ui);
  font-size: 13.5px;
  font-weight: 300;
  color: var(--parchment-dim);
  max-width: 360px;
  line-height: 1.9;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(30,36,25,0.8);
}
.svc {
  background: var(--obsidian-warm);
  padding: 56px 48px;
  position: relative;
  overflow: hidden;
  transition: background 0.45s var(--silk);
}
.svc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(61,92,42,0.06) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.45s;
}
.svc:hover { background: var(--bark); }
.svc:hover::before { opacity: 1; }
.svc:hover .svc__ico { color: var(--raw-gold); transform: rotate(-8deg) scale(1.12); }
.svc:hover .svc__link { gap: 18px; }

.svc__n {
  font-family: var(--font-ui);
  font-size: 9px; font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(76,175,80,0.28);
  margin-bottom: 30px;
  display: block;
}
.svc__ico {
  font-size: 32px;
  display: inline-block;
  color: var(--leaf-pale);
  margin-bottom: 22px;
  transition: color 0.4s, transform 0.4s var(--spring);
}
.svc__title {
  font-family: var(--font-display);
  font-size: 27px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--parchment);
  margin-bottom: 16px;
}
.svc__desc {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 300;
  color: var(--parchment-muted);
  line-height: 1.85;
}
.svc__rule {
  margin: 30px 0;
  height: 1px;
  background: rgba(44,51,37,0.6);
  transition: background 0.4s;
}
.svc:hover .svc__rule { background: rgba(76,175,80,0.25); }
.svc__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--raw-gold);
  transition: gap 0.4s var(--silk);
}

/* ============================================================
   PRODUCTS — Magazine staggered grid
   ============================================================ */
.products {
  padding: var(--section-v) 0;
  background: var(--obsidian-mid);
}
.products__hdr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 60px;
  margin-bottom: 72px;
}
.products__hdr-note {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 300;
  color: var(--parchment-dim);
  line-height: 1.9;
}
.products__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
/* Large hero product */
.prod { position: relative; background: var(--bark); overflow: hidden; }
.prod--hero { grid-row: span 2; }
.prod--hero .prod__img { aspect-ratio: 2/3; }
.prod__img {
  aspect-ratio: 3/4;
  min-height: 260px; /* Safari <15 fallback */
  overflow: hidden;
  position: relative;
}
.prod__img img,
.prod__img-ph {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.55) brightness(0.78) sepia(0.1);
  transition: transform 0.9s var(--silk), filter 0.6s;
}
.prod__img-ph {
  background: linear-gradient(135deg, var(--bark) 0%, var(--bark-light) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 54px; opacity: 0.2; color: var(--leaf);
}
.prod:hover .prod__img img { transform: scale(1.08); filter: saturate(0.75) brightness(0.82); }

.prod__badge {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  font-family: var(--font-ui);
  font-size: 7.5px; font-weight: 700;
  letter-spacing: 0.25em; text-transform: uppercase;
  padding: 5px 14px;
}
.prod__badge--moss    { background: var(--moss);        color: var(--leaf-pale); }
.prod__badge--gold    { background: var(--raw-gold);    color: var(--obsidian);  }
.prod__badge--terra   { background: var(--terracotta);  color: var(--parchment); }

.prod__overlay {
  position: absolute; inset: 0; z-index: 4;
  background: rgba(8,10,7,0.6);
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity 0.45s var(--silk);
}
.prod:hover .prod__overlay { opacity: 1; }

.prod__info {
  padding: 22px 24px 28px;
}
.prod__name {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  color: var(--parchment);
  margin-bottom: 5px;
  line-height: 1.15;
}
.prod__herbs {
  font-family: var(--font-ui);
  font-size: 11px; font-weight: 300;
  color: var(--parchment-muted);
  line-height: 1.6;
  margin-bottom: 10px;
}
.prod__price {
  font-family: var(--font-ui);
  font-size: 14px; font-weight: 700;
  color: var(--raw-gold);
  letter-spacing: 0.03em;
}

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.testimonials {
  padding: var(--section-v) 0;
  background: var(--obsidian);
  position: relative;
  overflow: hidden;
}
.testimonials__deco {
  position: absolute;
  top: -0.08em; right: -0.04em;
  font-family: var(--font-display);
  font-size: clamp(180px, 28vw, 420px);
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px rgba(61,92,42,0.055);
  pointer-events: none; user-select: none;
  line-height: 1;
}
.testimonials__inner {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index: 2;
}
.testi-slide { display: none; animation: tFadeIn 0.7s var(--silk); }
.testi-slide.on { display: block; }

.testi__stars {
  display: block;
  color: var(--raw-gold);
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 36px;
}
.testi__q {
  font-family: var(--font-display);
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 700;
  font-style: italic;
  color: var(--parchment);
  line-height: 1.5;
  margin-bottom: 44px;
}
.testi__q .word-gold { font-style: normal; color: var(--gold-bright); }
.testi__name {
  font-family: var(--font-ui);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--parchment);
  display: block; margin-bottom: 5px;
}
.testi__role {
  font-family: var(--font-ui);
  font-size: 12px; font-weight: 300;
  color: var(--parchment-muted);
}

/* Controls */
.testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 60px;
}
.testi-arrow {
  width: 48px; height: 48px;
  border: 1px solid rgba(240,232,213,0.14);
  background: none;
  color: var(--parchment-dim);
  font-size: 20px;
  display: flex; align-items: center; justify-content: center;
  cursor: none;
  transition: border-color 0.3s, color 0.3s, background 0.3s;
}
.testi-arrow:hover {
  border-color: var(--raw-gold);
  color: var(--raw-gold);
  background: rgba(76,175,80,0.06);
}
.testi-pips {
  display: flex; gap: 8px;
}
.testi-pip {
  height: 2px;
  border: none;
  background: rgba(240,232,213,0.15);
  cursor: none;
  transition: width 0.4s var(--silk), background 0.4s;
  width: 20px;
}
.testi-pip.on { width: 48px; background: var(--raw-gold); }

/* ============================================================
   PROCESS — Bold numbered layout
   ============================================================ */
.process {
  padding: var(--section-v) 0;
  background: var(--obsidian-warm);
}
.process__hdr { text-align: center; margin-bottom: 90px; }
.process__hdr p {
  font-family: var(--font-ui);
  font-size: 14px; font-weight: 300;
  color: var(--parchment-dim);
  max-width: 500px;
  margin: 18px auto 0;
  line-height: 1.9;
}
.process__steps {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  position: relative;
}
.process__steps::before {
  content: '';
  position: absolute;
  top: 26px; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(61,92,42,0.3) 20%,
    rgba(76,175,80,0.35) 50%,
    rgba(61,92,42,0.3) 80%, transparent);
}
.step {
  padding: 0 32px;
  text-align: center;
}
.step__circle {
  width: 52px; height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(76,175,80,0.3);
  background: var(--obsidian-warm);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 36px;
  position: relative; z-index: 2;
  transition: background 0.4s, border-color 0.4s;
}
.step:hover .step__circle {
  background: rgba(76,175,80,0.1);
  border-color: var(--raw-gold);
}
.step__n {
  font-family: var(--font-ui);
  font-size: 11px; font-weight: 700;
  color: var(--raw-gold);
  letter-spacing: 0.1em;
}
.step__title {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 700;
  color: var(--parchment);
  margin-bottom: 14px;
}
.step__desc {
  font-family: var(--font-ui);
  font-size: 13px; font-weight: 300;
  color: var(--parchment-muted);
  line-height: 1.8;
}

/* ============================================================
   CONTACT CTA
   ============================================================ */
.contact-cta {
  padding: var(--section-v) 0;
  background: var(--obsidian-mid);
  position: relative;
  overflow: hidden;
}
.contact-cta__orbs {
  position: absolute; inset: 0; pointer-events: none;
}
.contact-cta__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.12;
}
.contact-cta__orb--1 {
  width: 600px; height: 600px;
  background: var(--terracotta);
  top: -30%; left: -15%;
}
.contact-cta__orb--2 {
  width: 500px; height: 500px;
  background: var(--moss);
  bottom: -20%; right: -10%;
}
.contact-cta__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
  align-items: start;
  position: relative; z-index: 2;
}
.contact-cta__hed {
  font-family: var(--font-display);
  font-size: clamp(40px, 5vw, 70px);
  font-weight: 900;
  line-height: 0.97;
  letter-spacing: -0.025em;
  color: var(--parchment);
}
.contact-cta__hed em { font-style: italic; color: var(--gold-bright); }
.contact-cta__sub {
  margin-top: 24px;
  font-family: var(--font-ui);
  font-size: 14px; font-weight: 300;
  color: var(--parchment-dim);
  line-height: 1.9;
  max-width: 440px;
}
.contact-cta__btns {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 44px;
}

.contact-info__eyebrow {
  font-family: var(--font-ui);
  font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--raw-gold);
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 38px;
}
.contact-info__eyebrow::before {
  content: ''; width: 28px; height: 1px; background: var(--raw-gold);
}
.contact-info__list {
  display: flex; flex-direction: column; gap: 30px;
}
.contact-info__row label {
  display: block;
  font-family: var(--font-ui);
  font-size: 8px; font-weight: 700;
  letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--parchment-muted);
  margin-bottom: 6px;
}
.contact-info__row a,
.contact-info__row span {
  font-family: var(--font-ui);
  font-size: 15px; font-weight: 400;
  color: var(--parchment);
  line-height: 1.65;
  display: block;
  transition: color 0.3s;
}
.contact-info__row a:hover { color: var(--raw-gold); }

/* ============================================================
   FOOTER — Minimal, no services/remedies columns
   ============================================================ */
.site-footer {
  background: var(--obsidian);
  border-top: 1px solid rgba(30,36,25,0.9);
}
.site-footer__body {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 70px;
  padding: 80px 0 60px;
  border-bottom: 1px solid rgba(44,51,37,0.5);
}
.footer-brand__logo {
  font-family: var(--font-display);
  font-size: 24px; font-weight: 900;
  color: var(--parchment);
  letter-spacing: -0.01em;
}
.footer-brand__logo em { font-style: normal; color: var(--raw-gold); }
.footer-brand__mono {
  font-family: var(--font-ui);
  font-size: 7.5px; font-weight: 500;
  letter-spacing: 0.32em; text-transform: uppercase;
  color: var(--parchment-muted);
  display: block;
  margin: 6px 0 22px;
}
.footer-brand__copy {
  font-family: var(--font-ui);
  font-size: 13px; font-weight: 300;
  color: rgba(184,175,160,0.55);
  line-height: 1.85;
  max-width: 300px;
}
.footer-brand__slogan {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 14px; font-style: italic;
  color: var(--moss-light);
}
.footer-socials {
  display: flex; gap: 10px; margin-top: 30px;
}
.footer-socials a {
  width: 38px; height: 38px;
  border: 1px solid rgba(44,51,37,0.8);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-ui);
  font-size: 10px; font-weight: 600;
  color: var(--parchment-muted);
  letter-spacing: 0.05em;
  transition: border-color 0.3s, color 0.3s;
}
.footer-socials a:hover { border-color: var(--raw-gold); color: var(--raw-gold); }

/* Contact column */
.footer-col h5 {
  font-family: var(--font-ui);
  font-size: 9px; font-weight: 700;
  letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--raw-gold);
  margin-bottom: 28px;
}
.footer-col .fc-row {
  margin-bottom: 20px;
}
.footer-col .fc-row small {
  display: block;
  font-family: var(--font-ui);
  font-size: 7.5px; font-weight: 600;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(184,175,160,0.25);
  margin-bottom: 4px;
}
.footer-col .fc-row a,
.footer-col .fc-row span {
  display: block;
  font-family: var(--font-ui);
  font-size: 13px; font-weight: 300;
  color: rgba(184,175,160,0.55);
  line-height: 1.65;
  transition: color 0.3s;
}
.footer-col .fc-row a:hover { color: var(--parchment); }

/* Quick nav column */
.footer-col a.nav-link {
  display: block;
  font-family: var(--font-ui);
  font-size: 12px; font-weight: 300;
  color: rgba(184,175,160,0.45);
  margin-bottom: 10px;
  transition: color 0.3s, padding-left 0.35s var(--silk);
}
.footer-col a.nav-link:hover { color: var(--parchment); padding-left: 6px; }

.site-footer__foot {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-footer__foot p {
  font-family: var(--font-ui);
  font-size: 9.5px; font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--parchment-muted);
  opacity: 0.35;
}

/* ============================================================
   FLOATING WHATSAPP
   ============================================================ */
.kh-wa {
  position: fixed;
  bottom: 34px; right: 34px;
  z-index: 700;
  width: 58px; height: 58px;
  background: #1DAA61;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  box-shadow: 0 6px 28px rgba(29,170,97,0.5);
  transition: transform 0.4s var(--spring), box-shadow 0.4s;
  animation: waPop 0.7s 1.8s var(--spring) both;
}
.kh-wa:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: 0 12px 36px rgba(29,170,97,0.65);
}

/* ============================================================
   WP COMPAT
   ============================================================ */
.sticky {}
.bypostauthor {}
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
}
.wp-caption { width: 100%; }
.wp-caption-text {
  font-family: var(--font-ui);
  font-size: 11px;
  color: var(--parchment-muted);
  padding: 8px 0; text-align: center;
}

/* ============================================================
   KEYFRAMES
   ============================================================ */
@keyframes slideIn {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: none; }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes heroScale {
  from { transform: scale(1.1); }
  to   { transform: scale(1);   }
}
@keyframes ribbonRoll {
  from { transform: translateX(0);    }
  to   { transform: translateX(-50%); }
}
@keyframes tFadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
@keyframes waPop {
  from { opacity: 0; transform: scale(0.5); }
  to   { opacity: 1; transform: none; }
}
@keyframes particleDrift {
  0%   { transform: translateY(0) translateX(0) rotate(0deg);   opacity: 0; }
  10%  { opacity: 1; }
  90%  { opacity: 0.6; }
  100% { transform: translateY(-100px) translateX(30px) rotate(360deg); opacity: 0; }
}

/* ============================================================
   RESPONSIVE ≤ 1100px
   ============================================================ */
@media (max-width: 1100px) {
  :root { --pad-x: 40px; --section-v: 110px; }

  .hero__inner { padding: 140px 48px 80px; }
  .hero__right { right: 40px; bottom: 60px; width: 260px; }

  .about__grid { grid-template-columns: 1fr; gap: 60px; }
  .about__images { height: 420px; }

  .values__hdr { grid-template-columns: 1fr; gap: 20px; }
  .values__strip { grid-template-columns: repeat(3,1fr); }

  .services__grid { grid-template-columns: 1fr 1fr; }
  .services__hdr  { flex-direction: column; align-items: flex-start; gap: 16px; }

  .products__hdr  { grid-template-columns: 1fr; gap: 20px; }
  .products__grid { grid-template-columns: 1fr 1fr; }
  .prod--hero     { grid-row: auto; }
  .prod--hero .prod__img { aspect-ratio: 3/4;
  min-height: 260px; /* Safari <15 fallback */ }

  .process__steps { grid-template-columns: 1fr 1fr; gap: 60px; }
  .process__steps::before { display: none; }

  .contact-cta__grid  { grid-template-columns: 1fr; gap: 60px; }
  .site-footer__body  { grid-template-columns: 1fr 1fr; gap: 48px; }
}

/* ============================================================
/* ============================================================
   RESPONSIVE ≤ 768px
   ============================================================ */
@media (max-width: 768px) {
  :root { --pad-x: 24px; --section-v: 60px; }

  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; inset: 0;
    background: var(--obsidian);
    z-index: 750;
    padding: 110px 36px 48px;
    justify-content: center;
    border-right: none;
    gap: 0;
  }
  .nav-links.open ul { flex-direction: column; gap: 0; }
  .nav-links.open li a {
    display: block; padding: 20px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(44,51,37,0.4);
    color: var(--parchment-dim);
  }
  .nav-links.open li.is-cta a {
    background: none; color: var(--raw-gold); padding-left: 0;
  }
  .nav-burger { display: flex; z-index: 760; }

  /* Hero — mobile full width */
  .hero__watermark { display: none; }
  .hero__right { display: none; }
  .hero__inner { padding: 120px 24px 64px; }
  .hero { min-height: auto; }

  /* Hero conditions — wrap nicely */
  .hero__conditions { gap: 8px; }
  .hc-tag { font-size: 11px; padding: 6px 10px; }

  /* Hero buttons stack on mobile */
  .hero__actions { flex-direction: column; gap: 12px; }
  .hero__actions .kh-btn { width: 100%; justify-content: center; }

  /* Proof bar — 2 columns */
  .proof-bar__inner { flex-wrap: wrap; gap: 24px; justify-content: center; }
  .pb-stat { min-width: 120px; text-align: center; }
  .pb-divider { display: none; }
  .pb-urgent { width: 100%; text-align: center; justify-content: center; }

  /* Conditions grid — single column */
  .conditions__grid { grid-template-columns: 1fr; gap: 12px; }
  .cond-card { padding: 20px 18px; }

  /* HIV spotlight — single column, tighter */
  .hiv-spotlight__inner { grid-template-columns: 1fr; gap: 32px; }
  .hiv-spotlight__visual { order: -1; }
  .hiv-spotlight__card { padding: 28px 20px 24px; }
  .hiv-spotlight__orb { display: none; }

  /* Process steps — single column, much tighter */
  .process__steps { grid-template-columns: 1fr; gap: 32px; }
  .process__hdr { margin-bottom: 48px; }
  .step { padding: 0 16px; }
  .step__circle { margin-bottom: 16px; }
  .process__steps::before { display: none; }

  /* About */
  .about__float-stat { display: none; }
  .about__images { height: 280px; }
  .about__grid { grid-template-columns: 1fr; gap: 40px; }

  /* Contact CTA */
  .contact-cta__grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-cta__btns { flex-direction: column; }
  .contact-cta__btns .kh-btn { width: 100%; justify-content: center; }

  /* Footer */
  .site-footer__body { grid-template-columns: 1fr; gap: 36px; }
  .site-footer__foot { flex-direction: column; text-align: center; gap: 8px; }

  .values__strip { grid-template-columns: 1fr 1fr; }
  .services__grid { grid-template-columns: 1fr; }
  .products__grid { grid-template-columns: 1fr; }

  .kh-cursor, .kh-cursor-ring { display: none; }
}

/* ============================================================
   HIV SUPPORT SPOTLIGHT  (added v3.1)
   ============================================================ */
.hiv-spotlight {
  padding: var(--section-v) 0;
  background: var(--obsidian-warm);
  position: relative;
  overflow: hidden;
}
.hiv-spotlight::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 80% 50%, rgba(76,175,80,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 60% at 10% 80%, rgba(61,92,42,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.hiv-spotlight__inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 100px;
  align-items: center;
  position: relative;
}
.hiv-spotlight__hed {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.08;
  margin: 18px 0 28px;
}
.hiv-spotlight__body {
  font-family: var(--font-body);
  font-size: 1.05rem;
  color: var(--parchment-dim);
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 36px;
}
.hiv-spotlight__pillars {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 36px;
}
.hiv-pill {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 24px;
  background: rgba(44,51,37,0.5);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 8px;
}
.hiv-pill__ico { font-size: 1.6rem; flex-shrink: 0; margin-top: 2px; }
.hiv-pill strong {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--raw-gold);
  margin-bottom: 6px;
}
.hiv-pill p {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  color: var(--parchment-dim);
  line-height: 1.7;
  margin: 0;
}
.hiv-spotlight__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
}
.hiv-tag {
  font-family: var(--font-ui);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: .04em;
  color: var(--leaf);
  border: 1px solid rgba(125,181,90,0.3);
  padding: 7px 16px;
  border-radius: 100px;
  background: rgba(125,181,90,0.07);
}
.hiv-spotlight__notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 22px;
  background: rgba(30,77,40,0.15);
  border: 1px solid rgba(53,122,66,0.25);
  border-radius: 8px;
}
.hiv-notice__ico { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.hiv-spotlight__notice p {
  font-family: var(--font-ui);
  font-size: 0.85rem;
  color: var(--parchment-dim);
  line-height: 1.7;
  margin: 0;
}
.hiv-spotlight__notice strong { color: var(--terra-warm); }

/* Visual card */
.hiv-spotlight__visual { position: relative; }
.hiv-spotlight__card {
  background: linear-gradient(145deg, var(--bark) 0%, var(--bark-light) 100%);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 16px;
  padding: 48px 40px 44px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.hiv-card__badge {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--obsidian);
  background: var(--raw-gold);
  padding: 5px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.hiv-card__icon { font-size: 3.5rem; margin-bottom: 18px; }
.hiv-card__name {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 6px;
}
.hiv-card__brand {
  font-family: var(--font-ui);
  font-size: 0.75rem;
  color: var(--parchment-muted);
  letter-spacing: .04em;
  margin-bottom: 28px;
}
.hiv-card__list {
  list-style: none;
  padding: 0; margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}
.hiv-card__list li {
  font-family: var(--font-ui);
  font-size: 0.88rem;
  color: var(--parchment-dim);
  padding: 10px 14px;
  background: rgba(0,0,0,0.25);
  border-radius: 6px;
}
.hiv-card__cta {
  display: inline-block;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--obsidian);
  background: var(--raw-gold);
  padding: 14px 36px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s;
}
.hiv-card__cta:hover { background: var(--gold-bright); transform: translateY(-2px); }
.hiv-spotlight__orb {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(76,175,80,0.12) 0%, transparent 70%);
  bottom: -60px; right: -80px;
  z-index: 1;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 900px) {
  .hiv-spotlight__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .hiv-spotlight__visual { order: -1; }
  .hiv-spotlight__card { padding: 36px 28px 32px; }
}

/* ============================================================
   LOGO IMAGE  (v3.1)
   ============================================================ */
.nav-logo__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo__img {
  height: 68px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  filter: brightness(1.1) drop-shadow(0 2px 8px rgba(0,0,0,0.5));
  transition: transform 0.3s var(--silk), filter 0.3s;
  background: rgba(255,255,255,0.92);
  border-radius: 10px;
  padding: 4px 8px;
}
.nav-logo__link:hover .nav-logo__img {
  transform: scale(1.04);
  filter: brightness(1.15) drop-shadow(0 4px 12px rgba(76,175,80,0.4));
}
@media (max-width: 768px) {
  .nav-logo__img { height: 50px; padding: 3px 6px; }
}

/* ============================================================
   REAL FEEDBACK SECTION  (v3.1)
   ============================================================ */
.real-feedback {
  padding: var(--section-v) 0 80px;
  background: var(--obsidian-mid);
  overflow: hidden;
  position: relative;
}
.real-feedback::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(76,175,80,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.rf-hdr {
  text-align: center;
  margin-bottom: 60px;
}
.rf-hdr__sub {
  font-family: var(--font-ui);
  font-size: 1rem;
  color: var(--parchment-dim);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Scrolling track */
.rf-track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  /* fade edges */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.rf-track-wrap:active { cursor: grabbing; }

.rf-track {
  display: flex;
  gap: 28px;
  padding: 20px 60px;
  width: max-content;
  animation: rfScroll 30s linear infinite;
  will-change: transform;
}
.rf-track:hover,
.rf-track-wrap:active .rf-track {
  animation-play-state: paused;
}

@keyframes rfScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.rf-card {
  flex-shrink: 0;
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.15);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  transition: transform 0.35s var(--silk), box-shadow 0.35s var(--silk), border-color 0.3s;
  position: relative;
}
.rf-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(76,175,80,0);
  transition: border-color 0.3s;
  pointer-events: none;
}
.rf-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 70px rgba(0,0,0,0.6);
}
.rf-card:hover::after { border-color: rgba(76,175,80,0.45); }

.rf-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.5s var(--silk);
}
.rf-card:hover img { transform: scale(1.04); }

/* Dots */
.rf-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.rf-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(76,175,80,0.25);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  padding: 0;
}
.rf-dot.on,
.rf-dot:hover {
  background: var(--raw-gold);
  transform: scale(1.3);
}

/* Touch drag support */
@media (max-width: 768px) {
  .rf-card { width: 220px; }
  .rf-card img { height: 320px; }
  .rf-track { gap: 18px; padding: 16px 24px; }
}

/* ============================================================
   V4 CORRECTIONS — New components
   ============================================================ */

/* HERO UPGRADES — Trust badge + conditions + micro-trust */
.hero__trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(76,175,80,0.1);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 100px;
  padding: 8px 18px;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--leaf);
  margin-bottom: 28px;
}
.htb__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--raw-gold);
  box-shadow: 0 0 8px var(--raw-gold);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.7; }
}

.hero__conditions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 36px;
}
.hc-tag {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--parchment-dim);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  padding: 6px 14px;
  transition: all 0.3s var(--silk);
  cursor: default;
}
.hc-tag:hover {
  background: rgba(76,175,80,0.12);
  border-color: rgba(76,175,80,0.3);
  color: var(--leaf);
}

.hero__micro-trust {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 400;
  color: var(--parchment-muted);
  letter-spacing: 0.02em;
  margin-top: 18px;
}

/* Floating review on hero image */
.hero__floating-review {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 10;
  background: rgba(9,20,9,0.92);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 16px;
  padding: 20px 24px;
  max-width: 300px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: float-card 4s ease-in-out infinite;
}
@keyframes float-card {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-8px); }
}
.hfr__stars { font-size: 14px; color: #FFD700; display: block; margin-bottom: 8px; }
.hfr__text  {
  font-family: var(--font-body);
  font-size: 13px;
  font-style: italic;
  color: var(--parchment);
  line-height: 1.5;
  margin-bottom: 8px;
}
.hfr__name {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  color: var(--raw-gold);
  letter-spacing: 0.04em;
}

/* ============================================================
   PROOF BAR — Stats + urgency line
   ============================================================ */
.proof-bar {
  background: var(--bark);
  border-top: 1px solid rgba(76,175,80,0.12);
  border-bottom: 1px solid rgba(76,175,80,0.12);
  padding: 40px 0;
}
.proof-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}
.pb-stat { text-align: center; }
.pb-stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  color: var(--raw-gold);
  line-height: 1;
}
.pb-stat__lbl {
  display: block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  margin-top: 6px;
}
.pb-divider {
  width: 1px;
  height: 48px;
  background: rgba(76,175,80,0.15);
  flex-shrink: 0;
}
.pb-urgent {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(76,175,80,0.08);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 100px;
  padding: 10px 22px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--leaf);
}
.pb-urgent__dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--raw-gold);
  box-shadow: 0 0 8px var(--raw-gold);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ============================================================
   CONDITIONS GRID — Problem-first clarity
   ============================================================ */
.conditions {
  padding: var(--section-v) 0;
  background: var(--obsidian);
}
.conditions__hdr {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px;
}
.conditions__sub {
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--parchment-dim);
}
.conditions__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cond-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.1);
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.4s var(--silk);
  overflow: hidden;
  cursor: pointer;
}
.cond-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(76,175,80,0.06) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s;
}
.cond-card:hover {
  border-color: rgba(76,175,80,0.3);
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(0,0,0,0.4);
}
.cond-card:hover::before { opacity: 1; }
.cond-card__badge {
  position: absolute;
  top: 16px; right: 16px;
  font-family: var(--font-ui);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #050C05;
  background: var(--raw-gold);
  border-radius: 100px;
  padding: 4px 10px;
}
.cond-card__ico {
  font-size: 36px;
  margin-bottom: 16px;
  display: block;
}
.cond-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--parchment);
  margin-bottom: 10px;
}
.cond-card__desc {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--parchment-dim);
  flex: 1;
  margin-bottom: 20px;
}
.cond-card__cta {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--raw-gold);
  transition: gap 0.3s;
}
.cond-card:hover .cond-card__cta { letter-spacing: 0.1em; }

.conditions__cta-line {
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--parchment-dim);
  margin-bottom: 28px;
  font-style: italic;
}

/* ============================================================
   ABOUT — Credentials upgrade
   ============================================================ */
.about__credentials {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 32px;
  background: rgba(76,175,80,0.05);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 16px;
  padding: 24px 28px;
}
.cred-item {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 400;
  color: var(--parchment-dim);
  line-height: 1.5;
}
.cred-item strong { color: var(--parchment); }

/* ============================================================
   CONTACT CTA — Urgency upgrades
   ============================================================ */
.contact-cta__urgency {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(76,175,80,0.08);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 100px;
  padding: 10px 22px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 500;
  color: var(--leaf);
  margin-bottom: 28px;
}
.urgency-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  animation: pulse-dot 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
.contact-cta__promise {
  margin-top: 28px;
  padding: 16px 22px;
  background: rgba(76,175,80,0.06);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 12px;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--leaf);
  text-align: center;
}

/* Testimonial subhead */
.testi__subhead {
  font-family: var(--font-body);
  font-size: 16px;
  font-style: italic;
  color: var(--parchment-dim);
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}

/* ============================================================
   RESPONSIVE — Conditions grid
   ============================================================ */
@media (max-width: 1024px) {
  .conditions__grid { grid-template-columns: repeat(2,1fr); }
  .proof-bar__inner { gap: 32px; }
  .pb-divider { display: none; }
}
@media (max-width: 640px) {
  .conditions__grid { grid-template-columns: 1fr; }
  .hero__conditions { gap: 6px; }
  .hero__floating-review { display: none; }
  .about__credentials { padding: 18px; }
  .proof-bar__inner { gap: 24px; }
}

/* ============================================================
   HERO VISUAL PANEL — shown when no hero image is set
   ============================================================ */
.hero-visual-panel {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 80px 36px 80px 56px;
  gap: 16px;
}
.hvp__title {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--raw-gold);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.hvp__card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: border-color 0.3s, background 0.3s;
}
.hvp__card:hover {
  background: rgba(76,175,80,0.08);
  border-color: rgba(76,175,80,0.45);
}
.hvp__card-ico {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
}
.hvp__card-body { flex: 1; min-width: 0; }
.hvp__card-name {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--parchment);
  line-height: 1.3;
}
.hvp__card-desc {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--parchment-muted);
  line-height: 1.4;
  margin-top: 3px;
}
.hvp__card-badge {
  font-size: 10px;
  font-family: var(--font-ui);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--raw-gold);
  background: rgba(76,175,80,0.12);
  border: 1px solid rgba(76,175,80,0.3);
  border-radius: 4px;
  padding: 2px 7px;
  white-space: nowrap;
  flex-shrink: 0;
}


/* ============================================================
   FONT SIZE INCREASES — Change 1
   ============================================================ */
body {
  font-size: 16px;
  line-height: 1.85;
}
.kh-prose { font-size: 17px; }
.kh-prose--lg { font-size: 19px; }
.kh-label { font-size: 11.5px; letter-spacing: 0.32em; }
.kh-btn { font-size: 12px; letter-spacing: 0.22em; }
.hero__sub { font-size: 17px !important; line-height: 1.8; }
.hero__trust-badge span { font-size: 13px !important; }
.hc-tag { font-size: 13px !important; padding: 8px 14px !important; }
.cond-card__name { font-size: 17px !important; }
.cond-card__desc { font-size: 14px !important; }
.cond-card__cta { font-size: 12px !important; }
.pb-stat__num { font-size: clamp(36px,5vw,54px) !important; }
.pb-stat__lbl { font-size: 13px !important; }
.step__title { font-size: 19px !important; }
.step__desc  { font-size: 15px !important; }
.about__body { font-size: 17px !important; line-height: 1.85; }
.cred-item   { font-size: 15px !important; }
.testi__q    { font-size: 17px !important; line-height: 1.85; }
.testi__name { font-size: 15px !important; }
.testi__role { font-size: 13px !important; }
.contact-cta__sub { font-size: 17px !important; }
.contact-info__row label { font-size: 12px !important; }
.contact-info__row a,
.contact-info__row span { font-size: 16px !important; }
.footer-brand__copy { font-size: 15px !important; }
.footer-col a { font-size: 14px !important; }
.fc-row small { font-size: 12px !important; }
.fc-row a, .fc-row span { font-size: 15px !important; }


/* ============================================================
   HERB / LEAF BACKGROUND IMAGES — Change 9
   ============================================================ */

/* Hero: herb overlay */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    url('https://images.unsplash.com/photo-1466781691855-71cd6c33b2f1?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center 30%;
  opacity: 0.09;
  pointer-events: none;
}

/* Conditions section: herbs in bowl */
.conditions {
  position: relative;
}
.conditions::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url('https://images.unsplash.com/photo-1471193945509-9ad0617afabf?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.07;
  pointer-events: none;
  z-index: 0;
}
.conditions .kh-wrap { position: relative; z-index: 1; }

/* Testimonials section: leaves backdrop */
.testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
}

/* About section: mortar & herbs */
.about::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.about .kh-wrap { position: relative; z-index: 2; }

/* Products showcase section */
.products-showcase {
  position: relative;
  padding: var(--section-v) 0;
  overflow: hidden;
}
.products-showcase::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    url('https://images.unsplash.com/photo-1474979266404-7eaacbcd87c5?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  pointer-events: none;
}

/* Process section: dried herbs */
.process::before {
  content: '' !important;
  background-image:
    url('https://images.unsplash.com/photo-1505471768190-275e2ad7b3f9?w=1600&q=70&auto=format&fit=crop') !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.06 !important;
}


/* ============================================================
   PRODUCTS SHOWCASE SECTION — Changes 10 & 11
   ============================================================ */
.products-showcase__hdr {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}
.products-showcase__sub {
  font-size: 17px;
  color: var(--parchment-dim);
  line-height: 1.8;
  margin-top: 18px;
}

.ps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}

.ps-card {
  background: linear-gradient(160deg, var(--bark-light) 0%, var(--bark) 100%);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-decoration: none;
  color: var(--parchment);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--silk), border-color 0.3s, box-shadow 0.35s;
}
.ps-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(76,175,80,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.ps-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76,175,80,0.6);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 30px rgba(76,175,80,0.12);
}
.ps-card__badge {
  display: inline-flex;
  align-self: flex-start;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
  background: rgba(76,175,80,0.15);
  border: 1px solid rgba(76,175,80,0.35);
  border-radius: 6px;
  padding: 4px 10px;
}
.ps-card__ico {
  font-size: 3rem;
  display: block;
  line-height: 1;
  margin: 8px 0;
}
.ps-card__name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--parchment);
  line-height: 1.2;
}
.ps-card__brand {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 400;
  color: var(--parchment-muted);
  letter-spacing: 0.05em;
}
.ps-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.ps-card__list li {
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--parchment-dim);
  padding: 5px 0;
  border-bottom: 1px solid rgba(76,175,80,0.1);
  line-height: 1.5;
}
.ps-card__list li:last-child { border-bottom: none; }
.ps-card__cta {
  display: block;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--raw-gold);
  margin-top: 8px;
  transition: letter-spacing 0.3s;
}
.ps-card:hover .ps-card__cta { letter-spacing: 0.25em; }

@media (max-width: 1100px) {
  .ps-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .ps-grid { grid-template-columns: 1fr; }
  .ps-card { padding: 28px 22px; }
}


/* ============================================================
   BUTTON FIX — Change 12
   ============================================================ */
.kh-btn--xl {
  font-size: 14px !important;
  padding: 20px 36px !important;
  white-space: normal !important;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 480px) {
  .kh-btn--xl {
    font-size: 12px !important;
    padding: 18px 24px !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .process__cta { padding: 0 16px; }
}


/* ============================================================
   PRODUCTS PAGE — page-products.php
   ============================================================ */
.page-products-hero {
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}
.page-products-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1474979266404-7eaacbcd87c5?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  pointer-events: none;
}
.page-products-hero .kh-wrap { position: relative; z-index: 1; }
.page-products-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 24px;
}
.page-products-hero p {
  font-size: 18px;
  color: var(--parchment-dim);
  max-width: 600px;
  line-height: 1.8;
}

.products-page-grid {
  padding: 80px 0 120px;
  position: relative;
}
.products-page-grid::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.06;
  pointer-events: none;
}
.products-page-grid .kh-wrap { position: relative; z-index: 1; }

.prod-full-card {
  background: linear-gradient(160deg, var(--bark-light) 0%, var(--bark) 100%);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-bottom: 40px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.prod-full-card:hover {
  border-color: rgba(76,175,80,0.45);
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 30px rgba(76,175,80,0.08);
}
.prod-full-card__visual {
  background: var(--obsidian-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
}
.prod-full-card__visual::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(76,175,80,0.18) 0%, transparent 70%);
}
.prod-full-card__emoji {
  font-size: 5rem;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(76,175,80,0.3));
}
.prod-full-card__badge-vis {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
  background: rgba(76,175,80,0.15);
  border: 1px solid rgba(76,175,80,0.35);
  border-radius: 6px;
  padding: 6px 14px;
  position: relative;
  z-index: 1;
}
.prod-full-card__info {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.prod-full-card__name {
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--parchment);
}
.prod-full-card__desc {
  font-size: 16px;
  color: var(--parchment-dim);
  line-height: 1.85;
}
.prod-full-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.prod-full-card__features li {
  font-family: var(--font-ui);
  font-size: 13.5px;
  color: var(--parchment-dim);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.prod-full-card__features li::before {
  content: '✓';
  color: var(--raw-gold);
  font-weight: 700;
  flex-shrink: 0;
}
.prod-full-card__disclaimer {
  background: rgba(76,175,80,0.06);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: var(--parchment-muted);
  line-height: 1.6;
}
.prod-full-card__cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .prod-full-card { grid-template-columns: 1fr; }
  .prod-full-card__visual { padding: 48px 32px; }
  .prod-full-card__info { padding: 40px 32px; }
  .prod-full-card__features { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .prod-full-card__info { padding: 32px 24px; }
  .prod-full-card__emoji { font-size: 3.5rem; }
}


/* ============================================================
   CONSULTATION PAGE
   ============================================================ */
.consult-hero {
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.consult-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1471193945509-9ad0617afabf?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.09;
}
.consult-hero .kh-wrap { position: relative; z-index: 1; }
.consult-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 24px;
}
.consult-hero p {
  font-size: 18px;
  color: var(--parchment-dim);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

.consult-packages {
  padding: 80px 0 120px;
  position: relative;
}
.consult-packages::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1466781691855-71cd6c33b2f1?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  opacity: 0.06;
  pointer-events: none;
}
.consult-packages .kh-wrap { position: relative; z-index: 1; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 64px;
}
.pkg-card {
  background: linear-gradient(160deg, var(--bark-light) 0%, var(--bark) 100%);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 22px;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s var(--silk), border-color 0.3s;
}
.pkg-card:hover { transform: translateY(-8px); border-color: rgba(76,175,80,0.5); }
.pkg-card--featured {
  border-color: rgba(76,175,80,0.55);
  background: linear-gradient(160deg, var(--terracotta) 0%, var(--bark) 100%);
}
.pkg-card__popular {
  position: absolute;
  top: 22px; right: 22px;
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background: var(--raw-gold);
  color: var(--obsidian);
  border-radius: 6px;
  padding: 4px 10px;
}
.pkg-card__ico { font-size: 2.8rem; display: block; }
.pkg-card__name {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--parchment);
  line-height: 1.2;
}
.pkg-card__price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--raw-gold);
  line-height: 1;
}
.pkg-card__price span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--parchment-muted);
  font-family: var(--font-ui);
  display: block;
  margin-top: 4px;
}
.pkg-card__desc {
  font-size: 15px;
  color: var(--parchment-dim);
  line-height: 1.75;
}
.pkg-card__features {
  list-style: none;
  padding: 0; margin: 0;
  flex: 1;
}
.pkg-card__features li {
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--parchment-dim);
  padding: 8px 0;
  border-bottom: 1px solid rgba(76,175,80,0.1);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}
.pkg-card__features li::before {
  content: '✓';
  color: var(--raw-gold);
  font-weight: 700;
  flex-shrink: 0;
}
.pkg-card__features li:last-child { border-bottom: none; }

@media (max-width: 900px) { .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } }

.consult-process {
  padding: 80px 0;
  background: var(--obsidian-warm);
  position: relative;
  overflow: hidden;
}
.consult-process::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1505471768190-275e2ad7b3f9?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  opacity: 0.06;
  pointer-events: none;
}
.consult-process .kh-wrap { position: relative; z-index: 1; }

.consult-wa-block {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  border-radius: 24px;
  padding: 56px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
.consult-wa-block::before {
  content: '💬';
  position: absolute;
  font-size: 220px;
  right: -30px;
  top: -30px;
  opacity: 0.07;
  pointer-events: none;
  line-height: 1;
}
.consult-wa-block h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 16px;
}
.consult-wa-block p {
  font-size: 17px;
  color: rgba(255,255,255,0.85);
  max-width: 560px;
  margin: 0 auto 32px;
  line-height: 1.75;
}
.wa-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #128C7E;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 20px 48px;
  border-radius: 60px;
  text-decoration: none;
  transition: transform 0.3s var(--silk), box-shadow 0.3s;
}
.wa-cta-btn:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.25); }


/* ============================================================
   ABOUT US PAGE
   ============================================================ */
.about-page-hero {
  padding: 160px 0 80px;
  position: relative;
  overflow: hidden;
}
.about-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=70&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  opacity: 0.09;
}
.about-page-hero .kh-wrap { position: relative; z-index: 1; }

.about-page-founder {
  padding: 80px 0;
  position: relative;
}
.about-page-founder::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1466781691855-71cd6c33b2f1?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  opacity: 0.06;
  pointer-events: none;
}
.about-page-founder .kh-wrap { position: relative; z-index: 1; }

.founder-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 80px;
  align-items: center;
}
.founder-img-wrap {
  position: relative;
}
.founder-img-wrap img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
  aspect-ratio: 3/4;
  min-height: 260px; /* Safari <15 fallback */
  filter: saturate(0.85) brightness(0.95);
  border: 2px solid rgba(76,175,80,0.3);
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}
.founder-img-wrap::before {
  content: '';
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 30px;
  z-index: -1;
}
.founder-img-stat {
  position: absolute;
  bottom: 24px; left: -24px;
  background: var(--raw-gold);
  color: var(--obsidian);
  padding: 16px 24px;
  border-radius: 14px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.founder-img-stat .num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  display: block;
  line-height: 1;
}
.founder-img-stat .lbl {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 4px;
}
.founder-text { display: flex; flex-direction: column; gap: 24px; }
.founder-text h2 {
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--parchment);
}
.founder-text p {
  font-size: 17px;
  color: var(--parchment-dim);
  line-height: 1.9;
}
.founder-creds {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-top: 8px;
}
.founder-creds li {
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--parchment-dim);
  display: flex; gap: 8px; align-items: flex-start; line-height: 1.5;
}
.founder-creds li strong { color: var(--parchment); }

.about-values {
  padding: 80px 0;
  background: var(--obsidian-warm);
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 56px;
}
.val-item {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 18px;
  padding: 36px 30px;
  transition: transform 0.3s, border-color 0.3s;
}
.val-item:hover { transform: translateY(-6px); border-color: rgba(76,175,80,0.45); }
.val-item__ico { font-size: 2.4rem; display: block; margin-bottom: 16px; }
.val-item__name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 10px;
}
.val-item__desc {
  font-size: 15px;
  color: var(--parchment-dim);
  line-height: 1.75;
}
.about-cta {
  padding: 80px 0;
  text-align: center;
  position: relative; overflow: hidden;
}
.about-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1471193945509-9ad0617afabf?w=1600&q=60&auto=format&fit=crop');
  background-size: cover; opacity: 0.07; pointer-events: none;
}
.about-cta .kh-wrap { position: relative; z-index: 1; }
@media (max-width: 900px) {
  .founder-grid { grid-template-columns: 1fr; }
  .founder-img-wrap { max-width: 380px; margin: 0 auto; }
  .founder-creds { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}


/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page-hero {
  padding: 160px 0 80px;
  position: relative; overflow: hidden;
}
.contact-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1505471768190-275e2ad7b3f9?w=1600&q=70&auto=format&fit=crop');
  background-size: cover; background-position: center;
  opacity: 0.09;
}
.contact-page-hero .kh-wrap { position: relative; z-index: 1; }

.contact-page-body {
  padding: 80px 0 120px;
  position: relative;
}
.contact-page-body::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=60&auto=format&fit=crop');
  background-size: cover; opacity: 0.06; pointer-events: none;
}
.contact-page-body .kh-wrap { position: relative; z-index: 1; }

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
.contact-info-panel { display: flex; flex-direction: column; gap: 28px; }
.contact-info-panel h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--parchment);
  margin-bottom: 8px;
}
.contact-detail-card {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 16px;
  padding: 24px 28px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: border-color 0.3s;
}
.contact-detail-card:hover { border-color: rgba(76,175,80,0.45); }
.contact-detail-card__ico {
  font-size: 1.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.contact-detail-card__body label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
  display: block;
  margin-bottom: 6px;
}
.contact-detail-card__body a,
.contact-detail-card__body span {
  font-size: 16px;
  color: var(--parchment);
  display: block;
  line-height: 1.7;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-detail-card__body a:hover { color: var(--raw-gold); }

.contact-form-panel {
  background: var(--bark-light);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 24px;
  padding: 48px 44px;
}
.contact-form-panel h3 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 8px;
}
.contact-form-panel p {
  font-size: 15px;
  color: var(--parchment-dim);
  margin-bottom: 32px;
  line-height: 1.7;
}
.cf-field {
  margin-bottom: 20px;
}
.cf-field label {
  display: block;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  margin-bottom: 8px;
}
.cf-field input,
.cf-field textarea,
.cf-field select {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 10px;
  padding: 16px 18px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--parchment);
  transition: border-color 0.3s, background 0.3s;
  outline: none;
}
.cf-field input:focus,
.cf-field textarea:focus,
.cf-field select:focus {
  border-color: rgba(76,175,80,0.6);
  background: rgba(76,175,80,0.05);
}
.cf-field textarea { min-height: 140px; resize: vertical; }
.cf-field select option { background: var(--bark); }
.cf-submit {
  width: 100%;
  background: var(--raw-gold);
  color: var(--obsidian);
  border: none;
  padding: 18px 32px;
  border-radius: 60px;
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.3s var(--silk), box-shadow 0.3s;
  margin-top: 8px;
}
.cf-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(76,175,80,0.35);
}
.contact-hours {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 16px;
  padding: 28px;
}
.contact-hours h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--parchment);
  margin-bottom: 16px;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(76,175,80,0.1);
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--parchment-dim);
}
.hours-row:last-child { border-bottom: none; }
.hours-row .open { color: var(--raw-gold); font-weight: 600; }
.hours-row .closed { color: #ef9a9a; }
@media (max-width: 900px) {
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-form-panel { padding: 36px 28px; }
}


/* ============================================================
   BLOG PAGE
   ============================================================ */
.blog-page-hero {
  padding: 160px 0 80px;
  position: relative; overflow: hidden;
}
.blog-page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1600&q=70&auto=format&fit=crop');
  background-size: cover; background-position: center;
  opacity: 0.09;
}
.blog-page-hero .kh-wrap { position: relative; z-index: 1; }
.blog-page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900; line-height: 1.05; margin-bottom: 20px;
}
.blog-page-hero p {
  font-size: 18px; color: var(--parchment-dim); max-width: 580px; line-height: 1.8;
}

.blog-page-body {
  padding: 80px 0 120px;
  position: relative;
}
.blog-page-body::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1466781691855-71cd6c33b2f1?w=1600&q=60&auto=format&fit=crop');
  background-size: cover; opacity: 0.06; pointer-events: none;
}
.blog-page-body .kh-wrap { position: relative; z-index: 1; }

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 64px;
}
.blog-card {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--silk), border-color 0.3s;
  text-decoration: none;
  color: var(--parchment);
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(76,175,80,0.5);
}
.blog-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--obsidian-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}
.blog-card__thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--silk);
}
.blog-card:hover .blog-card__thumb img { transform: scale(1.05); }
.blog-card__thumb-placeholder {
  width: 100%; aspect-ratio: 16/9;
  background: var(--obsidian-warm);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem;
}
.blog-card__body { padding: 28px 28px 32px; flex: 1; display: flex; flex-direction: column; gap: 12px; }
.blog-card__cat {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
}
.blog-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--parchment);
}
.blog-card:hover .blog-card__title { color: var(--gold-bright); }
.blog-card__excerpt {
  font-size: 14px;
  color: var(--parchment-dim);
  line-height: 1.75;
  flex: 1;
}
.blog-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--parchment-muted);
  border-top: 1px solid rgba(76,175,80,0.1);
  padding-top: 12px;
  margin-top: 4px;
}
.blog-card__read-more {
  color: var(--raw-gold);
  font-weight: 700;
  font-size: 12px;
  font-family: var(--font-ui);
  letter-spacing: 0.1em;
}

.blog-no-posts {
  text-align: center;
  padding: 80px 32px;
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 24px;
  margin-bottom: 64px;
}
.blog-no-posts__ico { font-size: 3rem; display: block; margin-bottom: 20px; }
.blog-no-posts h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 12px;
}
.blog-no-posts p {
  font-size: 16px;
  color: var(--parchment-dim);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.75;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 10px;
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.2);
  color: var(--parchment-dim);
  text-decoration: none;
  transition: all 0.25s;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
  background: var(--raw-gold);
  color: var(--obsidian);
  border-color: var(--raw-gold);
}

@media (max-width: 1000px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }


/* ============================================================
   SHARED PAGE HEADING STYLES
   ============================================================ */
.page-hed {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 900;
  line-height: 1.05;
  color: var(--parchment);
}
.page-sub {
  font-size: 18px;
  color: var(--parchment-dim);
  line-height: 1.8;
  max-width: 600px;
}
.italic-gold { font-style: italic; color: var(--raw-gold); }



/* ============================================================
   FIX: CONTACT INFO ROW TEXT ALIGNMENT — Image 6 Fix
   ============================================================ */
.contact-info__row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.contact-info__row label {
  white-space: normal !important;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold);
  display: block;
  margin-bottom: 4px;
}
.contact-info__row a,
.contact-info__row span {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  font-size: 16px;
  color: var(--parchment);
  display: block;
  line-height: 1.7;
}
.contact-info__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Fix contact-cta section row alignment */
.contact-cta .contact-info__row span,
.contact-cta .contact-info__row a {
  white-space: normal !important;
  word-break: break-word !important;
  max-width: 100%;
}

/* General overflow guard for all page sections */
.kh-wrap {
  overflow-wrap: break-word;
  word-break: break-word;
}


/* ============================================================
   PRODUCTS PAGE — QUICK JUMP NAV
   ============================================================ */
.prod-jump-nav {
  position: sticky;
  top: 72px;
  z-index: 100;
  background: var(--obsidian-mid);
  border-bottom: 1px solid rgba(76,175,80,0.2);
  padding: 0;
}
.prod-jump-nav__inner {
  display: flex;
  align-items: stretch;
  overflow-x: auto;
  scrollbar-width: none;
  gap: 0;
}
.prod-jump-nav__inner::-webkit-scrollbar { display: none; }
.pjn-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 20px;
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--parchment-muted);
  text-decoration: none;
  white-space: nowrap;
  border-right: 1px solid rgba(76,175,80,0.12);
  transition: color 0.25s, background 0.25s;
  flex-shrink: 0;
}
.pjn-link:hover {
  color: var(--raw-gold);
  background: rgba(76,175,80,0.06);
}


/* ============================================================
   PRODUCTS PAGE — ADDITIONAL CARD STYLES
   ============================================================ */
.prod-full-card__cat {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  margin-top: 10px;
}
.prod-full-card__price-wa {
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--raw-gold);
  margin-top: 6px;
  margin-bottom: 2px;
}
.prod-full-card__features-wrap {
  margin-top: 4px;
}
.prod-full-card__features-label {
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--parchment-muted);
  margin-bottom: 10px;
}


/* ============================================================
   DELIVERY INFORMATION SECTION
   ============================================================ */
.delivery-info {
  padding: var(--section-v) 0;
  background: var(--obsidian-warm);
  position: relative;
  overflow: hidden;
}
.delivery-info::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  opacity: 0.05;
  pointer-events: none;
}
.delivery-info .kh-wrap { position: relative; z-index: 1; }

.delivery-info__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.di-card {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.22);
  border-radius: 20px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.3s, transform 0.3s;
}
.di-card:hover {
  border-color: rgba(76,175,80,0.45);
  transform: translateY(-4px);
}
.di-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.di-card__ico { font-size: 2rem; flex-shrink: 0; line-height: 1; }
.di-card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--parchment);
  line-height: 1.2;
}
.di-card__sub {
  font-size: 14px;
  color: var(--parchment-dim);
  line-height: 1.7;
}

/* Payment accounts */
.di-accounts {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.di-account {
  background: rgba(76,175,80,0.07);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 12px;
  padding: 14px 18px;
}
.di-account__bank {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--raw-gold);
  margin-bottom: 4px;
}
.di-account__num {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--parchment);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.di-account__name {
  font-family: var(--font-ui);
  font-size: 12px;
  color: var(--parchment-muted);
  margin-top: 4px;
}

/* Delivery format */
.di-delivery-format {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 12px;
  padding: 18px 20px;
}
.di-field {
  display: flex;
  align-items: center;
  gap: 10px;
}
.di-field__label {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--parchment);
  white-space: nowrap;
  min-width: 110px;
}
.di-field__blank {
  flex: 1;
  height: 1px;
  background: rgba(76,175,80,0.25);
  border-radius: 1px;
}

/* Delivery times */
.di-times {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.di-time-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(76,175,80,0.07);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 10px;
  padding: 12px 18px;
}
.di-time-label {
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 600;
  color: var(--parchment-dim);
}
.di-time-val {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--raw-gold);
}
.di-policy {
  background: rgba(255,165,0,0.07);
  border: 1px solid rgba(255,165,0,0.2);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--font-ui);
  font-size: 13px;
  color: var(--parchment-dim);
  line-height: 1.65;
}
.di-proof-note {
  background: rgba(76,175,80,0.09);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 10px;
  padding: 14px 18px;
  font-family: var(--font-ui);
  font-size: 14px;
  color: var(--parchment-dim);
  line-height: 1.7;
}
.di-proof-note strong { color: var(--parchment); display: block; margin-bottom: 4px; }

@media (max-width: 1100px) {
  .delivery-info__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .delivery-info__grid { grid-template-columns: 1fr; }
  .di-card { padding: 28px 22px; }
}


/* ============================================================
   PRODUCTS PAGE — DISCLAIMER SECTION
   ============================================================ */
.prod-disclaimer-section {
  padding: 60px 0;
  background: var(--obsidian);
}
.prod-disclaimer-box {
  background: var(--bark);
  border: 1px solid rgba(255,165,0,0.2);
  border-radius: 20px;
  padding: 44px 48px;
  max-width: 900px;
  margin: 0 auto;
}
.prod-disclaimer-box__logo {
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 700;
  color: var(--raw-gold);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.prod-disclaimer-box h4 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 16px;
}
.prod-disclaimer-box p {
  font-size: 14px;
  color: var(--parchment-dim);
  line-height: 1.8;
}
@media (max-width: 640px) {
  .prod-disclaimer-box { padding: 28px 22px; }
}


/* ============================================================
   CONSULTATION PAGE — NOTES BOX & GRID
   ============================================================ */
.consult-notes-box {
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 22px;
  padding: 44px 48px;
  max-width: 100%;
}
.consult-notes-box h4 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--parchment);
  margin-bottom: 28px;
}
.consult-notes-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.cn-item {
  background: rgba(76,175,80,0.06);
  border: 1px solid rgba(76,175,80,0.15);
  border-radius: 14px;
  padding: 22px 24px;
}
.cn-item strong {
  font-family: var(--font-ui);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--raw-gold);
  display: block;
  margin-bottom: 8px;
}
.cn-item p {
  font-size: 14px;
  color: var(--parchment-dim);
  line-height: 1.75;
}

.packages-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .packages-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
  .packages-grid { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; }
  .consult-notes-grid { grid-template-columns: 1fr; }
  .consult-notes-box { padding: 28px 22px; }
}


/* ============================================================
   HERO SLIDESHOW — Full-section background, auto-playing
   ============================================================ */

/* Slideshow sits behind everything in the hero */
.hero-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Each slide stacks, fades in/out */
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.hero-slide--active {
  opacity: 1;
}

/* Ken Burns zoom on the active slide image */
.hero-slide--active img {
  animation: kenBurns 7s ease-in-out forwards;
}
@keyframes kenBurns {
  0%   { transform: scale(1.0); }
  100% { transform: scale(1.10); }
}

/* Dark overlay — keeps text readable */
.hero-slideshow__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to top, rgba(4,26,8,0.92) 0%, rgba(4,26,8,0.55) 50%, rgba(4,26,8,0.3) 100%),
    linear-gradient(to right, rgba(4,26,8,0.5) 0%, transparent 60%);
}

/* Slide counter pill — top right */
.hero-slide-counter {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 10;
  font-family: var(--font-ui);
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  background: rgba(0,0,0,0.40);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 5px 12px;
  border-radius: 20px;
  letter-spacing: 0.12em;
  border: 1px solid rgba(255,255,255,0.1);
}

/* Progress bar — bottom of hero */
.hero-slide-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255,255,255,0.12);
  z-index: 10;
}
.hero-slide-progress__bar {
  height: 100%;
  width: 0%;
  background: var(--raw-gold);
  transition: width linear;
  transform-origin: left;
}

/* Ensure hero content layers sit above the slideshow */
.hero__canvas     { z-index: 2 !important; }
.hero__left       { z-index: 4 !important; background: transparent !important; width: 100% !important; }
.hero__left::after { display: none !important; }
.hero__inner      { z-index: 5 !important; position: relative !important; }
.hero__right      { z-index: 5 !important; }
.hero__watermark  { z-index: 3; }


/* ============================================================
   GALLERY SECTION — matches rf-track scroll exactly
   ============================================================ */
.kh-gallery {
  padding: var(--section-v) 0 60px;
  position: relative;
  overflow: hidden;
}
.kh-gallery::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1466781691855-71cd6c33b2f1?w=1600&q=60&auto=format&fit=crop');
  background-size: cover;
  opacity: 0.05;
  pointer-events: none;
}

.gallery__hdr {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 1;
}
.gallery__sub {
  font-size: 17px;
  color: var(--parchment-dim);
  line-height: 1.8;
  margin-top: 16px;
}

/* ── Track wrapper — IDENTICAL to .rf-track-wrap ── */
.gal-track-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.gal-track-wrap:active { cursor: grabbing; }

/* ── Track — IDENTICAL to .rf-track but slightly slower ── */
.gal-track {
  display: flex;
  gap: 28px;
  padding: 20px 60px;
  width: max-content;
  animation: galScroll 45s linear infinite;
  will-change: transform;
}
.gal-track:hover,
.gal-track-wrap:active .gal-track {
  animation-play-state: paused;
}

@keyframes galScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Cards — IDENTICAL to .rf-card ── */
.gal-card {
  flex-shrink: 0;
  width: 280px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--bark);
  border: 1px solid rgba(76,175,80,0.15);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  transition: transform 0.35s var(--silk), box-shadow 0.35s var(--silk), border-color 0.3s;
  position: relative;
}
.gal-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(76,175,80,0);
  transition: border-color 0.3s;
  pointer-events: none;
}
.gal-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 70px rgba(0,0,0,0.6);
}
.gal-card:hover::after { border-color: rgba(76,175,80,0.45); }

.gal-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.5s var(--silk);
}
.gal-card:hover img { transform: scale(1.04); }

@media (max-width: 768px) {
  .gal-card { width: 220px; }
  .gal-card img { height: 320px; }
  .gal-track { gap: 18px; padding: 16px 24px; }
}



/* ============================================================
   HERO — GIF background
   ============================================================ */
.hero-gif-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  object-fit: cover;
  -webkit-object-position: center top;
  object-position: center top;
  display: block;
  will-change: auto;
}

/* ============================================================
   MINI ABOUT — Kemi Alagbo section
   ============================================================ */
.mini-about {
  padding: 100px 0;
  background: var(--forest, #0a1a0a);
  position: relative;
  overflow: hidden;
}
.mini-about::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(76,175,80,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.mini-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 860px) {
  .mini-about__grid { grid-template-columns: 1fr; gap: 48px; }
}

/* Three photos layout */
.mini-about__photos {
  position: relative;
  height: 520px;
}
.mab__photo {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  border: 1px solid rgba(201,168,76,0.15);
}
.mab__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.mab__photo--1 {
  width: 55%;
  height: 70%;
  top: 0; left: 0;
  z-index: 2;
}
.mab__photo--2 {
  width: 50%;
  height: 65%;
  top: 15%; right: 0;
  z-index: 3;
  border-color: rgba(201,168,76,0.3);
}
.mab__photo--3 {
  width: 45%;
  height: 42%;
  bottom: 0; left: 8%;
  z-index: 4;
  border-color: rgba(76,175,80,0.25);
}

@media (max-width: 860px) {
  .mini-about__photos { height: 380px; }
  .mab__photo--1 { width: 52%; height: 65%; }
  .mab__photo--2 { width: 48%; height: 60%; }
  .mab__photo--3 { width: 42%; height: 38%; }
}
@media (max-width: 500px) {
  .mini-about__photos { height: 280px; }
}

.mini-about__body {
  font-size: 16px;
  color: var(--parchment-dim);
  line-height: 1.85;
}


/* ============================================================
   VIDEO TESTIMONIALS SECTION
   ============================================================ */
.video-testi {
  padding: 100px 0;
  background: #060f06;
  position: relative;
}
.video-testi__hdr {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.video-testi__sub {
  font-size: 17px;
  color: var(--parchment-dim);
  line-height: 1.8;
  margin-top: 16px;
}

.vt-player {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0,0,0,0.7);
  border: 1px solid rgba(201,168,76,0.2);
  background: #000;
}
.vt-player video {
  width: 100%;
  display: block;
  border-radius: 24px;
}
.vt__unmute {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,0,0,0.65);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 100px;
  padding: 10px 18px 10px 14px;
  color: #e8dfc8;
  cursor: pointer;
  font-size: 13px;
  font-family: var(--font-ui);
  letter-spacing: 0.04em;
  transition: background 0.2s, border-color 0.2s;
}
.vt__unmute:hover {
  background: rgba(201,168,76,0.15);
  border-color: var(--gold, #c9a84c);
}
.vt__unmute svg { color: #c9a84c; flex-shrink: 0; }


/* ============================================================
   CONSULTATION — PHOTO STRIP
   ============================================================ */
.consult-photo-strip {
  width: 100%;
  overflow: hidden;
  padding: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 6%, black 94%, transparent 100%);
}
.cps__track {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: cpsScroll 35s linear infinite;
  padding: 24px 0;
}
.cps__track:hover { animation-play-state: paused; }
@keyframes cpsScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.cps__img {
  flex-shrink: 0;
  width: 220px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(201,168,76,0.15);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
}
.cps__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

@media (max-width: 600px) {
  .cps__img { width: 160px; height: 220px; }
}


/* ============================================================
   PRODUCTS — ORDER FORM
   ============================================================ */
.prod-order-form {
  background: rgba(76,175,80,0.06);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 16px;
  padding: 28px 24px;
  margin: 24px 0 16px;
}
.pof__title {
  font-size: 16px;
  font-family: var(--font-ui);
  color: var(--parchment, #e8dfc8);
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.pof__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 16px;
}
.pof__field { display: flex; flex-direction: column; gap: 6px; }
.pof__field--full { grid-column: 1 / -1; }
.pof__field label {
  font-size: 12px;
  color: rgba(201,168,76,0.8);
  font-family: var(--font-ui);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pof__input {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(76,175,80,0.25);
  border-radius: 8px;
  padding: 12px 14px;
  color: var(--parchment, #e8dfc8);
  font-size: 14px;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.25s;
  width: 100%;
  box-sizing: border-box;
}
.pof__input::placeholder { color: rgba(232,223,200,0.3); }
.pof__input:focus { border-color: rgba(201,168,76,0.6); }
.pof__note {
  font-size: 12px;
  color: rgba(232,223,200,0.4);
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .pof__fields { grid-template-columns: 1fr; }
}


/* ============================================================
   PRODUCTS PAGE — Clean redesign (ppg-*)
   ============================================================ */

.ppg__hero-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 36px;
}

/* ── Section wrapper ── */
.ppg-section {
  padding: 80px 0 100px;
  background: var(--obsidian, #060f06);
  position: relative;
}
.ppg-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(76,175,80,0.05) 0%, transparent 60%);
  pointer-events: none;
}
.ppg-section .kh-wrap { position: relative; z-index: 1; }

/* ── Individual card ── */
.ppg-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 0;
  background: linear-gradient(160deg, #111f11 0%, #0c160c 100%);
  border: 1px solid rgba(76,175,80,0.18);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.ppg-card:hover {
  border-color: rgba(76,175,80,0.4);
  box-shadow: 0 24px 70px rgba(0,0,0,0.35), 0 0 40px rgba(76,175,80,0.06);
}
.ppg-card:last-child { margin-bottom: 0; }

/* ── Identity panel (left) ── */
.ppg-card__identity {
  background: linear-gradient(180deg, rgba(76,175,80,0.12) 0%, rgba(76,175,80,0.04) 100%);
  border-right: 1px solid rgba(76,175,80,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 48px 28px;
  text-align: center;
  position: relative;
}
.ppg-card__identity::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 40%, rgba(76,175,80,0.15) 0%, transparent 65%);
  pointer-events: none;
}
.ppg-card__badge {
  font-family: var(--font-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--raw-gold, #c9a84c);
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 6px;
  padding: 5px 12px;
  position: relative;
  z-index: 1;
}
.ppg-card__ico {
  font-size: 4.5rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 6px 20px rgba(76,175,80,0.35));
}
.ppg-card__cat {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
  position: relative;
  z-index: 1;
}
.ppg-card__pricing-note {
  font-size: 12px;
  color: rgba(232,223,200,0.4);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 6px 14px;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}

/* ── Body panel (right) ── */
.ppg-card__body {
  padding: 44px 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ppg-card__name {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.5vw, 34px);
  font-weight: 900;
  color: var(--parchment, #e8dfc8);
  line-height: 1.2;
  margin-bottom: 10px;
}
.ppg-card__desc {
  font-size: 15px;
  color: var(--parchment-dim);
  line-height: 1.85;
}

/* Features */
.ppg-card__features-label {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.7);
  margin-bottom: 14px;
}
.ppg-card__features {
  list-style: none;
  padding: 0; margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
}
.ppg-card__features li {
  font-size: 13.5px;
  color: var(--parchment-dim);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.ppg-card__features li::before {
  content: '✓';
  color: var(--raw-gold, #c9a84c);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Disclaimer */
.ppg-card__disclaimer {
  background: rgba(255,180,0,0.05);
  border: 1px solid rgba(255,180,0,0.15);
  border-radius: 10px;
  padding: 14px 18px;
  font-size: 13px;
  color: rgba(232,223,200,0.55);
  line-height: 1.65;
}

/* ── Order Form ── */
.ppg-order-form {
  background: rgba(76,175,80,0.05);
  border: 1px solid rgba(76,175,80,0.2);
  border-radius: 18px;
  padding: 32px 28px;
}
.ppg-order-form__hdr {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(76,175,80,0.12);
}
.ppg-order-form__ico {
  font-size: 2rem;
  flex-shrink: 0;
  line-height: 1;
}
.ppg-order-form__title {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 700;
  color: var(--parchment);
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}
.ppg-order-form__sub {
  font-size: 13px;
  color: rgba(232,223,200,0.5);
  line-height: 1.5;
}

.ppg-order-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}
.ppg-of__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 7px);
  flex: 1 1 calc(50% - 7px);
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}
.ppg-of__label {
  font-family: var(--font-ui);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.75);
}
.ppg-of__label span { color: #e57373; }
.ppg-of__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(76,175,80,0.22);
  border-radius: 10px;
  padding: 13px 16px;
  color: var(--parchment, #e8dfc8);
  font-size: 16px; /* iOS zooms in below 16px — must be 16px+ */
  font-family: inherit;
  outline: none;
  -webkit-transition: border-color 0.25s, background 0.25s;
  transition: border-color 0.25s, background 0.25s;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-height: 48px; /* touch target */
  -webkit-border-radius: 10px;
}
.ppg-of__input::-webkit-input-placeholder { color: rgba(232,223,200,0.35); }
.ppg-of__input::placeholder { color: rgba(232,223,200,0.35); }
.ppg-of__input:focus {
  border-color: rgba(201,168,76,0.55);
  background: rgba(255,255,255,0.07);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ppg-order-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.ppg-of__submit { flex: 1; min-width: 200px; justify-content: center; }

.ppg-order-form__note {
  font-size: 12px;
  color: rgba(232,223,200,0.35);
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}
.ppg-order-form__note span { color: #e57373; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .ppg-card { grid-template-columns: 1fr; }
  .ppg-card__identity {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-right: none;
    border-bottom: 1px solid rgba(76,175,80,0.15);
    padding: 28px 32px;
    gap: 16px;
  }
  .ppg-card__identity::after { display: none; }
  .ppg-card__ico { font-size: 3rem; }
  .ppg-card__body { padding: 36px 32px; gap: 24px; }
}
@media (max-width: 640px) {
  .ppg-card__features { grid-template-columns: 1fr; }
  .ppg-order-form__fields { grid-template-columns: 1fr; }
  .ppg-card__body { padding: 28px 20px; }
  .ppg-order-form { padding: 24px 18px; }
  .ppg-order-form__actions { flex-direction: column; }
  .ppg-of__submit { min-width: unset; }
}


/* ============================================================
   SAFARI COMPATIBILITY PATCHES
   ============================================================ */

/* Smooth scrolling — Safari needs this explicitly */
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Safari sometimes ignores object-fit without explicit dimensions */
.rf-card img,
.gal-card img,
.cps__img img,
.mab__photo img,
.hero-gif-bg {
  -webkit-object-fit: cover;
  object-fit: cover;
}

/* Ensure transitions work in Safari */
.kh-btn,
.rf-card,
.ppg-card,
.ps-card {
  -webkit-transition: all 0.3s ease;
}

/* Fix for Safari not rendering will-change correctly on animated tracks */
.rf-track,
.gal-track,
.cps__track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video autoplay fix for Safari */
video {
  -webkit-playsinline: true;
}


/* ============================================================
   HOMEPAGE — SECTION BACKGROUND IMAGE OVERLAYS
   Image used as faint bg overlay via ::before pseudo-element
   ============================================================ */

/* 1. CONDITIONS section — IMG_3446 (full-length green dress, fabric flying) */
.conditions {
  position: relative;
}
.conditions::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/IMG_3446.jpeg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}
.conditions > * { position: relative; z-index: 1; }
.conditions .kh-wrap { position: relative; z-index: 1; }

/* 2. TESTIMONIALS section — IMG_3453 (couple holding hands, warm tones) */
.testimonials {
  position: relative;
}
.testimonials::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/IMG_3453.jpeg');
  background-size: cover;
  background-position: center 30%;
  background-attachment: fixed;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.testimonials > * { position: relative; z-index: 1; }
.testimonials .kh-wrap { position: relative; z-index: 1; }
.testimonials__deco { position: relative; z-index: 1; }

/* 3. VIDEO TESTIMONIALS section — IMG_3457 (dramatic back pose, arms raised) */
.video-testi {
  position: relative;
}
.video-testi::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/IMG_3457.jpeg');
  background-size: cover;
  background-position: center 20%;
  background-attachment: fixed;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.video-testi > * { position: relative; z-index: 1; }
.video-testi .kh-wrap { position: relative; z-index: 1; }

/* 4. PROCESS section — IMG_3444 (editorial standing pose, green marble dress) */
.process {
  position: relative;
}
.process::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/IMG_3444.jpeg');
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  opacity: 0.05;
  pointer-events: none;
  z-index: 0;
}
.process > * { position: relative; z-index: 1; }
.process .kh-wrap { position: relative; z-index: 1; }

/* 5. MISSION section — IMG_3452 (sitting, royal blue, looking down, warm studio) */
.mission {
  position: relative;
}
.mission::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/images/IMG_3452.jpeg');
  background-size: cover;
  background-position: center 40%;
  background-attachment: fixed;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.mission > * { position: relative; z-index: 1; }
.mission .kh-wrap { position: relative; z-index: 1; }

/* Safari: background-attachment:fixed doesn't work on iOS — fallback to scroll */
@media (max-width: 768px) {
  .conditions::before,
  .testimonials::before,
  .video-testi::before,
  .process::before,
  .mission::before {
    background-attachment: scroll;
  }
}


/* ============================================================
   IOS SAFARI — COMPREHENSIVE FIXES
   ============================================================ */

/* Reset iOS input styling globally */
input, textarea, select, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* Hero: ensure content panel always sits above the GIF */
.hero {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.hero__left {
  position: relative;
  z-index: 4;
}

/* iOS: svh units can cause issues — fallback to vh */
@supports not (min-height: 100svh) {
  .hero { min-height: 100vh; }
  .hero__left { min-height: 90vh; }
}

/* Hero GIF: iOS Safari needs explicit positioning without inset shorthand */
.hero-gif-bg {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-object-fit: cover !important;
  object-fit: cover !important;
  display: block !important;
  z-index: 0 !important;
}

/* Ensure the overlay sits above the GIF */
.hero-slideshow__overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 2 !important;
}

/* Products page — inputs: iOS needs 16px to prevent auto-zoom */
.ppg-of__input,
.pof__input {
  font-size: 16px !important;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  min-height: 48px !important;
}

/* Product form fields — stack on small screens */
@media (max-width: 600px) {
  .ppg-of__field {
    -webkit-box-flex: 1 !important;
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }
  .ppg-order-form__actions {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .ppg-of__submit {
    width: 100% !important;
  }
}

/* kh-btn on iOS — prevent tap highlight and ensure tap target */
.kh-btn {
  -webkit-tap-highlight-color: transparent;
  min-height: 48px;
  touch-action: manipulation;
}

/* Scrolling tracks — iOS momentum scroll */
.rf-track-wrap,
.gal-track-wrap,
.cps__track {
  -webkit-overflow-scrolling: touch;
}

/* Fix gap in flex not working on older iOS (use margin fallback) */
@supports not (gap: 14px) {
  .ppg-order-form__fields > .ppg-of__field { margin: 7px; }
  .ppg-order-form__actions > * { margin: 7px; }
  .hero__actions > * { margin: 7px; }
}
