:root {
  --black: #0a0a0a;
  --ink: #151412;
  --charcoal: #24221f;
  --amber: #f5a800;
  --amber-dark: #d99000;
  --amber-soft: #fff1c6;
  --canvas: #f2f0eb;
  --white: #fff;
  --muted: #6f6b64;
  --border: #d9d5cd;
  --radius: 10px;
  --shadow: 0 16px 40px rgb(26 22 17 / 10%);
  --container: 1344px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--canvas); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
body.intro-active, body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }

.intro-loader { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; overflow: hidden; color: #f2f0eb; background: #0a0a0a; clip-path: inset(0 0 0 0); transition: clip-path 580ms cubic-bezier(.76, 0, .24, 1), opacity 200ms ease; }
.intro-loader[hidden] { display: none; }
.intro-loader__content { width: min(340px, calc(100vw - 48px)); text-align: center; }
.intro-loader__mark { position: relative; height: 160px; display: grid; place-items: center; }
.intro-loader__trace { position: absolute; z-index: 2; width: 118px; height: 118px; overflow: visible; fill: none; stroke: #f2f0eb; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; transition: opacity 180ms ease; }
.intro-loader__trace path { stroke-dasharray: 1; stroke-dashoffset: 1; }
.intro-loader__bolt { stroke: #f2c230; transform-box: fill-box; transform-origin: center; }
.intro-loader.is-drawing .intro-loader__cable { animation: intro-draw 590ms cubic-bezier(.65, 0, .35, 1) forwards; }
.intro-loader.is-drawing .intro-loader__plug { animation: intro-draw 360ms 240ms cubic-bezier(.65, 0, .35, 1) forwards; }
.intro-loader.is-drawing .intro-loader__lead { animation: intro-draw 260ms 390ms cubic-bezier(.65, 0, .35, 1) forwards; }
.intro-loader.is-activated .intro-loader__bolt { animation: intro-draw 340ms cubic-bezier(.65, 0, .35, 1) forwards, intro-pulse 260ms 340ms ease-out; }
.intro-loader__official-logo { width: min(300px, 100%); height: 112px; margin-inline: auto; overflow: hidden; opacity: 0; transform: translateY(10px); clip-path: inset(0 100% 0 0); transition: opacity 380ms ease, transform 420ms cubic-bezier(.16, 1, .3, 1), clip-path 460ms cubic-bezier(.16, 1, .3, 1); }
.intro-loader__official-logo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.intro-loader.is-complete-mark .intro-loader__trace { opacity: 0; }
.intro-loader.is-complete-mark .intro-loader__official-logo { opacity: 1; transform: translateY(0); clip-path: inset(0 0 0 0); }
.intro-loader__progress { width: min(240px, 70vw); margin: 18px auto 0; }
.intro-loader__progress > span { display: block; margin-bottom: 11px; font-size: 12px; font-weight: 700; letter-spacing: .12em; font-variant-numeric: tabular-nums; }
.intro-loader__track { height: 1px; overflow: hidden; background: rgb(242 240 235 / 20%); }
.intro-loader__track i { display: block; width: 100%; height: 100%; background: #f2c230; transform: scaleX(0); transform-origin: left; will-change: transform; }
.intro-loader.is-exiting { clip-path: inset(0 0 100% 0); pointer-events: none; }
body.intro-active main, body.intro-active .site-header, body.intro-active .utility-bar, body.intro-active .mobile-action-bar { opacity: .85; transform: translateY(16px); }
body.intro-revealed main, body.intro-revealed .site-header, body.intro-revealed .utility-bar, body.intro-revealed .mobile-action-bar { opacity: 1; transform: translateY(0); transition: opacity 420ms ease, transform 480ms cubic-bezier(.16, 1, .3, 1); }
@keyframes intro-draw { to { stroke-dashoffset: 0; } }
@keyframes intro-pulse { 50% { transform: scale(1.035); } }

.skip-link { position: fixed; z-index: 999; left: 16px; top: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.utility-bar { background: var(--amber); color: var(--black); font-size: 13px; font-weight: 700; }
.utility-inner { height: 36px; display: flex; align-items: center; justify-content: space-between; }
.utility-inner > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.utility-links { display: flex; gap: 24px; }
.utility-links a:hover { text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; color: var(--white); background: rgb(10 10 10 / 97%); border-bottom: 1px solid transparent; transition: border-color 260ms var(--ease), background 260ms var(--ease); }
.site-header.scrolled { background: var(--black); border-bottom-color: rgb(255 255 255 / 12%); }
.header-inner { height: 74px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; transition: height 280ms var(--ease); }
.site-header.scrolled .header-inner { height: 66px; }
.logo-link { width: 190px; height: 54px; overflow: hidden; display: flex; align-items: center; }
.logo-link img, .footer img { width: 100%; height: auto; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2vw, 34px); font-size: 14px; font-weight: 650; }
.desktop-nav a { position: relative; padding-block: 24px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--amber); transition: right 180ms var(--ease); }
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { right: 0; }
.desktop-nav a.is-active { color: var(--white); }
.icon-button { width: 46px; height: 46px; border: 0; color: var(--white); background: transparent; display: none; place-items: center; cursor: pointer; }
.menu-button { gap: 4px; align-content: center; }
.menu-button span { width: 21px; height: 2px; background: currentColor; transform-origin: center; transition: opacity 180ms var(--ease), transform 220ms var(--ease); }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.header-spacer { display: none; }
.mobile-nav { position: relative; z-index: 2; padding: 8px 20px 24px; border-top: 1px solid rgb(255 255 255 / 14%); background: var(--black); }
.mobile-nav a { display: block; padding: 14px 0; border-bottom: 1px solid rgb(255 255 255 / 10%); font-weight: 650; }
.mobile-nav-scrim { position: fixed; z-index: 1; inset: 0; width: 100%; border: 0; background: rgb(0 0 0 / 55%); }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 750; line-height: 1.2; transition: background 220ms var(--ease), border-color 220ms var(--ease), color 220ms var(--ease), transform 140ms var(--ease); }
.button:active { transform: translateY(1px); }
.button-primary { color: var(--black); background: var(--amber); }
.button-primary:hover { background: var(--amber-dark); }
.button-secondary { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-secondary:hover { color: var(--white); background: var(--ink); }
.button-secondary-dark { color: var(--white); border-color: rgb(255 255 255 / 40%); }
.button-secondary-dark:hover { color: var(--black); background: var(--white); }
.button-dark { color: var(--white); background: var(--black); }
.button-dark:hover { background: var(--charcoal); }
.button-block { width: 100%; }

.section-dark { color: var(--white); background: var(--black); }
.section-light { background: var(--canvas); }
.section-white { background: var(--white); }
.section-accent { background: var(--amber); }
.eyebrow { margin: 0 0 14px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--amber-dark); }
.section-dark .eyebrow { color: var(--amber); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 24px; font-size: clamp(2.45rem, 4.6vw, 4.5rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.2vw, 3.35rem); }
h3 { font-size: 1.25rem; }

.hero { padding: 72px 0 86px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .8fr 1.2fr; grid-template-areas: "copy visual"; align-items: center; gap: clamp(36px, 5vw, 84px); }
.hero-grid > *, .story-grid > *, .editorial-pair > *, .feature-grid > *, .campaign-grid > *, .emi-grid > *, .store-gallery > * { min-width: 0; }
.hero-copy { grid-area: copy; min-width: 0; max-width: 620px; }
.hero-visual { grid-area: visual; min-width: 0; border-radius: var(--radius); overflow: hidden; background: var(--canvas); }
.hero-visual img { width: 100%; height: auto; }
.hero-lede { max-width: 590px; margin-bottom: 30px; color: #cfcbc3; font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 28px 0 0; padding: 0; color: #d7d3cb; font-size: 13px; list-style: none; }
.trust-line li::before { content: "✓"; margin-right: 7px; color: var(--amber); }
.google-proof { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; max-width: 610px; margin-top: 24px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 16%); }
.google-proof > div { display: grid; gap: 2px; }
.google-proof strong { font-size: 15px; }
.google-proof strong span:first-child { color: var(--amber); }
.google-proof span { color: #d7d3cb; font-size: 12px; }
.google-proof p { margin: 0; color: #aaa59c; font-size: 12px; }

.retail-proof { overflow: hidden; border-bottom: 1px solid var(--border); color: var(--ink); background: var(--amber); }
.retail-proof-track { display: flex; width: max-content; animation: retail-proof-scroll 38s linear infinite; }
.retail-proof-track:hover, .retail-proof-track:focus { animation-play-state: paused; outline-offset: -3px; }
.retail-proof-group { display: flex; align-items: center; flex-shrink: 0; min-height: 42px; }
.retail-proof-group span { display: inline-flex; align-items: center; white-space: nowrap; font-size: 12px; font-weight: 800; letter-spacing: .015em; }
.retail-proof-group span::after { content: ""; width: 4px; height: 4px; margin: 0 24px; border-radius: 50%; background: rgb(10 10 10 / 55%); }
@keyframes retail-proof-scroll { to { transform: translateX(-50%); } }

.categories, .products, .guidance, .featured-category, .campaign, .whatsapp-story { padding: 96px 0; }
.section-heading { margin-bottom: 44px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { max-width: 530px; margin: 0; color: var(--muted); }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.category-grid-complete { grid-template-columns: repeat(12, minmax(0, 1fr)); }
.category-grid-complete .category-card { grid-column: span 3; }
.category-grid-complete .category-card:nth-last-child(-n+3) { grid-column: span 4; }
.category-card { min-width: 0; }
.category-media { display: block; aspect-ratio: 16 / 9; overflow: hidden; border-radius: var(--radius); background: #e8e3db; box-shadow: 0 1px 0 rgb(0 0 0 / 8%); }
.category-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 260ms var(--ease), filter 260ms var(--ease); }
.category-card:hover img { transform: scale(1.025); filter: brightness(1.025); }
.category-label { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 16px 2px 0; }
.category-label::after { content: "→"; display: inline-block; margin-left: auto; color: var(--amber-dark); transition: transform 220ms var(--ease); }
.category-card:hover .category-label::after { transform: translateX(4px); }
.category-card:active .category-media { opacity: .92; }
.category-label strong { font-size: 1.2rem; }
.category-label span { color: var(--muted); font-size: 13px; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { overflow: hidden; border: 1px solid var(--border); border-radius: 12px; background: var(--white); transition: transform 240ms var(--ease), border-color 240ms var(--ease), box-shadow 240ms var(--ease); }
.product-card:hover { transform: translateY(-3px); border-color: #aaa49a; box-shadow: 0 12px 28px rgb(26 22 17 / 8%); }
.product-card:hover .saving { background: #ffe59a; }
.product-card:hover .button-primary { background: var(--amber-dark); }
.product-status { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 16px; border-bottom: 1px solid var(--border); font-size: 12px; font-weight: 750; }
.available { color: #18794e; }
.low-stock { color: #9a5a00; }
.product-media { aspect-ratio: 4 / 3; padding: 18px; background: var(--canvas); }
.product-media img { width: 100%; height: 100%; object-fit: contain; transition: transform 220ms var(--ease); }
.product-card:hover .product-media img { transform: scale(1.02); }
.product-body { padding: 22px; }
.brand, .price-label { margin-bottom: 5px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-body h3 { min-height: 2.7em; margin-bottom: 9px; }
.specs { min-height: 24px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.reference-price { margin-bottom: 4px; color: var(--muted); font-size: 13px; }
.price { margin-bottom: 5px; font-size: 2rem; font-weight: 850; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.saving { display: inline-block; margin-bottom: 14px; padding: 5px 8px; border-radius: 4px; background: var(--amber-soft); font-size: 12px; font-weight: 800; transition: background 220ms var(--ease); }
.outlet-reason { min-height: 46px; margin-bottom: 16px; color: var(--muted); font-size: 13px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-bottom: 18px; padding-top: 15px; border-top: 1px solid var(--border); font-size: 12px; font-weight: 700; }
.product-meta span::before { content: "✓"; margin-right: 5px; color: #18794e; }
.demo-note { margin: 24px 0 0; color: var(--muted); font-size: 12px; }

.outlet-story { padding: 104px 0; }
.story-grid, .editorial-pair, .feature-grid, .campaign-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(44px, 7vw, 100px); align-items: center; }
.story-copy p:not(.eyebrow), .section-dark figcaption { color: #c9c5bd; }
.proof-list { margin: 34px 0 0; padding: 0; list-style: none; }
.proof-list li { display: grid; grid-template-columns: minmax(145px, .55fr) 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 16%); }
.proof-list span { color: #aaa59c; }
.editorial-image { margin: 0; }
.editorial-image img { width: 100%; height: auto; border-radius: var(--radius); }
.editorial-image figcaption { margin-top: 10px; font-size: 12px; }
.editorial-copy { max-width: 560px; }
.editorial-copy > p:not(.eyebrow), .feature-copy > p:not(.eyebrow), .campaign-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-block; margin-top: 8px; border-bottom: 2px solid var(--amber); font-weight: 800; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform 160ms var(--ease); }
.text-link:hover span { transform: translateX(4px); }
.editorial-pair-reverse .editorial-image { order: 2; }
.editorial-pair-reverse .editorial-copy { order: 1; }

.emi { padding: 72px 0; }
.emi .eyebrow { color: #624300; }
.emi-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; }
.emi-grid h2 { margin-bottom: 0; }
.emi-grid p { max-width: 590px; }
.campaign-collage img { aspect-ratio: 3 / 2; object-fit: contain; }

.store { padding: 104px 0; }
.store-heading > p { color: #c9c5bd; }
.store-gallery { display: grid; grid-template-columns: 1.4fr .6fr; gap: 24px; align-items: start; }
.store-gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #151515; }
.store-gallery figure:not(.store-main) img { aspect-ratio: 4 / 3; }
.store-contact { display: grid; grid-template-columns: 1fr 1fr auto; gap: 28px; align-items: center; margin: 40px 0; padding: 28px; border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius); }
.store-contact > div:not(.store-actions) { display: grid; gap: 4px; }
.store-contact span:not(.contact-label) { color: #a9a59d; font-size: 13px; }
.contact-label { color: var(--amber); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.store-actions { display: flex; gap: 10px; }
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 42px 0 22px; }
.location-card { display: flex; flex-direction: column; min-height: 260px; padding: 24px; border: 1px solid rgb(255 255 255 / 17%); border-radius: var(--radius); background: #121212; transition: border-color 240ms var(--ease), transform 240ms var(--ease); }
.location-card:hover { border-color: rgb(245 168 0 / 48%); transform: translateY(-2px); }
.location-media { position: relative; aspect-ratio: 16 / 10; flex: 0 0 auto; margin: -24px -24px 22px; overflow: hidden; border-radius: 9px 9px 0 0; background: #1a1917; box-shadow: 0 12px 24px -24px rgb(0 0 0 / 80%); }
.location-media::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: rgb(0 0 0 / 6%); }
.location-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms var(--ease), filter 350ms var(--ease); }
.location-media-bhiwandi img { object-position: 50% 50%; }
.location-media-mira img { object-position: 48% 50%; }
.location-media-titwala img { object-position: 44% 50%; }
.location-media-vasai img { object-position: 50% 52%; }
.location-image-badge { position: absolute; z-index: 2; top: 14px; right: 14px; padding: 6px 10px; border-radius: 5px; color: var(--black); background: var(--amber); font-size: 11px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.location-card-primary { grid-column: span 2; }
.location-card h3 { margin-bottom: 12px; }
.location-card p { color: #bbb7af; }
.location-card .text-link { margin-top: auto; align-self: flex-start; }
.location-top { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 18px; }
.location-top .contact-label { margin: 0; }
.location-status { padding: 4px 8px; border: 1px solid rgb(245 168 0 / 48%); border-radius: 999px; color: var(--amber); font-size: 11px; font-weight: 800; transition: background 220ms var(--ease), color 220ms var(--ease); }
.location-card:hover .location-status, .location-card-coming .location-status { color: var(--black); background: var(--amber); }
.location-rating { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.location-rating strong { color: var(--amber); }
.location-hours { font-weight: 750; color: var(--white) !important; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: auto; padding-top: 12px; }
.text-link-dark { color: var(--white); }
.map-preview { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-bottom: 40px; padding: 26px; border: 1px solid rgb(255 255 255 / 17%); border-radius: var(--radius); background: #1a1917; }
.map-preview h3 { margin-bottom: 6px; }
.map-preview p:not(.contact-label) { margin-bottom: 0; color: #aaa59c; }
.store-exterior { max-width: 980px; margin-inline: auto; }
.footer { padding: 72px 0 90px; color: var(--white); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 60px; }
.footer-grid > div:first-child { max-width: 360px; }
.footer img { width: 180px; margin-bottom: 16px; }
.footer h2 { margin-bottom: 15px; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; }
.footer a { display: block; margin: 9px 0; color: #c9c5bd; }
.footer-grid span { display: block; margin: 9px 0; color: #a9a59d; }
.footer .hindi-name { margin-bottom: 8px; color: var(--white); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 14%); color: #8f8a82; font-size: 12px; }
.mobile-action-bar { display: none; }

.reveal-card, .reveal-group { transition: opacity 560ms var(--ease), transform 560ms var(--ease); }
.reveal-image { overflow: hidden; clip-path: inset(0 0 12% 0); opacity: 0; transition: clip-path 680ms var(--ease), opacity 460ms var(--ease); }
.reveal-image img { transform: scale(1.025); transition: transform 700ms var(--ease); }
.reveal-image.is-visible { clip-path: inset(0); opacity: 1; }
.reveal-image.is-visible img { transform: scale(1); }
.js .reveal-card:not(.is-visible), .js .reveal-group:not(.is-visible) { opacity: 0; transform: translateY(18px); }

.js body:not(.intro-revealed) .hero-visual { opacity: 0; clip-path: inset(0 0 12% 0); transform: scale(1.018); }
.js body:not(.intro-revealed) .hero-copy > * { opacity: 0; transform: translateY(16px); }
.hero-visual { transition: opacity 480ms var(--ease), clip-path 620ms var(--ease), transform 650ms var(--ease); }
.hero-copy > * { transition: opacity 440ms var(--ease), transform 520ms var(--ease); }
body.intro-revealed .hero-visual, body.intro-revealed .hero-copy > * { opacity: 1; clip-path: inset(0); transform: none; }
body.intro-revealed .hero-copy .eyebrow { transition-delay: 90ms; }
body.intro-revealed .hero-copy h1 { transition-delay: 150ms; }
body.intro-revealed .hero-lede, body.intro-revealed .hero-actions { transition-delay: 240ms; }
body.intro-revealed .trust-line, body.intro-revealed .google-proof { transition-delay: 340ms; }

@media (max-width: 1023px) {
  .desktop-nav, .header-cta { display: none; }
  .header-inner { grid-template-columns: 46px 1fr 46px; gap: 12px; height: 64px; }
  .site-header.scrolled .header-inner { height: 58px; }
  .logo-link { width: 154px; height: 50px; justify-self: center; }
  .header-spacer { display: block; width: 46px; height: 46px; }
  .icon-button { display: grid; }
  .mobile-nav { position: absolute; top: 100%; left: 0; right: 0; max-height: calc(100vh - 64px); overflow-y: auto; opacity: 0; transform: translateY(-10px); transition: opacity 180ms var(--ease), transform 180ms var(--ease); }
  .mobile-nav.is-open { opacity: 1; transform: translateY(0); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid-complete { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid-complete .category-card, .category-grid-complete .category-card:nth-last-child(-n+3), .category-grid-complete .category-card:last-child { grid-column: auto; }
  .store-contact { grid-template-columns: 1fr 1fr; }
  .store-actions { grid-column: span 2; }
  .location-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-card-primary { grid-column: span 2; }
}

@media (max-width: 767px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .utility-inner { justify-content: center; }
  .utility-links { display: none; }
  .hero { padding: 24px 0 64px; }
  .hero-grid { display: flex; flex-direction: column; gap: 34px; }
  .hero-copy, .hero-visual { width: 100%; max-width: 100%; }
  .hero-copy { order: 2; }
  .hero-visual { order: 1; }
  .hero-visual img { width: 100%; max-width: 100%; }
  .hero-copy h1 { overflow-wrap: anywhere; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  h1 { font-size: clamp(2.3rem, 10vw, 3rem); }
  h2 { font-size: clamp(1.9rem, 8vw, 2.55rem); }
  .categories, .products, .guidance, .featured-category, .campaign, .whatsapp-story { padding: 68px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 30px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .category-grid-complete { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-grid-complete .category-card, .category-grid-complete .category-card:nth-last-child(-n+3), .category-grid-complete .category-card:last-child { grid-column: auto; }
  .category-media { aspect-ratio: 4 / 3; }
  .category-label { display: grid; gap: 2px; padding-top: 10px; }
  .category-label strong { font-size: 1rem; }
  .product-grid { grid-template-columns: 1fr; gap: 18px; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-body h3, .specs, .outlet-reason { min-height: 0; }
  .story-grid, .editorial-pair, .feature-grid, .campaign-grid, .emi-grid { grid-template-columns: 1fr; gap: 34px; }
  .outlet-story, .store { padding: 72px 0; }
  .proof-list li { grid-template-columns: 1fr; gap: 6px; }
  .editorial-pair-reverse .editorial-image, .editorial-pair-reverse .editorial-copy { order: initial; }
  .feature-copy { order: 2; }
  .emi { padding: 60px 0; }
  .store-gallery { grid-template-columns: 1fr; }
  .store-gallery figure:not(.store-main) img { aspect-ratio: 16 / 9; }
  .store-contact { grid-template-columns: 1fr; padding: 22px; }
  .store-actions { grid-column: auto; display: grid; }
  .location-grid { grid-template-columns: 1fr; }
  .location-card-primary { grid-column: auto; }
  .location-actions { display: grid; width: 100%; }
  .map-preview { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { display: grid; }
  .mobile-action-bar { position: fixed; z-index: 70; left: 0; right: auto; bottom: 0; width: 100vw; display: grid; grid-template-columns: 1.35fr .65fr .8fr; min-height: calc(64px + env(safe-area-inset-bottom)); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--border); background: var(--white); box-shadow: 0 -8px 24px rgb(0 0 0 / 10%); }
  .mobile-action-bar a { display: grid; place-items: center; min-width: 0; padding: 10px 6px; font-size: 13px; font-weight: 800; }
  .mobile-action-bar .action-primary { background: var(--amber); }
  .intro-loader__content { width: min(230px, calc(100vw - 40px)); }
  .intro-loader__mark { height: 138px; }
  .intro-loader__trace { width: 100px; height: 100px; }
  .intro-loader__official-logo { height: 92px; }
}

@media (min-width: 768px) and (max-width: 911px) {
  .story-grid, .editorial-pair, .feature-grid, .campaign-grid, .emi-grid { grid-template-columns: 1fr; gap: 42px; }
  .editorial-pair-reverse .editorial-image, .editorial-pair-reverse .editorial-copy { order: initial; }
  .feature-copy { order: 2; }
  .store-gallery { grid-template-columns: 1fr; }
  .store-gallery figure:not(.store-main) img { aspect-ratio: 16 / 9; }
}

@media (min-width: 1280px) {
  .location-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .location-card-primary { grid-column: auto; }
}

@media (hover: none), (pointer: coarse) {
  .category-card:hover img, .product-card:hover .product-media img { transform: none; filter: none; }
  .product-card:hover, .location-card:hover { transform: none; box-shadow: none; }
  .product-card:hover { border-color: var(--border); }
  .product-card:hover .saving { background: var(--amber-soft); }
  .product-card:hover .button-primary { background: var(--amber); }
  .location-card:hover { border-color: rgb(255 255 255 / 17%); }
  .location-card:not(.location-card-coming):hover .location-status { color: var(--amber); background: transparent; }
  .location-card:hover .location-media img { transform: none; filter: none; }
  .category-card:hover .category-label::after { transform: none; }
  .text-link:hover span { transform: none; }
}

@media (hover: hover) and (pointer: fine) {
  .location-card:hover .location-media img { transform: scale(1.03); filter: brightness(1.025); }
}

@media (max-width: 389px) {
  .container { width: calc(100% - 28px); }
  .logo-link { width: 140px; }
  .utility-bar { font-size: 12px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-grid-complete { grid-template-columns: 1fr; }
  .google-proof { grid-template-columns: 1fr; gap: 8px; }
  .category-media { aspect-ratio: 16 / 9; }
}

@media (min-width: 1440px) {
  .hero { padding-block: 88px 102px; }
  .categories, .products, .guidance, .featured-category, .campaign, .whatsapp-story { padding-block: 112px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .js .reveal-card:not(.is-visible) { opacity: 1; transform: none; }
  .intro-loader { clip-path: none; transition: opacity 200ms ease !important; }
  .intro-loader__trace { display: none; }
  .intro-loader__official-logo { opacity: 1; transform: none; clip-path: none; }
  .intro-loader.is-exiting { opacity: 0; }
  .retail-proof-track { width: auto; animation: none; }
  .retail-proof-group { flex-wrap: wrap; justify-content: center; }
  .retail-proof-group[aria-hidden="true"] { display: none; }
  .reveal-image { clip-path: none; opacity: 1; }
  .reveal-image img, .js body:not(.intro-revealed) .hero-visual, .js body:not(.intro-revealed) .hero-copy > * { opacity: 1; clip-path: none; transform: none; }
}
