/* ===========================================================================
 * OroPure Oils — static stylesheet (ported from the React/SCSS app).
 * Pure CSS, no build step. Class names are namespaced per component/page.
 * ======================================================================== */

:root {
  --forest: #15291b;
  --green: #20402a;
  --green-700: #2c5639;
  --green-soft: #6f8b42;
  --herb: #7a9a4a;

  --gold: #c1902c;
  --gold-600: #a97c1f;
  --gold-light: #ecd08a;
  --gold-soft: #f6e7bf;

  --clay: #bb6a40;

  --ink: #1a1915;
  --muted: #5e6256;
  --paper: #f6f1e6;
  --cream: #fffdf6;
  --white: #ffffff;

  --line: rgba(21, 41, 27, 0.12);
  --line-strong: rgba(21, 41, 27, 0.22);

  --surface: rgba(255, 255, 255, 0.72);
  --surface-solid: #fffdf7;
  --surface-tint: rgba(193, 144, 44, 0.08);

  --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', system-ui, -apple-system, Arial, sans-serif;

  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --shadow-xs: 0 1px 2px rgba(21, 41, 27, 0.06);
  --shadow-sm: 0 8px 22px rgba(21, 41, 27, 0.08);
  --shadow-md: 0 18px 44px rgba(21, 41, 27, 0.12);
  --shadow-lg: 0 32px 80px rgba(21, 41, 27, 0.18);
  --shadow-gold: 0 18px 40px rgba(193, 144, 44, 0.3);
  --shadow-green: 0 18px 40px rgba(21, 41, 27, 0.32);
  --shadow: var(--shadow-lg);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dur: 0.45s;
  --dur-fast: 0.22s;

  --gutter: clamp(20px, 6vw, 92px);
  --header-h: 78px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  background-color: var(--cream);
  background-image:
    radial-gradient(40rem 28rem at 12% -4%, rgba(193, 144, 44, 0.12), transparent 60%),
    radial-gradient(46rem 32rem at 108% 8%, rgba(111, 139, 66, 0.12), transparent 55%),
    linear-gradient(180deg, var(--paper), var(--cream) 60%);
  background-attachment: fixed;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
h1, h2, h3, h4, p { margin-top: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--green);
  font-weight: 600;
  letter-spacing: -0.01em;
}

h1, h2 {
  margin-bottom: 18px;
  font-size: clamp(36px, 4.6vw, 60px);
  line-height: 1.02;
}

h3 { font-size: 22px; line-height: 1.2; }

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 6px;
}

::selection { background: var(--gold-light); color: var(--ink); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(31, 157, 85, 0.45); }
  70% { box-shadow: 0 0 0 16px rgba(31, 157, 85, 0); }
  100% { box-shadow: 0 0 0 0 rgba(31, 157, 85, 0); }
}

@keyframes heroIn {
  from { opacity: 0; transform: translateY(22px); }
}

/* --------------------------------------------------------------------------
 * Product "art" backgrounds (used when a product has no photo).
 * ----------------------------------------------------------------------- */
.product-art {
  position: relative;
  height: 230px;
  border-radius: inherit;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.78) 0 48px, transparent 49px),
    radial-gradient(circle at 42% 52%, #c8972f 0 6px, transparent 7px),
    radial-gradient(circle at 58% 54%, #9e782a 0 7px, transparent 8px),
    radial-gradient(circle at 47% 65%, #d8b34f 0 5px, transparent 6px),
    linear-gradient(150deg, #234a2e, #6f8b42 130%);
}
.product-art::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 30% 20%, rgba(255, 255, 255, 0.25), transparent 60%);
  pointer-events: none;
}
.product-art.mustard-art {
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 248, 230, 0.7) 0 44px, transparent 45px),
    radial-gradient(circle at 44% 56%, #d6a93d 0 8px, transparent 9px),
    radial-gradient(circle at 58% 50%, #946f20 0 9px, transparent 10px),
    linear-gradient(150deg, #3a2d10, #caa024 135%);
}
.product-art.groundnut-art {
  background:
    radial-gradient(circle at 45% 56%, #d8b878 0 11px, transparent 12px),
    radial-gradient(circle at 58% 44%, #bd8c42 0 13px, transparent 14px),
    radial-gradient(circle at 55% 63%, #ecca86 0 9px, transparent 10px),
    linear-gradient(150deg, #f6e6c2, #9a722f 135%);
}
.product-art.sesame-art {
  background:
    radial-gradient(circle at 46% 48%, #fbf2d6 0 5px, transparent 6px),
    radial-gradient(circle at 56% 55%, #efe0b6 0 5px, transparent 6px),
    radial-gradient(circle at 42% 62%, #d8bd82 0 4px, transparent 5px),
    linear-gradient(150deg, #2c4127, #d8b966 140%);
}
.product-art.coconut-art {
  background:
    radial-gradient(circle at 50% 44%, #ffffff 0 46px, transparent 47px),
    radial-gradient(circle at 44% 58%, #f3efe6 0 10px, transparent 11px),
    radial-gradient(circle at 58% 52%, #e7e0d0 0 9px, transparent 10px),
    linear-gradient(150deg, #e9e1cf, #9aa17f 140%);
}

/* ==========================================================================
 * Buttons
 * ======================================================================== */
.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border: 0;
  border-radius: var(--r-pill);
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  overflow: hidden;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.btn::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.7s var(--ease-out);
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(320%) skewX(-18deg); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, var(--gold-600));
  color: #2a1f08;
  box-shadow: var(--shadow-gold);
}
.btn--primary:hover { box-shadow: 0 22px 48px rgba(193, 144, 44, 0.42); }

.btn--ghost {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.5);
  color: var(--green);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, 0.92); border-color: var(--green); }

.btn--dark {
  background: linear-gradient(135deg, var(--green-700), var(--green));
  color: var(--white);
  box-shadow: var(--shadow-green);
}
.btn--dark:hover { box-shadow: 0 22px 48px rgba(21, 41, 27, 0.4); }

.btn--full, .wbtn--full { width: 100%; }

/* WhatsApp button */
.wbtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border-radius: var(--r-pill);
  font-weight: 800;
  font-size: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.wbtn::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-160%) skewX(-18deg);
  transition: transform 0.7s var(--ease-out);
}
.wbtn:hover { transform: translateY(-2px); }
.wbtn:hover::after { transform: translateX(320%) skewX(-18deg); }
.wbtn__icon { flex: 0 0 auto; }

.wbtn--green {
  background: linear-gradient(135deg, #2bc16a, #1f9d55 60%, #15894a);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(15, 82, 45, 0.28);
}
.wbtn--green:hover { box-shadow: 0 20px 42px rgba(15, 82, 45, 0.4); }

.wbtn--outline {
  border: 1.5px solid rgba(31, 157, 85, 0.45);
  background: rgba(31, 157, 85, 0.08);
  color: #157a41;
}
.wbtn--outline:hover { background: rgba(31, 157, 85, 0.16); border-color: #1f9d55; }

/* ==========================================================================
 * Section + SectionHeading
 * ======================================================================== */
.section {
  position: relative;
  padding: clamp(64px, 8vw, 120px) var(--gutter);
}
.section--white { background: var(--surface-solid); }
.section--paper {
  background:
    radial-gradient(30rem 20rem at 88% 0%, rgba(193, 144, 44, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(246, 241, 230, 0.9)),
    var(--paper);
}
.section--tint {
  background:
    radial-gradient(34rem 22rem at 0% 100%, rgba(111, 139, 66, 0.1), transparent 60%),
    var(--surface-tint);
}
.section--process {
  background: linear-gradient(180deg, rgba(32, 64, 42, 0.05), rgba(193, 144, 44, 0.08));
}
.section--green {
  background:
    radial-gradient(40rem 30rem at 100% 0%, rgba(193, 144, 44, 0.16), transparent 60%),
    linear-gradient(160deg, var(--green-700), var(--green) 60%, var(--forest));
  color: var(--white);
}
.section--green h2, .section--green h3 { color: var(--white); }
.section--green .eyebrow { color: var(--gold-light); }
.section--forest {
  background:
    radial-gradient(36rem 26rem at 12% 0%, rgba(193, 144, 44, 0.14), transparent 55%),
    linear-gradient(160deg, var(--forest), #0f1f15);
  color: var(--white);
}
.section--forest h2, .section--forest h3 { color: var(--white); }
.section--forest .eyebrow { color: var(--gold-light); }

.heading {
  max-width: 820px;
  margin-bottom: clamp(36px, 4vw, 52px);
}
.heading--center { margin-inline: auto; text-align: center; }
.heading--center .heading__intro { margin-inline: auto; }
.heading--left { text-align: left; }
.heading__intro {
  max-width: 64ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.65;
}

/* Size badges */
.sizes { display: flex; gap: 8px; flex-wrap: wrap; }
.size-badge {
  padding: 7px 15px;
  border-radius: var(--r-pill);
  background: rgba(193, 144, 44, 0.1);
  border: 1px solid rgba(193, 144, 44, 0.22);
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* FAQ (native details/summary) */
.faq { display: grid; gap: 12px; max-width: 940px; }
.faq__item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(249, 245, 235, 0.62);
  overflow: hidden;
}
.faq__item[open] .faq__summary::after { transform: rotate(45deg); }
.faq__summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  color: var(--green);
  font-weight: 900;
  list-style: none;
}
.faq__summary::-webkit-details-marker { display: none; }
.faq__summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 22px;
  line-height: 1;
  transition: transform 0.2s ease;
}
.faq__answer { margin: 0; padding: 0 20px 20px; color: var(--muted); line-height: 1.65; }

/* ==========================================================================
 * Header
 * ======================================================================== */
.hdr {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 251, 243, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(21, 41, 27, 0.05);
}
.hdr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px var(--gutter);
}
.hdr__brand { display: inline-flex; align-items: center; gap: 12px; min-width: 180px; }
.hdr__mark {
  width: 46px; height: 46px; flex: 0 0 46px;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(193, 144, 44, 0.1);
  padding: 3px;
  transition: transform var(--dur) var(--ease-spring);
}
.hdr__brand:hover .hdr__mark { transform: rotate(-6deg) scale(1.05); }
.hdr__brandText strong {
  display: block;
  color: var(--green);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 27px;
  line-height: 0.95;
}
.hdr__brandText small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hdr__nav { display: flex; align-items: center; gap: 4px; }
.hdr__link {
  position: relative;
  padding: 9px 14px;
  border-radius: var(--r-pill);
  color: var(--green);
  font-size: 14.5px;
  font-weight: 600;
  transition: color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);
}
.hdr__link::after {
  content: '';
  position: absolute;
  left: 50%; bottom: 3px;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  transform: translate(-50%, 6px);
  transition: opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.hdr__link:hover { background: rgba(32, 64, 42, 0.07); }
.hdr__link.is-active { color: var(--gold-600); }
.hdr__link.is-active::after { opacity: 1; transform: translate(-50%, 0); }

.hdr__actions { display: flex; align-items: center; gap: 12px; }
.hdr__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, #2bc16a, #1f9d55 60%, #15894a);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 82, 45, 0.26);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.hdr__cta:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(15, 82, 45, 0.38); }
.hdr__mobileCta { display: none; }

.hdr__toggleCb { display: none; }
.hdr__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 48px; height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.hdr__bar {
  display: block;
  height: 2px; width: 100%;
  background: var(--green);
  border-radius: 2px;
  transition: transform 0.28s var(--ease), opacity 0.2s var(--ease);
}

/* ==========================================================================
 * Footer
 * ======================================================================== */
.ftr {
  position: relative;
  margin-top: clamp(40px, 6vw, 80px);
  background:
    radial-gradient(40rem 26rem at 90% 0%, rgba(193, 144, 44, 0.12), transparent 55%),
    linear-gradient(180deg, var(--forest), #0f1f15);
  color: var(--white);
  padding: 0 var(--gutter) 28px;
}
.ftr__ctaBand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 48px);
  margin: 0 auto -20px;
  transform: translateY(-40px);
  padding: clamp(28px, 4vw, 44px) clamp(28px, 4vw, 52px);
  border-radius: var(--r-xl);
  background:
    radial-gradient(30rem 20rem at 0% 0%, rgba(193, 144, 44, 0.3), transparent 60%),
    linear-gradient(135deg, #2c5639, #1d3a26);
  border: 1px solid rgba(193, 144, 44, 0.28);
  box-shadow: var(--shadow-lg);
}
.ftr__ctaBand .eyebrow { color: var(--gold-light); }
.ftr__ctaBand h3 {
  margin: 0;
  max-width: 22ch;
  color: var(--white);
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 600;
}
.ftr__ctaText { min-width: 0; }
.ftr__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: clamp(28px, 5vw, 64px);
  padding-top: clamp(28px, 4vw, 48px);
}
.ftr__brand { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ftr__brand strong { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--white); }
.ftr__logo { width: 42px; height: 42px; border-radius: 10px; background: rgba(255, 255, 255, 0.08); padding: 3px; }
.ftr__brandCol p { max-width: 34ch; color: rgba(255, 255, 255, 0.72); line-height: 1.6; }
.ftr__qualities { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; list-style: none; }
.ftr__qualities li {
  padding: 6px 13px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--gold-light);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.ftr__col { display: flex; flex-direction: column; gap: 12px; }
.ftr__col h4 {
  margin: 0 0 6px;
  color: var(--gold-light);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ftr__col a, .ftr__col span { color: rgba(255, 255, 255, 0.78); font-size: 15px; line-height: 1.5; }
.ftr__col a { width: fit-content; transition: color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease); }
.ftr__col a:hover { color: var(--white); transform: translateX(3px); }
.ftr__address { max-width: 30ch; }
.ftr__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.ftr__toTop {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  font: inherit;
  font-weight: 800;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);
}
.ftr__toTop:hover { background: rgba(255, 255, 255, 0.14); transform: translateY(-2px); }

/* ==========================================================================
 * Floating WhatsApp
 * ======================================================================== */
.fw {
  position: fixed;
  right: 22px; bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  max-width: calc(100vw - 40px);
  padding: 14px 22px 14px 16px;
  border-radius: var(--r-pill);
  background: linear-gradient(135deg, #2bc16a, #1f9d55 60%, #15894a);
  color: var(--white);
  box-shadow: 0 18px 46px rgba(15, 82, 45, 0.36);
  font-size: 14px;
  font-weight: 800;
  animation: pulseRing 2.8s ease-out infinite;
  transition: transform var(--dur) var(--ease-spring), box-shadow var(--dur) var(--ease);
}
.fw:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 26px 58px rgba(15, 82, 45, 0.46); }
.fw__icon {
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  flex: 0 0 auto;
}

/* ==========================================================================
 * Hero
 * ======================================================================== */
.hero {
  position: relative;
  min-height: calc(100vh - var(--header-h));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 1.05fr);
  align-items: center;
  gap: clamp(32px, 6vw, 84px);
  padding: clamp(40px, 7vw, 92px) var(--gutter) clamp(48px, 6vw, 72px);
  overflow: hidden;
}
.hero__bgGrid {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(90deg, transparent 0 78px, rgba(21, 41, 27, 0.025) 78px 79px);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 30% 70%, transparent);
  mask-image: linear-gradient(180deg, transparent, #000 30% 70%, transparent);
  pointer-events: none;
}
.hero__glowA, .hero__glowB { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; }
.hero__glowA { top: -10%; left: -6%; width: 38rem; height: 38rem; background: radial-gradient(circle, rgba(193, 144, 44, 0.18), transparent 65%); }
.hero__glowB { bottom: -16%; right: -8%; width: 40rem; height: 40rem; background: radial-gradient(circle, rgba(111, 139, 66, 0.2), transparent 65%); }
.hero__copy { position: relative; z-index: 1; animation: heroIn 0.9s var(--ease-out) both; }
.hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 16px 8px 12px;
  border-radius: var(--r-pill);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
  color: var(--green);
  font-size: 13.5px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.hero__stars { color: var(--gold); letter-spacing: 2px; font-size: 14px; }
.hero__logo { width: min(220px, 56vw); height: auto; margin: 0 0 14px; mix-blend-mode: multiply; }
.hero__title {
  max-width: 13ch;
  margin-bottom: 20px;
  font-size: clamp(48px, 7.4vw, 104px);
  line-height: 0.94;
  font-weight: 600;
}
.hero__title span {
  display: block;
  background: linear-gradient(120deg, var(--gold-600), var(--gold) 50%, var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero__text { max-width: 56ch; color: #3c4036; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.6; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 22px; margin: 34px 0 0; padding: 0; list-style: none; }
.hero__trust li { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 14.5px; font-weight: 700; }
.hero__trust li span {
  display: grid;
  place-items: center;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(193, 144, 44, 0.14);
  font-size: 17px;
}
.hero__visual { position: relative; z-index: 1; display: grid; place-items: center; animation: heroIn 1s 0.1s var(--ease-out) both; }
.hero__frame {
  position: relative;
  width: min(100%, 540px);
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: var(--r-xl);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(246, 231, 191, 0.4)),
    rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(6px);
}
.hero__frame::before {
  content: '';
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(193, 144, 44, 0.3);
  border-radius: calc(var(--r-xl) - 10px);
  pointer-events: none;
}
.hero__shot {
  position: relative;
  z-index: 1;
  width: min(100%, 460px);
  max-height: 100%;
  object-fit: contain;
  border-radius: var(--r-lg);
  filter: drop-shadow(0 28px 40px rgba(21, 41, 27, 0.22));
  animation: floaty 6s ease-in-out infinite;
}
.hero__badge {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 13px 18px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
  font-size: 12px;
  color: var(--muted);
}
.hero__badge strong { color: var(--green); font-family: var(--font-display); font-size: 17px; font-weight: 600; }
.hero__badge em { font-style: normal; font-weight: 800; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-600); }
.hero__badge--top { top: 6%; left: -6%; animation: floaty 7s ease-in-out infinite; }
.hero__badge--bottom { bottom: 8%; right: -5%; animation: floaty 7s ease-in-out 0.6s infinite; }
.hero__sizes { display: flex; gap: 6px; margin-top: 4px; }
.hero__sizes span { padding: 4px 9px; border-radius: var(--r-pill); background: var(--green); color: var(--white); font-size: 11px; font-weight: 800; }

/* ==========================================================================
 * Product card
 * ======================================================================== */
.pcard {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.pcard:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(193, 144, 44, 0.45); }
.pcard__media { position: relative; display: block; overflow: hidden; }
.pcard__image, .pcard__art { display: block; width: 100%; height: 250px; margin: 0; border-radius: 0; }
.pcard__image { object-fit: cover; object-position: center 40%; background: var(--paper); transition: transform 0.6s var(--ease-out); }
.pcard__art { transition: transform 0.6s var(--ease-out); }
.pcard:hover .pcard__image, .pcard:hover .pcard__art { transform: scale(1.06); }
.pcard__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(21, 41, 27, 0.16));
  opacity: 0;
  transition: opacity var(--dur) var(--ease);
}
.pcard:hover .pcard__media::after { opacity: 1; }
.pcard__tag {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 1;
  padding: 7px 13px;
  border-radius: var(--r-pill);
  background: rgba(255, 251, 243, 0.94);
  color: var(--gold-600);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(6px);
}
.pcard__body { display: flex; flex-direction: column; gap: 12px; padding: 22px; }
.pcard__name { margin: 0; font-size: 25px; font-family: var(--font-display); font-weight: 600; }
.pcard__name a { transition: color var(--dur-fast) var(--ease); }
.pcard__name a:hover { color: var(--gold-600); }
.pcard__desc { margin: 0; color: var(--muted); line-height: 1.6; font-size: 15px; }
.pcard__sizes { margin-top: 2px; }
.pcard__actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; padding-top: 8px; }
.pcard__details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: var(--r-pill);
  background: transparent;
  color: var(--green);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background var(--dur-fast) var(--ease), gap var(--dur-fast) var(--ease);
}
.pcard__details::after { content: '→'; transition: transform var(--dur-fast) var(--ease); }
.pcard__details:hover { background: rgba(32, 64, 42, 0.06); }
.pcard__details:hover::after { transform: translateX(4px); }

/* ==========================================================================
 * Home page
 * ======================================================================== */
.hm-trustBar { background: var(--green); color: var(--white); overflow: hidden; }
.hm-trustInner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 36px; padding: 18px var(--gutter); }
.hm-trustItem { display: inline-flex; align-items: center; gap: 14px; color: rgba(255, 255, 255, 0.92); font-size: 13.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hm-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); }
.hm-statsSection { padding-top: clamp(44px, 5vw, 64px); padding-bottom: clamp(44px, 5vw, 64px); }
.hm-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.hm-stat { display: flex; flex-direction: column; gap: 6px; padding: 8px 12px; }
.hm-stat strong { font-family: var(--font-display); font-size: clamp(38px, 5vw, 58px); font-weight: 600; line-height: 1; color: var(--green); }
.hm-stat span { color: var(--muted); font-size: 14px; font-weight: 600; letter-spacing: 0.02em; }
.hm-stat + .hm-stat { border-left: 1px solid var(--line); }
.hm-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 80px); align-items: center; }
.hm-storyVisual {
  position: relative;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.85), rgba(246, 231, 191, 0.35)), rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-md);
}
.hm-storyVisual img { width: 100%; max-height: 480px; object-fit: contain; border-radius: var(--r-lg); filter: drop-shadow(0 24px 34px rgba(21, 41, 27, 0.2)); }
.hm-storyTag {
  position: absolute;
  bottom: 20px; left: 20px;
  padding: 9px 16px;
  border-radius: var(--r-pill);
  background: rgba(255, 251, 243, 0.94);
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.hm-copyStack { display: flex; flex-direction: column; gap: 18px; color: #3c4036; font-size: 18px; line-height: 1.75; }
.hm-copyStack p { margin: 0; max-width: 52ch; }
.hm-copyStack > a { margin-top: 6px; align-self: flex-start; }
.hm-productGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.hm-center { display: flex; justify-content: center; margin-top: 44px; }
.hm-benefitGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.hm-benefit {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.hm-benefit:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.hm-benefit h3 { margin: 16px 0 8px; }
.hm-benefit p { margin: 0; color: var(--muted); line-height: 1.6; }
.hm-benefitIcon {
  display: grid;
  place-items: center;
  width: 60px; height: 60px;
  border-radius: var(--r-md);
  background: linear-gradient(140deg, rgba(193, 144, 44, 0.16), rgba(111, 139, 66, 0.16));
  font-size: 30px;
}
.hm-whyGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hm-why { position: relative; padding: 30px 26px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface-solid); box-shadow: var(--shadow-xs); }
.hm-why h3 { margin: 0 0 8px; }
.hm-why p { margin: 0; color: var(--muted); line-height: 1.6; }
.hm-step {
  display: block;
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hm-guaranteeGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hm-guarantee {
  display: flex;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(4px);
}
.hm-guarantee > span { font-size: 26px; line-height: 1; }
.hm-guarantee strong { display: block; margin-bottom: 6px; color: var(--white); font-family: var(--font-display); font-size: 19px; font-weight: 600; }
.hm-guarantee p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 14.5px; line-height: 1.55; }
.hm-testimonialGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.hm-testimonial figure {
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.hm-testimonial figure:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.hm-testimonial blockquote { margin: 0; color: var(--ink); font-size: 17px; line-height: 1.65; }
.hm-testimonial figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.hm-testimonial figcaption strong { display: block; color: var(--green); font-size: 15px; }
.hm-testimonial figcaption em { font-style: normal; color: var(--muted); font-size: 13px; }
.hm-cardStars { color: var(--gold); letter-spacing: 3px; font-size: 17px; }
.hm-avatar {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  flex: 0 0 46px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--green-700), var(--green));
  color: var(--white);
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
}
.hm-ctaSection { padding-top: clamp(20px, 3vw, 40px); }
.hm-ctaCard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(36px, 5vw, 64px);
  border-radius: var(--r-xl);
  background:
    radial-gradient(40rem 30rem at 100% 0%, rgba(193, 144, 44, 0.2), transparent 60%),
    linear-gradient(160deg, var(--green-700), var(--green) 60%, var(--forest));
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.hm-ctaCard .eyebrow { color: var(--gold-light); }
.hm-ctaCard h2 { color: var(--white); margin-bottom: 0; }
.hm-ctaText { max-width: 52ch; margin-top: 14px; color: rgba(255, 255, 255, 0.82); font-size: 17px; line-height: 1.7; }
.hm-ctaActions { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; flex: 0 0 auto; }
.hm-ctaLink { color: var(--gold-light); font-weight: 800; }
.hm-ctaLink:hover { color: var(--white); }

/* ==========================================================================
 * Products listing page
 * ======================================================================== */
.pp-intro { text-align: center; }
.pp-highlights { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; margin: 0; padding: 0; list-style: none; }
.pp-highlights li {
  padding: 9px 18px;
  border-radius: var(--r-pill);
  background: var(--surface-solid);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-xs);
  color: var(--green);
  font-size: 13.5px;
  font-weight: 700;
}
.pp-gridSection { padding-top: clamp(28px, 4vw, 48px); }
.pp-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.pp-ctaSection { padding-top: clamp(20px, 3vw, 40px); }
.pp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(32px, 4vw, 52px);
  border-radius: var(--r-xl);
  background: radial-gradient(36rem 24rem at 0% 100%, rgba(111, 139, 66, 0.12), transparent 60%), var(--surface-tint);
  border: 1px solid var(--line);
}

/* ==========================================================================
 * Product details page
 * ======================================================================== */
.pd-top { padding-bottom: clamp(40px, 6vw, 72px); }
.pd-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 30px; color: var(--muted); font-size: 14px; font-weight: 600; }
.pd-crumbs a:hover { color: var(--gold-600); }
.pd-crumbs span[aria-current] { color: var(--green); font-weight: 800; }
.pd-overview { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.pd-gallery { display: grid; grid-template-columns: 2fr 1fr; gap: 14px; align-items: stretch; }
.pd-mainShot {
  position: relative;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(246, 231, 191, 0.4)), rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-md);
}
.pd-mainShot img { width: 100%; max-height: 460px; object-fit: contain; border-radius: var(--r-lg); filter: drop-shadow(0 24px 34px rgba(21, 41, 27, 0.22)); }
.pd-shotTag {
  position: absolute;
  top: 18px; left: 18px;
  z-index: 1;
  padding: 7px 14px;
  border-radius: var(--r-pill);
  background: rgba(255, 251, 243, 0.94);
  color: var(--gold-600);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: var(--shadow-xs);
}
.pd-thumbArt { height: auto; min-height: 210px; border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.pd-rating { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green); font-size: 13.5px; font-weight: 700; }
.pd-stars { color: var(--gold); letter-spacing: 2px; font-size: 15px; }
.pd-name { margin: 0 0 18px; font-size: clamp(42px, 5.6vw, 72px); line-height: 0.96; font-weight: 600; }
.pd-desc { color: #3c4036; font-size: 17.5px; line-height: 1.7; }
.pd-chips { display: flex; flex-wrap: wrap; gap: 8px 10px; margin: 20px 0 4px; padding: 0; list-style: none; }
.pd-chips li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  background: rgba(111, 139, 66, 0.1);
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}
.pd-chips li::before { content: '✓'; color: var(--green-soft); font-weight: 900; }
.pd-sizeBlock { margin: 24px 0; }
.pd-label { display: block; margin-bottom: 10px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.pd-bestFor {
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(193, 144, 44, 0.08);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  color: var(--ink);
  line-height: 1.6;
}
.pd-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.pd-benefitGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.pd-benefit {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.pd-benefit:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.pd-benefit p { margin: 0; color: var(--ink); line-height: 1.6; }
.pd-check {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--green-700), var(--green));
  color: var(--white);
  font-weight: 900;
  font-size: 15px;
}
.pd-sizeCards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.pd-sizeCard {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  text-align: center;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.pd-sizeCard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(193, 144, 44, 0.4); }
.pd-sizeCard p { margin: 0 0 4px; color: var(--muted); }
.pd-sizeName { font-family: var(--font-display); font-size: 44px; font-weight: 600; color: var(--green); }
.pd-relatedGrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }

/* ==========================================================================
 * About page
 * ======================================================================== */
.ab-story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(28px, 6vw, 80px); align-items: center; }
.ab-storyCopy { display: flex; flex-direction: column; gap: 18px; }
.ab-storyCopy p { margin: 0; max-width: 56ch; color: #3c4036; font-size: 18px; line-height: 1.7; }
.ab-storyCopy > :last-child { margin-top: 8px; align-self: flex-start; }
.ab-title { margin: 0; font-size: clamp(40px, 6vw, 76px); line-height: 0.96; font-weight: 600; }
.ab-storyVisual {
  position: relative;
  display: grid;
  place-items: center;
  padding: 26px;
  border-radius: var(--r-xl);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.9), rgba(246, 231, 191, 0.4)), rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: var(--shadow-md);
}
.ab-storyVisual img { width: 100%; max-height: 520px; object-fit: contain; border-radius: var(--r-lg); filter: drop-shadow(0 24px 34px rgba(21, 41, 27, 0.22)); }
.ab-processGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ab-processCard {
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ab-processCard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ab-processCard h3 { margin: 0 0 8px; }
.ab-processCard p { margin: 0; color: var(--muted); line-height: 1.6; }
.ab-step {
  display: block;
  margin-bottom: 22px;
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold), var(--green-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ab-quality { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.ab-qualityCopy p { color: var(--muted); font-size: 18px; line-height: 1.7; }
.ab-standards { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.ab-standards li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  font-weight: 600;
  color: var(--ink);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.ab-standards li:hover { transform: translateX(4px); box-shadow: var(--shadow-sm); }
.ab-check {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--green-700), var(--green));
  color: var(--white);
  font-weight: 900;
  font-size: 14px;
}

/* ==========================================================================
 * Why Cold Pressed page
 * ======================================================================== */
.why-intro { text-align: center; padding-bottom: clamp(28px, 4vw, 48px); }
.why-lead p { max-width: 70ch; margin-inline: auto; color: #3c4036; font-size: clamp(18px, 2vw, 22px); line-height: 1.7; }
.why-tableWrap { max-width: 980px; margin-inline: auto; overflow: hidden; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); }
.why-table { width: 100%; border-collapse: collapse; background: var(--surface-solid); }
.why-table th, .why-table td { padding: 18px 22px; text-align: left; border-bottom: 1px solid var(--line); font-size: 15.5px; line-height: 1.5; vertical-align: middle; }
.why-table thead th { font-family: var(--font-display); font-size: 20px; font-weight: 600; padding-top: 22px; padding-bottom: 22px; }
.why-table tbody th { color: var(--green); font-weight: 800; width: 24%; background: rgba(21, 41, 27, 0.02); }
.why-table tbody tr:hover td, .why-table tbody tr:hover th { background: rgba(193, 144, 44, 0.05); }
.why-table tr:last-child td, .why-table tr:last-child th { border-bottom: 0; }
.why-refinedHead { color: var(--muted); }
.why-coldHead { color: var(--white); background: linear-gradient(140deg, var(--green-700), var(--green)); border-top-right-radius: var(--r-lg); }
.why-refined { color: var(--muted); }
.why-cold { color: var(--green); font-weight: 700; background: rgba(111, 139, 66, 0.09); }
.why-infoGrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.why-infoCard {
  padding: 30px 26px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  text-align: center;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.why-infoCard:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.why-infoCard h3 { margin: 16px 0 8px; }
.why-infoCard p { margin: 0; color: var(--muted); line-height: 1.6; }
.why-infoIcon {
  display: inline-grid;
  place-items: center;
  width: 68px; height: 68px;
  border-radius: var(--r-md);
  background: linear-gradient(140deg, rgba(193, 144, 44, 0.16), rgba(111, 139, 66, 0.16));
  font-size: 32px;
}
.why-ctaSection { padding-top: clamp(20px, 3vw, 40px); }
.why-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(36px, 5vw, 64px);
  border-radius: var(--r-xl);
  background:
    radial-gradient(40rem 30rem at 100% 0%, rgba(193, 144, 44, 0.2), transparent 60%),
    linear-gradient(160deg, var(--green-700), var(--green) 60%, var(--forest));
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.why-cta .eyebrow { color: var(--gold-light); }
.why-cta h2 { color: var(--white); margin-bottom: 0; }

/* ==========================================================================
 * Contact page
 * ======================================================================== */
.ct-intro { text-align: center; }
.ct-cardsSection { padding-top: clamp(28px, 4vw, 48px); }
.ct-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.ct-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: var(--surface-solid);
  box-shadow: var(--shadow-xs);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ct-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.ct-card h3 { margin: 6px 0 0; }
.ct-icon {
  display: grid;
  place-items: center;
  width: 60px; height: 60px;
  border-radius: var(--r-md);
  background: linear-gradient(140deg, rgba(193, 144, 44, 0.16), rgba(111, 139, 66, 0.16));
  font-size: 28px;
}
.ct-value { margin: 0; color: var(--muted); line-height: 1.55; }
.ct-link { margin-top: auto; padding-top: 8px; color: var(--gold-600); font-weight: 800; transition: color var(--dur-fast) var(--ease); }
.ct-link:hover { color: var(--green); }
.ct-dealerSection { padding-top: clamp(20px, 3vw, 40px); }
.ct-dealer {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: start;
  gap: clamp(24px, 5vw, 56px);
  padding: clamp(32px, 4vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: var(--surface-solid);
  box-shadow: var(--shadow-md);
}
.ct-dealerCopy h2 { margin: 6px 0 12px; }
.ct-dealerText { margin: 0; color: var(--muted); line-height: 1.6; }
.ct-dealerPoints { margin: 16px 0 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.ct-dealerPoints li { position: relative; padding-left: 26px; color: var(--ink); line-height: 1.5; }
.ct-dealerPoints li::before { content: '✓'; position: absolute; left: 0; color: var(--green); font-weight: 800; }
.ct-dealerForm { display: grid; gap: 14px; }
.ct-formHint { margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.5; }
.ct-field { display: grid; gap: 6px; }
.ct-field label { font-size: 0.82rem; font-weight: 700; color: var(--ink); }
.ct-field textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface-solid);
  color: var(--ink);
  font: inherit;
  line-height: 1.7;
  resize: vertical;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.ct-field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(111, 139, 66, 0.18); }
.ct-submitBtn {
  margin-top: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 0;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, #2bc16a, #1f9d55 60%, #15894a);
  color: var(--white);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(15, 82, 45, 0.26);
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.ct-submitBtn:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(15, 82, 45, 0.4); }
.ct-mapWrap { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.ct-mapWrap iframe { display: block; width: 100%; height: 440px; border: 0; }
.ct-ctaSection { padding-top: clamp(20px, 3vw, 40px); }
.ct-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(24px, 5vw, 60px);
  padding: clamp(36px, 5vw, 64px);
  border-radius: var(--r-xl);
  background:
    radial-gradient(40rem 30rem at 100% 0%, rgba(193, 144, 44, 0.2), transparent 60%),
    linear-gradient(160deg, var(--green-700), var(--green) 60%, var(--forest));
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.ct-cta .eyebrow { color: var(--gold-light); }
.ct-cta h2 { color: var(--white); margin-bottom: 0; }

/* ==========================================================================
 * 404
 * ======================================================================== */
.nf-wrap { min-height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.nf-title { margin: 0 0 14px; font-size: clamp(40px, 6vw, 72px); line-height: 0.95; }
.nf-text { max-width: 46ch; color: var(--muted); font-size: 18px; line-height: 1.6; }
.nf-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }

/* ==========================================================================
 * Responsive
 * ======================================================================== */
@media (max-width: 920px) {
  /* Header → mobile menu */
  .hdr__toggle { display: flex; }
  .hdr__cta span { display: none; }
  .hdr__cta { padding: 11px; }
  .hdr__nav {
    position: fixed;
    top: var(--header-h);
    left: 0; right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px var(--gutter) 24px;
    background: rgba(255, 251, 243, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--dur) var(--ease), opacity var(--dur) var(--ease);
  }
  .hdr__toggleCb:checked ~ .hdr__nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .hdr__link { padding: 14px 16px; font-size: 16px; text-align: left; border-radius: var(--r-md); }
  .hdr__link::after { display: none; }
  .hdr__link.is-active { background: rgba(32, 64, 42, 0.08); }
  .hdr__mobileCta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding: 15px;
    border-radius: var(--r-md);
    background: linear-gradient(135deg, #2bc16a, #1f9d55 60%, #15894a);
    color: var(--white);
    font-weight: 800;
  }
  .hdr__toggleCb:checked ~ .hdr__actions .hdr__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .hdr__toggleCb:checked ~ .hdr__actions .hdr__bar:nth-child(2) { opacity: 0; }
  .hdr__toggleCb:checked ~ .hdr__actions .hdr__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Footer */
  .ftr__ctaBand { flex-direction: column; align-items: flex-start; text-align: left; }
  .ftr__grid { grid-template-columns: 1fr 1fr; }
  .ftr__brandCol { grid-column: 1 / -1; }

  /* Hero */
  .hero { grid-template-columns: 1fr; min-height: auto; text-align: center; }
  .hero__copy { display: flex; flex-direction: column; align-items: center; }
  .hero__title { max-width: none; }
  .hero__actions, .hero__trust { justify-content: center; }
  .hero__visual { order: -1; margin-bottom: 6px; }
  .hero__frame { width: min(100%, 440px); }

  /* Home */
  .hm-stats { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .hm-stat:nth-child(odd) { border-left: 0; }
  .hm-stat:nth-child(3), .hm-stat:nth-child(4) { padding-top: 24px; border-top: 1px solid var(--line); }
  .hm-split { grid-template-columns: 1fr; }
  .hm-storyVisual { order: -1; }
  .hm-productGrid, .hm-benefitGrid, .hm-guaranteeGrid { grid-template-columns: 1fr 1fr; }
  .hm-whyGrid, .hm-testimonialGrid { grid-template-columns: 1fr; }
  .hm-ctaCard { flex-direction: column; align-items: flex-start; text-align: left; }
  .hm-ctaActions { align-items: flex-start; }

  /* Products */
  .pp-grid { grid-template-columns: 1fr 1fr; }
  .pp-cta { flex-direction: column; align-items: flex-start; }

  /* Product details */
  .pd-overview { grid-template-columns: 1fr; }
  .pd-benefitGrid, .pd-sizeCards, .pd-relatedGrid { grid-template-columns: 1fr; }

  /* About */
  .ab-story, .ab-quality { grid-template-columns: 1fr; }
  .ab-storyVisual { order: -1; }
  .ab-processGrid { grid-template-columns: 1fr 1fr; }

  /* Why */
  .why-infoGrid { grid-template-columns: 1fr 1fr; }
  .why-cta { flex-direction: column; align-items: flex-start; }

  /* Contact */
  .ct-cards { grid-template-columns: 1fr 1fr; }
  .ct-cta { flex-direction: column; align-items: flex-start; }
  .ct-dealer { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hdr__brandText small { display: none; }

  .ftr__grid { grid-template-columns: 1fr; }
  .ftr__bottom { flex-direction: column; align-items: flex-start; }

  .fw { right: 16px; bottom: 16px; width: 56px; padding: 0; justify-content: center; }
  .fw__label { display: none; }
  .fw__icon { background: transparent; }

  .hero__badge { padding: 10px 13px; }
  .hero__badge strong { font-size: 15px; }
  .hero__badge--top { left: -2%; }
  .hero__badge--bottom { right: -2%; }
  .hero__trust { gap: 14px 22px; }

  .hm-productGrid, .hm-benefitGrid, .hm-guaranteeGrid { grid-template-columns: 1fr; }
  .hm-stats { grid-template-columns: 1fr 1fr; }

  .pp-grid { grid-template-columns: 1fr; }

  .pd-gallery { grid-template-columns: 1fr; }
  .pd-thumbArt { display: none; }

  .ab-processGrid { grid-template-columns: 1fr; }

  .why-infoGrid { grid-template-columns: 1fr; }
  .why-table { font-size: 14px; }
  .why-table th, .why-table td { padding: 14px 16px; }
  .why-table tbody th { width: 38%; }

  .ct-cards { grid-template-columns: 1fr; }
  .ct-mapWrap iframe { height: 320px; }
}
