/* ====================================================
   SAMRIDDHI BHOG — Premium Indian Flour Brand
   Colors: Deep Red · Gold · Warm Cream · Brown
   Fonts: Spectral (display) · Poppins (headings + body)
   ==================================================== */

@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
  --red:           #C0181A;
  --red-dark:      #8B0000;
  --red-deeper:    #6B1113;
  --maroon:        #4A0D0E;
  --maroon-dark:   #3A0A0B;

  --gold:          #E8A800;
  --gold-light:    #F0C040;
  --gold-dark:     #B8860B;
  --gold-muted:    #9B7A2F;

  --cream:         #FFF9F0;
  --cream-dark:    #FFF3DC;
  --cream-deeper:  #F0E6D4;
  --white:         #FFFFFF;

  --brown:         #5C2D0A;
  --brown-dark:    #3D2207;
  --brown-light:   #8B6914;

  --text-dark:     #2D1810;
  --text-body:     #5C4033;
  --text-muted:    #8B7355;
  --text-faint:    #A89580;

  --border:        #E8D5B8;
  --border-light:  #F0E6D4;

  --font-display:  'Spectral', Georgia, serif;
  --font-heading:  'Poppins', 'Helvetica Neue', Arial, sans-serif;
  --font-body:     'Poppins', 'Helvetica Neue', Arial, sans-serif;

  --nav-h:         72px;
  --max-w:         1240px;
  --transition:    .3s ease;
  --shadow-sm:     0 2px 8px rgba(92,45,10,.06);
  --shadow-md:     0 4px 20px rgba(92,45,10,.1);
  --shadow-lg:     0 12px 40px rgba(92,45,10,.15);
}

/* ══ Reset ══ */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--text-body);background:var(--cream);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
p{font-size:1.15rem;line-height:1.8}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:none;background:none}
ul{list-style:none}

/* ══ Typography ══ */
h1,h2,h3{font-family:var(--font-display);line-height:1.15;color:var(--red-dark);font-weight:600}
h4,h5,h6{font-family:var(--font-heading);font-weight:500;color:var(--red-dark)}
h1{font-size:clamp(2.8rem,5.5vw,4.2rem);letter-spacing:-.02em}
h2{font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:-.01em}
h3{font-size:clamp(1.4rem,2.5vw,1.8rem)}
h4{font-size:1.05rem}

.section-label{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--red);margin-bottom:1rem}
.section-label::before{content:'';width:40px;height:2px;background:var(--red)}

/* ══ Layout ══ */
.container{width:92%;max-width:var(--max-w);margin-inline:auto;padding-inline:max(1rem,env(safe-area-inset-left))}
.section{padding:100px 0}

/* ══ Buttons ══ */
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.9rem 2rem;font-family:var(--font-heading);font-size:.82rem;font-weight:600;letter-spacing:.06em;border:2px solid transparent;transition:var(--transition);cursor:pointer;text-decoration:none;border-radius:2px}
.btn-red{background:var(--red);color:var(--white);border-color:var(--red)}
.btn-red:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-1px)}
.btn-gold{background:var(--gold);color:var(--brown-dark);border-color:var(--gold);font-weight:700}
.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light)}
.btn-outline{background:transparent;color:var(--red-dark);border-color:var(--red-dark)}
.btn-outline:hover{background:var(--red-dark);color:var(--white)}
.btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}
.btn-outline-white:hover{background:#fff;color:var(--red-dark)}
.btn-white{background:#fff;color:var(--red);border-color:#fff}
.btn-white:hover{background:var(--cream);border-color:var(--cream)}
.btn-whatsapp{background:#25D366;color:#fff;border-color:#25D366;font-weight:700;border-radius:50px;font-size:.9rem;padding:.85rem 2rem}
.btn-whatsapp:hover{background:#1DA851;border-color:#1DA851}
.text-link{font-family:var(--font-heading);font-size:1.2rem;font-weight:600;color:var(--red-dark);border-bottom:1.5px solid var(--red-dark);padding-bottom:3px;transition:var(--transition)}
.text-link:hover{color:var(--red);border-color:var(--red)}
.btn-block{display:block;width:100%;text-align:center;justify-content:center}
.btn-caps{text-transform:uppercase;letter-spacing:.12em}

/* ══ Top Bar ══ */
.topbar{background:var(--maroon-dark);padding:8px 0;font-family:var(--font-heading);font-size:.72rem;color:rgba(255,255,255,.85);letter-spacing:.02em}
.topbar-inner{width:90%;max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.topbar-left{display:flex;align-items:center;gap:.35rem}
.topbar-left .icon{color:var(--gold)}
.topbar-right a{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.85);transition:color .2s}
.topbar-right a:hover{color:#25D366}
.topbar-right .whatsapp-icon{color:#25D366}

/* ══ Navbar ══ */
.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:1000;transition:all .3s ease;background:var(--cream);border-bottom:1px solid var(--border-light)}
.navbar.scrolled{box-shadow:0 2px 20px rgba(92,45,10,.08)}
.nav-inner{width:90%;max-width:var(--max-w);margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between}
.nav-logo{font-family:var(--font-display);font-size:1.55rem;font-weight:700;color:var(--red);letter-spacing:-.01em}
.nav-logo span{color:var(--red-dark);font-weight:800}
.nav-logo-image{display:inline-flex;align-items:center;flex-shrink:0;padding:2px 0}
.header-logo{height:56px;width:auto;display:block;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(58,10,11,.12))}
.nav-logo-full{display:flex;align-items:center;gap:.75rem}
.nav-logo-emblem{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--red),var(--red-dark));display:flex;align-items:center;justify-content:center;color:var(--gold-light);font-family:var(--font-heading);font-size:.9rem;font-weight:700;letter-spacing:.08em;box-shadow:0 4px 14px rgba(74,13,14,.16)}
.nav-logo-text{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--red-dark);line-height:1.1;letter-spacing:-.01em}
.nav-logo-sub{font-family:var(--font-heading);font-size:.55rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);display:block;margin-top:2px}
.nav-links{display:flex;gap:2.2rem;align-items:center}
.nav-link{font-family:var(--font-heading);font-size:1rem;font-weight:500;color:var(--text-dark);position:relative;padding:4px 0;transition:color .2s}
.nav-link:hover,.nav-link.active{color:var(--red)}
.nav-link::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--red);transition:width .25s}
.nav-link:hover::after,.nav-link.active::after{width:100%}
.nav-cta{display:inline-flex;align-items:center;gap:.45rem;background:var(--red);color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:600;padding:.6rem 1.4rem;border-radius:4px;transition:background .2s}
.nav-cta:hover{background:var(--red-dark)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.nav-hamburger span{width:24px;height:2px;background:var(--text-dark);transition:.3s}

/* Mobile Nav */
.nav-mobile{position:fixed;top:0;right:-100%;width:min(300px,100vw);height:100vh;background:var(--cream);z-index:1001;padding:2rem;padding-top:max(2rem,env(safe-area-inset-top));padding-right:max(2rem,env(safe-area-inset-right));transition:right .35s ease;box-shadow:-5px 0 30px rgba(0,0,0,.1);overflow-y:auto}
.nav-mobile.open{right:0}
.nav-mobile-close{position:absolute;top:1.2rem;right:1.2rem;font-size:1.8rem;color:var(--text-dark);background:none;border:none;cursor:pointer}
.nav-mobile .mobile-link{display:block;padding:1rem 0;font-family:var(--font-heading);font-size:1.05rem;font-weight:500;color:var(--text-dark);border-bottom:1px solid var(--border-light)}
.nav-mobile .mobile-link:hover{color:var(--red)}
.nav-mobile .nav-cta{display:flex;justify-content:center;margin-top:1.5rem}
.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:1000;opacity:0;pointer-events:none;transition:opacity .3s}
.nav-overlay.active{opacity:1;pointer-events:auto}

/* ══ Hero (Video) ══ */
.hero--video{position:relative;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#0d0500}

/* Fullscreen background video */
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;pointer-events:none}
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-panel,
.hero-video::-webkit-media-controls-play-button,
.hero-video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important}

/* Dark cinematic overlay — gradient top + bottom darkening */
.hero-video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,rgba(10,4,0,.55) 0%,rgba(10,4,0,.25) 40%,rgba(10,4,0,.45) 75%,rgba(10,4,0,.80) 100%)}

/* Radial vignette */
.hero-video-vignette{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse at center,transparent 35%,rgba(0,0,0,.65) 100%)}

/* CSS Floating flour dust particles */
.hero-particles{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden}
.hp{position:absolute;border-radius:50%;background:rgba(255,245,210,.55);animation:hpFloat linear infinite}
.hp1{width:4px;height:4px;left:8%;animation-duration:9s;animation-delay:0s;top:80%}
.hp2{width:3px;height:3px;left:15%;animation-duration:12s;animation-delay:1.5s;top:90%}
.hp3{width:5px;height:5px;left:24%;animation-duration:8s;animation-delay:0.8s;top:75%}
.hp4{width:2px;height:2px;left:33%;animation-duration:14s;animation-delay:2.2s;top:85%}
.hp5{width:4px;height:4px;left:42%;animation-duration:10s;animation-delay:0.3s;top:88%}
.hp6{width:6px;height:6px;left:52%;animation-duration:11s;animation-delay:3.1s;top:92%}
.hp7{width:3px;height:3px;left:61%;animation-duration:9.5s;animation-delay:1.0s;top:78%}
.hp8{width:5px;height:5px;left:70%;animation-duration:13s;animation-delay:2.8s;top:82%}
.hp9{width:2px;height:2px;left:78%;animation-duration:7.5s;animation-delay:0.5s;top:95%}
.hp10{width:4px;height:4px;left:86%;animation-duration:10.5s;animation-delay:1.8s;top:86%}
.hp11{width:3px;height:3px;left:92%;animation-duration:12.5s;animation-delay:4.0s;top:90%}
.hp12{width:5px;height:5px;left:4%;animation-duration:8.5s;animation-delay:3.5s;top:70%}
@keyframes hpFloat{0%{transform:translateY(0) translateX(0);opacity:0}10%{opacity:.7}80%{opacity:.5}100%{transform:translateY(-100vh) translateX(40px);opacity:0}}

/* Content overlay */
.hero--video{justify-content:flex-start}
.hero-video-content{position:relative;z-index:4;text-align:left;padding:0 5% 0 6%;max-width:720px}
.hero-tagline-video{font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-light);margin-bottom:1.5rem;display:flex;align-items:center;justify-content:flex-start;gap:1rem}
.hero-tagline-video::before{display:none}
.hero-tagline-video::after{content:'';width:40px;height:1px;background:var(--gold)}
.hero-video-title{font-family:var(--font-display);font-size:clamp(4rem,9vw,8rem);font-weight:600;line-height:1;color:#fff;letter-spacing:-.02em;margin-bottom:1rem;text-shadow:0 4px 40px rgba(0,0,0,.5)}
.hero-title-gold{color:var(--gold);display:block}
.hero-video-sub{font-family:var(--font-body);font-size:1.3rem;font-style:italic;color:rgba(255,245,210,.8);margin-bottom:2.5rem;letter-spacing:.04em}
.hero-video-btns{display:flex;gap:1rem;justify-content:flex-start;flex-wrap:wrap;margin-bottom:2.5rem}
.hero-video-badges{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap}
.hvb{font-family:var(--font-heading);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,240,190,.65)}

/* Scroll cue */
.hero-scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:.5rem}
.hsc-line{width:1px;height:50px;background:linear-gradient(to bottom,rgba(255,220,100,0),rgba(255,220,100,.7));animation:hscPulse 2.2s ease-in-out infinite}
.hsc-text{font-family:var(--font-heading);font-size:.58rem;letter-spacing:.22em;color:rgba(255,220,100,.6);text-transform:uppercase}
@keyframes hscPulse{0%,100%{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.12)}}

/* Legacy hero layout — NOT applied when video variant is used */
.hero:not(.hero--video){min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--cream);padding-top:var(--nav-h)}
.hero-left{display:flex;flex-direction:column;justify-content:center;padding:4rem 0 4rem 5%;max-width:680px}
.hero-tagline{display:inline-flex;align-items:center;gap:.75rem;font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark);margin-bottom:2rem}
.hero-tagline::before,.hero-tagline::after{content:'';width:60px;height:2px;background:var(--red)}
.hero h1{font-size:clamp(3rem,6vw,5rem);line-height:1.05;margin-bottom:1.5rem;font-weight:500}
.hero h1 .gold{color:var(--gold-dark);font-style:italic}
.hero-hindi{font-family:var(--font-body);font-size:1.1rem;font-style:italic;color:var(--text-muted);margin-bottom:1rem}
.hero-desc{font-size:1.55rem;color:var(--text-body);line-height:1.8;margin-bottom:2.5rem;max-width:440px}
.hero-btns{display:flex;gap:1.2rem;align-items:center;flex-wrap:wrap}
.hero-right{position:relative;background:var(--red);display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-right--canvas{background:#1a0800;padding:0}
.hero-canvas{display:block;width:100%;height:100%;position:absolute;inset:0}
.hero-right::before{content:'';position:absolute;width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.06);top:50%;left:50%;transform:translate(-50%,-50%)}
.hero-right::after{content:'';position:absolute;width:700px;height:700px;border-radius:50%;background:rgba(255,255,255,.03);top:50%;left:50%;transform:translate(-50%,-50%)}

/* ══ Trust Marquee ══ */
.trust-marquee{background:var(--maroon-dark);overflow:hidden;padding:14px 0;white-space:nowrap}
.trust-marquee-track{display:inline-flex;animation:marquee 25s linear infinite}
.trust-marquee-track:hover{animation-play-state:paused}
.trust-marquee-content{display:inline-flex;gap:3rem;padding-right:3rem}
.trust-marquee-item{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#fff}
.trust-marquee-item .star{color:var(--gold-light);font-size:.7rem}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ══ Why Trust Us ══ */
.why-section{padding:100px 0;background:var(--cream)}
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.why-card{background:#fff;border:1px solid var(--border);border-radius:8px;padding:2rem;transition:all .3s}
.why-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.why-card-icon{width:48px;height:48px;border-radius:50%;background:rgba(192,24,26,.08);display:flex;align-items:center;justify-content:center;font-size:1.2rem;margin-bottom:1.25rem}
.why-card h4{font-family:var(--font-heading);font-size:1.45rem;font-weight:700;color:var(--red-dark);margin-bottom:.6rem}
.why-card p{font-size:1.35rem;color:var(--text-body);line-height:1.7}

/* ══ Products ══ */
.products-section{padding:100px 0;background:var(--cream)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.product-card{background:#fff;border:1px solid var(--border-light);border-radius:8px;overflow:hidden;transition:all .3s;display:flex;flex-direction:column}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.product-card-img{height:220px;display:flex;align-items:center;justify-content:center;background:#fff;position:relative;border-bottom:1px solid var(--border-light)}
.product-sku-img{max-height:205px;max-width:100%;width:auto;height:auto;object-fit:contain;display:block;transition:transform .3s;filter:drop-shadow(0 8px 12px rgba(58,10,11,.14))}
.product-card[data-cat="besan"] .product-card-img{background:#fff8ea}
.product-card[data-cat="sattu"] .product-card-img{background:#fff7ed}
.product-card[data-cat="besan"] .product-sku-img{filter:drop-shadow(0 8px 12px rgba(58,10,11,.14)) saturate(1.08)}
.product-card[data-cat="sattu"] .product-sku-img{filter:drop-shadow(0 8px 12px rgba(58,10,11,.14)) saturate(1.06)}
.product-card:hover .product-sku-img{transform:scale(1.04)}
.product-pack{width:100px;height:140px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-family:var(--font-heading);text-align:center;box-shadow:0 6px 20px rgba(0,0,0,.15);transform:rotate(-3deg);transition:transform .3s}
.product-pack-fallback{display:none}
.product-card:hover .product-pack{transform:rotate(0deg) scale(1.05)}
.product-pack .pack-brand{font-size:.5rem;letter-spacing:.1em;opacity:.8;margin-bottom:2px}
.product-pack .pack-name{font-size:.95rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.product-pack .pack-weight{font-size:.55rem;letter-spacing:.08em;opacity:.7;margin-top:4px}
.pack-aata{background:var(--red)}
.pack-besan{background:#C4941A}
.pack-sattu{background:#A89040}
.pack-suji{background:#B8A870}
.pack-maida{background:#8B9D77}
.pack-daliya{background:#7D6530}
.product-card-body{padding:1.5rem;display:flex;flex-direction:column;flex:1;background:var(--cream-dark)}
.product-card-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--red-dark);margin-bottom:.5rem}
.product-card-desc{font-size:1.35rem;color:var(--text-body);line-height:1.65;margin-bottom:1rem}
.product-variants{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.25rem}
.variant-tag{font-family:var(--font-heading);font-size:.68rem;font-weight:500;padding:.3rem .6rem;border-radius:3px;background:var(--cream-dark);color:var(--text-muted);border:1px solid var(--border)}
.product-card .btn-red{width:100%;justify-content:center;border-radius:4px;margin-top:auto}

/* Product filters */
.product-filters{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:2rem;margin-bottom:2.5rem}
.filter-tab{font-family:var(--font-heading);font-size:.82rem;font-weight:500;padding:.55rem 1.2rem;border-radius:4px;border:1px solid var(--border);background:transparent;color:var(--text-body);cursor:pointer;transition:all .2s}
.filter-tab:hover{border-color:var(--red);color:var(--red)}
.filter-tab.active{background:var(--red);color:#fff;border-color:var(--red)}

/* ══ Subscribe ══ */
.subscribe-section{padding:100px 0;background:var(--cream-dark)}
.subscribe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.sub-card{background:var(--white);border:1px solid var(--border);border-radius:8px;overflow:hidden;transition:transform .3s,box-shadow .3s}
.sub-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.sub-card-header{padding:1.5rem 1.5rem 1rem}
.sub-card-label{font-family:var(--font-heading);font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--red);margin-bottom:.4rem}
.sub-card-header h3{font-family:var(--font-display);font-size:1.65rem;color:var(--text-dark)}
.sub-card--featured .sub-card-header{background:var(--maroon-dark);padding:1.5rem}
.sub-card--featured .sub-card-label{color:var(--gold)}
.sub-card--featured .sub-card-header h3{color:#fff}
.sub-card-body{padding:1.5rem}
.sub-card-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--border-light);font-size:.92rem;color:var(--text-body)}
.sub-card-item::before{content:'–';color:var(--text-muted);font-weight:700}
.sub-card-item:last-child{border-bottom:none}
.sub-card-footer{padding:0 1.5rem 1.5rem}
.sub-card-footer .btn{width:100%;justify-content:center;text-transform:uppercase;letter-spacing:.1em}
.sub-card--featured .sub-card-footer .btn-red{background:var(--red);border-color:var(--red);color:var(--cream)}
.sub-card--featured .sub-card-footer .btn-red:hover{background:var(--red-dark);border-color:var(--red-dark)}
.subscribe-note{text-align:center;margin-top:2rem;font-size:.85rem;color:var(--text-muted)}

/* ══ Atta Comparison — full-bleed section ══ */
.atta-comparison-section{display:block;line-height:0;background:#1a0d05;overflow:hidden}
.atta-comparison-img{width:100%;height:auto;display:block;object-fit:cover}

/* ══ Why Samriddhi Bhog Atta ══ */
.why-atta-section{padding:90px 0;background:var(--cream)}
.why-atta-header{text-align:center;margin-bottom:3.5rem}
.why-atta-ornament{font-family:var(--font-heading);font-size:.75rem;letter-spacing:.2em;color:var(--gold-dark);margin-bottom:1rem}
.why-atta-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:600;color:var(--text-dark);margin-bottom:.75rem}
.text-gold-dark{color:var(--gold-dark)}
.why-atta-sub{font-size:1.05rem;color:var(--text-muted);font-style:italic}
.why-atta-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}

/* Card */
.why-atta-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(92,45,10,.12);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}
.why-atta-card:hover{transform:translateY(-6px);box-shadow:0 14px 44px rgba(92,45,10,.2)}

/* Photo area */
.wac-photo-wrap{position:relative;flex-shrink:0}
.wac-photo{width:100%;height:220px;object-fit:cover;display:block}

/* Icon circle — sits at bottom edge of photo, centred */
.wac-icon{position:absolute;bottom:-22px;left:50%;transform:translateX(-50%);width:46px;height:46px;border-radius:50%;background:var(--maroon);border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;box-shadow:0 3px 10px rgba(0,0,0,.18);z-index:1}

/* Text area */
.wac-body{padding:1.5rem 1.5rem 1.75rem;text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}
.wac-body h4{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;color:var(--brown,#4A2800);margin:0 0 .65rem;line-height:1.35}
.wac-body p{font-size:.88rem;color:var(--text-muted,#8a7060);line-height:1.7;margin:0}

/* Legacy helpers — kept for other pages */
.why-atta-card-img{width:100%;height:auto;display:block}
.why-atta-img-wrap{position:relative}
.why-atta-img{height:190px;width:100%}
.why-atta-icon-circle{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;background:var(--white);border:2px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:var(--shadow-sm)}
.why-atta-card h4{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--brown);margin:2rem 1.25rem .5rem;line-height:1.35}
.why-atta-card p{font-size:.88rem;color:var(--text-muted);padding:0 1.25rem 1.5rem;line-height:1.65}
.why-atta-footer-ornament{text-align:center;margin-top:3rem;font-family:var(--font-heading);font-size:.75rem;letter-spacing:.2em;color:var(--gold-dark)}

/* ══ Comparison Section (legacy, hidden) ══ */
.comparison-section{padding:100px 0;background:var(--maroon);color:#fff}
.comparison-section .section-label{color:var(--gold)}
.comparison-section .section-label::before{background:var(--gold)}
.comparison-section h2{color:#fff}
.comparison-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;margin-top:3rem;align-items:stretch}
.comparison-col{padding:2rem;border-radius:8px}
.comparison-col--us{background:rgba(255,249,240,.08);border:1px solid rgba(192,24,26,.5)}
.comparison-col--them{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.08)}
.comparison-col h3{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.15);margin-bottom:1.25rem}
.comparison-col--us h3{color:var(--cream)}
.comparison-col--them h3{color:rgba(255,255,255,.7)}
.comparison-item{display:flex;align-items:flex-start;gap:.6rem;padding:.7rem 0;font-size:.9rem;line-height:1.6}
.comparison-item .check{color:var(--gold);font-weight:700}
.comparison-item .cross{color:rgba(255,255,255,.35)}
.comparison-col--us .comparison-item{color:rgba(255,255,255,.9)}
.comparison-col--them .comparison-item{color:rgba(255,255,255,.55)}
.comparison-vs{display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:rgba(255,255,255,.2);writing-mode:vertical-lr;letter-spacing:.2em}

/* ══ Process ══ */
/* ══ Process — Snake / Z layout ══ */
.process-section{padding:100px 0;background:var(--cream)}

.process-header{text-align:center;margin-bottom:4rem}
.process-eyebrow{display:flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--font-heading);font-size:.7rem;font-weight:700;letter-spacing:.22em;color:var(--gold-dark);text-transform:uppercase;margin-bottom:1rem}
.peh-rule{display:inline-block;width:36px;height:1px;background:var(--gold-dark);opacity:.55}
.process-title{font-family:var(--font-display);font-size:clamp(2.2rem,5vw,3.4rem);font-weight:700;color:var(--maroon-dark);margin-bottom:.65rem}
.process-sub{font-size:1rem;color:var(--text-muted);font-style:italic}
.process-ornament{color:var(--gold-dark);font-size:1.2rem;margin-top:.6rem}

/* ── Snake track ── */
.process-track{position:relative}

/* Row 1: 4-col grid, LTR */
.process-row-1{display:grid;grid-template-columns:repeat(3,1fr);position:relative}
/* Horizontal dashed connector — spans from center of col-1 to center of col-4 */
.process-row-1::after{content:'';position:absolute;top:45px;left:calc(100%/6);right:calc(100%/6);border-top:1.5px dashed rgba(184,134,11,.35);z-index:0}

/* Z-bend: vertical line on right side linking rows */
.process-z-connector{position:relative;height:60px}
.process-z-connector::after{content:'';position:absolute;right:calc(100%/6 - 1px);top:0;bottom:0;border-right:1.5px dashed rgba(184,134,11,.35)}

/* Row 2: 4-col grid, items placed in cols 4, 3, 2 (snake right→left) */
.process-row-2{display:grid;grid-template-columns:repeat(3,1fr);position:relative}
/* Connector from col-2 center to col-4 center */
.process-row-2::after{content:'';position:absolute;top:45px;left:calc(100%/6);right:calc(100%/6);border-top:1.5px dashed rgba(184,134,11,.35);z-index:0}

/* Column placement for row-2 items — explicit grid-row:1 prevents auto-placement cursor bug */
.pn--col4{grid-column:4;grid-row:1}
.pn--col3{grid-column:3;grid-row:1}
.pn--col2{grid-column:2;grid-row:1}

/* ── Individual step node ── */
.pn{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem 2.5rem;position:relative;z-index:1}

/* Circle */
.pn-circle{width:90px;height:90px;border-radius:50%;background:#fff;border:1.5px solid rgba(184,134,11,.28);display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:1.25rem;box-shadow:0 4px 18px rgba(92,45,10,.07);transition:transform .3s,box-shadow .3s}
.pn:hover .pn-circle{transform:translateY(-4px);box-shadow:0 10px 30px rgba(92,45,10,.13)}

/* Number badge */
.pn-num{position:absolute;top:-7px;right:-7px;width:26px;height:26px;border-radius:50%;background:var(--gold);color:#fff;font-family:var(--font-heading);font-size:.62rem;font-weight:700;display:flex;align-items:center;justify-content:center;letter-spacing:.02em;box-shadow:0 2px 6px rgba(184,134,11,.4)}

/* SVG icon */
.pn-svg{width:36px;height:36px;color:var(--gold-dark);stroke:var(--gold-dark)}

/* Text */
.pn h4{font-family:var(--font-heading);font-size:.95rem;font-weight:700;color:var(--maroon-dark);margin-bottom:.5rem;line-height:1.35}
.pn p{font-size:.8rem;color:var(--text-muted);line-height:1.7;max-width:138px;margin:0 auto}

/* ── Callout box ── */
.process-callout{display:flex;align-items:center;gap:1rem;margin:3rem auto 0;padding:1.25rem 2rem;background:rgba(184,134,11,.07);border:1px solid rgba(184,134,11,.22);border-radius:10px;max-width:500px}
.pc-icon{width:28px;height:28px;color:var(--gold-dark);flex-shrink:0}
.process-callout p{font-size:.9rem;color:var(--text-body);line-height:1.5;margin:0}
.process-callout strong{color:var(--maroon-dark)}

.process-cta{text-align:center;margin-top:2rem}
.process-link{font-family:var(--font-heading);font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-dark);border-bottom:1px solid rgba(184,134,11,.35);padding-bottom:2px;transition:color .2s,border-color .2s}
.process-link:hover{color:var(--gold);border-color:var(--gold)}

/* ══ B2B ══ */
.b2b-section{padding:100px 0;background:var(--cream)}
.b2b-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}
.b2b-col h4{font-size:1rem;margin-bottom:1rem;color:var(--red-dark)}
.b2b-list li{padding:.55rem 0;font-size:.92rem;color:var(--text-body);border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:.5rem}
.b2b-list li::before{content:'→';color:var(--gold);font-weight:700}

/* ══ Infrastructure Teaser ══ */
.infra-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.infra-photo{position:relative;border-radius:8px;overflow:hidden;transition:transform .3s;background:var(--cream-deeper)}
.infra-photo:hover{transform:scale(1.02)}
.infra-img{width:100%;height:260px;object-fit:cover;display:block}
.infra-label{position:absolute;bottom:0;left:0;right:0;padding:.6rem 1rem;background:linear-gradient(to top,rgba(58,10,11,.75),transparent);font-family:var(--font-heading);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff}

/* ══ Certifications Bar ══ */
.cert-bar{background:var(--maroon-dark);padding:16px 0}
.cert-bar-inner{width:90%;max-width:var(--max-w);margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}
.cert-item{display:flex;align-items:center;gap:.45rem;font-family:var(--font-heading);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff}
.cert-item .star{color:var(--gold-light)}

/* ══ Recipes ══ */
.recipes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:2.5rem}
.recipe-card{background:#fff;border-radius:12px;overflow:hidden;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px rgba(92,45,10,.08)}
.recipe-card:hover{transform:translateY(-6px);box-shadow:0 16px 44px rgba(92,45,10,.15)}
.recipe-card-img{height:210px;overflow:hidden;background:var(--cream-deeper)}
.recipe-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.recipe-card:hover .recipe-img{transform:scale(1.05)}
.recipe-card-body{padding:1.4rem 1.5rem 1.6rem}
.recipe-card-body h4{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:var(--maroon-dark);margin-bottom:.5rem;line-height:1.3}
.recipe-desc{font-size:.84rem;color:var(--text-muted);line-height:1.7;margin-bottom:.9rem}
.recipe-card-meta{display:flex;gap:.75rem;flex-wrap:wrap;font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem;font-family:var(--font-heading);letter-spacing:.03em}
.recipe-card-product{font-size:.78rem;font-family:var(--font-heading);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark)}

/* ══ About Teaser ══ */
.about-teaser-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}
.about-stats{display:flex;gap:2rem;margin:2rem 0}
.about-stat-num{font-family:var(--font-display);font-size:2.8rem;font-weight:700;color:var(--red-dark);line-height:1.1}
.about-stat-unit{font-size:1.6rem;font-weight:700;vertical-align:baseline;margin-left:.05em}
.about-stat-label{font-family:var(--font-heading);font-size:1rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-top:.2rem}

/* ══ Video Section ══ */
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}
.video-card{height:220px;background:#2D2D2D;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;cursor:pointer;transition:transform .3s}
.video-card:hover{transform:scale(1.02)}
.video-play-btn{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}
.video-play-btn svg{width:24px;height:24px;fill:#fff}
.video-card-title{font-family:var(--font-heading);font-size:.82rem;font-weight:500;color:rgba(255,255,255,.7)}

/* ══ Contact CTA ══ */
.contact-cta{padding:80px 0;background:var(--maroon-dark)}
.contact-cta-inner{width:90%;max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.contact-cta h2{color:#fff}
.contact-cta p{color:rgba(255,255,255,.8)}

/* ══ Footer ══ */
.footer{background:var(--maroon-dark);color:rgba(255,249,240,.75);padding:72px 0 0}
.footer-inner{width:90%;max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:4rem;padding-bottom:56px}

.footer-brand .btn-whatsapp{background:rgba(255,249,240,.08);border:1px solid rgba(255,249,240,.2);color:rgba(255,249,240,.9);font-size:.82rem;padding:.75rem 1.6rem;border-radius:6px;display:inline-flex;align-items:center;gap:.5rem;transition:background .2s}
.footer-brand .btn-whatsapp:hover{background:rgba(255,249,240,.14)}
.footer-brand .location{font-size:.82rem;color:rgba(255,249,240,.35);margin-top:1.25rem;line-height:1.7}

.footer-col h4{font-family:var(--font-heading);font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;padding-bottom:.6rem;border-bottom:1px solid rgba(255,249,240,.08)}
.footer-col a{display:block;padding:.45rem 0;font-size:.92rem;color:rgba(255,249,240,.55);transition:color .2s}
.footer-col a:hover{color:#fff}

.footer-divider{width:90%;max-width:var(--max-w);margin:0 auto;border:none;border-top:1px solid rgba(255,249,240,.08)}

.footer-bottom{padding:1.5rem 0}
.footer-bottom-inner{width:90%;max-width:var(--max-w);margin:0 auto;display:flex;justify-content:space-between;align-items:center;font-size:.78rem;color:rgba(255,249,240,.3)}
.footer-bottom-inner a{color:rgba(255,249,240,.3);transition:color .2s}
.footer-bottom-inner a:hover{color:rgba(255,249,240,.65)}
.footer-owner-link{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .85rem;border:1px solid rgba(255,249,240,.28);border-radius:999px;font-size:.72rem;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,249,240,.88)!important;background:rgba(255,249,240,.06);transition:background .2s,border-color .2s,color .2s}
.footer-owner-link:hover{background:rgba(255,249,240,.14);border-color:rgba(255,249,240,.45);color:#fff!important}

/* ══ Nutrition Page ══ */
.nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:start}
.nutrition-card{background:#fff;border:1px solid var(--border-light);border-radius:8px;overflow:hidden}
.nutrition-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--maroon-dark)}
.nutrition-card-label{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:#fff;letter-spacing:.02em}
.nutrition-serving{font-size:.75rem;color:rgba(255,249,240,.55);letter-spacing:.05em;text-transform:uppercase}
.nutrition-table{width:100%;border-collapse:collapse;font-size:.92rem}
.nutrition-table thead tr{background:var(--cream-deeper)}
.nutrition-table th{padding:.55rem 1.25rem;text-align:left;font-family:var(--font-heading);font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-weight:700}
.nutrition-table th:last-child,.nutrition-table td:last-child{text-align:right}
.nutrition-table td{padding:.5rem 1.25rem;color:var(--text-body);border-bottom:1px solid var(--border-light)}
.nutrition-table tbody tr:last-child td{border-bottom:none}
.nutrition-row--energy td{font-weight:700;color:var(--red-dark);background:rgba(192,24,26,.04)}
.nutrition-row--sub td{padding-left:2rem;color:var(--text-muted);font-size:.87rem}
.nutrition-row--highlight td{color:var(--red-dark);font-weight:600}
.nutrition-highlights{display:flex;flex-wrap:wrap;gap:.4rem;padding:.85rem 1.25rem;background:var(--cream)}
.nutrition-badge{font-size:.72rem;font-family:var(--font-heading);font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--red-dark);background:rgba(192,24,26,.07);border:1px solid rgba(192,24,26,.15);padding:.25rem .6rem;border-radius:4px}

/* ══ WhatsApp Float ══ */
.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:999}
.whatsapp-float-btn{width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .3s;cursor:pointer}
.whatsapp-float-btn:hover{transform:scale(1.1)}
.whatsapp-float-btn svg{width:28px;height:28px;fill:#fff}

/* ══ Page Hero (inner pages) ══ */
.page-hero{padding:calc(var(--nav-h) + 60px) 0 60px;background:var(--cream)}
.page-hero--products{background:#fff;border-bottom:1px solid var(--border)}
.page-hero p,.page-hero-content p{font-size:1.3rem;line-height:1.85}
.page-hero--about{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch;min-height:80vh;padding-top:var(--nav-h);padding-bottom:0}
.page-hero-content{padding:4rem 5% 4rem 4rem}
.page-hero-content .quote{font-family:var(--font-display);font-size:1.15rem;font-style:italic;color:var(--gold-dark);border-left:3px solid var(--gold);padding-left:1.25rem;margin:1.5rem 0;line-height:1.7}

/* ══ Timeline ══ */
.timeline{position:relative;padding:2rem 0;max-width:800px;margin:0 auto}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--border);transform:translateX(-50%)}
.timeline-item{display:flex;align-items:center;margin-bottom:2.5rem;position:relative}
.timeline-item:nth-child(odd){justify-content:flex-start;padding-right:52%}
.timeline-item:nth-child(even){justify-content:flex-end;padding-left:52%}
.timeline-dot{position:absolute;left:50%;transform:translateX(-50%);width:14px;height:14px;border-radius:50%;background:var(--red);border:3px solid var(--cream);z-index:1}
.timeline-content{background:var(--cream-dark);padding:1.25rem 1.5rem;border-radius:8px;border:1px solid var(--border-light)}
.timeline-year{font-family:var(--font-heading);font-size:.72rem;font-weight:700;color:var(--red);letter-spacing:.08em;margin-bottom:.3rem}
.timeline-content p{font-size:.88rem;color:var(--text-body)}

/* ══ Contact Page ══ */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:3rem}
.contact-form label{display:block;font-family:var(--font-heading);font-size:.82rem;font-weight:500;color:var(--text-dark);margin-bottom:.4rem}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.85rem 1rem;font-family:var(--font-body);font-size:.92rem;border:1px solid var(--border);border-radius:4px;background:var(--white);color:var(--text-dark);margin-bottom:1.25rem;transition:border-color .2s}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--red)}
.contact-form textarea{height:140px;resize:vertical}
.contact-info-card{background:#fff;border:1px solid var(--border-light);border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 12px rgba(92,45,10,.06)}
.contact-info-card h4{margin-bottom:1rem}
.contact-info-item{display:flex;align-items:flex-start;gap:.75rem;padding:.6rem 0;font-size:.92rem}
.contact-info-item .icon{color:var(--red);font-size:1.1rem;margin-top:2px}
.map-placeholder{height:300px;background:var(--cream-deeper);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.8rem;color:var(--text-muted);border:1px solid var(--border-light)}

/* ══ Infrastructure Page ══ */
.infra-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}
.infra-stat-card{background:var(--cream-dark);border:1px solid var(--border-light);border-radius:8px;padding:1.5rem;text-align:center}
.infra-stat-num{font-family:var(--font-display);font-size:2.2rem;font-weight:700;color:var(--red-dark)}
.infra-stat-label{font-family:var(--font-heading);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-top:.2rem}
.infra-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem}
.infra-gallery-item{height:200px;background:var(--cream-deeper);border-radius:6px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);transition:all .3s}
.infra-gallery-item:hover{transform:scale(1.02);box-shadow:var(--shadow-md)}
.infra-video-placeholder{height:400px;background:#2D2D2D;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;margin-top:3rem}
.infra-video-placeholder .play-btn{width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center}
.infra-video-placeholder .play-btn svg{width:32px;height:32px;fill:#fff}
.infra-video-placeholder p{color:rgba(255,255,255,.6);font-size:.9rem}

/* ══ Dealership Page ══ */
.dealer-hero{padding:calc(var(--nav-h) + 60px) 0 60px;background:var(--cream)}
.dealer-hero-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:0;align-items:stretch;min-height:400px}
.dealer-photo{background:var(--maroon-dark);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2.5rem 3rem;color:#fff;border-radius:12px 0 0 12px}
.dealer-photo h2{color:#fff;font-size:2rem;margin-bottom:.5rem}
.dealer-photo p{color:rgba(255,255,255,.7);font-size:1rem;line-height:1.6}
.dealer-form-card{background:var(--white);padding:2.5rem;display:flex;flex-direction:column;justify-content:center}
.dealer-form-card h3{margin-bottom:1.5rem}

/* ══ Scroll Reveal ══ */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .65s ease,transform .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .65s ease,transform .65s ease}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .65s ease,transform .65s ease}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .6s ease,transform .6s ease}
.reveal-scale.visible{opacity:1;transform:scale(1)}

/* Stagger delays (added by JS to grid children) */
.stagger-1{transition-delay:.07s}
.stagger-2{transition-delay:.14s}
.stagger-3{transition-delay:.21s}
.stagger-4{transition-delay:.28s}
.stagger-5{transition-delay:.35s}
.stagger-6{transition-delay:.42s}

/* Section label line draw */
.section-label::before{width:0;transition:width .5s ease .15s}
.section-label.visible::before{width:40px}

/* ══ Animations ══ */

/* Hero entrance */
@keyframes heroSlideUp{from{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}
@keyframes heroFadeIn{from{opacity:0}to{opacity:1}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
@keyframes pulseGlow{0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 40px rgba(37,211,102,.75),0 0 0 10px rgba(37,211,102,.08)}}
@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}
@keyframes progressGrow{from{width:0}to{width:100%}}
@keyframes navDrop{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}

/* Hero staggered entrance */
.topbar{animation:heroSlideUp .5s ease both}
.navbar{animation:navDrop .5s ease both;animation-delay:.1s}
.hero-tagline{animation:heroSlideUp .7s ease both;animation-delay:.2s}
.hero h1{animation:heroSlideUp .8s ease both;animation-delay:.35s}
.hero-hindi{animation:heroSlideUp .7s ease both;animation-delay:.5s}
.hero-desc{animation:heroSlideUp .7s ease both;animation-delay:.6s}
.hero-btns{animation:heroSlideUp .7s ease both;animation-delay:.72s}
.hero-right{animation:heroFadeIn .9s ease both;animation-delay:.3s}

/* Floating product showcase */
.hero-product-showcase{animation:float 5s ease-in-out infinite}

/* WhatsApp pulse */
.whatsapp-float-btn{animation:pulseGlow 2.8s ease-in-out infinite}

/* Scroll progress bar */
.scroll-progress{position:fixed;top:0;left:0;height:3px;background:var(--red);z-index:1100;width:0;transition:width .1s linear}

/* Enhanced card hovers */
.why-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(92,45,10,.13);border-color:var(--border)}
.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(92,45,10,.13)}
.recipe-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px rgba(92,45,10,.13)}

/* Nav CTA shimmer on hover */
.nav-cta{background-size:200% auto;transition:background-position .4s ease,background-color .2s}
.nav-cta:hover{background:var(--red-dark);background-size:200% auto}

/* Comparison column entrance */
.comparison-col{transition:opacity .6s ease,transform .6s ease}

/* ══ Responsive ══ */

/* ── Large tablets / small laptops (≤1024px) ── */
@media(max-width:1024px){
  :root{--nav-h:64px}
  .section{padding:80px 0}

  /* New sections */
  .why-atta-grid{grid-template-columns:repeat(2,1fr)}
  .wac-photo{height:200px}

  /* Process grid */
  .process-row-1,.process-row-2{grid-template-columns:repeat(2,1fr)}
  .process-row-1::after,.process-row-2::after,.process-z-connector{display:none}
  .pn--col2,.pn--col3,.pn--col4{grid-column:auto}

  /* Hero */
  .hero:not(.hero--video){grid-template-columns:1fr;min-height:auto}
  .hero-left{padding:3rem 5%;max-width:none}
  .hero-right{min-height:400px}
  .hero-video-title{font-size:clamp(3rem,9vw,5.5rem)}

  /* Grids */
  .products-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .subscribe-grid{grid-template-columns:1fr;max-width:500px;margin-inline:auto}
  .comparison-grid{grid-template-columns:1fr}
  .comparison-vs{writing-mode:horizontal-tb;font-size:2rem;padding:1rem}
  .about-teaser-grid,.page-hero--about{grid-template-columns:1fr}
  .contact-grid,.b2b-grid{grid-template-columns:1fr}
  .infra-stats{grid-template-columns:repeat(2,1fr)}
  .infra-gallery{grid-template-columns:repeat(3,1fr)}
  .infra-grid{grid-template-columns:repeat(3,1fr)}
  .video-grid{grid-template-columns:1fr}

  /* Footer */
  .footer-inner{grid-template-columns:1fr 1fr;gap:2.5rem}

  /* Timeline */
  .timeline::before{left:20px}
  .timeline-item:nth-child(odd),.timeline-item:nth-child(even){justify-content:flex-start;padding-left:50px;padding-right:0}
  .timeline-dot{left:20px}

  /* Dealership */
  .dealer-hero-grid{grid-template-columns:1fr}
  .dealer-photo{min-height:300px}

  /* Page hero */
  .page-hero-content{padding:3rem 5%}
}

/* ── Tablets / large phones (≤768px) ── */
@media(max-width:768px){
  :root{--nav-h:60px}
  .section{padding:64px 0}
  html{font-size:15px}

  /* Topbar — simplify */
  .topbar{padding:6px 0}
  .topbar-left{font-size:.62rem;gap:.25rem}
  .topbar-right{font-size:.62rem}

  /* Nav */
  .nav-links,.nav-cta{display:none}
  .nav-hamburger{display:flex}
  .nav-logo{font-size:1.3rem}
  .header-logo{height:48px}

  /* Hero video */
  .hero-video-content{padding:0 5%}
  .hero-video-title{font-size:clamp(2.6rem,12vw,4rem)}
  .hero-tagline-video{font-size:.65rem;letter-spacing:.2em}
  .hero-tagline-video::after{width:25px}
  .hero-video-sub{font-size:1.15rem;margin-bottom:2rem}
  .hero-video-btns{gap:.75rem;margin-bottom:2rem}
  .hero-video-btns .btn{padding:.8rem 1.5rem;font-size:.78rem}
  .hero-video-badges{gap:.75rem;margin-top:.5rem}
  .hvb{font-size:.58rem;letter-spacing:.1em}
  .hero-scroll-cue{display:none}

  /* Section headings */
  h2{font-size:clamp(1.8rem,6vw,2.4rem)}
  h3{font-size:clamp(1.2rem,4vw,1.5rem)}
  p{font-size:1.05rem}

  /* Cards & grids */
  .products-grid,.why-grid,.recipes-grid{grid-template-columns:1fr}
  .why-atta-grid{grid-template-columns:1fr}
  .wac-photo{height:220px}
  .why-card{padding:1.5rem}
  .infra-grid{grid-template-columns:repeat(2,1fr)}
  .infra-stats{grid-template-columns:repeat(2,1fr)}
  .infra-gallery{grid-template-columns:repeat(2,1fr)}
  .infra-gallery-item{height:160px}
  .subscribe-grid{grid-template-columns:1fr}

  /* Process */
  .process-row-1,.process-row-2{grid-template-columns:repeat(2,1fr)}
  .process-row-1::after,.process-row-2::after,.process-z-connector{display:none}
  .pn--col2,.pn--col3,.pn--col4{grid-column:auto;grid-row:auto}
  .pn-circle{width:76px;height:76px}
  .pn-svg{width:30px;height:30px}

  /* About */
  .about-stats{flex-direction:row;flex-wrap:wrap;gap:1.25rem}
  .about-stat-num{font-size:2.2rem}

  /* Video */
  .video-grid{grid-template-columns:1fr}

  /* Cert bar */
  .cert-bar-inner{gap:1.25rem;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;-webkit-overflow-scrolling:touch}

  /* Footer */
  .footer-inner{grid-template-columns:1fr 1fr;gap:2rem}
  .footer-bottom-inner{flex-direction:column;gap:.5rem;text-align:center}

  /* Contact CTA */
  .contact-cta-inner{flex-direction:column;text-align:center;align-items:center}
  .contact-cta-inner h2{font-size:1.8rem}

  /* Buttons */
  .hero-btns{flex-direction:column;align-items:flex-start;gap:.75rem}
  .btn{padding:.8rem 1.6rem;font-size:.8rem}
  .btn-whatsapp{font-size:.85rem}

  /* WhatsApp float */
  .whatsapp-float{bottom:16px;right:16px}
  .whatsapp-float-btn{width:50px;height:50px}
  .whatsapp-float-btn svg{width:24px;height:24px}

  /* Page hero inner pages */
  .page-hero{padding:calc(var(--nav-h) + 40px) 0 40px}
  .page-hero p,.page-hero-content p{font-size:1.1rem}

  /* Timeline */
  .timeline-content{padding:1rem 1.2rem}
  .timeline-content p{font-size:.85rem}

  /* Forms */
  .contact-form input,.contact-form select,.contact-form textarea{font-size:.9rem;padding:.75rem .9rem}
  .dealer-form-card{padding:1.5rem}
}

/* ── Mobile phones (≤480px) ── */
@media(max-width:480px){
  :root{--nav-h:56px}
  .section{padding:50px 0}
  html{font-size:14px}

  /* Topbar hidden on very small — save space */
  .topbar{display:none}

  /* Nav */
  .nav-logo{font-size:1.2rem}
  .header-logo{height:44px}
  .nav-mobile{width:100%;right:-100%}

  /* Hero video */
  .hero-video-title{font-size:clamp(2.4rem,14vw,3.5rem);line-height:1.05}
  .hero-title-gold{display:inline}
  .hero-video-content{padding:0 5%}
  .hero-video-btns{flex-direction:column;align-items:flex-start;gap:.6rem}
  .hero-video-btns .btn{width:100%;justify-content:center}
  .hero-video-badges{gap:.5rem}

  /* Typography */
  h1{font-size:clamp(2rem,9vw,2.8rem)}
  h2{font-size:clamp(1.6rem,7vw,2rem)}
  h3{font-size:clamp(1.15rem,5vw,1.4rem)}
  p{font-size:1rem}
  .section-label{font-size:.65rem}

  /* Grids → single column */
  .infra-grid,.infra-stats,.infra-gallery{grid-template-columns:1fr}
  .footer-inner{grid-template-columns:1fr;gap:2rem}
  .footer-brand{padding-bottom:1.5rem;border-bottom:1px solid rgba(255,249,240,.08)}
  .cert-bar-inner{flex-direction:column;align-items:flex-start;gap:.6rem}

  /* Process → single column */
  .process-row-1,.process-row-2{grid-template-columns:1fr}
  .pn--col2,.pn--col3,.pn--col4{grid-column:auto;grid-row:auto}
  .pn{padding-bottom:1.75rem}
  .process-callout{flex-direction:column;text-align:center}

  /* About stats — stack */
  .about-stats{flex-direction:column;gap:1rem}

  /* Cards */
  .why-card{padding:1.25rem}
  .product-card-img{height:180px}
  .product-pack{width:80px;height:115px}
  .recipe-card-img{height:160px}

  /* Subscribe */
  .sub-card-body{padding:1rem}
  .sub-card-header{padding:1.25rem 1.25rem .75rem}
  .sub-card-footer{padding:0 1.25rem 1.25rem}

  /* Process */
  .process-step{min-width:80px}
  .process-step-label{font-size:1rem}

  /* Buttons */
  .btn{padding:.75rem 1.25rem;font-size:.78rem}

  /* Contact */
  .contact-cta{padding:50px 0}

  /* Page hero */
  .page-hero{padding:calc(var(--nav-h) + 24px) 0 32px}
  .dealer-photo{padding:2rem 1.5rem;min-height:220px}
  .dealer-photo h2{font-size:1.8rem}

  /* Filter tabs */
  .product-filters{gap:.4rem}
  .filter-tab{font-size:.75rem;padding:.45rem 1rem}

  /* Comparison */
  .comparison-col{padding:1.5rem 1.25rem}
}

/* ── Very small phones (≤360px — older Androids, SE) ── */
@media(max-width:360px){
  html{font-size:13px}
  .hero-video-title{font-size:2.2rem}
  .nav-logo{font-size:1.1rem}
  .header-logo{height:40px}
  .hero-video-btns .btn{font-size:.72rem;padding:.7rem 1rem}
}

/* ══ Utility ══ */
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}
.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.text-center{text-align:center}
.text-gold{color:var(--gold)!important}
.text-red{color:var(--red)!important}
