/* =============================================
   ODIA SPROUTBAE – Main Stylesheet
   odia.sproutbae.com
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Tiro+Odia:ital@0;1&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* ---- VARIABLES ---- */
:root {
  --saffron:       #E8630A;
  --saffron-deep:  #C04E06;
  --saffron-light: #FDF0E8;
  --turmeric:      #D4A017;
  --turmeric-light:#FBF5E0;
  --bark:          #2C1A0E;
  --bark-mid:      #4A2E18;
  --clay:          #8B5E3C;
  --cream:         #FAF6F0;
  --cream-deep:    #F3EDE3;
  --white:         #FFFFFF;
  --muted:         #7A6455;
  --border:        rgba(44,26,14,0.12);
  --border-strong: rgba(44,26,14,0.22);

  --font-odia:  'Tiro Odia', serif;
  --font-serif: 'Cormorant Garamond', serif;
  --font-sans:  'DM Sans', sans-serif;

  --radius-sm:  8px;
  --radius-md:  14px;
  --radius-lg:  22px;

  --shadow-card: 0 2px 16px rgba(44,26,14,0.08);
  --shadow-hover: 0 8px 32px rgba(44,26,14,0.14);
}

/* ---- RESET ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  color: var(--bark);
  background: var(--cream);
  line-height: 1.6;
  font-size: 15px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

/* ---- BLESSING STRIP ---- */
.blessing-strip {
  background: var(--saffron);
  color: white;
  text-align: center;
  padding: 6px 1rem;
  font-size: 12px;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  white-space: nowrap;
}
.blessing-odia {
  font-family: var(--font-odia);
  font-size: 14px;
}
.blessing-dot { opacity: 0.6; }
.blessing-en { opacity: 0.9; font-size: 11px; }

/* ---- NAV ---- */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(8px);
}
.nav-brand {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}
.brand-odia {
  font-family: var(--font-odia);
  font-size: 22px;
  color: var(--saffron);
  letter-spacing: 0.03em;
}
.brand-name {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1px;
}
.nav-links {
  display: flex;
  gap: 2rem;
}
.nav-links a {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 0.04em;
  transition: color 0.2s;
  font-family: var(--font-odia);
}
.nav-links a:hover { color: var(--saffron); }
.nav-cart {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--saffron);
  color: white;
  padding: 8px 18px;
  border-radius: var(--radius-lg);
  font-size: 13px;
  transition: background 0.2s;
}
.nav-cart:hover { background: var(--saffron-deep); }
.cart-count {
  background: white;
  color: var(--saffron);
  font-weight: 500;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.nav-toggle { display: none; background: none; border: none; font-size: 20px; cursor: pointer; }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--cream) 55%, var(--saffron-light) 100%);
}
.hero-bg-motif {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-odia);
  font-size: 420px;
  color: var(--saffron);
  opacity: 0.04;
  user-select: none;
  line-height: 1;
  pointer-events: none;
}
.hero-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  width: 100%;
}
.hero-eyebrow {
  font-family: var(--font-odia);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--saffron);
  margin-bottom: 1rem;
}
.hero-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--bark);
  margin-bottom: 1.2rem;
}
.hero-title em {
  font-style: italic;
  color: var(--saffron);
  font-family: var(--font-odia);
}
.hero-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.8;
  max-width: 380px;
  margin-bottom: 2rem;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---- WHEEL ---- */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-wheel {
  position: relative;
  width: 300px;
  height: 300px;
}
.wheel-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90px; height: 90px;
  background: var(--saffron);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  line-height: 1.2;
  z-index: 2;
  box-shadow: 0 4px 20px rgba(232,99,10,0.35);
}
.wheel-center span { font-size: 10px; letter-spacing: 0.1em; opacity: 0.85; }
.wheel-item {
  position: absolute;
  width: 72px; height: 72px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1.2;
  font-family: var(--font-odia);
  font-size-adjust: none;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  animation: floatWheel 6s ease-in-out infinite;
}
.wheel-item span { font-size: 10px; color: var(--clay); font-family: var(--font-odia); }
.wi-1 { top: 0;   left: 50%; transform: translate(-50%, -10px); animation-delay: 0s; }
.wi-2 { top: 18%; right: 0;  transform: translateX(10px); animation-delay: 1s; }
.wi-3 { bottom: 18%; right: 0; transform: translateX(10px); animation-delay: 2s; }
.wi-4 { bottom: 0; left: 50%; transform: translate(-50%, 10px); animation-delay: 3s; }
.wi-5 { bottom: 18%; left: 0; transform: translateX(-10px); animation-delay: 4s; }
.wi-6 { top: 18%; left: 0;   transform: translateX(-10px); animation-delay: 5s; }

@keyframes floatWheel {
  0%, 100% { transform: translate(var(--tx, 0), var(--ty, 0)); }
  50% { transform: translate(var(--tx, 0), calc(var(--ty, 0) - 8px)); }
}
.wi-1 { --ty: -10px; }
.wi-2 { --tx: 10px; }
.wi-3 { --tx: 10px; }
.wi-4 { --ty: 10px; }
.wi-5 { --tx: -10px; }
.wi-6 { --tx: -10px; }

/* ---- JAGANNATH BAND ---- */
.jagannath-band {
  background: var(--bark);
  color: white;
  padding: 4rem 2rem;
}
.jagannath-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 3rem;
  align-items: center;
}
.jagannath-emblem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sudarshana-chakra {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chakra-inner {
  width: 70px; height: 70px;
  background: var(--saffron);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  z-index: 2;
  position: relative;
  animation: spinReverse 20s linear infinite;
}
.chakra-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 3px solid var(--turmeric);
  animation: spin 20s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }

.jag-eyebrow {
  font-family: var(--font-odia);
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--turmeric);
  margin-bottom: 0.75rem;
}
.jag-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.jag-title em { font-style: italic; color: var(--turmeric); }
.jag-body {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.jag-body strong { color: var(--turmeric); font-weight: 500; }
.jag-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.jag-tag {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.8);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

/* ---- TRUST BAR ---- */
.trust-bar {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 1rem 2rem;
  background: var(--turmeric-light);
  border-bottom: 1px solid rgba(212,160,23,0.2);
  flex-wrap: wrap;
}
.trust-item {
  font-size: 12.5px;
  color: var(--clay);
  font-family: var(--font-odia);
  letter-spacing: 0.03em;
}

/* ---- SECTIONS ---- */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 2rem;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section-eyebrow {
  font-family: var(--font-odia);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--saffron);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.section-title {
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 400;
  color: var(--bark);
}
.section-link {
  font-size: 13px;
  color: var(--saffron);
  letter-spacing: 0.05em;
  white-space: nowrap;
}

/* ---- PRODUCT GRID ---- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.product-grid-wide {
  grid-template-columns: repeat(4, 1fr);
}
.product-card {
  background: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.product-img {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-emoji { font-size: 52px; }
.product-badge {
  position: absolute;
  top: 10px; left: 10px;
  background: var(--saffron);
  color: white;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 10px;
}
.product-body { padding: 14px; }
.product-category {
  font-family: var(--font-odia);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--saffron);
  margin-bottom: 3px;
}
.product-name {
  font-family: var(--font-serif);
  font-size: 19px;
  font-weight: 400;
  color: var(--bark);
  line-height: 1.2;
  margin-bottom: 2px;
}
.product-name a { color: inherit; }
.product-odia-name {
  font-family: var(--font-odia);
  font-size: 13px;
  color: var(--clay);
  margin-bottom: 6px;
}
.product-desc {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.6;
  margin-bottom: 6px;
}
.product-story {
  font-size: 11px;
  color: var(--clay);
  font-style: italic;
  line-height: 1.5;
  border-left: 2px solid var(--turmeric);
  padding-left: 8px;
  margin-bottom: 12px;
}
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-price { font-size: 16px; font-weight: 500; color: var(--bark); }
.product-unit { font-size: 11px; color: var(--muted); }
.add-btn {
  background: var(--saffron-light);
  color: var(--saffron);
  border: 1px solid rgba(232,99,10,0.25);
  padding: 6px 14px;
  border-radius: 14px;
  font-size: 11px;
  cursor: pointer;
  font-family: var(--font-odia);
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.add-btn:hover { background: var(--saffron); color: white; }

/* ---- BUTTONS ---- */
.btn-primary {
  display: inline-block;
  background: var(--saffron);
  color: white;
  padding: 11px 26px;
  border-radius: var(--radius-lg);
  font-size: 13px;
  font-family: var(--font-odia);
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--saffron-deep); transform: translateY(-1px); }
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--clay);
  padding: 11px 26px;
  border-radius: var(--radius-lg);
  font-size: 13px;
  border: 1px solid var(--border-strong);
  cursor: pointer;
  transition: border-color 0.2s;
}
.btn-outline:hover { border-color: var(--saffron); color: var(--saffron); }
.btn-outline-light {
  display: inline-block;
  background: transparent;
  color: rgba(255,255,255,0.8);
  padding: 10px 24px;
  border-radius: var(--radius-lg);
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
  margin-top: 1.5rem;
}
.btn-outline-light:hover { border-color: white; color: white; }

/* ---- CULTURE TRIPTYCH ---- */
.culture-triptych {
  background: var(--cream-deep);
  padding: 4rem 2rem;
}
.triptych-header {
  max-width: 1100px;
  margin: 0 auto 2.5rem;
}
.triptych-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.triptych-card {
  background: white;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform 0.25s;
}
.triptych-card:hover { transform: translateY(-4px); }
.triptych-art {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.dance-card .triptych-art { background: linear-gradient(135deg, #FFF5EC, #FFE4CC); }
.food-card .triptych-art  { background: linear-gradient(135deg, #F5F8EC, #E8F5DC); }
.cloth-card .triptych-art { background: linear-gradient(135deg, #F0ECF8, #E4D8F5); }

.dance-figure { font-size: 60px; z-index: 2; position: relative; animation: sway 3s ease-in-out infinite; }
@keyframes sway { 0%,100% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } }
.art-pattern.dance-pattern {
  position: absolute;
  top: 10px; right: 10px;
  display: flex; gap: 2px;
  font-family: var(--font-odia);
  font-size: 18px;
  color: var(--saffron);
  opacity: 0.2;
}

.thali-circle {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: white;
  border: 3px solid var(--turmeric);
  display: flex; align-items: center; justify-content: center;
}
.thali-center {
  font-family: var(--font-odia);
  font-size: 16px;
  color: var(--clay);
  z-index: 2;
}
.thali-item {
  position: absolute;
  font-size: 22px;
}
.t1 { top: -14px; left: 50%; transform: translateX(-50%); }
.t2 { top: 20%; right: -14px; }
.t3 { bottom: 20%; right: -14px; }
.t4 { bottom: -14px; left: 50%; transform: translateX(-50%); }
.t5 { top: 20%; left: -14px; }

.weave-pattern {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
  position: relative;
}
.weave-row { display: flex; gap: 4px; }
.weave-cell {
  width: 20px; height: 20px;
  border-radius: 3px;
}
.wc-0, .wc-2, .wc-4 { background: #7B3F9E; }
.wc-1, .wc-3, .wc-5 { background: #D4A017; }
.wc-alt-0, .wc-alt-2, .wc-alt-4 { background: #D4A017; }
.wc-alt-1, .wc-alt-3, .wc-alt-5 { background: #7B3F9E; }
.cloth-emoji {
  position: absolute;
  font-size: 40px;
  opacity: 0.3;
  bottom: 10px; right: 10px;
}

.triptych-content { padding: 1.25rem; }
.triptych-title {
  font-family: var(--font-serif);
  font-size: 21px;
  font-weight: 400;
  color: var(--bark);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.odia-script {
  font-family: var(--font-odia);
  font-size: 15px;
  color: var(--saffron);
}
.triptych-desc {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 1rem;
}
.triptych-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.triptych-tags span {
  background: var(--cream-deep);
  color: var(--clay);
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 10px;
  letter-spacing: 0.04em;
}

/* ---- STORY BAND ---- */
.story-band {
  background: var(--bark-mid);
  color: white;
  padding: 4rem 2rem;
}
.story-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  align-items: center;
}
.story-title {
  font-family: var(--font-serif);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.story-title em { font-style: italic; color: var(--turmeric); }
.story-body {
  font-size: 13.5px;
  color: rgba(255,255,255,0.7);
  line-height: 1.8;
}
.story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.stat-num {
  font-family: var(--font-serif);
  font-size: 48px;
  font-weight: 400;
  color: var(--turmeric);
  line-height: 1;
}
.stat-plus { font-size: 28px; }
.stat-label {
  font-family: var(--font-odia);
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
  letter-spacing: 0.04em;
}

/* ---- CULTURE BAND (FOOTER PRE) ---- */
.culture-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream-deep);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.culture-item {
  padding: 1.5rem 1.25rem;
  border-right: 1px solid var(--border);
  text-align: center;
}
.culture-item:last-child { border-right: none; }
.culture-icon { font-size: 28px; margin-bottom: 8px; }
.culture-title {
  font-family: var(--font-odia);
  font-size: 13px;
  font-weight: 500;
  color: var(--bark);
  margin-bottom: 4px;
}
.culture-sub { font-size: 11px; color: var(--muted); line-height: 1.5; }

/* ---- NEWSLETTER ---- */
.newsletter {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--saffron-light);
}
.newsletter-title {
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.newsletter-sub { font-size: 13px; color: var(--muted); margin-bottom: 1.5rem; }
.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
}
.newsletter-form input {
  flex: 1;
  padding: 11px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-strong);
  background: white;
  font-family: var(--font-odia);
  font-size: 13px;
  outline: none;
}
.newsletter-form input:focus { border-color: var(--saffron); }

/* ---- FOOTER ---- */
.footer { background: var(--bark); color: white; padding: 3rem 2rem 1.5rem; }
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 1.5rem;
}
.footer-logo { display: flex; flex-direction: column; margin-bottom: 0.75rem; }
.footer-logo .brand-odia { font-size: 28px; }
.footer-logo .brand-name { color: rgba(255,255,255,0.4); }
.footer-tagline {
  font-family: var(--font-odia);
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.4rem;
}
.footer-addr { font-size: 11px; color: rgba(255,255,255,0.35); }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.footer-col h4 {
  font-family: var(--font-odia);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--turmeric);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.6rem;
  transition: color 0.2s;
}
.footer-col a:hover { color: white; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(255,255,255,0.3);
}

/* ---- PAGE HEADER ---- */
.page-header {
  text-align: center;
  padding: 3rem 2rem 1rem;
  background: var(--cream-deep);
  border-bottom: 1px solid var(--border);
}
.page-title {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.page-sub { font-size: 14px; color: var(--muted); }

/* ---- SHOP ---- */
.shop-section { max-width: 1200px; margin: 0 auto; padding: 2rem; }
.category-strip { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 2rem; }
.cat-chip {
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid var(--border);
  background: white;
  font-family: var(--font-odia);
  font-size: 12px;
  color: var(--clay);
  cursor: pointer;
  transition: all 0.2s;
}
.cat-chip:hover, .cat-chip.active {
  background: var(--saffron);
  color: white;
  border-color: var(--saffron);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .triptych-grid { grid-template-columns: 1fr; }
  .story-inner { grid-template-columns: 1fr; }
  .culture-band { grid-template-columns: repeat(2, 1fr); }
  .jagannath-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .nav-toggle { display: block; }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .culture-band { grid-template-columns: 1fr 1fr; }
  .story-stats { grid-template-columns: 1fr 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
}

/* ---- TOAST ---- */
.toast {
  position: fixed;
  bottom: 24px; right: 24px;
  background: var(--bark);
  color: white;
  padding: 12px 20px;
  border-radius: var(--radius-md);
  font-size: 13px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  font-family: var(--font-odia);
}
.toast.show { opacity: 1; transform: translateY(0); }
