:root {
  --amul-red: #d71920;
  --deep-red: #a90f18;
  --milk: #fffaf0;
  --cream: #fff3ce;
  --ink: #20202a;
  --muted: #646475;
  --teal: #00a8a8;
  --green: #0f9f6e;
  --yellow: #ffc928;
  --line: rgba(32, 32, 42, 0.12);
  --shadow: 0 20px 60px rgba(46, 26, 15, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 201, 40, 0.24), transparent 26rem),
    radial-gradient(circle at 88% 8%, rgba(0, 168, 168, 0.22), transparent 24rem),
    linear-gradient(180deg, #fffdf7 0%, #fff6df 46%, #fff 100%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 250, 240, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 2.25rem;
  color: #fff;
  background: var(--amul-red);
  border-radius: 0.45rem;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(215, 25, 32, 0.28);
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

nav {
  display: flex;
  gap: clamp(0.75rem, 3vw, 2rem);
  font-weight: 750;
}

nav a {
  color: #343442;
}

.header-whatsapp,
.btn,
.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1.15rem;
  border: 0;
  border-radius: 0.5rem;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.header-whatsapp,
.primary,
.floating-whatsapp {
  color: #fff;
  background: linear-gradient(135deg, var(--green), #16c07f);
  box-shadow: 0 14px 30px rgba(15, 159, 110, 0.24);
}

.secondary {
  color: var(--amul-red);
  background: #fff;
  border: 1px solid rgba(215, 25, 32, 0.2);
}

.btn:hover,
.header-whatsapp:hover,
.floating-whatsapp:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 34rem);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 5rem);
  padding: clamp(2rem, 5vw, 5rem) clamp(1rem, 5vw, 5rem) 2.25rem;
}

.hero-copy {
  max-width: 46rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.8rem;
  color: var(--amul-red);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  font-size: clamp(3.1rem, 8vw, 7.5rem);
  line-height: 0.9;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--amul-red);
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.hero-text,
.section-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.7;
}

.hero-actions,
.quick-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.quick-facts span {
  padding: 0.7rem 0.9rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
}

.shop-photo {
  position: relative;
  margin: 0;
}

.shop-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.7rem;
  box-shadow: var(--shadow);
}

.shop-photo figcaption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 0.8rem 1rem;
  color: #fff;
  background: rgba(167, 16, 22, 0.88);
  border-radius: 0.45rem;
  font-weight: 850;
}

.section {
  padding: clamp(3rem, 6vw, 5.5rem) clamp(1rem, 5vw, 5rem);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 1.6rem;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 2rem;
  align-items: start;
  background: var(--ink);
  color: #fff;
}

.intro-band .section-kicker,
.intro-band a {
  color: var(--yellow);
}

.visit-grid,
.product-grid,
.order-picker {
  display: grid;
  gap: 1rem;
}

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

.visit-grid article {
  min-height: 10rem;
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.5rem;
}

.icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1.1rem;
  color: var(--ink);
  background: var(--yellow);
  border-radius: 50%;
  font-weight: 900;
}

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

.product-card,
.order-item,
.order-summary {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 0.5rem;
  box-shadow: 0 16px 38px rgba(54, 33, 16, 0.08);
}

.product-card {
  overflow: hidden;
}

.product-art {
  display: grid;
  place-items: center;
  height: 12rem;
  padding: 1rem;
  background: linear-gradient(135deg, var(--art-a), var(--art-b));
}

.pack-shot {
  position: relative;
  display: grid;
  place-items: center;
  width: min(8rem, 74%);
  height: 8.8rem;
  color: #fff;
  background: linear-gradient(180deg, #fff, #f2f2f2 38%, var(--amul-red) 39%);
  border: 2px solid rgba(255, 255, 255, 0.84);
  border-radius: 0.45rem;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.2);
  transform: rotate(-2deg);
}

.pack-shot::before {
  content: "Amul";
  position: absolute;
  top: 1.05rem;
  color: var(--amul-red);
  font-family: Georgia, serif;
  font-size: 1.35rem;
  font-weight: 900;
}

.pack-shot span {
  position: absolute;
  bottom: 1.25rem;
  max-width: 6.4rem;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.1;
}

.product-info {
  padding: 1rem;
}

.product-info p {
  color: var(--muted);
  line-height: 1.55;
}

.tag {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.36rem 0.58rem;
  color: var(--deep-red);
  background: #fff0ef;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
}

.order-section {
  background: linear-gradient(180deg, #fff, #fff3cf);
}

.order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
  gap: 1.2rem;
  align-items: start;
}

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

.order-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
}

.order-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.quantity {
  display: grid;
  grid-template-columns: 2.25rem 3rem 2.25rem;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  background: #fff;
}

.quantity button {
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  color: var(--amul-red);
  background: transparent;
  font-size: 1.25rem;
  font-weight: 900;
  cursor: pointer;
}

.quantity input {
  width: 3rem;
  height: 2.25rem;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: center;
  font: inherit;
  font-weight: 850;
}

.order-summary {
  position: sticky;
  top: 5.8rem;
  padding: 1.2rem;
}

.summary-list {
  min-height: 8rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #fffaf0;
  border: 1px dashed rgba(215, 25, 32, 0.28);
  border-radius: 0.45rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 750;
}

.summary-row:last-child {
  border-bottom: 0;
}

.empty {
  color: var(--muted);
}

label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 850;
}

textarea {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.85rem;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 0.45rem;
  font: inherit;
  resize: vertical;
}

.full {
  width: 100%;
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
}

footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem 1.25rem;
  padding: 1.6rem 1rem;
  color: #fff;
  background: var(--amul-red);
}

@media (max-width: 980px) {
  .hero,
  .intro-band,
  .order-layout {
    grid-template-columns: 1fr;
  }

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

  .order-summary {
    position: static;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
  }

  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.4rem;
    padding-top: 0.45rem;
    border-top: 1px solid var(--line);
    font-size: 0.9rem;
  }

  .header-whatsapp {
    min-height: 2.45rem;
    padding-inline: 0.8rem;
  }

  .hero {
    padding-top: 2rem;
    gap: 1.4rem;
    min-height: auto;
  }

  .visit-grid,
  .product-grid,
  .order-picker {
    grid-template-columns: 1fr;
  }

  .shop-photo img {
    aspect-ratio: 4 / 4.5;
  }

  .order-item {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.75rem;
  }

  .product-art {
    height: 10rem;
  }

  .order-section {
    padding-bottom: 5rem;
  }
}

@media (max-width: 440px) {
  .brand {
    width: 100%;
  }

  .brand strong {
    white-space: normal;
  }

  .brand small {
    white-space: normal;
  }

  h1 {
    font-size: clamp(2.55rem, 16vw, 3.6rem);
  }

  h2 {
    font-size: 1.75rem;
  }

  .section {
    padding-inline: 0.85rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .quick-facts span {
    width: 100%;
    border-radius: 0.5rem;
  }

  .product-info,
  .order-item,
  .order-summary {
    padding: 0.9rem;
  }

  .order-item {
    grid-template-columns: 1fr;
  }

  .quantity {
    grid-template-columns: 2.75rem 1fr 2.75rem;
    width: 100%;
  }

  .quantity button,
  .quantity input {
    width: 100%;
    height: 2.75rem;
  }

  .floating-whatsapp {
    right: 0.7rem;
    bottom: 0.7rem;
    min-height: 2.6rem;
    padding-inline: 0.9rem;
    font-size: 0.9rem;
  }
}
