/* Shree Ganesh Jaggery Products — refreshed visual system
   Palette grounded in the brand logo: jaggery brown, sugarcane green, warm gold.
   Display: Fraunces (warm, organic serif) · Body: Mulish · Devanagari accent: Tiro Devanagari Marathi */

:root {
  --bg: #fbf6ec;
  --bg-warm: #f5ead6;
  --surface: #ffffff;
  --surface-soft: #fff7ea;
  --ink: #2a1b0e;
  --muted: #6c5b48;
  --brand: #8a4a1c;        /* jaggery brown */
  --brand-dark: #5e3012;
  --green: #3a6b3a;        /* sugarcane green */
  --green-dark: #2c5230;
  --gold: #e0a43a;
  --gold-soft: #f4cf7e;
  --line: #e7d5b6;
  --line-soft: #f0e3cb;
  --shadow-sm: 0 8px 24px rgba(74, 42, 14, 0.08);
  --shadow-md: 0 18px 50px rgba(74, 42, 14, 0.14);
  --shadow-lg: 0 30px 80px rgba(42, 27, 14, 0.22);
  --radius: 18px;
  --radius-sm: 12px;
  --radius-lg: 28px;
  --maxw: 1200px;
  --section-y: clamp(60px, 8vw, 116px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Mulish", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 40px); }

/* Icons */
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon {
  width: 1.1em; height: 1.1em; flex: 0 0 auto;
  fill: none; stroke: currentColor; stroke-width: 1.9;
  stroke-linecap: round; stroke-linejoin: round;
}

/* Typography */
h1, h2, h3, h4 {
  margin: 0;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 5.6vw, 4.6rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 3.6vw, 3rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1rem; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  margin: 0 0 16px; padding: 6px 14px;
  font-family: "Mulish", sans-serif;
  font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand);
  background: var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold);
}

.section-pad { padding-block: var(--section-y); }
.section-heading { max-width: 760px; margin: 0 auto clamp(34px, 5vw, 56px); text-align: center; }
.section-heading p.lead { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }

.text-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 800; color: var(--brand);
  border-bottom: 2px solid var(--gold-soft);
  padding-bottom: 2px; transition: gap .25s var(--ease), border-color .25s;
}
.text-link:hover { gap: 13px; border-color: var(--gold); }

/* Buttons */
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 26px; border-radius: 999px;
  font-family: "Mulish", sans-serif; font-weight: 800; font-size: 0.98rem;
  border: 1px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s;
}
.button .icon { width: 1.15em; height: 1.15em; }
.button.primary {
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);
  color: #fff; box-shadow: var(--shadow-sm);
}
.button.primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.button.secondary {
  background: #fff; color: var(--green-dark);
  border-color: var(--green); 
}
.button.secondary:hover { transform: translateY(-3px); background: var(--green); color: #fff; box-shadow: var(--shadow-sm); }
.button.ghost { background: rgba(255,255,255,.14); color: #fff; border-color: rgba(255,255,255,.4); }
.button.ghost:hover { background: rgba(255,255,255,.24); }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; gap: 16px;
  padding: 12px clamp(20px, 5vw, 40px);
  background: rgba(251, 246, 236, 0.82);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, box-shadow .3s, background .3s;
}
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 24px rgba(74,42,14,.06); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; }
.brand img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; box-shadow: 0 2px 10px rgba(74,42,14,.18); }
.brand span {
  font-family: "Fraunces", serif; font-weight: 600; font-size: 1.12rem;
  line-height: 1.1; max-width: 210px; color: var(--brand-dark);
}
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav-link {
  padding: 9px 15px; border-radius: 999px; font-weight: 700; font-size: 0.96rem;
  color: var(--ink); transition: background .2s, color .2s;
}
.nav-link:hover { background: var(--surface-soft); color: var(--brand); }
.nav-cta {
  margin-left: 8px; background: var(--brand); color: #fff;
}
.nav-cta:hover { background: var(--brand-dark); color: #fff; }
.nav-toggle {
  display: none; margin-left: auto; width: 46px; height: 42px;
  flex-direction: column; justify-content: center; gap: 5px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer;
}
.nav-toggle span { display: block; width: 22px; height: 2px; margin-inline: auto; background: var(--ink); border-radius: 2px; transition: transform .3s, opacity .3s; }

/* Mobile quick action bar */
.mobile-action-bar { display: none; }

/* Hero */
.hero { position: relative; min-height: min(92vh, 820px); display: flex; align-items: center; overflow: hidden; }
.hero-slider { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0; opacity: 0;
  background-size: cover; background-position: center;
  transition: opacity 1.4s var(--ease), transform 7s linear;
  transform: scale(1.06);
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.slide-ai-premium { background-image: url("../images/ai-hero-premium-jaggery.jpg"); }
.slide-ai-retail  { background-image: url("../images/ai-hero-retail-jaggery.jpg"); }
.slide-farm       { background-image: url("../images/hero-farm.jpeg"); }
.slide-jaggery    { background-image: url("../images/product-jaggery.jpeg"); }
.slide-cane       { background-image: url("../images/gallery-cane.jpg"); }
.slide-product-close { background-image: url("../images/gallery-product.jpeg"); }
.hero::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(42,27,14,.86) 0%, rgba(42,27,14,.62) 42%, rgba(42,27,14,.18) 100%);
}
.hero-content { position: relative; z-index: 3; color: #fff; max-width: 720px; padding-block: 60px; }
.hero-content .eyebrow { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); color: #fff; }
.hero-content .eyebrow::before { background: var(--gold-soft); }
.hero-content h1 { color: #fff; }
.hero-content h1 em { font-style: italic; color: var(--gold-soft); }
.hero-content > p { font-size: 1.12rem; max-width: 560px; color: rgba(255,255,255,.9); margin-top: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.hero-badges span {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 15px; border-radius: 999px; font-size: 0.85rem; font-weight: 700;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); color: #fff;
}
.hero-badges span::before { content: "✓"; color: var(--gold-soft); font-weight: 900; }

.slider-controls { position: absolute; z-index: 4; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; gap: 9px; }
.slider-controls button {
  width: 11px; height: 11px; padding: 0; border-radius: 50%; cursor: pointer;
  background: rgba(255,255,255,.45); border: 0; transition: width .3s, background .3s;
}
.slider-controls button.is-active { width: 30px; border-radius: 999px; background: var(--gold-soft); }

/* Brand strip */
.brand-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--line); border-block: 1px solid var(--line);
}
.brand-strip > div {
  display: flex; align-items: center; gap: 14px;
  padding: 26px clamp(20px, 4vw, 40px); background: var(--surface);
}
.brand-strip span {
  display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 auto;
  border-radius: 14px; background: var(--surface-soft); color: var(--brand);
}
.brand-strip span .icon { width: 22px; height: 22px; }
.brand-strip strong { font-family: "Fraunces", serif; font-weight: 600; font-size: 1.02rem; line-height: 1.2; }

/* About / intro */
.intro-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(34px, 5vw, 70px); align-items: center; }
.story-image-stack { position: relative; }
.story-image-stack img:first-child {
  width: 84%; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); aspect-ratio: 4/3; object-fit: cover;
}
.story-image-stack img:last-child {
  position: absolute; right: 0; bottom: -36px; width: 46%;
  border-radius: var(--radius); box-shadow: var(--shadow-md);
  border: 6px solid var(--bg); aspect-ratio: 1/1; object-fit: cover;
}
.story-image-stack::before {
  content: ""; position: absolute; left: -18px; top: -18px; width: 96px; height: 96px;
  border: 2px solid var(--gold-soft); border-radius: var(--radius); z-index: -1;
}
.story-copy p { color: var(--muted); }
.story-copy h2 { margin-bottom: 18px; }
.values { display: grid; gap: 16px; }
.value-card {
  display: grid; grid-template-columns: auto 1fr; gap: 6px 18px; align-items: start;
  padding: 24px; background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease), box-shadow .3s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.value-card .num {
  grid-row: span 2; display: grid; place-items: center; width: 50px; height: 50px;
  border-radius: 14px; background: var(--green); color: #fff;
  font-family: "Fraunces", serif; font-weight: 600; font-size: 1.2rem;
}
.value-card h3 { color: var(--brand-dark); }
.value-card p { margin: 0; color: var(--muted); font-size: 0.97rem; }

/* Products */
.products { background: var(--bg-warm); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.product-card {
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .35s var(--ease), box-shadow .35s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.07); }
.product-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.product-tag {
  display: inline-flex; align-items: center; gap: 7px; align-self: flex-start;
  padding: 6px 13px; border-radius: 999px; font-size: 0.76rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase;
  background: var(--surface-soft); color: var(--brand); border: 1px solid var(--line);
}
.product-body h3 { color: var(--brand-dark); }
.product-body p { color: var(--muted); font-size: 0.97rem; flex: 1; }
.product-body a.text-link { align-self: flex-start; }

/* Process */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.process-card {
  position: relative; background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
}
.process-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.process-card .body { padding: 22px 24px 26px; }
.process-step {
  position: absolute; top: 16px; left: 16px; width: 44px; height: 44px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(42,27,14,.7); backdrop-filter: blur(4px); color: var(--gold-soft);
  font-family: "Fraunces", serif; font-weight: 600; font-size: 1.05rem;
}
.process-card h3 { color: var(--brand-dark); margin-bottom: 6px; }
.process-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }

/* Quality */
.quality { background: var(--bg-warm); }
.quality-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quality-card {
  display: flex; flex-direction: column; gap: 12px; padding: 28px;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); transition: transform .3s var(--ease);
}
.quality-card:hover { transform: translateY(-4px); }
.quality-card .ic {
  display: grid; place-items: center; width: 52px; height: 52px; border-radius: 15px;
  background: linear-gradient(135deg, var(--surface-soft), var(--bg-warm));
  color: var(--green); border: 1px solid var(--line);
}
.quality-card .ic .icon { width: 24px; height: 24px; }
.quality-card h3 { color: var(--brand-dark); font-size: 1.15rem; }
.quality-card p { margin: 0; color: var(--muted); font-size: 0.95rem; }

/* Stats */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff;
}
.stats > div { padding: clamp(34px, 5vw, 56px) 20px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.stats > div:last-child { border-right: 0; }
.stats strong { display: block; font-family: "Fraunces", serif; font-weight: 600; font-size: clamp(2.4rem, 4vw, 3.4rem); color: var(--gold-soft); }
.stats span { font-size: 0.92rem; opacity: .88; letter-spacing: .02em; }

/* CTA band */
.cta-band {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 26px;
  margin: clamp(60px,8vw,100px) auto; max-width: var(--maxw);
  padding: clamp(36px, 5vw, 56px); border-radius: var(--radius-lg);
  background:
    linear-gradient(120deg, rgba(58,107,58,.92), rgba(44,82,48,.92)),
    url("../images/gallery-cane.jpg") center/cover;
  color: #fff; box-shadow: var(--shadow-md);
}
.cta-band .eyebrow { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.3); color: #fff; }
.cta-band h2 { color: #fff; max-width: 560px; }

/* Gallery */
.gallery-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px;
}
.gallery-grid figure {
  position: relative; margin: 0; overflow: hidden; border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.gallery-grid figure:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-grid figure:nth-child(4) { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.gallery-grid figure:hover img { transform: scale(1.08); }
.gallery-grid figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 16px;
  font-family: "Fraunces", serif; font-weight: 600; color: #fff;
  background: linear-gradient(transparent, rgba(42,27,14,.82));
  transform: translateY(8px); opacity: 0; transition: transform .35s var(--ease), opacity .35s;
}
.gallery-grid figure:hover figcaption { transform: translateY(0); opacity: 1; }

/* Testimonials */
.testimonials { background: var(--bg-warm); }
.testimonial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.testimonial-card {
  display: flex; flex-direction: column; gap: 14px; padding: 28px 24px;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius);
  box-shadow: var(--shadow-sm); position: relative;
}
.testimonial-card .stars { color: var(--gold); letter-spacing: 2px; font-size: .95rem; }
.testimonial-card p { font-style: italic; color: var(--ink); margin: 0; flex: 1; }
.testimonial-meta { display: flex; align-items: center; gap: 12px; padding-top: 6px; border-top: 1px solid var(--line-soft); }
.testimonial-meta img { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testimonial-meta h3 { font-size: 1rem; color: var(--brand-dark); margin: 0; }
.testimonial-meta span { font-size: .85rem; color: var(--muted); }

/* Contact */
.contact-panel { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px, 5vw, 64px); align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--muted); max-width: 440px; }
.contact-list { display: grid; gap: 12px; margin-top: 26px; }
.contact-list a {
  display: flex; align-items: center; gap: 14px; padding: 16px 18px;
  background: var(--surface); border: 1px solid var(--line-soft); border-radius: var(--radius-sm);
  font-weight: 700; transition: transform .25s var(--ease), border-color .25s, box-shadow .25s;
}
.contact-list a:hover { transform: translateX(4px); border-color: var(--gold); box-shadow: var(--shadow-sm); }
.contact-list a .ic { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border-radius: 11px; background: var(--surface-soft); color: var(--brand); }
.contact-list a .ic .icon { width: 20px; height: 20px; }
.contact-list a .meta { display: flex; flex-direction: column; line-height: 1.25; }
.contact-list a .meta small { font-weight: 600; color: var(--muted); font-size: .78rem; }

.contact-form {
  display: grid; gap: 16px; padding: clamp(26px, 4vw, 38px);
  background: var(--surface); border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md);
}
.contact-form .form-head { margin-bottom: 4px; }
.contact-form .form-head h3 { color: var(--brand-dark); }
.contact-form .form-head p { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.contact-form label { display: grid; gap: 7px; font-weight: 700; font-size: .9rem; color: var(--ink); }
.contact-form input, .contact-form textarea {
  font: inherit; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px;
  background: var(--surface-soft); color: var(--ink); transition: border-color .2s, box-shadow .2s, background .2s;
}
.contact-form input:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--green); background: #fff;
  box-shadow: 0 0 0 4px rgba(58,107,58,.12);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form .button { margin-top: 4px; }
.form-note { font-size: .82rem; color: var(--muted); display: flex; align-items: center; gap: 7px; }
.form-note .icon { width: 16px; height: 16px; color: var(--green); }
.contact-address {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-top: clamp(30px,4vw,48px); padding-top: 26px; border-top: 1px solid var(--line);
  font-style: normal; color: var(--muted); text-align: center;
}
.contact-address .icon { color: var(--brand); width: 20px; height: 20px; }

/* Footer */
footer {
  background: var(--ink); color: rgba(255,255,255,.82);
  padding: clamp(44px, 6vw, 70px) 0 30px;
}
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; }
.footer-brand { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.footer-brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.footer-brand span { font-family: "Fraunces", serif; font-size: 1.2rem; color: #fff; font-weight: 600; }
.footer-col p { color: rgba(255,255,255,.66); font-size: .95rem; }
.footer-col h4 { font-family: "Mulish", sans-serif; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,.74); font-size: .95rem; transition: color .2s, padding-left .2s; }
.footer-col ul a:hover { color: #fff; padding-left: 4px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  margin-top: clamp(36px, 5vw, 54px); padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; color: rgba(255,255,255,.6);
}
.footer-bottom a { color: var(--gold-soft); }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Focus visibility */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px;
}

/* Responsive */
@media (max-width: 1024px) {
  .intro-grid { grid-template-columns: 1fr; }
  .story-image-stack { max-width: 520px; margin-bottom: 40px; }
  .product-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .site-nav {
    position: fixed; inset: 64px 12px auto 12px; flex-direction: column; align-items: stretch; gap: 4px;
    padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
    box-shadow: var(--shadow-lg); transform: translateY(-10px); opacity: 0; pointer-events: none;
    transition: opacity .25s, transform .25s;
  }
  .site-nav.is-open { opacity: 1; transform: none; pointer-events: auto; }
  .nav-toggle { display: flex; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-cta { text-align: center; }
  .brand span { font-size: 1rem; max-width: 170px; }
  .brand-strip { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stats > div:nth-child(2) { border-right: 0; }
  .cta-band { text-align: center; justify-content: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery-grid figure:nth-child(1) { grid-column: span 2; }
  .gallery-grid figure:nth-child(4) { grid-row: span 1; }
  .contact-panel { grid-template-columns: 1fr; }
  .mobile-action-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
    background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -6px 24px rgba(74,42,14,.1);
  }
  .mobile-action-bar a {
    display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px; font-weight: 800;
  }
  .mobile-action-bar a:first-child { color: var(--brand); border-right: 1px solid var(--line); }
  .mobile-action-bar a:last-child { color: var(--green-dark); }
  body { padding-bottom: 56px; }
  .hero { min-height: 80vh; }
}

@media (max-width: 560px) {
  .product-grid, .process-grid, .quality-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .story-image-stack img:last-child { width: 50%; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .hero-slide { transform: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Helpers added during refinement */
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 200;
  background: #fff; color: var(--brand); padding: 10px 16px;
  border-radius: 0 0 10px 0; font-weight: 800; box-shadow: var(--shadow-sm);
}
.skip-link:focus { left: 0; }
.values-row { grid-template-columns: repeat(3, 1fr); margin-top: clamp(48px, 6vw, 80px); }
.process-media { position: relative; }
@media (max-width: 860px) { .values-row { grid-template-columns: 1fr; } }

/* ---- Floating action buttons (WhatsApp / Call / Scroll-to-top) ---- */
.fab-stack {
  position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px);
  z-index: 90; display: flex; flex-direction: column; align-items: flex-end; gap: 12px;
}
.fab {
  display: inline-flex; align-items: center; justify-content: center; gap: 0;
  width: 56px; height: 56px; padding: 0; border: 0; cursor: pointer;
  border-radius: 999px; color: #fff; box-shadow: var(--shadow-md);
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, width .3s var(--ease);
  overflow: hidden;
}
.fab .icon { width: 26px; height: 26px; flex: 0 0 auto; }
.fab:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.fab:focus-visible { outline: 3px solid var(--gold-soft); outline-offset: 3px; }

.fab-wa { background: #25d366; }
.fab-wa:hover { background: #1eb858; }
.fab-call { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); }
.fab-top { background: var(--ink); }
.fab-top[hidden] { display: none; }

/* WhatsApp pill expands to show label on hover (desktop) */
.fab-label {
  max-width: 0; opacity: 0; white-space: nowrap; font-weight: 800; font-size: .95rem;
  transition: max-width .3s var(--ease), opacity .25s, margin .3s var(--ease);
}
@media (hover: hover) and (min-width: 861px) {
  .fab-wa { width: auto; padding: 0 20px 0 16px; gap: 10px; }
  .fab-wa .fab-label { max-width: 200px; opacity: 1; }
}

/* On mobile, lift the stack above the bottom Call/WhatsApp bar so they don't overlap */
@media (max-width: 860px) {
  .fab-stack { bottom: calc(56px + 14px); right: 14px; gap: 10px; }
  .fab { width: 50px; height: 50px; }
  .fab .icon { width: 23px; height: 23px; }
  /* The bottom bar already covers Call + WhatsApp on phones, so hide the duplicate
     floating Call button there and keep only WhatsApp + scroll-to-top. */
  .fab-call { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .fab, .fab-label { transition: none; }
}
