/* =========================================================
   Ohemaa Detergent — storefront styles
   ========================================================= */
:root {
  --green-950: #04260f;
  --green-900: #063d1a;
  --green-800: #0a5424;
  --green-700: #0b6b2e;
  --green-600: #13873b;
  --green-500: #1fa045; /* accent: icons, highlights, large text */
  --action: #15803d;     /* filled buttons & small text on white (5:1) */
  --action-hover: #116b33;
  --green-100: #e3f3e7;
  --green-50: #f2f9f4;
  --blue-600: #1b7fd1;
  --blue-500: #2a9df4;
  --blue-700: #1565c0;
  --blue-100: #e3f2fd;
  --gold-500: #f4b52a;
  --gold-100: #fdf3dc;
  --cream: #f7f4ea;

  --ink: #0f2418;
  --body: #3f5147;
  --muted: #5a6b61;
  --line: #e2ebe5;
  --surface: #ffffff;
  --bg: #ffffff;

  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 2px 8px rgba(6, 61, 26, 0.06);
  --shadow: 0 12px 32px -12px rgba(6, 61, 26, 0.18);
  --shadow-lg: 0 30px 60px -20px rgba(6, 61, 26, 0.28);

  --font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--body);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; } /* width/height attributes reserve space; height follows width */
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.15; margin: 0 0 0.5em; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.125rem; font-weight: 700; }
p { margin: 0 0 1em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.icon { width: 1.1em; height: 1.1em; flex: none; }
.hl { color: var(--green-500); }
.muted { color: var(--muted); }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; border-radius: 6px; }
::selection { background: var(--green-100); color: var(--green-900); }
html { accent-color: var(--action); caret-color: var(--action); scrollbar-color: #b9cfc0 transparent; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #b9cfc0; border-radius: 999px; border: 2px solid #fff; }
::-webkit-scrollbar-thumb:hover { background: var(--green-600); }
a { text-underline-offset: 0.2em; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55em;
  padding: 0.8em 1.4em; border-radius: 999px;
  font-weight: 700; font-size: 0.95rem; line-height: 1;
  transition: transform 0.2s var(--ease), background 0.2s, box-shadow 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--sm { padding: 0.65em 1.15em; font-size: 0.875rem; }
.btn--lg { padding: 1em 1.7em; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--action); color: #fff; box-shadow: 0 8px 18px -8px rgba(4, 38, 15, 0.35); }
.btn--primary:hover { background: var(--action-hover); }
.btn--dark { background: var(--green-900); color: #fff; }
.btn--dark:hover { background: var(--green-800); }
.btn--white { background: #fff; color: var(--green-900); }
.btn--outline { border: 2px solid var(--green-900); color: var(--green-900); padding-block: calc(1em - 2px); }
.btn--outline:hover { background: var(--green-900); color: #fff; }
.btn--ghost-light { color: #fff; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.35); backdrop-filter: blur(6px); }
.btn--ghost-light:hover { background: rgba(255,255,255,0.24); }
.btn--whatsapp { background: #25d366; color: #052e16; }
.btn--whatsapp:hover { background: #20c05c; }
.btn--text { color: var(--muted); padding: 0.8em; }
.btn--text:hover { color: var(--ink); transform: none; }
.play-dot { width: 28px; height: 28px; border-radius: 50%; background: #fff; color: var(--green-700); display: grid; place-items: center; margin: -6px 0 -6px -8px; }
.play-dot svg { width: 13px; height: 13px; margin-left: 2px; }
.play-dot--green { background: var(--action); color: #fff; }

.icon-btn { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: background 0.2s; position: relative; }
.icon-btn:hover { background: var(--green-50); }
.icon-btn svg { width: 22px; height: 22px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 0.45em;
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--green-700); background: var(--green-100);
  padding: 0.45em 0.95em; border-radius: 999px; margin-bottom: 1.1rem;
}
.eyebrow--light { color: #fff; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); }
.eyebrow--gold { color: #8a5b00; background: var(--gold-100); }
.eyebrow .icon { color: var(--gold-500); }

.tag { display: inline-block; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: var(--green-700); background: var(--green-100); padding: 0.35em 0.75em; border-radius: 999px; }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--green-900); color: #d7ebdd; font-size: 0.82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-block: 0.55rem; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 0.5em; }
.topbar__links { display: flex; gap: 1.5rem; }
.topbar a { display: inline-flex; align-items: center; gap: 0.4em; }
.topbar a:hover { color: #fff; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: saturate(1.4) blur(14px); border-bottom: 1px solid transparent; transition: border-color 0.2s, box-shadow 0.2s; }
.header.is-scrolled { border-color: var(--line); box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; gap: 1.5rem; height: 76px; }
.brand { display: flex; align-items: center; gap: 0.6rem; flex: none; }
.brand img { width: 54px; height: auto; }
.brand__text { font-weight: 800; font-size: 1.3rem; color: var(--green-800); line-height: 1; letter-spacing: -0.02em; }
.brand__text small { display: block; font-size: 0.82rem; font-weight: 700; color: inherit; letter-spacing: 0; text-transform: none; margin-top: 2px; }
.brand--light .brand__text { color: #fff; }
.brand--light .brand__text small { color: inherit; }

.nav { display: flex; gap: 0.25rem; margin-inline: auto; }
.nav a { font-weight: 600; font-size: 0.93rem; color: var(--body); padding: 0.55em 0.9em; border-radius: 999px; transition: color 0.2s, background 0.2s; }
.nav a:hover { color: var(--green-700); background: var(--green-50); }
.nav a.is-active { color: var(--green-700); background: var(--green-100); }
.header__actions { display: flex; align-items: center; gap: 0.25rem; }
.header__actions .btn { margin-left: 0.5rem; }
.menu-btn { display: none; }
.cart-count {
  position: absolute; top: 4px; right: 2px; min-width: 19px; height: 19px; padding: 0 5px;
  border-radius: 999px; background: var(--action); color: #fff; font-size: 0.7rem; font-weight: 700;
  display: grid; place-items: center; border: 2px solid #fff; transition: transform 0.3s var(--ease);
}
.cart-count.bump { transform: scale(1.35); }

.searchbar { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows 0.3s var(--ease), visibility 0.3s; }
.searchbar > .container { overflow: hidden; min-height: 0; padding-block: 0; }
.searchbar.is-open { grid-template-rows: 1fr; visibility: visible; }
.searchbar .searchbar__field { margin-bottom: 16px; }
.searchbar__field { display: flex; align-items: center; gap: 0.7rem; background: var(--green-50); border: 1.5px solid var(--line); border-radius: 999px; padding: 0 1.1rem; color: var(--muted); }
.searchbar__field:focus-within { border-color: var(--green-500); background: #fff; }
.searchbar input { flex: 1; border: 0; background: none; font: inherit; color: var(--ink); padding: 0.85rem 0; outline: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    linear-gradient(100deg, rgba(4, 56, 110, 0.82) 0%, rgba(10, 86, 160, 0.5) 42%, rgba(10, 86, 160, 0) 70%),
    url("../assets/img/hero-sky.jpg") center 70% / cover no-repeat;
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; align-items: end; min-height: min(720px, calc(100vh - 110px)); gap: 2rem; }
.hero__copy { padding: 5rem 0 7rem; align-self: center; }
.hero h1 { color: #fff; text-shadow: 0 2px 30px rgba(0,0,0,0.12); letter-spacing: -0.02em; line-height: 1.08; margin-bottom: 0.45em; }
.hero .hl { color: #b8f5c8; }
.hero__lead { font-size: 1.15rem; line-height: 1.6; color: rgba(255,255,255,0.92); max-width: 32rem; margin-bottom: 2rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-bottom: 2.2rem; }
.hero__trust { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0.6rem 1.5rem; font-size: 0.9rem; font-weight: 600; color: rgba(255,255,255,0.92); }
.hero__trust li { display: flex; align-items: center; gap: 0.45em; }
.hero__trust .icon { color: #b8f5c8; }
.hero__visual { position: relative; align-self: end; height: 100%; display: flex; align-items: flex-end; justify-content: center; }
.hero__woman { width: 118%; max-width: 700px; height: auto; margin-bottom: -40px; filter: drop-shadow(0 30px 40px rgba(4, 38, 15, 0.35)); animation: rise 1.1s var(--ease) backwards; }

.float-card {
  position: absolute; z-index: 2; display: flex; align-items: center; gap: 0.75rem;
  background: rgba(255,255,255,0.96); color: var(--ink); border-radius: 16px; padding: 0.7rem 1rem 0.7rem 0.7rem;
  box-shadow: var(--shadow-lg); animation: bob 5s ease-in-out infinite;
}
button.float-card { text-align: left; cursor: pointer; transition: box-shadow 0.25s var(--ease); }
button.float-card:hover { box-shadow: 0 34px 60px -18px rgba(6, 61, 26, 0.45), 0 0 0 2px var(--green-100); }
.float-card small { display: block; }
.float-card strong { display: block; font-size: 0.92rem; line-height: 1.2; }
.float-card small { color: var(--muted); font-size: 0.78rem; }
.float-card__icon { width: 42px; height: 42px; border-radius: 12px; background: var(--green-500); color: #fff; display: grid; place-items: center; }
.float-card__icon svg { width: 22px; height: 22px; }
.float-card img { width: 42px; height: auto; }
.float-card--top { top: 22%; left: -4%; }
.float-card--bottom { top: 34%; right: -4%; animation-delay: -2.5s; }
.float-card--static { position: absolute; bottom: 8%; left: 4%; }

@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rise { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: none; } }


/* ---------- Marquee ---------- */
.marquee { position: relative; z-index: 2; background: var(--green-900); color: #fff; overflow: hidden; padding: 1.15rem 0; }
.marquee__track { display: flex; align-items: center; gap: 2rem; width: max-content; animation: scroll 36s linear infinite; font-weight: 700; font-size: 1.05rem; white-space: nowrap; }
.marquee__sep { width: 22px; height: 22px; color: var(--green-500); flex: none; }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- Sections ---------- */
.section { padding: 6rem 0; }
.section--tight { padding: 3.5rem 0; }
.section--tint { background: linear-gradient(180deg, var(--green-50), #fff); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 2.75rem; }
h1, h2 { text-wrap: balance; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.section-head--left { text-align: left; margin: 0; }

/* Filters */
.filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 2.5rem; }
.filter { padding: 0.65em 1.3em; border-radius: 999px; font-weight: 600; font-size: 0.92rem; border: 1.5px solid var(--line); color: var(--body); background: #fff; transition: all 0.2s; }
.filter:hover { border-color: var(--green-500); color: var(--green-700); }
.filter.is-active { background: var(--green-900); border-color: var(--green-900); color: #fff; }

/* Product cards */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; transition: transform 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s;
  animation: fadeUp 0.5s var(--ease) both;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card__media {
  position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 1.6rem;
  background: radial-gradient(circle at 50% 60%, #fff 0%, var(--green-50) 60%, var(--green-100) 100%);
  cursor: pointer;
}
.card[data-cat="home"] .card__media { background: radial-gradient(circle at 50% 60%, #fff 0%, #eef7fe 60%, var(--blue-100) 100%); }
.card[data-cat="baby"] .card__media { background: radial-gradient(circle at 50% 60%, #fff 0%, #faf8f1 60%, var(--cream) 100%); }
.card[data-cat="hygiene"] .card__media { background: radial-gradient(circle at 50% 60%, #fff 0%, #f3f8ec 60%, #e2f0d4 100%); }
.card[data-cat="gifts"] .card__media { background: radial-gradient(circle at 50% 60%, #fff 0%, #fef9ec 60%, var(--gold-100) 100%); }
.card__media img { position: absolute; inset: 12%; width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(0 14px 18px rgba(6, 61, 26, 0.16)); transition: transform 0.5s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__media .tag { position: absolute; z-index: 1; top: 14px; left: 14px; background: #fff; box-shadow: var(--shadow-sm); }
.card__quick {
  position: absolute; bottom: 12px; left: 50%; transform: translate(-50%, 10px); opacity: 0;
  background: var(--green-900); color: #fff; font-size: 0.8rem; font-weight: 600; padding: 0.5em 1em; border-radius: 999px;
  transition: all 0.3s var(--ease);
}
.card:hover .card__quick { opacity: 1; transform: translate(-50%, 0); }
.card__body { padding: 1.1rem 1.2rem 1.25rem; display: flex; flex-direction: column; flex: 1; }
.card__size { font-size: 0.8rem; color: var(--muted); font-weight: 600; }
.card__title { font-size: 1.02rem; margin: 0.15rem 0 1rem; }
.card__title button { text-align: left; padding: 0; }
.card__title button:hover { color: var(--green-600); }
.card__foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.price { font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.price small { font-size: 0.75rem; font-weight: 700; color: var(--muted); margin-right: 2px; }
.add-btn {
  display: inline-flex; align-items: center; gap: 0.4em; background: var(--action); color: #fff;
  font-weight: 700; font-size: 0.85rem; padding: 0.65em 1em; border-radius: 999px; transition: background 0.2s, transform 0.2s;
}
.add-btn:hover { background: var(--action-hover); transform: scale(1.04); }
.add-btn svg { width: 16px; height: 16px; }
.add-btn.is-added { background: var(--green-900); }
.add-btn--ask { background: #25d366; color: #052e16; }
.add-btn--ask:hover { background: #20c05c; }
.price__calc { display: block; font-size: 0.74rem; font-weight: 600; color: var(--muted); letter-spacing: 0; margin-top: 0.1rem; }
.pm__calc { display: block; font-size: 0.9rem; font-weight: 600; color: var(--muted); margin-top: 0.2rem; }
.price--ask { font-size: 0.85rem; font-weight: 700; color: var(--muted); line-height: 1.2; }
.card--photo .card__media { padding: 0; background: #e9ecea; }
.card--photo .card__media img { inset: 0; width: 100%; height: 100%; object-fit: cover; filter: none; }
.pack-badge { position: absolute; z-index: 1; right: 12px; bottom: 12px; min-width: 44px; padding: 0.3em 0.6em; border-radius: 10px; background: var(--green-900); color: #fff; font-weight: 800; font-size: 0.85rem; text-align: center; box-shadow: 0 6px 14px -6px rgba(4, 38, 15, 0.5); }
.qty[hidden], .tag[hidden] { display: none; }
.empty-state { text-align: center; color: var(--muted); padding: 2rem; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

/* About */
.about { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about__media { position: relative; }
.about__blob { position: absolute; inset: 10% 5% 0; background: linear-gradient(145deg, var(--blue-100), var(--green-100)); border-radius: 44% 56% 48% 52% / 55% 45% 55% 45%; }
.about__media > img { position: relative; width: 100%; }
.badge-card { position: absolute; top: 4%; left: 0; background: #fff; border-radius: 16px; padding: 0.8rem 1rem; box-shadow: var(--shadow); }
.badge-card img { width: 170px; }
.about__copy > p { font-size: 1.05rem; }
.value-grid { display: grid; gap: 1rem; margin: 1.8rem 0 2rem; }
.value { display: flex; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.2rem; }
.value h3 { margin-bottom: 0.2rem; }
.value p { margin: 0; font-size: 0.95rem; color: var(--muted); }
.value__icon { flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--green-100); color: var(--green-600); }
.value__icon--blue { background: var(--blue-100); color: var(--blue-600); }
.value__icon svg { width: 22px; height: 22px; }

/* Core values, trusted by, process, business cards */
.core-values { list-style: none; padding: 0; margin: -0.6rem 0 2rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.core-values li { font-size: 0.85rem; font-weight: 600; color: var(--green-800); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 0.4em 0.9em 0.4em 0.75em; display: inline-flex; align-items: center; gap: 0.4em; }
.core-values li::before { content: ""; width: 0.9em; height: 0.9em; background: var(--action); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m5 12.5 4.5 4.5L19 7.5' fill='none' stroke='%23000' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat; }
.trusted { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.8rem 2rem; margin-top: 1.8rem; color: var(--muted); font-size: 0.9rem; }
.trusted strong { font-size: 1.15rem; color: var(--green-900); letter-spacing: -0.01em; padding: 0.5rem 1.2rem; border: 1px solid var(--line); border-radius: 12px; background: var(--green-50); }
.process { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; counter-reset: p; }
.process li { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem 1.2rem; transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s; }
.process li:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.process li > span { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--green-900); color: #fff; font-weight: 800; font-size: 0.9rem; margin-bottom: 1rem; }
.process li:nth-child(even) > span { background: var(--blue-500); }
.process li:not(:last-child)::after { content: ""; position: absolute; top: 44px; right: -1rem; width: 1rem; height: 2px; background: var(--line); }
.process h3 { margin-bottom: 0.3rem; }
.process p { margin: 0; font-size: 0.9rem; color: var(--muted); }
.biz-grid { display: grid; grid-template-columns: 1.1fr 1fr; grid-template-rows: auto auto; gap: 1.4rem; }
.biz-photo { grid-row: span 2; position: relative; margin: 0; border-radius: var(--radius-lg); overflow: hidden; min-height: 100%; }
.biz-photo img { width: 100%; height: 100%; object-fit: cover; }
.biz-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; background: rgba(4, 38, 15, 0.78); color: #fff; font-size: 0.85rem; font-weight: 600; padding: 0.45em 0.9em; border-radius: 999px; backdrop-filter: blur(4px); }
.biz-card { background: var(--green-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2.2rem; display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 0.9rem; row-gap: 0.2rem; }
.biz-card > p, .biz-card > .btn { grid-column: 1 / -1; justify-self: start; }
.biz-card--blue { background: #f1f8fe; }
.biz-card h3 { margin: 0; }
.biz-card > p { margin-top: 0.8rem; }
.biz-card h3 { font-size: 1.4rem; }
.biz-card p { color: var(--muted); margin-bottom: 1.3rem; }
.biz-card .btn--outline { padding-block: calc(0.8em - 2px); }
.socials { display: flex; gap: 0.6rem; margin-top: 1.2rem; }
.socials a { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,0.08); color: #fff; transition: background 0.2s, transform 0.2s; }
.socials a:hover { background: var(--green-500); transform: translateY(-2px); }
.socials svg { width: 18px; height: 18px; }
.footer__contact small { color: #7f9b88; }
.accordion details a { color: var(--green-600); font-weight: 600; }

/* Process section with lab photo slideshow
   Desktop: slideshow fills the left panel and fades into green; steps sit in a column on the right.
   Tablet/phone: slideshow is a band across the top, fading into green behind the steps. */
.process-section { position: relative; color: #fff; overflow: hidden; background: #04260f; }
.process-section > .container { position: relative; z-index: 2; }
.process-slides { position: absolute; inset: 0 44% 0 0; z-index: 0; overflow: hidden; }
.process-slides::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(4, 38, 15, 0) 62%, rgba(4, 38, 15, 0.7) 86%, #04260f 100%),
    linear-gradient(0deg, rgba(4, 38, 15, 0.55) 0%, rgba(4, 38, 15, 0) 22%);
}
.process-slide {
  position: absolute; inset: 0; background-color: #0a3a1c; background-size: cover; background-repeat: no-repeat;
  background-position: var(--pos, 50%) center;
  opacity: 0; transform: scale(1.06);
  transition: opacity 1.4s var(--ease), transform 7s linear;
}
.process-slide.is-active { opacity: 1; transform: scale(1); }
.process-dots { position: absolute; left: 1.5rem; bottom: 1.5rem; z-index: 3; display: flex; gap: 0.2rem; }
.process-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; }
.process-dot::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.55); transition: width 0.35s var(--ease), background 0.2s; }
.process-dot:hover::before { background: #fff; }
.process-dot.is-active::before { width: 22px; background: #fff; }
.process-section .container > * { max-width: 540px; margin-left: auto; margin-right: 0; }
.process-section .section-head { text-align: left; margin-bottom: 1.8rem; text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35); }
.process-section .section-head h2 { color: #fff; }
#processTitle { transition: opacity 0.3s var(--ease), transform 0.3s var(--ease); }
#processTitle.is-swapping { opacity: 0; transform: translateY(8px); }
.process-section .section-head .hl { color: #b8f5c8; }
.process-section .section-head p { color: rgba(255, 255, 255, 0.85); }
.process-section .process { grid-template-columns: 1fr; gap: 0.7rem; }
.process-section .process li {
  display: grid; grid-template-columns: 40px 1fr; column-gap: 0.9rem; align-items: start; padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.07); border-color: rgba(255, 255, 255, 0.16);
}
.process-section .process li::after { display: none; }
.process-section .process li:hover { background: rgba(255, 255, 255, 0.12); border-color: rgba(255, 255, 255, 0.3); transform: translateX(4px); }
.process-section .process li > span { grid-row: span 2; width: 40px; height: 40px; margin: 0; background: var(--action); }
.process-section .process li:nth-child(even) > span { background: var(--blue-700); }
.process-section .process h3 { color: #fff; margin: 0.1rem 0 0.15rem; }
.process-section .process p { color: rgba(255, 255, 255, 0.8); }

/* Visit us */
.visit { display: grid; grid-template-columns: 1.25fr 1fr; gap: 1.4rem; align-items: stretch; }
.visit__map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); min-height: 460px; background: var(--green-50); box-shadow: var(--shadow); }
.visit__map iframe { width: 100%; height: 100%; min-height: 460px; border: 0; display: block; }
.visit__list { display: grid; gap: 1rem; align-content: start; }
.loc { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.4rem; display: grid; justify-items: start; gap: 0.35rem; }
.loc--main { background: var(--green-50); border-color: var(--green-100); }
.loc h3 { margin: 0.3rem 0 0.1rem; font-size: 1.15rem; }
.loc__badge { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; color: #fff; background: var(--action); padding: 0.3em 0.75em; border-radius: 999px; }
.loc__badge--blue { background: var(--blue-500); }
.loc__badge--gold { background: #c98a09; }
.loc__addr { display: flex; gap: 0.55rem; align-items: flex-start; margin: 0; font-size: 0.93rem; }
.loc__addr .icon { margin-top: 0.25em; color: var(--green-600); }
.loc__addr small { color: var(--muted); }
.loc__addr a { font-weight: 600; color: var(--ink); }
.loc .btn { margin-top: 0.6rem; }
.loc--main { padding: 1.8rem; gap: 0.7rem; }
.loc__actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.loc .btn--outline { padding-block: calc(0.8em - 2px); }
.footer__contact a { text-decoration: none; }

/* Where to buy */
.stockist-tools { display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 720px; margin: 0 auto 2rem; }
.stockist-search { flex: 1; background: #fff; }
.stockist-search input { flex: 1; min-width: 0; border: 0; background: none; font: inherit; color: var(--ink); padding: 0.85rem 0; outline: none; }
.stockist-count { margin: 0; font-size: 0.88rem; font-weight: 600; color: var(--muted); white-space: nowrap; }
.stockist-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.stockist { display: flex; gap: 0.9rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.1rem 1.1rem 1.2rem; transition: border-color 0.2s, box-shadow 0.3s, transform 0.3s var(--ease); animation: fadeUp 0.4s var(--ease) both; }
.stockist:hover { border-color: var(--green-500); box-shadow: var(--shadow); transform: translateY(-3px); }
.stockist__pin { flex: none; width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center; background: var(--green-100); color: var(--green-600); }
.stockist__pin svg { width: 20px; height: 20px; }
.stockist__body { flex: 1; min-width: 0; }
.stockist h3 { font-size: 1rem; margin: 0 0 0.1rem; }
.stockist__area { margin: 0 0 0.5rem; font-size: 0.86rem; color: var(--muted); }
.stockist__phones { margin: 0; display: flex; flex-wrap: wrap; gap: 0.3rem 0.8rem; }
.stockist__phones a { display: inline-flex; align-items: center; gap: 0.35rem; font-size: 0.88rem; font-weight: 700; color: var(--green-700); }
.stockist__phones a:hover { color: var(--green-500); }
.stockist__phones svg { width: 14px; height: 14px; }
.stockist__map { flex: none; align-self: center; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--green-50); color: var(--green-700); transition: background 0.2s, color 0.2s; }
.stockist__map:hover { background: var(--green-500); color: #fff; }
.stockist__map svg { width: 16px; height: 16px; }
#stockistEmpty a { color: var(--green-600); font-weight: 600; }

/* ---------- Category pages (laundry.html, home-care.html, …) ---------- */
.cat-hero { position: relative; overflow: hidden; display: flex; align-items: center; min-height: min(372px, 50vh); background: #063d1a; color: #fff; }
.cat-hero__media { position: absolute; inset: 0; }
.cat-hero__media video, .cat-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.cat-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6, 61, 26, 0.85) 0%, rgba(6, 61, 26, 0.71) 35%, rgba(6, 61, 26, 0.2) 65%, rgba(6, 61, 26, 0) 100%); }
.cat-hero--cutout { background: radial-gradient(circle at 78% 55%, #0f6b32 0%, #063d1a 60%); }
.cat-hero--cutout .cat-hero__media { inset: 0; }
.cat-hero--cutout .cat-hero__media::after { display: none; }
.cat-hero__media .cat-hero__cutout { position: absolute; right: 6%; top: 50%; transform: translateY(-50%); width: auto; height: auto; max-height: 84%; max-width: 44%; object-fit: contain; filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.35)); }
.cat-hero .cat-hero__inner { position: relative; z-index: 1; padding-block: 2.25rem; }
.cat-hero__inner > * { max-width: 36rem; }
.cat-hero h1 { text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3); color: #fff; font-size: clamp(1.9rem, 3.4vw, 2.8rem); margin-bottom: 0.6rem; }
.cat-hero .hl { color: #b8f5c8; }
.cat-hero__lead { text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35); font-size: 1.02rem; color: rgba(255, 255, 255, 0.92); margin-bottom: 0.5rem; }
.cat-hero__meta { text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35); font-weight: 700; color: #b8f5c8; margin-bottom: 1.1rem; }
.cat-hero__meta:empty { display: none; }
.cat-hero__cta { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.crumbs { text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55); display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.85rem; color: rgba(255, 255, 255, 0.92); margin-bottom: 0.7rem; }
.crumbs a:hover { color: #fff; text-decoration: underline; }
.crumbs [aria-current] { color: #fff; font-weight: 600; }

.cat-perks { border-bottom: 1px solid var(--line); background: #fff; }
.cat-perks__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-block: 1.6rem; }
.cat-perk { display: flex; align-items: center; gap: 0.85rem; }
.cat-perk + .cat-perk { border-left: 1px solid var(--line); padding-left: 1.5rem; }
.cat-perk__icon { flex: none; width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--action); }
.cat-perk__icon svg { width: 22px; height: 22px; }
.cat-perk strong { display: block; color: var(--ink); font-size: 0.98rem; line-height: 1.3; }
.cat-perk small { color: var(--muted); font-size: 0.85rem; }

.cat-tips { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: start; }
.cat-tips__head p { color: var(--muted); font-size: 1.05rem; margin-bottom: 1.4rem; }
.cat-tips__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.75rem; }
.cat-tips__list li { display: flex; gap: 0.8rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; }
.cat-tips__list svg { flex: none; width: 22px; height: 22px; padding: 4px; border-radius: 50%; background: var(--green-100); color: var(--action); margin-top: 1px; }

.cat-more__title { font-size: clamp(1.4rem, 2.4vw, 1.8rem); margin-bottom: 1.2rem; }
.cat-more { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.9rem; }
.cat-link { display: flex; align-items: center; gap: 0.7rem; padding: 0.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color 0.2s, box-shadow 0.3s, transform 0.3s var(--ease); }
.cat-link:hover { border-color: var(--green-500); box-shadow: var(--shadow); transform: translateY(-3px); }
.cat-link img { flex: none; width: 46px; height: 52px; object-fit: contain; }
.cat-link span { flex: 1; min-width: 0; }
.cat-link strong { display: block; color: var(--ink); font-size: 0.92rem; line-height: 1.25; }
.cat-link small { color: var(--muted); font-size: 0.78rem; line-height: 1.3; display: block; }
.cat-link .icon { color: var(--action); }

/* Home: link to the full shop under the featured products */
.shop-more { display: flex; justify-content: center; margin-top: 2.2rem; }

/* Contact page */
.contact { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2.5rem; align-items: start; }
.contact__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.contact-card { display: grid; gap: 0.2rem; align-content: start; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color 0.2s, box-shadow 0.3s, transform 0.3s var(--ease); }
.contact-card:hover { border-color: var(--green-500); box-shadow: var(--shadow); transform: translateY(-3px); }
.contact-card__icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--green-100); color: var(--action); margin-bottom: 0.7rem; }
.contact-card__icon--wa { background: #dcf8e7; color: #128c4a; }
.contact-card__icon svg { width: 22px; height: 22px; }
.contact-card strong { color: var(--ink); font-size: 1.05rem; }
.contact-card span:not(.contact-card__icon) { color: var(--ink); font-weight: 600; font-size: 0.95rem; overflow-wrap: anywhere; }
.contact-card small { color: var(--muted); font-size: 0.85rem; }
.contact__form { background: var(--green-50); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; }
.contact__form h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin-bottom: 0.3rem; }
.contact__form > p { color: var(--muted); margin-bottom: 0.4rem; }
.field select { font: inherit; color: var(--ink); border: 1.5px solid var(--line); border-radius: 12px; padding: 0.8rem 1rem; background: #fff; outline: none; }
.field select:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.field.has-error textarea { border-color: #d64545; }

/* Institutions and businesses we supply: a continuously scrolling strip */
.clients__marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.clients__logos { list-style: none; margin: 0; padding: 0.4rem 0; display: flex; gap: 0.75rem; width: max-content; animation: scroll 45s linear infinite; }
.clients__marquee:hover .clients__logos { animation-play-state: paused; }
.clients__logos li { flex: none; display: flex; align-items: center; gap: 0.6rem; padding: 0.5rem 0.9rem 0.5rem 0.55rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.clients__logos img { flex: none; width: 40px; height: 34px; object-fit: contain; }
.clients__logos span { display: grid; min-width: 0; }
.clients__logos strong { color: var(--ink); font-size: 0.82rem; line-height: 1.25; white-space: nowrap; }
.clients__logos small { color: var(--muted); font-size: 0.7rem; white-space: nowrap; }
@media (prefers-reduced-motion: reduce) { .clients__marquee { overflow-x: auto; } }

/* Legal pages (privacy, terms, refunds) */
.cat-hero--plain { min-height: 0; background: radial-gradient(circle at 85% 20%, #0f6b32 0%, #063d1a 55%); }
.cat-hero--plain .cat-hero__media { display: none; }
.cat-hero.cat-hero--plain .cat-hero__inner { padding-block: 3rem 2.6rem; }
.legal { max-width: 760px; color: var(--body); font-size: 1rem; line-height: 1.7; }
.legal__updated { display: inline-block; font-size: 0.85rem; font-weight: 600; color: var(--muted); background: var(--green-50); border: 1px solid var(--line); border-radius: 999px; padding: 0.3em 0.9em; margin-bottom: 1.4rem; }
.legal h2 { font-size: clamp(1.2rem, 2vw, 1.45rem); margin: 2.2rem 0 0.7rem; scroll-margin-top: 100px; }
.legal ul { padding-left: 1.2rem; margin: 0 0 1rem; display: grid; gap: 0.45rem; }
.legal li::marker { color: var(--action); }
.legal a { color: var(--action); font-weight: 600; text-decoration: underline; }
.legal strong { color: var(--ink); }
.legal__toc { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.4rem 0 0.4rem; }
.legal__toc a { font-size: 0.85rem; font-weight: 600; text-decoration: none; color: var(--green-700); background: var(--green-100); padding: 0.4em 0.85em; border-radius: 999px; }
.legal__toc a:hover { background: var(--green-500); color: #fff; }
.footer__tagline { display: grid; gap: 0.2rem; }
.footer__tagline strong { color: #fff; font-size: 1.05rem; }
.footer__tagline span { color: #a9c3b1; font-style: italic; }
.footer__legal { display: flex; flex-wrap: wrap; gap: 0.4rem 1.2rem; }
.footer__legal a:hover { color: #fff; text-decoration: underline; }
.agree-note { margin: 0; font-size: 0.8rem; color: var(--muted); text-align: center; }
.agree-note a { color: var(--action); font-weight: 600; text-decoration: underline; }

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  background: linear-gradient(120deg, var(--green-800), var(--green-600)); color: #fff;
  border-radius: var(--radius-lg); padding: 2rem 2.2rem; box-shadow: var(--shadow-lg);
}
.stat { display: flex; align-items: center; gap: 1rem; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,0.2); padding-left: 1.5rem; }
.stat__icon { flex: none; width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,0.16); display: grid; place-items: center; }
.stat__icon svg { width: 24px; height: 24px; }
.stat strong { display: block; font-size: 1.9rem; font-weight: 800; line-height: 1.1; }
.stat small { color: rgba(255,255,255,0.85); font-size: 0.85rem; line-height: 1.3; display: block; }

/* Video block */
.video-block {
  position: relative; overflow: hidden; display: flex; align-items: center; min-height: 540px;
  border-radius: var(--radius-lg); padding: 3.5rem; color: #fff;
  background: var(--blue-600);
}
/* Eyɛ slogan slideshow: photos crossfade behind the copy */
.vb-slides { position: absolute; inset: 0; overflow: hidden; }
.vb-slides::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 70, 150, 0.63) 0%, rgba(20, 110, 200, 0.48) 30%, rgba(20, 110, 200, 0) 55%); }
.vb-slide { position: absolute; inset: 0; background-color: var(--blue-600); background-size: cover; background-repeat: no-repeat; background-position: var(--pos, center); opacity: 0; transform: scale(1.04); transition: opacity 1.1s var(--ease), transform 7s linear; }
.vb-slide.is-active { opacity: 1; transform: scale(1); }
.video-block__copy { z-index: 1; }
.vb-texts { display: grid; }
.vb-text { grid-area: 1 / 1; opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity 0.6s var(--ease), transform 0.6s var(--ease), visibility 0.6s; }
.vb-text.is-active { opacity: 1; visibility: visible; transform: none; }
.video-block .hl { color: #b8f5c8; }
.vb-text h2 { font-size: clamp(2.4rem, 5vw, 3.8rem); line-height: 1.05; margin-bottom: 0.35em; }
.vb-dots { display: flex; gap: 0.15rem; margin: 1.4rem 0 0 -9px; }
.vb-dot { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; }
.vb-dot::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.5); transition: width 0.35s var(--ease), background 0.2s; }
.vb-dot:hover::before { background: #fff; }
.vb-dot.is-active::before { width: 22px; background: #fff; }
.video-block h2 { color: #fff; text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4); }
.video-block p { text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45); color: rgba(255,255,255,0.95); font-size: 1.05rem; max-width: 26rem; margin-bottom: 1.8rem; }
.video-block__copy { position: relative; max-width: 420px; }
@media (max-width: 1240px) { .video-block { width: auto; margin-inline: 20px; } }
@media (max-width: 640px) { .video-block { margin-inline: 16px; } }

/* How */
.how { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.steps { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: 0.9rem; }
.steps li { display: flex; gap: 1rem; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1rem 1.2rem; transition: border-color 0.2s, transform 0.3s var(--ease); }
.steps li:hover { border-color: var(--green-500); transform: translateX(6px); }
.steps li > span { flex: none; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--green-900); color: #fff; font-weight: 800; }
.steps h3 { margin-bottom: 0.15rem; font-size: 1.02rem; }
.steps p { margin: 0; color: var(--muted); font-size: 0.94rem; }
.how__media { position: relative; display: grid; place-items: center; min-height: 440px; }
.how__circle { position: absolute; width: 88%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, var(--blue-100) 0%, var(--green-100) 100%); }
.how__media > img { position: relative; width: 105%; max-width: none; filter: drop-shadow(0 26px 26px rgba(6, 61, 26, 0.22)); }

/* Promo */
.promo { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3rem; align-items: center; background: linear-gradient(135deg, var(--gold-100), #fff 70%); border: 1px solid #f3e4bd; border-radius: var(--radius-lg); padding: 3rem; }
.promo img { width: 100%; max-width: 420px; margin-inline: auto; filter: drop-shadow(0 20px 24px rgba(120, 80, 0, 0.18)); }
.promo p { font-size: 1.05rem; }
.promo__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }

/* FAQ */
.faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 4rem; align-items: start; }
.faq .section-head p { margin-bottom: 1.6rem; }
.accordion { display: grid; gap: 0.8rem; }
.accordion details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 0 1.4rem; transition: border-color 0.2s, box-shadow 0.2s; }
.accordion details[open] { border-color: var(--green-500); box-shadow: var(--shadow-sm); }
.accordion summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 0; font-weight: 700; color: var(--ink); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: ""; flex: none; width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(var(--green-700), var(--green-700)) center / 12px 2px no-repeat, linear-gradient(var(--green-700), var(--green-700)) center / 2px 12px no-repeat, var(--green-100); transition: transform 0.3s var(--ease); }
.accordion details[open] summary::after { transform: rotate(45deg); background: linear-gradient(#fff, #fff) center / 12px 2px no-repeat, linear-gradient(#fff, #fff) center / 2px 12px no-repeat, var(--action); }
.accordion details p { margin: 0 0 1.2rem; color: var(--muted); }

/* CTA band */
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--action); background-image: radial-gradient(circle at 90% 0%, rgba(255,255,255,0.25), transparent 50%); border-radius: var(--radius-lg); padding: 2.4rem 2.8rem; color: #fff; }
.cta-band h2 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 0.3rem; }
.cta-band p { margin: 0; color: rgba(255,255,255,0.9); }
.cta-form { display: flex; gap: 0.5rem; background: #fff; padding: 6px; border-radius: 999px; flex: 0 1 440px; }
.cta-form input { flex: 1; min-width: 0; border: 0; outline: none; font: inherit; padding: 0 1rem; color: var(--ink); background: none; }

/* Footer */
.footer { background: var(--green-950); color: #a9c3b1; padding: 4.5rem 0 0; }
.footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.4fr; gap: 2.5rem; }
.footer__brand p { margin-top: 1.1rem; max-width: 22rem; }
.footer h3 { color: #fff; font-size: 1rem; margin-bottom: 1rem; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.footer a:hover { color: #fff; }
.footer__contact li { display: flex; gap: 0.7rem; align-items: flex-start; }
.footer__contact .icon { margin-top: 0.25em; color: var(--green-500); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.1); margin-top: 3.5rem; padding-block: 1.5rem; font-size: 0.85rem; }
.footer__bottom p { margin: 0; }
.footer__badges { display: flex; gap: 0.5rem; }
.footer__badges span { border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; padding: 0.3em 0.8em; font-size: 0.78rem; }

/* ---------- Drawer ---------- */
.overlay { position: fixed; inset: 0; background: rgba(4, 38, 15, 0.45); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 90; }
.overlay.is-open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(420px, 100%); background: #fff; z-index: 100; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.4s var(--ease); box-shadow: var(--shadow-lg); }
.drawer.is-open { transform: none; }
.drawer__head { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 1.4rem; border-bottom: 1px solid var(--line); }
.drawer__head h3 { margin: 0; font-size: 1.2rem; }
.drawer__head h3 span { color: var(--muted); font-weight: 600; font-size: 0.95rem; }
.drawer__ship { padding: 0.9rem 1.4rem; background: var(--green-50); font-size: 0.85rem; color: var(--green-800); }
.drawer__ship:empty { display: none; }
.drawer__ship svg { width: 15px; height: 15px; vertical-align: -2px; color: var(--action); }
.ship-bar { height: 6px; border-radius: 999px; background: var(--green-100); margin-top: 0.5rem; overflow: hidden; }
.ship-bar i { display: block; width: 100%; height: 100%; background: var(--action); border-radius: inherit; transform-origin: left; transition: transform 0.4s var(--ease); }
.drawer__body { flex: 1; overflow-y: auto; padding: 0.5rem 1.4rem; }
.drawer__foot { border-top: 1px solid var(--line); padding: 1.2rem 1.4rem 1rem; display: grid; gap: 0.45rem; }
.drawer__foot .btn--primary { margin-top: 0.6rem; }
.sum-row { display: flex; justify-content: space-between; font-size: 0.95rem; }
.sum-row--muted { color: var(--muted); }
.sum-row--total { font-size: 1.1rem; color: var(--ink); padding-top: 0.45rem; border-top: 1px dashed var(--line); }

.line { display: grid; grid-template-columns: 72px 1fr auto; gap: 0.9rem; align-items: center; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.line__img { width: 72px; height: 72px; border-radius: 14px; background: var(--green-50); display: grid; place-items: center; padding: 8px; }
.line__img img { max-height: 100%; object-fit: contain; }
.line h4 { font-size: 0.93rem; margin: 0; }
.line small { color: var(--muted); font-size: 0.8rem; }
.line__right { display: grid; justify-items: end; gap: 0.4rem; }
.line__price { font-weight: 800; color: var(--ink); }
.line__remove { color: var(--muted); padding: 4px; border-radius: 6px; }
.line__remove:hover { color: #c0392b; }
.line__remove svg { width: 16px; height: 16px; display: block; }

.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; margin-top: 0.4rem; }
.qty button { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); }
.qty button:hover { background: var(--green-50); }
.qty button svg { width: 14px; height: 14px; }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-size: 0.9rem; }

.cart-empty { text-align: center; padding: 3.5rem 1rem; color: var(--muted); }
.cart-empty__icon { width: 84px; height: 84px; border-radius: 50%; background: var(--green-50); color: var(--green-500); display: grid; place-items: center; margin: 0 auto 1rem; }
.cart-empty__icon svg { width: 38px; height: 38px; }
.cart-empty h4 { color: var(--ink); font-size: 1.1rem; margin-bottom: 0.3rem; }

/* ---------- Modals ---------- */
.modal { position: fixed; inset: 0; z-index: 110; display: grid; place-items: center; padding: 20px; background: rgba(4, 38, 15, 0.55); backdrop-filter: blur(4px); animation: fadeIn 0.25s both; }
.modal[hidden] { display: none; }
.modal__panel { position: relative; background: #fff; border-radius: var(--radius-lg); width: 100%; max-height: calc(100vh - 40px); overflow-y: auto; animation: pop 0.35s var(--ease) both; box-shadow: var(--shadow-lg); }
.modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; background: #fff; }
.modal__close--light { background: rgba(255,255,255,0.9); }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes pop { from { opacity: 0; transform: translateY(20px) scale(0.97); } }

.modal__panel--product { max-width: 880px; display: grid; grid-template-columns: 1fr 1fr; }
.pm__media { background: radial-gradient(circle at 50% 55%, #fff 0%, var(--green-50) 55%, var(--green-100) 100%); display: grid; place-items: center; padding: 2.5rem; min-height: 380px; }
.pm__media img { max-height: 380px; width: auto; filter: drop-shadow(0 20px 22px rgba(6, 61, 26, 0.18)); }
.pm__info { padding: 2.4rem 2.2rem 2rem; }
.pm__info h3 { font-size: 1.6rem; margin: 0.8rem 0 0.2rem; }
.pm__size { color: var(--muted); font-weight: 600; margin-bottom: 0.6rem; }
.pm__price { font-size: 1.7rem; font-weight: 800; color: var(--green-600); margin-bottom: 0.8rem; }
.checklist { list-style: none; padding: 0; margin: 0 0 1.6rem; display: grid; gap: 0.5rem; }
.checklist li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.95rem; }
.checklist svg { flex: none; width: 20px; height: 20px; padding: 3px; border-radius: 50%; background: var(--green-100); color: var(--green-600); margin-top: 2px; }
.pm__buy { display: flex; gap: 0.8rem; align-items: center; flex-wrap: wrap; }
.pm__buy .qty { margin: 0; }
.pm__buy .qty button { width: 44px; height: 44px; }
.pm__buy .btn { flex: 1; }

.form { display: grid; gap: 1rem; margin-top: 1.4rem; }
.field { display: grid; gap: 0.4rem; border: 0; padding: 0; margin: 0; }
.field label, .field legend { font-weight: 600; font-size: 0.88rem; color: var(--ink); padding: 0; margin-bottom: 0.4rem; }
.field input, .field textarea { font: inherit; color: var(--ink); border: 1.5px solid var(--line); border-radius: 12px; padding: 0.8rem 1rem; outline: none; transition: border-color 0.2s, box-shadow 0.2s; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px var(--green-100); }
.field.has-error input { border-color: #d64545; }
#coSubmit[disabled] { opacity: 0.7; cursor: progress; transform: none; }

.modal--video { background: rgba(0, 0, 0, 0.8); }
.modal__panel--video { max-width: 1000px; background: #000; overflow: hidden; }
.modal__panel--video video { width: 100%; display: block; aspect-ratio: 16 / 9; }

/* Floating WhatsApp chat button (every page) */
.wa-float { position: fixed; z-index: 80; right: max(20px, env(safe-area-inset-right)); bottom: max(20px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 0.6rem; transition: transform 0.25s var(--ease), opacity 0.2s; }
.wa-float__icon { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; box-shadow: 0 10px 24px -8px rgba(4, 38, 15, 0.45); position: relative; }
.wa-float__icon svg { width: 30px; height: 30px; }
.wa-float__icon::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: wa-ring 2.8s ease-out infinite; }
.wa-float:hover { transform: translateY(-3px); }
.wa-float:hover .wa-float__icon { background: #20c05c; }
@keyframes wa-ring { 0% { transform: scale(1); opacity: 0.7; } 70%, 100% { transform: scale(1.45); opacity: 0; } }
body.no-scroll .wa-float { opacity: 0; pointer-events: none; }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 28px; z-index: 120; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--green-900); color: #fff; padding: 0.85rem 1.3rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem; box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 0.6rem; transition: opacity 0.35s var(--ease), transform 0.35s var(--ease); width: max-content; max-width: calc(100vw - 32px); text-align: left; line-height: 1.35; }
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }
.toast svg { flex: none; width: 18px; height: 18px; color: var(--green-500); }

/* Scroll reveal */
.reveal { transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.js .reveal:not(.is-visible) { opacity: 0.001; transform: translateY(16px); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .nav a { padding-inline: 0.65em; }
  .hide-mobile { display: none; }
}

@media (max-width: 900px) {
  .menu-btn { display: grid; }
  .nav {
    position: fixed; inset: 0 0 auto; top: 0; z-index: -1; flex-direction: column; gap: 0;
    background: #fff; padding: 118px 20px 24px; margin: 0; box-shadow: var(--shadow-lg);
    transform: translateY(-100%); transition: transform 0.4s var(--ease);
  }
  .nav.is-open { transform: none; }
  .nav a { padding: 0.9em 1em; font-size: 1.05rem; border-radius: 12px; }
  .header__actions { margin-left: auto; }

  .hero__inner { grid-template-columns: 1fr; min-height: 0; text-align: center; }
  .hero__copy { padding: 3.5rem 0 0; }
  .hero__lead { margin-inline: auto; }
  .hero__cta, .hero__trust { justify-content: center; }
  .hero__visual { max-width: 560px; margin: 0 auto; width: 100%; }
  .hero__woman { width: 100%; margin-bottom: -30px; }
  .hero { background: linear-gradient(180deg, rgba(4, 56, 110, 0.85) 0%, rgba(10, 86, 160, 0.45) 55%, rgba(10, 86, 160, 0) 80%), url("../assets/img/hero-sky.jpg") center bottom / cover no-repeat; }
  .float-card--top { top: 5%; left: -4%; }
  .float-card--bottom { top: 17%; bottom: auto; right: -4%; }

  .process { grid-template-columns: repeat(2, 1fr); }
  .process li::after { display: none; }
  .process-section { padding-top: 420px; }
  .process-slides { inset: 0 0 auto 0; height: 530px; }
  .process-slides::after { background: linear-gradient(180deg, rgba(4, 38, 15, 0) 52%, rgba(4, 38, 15, 0.78) 84%, #04260f 100%); }
  .process-slide { background-position: var(--pos, 50%) 30%; }
  .process-dots { left: auto; bottom: auto; right: 1rem; top: 1rem; }
  .process-section .container > * { max-width: none; margin-left: 0; margin-right: 0; }
  .process-section .section-head { text-align: center; }
  .process-section .process { grid-template-columns: repeat(2, 1fr); }
  .biz-grid { grid-template-columns: 1fr; }
  .contact { grid-template-columns: 1fr; }
  .cat-hero { min-height: 0; align-items: flex-end; }
  .cat-hero__media::after { background: linear-gradient(180deg, rgba(6, 61, 26, 0.14) 0%, rgba(6, 61, 26, 0.51) 35%, rgba(6, 61, 26, 0.85) 100%); }
  .cat-hero .cat-hero__inner { padding-block: 6rem 1.8rem; }
  .cat-hero__media .cat-hero__cutout { right: 50%; top: 1rem; transform: translateX(50%); max-height: 34%; max-width: 60%; }
  .cat-hero.cat-hero--cutout .cat-hero__inner { padding-top: 9rem; }
  .cat-tips { grid-template-columns: 1fr; gap: 1.6rem; }
  .cat-more { grid-template-columns: repeat(2, 1fr); }
  .biz-photo { grid-row: auto; aspect-ratio: 4 / 3; min-height: 0; }
  .stockist-grid { grid-template-columns: repeat(2, 1fr); }
  .visit { grid-template-columns: 1fr; }
  .visit__map, .visit__map iframe { min-height: 320px; }
  .about, .how, .faq, .promo { grid-template-columns: 1fr; gap: 2.5rem; }
  .video-block { align-items: flex-end; min-height: 0; padding-top: 56%; }
  .vb-slides { bottom: auto; aspect-ratio: 16 / 10; }
  .vb-slides::after { background: linear-gradient(180deg, rgba(20, 110, 200, 0) 62%, rgba(20, 110, 200, 0.59) 90%, var(--blue-600) 100%); }
  .how__media { order: -1; min-height: 320px; }
  .stats { grid-template-columns: repeat(2, 1fr); row-gap: 1.6rem; }
  .stat:nth-child(3) { border-left: 0; padding-left: 0; }
  .cta-band { flex-direction: column; align-items: stretch; text-align: center; }
  .cta-form { flex-basis: auto; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  /* Product quick view on tablets and phones: compact sheet — small image beside name and price */
  .modal__panel--product { grid-template-columns: 96px 1fr; column-gap: 0.9rem; align-items: start; padding: 1.1rem 1rem 1rem; max-height: 70vh; max-width: 520px; }
  .modal__panel--product .pm__info { display: contents; }
  .modal__panel--product .pm__media { grid-column: 1; grid-row: 1 / span 4; min-height: 0; height: 104px; padding: 6px; border-radius: 14px; }
  .modal__panel--product .pm__media img { max-height: 92px; }
  .modal__panel--product #pmTag { grid-column: 2; justify-self: start; font-size: 0.66rem; margin-right: 2.4rem; }
  .modal__panel--product .pm__info h3 { grid-column: 2; font-size: 1.05rem; margin: 0.35rem 2.2rem 0.1rem 0; }
  .modal__panel--product .pm__size { grid-column: 2; font-size: 0.8rem; margin: 0; }
  .modal__panel--product .pm__price { grid-column: 2; font-size: 1.2rem; margin: 0.15rem 0 0; }
  .modal__panel--product .pm__calc { font-size: 0.75rem; }
  .modal__panel--product #pmShort { grid-column: 1 / -1; font-size: 0.88rem; line-height: 1.45; margin: 0.8rem 0 0.5rem; }
  .modal__panel--product .checklist { grid-column: 1 / -1; gap: 0.25rem; margin-bottom: 0.9rem; }
  .modal__panel--product .checklist li { font-size: 0.84rem; gap: 0.45rem; }
  .modal__panel--product .checklist svg { width: 16px; height: 16px; padding: 2px; }
  .modal__panel--product .pm__buy { grid-column: 1 / -1; gap: 0.6rem; }
  .modal__panel--product .pm__buy .qty button { width: 38px; height: 38px; }
  .modal__panel--product .pm__buy .btn { padding: 0.8em 1em; font-size: 0.92rem; }
  .modal__panel--product .modal__close { top: 8px; right: 8px; width: 36px; height: 36px; }
}

@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .section { padding: 4rem 0; }
  .section--tight { padding: 2.5rem 0; }
  .topbar__links a:last-child { display: none; }
  .topbar { font-size: 0.75rem; }
  .header__inner { height: 66px; gap: 0.5rem; }
  .brand img { width: 44px; }
  .brand__text { font-size: 1.1rem; }
  .nav { padding-top: 104px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 0.8rem; }
  .filters { flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto; margin-inline: -16px; padding: 0 16px 4px; scrollbar-width: none; }
  .filters::-webkit-scrollbar { display: none; }
  .filter { flex: none; }
  .card { border-radius: var(--radius); }
  .card__media { padding: 1rem; }
  .card__body { padding: 0.8rem 0.85rem 0.95rem; }
  .card__title { font-size: 0.9rem; }
  .card__foot { flex-direction: column; align-items: stretch; }
  .add-btn { justify-content: center; }
  .price { font-size: 1.1rem; }
  .card__quick { display: none; }
  .card__media .tag { top: 6px; left: 6px; font-size: 0.5rem; letter-spacing: 0.02em; padding: 0.25em 0.5em; box-shadow: none; }
  .pack-badge { right: 6px; bottom: 6px; min-width: 0; font-size: 0.6rem; padding: 0.2em 0.42em; border-radius: 6px; }
  .stats { grid-template-columns: 1fr; padding: 1.6rem; }
  .process { grid-template-columns: 1fr; gap: 0.7rem; }
  /* Phones: smaller photo band on top */
  .process-section { padding-top: 250px; }
  #processTitle { min-height: 2.3em; } /* headings wrap to two lines here; keep the steps from jumping */
  .process-slides { height: 390px; }
  .process-slide { background-position: var(--pos, 50%) 20%; }
  .process-section .process { grid-template-columns: 1fr; }
  .biz-card { padding: 1.6rem; }
  .stockist-grid { grid-template-columns: 1fr; gap: 0.7rem; }
  .cat-perks__inner { grid-template-columns: 1fr; gap: 0.9rem; padding-block: 1.3rem; }
  .cat-perk + .cat-perk { border-left: 0; padding-left: 0; }
  .cat-hero__cta { flex-wrap: wrap; gap: 0.5rem; }
  .cat-hero__cta .btn { flex: 1 1 140px; padding: 0.85em 0.8em; font-size: 0.9rem; } /* side by side when they fit, stacked for long labels */
  .cat-hero h1 { font-size: 1.85rem; }
  .cat-hero__lead { font-size: 0.95rem; line-height: 1.5; }
  .cat-more { grid-template-columns: 1fr; }
  .contact__cards { grid-template-columns: 1fr; }
    .wa-float__icon { width: 54px; height: 54px; }
  .toast { bottom: 90px; }
  .contact__form { padding: 1.4rem; }
  .stockist-tools { flex-direction: column; align-items: stretch; gap: 0.5rem; }
  .stockist-count { text-align: center; }
  .stat + .stat { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.2); padding-top: 1rem; }
  .video-block, .promo { padding: 2rem 1.4rem; }
  .video-block { padding-top: 58%; }
  .cta-band { padding: 2rem 1.4rem; }
  .cta-form { flex-direction: column; background: none; padding: 0; }
  .cta-form input { background: #fff; border-radius: 999px; padding: 0.9rem 1.2rem; }
  .footer__grid { grid-template-columns: 1fr; }
  /* Hero on phones: centred copy, equal buttons, compact cards in the sky beside her head */
  .hero .eyebrow { display: none; }
  .hero__copy { padding-top: 1.75rem; }
  .hero h1 { font-size: 2.3rem; margin-bottom: 0.7rem; }
  .hero__lead { font-size: 1rem; line-height: 1.55; margin-bottom: 1.6rem; }
  .hero__cta { flex-direction: column; align-items: center; gap: 0.6rem; margin-bottom: 1.4rem; }
  .hero__cta .btn { width: 100%; max-width: 300px; padding: 0.95em 1.4em; }
  .hero__trust { gap: 0.4rem 0.9rem; font-size: 0.74rem; }
  .hero__visual { max-width: none; width: calc(100% + 32px); margin: 0.25rem -16px 0; }
  .hero__woman { width: 100%; max-width: 420px; margin: 0 auto -8px; }
  .float-card { padding: 0.35rem 0.6rem 0.35rem 0.35rem; gap: 0.45rem; border-radius: 12px; }
  .float-card strong { font-size: 0.72rem; }
  .float-card small { font-size: 0.64rem; }
  .float-card__icon { width: 28px; height: 28px; border-radius: 8px; }
  .float-card__icon svg { width: 15px; height: 15px; }
  .float-card img { width: 20px; }
  .float-card--top { top: 5%; left: 12px; }
  .float-card--bottom { top: 21%; bottom: auto; right: 12px; }
  .modal { padding: 0; align-items: end; }
  .modal__panel { border-radius: var(--radius-lg) var(--radius-lg) 0 0; max-height: 92vh; }
  .modal--video { align-items: center; padding: 12px; }
  .modal--video .modal__panel { border-radius: var(--radius); }
  .pm__info { padding: 1.6rem 1.3rem; }
  .how__media > img { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
