:root {
  --red: #d94b37;
  --red-dark: #963225;
  --brown: #4b2015;
  --ink: #29211d;
  --muted: #8d766d;
  --cream: #fff8f0;
  --pink: #fde6e1;
  --soft: #fff2ed;
  --line: #f0d9d0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fffdf9;
  font-family: "Montserrat", Arial, sans-serif;
}

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

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

.ticker {
  overflow: hidden;
  background: #f6cbc7;
  color: #fff;
  height: 32px;
  font-weight: 700;
  font-size: 14px;
}

.ticker-track {
  display: flex;
  gap: 52px;
  width: max-content;
  min-width: 100%;
  align-items: center;
  height: 32px;
  white-space: nowrap;
  animation: marquee 23s linear infinite;
}

.ticker span {
  text-shadow: 0 1px 0 rgba(150, 50, 37, 0.14);
}

.mobile-phone,
.mobile-actions,
.mobile-intro {
  display: none;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-42%); }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 30px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(80, 38, 28, 0.06);
}

.brand img {
  width: 128px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #a69088;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.nav-right {
  justify-content: flex-end;
  text-transform: none;
  letter-spacing: 0;
}

.nav-right button {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 0;
  color: #c7b8b0;
  background: transparent;
  cursor: pointer;
}

.nav-right svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-actions button {
  border: 0;
  background: transparent;
  color: #343434;
}

.mobile-actions svg,
.mobile-phone svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-backdrop,
.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--soft);
}

.hero > img {
  width: 100%;
  min-height: 560px;
  object-fit: cover;
}

.hero-copy {
  display: none;
}

.hero-copy p {
  margin: 0 0 12px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 900;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  font-size: clamp(54px, 8vw, 104px);
  font-weight: 900;
  line-height: 0.9;
}

.hero-copy h2 {
  margin: 14px 0 30px;
  font-family: "Archivo", sans-serif;
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900;
  line-height: 0.98;
}

.primary-btn,
.promo-card a,
.product button,
.footer button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 28px;
  color: #fff;
  background: var(--red);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(217, 75, 55, 0.22);
}

.promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 430px);
  align-items: center;
  gap: 24px;
  width: min(1060px, calc(100% - 36px));
  margin: 38px auto;
  padding: 28px 42px;
  background: linear-gradient(135deg, #fff5f1, #ffe0d8);
  border: 1px solid var(--line);
}

.promo-card h2 {
  margin: 14px 0 4px;
  color: var(--red);
  font-family: "Archivo", sans-serif;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.9;
  -webkit-text-stroke: 2px #fff;
  text-shadow: 0 3px 0 var(--red);
}

.promo-card p {
  margin: 0 0 22px;
  color: var(--brown);
  font-family: "Archivo", sans-serif;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
}

.coupon {
  display: inline-block;
  padding: 12px 22px;
  color: var(--brown);
  border: 2px dotted var(--brown);
  background: #fff6ee;
  font-weight: 700;
}

.promo-card img {
  max-height: 360px;
  width: min(330px, 100%);
  margin: 0 auto;
  object-fit: contain;
}

.category-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 68px;
}

.category-strip article {
  position: relative;
  overflow: hidden;
  min-height: 142px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.category-strip img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.category-strip article:hover img {
  transform: scale(1.05);
}

.category-strip span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  color: var(--brown);
  background: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 78px;
}

.section-title {
  text-align: center;
  margin-bottom: 34px;
}

.section-title p,
.story-copy > p:first-child,
.wide-banner p {
  margin: 0 0 8px;
  color: var(--red);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
}

.section-title h2,
.story-copy h2,
.wide-banner h2 {
  margin: 0;
  color: var(--brown);
  font-family: "Archivo", sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  line-height: 0.95;
}

.product-grid,
.flavour-grid,
.blog-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.product {
  position: relative;
  min-width: 0;
  padding: 18px 18px 22px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(82, 43, 32, 0.06);
}

.product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 11px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 800;
}

.product h3,
.flavour-grid h3,
.blog-grid h3 {
  min-height: 48px;
  margin: 14px 0 8px;
  color: var(--brown);
  font-size: 17px;
  line-height: 1.35;
}

.product p {
  margin: 0 0 16px;
  color: var(--red);
  font-weight: 800;
}

.product del {
  color: #bba9a2;
}

.story {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
  padding: 70px max(18px, calc((100vw - 1180px) / 2));
  background: var(--cream);
}

.story-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.story-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-weight: 500;
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.mini-grid span {
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--brown);
  font-weight: 800;
}

.wide-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 78px;
}

.wide-banner img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.wide-banner div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(1180px, calc(100% - 36px));
  margin: auto;
  left: 0;
  right: 0;
}

.wide-banner h2 {
  max-width: 520px;
}

.pale {
  width: 100%;
  margin-bottom: 0;
  padding: 70px max(18px, calc((100vw - 1180px) / 2));
  background: var(--soft);
}

.flavour-grid article,
.blog-grid article,
.reviews article {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
}

.flavour-grid article {
  text-align: center;
  padding: 18px;
}

.flavour-grid img,
.blog-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.reviews {
  padding: 72px max(18px, calc((100vw - 1180px) / 2));
  background: #fff;
}

.review-head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.review-head img {
  width: 116px;
}

.review-head h2 {
  margin: 0;
  font-family: "Archivo", sans-serif;
  color: var(--brown);
  font-size: 36px;
}

.review-head p {
  margin: 4px 0 0;
  color: var(--muted);
}

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

.reviews article {
  padding: 24px;
  box-shadow: 0 10px 24px rgba(82, 43, 32, 0.06);
}

.reviews strong {
  color: #f4a531;
}

.reviews p {
  color: var(--muted);
  line-height: 1.65;
}

.reviews span {
  color: var(--brown);
  font-weight: 800;
}

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

.blog-grid article {
  padding-bottom: 22px;
}

.blog-grid h3,
.blog-grid a {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}

.blog-grid a {
  color: var(--red);
  font-weight: 800;
}

.footer {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1fr 1fr;
  gap: 34px;
  padding: 58px max(18px, calc((100vw - 1180px) / 2));
  color: #fbece7;
  background: #3a1b15;
}

.footer img {
  width: 126px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 16px;
  background: #fff;
}

.footer h3 {
  margin: 0 0 16px;
  color: #fff;
}

.footer a,
.footer p {
  display: block;
  margin: 0 0 10px;
  color: #f0c9bf;
  line-height: 1.6;
}

.footer input {
  width: 100%;
  min-height: 44px;
  margin-bottom: 12px;
  padding: 0 12px;
  border: 1px solid #744138;
  background: #fff7f3;
}

.whatsapp {
  position: fixed;
  left: 30px;
  bottom: 28px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #fff;
  background: #40c35b;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.whatsapp svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.side-tab {
  position: fixed;
  right: 0;
  top: 42%;
  z-index: 30;
  writing-mode: vertical-rl;
  padding: 18px 11px;
  color: #fff;
  background: #f5b7b7;
  border-radius: 18px 0 0 18px;
  font-weight: 800;
  font-size: 13px;
}

@media (max-width: 980px) {
  .site-header {
    display: flex;
    flex-direction: column;
    justify-items: center;
    gap: 10px;
    min-height: 0;
    padding: 14px 18px 16px;
  }

  .brand {
    order: 1;
  }

  .nav-left {
    order: 2;
  }

  .nav-right {
    order: 3;
  }

  .brand img {
    width: 112px;
  }

  .nav-left,
  .nav-right {
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-strip,
  .product-grid,
  .flavour-grid,
  .blog-grid,
  .review-grid,
  .footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .story,
  .promo-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    background: #fffff6;
  }

  .ticker {
    height: 45px;
    background: #cf3e61;
    font-size: 20px;
    font-weight: 500;
  }

  .ticker-track {
    height: 45px;
    gap: 48px;
    animation-duration: 18s;
  }

  .mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 55px;
    color: #fff;
    background: #cf3e61;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.04em;
  }

  .mobile-phone svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    stroke-width: 0;
  }

  .site-header {
    position: relative;
    display: block;
    height: 122px;
    min-height: 0;
    padding: 0;
    background: #fffff4;
    box-shadow: none;
  }

  .brand img {
    width: 88px;
    height: 88px;
    background: #fff;
    border: 2px solid #174a24;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff;
    object-fit: cover;
  }

  .brand {
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 3;
    transform: translateX(-50%);
  }

  .nav-left,
  .nav-right {
    display: none;
  }

  .mobile-actions {
    position: relative;
    z-index: 6;
    display: grid;
    grid-template-columns: 64px 1fr 58px 48px;
    align-items: center;
    height: 76px;
    padding: 4px 14px 0;
  }

  .mobile-actions button {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #333;
    justify-self: center;
  }

  .mobile-actions svg {
    width: 35px;
    height: 35px;
    stroke-width: 2.15;
  }

  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    pointer-events: none;
    background: rgba(35, 24, 20, 0);
    transition: background 0.22s ease;
  }

  .mobile-menu {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 90;
    display: flex;
    flex-direction: column;
    width: min(315px, 84vw);
    padding: 18px 20px 24px;
    background: #fffff4;
    box-shadow: 18px 0 40px rgba(45, 24, 18, 0.18);
    transform: translateX(-105%);
    transition: transform 0.24s ease;
  }

  .mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ecd9c9;
  }

  .mobile-menu-head img {
    width: 92px;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 50%;
  }

  .mobile-menu button {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    color: #33251f;
    background: transparent;
  }

  .mobile-menu button svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-menu nav {
    display: grid;
    gap: 0;
    padding: 18px 0;
  }

  .mobile-menu nav a {
    padding: 17px 4px;
    color: #39261f;
    border-bottom: 1px solid #f0dfd1;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }

  .mobile-menu-call {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: #fff;
    background: #cf3e61;
    border-radius: 8px;
    font-weight: 800;
  }

  body.menu-open {
    overflow: hidden;
  }

  body.menu-open .menu-backdrop {
    pointer-events: auto;
    background: rgba(35, 24, 20, 0.42);
  }

  body.menu-open .mobile-menu {
    transform: translateX(0);
  }

  .hero {
    height: clamp(455px, 119vw, 485px);
    min-height: 0;
    background: #eadab2;
  }

  .hero > img {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: calc(100% - 70px);
    min-height: 0;
    max-width: none;
    object-fit: cover;
    object-position: 54% 0;
  }

  .promo-card {
    width: calc(100% - 28px);
    margin: 28px auto 36px;
    padding: 22px 18px 10px;
    gap: 10px;
    text-align: center;
  }

  .coupon {
    padding: 10px 16px;
    font-size: 14px;
  }

  .promo-card h2 {
    font-size: 42px;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 0 2px 0 var(--red);
  }

  .promo-card p {
    font-size: 25px;
  }

  .promo-card img {
    width: min(230px, 82%);
    max-height: 250px;
  }

  .promo-card {
    display: none;
  }

  .mobile-intro {
    display: block;
    padding: 66px 20px 28px;
    text-align: center;
    background: #fffff4;
  }

  .mobile-intro p {
    margin: 0 0 32px;
    color: #121212;
    font-size: 20px;
    font-weight: 800;
  }

  .mobile-intro h2 {
    margin: 0;
    color: #cf3e61;
    font-family: "Archivo", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 0.92;
  }

  .category-strip,
  .product-grid,
  .flavour-grid,
  .blog-grid,
  .review-grid,
  .footer,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .story {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .story-image img,
  .wide-banner img {
    height: 340px;
  }

  .side-tab {
    display: block;
    top: 370px;
    padding: 13px 9px;
    background: #c73339;
    border: 3px solid #f5d357;
    border-right: 0;
    border-radius: 20px 0 0 20px;
    font-size: 17px;
    line-height: 1.1;
  }

  .whatsapp {
    display: none;
  }
}
