/* =========================================================
   Himalayan Essence Herbs And Foods Pvt. Ltd. — stylesheet
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --green-900: #133620;
  --green-800: #1D4D2E;
  --green-700: #2A6140;
  --green-500: #5E8C4A;
  --sage-200: #D6E3CF;
  --sage-100: #E8EFE3;
  --cream: #F7F3E8;
  --paper: #FFFDF8;
  --honey: #D9A443;
  --wa: #1FA855;
  --wa-dark: #178A45;
  --ink: #1E2B22;
  --muted: #5B6A5E;
  --line: #E5DECD;

  --font-display: "Playfair Display", "Iowan Old Style", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;

  --r-sm: 10px;
  --r: 18px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(19, 54, 32, .06), 0 4px 14px -8px rgba(19, 54, 32, .18);
  --shadow-lg: 0 2px 4px rgba(19, 54, 32, .06), 0 22px 40px -18px rgba(19, 54, 32, .35);
  --ease: cubic-bezier(.2, .7, .2, 1);

  --header-h: 76px;
  --container: 1240px;
  --gutter: clamp(16px, 2vw, 24px);
  --section-y: clamp(56px, 7vw, 100px);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 1rem; line-height: 1.6; color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p, figure, dl, dd, fieldset { margin: 0; }
fieldset { border: 0; padding: 0; min-width: 0; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--honey); outline-offset: 3px; border-radius: 6px; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex: none; }
.icon--sm { width: 16px; height: 16px; }
.icon--lg { width: 34px; height: 34px; }

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 300; background: var(--green-800); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section-y); }
.section--tint { background: var(--cream); }
.loading { padding-block: 120px; text-align: center; color: var(--muted); }

/* ---------- Type ---------- */
.eyebrow { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: var(--green-700); margin-bottom: .7rem; }
.eyebrow--light { color: #F3E6C4; }
.section-title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.7rem, 1.2rem + 1.6vw, 2.5rem); line-height: 1.15; color: var(--green-900); text-wrap: balance; }
.section-title--light { color: #fff; }
.section-title--ruled { display: flex; align-items: center; justify-content: center; gap: 22px; }
.section-title--ruled::before, .section-title--ruled::after { content: ""; flex: 0 0 clamp(24px, 6vw, 72px); height: 1.5px; background: currentColor; opacity: .35; }
.section-head { text-align: center; margin-bottom: clamp(32px, 4vw, 48px); }
.section-head--left { text-align: left; margin-bottom: 24px; }
.section-head--split { display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; text-align: left; margin-bottom: 28px; }
.section-lead { max-width: 60ch; margin: .9rem auto 0; color: var(--muted); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  min-height: 46px; padding: .8em 1.45em; border-radius: var(--r-pill); border: 1.5px solid transparent;
  font-weight: 700; font-size: .92rem; line-height: 1.1; text-decoration: none; white-space: nowrap;
  transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, transform .2s var(--ease);
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }
.btn .icon { transition: transform .2s var(--ease); }
.btn:hover .icon:last-child { transform: translateX(3px); }
.btn--sm { min-height: 40px; padding: .6em 1.15em; font-size: .85rem; }
.btn--lg { min-height: 52px; padding: .9em 1.6em; font-size: .98rem; }
.btn--primary { background: var(--green-800); color: #fff; }
.btn--primary:hover { background: var(--green-900); box-shadow: 0 10px 22px -12px rgba(19,54,32,.7); }
.btn--outline { border-color: var(--green-800); color: var(--green-800); background: transparent; }
.btn--outline:hover { background: var(--green-800); color: #fff; }
.btn--ghost-light { border-color: rgba(255,255,255,.85); color: #fff; }
.btn--ghost-light:hover { background: #fff; color: var(--green-900); }
.btn--honey { background: var(--honey); color: var(--green-900); }
.btn--honey:hover { background: #E7B75B; }
.btn--wa { background: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); box-shadow: 0 10px 22px -12px rgba(23,138,69,.8); }

.text-link { display: inline-flex; align-items: center; gap: .45em; font-weight: 700; font-size: .92rem; color: var(--green-800); text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255, 253, 248, .95); backdrop-filter: saturate(1.2) blur(10px); border-bottom: 1px solid transparent; transition: box-shadow .25s, border-color .25s; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 24px -18px rgba(19, 54, 32, .45); }
.header__inner { height: var(--header-h); display: flex; align-items: center; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; flex: none; }
.brand__logo { width: 58px; height: 58px; border-radius: 50%; object-fit: cover; }
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; color: var(--green-900); }
.brand__sub { font-size: .7rem; color: var(--muted); letter-spacing: .03em; margin-top: 3px; }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 2px; }
.nav__link { position: relative; display: inline-flex; align-items: center; gap: 4px; padding: 10px 13px; font-size: .9rem; font-weight: 600; text-decoration: none; background: none; border: 0; border-radius: var(--r-pill); transition: background-color .2s, color .2s; }
.nav__link:hover { background: var(--sage-100); color: var(--green-900); }
.nav__link.is-active { color: var(--green-800); background: var(--sage-100); }
.nav__drop-toggle .icon { transition: transform .2s; }
.nav__drop-toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.nav__item--drop { position: relative; }
.nav__mobile-actions { display: none; }

.mega {
  position: absolute; top: calc(100% + 12px); left: 50%; width: min(620px, 90vw);
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-lg); padding: 14px;
  opacity: 0; visibility: hidden; transform: translate(-50%, -6px); transition: opacity .2s, transform .2s, visibility .2s;
}
.mega.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.mega__link { display: flex; align-items: center; gap: 12px; padding: 10px; border-radius: var(--r-sm); text-decoration: none; transition: background-color .15s; }
.mega__link:hover, .mega__link:focus-visible { background: var(--sage-100); }
.mega__icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--tone) 12%, #fff); color: var(--tone); flex: none; }
.mega__name { display: block; font-weight: 700; font-size: .9rem; color: var(--green-900); }
.mega__count { display: block; font-size: .76rem; color: var(--muted); }
.mega__all { display: flex; justify-content: center; align-items: center; gap: 6px; margin-top: 8px; padding: 12px; border-radius: var(--r-sm); background: var(--cream); font-weight: 700; font-size: .88rem; color: var(--green-800); text-decoration: none; }
.mega__all:hover { background: var(--sage-100); }

.header__actions { display: flex; align-items: center; gap: 10px; }
.header__wa { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--wa); color: #fff; transition: background-color .2s, transform .2s; }
.header__wa:hover { background: var(--wa-dark); transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; place-items: center; background: none; border: 0; color: var(--green-900); border-radius: 50%; }
.menu-toggle:hover { background: var(--sage-100); }

/* ---------- Media (image slot) ---------- */
.media { position: relative; overflow: hidden; background: linear-gradient(110deg, var(--sage-100) 30%, #F3F6EF 50%, var(--sage-100) 70%); background-size: 250% 100%; }
@media (prefers-reduced-motion: no-preference) { .media:not(.is-loaded):not(.is-empty) { animation: shimmer 1.4s linear infinite; } }
@keyframes shimmer { from { background-position: 100% 0; } to { background-position: -150% 0; } }
.media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .5s ease, transform .7s var(--ease); }
.media.is-loaded img { opacity: 1; }
.media__fallback { display: none; position: absolute; inset: 0; place-items: center; font-family: var(--font-display); font-style: italic; font-size: 3rem; color: var(--green-700);
  background: radial-gradient(circle at 30% 30%, rgba(94,140,74,.16), transparent 60%), repeating-linear-gradient(135deg, var(--sage-100) 0 12px, #F1F5EC 12px 24px); }
.media.is-empty { animation: none; }
.media.is-empty .media__fallback { display: grid; }

/* ---------- Hero slider ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; height: clamp(560px, 86vh, 800px); color: #fff; background: var(--green-900); }
.hero__art { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -2; }
.hero__slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; visibility: hidden; transition: opacity .9s ease, visibility .9s; }
.slide.is-active { opacity: 1; visibility: visible; }
.slide__media { position: absolute; inset: 0; z-index: -1; background: transparent; animation: none !important; }
.slide__media .media__fallback { display: none !important; }
.slide__media img { transform: scale(1.06); transition: opacity 1s ease, transform 8s linear; }
.slide.is-active .slide__media img { transform: scale(1); }
.slide__shade { position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(12, 34, 20, .86) 0%, rgba(12, 34, 20, .6) 40%, rgba(12, 34, 20, .1) 75%), linear-gradient(0deg, rgba(12, 34, 20, .55), transparent 45%); }
.slide__content { padding-block: 60px 110px; }
.slide__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2.3rem, 1.3rem + 3.8vw, 4.3rem); line-height: 1.06; letter-spacing: -.01em; max-width: 18ch; }
.slide__title span { display: block; }
.slide__lead { max-width: 48ch; margin-top: 1.3rem; font-size: clamp(1rem, .95rem + .25vw, 1.14rem); color: rgba(255,255,255,.92); }
.slide__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 2rem; }
@media (prefers-reduced-motion: no-preference) {
  .slide.is-active .slide__title span, .slide.is-active .slide__lead, .slide.is-active .slide__actions { animation: rise .8s var(--ease) both; }
  .slide.is-active .slide__title span:nth-child(2) { animation-delay: .1s; }
  .slide.is-active .slide__title span:nth-child(3) { animation-delay: .2s; }
  .slide.is-active .slide__lead { animation-delay: .3s; }
  .slide.is-active .slide__actions { animation-delay: .4s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }

.hero__controls { position: absolute; left: 0; right: 0; bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 16px; z-index: 2; }
.hero__dots { display: flex; gap: 10px; }
.hero__dot { width: 44px; height: 24px; padding: 0; background: none; border: 0; display: grid; align-items: center; }
.hero__dot::before { content: ""; grid-area: 1 / 1; height: 4px; border-radius: 4px; background: rgba(255,255,255,.35); }
.hero__dot span { grid-area: 1 / 1; height: 4px; border-radius: 4px; background: #fff; transform-origin: left; transform: scaleX(0); }
.hero__dot.is-active span { animation: progress 7s linear forwards; }
.hero.is-paused .hero__dot.is-active span { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) { .hero__dot.is-active span { animation: none; transform: none; } }
@keyframes progress { to { transform: scaleX(1); } }
.hero__arrows { display: flex; gap: 10px; }
.hero__arrow { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.45); backdrop-filter: blur(6px); transition: background-color .2s, color .2s; }
.hero__arrow:hover { background: #fff; color: var(--green-900); }

/* ---------- Trust strip ---------- */
.trust { background: var(--sage-100); border-bottom: 1px solid var(--sage-200); }
.trust__list { display: grid; grid-template-columns: repeat(6, 1fr); }
.trust__list li + li { border-left: 1px solid var(--sage-200); }
.trust__list a { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 24px 12px; text-align: center; font-size: .84rem; font-weight: 700; line-height: 1.3; color: var(--green-900); text-decoration: none; transition: background-color .2s; }
.trust__list a:hover { background: #fff; }
.trust__list .icon { color: var(--green-800); transition: transform .3s var(--ease); }
.trust__list a:hover .icon { transform: translateY(-3px); }

/* ---------- Category cards ---------- */
.c-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--gutter); }
.c-card-wrap { flex: 0 1 calc((100% - 3 * var(--gutter)) / 4); min-width: 0; }
.c-card { position: relative; isolation: isolate; display: flex; align-items: flex-end; aspect-ratio: 4 / 5; border-radius: var(--r); overflow: hidden; color: #fff; text-decoration: none; background: var(--tone); box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.c-card .media { position: absolute; inset: 0; z-index: -2; }
.c-card__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,0) 25%, color-mix(in srgb, var(--tone) 70%, #000) 72%, color-mix(in srgb, var(--tone) 85%, #000) 100%); }
.c-card__icon { position: absolute; top: 16px; left: 16px; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--tone); }
.c-card__body { display: flex; flex-direction: column; gap: 6px; padding: 22px; width: 100%; }
.c-card__count { align-self: flex-start; font-size: .72rem; font-weight: 800; padding: 4px 10px; border-radius: var(--r-pill); background: rgba(255,255,255,.2); backdrop-filter: blur(4px); }
.c-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.3rem; line-height: 1.18; }
.c-card__tag { font-size: .84rem; opacity: .9; line-height: 1.45; }
.c-card__cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 8px; font-weight: 800; font-size: .86rem; }
.c-card__cta .icon { transition: transform .25s var(--ease); }
.c-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.c-card:hover .media img { transform: scale(1.07); }
.c-card:hover .c-card__cta .icon { transform: translateX(4px); }

/* ---------- Product tabs ---------- */
.tabs { display: flex; gap: 6px; justify-content: safe center; flex-wrap: nowrap; overflow-x: auto; margin-bottom: 32px; padding: 4px 2px 8px; scrollbar-width: none; }
.tabs::-webkit-scrollbar { display: none; }
.tab { flex: none; display: inline-flex; align-items: center; gap: 7px; padding: 8px 14px; border-radius: var(--r-pill); border: 1px solid var(--line); background: #fff; font-size: .86rem; font-weight: 700; color: var(--ink); transition: all .2s; }
.tab span { font-size: .72rem; min-width: 22px; padding: 2px 6px; border-radius: var(--r-pill); background: var(--sage-100); color: var(--green-800); }
.tab:hover { border-color: var(--green-700); }
.tab.is-active { background: var(--green-800); border-color: var(--green-800); color: #fff; }
.tab.is-active span { background: rgba(255,255,255,.2); color: #fff; }

/* ---------- Product cards ---------- */
.p-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--gutter); }
.p-card { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; text-decoration: none; color: inherit; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s; }
.p-card__media { position: relative; }
.p-card__media .media { aspect-ratio: 4 / 3; }
.p-card__chip { position: absolute; left: 12px; top: 12px; padding: 5px 11px; border-radius: var(--r-pill); font-size: .7rem; font-weight: 800; color: #fff; background: var(--tone); box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.p-card__body { flex: 1; display: flex; flex-direction: column; padding: 18px 20px 20px; }
.p-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.14rem; line-height: 1.25; color: var(--green-900); }
.p-card__latin { font-style: italic; font-size: .82rem; color: var(--muted); margin-top: 3px; }
.p-card__forms { margin: 12px 0 16px; font-size: .78rem; font-weight: 600; color: var(--green-700); }
.p-card__cta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); font-size: .86rem; font-weight: 800; color: var(--green-800); }
.p-card__cta .icon { width: 30px; height: 30px; padding: 7px; border-radius: 50%; background: var(--sage-100); transition: background-color .25s, color .25s, transform .25s var(--ease); }
.p-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.p-card:hover .media img { transform: scale(1.06); }
.p-card:hover .p-card__cta .icon { background: var(--green-800); color: #fff; transform: translateX(3px); }
.p-more { display: flex; justify-content: center; margin-top: 36px; }

/* ---------- Product forms ---------- */
.forms { background: linear-gradient(90deg, var(--cream), var(--sage-100)); }
.forms__inner { display: grid; grid-template-columns: 1fr 1.5fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.forms__text > p:not(.eyebrow) { margin: 16px 0 28px; color: var(--muted); max-width: 44ch; }
.forms__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.form-card { height: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 24px 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); text-decoration: none; transition: transform .3s var(--ease), box-shadow .3s; }
.form-card__icon { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 12px; background: var(--sage-100); color: var(--green-800); transition: background-color .3s, color .3s; }
.form-card__icon svg { width: 48px; height: 48px; }
.form-card h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--green-900); }
.form-card p { font-size: .8rem; color: var(--muted); }
.form-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.form-card:hover .form-card__icon { background: var(--green-800); color: #fff; }

/* ---------- Process ---------- */
.process { display: grid; grid-template-columns: 1fr 1.15fr; background: var(--sage-100); }
.process__media { position: relative; min-height: 420px; }
.process__media .media { position: absolute; inset: 0; }
.process__body { padding: clamp(44px, 6vw, 88px) clamp(24px, 5vw, 80px); align-self: center; }
.process__body > p:not(.eyebrow) { margin: 16px 0 34px; color: var(--muted); max-width: 52ch; }
.steps { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.step { position: relative; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 26px; left: calc(50% + 32px); right: calc(-50% + 32px); border-top: 2px dashed var(--green-500); opacity: .6; }
.step__icon { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--green-700); color: #fff; box-shadow: 0 0 0 5px rgba(42, 97, 64, .14); }
.step--key .step__icon { background: var(--green-900); color: var(--honey); }
.step__label { font-size: .78rem; font-weight: 700; color: var(--green-900); }

/* ---------- Origin banner (replaces world/animation) ---------- */
.origin-banner {
  position: relative; isolation: isolate; overflow: hidden;
  color: #fff;
}
.origin-banner__art {
  position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1;
}
.origin-banner__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: center;
  padding-block: clamp(56px, 7vw, 96px);
}
.origin-banner__text > p:not(.eyebrow) {
  margin-top: 14px; max-width: 44ch; color: rgba(255,255,255,.88); line-height: 1.65;
}
.origin-banner__text .btn { margin-top: 24px; }

.origin-banner__pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: var(--r);
  overflow: hidden;
}
.origin-banner__pillars li {
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  padding: clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 28px);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.1);
  transition: background-color .25s;
}
.origin-banner__pillars li:hover { background: rgba(255,255,255,.14); }
.op__icon {
  width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center;
  background: rgba(255,255,255,.15); color: var(--honey);
  margin-bottom: 4px;
}
.op__label { font-weight: 800; font-size: .98rem; color: #fff; }
.op__desc { font-size: .82rem; color: rgba(255,255,255,.72); line-height: 1.5; }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.why-card { height: 100%; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 30px 16px; border-radius: var(--r); background: var(--cream); border: 1px solid transparent; text-decoration: none; transition: transform .3s var(--ease), box-shadow .3s, background-color .3s, border-color .3s; }
.why-card .icon { color: var(--green-800); margin-bottom: 6px; }
.why-card h3 { font-size: .92rem; font-weight: 800; color: var(--green-900); }
.why-card p { font-size: .8rem; color: var(--muted); line-height: 1.5; }
.why-card:hover { transform: translateY(-5px); background: #fff; border-color: var(--line); box-shadow: var(--shadow-lg); }

/* ---------- Bulk CTA ---------- */
.bulk-wrap { background: var(--paper); padding-block: clamp(32px, 5vw, 64px); }
.bulk {
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr auto;
  align-items: stretch;
  background: var(--green-900);
  color: #fff;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: 0 24px 64px -24px rgba(19,54,32,.55);
  min-height: 260px;
}
.bulk__media { position: relative; flex: none; }
.bulk__media .media { position: absolute; inset: 0; border-radius: 0; }
.bulk__media .media img { border-radius: 0; }
.bulk__body { padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.bulk h2 { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 1rem + 1.5vw, 2.1rem); line-height: 1.2; }
.bulk p { margin-top: 10px; max-width: 52ch; color: rgba(255,255,255,.85); font-size: .97rem; }
.bulk__actions { display: flex; flex-direction: column; gap: 12px; padding: clamp(24px, 3vw, 40px); justify-content: center; align-items: stretch; border-left: 1px solid rgba(255,255,255,.1); }
.bulk__actions .btn { white-space: nowrap; width: 100%; justify-content: center; }

/* ---------- Contact / enquiry ---------- */
.contact { background: var(--cream); }
.contact__inner, .enquiry-section__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.9fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.contact__lead, .enquiry-section__intro > p:not(.eyebrow) { margin-top: 14px; color: var(--muted); max-width: 44ch; }
.contact__list { margin-top: 24px; display: grid; gap: 14px; }
.contact__list li { display: flex; align-items: center; gap: 12px; font-size: .94rem; }
.contact__list .icon { width: 40px; height: 40px; padding: 9px; border-radius: 50%; background: #fff; color: var(--green-700); border: 1px solid var(--line); }
.contact__list a { color: var(--green-800); font-weight: 700; text-decoration: none; }
.contact__list a:hover { text-decoration: underline; }

.enquiry-section { background: var(--paper); border-top: 1px solid var(--line); }
.wa-card { margin-top: 26px; display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r); background: #EAF7EF; border: 1px solid #BFE5CD; text-decoration: none; color: #0F4D28; transition: transform .25s var(--ease), box-shadow .25s; }
.wa-card__icon { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--wa); color: #fff; flex: none; }
.wa-card strong { display: block; font-size: .95rem; }
.wa-card span span { display: block; font-size: .82rem; opacity: .85; }
.wa-card > .icon { margin-left: auto; }
.wa-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }

.enquiry { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(22px, 3vw, 36px); box-shadow: var(--shadow-sm); }
.field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label, .choice legend { font-size: .8rem; font-weight: 800; color: var(--green-900); }
.field label span { color: #B3401F; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #D5CEBB; border-radius: var(--r-sm); background: var(--paper); font-size: .93rem; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(42, 97, 64, .18); }
.field.has-error input, .field.has-error select { border-color: #B3401F; }
.field__error { font-size: .78rem; color: #B3401F; }
.field__error:empty { display: none; }
.enquiry__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 4px; }
.enquiry__status { flex-basis: 100%; font-size: .88rem; color: var(--green-800); font-weight: 700; }
.enquiry__status:empty { display: none; }

/* ---------- Page hero (category) ---------- */
.page-hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--tone); }
.page-hero__media { position: absolute; inset: 0; z-index: -2; background: transparent; }
.page-hero__media .media__fallback { display: none !important; }
.page-hero__shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, color-mix(in srgb, var(--tone) 55%, #0c2214) 0%, color-mix(in srgb, var(--tone) 40%, rgba(12,34,20,.75)) 50%, rgba(12,34,20,.2) 100%); }
.page-hero__inner { padding-block: clamp(40px, 6vw, 72px) clamp(56px, 8vw, 96px); }
.page-hero__icon { margin-top: 28px; width: 56px; height: 56px; border-radius: 16px; display: grid; place-items: center; background: rgba(255,255,255,.95); color: var(--tone); }
.page-hero__title { margin-top: 18px; font-family: var(--font-display); font-weight: 600; font-size: clamp(2.1rem, 1.3rem + 3vw, 3.6rem); line-height: 1.08; max-width: 20ch; text-wrap: balance; }
.page-hero__lead { margin-top: 16px; max-width: 56ch; color: rgba(255,255,255,.92); font-size: 1.05rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: .84rem; color: var(--muted); }
.crumbs a { color: var(--green-800); font-weight: 700; text-decoration: none; }
.crumbs a:hover { text-decoration: underline; }
.crumbs span[aria-current] { color: var(--ink); font-weight: 600; }
.crumbs--light, .crumbs--light span[aria-current] { color: rgba(255,255,255,.85); }
.crumbs--light a { color: #fff; }

.cat-switch { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: var(--header-h); z-index: 50; }
.cat-switch__list { display: flex; gap: 8px; overflow-x: auto; padding-block: 14px; scrollbar-width: none; }
.cat-switch__list::-webkit-scrollbar { display: none; }
.pill { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; padding: 8px 15px; border-radius: var(--r-pill); border: 1px solid var(--line); font-size: .85rem; font-weight: 700; text-decoration: none; transition: all .2s; }
.pill:hover { border-color: var(--green-700); color: var(--green-800); }
.pill.is-active { background: var(--green-800); border-color: var(--green-800); color: #fff; }

.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter); margin-bottom: clamp(40px, 5vw, 60px); }
.fact { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); }
.fact > .icon { width: 46px; height: 46px; padding: 11px; border-radius: 14px; background: var(--sage-100); color: var(--green-800); }
.fact__label { display: block; font-size: .74rem; font-weight: 800; color: var(--muted); }
.fact__value { display: block; font-size: .92rem; font-weight: 700; color: var(--green-900); }

/* ---------- Product detail ---------- */
.product { padding-block: 28px var(--section-y); }
.product__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(28px, 5vw, 64px); margin-top: 22px; align-items: start; }
.product__gallery { position: sticky; top: calc(var(--header-h) + 20px); }
.product__media { aspect-ratio: 4 / 3.2; border-radius: var(--r); box-shadow: var(--shadow-sm); }
.product__credit { margin-top: 10px; font-size: .74rem; line-height: 1.5; color: var(--muted); }
.product__credit .icon { display: inline-block; vertical-align: -3px; margin-right: 4px; }
.product__credit a { color: inherit; }
.chip { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px; border-radius: var(--r-pill); font-size: .78rem; font-weight: 800; color: var(--tone); background: color-mix(in srgb, var(--tone) 10%, #fff); text-decoration: none; }
.chip:hover { background: color-mix(in srgb, var(--tone) 18%, #fff); }
.product__info { display: flex; flex-direction: column; }
.product__title { margin-top: 14px; font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 1.4rem + 2.2vw, 3rem); line-height: 1.1; color: var(--green-900); text-wrap: balance; }
.product__latin { margin-top: 6px; font-style: italic; font-size: 1.05rem; color: var(--muted); }
.product__desc { margin-top: 18px; font-size: 1.02rem; max-width: 56ch; }
.product__note { margin-top: 12px; display: flex; gap: 8px; align-items: flex-start; font-size: .9rem; color: var(--green-700); font-weight: 600; }
.product__note .icon { margin-top: 3px; }
.product__choose { margin-top: 26px; padding: 22px; border-radius: var(--r); background: var(--cream); display: grid; gap: 18px; }
.choice__row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.choice__opt { position: relative; }
.choice__opt input { position: absolute; opacity: 0; inset: 0; margin: 0; cursor: pointer; }
.choice__opt span { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: var(--r-pill); border: 1.5px solid var(--line); background: #fff; font-size: .88rem; font-weight: 700; transition: all .2s; }
.choice__opt span .icon { display: none; }
.choice__opt input:checked + span { border-color: var(--green-800); background: var(--green-800); color: #fff; }
.choice__opt input:checked + span .icon { display: block; }
.choice__opt input:focus-visible + span { outline: 3px solid var(--honey); outline-offset: 2px; }
.product__qty input { background: #fff; }
.product__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.product__actions .btn { flex: 1 1 200px; }
.product__trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .84rem; font-weight: 700; color: var(--green-800); }
.product__trust li { display: inline-flex; align-items: center; gap: 7px; }

.spec { margin-top: clamp(40px, 5vw, 64px); }
.spec__title { font-family: var(--font-display); font-weight: 600; font-size: 1.5rem; color: var(--green-900); margin-bottom: 16px; }
.spec__list { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: #fff; }
.spec__list div { display: grid; grid-template-columns: 150px 1fr; gap: 16px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.spec__list div:nth-child(odd) { border-right: 1px solid var(--line); }
.spec__list dt { font-size: .82rem; font-weight: 800; color: var(--muted); }
.spec__list dd { font-size: .92rem; font-weight: 600; }
.spec__list dd a { color: var(--green-800); }

.notfound { text-align: center; }
.notfound > p { margin: 12px auto 36px; color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: var(--green-800); color: rgba(255,255,255,.82); padding-top: 64px; font-size: .9rem; border-top: 3px solid rgba(255,255,255,.08); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 40px; padding-bottom: 44px; }
.footer h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: #fff; margin-bottom: 16px; }
.footer ul li { margin-bottom: 9px; }
.footer a { text-decoration: none; }
.footer a:hover { color: var(--honey); }
.footer__logo { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; border: 4px solid rgba(255,255,255,.9); margin-bottom: 16px; }
.footer__brand p { max-width: 34ch; line-height: 1.6; }
.footer__contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer__contact .icon { margin-top: 4px; color: var(--honey); }
.footer__credits-btn { padding: 0; background: none; border: 0; color: inherit; font-size: inherit; text-decoration: underline; text-underline-offset: 3px; }
.footer__credits-btn:hover { color: var(--honey); }
.social { display: flex; gap: 10px; margin-top: 16px; }
.social li { margin: 0 !important; }
.social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.1); color: #fff; transition: background-color .2s, color .2s; }
.social a:hover { background: var(--honey); color: var(--green-900); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-block: 20px 100px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.footer__tag { display: inline-flex; align-items: center; gap: 8px; }
.footer__tag .icon { color: var(--honey); }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: inline-flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px; border-radius: var(--r-pill); background: var(--wa); color: #fff; font-weight: 800; font-size: .9rem; text-decoration: none; box-shadow: 0 12px 28px -10px rgba(23,138,69,.7); transition: transform .25s var(--ease), background-color .2s; }
.wa-float .icon { width: 26px; height: 26px; }
.wa-float:hover { background: var(--wa-dark); transform: translateY(-3px); }

/* ---------- Credits dialog ---------- */
.credits { width: min(640px, calc(100% - 32px)); max-height: 80vh; padding: 0; border: 0; border-radius: var(--r); box-shadow: var(--shadow-lg); color: var(--ink); }
.credits::backdrop { background: rgba(14, 32, 20, .55); }
.credits__head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px 8px; }
.credits__head h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.4rem; color: var(--green-900); }
.credits__close { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--cream); border: 0; }
.credits__intro { padding: 0 24px 12px; font-size: .88rem; color: var(--muted); }
.credits__list { padding: 0 24px 24px; display: grid; gap: 10px; font-size: .84rem; }
.credits__list li { display: grid; gap: 2px; padding: 10px 12px; background: var(--cream); border-radius: var(--r-sm); }
.credits__file { font-weight: 700; word-break: break-word; }
.credits__list a { color: var(--green-800); }

/* ---------- Responsive ---------- */
@media (max-width: 1180px) {
  .brand__sub { display: none; }
  .nav__link { padding: 9px 10px; font-size: .86rem; }
  .c-card-wrap { flex-basis: calc((100% - 2 * var(--gutter)) / 3); }
  .p-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .origin-banner__inner { grid-template-columns: 1fr; }


}

@media (max-width: 960px) {
  :root { --header-h: 68px; }
  .menu-toggle { display: inline-grid; }
  .header__cta { display: none; }
  .header__actions { margin-left: auto; }
  .brand__logo { width: 48px; height: 48px; }
  .nav { position: fixed; inset: var(--header-h) 0 0 0; z-index: 99; margin: 0; background: var(--paper); padding: 16px var(--gutter) 32px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s, transform .25s, visibility .25s; }
  .nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list > li { border-bottom: 1px solid var(--line); }
  .nav__link { width: 100%; padding: 16px 6px; font-size: 1.05rem; justify-content: space-between; border-radius: 0; }
  .nav__link.is-active, .nav__link:hover { background: none; }
  .mega { position: static; width: auto; transform: none; box-shadow: none; border: 0; padding: 0 0 12px; display: none; opacity: 1; visibility: visible; }
  .mega.is-open { display: block; transform: none; }
  .mega__grid { grid-template-columns: 1fr; }
  .nav__mobile-actions { display: grid; gap: 10px; margin-top: 24px; }

  .hero { height: auto; min-height: 600px; }
  .slide__shade { background: linear-gradient(0deg, rgba(12,34,20,.9) 0%, rgba(12,34,20,.55) 60%, rgba(12,34,20,.35) 100%); }
  .slide__content { padding-block: 48px 120px; align-self: flex-end; }
  .trust__list { grid-template-columns: repeat(3, 1fr); }
  .trust__list li:nth-child(4) { border-left: 0; }
  .trust__list li:nth-child(n+4) { border-top: 1px solid var(--sage-200); }
  .c-card-wrap { flex-basis: calc((100% - var(--gutter)) / 2); }
  .p-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tabs { justify-content: flex-start; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); }
  .forms__inner, .process, .contact__inner, .enquiry-section__inner, .product__grid { grid-template-columns: 1fr; }
  .product__gallery { position: static; }
  .process__media { min-height: 300px; }
  .steps { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .step:nth-child(3)::after { display: none; }
  .bulk { grid-template-columns: 1fr; border-radius: var(--r-sm); }
  .bulk__media { min-height: 200px; }
  .bulk__body { padding: 24px 20px 0; }
  .bulk__actions { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); flex-direction: row; flex-wrap: wrap; padding: 20px; }
  .facts { grid-template-columns: 1fr; }
  .spec__list { grid-template-columns: 1fr; }
  .spec__list div:nth-child(odd) { border-right: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .brand__name { font-size: 1.02rem; }
  .header__wa { width: 38px; height: 38px; }
  .hero { min-height: 640px; }
  .slide__actions .btn { flex: 1 1 auto; }
  .hero__controls { bottom: 22px; }
  .hero__dot { width: 30px; }
  .hero__arrow { width: 40px; height: 40px; }
  .trust__list { grid-template-columns: repeat(2, 1fr); }
  .trust__list li:nth-child(odd) { border-left: 0; }
  .trust__list li:nth-child(4) { border-left: 1px solid var(--sage-200); }
  .trust__list li:nth-child(n+3) { border-top: 1px solid var(--sage-200); }
  .c-card-wrap { flex-basis: 100%; }
  .c-card { aspect-ratio: 16 / 11; }
  .p-grid { gap: 12px; }
  .p-card__body { padding: 14px; }
  .p-card__name { font-size: 1rem; }
  .p-card__latin { font-size: .76rem; }
  .p-card__forms { display: none; }
  .p-card__cta { font-size: .8rem; }
  .p-card__chip { font-size: .64rem; left: 8px; top: 8px; }
  .forms__grid { grid-template-columns: repeat(2, 1fr); }


  .why-grid { grid-template-columns: 1fr 1fr; }
  .enquiry { grid-template-columns: 1fr; }
  .enquiry__foot .btn { flex: 1 1 100%; }
  .product__choose { padding: 16px; }
  .spec__list div { grid-template-columns: 1fr; gap: 2px; }
  .footer__grid { grid-template-columns: 1fr; }
  .section-title--ruled::before, .section-title--ruled::after { display: none; }
  .wa-float span { display: none; }
  .wa-float { padding: 14px; }
}

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

/* =========================================================
   NEW PAGES — Process, About, Contact additions
   ========================================================= */

/* ---------- Process page steps ---------- */
.process-steps { display: grid; gap: clamp(48px, 6vw, 80px); margin-top: 16px; }
.ps { display: grid; grid-template-columns: 56px minmax(0,1fr) minmax(0,1.1fr); gap: 32px; align-items: start; }
.ps--flip { grid-template-columns: 56px minmax(0,1.1fr) minmax(0,1fr); }
.ps--flip .ps__media { order: 3; }
.ps--flip .ps__body  { order: 2; }
.ps__num { font-family: var(--font-display); font-size: 2.8rem; font-weight: 700; color: var(--sage-200); line-height: 1; padding-top: 6px; }
.ps__media { border-radius: var(--r); overflow: hidden; }
.ps__media .media { aspect-ratio: 4 / 3; }
.ps__body { padding-top: 4px; }
.ps__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem, 1.1rem + 1.3vw, 2rem); color: var(--green-900); line-height: 1.18; margin-bottom: 14px; }
.ps__body > p { color: var(--muted); margin-bottom: 12px; max-width: 56ch; }
.ps__bullets { display: grid; gap: 8px; margin-top: 16px; padding: 16px 20px; background: var(--sage-100); border-radius: var(--r-sm); border-left: 3px solid var(--green-700); }
.ps__bullets li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; font-weight: 600; color: var(--green-900); }
.ps__bullets li::before { content: "✓"; color: var(--green-700); font-weight: 800; flex: none; }

.page-hero--process .page-hero__media-static { position: absolute; inset: 0; background: linear-gradient(135deg, #1D4D2E 0%, #2A6140 40%, #4E7064 100%); z-index: -2; }

.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.q-card { display: flex; flex-direction: column; gap: 10px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); transition: transform .3s var(--ease), box-shadow .3s; }
.q-card__icon { color: var(--green-800); }
.q-card h3 { font-size: 1rem; font-weight: 800; color: var(--green-900); }
.q-card p { font-size: .86rem; color: var(--muted); line-height: 1.55; }
.q-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

/* ---------- About page ---------- */
.about-intro { background: var(--paper); }
.about-intro__inner { display: grid; grid-template-columns: 1fr minmax(0,460px); gap: clamp(36px, 5vw, 72px); align-items: center; }
.about-intro__text > p { margin-top: 14px; color: var(--muted); max-width: 60ch; }
.about-intro__text > p:first-of-type { margin-top: 20px; }
.about-intro__media { border-radius: var(--r); overflow: hidden; margin: 0; }
.about-intro__media .media { aspect-ratio: 4 / 3.2; }

.values-strip { background: var(--green-900); color: #fff; padding-block: clamp(40px, 5vw, 60px); }
.values-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px); }
.value__head { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--honey); margin-bottom: 10px; }
.value p { font-size: .88rem; color: rgba(255,255,255,.85); line-height: 1.6; }

.regions { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; margin-top: 8px; }
.region-map { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.region-map svg { display: block; width: 100%; height: auto; }
.region-list { display: grid; gap: 18px; }
.region { display: flex; gap: 14px; padding: 18px; background: #fff; border-radius: var(--r-sm); border: 1px solid var(--line); align-items: flex-start; }
.region__band { width: 4px; border-radius: 2px; min-height: 60px; flex: none; }
.region h3 { font-size: .95rem; font-weight: 800; color: var(--green-900); margin-bottom: 6px; }
.region p { font-size: .84rem; color: var(--muted); line-height: 1.55; }

/* ---------- Contact page ---------- */
.contact-hero { background: var(--paper); border-bottom: 1px solid var(--line); padding-block: clamp(40px, 5vw, 72px); }
.contact-hero__inner { display: grid; grid-template-columns: 1fr minmax(240px, auto); gap: clamp(28px, 5vw, 60px); align-items: start; }
.contact-hero__title { font-family: var(--font-display); font-weight: 600; font-size: clamp(2rem, 1.2rem + 2.8vw, 3.2rem); color: var(--green-900); line-height: 1.08; margin-top: 20px; }
.contact-hero__lead { margin-top: 16px; color: var(--muted); max-width: 52ch; }
.contact-details { display: grid; gap: 14px; padding-top: 8px; }
.contact-details li { display: flex; align-items: center; gap: 12px; font-size: .92rem; }
.contact-details .icon { width: 42px; height: 42px; padding: 10px; border-radius: 50%; background: var(--sage-100); color: var(--green-700); border: 1px solid var(--sage-200); }
.contact-details a { color: var(--green-800); font-weight: 700; text-decoration: none; }

.contact-page { background: var(--cream); }
.contact-page__inner { display: grid; grid-template-columns: 340px 1fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.sidebar__title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 600; color: var(--green-900); margin-bottom: 16px; }
.sidebar__options { display: grid; gap: 8px; }
.s-opt { display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px; border-radius: var(--r-sm); cursor: pointer; border: 1.5px solid var(--line); background: #fff; transition: all .2s; }
.s-opt .icon { color: var(--muted); margin-top: 2px; flex: none; transition: color .2s; }
.s-opt strong { display: block; font-size: .9rem; color: var(--green-900); }
.s-opt span { display: block; font-size: .8rem; color: var(--muted); margin-top: 2px; }
.s-opt:hover { border-color: var(--green-700); }
.s-opt.is-active { border-color: var(--green-800); background: var(--sage-100); }
.s-opt.is-active .icon { color: var(--green-800); }
.s-opt.is-active strong { color: var(--green-800); }
.wa-direct { margin-top: 24px; padding: 18px; background: #EAF7EF; border: 1px solid #BFE5CD; border-radius: var(--r-sm); }
.wa-direct .btn { width: 100%; justify-content: center; }
.wa-direct p { margin-top: 10px; font-size: .8rem; color: var(--muted); }

.loc-details { display: grid; gap: 14px; margin-top: 22px; }
.loc-details li { display: flex; align-items: center; gap: 12px; font-size: .92rem; }
.loc-details .icon { color: var(--green-700); }
.loc-details a { color: var(--green-800); font-weight: 600; }
.location-section__inner { display: grid; grid-template-columns: 1fr minmax(0, 500px); gap: clamp(32px, 5vw, 64px); align-items: center; }
.loc-map-wrap { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-sm); }
.loc-map-wrap canvas { display: block; width: 100%; height: auto; }

/* Nepal location dropdowns — show/hide */
.loc-nepal { display: none; }
.loc-nepal--visible { display: flex; flex-direction: column; gap: 6px; }

/* ---------- Product CTA section ---------- */
.prod-cta-section { background: var(--green-900); }
.prod-cta { display: grid; grid-template-columns: 1fr auto; gap: clamp(24px, 4vw, 56px); align-items: center; padding-block: clamp(40px, 5vw, 64px); }
.prod-cta__text h2 { font-family: var(--font-display); font-size: clamp(1.5rem, 1rem + 1.5vw, 2.2rem); font-weight: 600; color: #fff; }
.prod-cta__text p { margin-top: 10px; color: rgba(255,255,255,.85); max-width: 54ch; }
.prod-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }

/* ---------- World animation canvas ---------- */
/* .world__viz removed */


/* ---------- Responsive additions ---------- */
@media (max-width: 1100px) {
  .ps { grid-template-columns: 44px 1fr; }
  .ps__media { display: none; }
  .ps--flip { grid-template-columns: 44px 1fr; }
  .ps--flip .ps__media { display: none; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .values-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .regions { grid-template-columns: 1fr; }
  .region-map { max-width: 500px; }
  .about-intro__inner { grid-template-columns: 1fr; }
  .about-intro__media { max-width: 480px; }
  .contact-page__inner { grid-template-columns: 280px 1fr; }
  .prod-cta { grid-template-columns: 1fr; gap: 24px; }
  .prod-cta__actions { justify-content: flex-start; }
}

@media (max-width: 960px) {
  .contact-hero__inner { grid-template-columns: 1fr; }
  .contact-page__inner { grid-template-columns: 1fr; }
  .location-section__inner { grid-template-columns: 1fr; }
  .loc-map-wrap { max-width: 500px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .values-strip__inner { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .quality-grid { grid-template-columns: 1fr; }
  .values-strip__inner { grid-template-columns: 1fr; }
  .ps { grid-template-columns: 36px 1fr; gap: 16px; }
  .ps__num { font-size: 2rem; }
  .contact-page__inner, .contact-hero__inner { grid-template-columns: 1fr; }
  .prod-cta__actions { flex-direction: column; }
  .prod-cta__actions .btn { width: 100%; justify-content: center; }
}

/* =========================================================
   BULK SECTION REDESIGN + MAP SECTION
   ========================================================= */

/* Ensure footer visually separated from bulk-wrap */
.bulk-wrap + #site-footer .footer,
.bulk-wrap ~ #site-footer .footer { border-top: 0; }
.footer { margin-top: 0; }

/* ---------- Map section — Google Maps full-bleed ---------- */
.map-section {
  display: grid;
  grid-template-columns: 420px 1fr;
  min-height: 520px;
}
.map-section__info {
  background: var(--green-900);
  color: #fff;
  display: flex;
  align-items: stretch;
}
.map-section__info a,
.map-section__info a:link,
.map-section__info a:visited { color: #fff !important; }
.map-section__info a:hover { color: rgba(255,255,255,.8) !important; }
.map-section__info-inner {
  padding: clamp(36px, 5vw, 60px) clamp(24px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* All text in location panel = pure white */
.map-section__info .eyebrow { color: #fff; opacity: .7; letter-spacing: .2em; }
.map-section__info .section-title { color: #fff; margin-top: 6px; }
.map-section__desc { margin-top: 16px; font-size: .92rem; color: rgba(255,255,255,.85); line-height: 1.65; max-width: 42ch; }

.loc-details { display: grid; gap: 0; margin-top: 28px; }
.loc-details li { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.loc-details li:last-child { border-bottom: 0; }
.loc-details__icon {
  width: 40px; height: 40px; border-radius: 12px; flex: none;
  display: grid; place-items: center;
  background: rgba(255,255,255,.15);
  color: #fff;
}
.loc-details__label {
  display: block; font-size: .68rem; font-weight: 800;
  text-transform: uppercase; letter-spacing: .13em;
  color: rgba(255,255,255,.55); margin-bottom: 3px;
}
.loc-details__value {
  display: block; font-size: .92rem; font-weight: 600;
  color: #fff !important; text-decoration: none;
}
a.loc-details__value,
a.loc-details__value:link,
a.loc-details__value:visited { color: #fff !important; text-decoration: none; }
a.loc-details__value:hover,
a.loc-details__value:focus { color: rgba(255,255,255,.8) !important; text-decoration: underline; text-underline-offset: 3px; }

.map-section__hours {
  display: flex; align-items: flex-start; gap: 10px; margin-top: 24px; padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .8rem; color: rgba(255,255,255,.65); line-height: 1.55;
}
.map-section__hours .icon { flex: none; color: rgba(255,255,255,.8); margin-top: 2px; }

.map-section__map-wrap {
  position: relative;
  min-height: 480px;
  background: var(--sage-100);
}
.map-section__iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block;
}
.map-section__open-link {
  position: absolute; bottom: 16px; right: 16px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(19,54,32,.92); color: #fff;
  padding: 10px 16px; border-radius: var(--r-pill);
  font-size: .82rem; font-weight: 800; text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
  backdrop-filter: blur(6px);
  transition: transform .25s, background-color .2s;
}
.map-section__open-link:hover { background: var(--green-900); transform: translateY(-2px); }

/* ---------- Better footer grid ---------- */
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.4fr;
  gap: 48px;
  padding-bottom: 52px;
  padding-top: 8px;
}
.footer__divider { height: 1px; background: rgba(255,255,255,.1); margin-bottom: 52px; }

/* ---------- Responsive: map section ---------- */
@media (max-width: 1100px) {
  .map-section { grid-template-columns: 360px 1fr; }
}
@media (max-width: 860px) {
  .map-section { grid-template-columns: 1fr; }
  .map-section__map-wrap { min-height: 380px; }
  .map-section__open-link { bottom: 12px; right: 12px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .map-section__map-wrap { min-height: 300px; }
  .map-section__info-inner { padding: 28px 20px; }
  .bulk-wrap { padding-block: 20px 40px; }
  .bulk__actions .btn { padding: .75em 1.2em; }
  .footer__grid { grid-template-columns: 1fr; gap: 24px; }
}

/* ---------- Origin banner responsive ---------- */
@media (max-width: 960px) {
  .origin-banner__inner { grid-template-columns: 1fr; gap: 36px; }
  .origin-banner__pillars { grid-template-columns: repeat(4, 1fr); }
  .origin-banner__pillars li { padding: 18px 14px; }
}
@media (max-width: 640px) {
  .origin-banner__pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 400px) {
  .origin-banner__pillars { grid-template-columns: 1fr; }
}

/* ---------- Map section responsive ---------- */
@media (max-width: 1100px) {
  .map-section { grid-template-columns: 360px 1fr; }
}
@media (max-width: 860px) {
  .map-section { grid-template-columns: 1fr; min-height: auto; }
  .map-section__info-inner { padding: 32px 24px; }
  .map-section__map-wrap { min-height: 380px; }
}
@media (max-width: 600px) {
  .map-section__map-wrap { min-height: 300px; }
  .map-section__open-link { bottom: 10px; right: 10px; padding: 9px 14px; font-size: .78rem; }
}
