.amora-full-bleed {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.amora-menu-section {
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 110px) 24px;
  background: #120905;
  overflow: hidden;
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  color: #fff;
}

.amora-menu-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(215,168,110,.16), transparent 34%),
    radial-gradient(circle at 80% 30%, rgba(255,210,148,.08), transparent 32%),
    linear-gradient(135deg, rgba(16,8,5,.98), rgba(38,18,10,.96));
}

.amora-menu-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.amora-menu-head {
  text-align: center;
  margin-bottom: 34px;
}

.amora-menu-head span {
  color: #d7a86e;
  font-size: 12px;
  letter-spacing: 3.5px;
  font-weight: 800;
}

.amora-menu-head h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.08;
  margin: 14px 0;
  color: #fff5ea;
}

.amora-menu-head p {
  max-width: 720px;
  margin: auto;
  color: #dfcbb6;
  line-height: 1.75;
  font-size: 16px;
}

.amora-menu-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.amora-menu-tabs button {
  border: 1px solid rgba(215,168,110,.45);
  background: rgba(255,255,255,.04);
  color: #f6e5d1;
  padding: 12px 22px;
  border-radius: 999px;
  cursor: pointer;
  transition: .25s ease;
  font-weight: 700;
}

.amora-menu-tabs button.active,
.amora-menu-tabs button:hover {
  background: #d7a86e;
  color: #170d08;
  box-shadow: 0 12px 30px rgba(215,168,110,.18);
}

.amora-menu-panel {
  display: none;
}

.amora-menu-panel.active {
  display: block;
}

.amora-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

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

.amora-product-card {
  background: linear-gradient(180deg, #fffaf3, #f1e5d6);
  color: #211814;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
  border: 1px solid rgba(215,168,110,.36);
  transition: .28s ease;
  min-width: 0;
}

.amora-product-card:hover {
  transform: translateY(-6px);
}

.amora-product-card.premium {
  display: grid;
  grid-template-columns: 46% 54%;
}

.amora-hero-candle {
  border: 1px solid rgba(215,168,110,.65);
}

.amora-product-img {
  overflow: hidden;
  background: #efe4d6;
}

.amora-product-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  filter: brightness(1.05) contrast(1.08) saturate(1.05);
  transform: scale(1.02);
}

.amora-product-card.premium .amora-product-img img {
  height: 100%;
  min-height: 390px;
}

.amora-product-info {
  padding: 24px;
}

.amora-badge {
  display: inline-block;
  background: #211814;
  color: #f5d29c;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 13px;
}

.amora-product-info h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 23px;
  line-height: 1.25;
  margin: 0 0 10px;
  color: #211814;
}

.amora-product-info p {
  color: #6a584c;
  line-height: 1.65;
  margin: 0 0 14px;
}

.amora-price {
  font-size: 29px;
  font-weight: 900;
  color: #9b6031;
  margin: 12px 0 16px;
}

.amora-price-main {
  margin: 16px 0 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #28160d, #5b321d);
  color: #fff3e5;
}

.amora-price-main span {
  display: block;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #e4bd86;
  font-weight: 800;
  margin-bottom: 5px;
}

.amora-price-main strong {
  display: block;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  font-weight: 900;
  color: #fff7ed;
}

.amora-combo-list {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.amora-combo-list div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(155, 96, 49, .08);
  border: 1px solid rgba(155, 96, 49, .14);
}

.amora-combo-list span {
  color: #5f493b;
  font-size: 14px;
}

.amora-combo-list strong {
  color: #8d542b;
  font-size: 15px;
  white-space: nowrap;
}

.amora-product-info ul {
  margin: 0;
  padding-left: 18px;
}

.amora-product-info li {
  margin-bottom: 8px;
  color: #3d3028;
  line-height: 1.5;
  font-size: 14.5px;
}

.amora-policy-box {
  max-width: 920px;
  margin: auto;
  background: linear-gradient(145deg, #fffaf2, #edddc9);
  color: #211814;
  padding: clamp(28px, 5vw, 50px);
  border-radius: 34px;
  box-shadow: 0 28px 90px rgba(0,0,0,.36);
  border: 1px solid rgba(215,168,110,.38);
}

.amora-policy-box h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4vw, 48px);
  margin: 0 0 28px;
}

.amora-policy-list {
  display: grid;
  gap: 16px;
}

.amora-policy-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(98,70,45,.16);
}

.amora-policy-list div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.amora-policy-list span {
  color: #9b6031;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 1px;
}

.amora-policy-list p {
  margin: 0;
  line-height: 1.75;
  color: #4c3b31;
  font-size: 16px;
}

.amora-signature-note {
  max-width: 820px;
  margin: 46px auto 0;
  text-align: center;
  padding: 28px 24px;
  border-top: 1px solid rgba(215,168,110,.36);
  border-bottom: 1px solid rgba(215,168,110,.36);
}

.amora-signature-note span {
  display: block;
  color: #d7a86e;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 12px;
}

.amora-signature-note p {
  margin: 0;
  color: #ead8c2;
  line-height: 1.85;
  font-size: 15px;
}

@media (max-width: 1180px) {
  .amora-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .amora-product-card.premium {
    grid-template-columns: 1fr;
  }

  .amora-product-card.premium .amora-product-img img {
    min-height: 280px;
  }
}

@media (max-width: 680px) {
  .amora-menu-section {
    padding: 58px 14px;
  }

  .amora-menu-head {
    text-align: left;
  }

  .amora-menu-head p {
    font-size: 14.5px;
  }

  .amora-menu-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .amora-menu-tabs button {
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 11px 17px;
    font-size: 14px;
  }

  .amora-product-grid,
  .amora-product-grid.two {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .amora-product-img img {
    height: 230px;
  }

  .amora-product-info {
    padding: 21px;
  }

  .amora-price,
  .amora-price-main strong {
    font-size: 25px;
  }

  .amora-combo-list div {
    align-items: center;
  }

  .amora-combo-list span,
  .amora-combo-list strong {
    font-size: 14px;
  }

  .amora-policy-box {
    border-radius: 24px;
  }

  .amora-policy-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .amora-policy-list p {
    font-size: 14.5px;
  }

  .amora-signature-note {
    margin-top: 34px;
    padding: 22px 8px;
  }

  .amora-signature-note p {
    font-size: 14px;
    line-height: 1.75;
  }
}