/* ==========================================================================
   Bombay Kulfi Ice Creams — Landing Page
   Design source: Website/Design/design.svg (1920 x 6045)
   ========================================================================== */

:root {
  --header-h: 152px; /* topbar (~42px) + nav (110px) */

  /* Palette (sampled from design) */
  --orange:        #DA5828;  /* brand primary */
  --orange-head:   #EB5D37;  /* big headings */
  --orange-deep:   #DC582A;  /* hero subline */
  --orange-btn:    #E14C2B;  /* buttons, footer strip */
  --cream:         #F1EEE7;  /* main background */
  --cream-dark:    #EBE7DE;  /* hero base / rays */
  --cream-warm:    #FFFBF4;  /* button text */
  --yellow:        #F8BB00;  /* founder panel */
  --gold:          #FFCB33;
  --teal:          #255E55;  /* founder panel right */
  --pink:          #E9A6C7;  /* gulabo section */
  --pink-line:     #DFA0C2;  /* gulabo grid lines */
  --green:         #64883E;  /* showcase background */
  --green-ray:     #5E813C;  /* showcase rays */
  --purple:        #8D4E9D;  /* seal badges */
  --blue:          #ABC7D2;  /* franchise section */
  --black:         #221F1F;
  --ink:           #262626;  /* topbar / footer */

  --font-sans:  'Alegreya Sans', sans-serif;
  --font-serif: 'Averia Serif Libre', serif;
  --font-script: 'Sriracha', cursive;

  --shadow-pop: 4px 4px 0 var(--black);
  --shadow-card: 9px 10px 0 #1E1E1E;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}

body {
  font-family: var(--font-serif);
  color: var(--black);
  background: var(--cream);
  overflow-x: clip;
}

img { max-width: 100%; height: auto; }

a:focus-visible, button:focus-visible, input:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.container { max-width: 1468px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1540px; margin: 0 auto; padding: 0 24px; }

/* Section headings */
.section-h {
  font: italic 900 46px/1.12 var(--font-sans);
  color: var(--black);
}

/* ============ Buttons ============ */
.btn {
  display: inline-block;
  font: 700 17px/1 var(--font-sans);
  padding: 17px 30px;
  border: 2px solid var(--black);
  border-radius: 9px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
}
.btn-orange {
  background: var(--orange-btn);
  color: var(--cream-warm);
  box-shadow: var(--shadow-pop);
}
.btn-outline {
  background: transparent;
  color: var(--black);
}
.btn-cream {
  background: var(--cream-warm);
  color: var(--black);
  box-shadow: var(--shadow-pop);
}
.btn-serif {
  font: italic 700 19px/1 var(--font-serif);
}
.btn:hover { transform: translate(-1px, -1px); }
.btn-orange:hover, .btn-cream:hover { box-shadow: 6px 6px 0 var(--black); }
.btn:active { transform: translate(2px, 2px); box-shadow: 1px 1px 0 var(--black); }

/* ============ Seal badge (JHAKAAS 56+ FLAVOURS) ============ */
.seal {
  width: 124px;
  height: 124px;
  color: var(--purple);
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, .35));
}
.seal-arc-text {
  font: 700 11.5px var(--font-sans);
  letter-spacing: 2.6px;
  fill: #fff;
}
.seal-num {
  font: 900 34px var(--font-sans);
  fill: #fff;
}

/* ============ Announcement bar ============ */
.topbar {
  background: var(--ink);
  text-align: center;
  padding: 11px 16px;
  max-height: 60px;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease, opacity .3s ease;
  opacity: 1;
}
.topbar p {
  font: italic 700 15px var(--font-serif);
  color: var(--cream);
  letter-spacing: .8px;
}
.site-header.scrolled .topbar {
  max-height: 0;
  padding: 0;
  opacity: 0;
}
.site-header.scrolled .nav { min-height: 85px; }
.site-header.scrolled .nav-logo img { width: 115px; }

/* ============ Header / Nav ============ */
.site-header {
  background: var(--cream);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: box-shadow .3s ease;
}
.site-header.scrolled {
  box-shadow: 0 2px 16px rgba(0,0,0,.12);
}
.nav {
  display: flex;
  align-items: center;
  min-height: 110px;
  gap: 24px;
}
.nav-logo { flex-shrink: 0; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}
.nav-center { flex: 1; justify-content: center; }
.nav-cta    { flex-shrink: 0; margin-left: auto; }
.nav-links a {
  font: italic 700 18px var(--font-sans);
  color: var(--black);
  text-decoration: none;
  transition: font-size .1s ease, color .1s ease;
}
.nav-links a:hover:not(.btn) {
  color: var(--orange-btn);
  font-size: 22px;
}

/* Gulabo's World — disabled, static "Coming Soon" label */
.li-gulabo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  list-style: none;
}
.nav-coming-soon {
  font: italic 400 10px var(--font-serif);
  color: var(--orange-btn);
  line-height: 1;
  letter-spacing: .3px;
  pointer-events: none;
  margin-bottom: 0;
}
.nav-gulabo {
  cursor: not-allowed !important;
  opacity: .85;
}
/* Block the font-size grow + colour shift that .nav-links a:hover applies */
.nav-links a.nav-gulabo:hover {
  color: var(--black) !important;
  font-size: 18px !important;
}
.btn-nav { padding: 12px 22px; box-shadow: 3px 3px 0 var(--black); }
.nav-logo { z-index: 5; }
.nav-logo img {
  display: block;
  width: 160px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .12));
  transition: width .3s ease;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--black);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
}
/* Burger → X when menu is open */
.site-header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.site-header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.site-header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.nav-mobile { display: none; }

/* ============ Hero ============ */
.hero {
  position: relative;
  overflow: hidden;
  margin-top: var(--header-h);
  background-color: #f2eee5;
  background-image: repeating-conic-gradient(
    from 0deg at 72% 50%,
    #f2eee5 0deg 8deg,
    #ece6dc 8deg 16deg
  );
}
.hero-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 660px;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.hero-copy {
  max-width: 580px;
  flex-shrink: 0;
  padding: 60px 0 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-podcast-link {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  transition: transform .25s ease;
}
.hero-podcast-link:hover { transform: scale(1.025) translateY(-6px); }
.hero-podcast {
  display: block;
  height: 100%;
  width: auto;
  max-width: 620px;
  object-fit: contain;
  border-radius: 12px;
}
.hero-copy h1 {
  font: 900 50px/1.14 var(--font-sans);
  color: var(--orange-head);
}
.hero-sub {
  font: italic 700 25px var(--font-serif);
  color: var(--orange-deep);
  margin-top: 22px;
}
.hero-body {
  font: 400 19px/1.65 var(--font-serif);
  color: var(--ink);
  max-width: 565px;
  margin-top: 18px;
}
.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

/* ============ In the News ============ */
.news-bar {
  background: var(--orange-btn);
  padding: 36px 0 0;
  overflow: hidden;
}
.news-bar-head {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 24px;
  margin-bottom: 28px;
}
.news-h {
  font: italic 900 38px/1 var(--font-sans);
  color: var(--cream-warm);
  white-space: nowrap;
  text-shadow: 2px 2px 0 rgba(0,0,0,.18);
}
.news-sub {
  font: italic 400 19px/1 var(--font-serif);
  color: rgba(255,255,255,.82);
  white-space: nowrap;
}

/* Ticker strip */
.news-ticker-wrap {
  width: 100%;
  overflow: hidden;
  border-top: 1.5px solid rgba(255,255,255,.25);
  padding: 18px 0;
}
.news-ticker {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  padding-right: 80px;
  animation: ticker-scroll 28s linear infinite;
  will-change: transform;
}
.news-ticker img {
  display: block;
  height: 56px;
  max-height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  flex-shrink: 0;
  margin-right: 80px;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============ Founder & Mission ============ */
.founder {
  display: grid;
  grid-template-columns: 40% 60%;
  position: relative;
}
.founder-left {
  background: var(--yellow);
  padding: 85px 60px 0 70px;
  display: flex;
  flex-direction: column;
}
.founder-quote {
  font: italic 800 29px/1.42 var(--font-sans);
  color: var(--teal);
  max-width: 430px;
}
.founder-credit {
  font: 400 17px var(--font-serif);
  color: var(--teal);
  margin-top: 20px;
}
.founder-photo-wrap {
  width: 540px;
  max-width: 100%;
  margin-top: auto;
}
.founder-photo {
  display: block;
  width: 100%;
  cursor: pointer;
}
.founder-right {
  background: var(--teal);
  color: var(--cream);
  display: flex;
  flex-direction: column;
  padding: 0;
}
.founder-panel {
  display: flex;
  align-items: center;
  gap: 36px;
  padding: 48px 60px 48px 60px;
  border-bottom: 1px solid rgba(241,238,231,.18);
  flex: 1;
}
.founder-panel:last-child { border-bottom: none; }
.founder-panel-icon {
  flex-shrink: 0;
  width: 110px;
  height: 110px;
  object-fit: contain;
  transition: transform .35s cubic-bezier(.34, 1.56, .64, 1);
}
.founder-panel-icon:hover {
  transform: scale(1.18) rotate(-6deg);
}
.founder-panel-body { flex: 1; }
.founder-origin {
  font: 400 17px/1.6 var(--font-serif);
  max-width: 600px;
  margin-top: 8px;
}
.founder-h {
  font: italic 700 24px var(--font-sans);
  margin-bottom: 10px;
}
.founder-mission {
  font: 300 17px/1.6 var(--font-serif);
  max-width: 600px;
  margin-top: 8px;
}
.pillar {
  font: 300 16px/1.55 var(--font-serif);
  max-width: 600px;
  margin-top: 12px;
}
.pillar strong { font-weight: 700; }
.founder-badges { display: none; }

/* founder photo wrap + click-to-quote bubble */
.founder-photo-wrap {
  position: relative;
  align-self: center;
  display: inline-block;
}
.founder-photo {
  display: block;
  cursor: pointer;
}
.quote-bubble {
  position: absolute;
  top: -30px;
  right: -50px;
  width: 230px;
  pointer-events: none;
  opacity: 0;
  transform-origin: bottom center;
  filter: drop-shadow(2px 4px 10px rgba(0,0,0,.38));
}
.quote-bubble.pop-in {
  animation: quotePop .55s cubic-bezier(.34, 1.56, .64, 1) forwards;
}
.quote-bubble.pop-out {
  animation: quoteFadeOut 1s ease forwards;
}
@keyframes quotePop {
  0%   { opacity: 0; transform: scale(0.15) rotate(-15deg); }
  65%  { opacity: 1; transform: scale(1.12) rotate(4deg); }
  100% { opacity: 1; transform: scale(1)    rotate(0deg); }
}
@keyframes quoteFadeOut {
  from { opacity: 1; transform: scale(1); }
  to   { opacity: 0; transform: scale(0.8); }
}

/* ============ Not All Milk Is Created Equal ============ */
.milk {
  background: var(--cream);
  padding: 95px 0 115px;
  text-align: center;
}
.milk-h { color: var(--orange-head); font-size: 54px; }
.milk-sub {
  font: italic 700 24px/1.4 var(--font-sans);
  color: var(--orange-head);
  margin-top: 16px;
}
.milk-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  max-width: 1010px;
  margin: 75px auto 0;
  text-align: left;
}
.milk-col-icon {
  display: block;
  width: auto;
  height: 220px;
  object-fit: contain;
  margin: 0 auto 36px;
}
.milk-col h3 {
  font: italic 700 24px var(--font-serif);
  color: var(--orange-head);
}
.milk-col p {
  font: 400 19.5px/1.62 var(--font-serif);
  color: var(--ink);
  margin-top: 16px;
}

/* ============ Meet Gulabo ============ */
.gulabo {
  position: relative;
  background-color: #edadc5;
  overflow: hidden;
  min-height: 700px;
}
.gulabo-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 62%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  z-index: 0;
  display: block;
}
.gulabo-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
}
.gulabo-copy {
  max-width: 480px;
  padding: 115px 0 135px;
}
.gulabo-copy p {
  font: 400 19px/1.6 var(--font-serif);
  max-width: 460px;
  margin: 28px 0 38px;
}

/* ============ Product Showcase ============ */
.showcase {
  background-color: #648740;
  background-image: repeating-conic-gradient(
    from 0deg at 50% 50%,
    #648740 0deg 9deg,
    #577537 9deg 18deg
  );
  padding: 80px 0 100px;
}
.showcase-h {
  color: #F8BB00;
  text-align: center;
  font: italic 900 58px/1.1 var(--font-sans);
  margin-bottom: 48px;
  text-shadow: 2px 4px 0 rgba(0,0,0,.35);
  letter-spacing: .5px;
}

/* ============ Showcase frame (auto-width wrapper) ============ */
.showcase-frame {
  display: flex;
  flex-direction: column;
  width: fit-content;
  min-width: min(100%, 560px);
  max-width: 100%;
  margin: 0 auto;
}

/* ============ Showcase mobile arrow nav (hidden on desktop) ============ */
.showcase-mobile-nav {
  display: none;
}

/* ============ Showcase tabs ============ */
.tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background: #2E4A14;
  border-radius: 14px 14px 0 0;
  padding: 0 16px;
  gap: 0;
  width: 100%;
}
.tab {
  font: italic 700 19px/1.25 var(--font-sans);
  color: #D8D4C4;
  background: transparent;
  border: none;
  padding: 16px 26px;
  cursor: pointer;
  text-align: center;
  transition: color .18s ease;
  white-space: normal;
  max-width: 140px;
}
.tab:hover { color: #F8BB00; }
.tab.is-active {
  color: #F8BB00;
  font-weight: 700;
  font-style: italic;
}

/* ============ Showcase card ============ */
.showcase-card {
  background: #F5F1E8;
  border-radius: 0 0 14px 14px;
  border: 1.5px solid #D6D0C4;
  border-top: none;
  box-shadow: 0 8px 32px rgba(0,0,0,.28);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0;
  min-height: 440px;
  width: 100%;
  overflow: hidden;
}
.showcase-art {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  overflow: hidden;
  padding: 0 20px 0 0;
}
.showcase-cat-img {
  width: auto;
  max-width: 300px;
  max-height: 400px;
  object-fit: contain;
  object-position: center;
  display: block;
}
.showcase-card-right {
  order: 1;
  display: flex;
  flex-direction: column;
  padding: 38px 24px 0 44px;
  gap: 0;
}
.showcase-menu {
  display: grid;
  grid-template-columns: repeat(var(--menu-cols, 3), max-content);
  gap: 28px 52px;
  align-content: start;
  flex: 1;
}
.menu-col h3 {
  font: 800 22px/1 var(--font-sans);
  color: var(--black);
  margin-bottom: 18px;
  letter-spacing: -.2px;
}
.menu-col .col-sub {
  font: italic 400 13px/1.4 var(--font-serif);
  color: #6E6A60;
  margin: -12px 0 14px;
}
.menu-col ul { list-style: disc; padding-left: 18px; }
.menu-col li {
  font: 400 16.5px/1.95 var(--font-serif);
  color: var(--black);
  padding-left: 2px;
}
.menu-col li::marker { color: var(--black); }
.menu-col .note {
  font: italic 700 12.5px var(--font-serif);
  margin-left: 4px;
  color: #2a2a2a;
}
.showcase-tagline {
  font: italic 700 20px/1 var(--font-serif);
  color: var(--orange-btn);
  padding: 20px 0 26px;
  border-top: 1.5px solid #D2CCBE;
  margin-top: 28px;
  flex-shrink: 0;
}


/* ============ Franchise ============ */
.franchise {
  position: relative;
  background-color: #abc7d2;
  overflow: hidden;
  min-height: 700px;
}
.franchise-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 62%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  z-index: 0;
  opacity: 1;
  display: block;
}
.franchise-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 700px;
  gap: 40px;
}
.franchise-copy {
  max-width: 480px;
  padding: 115px 0 135px;
}
.franchise-copy p {
  font: 400 19.5px/1.6 var(--font-serif);
  max-width: 460px;
  margin: 24px 0 42px;
}

/* ============ Store Locator ============ */
.locator {
  background: var(--cream);
  padding: 100px 0 120px;
}
.locator .section-h {
  text-align: center;
  margin-bottom: 80px;
}
.locator-grid {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 95px;
  align-items: start;
}
.locator-label {
  display: block;
  font: 700 21px var(--font-sans);
  color: var(--black);
  margin: 36px 0 14px;
}
.locator-label:first-child { margin-top: 0; }
.locator-input {
  width: 100%;
  height: 54px;
  border: 2px solid var(--black);
  border-radius: 9px;
  background: transparent;
  font: 400 18px var(--font-serif);
  color: var(--black);
  padding: 0 18px;
  box-shadow: 3px 3px 0 var(--black);
  transition: box-shadow .12s ease;
}
.locator-input:focus {
  outline: none;
  box-shadow: 4px 4px 0 var(--black);
}
.zone-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 445px;
}
.chip {
  height: 48px;
  border: 2px solid var(--black);
  border-radius: 9px;
  background: transparent;
  font: 700 16px/1 var(--font-sans);
  color: var(--black);
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--black);
  transition: transform .12s ease, box-shadow .12s ease;
}
.chip:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0 var(--black);
}
.chip:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--black); }
.chip.is-active {
  background: var(--orange-btn);
  border-color: var(--black);
  color: var(--cream-warm);
  box-shadow: 3px 3px 0 var(--black);
}
.locator-list {
  border: 2px solid var(--black);
  border-radius: 9px;
  box-shadow: 3px 3px 0 var(--black);
  max-height: 330px;
  overflow-y: auto;
  list-style: none;
  background: transparent;
}
.locator-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(34,31,31,.15);
  cursor: pointer;
}
.locator-list li:last-child { border-bottom: none; }
.locator-list .outlet-city {
  font: 700 17px/1.2 var(--font-sans);
  color: var(--black);
}
.locator-list .outlet-addr {
  font: italic 400 13px/1.3 var(--font-serif);
  color: #6E6A60;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.locator-list .no-results {
  justify-content: center;
  font-style: italic;
  color: #6E6A60;
  cursor: default;
}
.locator-map {
  border: 2px solid var(--black);
  border-radius: 9px;
  box-shadow: var(--shadow-card);
  background: var(--cream);
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: 0;
}
#outlet-map {
  width: 100%;
  height: 680px;
}

/* Branded map pins — coloured circle dots */
.bk-pin-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange-btn);
  border: 2.5px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.4);
}
.bk-pin-dot-soon {
  background: var(--purple);
}

/* Map popups */
.leaflet-popup-content-wrapper {
  background: var(--cream);
  border: 1.6px solid var(--black);
  border-radius: 8px;
  box-shadow: 4px 5px 0 rgba(30, 30, 30, .85);
}
.leaflet-popup-tip { background: var(--cream); border: 1px solid var(--black); }
.leaflet-popup-content { margin: 14px 18px; }
.bk-popup { max-width: 240px; }
.bk-popup-title {
  font: 700 17px var(--font-sans);
  color: var(--black);
  margin: 0 0 6px;
}
.bk-popup-addr {
  font: 400 13.5px/1.5 var(--font-serif);
  color: var(--ink);
  margin: 6px 0 10px;
}
.bk-popup-link {
  font: 700 14px var(--font-sans);
  color: var(--orange-btn);
  text-decoration: none;
}
.bk-popup-link:hover { text-decoration: underline; }

.footer-social-head {
  font: 700 21px var(--font-sans);
  color: var(--orange-btn);
  margin: 28px 0 12px;
}
.footer-ig-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cream);
  text-decoration: none;
  font: italic 400 18px/1.4 var(--font-serif);
  transition: color .2s;
}
.footer-ig-link:hover { color: #e1306c; }
.footer-ig-link svg { width: 22px; height: 22px; flex-shrink: 0; }
.badge-soon {
  display: inline-block;
  font: 700 11px var(--font-sans);
  letter-spacing: .5px;
  text-transform: uppercase;
  color: var(--cream-warm);
  background: var(--purple);
  border-radius: 4px;
  padding: 3px 7px;
  margin-left: 9px;
  vertical-align: 2px;
  white-space: nowrap;
}
.locator-list li[role="button"]:hover { background: rgba(34, 31, 31, .05); }

/* ============ Footer ============ */
.footer {
  background: var(--ink);
  color: var(--cream);
  padding-top: 70px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-logo { width: 240px; }
.footer-cta {
  display: flex;
  align-items: center;
}
.footer-sticker {
  width: 150px;
  margin-left: -22px;
  position: relative;
  z-index: 1;
}
.footer-cols {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1.1fr;
  gap: 80px;
  padding: 55px 0 75px;
}
.footer-about p {
  font: italic 400 18px/1.65 var(--font-serif);
  max-width: 420px;
}
.footer-about p + p { margin-top: 28px; }
.footer h3 {
  font: 700 21px var(--font-sans);
  color: var(--orange-btn);
  margin-bottom: 20px;
}
.footer-links a {
  display: block;
  font: italic 400 19px/2.1 var(--font-serif);
  color: var(--cream);
  text-decoration: none;
}
.footer-links a:hover { text-decoration: underline; }
.footer-contacts p {
  font: italic 400 19px/1.5 var(--font-serif);
  margin-bottom: 14px;
}
.footer-contacts a {
  color: var(--cream);
  text-decoration: none;
}
.footer-contacts a:hover { text-decoration: underline; }
.footer-strip {
  background: var(--orange-btn);
  padding: 17px 0;
}
.footer-strip-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-strip p {
  font: italic 400 17px var(--font-serif);
  color: var(--cream-warm);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* ---- Global overflow guard ---- */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ---- Showcase mobile arrow nav — hidden on desktop ---- */
.showcase-mobile-nav { display: none; }

/* ---- Remove all hover effects on touch devices ---- */
@media (hover: none) {
  .btn:hover                   { transform: none; }
  .btn-orange:hover,
  .btn-cream:hover             { box-shadow: var(--shadow-pop); }
  .chip:hover                  { transform: none; box-shadow: 3px 3px 0 var(--black); }
  .tab:hover                   { color: #D8D4C4; }
  .founder-panel-icon:hover    { transform: none; }
  .nav-links a:hover:not(.btn) { font-size: 18px; color: var(--black); }
  .footer-contacts a:hover     { text-decoration: none; }
}

/* ---- 1380px ---- */
@media (max-width: 1380px) {
  .locator-grid { grid-template-columns: 420px 1fr; gap: 60px; }
}

/* ---- 1180px ---- */
@media (max-width: 1180px) {
  .hero-copy h1 { font-size: 48px; }
  .founder { grid-template-columns: 46% 54%; }
  .seal { width: 104px; height: 104px; }
  .showcase-menu { gap: 32px; }
}

/* ========================================================
   1024px — tablet / mobile nav
   ======================================================== */
@media (max-width: 1024px) {
  :root { --header-h: 110px; }
  html  { scroll-padding-top: var(--header-h); }

  /* Nav */
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .nav { justify-content: space-between; min-height: 76px; gap: 0; }
  .nav-logo img { width: 110px; }
  /* Keep logo same size when scrolled on mobile */
  .site-header.scrolled .nav-logo img { width: 110px; }
  .site-header.scrolled .nav { min-height: 70px; }
  .site-header.menu-open .nav-mobile {
    display: flex; flex-direction: column;
    gap: 4px; padding: 14px 20px 22px;
    border-top: 1px solid rgba(34,31,31,.12);
  }
  .nav-mobile a {
    font: 700 17px var(--font-sans);
    color: var(--black); text-decoration: none; padding: 10px 0;
  }
  .nav-mobile a.btn { align-self: flex-start; margin-top: 10px; padding: 13px 22px; }

  /* Hero — podcast image on top, content below on mobile */
  .hero { padding-top: 24px; }
  .hero {
    background-image: repeating-conic-gradient(
      from 0deg at 50% 36vw,
      #f2eee5 0deg 8deg,
      #ece6dc 8deg 16deg
    );
  }
  .hero-inner {
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
    gap: 0;
  }
  .hero-podcast-link {
    order: 1;
    width: 100%;
  }
  .hero-podcast {
    width: 100%;
    max-width: 100%;
    max-height: 72vw;
    border-radius: 0;
    object-fit: cover;
    object-position: top center;
  }
  .hero-copy {
    order: 2;
    padding: 32px 0 40px;
    max-width: 100%;
    flex-shrink: unset;
  }


  /* News bar */
  .news-bar { padding: 16px 0 0; }
  .news-bar-head { flex-direction: column; align-items: center; gap: 4px; text-align: center; margin-bottom: 12px; }
  .news-h  { font-size: 28px; }
  .news-sub { font-size: 16px; }

  /* Our Story / Founder */
  .founder { grid-template-columns: 1fr; }
  .founder-left  { padding: 60px 32px 0; }
  .founder-photo-wrap { max-width: 340px; margin: 24px auto 0; }
  .founder-photo { width: 100%; }
  .founder-right { padding: 0; }
  .founder-panel { padding: 32px 32px; gap: 24px; align-items: center; }
  .founder-panel-icon { width: 144px; height: 144px; }
  .founder-h { font-size: 22px; }
  .founder-origin, .founder-mission { font-size: 16px; }
  .pillar { font-size: 15px; }
  .founder-quote { font-size: 24px; }

  /* Milk */
  .milk-cols { gap: 60px; }

  /* Gulabo — stack video below content on mobile (mirrors franchise) */
  .gulabo {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .gulabo-video {
    position: relative;
    width: 130%;
    max-width: none;
    height: auto;
    margin-left: -15%;
    display: block;
    object-fit: contain;
    order: 2;
  }
  .gulabo-inner {
    position: relative;
    z-index: 1;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 56px 24px 32px;
    order: 1;
  }
  .gulabo-copy { max-width: 600px; padding: 0; text-align: center; }

  /* Franchise — stack video below text, larger + right-aligned */
  .franchise {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  .franchise-inner {
    position: relative;
    z-index: 1;
    min-height: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 56px 24px 32px;
    gap: 0;
  }
  .franchise-copy { max-width: 600px; padding: 0; text-align: center; }
  .franchise-video {
    position: relative;
    width: 85%;
    max-width: 380px;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
  }

  /* Showcase — arrow nav + image first, then menu items */
  .tabs { display: none; }
  .showcase-mobile-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #2E4A14;
    border-radius: 14px 14px 0 0;
    padding: 14px 20px;
    width: 100%;
  }
  .showcase-arrow {
    background: rgba(255,255,255,.12);
    border: 1.5px solid rgba(248,187,0,.5);
    color: #F8BB00;
    font-size: 22px;
    width: 44px; height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .showcase-cat-label {
    font: italic 700 22px/1.2 var(--font-sans);
    color: #F8BB00;
    text-align: center;
    flex: 1;
    padding: 0 12px;
  }
  .showcase-card {
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: 68vh;
    overflow-y: auto;
  }
  .showcase-art  { order: 1; min-height: 180px; padding: 16px 0 8px; }
  .showcase-cat-img { width: 45%; }
  .showcase-card-right { order: 2; padding: 8px 24px 24px; }
  .showcase-menu { grid-template-columns: 1fr; gap: 24px; }
  .menu-col h3 { font-size: 20px; }
  .menu-col li { font-size: 18px; }


  /* Store Locator */
  .locator { padding: 70px 0 90px; }
  .locator .section-h { margin-bottom: 48px; }
  .locator-grid { grid-template-columns: 1fr; gap: 40px; }
  .locator-controls { width: 100%; box-sizing: border-box; overflow: hidden; }
  .locator-input { box-sizing: border-box; width: 100%; }
  .zone-chips { max-width: 100%; width: 100%; box-sizing: border-box; }
  #outlet-map { height: 460px; }

  /* Footer */
  .footer-cols { grid-template-columns: 1fr; gap: 40px; padding-bottom: 48px; }
  .footer-logo { width: 280px; display: block; margin: 0 auto; }
  .footer-top  { align-items: center; }
  .footer { padding-top: 44px; }
}

/* ========================================================
   768px — large phones
   ======================================================== */
@media (max-width: 768px) {
  .founder-panel { padding: 28px 24px; gap: 20px; }
  .founder-panel-icon { width: 132px; height: 132px; }
  .showcase-card { max-height: 60vh; }
  .franchise-video { width: 85%; max-width: 360px; margin: 0 auto; }
}

/* ========================================================
   640px — small phones
   ======================================================== */
@media (max-width: 640px) {
  :root { --header-h: 96px; }

  /* Global */
  .section-h { font-size: 28px; line-height: 1.18; }
  .btn { font-size: 15px; padding: 14px 20px; }
  .container, .container-wide { padding: 0 16px; }

  /* Topbar */
  .topbar p { font-size: 12px; letter-spacing: .3px; }

  /* Hero */
  .hero-inner { min-height: 85vw; align-items: center; }
  .hero-copy  { padding: 30px 0 40px; max-width: 100%; }
  .hero-copy h1 { font-size: 30px; line-height: 1.2; }
  .hero-sub  { font-size: 18px; margin-top: 14px; }
  .hero-body { font-size: 16px; margin-top: 12px; }
  .hero-ctas { flex-direction: column; gap: 12px; margin-top: 24px; }
  .hero-ctas .btn { width: 100%; text-align: center; }

  /* News */
  .news-h   { font-size: 22px; }
  .news-sub { font-size: 14px; }
  .news-ticker img { height: 38px; margin-right: 48px; }

  /* Our Story */
  .founder-left  { padding: 44px 16px 0; }
  .founder-quote { font-size: 20px; line-height: 1.4; }
  .founder-photo-wrap { max-width: 260px; }
  .founder-panel { flex-direction: column; text-align: center; padding: 26px 16px; gap: 14px; }
  .founder-panel-icon { width: 120px; height: 120px; }
  .founder-h  { font-size: 20px; }
  .founder-origin, .founder-mission { font-size: 15px; line-height: 1.55; }
  .pillar { font-size: 14px; line-height: 1.5; }

  /* Milk */
  .milk { padding: 60px 0 76px; }
  .milk-h   { font-size: 24px; }
  .milk-sub { font-size: 16px; }
  .milk-col-icon { height: 210px; }
  .milk-cols { grid-template-columns: 1fr; gap: 48px; }
  .milk-col h3 { font-size: 18px; }
  .milk-col p  { font-size: 15px; }

  /* Gulabo */
  .gulabo-inner   { padding: 40px 16px 24px; }
  .gulabo-copy h2 { font-size: 22px; }
  .gulabo-copy p  { font-size: 15px; max-width: 88vw; margin: 16px 0 22px; }

  /* Showcase */
  .showcase { padding: 52px 0 68px; }
  .showcase-h { font-size: 26px; margin-bottom: 24px; }
  .showcase-cat-label { font-size: 20px; }
  .menu-col h3 { font-size: 18px; }
  .menu-col li { font-size: 16px; }

  /* Franchise */
  .franchise-inner { padding: 40px 16px 24px; }
  .franchise-copy h2 { font-size: 24px; }
  .franchise-copy p  { font-size: 15px; margin: 14px 0 24px; }
  .franchise-video   { width: 85%; max-width: 340px; margin: 0 auto; }

  /* Store Locator */
  .locator { padding: 52px 0 68px; }
  .locator .section-h { font-size: 22px; margin-bottom: 32px; }
  .locator-label { font-size: 16px; }
  .locator-input { font-size: 15px; height: 46px; }
  .zone-chips { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .chip { font-size: 13px; height: 40px; }
  .locator-list .outlet-city { font-size: 15px; }
  .locator-list .outlet-addr { font-size: 12px; }
  #outlet-map { height: 400px; }

  /* Footer */
  .footer-top { flex-direction: column; align-items: flex-start; gap: 24px; padding-top: 20px; }
  .footer-strip-inner { flex-direction: column; gap: 4px; }
  .footer-strip p { font-size: 13px; }
}

/* ========================================================
   480px — small phones
   ======================================================== */
@media (max-width: 480px) {
  :root { --header-h: 86px; }

  .nav-logo img { width: 86px; }
  .nav { min-height: 60px; }

  .hero-copy h1 { font-size: 26px; }
  .hero-sub { font-size: 16px; }

  .founder-panel-icon { width: 108px; height: 108px; }
  .founder-h { font-size: 18px; }
  .founder-quote { font-size: 18px; }
  .founder-photo-wrap { max-width: 220px; }

  .showcase-h { font-size: 22px; }
  .showcase-arrow { width: 38px; height: 38px; font-size: 18px; }

  .franchise-copy h2 { font-size: 20px; }
  .franchise-video { width: 85%; max-width: 300px; margin: 0 auto; }

  /* Keep scrolled logo same size as normal mobile logo */
  .site-header.scrolled .nav-logo img { width: 86px; }
  .site-header.scrolled .nav { min-height: 60px; }

  .zone-chips { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  #outlet-map { height: 340px; }

  .footer-logo { width: 220px !important; display: block; margin: 0 auto; }
}

