:root {
  /* Base - ανοιχτόχρωμα, καθαρά */
  --color-white: #FFFFFF;
  --color-cream: #FBF7EC;
  --color-charcoal: #1A1A1A;

  /* Bold accent colors - έντονα, ζωντανά, τραβάνε το μάτι */
  --color-olive-punch: #4A8C2B;
  --color-lime-pop: #C4E538;
  --color-terracotta-bold: #E85C33;
  --color-gold: #F2B705;

  /* Semantic aliases - χρησιμοποίησε ΑΥΤΑ στα components */
  --color-background: var(--color-cream);
  --color-background-alt: var(--color-white);
  --color-primary: var(--color-olive-punch);
  --color-accent: var(--color-terracotta-bold);
  --color-highlight: var(--color-gold);
  --color-text: var(--color-charcoal);

  /* Spacing scale */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 32px;
  --space-lg: 64px;
  --space-xl: 96px;

  /* Border radius */
  --radius-sm: 8px;
  --radius-md: 16px;

  /* Animation timing - χρησιμοποίησε ΠΑΝΤΟΤΕ αυτά */
  --transition-fast: 0.2s ease-out;
  --transition-base: 0.4s ease-out;
  --transition-slow: 0.8s ease-out;

  /* Typography */
  --font-heading: 'Fraunces', serif;
  --font-body: 'Inter', sans-serif;

  /* Compatibility aliases for the current theme */
  --olive: var(--color-text);
  --gold: var(--color-highlight);
  --cream: var(--color-background);
  --ivory: var(--color-background-alt);
  --ink: var(--color-text);
  --text: var(--color-text);
  --tone-b9923f: #b9923f;
  --tone-f7f6f3: #f7f6f3;
  --tone-efede8: #efede8;
  --tone-111827: #111827;
  --tone-rgba-17-24-39-0-12: rgba(17, 24, 39, 0.12);
  --tone-374151: #374151;
  --tone-rgba-17-24-39-0-08: rgba(17, 24, 39, 0.08);
  --tone-1f2937: #1f2937;
  --tone-0f172a: #0f172a;
  --tone-rgba-12-28-19-0-12: rgba(12,28,19,0.12);
  --tone-rgba-12-28-19-0-84: rgba(12,28,19,0.84);
  --tone-rgba-12-28-19-0-55: rgba(12,28,19,0.55);
  --tone-rgba-12-28-19-0-08: rgba(12,28,19,0.08);
  --tone-rgba-0-0-0-0-45: rgba(0,0,0,0.45);
  --tone-0d1f14: #0d1f14;
  --tone-rgba-9-16-24-0-68: rgba(9, 16, 24, 0.68);
  --tone-rgba-9-16-24-0-22: rgba(9, 16, 24, 0.22);
  --tone-rgba-8-22-14-0-08: rgba(8, 22, 14, 0.08);
  --tone-rgba-8-22-14-0-48: rgba(8, 22, 14, 0.48);
  --tone-rgba-0-0-0-0-6: rgba(0,0,0,0.6);
  --tone-rgba-255-255-255-0-65: rgba(255,255,255,0.65);
  --tone-rgba-255-255-255-0-15: rgba(255,255,255,0.15);
  --tone-rgba-15-35-25-0-82: rgba(15, 35, 25, 0.82);
  --tone-rgba-15-35-25-0-35: rgba(15, 35, 25, 0.35);
  --tone-020617: #020617;
  --tone-rgba-255-255-255-0-7: rgba(255, 255, 255, 0.7);
  --tone-rgba-15-23-42-0-25: rgba(15, 23, 42, 0.25);
  --tone-8dc63f: #8dc63f;
  --surface-hekaton-green:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 20%),
    radial-gradient(circle at 82% 22%, rgba(74, 140, 43, 0.28) 0, rgba(74, 140, 43, 0) 24%),
    linear-gradient(135deg, #d8ee49 0%, #c4e538 34%, #a7d12d 68%, #8dc63f 100%);
  --tone-f9f8f5: #f9f8f5;
  --tone-f8f6f1: #f8f6f1;
  --tone-4b5563: #4b5563;
  --tone-rgba-255-255-255-0-9: rgba(255, 255, 255, 0.9);
  --tone-rgba-15-23-42-0-05: rgba(15, 23, 42, 0.05);
  --tone-rgba-15-23-42-0-1: rgba(15, 23, 42, 0.1);
  --tone-rgba-185-146-63-0-35: rgba(185, 146, 63, 0.35);
  --tone-e0e0e0: #e0e0e0;
  --tone-555: #555;
  --tone-rgba-17-24-39-0-9: rgba(17, 24, 39, 0.9);
  --tone-888: #888;
  --tone-666: #666;
  --tone-333: #333;
  --tone-rgba-22-35-63-0-06: rgba(22, 35, 63, 0.06);
  --tone-rgba-185-146-63-0-12: rgba(185, 146, 63, 0.12);
  --tone-rgba-185-146-63-0: rgba(185, 146, 63, 0);
  --tone-f3f0e9: #f3f0e9;
  --tone-6b4f1d: #6b4f1d;
  --tone-rgba-185-146-63-0-1: rgba(185, 146, 63, 0.1);
  --tone-rgba-185-146-63-0-5: rgba(185, 146, 63, 0.5);
  --tone-f8f3e7: #f8f3e7;
  --tone-rgba-185-146-63-0-4: rgba(185, 146, 63, 0.4);
  --tone-f4f1ea: #f4f1ea;
  --tone-rgba-0-0-0-0-08: rgba(0, 0, 0, 0.08);
  --tone-536077: #536077;
  --tone-ece9e3: #ece9e3;
  --tone-rgba-0-0-0-0-06: rgba(0, 0, 0, 0.06);
  --tone-121722: #121722;
  --tone-0b1020: #0b1020;
  --tone-rgba-255-255-255-0-05: rgba(255,255,255,0.05);
  --tone-rgba-0-0-0-0-5: rgba(0,0,0,0.5);
  --tone-rgba-255-255-255-0-04: rgba(255,255,255,0.04);
  --tone-c49f48: #c49f48;
  --tone-rgba-0-0-0-0-35: rgba(0,0,0,0.35);
  --tone-f4efe4: #f4efe4;
  --tone-rgba-0-0-0-0-38: rgba(0,0,0,0.38);
  --tone-c9a646: #c9a646;
  --tone-rgba-212-175-55-0-35: rgba(212, 175, 55, 0.35);
  --tone-rgba-255-255-255-0-04: rgba(255, 255, 255, 0.04);
  --tone-rgba-255-255-255-0-82: rgba(255, 255, 255, 0.82);
  --tone-1f3a2d: #1f3a2d;
  --tone-2d5240: #2d5240;
  --tone-fbfaf7: #fbfaf7;
  --tone-rgba-17-24-39-0-1: rgba(17, 24, 39, 0.1);
  --tone-556071: #556071;
  --tone-2f3847: #2f3847;
  --tone-9aa3b1: #9aa3b1;
  --tone-000: #000;
  --tone-8a93a3: #8a93a3;
  --tone-rgba-179-215-102-0-42: rgba(179, 215, 102, 0.42);
  --tone-rgba-179-215-102-0: rgba(179, 215, 102, 0);
  --tone-f1f8df: #f1f8df;
  --tone-dcebbf: #dcebbf;
  --tone-rgba-54-75-29-0-18: rgba(54, 75, 29, 0.18);
  --tone-rgba-118-154-53-0-42: rgba(118, 154, 53, 0.42);
  --tone-rgba-118-154-53-0-12: rgba(118, 154, 53, 0.12);
  --tone-rgba-118-154-53-0: rgba(118, 154, 53, 0);
  --tone-rgba-255-255-255-0-28: rgba(255, 255, 255, 0.28);
  --tone-rgba-255-255-255-0: rgba(255, 255, 255, 0);
  --tone-rgba-248-250-239-0-9: rgba(248, 250, 239, 0.9);
  --tone-rgba-248-250-239-0-24: rgba(248, 250, 239, 0.24);
  --tone-rgba-248-250-239-0: rgba(248, 250, 239, 0);
  --tone-5f7631: #5f7631;
  --tone-203014: #203014;
  --tone-445727: #445727;
  --tone-rgba-38-55-18-0-18: rgba(38, 55, 18, 0.18);
  --tone-rgba-247-251-235-0-92: rgba(247, 251, 235, 0.92);
  --tone-rgba-241-248-222-0-92: rgba(241, 248, 222, 0.92);
  --tone-rgba-42-61-19-0-14: rgba(42, 61, 19, 0.14);
  --tone-5a6f33: #5a6f33;
  --tone-rgba-35-52-18-0-28: rgba(35, 52, 18, 0.28);
  --tone-rgba-255-255-255-0-95: rgba(255, 255, 255, 0.95);
  --tone-rgba-255-255-255-0-32: rgba(255, 255, 255, 0.32);
  --tone-f8fcf0: #f8fcf0;
  --tone-e2edc8: #e2edc8;
  --tone-344724: #344724;
  --tone-rgba-44-64-20-0-1: rgba(44, 64, 20, 0.1);
  --tone-rgba-35-52-18-0-44: rgba(35, 52, 18, 0.44);
  --tone-rgba-255-255-255-0-96: rgba(255, 255, 255, 0.96);
  --tone-rgba-255-255-255-0-35: rgba(255, 255, 255, 0.35);
  --tone-eef8c6: #eef8c6;
  --tone-d7ea74: #d7ea74;
  --tone-rgba-44-64-20-0-18: rgba(44, 64, 20, 0.18);
  --tone-314320: #314320;
  --tone-213214: #213214;
  --tone-586d35: #586d35;
  --tone-rgba-35-52-18-0-18: rgba(35, 52, 18, 0.18);
  --tone-rgba-17-24-39-0-92: rgba(17, 24, 39, 0.92);
  --tone-61763a: #61763a;
  --tone-1d2b13: #1d2b13;
  --tone-rgba-225-236-194-0-78: rgba(225, 236, 194, 0.78);
  --tone-4c602c: #4c602c;
  --tone-rgba-35-52-18-0-2: rgba(35, 52, 18, 0.2);
  --tone-1a2810: #1a2810;
  --tone-6d7e4f: #6d7e4f;
  --tone-203011: #203011;
  --tone-eff7cf: #eff7cf;
  --tone-17220d: #17220d;
  --tone-fff8d8: #fff8d8;
  --tone-rgba-17-17-17-0-16: rgba(17, 17, 17, 0.16);
  --tone-rgba-0-0-0-0-45: rgba(0, 0, 0, 0.45);
  --tone-rgba-0-0-0-0-18: rgba(0, 0, 0, 0.18);
  --tone-eee: #eee;
  --tone-f0f0ee: #f0f0ee;
  --tone-f5f5f3: #f5f5f3;
  --tone-aaa: #aaa;
  --tone-999: #999;
  --tone-rgba-31-58-45-0-25: rgba(31, 58, 45, 0.25);
  --tone-rgba-31-58-45-0-16: rgba(31, 58, 45, 0.16);
  --tone-0f1116: #0f1116;
  --tone-c4c8d0: #c4c8d0;
  --tone-rgba-255-255-255-0-08: rgba(255, 255, 255, 0.08);
  --tone-ccc: #ccc;
  --tone-d0d0cc: #d0d0cc;
  --tone-e8e8e4: #e8e8e4;
  --tone-rgba-0-0-0-0-12: rgba(0,0,0,0.12);
  --tone-f7f5f0: #f7f5f0;
  --tone-efe9d5: #efe9d5;
  --tone-rgba-31-58-45-0-12: rgba(31, 58, 45, 0.12);
  --tone-rgba-212-175-55-0-24: rgba(212, 175, 55, 0.24);
  --tone-4f4f4f: #4f4f4f;
  --tone-222: #222;
  --tone-2a2a2a: #2a2a2a;
  --tone-eceae4: #eceae4;
  --tone-1f4d3a: #1f4d3a;
  --tone-434343: #434343;
  --tone-4a4a4a: #4a4a4a;
  --tone-2d2d2d: #2d2d2d;
  --tone-252525: #252525;
  --tone-f2efe9: #f2efe9;
  --tone-8c8c8c: #8c8c8c;
  --tone-rgba-17-17-17-0-12: rgba(17, 17, 17, 0.12);
  --tone-rgba-17-24-39-0-16: rgba(17, 24, 39, 0.16);
  --tone-rgba-122-80-30-0-24: rgba(122, 80, 30, 0.24);
  --tone-rgba-20-34-10-0-2: rgba(20, 34, 10, 0.2);
  --tone-rgba-122-80-30-0-34: rgba(122, 80, 30, 0.34);
  --tone-rgba-20-34-10-0-26: rgba(20, 34, 10, 0.26);
  --tone-rgba-255-255-255-0-88: rgba(255, 255, 255, 0.88);
  --tone-rgba-117-73-27-0-38: rgba(117, 73, 27, 0.38);
  --tone-rgba-154-98-34-0-2: rgba(154, 98, 34, 0.2);
  --tone-rgba-58-38-14-0-26: rgba(58, 38, 14, 0.26);
  --tone-rgba-117-73-27-0-55: rgba(117, 73, 27, 0.55);
  --tone-rgba-154-98-34-0-32: rgba(154, 98, 34, 0.32);
  --tone-rgba-58-38-14-0-34: rgba(58, 38, 14, 0.34);
  --tone-rgba-255-255-255-0-55: rgba(255, 255, 255, 0.55);
  --tone-f8f8f4: #f8f8f4;
  --tone-eef5da: #eef5da;
  --tone-rgba-255-255-255-0-6: rgba(255, 255, 255, 0.6);
  --tone-rgba-17-24-39-0-18: rgba(17, 24, 39, 0.18);
  --tone-rgba-22-35-63-0-12: rgba(22, 35, 63, 0.12);
  --tone-202020: #202020;
  --tone-f8f5ef: #f8f5ef;
  --tone-rgba-212-175-55-0-16: rgba(212, 175, 55, 0.16);
  --tone-rgba-255-255-255-0-12: rgba(255, 255, 255, 0.12);
  --tone-d4af37: #d4af37;
  --tone-rgba-0-0-0-0-07: rgba(0, 0, 0, 0.07);
  --tone-6b6b6b: #6b6b6b;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* ── Scroll Reveal ── */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity var(--transition-slow), transform var(--transition-slow);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger children (hp-card, trust-hub-card, etc.) */
.stagger-children .hp-card,
.stagger-children .featured-card,
.stagger-children .trust-hub-card,
.stagger-children .vision-card,
.stagger-children .hk-number-item,
.stagger-children .editorial-fact {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--transition-base), transform var(--transition-base);
}

.stagger-children .hp-card.is-visible,
.stagger-children .featured-card.is-visible,
.stagger-children .trust-hub-card.is-visible,
.stagger-children .vision-card.is-visible,
.stagger-children .hk-number-item.is-visible,
.stagger-children .editorial-fact.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll,
  .stagger-children .hp-card,
  .stagger-children .featured-card,
  .stagger-children .trust-hub-card,
  .stagger-children .hk-number-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--cream);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 60;
  background: var(--color-white);
  backdrop-filter: none;
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.site-header.solid {
  background: var(--color-white);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.nav-bar {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 240px;
  flex-shrink: 0;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 58px;
  min-height: 58px;
  max-height: 58px;
  gap: 0;
  text-decoration: none;
  color: var(--olive);
  letter-spacing: 0;
  font-size: 0;
  text-transform: none;
}

.brand.dark {
  color: var(--olive);
}

.brand-logo {
  display: block;
  flex: 0 0 240px;
  flex-shrink: 0;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 58px;
  min-height: 58px;
  max-height: 58px;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}

nav {
  display: flex;
  gap: 14px;
  align-items: center;
  overflow: visible;
}

nav a {
  text-decoration: none;
  color: var(--tone-1f2937);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  opacity: 0.85;
}

nav a:hover,
nav a[aria-current="page"] {
  color: var(--tone-0f172a);
  opacity: 1;
}

nav.dark a {
  color: var(--tone-1f2937);
}

.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--tone-rgba-17-24-39-0-12);
  border-radius: 8px;
  background: var(--color-white);
  color: var(--color-text)827;
  cursor: pointer;
  flex: 0 0 auto;
}

.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-toggle span + span {
  margin-top: 4px;
}

.hero {
  position: relative;
  min-height: 92vh;
  background-image: url("../images/hero-olive-grove.svg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--color-white);
}

/* === EDITORIAL HERO === */
.hero-editorial {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url("../images/hero-olive-grove.svg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-editorial-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--tone-rgba-12-28-19-0-12), var(--tone-rgba-12-28-19-0-84)),
    linear-gradient(90deg, var(--tone-rgba-12-28-19-0-55), var(--tone-rgba-12-28-19-0-08));
}

.hero-editorial-content {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  padding: 0 0 90px;
  color: var(--color-white);
}

.hero-editorial-logo {
  display: block;
  width: min(280px, 50vw);
  height: auto;
  object-fit: contain;
  margin-bottom: 28px;
  filter: drop-shadow(0 4px 24px var(--tone-rgba-0-0-0-0-45)) brightness(1.1);
}

.hero-editorial-line {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 68px);
  line-height: 1.1;
  max-width: 720px;
  margin: 0 0 6px;
  color: var(--color-white);
  font-weight: 600;
}

.hero-editorial-actions {
  display: flex;
  gap: 14px;
  margin-top: 32px;
  flex-wrap: wrap;
}

/* === BOLD PLAYFUL HERO === */
.hero-bold {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 62% 38%;
  background: var(--color-white);
}

.hero-bold-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 8vw, 120px) clamp(32px, 6vw, 96px);
  background: var(--surface-hekaton-green);
}

.hero-bold-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-charcoal);
  margin: 0 0 22px;
  opacity: 0.6;
}

.hero-bold-title {
  font-family: var(--font-heading);
  font-size: clamp(64px, 10.5vw, 180px);
  font-weight: 700;
  line-height: 0.88;
  color: var(--color-charcoal);
  margin: 0 0 24px;
  letter-spacing: -0.05em;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin-right: -10vw;
}

.hero-bold-sub {
  font-family: var(--font-heading);
  font-size: clamp(19px, 2.3vw, 30px);
  line-height: 1.22;
  color: var(--color-charcoal);
  margin: 0 0 44px;
  max-width: 520px;
  opacity: 0.86;
  letter-spacing: -0.02em;
}

.hero-bold-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.hero-bold .btn-primary,
.hero-bold .btn-secondary {
  border-radius: 0;
  padding: 14px 30px;
  box-shadow: none;
}

.hero-bold .btn-primary {
  background: var(--color-charcoal);
  color: var(--color-white);
  border: 2px solid var(--color-charcoal);
}

.hero-bold .btn-primary:hover {
  background: var(--color-white);
  color: var(--color-charcoal);
  border-color: var(--color-charcoal);
  transform: translateY(-2px);
  box-shadow: none;
}

.hero-bold .btn-secondary {
  background: var(--color-white);
  color: var(--color-charcoal);
  border: 2px solid var(--color-charcoal);
}

.hero-bold .btn-secondary:hover {
  background: var(--color-charcoal);
  color: var(--color-white);
  transform: translateY(-2px);
}

.hero-bold-right {
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-left: 1px solid rgba(26,26,26,0.06);
}

.hero-bold-video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bold-bottle {
  width: 55%;
  max-width: 280px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.18));
}

/* When video is added: */
.hero-bold-right video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 860px) {
  .hero-bold {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: unset;
  }
  .hero-bold-left {
    padding: 80px 32px 48px;
    order: 2;
  }
  .hero-bold-title {
    margin-right: 0;
    white-space: normal;
  }
  .hero-bold-right {
    order: 1;
    min-height: 44vh;
    border-left: none;
    border-bottom: 1px solid rgba(26,26,26,0.08);
  }
  .hero-bold-bottle {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .hero-bold-title {
    font-size: clamp(60px, 17vw, 92px);
  }
  .hero-bold-left {
    padding: 60px 24px 40px;
  }
  .hero-bold-sub {
    font-size: clamp(18px, 6vw, 24px);
  }
}

/* === CLEAN TYPOGRAPHIC HERO === */
.hero-clean {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tone-0d1f14);
  background-image: url("../images/heropanel3.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero-clean-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--tone-rgba-9-16-24-0-68), var(--tone-rgba-9-16-24-0-22)),
    linear-gradient(180deg, var(--tone-rgba-8-22-14-0-08), var(--tone-rgba-8-22-14-0-48));
}

.hero-clean-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hero-clean-content {
  color: var(--color-white);
  padding: 140px 0 90px;
}

.hero-clean-content-left {
  text-align: left;
}

.hero-clean-content-centered {
  text-align: center;
  max-width: 820px;
}

.hero-clean-small {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 20px;
}

.hero-clean h1 {
  font-family: var(--font-heading);
  font-size: clamp(52px, 8vw, 110px);
  line-height: 0.95;
  letter-spacing: 0.06em;
  margin: 0;
  text-shadow: 0 4px 32px var(--tone-rgba-0-0-0-0-6);
}

.hero-clean-subtitle {
  font-size: clamp(18px, 2.4vw, 28px);
  margin: 20px 0 0;
  opacity: 0.92;
  max-width: 520px;
  line-height: 1.5;
}

.hero-clean-content-centered .hero-clean-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.hero-clean-line {
  width: 80px;
  height: 1px;
  background: var(--gold);
  margin: 28px 0;
}

.hero-clean-content-centered .hero-clean-line {
  margin-left: auto;
  margin-right: auto;
}

.hero-clean-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-outline-btn {
  color: var(--color-white) !important;
  border-color: var(--tone-rgba-255-255-255-0-65) !important;
  background: transparent !important;
}

.hero-outline-btn:hover {
  background: var(--tone-rgba-255-255-255-0-15) !important;
  border-color: var(--color-white) !important;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--tone-rgba-15-35-25-0-82), var(--tone-rgba-15-35-25-0-35));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin-left: clamp(24px, 8vw, 120px);
  padding: 40px 20px;
}

.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(64px, 11vw, 150px);
  line-height: 0.9;
  margin: 10px 0 0;
}

.hero h2 {
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 400;
  margin: 18px 0;
}

.hero p {
  font-size: 18px;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-secondary,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast), background var(--transition-fast), color var(--transition-fast);
  border: none;
  cursor: pointer;
  letter-spacing: 0.03em;
}

.btn-primary {
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(74, 140, 43, 0.3);
}

.btn-secondary,
.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn-secondary:hover,
.btn-outline:hover {
  background: var(--color-primary);
  color: var(--color-white);
  transform: translateY(-2px);
}

.btn-outline.dark {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-outline.dark:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.about-section,
.quality-section,
.contact-section {
  padding: 100px 0;
}

.products-section {
  padding: 0 0 80px;
}

body[data-page="products"] .products-section {
  padding: 28px 0 90px;
  background: var(--tone-8dc63f);
}

.about-section,
.products-section,
.contact-section {
  background: var(--tone-f9f8f5);
}

/* === HOMEPAGE FEATURED PRODUCTS === */
.featured-section {
  padding: 80px 0 0;
  background: var(--tone-f7f6f3);
}

.featured-section .section-header {
  padding: 0 0 0;
  margin-bottom: 0;
}

.trust-hub-section {
  padding: 96px 0;
  background: linear-gradient(180deg, var(--tone-f8f6f1) 0%, var(--color-white) 100%);
  border-top: 1px solid var(--tone-rgba-17-24-39-0-08);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.trust-hub-header {
  max-width: 860px;
  margin: 0 auto 42px;
}

.trust-hub-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: var(--tone-4b5563);
}

.trust-hub-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.trust-hub-card {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px 24px;
  background: var(--tone-rgba-255-255-255-0-9);
  border: 1px solid var(--tone-rgba-17-24-39-0-08);
  text-decoration: none;
  box-shadow: 0 16px 40px var(--tone-rgba-15-23-42-0-05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.trust-hub-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px var(--tone-rgba-15-23-42-0-1);
  border-color: var(--tone-rgba-185-146-63-0-35);
}

.trust-hub-label {
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}

.trust-hub-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 28px;
  line-height: 1.15;
  color: var(--olive);
}

.trust-hub-card p {
  margin: 0;
  color: var(--tone-4b5563);
  font-size: 15px;
  line-height: 1.75;
}

.trust-hub-link {
  margin-top: auto;
  padding-top: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text)827;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 2px solid #111;
  border-left: 2px solid #111;
  margin-top: 48px;
}

/* Editorial tile */
.hp-editorial-tile {
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px 28px;
  background: var(--color-white);
  min-height: 400px;
}

.hp-editorial-label {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 700;
  color: var(--color-text);
  line-height: 1.15;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.hp-editorial-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--tone-555);
  text-decoration: none;
  letter-spacing: 0.04em;
}

.hp-editorial-link:hover { color: var(--color-text); }

/* Product card */
.hp-card {
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.hp-card-img {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--color-white);
  position: relative;
  text-decoration: none;
}

.hp-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--tone-rgba-17-24-39-0-9);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
  box-sizing: border-box;
  transform: scale(var(--product-image-zoom, 1));
  transition: transform 0.4s ease, opacity 0.3s ease;
}

.hp-card:hover .hp-card-img img {
  transform: scale(calc(var(--product-image-zoom, 1) * 1.04));
  opacity: 0.18;
}

.hp-card-img.is-giftbox img {
  transform: scale(var(--product-image-zoom, 1));
}

.hp-card:hover .hp-card-img.is-giftbox img {
  transform: scale(calc(var(--product-image-zoom, 1) * 1.04));
}

/* Hover overlay info */
.hp-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hp-card:hover .hp-card-overlay {
  opacity: 1;
}

.hp-card-cat {
  margin: 0 0 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tone-888);
}

.hp-card-title {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-text);
}

.hp-card-vol {
  margin: 0 0 12px;
  font-size: 13px;
  color: var(--tone-666);
}

.hp-card-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-text);
}

/* Add button below image */
.hp-card-btn {
  width: 100%;
  height: 44px;
  background: var(--color-primary);
  color: var(--color-white);
  border: none;
  border-radius: 0 0 var(--radius-sm) var(--radius-sm);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--transition-fast), transform var(--transition-fast), background var(--transition-fast);
}

.hp-card:hover .hp-card-btn {
  opacity: 1;
  transform: translateY(0);
}

.hp-card-btn:hover { background: var(--color-olive-punch); filter: brightness(1.1); }

.hp-card-btn:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: -3px;
  opacity: 1;
}

@media (max-width: 1080px) {
  .featured-grid { grid-template-columns: repeat(2, 1fr); }
  .hp-editorial-tile { min-height: 300px; }
  .trust-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .featured-grid { grid-template-columns: 1fr; }
  .featured-section { padding: 60px 0 0; }
  .trust-hub-section { padding: 72px 0; }
  .trust-hub-grid { grid-template-columns: 1fr; }
  .trust-hub-card h3 { font-size: 24px; }
  .hp-card-btn { opacity: 1; transform: translateY(0); }
  .hp-card-overlay { opacity: 1; position: static; background: var(--color-white); padding: 16px; }
  .hp-card:hover .hp-card-img img { opacity: 1; transform: none; }
}


.image-card {
  margin: 0;
}

.image-card img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 28px;
}

.text-content h2,
.section-header h2,
.products-hero h1 {
  font-family: var(--font-heading);
  color: var(--olive);
  margin: 10px 0 22px;
}

.text-content h2 {
  font-size: clamp(24px, 2.9vw, 42px);
}

.text-content p {
  font-size: 13px;
  line-height: 1.72;
  color: var(--tone-4b5563);
}

.editorial-section {
  border-top: 1px solid var(--tone-rgba-22-35-63-0-06);
}

.certifications-section {
  background:
    radial-gradient(circle at 84% 12%, var(--tone-rgba-185-146-63-0-12) 0%, var(--tone-rgba-185-146-63-0) 38%),
    linear-gradient(180deg, var(--tone-f3f0e9) 0%, var(--tone-f9f8f5) 100%);
  border-top: 1px solid var(--tone-rgba-17-24-39-0-08);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.certifications-copy .section-kicker {
  color: var(--gold);
}

.cert-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 8px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tone-6b4f1d);
  border: 1px solid var(--tone-rgba-185-146-63-0-35);
  background: var(--tone-rgba-185-146-63-0-1);
}

.certifications-copy h2 {
  color: var(--ink);
  margin-bottom: 18px;
}

.certifications-copy p {
  color: var(--tone-4b5563);
}

.cert-highlights {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.cert-highlights span {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--tone-374151);
  border-left: 3px solid var(--gold);
  background: var(--tone-rgba-255-255-255-0-7);
}

.cert-actions {
  margin-top: 20px;
}

.cert-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  max-width: 420px;
  padding: 12px 18px;
  border: 1px solid var(--tone-rgba-185-146-63-0-5);
  background: var(--tone-f8f3e7);
  color: var(--tone-6b4f1d);
  text-decoration: none;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cert-btn-disabled {
  opacity: 0.92;
  cursor: not-allowed;
}

.certifications-visual {
  position: relative;
}

.certifications-visual::after {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid var(--tone-rgba-185-146-63-0-4);
  pointer-events: none;
}

.certifications-visual img {
  border-radius: 0;
  box-shadow: 0 24px 70px var(--tone-rgba-17-24-39-0-12);
  filter: saturate(1.06) contrast(1.02);
}

.flegra-section {
  background: linear-gradient(180deg, var(--tone-f4f1ea) 0%, var(--tone-f9f8f5) 100%);
  border-top: 1px solid var(--tone-rgba-17-24-39-0-08);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.flegra-section .editorial-copy {
  max-width: 100%;
}

.flegra-section h2 {
  margin-bottom: 18px;
}

.flegra-section h3 {
  margin: 28px 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-text)827;
}

.flegra-list {
  margin: 0 0 16px;
  padding-left: 20px;
}

.flegra-list li {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.72;
  color: var(--tone-4b5563);
}

.flegra-list li::marker {
  color: var(--gold);
}

.flegra-visual img {
  border-radius: 0;
  box-shadow: 0 24px 70px var(--tone-rgba-17-24-39-0-12);
  filter: saturate(1.06) contrast(1.02);
}

.flegra-story-closing {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--tone-rgba-17-24-39-0-12);
}

/* ── Flegra Comic Strip Section ── */
.flegra-comic-section {
  background: linear-gradient(160deg, var(--color-charcoal) 0%, #3D1810 100%);
  overflow: hidden;
}

.flegra-comic-header {
  text-align: center;
  padding: var(--space-lg) var(--space-md) var(--space-md);
}

.flegra-comic-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-lime-pop);
  margin: 0 0 12px;
}

.flegra-comic-title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 7vw, 80px);
  font-weight: 700;
  color: var(--color-highlight);
  text-shadow: 0 0 20px rgba(242, 183, 5, 0.4);
  line-height: 1;
  margin: 0 0 14px;
  letter-spacing: 0.04em;
}

.flegra-comic-subtitle {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.8vw, 18px);
  color: rgba(251, 247, 236, 0.72);
  margin: 0;
}

/* Comic grid */
.comic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: var(--space-xs);
  padding: 0 var(--space-md) var(--space-lg);
}

.comic-panel {
  border: 3px solid var(--color-cream);
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity var(--transition-base), transform var(--transition-base);
}

/* Section becomes visible → panels cascade in via nth-child delays */
.flegra-comic-section.is-visible .comic-panel {
  opacity: 1;
  transform: translateY(0);
}
.flegra-comic-section.is-visible .comic-panel:nth-child(1) { transition-delay: 0.05s; }
.flegra-comic-section.is-visible .comic-panel:nth-child(2) { transition-delay: 0.18s; }
.flegra-comic-section.is-visible .comic-panel:nth-child(3) { transition-delay: 0.31s; }
.flegra-comic-section.is-visible .comic-panel:nth-child(4) { transition-delay: 0.44s; }
.flegra-comic-section.is-visible .comic-panel:nth-child(5) { transition-delay: 0.57s; }

.comic-panel:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

/* Halftone overlay */
.comic-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,0,0.15) 1px, transparent 1px);
  background-size: 6px 6px;
  pointer-events: none;
  z-index: 1;
}

/* Panel placeholder gradients */
.comic-panel--hero {
  background: linear-gradient(145deg, #2C1810 0%, #5C2A14 45%, #3D1810 100%);
}
.comic-panel--grove {
  background: linear-gradient(145deg, #1A2E1A 0%, #2D4A2D 100%);
}
.comic-panel--harvest {
  background: linear-gradient(145deg, #1E3A1E 0%, #4A7C2B 100%);
}
.comic-panel--press {
  background: linear-gradient(145deg, #2A2010 0%, #5A4020 100%);
}
.comic-panel--bottle {
  background: linear-gradient(145deg, #1A1A2E 0%, #2D2D5A 100%);
}

/* Caption box */
.comic-caption {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--color-cream);
  border: 2px solid var(--color-charcoal);
  padding: 6px 10px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  max-width: 75%;
  color: var(--color-charcoal);
  z-index: 2;
}

.comic-panel--hero .comic-caption {
  font-size: 16px;
  padding: 10px 14px;
}

@media (max-width: 860px) {
  .comic-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 200px;
  }
  .comic-panel:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 480px) {
  .comic-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
    padding: 0 var(--space-xs) var(--space-md);
  }
  .comic-panel:first-child {
    grid-column: span 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .comic-panel { opacity: 1; transform: none; transition: none; }
}

.editorial-split {
  gap: clamp(36px, 6vw, 92px);
}

.editorial-split.reverse {
  /* No grid-template-columns - inherit from .split-layout */
}

.editorial-copy {
  max-width: 100%;
}

.editorial-copy h2 {
  color: var(--ink);
  line-height: 1.05;
}

.editorial-visual img {
  border-radius: 0;
  box-shadow: 0 24px 70px var(--tone-rgba-0-0-0-0-08);
}

.editorial-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.editorial-facts div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.editorial-facts strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 24px;
  color: var(--ink);
  text-transform: lowercase;
}

.editorial-facts span {
  color: var(--tone-536077);
  font-size: 14px;
}

.quote-strip {
  background: var(--tone-ece9e3);
  border-top: 1px solid var(--tone-rgba-17-24-39-0-08);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

.quote-strip-shell {
  padding: 24px 0;
}

.quote-strip p {
  margin: 0;
  font-size: clamp(20px, 2.8vw, 32px);
  line-height: 1.35;
  color: var(--color-text)827;
  font-family: var(--font-heading);
  max-width: 900px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.stats-grid div {
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 18px 50px var(--tone-rgba-0-0-0-0-06);
}

.stats-grid strong {
  display: block;
  font-size: 28px;
  color: var(--olive);
}

.vision-section,
.cta-section {
  padding: 110px 0;
  background: var(--olive);
  color: var(--color-white);
}

/* === PREMIUM CTA SECTION === */
.cta-section {
  position: relative;
  padding: 110px 24px;
  background: linear-gradient(180deg, var(--tone-121722) 0%, var(--tone-0b1020) 100%);
  box-shadow: inset 0 1px 0 var(--tone-rgba-255-255-255-0-05), inset 0 -1px 0 var(--tone-rgba-0-0-0-0-5);
  overflow: hidden;
  text-align: center;
}

.cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 340px;
  background: radial-gradient(ellipse, var(--tone-rgba-255-255-255-0-04) 0%, transparent 70%);
  pointer-events: none;
}

.cta-inner {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-eyebrow {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tone-c49f48);
}

.cta-heading {
  margin: 0;
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.5vw, 54px);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.12;
  max-width: 680px;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  height: 56px;
  padding: 0 40px;
  background: var(--color-primary);
  color: var(--color-white);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.cta-btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(74, 140, 43, 0.35);
}

.cta-btn:focus-visible {
  outline: 3px solid var(--color-primary);
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .cta-section { padding: 80px 24px; }
  .cta-heading { font-size: clamp(24px, 5vw, 38px); }
}

@media (max-width: 520px) {
  .cta-section { padding: 72px 20px; }
  .cta-btn { width: 100%; }
  .hero-clean {
    min-height: 86vh;
  }
  .hero-clean-content {
    padding: 112px 0 20px;
  }
  .hero-clean h1 {
    font-size: clamp(42px, 14vw, 72px);
  }
  .hero-clean-subtitle {
    font-size: 16px;
    line-height: 1.45;
  }
  .hero-clean-small {
    font-size: 11px;
    letter-spacing: 0.2em;
  }
  .text-content p {
    font-size: 13px;
    line-height: 1.72;
  }
  .image-card img {
    height: 300px;
    border-radius: 20px;
  }
  .contact-card {
    padding: 22px 18px;
  }
  .contact-card h3 {
    font-size: 28px;
  }
  .contact-details-list p {
    font-size: 14px;
  }
  .contact-details-list span {
    font-size: 11px;
  }
  .trust-hub-intro {
    font-size: 15px;
  }
  .product-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .products-hero { padding: 40px 0 28px; }
  .products-hero::before { display: none; }
  .homepage-footer-shell {
    padding: 0 20px;
  }
  .homepage-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .homepage-footer-logo-wrap {
    justify-content: flex-start;
  }
  .homepage-footer-newsletter-row {
    flex-direction: column;
    gap: 10px;
  }
  .homepage-footer-newsletter-row input,
  .homepage-footer-newsletter-row button {
    width: 100%;
  }
  .homepage-footer-newsletter-consent {
    align-items: flex-start !important;
  }
  .homepage-footer-bottom {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.vision-section-light {
  background: var(--ivory);
  color: var(--text);
}

.center {
  text-align: center;
  max-width: 830px;
  margin: 0 auto 54px;
}

.section-header h2 {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.12;
}

.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.vision-card {
  border: 1px solid var(--tone-rgba-212-175-55-0-35);
  border-radius: 24px;
  padding: 34px;
  background: var(--tone-rgba-255-255-255-0-04);
}

.vision-card h3 {
  color: var(--gold);
}

.vision-card p {
  color: var(--tone-rgba-255-255-255-0-82);
}

.badge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.badge-list span {
  border: 1px solid var(--line);
  background: var(--color-white);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}

.page-hero {
  position: relative;
  min-height: 62vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: var(--color-white);
}

.olive-page-hero {
  background-image: linear-gradient(135deg, var(--tone-1f3a2d) 0%, var(--tone-2d5240) 100%);
}

.olive-content {
  margin-left: 0;
  padding-left: 0;
}

.action-row {
  margin-top: 34px;
}

.contact-card {
  background: linear-gradient(180deg, var(--color-white) 0%, var(--tone-fbfaf7) 100%);
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 18px 44px var(--tone-rgba-15-23-42-0-1);
}

.contact-card-editorial {
  border: 1px solid var(--tone-rgba-17-24-39-0-1);
}

.contact-section .editorial-copy h2 {
  margin-bottom: 18px;
}

.contact-intro {
  margin: 0 0 18px;
  color: var(--tone-556071);
}

.contact-details-list {
  display: grid;
  gap: 10px;
}

.contact-details-list p {
  margin: 0;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.6;
  color: var(--tone-2f3847);
}

.contact-details-list span {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tone-9aa3b1);
  font-weight: 700;
}

.contact-details-list a {
  color: var(--color-text)827;
  text-decoration: none;
  font-weight: 600;
}

.contact-details-list a:hover {
  color: var(--tone-000);
  text-decoration: underline;
}

.contact-card h3 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.05;
  font-family: var(--font-heading);
  color: var(--color-text)827;
}

.contact-card p {
  margin: 0 0 20px;
  color: var(--tone-4b5563);
  line-height: 1.7;
}

.contact-note {
  margin-top: 14px !important;
  font-size: 13px;
  color: var(--tone-8a93a3) !important;
}

.products-hero {
  padding: 72px 0 44px;
  background:
    radial-gradient(84% 120% at 18% 18%, var(--tone-rgba-179-215-102-0-42) 0%, var(--tone-rgba-179-215-102-0) 52%),
    linear-gradient(180deg, var(--tone-f1f8df) 0%, var(--tone-dcebbf) 100%);
  border-bottom: 1px solid var(--tone-rgba-54-75-29-0-18);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.products-hero-shell {
  text-align: center;
}

.products-hero::before {
  content: "";
  position: absolute;
  right: clamp(-40px, 1vw, 8px);
  top: 54%;
  transform: translateY(-50%);
  width: clamp(420px, 38vw, 560px);
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle at 40% 40%, var(--tone-rgba-118-154-53-0-42) 0%, var(--tone-rgba-118-154-53-0-12) 42%, var(--tone-rgba-118-154-53-0) 70%);
  filter: blur(6px);
  mix-blend-mode: multiply;
  opacity: 1;
  pointer-events: none;
  z-index: 0;
}

.products-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, var(--tone-rgba-255-255-255-0-28) 0%, var(--tone-rgba-255-255-255-0) 38%),
    linear-gradient(90deg, var(--tone-rgba-248-250-239-0-9) 0%, var(--tone-rgba-248-250-239-0-24) 52%, var(--tone-rgba-248-250-239-0) 100%);
  pointer-events: none;
  z-index: 1;
}

.products-hero .container {
  position: relative;
  z-index: 2;
}

.products-hero .section-kicker {
  color: var(--tone-5f7631);
  margin: 0 0 14px;
  letter-spacing: 0.28em;
}

.products-hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(54px, 7vw, 92px);
  color: var(--tone-203014);
  margin: 0 0 16px;
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.products-hero-subtitle {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--tone-445727);
}

.products-stage {
  border: 1px solid var(--tone-rgba-38-55-18-0-18);
  border-radius: 32px;
  background:
    linear-gradient(180deg, var(--tone-rgba-247-251-235-0-92) 0%, var(--tone-rgba-241-248-222-0-92) 100%);
  box-shadow: 0 24px 70px var(--tone-rgba-42-61-19-0-14);
  overflow: hidden;
  padding: 28px 30px 30px;
}

.products-selector-panel + .products-selector-panel {
  margin-top: 24px;
}

.products-format-label {
  margin: 0 0 18px;
  color: var(--tone-5a6f33);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.products-selector-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.products-selector-chip {
  width: 92px;
  min-width: 92px;
  height: 92px;
  padding: 0;
  border-radius: 999px;
  border: 2px solid #111;
  background:
    radial-gradient(circle at 30% 26%, var(--tone-rgba-255-255-255-0-95) 0%, var(--tone-rgba-255-255-255-0-32) 28%, var(--tone-rgba-255-255-255-0) 62%),
    linear-gradient(180deg, var(--tone-f8fcf0) 0%, var(--tone-e2edc8) 100%);
  color: var(--tone-344724);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.products-selector-chip.is-active,
.products-selector-chip:hover {
  transform: translateY(-4px);
  border-color: #111;
  background:
    radial-gradient(circle at 30% 26%, var(--tone-rgba-255-255-255-0-96) 0%, var(--tone-rgba-255-255-255-0-35) 28%, var(--tone-rgba-255-255-255-0) 62%),
    linear-gradient(180deg, var(--tone-eef8c6) 0%, var(--tone-d7ea74) 100%);
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.16);
}

.products-selector-chip--category {
  width: 116px;
  min-width: 116px;
  height: 116px;
  padding: 10px;
}

.products-selector-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.products-selector-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products-selector-label {
  font-size: 10px;
  letter-spacing: 0.12em;
  color: var(--tone-314320);
  text-align: center;
  line-height: 1.2;
}

.products-selector-value {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: var(--tone-213214);
}

.products-selector-unit {
  display: block;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: var(--tone-586d35);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
  min-height: 340px;
  align-content: start;
}

.product-grid > .empty-state {
  grid-column: 1 / -1;
}

.product-card {
  background: var(--color-white);
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid #111;
  display: flex;
  flex-direction: column;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.product-card:hover {
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.14);
  transform: translateY(-6px);
  border-color: #111;
}

.product-image {
  aspect-ratio: 4 / 5;
  height: auto;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 26px;
  margin: 12px 12px 0;
  box-sizing: border-box;
  text-decoration: none;
  border: 2px solid #111;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
}

.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--tone-rgba-17-24-39-0-92);
  color: var(--color-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-card:nth-child(4n + 2) .product-image {
  background: var(--color-white);
}

.product-card:nth-child(4n + 3) .product-image {
  background: var(--color-white);
}

.product-card:nth-child(4n + 4) .product-image {
  background: var(--color-white);
}

.product-image img {
  width: 84%;
  height: 84%;
  object-fit: contain;
  object-position: center;
  padding: 0;
  box-sizing: border-box;
  transform: scale(var(--product-image-zoom, 1));
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(calc(var(--product-image-zoom, 1) * 1.04));
}

.product-image.is-giftbox img {
  transform: scale(var(--product-image-zoom, 1));
}

.product-card:hover .product-image.is-giftbox img {
  transform: scale(calc(var(--product-image-zoom, 1) * 1.04));
}

.product-info {
  padding: 18px 15px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-category {
  color: var(--tone-61763a);
  font-weight: 800;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 8px;
}

.product-info h3 {
  font-size: 19px;
  line-height: 1.12;
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--tone-1d2b13);
  margin: 0 0 8px;
}

.meta-line {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 2px;
  margin-bottom: 0;
}

.meta-line span {
  background: var(--tone-rgba-225-236-194-0-78);
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--tone-4c602c);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  gap: 8px;
  border-top: 1px dashed var(--tone-rgba-35-52-18-0-2);
}

.product-price-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-bottom strong {
  font-size: 19px;
  font-weight: 700;
  color: var(--tone-1a2810);
  letter-spacing: -0.02em;
}

.product-link {
  color: var(--tone-6d7e4f);
  text-decoration: none;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.product-link:hover { color: var(--color-text); }

.product-bottom button {
  border: 1px solid var(--tone-203011);
  border-radius: 999px;
  background: var(--tone-203011);
  color: var(--tone-eff7cf);
  height: 38px;
  padding: 0 12px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.product-bottom button:hover {
  background: var(--tone-17220d);
  color: var(--color-white)8d8;
}

.product-bottom button:focus-visible {
  outline: 2px solid var(--tone-203011);
  outline-offset: 3px;
}

.cart-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--tone-rgba-17-17-17-0-16);
  background: var(--color-white);
  color: var(--color-text);
  border-radius: 999px;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 10px 24px var(--tone-rgba-0-0-0-0-06);
}

.cart-button-icon {
  position: relative;
  width: 19px;
  height: 16px;
  border: 1.7px solid currentColor;
  border-radius: 3px 3px 5px 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cart-button-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 11px;
  height: 8px;
  transform: translateX(-50%);
  border: 1.7px solid currentColor;
  border-bottom: none;
  border-radius: 999px 999px 0 0;
  background: var(--color-white);
}

.cart-button strong {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: var(--tone-rgba-0-0-0-0-45);
  z-index: 90;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100vh;
  background: var(--color-white);
  z-index: 100;
  box-shadow: -20px 0 60px var(--tone-rgba-0-0-0-0-18);
  display: flex;
  flex-direction: column;
  transform: translateX(0);
}

.cart-drawer.hidden,
.cart-backdrop.hidden {
  display: none;
}

.cart-drawer-header {
  padding: 24px;
  border-bottom: 1px solid var(--tone-eee);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-drawer-header h3 {
  margin: 0;
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
}

#cart-close {
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  color: var(--color-text);
  line-height: 1;
  padding: 4px;
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
  display: grid;
  gap: 12px;
  align-content: start;
}

.cart-item {
  border: none;
  border-bottom: 1px solid var(--tone-f0f0ee);
  border-radius: 0;
  padding: 12px 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.cart-item-img {
  width: 72px;
  height: 80px;
  flex-shrink: 0;
  background: var(--tone-f5f5f3);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  box-sizing: border-box;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cart-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}

.cart-item-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  line-height: 1.3;
}

.cart-item-remove {
  border: none;
  background: transparent;
  color: var(--tone-aaa);
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  line-height: 1;
  transition: color 0.2s;
}

.cart-item-remove:hover { color: var(--color-text); }

.cart-item-vol {
  font-size: 12px;
  color: var(--tone-999);
}

.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}

.cart-item-qty {
  font-size: 12px;
  color: var(--tone-999);
}

.cart-item-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-text);
}

.cart-drawer-footer {
  border-top: 1px solid var(--tone-eee);
  padding: 20px;
  background: var(--color-white);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--color-text);
  font-weight: 700;
}

.full-width {
  width: 100%;
  margin-top: 10px;
}

.checkout-page {
  padding: 130px 0 90px;
  background: var(--cream);
}

.checkout-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

.checkout-card,
.checkout-summary,
.owner-auth,
.owner-panel {
  background: var(--color-white);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 16px 40px var(--tone-rgba-0-0-0-0-08);
}

.checkout-card h2 {
  margin-top: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-grid label,
.owner-panel label,
.owner-auth label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
}

.full-span {
  grid-column: 1 / -1;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--tone-rgba-31-58-45-0-25);
  border-radius: 4px;
  padding: 12px;
  font: inherit;
}

.radio-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.summary-items {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.summary-line.total {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--olive);
}

.owner-wrap {
  padding: 40px 0;
}

.owner-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.owner-actions,
.owner-product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.owner-products,
.owner-orders {
  display: grid;
  gap: 10px;
}

.owner-product,
.owner-order {
  border: 1px solid var(--tone-rgba-31-58-45-0-16);
  border-radius: 16px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.hidden {
  display: none;
}

.order-message,
.owner-message {
  min-height: 24px;
  color: var(--olive);
  font-weight: 600;
}

.site-footer {
  background: var(--tone-0f1116);
  color: var(--tone-c4c8d0);
  text-align: center;
  padding: 34px 0;
  border-top: 1px solid var(--tone-rgba-255-255-255-0-08);
}

.site-footer p {
  margin: 0;
}

.homepage-footer {
  background: var(--color-charcoal);
  color: var(--tone-ccc);
  padding: 60px 0 0;
  text-align: left;
}

.homepage-footer-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.homepage-footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--tone-333);
  align-items: flex-start;
}

.homepage-footer-top nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
}

.homepage-footer-top > div:not(.homepage-footer-logo-wrap) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: flex-start;
  width: 100%;
}

.homepage-footer-top nav a {
  display: block;
  width: auto;
  margin: 0;
  text-align: left;
  align-self: flex-start;
}

.homepage-footer-logo-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.homepage-footer-newsletter {
  padding: 44px 0 40px;
}

.homepage-footer-newsletter-row {
  display: flex;
  gap: 0;
  max-width: 640px;
}

.homepage-footer-bottom {
  border-top: 1px solid var(--tone-333);
  padding: 18px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  max-width: 1280px;
  margin: 0 auto;
}

.spaced-top {
  padding-top: 76px;
}

@media (max-width: 900px) {
  .brand {
    flex: 0 0 184px;
    width: 184px;
    min-width: 184px;
    max-width: 184px;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
  }

  .brand-logo {
    flex: 0 0 184px;
    width: 184px;
    min-width: 184px;
    max-width: 184px;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
  }

  .split-layout,
  .vision-grid,
  .timeline,
  .checkout-layout,
  .filters,
  .owner-product,
  .owner-order,
  .form-grid,
  .admin-grid,
  .media-grid,
  .stats-cards {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 82vh;
  }

  .contact-card {
    padding: 26px;
  }

  .contact-card h3 {
    font-size: 32px;
  }

  .contact-details-list p {
    grid-template-columns: 1fr;
    gap: 2px;
    font-size: 15px;
  }

  .hero-content {
    margin-left: 0;
    padding: 120px 24px 60px;
  }

  .image-card img {
    height: 420px;
  }

  .hero-clean-content {
    padding: 120px 0 24px;
  }

  .hero-clean .hero-clean-actions {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    align-items: stretch;
  }

  .hero-clean .hero-clean-actions .btn-primary,
  .hero-clean .hero-clean-actions .btn-outline {
    width: 100%;
  }

  .certifications-visual::after {
    inset: 12px;
  }

  .editorial-facts {
    grid-template-columns: 1fr;
  }

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

  .product-detail-card {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nav-bar {
    min-height: 72px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }

  .homepage-footer-top nav {
    width: auto;
    justify-content: flex-start;
  }

  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    min-height: auto;
  }

  .product-detail-image {
    min-width: 0;
    min-height: 420px;
    padding: 32px 24px;
  }

  .product-detail-image img {
    width: 76%;
    max-width: 220px;
    max-height: 300px;
  }

 .product-detail-content {
   min-width: 0;
    padding: 34px 28px;
  }

  .related-title {
    font-size: clamp(34px, 8vw, 56px);
    padding: 0 0 20px;
  }

  .products-hero {
    padding: 42px 0 26px;
  }

  .products-hero::before {
    width: 360px;
    right: -10px;
    top: 52%;
    transform: translateY(-50%);
    opacity: 1;
  }

  .products-stage {
    padding: 22px 20px 24px;
  }

  .products-selector-grid {
    gap: 14px;
  }

  .products-selector-chip {
    width: 84px;
    min-width: 84px;
    height: 84px;
  }

  .products-selector-chip--category {
    width: 104px;
    min-width: 104px;
    height: 104px;
  }

  .products-hero::after {
    background: transparent;
  }

  .product-image {
    aspect-ratio: 4 / 5;
    height: auto;
  }

  .spaced-top {
    padding-top: 198px;
  }
}

@media (min-width: 521px) and (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .products-selector-grid {
    gap: 10px;
    justify-content: center;
  }

  .products-selector-chip {
    width: 76px;
    min-width: 76px;
    height: 76px;
  }

  .products-selector-chip--category {
    width: 92px;
    min-width: 92px;
    height: 92px;
  }

  .products-selector-value {
    font-size: 20px;
  }

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

  .product-image {
    padding: 36px;
  }
}

/* Account menu */
.account-menu {
  position: relative;
  display: inline-block;
}

.account-button {
  border: 1px solid var(--tone-d0d0cc);
  background: var(--color-white);
  color: var(--color-text);
  border-radius: 6px;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
  transition: background 0.2s, border-color 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.account-button:hover {
  background: var(--tone-f5f5f3);
  border-color: var(--tone-aaa);
}

.account-dropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  width: 190px;
  background: var(--color-white);
  border-radius: 10px;
  border: 1px solid var(--tone-e8e8e4);
  box-shadow: 0 8px 28px var(--tone-rgba-0-0-0-0-12);
  padding: 6px;
  z-index: 9999;
  min-width: 160px;
}

.account-dropdown:not(.hidden) {
  display: flex;
  flex-direction: column;
}

.account-dropdown a,
.account-dropdown button {
  display: block !important;
  width: 100%;
  padding: 10px 14px;
  border: none;
  background: transparent;
  text-align: left;
  color: var(--color-text) !important;
  font-weight: 500 !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  font-family: inherit;
  font-size: 14px !important;
  box-sizing: border-box;
  white-space: nowrap;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.account-dropdown a:hover,
.account-dropdown button:hover {
  background: var(--tone-f5f5f3);
}

.auth-body {
  background: linear-gradient(180deg, var(--tone-f7f5f0) 0%, var(--tone-efe9d5) 100%);
}

.auth-main {
  min-height: 100vh;
  padding: 130px 20px 60px;
  display: grid;
  place-items: center;
}

.auth-shell {
  width: min(520px, 100%);
}

.premium-card {
  background: var(--color-white);
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 30px 80px var(--tone-rgba-31-58-45-0-12);
  border: 1px solid var(--tone-rgba-212-175-55-0-24);
}

.auth-card h1,
.admin-section h1,
.admin-section h2,
.orders-page h1,
.product-detail-content h1 {
  font-family: var(--font-heading);
  color: var(--olive);
  margin-top: 0;
}

.auth-copy,
.auth-switch {
  color: var(--tone-4f4f4f);
}

.auth-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.auth-switch a {
  color: var(--olive);
  font-weight: 700;
}

.product-page {
  min-height: calc(100vh - 76px);
}
.product-detail-card {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  align-items: center;
  background: var(--color-white);
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: 1px solid var(--line);
}
.product-detail-image {
  min-width: 0;
  margin: 0;
  border-radius: 0;
  background: var(--tone-fbfaf7);
  min-height: 560px;
  display: grid;
  place-items: center;
  border-right: 1px solid var(--line);
  padding: 64px 52px;
}
.product-detail-image img {
  width: 72%;
  max-width: 280px;
  max-height: 360px;
  object-fit: contain;
  transform: scale(var(--product-image-zoom, 1));
}

.product-detail-image.is-giftbox img {
  transform: scale(var(--product-image-zoom, 1));
}
.product-detail-content {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 64px 82px;
}
.product-detail-content h1 {
  font-family: var(--font-body);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.18;
  font-weight: 400;
  color: var(--tone-222);
  margin: 0 0 10px;
}
.product-detail-sku {
  margin: 0;
  font-size: 14px;
  color: var(--tone-4f4f4f);
}
.product-detail-price {
  font-size: 20px;
  font-weight: 700;
  color: var(--tone-2a2a2a);
  margin-top: 4px;
}
.product-detail-actions {
  display: flex;
  gap: 18px;
  align-items: stretch;
  margin: 10px 0 22px;
}
.qty-box {
  min-width: 68px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--tone-eceae4);
  font-size: 18px;
  color: var(--ink);
}
.product-cart-btn {
  flex: 1;
  min-height: 64px;
  background: var(--tone-1f4d3a);
  color: var(--color-white);
  border-color: var(--tone-1f4d3a);
  font-size: 14px;
  letter-spacing: 0.05em;
}
.product-detail-copy {
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.9;
  font-size: 1rem;
  color: var(--tone-434343);
  max-width: 580px;
}
.product-detail-meta {
  display: grid;
  gap: 10px;
  color: var(--tone-4a4a4a);
  margin-top: 4px;
}
.product-detail-meta p {
  overflow-wrap: anywhere;
  margin: 0;
  line-height: 1.7;
}
.product-detail-meta strong {
  font-weight: 700;
  color: var(--tone-2d2d2d);
}
.product-detail-content .btn-outline.dark {
  justify-self: start;
  margin-top: 8px;
}
.related-products {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 96px;
  border-top: 1px solid var(--line);
}
.related-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 26px;
  border-bottom: 1px solid var(--line);
  font-size: clamp(52px, 7vw, 110px);
  line-height: 0.95;
  color: var(--tone-252525);
  font-weight: 300;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.related-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 340px;
  background: var(--tone-fbfaf7);
}
.related-card-link {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  text-decoration: none;
  padding: 34px 24px;
}
.related-card img {
  width: 100%;
  max-width: 190px;
  max-height: 240px;
  object-fit: contain;
}

/* Clean rebuilt product page */
.pd-shell {
  width: 100%;
}

.pd-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--color-white);
}

.pd-media {
  margin: 0;
  min-width: 0;
  min-height: 600px;
  display: grid;
  place-items: center;
  padding: 60px 48px;
  background: var(--tone-f2efe9);
  border-right: none;
}

.pd-media img {
  width: 100%;
  max-width: 340px;
  max-height: 500px;
  object-fit: contain;
  transform: scale(var(--product-image-zoom, 1));
}

.pd-media.is-giftbox img {
  transform: scale(var(--product-image-zoom, 1));
}

.pd-info {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 64px 72px;
}

.pd-kicker {
  margin: 0;
  color: var(--tone-8c8c8c);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pd-info h1 {
  margin: 0;
  font-family: var(--font-body);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.pd-copy {
  margin: 0;
  max-width: 500px;
  color: var(--tone-555);
  line-height: 1.75;
  font-size: 14px;
  overflow-wrap: anywhere;
}

.pd-meta {
  display: grid;
  gap: 6px;
  color: var(--tone-333);
  font-size: 14px;
}

.pd-meta p {
  margin: 0;
  line-height: 1.6;
}

.pd-meta strong {
  color: var(--color-text);
}

.pd-price {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: -0.01em;
}

.pd-actions {
  display: flex;
  justify-content: flex-start;
}

.pd-cart-btn {
  height: 56px;
  padding: 0 32px;
  border: none;
  background: var(--color-text);
  color: var(--color-white);
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.2s;
  width: 100%;
  max-width: 360px;
}

.pd-cart-btn:hover { background: var(--tone-333); }
.pd-cart-btn:focus-visible { outline: 2px solid var(--color-text); outline-offset: 3px; }

@media (max-width: 900px) {
  .pd-main { grid-template-columns: 1fr; }
  .pd-media { min-height: 360px; padding: 40px 32px; }
  .pd-info { padding: 40px 28px; }
}

@media (max-width: 520px) {
  .pd-info { padding: 28px 20px; }
  .pd-cart-btn { max-width: 100%; }
}

/* Forced products-page grid overrides */
body[data-page="products"] .products-section .container {
  width: min(1320px, calc(100% - 32px));
}

body[data-page="products"] .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="products"] .product-card {
  background: var(--color-white) !important;
  border-radius: 18px;
  border: 2px solid #111 !important;
}

body[data-page="products"] .product-image {
  background: var(--color-white) !important;
  background-image: none !important;
  padding: 18px;
  margin: 12px 12px 0;
  border: 2px solid #111;
  border-radius: 16px;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1);
}

body[data-page="products"] .product-image img {
  width: 88%;
  height: 88%;
}

body[data-page="products"] .product-image.is-giftbox img {
  transform: scale(var(--product-image-zoom, 1));
}

.product-image img[alt*="gift" i],
.hp-card-img img[alt*="gift" i],
.product-detail-image img[alt*="gift" i],
.pd-media img[alt*="gift" i] {
  transform: scale(var(--product-image-zoom, 1));
}

body[data-page="products"] .product-info {
  background: var(--color-white) !important;
  background-image: none !important;
  padding: 16px 14px 14px;
}

body[data-page="products"] .product-card:nth-child(4n + 2) .product-image,
body[data-page="products"] .product-card:nth-child(4n + 3) .product-image,
body[data-page="products"] .product-card:nth-child(4n + 4) .product-image {
  background: var(--color-white) !important;
  background-image: none !important;
}

body[data-page="products"] .product-info h3 {
  font-size: 18px;
}

body[data-page="products"] .product-bottom strong {
  font-size: 18px;
}

body[data-page="products"] .product-bottom button {
  height: 36px;
  padding: 0 10px;
  font-size: 9px;
}

body[data-page="products"] .site-footer {
  background: var(--color-white);
  color: var(--color-text)111;
  border-top: 1px solid var(--tone-rgba-17-17-17-0-12);
}

body[data-page="products"] .site-footer p {
  color: var(--color-text)111;
}

body[data-page="products"] .products-hero {
  background: var(--tone-8dc63f) !important;
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-16);
}

body[data-page="products"] .products-hero h1 {
  color: var(--color-white) !important;
}

body[data-page="products"],
body[data-page="products"] main.spaced-top {
  background: var(--tone-8dc63f) !important;
  background-image: none !important;
}

body[data-page="products"] .products-hero::before,
body[data-page="products"] .products-hero::after {
  display: none !important;
}

body[data-page="products"] .products-section {
  background: var(--tone-8dc63f) !important;
  background-image: none !important;
  position: relative;
}

body[data-page="products"] .products-stage {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

body[data-page="products"] .product-card {
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.1) !important;
}

body[data-page="products"] .product-card:hover {
  box-shadow: 8px 8px 0 rgba(17, 17, 17, 0.14) !important;
  border-color: #111 !important;
}

body[data-page="products"] .products-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: min(16px, 4vw);
  right: min(16px, 4vw);
  height: 1px;
  background: linear-gradient(90deg, var(--tone-rgba-255-255-255-0), var(--tone-rgba-255-255-255-0-88), var(--tone-rgba-255-255-255-0));
  pointer-events: none;
}

body[data-page="products"] .products-selector-panel {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

body[data-page="products"] .products-selector-chip {
  position: relative;
  overflow: visible;
  box-shadow:
    0 0 0 1px var(--tone-rgba-117-73-27-0-38),
    0 0 0 4px var(--tone-rgba-154-98-34-0-2),
    0 14px 28px var(--tone-rgba-58-38-14-0-26);
}

body[data-page="products"] .products-selector-chip.is-active,
body[data-page="products"] .products-selector-chip:hover {
  box-shadow:
    0 0 0 1px var(--tone-rgba-117-73-27-0-55),
    0 0 0 5px var(--tone-rgba-154-98-34-0-32),
    0 20px 34px var(--tone-rgba-58-38-14-0-34);
}

body[data-page="products"] .product-bottom button {
  position: relative;
  overflow: hidden;
}

body[data-page="products"] .product-bottom button::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -38%;
  width: 32%;
  height: 320%;
  background: linear-gradient(90deg, var(--tone-rgba-255-255-255-0), var(--tone-rgba-255-255-255-0-55), var(--tone-rgba-255-255-255-0));
  transform: rotate(22deg);
  transition: left 0.45s ease;
}

body[data-page="products"] .product-bottom button:hover::after {
  left: 125%;
}

/* Homepage: consistent alternating section backgrounds */
body[data-page="home"] {
  --home-light-surface: var(--tone-f8f8f4);
  --home-green-surface: var(--surface-hekaton-green);
  background: var(--tone-eef5da);
}

body[data-page="home"] .quote-strip,
body[data-page="home"] .vision-section,
body[data-page="home"] #elaiolado-preview,
body[data-page="home"] .hk-numbers,
body[data-page="home"] .featured-section {
  background: var(--home-light-surface) !important;
  background-image: none !important;
}

body[data-page="home"] #sxetika,
body[data-page="home"] .quality-section.editorial-section:not(#elaiolado-preview):not(.flegra-section):not(.certifications-section),
body[data-page="home"] .certifications-section,
body[data-page="home"] .flegra-section,
body[data-page="home"] .contact-section {
  background: var(--home-green-surface) !important;
}

body[data-page="home"] #sxetika .section-kicker,
body[data-page="home"] .quality-section.editorial-section:not(#elaiolado-preview):not(.flegra-section):not(.certifications-section) .section-kicker,
body[data-page="home"] .certifications-section .section-kicker,
body[data-page="home"] .flegra-section .section-kicker,
body[data-page="home"] #sxetika h2,
body[data-page="home"] .quality-section.editorial-section:not(#elaiolado-preview):not(.flegra-section):not(.certifications-section) h2,
body[data-page="home"] .certifications-section h2,
body[data-page="home"] .flegra-section h2 {
  color: var(--color-white) !important;
}

body[data-page="home"] #sxetika p,
body[data-page="home"] .quality-section.editorial-section:not(#elaiolado-preview):not(.flegra-section):not(.certifications-section) p,
body[data-page="home"] .certifications-section p,
body[data-page="home"] .flegra-section p,
body[data-page="home"] .flegra-section li,
body[data-page="home"] .certifications-section .cert-highlights span {
  color: var(--color-text)111 !important;
}

body[data-page="home"] .certifications-section .cert-badge {
  color: var(--color-white);
  border-color: var(--tone-rgba-255-255-255-0-6);
  background: var(--tone-rgba-17-24-39-0-18);
}

body[data-page="home"] .quote-strip,
body[data-page="home"] .certifications-section,
body[data-page="home"] .flegra-section,
body[data-page="home"] .hk-numbers {
  border-top: 1px solid var(--tone-rgba-17-24-39-0-08);
  border-bottom: 1px solid var(--tone-rgba-17-24-39-0-08);
}

/* Homepage playful pass (below hero only) */
body[data-page="home"] #sxetika,
body[data-page="home"] .vision-section,
body[data-page="home"] .quality-section.editorial-section,
body[data-page="home"] .certifications-section,
body[data-page="home"] .flegra-section,
body[data-page="home"] .featured-section,
body[data-page="home"] .contact-section,
body[data-page="home"] .quote-strip,
body[data-page="home"] .hk-numbers {
  position: relative;
  isolation: isolate;
}

body[data-page="home"] #sxetika::after,
body[data-page="home"] .vision-section::after,
body[data-page="home"] .quality-section.editorial-section::after,
body[data-page="home"] .certifications-section::after,
body[data-page="home"] .flegra-section::after,
body[data-page="home"] .featured-section::after,
body[data-page="home"] .contact-section::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 24px;
  width: clamp(110px, 12vw, 160px);
  height: clamp(110px, 12vw, 160px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(248, 247, 236, 0.6) 0%, rgba(248, 247, 236, 0) 72%);
  pointer-events: none;
  z-index: 0;
}

body[data-page="home"] #sxetika .container,
body[data-page="home"] .vision-section .container,
body[data-page="home"] .quality-section.editorial-section .container,
body[data-page="home"] .certifications-section .container,
body[data-page="home"] .flegra-section .container,
body[data-page="home"] .featured-section .container,
body[data-page="home"] .contact-section .container {
  position: relative;
  z-index: 1;
}

body[data-page="home"] #sxetika .section-kicker,
body[data-page="home"] .vision-section .section-kicker,
body[data-page="home"] .quality-section.editorial-section .section-kicker,
body[data-page="home"] .certifications-section .section-kicker,
body[data-page="home"] .flegra-section .section-kicker,
body[data-page="home"] .featured-section .section-kicker {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: var(--tone-f8f8f4);
  color: #111 !important;
  border: 2px solid #111;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.18);
  letter-spacing: 0.08em;
  transform: rotate(-1.5deg);
}

body[data-page="home"] .vision-section .section-kicker,
body[data-page="home"] #elaiolado-preview .section-kicker,
body[data-page="home"] .flegra-section .section-kicker {
  transform: rotate(1.5deg);
}

body[data-page="home"] .editorial-visual {
  position: relative;
  transform: rotate(-1.2deg);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

body[data-page="home"] .editorial-split.reverse .editorial-visual {
  transform: rotate(1.2deg);
}

body[data-page="home"] .editorial-visual:hover {
  transform: rotate(0deg) translateY(-4px);
}

body[data-page="home"] .editorial-visual img {
  border: 3px solid #111;
  box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.16);
}

body[data-page="home"] #sxetika .editorial-facts div {
  border: 2px solid #111;
  background: rgba(248, 248, 244, 0.84);
  padding: 14px 12px;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
}

body[data-page="home"] #sxetika .editorial-facts div:nth-child(2) {
  transform: translateY(-4px);
}

body[data-page="home"] #sxetika .editorial-facts div:nth-child(3) {
  transform: translateY(3px);
}

body[data-page="home"] .cert-highlights span {
  border: 2px solid #111;
  border-left-width: 5px;
  box-shadow: 5px 5px 0 rgba(17, 17, 17, 0.12);
}

body[data-page="home"] .cert-highlights span:nth-child(2) {
  transform: translateX(6px);
}

body[data-page="home"] .cert-highlights span:nth-child(3) {
  transform: translateX(-4px);
}

body[data-page="home"] .hk-numbers-grid {
  gap: 14px;
}

body[data-page="home"] .hk-number-item {
  background: rgba(248, 248, 244, 0.88);
  border: 2px solid #111;
  border-right: 2px solid #111;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.12);
  padding: 20px 14px;
}

body[data-page="home"] .hk-number-item:nth-child(odd) {
  transform: rotate(-1deg);
}

body[data-page="home"] .hk-number-item:nth-child(even) {
  transform: rotate(1deg);
}

body[data-page="home"] .contact-card-editorial {
  border: 3px solid #111;
  box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

/* Homepage playful pass 2: typography + hierarchy (below hero only) */
body[data-page="home"] #sxetika,
body[data-page="home"] .vision-section,
body[data-page="home"] .quality-section.editorial-section,
body[data-page="home"] .certifications-section,
body[data-page="home"] .flegra-section,
body[data-page="home"] .featured-section,
body[data-page="home"] .contact-section {
  padding-top: clamp(96px, 10vw, 132px);
  padding-bottom: clamp(96px, 10vw, 132px);
}

body[data-page="home"] .quote-strip-shell {
  padding: clamp(26px, 4vw, 42px) 0;
}

body[data-page="home"] #sxetika h2,
body[data-page="home"] .vision-section h2,
body[data-page="home"] .quality-section.editorial-section h2,
body[data-page="home"] .certifications-section h2,
body[data-page="home"] .flegra-section h2,
body[data-page="home"] .featured-section h2,
body[data-page="home"] .contact-section h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;
  font-family: var(--font-heading);
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

body[data-page="home"] #sxetika h2::after,
body[data-page="home"] .vision-section h2::after,
body[data-page="home"] .quality-section.editorial-section h2::after,
body[data-page="home"] .certifications-section h2::after,
body[data-page="home"] .flegra-section h2::after,
body[data-page="home"] .featured-section h2::after,
body[data-page="home"] .contact-section h3::after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: -10px;
  width: clamp(70px, 14vw, 140px);
  height: 6px;
  background: linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.25) 100%);
}

body[data-page="home"] #sxetika .editorial-copy p,
body[data-page="home"] .vision-section .editorial-copy p,
body[data-page="home"] .quality-section.editorial-section .editorial-copy p,
body[data-page="home"] .certifications-section .editorial-copy p,
body[data-page="home"] .flegra-section .editorial-copy p,
body[data-page="home"] .contact-section .contact-card p {
  max-width: 72ch;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.9;
  letter-spacing: 0.002em;
}

body[data-page="home"] .quote-strip p {
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.22;
  letter-spacing: -0.01em;
}

body[data-page="home"] #sxetika .section-kicker,
body[data-page="home"] .vision-section .section-kicker,
body[data-page="home"] .quality-section.editorial-section .section-kicker,
body[data-page="home"] .certifications-section .section-kicker,
body[data-page="home"] .flegra-section .section-kicker,
body[data-page="home"] .featured-section .section-kicker {
  margin-bottom: 16px;
  font-size: 12px;
  letter-spacing: 0.12em;
}

body[data-page="home"] .section-header.center {
  margin-bottom: clamp(30px, 6vw, 56px);
}

body[data-page="home"] .contact-card-editorial h3 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.04;
}

body[data-page="home"] .contact-faq h4 {
  font-size: clamp(20px, 2.5vw, 30px);
  line-height: 1.2;
}

body[data-page="home"] .contact-faq li {
  font-size: 16px;
  line-height: 1.7;
}

/* Homepage playful pass 3: comic stickers + hand-drawn doodles (below hero only) */
body[data-page="home"] {
  --playful-ink: #111;
  --playful-olive-green: var(--surface-hekaton-green);
}

body[data-page="home"] #sxetika .section-kicker,
body[data-page="home"] .vision-section .section-kicker,
body[data-page="home"] .quality-section.editorial-section .section-kicker,
body[data-page="home"] .certifications-section .section-kicker,
body[data-page="home"] .flegra-section .section-kicker,
body[data-page="home"] .featured-section .section-kicker {
  background: var(--playful-olive-green);
  color: #fff !important;
  border-color: #fff;
}

body[data-page="home"] #sxetika h2::before,
body[data-page="home"] .vision-section h2::before,
body[data-page="home"] .quality-section.editorial-section h2::before,
body[data-page="home"] .certifications-section h2::before,
body[data-page="home"] .flegra-section h2::before,
body[data-page="home"] .featured-section h2::before,
body[data-page="home"] .contact-section h3::before {
  content: "🫒";
  position: absolute;
  top: -22px;
  left: -6px;
  font-size: 16px;
  line-height: 1;
}

body[data-page="home"] #sxetika .btn-outline.hero-outline-btn,
body[data-page="home"] .cert-btn,
body[data-page="home"] .contact-section .btn-primary {
  border: 2px solid var(--playful-ink);
  border-radius: 14px;
  box-shadow: 4px 4px 0 var(--playful-ink);
}

body[data-page="home"] #sxetika .btn-outline.hero-outline-btn:hover,
body[data-page="home"] .cert-btn:hover,
body[data-page="home"] .contact-section .btn-primary:hover {
  transform: translate(-1px, -2px);
  box-shadow: 6px 6px 0 var(--playful-ink);
}

@media (max-width: 900px) {
  body[data-page="home"] .hk-number-item,
  body[data-page="home"] #featured-product-grid .featured-card,
  body[data-page="home"] #featured-product-grid .product-card-featured,
  body[data-page="home"] .editorial-visual {
    transform: none !important;
  }

  body[data-page="home"] #sxetika,
  body[data-page="home"] .vision-section,
  body[data-page="home"] .quality-section.editorial-section,
  body[data-page="home"] .certifications-section,
  body[data-page="home"] .flegra-section,
  body[data-page="home"] .featured-section,
  body[data-page="home"] .contact-section {
    padding-top: 78px;
    padding-bottom: 78px;
  }

  body[data-page="home"] #sxetika h2,
  body[data-page="home"] .vision-section h2,
  body[data-page="home"] .quality-section.editorial-section h2,
  body[data-page="home"] .certifications-section h2,
  body[data-page="home"] .flegra-section h2,
  body[data-page="home"] .featured-section h2,
  body[data-page="home"] .contact-section h3 {
    margin-bottom: 20px;
  }

  body[data-page="home"] #sxetika h2::before,
  body[data-page="home"] .vision-section h2::before,
  body[data-page="home"] .quality-section.editorial-section h2::before,
  body[data-page="home"] .certifications-section h2::before,
  body[data-page="home"] .flegra-section h2::before,
  body[data-page="home"] .featured-section h2::before,
  body[data-page="home"] .contact-section h3::before {
    top: -18px;
    left: -2px;
    font-size: 15px;
  }

}

@media (max-width: 900px) {
  body[data-page="products"] .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body[data-page="products"] .products-section .container {
    width: min(100%, calc(100% - 24px));
  }

  body[data-page="products"] .product-grid {
    grid-template-columns: 1fr;
  }
}

/* Extra-safe responsive rules for mobile browsers that render wider desktop viewport */
@media (max-width: 1100px) {
  html,
  body {
    overflow-x: hidden;
  }

  .nav-bar {
    min-height: 72px;
    flex-wrap: wrap;
    padding: 10px 0;
  }

  nav {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }

  nav a {
    font-size: 12px;
  }

  .homepage-footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .homepage-footer-logo-wrap {
    justify-content: flex-start;
  }

  .homepage-footer-newsletter-row {
    flex-direction: column;
    gap: 10px;
  }

  .homepage-footer-newsletter-row input,
  .homepage-footer-newsletter-row button {
    width: 100%;
  }

  .homepage-footer-bottom {
    padding: 18px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .homepage-footer-top p,
  .homepage-footer-top a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .homepage-footer-newsletter-consent {
    display: block !important;
    line-height: 1.55;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .homepage-footer-newsletter-consent input[type="checkbox"] {
    margin: 0 8px 0 0 !important;
    vertical-align: middle;
  }
}


.pd-related {
  margin-top: 84px;
}

.pd-related-title {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--tone-rgba-22-35-63-0-12);
  color: var(--tone-202020);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.96;
  font-weight: 300;
}

.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid var(--tone-rgba-22-35-63-0-12);
  border-top: 1px solid var(--tone-rgba-22-35-63-0-12);
}

.pd-related-grid .related-card {
  min-height: 320px;
  background: var(--tone-f8f5ef);
}

.pd-related-grid .related-card-link {
  padding: 30px 22px;
}

.pd-related-grid .related-card img {
  max-width: 170px;
  max-height: 220px;
}

.orders-page {
  padding: 130px 0 90px;
  background: var(--cream);
}

.orders-list {
  display: grid;
  gap: 18px;
}

.order-card,
.admin-list-card {
  background: var(--color-white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 42px var(--tone-rgba-0-0-0-0-08);
}

.order-card-top,
.admin-order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.order-status {
  background: var(--tone-rgba-212-175-55-0-16);
  color: var(--olive);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.order-products-list {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.order-products-list span {
  background: var(--tone-f7f5f0);
  border-radius: 14px;
  padding: 10px 12px;
}

.empty-state {
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px;
  text-align: center;
  color: var(--olive);
  font-weight: 600;
}

.admin-body {
  background: var(--tone-f7f5f0);
}

.admin-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
}

.admin-sidebar {
  background: var(--tone-1f3a2d);
  color: var(--color-white);
  padding: 32px 24px;
  display: grid;
  align-content: start;
  gap: 24px;
  position: sticky;
  top: 0;
  min-height: 100vh;
}

.admin-sidebar .brand {
  color: var(--color-white);
}

.admin-nav {
  display: grid;
  gap: 10px;
}

.admin-nav-item {
  border: 1px solid var(--tone-rgba-255-255-255-0-12);
  background: transparent;
  color: var(--color-white);
  text-align: left;
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
  cursor: pointer;
}

.admin-nav-item.active,
.admin-nav-item:hover {
  background: var(--tone-d4af37);
  color: var(--tone-1f3a2d);
}

.admin-main {
  padding: 34px;
  display: grid;
  gap: 24px;
}

.admin-section {
  display: grid;
  gap: 22px;
}

.admin-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.stats-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.stat-card,
.admin-card {
  background: var(--color-white);
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 16px 42px var(--tone-rgba-0-0-0-0-07);
}

.stat-card span {
  display: block;
  color: var(--tone-6b6b6b);
  margin-bottom: 12px;
}

.stat-card strong {
  font-size: 2rem;
  color: var(--olive);
}

.admin-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
}

.admin-form,
.media-grid,
.admin-list {
  display: grid;
  gap: 16px;
}

.admin-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.inline-actions {
  align-items: center;
}

.media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-card h3 {
  text-transform: capitalize;
  margin-top: 0;
}

.media-current a {
  color: var(--olive);
  font-weight: 700;
}

.admin-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.compact p,
.admin-list-card p {
  margin: 8px 0;
}



.contact-faq {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--tone-rgba-17-24-39-0-12);
}

.contact-faq h4 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-text)827;
}

.contact-faq ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.contact-faq li {
  margin: 0;
  color: var(--tone-4b5563);
  line-height: 1.6;
  font-size: 14px;
}
