/* Sindhu Global — brand tokens + shared components
   Colors, type scale and copy sourced from the Claude Design project
   "Sindhu Global homepage design" (Brand Strategy v2 / Visual Identity v2). */

:root {
  --deep-grove: #2C3E2D;
  --sindhu-green: #1B5E3A;
  --sindhu-green-hover: #17532f;
  --copper-earth: #8B5E3C;
  --copper-earth-light: #B4895F;
  --copper-earth-onimage: #D9B78E;
  --ivory: #F5F1EB;
  --bark: #3B2F2A;
  --mist: #E8E3DA;
  --white: #FFFFFF;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--bark);
  font-family: 'Inter', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3 { font-family: 'DM Serif Display', serif; font-weight: 400; margin: 0; }
p { margin: 0; }
a { color: var(--sindhu-green); text-decoration: none; }
a:hover { color: var(--copper-earth); }
img { display: block; max-width: 100%; }
button { font-family: inherit; }
::selection { background: rgba(139,94,60,0.22); }

.container { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.section { padding: clamp(56px,8vw,88px) 32px; }
.section-narrow { max-width: 720px; margin: 0 auto; }
.section-header { max-width: 640px; margin-bottom: 52px; }

@keyframes sg-kenburns {
  0% { transform: scale(1.02) translate(0,0); }
  100% { transform: scale(1.12) translate(-1.5%,-1.5%); }
}
@keyframes sg-floatpulse {
  0%,100% { box-shadow: 0 8px 24px rgba(27,94,58,0.35), 0 0 0 0 rgba(27,94,58,0.35); }
  50% { box-shadow: 0 8px 24px rgba(27,94,58,0.35), 0 0 0 12px rgba(27,94,58,0); }
}

/* — eyebrow labels — */
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 14px; }
.eyebrow--onimage { color: var(--copper-earth-onimage); }
.eyebrow--ondark { color: var(--copper-earth-light); }

/* — buttons — */
.btn { display: inline-block; font-weight: 600; font-size: 15px; padding: 16px 30px; border-radius: 8px; text-align: center; border: none; cursor: pointer; }
.btn-lg { font-size: 16px; padding: 17px 34px; }
.btn-green { background: var(--sindhu-green); color: #fff; }
.btn-green:hover { background: var(--sindhu-green-hover); color: #fff; }
.btn-outline-dark { border: 1.5px solid var(--deep-grove); color: var(--deep-grove); padding: 14.5px 28.5px; }
.btn-outline-dark:hover { background: rgba(44,62,45,0.06); color: var(--deep-grove); }
.btn-outline-light { border: 1.5px solid rgba(255,255,255,0.85); color: #fff; padding: 14.5px 28.5px; }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }
.btn-outline-ivory { border: 1.5px solid rgba(245,241,235,0.7); color: var(--ivory); padding: 14.5px 28.5px; }
.btn-outline-ivory:hover { background: rgba(245,241,235,0.1); color: var(--ivory); }
.btn-circle { width: 54px; height: 54px; border-radius: 50%; background: var(--sindhu-green); display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.btn-circle:hover { background: var(--sindhu-green-hover); }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-row--center { justify-content: center; align-items: center; }

/* — badges / pills — */
.badge-pill { font-size: 11.5px; font-weight: 600; letter-spacing: .02em; color: var(--deep-grove); border: 1px solid rgba(44,62,45,0.28); border-radius: 999px; padding: 4px 11px; display: inline-block; }

/* ============ NAV ============ */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--ivory); border-bottom: 1px solid rgba(59,47,42,0.06); transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { background: rgba(245,241,235,0.82); -webkit-backdrop-filter: saturate(160%) blur(12px); backdrop-filter: saturate(160%) blur(12px); box-shadow: 0 1px 0 rgba(59,47,42,0.06), 0 10px 30px rgba(59,47,42,0.07); }
.site-nav { max-width: 1280px; margin: 0 auto; padding: 14px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: block; line-height: 1; color: var(--deep-grove); }
.logo-sindhu { font-family: 'DM Serif Display', serif; font-size: 26px; letter-spacing: .5px; color: var(--deep-grove); display: block; }
.logo-global { font-size: 11px; font-weight: 600; letter-spacing: .34em; color: var(--deep-grove); margin-top: 1px; padding-left: 2px; display: block; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-link { color: var(--deep-grove); font-size: 15px; font-weight: 500; }
.nav-link:hover { color: var(--copper-earth); }
.nav-link[aria-current="page"] { color: var(--sindhu-green); }
.nav-link-caret { display: inline-flex; align-items: center; gap: 5px; }
.nav-cta { background: var(--sindhu-green); color: #fff; font-size: 15px; font-weight: 600; padding: 11px 22px; border-radius: 999px; }
.nav-cta:hover { background: var(--sindhu-green-hover); color: #fff; }
.nav-icon-link { color: var(--deep-grove); display: inline-flex; }
.nav-icon-link:hover { color: var(--sindhu-green); }

/* padding-bottom + negative margin extends the real hoverable box down
   through the visual gap, so the dropdown doesn't lose :hover when the
   mouse crosses from the trigger to the panel. */
.products-dropdown-wrap { position: relative; padding-bottom: 18px; margin-bottom: -18px; }
.products-dropdown { display: none; position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%); background: #fff; border: 1px solid rgba(59,47,42,0.08); border-radius: 14px; box-shadow: 0 18px 44px rgba(59,47,42,0.14); padding: 10px; min-width: 220px; z-index: 10; }
.products-dropdown-wrap:hover .products-dropdown,
.products-dropdown-wrap:focus-within .products-dropdown,
.products-dropdown.force-open { display: block; }
.dropdown-link { display: block; padding: 9px 14px; border-radius: 9px; color: var(--deep-grove); font-size: 14.5px; font-weight: 500; }
.dropdown-link:hover { background: var(--ivory); color: var(--deep-grove); }

.hamburger-btn { display: none; align-items: center; justify-content: center; background: none; border: none; color: var(--deep-grove); cursor: pointer; padding: 6px; }
.icon-btn { background: none; border: none; color: var(--deep-grove); cursor: pointer; padding: 0; }

.mobile-menu { display: none; position: fixed; inset: 0; z-index: 200; background: var(--ivory); flex-direction: column; padding: 22px 28px; }
.mobile-menu.open { display: flex; }
.mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-links { display: flex; flex-direction: column; gap: 6px; margin-top: 40px; }
.mobile-menu-links a { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--deep-grove); padding: 8px 0; }
.mobile-menu-cta { margin-top: 32px; background: var(--sindhu-green); color: #fff; font-weight: 600; font-size: 16px; padding: 16px; border-radius: 999px; text-align: center; display: block; }

@media (max-width: 880px) {
  .nav-links { display: none !important; }
  .hamburger-btn { display: inline-flex !important; }
}

/* ============ FOOTER ============ */
.site-footer { background: var(--bark); color: var(--ivory); padding: clamp(48px,7vw,72px) 32px 28px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 40px; max-width: 1280px; margin: 0 auto; }
.footer-logo { line-height: 1; color: var(--ivory); margin-bottom: 16px; }
.footer-logo .logo-sindhu, .footer-logo .logo-global { color: var(--ivory); }
.footer-tagline { font-size: 14px; color: rgba(245,241,235,0.72); margin: 0 0 20px; line-height: 1.5; }
.footer-social { display: flex; gap: 14px; }
.footer-icon { color: rgba(245,241,235,0.85); display: inline-flex; }
.footer-icon:hover { color: var(--sindhu-green); }
.footer-heading { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--copper-earth-light); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-link { color: rgba(245,241,235,0.85); font-size: 14.5px; }
.footer-link:hover { color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 11px; font-size: 14.5px; color: rgba(245,241,235,0.85); }
.footer-contact-row { display: inline-flex; align-items: center; gap: 7px; }
.footer-address { color: rgba(245,241,235,0.72); line-height: 1.5; }
.footer-quote-link { color: var(--sindhu-green); font-weight: 600; margin-top: 4px; }
.footer-quote-link:hover { color: #fff; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(245,241,235,0.14); display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between; align-items: center; max-width: 1280px; margin-left: auto; margin-right: auto; }
.footer-bottom-links { display: flex; gap: 22px; }
.footer-bottom a, .copyright { font-size: 13px; color: rgba(245,241,235,0.6); }
.footer-bottom a:hover { color: #fff; }

.whatsapp-float { position: fixed; bottom: 26px; right: 26px; z-index: 150; width: 58px; height: 58px; border-radius: 50%; background: var(--sindhu-green); display: flex; align-items: center; justify-content: center; color: #fff; animation: sg-floatpulse 2.6s ease-in-out infinite; }
.whatsapp-float:hover { background: var(--sindhu-green-hover); }

/* ============ IMAGE PLACEHOLDERS ============ */
/* No licensed photography is available yet — these stand in for the
   real photography called out in the Visual Identity doc. Swap each
   .img-slot for a real <img> (parent stays position:relative + sized). */
.img-slot { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 16px; background: linear-gradient(135deg,#ece2d0,#ddd0b6); color: #6b5c48; }
.img-slot svg { opacity: .5; }
.img-slot span { font-size: 12px; font-weight: 600; max-width: 220px; line-height: 1.4; color: #5a4c3c; }
.img-slot--dark { background: linear-gradient(135deg,#33463a,#28362a); color: rgba(245,241,235,0.75); }
.img-slot--dark span { color: rgba(245,241,235,0.75); }
.img-slot--hero { justify-content: flex-start; padding-top: 12%; }

/* ============ HERO ============ */
.hero { position: relative; display: flex; align-items: flex-end; overflow: hidden; background: var(--deep-grove); }
.hero-media { position: absolute; inset: 0; }
.hero-media.kenburns { animation: sg-kenburns 22s ease-in-out infinite alternate; }
.hero-overlay { position: absolute; inset: 0; pointer-events: none; }
/* Darkened more heavily in the bottom band (where CTA buttons sit) so
   buttons stay legible regardless of how bright the photo underneath is. */
.hero-overlay--strong { background: linear-gradient(to top, rgba(59,47,42,0.9) 0%, rgba(59,47,42,0.62) 20%, rgba(59,47,42,0.24) 46%, rgba(59,47,42,0) 72%); }
.hero-overlay--soft { background: linear-gradient(to top, rgba(59,47,42,0.78) 0%, rgba(59,47,42,0.35) 30%, rgba(59,47,42,0.1) 60%); }
.hero-inner { position: relative; z-index: 2; max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 32px 56px; }
.hero h1 { color: #fff; line-height: 1.08; }

/* ============ SPLIT SECTIONS (image + content) ============ */
.split { display: flex; flex-wrap: wrap; }
.split-media { position: relative; flex: 1 1 440px; min-height: 460px; }
.split-content { flex: 1 1 440px; display: flex; align-items: center; padding: clamp(48px,6vw,88px) clamp(32px,6vw,84px); }
.split-content-inner { max-width: 520px; }

/* right:-56px is a deliberate bleed into the adjacent text column on the
   desktop two-up split layout. Once .split wraps to a stacked mobile
   layout there is no adjacent column for it to bleed into, so it just
   runs off the edge of the screen and gets clipped — pull it back inside
   the image below that same wrap breakpoint (see .split-media below). */
.origin-badge-circle { position: absolute; bottom: 28px; right: -56px; width: 132px; height: 132px; border-radius: 50%; background: var(--deep-grove); border: 2px solid rgba(245,241,235,0.5); box-shadow: 0 14px 34px rgba(44,62,45,0.35); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--ivory); padding: 14px; }
@media (max-width: 900px) {
  .origin-badge-circle { right: 20px; }
}
.origin-badge-circle svg { margin-bottom: 6px; }
.origin-badge-circle div { font-size: 9.5px; font-weight: 600; letter-spacing: .12em; line-height: 1.45; }

.stat-row { display: flex; flex-wrap: wrap; gap: 32px; margin-bottom: 32px; }
.stat-item { min-width: 120px; }
.stat-value { font-family: 'DM Serif Display', serif; font-size: 28px; color: var(--deep-grove); line-height: 1; }
.stat-label { font-size: 13px; color: var(--bark); margin-top: 6px; line-height: 1.4; }

.link-arrow { display: inline-flex; align-items: center; gap: 7px; color: var(--sindhu-green); font-weight: 600; font-size: 15px; }

/* ============ QUALITY ICON GRID ============ */
.icon-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 36px 28px; }
.icon-circle { width: 52px; height: 52px; border-radius: 50%; background: var(--ivory); display: flex; align-items: center; justify-content: center; color: var(--deep-grove); margin-bottom: 16px; }
.icon-item h3 { font-size: 16px; font-weight: 600; color: var(--deep-grove); margin: 0 0 8px; }
.icon-item p { font-size: 14px; line-height: 1.6; color: var(--bark); }
.cert-row { margin-top: 56px; padding-top: 36px; border-top: 1px solid rgba(59,47,42,0.1); display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.cert-row-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-earth); margin-right: 12px; }
.cert-badge { height: 52px; padding: 0 22px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(59,47,42,0.14); border-radius: 10px; color: #9a8f86; font-weight: 700; letter-spacing: .04em; font-size: 15px; filter: grayscale(1); opacity: .75; }

/* ============ WHY SINDHU GLOBAL (dark features) ============ */
.feature-grid-dark { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 44px 56px; }
.feature-dark { display: flex; gap: 20px; }
.feature-dark-num { flex: none; font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--copper-earth-light); line-height: 1; width: 40px; }
.feature-dark h3 { font-size: 18px; font-weight: 600; color: var(--ivory); margin: 0 0 9px; }
.feature-dark p { font-size: 14.5px; line-height: 1.65; color: rgba(245,241,235,0.78); }

/* ============ PRODUCT CARDS ============ */
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 26px; }
.product-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(59,47,42,0.07); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(59,47,42,0.05); transition: transform .28s ease, box-shadow .28s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(59,47,42,0.12); }
.product-card-media { position: relative; aspect-ratio: 4/3; background: #EFE8DC; }
.product-card-media--wide { aspect-ratio: 16/10; }
.product-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.product-card-body--lg { padding: 26px 26px 28px; }
.product-card-body h3 { font-size: 20px; font-weight: 600; color: var(--deep-grove); margin: 0 0 8px; }
.product-card-body--lg h3 { font-size: 22px; margin-bottom: 9px; }
.product-card-body p { font-size: 14px; line-height: 1.6; color: var(--bark); margin: 0 0 16px; flex: 1; }
.product-card-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.view-details { display: inline-flex; align-items: center; gap: 6px; color: var(--sindhu-green); font-weight: 600; font-size: 14.5px; }
.spec-mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 20px; margin-bottom: 20px; padding-top: 18px; border-top: 1px solid rgba(59,47,42,0.08); }
.spec-mini-k { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 2px; }
.spec-mini-v { font-size: 13.5px; color: var(--deep-grove); font-weight: 500; }

@media (max-width: 700px) {
  .product-grid { grid-template-columns: 1fr; }
}

/* ============ SERVICES / STEP CARDS ============ */
.card-grid-3 { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 24px; }
.service-card { background: var(--ivory); border-radius: 16px; padding: 30px; }
.service-card h3 { font-size: 19px; font-weight: 600; color: var(--deep-grove); margin: 0 0 10px; }
.service-card p { font-size: 14.5px; line-height: 1.65; color: var(--bark); }
.service-icon { width: 52px; height: 52px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; color: var(--copper-earth); margin-bottom: 18px; }

.quality-card-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 26px; }
.quality-card { background: #fff; border-radius: 14px; padding: 26px; }
.quality-card h3 { font-size: 16px; font-weight: 600; color: var(--deep-grove); margin: 0 0 8px; }
.quality-card p { font-size: 14px; line-height: 1.6; color: var(--bark); }

.step-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 32px; }
.step-num { font-family: 'DM Serif Display', serif; font-size: 30px; color: var(--copper-earth-light); line-height: 1; margin-bottom: 14px; }
.step-grid h3 { font-size: 17px; font-weight: 600; color: var(--deep-grove); margin: 0 0 8px; }
.step-grid p { font-size: 14px; line-height: 1.6; color: var(--bark); }

.checklist-item { display: flex; gap: 14px; }
.checklist-item svg { flex: none; color: var(--copper-earth); margin-top: 2px; }
.checklist-item p { font-size: 15px; line-height: 1.6; color: var(--bark); }

.region-list { display: flex; flex-direction: column; gap: 18px; }
.region-item { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 18px; border-bottom: 1px solid rgba(59,47,42,0.09); }
.region-dot { flex: none; width: 12px; height: 12px; border-radius: 50%; background: var(--copper-earth); margin-top: 6px; }
.region-item h3 { font-size: 17px; font-weight: 600; color: var(--deep-grove); margin: 0 0 5px; }
.region-item p { font-size: 14.5px; line-height: 1.6; color: var(--bark); }

/* ============ PRODUCT DETAIL ============ */
.breadcrumb { font-size: 13px; color: var(--copper-earth); font-weight: 500; margin-bottom: 24px; }
.breadcrumb a { color: var(--copper-earth); }
.breadcrumb span { color: rgba(59,47,42,0.4); }
.pd-gallery-main { position: relative; aspect-ratio: 1/1; border-radius: 18px; overflow: hidden; background: #fff; border: 1px solid rgba(59,47,42,0.07); }
.pd-gallery-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 12px; }
.pd-gallery-thumb { position: relative; aspect-ratio: 1/1; border-radius: 12px; overflow: hidden; background: #fff; border: 1.5px solid rgba(59,47,42,0.07); cursor: pointer; transition: border-color .18s, box-shadow .18s; }
.pd-gallery-thumb:hover { border-color: var(--sindhu-green); box-shadow: 0 4px 12px rgba(59,47,42,0.1); }
.pd-gallery-thumb:focus-visible { outline: 2px solid var(--sindhu-green); outline-offset: 2px; }
.pd-gallery-thumb.active { border-color: var(--sindhu-green); box-shadow: 0 0 0 2px rgba(27,94,58,0.2); }
.pd-content { flex: 1 1 400px; display: flex; flex-direction: column; justify-content: center; }
.pd-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.pd-badge { font-size: 12px; font-weight: 600; color: var(--deep-grove); border: 1px solid rgba(44,62,45,0.28); border-radius: 999px; padding: 6px 14px; }

.numbered-circle { flex: none; width: 44px; height: 44px; border-radius: 50%; background: var(--deep-grove); color: var(--ivory); display: flex; align-items: center; justify-content: center; font-family: 'DM Serif Display', serif; font-size: 18px; }
.inside-row { display: flex; gap: 16px; align-items: flex-start; }
.inside-row h3 { font-size: 17px; font-weight: 600; color: var(--deep-grove); margin: 0 0 4px; }
.inside-row p { font-size: 14.5px; line-height: 1.6; color: var(--bark); }
.nutrient-badge { width: 76px; height: 76px; border-radius: 50%; border: 1.5px solid var(--copper-earth); color: var(--deep-grove); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.nutrient-badge span:first-child { font-family: 'DM Serif Display', serif; font-size: 19px; }
.nutrient-badge span:last-child { font-size: 10px; color: var(--copper-earth); }

.spec-table { border: 1px solid rgba(59,47,42,0.1); border-radius: 14px; overflow: hidden; }
.spec-row { display: grid; grid-template-columns: 230px 1fr; gap: 16px; padding: 15px 24px; border-bottom: 1px solid rgba(59,47,42,0.07); }
.spec-row:last-child { border-bottom: none; }
.spec-row--alt { background: var(--ivory); }
@media (max-width: 640px) {
  .spec-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 20px; }
}
.spec-k { font-size: 14px; font-weight: 600; color: var(--deep-grove); }
.spec-v { font-size: 14px; color: var(--bark); }
.download-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; color: var(--sindhu-green); font-weight: 600; font-size: 15px; }

.nutrition-table { border: 1px solid rgba(59,47,42,0.12); border-radius: 14px; overflow: hidden; }
.nutrition-head { background: var(--deep-grove); color: var(--ivory); padding: 14px 22px; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; }
.nutrition-row { display: flex; justify-content: space-between; padding: 12px 22px; border-bottom: 1px solid rgba(59,47,42,0.07); font-size: 14.5px; }
.nutrition-row:last-child { border-bottom: none; }
.nutrition-row span:first-child { color: var(--bark); }
.nutrition-row span:last-child { color: var(--deep-grove); font-weight: 600; }

/* ============ ARTICLES ============ */
.article-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(320px,1fr)); gap: 32px; }
.article-card { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(59,47,42,0.07); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(59,47,42,0.05); transition: transform .28s ease, box-shadow .28s ease; }
.article-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(59,47,42,0.12); }
.article-card-media { position: relative; aspect-ratio: 16/9; background: #EFE8DC; }
.article-card-body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.article-category { font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 12px; }
.article-card-body h3 { font-size: 20px; font-weight: 600; color: var(--deep-grove); line-height: 1.3; margin: 0 0 12px; }
.article-card-body p { font-size: 14.5px; line-height: 1.6; color: var(--bark); margin: 0 0 18px; flex: 1; }
.article-meta { font-size: 13px; color: rgba(59,47,42,0.6); }

/* ============ CONTACT ============ */
.sg-label { display: block; font-size: 13px; font-weight: 600; color: var(--deep-grove); margin-bottom: 7px; }
.sg-input { width: 100%; background: var(--mist); border: 1px solid transparent; border-radius: 10px; padding: 13px 15px; font-size: 15px; font-family: inherit; color: var(--bark); outline: none; transition: border-color .18s, background .18s; }
.sg-input:focus { border-color: var(--sindhu-green); background: #fff; }
.sg-input::placeholder { color: rgba(59,47,42,0.45); }
select.sg-input { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%233B2F2A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.form-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 18px 20px; }
.form-field-row { margin-top: 18px; }
.checkbox-row { display: flex; flex-wrap: wrap; gap: 10px; }
.checkbox-pill { display: inline-flex; align-items: center; gap: 8px; background: var(--mist); border: 1px solid transparent; border-radius: 999px; padding: 9px 15px; font-size: 14px; color: var(--deep-grove); cursor: pointer; }
.checkbox-pill input { accent-color: var(--sindhu-green); width: 16px; height: 16px; }
.contact-card { background: #fff; border: 1px solid rgba(59,47,42,0.08); border-radius: 18px; padding: clamp(24px,3vw,36px); }
.response-badge { display: inline-flex; align-items: center; gap: 10px; background: var(--deep-grove); color: var(--ivory); padding: 14px 18px; border-radius: 12px; align-self: flex-start; font-size: 14px; font-weight: 500; }
.contact-info { display: flex; flex-direction: column; gap: 26px; }
.contact-info-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 6px; }

.thank-you { background: #fff; border: 1px solid rgba(59,47,42,0.08); border-radius: 18px; padding: 48px 36px; text-align: center; display: none; }
.thank-you.visible { display: block; }
.thank-you-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--sindhu-green); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.thank-you h3 { font-size: 26px; color: var(--deep-grove); margin: 0 0 10px; }
.thank-you p { font-size: 15px; line-height: 1.6; color: var(--bark); }
#contact-form.hidden { display: none; }

.faq-list { border-top: 1px solid rgba(59,47,42,0.1); }
.faq-item { border-bottom: 1px solid rgba(59,47,42,0.1); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: none; padding: 20px 0; cursor: pointer; text-align: left; font-family: inherit; }
.faq-question span { font-size: 16.5px; font-weight: 600; color: var(--deep-grove); }
.faq-icon { flex: none; color: var(--copper-earth); transition: transform .2s; display: inline-flex; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.faq-item.open .faq-answer { max-height: 320px; }
.faq-answer p { font-size: 15px; line-height: 1.7; color: var(--bark); margin: 0; padding: 0 0 22px; max-width: 680px; }

/* — background helpers — */
.bg-white { background: #fff; }
.bg-ivory { background: var(--ivory); }
.bg-mist { background: var(--mist); }
.bg-dark { background: var(--deep-grove); }
.bg-bark { background: var(--bark); }
.text-ivory { color: var(--ivory); }

/* ============ REAL PHOTOS (replacing .img-slot placeholders) ============ */
.ph-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ============ COMPACT HOMEPAGE / OVERVIEW PRODUCT TILES ============ */
/* Smaller than the original 4/3 cards — image is capped so it can't
   distort or dominate the viewport, whole card is one clickable link. */
.product-grid--compact { grid-template-columns: repeat(4,1fr); gap: 18px; }
.product-tile { display: flex; flex-direction: column; background: #fff; border: 1px solid rgba(59,47,42,0.07); border-radius: 14px; overflow: hidden; box-shadow: 0 1px 3px rgba(59,47,42,0.05); transition: transform .24s ease, box-shadow .24s ease; }
.product-tile:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(59,47,42,0.1); }
.product-tile-media { position: relative; aspect-ratio: 1/1; background: #EFE8DC; max-height: 140px; }
.product-tile-body { padding: 14px 16px 18px; }
.product-tile-body h3 { font-size: 15px; font-weight: 600; color: var(--deep-grove); margin: 0 0 6px; }
.product-tile-body p { font-size: 12.5px; line-height: 1.5; color: var(--bark); margin: 0; }
@media (max-width: 900px) { .product-grid--compact { grid-template-columns: repeat(2,1fr); } }

/* ============ CERTIFICATION LOGOS ============ */
/* Sized and carded to carry the same visual weight as the quality/icon
   tiles elsewhere on the page (.icon-item, .quality-card, .service-card). */
.cert-logo-section { margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(59,47,42,0.1); }
.cert-logo-row { display: grid; grid-template-columns: repeat(auto-fit,minmax(150px,1fr)); gap: 20px; }
.cert-logo-row-label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 16px; display: block; }
.cert-logo-card { background: #fff; border: 1px solid rgba(59,47,42,0.08); border-radius: 14px; padding: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 1px 3px rgba(59,47,42,0.05); min-height: 108px; }
.cert-logo { height: 88px; width: auto; max-width: 100%; object-fit: contain; }
.cert-logo-row--ondark { border-top-color: rgba(245,241,235,0.16); }

/* ============ MULTI-STEP FORM (modal + inline) ============ */
.qf-overlay { position: fixed; inset: 0; z-index: 300; background: rgba(59,47,42,0.5); display: none; align-items: center; justify-content: center; padding: 24px; }
.qf-overlay.open { display: flex; }
.qf-modal { background: var(--ivory); border-radius: 20px; width: min(560px, 100%); max-height: 88vh; overflow-y: auto; padding: clamp(28px,4vw,40px); position: relative; }
.qf-close { position: absolute; top: 18px; right: 18px; background: none; border: none; color: var(--bark); cursor: pointer; }
.qf-progress { display: flex; gap: 6px; margin-bottom: 28px; }
.qf-progress-dot { flex: 1; height: 4px; border-radius: 999px; background: rgba(59,47,42,0.12); }
.qf-progress-dot.done { background: var(--sindhu-green); }
.qf-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--copper-earth); margin-bottom: 10px; }
.qf-question { font-family: 'DM Serif Display', serif; font-size: clamp(22px,3vw,28px); color: var(--deep-grove); line-height: 1.25; margin: 0 0 24px; }
.qf-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.qf-option { display: flex; align-items: center; gap: 12px; padding: 14px 16px; background: #fff; border: 1.5px solid rgba(59,47,42,0.12); border-radius: 12px; font-size: 15px; font-weight: 500; color: var(--deep-grove); cursor: pointer; text-align: left; }
.qf-option:hover { border-color: var(--sindhu-green); }
.qf-option.selected { border-color: var(--sindhu-green); background: rgba(27,94,58,0.06); }
.qf-option-check { flex: none; width: 18px; height: 18px; border-radius: 5px; border: 1.5px solid rgba(59,47,42,0.25); display: flex; align-items: center; justify-content: center; }
.qf-option.selected .qf-option-check { background: var(--sindhu-green); border-color: var(--sindhu-green); color: #fff; }
.qf-fields { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .qf-row { grid-template-columns: 1fr; } }
.qf-nav { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.qf-back { background: none; border: none; color: var(--bark); font-weight: 600; font-size: 14px; cursor: pointer; padding: 10px; }
.qf-next { margin-left: auto; }
.qf-success { text-align: center; padding: 20px 0; }
.qf-success-icon { width: 60px; height: 60px; border-radius: 50%; background: var(--sindhu-green); color: #fff; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.qf-success h3 { font-size: 26px; color: var(--deep-grove); margin: 0 0 10px; }
.qf-success p { font-size: 15px; line-height: 1.6; color: var(--bark); }
.qf-error { font-size: 13px; color: #a33; margin-top: -8px; margin-bottom: 8px; display: none; }
.qf-error.visible { display: block; }

/* Inline wizard (used on Contact page instead of a modal overlay) */
.qf-inline .qf-modal { width: 100%; max-height: none; padding: clamp(24px,3vw,36px); border-radius: 18px; border: 1px solid rgba(59,47,42,0.08); }
.qf-inline .qf-close { display: none; }

/* ============ BLOG / INSIGHTS (data-driven) ============ */
.blog-post-hero { max-width: 780px; margin: 0 auto; }
.blog-post-meta { display: flex; gap: 14px; align-items: center; font-size: 13px; color: rgba(59,47,42,0.6); margin-bottom: 16px; }
.blog-post-body { max-width: 720px; margin: 0 auto; font-size: 16.5px; line-height: 1.75; color: var(--bark); }
.blog-post-body h2 { font-size: 26px; color: var(--deep-grove); margin: 40px 0 16px; }
.blog-post-body p { margin: 0 0 20px; }
.blog-post-cover { position: relative; aspect-ratio: 21/9; border-radius: 18px; overflow: hidden; margin: 0 auto 40px; max-width: 900px; background: #EFE8DC; }
.blog-empty-state { text-align: center; padding: 80px 32px; color: var(--bark); }
