/* Final targeted storefront polish. No checkout, account, voucher, admin or server behaviour is changed here. */

/* Header typography: readable, polished and consistent with the brand guide. */
.site-header .desktop-nav .nav-link,
.site-header .desktop-nav .dropdown-toggle,
.site-header .header-actions,
.site-header .cart-button{
  font-family:var(--brand-body)!important;
  font-size:.79rem!important;
  font-weight:750!important;
  letter-spacing:.005em!important;
}
.site-header .nav-gift{
  font-family:var(--brand-body)!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
}
.site-header .cart-button{
  font-size:.9rem!important;
  font-weight:850!important;
}
.brand-wordmark strong{
  font-weight:600!important;
  letter-spacing:.025em!important;
}
.brand-wordmark small{
  margin-top:4px!important;
  font-size:.92rem!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:.9!important;
  text-transform:none!important;
}

/* Use the cursive family only for short branded accents, not navigation or body copy. */
.final-hero-copy>.eyebrow,
.signup-final-section .signup-final-grid>div>.eyebrow,
.email-modal-content>.eyebrow,
.final-cta .eyebrow{
  display:block!important;
  color:#f2d77f!important;
  font-family:var(--brand-script)!important;
  font-size:clamp(1.75rem,2.8vw,2.35rem)!important;
  font-weight:400!important;
  letter-spacing:0!important;
  line-height:1!important;
  text-transform:none!important;
}
.signup-final-section .signup-final-grid>div>.eyebrow,
.email-modal-content>.eyebrow{
  color:var(--burgundy)!important;
}

/* Pouch showcase: aligned labels, stronger depth and a clean dedicated badge row. */
.final-hero-stage{
  grid-template-rows:minmax(0,1fr) auto!important;
  align-items:end!important;
  column-gap:18px!important;
  row-gap:14px!important;
  min-height:610px!important;
  padding:50px 30px 26px!important;
  overflow:visible!important;
}
.final-hero-stage::before{
  inset:20px 8px 92px!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.98) 0,rgba(255,248,224,.94) 43%,rgba(239,203,116,.44) 74%,rgba(212,175,55,.14) 100%)!important;
  border:1px solid rgba(212,175,55,.84)!important;
  box-shadow:inset 0 0 46px rgba(255,255,255,.75),0 28px 62px rgba(73,11,14,.2)!important;
}
.hero-product{
  position:relative!important;
  display:grid!important;
  height:470px!important;
  grid-template-rows:minmax(0,1fr) auto!important;
  align-items:end!important;
  transition:transform .35s cubic-bezier(.2,.75,.25,1),filter .35s ease!important;
}
.hero-product::before{
  position:absolute;
  z-index:-1;
  right:8%;
  bottom:56px;
  left:8%;
  height:38%;
  content:"";
  background:radial-gradient(ellipse,rgba(91,15,18,.2),transparent 68%);
  filter:blur(14px);
  transform:translateY(20px);
}
.hero-product:hover{
  filter:brightness(1.025)!important;
  transform:translateY(-10px) scale(1.025)!important;
}
.hero-product img,
.hero-product-shankarpali img,
.hero-product-payatham img{
  width:100%!important;
  height:405px!important;
  padding:0 2px!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  filter:drop-shadow(0 12px 9px rgba(70,14,16,.13)) drop-shadow(0 30px 26px rgba(70,14,16,.28))!important;
}
.hero-product span{
  display:flex!important;
  width:100%!important;
  min-height:56px!important;
  margin:0!important;
  padding:10px 12px!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(233,194,65,.95)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 22px rgba(76,9,12,.2)!important;
  font-family:var(--brand-body)!important;
  font-size:clamp(.72rem,1vw,.88rem)!important;
  font-weight:850!important;
  line-height:1.12!important;
}
.hero-seal{
  position:relative!important;
  z-index:5!important;
  right:auto!important;
  bottom:auto!important;
  grid-column:1/-1!important;
  justify-self:center!important;
  width:92px!important;
  height:92px!important;
  margin:0!important;
  border-width:5px!important;
  transform:rotate(-4deg)!important;
  box-shadow:0 0 0 5px rgba(255,250,231,.84),0 0 24px rgba(232,190,55,.62),0 14px 28px rgba(69,12,14,.2)!important;
}
.hero-seal strong{
  font-family:var(--brand-display)!important;
}

/* Refined brand ornament used around the Starter Bundle statement. */
.starter-stage-note{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  font-family:var(--brand-display)!important;
  font-weight:700!important;
  letter-spacing:.005em!important;
}
.starter-stage-note::before,
.starter-stage-note::after{
  display:block!important;
  flex:0 0 auto;
  color:#f3cf5b;
  content:"✦";
  font-family:var(--brand-ceremonial)!important;
  font-size:1rem;
  line-height:1;
  text-shadow:0 0 12px rgba(255,219,91,.7);
}

/* Premium trust band: richer contrast, ornamental separators and no flat ecommerce boxes. */
.final-trust-strip{
  position:relative!important;
  overflow:hidden!important;
  color:#fff8e7!important;
  background:
    linear-gradient(90deg,rgba(86,10,13,.98),rgba(127,22,25,.98) 50%,rgba(86,10,13,.98)),
    url('/assets/brand/pattern-paisley.webp') center/520px auto!important;
  border-top:2px solid #d7ad35!important;
  border-bottom:2px solid #d7ad35!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1),inset 0 -1px 0 rgba(255,255,255,.08)!important;
}
.final-trust-strip::before,
.final-trust-strip::after{
  position:absolute;
  z-index:3;
  top:50%;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#f1d16c;
  background:#741216;
  border:1px solid rgba(241,209,108,.78);
  border-radius:50%;
  content:"✦";
  font-family:var(--brand-ceremonial);
  transform:translateY(-50%) rotate(45deg);
  box-shadow:0 0 16px rgba(241,209,108,.26);
  pointer-events:none;
}
.final-trust-strip::before{left:10px}
.final-trust-strip::after{right:10px}
.trust-marquee{
  padding-inline:36px!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%)!important;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 4%,#000 96%,transparent 100%)!important;
}
.final-trust-grid article{
  position:relative!important;
  min-height:118px!important;
  padding:18px 24px!important;
  color:#fff8e7!important;
  border-right:0!important;
}
.final-trust-grid article::after{
  position:absolute;
  top:22%;
  right:0;
  bottom:22%;
  width:1px;
  content:"";
  background:linear-gradient(transparent,rgba(236,199,79,.62),transparent);
}
.final-trust-grid article:last-child::after{display:none}
.trust-icon{
  width:38px!important;
  height:38px!important;
  margin-bottom:7px!important;
  color:#f1d16c!important;
  background:rgba(255,248,225,.06)!important;
  border:1px solid rgba(241,209,108,.72)!important;
  box-shadow:inset 0 0 0 3px rgba(255,255,255,.025),0 0 16px rgba(241,209,108,.09)!important;
}
.trust-icon svg{stroke-width:1.55!important}
.final-trust-grid strong{
  color:#fff8e7!important;
  font-family:var(--brand-display)!important;
  font-size:.98rem!important;
  font-weight:600!important;
  letter-spacing:.005em!important;
}
.final-trust-grid small{
  margin-top:4px!important;
  color:rgba(255,247,224,.68)!important;
  font-family:var(--brand-body)!important;
  font-size:.61rem!important;
  font-weight:500!important;
}

/* Email modal logo: centred, contained and clipped cleanly inside its panel. */
.email-modal-card{
  overflow:hidden!important;
}
.email-modal-art{
  position:relative!important;
  min-height:500px!important;
  overflow:hidden!important;
  padding:48px!important;
  background:
    radial-gradient(circle at 50% 48%,rgba(184,104,50,.24),transparent 43%),
    linear-gradient(145deg,#5a0e10,#81171a)!important;
  border-right:1px solid rgba(212,175,55,.55)!important;
}
.email-modal-art::before{
  position:absolute;
  inset:18px;
  content:"";
  border:1px solid rgba(229,194,76,.48);
  border-radius:22px;
  pointer-events:none;
}
.email-modal-art::after{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  height:3px;
  content:"";
  background:linear-gradient(90deg,transparent,#d8ad35 18%,#f4da83 50%,#d8ad35 82%,transparent);
}
.email-modal-art img{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:min(230px,76%)!important;
  height:auto!important;
  aspect-ratio:1!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:50%!important;
  filter:drop-shadow(0 18px 28px rgba(30,0,0,.34))!important;
}
.email-modal-content .form-shell{
  margin-top:24px!important;
}

/* Cleaner review heading after removing the test badge and helper paragraph. */
.review-test-heading-clean{
  display:block!important;
  margin-bottom:32px!important;
  text-align:center!important;
}
.review-test-heading-clean h2,
.review-page-hero h1{
  position:relative;
  width:fit-content;
  margin-right:auto!important;
  margin-left:auto!important;
  padding-bottom:18px;
}
.review-test-heading-clean h2::after,
.review-page-hero h1::after{
  position:absolute;
  bottom:0;
  left:50%;
  width:110px;
  height:12px;
  content:"✦  ❈  ✦";
  color:#c4931c;
  font-family:var(--brand-ceremonial);
  font-size:.72rem;
  letter-spacing:.2em;
  line-height:1;
  transform:translateX(-50%);
}
.review-page-hero{
  padding-top:74px!important;
  padding-bottom:56px!important;
}

/* Keep product labels and decorative styling balanced on narrower screens. */
@media(max-width:980px){
  .final-hero-stage{
    min-height:590px!important;
    padding:42px 22px 24px!important;
  }
  .hero-product{height:440px!important}
  .hero-product img,
  .hero-product-shankarpali img,
  .hero-product-payatham img{height:370px!important}
}

@media(max-width:700px){
  .brand-wordmark small{font-size:.82rem!important}
  .final-hero-stage{
    min-height:auto!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:6px!important;
    padding:28px 8px 22px!important;
  }
  .final-hero-stage::before{inset:8px 0 84px!important;border-radius:24px!important}
  .hero-product{height:310px!important}
  .hero-product img,
  .hero-product-shankarpali img,
  .hero-product-payatham img{height:252px!important}
  .hero-product span{
    min-height:50px!important;
    padding:8px 5px!important;
    font-size:.58rem!important;
  }
  .hero-seal{width:76px!important;height:76px!important}
  .final-trust-strip::before,.final-trust-strip::after{display:none}
  .trust-marquee{padding-inline:0!important}
  .trust-group article{width:188px!important;min-height:102px!important;padding:13px 18px!important}
  .email-modal-art{min-height:190px!important;padding:28px!important;border-right:0!important;border-bottom:1px solid rgba(212,175,55,.55)!important}
  .email-modal-art::before{inset:10px!important;border-radius:16px!important}
  .email-modal-art img{width:132px!important}
}

@media(max-width:430px){
  .final-hero-stage{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:4px!important;
    padding:22px 6px 18px!important;
  }
  .final-hero-stage::before{inset:5px 0 70px!important}
  .hero-product{height:232px!important}
  .hero-product img,
  .hero-product-shankarpali img,
  .hero-product-payatham img{height:178px!important}
  .hero-product span{
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    padding:7px 3px!important;
    font-size:.52rem!important;
    line-height:1.1!important;
  }
  .hero-seal{width:70px!important;height:70px!important;margin-top:6px!important}
  .hero-seal strong{font-size:1.35rem!important}
  .hero-seal span{font-size:.44rem!important}
}

@media(prefers-reduced-motion:reduce){
  .hero-product,.starter-stage-note{animation:none!important;transition:none!important}
}


/* --- Final cleanup pass: slimmer trust strip, better homepage pouch stage,
   tighter label presentation, cleaner FAQ visual, and a more compact story section. --- */

.final-trust-strip{
  overflow:hidden;
  background:linear-gradient(180deg,#f2e1b8 0%,#ead39c 100%)!important;
  border-top:1px solid rgba(161,117,20,.45)!important;
  border-bottom:1px solid rgba(161,117,20,.45)!important;
}
.final-trust-strip::before,
.final-trust-strip::after,
.trust-icon{display:none!important}
.trust-marquee{width:100%!important;padding:0!important;overflow:visible!important;mask-image:none!important;-webkit-mask-image:none!important}
.trust-track{width:100%!important;animation:none!important;transform:none!important}
.trust-group{
  display:grid!important;
  width:100%!important;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:0!important;
}
.trust-group[aria-hidden="true"]{display:none!important}
.trust-group article{
  display:flex!important;
  min-width:0!important;
  min-height:62px!important;
  width:auto!important;
  padding:10px 14px 12px!important;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(115,35,25,.16)!important;
  text-align:center;
  background:transparent!important;
  box-shadow:none!important;
}
.trust-group article:last-child{border-right:0!important}
.final-trust-grid strong{
  color:#6f1919!important;
  font-family:var(--serif)!important;
  font-size:.92rem!important;
  line-height:1.08!important;
}
.final-trust-grid small{
  margin-top:2px!important;
  color:#7f5f41!important;
  font-size:.61rem!important;
  line-height:1.1!important;
}

.final-hero-stage{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:end!important;
  gap:18px!important;
  min-height:620px!important;
  padding:34px 32px 136px!important;
  isolation:isolate!important;
}
.final-hero-stage::before{
  inset:18px 0 66px!important;
  border-radius:34px!important;
  background:radial-gradient(circle at 50% 22%,rgba(255,252,245,.97) 0%,rgba(244,228,202,.95) 42%,rgba(217,166,121,.82) 100%)!important;
  border:1px solid rgba(214,176,112,.65)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 24px 56px rgba(90,14,16,.24)!important;
}
.hero-product{
  position:relative!important;
  z-index:2!important;
  display:flex!important;
  height:auto!important;
  padding:0!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-end!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  transform:none!important;
}
.hero-product::before{display:none!important}
.hero-product img,
.hero-product-shankarpali img,
.hero-product-payatham img{
  width:auto!important;
  height:392px!important;
  max-width:100%!important;
  object-fit:contain!important;
  filter:drop-shadow(0 18px 20px rgba(88,19,18,.26)) drop-shadow(0 38px 42px rgba(88,19,18,.14))!important;
  background:transparent!important;
}
.hero-product-murukku{align-self:end!important;transform:rotate(-7deg) translateY(12px)!important}
.hero-product-shankarpali{align-self:center!important;transform:translateY(-14px)!important}
.hero-product-payatham{align-self:start!important;transform:rotate(7deg) translateY(12px)!important}
.hero-product span{
  margin-top:10px!important;
  min-width:0!important;
  width:min(100%,225px)!important;
  padding:16px 20px!important;
  color:#fff8eb!important;
  background:#8a171d!important;
  border:1px solid rgba(219,178,82,.92)!important;
  border-radius:999px!important;
  box-shadow:0 8px 22px rgba(90,14,16,.2)!important;
  font-family:var(--sans)!important;
  font-size:1.02rem!important;
  font-weight:900!important;
  line-height:1.06!important;
  text-align:center!important;
}
.hero-seal{
  position:absolute!important;
  z-index:3!important;
  left:50%!important;
  right:auto!important;
  bottom:30px!important;
  width:108px!important;
  height:108px!important;
  margin:0!important;
  transform:translateX(-50%)!important;
}

.story-dark-section.section{
  padding:58px 0!important;
}
.story-dark-section .story-grid{
  gap:46px!important;
  align-items:center!important;
}
.story-dark-section .story-copy{max-width:560px}
.story-dark-section .site-photo img{
  width:100%!important;
  height:400px!important;
  object-fit:cover!important;
  border-radius:30px!important;
}

.product-gallery-main,
.product-gallery-tile{
  background:linear-gradient(145deg,#fffef9,#f8ead1)!important;
}
.product-gallery-main{
  min-height:520px!important;
}
.product-gallery-main img{
  min-height:520px!important;
  padding:8px!important;
}
.product-gallery-tile img{padding:6px!important}

.food-label-visual,
.label-frame{
  overflow:hidden!important;
  background:linear-gradient(145deg,#fbf2df,#f7e5bf)!important;
  border:1px solid rgba(212,175,55,.62)!important;
  border-radius:28px!important;
  box-shadow:0 18px 42px rgba(90,14,16,.1)!important;
}
.food-label-visual img,
.label-frame img{
  width:100%!important;
  max-height:none!important;
  padding:10px!important;
  object-fit:contain!important;
  animation:label-float 4.8s ease-in-out infinite!important;
  transform-origin:center center!important;
}
@keyframes label-float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
.label-detail-grid{align-items:center!important}

.faq-pack-item strong{display:none!important}
.faq-product-visual{
  padding-bottom:68px!important;
}
.faq-product-visual .faq-pack-item img{
  height:300px!important;
}
.faq-product-visual>.faq-core-caption{
  bottom:18px!important;
  padding:10px 18px!important;
}

@media (max-width: 1080px){
  .trust-group{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .trust-group article:nth-child(3){border-right:0!important}
  .trust-group article:nth-child(-n+3){border-bottom:1px solid rgba(115,35,25,.16)!important}
  .final-hero-stage{min-height:560px!important;padding:28px 22px 130px!important;gap:10px!important}
  .hero-product img,
  .hero-product-shankarpali img,
  .hero-product-payatham img{height:332px!important}
  .hero-product span{width:min(100%,200px)!important;font-size:.94rem!important;padding:14px 16px!important}
  .story-dark-section .site-photo img{height:350px!important}
}

@media (max-width: 820px){
  .final-hero-stage{
    min-height:auto!important;
    grid-template-columns:1fr!important;
    gap:0!important;
    padding:24px 16px 104px!important;
  }
  .final-hero-stage::before{inset:12px 0 56px!important}
  .hero-product-murukku,
  .hero-product-shankarpali,
  .hero-product-payatham{align-self:center!important;transform:none!important}
  .hero-product img,
  .hero-product-shankarpali img,
  .hero-product-payatham img{height:238px!important}
  .hero-product span{width:min(100%,230px)!important;margin-top:-8px!important;font-size:.84rem!important}
  .hero-seal{bottom:18px!important;width:84px!important;height:84px!important}
  .trust-group{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .trust-group article,
  .trust-group article:nth-child(3){border-right:1px solid rgba(115,35,25,.16)!important;border-bottom:1px solid rgba(115,35,25,.16)!important}
  .trust-group article:nth-child(even){border-right:0!important}
  .trust-group article:nth-last-child(-n+2){border-bottom:0!important}
  .story-dark-section.section{padding:46px 0!important}
  .story-dark-section .site-photo img{height:300px!important}
  .product-gallery-main{min-height:390px!important}
  .product-gallery-main img{min-height:390px!important}
}
