:root {
  --ink: #13313c;
  --ink-deep: #0a232d;
  --muted: #61717a;
  --line: #d9e1df;
  --paper: #f7f8f4;
  --white: #ffffff;
  --mist: #eaf1ee;
  --aqua: #bfe5df;
  --teal: #16716c;
  --orange: #e85a35;
  --orange-dark: #c94627;
  --shadow: 0 18px 45px rgba(19, 49, 60, 0.12);
  --shell: min(1180px, calc(100% - 48px));
  --display: 'Manrope', sans-serif;
  --devanagari: 'Noto Sans Devanagari', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 16px; line-height: 1.6; }
body:has(.image-modal[open]) { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { border: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.shell { width: var(--shell); margin: 0 auto; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; background: var(--ink); color: var(--white); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

/* ---------------------------------- header --------------------------------- */
.header-notice { background: var(--ink-deep); color: #dfecea; font-size: .75rem; font-weight: 700; letter-spacing: .02em; }
.notice-inner { display: flex; min-height: 35px; align-items: center; justify-content: space-between; gap: 18px; }
.notice-inner p { margin: 0; }
.notice-inner a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(247, 248, 244, .92); border-bottom: 1px solid transparent; backdrop-filter: blur(14px); transition: border-color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 5px 20px rgba(19, 49, 60, .06); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
/* the logo file carries its own shape and colour — this rule only sizes it.
   Needs an explicit width because the global `img { width: 100% }` above
   would otherwise stretch it to the width of the brand link. */
.brand-monogram { display: block; width: 43px; height: 43px; flex-shrink: 0; }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: .9rem; letter-spacing: -.03em; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-family: var(--devanagari); font-size: .67rem; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 24px; color: #40525a; font-size: .82rem; font-weight: 700; }
.nav-links > a:not(.nav-whatsapp):hover { color: var(--orange); }
/* jars sit in the nav but read as secondary — the pivot shows in the nav itself */
.nav-secondary { color: #7d8d93; }
.nav-whatsapp { padding: 10px 16px; border-radius: 4px; background: var(--ink); color: var(--white); transition: background .2s ease, transform .2s ease; }
.nav-whatsapp:hover { background: var(--orange); transform: translateY(-2px); }
.menu-toggle { display: none; padding: 8px 0 8px 8px; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 4px 0; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }

/* ----------------------------------- hero ---------------------------------- */
.hero { position: relative; min-height: 665px; overflow: hidden; background: linear-gradient(118deg, #f7f8f4 0%, #f7f8f4 50%, #deeee9 100%); }
.hero::before { position: absolute; top: -180px; right: -60px; width: min(54vw, 760px); aspect-ratio: 1; border: 1px solid rgba(22, 113, 108, .15); border-radius: 50%; content: ''; }
.hero::after { position: absolute; right: 8%; bottom: -180px; width: 410px; height: 410px; border-radius: 50%; background: rgba(232, 90, 53, .1); content: ''; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: 620px; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 58px; padding-top: 50px; padding-bottom: 72px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 16px; color: var(--orange); font-size: .71rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.055em; }
h1 { max-width: 630px; margin-bottom: 16px; font-size: clamp(2.6rem, 5.1vw, 4.75rem); font-weight: 800; }
h1 em { color: var(--teal); font-style: normal; }
.hero-devanagari { max-width: 560px; margin-bottom: 20px; color: var(--teal); font-family: var(--devanagari); font-size: 1.02rem; font-weight: 600; line-height: 1.5; }
.hero-intro { max-width: 570px; margin-bottom: 29px; color: #4e6169; font-size: 1.02rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; font-size: .82rem; font-weight: 800; letter-spacing: .005em; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 9px 20px rgba(232, 90, 53, .24); }
.button-primary:hover { background: var(--orange-dark); box-shadow: 0 12px 24px rgba(232, 90, 53, .32); }
.button-secondary { border-color: #b7c6c3; background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--ink); background: var(--white); }
.hero-facts { display: flex; gap: 30px; margin: 42px 0 0; }
.hero-facts div { min-width: 86px; }
.hero-facts dt { color: var(--ink); font-size: 1.3rem; font-weight: 800; letter-spacing: -.05em; }
.hero-facts dd { margin: 1px 0 0; color: var(--muted); font-size: .7rem; font-weight: 700; line-height: 1.35; }
.hero-visual { position: relative; min-height: 510px; display: flex; align-items: center; justify-content: center; }

/* photo frame — kept for when real installation photos arrive */
.hero-photo-frame { position: absolute; z-index: 2; top: 20px; right: 6%; display: flex; width: min(100%, 440px); height: 466px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid rgba(19, 49, 60, .1); border-radius: 212px 212px 22px 22px; background: #d4e8e3; box-shadow: 24px 24px 0 rgba(19, 49, 60, .07); }
.hero-photo-frame::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(19,49,60,.1)); content: ''; pointer-events: none; }
.hero-photo-frame img { position: relative; z-index: 1; max-width: 370px; max-height: 420px; object-fit: contain; filter: drop-shadow(0 25px 15px rgba(19,49,60,.2)); }
/* `is-photo` switches the frame from product-cutout treatment to a real
   photographic crop. Without it a landscape site photo letterboxes inside the
   dome with mint bars and the drop-shadow traces a hard rectangle. */
.hero-photo-frame.is-photo img { width: 100%; max-width: none; height: 100%; max-height: none; object-fit: cover; filter: none; }
.photo-label { position: absolute; z-index: 3; top: 27px; left: 28px; padding: 7px 10px; border: 1px solid rgba(19,49,60,.13); border-radius: 100px; background: rgba(255,255,255,.78); color: var(--ink); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hero-orbit { position: absolute; z-index: 0; border: 1px dashed rgba(22,113,108,.35); border-radius: 50%; }
.hero-orbit-one { top: -10px; right: -39px; width: 460px; height: 460px; }
.hero-orbit-two { right: 80px; bottom: 18px; width: 300px; height: 300px; }
.hero-watermark { position: absolute; z-index: 0; top: 3px; left: -13px; color: rgba(22, 113, 108, .08); font-size: 13rem; font-weight: 800; letter-spacing: -.13em; line-height: 1; }

/* scope card — the no-photo hero fallback. Deliberately not a stock image. */
.hero-scope-card { position: relative; z-index: 2; width: min(100%, 415px); padding: 32px 30px; border: 1px solid rgba(19,49,60,.1); border-radius: 22px 22px 22px 4px; background: rgba(255,255,255,.9); backdrop-filter: blur(6px); box-shadow: 24px 24px 0 rgba(19,49,60,.06); }
.hero-scope-title { margin-bottom: 18px; color: var(--teal); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-scope-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.hero-scope-list li { display: grid; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; color: var(--ink); font-size: .87rem; font-weight: 600; line-height: 1.45; }
.hero-scope-list span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--teal); font-size: .68rem; font-weight: 800; }
.hero-proof-card { position: absolute; z-index: 3; bottom: 8px; left: -10px; display: flex; align-items: center; gap: 12px; padding: 14px 19px; border-left: 4px solid var(--orange); background: var(--white); box-shadow: var(--shadow); }
.proof-icon { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--aqua); color: var(--teal); font-size: .78rem; font-weight: 800; }
.hero-proof-card p { margin: 0; color: var(--muted); font-size: .67rem; line-height: 1.45; }
.hero-proof-card strong { color: var(--ink); font-size: .76rem; }

/* ------------------------------ credentials -------------------------------- */
/* Replaces the old .brand-strip. Critical difference: nothing here is hidden at
   the 760px breakpoint. The old strip hid its <span> children on mobile, which
   is where nearly all of this audience is. */
.credentials-strip { background: var(--ink-deep); color: #dbe8e6; }
.credentials-inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 26px 0; }
.credential { display: grid; gap: 5px; padding-left: 16px; border-left: 2px solid rgba(191,229,223,.28); }
.credential strong { color: var(--white); font-size: .88rem; letter-spacing: -.02em; }
.credential span { color: #9fbcb9; font-size: .74rem; font-weight: 600; line-height: 1.45; }

/* --------------------------------- sections -------------------------------- */
.section { padding: 112px 0; }
.split-intro, .section-topline { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.section-heading h2 { margin: 0; font-size: clamp(2.15rem, 3.8vw, 3.6rem); font-weight: 800; }
.intro-content { padding-top: 37px; }
.intro-content p { color: var(--muted); }
.intro-content .lead { color: var(--ink); font-size: 1.2rem; font-weight: 600; line-height: 1.5; }
.text-link, .location-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; color: var(--teal); font-size: .8rem; font-weight: 800; }
.text-link:hover, .location-link:hover { color: var(--orange); }
.text-link span, .location-link span { font-size: 1.1rem; }
.section-topline { align-items: end; }
.section-note { max-width: 460px; margin: 0 0 6px auto; color: var(--muted); font-size: .92rem; }
.section-note-light { color: #a9c3c1; }
.assurance-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: var(--line); border: 1px solid var(--line); }
.assurance-card { min-height: 237px; padding: 31px; background: var(--paper); transition: background .25s ease, transform .25s ease; }
.assurance-card:hover { background: var(--white); transform: translateY(-7px); }
.card-number { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.assurance-card h3 { margin: 32px 0 11px; font-size: 1.15rem; }
.assurance-card p { margin: 0; color: var(--muted); font-size: .85rem; }

/* ---------------------------------- scope ---------------------------------- */
.scope-section { background: #edf3f1; }
.scope-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.scope-card { padding: 32px 30px 34px; border: 1px solid rgba(19,49,60,.1); background: var(--white); }
.scope-tag { margin-bottom: 12px; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.scope-card h3 { margin-bottom: 20px; font-size: 1.55rem; }
.scope-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.scope-card li { position: relative; padding-left: 22px; color: #47585f; font-size: .87rem; line-height: 1.45; }
.scope-card li::before { position: absolute; top: .55em; left: 0; width: 8px; height: 2px; content: ''; }
.scope-foot { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid #e6ecea; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.scope-ours { border-top: 4px solid var(--teal); }
.scope-ours .scope-tag { color: var(--teal); }
.scope-ours li::before { background: var(--teal); }
.scope-coordinate { border-top: 4px solid var(--orange); }
.scope-coordinate .scope-tag { color: var(--orange); }
.scope-coordinate li::before { background: var(--orange); }
.scope-not { border-top: 4px solid #b9c6c4; background: #f4f7f6; }
.scope-not .scope-tag { color: #7b8b90; }
.scope-not h3 { color: #4c5f66; }
.scope-not li::before { background: #a8b6b8; }

/* --------------------------------- process --------------------------------- */
/* auto-fit rather than repeat(3,1fr) so the sales narrative sets the step count,
   not the grid. Five steps fit; a sixth would wrap cleanly too. */
.process-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1px; margin-top: 64px; padding: 0; background: var(--line); border: 1px solid var(--line); list-style: none; }
.process-list li { display: grid; gap: 14px; min-height: 210px; padding: 28px 24px; background: var(--paper); align-content: start; }
.process-list span { color: var(--orange); font-size: .74rem; font-weight: 800; }
.process-list h3 { margin: 0 0 9px; font-size: 1.08rem; }
.process-list p { margin: 0; color: var(--muted); font-size: .79rem; }

/* -------------------------------- readiness -------------------------------- */
.readiness-section { background: #edf3f1; }
.readiness-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.readiness-copy h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.4vw, 3.1rem); font-weight: 800; }
.readiness-copy p { max-width: 400px; margin-bottom: 26px; color: var(--muted); }
.readiness-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0; padding: 0; background: #dbe4e1; border: 1px solid #dbe4e1; list-style: none; }
.readiness-list li { display: grid; gap: 7px; padding: 24px 22px; background: var(--white); }
.readiness-list strong { font-size: .93rem; letter-spacing: -.02em; }
.readiness-list span { color: var(--muted); font-size: .79rem; line-height: 1.5; }

/* ----------------------------------- cost ---------------------------------- */
.cost-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 56px; }
.cost-card { padding: 28px 24px 30px; border: 1px solid var(--line); border-top: 3px solid var(--teal); background: var(--white); }
.cost-card span { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.cost-card h3 { margin: 22px 0 9px; font-size: 1.05rem; }
.cost-card p { margin: 0; color: var(--muted); font-size: .81rem; }
.cost-note { max-width: 620px; margin: 40px auto 0; color: var(--ink); font-size: .95rem; font-weight: 600; text-align: center; }

/* --------------------- mineral water bottle plant -------------------------- */
.bottle-section { background: #edf3f1; }
.bottle-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 76px; align-items: center; }
.bottle-copy h2 { margin-bottom: 20px; font-size: clamp(2.1rem, 3.7vw, 3.4rem); font-weight: 800; }
.bottle-copy .lead { color: var(--ink); font-size: 1.18rem; font-weight: 600; line-height: 1.5; }
.bottle-copy > p:not(.lead):not(.eyebrow) { color: var(--muted); font-size: .93rem; }
.bottle-note { margin-top: 22px; padding: 16px 18px; border-left: 3px solid var(--teal); background: rgba(22,113,108,.07); color: #46595f !important; font-size: .85rem !important; }
.bottle-note strong { color: var(--ink); }
.bottle-copy .button { margin-top: 26px; }
.bottle-figure { margin: 0; border: 1px solid rgba(19,49,60,.1); background: var(--white); box-shadow: 22px 22px 0 rgba(19,49,60,.06); }
.bottle-image { display: flex; width: 100%; height: 370px; align-items: center; justify-content: center; padding: 26px; background: var(--white); cursor: zoom-in; }
.bottle-image img { width: auto; max-width: 100%; height: 100%; object-fit: contain; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.bottle-image:hover img { transform: scale(1.04); }
.bottle-figure figcaption { padding: 15px 22px 17px; border-top: 1px solid #e6ecea; color: var(--muted); font-size: .73rem; font-weight: 700; }

.bottle-stages { margin-top: 76px; }
.bottle-stages-title { margin-bottom: 26px; font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.stage-list { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.stage-list li { position: relative; padding: 22px 18px 24px; border-top: 3px solid; background: var(--white); }
.stage-num { display: block; margin-bottom: 14px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; }
.stage-list h4 { margin: 0 0 7px; font-size: .95rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.2; }
.stage-list p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.stage-ours { border-top-color: var(--teal); }
.stage-ours .stage-num { color: var(--teal); }
.stage-partner { border-top-color: var(--orange); background: #fdf7f5; }
.stage-partner .stage-num { color: var(--orange); }
.stage-key { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 22px 0 0; color: var(--muted); font-size: .76rem; font-weight: 700; }
.key-swatch { display: inline-block; width: 13px; height: 3px; }
.key-swatch + * { margin-left: 0; }
.key-ours { background: var(--teal); }
.key-partner { background: var(--orange); margin-left: 18px; }
.bottle-legal { max-width: 780px; margin: 30px 0 0; padding-top: 22px; border-top: 1px solid #dbe4e1; color: var(--muted); font-size: .84rem; }
.bottle-legal strong { color: var(--ink); }

/* ------------------------ equipment / installations ------------------------ */
/* DEFAULT = equipment catalogue treatment: white-background product shots need
   a light ground and object-fit: contain, exactly like the jar tiles.
   `.is-site` flips it to a dark documentary treatment — that variant is for
   real photographs taken at customer sites, which are cluttered phone shots
   and look amateurish inside a bright product frame. */
.installations-section { background: var(--paper); }
.installations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.install-card { margin: 0; overflow: hidden; border: 1px solid rgba(19,49,60,.1); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.install-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.install-image { display: flex; width: 100%; height: 250px; align-items: center; justify-content: center; padding: 22px; overflow: hidden; background: var(--white); cursor: zoom-in; }
.install-image img { width: auto; max-width: 100%; height: 100%; object-fit: contain; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.install-image:hover img { transform: scale(1.05); }
.install-card figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 16px 20px 18px; border-top: 1px solid #e6ecea; }
.install-card figcaption strong { color: var(--ink); font-size: .88rem; letter-spacing: -.02em; }
.install-card figcaption span { color: var(--muted); font-size: .7rem; font-weight: 700; }
.equipment-note { max-width: 640px; margin: 34px auto 0; color: var(--muted); font-size: .8rem; text-align: center; }

/* site-photo variant — documentary treatment */
.installations-section.is-site { background: var(--ink-deep); color: var(--white); }
.installations-section.is-site .section-heading h2 { color: var(--white); }
.is-site .install-card { border-color: rgba(191,229,223,.16); background: #12333e; }
.is-site .install-card:hover { box-shadow: none; }
.is-site .install-image { padding: 0; background: #1b414d; }
.is-site .install-image img { width: 100%; max-width: none; object-fit: cover; }
.is-site .install-card figcaption { border-top-color: rgba(191,229,223,.16); }
.is-site .install-card figcaption strong { color: var(--white); }
.is-site .install-card figcaption span { color: #8fb0ad; }
.installations-empty { display: grid; justify-items: center; max-width: 620px; margin: 56px auto 0; padding: 52px 32px; border: 1px dashed rgba(191,229,223,.3); text-align: center; }
.installations-empty-icon { margin-bottom: 18px; color: var(--aqua); font-size: 2.4rem; line-height: 1; opacity: .55; }
.installations-empty-title { margin-bottom: 12px; color: var(--white); font-size: 1.15rem; font-weight: 700; letter-spacing: -.03em; }
.installations-empty-body { max-width: 460px; margin-bottom: 26px; color: #a9c3c1; font-size: .87rem; }

/* -------------------------------- coverage --------------------------------- */
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.coverage-copy h2 { margin-bottom: 20px; font-size: clamp(2rem, 3.4vw, 3.1rem); font-weight: 800; }
.coverage-copy p { max-width: 480px; color: var(--muted); font-size: .93rem; }
.coverage-panel { padding: 34px 32px 30px; border: 1px solid rgba(19,49,60,.1); background: var(--white); box-shadow: 20px 20px 0 rgba(19,49,60,.06); }
.coverage-row { padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid #e6ecea; }
.coverage-row-tight { padding-bottom: 0; }
.coverage-label { margin-bottom: 8px; color: var(--orange); font-size: .65rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.coverage-value { margin: 0; color: var(--ink); font-size: 1.02rem; font-weight: 600; line-height: 1.45; letter-spacing: -.02em; }
.coverage-foot { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid #e6ecea; color: var(--muted); font-size: .79rem; }

/* ---------------------------- after installation --------------------------- */
.water-section { overflow: hidden; padding: 105px 0; background: var(--ink-deep); color: var(--white); }
.water-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 85px; }
.water-grid-text { grid-template-columns: 1fr 1fr; align-items: start; gap: 80px; }
.eyebrow-light { color: var(--aqua); }
.water-copy h2 { max-width: 540px; margin-bottom: 20px; font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 800; }
.water-copy > p:not(.eyebrow) { max-width: 500px; color: #c4d5d4; }
.water-small { margin-bottom: 27px; color: #86aaa8 !important; font-size: .85rem; }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--aqua); }
.after-panel { padding: 8px 0 0; }
.after-list { display: grid; gap: 1px; margin: 0; padding: 0; background: rgba(191,229,223,.18); border: 1px solid rgba(191,229,223,.18); list-style: none; }
.after-list li { display: grid; gap: 6px; padding: 22px 24px; background: var(--ink-deep); }
.after-list strong { color: var(--white); font-size: .93rem; letter-spacing: -.02em; }
.after-list span { color: #9fbcb9; font-size: .8rem; }

/* ----------------------------------- faq ----------------------------------- */
.faq-list { margin-top: 52px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 22px 40px 22px 0; position: relative; font-size: 1.02rem; font-weight: 700; letter-spacing: -.02em; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 6px; color: var(--orange); font-size: 1.3rem; font-weight: 800; content: '+'; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list summary:hover { color: var(--teal); }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 40px 24px 0; color: var(--muted); font-size: .88rem; }

/* ---------------------------------- jars ----------------------------------- */
/* Deliberately compressed: present and orderable, never competing with the
   plant business for attention. One band, three families, no filter. */
.jars-section { padding: 84px 0; background: #edf3f1; border-top: 1px solid var(--line); }
.jars-head { max-width: 620px; margin-bottom: 40px; }
.jars-head h2 { margin-bottom: 14px; font-size: clamp(1.7rem, 2.6vw, 2.3rem); font-weight: 800; }
.jars-head > p { color: var(--muted); font-size: .9rem; }
.jars-limit { margin: 14px 0 0; padding: 12px 15px; border-left: 3px solid var(--orange); background: rgba(232,90,53,.07); color: #4a5c62 !important; font-size: .82rem; }
.jars-limit strong { color: var(--ink); }
.jars-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jar-tile { overflow: hidden; border: 1px solid rgba(19,49,60,.09); background: var(--white); }
.jar-image { display: flex; width: 100%; height: 168px; align-items: center; justify-content: center; padding: 16px; background: #dae9e5; cursor: zoom-in; }
.jar-image img { width: auto; max-width: 88%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 9px rgba(19,49,60,.16)); transition: transform .4s cubic-bezier(.2,.7,.2,1); }
.jar-image:hover img { transform: scale(1.05); }
.jar-copy { padding: 18px 18px 20px; }
.jar-brand { margin-bottom: 6px; color: var(--teal); font-size: .6rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.jar-copy h3 { margin-bottom: 10px; font-size: 1rem; }
.jar-colours { display: flex; align-items: center; gap: 5px; margin: 0; color: var(--muted); font-size: .7rem; font-weight: 700; }
.jar-colours i { display: inline-block; width: 9px; height: 9px; border: 1px solid rgba(19,49,60,.18); border-radius: 50%; }
.jar-colours i + i { margin-left: -2px; }
.jar-colours i:last-of-type { margin-right: 5px; }
.dot-orange { background: #ee7c20; }
.dot-pink { background: #df3c98; }
.dot-blue { background: #2581d3; }
.jar-cta { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 26px 24px; background: var(--orange); color: var(--white); }
.jar-cta h3 { margin-bottom: 10px; font-size: 1.3rem; }
.jar-cta p { margin-bottom: 20px; font-size: .82rem; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: #082631; }

/* --------------------------------- contact --------------------------------- */
.contact-section { padding: 100px 0; background: #e2efeb; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: start; }
.contact-copy { padding-top: 26px; }
.contact-copy h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 3.6vw, 3.5rem); font-weight: 800; }
.contact-copy > p:not(.eyebrow) { max-width: 390px; color: #446068; }
address { margin-top: 39px; color: #527077; font-size: .9rem; font-style: normal; line-height: 1.75; }
address strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: .75rem; letter-spacing: .04em; text-transform: uppercase; }
.contact-panel { overflow: hidden; border: 1px solid rgba(19,49,60,.1); background: var(--white); box-shadow: 20px 20px 0 rgba(19,49,60,.06); }
.contact-option { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; min-height: 94px; padding: 15px 25px; border-bottom: 1px solid #e3e9e7; transition: background .2s ease; }
.contact-option:hover { background: #f6f9f8; }
.contact-option-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #e6f0ed; color: var(--teal); font-size: 1.15rem; font-weight: 800; }
.contact-option span:not(.contact-option-icon) { display: grid; line-height: 1.35; }
.contact-option small, .contact-option em { color: var(--muted); font-size: .64rem; font-style: normal; font-weight: 700; }
.contact-option strong { color: var(--ink); font-size: .9rem; letter-spacing: -.02em; }
.contact-option > b { color: var(--orange); font-size: 1.2rem; }
.contact-option-whatsapp { background: #fbfffd; }
.contact-option-whatsapp .contact-option-icon { background: #cfeee0; color: #278a5b; }
.contact-form-wrap { padding: 33px 30px 35px; background: #fbfcfa; }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 22px; }
.form-heading h3 { margin: 0; font-size: 1.23rem; }
.form-heading p { margin: 0; color: var(--muted); font-size: .68rem; text-align: right; }
form { display: grid; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: grid; gap: 6px; color: #40545c; font-size: .7rem; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid #cdd9d6; border-radius: 2px; background: var(--white); color: var(--ink); outline: none; padding: 11px 12px; font-size: .82rem; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,113,108,.12); }
input::placeholder, textarea::placeholder { color: #9aa9aa; }
.form-submit { width: 100%; margin-top: 3px; cursor: pointer; }
.form-status { min-height: 18px; margin: 0; color: var(--teal); font-size: .7rem; font-weight: 700; text-align: center; }

/* ---------------------------------- footer --------------------------------- */
.site-footer { background: var(--ink-deep); color: #d6e4e2; }
.footer-inner { display: flex; min-height: 116px; align-items: center; justify-content: space-between; gap: 25px; padding: 24px 0; }
.brand-footer .brand-copy strong { color: var(--white); }
.brand-footer .brand-copy span { color: #9ab2b1; font-family: var(--display); font-size: .59rem; }
.footer-inner > p { max-width: 430px; margin: 0; color: #8ca9a7; font-size: .69rem; font-weight: 600; line-height: 1.6; }
.mobile-contact-bar { display: none; }

/* ---------------------------------- modal ---------------------------------- */
.image-modal { width: min(840px, calc(100% - 34px)); max-height: min(720px, calc(100% - 34px)); padding: 0; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 28px 80px rgba(0,0,0,.4); }
.image-modal::backdrop { background: rgba(7, 29, 37, .75); backdrop-filter: blur(4px); }
.image-modal > img { max-height: 500px; object-fit: contain; background: #dce9e5; }
.modal-copy { padding: 21px 29px 26px; }
.modal-copy .eyebrow { margin-bottom: 7px; }
.modal-copy h2 { margin-bottom: 7px; font-size: 1.55rem; }
.modal-copy p:last-child { max-width: 590px; margin: 0; color: var(--muted); font-size: .86rem; }
.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; width: 37px; height: 37px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.95); color: var(--ink); font-size: 1.7rem; line-height: 1; cursor: pointer; }
.modal-close:hover { background: var(--orange); color: white; }

/* --------------------------------- reveals --------------------------------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-sm { transition-delay: .09s; }
.reveal-delay-md { transition-delay: .18s; }

/* ------------------------------- breakpoints ------------------------------- */
@media (max-width: 1080px) {
  .cost-grid { grid-template-columns: repeat(2, 1fr); }
  .jars-tiles { grid-template-columns: repeat(2, 1fr); }
  .stage-list { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 930px) {
  .nav-links { gap: 15px; font-size: .78rem; }
  .hero-grid, .water-grid { gap: 34px; }
  .split-intro, .section-topline, .contact-grid, .readiness-grid, .coverage-grid, .water-grid-text { gap: 50px; }
  .hero-visual { min-height: 430px; }
  .hero-photo-frame { height: 420px; }
  .hero-photo-frame img { max-height: 370px; }
  .scope-grid { grid-template-columns: 1fr; }
  .credentials-inner { grid-template-columns: 1fr; gap: 18px; }
  .bottle-grid { gap: 44px; }
  .bottle-image { height: 300px; }
  .installations-grid { gap: 14px; }
  .install-image { height: 210px; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 36px, 590px); }
  body { padding-bottom: 66px; }
  /* The notice bar is still hidden here — but unlike before, it no longer
     carries any information that exists nowhere else. The positioning lives in
     the H1 and the credentials strip, both of which stay visible on mobile. */
  .header-notice { display: none; }
  .nav { min-height: 72px; }
  .brand-monogram { width: 39px; height: 39px; }
  .brand-copy strong { font-size: .83rem; }
  .menu-toggle { position: relative; z-index: 2; display: block; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav-links { position: absolute; top: 71px; right: 0; left: 0; display: grid; gap: 0; padding: 11px 18px 21px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 15px 20px rgba(19,49,60,.07); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  /* keeps hidden links out of the tab order rather than merely invisible */
  .nav-links:not(.is-open) { visibility: hidden; }
  .nav-links > a:not(.nav-whatsapp) { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .88rem; }
  .nav-whatsapp { margin-top: 13px; text-align: center; }
  .hero { min-height: 0; }
  .hero::before { top: auto; right: -150px; bottom: 55px; width: 440px; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding-top: 52px; padding-bottom: 70px; }
  h1 { font-size: clamp(2.4rem, 10.5vw, 3.6rem); }
  .hero-devanagari { font-size: .95rem; }
  .hero-intro { font-size: .95rem; }
  .hero-facts { gap: 18px; margin-top: 32px; }
  .hero-facts dt { font-size: 1.1rem; }
  .hero-visual { min-height: 0; display: block; }
  .hero-photo-frame { position: relative; top: 0; right: 0; width: 100%; height: 340px; margin: 0 auto; }
  .hero-photo-frame img { max-width: 260px; max-height: 300px; }
  .hero-scope-card { width: 100%; padding: 26px 22px; box-shadow: 12px 12px 0 rgba(19,49,60,.06); }
  .hero-orbit, .hero-watermark, .hero-proof-card { display: none; }
  .credentials-inner { padding: 22px 0; }
  .section { padding: 68px 0; }
  .split-intro, .section-topline, .water-grid, .water-grid-text, .contact-grid, .readiness-grid, .coverage-grid { grid-template-columns: 1fr; gap: 26px; }
  .section-heading h2 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .intro-content { padding-top: 0; }
  .intro-content .lead { font-size: 1.05rem; }
  .assurance-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .assurance-card { min-height: 0; padding: 24px; }
  .assurance-card h3 { margin-top: 18px; }
  .section-note { margin: 0; }
  .scope-grid { margin-top: 34px; gap: 14px; }
  .scope-card { padding: 26px 22px 28px; }
  .scope-card h3 { font-size: 1.35rem; }
  .process-list { grid-template-columns: 1fr; margin-top: 36px; }
  .process-list li { min-height: 0; padding: 22px 20px; }
  .readiness-list { grid-template-columns: 1fr; }
  .readiness-list li { padding: 20px 18px; }
  .cost-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 34px; }
  .cost-note { margin-top: 30px; text-align: left; }
  .bottle-grid { grid-template-columns: 1fr; gap: 30px; }
  .bottle-copy h2 { font-size: clamp(1.9rem, 8.5vw, 2.7rem); }
  .bottle-copy .lead { font-size: 1.04rem; }
  .bottle-image { height: 250px; padding: 18px; }
  .bottle-figure { box-shadow: 10px 10px 0 rgba(19,49,60,.06); }
  .bottle-stages { margin-top: 44px; }
  .stage-list { grid-template-columns: 1fr 1fr; gap: 10px; }
  .stage-list li { padding: 18px 15px 20px; }
  .stage-list h4 { font-size: .88rem; }
  .stage-key { font-size: .72rem; }
  .key-partner { margin-left: 0; }
  .installations-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .install-image { height: 230px; }
  .equipment-note { margin-top: 26px; text-align: left; }
  .installations-empty { margin-top: 34px; padding: 38px 22px; }
  .coverage-panel { padding: 26px 22px; box-shadow: 9px 9px 0 rgba(19,49,60,.06); }
  .water-section { padding: 68px 0; }
  .after-panel { padding: 0; }
  .faq-list { margin-top: 32px; }
  .faq-list summary { padding: 18px 34px 18px 0; font-size: .95rem; }
  .faq-list details p { padding-right: 20px; font-size: .85rem; }
  .jars-section { padding: 62px 0; }
  .jars-head { margin-bottom: 28px; }
  .jars-tiles { grid-template-columns: 1fr 1fr; gap: 12px; }
  .jar-image { height: 140px; }
  .jar-copy { padding: 14px 14px 16px; }
  .jar-copy h3 { font-size: .92rem; }
  .jar-cta { grid-column: 1 / -1; padding: 24px 22px; }
  .contact-section { padding: 68px 0; }
  .contact-copy { padding-top: 0; }
  .contact-panel { box-shadow: 9px 9px 0 rgba(19,49,60,.06); }
  .contact-option { grid-template-columns: 38px 1fr auto; padding: 14px 17px; }
  .contact-form-wrap { padding: 26px 18px 28px; }
  .form-heading { display: block; }
  .form-heading p { margin-top: 6px; text-align: left; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { min-height: 0; flex-direction: column; align-items: flex-start; gap: 14px; padding: 28px 0; }
  .mobile-contact-bar { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr 1fr; border-top: 1px solid #c7d5d1; background: var(--white); box-shadow: 0 -4px 18px rgba(19,49,60,.12); }
  .mobile-contact-bar a { display: grid; min-height: 65px; place-items: center; align-content: center; gap: 2px; border-right: 1px solid #e1e8e5; color: var(--ink); font-size: .64rem; font-weight: 800; }
  .mobile-contact-bar a:last-child { border: 0; }
  .mobile-contact-bar span { color: var(--orange); font-size: 1.1rem; line-height: 1; }
  .mobile-contact-bar .mobile-whatsapp { background: #e4f4e9; color: #20764c; }
  .mobile-contact-bar .mobile-whatsapp span { color: #20764c; }
  .image-modal { width: calc(100% - 24px); }
  .image-modal > img { max-height: 57vh; }
  .modal-copy { padding: 17px 20px 23px; }
  .reveal, .reveal-delay, .reveal-delay-sm, .reveal-delay-md { transition-delay: 0s; }
}

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