:root {
  --cream: #fbf5e8;
  --cream-soft: #fffaf0;
  --gold: #b87506;
  --gold-dark: #8c5600;
  --brown: #3a2217;
  --brown-soft: #6b4a32;
  --green: #526c25;
  --green-dark: #143d24;
  --green-light: #2d6b45;
  --maroon: #921c1c;
  --maroon-dark: #6e1414;
  --maroon-light: #a82828;
  --cream-warm: #f5f2ec;
  --highlight: #9fd4b0;
  --line: rgba(184, 117, 6, 0.28);
  --shadow: 0 18px 42px rgba(108, 65, 15, 0.12);
  --nav-height: 96px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background:
    radial-gradient(circle at 0 10%, rgba(184, 117, 6, 0.08), transparent 25%),
    radial-gradient(circle at 100% 40%, rgba(82, 108, 37, 0.06), transparent 28%),
    var(--cream);
  font-family: "Trebuchet MS", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

.product-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 108px;
  padding: 18px clamp(28px, 5vw, 68px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid rgba(132, 88, 19, 0.18);
  backdrop-filter: blur(10px);
}

.product-header .brand img {
  width: clamp(190px, 19vw, 280px);
  padding: 5px 0;
}

.product-nav {
  display: flex;
  justify-content: center;
  gap: clamp(22px, 3.5vw, 48px);
  color: #1f1a14;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 700;
}

.product-nav a {
  position: relative;
  padding: 10px 0;
}

.product-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform 180ms ease;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-actions a,
.menu-toggle {
  position: relative;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(140, 86, 0, 0.45);
  border-radius: 50%;
  color: #262114;
  background: rgba(255, 250, 240, 0.74);
}

.header-actions iconify-icon,
.menu-toggle iconify-icon {
  width: 22px;
  height: 22px;
  font-size: 22px;
}

.cart-link span {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: 11px;
  font-weight: 900;
}

.menu-toggle {
  display: none;
  border-radius: 8px;
  cursor: pointer;
}

.hero-section {
  position: relative;
  width: min(1320px, calc(100% - 96px));
  margin: 0 auto;
  padding: 54px 0 58px;
  display: grid;
  grid-template-columns: minmax(520px, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(52px, 6vw, 86px);
}

.hero-art {
  position: relative;
  min-height: 590px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.leaf-outline {
  position: absolute;
  inset: 0 auto auto -54px;
  width: 170px;
  height: 250px;
  opacity: 0.36;
  background:
    linear-gradient(40deg, transparent 30%, rgba(184, 117, 6, 0.24) 31% 32%, transparent 33%),
    repeating-linear-gradient(145deg, transparent 0 21px, rgba(184, 117, 6, 0.22) 22px 23px, transparent 24px 38px);
  clip-path: polygon(42% 0, 72% 10%, 92% 34%, 80% 70%, 45% 100%, 16% 72%, 5% 35%);
}

.product-image-card {
  position: relative;
  width: min(620px, 100%);
  height: clamp(430px, 39vw, 560px);
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 117, 6, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 226, 164, 0.52), transparent 42%),
    linear-gradient(145deg, rgba(255, 250, 240, 0.94), rgba(248, 231, 196, 0.56));
  box-shadow: 0 28px 58px rgba(100, 55, 15, 0.14);
  isolation: isolate;
}

.product-image-card::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 2%;
  height: 15%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(82, 46, 12, 0.18);
  filter: blur(20px);
}

.product-image-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(184, 117, 6, 0.08);
}

.product-gallery {
  width: min(500px, 96%);
  margin: 18px auto 0;
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 10px;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gallery-thumb,
.gallery-arrow {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.gallery-arrow {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #8a5b10;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 8px 18px rgba(100, 55, 15, 0.12);
}

.gallery-arrow iconify-icon {
  width: 14px;
  height: 14px;
  font-size: 14px;
}

.gallery-thumb {
  height: 58px;
  padding: 4px;
  border: 1px solid rgba(184, 117, 6, 0.22);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.85);
  box-shadow: 0 8px 18px rgba(100, 55, 15, 0.1);
  transition: border-color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-thumb.active {
  border-color: #a56706;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(164, 98, 6, 0.18);
}

.hero-copy {
  min-width: 0;
  max-width: 650px;
}

.quality-pill {
  width: max-content;
  max-width: 100%;
  margin: 0 0 22px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #c47b04, var(--gold-dark));
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 9px 22px rgba(184, 117, 6, 0.2);
}

.quality-pill span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

.hero-copy h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 4.8vw, 74px);
  line-height: 1.02;
  color: #3a2118;
  max-width: 620px;
  letter-spacing: 0;
}

.tagline {
  margin: 14px 0 20px;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.15vw, 31px);
  font-weight: 700;
}

.ornament,
.mini-ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  color: var(--gold);
}

.ornament::before,
.ornament::after,
.mini-ornament::before,
.mini-ornament::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--gold);
  opacity: 0.58;
}

.ornament span,
.mini-ornament::before {
  max-width: 150px;
}

.ornament span {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  border-radius: 50% 0 50% 0;
  background: var(--gold);
}

.intro {
  margin: 0;
  max-width: 590px;
  color: #2d2118;
  font-size: 16px;
  line-height: 1.72;
  font-weight: 600;
}

.benefit-icons {
  margin: 30px 0 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  text-align: center;
}

.benefit-icons article {
  display: grid;
  justify-items: center;
  gap: 9px;
  min-height: 118px;
  padding: 12px 8px;
  border: 1px solid rgba(184, 117, 6, 0.14);
  border-radius: 14px;
  color: #17130f;
  background: rgba(255, 250, 240, 0.58);
  font-size: 13px;
  line-height: 1.2;
}

.benefit-icons iconify-icon {
  width: 54px;
  height: 54px;
  padding: 13px;
  border: 1px solid rgba(140, 86, 0, 0.48);
  border-radius: 50%;
  color: var(--green);
  background: rgba(255, 250, 240, 0.65);
}

.check-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
  color: #221b14;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.check-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -2px;
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
}

.short-card,
.info-card {
  border: 1px solid rgba(184, 117, 6, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.95), rgba(255, 246, 229, 0.78)),
    var(--cream-soft);
  box-shadow: var(--shadow);
}

.short-card {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 52px;
  padding: 42px 54px;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 40px;
}

.short-title {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 24px;
  padding-right: 38px;
  border-right: 1px solid rgba(184, 117, 6, 0.32);
}

.short-title span {
  width: 78px;
  height: 78px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}

.short-title iconify-icon {
  font-size: 42px;
}

.short-title h2,
.section-heading h2,
.info-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: #2e1e17;
}

.short-title h2 {
  font-size: 31px;
  line-height: 1.22;
}

.short-card p {
  margin: 0;
  color: #1d1712;
  font-size: 15px;
  line-height: 1.72;
  font-weight: 600;
}

.why-section {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 54px;
}

.section-heading {
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.section-heading span {
  width: 70px;
  height: 16px;
  background:
    radial-gradient(circle at 12px 50%, var(--green) 0 6px, transparent 7px),
    linear-gradient(90deg, transparent, var(--green), transparent);
  opacity: 0.72;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.why-grid article {
  min-width: 0;
  padding: 0 24px;
  text-align: center;
  border-right: 1px dashed rgba(184, 117, 6, 0.42);
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid iconify-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  color: var(--green);
}

.why-grid h3 {
  margin: 0 0 14px;
  color: #1c1711;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.why-grid p {
  margin: 0;
  color: #221b14;
  font-size: 14px;
  line-height: 1.55;
}

.info-grid {
  width: min(1120px, calc(100% - 72px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
}

.info-card {
  position: relative;
  overflow: hidden;
  padding: 38px 36px;
}

.info-card::after {
  display: none;
}

.info-card h2 {
  font-size: 28px;
}

.info-card h2 span {
  font-size: 20px;
}

.mini-ornament {
  width: min(260px, 100%);
  margin: 14px 0 22px;
}

.mini-ornament::after {
  flex: 1;
}

.info-card p {
  max-width: 58ch;
  margin: 0 0 24px;
  color: #1e1712;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

.info-card ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  list-style: none;
}

.info-card li {
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.info-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.nutrition-card dl {
  margin: 0;
  display: grid;
}

.nutrition-card div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(132, 88, 19, 0.22);
  color: #1d1712;
  font-size: 15px;
  font-weight: 600;
}

.nutrition-card div:last-child {
  border-bottom: 0;
}

.nutrition-card dt,
.nutrition-card dd {
  margin: 0;
}

.proof-strip {
  padding: 34px clamp(28px, 6vw, 82px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  background:
    linear-gradient(90deg, rgba(184, 117, 6, 0.05), transparent 22%, transparent 78%, rgba(184, 117, 6, 0.05)),
    #f5ead7;
  border-top: 1px solid rgba(184, 117, 6, 0.18);
}

.proof-strip article {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 18px;
  border-right: 1px solid rgba(132, 88, 19, 0.24);
  color: #1d1712;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.28;
}

.proof-strip article:last-child {
  border-right: 0;
}

.proof-strip iconify-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  color: #6b5f32;
}

.product-footer {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8deb0;
  background:
    linear-gradient(rgba(74, 40, 16, 0.92), rgba(74, 40, 16, 0.92)),
    radial-gradient(circle at 50% 0, rgba(255, 210, 128, 0.16), transparent 46%);
}

.product-footer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 34px);
}

.site-header {
  position: relative;
  z-index: 60;
  background: var(--cream);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

.top-strip {
  min-height: 46px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #fff8ea;
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon) 52%, var(--maroon-dark));
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  flex-wrap: wrap;
}

.top-group {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 640px;
  flex-wrap: wrap;
  min-width: 0;
}

.top-item {
  color: #fff2df;
  white-space: nowrap;
}

.top-item-loc {
  white-space: normal;
}

.top-item iconify-icon {
  margin-right: 6px;
  font-size: 1.05em;
  width: 1.05em;
  height: 1.05em;
  vertical-align: -0.15em;
}

.divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 246, 225, 0.38);
}

.trust {
  flex: 1 1 420px;
  min-width: 0;
  padding-left: 20px;
  color: #fff1d5;
  line-height: 1.35;
  overflow-wrap: normal;
  text-align: right;
}

.trust-amp {
  display: inline-block;
  padding: 0 1px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12em;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 1280px) {
  .top-strip {
    min-height: auto;
    padding: 8px 28px;
    align-items: flex-start;
    gap: 6px 16px;
  }

  .top-group {
    gap: 8px 14px;
  }

  .trust {
    flex-basis: 100%;
    padding-left: 0;
    text-align: left;
  }

  .divider {
    display: none;
  }
}

.main-nav {
  position: relative;
  min-height: var(--nav-height);
  padding: 12px 64px;
  display: flex;
  align-items: center;
  gap: 34px;
  background: linear-gradient(180deg, var(--cream), var(--cream-warm));
}

.main-nav .brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  margin-left: 32px;
}

.brand-logo {
  width: clamp(240px, 17vw, 320px);
  height: auto;
  max-height: clamp(76px, 7.2vw, 96px);
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 2px 2px rgba(64, 20, 8, 0.12));
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(112, 47, 18, 0.25);
  border-radius: 6px;
  color: var(--maroon);
  background: var(--cream);
  font-size: 24px;
  cursor: pointer;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex: 1 1 auto;
  min-width: 0;
  color: #2c3e30;
  font-size: 16px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 38px 0 33px;
}

.nav-product-menu {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 38px 0 33px;
}

.product-menu-toggle {
  min-height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.product-menu-toggle iconify-icon {
  width: 12px;
  height: 12px;
  font-size: 12px;
  transition: transform 180ms ease;
}

.nav-product-menu.open .product-menu-toggle iconify-icon {
  transform: rotate(180deg);
}

.product-menu-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 30;
  width: 250px;
  padding: 14px 10px 10px;
  display: grid;
  gap: 4px;
  transform: translateX(-50%) translateY(8px);
  border: 1px solid rgba(112, 47, 18, 0.16);
  border-radius: 12px;
  background: rgba(250, 248, 244, 0.98);
  box-shadow: 0 18px 34px rgba(30, 15, 8, 0.18);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.product-menu-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .nav-product-menu:hover .product-menu-panel,
  .nav-product-menu:focus-within .product-menu-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
}

.nav-product-menu.open .product-menu-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.product-menu-panel a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #2c3e30;
  font-size: 14px;
  line-height: 1.2;
}

.product-menu-panel a:hover,
.product-menu-panel a:focus-visible {
  color: var(--maroon);
  background: rgba(45, 107, 69, 0.1);
}

.nav-links .active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 5px;
  border-radius: 999px;
  background: var(--green-light);
  box-shadow: 0 2px 6px rgba(27, 77, 46, 0.35);
}

.nav-actions,
.footer-actions {
  display: flex;
  gap: 14px;
  flex: 0 0 auto;
}

.btn {
  min-height: 55px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 8px;
  color: #fffaf0;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 3px 8px rgba(44, 11, 5, 0.2);
}

.btn iconify-icon {
  font-size: 1.05em;
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
}

.btn-call {
  background: linear-gradient(180deg, var(--maroon-light), var(--maroon-dark));
}

.btn-whatsapp {
  background: linear-gradient(180deg, var(--green-light), var(--green-dark));
}

.site-footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
}

.footer-main {
  background: linear-gradient(180deg, #f5f0e8 0%, var(--cream-warm) 100%);
  border-top: 3px solid var(--maroon);
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.06);
}

.footer-inner {
  padding: 48px 64px 44px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr 0.9fr 1fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.footer-brand-link {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.footer-logo {
  width: min(260px, 100%);
  height: auto;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff8ec;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
}

.footer-brand-desc {
  margin: 0 0 20px;
  max-width: 36ch;
  color: #704324;
  font-size: 15px;
  line-height: 1.65;
}

.footer-actions {
  flex-wrap: wrap;
  gap: 10px;
}

.footer-actions .btn {
  min-height: 48px;
  padding: 0 18px;
  font-size: 14px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(146, 28, 28, 0.12);
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(82, 38, 10, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(110, 20, 20, 0.28);
}

.footer-social iconify-icon {
  font-size: 23px;
}

.footer-social-youtube iconify-icon {
  font-size: 24px;
}

.footer-col h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--maroon);
  color: var(--maroon);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-heading-icon,
.footer-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff8ef;
}

.footer-heading-icon {
  width: 28px;
  height: 28px;
  font-size: 13px;
}

.footer-heading-icon-nav,
.footer-heading-icon-contact,
.footer-icon-user,
.footer-icon-email {
  background: linear-gradient(180deg, var(--maroon-light), var(--maroon-dark));
}

.footer-heading-icon-products,
.footer-icon-phone,
.footer-icon-location {
  background: linear-gradient(180deg, var(--green-light), var(--green-dark));
}

.footer-links,
.footer-contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li,
.footer-contact-list li + li {
  margin-top: 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 8px;
  color: #2c3e30;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
  transition:
    color 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease,
    gap 0.25s ease,
    box-shadow 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--maroon);
  background: rgba(146, 28, 28, 0.1);
  transform: translateX(6px);
  gap: 10px;
  box-shadow: inset 3px 0 0 var(--maroon);
}

.footer-link-icon {
  color: var(--green-light);
  font-size: 12px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-link-icon-spice {
  color: var(--maroon);
  font-size: 8px;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover .footer-link-icon,
.footer-links a:focus-visible .footer-link-icon {
  color: var(--maroon-light);
  transform: scale(1.15);
}

.footer-links a:hover .footer-link-icon-spice,
.footer-links a:focus-visible .footer-link-icon-spice {
  color: var(--green-light);
  transform: scale(1.2);
}

.footer-brand-link {
  transition: transform 0.25s ease;
}

.footer-brand-link:hover,
.footer-brand-link:focus-visible {
  transform: translateY(-2px);
}

.footer-logo {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-brand-link:hover .footer-logo,
.footer-brand-link:focus-visible .footer-logo {
  transform: scale(1.03);
  box-shadow: 0 16px 30px rgba(76, 31, 13, 0.24);
}

.footer-actions .btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.footer-actions .btn-call:hover,
.footer-actions .btn-call:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(110, 20, 20, 0.38);
  filter: brightness(1.1);
}

.footer-actions .btn-whatsapp:hover,
.footer-actions .btn-whatsapp:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(27, 77, 46, 0.38);
  filter: brightness(1.1);
}

.footer-contact-list a {
  padding: 2px 6px;
  border-radius: 6px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.footer-contact-list a:hover,
.footer-contact-list a:focus-visible {
  color: var(--maroon);
  background: rgba(146, 28, 28, 0.08);
  transform: translateX(4px);
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 4px 0;
  border-radius: 8px;
  transition: background 0.25s ease;
}

.footer-item-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  font-size: 14px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-contact-list li:hover {
  background: rgba(45, 107, 69, 0.06);
}

.footer-contact-list li:hover .footer-item-icon {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(27, 77, 46, 0.22);
}

.footer-contact-people {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.footer-person-card {
  padding: 12px 14px 11px;
  border-radius: 10px;
  border-left: 3px solid var(--maroon);
  background: rgba(146, 28, 28, 0.05);
}

.footer-person-name {
  margin: 0 0 5px;
  color: var(--maroon);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.footer-person-name > span:not(.simple-amp) {
  display: block;
  margin-top: 1px;
  color: #704324;
  font-size: 12px;
  font-weight: 600;
}

.simple-amp {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: inherit;
  font-feature-settings: "liga" off;
  letter-spacing: 0;
}

.footer-person-phone {
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
}

.footer-person-phone:hover {
  color: var(--maroon);
}

.footer-contact-meta {
  margin-top: 4px;
}

.footer-contact-stack {
  display: grid;
  gap: 3px;
}

.footer-contact-stack a {
  color: #2c3e30;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.footer-contact-stack a:hover {
  color: var(--maroon);
}

.footer-contact-name {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--maroon);
  font-size: 16px;
  font-weight: 900;
}

.footer-contact-list li,
.footer-contact-list li > span:last-child {
  color: #6e5a4f;
  font-size: 15px;
  line-height: 1.6;
}

.footer-contact-list a {
  color: #2c3e30;
  font-weight: 800;
}

.footer-contact-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 16px 0 0;
  color: #704324;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.25s ease;
}

.footer-contact-note:hover {
  color: var(--maroon);
}

.footer-contact-note strong,
.footer-note-icon iconify-icon {
  color: var(--maroon);
}

.footer-note-icon iconify-icon {
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-contact-note:hover .footer-note-icon iconify-icon {
  color: var(--maroon-light);
  transform: scale(1.1);
}

.footer-strip {
  min-height: 46px;
  padding: 12px 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff8ea;
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon) 52%, var(--maroon-dark));
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 14px;
  font-weight: 700;
}

.footer-strip-copy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #fff1d5;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-strip-copy:hover {
  color: #fff8ea;
  transform: scale(1.02);
}

.footer-strip-icon-star iconify-icon {
  color: var(--highlight);
  transition: transform 0.25s ease, color 0.25s ease;
}

.footer-strip-copy:hover .footer-strip-icon-star iconify-icon {
  transform: rotate(18deg) scale(1.15);
  color: #fff1a8;
}

main {
  position: relative;
  background:
    radial-gradient(circle at 16% 12%, rgba(184, 117, 6, 0.12), transparent 27%),
    radial-gradient(circle at 86% 30%, rgba(45, 107, 69, 0.06), transparent 26%),
    linear-gradient(180deg, #fbf5e8 0%, #f7eddb 54%, #fbf5e8 100%);
}

.hero-section {
  isolation: isolate;
  width: min(1260px, calc(100% - 72px));
  padding: 52px 0 48px;
  grid-template-columns: minmax(500px, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(58px, 6.5vw, 96px);
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 34px;
  bottom: 34px;
  left: 50%;
  z-index: -1;
  width: min(100vw, 1480px);
  transform: translateX(-50%);
  background:
    linear-gradient(110deg, rgba(255, 250, 240, 0.86), rgba(249, 235, 204, 0.52) 48%, rgba(255, 250, 240, 0.2)),
    radial-gradient(circle at 33% 50%, rgba(255, 214, 126, 0.18), transparent 32%);
  border-top: 1px solid rgba(184, 117, 6, 0.1);
  border-bottom: 1px solid rgba(184, 117, 6, 0.1);
}

.hero-art {
  min-height: 540px;
  align-items: center;
}

.product-image-card {
  width: min(580px, 100%);
  height: clamp(430px, 38vw, 540px);
  padding: 16px;
  border-color: rgba(184, 117, 6, 0.2);
  background:
    radial-gradient(circle at 48% 42%, rgba(255, 222, 143, 0.46), transparent 43%),
    linear-gradient(145deg, #fffaf0 0%, #f9ebcb 100%);
  box-shadow:
    0 30px 70px rgba(101, 57, 16, 0.18),
    inset 0 0 0 8px rgba(255, 255, 255, 0.36);
}

.product-image-card img {
  border-radius: 18px;
}

.hero-copy {
  max-width: 680px;
}

.quality-pill {
  margin-bottom: 24px;
  box-shadow: 0 12px 24px rgba(138, 86, 0, 0.2);
}

.hero-copy h1 {
  max-width: 620px;
  font-size: clamp(46px, 4.15vw, 64px);
  line-height: 0.98;
  text-wrap: balance;
  white-space: nowrap;
}

.tagline {
  color: #9b6509;
  font-size: clamp(26px, 2.25vw, 34px);
}

.ornament {
  max-width: 520px;
}

.intro {
  max-width: 620px;
  padding: 0 0 0 18px;
  border-left: 4px solid rgba(184, 117, 6, 0.58);
  color: #241911;
  font-size: 17px;
  line-height: 1.72;
}

.benefit-icons {
  max-width: 620px;
}

.benefit-icons article {
  min-height: 126px;
  padding: 14px 10px;
  border-color: rgba(184, 117, 6, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.92), rgba(255, 244, 220, 0.72));
  box-shadow: 0 10px 22px rgba(107, 67, 18, 0.08);
}

.benefit-icons strong {
  font-size: 13px;
}

.check-list {
  max-width: 650px;
  padding: 18px 20px;
  border: 1px solid rgba(184, 117, 6, 0.16);
  border-radius: 16px;
  background: rgba(255, 250, 240, 0.58);
}

.benefit-icons {
  align-items: stretch;
}

.benefit-icons article {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: 18px 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-color: rgba(184, 117, 6, 0.24);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 210, 118, 0.32), transparent 42%),
    linear-gradient(180deg, rgba(255, 251, 242, 0.98), rgba(255, 239, 207, 0.78));
  box-shadow:
    0 12px 26px rgba(107, 67, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.benefit-icons article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(45, 107, 69, 0.08);
}

.benefit-icons article:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 34px rgba(107, 67, 18, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.benefit-icons strong {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 34px;
  max-width: 112px;
  margin: 4px auto 0;
  color: #24170f;
  font-size: 14px;
  line-height: 1.18;
  font-weight: 900;
  text-align: center;
}

.benefit-icon {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: 0 auto 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fffaf0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(180deg, #6f8e38, #2d6b45);
  box-shadow:
    0 8px 16px rgba(45, 107, 69, 0.22),
    inset 0 -3px 0 rgba(20, 61, 36, 0.18);
}

.benefit-icon iconify-icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  vertical-align: middle;
}

.benefit-icons iconify-icon {
  padding: 0;
  color: #fffaf0;
  background: none;
  box-shadow: none;
}

.benefit-icons article:nth-child(2) .benefit-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #d49b2a, #a56706);
  box-shadow:
    0 8px 16px rgba(164, 98, 6, 0.22),
    inset 0 -3px 0 rgba(92, 51, 4, 0.18);
}

.benefit-icons article:nth-child(3) .benefit-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #86a84b, #526c25);
}

.benefit-icons article:nth-child(4) .benefit-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #b52b2b, #6e1414);
  box-shadow:
    0 8px 16px rgba(146, 28, 28, 0.22),
    inset 0 -3px 0 rgba(75, 13, 13, 0.2);
}

.benefit-icons article:nth-child(2) iconify-icon,
.benefit-icons article:nth-child(3) iconify-icon,
.benefit-icons article:nth-child(4) iconify-icon {
  background: none;
  box-shadow: none;
}

/*
  Kept for older markup safety; active icons are centered by .benefit-icon.
*/
.benefit-icons > iconify-icon {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 42%),
    linear-gradient(180deg, #6f8e38, #2d6b45);
  box-shadow:
    0 8px 16px rgba(45, 107, 69, 0.22),
    inset 0 -3px 0 rgba(20, 61, 36, 0.18);
}

.benefit-icons article:nth-child(2) > iconify-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #d49b2a, #a56706);
  box-shadow:
    0 8px 16px rgba(164, 98, 6, 0.22),
    inset 0 -3px 0 rgba(92, 51, 4, 0.18);
}

.benefit-icons article:nth-child(3) > iconify-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #86a84b, #526c25);
}

.benefit-icons article:nth-child(4) > iconify-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), transparent 42%),
    linear-gradient(180deg, #b52b2b, #6e1414);
  box-shadow:
    0 8px 16px rgba(146, 28, 28, 0.22),
    inset 0 -3px 0 rgba(75, 13, 13, 0.2);
}

.check-list {
  padding: 20px 22px;
  border-color: rgba(184, 117, 6, 0.22);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 212, 126, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 251, 242, 0.96), rgba(255, 246, 229, 0.8));
  box-shadow:
    0 14px 30px rgba(107, 67, 18, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.check-list li::before {
  top: -1px;
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fffaf0;
  background: linear-gradient(180deg, #d49b2a, #a56706);
  box-shadow: 0 4px 10px rgba(164, 98, 6, 0.22);
  font-size: 12px;
}

.short-card {
  width: min(1040px, calc(100% - 72px));
  margin-top: 8px;
  padding: 34px 42px;
  grid-template-columns: 260px 1fr;
  background:
    radial-gradient(circle at 95% 100%, rgba(184, 117, 6, 0.08), transparent 30%),
    linear-gradient(135deg, #fffaf0, #fff3df);
}

.short-title {
  grid-template-columns: 64px 1fr;
  gap: 18px;
}

.short-title span {
  width: 64px;
  height: 64px;
}

.short-title h2 {
  font-size: 30px;
  line-height: 1.14;
}

.short-card p {
  max-width: 70ch;
  font-size: 16px;
}

.why-section {
  width: min(1120px, calc(100% - 72px));
  margin-bottom: 64px;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 760px;
  font-size: clamp(34px, 3.35vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
}

.why-grid {
  gap: 16px;
}

.why-grid article {
  padding: 24px 18px 22px;
  border: 1px solid rgba(184, 117, 6, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(255, 244, 222, 0.6));
  box-shadow: 0 12px 28px rgba(99, 63, 18, 0.08);
}

.why-grid article:last-child {
  border-right: 1px solid rgba(184, 117, 6, 0.18);
}

.why-grid iconify-icon {
  width: 58px;
  height: 58px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(82, 108, 37, 0.08);
}

.info-grid {
  width: min(1120px, calc(100% - 72px));
  gap: 28px;
}

.info-card {
  min-height: 330px;
  padding: 42px 40px;
  background:
    radial-gradient(circle at 100% 100%, rgba(184, 117, 6, 0.09), transparent 32%),
    linear-gradient(135deg, #fffaf0, #fff3df);
}

.info-card h2 {
  font-size: 31px;
}

.proof-strip {
  width: min(1160px, calc(100% - 72px));
  margin: 18px auto 54px;
  border-radius: 18px;
  overflow: hidden;
}

/* Final product detail polish */
.short-card {
  position: relative;
  overflow: hidden;
  width: min(1160px, calc(100% - 72px));
  margin: 10px auto 72px;
  padding: 0;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 0;
  border: 0;
  border-top: 1px solid rgba(184, 117, 6, 0.28);
  border-bottom: 1px solid rgba(184, 117, 6, 0.28);
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.84), rgba(255, 241, 216, 0.6), rgba(255, 250, 240, 0.84));
  box-shadow: none;
}

.short-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 15%, rgba(184, 117, 6, 0.12), transparent 22%),
    linear-gradient(90deg, transparent 0 24%, rgba(184, 117, 6, 0.22) 24% calc(24% + 1px), transparent calc(24% + 1px));
}

.short-title {
  position: relative;
  z-index: 1;
  min-height: 150px;
  padding: 30px 36px;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  gap: 20px;
  border-right: 0;
  background: transparent;
}

.short-title span {
  width: 68px;
  height: 68px;
  border: 2px solid rgba(184, 117, 6, 0.38);
  color: #a56706;
  background: transparent;
  box-shadow: none;
}

.short-title h2 {
  font-size: 32px;
  line-height: 1.08;
}

.short-card > p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 34px 44px;
  max-width: none;
  color: #271c13;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 700;
}

.why-section {
  width: min(1160px, calc(100% - 72px));
  margin: 36px auto 74px;
  padding: 0;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 820px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.1;
}

.section-heading span {
  width: 92px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 13px 50%, #6f8e38 0 7px, transparent 8px),
    linear-gradient(90deg, rgba(82, 108, 37, 0.1), rgba(82, 108, 37, 0.65), rgba(82, 108, 37, 0.1));
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  padding: 18px 0 4px;
  border-top: 1px solid rgba(184, 117, 6, 0.22);
  border-bottom: 1px solid rgba(184, 117, 6, 0.22);
}

.why-grid article {
  position: relative;
  overflow: visible;
  min-height: 0;
  padding: 20px 28px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border: 0;
  border-right: 1px dashed rgba(184, 117, 6, 0.34);
  border-radius: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

.why-grid article::after {
  display: none;
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid iconify-icon {
  width: 74px;
  height: 74px;
  margin: 0 auto 18px;
  padding: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fffaf0;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.23), transparent 42%),
    linear-gradient(180deg, #6f8e38, #2d6b45);
  box-shadow:
    0 12px 24px rgba(45, 107, 69, 0.18),
    0 0 0 8px rgba(82, 108, 37, 0.08);
}

.why-grid iconify-icon svg {
  margin: auto;
}

.why-grid article:nth-child(2) iconify-icon,
.why-grid article:nth-child(5) iconify-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.23), transparent 42%),
    linear-gradient(180deg, #d49b2a, #a56706);
  box-shadow: 0 10px 20px rgba(164, 98, 6, 0.18);
}

.why-grid article:nth-child(3) iconify-icon {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.23), transparent 42%),
    linear-gradient(180deg, #b52b2b, #6e1414);
}

.why-grid h3 {
  margin-bottom: 12px;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b1b13;
  font-size: 19px;
  line-height: 1.14;
}

.why-grid p {
  max-width: 21ch;
  color: #35251a;
  font-size: 14px;
  line-height: 1.58;
  font-weight: 600;
}

.info-grid {
  width: min(1160px, calc(100% - 72px));
  gap: 30px;
  margin-bottom: 58px;
}

.info-card {
  border-radius: 0 22px 22px 0;
  border: 0;
  border-left: 5px solid #a56706;
  background:
    radial-gradient(circle at 100% 100%, rgba(164, 98, 6, 0.16), transparent 34%),
    linear-gradient(135deg, #fff7e7 0%, #f7dfb3 100%);
  box-shadow: 0 16px 34px rgba(97, 60, 17, 0.13);
}

.nutrition-card {
  border-left-color: #2d6b45;
  border-radius: 22px 0 0 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(45, 107, 69, 0.16), transparent 34%),
    linear-gradient(135deg, #eff7ed 0%, #dcebd8 100%);
  box-shadow: 0 16px 34px rgba(27, 77, 46, 0.12);
}

.nutrition-card h2 {
  color: var(--green-dark);
}

.nutrition-card .mini-ornament::before,
.nutrition-card .mini-ornament::after {
  background: var(--green-light);
}

.proof-strip {
  background:
    linear-gradient(90deg, rgba(20, 61, 36, 0.94), rgba(27, 77, 46, 0.9) 52%, rgba(110, 20, 20, 0.94)),
    radial-gradient(circle at 15% 50%, rgba(255, 220, 148, 0.18), transparent 30%);
  border-top: 0;
  color: #fff8ea;
}

.proof-strip article {
  border-right-color: rgba(255, 248, 234, 0.22);
  color: #fff8ea;
}

.proof-strip iconify-icon {
  color: #f4d98f;
}

@media (max-width: 980px) {
  .top-strip {
    min-height: auto;
    padding: 10px 28px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    white-space: normal;
    font-size: 13px;
  }

  .top-group {
    width: 100%;
    flex: 0 1 auto;
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .top-item,
  .trust {
    flex: 0 1 auto;
    overflow-wrap: normal;
  }

  .trust {
    width: 100%;
  }

  .divider {
    display: none;
  }

  .main-nav {
    min-height: 80px;
    padding: 10px 28px;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .main-nav .brand {
    min-width: 0;
    margin-left: 18px;
  }

  .brand-logo {
    width: clamp(235px, 34vw, 315px);
    max-height: 84px;
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links,
  .nav-actions {
    display: none;
  }

  .main-nav.menu-open .nav-links {
    position: absolute;
    top: calc(100% - 1px);
    left: 16px;
    right: 16px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(112, 47, 18, 0.18);
    border-radius: 0 0 12px 12px;
    background: rgba(250, 248, 244, 0.98);
    box-shadow: 0 18px 34px rgba(30, 15, 8, 0.22);
  }

  .main-nav.menu-open .nav-links a {
    padding: 13px 14px;
    border-radius: 8px;
  }

  .main-nav.menu-open .nav-product-menu {
    display: block;
    padding: 0;
  }

  .main-nav.menu-open .product-menu-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 13px 14px;
    border-radius: 8px;
  }

  .main-nav.menu-open .product-menu-panel {
    position: static;
    width: 100%;
    margin-top: 4px;
    padding: 6px;
    display: none;
    transform: none;
    border-radius: 10px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .main-nav.menu-open .product-menu-panel::before {
    display: none;
  }

  .main-nav.menu-open .nav-product-menu.open .product-menu-panel {
    display: grid;
  }

  .main-nav.menu-open .product-menu-panel a {
    padding: 10px 12px;
    font-size: 13px;
  }

  .main-nav.menu-open .nav-links .active::after {
    display: none;
  }

  .main-nav.menu-open .nav-actions {
    position: static;
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 4;
    gap: 10px;
    padding: 0 10px 12px;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .main-nav.menu-open .nav-actions .btn {
    width: 100%;
    min-height: 48px;
  }

  .product-header {
    min-height: 82px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 18px;
  }

  .product-header .brand img {
    width: 178px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    display: none;
  }

  .product-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: calc(100% - 1px);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    border: 1px solid rgba(132, 88, 19, 0.18);
    border-radius: 0 0 14px 14px;
    background: rgba(255, 250, 240, 0.98);
    box-shadow: 0 18px 32px rgba(74, 40, 16, 0.14);
  }

  .product-header.menu-open .product-nav {
    display: flex;
  }

  .product-nav a {
    padding: 12px 14px;
    border-radius: 8px;
  }

  .product-nav a:hover,
  .product-nav a:focus-visible {
    background: rgba(184, 117, 6, 0.1);
  }

  .product-nav a::after {
    display: none;
  }

  .hero-section {
    width: min(100% - 28px, 720px);
    padding: 34px 0 38px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hero-art {
    min-height: 0;
    justify-content: center;
  }

  .leaf-outline {
    display: none;
  }

  .product-image-card {
    width: min(460px, 100%);
    height: clamp(320px, 74vw, 440px);
    padding: 12px;
    border-radius: 20px;
  }

  .hero-copy {
    text-align: center;
  }

  .quality-pill {
    margin: 0 auto 18px;
    padding: 9px 18px;
    gap: 9px;
    font-size: 12px;
    letter-spacing: 0.09em;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 10.5vw, 58px);
    white-space: normal;
  }

  .tagline {
    margin: 12px 0 16px;
    font-size: clamp(21px, 6vw, 28px);
  }

  .ornament {
    margin-bottom: 18px;
  }

  .intro {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .benefit-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 22px;
  }

  .benefit-icons iconify-icon {
    width: 58px;
    height: 58px;
    padding: 13px;
  }

  .check-list {
    text-align: left;
    font-size: 14px;
    gap: 10px;
  }

  .short-card,
  .why-section,
  .info-grid {
    width: min(100% - 28px, 720px);
  }

  .short-card {
    margin-bottom: 42px;
    padding: 24px 20px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .short-card {
    padding: 0;
    gap: 0;
    border-top: 1px solid rgba(184, 117, 6, 0.28);
    border-bottom: 1px solid rgba(184, 117, 6, 0.28);
  }

  .short-title {
    grid-template-columns: 58px 1fr;
    gap: 14px;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(184, 117, 6, 0.24);
    padding-bottom: 18px;
  }

  .short-title {
    min-height: auto;
    padding: 22px 20px;
    border-bottom: 1px solid rgba(184, 117, 6, 0.24);
  }

  .short-card > p {
    padding: 22px 20px;
    font-size: 14px;
  }

  .short-title span {
    width: 58px;
    height: 58px;
  }

  .short-title iconify-icon {
    font-size: 32px;
  }

  .short-title h2 {
    font-size: 25px;
  }

  .section-heading {
    gap: 10px;
    margin-bottom: 26px;
  }

  .section-heading span {
    width: 34px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0;
    border: 0;
  }

  .why-grid article {
    padding: 18px 16px;
    border-right: 0;
    border: 1px solid rgba(184, 117, 6, 0.2);
    border-radius: 14px;
    background: rgba(255, 250, 240, 0.68);
    box-shadow: 0 10px 22px rgba(108, 65, 15, 0.08);
  }

  .why-grid article {
    min-height: auto;
    padding: 22px 18px;
    border: 1px solid rgba(184, 117, 6, 0.2);
    border-radius: 16px;
    background: rgba(255, 250, 240, 0.72);
  }

  .why-grid h3 {
    min-height: auto;
  }

  .why-grid p {
    max-width: 32ch;
  }

  .why-grid iconify-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 10px;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 34px;
  }

  .info-card {
    padding: 24px 20px;
    border-radius: 16px;
    border-left-width: 4px;
  }

  .info-card::after {
    width: 120px;
    height: 130px;
  }

  .proof-strip {
    width: min(100% - 28px, 720px);
    margin: 10px auto 42px;
    border-radius: 16px;
    padding: 22px 16px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .proof-strip article {
    justify-content: flex-start;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(132, 88, 19, 0.2);
  }

  .proof-strip article:last-child {
    border-bottom: 0;
  }

  .footer-inner {
    width: 100%;
    max-width: 100%;
    padding: 32px 28px 28px;
    overflow: visible;
  }

  .site-footer,
  .footer-main {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .footer-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-brand {
    grid-column: auto;
    width: 100%;
    min-width: 0;
  }

  .footer-actions {
    flex-direction: column;
  }

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

  .footer-contact-list li,
  .footer-contact-list a,
  .footer-contact-list li > span:last-child {
    overflow-wrap: anywhere;
  }

  .footer-strip {
    padding: 12px 28px 14px;
  }
}

@media (max-width: 520px) {
  .top-strip {
    display: none;
  }

  .main-nav {
    min-height: 78px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-nav .brand {
    margin-left: 0;
  }

  .brand-logo {
    width: clamp(195px, 58vw, 255px);
    max-height: 72px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
  }

  .product-header {
    padding: 10px 14px;
  }

  .product-header .brand img {
    width: 154px;
  }

  .hero-section {
    width: calc(100% - 22px);
    padding-top: 24px;
  }

  .product-image-card {
    width: min(360px, 100%);
    height: clamp(280px, 82vw, 360px);
  }

  .quality-pill {
    width: 100%;
    justify-content: center;
    padding-inline: 12px;
  }

  .benefit-icons {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-icons article {
    font-size: 13px;
  }

  .short-card,
  .why-section,
  .info-grid {
    width: calc(100% - 22px);
  }

  .short-card p,
  .info-card p,
  .nutrition-card div {
    font-size: 14px;
  }

  .info-card h2 {
    font-size: 24px;
  }

  .nutrition-card div {
    align-items: flex-start;
  }

  .footer-inner {
    padding: 28px 16px 26px;
  }

  .footer-grid {
    gap: 16px;
  }

  .footer-brand {
    padding: 22px 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(146, 28, 28, 0.12);
    box-shadow: 0 10px 24px rgba(79, 23, 24, 0.06);
  }

  .footer-brand-link {
    justify-content: center;
    margin-bottom: 16px;
  }

  .footer-logo {
    width: min(230px, 100%);
    margin: 0 auto;
    padding: 12px 16px;
    border-radius: 10px;
    box-shadow: 0 14px 26px rgba(76, 31, 13, 0.14);
  }

  .footer-brand-desc {
    max-width: none;
    margin-bottom: 16px;
    text-align: center;
    font-size: 14px;
    line-height: 1.65;
  }

  .footer-col {
    padding: 18px 16px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(27, 77, 46, 0.1);
    box-shadow: 0 8px 18px rgba(27, 77, 46, 0.05);
  }

  .footer-col.footer-contact {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(146, 28, 28, 0.1);
  }

  .footer-col h3 {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 17px;
    width: 100%;
  }

  .footer-actions {
    gap: 10px;
  }

  .footer-actions .btn {
    min-height: 46px;
    border-radius: 7px;
    font-size: 14px;
  }

  .footer-social {
    justify-content: center;
    margin-top: 14px;
  }

  .footer-links {
    display: grid;
    gap: 2px;
    width: 100%;
  }

  .footer-col[aria-label="Products"] .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 2px;
  }

  .footer-col[aria-label="Products"] .footer-links a {
    padding: 7px 4px;
    font-size: 13px;
  }

  .footer-links a {
    width: 100%;
    min-width: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }

  .footer-links li + li,
  .footer-contact-list li + li {
    margin-top: 0;
  }

  .footer-contact-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
  }

  .footer-person-card {
    padding: 12px 10px;
    min-width: 0;
  }

  .footer-person-name {
    font-size: 13px;
    line-height: 1.35;
  }

  .footer-person-phone {
    font-size: 13px;
    line-height: 1.4;
    word-break: break-word;
  }

  .footer-contact-list {
    display: grid;
    gap: 10px;
    width: 100%;
  }

  .footer-contact-list li {
    min-width: 0;
    gap: 10px;
    align-items: flex-start;
  }

  .footer-contact-list li,
  .footer-contact-list li > span:last-child,
  .footer-contact-list a {
    font-size: 14px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .footer-contact-stack a {
    font-size: 13px;
  }

  .footer-item-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
    flex-shrink: 0;
  }

  .footer-contact-note {
    align-items: flex-start;
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .footer-strip {
    padding: 12px 16px 14px;
  }

  .footer-strip-copy {
    white-space: normal;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    line-height: 1.45;
  }
}

@media (max-width: 420px) {
  .footer-col[aria-label="Products"] .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-contact-people {
    grid-template-columns: 1fr;
  }
}
