/* Brand colors are sampled from the supplied logo/product photos: logo cyan/yellow,
   jar-label mango orange, pickle red-brown, mustard-oil gold, and dark earthy brown. */
:root {
  --brand-cyan: #0088bd;
  --brand-yellow: #f5df00;
  --mango: #f5a23a;
  --pickle-red: #b13f24;
  --mustard: #d4a017;
  --earth: #5c3a21;
  --dark: #26160d;
  --cream: #fff5df;
  --cream-strong: #fffaf0;
  --muted: rgba(38, 22, 13, 0.72);
  --line: rgba(92, 58, 33, 0.14);
  --shadow-sm: 0 12px 30px rgba(92, 58, 33, 0.12);
  --shadow-lg: 0 26px 70px rgba(92, 58, 33, 0.2);
  --radius: 28px;
  --container: min(1160px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at 8% 12%, rgba(245, 223, 0, 0.18), transparent 28rem),
    radial-gradient(circle at 90% 4%, rgba(177, 63, 36, 0.12), transparent 30rem),
    linear-gradient(180deg, #fff8e9 0%, #f7e6c8 100%);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section-pad {
  padding: 4.75rem 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 248, 232, 0.84);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(255, 248, 232, 0.94);
  border-color: var(--line);
  box-shadow: 0 12px 32px rgba(92, 58, 33, 0.1);
}

.nav-shell,
.hero-grid,
.strip-grid,
.section-grid,
.cta-box,
.footer-shell {
  display: grid;
  gap: 1.35rem;
}

.nav-shell {
  align-items: center;
  padding: 0.82rem 0;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

.brand-mark img {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  object-fit: cover;
  border: 2px solid rgba(245, 223, 0, 0.74);
  box-shadow: 0 8px 18px rgba(0, 136, 189, 0.16);
}

.footer-brand img {
  object-fit: cover;
}

.brand-mark strong,
.site-footer strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.14rem;
  line-height: 1.1;
}

.brand-mark small {
  display: block;
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.top-nav {
  display: none;
}

.top-nav a {
  position: relative;
  font-weight: 800;
  font-size: 0.92rem;
  color: rgba(38, 22, 13, 0.78);
}

.top-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 2px;
  background: linear-gradient(90deg, var(--pickle-red), var(--mango));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.top-nav a:hover::after,
.top-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 780px;
  display: grid;
  align-items: center;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-bg {
  background: url("Cinematic_shots_pickle.jpeg") center / cover no-repeat;
  transform: scale(1.02);
}

.hero-overlay {
  z-index: -1;
  background:
    radial-gradient(circle at 80% 30%, rgba(245, 162, 58, 0.18), transparent 30rem),
    linear-gradient(90deg, rgba(30, 15, 8, 0.88), rgba(64, 30, 12, 0.66) 52%, rgba(30, 15, 8, 0.34));
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  color: var(--cream-strong);
}

.eyebrow,
.strip-label,
.contact-label,
.pack-size {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 0.72rem;
  font-weight: 900;
  color: var(--pickle-red);
}

.hero-copy .eyebrow,
.cta-box .eyebrow {
  color: var(--brand-yellow);
}

h1,
h2,
h3 {
  margin: 0;
  color: inherit;
}

h1,
h2 {
  font-family: "Fraunces", serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 12vw, 6.7rem);
}

h2 {
  font-size: clamp(2.15rem, 6vw, 4.15rem);
}

h3 {
  font-size: 1.2rem;
  line-height: 1.25;
}

.subhead {
  margin: 1.05rem 0 0;
  font-weight: 900;
  color: rgba(255, 250, 240, 0.86);
}

.hindi-line {
  display: inline-block;
  margin: 1.05rem 0;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 245, 223, 0.14);
  color: #fff2c3;
  font-style: italic;
  font-weight: 800;
}

.hero-text {
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 250, 240, 0.84);
  font-size: 1.05rem;
}

.cta-group,
.product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-actions {
  margin-top: 1.6rem;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.88rem 1.18rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.btn i {
  margin-right: 0.5rem;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -40%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42), transparent 36%);
  opacity: 0;
  transform: translateX(-30%);
  transition: opacity 220ms ease, transform 220ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn:hover::before,
.btn:focus-visible::before {
  opacity: 1;
  transform: translateX(15%);
}

.btn-primary {
  background: linear-gradient(135deg, var(--pickle-red), #7f2517);
  color: #fff9ef;
  box-shadow: 0 16px 32px rgba(177, 63, 36, 0.25);
}

.btn-light {
  background: var(--cream-strong);
  color: var(--earth);
}

.btn-soft {
  background: rgba(245, 162, 58, 0.16);
  color: var(--earth);
  border-color: rgba(177, 63, 36, 0.14);
}

.btn-outline-light {
  color: var(--cream-strong);
  border-color: rgba(255, 250, 240, 0.42);
  background: rgba(255, 250, 240, 0.08);
}

.btn-outline-flipkart {
  background: rgba(255, 245, 223, 0.8);
  color: var(--earth);
  border-color: rgba(212, 160, 23, 0.9);
  border-width: 1px;
  border-style: solid;
}

.btn-outline-flipkart:hover,
.btn-outline-flipkart:focus-visible {
  background: rgba(255, 245, 223, 1);
}

.hero-product-card {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: minmax(220px, 260px) 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.9);
  color: var(--dark);
  border: 1px solid rgba(255, 255, 255, 0.44);
  box-shadow: var(--shadow-lg);
}

.hero-product-card img {
  width: auto;
  max-width: 100%;
  max-height: 310px;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(38, 22, 13, 0.22));
}

.hero-product-card h2 {
  margin: 0.75rem 0 0.55rem;
  font-size: clamp(1.45rem, 5vw, 2.25rem);
  letter-spacing: -0.03em;
}

.hero-product-card p,
.section-heading p,
.section-copy p,
.story-strip p,
.feature-panel p,
.product-card p,
.reason-card p,
.testimonial-card p,
.contact-card p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

.hero-product-card strong {
  display: block;
  margin-top: 0.65rem;
  font-size: 2rem;
  color: var(--pickle-red);
}

.badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.9rem;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-yellow), #ffd36f);
  color: var(--earth);
  font-weight: 900;
  font-size: 0.76rem;
  box-shadow: 0 10px 20px rgba(212, 160, 23, 0.18);
}

.badge-floating {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 3;
}

.story-strip {
  padding: 1.4rem 0 0;
  transform: translateY(-2.4rem);
}

.strip-grid {
  align-items: center;
  padding: 1.4rem;
  border-radius: var(--radius);
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-sm);
}

.strip-grid h2 {
  font-size: clamp(1.65rem, 5vw, 3rem);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 1.85rem;
}

.section-heading h2,
.section-copy h2 {
  color: var(--earth);
}

.section-heading p,
.section-copy p {
  margin-top: 1rem;
}

.section-grid {
  align-items: center;
}

.quote-line {
  display: inline-block;
  color: var(--pickle-red) !important;
  font-weight: 900;
  font-style: italic;
}

.feature-panel,
.contact-card,
.reason-card,
.testimonial-card,
.product-card {
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 250, 240, 0.78);
  box-shadow: var(--shadow-sm);
}

.feature-panel {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem;
  border-radius: var(--radius);
  justify-items: center;
}

.feature-panel > img,
.feature-panel .round-logo {
  justify-self: center;
  margin-inline: auto;
}

.feature-panel article {
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(245, 162, 58, 0.13), rgba(0, 136, 189, 0.08));
}

.round-logo {
  width: 112px;
  height: 112px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--brand-yellow);
  box-shadow: 0 16px 28px rgba(0, 136, 189, 0.16);
}

.product-section {
  position: relative;
}

.product-grid,
.reasons-grid,
.testimonial-grid,
.cinematic-grid {
  display: grid;
  gap: 1.15rem;
}

.product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-lg);
}

.product-media {
  position: relative;
  min-height: 360px;
  background:
    radial-gradient(circle at 50% 18%, rgba(245, 223, 0, 0.28), transparent 14rem),
    linear-gradient(180deg, #fff9ef 0%, #f2d8ad 100%);
}

.slides {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1.4rem;
}

.slides img {
  position: absolute;
  width: min(72%, 280px);
  max-height: 320px;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
  filter: drop-shadow(0 22px 24px rgba(38, 22, 13, 0.18));
}

.slides img.active {
  opacity: 1;
  transform: scale(1);
}

.carousel-controls {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
}

.carousel-controls button {
  cursor: pointer;
  border: 0;
  border-radius: 999px;
  padding: 0.58rem 0.76rem;
  background: rgba(38, 22, 13, 0.72);
  color: var(--cream-strong);
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(38, 22, 13, 0.16);
}

.product-body {
  display: grid;
  gap: 0.8rem;
  padding: 1.2rem;
}

.price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}

.price-row strong {
  color: var(--pickle-red);
  font-size: 2rem;
  line-height: 1;
}

.price-row span {
  color: var(--brand-cyan);
  font-weight: 900;
  font-size: 0.88rem;
}

.cinematic-section {
  padding: 4.75rem 0;
  background: linear-gradient(180deg, rgba(38, 22, 13, 0.02), rgba(177, 63, 36, 0.08));
}

.cinematic-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.cinematic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 20%, rgba(29, 13, 6, 0.84));
}

.cinematic-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.cinematic-card:hover img {
  transform: scale(1.05);
}

.cinematic-card div {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  color: var(--cream-strong);
}

.cinematic-card p {
  margin: 0 0 0.25rem;
  color: var(--brand-yellow);
  font-weight: 900;
}

.cinematic-card h3 {
  font-family: "Fraunces", serif;
  font-size: clamp(1.45rem, 5vw, 2.45rem);
}

.reasons-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.reason-card,
.testimonial-card {
  padding: 1.2rem;
  border-radius: 24px;
}

.reason-card h3 {
  color: var(--earth);
}

.testimonial-card {
  position: relative;
}

.testimonial-card::before {
  content: "\"";
  position: absolute;
  right: 1rem;
  top: -0.4rem;
  font-family: "Fraunces", serif;
  font-size: 4.5rem;
  color: rgba(177, 63, 36, 0.14);
}

.testimonial-card p {
  color: var(--earth);
  font-size: 1.05rem;
  font-weight: 900;
}

.testimonial-card cite {
  display: block;
  margin-top: 0.9rem;
  color: var(--pickle-red);
  font-style: normal;
  font-weight: 900;
}

.cta-box {
  align-items: center;
  padding: 1.4rem;
  border-radius: var(--radius);
  color: var(--cream-strong);
  background:
    radial-gradient(circle at 85% 20%, rgba(245, 223, 0, 0.28), transparent 18rem),
    linear-gradient(135deg, #8a2b18, var(--pickle-red) 52%, #d07821);
  box-shadow: var(--shadow-lg);
}

.cta-box p {
  margin: 0.85rem 0 0;
  color: rgba(255, 250, 240, 0.86);
}

.contact-card {
  display: grid;
  gap: 0.75rem;
  padding: 1.15rem;
  border-radius: var(--radius);
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  background: rgba(245, 162, 58, 0.15);
  color: var(--earth);
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.contact-link i {
  margin-right: 0.5rem;
}

.contact-link:hover,
.contact-link:focus-visible {
  transform: translateY(-2px);
  background: rgba(245, 162, 58, 0.26);
}

.whatsapp-link {
  color: #fff;
  background: linear-gradient(135deg, #1ea954, #0a7c3b);
}

.marketplace {
  background: rgba(0, 136, 189, 0.12);
}

.contact-note {
  font-size: 0.9rem;
}

.site-footer {
  padding: 2rem 0 6rem;
}

.footer-shell {
  align-items: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #1fb25b, #08783a);
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(8, 120, 58, 0.32);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(8, 120, 58, 0.38);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 680px) {
  .nav-shell {
    grid-template-columns: auto 1fr;
  }

  .top-nav {
    display: flex;
    justify-content: end;
    gap: 1.15rem;
  }

  .hero-grid,
  .section-grid,
  .strip-grid,
  .cta-box,
  .footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-shell > p {
    text-align: right;
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonial-grid,
  .cinematic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .hero-product-card {
    margin-left: auto;
    max-width: 480px;
  }

  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 979px) {
  .hero-product-card {
    grid-template-columns: 1fr;
  }

  .feature-panel {
    padding: 1rem;
  }
}

@media (max-width: 679px) {
  .hero-section {
    min-height: auto;
    padding-top: 4rem;
  }

  .feature-panel {
    gap: 1rem;
  }

  .feature-panel article {
    padding: 1rem;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(30, 15, 8, 0.78), rgba(30, 15, 8, 0.88)),
      radial-gradient(circle at 70% 20%, rgba(245, 162, 58, 0.22), transparent 22rem);
  }

  .hero-product-card {
    grid-template-columns: 0.82fr 1fr;
  }

  .section-pad,
  .cinematic-section {
    padding: 3.6rem 0;
  }

  .btn,
  .contact-link {
    width: 100%;
  }

  .product-media {
    min-height: 330px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
