/* ==========================================================================
   Shiv Shakti Herbal — main stylesheet
   Palette: emerald + gold on ivory. Fonts: Cormorant Garamond / Manrope.
   ========================================================================== */

:root {
  --green-900: #072A20;
  --green-800: #0B3D2E;
  --green-700: #14553F;
  --green-500: #2F7A55;
  --green-100: #DCE9DF;
  --gold-600: #B8891F;
  --gold-500: #D4A93A;
  --gold-300: #EBD08A;
  --gold-100: #F7EED3;
  --ivory: #F7F3EA;
  --ivory-2: #EFE9DA;
  --sand: #E4DCC8;
  --ink: #1B1F1C;
  --ink-2: #4A524D;
  --ink-3: #626963;
  --line: rgba(11, 61, 46, 0.14);
  --turmeric: #D97A1E;
  --white: #FFFFFF;

  --font-display: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --t-fast: 180ms;
  --t-med: 320ms;
  --t-slow: 640ms;

  --container: 1240px;
  --gutter: clamp(20px, 4vw, 48px);
  --section: clamp(72px, 10vw, 140px);

  --shadow-sm: 0 1px 2px rgba(11, 61, 46, 0.06), 0 4px 12px rgba(11, 61, 46, 0.06);
  --shadow-md: 0 8px 30px rgba(11, 61, 46, 0.10);
  --shadow-lg: 0 24px 60px rgba(7, 42, 32, 0.18);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--ivory);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); font-weight: 600; line-height: 1.05; letter-spacing: -0.01em; color: var(--green-900); text-wrap: balance; }
p, li { text-wrap: pretty; }
.stat .val, .hero-badge .num, table.catalogue td, .spec-table td { font-variant-numeric: tabular-nums lining-nums; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--gold-300); color: var(--green-900); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 1000; background: var(--green-800); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

/* ---------- Type scale ---------- */
.display-1 { font-size: clamp(2.9rem, 7.2vw, 6.4rem); line-height: 0.98; letter-spacing: -0.02em; }
.display-2 { font-size: clamp(2.3rem, 4.6vw, 4.2rem); }
.h2 { font-size: clamp(2rem, 3.6vw, 3.2rem); }
.h3 { font-size: clamp(1.45rem, 2.2vw, 1.9rem); }
.h4 { font-size: 1.25rem; }
.lead { font-size: clamp(1.05rem, 1.35vw, 1.25rem); color: var(--ink-2); line-height: 1.65; max-width: 62ch; }
.small { font-size: 0.875rem; }
.muted { color: var(--ink-2); }
.italic { font-style: italic; font-weight: 500; }
.gold { color: var(--gold-600); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--green-700);
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.eyebrow.center { justify-content: center; }
.eyebrow.center::after { content: ""; width: 28px; height: 2px; background: var(--gold-500); border-radius: 2px; }
.on-dark .eyebrow, .on-dark .eyebrow::before, .on-dark .eyebrow::after { color: var(--gold-300); background-color: transparent; }
.on-dark .eyebrow::before, .on-dark .eyebrow::after { background: var(--gold-500); }

/* ---------- Layout ---------- */
.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.container.narrow { max-width: 860px; }
.section { padding-block: var(--section); position: relative; }
.section.tight { padding-block: calc(var(--section) * 0.6); }
.section-head { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head h2 { margin-top: 16px; }
.section-head .lead { margin-top: 18px; }
.section-head.split { max-width: none; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: end; }
.section-head.split .lead { margin-top: 0; }
@media (max-width: 860px) { .section-head.split { grid-template-columns: 1fr; gap: 16px; } .section-head.split .lead { margin-top: 12px; } }

.grid { display: grid; gap: clamp(18px, 2.4vw, 28px); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1024px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; } }

.bg-dark { background: var(--green-900); color: #E8EFEA; }
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 { color: #fff; }
.bg-dark .lead, .bg-dark .muted { color: rgba(232, 239, 234, 0.72); }
.bg-green { background: var(--green-800); color: #E8EFEA; }
.bg-green h2, .bg-green h3 { color: #fff; }
.bg-ivory-2 { background: var(--ivory-2); }
.bg-white { background: var(--white); }

/* ---------- Buttons ---------- */
.btn {
  --btn-bg: var(--green-800); --btn-fg: #fff; --btn-bd: var(--green-800);
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  min-height: 52px; padding: 0 26px; border-radius: 999px;
  background: var(--btn-bg); color: var(--btn-fg); border: 1.5px solid var(--btn-bd);
  font-weight: 700; font-size: 0.95rem; letter-spacing: 0.01em; white-space: nowrap;
  transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med) var(--ease-out), background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
  overflow: hidden; isolation: isolate;
}
.btn::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: var(--gold-500); border-radius: inherit;
  transform: translateY(102%); transition: transform var(--t-med) var(--ease-out);
}
.btn:hover::before, .btn:focus-visible::before { transform: translateY(0); }
.btn:hover, .btn:focus-visible { color: var(--green-900); border-color: var(--gold-500); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(212, 169, 58, 0.28); }
.btn:active { transform: translateY(0); }
.btn .ico { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,0.14); margin-right: -12px; transition: background var(--t-fast), transform var(--t-med) var(--ease-out); }
.btn:hover .ico { background: rgba(7,42,32,0.12); transform: rotate(45deg); }
.btn .ico svg { width: 16px; height: 16px; }
.btn-gold { --btn-bg: var(--gold-500); --btn-fg: var(--green-900); --btn-bd: var(--gold-500); }
.btn-gold::before { background: var(--green-800); }
.btn-gold:hover, .btn-gold:focus-visible { color: #fff; border-color: var(--green-800); box-shadow: 0 12px 28px rgba(11,61,46,0.28); }
.btn-gold .ico { background: rgba(7,42,32,0.12); }
.btn-gold:hover .ico { background: rgba(255,255,255,0.16); }
.btn-outline { --btn-bg: transparent; --btn-fg: var(--green-800); --btn-bd: var(--green-800); }
.btn-outline .ico { background: rgba(11,61,46,0.08); }
.btn-outline.light { --btn-fg: #fff; --btn-bd: rgba(255,255,255,0.5); }
.btn-outline.light .ico { background: rgba(255,255,255,0.12); }
.btn-outline:hover, .btn-outline:focus-visible { color: var(--green-900); }
.btn-wa { --btn-bg: var(--green-700); --btn-fg: #fff; --btn-bd: var(--green-700); }
.btn-wa::before { background: var(--gold-500); }
.btn-wa:hover, .btn-wa:focus-visible { color: var(--green-900); border-color: var(--gold-500); box-shadow: 0 12px 28px rgba(212,169,58,0.28); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-800); }
.link-arrow svg { width: 18px; height: 18px; transition: transform var(--t-med) var(--ease-out); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ---------- Preloader ---------- */
.preloader { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; background: var(--green-900); transition: opacity 500ms var(--ease-in-out), visibility 500ms; }
.preloader.done { opacity: 0; visibility: hidden; pointer-events: none; }
/* safety net: if scripts fail to run, the overlay removes itself after 3.5 s */
.preloader { animation: preloader-kill 0.4s 3.5s var(--ease-in-out) forwards; }
@keyframes preloader-kill { to { opacity: 0; visibility: hidden; pointer-events: none; } }
.preloader .mark { width: 72px; opacity: 0; animation: mark-in 900ms var(--ease-out) forwards; }
.preloader .bar { width: 120px; height: 2px; margin-top: 22px; background: rgba(255,255,255,0.12); border-radius: 2px; overflow: hidden; }
.preloader .bar i { display: block; height: 100%; width: 40%; background: var(--gold-500); animation: bar-run 1s var(--ease-in-out) infinite; }
@keyframes mark-in { from { opacity: 0; transform: translateY(14px) scale(0.92); } to { opacity: 1; transform: none; } }
@keyframes bar-run { 0% { transform: translateX(-120%); } 100% { transform: translateX(300%); } }

/* ---------- Header ---------- */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 900; padding: 18px 0; transition: padding var(--t-med) var(--ease-out), background var(--t-med), box-shadow var(--t-med), transform var(--t-med) var(--ease-out); }
.header.scrolled { padding: 10px 0; background: rgba(247, 243, 234, 0.82); backdrop-filter: blur(16px) saturate(1.4); -webkit-backdrop-filter: blur(16px) saturate(1.4); box-shadow: 0 1px 0 rgba(11,61,46,0.08); }
.header.hide { transform: translateY(-110%); }
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; }
.brand img { height: 56px; width: auto; display: block; }
.brand .logo-dark { display: none; }
body.menu-open .header .brand .logo-light { display: none; }
body.menu-open .header .brand .logo-dark { display: block; }
.header.scrolled .brand img { height: 46px; }
@media (max-width: 640px) { .brand img { height: 46px; } .header.scrolled .brand img { height: 40px; } }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a { position: relative; padding: 10px 14px; font-weight: 600; font-size: 0.95rem; color: var(--green-900); border-radius: 999px; transition: color var(--t-fast); }
.nav a::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 6px; height: 2px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform var(--t-med) var(--ease-out); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.header-cta .btn { min-height: 46px; padding: 0 20px; }
.burger { display: none; flex-direction: column; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--green-800); color: #fff; }
.burger span { display: block; width: 20px; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--t-med) var(--ease-out), opacity var(--t-fast); }
.burger span + span { margin-top: 5px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 960px) {
  .nav, .header-cta .btn { display: none; }
  .burger { display: flex; }
}

.mobile-menu { position: fixed; inset: 0; z-index: 850; background: var(--green-900); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: 100px var(--gutter) 40px; clip-path: circle(0 at calc(100% - 44px) 44px); visibility: hidden; transition: clip-path 700ms var(--ease-in-out), visibility 0s 700ms; }
.mobile-menu.open { clip-path: circle(150% at calc(100% - 44px) 44px); visibility: visible; transition: clip-path 700ms var(--ease-in-out), visibility 0s; }
.mobile-menu a.item { display: block; font-family: var(--font-display); font-size: clamp(2.2rem, 9vw, 3.4rem); font-weight: 600; padding: 8px 0; color: #fff; opacity: 0; transform: translateY(24px); transition: opacity 500ms var(--ease-out), transform 500ms var(--ease-out); }
.mobile-menu.open a.item { opacity: 1; transform: none; }
.mobile-menu.open a.item:nth-child(1) { transition-delay: 220ms; }
.mobile-menu.open a.item:nth-child(2) { transition-delay: 280ms; }
.mobile-menu.open a.item:nth-child(3) { transition-delay: 340ms; }
.mobile-menu.open a.item:nth-child(4) { transition-delay: 400ms; }
.mobile-menu.open a.item:nth-child(5) { transition-delay: 460ms; }
.mobile-menu .foot { margin-top: auto; padding-top: 30px; border-top: 1px solid rgba(255,255,255,0.14); display: flex; flex-wrap: wrap; gap: 14px; opacity: 0; transition: opacity 500ms 560ms; }
.mobile-menu.open .foot { opacity: 1; }
.mobile-menu .foot a { color: var(--gold-300); font-weight: 600; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: grid; align-items: center; padding-top: 110px; padding-bottom: 60px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero h1 { color: var(--green-900); }
.hero h1 .line { display: block; overflow: hidden; }
.hero h1 .line > span { display: inline-block; will-change: transform; }
.hero h1 em { font-style: italic; font-weight: 500; color: var(--green-700); }
.hero .lead { margin-top: 26px; max-width: 520px; }
.hero .btn-row { margin-top: 36px; }
.hero-trust { margin-top: 44px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--ink-2); font-size: 0.85rem; font-weight: 600; }
.hero-trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust svg { width: 16px; height: 16px; color: var(--gold-600); }

.hero-visual { position: relative; }
.hero-frame { position: relative; aspect-ratio: 4 / 5; border-radius: 260px 260px var(--radius-lg) var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); clip-path: inset(0 0 100% 0 round 260px 260px 28px 28px); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.hero-badge { position: absolute; left: -18px; bottom: 34px; background: var(--white); border-radius: var(--radius); padding: 16px 20px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 14px; max-width: 250px; }
.hero-badge .num { font-family: var(--font-display); font-size: 2.2rem; font-weight: 700; color: var(--green-800); line-height: 1; }
.hero-badge .txt { font-size: 0.82rem; color: var(--ink-2); line-height: 1.35; font-weight: 600; }
.hero-seal { position: absolute; top: 20px; right: -14px; width: 112px; height: 112px; border-radius: 50%; background: var(--green-800); color: var(--gold-300); display: grid; place-items: center; box-shadow: var(--shadow-md); }
.hero-seal svg { width: 100%; height: 100%; animation: spin 24s linear infinite; }
.hero-seal .seal-mark { position: absolute; width: 34px; height: auto; animation: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-leaf { position: absolute; pointer-events: none; color: var(--green-500); opacity: 0.22; will-change: transform; }
.hero-leaf.l1 { width: 120px; top: 10%; left: -3%; }
.hero-leaf.l2 { width: 80px; bottom: 12%; left: 42%; opacity: 0.16; }
.hero-leaf.l3 { width: 60px; top: 18%; right: 38%; color: var(--gold-500); opacity: 0.28; }
.hero-bg { position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(60% 50% at 85% 20%, rgba(212,169,58,0.16), transparent 60%),
  radial-gradient(50% 45% at 10% 90%, rgba(47,122,85,0.14), transparent 60%),
  var(--ivory); }
.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-3); }
.scroll-cue i { width: 1px; height: 44px; background: linear-gradient(var(--gold-500), transparent); animation: cue 1.8s var(--ease-in-out) infinite; transform-origin: top; }
@keyframes cue { 0% { transform: scaleY(0); } 50% { transform: scaleY(1); } 100% { transform: scaleY(0); transform-origin: bottom; } }
@media (max-width: 960px) {
  .hero { min-height: auto; padding-top: 104px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; max-width: 420px; margin-inline: auto; width: 100%; }
  .hero-frame { border-radius: 200px 200px var(--radius) var(--radius); }
  .hero-badge { left: 4px; bottom: 14px; padding: 12px 14px; }
  .hero-badge .num { font-size: 1.7rem; }
  .hero-seal { display: none; }
  .scroll-cue { display: none; }
  .hero-leaf.l2, .hero-leaf.l3 { display: none; }
}

/* Page hero (inner pages) */
.page-hero { position: relative; padding: clamp(150px, 20vw, 220px) 0 clamp(60px, 8vw, 100px); overflow: hidden; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { margin-top: 18px; max-width: 14ch; }
.page-hero .lead { margin-top: 22px; max-width: 620px; }
.page-hero .crumbs { display: flex; gap: 8px; font-size: 0.82rem; color: var(--ink-3); font-weight: 600; }
.page-hero .crumbs a:hover { color: var(--green-700); }
.page-hero.with-image { min-height: 62vh; display: grid; align-items: end; color: #fff; }
.page-hero.with-image h1, .page-hero.with-image .crumbs { color: #fff; }
.page-hero.with-image .lead { color: rgba(255,255,255,0.8); }
.page-hero.with-image .crumbs { color: rgba(255,255,255,0.6); }
.page-hero.with-image .eyebrow { color: var(--gold-300); }
.page-hero .bg { position: absolute; inset: 0; }
.page-hero .bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero .bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,42,32,0.35) 0%, rgba(7,42,32,0.55) 55%, rgba(7,42,32,0.85) 100%); }

/* ---------- Marquee ---------- */
.marquee-band { padding: 26px 0; overflow: hidden; border-block: 1px solid rgba(255,255,255,0.08); }
.marquee { display: flex; gap: 0; width: max-content; animation: marquee 38s linear infinite; }
.marquee:hover { animation-play-state: paused; }
.marquee-track { display: flex; align-items: center; gap: 0; }
.marquee-item { display: inline-flex; align-items: center; gap: 22px; padding: 0 28px; font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; color: rgba(255,255,255,0.86); white-space: nowrap; }
.marquee-item::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); }
.marquee-label { text-align: center; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-300); font-weight: 700; margin-bottom: 18px; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Cards ---------- */
.card { background: var(--white); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 36px); border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform var(--t-slow) var(--ease-out), box-shadow var(--t-slow) var(--ease-out), border-color var(--t-med); position: relative; overflow: hidden; }
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(212,169,58,0.5); }
.card .icon { width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); margin-bottom: 22px; transition: background var(--t-med), color var(--t-med), transform var(--t-slow) var(--ease-out); }
.card:hover .icon { background: var(--green-800); color: var(--gold-300); transform: rotate(-6deg) scale(1.05); }
.card .icon svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.5rem; margin-bottom: 12px; }
.card p { color: var(--ink-2); }
.card .examples { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); font-size: 0.82rem; color: var(--ink-3); font-weight: 600; }
.card .examples b { color: var(--green-700); }
.card .num { position: absolute; top: 20px; right: 24px; font-family: var(--font-display); font-size: 3rem; line-height: 1; color: var(--sand); font-weight: 700; }

/* Product cards */
.product-card { display: flex; flex-direction: column; background: var(--white); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform var(--t-slow) var(--ease-out), box-shadow var(--t-slow) var(--ease-out); }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.product-card .media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory-2); }
.product-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease-out); }
.product-card:hover .media img { transform: scale(1.07); }
.product-card .swatch { position: absolute; left: 16px; top: 16px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 999px; background: rgba(255,255,255,0.88); backdrop-filter: blur(8px); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-900); }
.product-card .swatch i { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 0 0 1px rgba(0,0,0,0.08); }
.product-card .body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card .botanical { font-style: italic; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink-3); }
.product-card h3 { font-size: 1.45rem; }
.product-card .std { font-size: 0.85rem; color: var(--green-700); font-weight: 700; }
.product-card .link-arrow { margin-top: auto; padding-top: 14px; font-size: 0.9rem; }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,0.16); }
.stat .val { font-family: var(--font-display); font-size: clamp(2.6rem, 5vw, 4rem); font-weight: 600; color: var(--gold-300); line-height: 1; }
.stat .val sup { font-size: 0.45em; vertical-align: top; margin-left: 2px; color: var(--gold-500); }
.stat .lbl { margin-top: 10px; font-size: 0.9rem; color: rgba(232,239,234,0.7); font-weight: 600; }
@media (max-width: 860px) { .stats { grid-template-columns: repeat(2, 1fr); } }

/* Why section */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.why-media { position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 4 / 4.6; box-shadow: var(--shadow-lg); }
.why-media img { width: 100%; height: 100%; object-fit: cover; }
.why-media .float { position: absolute; left: 22px; bottom: 22px; right: 22px; background: rgba(7,42,32,0.72); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 18px 20px; color: #fff; display: flex; gap: 14px; align-items: center; }
.why-media .float svg { width: 34px; height: 34px; flex: none; color: var(--gold-300); }
.why-media .float b { display: block; font-family: var(--font-display); font-size: 1.25rem; }
.why-media .float span { font-size: 0.82rem; color: rgba(255,255,255,0.72); }
.why-list { margin-top: 36px; display: grid; gap: 18px; }
.why-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.why-list .dot { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: rgba(212,169,58,0.14); color: var(--gold-300); }
.why-list .dot svg { width: 20px; height: 20px; }
.why-list b { display: block; color: #fff; font-size: 1.05rem; margin-bottom: 2px; }
.why-list span { color: rgba(232,239,234,0.7); font-size: 0.95rem; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr; } .why-media { max-width: 520px; aspect-ratio: 4 / 3.6; } }

/* ---------- Process (sticky) ---------- */
.process { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 100px); align-items: start; }
.process-sticky { position: sticky; top: 110px; }
.process-visual { position: relative; aspect-ratio: 4 / 4.4; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--green-900); }
.process-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.06); transition: opacity 900ms var(--ease-in-out), transform 1.4s var(--ease-out); }
.process-visual img.active { opacity: 1; transform: scale(1); }
.process-visual .counter { position: absolute; left: 24px; top: 24px; font-family: var(--font-display); font-size: 1.1rem; color: #fff; background: rgba(7,42,32,0.55); backdrop-filter: blur(8px); border-radius: 999px; padding: 6px 16px; letter-spacing: 0.1em; }
.process-steps { display: grid; gap: 0; }
.step { position: relative; padding: 34px 0 34px 74px; border-bottom: 1px solid var(--line); opacity: 0.45; transition: opacity var(--t-slow) var(--ease-out); }
.step.active { opacity: 1; }
.step .n { position: absolute; left: 0; top: 30px; width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--green-800); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--green-800); transition: background var(--t-med), color var(--t-med); }
.step.active .n { background: var(--green-800); color: var(--gold-300); }
.step h3 { font-size: 1.6rem; margin-bottom: 10px; }
.step p { color: var(--ink-2); max-width: 46ch; }
.step ul { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.step ul li { font-size: 0.78rem; font-weight: 700; padding: 6px 12px; border-radius: 999px; background: var(--ivory-2); color: var(--green-700); }
@media (max-width: 960px) {
  .process { grid-template-columns: 1fr; }
  .process-sticky { position: relative; top: 0; }
  .process-visual { aspect-ratio: 16 / 10; }
  .step { opacity: 1; }
}

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.split.rev > :first-child { order: 2; }
.split-media { position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 5 / 4; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.tall { aspect-ratio: 4 / 5; }
.split-media .tag { position: absolute; top: 20px; left: 20px; background: var(--gold-500); color: var(--green-900); font-weight: 800; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 8px 14px; border-radius: 999px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-weight: 700; font-size: 0.85rem; color: var(--green-800); transition: transform var(--t-med) var(--ease-out), background var(--t-med), color var(--t-med); }
.chip:hover { transform: translateY(-3px); background: var(--green-800); color: var(--gold-300); }
.chip svg { width: 14px; height: 14px; color: var(--gold-600); }
.chip:hover svg { color: var(--gold-300); }
.on-dark .chip { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.14); color: #fff; }
.checklist { margin-top: 26px; display: grid; gap: 14px; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; color: var(--ink-2); }
.checklist svg { width: 22px; height: 22px; flex: none; color: var(--gold-600); margin-top: 2px; }
.checklist b { color: var(--ink); }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; } .split.rev > :first-child { order: 0; } .split-media { max-width: 560px; } }

/* ---------- Units / features ---------- */
.unit { background: var(--white); border-radius: var(--radius-lg); padding: 30px; border: 1px solid var(--line); position: relative; overflow: hidden; transition: transform var(--t-slow) var(--ease-out), box-shadow var(--t-slow) var(--ease-out); }
.unit:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.unit::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--green-700), var(--gold-500)); transform: scaleX(0); transform-origin: left; transition: transform var(--t-slow) var(--ease-out); }
.unit:hover::before { transform: scaleX(1); }
.unit .pin { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--gold-100); color: var(--gold-600); margin-bottom: 18px; }
.unit .pin svg { width: 22px; height: 22px; }
.unit h3 { font-size: 1.6rem; }
.unit .state { color: var(--ink-3); font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; margin: 4px 0 12px; }
.unit p { color: var(--ink-2); }

.cert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cert { text-align: center; padding: 28px 18px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.14); background: rgba(255,255,255,0.04); transition: background var(--t-med), transform var(--t-med) var(--ease-out); }
.cert:hover { background: rgba(212,169,58,0.1); transform: translateY(-4px); }
.cert .code { font-family: var(--font-display); font-size: 1.7rem; font-weight: 700; color: var(--gold-300); }
.cert .lbl { font-size: 0.8rem; color: rgba(232,239,234,0.7); margin-top: 4px; font-weight: 600; }
.cert svg { width: 30px; height: 30px; margin: 0 auto 12px; color: var(--gold-500); }
@media (max-width: 860px) { .cert-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- Countries ---------- */
.globe-list { display: flex; flex-wrap: wrap; gap: 10px; }
.globe-list li { padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-weight: 600; font-size: 0.9rem; color: var(--green-800); }

/* ---------- Values / timeline ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.value { padding: 34px 26px 34px 0; border-right: 1px solid var(--line); }
.value:last-child { border-right: 0; }
.value + .value { padding-left: 26px; }
.value .k { font-family: var(--font-display); font-size: 2.6rem; color: var(--gold-500); font-weight: 700; line-height: 1; }
.value h3 { font-size: 1.5rem; margin: 14px 0 10px; }
.value p { color: var(--ink-2); }
@media (max-width: 960px) { .values { grid-template-columns: 1fr 1fr; } .value:nth-child(2) { border-right: 0; } .value:nth-child(3) { padding-left: 0; border-top: 1px solid var(--line); } .value:nth-child(4) { border-top: 1px solid var(--line); } }
@media (max-width: 600px) { .values { grid-template-columns: 1fr; } .value { border-right: 0 !important; padding-left: 0 !important; border-top: 1px solid var(--line); } .value:first-child { border-top: 0; } }

.timeline { position: relative; display: grid; gap: 0; }
.timeline::before { content: ""; position: absolute; left: 92px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.tl-item { display: grid; grid-template-columns: 92px 1fr; gap: 0; padding: 26px 0; }
.tl-item .yr { font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; color: var(--gold-600); position: relative; }
.tl-item .yr::after { content: ""; position: absolute; right: -6px; top: 14px; width: 11px; height: 11px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 5px var(--ivory); }
.tl-item .body { padding-left: 40px; }
.tl-item h3 { font-size: 1.5rem; margin-bottom: 6px; }
.tl-item p { color: var(--ink-2); max-width: 60ch; }
@media (max-width: 600px) { .timeline::before { left: 62px; } .tl-item { grid-template-columns: 62px 1fr; } .tl-item .yr { font-size: 1.2rem; } .tl-item .body { padding-left: 26px; } }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-xl); background: var(--green-800); color: #fff; padding: clamp(44px, 6vw, 80px); display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: -40% -20% auto auto; width: 60%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(212,169,58,0.35), transparent 65%); z-index: -1; }
.cta-band h2 { color: #fff; }
.cta-band .lead { color: rgba(255,255,255,0.74); margin-top: 14px; }
.cta-band .btn-row { justify-content: flex-end; }
.cta-band .leaf { position: absolute; right: -30px; bottom: -40px; width: 260px; color: rgba(255,255,255,0.05); z-index: -1; }
@media (max-width: 860px) { .cta-band { grid-template-columns: 1fr; } .cta-band .btn-row { justify-content: flex-start; } }

/* ---------- Footer ---------- */
.footer { background: var(--green-900); color: rgba(232,239,234,0.78); padding: clamp(56px, 7vw, 90px) 0 30px; position: relative; overflow: hidden; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo img { width: 220px; height: auto; display: block; }
.footer p { margin-top: 18px; max-width: 34ch; font-size: 0.95rem; }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; }
.footer ul li + li { margin-top: 10px; }
.footer a:hover { color: var(--gold-300); }
.footer .contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer .contact svg { width: 18px; height: 18px; flex: none; color: var(--gold-500); margin-top: 3px; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: 0.82rem; color: rgba(232,239,234,0.5); }
.footer .big-mark { position: absolute; right: -40px; bottom: -60px; width: 360px; opacity: 0.06; pointer-events: none; }
@media (max-width: 960px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-top { grid-template-columns: 1fr; } }

/* ---------- WhatsApp float ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 800; width: 58px; height: 58px; border-radius: 50%; background: var(--green-800); color: var(--gold-300); display: grid; place-items: center; box-shadow: 0 10px 30px rgba(7,42,32,0.35); border: 1.5px solid rgba(212,169,58,0.5); transition: transform var(--t-med) var(--ease-out), background var(--t-med), color var(--t-med); }
.wa-float:hover { background: var(--gold-500); color: var(--green-900); }
.wa-float:hover { transform: scale(1.08) translateY(-2px); }
.wa-float svg { width: 30px; height: 30px; }
.wa-float::after { content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid rgba(212,169,58,0.55); animation: pulse 2.6s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(0.85); opacity: 1; } 100% { transform: scale(1.35); opacity: 0; } }
@media (max-width: 640px) { .wa-float { width: 50px; height: 50px; right: 14px; bottom: 14px; } .wa-float svg { width: 26px; height: 26px; } }

/* ---------- Products page ---------- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 34px; }
.filter-btn { min-height: 44px; padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); font-weight: 700; font-size: 0.85rem; color: var(--green-800); transition: background var(--t-fast), color var(--t-fast), transform var(--t-med) var(--ease-out); }
.filter-btn:hover { transform: translateY(-2px); }
.filter-btn.active, .filter-btn[aria-pressed="true"] { background: var(--green-800); color: var(--gold-300); border-color: var(--green-800); }
.product-card.is-hidden { display: none; }

.catalogue-tools { display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; margin-bottom: 24px; }
.search { position: relative; }
.search input { width: 100%; min-height: 54px; padding: 0 20px 0 52px; border-radius: 999px; border: 1.5px solid var(--line); background: var(--white); font: inherit; font-size: 1rem; color: var(--ink); transition: border-color var(--t-fast), box-shadow var(--t-fast); }
.search input:focus { outline: none; border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(47,122,85,0.15); }
.search svg { position: absolute; left: 20px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--ink-3); }
.count { font-size: 0.85rem; font-weight: 700; color: var(--ink-3); }
.table-wrap { overflow-x: auto; border-radius: var(--radius-lg); border: 1px solid var(--line); background: var(--white); -webkit-overflow-scrolling: touch; }
table.catalogue { width: 100%; border-collapse: collapse; min-width: 640px; }
table.catalogue th, table.catalogue td { text-align: left; padding: 16px 20px; border-bottom: 1px solid var(--line); vertical-align: top; }
table.catalogue th { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-700); background: var(--ivory-2); position: sticky; top: 0; }
table.catalogue td:nth-child(2) { font-weight: 700; color: var(--green-900); }
table.catalogue td:nth-child(3) { font-style: italic; font-family: var(--font-display); font-size: 1.05rem; color: var(--ink-2); }
table.catalogue td:nth-child(4) { color: var(--ink-2); }
table.catalogue td:last-child { white-space: nowrap; }
table.catalogue tr:hover td { background: var(--gold-100); }
table.catalogue tr.is-hidden { display: none; }
.empty { padding: 40px; text-align: center; color: var(--ink-3); display: none; }
.empty.show { display: block; }
@media (max-width: 640px) { .catalogue-tools { grid-template-columns: 1fr 1fr; } .catalogue-tools .search { grid-column: 1 / -1; } .catalogue-tools .count { text-align: right; } }

/* ---------- Product detail ---------- */
.product-hero { padding-top: clamp(130px, 16vw, 170px); }
.product-hero .split { align-items: start; }
.product-hero .split-media { aspect-ratio: 4 / 5; max-width: 520px; }
.product-hero .swatch-row { display: flex; align-items: center; gap: 12px; margin-top: 22px; color: var(--ink-2); font-size: 0.9rem; }
.product-hero .swatch-row i { width: 28px; height: 28px; border-radius: 50%; border: 3px solid #fff; box-shadow: 0 0 0 1px var(--line); }
.std-list { margin-top: 26px; display: grid; gap: 10px; }
.std-list li { display: flex; gap: 12px; align-items: center; padding: 14px 18px; border-radius: var(--radius-sm); background: var(--white); border: 1px solid var(--line); font-weight: 700; color: var(--green-900); }
.std-list svg { width: 18px; height: 18px; color: var(--gold-600); flex: none; }
.spec-table { width: 100%; border-collapse: collapse; }
.spec-table th, .spec-table td { text-align: left; padding: 14px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec-table th { width: 38%; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; }
.spec-table td { color: var(--ink); font-weight: 500; }
.benefit-list { display: grid; gap: 16px; }
.benefit-list li { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; color: var(--ink-2); }
.benefit-list .k { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--gold-100); color: var(--gold-600); font-family: var(--font-display); font-weight: 700; }
.app-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.app-tags li { padding: 10px 16px; border-radius: 999px; background: var(--green-100); color: var(--green-800); font-weight: 700; font-size: 0.85rem; }
.disclaimer { font-size: 0.8rem; color: var(--ink-3); margin-top: 26px; padding-top: 16px; border-top: 1px dashed var(--line); }
.aside-card { position: sticky; top: 110px; background: var(--green-800); color: #fff; border-radius: var(--radius-lg); padding: 30px; }
.aside-card h3 { color: #fff; font-size: 1.6rem; margin-bottom: 8px; }
.aside-card p { color: rgba(255,255,255,0.72); font-size: 0.95rem; }
.aside-card .btn-row { margin-top: 22px; flex-direction: column; align-items: stretch; }
.aside-card .btn { justify-content: center; }
.aside-card .meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.14); font-size: 0.85rem; color: rgba(255,255,255,0.7); display: grid; gap: 6px; }
.aside-card .meta b { color: var(--gold-300); }
.detail-grid { display: grid; grid-template-columns: 1fr 360px; gap: clamp(36px, 5vw, 70px); align-items: start; }
@media (max-width: 960px) { .detail-grid { grid-template-columns: 1fr; } .aside-card { position: relative; top: 0; } }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.form { display: grid; gap: 18px; background: var(--white); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 40px); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 0.82rem; font-weight: 700; color: var(--green-900); letter-spacing: 0.02em; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border-radius: 12px; border: 1.5px solid var(--line); background: var(--ivory); font: inherit; font-size: 1rem; color: var(--ink); transition: border-color var(--t-fast), box-shadow var(--t-fast), background var(--t-fast); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-700); background: #fff; box-shadow: 0 0 0 4px rgba(47,122,85,0.14); }
.field .hint { font-size: 0.78rem; color: var(--ink-3); }
.field .error { font-size: 0.8rem; color: #B42318; display: none; }
.field.invalid input, .field.invalid textarea { border-color: #B42318; }
.field.invalid .error { display: block; }
.form-status { display: none; padding: 16px 18px; border-radius: 12px; font-weight: 600; }
.form-status.ok { display: block; background: #E6F4EA; color: #1E6B3A; }
.form-status.err { display: block; background: #FDECEA; color: #B42318; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 22px 24px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); align-items: start; transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med); }
.contact-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.contact-card .ic { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); }
.contact-card .ic svg { width: 24px; height: 24px; }
.contact-card h3 { font-size: 1.25rem; margin-bottom: 4px; }
.contact-card p, .contact-card a { color: var(--ink-2); display: block; }
.contact-card a:hover { color: var(--green-700); }
.map { margin-top: 20px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16 / 10; background: var(--ivory-2); }
.map iframe { width: 100%; height: 100%; border: 0; filter: saturate(0.8); }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .form .row { grid-template-columns: 1fr; } }

/* ---------- Reveal (JS enhanced) ---------- */
[data-reveal] { will-change: transform, opacity; }
.no-js [data-reveal] { opacity: 1 !important; transform: none !important; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .marquee { animation: none; }
  .hero-frame { clip-path: none; }
  .hero-frame img { transform: none; }
  .step { opacity: 1; }
}

/* ---------- Print ---------- */
@media print {
  .header, .wa-float, .mobile-menu, .preloader, .scroll-cue, .cta-band { display: none !important; }
  body { background: #fff; }
}

/* ---------- Point of view: manifesto ---------- */
.manifesto { position: relative; }
.manifesto .statement { font-family: var(--font-display); font-size: clamp(1.9rem, 4.2vw, 3.6rem); line-height: 1.12; font-weight: 500; color: var(--green-900); max-width: 22ch; text-wrap: balance; }
.manifesto .statement em { font-style: italic; color: var(--green-700); }
.manifesto .statement strong { font-weight: 700; color: var(--gold-600); }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: clamp(40px, 5vw, 64px); border-top: 1px solid var(--line); }
.principle { padding: 28px 28px 28px 0; border-right: 1px solid var(--line); display: grid; grid-template-columns: 52px 1fr; gap: 14px; align-items: start; }
.principle:last-child { border-right: 0; }
.principle + .principle { padding-left: 28px; }
.principle .k { font-family: var(--font-display); font-size: 2rem; font-weight: 700; color: var(--gold-500); line-height: 1; }
.principle b { display: block; font-size: 1.05rem; color: var(--green-900); margin-bottom: 4px; }
.principle span { color: var(--ink-2); font-size: 0.95rem; }
@media (max-width: 860px) { .principles { grid-template-columns: 1fr; } .principle { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; } .principle:last-child { border-bottom: 0; } }

/* ---------- Imagery: consistent warm grade on photography ---------- */
.split-media img, .why-media img, .process-visual img, .product-card .media img, .hero-frame img, .page-hero .bg img { filter: saturate(0.94) contrast(1.02); }
.product-card .media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,42,32,0) 55%, rgba(7,42,32,0.28) 100%); pointer-events: none; }
.product-card .media .latin { position: absolute; left: 16px; right: 16px; bottom: 14px; font-family: var(--font-display); font-style: italic; font-size: 1.05rem; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,0.35); letter-spacing: 0.01em; }

/* ---------- Mobile: sticky action bar on product pages ---------- */
.action-bar { display: none; }
@media (max-width: 640px) {
  .action-bar { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 790; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(247,243,234,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
  .action-bar .btn { justify-content: center; min-height: 48px; padding: 0 14px; font-size: 0.9rem; }
  .action-bar .btn .ico { display: none; }
  body.has-action-bar { padding-bottom: 76px; }
  body.has-action-bar .wa-float { display: none; }
}

/* ---------- Motion polish ---------- */
.nav a { transition: color var(--t-fast), transform var(--t-med) var(--ease-out); }
.header-cta .btn { transition-property: transform, box-shadow, background, color, border-color; }
.link-arrow { position: relative; }
.link-arrow::after { content: ""; position: absolute; left: 0; right: 26px; bottom: -3px; height: 1.5px; background: var(--gold-500); transform: scaleX(0); transform-origin: left; transition: transform var(--t-med) var(--ease-out); }
.link-arrow:hover::after { transform: scaleX(1); }
.globe-list li, .app-tags li { transition: transform var(--t-med) var(--ease-out), background var(--t-med), color var(--t-med); }
.globe-list li:hover { transform: translateY(-3px); background: var(--green-800); color: var(--gold-300); border-color: var(--green-800); }
.split-media, .why-media { overflow: hidden; }
.split-media img[data-parallax], .why-media img[data-parallax] { height: 116%; margin-top: -8%; }
@media (max-width: 960px) { .split-media img[data-parallax], .why-media img[data-parallax] { height: 100%; margin-top: 0; } }

/* ---------- 06 Motion: word-mask headings and image wipes ---------- */
.w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.w > i { display: inline-block; font-style: inherit; will-change: transform; }
[data-reveal="wipe"] { will-change: clip-path; }

/* ---------- 07 Mobile designed for the phone ---------- */
@media (max-width: 640px) {
  /* featured products become a swipeable rail instead of a very tall stack */
  .hscroll { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px var(--gutter) 18px; margin-inline: calc(-1 * var(--gutter)); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .hscroll::-webkit-scrollbar { display: none; }
  .hscroll > * { flex: 0 0 78%; scroll-snap-align: start; }
  .hscroll .product-card .media { aspect-ratio: 4 / 4.2; }
  .hscroll-hint { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin: -6px 0 14px; }
  .hscroll-hint i { width: 28px; height: 1.5px; background: var(--gold-500); }

  /* catalogue rows become cards with labels, no sideways scrolling */
  .table-wrap { overflow: visible; border: 0; background: transparent; }
  table.catalogue, table.catalogue tbody, table.catalogue tr, table.catalogue td { display: block; min-width: 0; }
  table.catalogue thead { display: none; }
  table.catalogue tr { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 12px; }
  table.catalogue td { padding: 4px 0; border: 0; }
  table.catalogue td::before { content: attr(data-label); display: block; font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); font-weight: 700; margin-bottom: 2px; }
  table.catalogue tr { display: grid; grid-template-columns: 72px 1fr; column-gap: 14px; }
  table.catalogue td.thumb-cell { grid-row: 1 / span 4; padding: 0; }
  table.catalogue td.thumb-cell .thumb { width: 72px; height: 90px; }
  table.catalogue td:nth-child(2) { font-size: 1.05rem; padding-bottom: 8px; }
  table.catalogue td:nth-child(2)::before { display: none; }
  table.catalogue td:last-child { padding-top: 10px; }
  table.catalogue td:last-child::before { display: none; }
  table.catalogue tr:hover td { background: transparent; }

  /* hero: tighter, phone-first rhythm */
  .hero .lead { font-size: 1.05rem; }
  .hero-trust { gap: 8px 18px; }
  .stat .val { font-size: 2.4rem; }
  .cta-band { padding: 34px 24px; border-radius: var(--radius-lg); }
  .cta-band .btn-row .btn { width: 100%; justify-content: center; }
}
@media (min-width: 641px) { .hscroll-hint { display: none; } }

/* ---------- Catalogue thumbnails + lightbox ---------- */
table.catalogue td.thumb-cell { width: 72px; padding: 8px 0 8px 16px; }
.thumb { display: block; width: 56px; height: 70px; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); background: var(--ivory-2); padding: 0; cursor: zoom-in; transition: transform var(--t-med) var(--ease-out), box-shadow var(--t-med); }
.thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.thumb:hover { transform: scale(1.08); box-shadow: var(--shadow-md); }
.thumb:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 2px; }
.lightbox { position: fixed; inset: 0; z-index: 1500; display: grid; place-items: center; padding: 24px; background: rgba(7,42,32,0.86); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); opacity: 0; transition: opacity var(--t-med); }
.lightbox[hidden] { display: none; }
.lightbox.open { opacity: 1; }
.lightbox figure { margin: 0; max-width: min(92vw, 560px); transform: translateY(16px) scale(0.98); transition: transform var(--t-slow) var(--ease-out); }
.lightbox.open figure { transform: none; }
.lightbox img { width: 100%; height: auto; max-height: 78vh; object-fit: contain; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); background: var(--ivory); }
.lightbox figcaption { margin-top: 14px; text-align: center; color: #fff; font-family: var(--font-display); font-size: 1.25rem; }
.lightbox-close { position: absolute; top: 18px; right: 18px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.12); color: #fff; font-size: 30px; line-height: 1; display: grid; place-items: center; transition: background var(--t-fast); }
.lightbox-close:hover { background: var(--gold-500); color: var(--green-900); }

/* ---------- Catalogue gallery view ---------- */
.view-toggle { display: inline-flex; background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 4px; }
.view-btn { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 0 16px; border-radius: 999px; font-weight: 700; font-size: 0.85rem; color: var(--ink-2); transition: background var(--t-fast), color var(--t-fast); }
.view-btn svg { width: 16px; height: 16px; }
.view-btn[aria-pressed="true"] { background: var(--green-800); color: var(--gold-300); }
.table-wrap[hidden], .gallery[hidden] { display: none; }
.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: clamp(14px, 1.6vw, 22px); }
.gcard { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform var(--t-slow) var(--ease-out), box-shadow var(--t-slow) var(--ease-out); }
.gcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.gcard.is-hidden { display: none; }
.gcard-media { display: block; width: 100%; aspect-ratio: 4 / 5; overflow: hidden; background: var(--ivory-2); padding: 0; cursor: zoom-in; }
.gcard-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease-out); }
.gcard:hover .gcard-media img { transform: scale(1.06); }
.gcard-media:focus-visible { outline: 3px solid var(--gold-500); outline-offset: -3px; }
.gcard-body { padding: 14px 16px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.gcard h3 { font-size: 1.15rem; line-height: 1.15; }
.gcard .botanical { font-family: var(--font-display); font-style: italic; font-size: 0.98rem; color: var(--ink-3); }
.gcard .std { font-size: 0.8rem; font-weight: 700; color: var(--green-700); }
.gcard .link-arrow { margin-top: auto; padding-top: 10px; font-size: 0.85rem; }
@media (max-width: 1200px) { .gallery { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 960px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; } .gcard-body { padding: 12px; } .gcard h3 { font-size: 1.02rem; } .gcard .botanical { font-size: 0.9rem; } .gcard .link-arrow { font-size: 0.8rem; } }
