:root {
  --bg-soft: #fffaf0;
  --bg-card: rgba(255, 255, 255, 0.94);
  --bg-cream: #fff2ca;
  --ink: #2f2412;
  --ink-muted: #746344;
  --brand-300: #ffd86a;
  --brand-400: #f6c144;
  --brand-500: #eca31d;
  --brand-600: #c88104;
  --line: rgba(225, 191, 108, 0.45);
  --ok: #1f7a4a;
  --danger: #c46f00;
  --shadow-sm: 0 16px 30px rgba(144, 99, 16, 0.12);
  --shadow-lg: 0 28px 60px rgba(143, 94, 11, 0.18);
  --glow-main: 0 0 0 1px rgba(248, 220, 143, 0.6), 0 16px 34px rgba(236, 163, 29, 0.18);
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: min(1140px, 92vw);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--bg-soft);
}

body[data-page="home"] .offer-bar {
  display: none;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Fraunces", serif;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
  line-height: 1.7;
  color: var(--ink-muted);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(460px 260px at 8% 10%, rgba(255, 221, 115, 0.46), transparent 72%),
    radial-gradient(520px 320px at 88% 14%, rgba(255, 211, 92, 0.28), transparent 74%),
    radial-gradient(540px 280px at 50% 100%, rgba(255, 245, 204, 0.85), transparent 72%),
    linear-gradient(160deg, #fffdf7 0%, #fff6df 52%, #fffefb 100%);
}

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

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(236, 197, 113, 0.35);
  background: rgba(255, 252, 244, 0.86);
  backdrop-filter: blur(12px);
}

.utility-bar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(236, 197, 113, 0.18);
}

.utility-list,
.utility-social {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  flex-wrap: wrap;
}

.utility-list span,
.utility-social span,
.utility-social a {
  font-size: 0.82rem;
  color: #816c47;
}

.utility-list span::before {
  content: "★";
  margin-right: 0.45rem;
  color: var(--brand-600);
}

.nav-wrap {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(145deg, var(--brand-300), var(--brand-600));
  box-shadow: var(--glow-main);
}

.brand-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.brand-icon img[hidden] {
  display: none;
}

.logo-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
}

.brand-text {
  display: grid;
}

.brand-text strong {
  font-size: 1.18rem;
  font-family: "Fraunces", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ink);
  line-height: 1;
}

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

.brand-powered {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-600);
  opacity: 0.9;
}

.site-footer {
  margin-top: 2rem;
  color: #f5efe1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, #241f19 0%, #191511 100%);
}

.footer-top {
  padding: 2rem 0 1.65rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.6rem;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.footer-col a,
.footer-contact-line {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(245, 239, 225, 0.84);
}

.footer-col a:hover,
.footer-contact-line a:hover {
  color: #ffffff;
}

.footer-col-wide {
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-label {
  margin: 0 0 0.2rem;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9e8d6c;
}

.footer-contact-line {
  margin: 0;
}

.footer-contact-line span {
  color: #d0b26b;
  font-weight: 700;
}

.footer-contact-line a {
  color: #ffffff;
  font-weight: 700;
}

.footer-bottom {
  padding: 0.95rem 0 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.45rem;
  text-align: center;
}

.footer-copyline {
  font-size: 0.88rem;
  color: rgba(245, 239, 225, 0.82);
}

.footer-powered {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d6b15d;
}

.nav-links {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
}

.nav-links a {
  color: var(--ink);
  font-weight: 700;
  padding: 0.2rem 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.nav-offer-pill {
  display: inline-flex;
  align-items: center;
  margin-left: 0.45rem;
  padding: 0.16rem 0.48rem;
  border-radius: 999px;
  font-size: 0.66rem;
  color: #fff;
  background: linear-gradient(145deg, #ff8438, #ef4e1d);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--brand-600);
  border-color: var(--brand-500);
}

.cart-btn {
  border: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1.2rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  background: linear-gradient(145deg, var(--brand-500), var(--brand-600));
  box-shadow: var(--glow-main);
}

.cart-count {
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: var(--brand-600);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 700;
}

.offer-bar {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  width: var(--container);
  margin: 0.45rem auto 0;
  padding: 0.78rem 1.05rem;
  border-top: 1px solid rgba(236, 197, 113, 0.18);
  border-bottom: 1px solid rgba(236, 197, 113, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.offer-pill {
  flex: 0 0 auto;
  padding: 0.38rem 0.86rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #d49d38, #b87b14);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: none;
}

.offer-marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.offer-track {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  min-width: max-content;
  padding-right: 2rem;
  animation: offer-scroll 26s linear infinite;
}

.offer-track span {
  position: relative;
  font-size: 0.88rem;
  font-weight: 500;
  color: #846f49;
}

.offer-track span::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 0.7rem;
  border-radius: 999px;
  background: #d49d38;
  box-shadow: none;
  vertical-align: middle;
}

.hero {
  padding: 1.3rem 0 2.3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  gap: 2rem;
}

.badge {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.48rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brand-600);
  background: rgba(255, 233, 171, 0.55);
  border: 1px solid rgba(236, 186, 65, 0.24);
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  min-height: 3.5em;
}

.hero-copy > p:last-of-type {
  margin-top: 1rem;
  max-width: 60ch;
}

.hero-actions {
  margin-top: 1.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-trust {
  margin: 1.3rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.48rem;
}

.hero-panel {
  width: 100%;
  height: 420px;
  padding: 0;
  border-radius: 34px;
  border: 1px solid rgba(234, 192, 96, 0.32);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.84), rgba(255, 242, 204, 0.84));
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.hero-stage {
  width: 100%;
  height: 100%;
  min-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 246, 214, 0.9), transparent 22%),
    radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.55), transparent 20%),
    linear-gradient(155deg, #fff6d4 0%, #f8cc59 52%, #efa61c 100%);
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-stage::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10%;
  width: 52%;
  height: 18%;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(96, 58, 3, 0.18);
  filter: blur(24px);
}

.hero-orbit {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  perspective: 1800px;
}

.hero-orbit-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(34px);
  opacity: 0.65;
}

.hero-orbit-glow-one {
  top: 8%;
  left: 10%;
  width: 150px;
  height: 140px;
  background: rgba(255, 255, 255, 0.55);
}

.hero-orbit-glow-two {
  right: 10%;
  bottom: 10%;
  width: 180px;
  height: 140px;
  background: rgba(255, 236, 175, 0.42);
}

.product-fly {
  position: absolute;
  inset: 0;
  margin: 0;
  pointer-events: none;
}

.product-fly-card {
  position: absolute;
  width: clamp(170px, 24vw, 255px);
  aspect-ratio: 4 / 5;
  padding: 0.9rem;
  border-radius: 30px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.06)),
    radial-gradient(circle at 24% 18%, rgba(255, 255, 255, 0.88), transparent 28%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    0 28px 58px rgba(118, 79, 11, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}

.product-fly-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 72%;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: rgba(64, 38, 5, 0.22);
  filter: blur(8px);
  z-index: -1;
}

.product-fly img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(76, 46, 3, 0.12));
}

.product-fly-card.image-missing::before {
  content: "Add product image";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(96, 62, 8, 0.88);
}

.product-fly-card.image-missing img {
  opacity: 0;
}

.fly-1 .product-fly-card {
  animation: hero-product-one 11.5s cubic-bezier(0.42, 0.02, 0.18, 1) infinite;
}

.fly-2 .product-fly-card {
  animation: hero-product-two 11.5s cubic-bezier(0.42, 0.02, 0.18, 1) infinite;
}

.fly-3 .product-fly-card {
  animation: hero-product-three 11.5s cubic-bezier(0.42, 0.02, 0.18, 1) infinite;
}

.hero-slider {
  position: relative;
  min-height: 560px;
  padding: 0;
  border-radius: 34px;
  border: 1px solid rgba(234, 192, 96, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.9), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 235, 0.96));
  box-shadow: 0 22px 55px rgba(143, 94, 11, 0.08);
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 1.4rem;
  padding: 2.85rem 3rem 5.2rem;
  border-radius: 34px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(4%) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 241, 197, 0.45), transparent 24%),
    radial-gradient(circle at 88% 26%, rgba(255, 255, 255, 0.86), transparent 18%),
    linear-gradient(135deg, #fffefb 0%, #fff9ed 58%, #fff4df 100%);
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}

.hero-slide-copy {
  position: relative;
  z-index: 2;
}

.hero-slide-copy h1 {
  font-size: clamp(2.9rem, 5vw, 4.5rem);
  line-height: 1.02;
}

.hero-slide-copy h1 span {
  display: block;
  color: var(--brand-600);
}

.hero-slide-copy > p:last-of-type {
  margin-top: 1rem;
  max-width: 30rem;
  font-size: 1.02rem;
}

.hero-badge-icon::before {
  content: "✦";
  margin-right: 0.45rem;
}

.hero-trust-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 0;
  list-style: none;
  gap: 0.75rem;
}

.hero-trust-grid li {
  min-height: 100%;
  padding: 0.8rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(232, 195, 106, 0.26);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.hero-slide-visual {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-theme-achar {
  background: transparent;
}

.hero-theme-thekua {
  background: transparent;
}

.hero-theme-combo {
  background: transparent;
}

.hero-visual-ring {
  position: absolute;
  width: min(78%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid rgba(236, 210, 157, 0.56);
  box-shadow:
    0 0 0 14px rgba(255, 250, 238, 0.72),
    0 18px 42px rgba(110, 70, 8, 0.09);
}

.hero-visual-plate {
  position: absolute;
  bottom: 4%;
  width: min(64%, 360px);
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 40%, rgba(247, 235, 216, 0.95), rgba(217, 189, 149, 0.9));
  box-shadow: 0 18px 25px rgba(133, 88, 16, 0.12);
}

.hero-visual-scene {
  position: relative;
  z-index: 2;
  width: min(94%, 640px);
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 0;
}

.hero-scene-achar img,
.hero-scene-combo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(79, 47, 4, 0.12));
}

.hero-scene-thekua {
  width: min(72%, 320px);
  min-height: 380px;
}

.hero-scene-thekua img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(79, 47, 4, 0.14));
}

.hero-visual-scene.image-missing::before {
  content: "Add product image";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(96, 62, 8, 0.88);
}

.hero-visual-scene.image-missing img {
  opacity: 0;
}

.hero-slider-controls {
  position: absolute;
  left: 1.85rem;
  right: 1.85rem;
  bottom: 1.6rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.hero-dot,
.hero-arrow {
  border: 0;
  cursor: pointer;
}

.hero-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(197, 145, 30, 0.28);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-dot.is-active {
  transform: scale(1.15);
  background: var(--brand-600);
}

.hero-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--brand-600);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 28px rgba(145, 94, 10, 0.14);
  font-size: 1.45rem;
  line-height: 1;
}

.btn-icon-right::after {
  content: "→";
  margin-left: 0.5rem;
}

.btn-icon-cart::before {
  content: "🛒";
  margin-right: 0.45rem;
  font-size: 0.95em;
}

.hero-feature-strip {
  margin-top: 1rem;
  padding: 0.5rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 44px rgba(143, 94, 11, 0.06);
}

.hero-feature-item {
  padding: 1.15rem 1.35rem;
  display: grid;
  gap: 0.16rem;
}

.hero-feature-item + .hero-feature-item {
  border-left: 1px solid rgba(232, 199, 126, 0.24);
}

.hero-feature-item strong {
  color: var(--brand-600);
  font-size: 1rem;
}

.hero-feature-item span {
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.products {
  position: relative;
  padding: 2rem 0 2.2rem;
  overflow-x: clip;
}

.hero {
  padding: 0;
}

body[data-page="home"] .hero .container {
  width: min(100vw, 100%);
  max-width: none;
  margin: 0;
}

.hero-clone {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-clone img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-hotspot {
  position: absolute;
  display: block;
}

.hero-hotspot-shop {
  left: 4.7%;
  top: 61.5%;
  width: 14.7%;
  height: 7.4%;
  border-radius: 16px;
}

.hero-hotspot-cart {
  right: 4%;
  top: 1.8%;
  width: 9%;
  height: 8.8%;
  border-radius: 999px;
}

@media (max-width: 640px) {
  .hero-clone img {
    min-height: 320px;
    object-fit: cover;
    object-position: center top;
  }
}

.products::before,
.products::after,
.product-grid::before,
.product-grid::after {
  content: none !important;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

.filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.48rem 0.92rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.chip:hover {
  transform: translateY(-1px);
}

.chip.active {
  color: #fff;
  border-color: var(--brand-500);
  background: linear-gradient(145deg, var(--brand-500), var(--brand-600));
}

.product-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  perspective: 1200px;
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
}

.product-card {
  --rx: 0deg;
  --ry: 0deg;
  --lift: 0px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transform: perspective(1100px) translateY(var(--lift)) rotateX(var(--rx)) rotateY(var(--ry));
  opacity: 0;
  animation: product-rise 0.7s ease forwards;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover {
  --lift: -8px;
  border-color: rgba(236, 163, 29, 0.46);
  box-shadow: 0 24px 40px rgba(132, 91, 16, 0.14);
}

.glow-card {
  position: relative;
}

.glow-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: var(--glow-main);
  opacity: 0.75;
}

.product-art {
  height: 220px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.35rem;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.78), transparent 28%),
    linear-gradient(160deg, #fff8e5 0%, #ffe7a5 100%);
}

.product-art::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 58%;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--card-glow, rgba(247, 196, 77, 0.44));
  filter: blur(12px);
}

.product-art::after {
  content: "";
  position: absolute;
  inset: -30% -14%;
  background: linear-gradient(108deg, transparent 44%, rgba(255, 255, 255, 0.5) 50%, transparent 56%);
  transform: translateX(-40%);
  animation: art-sweep 4s linear infinite;
}

.product-art img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  position: relative;
  z-index: 2;
  transform: scale(0.84);
}

.product-content {
  padding: 1rem;
}

.product-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.category {
  font-size: 0.76rem;
  color: var(--brand-600);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(236, 163, 29, 0.34);
  background: rgba(255, 247, 215, 0.88);
  color: #7a5511;
  font-size: 0.66rem;
  font-weight: 700;
}

.product-content h3 {
  margin-top: 0.5rem;
  font-size: 1.05rem;
}

.desc {
  margin-top: 0.42rem;
  min-height: 52px;
}

.product-meta {
  margin-top: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.meta-weight,
.meta-rating {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.54rem;
  border-radius: 999px;
  background: #fff8dd;
  color: #6f5622;
  font-size: 0.7rem;
  font-weight: 700;
}

.price-row,
.qty-row {
  margin-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.price {
  font-size: 1.12rem;
  color: var(--ink);
}

.qty-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--ink);
}

.qty-picker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.24rem 0.3rem;
  border-radius: 999px;
  border: 1px solid rgba(208, 156, 51, 0.42);
  background: #fff8e6;
}

.qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(201, 129, 4, 0.25);
  border-radius: 999px;
  background: #fff;
  color: #6b4b10;
  font-weight: 700;
  cursor: pointer;
}

.qty-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.qty-value {
  min-width: 20px;
  text-align: center;
  font-weight: 700;
  color: #67480f;
}

.page-shell {
  padding: 2.2rem 0 4rem;
}

.page-head {
  margin-bottom: 1.2rem;
}

.page-head h1 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
}

.page-head p {
  margin-top: 0.55rem;
}

.cart-page-grid,
.checkout-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1rem;
}

.panel-card,
.checkout-form-card,
.summary-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: var(--bg-card);
  padding: 1.2rem;
  box-shadow: var(--shadow-sm);
}

.checkout-form-card {
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.95), rgba(255, 246, 217, 0.92));
}

.panel-card h2,
.checkout-form-card h2,
.summary-card h3 {
  margin-bottom: 0.45rem;
}

.summary-items,
.cart-items,
.order-items-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-cart-items {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.9rem;
}

.cart-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.82rem;
  display: grid;
  gap: 0.5rem;
  background: rgba(255, 252, 242, 0.88);
}

.cart-item h4 {
  margin: 0;
  font-size: 1rem;
}

.cart-item small {
  color: var(--ink-muted);
}

.cart-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.qty-controls button {
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.remove-btn {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--brand-600);
  font-weight: 700;
  cursor: pointer;
}

.summary-items {
  margin-top: 1rem;
  display: grid;
  gap: 0.48rem;
}

.summary-items li,
.summary-line,
.order-meta-row,
.order-items-list li,
.order-foot {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.summary-line {
  margin-top: 0.75rem;
}

.summary-line.total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
  font-size: 1.08rem;
}

.small-note {
  margin-top: 0.6rem;
  font-size: 0.9rem;
}

.stack-actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.55rem;
}

form {
  margin-top: 1rem;
}

label {
  display: block;
  margin-top: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

input,
textarea,
select {
  width: 100%;
  margin-top: 0.38rem;
  padding: 0.72rem 0.84rem;
  color: var(--ink);
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.95);
}

textarea {
  min-height: 104px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid rgba(236, 163, 29, 0.18);
  border-color: var(--brand-500);
}

input[readonly] {
  background: #fff7dc;
  color: #6b5320;
  border-style: dashed;
}

.inline-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}

.field-note {
  display: block;
  margin-top: 0.32rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8f733c;
}

.payment-options {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.payment-option {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 0.95rem;
  text-align: left;
  background: rgba(255, 255, 255, 0.94);
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.payment-option:hover {
  transform: translateY(-1px);
  border-color: rgba(236, 163, 29, 0.5);
}

.payment-option.is-active {
  border-color: rgba(200, 129, 4, 0.56);
  background: linear-gradient(165deg, #fff8ea, #ffe1bc 54%, #ffd3cc);
  box-shadow: 0 12px 24px rgba(198, 138, 23, 0.14);
}

.payment-option-title {
  display: block;
  color: var(--ink);
  font-weight: 700;
}

.payment-option-copy {
  display: block;
  margin-top: 0.24rem;
  font-size: 0.84rem;
  color: var(--ink-muted);
}

.payment-hint {
  margin-top: 0.55rem;
  font-size: 0.86rem;
  color: #846634;
}

.payment-panel {
  margin-top: 0.8rem;
  padding: 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(225, 191, 108, 0.4);
  background: linear-gradient(165deg, rgba(255, 250, 237, 0.98), rgba(255, 236, 194, 0.95) 58%, rgba(255, 215, 191, 0.94));
  display: grid;
  gap: 0.55rem;
}

.payment-panel-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.8rem;
}

.payment-panel-head strong {
  color: var(--ink);
}

.payment-panel-head span {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brand-600);
}

.pincode-status {
  min-height: 1.3rem;
  margin-top: 0.4rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.pincode-status.status-info {
  color: #8b6f2e;
}

.pincode-status.status-success {
  color: var(--ok);
}

.pincode-status.status-error {
  color: var(--danger);
}

.checkout-message {
  min-height: 1.3rem;
  margin-top: 0.9rem;
  font-weight: 700;
}

.order-history-list {
  display: grid;
  gap: 0.95rem;
}

.order-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 254, 248, 0.92);
  box-shadow: var(--shadow-sm);
}

.order-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
}

.order-top h3 {
  font-size: 1.02rem;
}

.order-status-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.58rem;
  border-radius: 999px;
  color: #7a5816;
  background: #fff2ca;
  border: 1px solid rgba(200, 129, 4, 0.26);
  font-size: 0.72rem;
  font-weight: 700;
}

.order-progress {
  height: 8px;
  margin-top: 0.72rem;
  border-radius: 999px;
  overflow: hidden;
  background: #f5e4b4;
}

.order-progress-fill {
  display: block;
  height: 100%;
  background: linear-gradient(145deg, var(--brand-400), var(--brand-600));
}

.order-meta-row {
  margin-top: 0.68rem;
  font-weight: 700;
}

.order-items-list {
  margin-top: 0.65rem;
  display: grid;
  gap: 0.4rem;
}

.order-foot {
  margin-top: 0.72rem;
  flex-wrap: wrap;
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.thank-you-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}

.thank-you-card {
  width: min(620px, 94vw);
  text-align: center;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95), rgba(255, 244, 210, 0.95));
  padding: 2rem 1.4rem;
  box-shadow: var(--shadow-lg);
}

.thank-status,
.thank-order,
.thank-countdown {
  margin-top: 0.7rem;
}

.btn {
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0.68rem 1rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(145deg, var(--brand-500), var(--brand-600));
  box-shadow: var(--glow-main);
}

.btn-light {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.full-width {
  width: 100%;
}

.empty-state {
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: 1rem;
  text-align: center;
  color: var(--ink-muted);
}

.cart-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 90;
  padding: 0.76rem 0.96rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-sm);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.cart-fly-image {
  position: fixed;
  z-index: 999;
  pointer-events: none;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(130, 88, 11, 0.22);
  transition:
    left 0.68s cubic-bezier(0.2, 0.75, 0.2, 1),
    top 0.68s cubic-bezier(0.2, 0.75, 0.2, 1),
    width 0.68s cubic-bezier(0.2, 0.75, 0.2, 1),
    height 0.68s cubic-bezier(0.2, 0.75, 0.2, 1),
    opacity 0.68s ease,
    transform 0.68s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cart-fly-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.45;
}

@keyframes product-rise {
  from {
    opacity: 0;
    transform: perspective(1100px) translateY(16px) rotateX(0deg) rotateY(0deg);
  }
  to {
    opacity: 1;
    transform: perspective(1100px) translateY(var(--lift)) rotateX(var(--rx)) rotateY(var(--ry));
  }
}

@keyframes art-sweep {
  0% {
    transform: translateX(-46%);
  }
  100% {
    transform: translateX(56%);
  }
}

@keyframes offer-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes hero-product-one {
  0%,
  10% {
    opacity: 0;
    transform: translate3d(-18%, 74%, -220px) rotateY(44deg) rotateZ(-10deg) scale(0.52);
  }
  18% {
    opacity: 1;
    transform: translate3d(8%, 60%, -80px) rotateY(22deg) rotateZ(-6deg) scale(0.76);
  }
  32%,
  42% {
    opacity: 1;
    transform: translate3d(39%, 30%, 120px) rotateY(-2deg) rotateZ(0deg) scale(1.12);
  }
  56% {
    opacity: 1;
    transform: translate3d(73%, 16%, -40px) rotateY(-22deg) rotateZ(9deg) scale(0.84);
  }
  68%,
  100% {
    opacity: 0;
    transform: translate3d(112%, -2%, -240px) rotateY(-42deg) rotateZ(12deg) scale(0.46);
  }
}

@keyframes hero-product-two {
  0%,
  31% {
    opacity: 0;
    transform: translate3d(-18%, 76%, -220px) rotateY(44deg) rotateZ(-12deg) scale(0.5);
  }
  40% {
    opacity: 1;
    transform: translate3d(9%, 62%, -80px) rotateY(20deg) rotateZ(-6deg) scale(0.78);
  }
  52%,
  62% {
    opacity: 1;
    transform: translate3d(40%, 31%, 136px) rotateY(0deg) rotateZ(0deg) scale(1.16);
  }
  74% {
    opacity: 1;
    transform: translate3d(74%, 16%, -36px) rotateY(-18deg) rotateZ(8deg) scale(0.86);
  }
  86%,
  100% {
    opacity: 0;
    transform: translate3d(112%, -4%, -240px) rotateY(-42deg) rotateZ(12deg) scale(0.46);
  }
}

@keyframes hero-product-three {
  0%,
  55% {
    opacity: 0;
    transform: translate3d(-18%, 76%, -220px) rotateY(44deg) rotateZ(-12deg) scale(0.5);
  }
  64% {
    opacity: 1;
    transform: translate3d(9%, 62%, -80px) rotateY(20deg) rotateZ(-6deg) scale(0.78);
  }
  76%,
  86% {
    opacity: 1;
    transform: translate3d(40%, 31%, 136px) rotateY(0deg) rotateZ(0deg) scale(1.14);
  }
  96% {
    opacity: 1;
    transform: translate3d(74%, 16%, -36px) rotateY(-18deg) rotateZ(8deg) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate3d(112%, -4%, -240px) rotateY(-42deg) rotateZ(12deg) scale(0.44);
  }
}

@media (max-width: 1040px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    align-items: center;
  }

  .cart-page-grid,
  .checkout-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    height: 360px;
  }

  .hero-stage,
  .hero-orbit {
    min-height: 0;
  }

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

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-grid {
    gap: 1.2rem;
  }
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
  }

  .brand-powered {
    font-size: 0.54rem;
  }

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

  .footer-col-wide {
    padding-left: 0;
    border-left: 0;
  }

  .hero {
    padding-top: 2.8rem;
  }
}

@media (max-width: 720px) {
  p {
    line-height: 1.55;
  }

  .container {
    width: min(1140px, 92vw);
  }

  .offer-bar {
    gap: 0.6rem;
    padding: 0.58rem 0.8rem;
  }

  .offer-pill {
    padding: 0.28rem 0.56rem;
    font-size: 0.64rem;
  }

  .offer-track {
    gap: 1.25rem;
    animation-duration: 20s;
  }

  .offer-track span {
    font-size: 0.74rem;
  }

  .nav-wrap {
    min-height: 64px;
    gap: 0.6rem;
  }

  .brand-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .brand-text small {
    font-size: 0.72rem;
  }

  .brand-powered {
    font-size: 0.5rem;
    letter-spacing: 0.04em;
  }

  .footer-top {
    padding: 1.45rem 0 1.2rem;
    gap: 1rem;
  }

  .footer-col a,
  .footer-contact-line,
  .footer-copyline {
    font-size: 0.82rem;
  }

  .footer-powered {
    font-size: 0.64rem;
  }

  .cart-btn {
    padding: 0.45rem 0.72rem;
    font-size: 0.84rem;
    gap: 0.42rem;
  }

  .cart-count {
    min-width: 19px;
    height: 19px;
    font-size: 0.68rem;
  }

  .hero {
    padding: 1rem 0 1.6rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 0.75rem;
  }

  .hero-copy {
    display: grid;
    gap: 0.55rem;
    align-content: start;
    min-width: 0;
  }

  .badge {
    padding: 0.38rem 0.72rem;
    font-size: 0.72rem;
    margin-bottom: 0;
  }

  .hero-copy h1 {
    min-height: 0;
    font-size: clamp(1.2rem, 5vw, 1.7rem);
    line-height: 1.05;
  }

  .hero-copy > p:last-of-type {
    margin-top: 0;
    font-size: 0.8rem;
    line-height: 1.48;
  }

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

  .hero-actions {
    margin-top: 0;
    gap: 0.6rem;
  }

  .hero-trust {
    margin-top: 0;
    gap: 0.22rem;
    padding-left: 0.85rem;
    font-size: 0.78rem;
  }

  .hero-panel {
    height: 240px;
    padding: 0;
    border-radius: 18px;
    align-self: stretch;
    min-width: 0;
  }

  .hero-stage,
  .hero-orbit {
    min-height: 0;
    width: 100%;
  }

  .hero-stage {
    border-radius: 16px;
    overflow: hidden;
  }

  .product-fly-card {
    width: clamp(78px, 22vw, 110px);
    border-radius: 16px;
    padding: 0.3rem;
  }

  .hero-orbit-glow-one {
    width: 68px;
    height: 68px;
  }

  .hero-orbit-glow-two {
    width: 82px;
    height: 64px;
  }

  .hero-stage::before {
    inset: 8px;
    border-radius: 12px;
  }

  .hero-stage::after {
    bottom: 8%;
    width: 60%;
    height: 12%;
  }

  .product-fly img {
    object-fit: contain;
  }

  .products {
    padding: 1.35rem 0 1.6rem;
    overflow: hidden;
  }

  .section-head {
    margin-bottom: 1rem;
    gap: 0.75rem;
  }

  .section-head h2 {
    font-size: 1.45rem;
  }

  .filter-group {
    gap: 0.45rem;
  }

  .chip {
    padding: 0.38rem 0.72rem;
    font-size: 0.78rem;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 0;
    box-shadow: none;
  }

  .product-art {
    height: 156px;
    padding: 0.8rem;
  }

  .product-content {
    padding: 0.72rem;
  }

  .product-head {
    gap: 0.4rem;
  }

  .product-content h3 {
    font-size: 0.86rem;
  }

  .category,
  .card-tag,
  .meta-weight,
  .meta-rating,
  .qty-label {
    font-size: 0.64rem;
  }

  .inline-fields,
  .price-row,
  .qty-row,
  .cart-item-top,
  .order-top,
  .order-meta-row,
  .order-items-list li,
  .order-foot {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .price-row,
  .qty-row {
    width: 100%;
    gap: 0.55rem;
  }

  .add-btn,
  .qty-picker {
    width: 100%;
  }

  .qty-picker {
    justify-content: center;
    padding: 0.2rem 0.24rem;
  }

  .qty-btn {
    width: 28px;
    height: 28px;
  }

  .desc {
    min-height: auto;
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .product-art img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.78);
  }

  .price {
    font-size: 0.98rem;
  }

  .add-btn {
    padding-inline: 0.6rem;
    font-size: 0.78rem;
  }

  .btn {
    padding: 0.58rem 0.82rem;
    font-size: 0.9rem;
  }

  .page-shell {
    padding: 1.3rem 0 2rem;
  }

  .page-head {
    margin-bottom: 0.9rem;
  }

  .page-head h1 {
    font-size: 1.7rem;
  }

  .page-head p {
    font-size: 0.92rem;
  }

  .panel-card,
  .checkout-form-card,
  .summary-card,
  .order-card {
    padding: 0.9rem;
    border-radius: 16px;
  }

  input,
  textarea,
  select {
    padding: 0.64rem 0.74rem;
    font-size: 0.92rem;
  }

  .payment-options {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .payment-option {
    padding: 0.8rem;
  }

  .payment-hint {
    font-size: 0.8rem;
  }

  .thank-you-card {
    padding: 1.3rem 0.9rem;
  }
}

@media (max-width: 430px) {
  .container {
    width: 90vw;
  }

  .nav-wrap {
    min-height: 60px;
  }

  .brand {
    gap: 0.55rem;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .brand-text strong {
    font-size: 0.9rem;
  }

  .brand-text small {
    font-size: 0.68rem;
  }

  .brand-powered {
    font-size: 0.46rem;
  }

  .cart-btn {
    padding: 0.42rem 0.62rem;
    font-size: 0.8rem;
  }

  .offer-track span {
    font-size: 0.7rem;
  }

  .hero {
    padding: 0.8rem 0 1.35rem;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .badge {
    font-size: 0.68rem;
    padding: 0.34rem 0.62rem;
  }

  .hero-copy h1 {
    font-size: clamp(1rem, 4.6vw, 1.35rem);
  }

  .hero-copy > p:last-of-type {
    font-size: 0.72rem;
  }

  .hero-trust {
    font-size: 0.72rem;
  }

  .hero-stage,
  .hero-orbit {
    min-height: 0;
  }

  .hero-panel {
    height: 200px;
    padding: 0;
  }

  .product-fly-card {
    width: clamp(64px, 20vw, 88px);
    padding: 0.22rem;
    border-radius: 12px;
  }

  .section-head h2 {
    font-size: 1.28rem;
  }


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

  .product-art {
    height: 138px;
    padding: 0.68rem;
  }

  .product-art img {
    transform: scale(0.74);
  }

  .products {
    padding-bottom: 1.4rem;
  }

  .product-content {
    padding: 0.62rem;
  }

  .product-content h3 {
    font-size: 0.8rem;
  }

  .desc {
    font-size: 0.72rem;
  }

  .price {
    font-size: 0.9rem;
  }

  .add-btn {
    font-size: 0.74rem;
  }

  .btn {
    font-size: 0.86rem;
    padding: 0.54rem 0.74rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .footer-col {
    gap: 0.35rem;
  }

  .footer-col a,
  .footer-contact-line,
  .footer-copyline {
    font-size: 0.76rem;
  }

.footer-powered {
  font-size: 0.58rem;
  }
}

.admin-shell {
  padding-bottom: 3rem;
}

.admin-head {
  padding-bottom: 1.2rem;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.admin-metric-card {
  padding: 1.1rem 1.2rem;
  display: grid;
  gap: 0.35rem;
}

.admin-metric-card span {
  color: var(--ink-muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.admin-metric-card strong {
  font-size: 1.7rem;
  color: var(--ink);
}

.admin-tools,
.admin-table-wrap {
  padding: 1.1rem 1.2rem;
}

.admin-tools {
  margin-bottom: 1rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.admin-tool-group {
  flex: 1 1 auto;
}

.admin-search {
  display: grid;
  gap: 0.4rem;
  max-width: 420px;
}

.admin-search span {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
}

.admin-search input,
.admin-status-select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.72rem 0.9rem;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  outline: none;
}

.admin-tool-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.admin-tool-actions .btn {
  min-width: 170px;
  justify-content: center;
}

.admin-table-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.9rem;
}

.admin-table-head p {
  font-size: 0.92rem;
}

.admin-table-scroll {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 1100px;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 0.95rem 0.85rem;
  border-bottom: 1px solid rgba(225, 191, 108, 0.28);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--brand-600);
}

.admin-table td {
  font-size: 0.92rem;
  color: var(--ink);
}

.admin-order-id,
.admin-cell-strong {
  font-weight: 700;
  color: var(--ink);
}

.admin-subcopy {
  margin-top: 0.22rem;
  font-size: 0.78rem;
  color: var(--ink-muted);
  line-height: 1.45;
}

.admin-items-cell {
  min-width: 210px;
  line-height: 1.55;
}

.admin-status-wrap {
  display: grid;
  gap: 0.55rem;
  min-width: 180px;
}

.admin-status-pill {
  justify-self: start;
}

.admin-save-btn {
  width: fit-content;
  min-width: 96px;
}

.admin-empty {
  text-align: center;
  color: var(--ink-muted);
  padding: 2rem 1rem;
}

@media (max-width: 980px) {
  .admin-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-tools {
    flex-direction: column;
    align-items: stretch;
  }

  .admin-search {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .admin-metrics {
    grid-template-columns: 1fr;
  }

  .admin-tools,
  .admin-table-wrap {
    padding: 0.9rem;
  }

  .admin-metric-card strong {
    font-size: 1.42rem;
  }

  .admin-tool-actions .btn {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1100px) {
  .utility-bar {
    padding: 0.45rem 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.8rem 0 1rem;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  .offer-bar {
    width: calc(100vw - 24px);
  }

  .hero-slider {
    min-height: 0;
  }

  .hero-slide {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.8rem 1.4rem 4.8rem;
  }

  .hero-slide-copy h1 {
    font-size: clamp(2rem, 6vw, 3.4rem);
  }

  .hero-trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-slide-visual {
    min-height: 320px;
  }

  .hero-visual-ring {
    width: min(72%, 300px);
  }

  .hero-visual-plate {
    width: min(66%, 280px);
  }

  .hero-visual-scene {
    width: min(90%, 460px);
    min-height: 290px;
  }

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

  .hero-feature-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .utility-list,
  .utility-social {
    gap: 0.6rem 1rem;
  }

  .utility-list span,
  .utility-social span,
  .utility-social a {
    font-size: 0.74rem;
  }

  .nav-links {
    gap: 0.75rem 1rem;
    font-size: 0.92rem;
  }

  .nav-offer-pill {
    display: none;
  }

  .cart-btn {
    padding: 0.62rem 1rem;
  }

  .offer-bar {
    margin-top: 0.35rem;
    padding: 0.66rem 0.8rem;
  }

  .offer-track span {
    font-size: 0.78rem;
  }

  .hero {
    padding: 0.9rem 0 1.7rem;
  }

  .hero-slide {
    padding: 1.2rem 0.95rem 4.2rem;
  }

  .hero-slide-copy h1 {
    font-size: clamp(1.7rem, 9vw, 2.5rem);
  }

  .hero-slide-copy > p:last-of-type {
    font-size: 0.88rem;
    max-width: none;
  }

  .hero-actions {
    gap: 0.55rem;
  }

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

  .hero-slide-visual {
    min-height: 250px;
  }

  .hero-visual-ring {
    width: min(74%, 220px);
    box-shadow: 0 0 0 10px rgba(255, 250, 238, 0.72), 0 14px 24px rgba(110, 70, 8, 0.08);
  }

  .hero-visual-plate {
    width: min(68%, 220px);
    height: 42px;
  }

  .hero-visual-scene {
    width: min(100%, 320px);
    min-height: 210px;
  }

  .hero-scene-thekua {
    width: min(76%, 220px);
    min-height: 240px;
  }

  .hero-slider-controls {
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.8rem;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .hero-feature-strip {
    grid-template-columns: 1fr;
  }

  .hero-feature-item {
    padding: 0.95rem 1rem;
  }

  .hero-feature-item + .hero-feature-item {
    border-left: 0;
    border-top: 1px solid rgba(232, 199, 126, 0.24);
  }
}

/* Hero clone override */
.hero {
  padding: 1.2rem 0 2rem;
}

.hero-shell {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 244, 212, 0.58), transparent 18%),
    linear-gradient(180deg, #fffefb 0%, #fff8ec 62%, #fff6e7 100%);
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.7s ease, transform 0.9s ease;
}

.hero-bg-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-bg-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 245, 0.98) 0%, rgba(255, 250, 240, 0.94) 36%, rgba(255, 249, 236, 0.42) 56%, rgba(255, 248, 235, 0.12) 100%);
}

.hero-scene-achar {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, 0.84), transparent 16%),
    linear-gradient(180deg, #fffefb 0%, #fff8ed 100%);
}

.hero-scene-thekua {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 247, 224, 0.74), transparent 18%),
    linear-gradient(180deg, #fffefb 0%, #fff8ec 100%);
}

.hero-scene-combo {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 244, 214, 0.8), transparent 18%),
    linear-gradient(180deg, #fffef9 0%, #fff7e5 100%);
}

.hero-scene-media {
  position: absolute;
  right: 2%;
  bottom: 8%;
  width: min(54vw, 860px);
  height: min(70vh, 560px);
  display: grid;
  place-items: center;
}

.hero-scene-achar .hero-scene-media {
  right: 0;
  bottom: 6%;
  width: min(58vw, 930px);
  height: min(74vh, 610px);
}

.hero-scene-thekua .hero-scene-media {
  right: 8%;
  bottom: 10%;
  width: min(34vw, 360px);
  height: min(62vh, 460px);
}

.hero-scene-combo .hero-scene-media {
  right: 3%;
  bottom: 9%;
  width: min(48vw, 690px);
  height: min(65vh, 500px);
}

.hero-scene-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 28px rgba(101, 71, 19, 0.12));
}

.hero-scene-media.image-missing::before {
  content: "Add product image";
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border: 1px dashed rgba(201, 134, 10, 0.34);
  color: rgba(114, 82, 28, 0.9);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 248, 233, 0.62);
}

.hero-scene-media.image-missing img {
  opacity: 0;
}

.hero-fixed-layout {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: grid;
  align-content: start;
  padding-top: 3rem;
}

.hero-copy-fixed {
  max-width: 31rem;
}

.hero-copy-fixed h1 {
  font-size: clamp(3rem, 5.2vw, 4.9rem);
  line-height: 1.02;
}

.hero-copy-fixed h1 span {
  display: block;
  color: var(--brand-600);
}

.hero-copy-fixed > p:last-of-type {
  margin-top: 0.95rem;
  font-size: 1.06rem;
  max-width: 29rem;
}

.hero-trust-fixed {
  margin-top: 1.8rem;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.hero-trust-fixed li {
  padding: 0.95rem 0.8rem;
  border-top: 1px solid rgba(235, 205, 143, 0.42);
  color: #5d4b2d;
  font-weight: 500;
}

.hero-slider-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9.6rem;
  z-index: 4;
  display: flex;
  justify-content: center;
}

.hero-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(196, 145, 30, 0.3);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-dot.is-active {
  background: var(--brand-600);
  transform: scale(1.15);
}

.hero-feature-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35rem;
  z-index: 4;
  margin-top: 0;
  padding: 0.35rem 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 26px;
  border: 1px solid rgba(236, 204, 138, 0.2);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 42px rgba(143, 94, 11, 0.06);
}

.hero-feature-item {
  padding: 1.1rem 1.35rem;
}

.hero-feature-item strong {
  display: block;
  color: var(--brand-600);
  font-size: 1rem;
}

.hero-feature-item span {
  color: var(--ink-muted);
  font-size: 0.88rem;
}

@media (max-width: 1100px) {
  .hero-shell,
  .hero-fixed-layout {
    min-height: 860px;
  }

  .hero-copy-fixed {
    max-width: 27rem;
  }

  .hero-scene-achar .hero-scene-media {
    right: -6%;
    width: min(64vw, 820px);
  }

  .hero-trust-fixed {
    grid-template-columns: 1fr;
    max-width: 20rem;
  }

  .hero-slider-status {
    bottom: 14.5rem;
  }

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

@media (max-width: 760px) {
  .hero-shell,
  .hero-fixed-layout {
    min-height: 920px;
  }

  .hero-fixed-layout {
    padding-top: 1.8rem;
  }

  .hero-copy-fixed {
    max-width: none;
  }

  .hero-copy-fixed h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-copy-fixed > p:last-of-type {
    font-size: 0.92rem;
  }

  .hero-actions {
    gap: 0.55rem;
  }

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

  .hero-scene-media,
  .hero-scene-achar .hero-scene-media,
  .hero-scene-combo .hero-scene-media {
    right: 50%;
    bottom: 20%;
    width: min(88vw, 540px);
    height: 280px;
    transform: translateX(50%);
  }

  .hero-scene-thekua .hero-scene-media {
    right: 50%;
    bottom: 21%;
    width: min(62vw, 250px);
    height: 250px;
    transform: translateX(50%);
  }

  .hero-slider-status {
    bottom: 16.6rem;
  }

  .hero-feature-strip {
    grid-template-columns: 1fr;
    bottom: 0.8rem;
  }

  .hero-feature-item + .hero-feature-item {
    border-top: 1px solid rgba(232, 199, 126, 0.24);
    border-left: 0;
  }
}

/* Final header + home hero overrides */
.utility-bar,
.offer-bar {
  display: none !important;
}

.topbar.clone-header {
  border-bottom: 1px solid rgba(228, 194, 120, 0.18);
  background: rgba(255, 253, 248, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(150, 108, 24, 0.04);
}

.clone-nav-wrap {
  min-height: 108px;
  gap: 1.4rem;
}

.clone-brand {
  flex: 0 0 auto;
}

.clone-brand-logo {
  display: block;
  width: 200px;
  max-width: 100%;
  height: auto;
}

.clone-nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: 1.8rem;
}

.clone-nav-links a {
  font-size: 0.98rem;
  font-weight: 500;
  color: #1f1f1f;
}

.clone-nav-links a:hover,
.clone-nav-links a.active {
  color: var(--brand-600);
  border-color: var(--brand-500);
}

.clone-header-tools {
  display: inline-flex;
  align-items: center;
  gap: 1.15rem;
  flex: 0 0 auto;
}

.header-icon-link,
.cart-btn-clone {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
}

.header-icon-link svg,
.cart-btn-clone svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-btn-clone {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-count-clone {
  position: absolute;
  top: -2px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  color: #fff;
  background: linear-gradient(145deg, var(--brand-500), var(--brand-600));
  font-size: 0.72rem;
}

body[data-page="home"] .hero {
  padding: 0;
}

body[data-page="home"] .hero .container {
  width: var(--container);
  margin-inline: auto;
}

.hero-clone {
  position: relative;
  width: 100%;
  height: min(760px, 50vw);
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.hero-clone img {
  display: block;
  width: 100%;
  height: calc(100% + 118px);
  object-fit: cover;
  object-position: center top;
  transform: translateY(-118px);
}

@media (max-width: 1100px) {
  .clone-nav-wrap {
    min-height: 96px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.8rem 0 1rem;
  }

  .clone-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .clone-nav-links {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .clone-brand-logo {
    width: 162px;
  }

  .clone-nav-links {
    gap: 0.85rem 1.1rem;
  }

  .clone-nav-links a {
    font-size: 0.9rem;
  }

  .clone-header-tools {
    gap: 0.8rem;
  }

  .hero-clone {
    height: 360px;
  }

  .hero-clone img {
    height: calc(100% + 78px);
    transform: translateY(-78px);
  }
}

/* Final rebuilt clone */
.topbar.clone-header {
  border-bottom: 1px solid rgba(228, 194, 120, 0.18);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 30px rgba(150, 108, 24, 0.04);
}

.clone-nav-wrap {
  min-height: 108px;
  gap: 1.5rem;
}

.clone-brand {
  flex: 0 0 auto;
}

.clone-brand-badge {
  display: inline-grid;
  gap: 0.1rem;
  padding: 0.8rem 1.1rem 0.72rem;
  border-radius: 16px 16px 18px 18px;
  color: #fff4db;
  background:
    radial-gradient(circle at 16% 22%, rgba(255, 212, 124, 0.18), transparent 24%),
    linear-gradient(180deg, #b20412 0%, #8f0912 72%, #77060f 100%);
  box-shadow: 0 14px 26px rgba(116, 10, 16, 0.18);
}

.clone-brand-badge strong {
  font-size: 1.08rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

.clone-brand-badge small {
  font-size: 0.55rem;
  letter-spacing: 0.04em;
  color: #ffd79c;
}

.clone-nav-links {
  flex: 1 1 auto;
  justify-content: center;
  gap: 2.2rem;
}

.clone-nav-links a {
  font-size: 0.98rem;
  font-weight: 500;
  color: #181818;
}

.clone-nav-links a:hover,
.clone-nav-links a.active {
  color: var(--brand-600);
  border-color: var(--brand-500);
}

.clone-header-tools {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  flex: 0 0 auto;
}

.header-icon-link,
.cart-btn-clone {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
}

.header-icon-link svg,
.cart-btn-clone svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-btn-clone {
  position: relative;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-count-clone {
  position: absolute;
  top: -2px;
  right: -7px;
  min-width: 20px;
  height: 20px;
  color: #fff;
  background: linear-gradient(145deg, var(--brand-500), var(--brand-600));
  font-size: 0.72rem;
}

body[data-page="home"] .hero-clone,
body[data-page="home"] .hero-shell,
body[data-page="home"] .hero-slider,
body[data-page="home"] .hero-feature-strip,
body[data-page="home"] .hero-slider-status {
  display: none !important;
}

.home-hero {
  padding: 2rem 0 1.5rem;
}

.home-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 1.2rem;
  min-height: 620px;
}

.home-hero-copy {
  padding-left: 1.8rem;
}

.home-hero-kicker {
  font-size: 1rem;
  letter-spacing: 0.12em;
  color: var(--brand-600);
}

.home-hero-title {
  margin-top: 1.1rem;
  font-size: clamp(3.1rem, 5.5vw, 5rem);
  line-height: 0.98;
}

.home-hero-title span {
  display: block;
}

.home-hero-red {
  color: #9d0c19;
}

.home-hero-green {
  color: #556a23;
}

.home-hero-desc {
  margin-top: 1.2rem;
  max-width: 25rem;
  font-size: 1.08rem;
  color: #5f5f5f;
}

.home-hero-actions {
  margin-top: 2rem;
}

.home-hero-cta {
  min-width: 208px;
  padding: 0.95rem 1.45rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #d89a31, #c7861d);
  box-shadow: none;
}

.home-hero-cta::after {
  content: "→";
  margin-left: 0.7rem;
}

.home-hero-mini-features {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.35rem;
}

.mini-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 150px;
  color: #5f5f5f;
}

.mini-feature + .mini-feature {
  padding-left: 1.35rem;
  border-left: 1px solid rgba(217, 181, 114, 0.34);
}

.mini-feature-icon {
  width: 28px;
  height: 28px;
  border: 2px solid #d09a2d;
  border-radius: 50% 50% 50% 8%;
  transform: rotate(-35deg);
}

.mini-chili {
  border-radius: 60% 60% 60% 14%;
  transform: rotate(28deg);
}

.mini-shield {
  border-radius: 40% 40% 52% 52%;
  transform: none;
}

.home-hero-visual {
  position: relative;
  min-height: 590px;
}

.hero-ring-outer,
.hero-ring-inner {
  position: absolute;
  right: 15%;
  top: 4%;
  border-radius: 50%;
}

.hero-ring-outer {
  width: 440px;
  height: 440px;
  border: 3px solid rgba(214, 163, 53, 0.9);
  box-shadow: 0 0 0 12px rgba(255, 249, 236, 0.9);
}

.hero-ring-inner {
  width: 474px;
  height: 474px;
  right: 12%;
  top: 1%;
  border: 1px solid rgba(233, 190, 97, 0.4);
}

.hero-pedestal {
  position: absolute;
  right: 14%;
  bottom: 6%;
  width: 420px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #f7ecdb 0%, #eadbc2 58%, #d7c0a0 100%);
  box-shadow: inset 0 -10px 18px rgba(143, 110, 57, 0.12), 0 18px 28px rgba(154, 120, 60, 0.08);
}

.hero-cloth {
  position: absolute;
  bottom: 18%;
  width: 220px;
  height: 120px;
  border-radius: 40%;
  background: rgba(237, 222, 198, 0.7);
  filter: blur(0.5px);
}

.hero-cloth-left {
  right: 44%;
  transform: rotate(10deg);
}

.hero-cloth-right {
  right: 4%;
  transform: rotate(-10deg);
}

.hero-prop {
  position: absolute;
  border-radius: 50%;
}

.hero-prop-mango {
  right: 47%;
  bottom: 18%;
  width: 150px;
  height: 92px;
  background: radial-gradient(circle at 35% 35%, #9ccc4c 0%, #6e9b2d 72%, #587521 100%);
  transform: rotate(-18deg);
  box-shadow: 84px 10px 0 0 #89b73b;
}

.hero-prop-bowl {
  right: 10%;
  bottom: 22%;
  width: 96px;
  height: 58px;
  background: radial-gradient(circle at 50% 25%, #cfa34e 0%, #9c722f 80%, #7a5622 100%);
}

.hero-prop-chili {
  right: 9%;
  bottom: 12%;
  width: 80px;
  height: 24px;
  background: linear-gradient(145deg, #d52f18, #b21012);
  transform: rotate(-12deg);
  box-shadow: -34px 12px 0 0 #cf3516;
}

.home-hero-product {
  position: absolute;
  right: 20%;
  bottom: 12%;
  width: min(420px, 38vw);
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 24px 28px rgba(118, 79, 11, 0.14));
}

.hero-leaf-group {
  position: absolute;
  right: 2%;
  top: 3%;
  width: 150px;
  height: 200px;
}

.hero-leaf-group span {
  position: absolute;
  width: 62px;
  height: 28px;
  border-radius: 62px 62px 62px 0;
  background: linear-gradient(145deg, #a7c36e, #799d45);
  transform-origin: left center;
}

.hero-leaf-group span:nth-child(1) {
  right: 0;
  top: 24px;
  transform: rotate(28deg);
}

.hero-leaf-group span:nth-child(2) {
  right: 34px;
  top: 86px;
  transform: rotate(58deg);
}

.hero-leaf-group span:nth-child(3) {
  right: 10px;
  top: 146px;
  transform: rotate(24deg);
}

.home-hero-bottom-strip {
  margin-top: 0.8rem;
  padding: 0.5rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(143, 94, 11, 0.06);
}

.home-strip-item {
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-strip-item + .home-strip-item {
  border-left: 1px solid rgba(232, 199, 126, 0.24);
}

.home-strip-item strong {
  display: block;
  color: var(--brand-600);
  font-size: 0.98rem;
}

.home-strip-item span {
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.strip-icon {
  width: 42px;
  height: 42px;
  border: 2px solid #d09a2d;
  border-radius: 14px;
  flex: 0 0 auto;
}

.strip-delivery {
  border-radius: 10px;
}

.strip-packaging {
  border-radius: 12px;
}

.strip-support {
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .clone-nav-wrap {
    min-height: 96px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0.8rem 0 1rem;
  }

  .clone-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .clone-nav-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.15rem 1.4rem;
  }

  .home-hero-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-hero-copy {
    padding-left: 0;
  }

  .home-hero-visual {
    min-height: 480px;
  }

  .hero-ring-inner {
    width: 390px;
    height: 390px;
  }

  .hero-ring-outer {
    width: 360px;
    height: 360px;
  }

  .hero-pedestal {
    width: 340px;
    height: 100px;
  }

  .home-hero-product {
    width: min(320px, 54vw);
  }
}

@media (max-width: 760px) {
  .clone-nav-links a {
    font-size: 0.9rem;
  }

  .clone-header-tools {
    gap: 0.85rem;
  }

  .home-hero {
    padding: 1rem 0 1.2rem;
  }

  .home-hero-title {
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .home-hero-desc {
    font-size: 0.94rem;
  }

  .home-hero-mini-features {
    display: grid;
    gap: 0.8rem;
  }

  .mini-feature + .mini-feature {
    padding-left: 0;
    border-left: 0;
  }

  .home-hero-visual {
    min-height: 320px;
  }

  .hero-ring-inner {
    width: 240px;
    height: 240px;
    right: 18%;
  }

  .hero-ring-outer {
    width: 220px;
    height: 220px;
    right: 20%;
  }

  .hero-pedestal {
    width: 220px;
    height: 70px;
    right: 18%;
  }

  .hero-cloth,
  .hero-prop,
  .hero-leaf-group {
    display: none;
  }

  .home-hero-product {
    width: min(220px, 62vw);
    right: 24%;
    bottom: 13%;
  }

  .home-hero-bottom-strip {
    grid-template-columns: 1fr;
  }

  .home-strip-item + .home-strip-item {
    border-left: 0;
    border-top: 1px solid rgba(232, 199, 126, 0.24);
  }
}

@media (max-width: 980px) {
  .hero-slider {
    min-height: 0;
    padding: 0.85rem;
  }

  .hero-slide {
    inset: 0.85rem;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem 1.2rem 4.8rem;
  }

  .hero-slide-copy h1 {
    font-size: clamp(1.9rem, 6vw, 3rem);
  }

  .hero-slide-copy > p:last-of-type {
    font-size: 0.96rem;
    max-width: none;
  }

  .hero-trust-inline {
    grid-template-columns: 1fr;
  }

  .hero-slide-visual {
    min-height: 300px;
  }

  .hero-visual-ring {
    width: min(76%, 300px);
  }

  .hero-visual-card {
    width: min(70%, 280px);
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 1rem 0 1.4rem;
  }

  .hero-slider {
    border-radius: 28px;
    padding: 0.7rem;
  }

  .hero-slide {
    inset: 0.7rem;
    padding: 1rem 0.95rem 4.5rem;
    border-radius: 22px;
  }

  .hero-kicker {
    font-size: 0.72rem;
    margin-bottom: 0.55rem;
  }

  .hero-slide-copy h1 {
    font-size: clamp(1.55rem, 8vw, 2.25rem);
  }

  .hero-slide-copy > p:last-of-type {
    margin-top: 0.75rem;
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 0.55rem;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .hero-trust-inline li {
    padding: 0.72rem 0.8rem;
    font-size: 0.8rem;
  }

  .hero-slide-visual {
    min-height: 230px;
    border-radius: 28px;
  }

  .hero-slide-visual::before {
    inset: 10% 6% 8%;
    border-radius: 24px;
  }

  .hero-visual-ring {
    width: min(78%, 220px);
    border-width: 7px;
  }

  .hero-visual-card {
    width: min(74%, 200px);
    border-radius: 24px;
    padding: 0.7rem;
  }

  .hero-visual-note {
    right: 7%;
    bottom: 9%;
    padding: 0.56rem 0.8rem;
    font-size: 0.72rem;
  }

  .hero-slider-controls {
    left: 1rem;
    right: 1rem;
    bottom: 0.85rem;
  }

  .hero-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.2rem;
  }

  .hero-dot {
    width: 10px;
    height: 10px;
  }
}

/* Final header + hero responsive lock */
.topbar.clone-header {
  margin-bottom: 0;
  box-shadow: 0 8px 22px rgba(150, 108, 24, 0.04);
}

body[data-page="home"] .hero,
body[data-page="home"] .home-hero {
  padding-top: 0 !important;
  margin-top: 0;
}

body[data-page="home"] .home-hero-slider {
  min-height: clamp(620px, 47vw, 760px);
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background: #fffaf2;
}

body[data-page="home"] .home-hero-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body[data-page="home"] .home-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 250, 241, 0.95) 24%, rgba(255, 248, 236, 0.74) 41%, rgba(255, 248, 236, 0.24) 60%, rgba(255, 248, 236, 0.06) 100%);
}

body[data-page="home"] .home-hero-overlay {
  width: var(--container);
  min-height: clamp(620px, 47vw, 760px);
  margin-inline: auto;
  padding: clamp(3.8rem, 6vw, 6.4rem) 0 8.2rem;
  align-items: flex-start;
}

body[data-page="home"] .home-hero-copy {
  max-width: 31.5rem;
}

body[data-page="home"] .home-hero-title {
  font-size: clamp(3.2rem, 5.4vw, 5.15rem);
  line-height: 0.98;
}

body[data-page="home"] .home-hero-desc {
  max-width: 24rem;
  font-size: 1.02rem;
  line-height: 1.58;
}

body[data-page="home"] .home-hero-actions {
  margin-top: 1.85rem;
}

body[data-page="home"] .home-hero-cta {
  min-width: 200px;
}

body[data-page="home"] .home-hero-mini-features {
  margin-top: 1.9rem;
  gap: 0.9rem 1.2rem;
}

body[data-page="home"] .home-hero-dots {
  display: none !important;
}

body[data-page="home"] .home-hero-bottom-strip {
  margin-top: -3.9rem;
  padding: 0.5rem 0.65rem;
}

@media (max-width: 1180px) {
  .clone-nav-wrap {
    min-height: 94px;
    gap: 1.1rem;
  }

  .clone-nav-links {
    gap: 1.4rem;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 660px;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 660px;
    padding: 4rem 0 7.8rem;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.8rem, 5.8vw, 4.45rem);
  }
}

@media (max-width: 920px) {
  .clone-nav-wrap {
    min-height: 88px;
    padding: 0.85rem 0 0.95rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .clone-brand {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .clone-nav-links {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.95rem 1.2rem;
  }

  .clone-header-tools {
    gap: 0.95rem;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 600px;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 600px;
    padding: 3rem 0 7rem;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 26rem;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.5rem, 6.4vw, 3.8rem);
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 21rem;
    font-size: 0.96rem;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    margin-top: -2.8rem;
  }
}

@media (max-width: 760px) {
  .topbar.clone-header {
    box-shadow: none;
  }

  .clone-nav-wrap {
    min-height: 82px;
    padding: 0.75rem 0 0.85rem;
    gap: 0.8rem;
  }

  .clone-brand-badge {
    padding: 0.68rem 0.92rem 0.62rem;
  }

  .clone-brand-badge strong {
    font-size: 0.98rem;
  }

  .clone-brand-badge small {
    font-size: 0.5rem;
  }

  .clone-nav-links {
    gap: 0.7rem 1rem;
  }

  .clone-nav-links a {
    font-size: 0.88rem;
  }

  .header-icon-link,
  .cart-btn-clone {
    width: 30px;
    height: 30px;
  }

  .header-icon-link svg,
  .cart-btn-clone svg {
    width: 22px;
    height: 22px;
  }

  body[data-page="home"] .hero {
    padding-bottom: 1rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 540px;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 69% center;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(255, 251, 243, 0.95) 0%, rgba(255, 249, 239, 0.92) 26%, rgba(255, 248, 236, 0.68) 54%, rgba(255, 248, 236, 0.24) 100%);
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 540px;
    padding: 2rem 0 6.4rem;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 16.4rem;
  }

  body[data-page="home"] .home-hero-kicker {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2rem, 8.4vw, 3.1rem);
    line-height: 1.02;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 15.8rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  body[data-page="home"] .home-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  body[data-page="home"] .home-hero-mini-features {
    display: grid;
    gap: 0.75rem;
  }

  body[data-page="home"] .mini-feature {
    min-width: 0;
    gap: 0.6rem;
    font-size: 0.88rem;
  }

  body[data-page="home"] .mini-feature + .mini-feature {
    padding-left: 0;
    border-left: 0;
  }

  body[data-page="home"] .mini-feature-icon {
    width: 24px;
    height: 24px;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    margin-top: -1.6rem;
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  body[data-page="home"] .home-strip-item {
    padding: 0.95rem 1rem;
  }

  body[data-page="home"] .home-strip-item + .home-strip-item {
    border-left: 0;
    border-top: 1px solid rgba(232, 199, 126, 0.24);
  }
}

@media (max-width: 480px) {
  .clone-nav-links {
    gap: 0.55rem 0.85rem;
  }

  .clone-nav-links a {
    font-size: 0.82rem;
  }

  .clone-header-tools {
    gap: 0.65rem;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 500px;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 73% center;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 500px;
    padding: 1.65rem 0 6rem;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 14.2rem;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(1.78rem, 8vw, 2.6rem);
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 13.8rem;
    font-size: 0.84rem;
  }
}

/* Final full-background hero fix */
body[data-page="home"] .hero {
  padding: 0 0 2rem;
}

body[data-page="home"] .home-hero {
  position: relative;
}

body[data-page="home"] .home-hero-slider {
  width: 100%;
  min-height: 760px;
  border: 0;
  border-radius: 0;
  background: #fffaf2;
  box-shadow: none;
}

body[data-page="home"] .home-hero-slide {
  background-position: center center;
  background-size: cover;
}

body[data-page="home"] .home-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 250, 241, 0.94) 24%, rgba(255, 248, 236, 0.72) 42%, rgba(255, 248, 236, 0.24) 60%, rgba(255, 248, 236, 0.06) 100%);
}

body[data-page="home"] .home-hero-overlay {
  min-height: 760px;
  align-items: flex-start;
  padding-top: 8.4rem;
  padding-bottom: 8.6rem;
}

body[data-page="home"] .home-hero-copy {
  max-width: 31rem;
}

body[data-page="home"] .home-hero-kicker {
  letter-spacing: 0.16em;
}

body[data-page="home"] .home-hero-title {
  font-size: clamp(3.25rem, 5.8vw, 5.3rem);
  line-height: 0.98;
}

body[data-page="home"] .home-hero-desc {
  max-width: 24rem;
  font-size: 1.05rem;
  line-height: 1.58;
}

body[data-page="home"] .home-hero-dots {
  display: none;
}

body[data-page="home"] .home-hero-bottom-strip {
  position: relative;
  margin-top: -4.8rem;
  padding: 0.6rem 0.7rem;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(143, 94, 11, 0.08);
  z-index: 3;
}

@media (max-width: 1100px) {
  body[data-page="home"] .home-hero-slider {
    min-height: 680px;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 680px;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.9rem, 6vw, 4.4rem);
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .hero {
    padding-bottom: 1.2rem;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 600px;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 68% center;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(255, 251, 243, 0.94) 0%, rgba(255, 249, 239, 0.9) 28%, rgba(255, 248, 236, 0.66) 56%, rgba(255, 248, 236, 0.22) 100%);
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 600px;
    padding-top: 2.25rem;
    padding-bottom: 8rem;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.1rem, 9vw, 3.25rem);
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 16rem;
    font-size: 0.92rem;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    margin-top: -2.4rem;
  }
}

/* Final home hero background slider */
body[data-page="home"] .hero {
  padding: 1.2rem 0 1.4rem;
}

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

.home-hero-slider {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(233, 196, 118, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 252, 245, 0.98), rgba(255, 248, 236, 0.96));
  box-shadow: 0 24px 58px rgba(143, 94, 11, 0.08);
  isolation: isolate;
}

.home-hero-slide {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.045) translate3d(0, 0, 0);
  transition: opacity 1s ease, transform 6.2s ease;
  will-change: opacity, transform;
  animation: heroAutoSlide 24s ease-in-out infinite;
}

.home-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.home-hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 246, 0.98) 0%, rgba(255, 250, 242, 0.95) 28%, rgba(255, 248, 236, 0.72) 48%, rgba(255, 248, 236, 0.16) 66%, rgba(255, 248, 236, 0.04) 100%);
}

.home-hero-slide-achar {
  background-image: url("./images/hero-bg-achar.png");
  animation-delay: 0s;
}

.home-hero-slide-chalta {
  background-image: url("./images/hero-bg-chalta.png");
  animation-delay: 6s;
}

.home-hero-slide-combo {
  background-image: url("./images/hero-bg-combo.png");
  animation-delay: 12s;
}

.home-hero-slide-thekua {
  background-image: url("./images/hero-bg-thekua.png");
  animation-delay: 18s;
}

.home-hero-overlay {
  position: relative;
  z-index: 2;
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 3.8rem 3.2rem 8.8rem;
}

.home-hero-copy {
  max-width: 33rem;
}

.home-hero-kicker {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: var(--brand-600);
}

.home-hero-title {
  margin-top: 1.15rem;
  font-size: clamp(3.2rem, 6vw, 5.25rem);
  line-height: 0.96;
}

.home-hero-title span {
  display: block;
}

.home-hero-red {
  color: #9c0f1c;
}

.home-hero-green {
  color: #556d22;
}

.home-hero-desc {
  margin-top: 1.35rem;
  max-width: 27rem;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #5f5b55;
}

.home-hero-actions {
  margin-top: 2rem;
}

.home-hero-cta {
  min-width: 210px;
  padding: 0.96rem 1.55rem;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #d89d39, #c7861d);
  box-shadow: 0 14px 30px rgba(160, 110, 20, 0.18);
}

.home-hero-cta::after {
  content: "→";
  margin-left: 0.7rem;
}

.home-hero-mini-features {
  margin-top: 2.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.35rem;
}

.mini-feature {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 150px;
  color: #5f5f5f;
}

.mini-feature + .mini-feature {
  padding-left: 1.35rem;
  border-left: 1px solid rgba(217, 181, 114, 0.34);
}

.mini-feature-icon {
  width: 28px;
  height: 28px;
  border: 2px solid #d09a2d;
  border-radius: 50% 50% 50% 8%;
  transform: rotate(-35deg);
}

.mini-chili {
  border-radius: 60% 60% 60% 14%;
  transform: rotate(28deg);
}

.mini-shield {
  border-radius: 40% 40% 52% 52%;
  transform: none;
}

.home-hero-dots {
  position: absolute;
  left: 3.2rem;
  bottom: 3rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 28px rgba(143, 94, 11, 0.08);
}

.home-hero-dots .hero-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(196, 145, 30, 0.32);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.home-hero-dots .hero-dot.is-active {
  transform: scale(1.15);
  background: var(--brand-600);
}

@keyframes heroAutoSlide {
  0% {
    opacity: 0;
    transform: scale(1.05) translate3d(1.2%, 0, 0);
  }
  4% {
    opacity: 1;
    transform: scale(1.035) translate3d(0.5%, 0, 0);
  }
  20% {
    opacity: 1;
    transform: scale(1.01) translate3d(-0.4%, 0, 0);
  }
  24% {
    opacity: 0;
    transform: scale(1) translate3d(-0.8%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(1) translate3d(-0.8%, 0, 0);
  }
}

.home-hero-bottom-strip {
  margin-top: 0.95rem;
  padding: 0.5rem 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(143, 94, 11, 0.06);
}

.home-strip-item {
  padding: 1.1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.home-strip-item + .home-strip-item {
  border-left: 1px solid rgba(232, 199, 126, 0.24);
}

.home-strip-item strong {
  display: block;
  color: var(--brand-600);
  font-size: 0.98rem;
}

.home-strip-item span {
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.strip-icon {
  width: 42px;
  height: 42px;
  border: 2px solid #d09a2d;
  border-radius: 14px;
  flex: 0 0 auto;
}

.strip-delivery {
  border-radius: 10px;
}

.strip-packaging {
  border-radius: 12px;
}

.strip-support {
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .home-hero-slider,
  .home-hero-overlay {
    min-height: 620px;
  }

  .home-hero-overlay {
    padding: 3rem 2.4rem 7.6rem;
  }

  .home-hero-title {
    font-size: clamp(2.8rem, 5.8vw, 4.3rem);
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .hero {
    padding: 0.9rem 0 1.1rem;
  }

  .home-hero-slider {
    min-height: 560px;
    border-radius: 24px;
  }

  .home-hero-slide {
    background-position: 68% center;
  }

  .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(255, 252, 246, 0.92) 0%, rgba(255, 250, 242, 0.9) 28%, rgba(255, 248, 236, 0.62) 58%, rgba(255, 248, 236, 0.18) 100%);
  }

  .home-hero-overlay {
    min-height: 560px;
    padding: 2.1rem 1.4rem 6.4rem;
    align-items: flex-start;
  }

  .home-hero-copy {
    max-width: none;
  }

  .home-hero-kicker {
    font-size: 0.8rem;
  }

  .home-hero-title {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .home-hero-desc {
    max-width: 18rem;
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .home-hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero-mini-features {
    display: grid;
    gap: 0.75rem;
  }

  .mini-feature + .mini-feature {
    padding-left: 0;
    border-left: 0;
  }

  .home-hero-dots {
    left: 1.35rem;
    bottom: 1.35rem;
  }

  .home-hero-bottom-strip {
    grid-template-columns: 1fr;
  }

  .home-strip-item + .home-strip-item {
    border-left: 0;
    border-top: 1px solid rgba(232, 199, 126, 0.24);
  }
}

/* Absolute final hero/header overrides */
.topbar.clone-header {
  margin-bottom: 0 !important;
  box-shadow: 0 8px 22px rgba(150, 108, 24, 0.04) !important;
}

body[data-page="home"] .hero,
body[data-page="home"] .home-hero {
  padding: 0 0 1.4rem !important;
  margin: 0 !important;
}

body[data-page="home"] .home-hero-slider {
  width: 100% !important;
  min-height: clamp(620px, 47vw, 760px) !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fffaf2 !important;
}

body[data-page="home"] .home-hero-slide {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

body[data-page="home"] .home-hero-slide::before {
  background:
    linear-gradient(90deg, rgba(255, 251, 243, 0.98) 0%, rgba(255, 250, 241, 0.95) 24%, rgba(255, 248, 236, 0.74) 41%, rgba(255, 248, 236, 0.24) 60%, rgba(255, 248, 236, 0.06) 100%) !important;
}

body[data-page="home"] .home-hero-overlay {
  width: var(--container) !important;
  min-height: clamp(620px, 47vw, 760px) !important;
  margin-inline: auto !important;
  padding: clamp(3.8rem, 6vw, 6.4rem) 0 8.2rem !important;
  align-items: flex-start !important;
}

body[data-page="home"] .home-hero-copy {
  max-width: 31.5rem !important;
}

body[data-page="home"] .home-hero-title {
  font-size: clamp(3.2rem, 5.4vw, 5.15rem) !important;
  line-height: 0.98 !important;
}

body[data-page="home"] .home-hero-desc {
  max-width: 24rem !important;
  font-size: 1.02rem !important;
  line-height: 1.58 !important;
}

body[data-page="home"] .home-hero-actions {
  margin-top: 1.85rem !important;
}

body[data-page="home"] .home-hero-mini-features {
  margin-top: 1.9rem !important;
  gap: 0.9rem 1.2rem !important;
}

body[data-page="home"] .home-hero-dots {
  display: none !important;
}

body[data-page="home"] .home-hero-bottom-strip {
  margin-top: -3.9rem !important;
  padding: 0.5rem 0.65rem !important;
}

@media (max-width: 1180px) {
  .clone-nav-wrap {
    min-height: 94px !important;
    gap: 1.1rem !important;
  }

  .clone-nav-links {
    gap: 1.4rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 660px !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 660px !important;
    padding: 4rem 0 7.8rem !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.8rem, 5.8vw, 4.45rem) !important;
  }
}

@media (max-width: 920px) {
  .clone-nav-wrap {
    min-height: 88px !important;
    padding: 0.85rem 0 0.95rem !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .clone-brand {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .clone-nav-links {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.95rem 1.2rem !important;
  }

  .clone-header-tools {
    gap: 0.95rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 600px !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 600px !important;
    padding: 3rem 0 7rem !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 26rem !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.5rem, 6.4vw, 3.8rem) !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 21rem !important;
    font-size: 0.96rem !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    margin-top: -2.8rem !important;
  }
}

@media (max-width: 760px) {
  .topbar.clone-header {
    box-shadow: none !important;
  }

  .clone-nav-wrap {
    min-height: 82px !important;
    padding: 0.75rem 0 0.85rem !important;
    gap: 0.8rem !important;
  }

  .clone-brand-badge {
    padding: 0.68rem 0.92rem 0.62rem !important;
  }

  .clone-brand-badge strong {
    font-size: 0.98rem !important;
  }

  .clone-brand-badge small {
    font-size: 0.5rem !important;
  }

  .clone-nav-links {
    gap: 0.7rem 1rem !important;
  }

  .clone-nav-links a {
    font-size: 0.88rem !important;
  }

  .header-icon-link,
  .cart-btn-clone {
    width: 30px !important;
    height: 30px !important;
  }

  .header-icon-link svg,
  .cart-btn-clone svg {
    width: 22px !important;
    height: 22px !important;
  }

  body[data-page="home"] .hero {
    padding-bottom: 1rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 540px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 69% center !important;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(255, 251, 243, 0.95) 0%, rgba(255, 249, 239, 0.92) 26%, rgba(255, 248, 236, 0.68) 54%, rgba(255, 248, 236, 0.24) 100%) !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 540px !important;
    padding: 2rem 0 6.4rem !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 16.4rem !important;
  }

  body[data-page="home"] .home-hero-kicker {
    font-size: 0.78rem !important;
    letter-spacing: 0.12em !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2rem, 8.4vw, 3.1rem) !important;
    line-height: 1.02 !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 15.8rem !important;
    margin-top: 1rem !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  body[data-page="home"] .home-hero-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  body[data-page="home"] .home-hero-mini-features {
    display: grid !important;
    gap: 0.75rem !important;
  }

  body[data-page="home"] .mini-feature {
    min-width: 0 !important;
    gap: 0.6rem !important;
    font-size: 0.88rem !important;
  }

  body[data-page="home"] .mini-feature + .mini-feature {
    padding-left: 0 !important;
    border-left: 0 !important;
  }

  body[data-page="home"] .mini-feature-icon {
    width: 24px !important;
    height: 24px !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    margin-top: -1.6rem !important;
    grid-template-columns: 1fr !important;
    border-radius: 20px !important;
  }

  body[data-page="home"] .home-strip-item {
    padding: 0.95rem 1rem !important;
  }

  body[data-page="home"] .home-strip-item + .home-strip-item {
    border-left: 0 !important;
    border-top: 1px solid rgba(232, 199, 126, 0.24) !important;
  }
}

@media (max-width: 480px) {
  .clone-nav-links {
    gap: 0.55rem 0.85rem !important;
  }

  .clone-nav-links a {
    font-size: 0.82rem !important;
  }

  .clone-header-tools {
    gap: 0.65rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 500px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 73% center !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 500px !important;
    padding: 1.65rem 0 6rem !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 14.2rem !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(1.78rem, 8vw, 2.6rem) !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 13.8rem !important;
    font-size: 0.84rem !important;
  }
}

/* Corner alignment polish */
:root {
  --header-shell: min(1320px, calc(100vw - 84px));
  --hero-shell: min(1320px, calc(100vw - 84px));
}

.topbar.clone-header .clone-nav-wrap {
  width: var(--header-shell) !important;
  max-width: none !important;
  margin-inline: auto !important;
  justify-content: space-between !important;
}

body[data-page="home"] .home-hero-overlay {
  width: var(--hero-shell) !important;
}

body[data-page="home"] .home-hero-copy {
  margin-left: 0 !important;
  max-width: 32rem !important;
}

body[data-page="home"] .home-hero-kicker,
body[data-page="home"] .home-hero-title,
body[data-page="home"] .home-hero-desc,
body[data-page="home"] .home-hero-actions,
body[data-page="home"] .home-hero-mini-features {
  text-align: left !important;
}

body[data-page="home"] .home-hero-bottom-strip {
  width: var(--hero-shell) !important;
  margin-inline: auto !important;
}

@media (min-width: 1200px) {
  .topbar.clone-header .clone-nav-wrap {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body[data-page="home"] .home-hero-overlay {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 33rem !important;
  }
}

@media (max-width: 920px) {
  :root {
    --header-shell: min(100vw - 32px, 100%);
    --hero-shell: min(100vw - 32px, 100%);
  }
}

@media (max-width: 760px) {
  :root {
    --header-shell: calc(100vw - 22px);
    --hero-shell: calc(100vw - 22px);
  }

  .topbar.clone-header .clone-nav-wrap {
    justify-content: center !important;
  }

  body[data-page="home"] .home-hero-overlay {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 16.8rem !important;
  }
}

/* Collection section redesign */
body[data-page="home"] .products {
  padding: 2.2rem 0 2.5rem !important;
}

.collection-shell {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.collection-head {
  display: block;
  margin-bottom: 1.05rem;
  text-align: center;
}

.collection-title-wrap .badge {
  margin-bottom: 0.6rem;
}

.collection-title {
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  color: #3f2411;
}

.collection-subtitle {
  margin-top: 0.45rem;
  font-size: 0.98rem;
  color: #6f614d;
}

.collection-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.3rem;
}

.collection-filters {
  align-items: center;
  gap: 0.7rem;
}

.collection-filters .chip {
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(143, 94, 11, 0.06);
}

.collection-filters .chip.active {
  box-shadow: 0 14px 26px rgba(216, 157, 57, 0.2);
}

.collection-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.collection-highlight {
  min-height: 92px;
  padding: 0.95rem 0.85rem;
  border: 1px solid rgba(233, 199, 126, 0.2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
  display: grid;
  align-content: center;
  gap: 0.22rem;
  text-align: center;
}

.collection-highlight strong {
  font-size: 0.86rem;
  color: #4f3a1f;
}

.collection-highlight span {
  font-size: 0.74rem;
  color: #84715a;
}

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

.collection-shell .product-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(228, 194, 120, 0.24);
  box-shadow: 0 18px 36px rgba(143, 94, 11, 0.08);
}

.collection-shell .glow-card::after {
  box-shadow: none;
}

.collection-shell .product-art {
  height: 214px;
  padding: 1rem;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.84), transparent 24%),
    linear-gradient(160deg, #fff7de 0%, #fff0c6 100%);
}

.collection-shell .product-art img {
  transform: scale(0.92);
}

.collection-shell .product-content {
  padding: 0.95rem 1rem 1rem;
}

.collection-shell .product-content h3 {
  margin-top: 0.4rem;
  font-size: 1.14rem;
  color: #2c1f11;
}

.collection-shell .desc {
  margin-top: 0.42rem;
  min-height: 60px;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6f6558;
}

.collection-shell .card-tag {
  font-size: 0.68rem;
  padding: 0.22rem 0.55rem;
}

.collection-shell .meta-weight,
.collection-shell .meta-rating {
  background: #fff7df;
  border: 1px solid rgba(228, 194, 120, 0.24);
}

.collection-shell .price-row {
  align-items: end;
}

.collection-shell .price {
  font-size: 1.42rem;
  color: #3b2310;
}

.collection-shell .add-btn {
  padding: 0.68rem 0.95rem;
  border-radius: 12px;
  font-size: 0.84rem;
  box-shadow: none;
}

.collection-shell .qty-row {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(232, 199, 126, 0.2);
}

.collection-footer-strip {
  margin-top: 1.15rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(231, 197, 126, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.collection-footer-item {
  padding: 1rem 1rem 0.95rem;
  display: grid;
  gap: 0.2rem;
  text-align: center;
}

.collection-footer-item + .collection-footer-item {
  border-left: 1px solid rgba(231, 197, 126, 0.18);
}

.collection-footer-item strong {
  font-size: 0.9rem;
  color: #4e391f;
}

.collection-footer-item span {
  font-size: 0.76rem;
  color: #8a7861;
}

@media (max-width: 1180px) {
  .collection-toolbar {
    grid-template-columns: 1fr;
  }

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

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

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

  .collection-footer-item:nth-child(3),
  .collection-footer-item:nth-child(4) {
    border-top: 1px solid rgba(231, 197, 126, 0.18);
  }

  .collection-footer-item:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 760px) {
  .collection-shell {
    padding: 1.1rem 0.9rem 0.85rem;
    border-radius: 24px;
  }

  .collection-title {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }

  .collection-subtitle {
    font-size: 0.88rem;
  }

  .collection-filters {
    gap: 0.55rem;
  }

  .collection-filters .chip {
    padding: 0.66rem 0.95rem;
    font-size: 0.84rem;
  }

  .collection-highlights {
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
  }

  .collection-highlight {
    min-height: 80px;
    padding: 0.8rem 0.65rem;
  }

  .collection-shell .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .collection-shell .product-card {
    border-radius: 18px;
  }

  .collection-shell .product-art {
    height: 160px;
    padding: 0.8rem;
  }

  .collection-shell .product-content {
    padding: 0.82rem 0.82rem 0.9rem;
  }

  .collection-shell .product-content h3 {
    font-size: 0.98rem;
  }

  .collection-shell .desc {
    min-height: 54px;
    font-size: 0.82rem;
  }

  .collection-shell .price {
    font-size: 1.16rem;
  }

  .collection-shell .price-row,
  .collection-shell .qty-row {
    gap: 0.5rem;
  }

  .collection-shell .add-btn {
    padding: 0.62rem 0.72rem;
    font-size: 0.76rem;
  }

  .collection-footer-strip {
    grid-template-columns: 1fr;
  }

  .collection-footer-item + .collection-footer-item,
  .collection-footer-item:nth-child(3),
  .collection-footer-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(231, 197, 126, 0.18);
  }
}

/* Real logo */
.clone-brand-logo-image {
  display: block;
  width: auto;
  height: 70px;
  max-width: 220px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(122, 25, 18, 0.08));
}

.clone-brand {
  align-items: center !important;
}

@media (max-width: 920px) {
  .clone-brand-logo-image {
    height: 64px;
    max-width: 200px;
  }
}

@media (max-width: 760px) {
  .clone-brand-logo-image {
    height: 54px;
    max-width: 172px;
  }
}

@media (max-width: 480px) {
  .clone-brand-logo-image {
    height: 48px;
    max-width: 150px;
  }
}

/* Cart + checkout redesign */
.commerce-page {
  padding: 1.2rem 0 2.4rem;
}

.commerce-top-features,
.commerce-bottom-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0.2rem;
  border: 1px solid rgba(231, 197, 126, 0.2);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(143, 94, 11, 0.05);
}

.commerce-top-features {
  margin-bottom: 1.3rem;
}

.commerce-bottom-features {
  margin-top: 1.25rem;
}

.commerce-feature-card,
.commerce-bottom-item {
  padding: 1rem 1.15rem;
  display: grid;
  gap: 0.18rem;
  text-align: center;
}

.commerce-feature-card + .commerce-feature-card,
.commerce-bottom-item + .commerce-bottom-item {
  border-left: 1px solid rgba(231, 197, 126, 0.18);
}

.commerce-feature-card strong,
.commerce-bottom-item strong {
  color: #3f2a16;
  font-size: 0.95rem;
}

.commerce-feature-card span,
.commerce-bottom-item span {
  color: #84715a;
  font-size: 0.8rem;
}

.commerce-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.25rem;
  color: #8f7a5d;
  font-size: 0.95rem;
}

.commerce-breadcrumb strong {
  color: var(--brand-600);
}

.commerce-heading-row {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 1.4rem;
  align-items: end;
}

.commerce-heading-row h1 {
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  color: #3b2410;
}

.commerce-heading-row p {
  margin-top: 0.55rem;
  font-size: 1rem;
}

.shipping-progress-card {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(163, 201, 126, 0.34);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(246, 252, 237, 0.96), rgba(244, 249, 232, 0.88));
}

.shipping-progress-copy {
  display: grid;
  gap: 0.24rem;
}

.shipping-progress-copy strong {
  color: #33451a;
  font-size: 0.98rem;
}

.shipping-progress-copy span {
  color: #718050;
  font-size: 0.82rem;
}

.shipping-progress-bar {
  margin-top: 0.85rem;
  height: 10px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(110, 142, 55, 0.12);
}

.shipping-progress-bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #77a03d, #5f8b26);
  transition: width 0.3s ease;
}

.commerce-cart-grid,
.commerce-checkout-grid {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  gap: 1.4rem;
  align-items: start;
}

.commerce-panel {
  border: 1px solid rgba(231, 197, 126, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(255, 245, 214, 0.32), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 243, 0.98));
  box-shadow: 0 22px 50px rgba(143, 94, 11, 0.06);
}

.commerce-panel h2,
.commerce-panel h3 {
  color: #362111;
}

.commerce-cart-panel {
  padding: 1.35rem 1.45rem 1.2rem;
}

.commerce-summary-panel,
.checkout-summary-panel {
  padding: 1.35rem 1.35rem 1.25rem;
  position: sticky;
  top: 108px;
}

.commerce-panel-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.checkout-panel-head p {
  font-size: 0.95rem;
}

.cart-panel-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) 110px 126px 110px;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid rgba(231, 197, 126, 0.18);
  font-size: 0.88rem;
  color: #7b684f;
}

.commerce-cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commerce-cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) 110px 126px 110px;
  gap: 1rem;
  align-items: center;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(231, 197, 126, 0.18);
}

.commerce-cart-product {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.commerce-cart-thumb {
  height: 112px;
  padding: 0.8rem;
  border-radius: 18px;
  border: 1px solid rgba(231, 197, 126, 0.18);
  background: linear-gradient(180deg, #fffdfa, #fff8e8);
  display: grid;
  place-items: center;
}

.commerce-cart-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.commerce-cart-copy h4 {
  font-size: 1rem;
  color: #352111;
}

.commerce-cart-copy p {
  margin-top: 0.3rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.commerce-cart-tag {
  display: inline-flex;
  margin-top: 0.65rem;
  padding: 0.24rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(202, 182, 112, 0.26);
  background: #f5f8e8;
  color: #567236;
  font-size: 0.78rem;
  font-weight: 700;
}

.commerce-cart-price,
.commerce-cart-total {
  font-size: 1.12rem;
  font-weight: 700;
  color: #352111;
}

.commerce-cart-qty {
  display: grid;
  gap: 0.6rem;
  justify-items: start;
}

.commerce-qty-controls {
  min-width: 108px;
  border-radius: 16px;
  border: 1px solid rgba(231, 197, 126, 0.26);
  background: #fffdf8;
}

.commerce-remove-btn {
  border: 0;
  padding: 0;
  background: transparent;
  color: #e04a2c;
  font-size: 0.88rem;
}

.commerce-cart-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.commerce-primary-btn {
  border-radius: 14px;
  padding: 0.92rem 1rem;
  box-shadow: none;
}

.commerce-secondary-btn {
  border-radius: 14px;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.9);
}

.summary-caption {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  color: #8c785d;
}

.summary-note {
  margin-top: 1rem;
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(170, 201, 120, 0.24);
  border-radius: 14px;
  background: #f5f8e8;
  color: #607343;
  font-size: 0.88rem;
  text-align: center;
}

.summary-actions {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.coupon-row {
  width: 100%;
  margin-top: 1rem;
  padding: 0.92rem 1rem;
  border: 1px dashed rgba(241, 163, 49, 0.5);
  border-radius: 14px;
  text-align: left;
  color: var(--brand-600);
  background: rgba(255, 251, 243, 0.92);
  font-weight: 700;
}

.commerce-checkout-form {
  padding: 0 1.45rem 1.35rem;
}

.commerce-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.1rem;
  margin-bottom: 1rem;
}

.checkout-form-panel label {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 700;
  color: #43311e;
}

.checkout-form-panel input,
.checkout-form-panel textarea {
  width: 100%;
  border: 1px solid rgba(231, 197, 126, 0.32);
  border-radius: 14px;
  padding: 0.9rem 0.95rem;
  background: rgba(255, 255, 255, 0.94);
}

.checkout-form-panel textarea {
  min-height: 108px;
  resize: vertical;
}

.checkout-payment-block {
  margin-top: 0.35rem;
  padding-top: 0.4rem;
}

.commerce-summary-items {
  margin-bottom: 0.9rem;
}

body[data-page="checkout"] .checkout-message {
  margin-top: 1rem;
}

@media (max-width: 1180px) {
  .commerce-heading-row {
    grid-template-columns: 1fr;
  }

  .commerce-cart-grid,
  .commerce-checkout-grid {
    grid-template-columns: 1fr;
  }

  .commerce-summary-panel,
  .checkout-summary-panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .commerce-top-features,
  .commerce-bottom-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .commerce-feature-card:nth-child(3),
  .commerce-feature-card:nth-child(4),
  .commerce-bottom-item:nth-child(3),
  .commerce-bottom-item:nth-child(4) {
    border-top: 1px solid rgba(231, 197, 126, 0.18);
  }

  .commerce-feature-card:nth-child(3),
  .commerce-bottom-item:nth-child(3) {
    border-left: 0;
  }

  .cart-panel-columns {
    display: none;
  }

  .commerce-cart-item {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .commerce-cart-price,
  .commerce-cart-total {
    font-size: 1rem;
  }

  .commerce-cart-qty {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
  }

  .commerce-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .commerce-page {
    padding: 1rem 0 1.8rem;
  }

  .commerce-top-features,
  .commerce-bottom-features {
    grid-template-columns: 1fr;
  }

  .commerce-feature-card + .commerce-feature-card,
  .commerce-bottom-item + .commerce-bottom-item,
  .commerce-feature-card:nth-child(3),
  .commerce-feature-card:nth-child(4),
  .commerce-bottom-item:nth-child(3),
  .commerce-bottom-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(231, 197, 126, 0.18);
  }

  .commerce-heading-row h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .commerce-cart-panel,
  .commerce-summary-panel,
  .checkout-summary-panel {
    padding: 1rem;
    border-radius: 22px;
  }

  .commerce-checkout-form {
    padding: 0 1rem 1rem;
  }

  .commerce-cart-product {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0.8rem;
  }

  .commerce-cart-thumb {
    height: 92px;
  }

  .commerce-cart-copy h4 {
    font-size: 0.95rem;
  }

  .commerce-cart-copy p {
    font-size: 0.84rem;
  }
}

/* Final mobile preview fix */
@media (max-width: 760px) {
  .topbar.clone-header {
    position: relative;
  }

  .topbar.clone-header .clone-nav-wrap {
    min-height: auto !important;
    padding: 0.9rem 0 0.95rem !important;
    display: grid !important;
    justify-items: center !important;
    gap: 0.65rem !important;
  }

  .clone-brand {
    width: auto !important;
    justify-content: center !important;
  }

  .clone-brand-logo-image {
    height: 50px !important;
    max-width: 168px !important;
  }

  .clone-nav-links {
    display: none !important;
  }

  .clone-header-tools {
    width: auto !important;
    justify-content: center !important;
    gap: 1.15rem !important;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .home-hero {
    padding: 0 0 0.9rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 680px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 72% bottom !important;
    background-size: cover !important;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(180deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 248, 236, 0.94) 28%, rgba(255, 247, 233, 0.9) 48%, rgba(255, 246, 229, 0.72) 64%, rgba(255, 245, 227, 0.34) 100%) !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 680px !important;
    padding: 1.9rem 0 2.2rem !important;
    align-items: flex-start !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 18rem !important;
    padding-right: 0.35rem !important;
  }

  body[data-page="home"] .home-hero-kicker {
    font-size: 0.76rem !important;
    line-height: 1.35 !important;
    letter-spacing: 0.1em !important;
  }

  body[data-page="home"] .home-hero-title {
    margin-top: 0.8rem !important;
    font-size: clamp(2rem, 8.2vw, 3rem) !important;
    line-height: 0.98 !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 15rem !important;
    margin-top: 0.95rem !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
    color: #655b4d !important;
  }

  body[data-page="home"] .home-hero-actions {
    margin-top: 1.35rem !important;
  }

  body[data-page="home"] .home-hero-cta {
    min-width: 0 !important;
    width: 100% !important;
    padding: 0.92rem 1rem !important;
    border-radius: 18px !important;
  }

  body[data-page="home"] .home-hero-mini-features {
    margin-top: 1.2rem !important;
    display: grid !important;
    gap: 0.7rem !important;
  }

  body[data-page="home"] .mini-feature {
    gap: 0.55rem !important;
    font-size: 0.86rem !important;
    color: #695e4f !important;
  }

  body[data-page="home"] .mini-feature-icon {
    width: 22px !important;
    height: 22px !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    width: var(--hero-shell) !important;
    margin-top: 0.6rem !important;
    grid-template-columns: 1fr !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-strip-item {
    padding: 0.9rem 1rem !important;
    gap: 0.8rem !important;
  }

  body[data-page="home"] .home-strip-item strong {
    font-size: 0.9rem !important;
  }

  body[data-page="home"] .home-strip-item span {
    font-size: 0.8rem !important;
  }

  body[data-page="home"] .products {
    padding-top: 1.2rem !important;
  }
}

@media (max-width: 480px) {
  body[data-page="home"] .home-hero-slider {
    min-height: 640px !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 640px !important;
    padding: 1.55rem 0 2rem !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 16.1rem !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 14.2rem !important;
    font-size: 0.84rem !important;
  }

  body[data-page="home"] .clone-header-tools {
    gap: 0.95rem !important;
  }
}

/* Final laptop + mobile balance fix */
@media (min-width: 761px) and (max-width: 1100px) {
  :root {
    --header-shell: min(calc(100vw - 34px), 100%);
    --hero-shell: min(calc(100vw - 34px), 100%);
  }

  .topbar.clone-header .clone-nav-wrap {
    min-height: auto !important;
    padding: 1rem 0 0.95rem !important;
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    align-items: center !important;
    column-gap: 1rem !important;
    row-gap: 0 !important;
  }

  .clone-brand {
    justify-content: flex-start !important;
  }

  .clone-brand-logo-image {
    height: 54px !important;
    max-width: 188px !important;
  }

  .clone-nav-links {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 0.85rem 1.5rem !important;
  }

  .clone-nav-links a {
    font-size: 0.98rem !important;
  }

  .clone-header-tools {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 0.9rem !important;
  }

  .header-icon-link,
  .cart-btn-clone {
    width: 42px !important;
    height: 42px !important;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .home-hero {
    padding: 0 !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 600px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 70% center !important;
    background-size: cover !important;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(90deg, rgba(255, 251, 243, 0.97) 0%, rgba(255, 249, 239, 0.92) 26%, rgba(255, 248, 236, 0.7) 48%, rgba(255, 246, 231, 0.3) 68%, rgba(255, 244, 227, 0.06) 100%) !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 600px !important;
    padding: 1.9rem 0 5.2rem !important;
    align-items: center !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 24rem !important;
  }

  body[data-page="home"] .home-hero-kicker {
    font-size: 0.88rem !important;
    letter-spacing: 0.12em !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(3rem, 6vw, 4.25rem) !important;
    line-height: 0.95 !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 22rem !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
  }

  body[data-page="home"] .home-hero-actions {
    margin-top: 1.5rem !important;
  }

  body[data-page="home"] .home-hero-cta {
    min-width: 220px !important;
    width: auto !important;
  }

  body[data-page="home"] .home-hero-mini-features {
    margin-top: 1.45rem !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.9rem 1.1rem !important;
  }

  body[data-page="home"] .mini-feature {
    min-width: 11rem !important;
    font-size: 0.94rem !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    width: var(--hero-shell) !important;
    margin-top: -2.15rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 24px !important;
  }

  body[data-page="home"] .home-strip-item {
    min-height: 104px !important;
    padding: 1.1rem 1.2rem !important;
  }
}

@media (min-width: 521px) and (max-width: 760px) {
  :root {
    --header-shell: calc(100vw - 22px);
    --hero-shell: calc(100vw - 22px);
  }

  .topbar.clone-header .clone-nav-wrap {
    min-height: auto !important;
    padding: 0.9rem 0 0.82rem !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    row-gap: 0.62rem !important;
  }

  .clone-brand {
    justify-content: flex-start !important;
  }

  .clone-brand-logo-image {
    height: 50px !important;
    max-width: 168px !important;
  }

  .clone-nav-links {
    display: flex !important;
    grid-column: 1 / -1 !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0.4rem 0.8rem !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    padding-bottom: 0.08rem !important;
  }

  .clone-nav-links::-webkit-scrollbar {
    display: none !important;
  }

  .clone-nav-links a {
    flex: 0 0 auto !important;
    font-size: 0.82rem !important;
  }

  .clone-header-tools {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 0.82rem !important;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .home-hero {
    padding: 0 0 0.85rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 560px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 74% center !important;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(90deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 248, 236, 0.9) 24%, rgba(255, 247, 233, 0.68) 42%, rgba(255, 246, 229, 0.26) 64%, rgba(255, 245, 227, 0.04) 100%) !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 560px !important;
    padding: 1.7rem 0 4.8rem !important;
    align-items: center !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 18.6rem !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.45rem, 6.8vw, 3.3rem) !important;
    line-height: 0.94 !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 16.8rem !important;
    font-size: 0.9rem !important;
    line-height: 1.58 !important;
  }

  body[data-page="home"] .home-hero-mini-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.65rem 0.9rem !important;
  }

  body[data-page="home"] .mini-feature {
    min-width: 0 !important;
    font-size: 0.84rem !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    width: var(--hero-shell) !important;
    margin-top: -1.7rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 18px !important;
  }

  body[data-page="home"] .home-strip-item {
    min-height: 88px !important;
    padding: 0.82rem 0.8rem !important;
    gap: 0.62rem !important;
  }

  body[data-page="home"] .home-strip-item strong {
    font-size: 0.78rem !important;
  }

  body[data-page="home"] .home-strip-item span {
    font-size: 0.7rem !important;
  }
}

@media (max-width: 520px) {
  :root {
    --header-shell: calc(100vw - 18px);
    --hero-shell: calc(100vw - 18px);
  }

  .topbar.clone-header .clone-nav-wrap {
    min-height: auto !important;
    padding: 0.78rem 0 0.72rem !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    row-gap: 0.56rem !important;
  }

  .clone-brand {
    justify-content: flex-start !important;
  }

  .clone-brand-logo-image {
    height: 40px !important;
    max-width: 138px !important;
  }

  .clone-nav-links {
    display: flex !important;
    grid-column: 1 / -1 !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0.36rem !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding-bottom: 0.1rem !important;
    scrollbar-width: none !important;
  }

  .clone-nav-links::-webkit-scrollbar {
    display: none !important;
  }

  .clone-nav-links a {
    flex: 0 0 auto !important;
    font-size: 0.75rem !important;
    padding-bottom: 0.18rem !important;
  }

  .clone-header-tools {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 0.7rem !important;
  }

  .header-icon-link,
  .cart-btn-clone {
    width: 34px !important;
    height: 34px !important;
  }

  .header-icon-link svg,
  .cart-btn-clone svg {
    width: 19px !important;
    height: 19px !important;
  }

  body[data-page="home"] .hero,
  body[data-page="home"] .home-hero {
    padding: 0 0 0.8rem !important;
  }

  body[data-page="home"] .home-hero-slider {
    min-height: 540px !important;
  }

  body[data-page="home"] .home-hero-slide {
    background-position: 76% center !important;
  }

  body[data-page="home"] .home-hero-slide::before {
    background:
      linear-gradient(90deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 248, 236, 0.92) 24%, rgba(255, 247, 233, 0.72) 42%, rgba(255, 246, 229, 0.28) 64%, rgba(255, 245, 227, 0.05) 100%) !important;
  }

  body[data-page="home"] .home-hero-overlay {
    min-height: 540px !important;
    padding: 1.35rem 0 4.4rem !important;
    align-items: center !important;
  }

  body[data-page="home"] .home-hero-copy {
    max-width: 14.3rem !important;
    padding-right: 0.05rem !important;
  }

  body[data-page="home"] .home-hero-kicker {
    font-size: 0.72rem !important;
    letter-spacing: 0.1em !important;
  }

  body[data-page="home"] .home-hero-title {
    font-size: clamp(2.05rem, 8vw, 2.7rem) !important;
    line-height: 0.95 !important;
  }

  body[data-page="home"] .home-hero-desc {
    max-width: 13.2rem !important;
    font-size: 0.8rem !important;
    line-height: 1.5 !important;
  }

  body[data-page="home"] .home-hero-actions {
    margin-top: 1.15rem !important;
  }

  body[data-page="home"] .home-hero-cta {
    width: 100% !important;
    padding: 0.9rem 1rem !important;
  }

  body[data-page="home"] .home-hero-mini-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0.5rem 0.75rem !important;
    margin-top: 0.95rem !important;
  }

  body[data-page="home"] .mini-feature {
    min-width: 0 !important;
    gap: 0.42rem !important;
    font-size: 0.76rem !important;
  }

  body[data-page="home"] .mini-feature-icon {
    width: 20px !important;
    height: 20px !important;
  }

  body[data-page="home"] .home-hero-bottom-strip {
    width: var(--hero-shell) !important;
    margin-top: -1.45rem !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body[data-page="home"] .home-strip-item {
    min-height: 78px !important;
    padding: 0.72rem 0.52rem !important;
    gap: 0.42rem !important;
  }

  body[data-page="home"] .home-strip-item strong {
    font-size: 0.7rem !important;
  }

  body[data-page="home"] .home-strip-item span {
    font-size: 0.62rem !important;
  }
}
