/* Zivi Herbals — public site styles (no build step). Mobile-first. */
:root {
  --forest: #1b4d2b;
  --green: #2e7d32;
  --green-600: #256b2a;
  --leaf: #7cb342;
  --mint: #eef5ea;
  --mint-2: #f5f9f1;
  --beige: #f7f2e8;
  --cream: #fffdf8;
  --ink: #1d2a1f;
  --muted: #5c6a5f;
  --line: #e3eadf;
  --red: #e2262c;
  --gold: #f5b301;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 6px 24px rgba(27, 77, 43, .08);
  --shadow-lg: 0 16px 48px rgba(27, 77, 43, .14);
  --serif: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --wrap: 1240px;
}
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { overflow-x: clip; }
body { margin: 0; font-family: var(--sans); font-size: 16px; line-height: 1.65; color: var(--ink); background: #fff; }
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--forest); }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--forest); line-height: 1.25; margin: 0 0 .6em; font-weight: 700; }
h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.2rem; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--leaf); outline-offset: 2px; border-radius: 4px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: var(--forest); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 100; }
.skip-link:focus { left: 8px; color: #fff; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 18px; }
.icon { width: 1.25em; height: 1.25em; flex: none; }
.muted { color: var(--muted); }
.center { text-align: center; }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: .5em; white-space: nowrap; padding: .8em 1.4em; border-radius: 10px; font-weight: 600; font-size: .95rem;
  border: 2px solid transparent; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .15s; line-height: 1.2; font-family: var(--sans); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #fff; }
.btn-primary:hover { background: var(--forest); color: #fff; }
.btn-outline { border-color: var(--forest); color: var(--forest); background: #fff; }
.btn-outline:hover { background: var(--forest); color: #fff; }
.btn-light { background: #fff; color: var(--forest); }
.btn-leaf { background: var(--leaf); color: #fff; }
.btn-leaf:hover { background: #689f38; color: #fff; }
.btn-wa { background: #25d366; color: #fff; }
.btn-wa:hover { background: #1ebe57; color: #fff; }
.btn-sm { padding: .5em .9em; font-size: .85rem; }
.btn-block { width: 100%; justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: .35em; font-weight: 600; font-size: .92rem; }
.link-arrow .icon { width: 1em; height: 1em; transition: transform .2s; }
.link-arrow:hover .icon { transform: translateX(3px); }

/* Staging bar */
.staging-bar { background: #fff3cd; color: #6b4e00; text-align: center; font-size: .82rem; padding: 6px 12px; border-bottom: 1px solid #f0d98c; }

/* Top bar */
.topbar { background: var(--forest); color: #e7f1e4; font-size: .83rem; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 38px; flex-wrap: wrap; }
.topbar a { color: #e7f1e4; display: inline-flex; align-items: center; gap: 6px; }
.topbar a:hover { color: #fff; }
.topbar .icon { width: 15px; height: 15px; }
.topbar-left, .topbar-right { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
@media (max-width: 760px) { .topbar-hide-sm { display: none !important; } .topbar .wrap { justify-content: center; } }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.brand img { height: 46px; width: auto; }
.nav { margin-left: auto; }
.nav > ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; align-items: center; }
.nav li { position: relative; }
.nav a, .nav button.nav-toggle-sub { display: flex; align-items: center; gap: 4px; padding: 10px 9px; white-space: nowrap; color: var(--ink); font-size: .88rem; font-weight: 500; border-radius: 8px; background: none; border: 0; cursor: pointer; font-family: inherit; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--green); background: var(--mint-2); }
.nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--green); }
.nav .icon { width: 14px; height: 14px; }
.nav-row { display: flex; align-items: center; }
.nav .nav-row > a { padding-right: 2px; }
.nav button.nav-toggle-sub { padding: 10px 6px 10px 2px; }
.nav ul ul { list-style: none; margin: 0; padding: 8px; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s; }
.nav ul ul ul { top: 0; left: 100%; }
.nav li:hover > ul, .nav li:focus-within > ul, .nav li.open > ul { opacity: 1; visibility: visible; transform: none; }
.nav ul ul a { padding: 9px 12px; font-size: .88rem; }
.header-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.nav + .header-actions { margin-left: 0; }
@media (max-width: 1180px) { .nav + .header-actions { margin-left: auto; } }
.icon-btn { width: 42px; height: 42px; display: inline-grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: var(--forest); cursor: pointer; }
.icon-btn:hover { background: var(--mint); }
.menu-toggle { display: none; }
.search-panel { display: none; border-top: 1px solid var(--line); background: #fff; }
.search-panel.open { display: block; }
.search-panel form { display: flex; gap: 10px; padding: 14px 0; }
.search-panel input { flex: 1; }
@media (max-width: 1180px) {
  .menu-toggle { display: inline-grid; }
  .nav { position: fixed; inset: 0 0 0 auto; width: min(360px, 88vw); background: #fff; box-shadow: var(--shadow-lg); padding: 80px 18px 24px;
    overflow-y: auto; margin: 0; z-index: 60; display: none; }
  .nav.open { display: block; animation: slidein .22s ease; }
  @keyframes slidein { from { transform: translateX(40px); opacity: .4 } to { transform: none; opacity: 1 } }
  .nav > ul { flex-direction: column; align-items: stretch; }
  .nav ul ul { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 0 14px; display: none; min-width: 0; }
  .nav li.open > ul { display: block; }
  .nav a { padding: 12px; font-size: 1rem; width: 100%; }
  .nav .nav-row > a { flex: 1; }
  .nav button.nav-toggle-sub { width: 48px; height: 44px; justify-content: center; padding: 0; }
  .nav li.open > .nav-row .nav-toggle-sub .icon { transform: rotate(180deg); }
  .nav-close { position: absolute; top: 18px; right: 18px; }
  .header-cta { display: none !important; }
  .brand img { height: 40px; }
}
@media (min-width: 1181px) { .nav-close { display: none; } }
.nav-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.35); z-index: 55; }
body.nav-open .site-header { z-index: 65; backdrop-filter: none; }
.nav-backdrop.open { display: block; }

/* Sections */
.section { padding: 64px 0; }
.section-sm { padding: 40px 0; }
.section-mint { background: var(--mint-2); }
.section-beige { background: var(--beige); }
.eyebrow { display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: .5em; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 28px; flex-wrap: wrap; }
.section-head h2 { margin: 0; }
.lead { font-size: 1.08rem; color: var(--muted); max-width: 720px; }

/* Hero */
.hero { position: relative; background: linear-gradient(120deg, #f4f9ef 0%, #fbfaf3 55%, #eef5e6 100%); overflow: hidden; }
.hero-slides { position: relative; }
.hero-slide { display: none; }
.hero-slide.active { display: block; animation: fade .6s ease; }
@keyframes fade { from { opacity: .3 } to { opacity: 1 } }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 32px; align-items: center; min-height: 480px; padding-top: 48px; padding-bottom: 48px; }
.hero h1 { font-size: clamp(2rem, 4.6vw, 3.2rem); margin-bottom: .35em; }
.hero h1 small { display: block; font-family: var(--sans); font-size: .5em; letter-spacing: .06em; text-transform: uppercase; color: var(--green); font-weight: 600; margin-bottom: .35em; }
.hero p.lead { font-size: 1.15rem; color: #3b4a3e; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0 28px; }
.hero-badge { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: #33443a; max-width: 180px; line-height: 1.35; }
.hero-badge .ic { width: 42px; height: 42px; border-radius: 50%; background: var(--forest); color: #fff; display: grid; place-items: center; flex: none; }
.hero-badge .ic .icon { width: 20px; height: 20px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media img { width: 100%; max-height: 460px; object-fit: contain; }
.hero-dots { position: absolute; left: 50%; bottom: 16px; transform: translateX(-50%); display: flex; gap: 8px; }
.hero-dots button { width: 10px; height: 10px; border-radius: 50%; border: 0; background: #c5d8bd; cursor: pointer; padding: 0; }
.hero-dots button.active { background: var(--green); width: 26px; border-radius: 6px; }
.hero-side { position: absolute; right: 0; top: 0; bottom: 0; width: 112px; background: rgba(255,255,255,.7); display: flex; flex-direction: column; justify-content: center; gap: 22px; align-items: center; border-left: 1px solid var(--line); }
.hero-side div { text-align: center; font-size: .72rem; color: var(--muted); max-width: 90px; }
.hero-side .ic { width: 44px; height: 44px; border: 1.5px solid var(--green); border-radius: 50%; display: grid; place-items: center; margin: 0 auto 6px; color: var(--green); }
@media (min-width: 1081px) { .hero.has-side .hero-grid { padding-right: 120px; } }
@media (max-width: 1080px) { .hero-side { display: none; } }
@media (max-width: 860px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 28px; padding-bottom: 52px; text-align: left; gap: 18px; }
  .hero-media { order: -1; max-width: 420px; margin: 0 auto; }
}

/* USP bar */
.usp-bar { border-bottom: 1px solid var(--line); background: #fff; }
.usp-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 0; list-style: none; margin: 0; padding: 0; }
.usp-list li { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 12px; font-weight: 600; font-size: .9rem; color: var(--forest); border-right: 1px solid var(--line); }
.usp-list li:last-child { border-right: 0; }
.usp-list .icon { width: 26px; height: 26px; color: var(--green); }
@media (max-width: 600px) { .usp-list { grid-template-columns: 1fr 1fr; } .usp-list li { border-bottom: 1px solid var(--line); justify-content: flex-start; } }

/* About */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 28px; } }
.about-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: var(--mint); min-height: 300px; display: grid; place-items: center; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-quote { position: absolute; right: 18px; bottom: 18px; background: rgba(255,255,255,.92); padding: 14px 18px; border-radius: 12px; font-family: var(--serif); color: var(--forest); font-size: 1.1rem; line-height: 1.3; max-width: 60%; }
.points { display: flex; flex-wrap: wrap; gap: 18px; margin: 18px 0 26px; }
.point { display: flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 500; }
.point .ic { width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--leaf); color: var(--green); display: grid; place-items: center; }

/* Category cards */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: 14px; }
.cat-card { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 22px 12px; border-radius: var(--radius); background: var(--mint); text-align: center;
  color: var(--ink); font-weight: 600; font-size: .9rem; border: 1px solid transparent; transition: .2s; min-height: 170px; justify-content: center; }
.cat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line); color: var(--forest); }
.cat-card img { width: 84px; height: 84px; object-fit: contain; }
.cat-card .icon { width: 58px; height: 58px; color: var(--green); stroke-width: 1.4; }

/* Product cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; }
.product-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.product-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-card .media { aspect-ratio: 1/1; background: var(--mint-2); display: grid; place-items: center; padding: 14px; }
.product-card .media img { width: 100%; height: 100%; object-fit: contain; }
.product-card .body { padding: 16px; text-align: center; flex: 1; display: flex; flex-direction: column; }
.product-card h3 { font-family: var(--sans); font-size: 1.02rem; font-weight: 700; color: var(--ink); margin: 0 0 4px; }
.product-card h3 a { color: inherit; }
.product-card .cat { font-size: .82rem; color: var(--muted); margin-bottom: 12px; }
.product-card .actions { margin-top: auto; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.slider { position: relative; }
.slider-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 12px; scrollbar-width: thin; }
.slider-track > * { scroll-snap-align: start; }
@media (min-width: 1100px) { .slider-track { grid-auto-columns: calc((100% - 80px) / 5); } }
.slider-btn { position: absolute; top: 40%; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); display: grid; place-items: center; cursor: pointer; z-index: 2; color: var(--forest); }
.slider-btn.prev { left: -14px; } .slider-btn.next { right: -14px; }
@media (max-width: 700px) { .slider-btn { display: none; } }

/* Why choose / features */
.why { position: relative; overflow: hidden; }
.why-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px 18px; }
.feature { display: flex; gap: 12px; align-items: flex-start; }
.feature .ic { width: 48px; height: 48px; flex: none; border-radius: 12px; background: var(--forest); color: #fff; display: grid; place-items: center; }
.feature strong { display: block; font-size: .95rem; color: var(--ink); }
.feature span { font-size: .85rem; color: var(--muted); }
.why-art { border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(160deg, #e7f1de, #f8f5ea); min-height: 320px; position: relative; display: grid; place-items: center; }
.why-art .script { font-family: var(--serif); font-style: italic; font-size: 1.8rem; color: var(--forest); padding: 28px; line-height: 1.3; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr; } .feature-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .feature-grid { grid-template-columns: 1fr; } }

/* Franchise CTA */
.franchise { background: linear-gradient(110deg, #1b4d2b 0%, #2e7d32 60%, #4d9a3a 100%); color: #eaf5e5; position: relative; overflow: hidden; }
.franchise h2, .franchise .eyebrow { color: #fff; }
.franchise .eyebrow { color: #c5e1a5; }
.franchise-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; }
.benefit-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.benefit-list li { display: flex; gap: 12px; align-items: center; background: rgba(255,255,255,.1); border-radius: 12px; padding: 12px 14px; }
.benefit-list .ic { width: 38px; height: 38px; border-radius: 10px; background: #fff; color: var(--green); display: grid; place-items: center; flex: none; }
@media (max-width: 860px) { .franchise-grid { grid-template-columns: 1fr; } }

/* Manufacturing */
.check-list { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list .icon { color: #fff; background: var(--green); border-radius: 50%; padding: 3px; width: 22px; height: 22px; margin-top: 2px; }
.media-rounded { border-radius: var(--radius-lg); overflow: hidden; }
.media-rounded img { width: 100%; height: 100%; object-fit: cover; }
.cert-badge { display: inline-flex; align-items: center; gap: 10px; padding: 10px 14px; border: 2px solid var(--green); border-radius: 999px; font-weight: 700; color: var(--forest); }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.stat { display: flex; align-items: center; gap: 14px; padding: 18px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat .ic { width: 56px; height: 56px; border-radius: 50%; border: 1.5px solid var(--green); color: var(--green); display: grid; place-items: center; flex: none; }
.stat strong { display: block; font-family: var(--serif); font-size: 1.8rem; color: var(--forest); line-height: 1.1; }
.stat span { color: var(--muted); font-size: .9rem; }
@media (max-width: 700px) { .stat { border-right: 0; border-bottom: 1px solid var(--line); } }

/* Testimonials */
.testi-wrap { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; }
.testi { display: none; gap: 20px; align-items: flex-start; }
.testi.active { display: flex; }
.testi img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; flex: none; }
.testi blockquote { margin: 0 0 10px; font-size: 1.05rem; color: #34453a; font-style: italic; }
.testi .who strong { display: block; color: var(--forest); }
.stars { color: var(--gold); display: flex; gap: 2px; margin-top: 4px; }
.stars .icon { width: 16px; height: 16px; fill: currentColor; }
@media (max-width: 860px) { .testi-wrap { grid-template-columns: 1fr; } }

/* Videos */
.video-card { border-radius: var(--radius); overflow: hidden; background: #000; position: relative; aspect-ratio: 16/9; }
.video-card button { all: unset; cursor: pointer; position: absolute; inset: 0; display: grid; place-items: center; }
.video-card img { width: 100%; height: 100%; object-fit: cover; opacity: .9; }
.video-card .play { position: absolute; width: 68px; height: 68px; border-radius: 50%; background: rgba(255,0,0,.9); display: grid; place-items: center; color: #fff; }
.video-card .play .icon { width: 28px; height: 28px; fill: #fff; margin-left: 4px; }
.video-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-title { font-weight: 600; margin: 10px 0 0; font-size: .95rem; }

/* Blog cards */
.post-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: .2s; }
.post-card:hover { box-shadow: var(--shadow-lg); }
.post-card .media { aspect-ratio: 16/9; background: var(--mint); overflow: hidden; }
.post-card .media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .media img { transform: scale(1.04); }
.post-card .body { padding: 18px; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: .8rem; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 6px; }
.post-card h3 { font-family: var(--sans); font-size: 1.05rem; font-weight: 700; margin: 0 0 8px; line-height: 1.4; }
.post-card h3 a { color: var(--ink); }
.post-card h3 a:hover { color: var(--green); }
.post-card p { font-size: .9rem; color: var(--muted); }
.post-card .link-arrow { margin-top: auto; }

/* Newsletter band */
.newsletter-band { background: var(--beige); border-radius: var(--radius-lg); padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: center; }
@media (max-width: 760px) { .newsletter-band { grid-template-columns: 1fr; padding: 24px; } }

/* Forms */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
@media (max-width: 560px) { .form-grid { grid-template-columns: 1fr; } }
label { font-size: .86rem; font-weight: 600; color: #34453a; display: block; margin-bottom: 5px; }
input[type=text], input[type=email], input[type=tel], input[type=search], select, textarea {
  width: 100%; padding: .75em .9em; border: 1px solid #cfdcc8; border-radius: 10px; font: inherit; font-size: .95rem; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { border-color: var(--green); outline: none; box-shadow: 0 0 0 3px rgba(46,125,50,.15); }
textarea { min-height: 110px; resize: vertical; }
.check { display: flex; gap: 8px; align-items: flex-start; font-weight: 400; font-size: .83rem; color: var(--muted); }
.check input { margin-top: 4px; accent-color: var(--green); }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.alert { padding: 12px 16px; border-radius: 10px; margin-bottom: 16px; font-size: .92rem; }
.alert-success { background: #e8f5e9; color: #1b5e20; border: 1px solid #c8e6c9; }
.alert-error { background: #fdecea; color: #8a1c14; border: 1px solid #f5c6c1; }
.field-error { color: #b3261e; font-size: .8rem; margin-top: 4px; }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: 14px; }

/* Page header */
.page-hero { background: linear-gradient(120deg, #f1f7ec, #fbf8ef); padding: 38px 0 34px; border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 6px 0 8px; }
.page-hero p { color: var(--muted); max-width: 760px; margin: 0; }
.breadcrumbs { font-size: .82rem; color: var(--muted); }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; margin: 0; }
.breadcrumbs li + li::before { content: "›"; margin-right: 6px; color: #9aa89c; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--green); }

/* Article / prose */
.layout-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 40px; align-items: start; }
@media (max-width: 1000px) { .layout-sidebar { grid-template-columns: 1fr; } }
.prose { font-size: 1.04rem; color: #26352a; }
.prose h2 { margin-top: 1.6em; font-size: 1.6rem; }
.prose h3 { margin-top: 1.4em; font-size: 1.25rem; }
.prose img { border-radius: 12px; margin: 1.2em auto; height: auto; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.1em; }
.prose li { margin-bottom: .35em; }
.prose blockquote { margin: 1.4em 0; padding: 14px 20px; border-left: 4px solid var(--leaf); background: var(--mint-2); border-radius: 0 12px 12px 0; }
.prose table { width: 100%; border-collapse: collapse; margin: 1.2em 0; font-size: .95rem; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 9px 12px; text-align: left; }
.prose th { background: var(--mint); }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 12px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; font-size: .88rem; color: var(--muted); margin: 0 0 20px; }
.article-meta > span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta .icon { width: 16px; height: 16px; }
.article-cover { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 26px; }
.article-cover img { width: 100%; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.tag-list a { display: inline-block; padding: 5px 11px; border-radius: 999px; background: var(--mint); color: var(--forest); font-size: .8rem; }
.tag-list a:hover { background: var(--green); color: #fff; }

/* Sidebar */
.sidebar { display: grid; gap: 22px; position: sticky; top: 96px; }
@media (max-width: 1000px) { .sidebar { position: static; } }
.widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.widget h3 { font-size: 1.05rem; margin-bottom: 12px; }
.widget ul { list-style: none; padding: 0; margin: 0; }
.widget-cats li a { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--line); color: var(--ink); font-size: .92rem; }
.widget-cats li:last-child a { border-bottom: 0; }
.widget-cats li a:hover { color: var(--green); }
.recent li { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.recent img { width: 68px; height: 52px; object-fit: cover; border-radius: 8px; flex: none; background: var(--mint); }
.recent a { color: var(--ink); font-size: .9rem; font-weight: 600; line-height: 1.35; }
.recent small { color: var(--muted); font-size: .78rem; display: block; }
.widget-cta { background: linear-gradient(140deg, var(--forest), var(--green)); color: #e8f5e1; border: 0; }
.widget-cta h3 { color: #fff; }
.widget-wa { background: #effbf3; border-color: #cdeed7; }

/* Product detail */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 860px) { .product-detail { grid-template-columns: 1fr; } }
.gallery-main { background: var(--mint-2); border-radius: var(--radius-lg); aspect-ratio: 1/1; display: grid; place-items: center; padding: 24px; border: 1px solid var(--line); }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.gallery-thumbs button { width: 72px; height: 72px; border: 2px solid var(--line); border-radius: 10px; padding: 4px; background: #fff; cursor: pointer; }
.gallery-thumbs button.active { border-color: var(--green); }
.gallery-thumbs img { width: 100%; height: 100%; object-fit: contain; }
.spec { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .94rem; }
.spec th, .spec td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line); vertical-align: top; }
.spec th { width: 36%; color: var(--muted); font-weight: 600; }
.pill { display: inline-block; padding: 4px 12px; background: var(--mint); color: var(--forest); border-radius: 999px; font-size: .8rem; font-weight: 600; }
.notice { background: #fff8e6; border: 1px solid #f3dfa4; color: #6b5412; padding: 12px 14px; border-radius: 10px; font-size: .85rem; }

/* Filters */
.chip-list { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip { padding: 7px 14px; border-radius: 999px; border: 1px solid var(--line); color: var(--ink); font-size: .86rem; background: #fff; }
.chip:hover, .chip.active { background: var(--green); color: #fff; border-color: var(--green); }

/* FAQ */
.faq details { border: 1px solid var(--line); border-radius: 12px; padding: 0 18px; margin-bottom: 10px; background: #fff; }
.faq summary { cursor: pointer; padding: 16px 0; font-weight: 600; color: var(--forest); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 1.4rem; line-height: 1; color: var(--green); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding-bottom: 16px; color: #34453a; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; counter-reset: s; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: relative; }
.step::before { counter-increment: s; content: counter(s); position: absolute; top: -14px; left: 18px; width: 30px; height: 30px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; font-weight: 700; font-size: .9rem; }
.step h3 { font-family: var(--sans); font-size: 1rem; margin-top: 6px; }

/* Contact */
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; }
.contact-card .ic { width: 44px; height: 44px; border-radius: 12px; background: var(--mint); color: var(--green); display: grid; place-items: center; flex: none; }
.map-embed { border: 0; width: 100%; height: 360px; border-radius: var(--radius-lg); margin-top: 30px; }

/* Pagination */
.pagination { display: flex; gap: 6px; justify-content: center; list-style: none; padding: 0; margin: 36px 0 0; flex-wrap: wrap; }
.pagination a, .pagination span { display: inline-grid; place-items: center; min-width: 40px; height: 40px; padding: 0 10px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); font-size: .9rem; }
.pagination .active span { background: var(--green); color: #fff; border-color: var(--green); }
.pagination .disabled span { opacity: .45; }

/* Footer */
.site-footer { background: #133a20; color: #cfe0cc; font-size: .9rem; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1.1fr 1.2fr; gap: 32px; padding: 56px 18px 36px; }
.site-footer h3 { color: #fff; font-family: var(--sans); font-size: 1rem; margin-bottom: 14px; }
.site-footer a { color: #cfe0cc; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer ul a::before { content: "›"; margin-right: 6px; color: var(--leaf); }
.footer-logo { height: 56px; width: auto; color: #fff; margin-bottom: 14px; }
.footer-logo-img { background: #fff; padding: 8px 12px; border-radius: 10px; height: 60px; width: auto; margin-bottom: 14px; }
.social { display: flex; gap: 8px; margin-top: 16px; }
.social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); display: grid; place-items: center; }
.social a:hover { background: var(--leaf); }
.social .icon { width: 17px; height: 17px; }
.contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.contact-list .icon { color: var(--leaf); margin-top: 3px; width: 17px; height: 17px; }
.footer-news input { background: #fff; margin-bottom: 10px; }
.site-footer .contact-list a::before { content: none; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom .wrap { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 16px; padding-bottom: 16px; font-size: .82rem; }
.footer-bottom nav { display: flex; gap: 16px; flex-wrap: wrap; }
.visitor-counter { display: inline-flex; gap: 6px; align-items: center; background: rgba(255,255,255,.08); padding: 4px 10px; border-radius: 999px; }
@media (max-width: 1000px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }

/* Floating WhatsApp + consent + modal */
.wa-float { position: fixed; right: 18px; bottom: 18px; width: 56px; height: 56px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 8px 24px rgba(0,0,0,.2); z-index: 40; }
.wa-float:hover { color: #fff; transform: scale(1.05); }
.wa-float .icon { width: 28px; height: 28px; }
.consent { position: fixed; left: 16px; right: 16px; bottom: 16px; max-width: 560px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-lg); border-radius: 14px; padding: 16px 18px; z-index: 70; font-size: .88rem; display: none; }
.consent.show { display: block; }
.consent .row { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.modal { position: fixed; inset: 0; background: rgba(12,30,17,.55); display: none; place-items: center; z-index: 80; padding: 16px; }
.modal.open { display: grid; }
.modal-box { background: #fff; border-radius: var(--radius-lg); width: min(560px, 100%); max-height: 92vh; overflow-y: auto; padding: 26px; position: relative; }
.modal-close { position: absolute; top: 12px; right: 12px; }

/* Under construction */
.uc { min-height: 100vh; display: grid; place-items: center; text-align: center; padding: 40px 18px; background: linear-gradient(140deg, #eef5ea, #fbf8ef); background-size: cover; background-position: center; }
.uc-box { background: rgba(255,255,255,.94); padding: 40px 32px; border-radius: 24px; max-width: 620px; box-shadow: var(--shadow-lg); }
.uc-box img { margin: 0 auto 20px; height: 60px; width: auto; }

/* Utilities */
.mt-0 { margin-top: 0 } .mt-2 { margin-top: 16px } .mt-3 { margin-top: 24px } .mt-4 { margin-top: 36px } .mb-0 { margin-bottom: 0 } .mb-3 { margin-bottom: 24px }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 860px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; }
.card .ic { width: 48px; height: 48px; border-radius: 12px; background: var(--mint); color: var(--green); display: grid; place-items: center; margin-bottom: 12px; }
.card h3 { font-family: var(--sans); font-size: 1.05rem; }
.empty { padding: 40px; text-align: center; color: var(--muted); background: var(--mint-2); border-radius: var(--radius); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
@media print { .site-header, .site-footer, .topbar, .wa-float, .consent, .sidebar { display: none !important; } }

/* ------------------------------------------------------------------
   Product card actions, mobile 2-up grid, sticky action bar, captcha
   ------------------------------------------------------------------ */
.product-card .actions { align-items: center; gap: 6px; }
.product-card .card-link { flex-basis: 100%; font-size: .82rem; color: var(--muted); text-decoration: underline; }
.wa-mini { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #25d366; color: #fff; flex: 0 0 auto; }
.wa-mini:hover { color: #fff; filter: brightness(.95); }
.wa-mini .icon { width: 19px; height: 19px; }

.captcha-field input { max-width: 160px; }

/* Left "Product list" tab (desktop) */
.side-tab { position: fixed; left: 0; top: 50%; transform: translateY(-50%); z-index: 39; background: var(--forest, #1b4d2b); color: #fff;
  padding: 14px 8px; border-radius: 0 10px 10px 0; writing-mode: vertical-rl; font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  display: flex; align-items: center; gap: 8px; box-shadow: var(--shadow); }
.side-tab:hover { color: #fff; background: #143b21; }
.side-tab .icon { width: 18px; height: 18px; }

/* Sticky action bar (mobile) */
.action-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: none; background: var(--forest, #1b4d2b);
  box-shadow: 0 -4px 16px rgba(0,0,0,.18); }
.action-bar a, .action-bar button { flex: 1; background: none; border: 0; color: #fff; font: inherit; font-size: .72rem; font-weight: 600;
  padding: 9px 4px calc(9px + env(safe-area-inset-bottom)); display: grid; justify-items: center; gap: 3px; cursor: pointer; }
.action-bar a:hover, .action-bar button:hover { color: #fff; background: rgba(255,255,255,.08); }
.action-bar .icon { width: 21px; height: 21px; }
.action-bar .wa .icon { color: #8ff0ad; }

@media (max-width: 767px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .product-card .body { padding: 10px 8px 12px; }
  .product-card h3 { font-size: .9rem; line-height: 1.25; }
  .product-card .cat { font-size: .74rem; margin-bottom: 8px; }
  .product-card .actions { gap: 6px; }
  .product-card .btn-sm { padding: 6px 10px; font-size: .78rem; }
  .action-bar { display: flex; }
  .side-tab { display: none; }
  .wa-float { bottom: 76px; width: 48px; height: 48px; }
  .wa-float .icon { width: 24px; height: 24px; }
  body { padding-bottom: 62px; }
}

/* ------------------------------------------------------------------
   Announcement bar · price table · download box · button polish
   ------------------------------------------------------------------ */
.announce { color: #fff; font-size: .84rem; }
.announce .wrap { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 7px 0; }
.announce p { margin: 0; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.announce .icon { width: 17px; height: 17px; flex: 0 0 auto; }
.announce a { color: #fff; text-decoration: underline; }
.announce-cta { display: inline-flex; align-items: center; gap: 4px; text-decoration: none; background: rgba(255,255,255,.16);
  padding: 3px 10px; border-radius: 999px; font-weight: 600; }
.announce-cta .icon { width: 14px; height: 14px; }
.announce-social { display: flex; gap: 10px; flex: 0 0 auto; }
.announce-social .icon { width: 16px; height: 16px; }
.topbar .linkish { background: none; border: 0; color: inherit; font: inherit; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; padding: 0; }
.topbar .linkish:hover { text-decoration: underline; }

/* Listing layout switch */
.list-toggle { display: flex; gap: 8px; margin: 0 0 16px; }
.list-toggle .chip { display: inline-flex; align-items: center; gap: 6px; }
.list-toggle .icon { width: 16px; height: 16px; }

/* Price table */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 860px; }
.price-table th { text-align: left; background: var(--mint-2, #f3f8f2); color: var(--forest, #1b4d2b); font-size: .78rem;
  letter-spacing: .04em; text-transform: uppercase; padding: 12px 14px; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 1; }
.price-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover { background: #fafcf9; }
.price-table .c-num { width: 48px; color: var(--muted); }
.price-table .c-name { width: 24%; }
.price-table .c-name a { font-weight: 700; color: var(--ink); }
.price-table .c-name a:hover { color: var(--green); }
.price-table .ind { font-size: .8rem; color: var(--muted); margin-top: 3px; }
.price-table .c-comp { color: var(--muted); font-size: .82rem; max-width: 420px; }
.price-table .clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.price-table .c-pack { white-space: nowrap; }
.price-table .c-mrp { white-space: nowrap; font-weight: 700; color: var(--forest, #1b4d2b); }
.price-table .row-actions { display: flex; align-items: center; gap: 8px; }
.price-table .card-link { font-size: .8rem; color: var(--muted); text-decoration: underline; white-space: nowrap; }

/* Download box on the thank-you page */
.download-box { border: 1px solid var(--line); background: var(--mint-2, #f3f8f2); border-radius: var(--radius);
  padding: 20px; margin: 0 0 22px; display: grid; gap: 10px; justify-items: center; }
.download-box p { margin: 0; }
.btn-lg { padding: 13px 22px; font-size: 1rem; }

@media (max-width: 767px) {
  .announce .wrap { flex-direction: column; gap: 6px; text-align: center; padding: 8px 0; }
  .topbar-right { display: none; }   /* social lives in the announcement bar + footer, price list in the bottom bar */
  .announce p { justify-content: center; }
  .price-table { min-width: 720px; font-size: .84rem; }
  .table-wrap { border-radius: 10px; }
  .list-toggle { justify-content: center; }
}

/* ------------------------------------------------------------------
   Product card v2 (image · name · composition · pack · actions)
   ------------------------------------------------------------------ */
.product-card { border-radius: 16px; box-shadow: 0 1px 2px rgba(16,32,20,.05); }
.product-card .media { position: relative; aspect-ratio: 4/3; background: linear-gradient(160deg, #f4faf3, #eef6ef); padding: 10px; }
.product-card .media .tag { position: absolute; top: 10px; left: 10px; background: #fff; color: var(--forest, #1b4d2b);
  font-size: .68rem; font-weight: 700; letter-spacing: .03em; padding: 4px 10px; border-radius: 999px; box-shadow: 0 1px 4px rgba(0,0,0,.08); z-index: 1; }
.product-card .body { padding: 14px; text-align: left; gap: 0; }
.product-card h3 { font-size: 1rem; line-height: 1.3; margin: 0 0 6px; }
.product-card .comp { font-size: .82rem; line-height: 1.45; color: var(--muted); margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card .meta { display: flex; flex-wrap: wrap; gap: 4px 12px; font-size: .82rem; color: var(--muted); margin-bottom: 10px; }
.product-card .meta .mrp { font-weight: 700; color: var(--forest, #1b4d2b); }
.product-card .details-link { display: inline-flex; align-items: center; gap: 5px; font-size: .86rem; font-weight: 600;
  color: var(--forest, #1b4d2b); margin-bottom: 12px; }
.product-card .details-link .icon { width: 15px; height: 15px; }
.product-card .details-link:hover { text-decoration: underline; }
.product-card .actions { margin-top: auto; display: grid; gap: 8px; }
.btn-query, .btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%;
  border: 0; border-radius: 10px; padding: 11px 14px; font-size: .9rem; font-weight: 600; cursor: pointer; }
.btn-query { background: var(--forest, #1b4d2b); color: #fff; }
.btn-query:hover { background: #143b21; color: #fff; }
.btn-whatsapp { background: #2fc25f; color: #fff; }
.btn-whatsapp:hover { background: #24ab51; color: #fff; }
.btn-query .icon, .btn-whatsapp .icon { width: 17px; height: 17px; }

/* Smaller, tighter enquiry popup */
.modal { padding: 12px; }
.modal-box { width: min(440px, 100%); padding: 20px 20px 18px; border-radius: 16px; }
.modal-box h2 { font-size: 1.15rem !important; line-height: 1.3; margin: 0 6px 4px 0; }
.modal-box .muted { margin-bottom: 12px; }
.modal-box label { font-size: .82rem; }
.modal-box input, .modal-box textarea { padding: 9px 11px; font-size: .92rem; }
.modal-box textarea { min-height: 62px; }
.modal-box .check span { font-size: .8rem; line-height: 1.4; }
.modal-box .btn-block { padding: 11px 16px; }
.modal-box form > div { gap: 9px 10px !important; grid-template-columns: 1fr 1fr; }
.modal-box form > div > .full, .modal-box form > div > div:has(textarea) { grid-column: 1 / -1; }
.modal-box textarea { rows: 2; }
.modal-box .captcha-field input { max-width: 120px; }
.modal-close { top: 8px; right: 8px; }

@media (max-width: 767px) {
  .product-card .body { padding: 11px; }
  .product-card h3 { font-size: .92rem; }
  .product-card .comp { font-size: .76rem; }
  .product-card .meta { font-size: .76rem; margin-bottom: 8px; }
  .btn-query, .btn-whatsapp { padding: 9px 10px; font-size: .82rem; gap: 6px; }
  .btn-query .icon, .btn-whatsapp .icon { width: 15px; height: 15px; }
  .modal-box { padding: 14px 14px 12px; max-height: 86vh; }
  .modal-box h2 { font-size: 1.02rem !important; }
  .modal-box input, .modal-box textarea { padding: 8px 10px; font-size: .88rem; }
  .modal-box textarea { min-height: 52px; }
  .modal-box label { font-size: .76rem; margin-bottom: 2px; }
}

/* Illustrations inside long-form page content */
.prose figure { margin: 26px 0; }
.prose figure img { width: 100%; height: auto; border-radius: 14px; border: 1px solid var(--line); background: #f6faf6; display: block; }
.prose figcaption { margin-top: 8px; font-size: .85rem; color: var(--muted); text-align: center; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.2em; }
