:root {
  color-scheme: light;
  --ink: #24120b;
  --muted: #73594d;
  --clay: #a34722;
  --clay-dark: #702b16;
  --sand: #f7ead8;
  --cream: #fffaf2;
  --leaf: #2f6f4e;
  --gold: #d99a38;
  --line: rgba(112, 43, 22, 0.16);
  --shadow: 0 28px 80px rgba(75, 32, 16, 0.18);
  --radius: 22px;
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(217, 154, 56, 0.22), transparent 32rem),
    radial-gradient(circle at 90% 12%, rgba(47, 111, 78, 0.16), transparent 30rem),
    linear-gradient(180deg, #fff8ed 0%, #f5e3cc 48%, #fffaf2 100%);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html, body { overflow-x: clip; }
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(112, 43, 22, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 43, 22, 0.03) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, #000, transparent 75%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  z-index: 1000;
  background: linear-gradient(90deg, var(--clay), var(--gold), var(--leaf));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 12px 16px;
  border: 1px solid rgba(112, 43, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.78);
  box-shadow: 0 18px 55px rgba(112, 43, 22, 0.09);
  backdrop-filter: blur(18px);
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 190px; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
  box-shadow: 0 10px 24px rgba(112, 43, 22, 0.24);
}
.brand strong { display: block; font-size: 15px; }
.brand small { display: block; color: var(--muted); font-size: 11px; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: var(--clay-dark); }
.header-cta {
  padding: 12px 18px;
  color: white;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
  box-shadow: 0 14px 28px rgba(112, 43, 22, 0.22);
}
.nav-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px; border-radius: 99px; }

.section-pad { max-width: 1180px; margin: 0 auto; padding: 92px 20px; }
.hero {
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 44px;
  position: relative;
}
.hero-copy { position: relative; }
.mobile-product-peek { display: none; }
.ambient {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.26;
  pointer-events: none;
}
.ambient-a { left: -150px; top: 120px; background: var(--gold); }
.ambient-b { right: -110px; bottom: 60px; background: var(--leaf); }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--clay-dark);
  background: rgba(163, 71, 34, 0.09);
  border: 1px solid rgba(163, 71, 34, 0.14);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
h1, h2, h3, p { margin: 0; }
h1, h2, h3, p, summary { overflow-wrap: break-word; }
h1 {
  margin-top: 18px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 0.94;
  letter-spacing: 0;
  max-width: 780px;
}
h2 {
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}
h3 { font-size: 20px; letter-spacing: 0; }
.hero-lead, .split-head p, .feature-copy p, .order-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}
.hero-lead { max-width: 640px; margin-top: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn {
  border: 0;
  min-height: 52px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn.primary {
  color: white;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
  box-shadow: 0 18px 34px rgba(112, 43, 22, 0.22);
}
.btn.ghost {
  color: var(--clay-dark);
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
}
.btn.full { width: 100%; }

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.trust-row span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.hero-visual { perspective: 1200px; }
.product-stage {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.82), transparent 24rem),
    linear-gradient(145deg, rgba(255, 244, 226, 0.82), rgba(211, 154, 92, 0.26));
  border: 1px solid rgba(112, 43, 22, 0.14);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
  overflow: hidden;
}
.product-stage::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 32px;
  border: 1px solid rgba(112, 43, 22, 0.12);
}
.bottle-wrap { position: relative; z-index: 2; transform: translateZ(70px); }
.bottle-img {
  width: min(78vw, 360px);
  height: auto;
  display: block;
  filter: drop-shadow(0 34px 38px rgba(76, 32, 13, 0.28));
  animation: floatBottle 4.8s ease-in-out infinite;
}
.bottle-shadow {
  width: 250px;
  height: 34px;
  margin: -8px auto 0;
  border-radius: 50%;
  background: rgba(64, 27, 12, 0.18);
  filter: blur(11px);
}
@keyframes floatBottle {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}
.badge-card {
  position: absolute;
  z-index: 4;
  width: 178px;
  padding: 14px;
  border-radius: 18px;
  color: white;
  background: rgba(36, 18, 11, 0.76);
  box-shadow: 0 18px 40px rgba(36, 18, 11, 0.22);
  backdrop-filter: blur(14px);
  transform: translateZ(110px);
}
.badge-card strong, .badge-card span { display: block; }
.badge-card strong { font-size: 15px; }
.badge-card span { margin-top: 5px; font-size: 12px; color: rgba(255,255,255,0.78); line-height: 1.4; }
.badge-card.top { right: 28px; top: 70px; }
.badge-card.bottom { left: 28px; bottom: 86px; }

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 242, 0.72);
}
.ticker div {
  display: flex;
  width: max-content;
  gap: 18px;
  padding: 18px 0;
  animation: ticker 28s linear infinite;
}
.ticker span {
  padding: 9px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--clay-dark);
  font-weight: 900;
  box-shadow: 0 6px 20px rgba(112, 43, 22, 0.08);
}
@keyframes ticker { to { transform: translateX(-50%); } }

.split { display: grid; gap: 34px; }
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 26px;
  align-items: start;
}
.gallery-shell {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 14px;
}
.thumb-stack {
  display: grid;
  gap: 10px;
  align-content: start;
}
.thumb-stack button {
  height: 96px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
  padding: 5px;
}
.thumb-stack button.active { outline: 3px solid rgba(163, 71, 34, 0.22); border-color: var(--clay); }
.thumb-stack img { width: 100%; height: 100%; object-fit: contain; }
.main-gallery {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 34px;
  background: linear-gradient(145deg, #fff, #fff4e2);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.main-gallery img { max-width: 88%; max-height: 610px; object-fit: contain; filter: drop-shadow(0 24px 30px rgba(76, 32, 13, .18)); }
.gallery-discount {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: #1f1f1f;
  font-weight: 900;
  z-index: 2;
}
.product-panel {
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,250,242,.9);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.deal-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.deal-row span, .deal-row strong {
  padding: 9px 12px;
  border-radius: 999px;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.deal-row span { background: #ff5c5c; }
.deal-row strong { background: #19c37d; }
.product-panel h2 { margin-top: 16px; font-size: clamp(30px, 3.5vw, 44px); }
.product-panel p { margin-top: 12px; color: var(--muted); line-height: 1.7; }
.rating-row { margin-top: 16px; color: #f59e0b; font-weight: 900; }
.rating-row span { color: var(--muted); font-weight: 700; font-size: 13px; }
.detail-price { display: flex; align-items: baseline; gap: 12px; margin-top: 14px; }
.detail-price strong { font-size: 44px; color: #19b978; }
.detail-price s { color: #9ca3af; font-size: 22px; }
.detail-cards { display: grid; gap: 12px; margin-top: 20px; }
.detail-cards div {
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
}
.detail-cards strong, .detail-cards span { display: block; }
.detail-cards span { color: var(--muted); margin-top: 5px; font-size: 14px; line-height: 1.5; }
.qty-mini { display: grid; grid-template-columns: 44px 70px 44px minmax(132px, 1fr) minmax(112px, .82fr); gap: 8px; margin-top: 20px; }
.qty-mini button, .qty-mini input {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--line);
  text-align: center;
  font-weight: 900;
}
.qty-mini .btn { border: 0; }
.dual-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.split-head {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 30px;
  align-items: end;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.benefit-card, .price-card, .review-card, .compare-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 16px 42px rgba(112, 43, 22, 0.08);
}
.benefit-card { padding: 24px; min-height: 220px; }
.benefit-card .icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: white;
  font-weight: 900;
  background: linear-gradient(135deg, var(--clay), var(--gold));
}
.benefit-card h3 { margin-top: 22px; }
.benefit-card p { margin-top: 10px; color: var(--muted); line-height: 1.7; }

.feature-map {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
}
.feature-copy p { margin-top: 18px; }
.map-shell {
  position: relative;
  min-height: 720px;
  border: 1px solid var(--line);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.9), transparent 23rem),
    linear-gradient(145deg, rgba(255,250,242,0.92), rgba(195, 122, 74, 0.18));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.map-bottle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 330px;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 32px 42px rgba(76, 32, 13, 0.22));
}
.callout {
  position: absolute;
  width: 220px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(36, 18, 11, 0.84);
  color: white;
  box-shadow: 0 22px 44px rgba(36, 18, 11, 0.22);
}
.callout::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  background: rgba(36, 18, 11, 0.55);
}
.callout span {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #31d7a1;
  box-shadow: 0 0 0 8px rgba(49, 215, 161, 0.18);
}
.callout strong { display: block; color: #31d7a1; font-size: 15px; }
.callout small { display: block; margin-top: 7px; color: rgba(255,255,255,0.78); line-height: 1.45; }
.c1 { left: 48px; top: 95px; }
.c1::after { right: -82px; top: 47px; }
.c1 span { right: -97px; top: 40px; }
.c2 { right: 50px; top: 188px; }
.c2::after { left: -84px; top: 47px; }
.c2 span { left: -100px; top: 40px; }
.c3 { left: 52px; bottom: 180px; }
.c3::after { right: -90px; top: 47px; }
.c3 span { right: -106px; top: 40px; }
.c4 { right: 52px; bottom: 82px; }
.c4::after { left: -90px; top: 47px; }
.c4 span { left: -106px; top: 40px; }

.order-section {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 26px;
  align-items: start;
}
.order-copy p { margin-top: 18px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.price-card {
  padding: 24px;
  position: relative;
}
.price-card.featured {
  color: white;
  background: linear-gradient(145deg, var(--clay-dark), #2e150b);
  transform: translateY(-14px);
}
.tag {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(217, 154, 56, 0.16);
  color: var(--clay-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.featured .tag { color: #ffe0a8; background: rgba(255,255,255,0.12); }
.price-card h3 { margin-top: 18px; }
.price {
  margin-top: 18px;
  font-size: 44px;
  font-weight: 900;
}
.price span { font-size: 24px; }
.price small { display: block; margin-top: 2px; font-size: 14px; color: var(--muted); }
.featured .price small { color: rgba(255,255,255,0.66); }
.price-card p { margin: 12px 0 22px; color: var(--muted); line-height: 1.6; }
.featured p { color: rgba(255,255,255,0.75); }

.care-card {
  padding: 38px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(36, 18, 11, 0.88), rgba(112, 43, 22, 0.86)),
    url("../images/care-pattern.svg");
  color: white;
  box-shadow: var(--shadow);
}
.care-card .section-kicker { background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.18); color: #ffe2b0; }
.care-card h2 { margin-top: 18px; max-width: 760px; }
.care-steps {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.care-steps article {
  min-height: 190px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.14);
}
.care-steps span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffe2b0;
  color: var(--clay-dark);
  font-weight: 900;
}
.care-steps strong { display: block; margin-top: 16px; }
.care-steps p { margin-top: 8px; color: rgba(255,255,255,0.72); line-height: 1.55; font-size: 14px; }

.center { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.compare-grid, .review-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.compare-card { padding: 28px; }
.compare-card.strong {
  color: white;
  background: linear-gradient(145deg, var(--leaf), #173a2a);
}
.compare-card ul { margin: 18px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.compare-card li { position: relative; padding-left: 26px; color: var(--muted); line-height: 1.6; }
.compare-card.strong li { color: rgba(255,255,255,0.82); }
.compare-card li::before { content: "✓"; position: absolute; left: 0; color: var(--leaf); font-weight: 900; }
.compare-card.strong li::before { color: #96f2c6; }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-card { padding: 24px; }
.review-card div { color: #e59a23; letter-spacing: 2px; }
.review-card p { margin-top: 16px; color: var(--muted); line-height: 1.7; }
.review-card strong { display: block; margin-top: 18px; }

.faq-list {
  margin: 30px auto 0;
  max-width: 880px;
  display: grid;
  gap: 12px;
}
details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 250, 242, 0.84);
  padding: 18px 20px;
}
summary { font-weight: 900; cursor: pointer; }
details p { margin-top: 12px; color: var(--muted); line-height: 1.7; }

.footer {
  max-width: 1180px;
  margin: 0 auto 110px;
  padding: 28px 20px 44px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}
.footer p { margin-top: 8px; color: var(--muted); }
.footer-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-actions a {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid var(--line);
  font-weight: 800;
}

.sticky-buy {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 22px);
  z-index: 850;
  width: min(680px, calc(100vw - 28px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  border-radius: 999px;
  background: rgba(36, 18, 11, 0.9);
  color: white;
  box-shadow: 0 18px 50px rgba(36, 18, 11, 0.26);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.sticky-buy.show {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.sticky-buy div { padding-left: 10px; }
.sticky-buy strong, .sticky-buy span { display: block; }
.sticky-buy span { color: rgba(255,255,255,0.7); font-size: 13px; margin-top: 2px; }

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 980;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  display: none;
  visibility: hidden;
  pointer-events: none;
  background: rgba(36, 18, 11, 0);
  transition: background 0.22s ease;
}
.cart-drawer.open { display: block; visibility: visible; pointer-events: auto; background: rgba(36, 18, 11, 0.45); }
.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100%;
  padding: 26px;
  background: var(--cream);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  box-shadow: -20px 0 60px rgba(36, 18, 11, 0.18);
}
.cart-drawer.open .cart-panel { transform: translateX(0); }
.cart-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(112, 43, 22, 0.08);
  font-size: 24px;
}
.cart-sub { margin-top: 8px; color: var(--muted); line-height: 1.6; }
.cart-item {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.cart-item img { width: 70px; height: 86px; object-fit: contain; }
.cart-item strong, .cart-item span { display: block; }
.cart-item span { color: var(--clay); font-weight: 900; margin-top: 4px; }
.quantity-row {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 8px;
}
.checkout-fields { display: grid; gap: 10px; margin-top: 14px; }
.checkout-fields input, .checkout-fields textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
  color: var(--ink);
  outline: none;
}
.checkout-fields textarea { min-height: 74px; resize: vertical; }
.quantity-row button, .quantity-row input {
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  font-weight: 900;
}
.total-row {
  display: flex;
  justify-content: space-between;
  margin: 22px 0;
  font-size: 18px;
}
.support-link { display: block; margin-top: 14px; color: var(--muted); text-align: center; font-weight: 700; }

.mobile-bottom-nav {
  display: none;
}

.float-actions {
  position: fixed;
  right: 18px;
  bottom: 105px;
  z-index: 840;
  display: grid;
  gap: 10px;
}
.float-actions a, .chat-fab {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  border: 0;
  font-weight: 900;
  font-size: 20px;
  background: linear-gradient(135deg, #b936b4, #5d54e8);
  box-shadow: 0 14px 30px rgba(89, 70, 210, 0.26);
}
.float-actions a:first-child { background: linear-gradient(135deg, var(--clay), var(--clay-dark)); }
.float-actions a:last-child { background: linear-gradient(135deg, #25d366, #166534); }

.chat-widget { position: fixed; right: 18px; bottom: 225px; z-index: 860; }
.chat-fab { position: relative; border: 3px solid rgba(255,255,255,.8); }
.chat-fab span {
  position: absolute;
  right: -2px;
  top: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #22c55e;
  border: 2px solid #fff;
}
.chat-box {
  display: none;
  width: min(330px, calc(100vw - 32px));
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--cream);
  box-shadow: 0 24px 70px rgba(36, 18, 11, 0.22);
}
.chat-widget.open .chat-box { display: block; }
.chat-widget.open .chat-fab { display: none; }
.chat-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  color: white;
  background: linear-gradient(135deg, var(--clay), var(--clay-dark));
}
.chat-head button { border: 0; background: transparent; color: white; font-size: 24px; }
.chat-messages { max-height: 260px; overflow-y: auto; padding: 14px; display: grid; gap: 10px; }
.chat-messages .bot, .chat-messages .user {
  max-width: 86%;
  padding: 10px 12px;
  border-radius: 14px;
  line-height: 1.45;
  font-size: 13px;
}
.chat-messages .bot { background: #fff; color: var(--ink); }
.chat-messages .user { justify-self: end; color: white; background: var(--clay); }
.quick-chat { display: flex; gap: 6px; padding: 0 14px 12px; flex-wrap: wrap; }
.quick-chat button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 800;
}
.chat-box form { display: flex; gap: 8px; padding: 12px; border-top: 1px solid var(--line); }
.chat-box input {
  flex: 1;
  min-width: 0;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 12px;
}
.chat-box form button {
  border: 0;
  border-radius: 999px;
  padding: 0 14px;
  color: white;
  font-weight: 900;
  background: var(--clay);
}

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.auth-page, .dash-page, .content-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 16px;
}
.auth-card, .dash-card, .content-page article {
  width: min(960px, 100%);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,250,242,.9);
  box-shadow: var(--shadow);
  padding: 28px;
}
.auth-card { max-width: 460px; display: grid; gap: 12px; }
.auth-card h1 { font-size: 38px; }
.auth-card p, .dash-card p, .content-page p { color: var(--muted); line-height: 1.7; }
.auth-card input, .admin-form input, .admin-form textarea, .admin-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
}
.admin-form { display: grid; gap: 14px; }
.admin-form label { display: grid; gap: 7px; color: var(--muted); font-weight: 800; }
.admin-form textarea { min-height: 110px; resize: vertical; }
.form-error, .form-ok {
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 800;
}
.form-error { color: #991b1b; background: #fee2e2; }
.form-ok { color: #166534; background: #dcfce7; }
.dash-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 24px;
}
.dash-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.dash-head h1 { font-size: 42px; }
.admin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.admin-grid a {
  min-height: 130px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}
.admin-grid strong, .admin-grid span { display: block; }
.admin-grid span { margin-top: 8px; color: var(--muted); line-height: 1.45; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 18px; overflow: hidden; }
th, td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--clay-dark); font-size: 13px; text-transform: uppercase; }
.inline-form { display: flex; gap: 6px; }
.inline-form select, .inline-form button { border: 1px solid var(--line); border-radius: 10px; padding: 8px; background: #fff; }
.admin-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; }
.admin-gallery figure { margin: 0; padding: 10px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }
.admin-gallery img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.admin-gallery figcaption { font-size: 12px; color: var(--muted); margin-top: 6px; }
.checkline { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }
.checkline input { width: auto; }
.track-result { display: grid; gap: 6px; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.more-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.more-links a { padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-weight: 800; }
.back-link {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  color: var(--clay-dark);
  font-weight: 900;
}
.back-link::before {
  content: "\2190";
  margin-right: 8px;
}
.rich-page {
  place-items: start center;
  padding-top: clamp(42px, 8vw, 110px);
}
.rich-page article {
  overflow: hidden;
}
.page-hero-mini {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: center;
}
.page-hero-mini h1 {
  max-width: none;
  font-size: clamp(42px, 7vw, 78px);
}
.page-hero-mini p {
  margin-top: 14px;
  max-width: 720px;
}
.page-hero-mini img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 22px 26px rgba(76, 32, 13, .16));
}
.page-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.page-card-grid div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.page-card-grid strong, .page-card-grid span {
  display: block;
}
.page-card-grid span {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
}
.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
}
.contact-form h2 {
  font-size: 30px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  color: var(--ink);
  background: #fffaf2;
}
.contact-form textarea {
  min-height: 130px;
  resize: vertical;
}
.page-faq {
  max-width: none;
}
.mini-wa {
  display: inline-flex;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  color: white;
  background: var(--leaf);
  font-weight: 900;
}

@media (max-width: 980px) {
  .site-header { margin: 10px 12px 0; }
  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: 22px;
    background: var(--cream);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .site-header.menu-open .nav-links { display: flex; }
  .nav-toggle { display: block; }
  .header-cta { display: none; }
  .hero, .split-head, .feature-map, .order-section, .product-detail { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 70px; }
  .product-stage { min-height: 560px; }
  .benefit-grid, .care-steps, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-copy { text-align: center; }
}

@media (max-width: 680px) {
  body { padding-bottom: 86px; }
  .section-pad { padding: 66px 16px; }
  .ambient { display: none; }
  .site-header { height: 64px; border-radius: 24px; }
  .brand { min-width: 0; }
  .brand small { display: none; }
  h1 { font-size: clamp(42px, 13vw, 62px); }
  .mobile-product-peek {
    display: block;
    position: absolute;
    right: 0;
    top: -4px;
    width: 72px;
    height: 118px;
    object-fit: contain;
    filter: drop-shadow(0 18px 20px rgba(76, 32, 13, 0.18));
    opacity: 0.96;
  }
  .hero-copy .eyebrow { max-width: calc(100% - 86px); }
  .hero-actions .btn { width: 100%; }
  .trust-row span { flex: 1 1 calc(50% - 10px); text-align: center; }
  .ticker {
    padding: 12px 16px;
  }
  .ticker div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
    animation: none;
  }
  .ticker span {
    min-width: 0;
    padding: 9px 8px;
    text-align: center;
    white-space: normal;
    font-size: 12px;
  }
  .ticker span:last-child {
    grid-column: 1 / -1;
  }
  .product-stage { min-height: 510px; border-radius: 30px; }
  .bottle-img { width: min(76vw, 285px); }
  .badge-card { width: 150px; padding: 12px; }
  .badge-card.top { right: 12px; top: 42px; }
  .badge-card.bottom { left: 12px; bottom: 58px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .benefit-card { min-height: 170px; padding: 16px; }
  .benefit-card h3 { font-size: 16px; margin-top: 14px; }
  .benefit-card p { font-size: 13px; }
  .pricing-grid, .compare-grid, .review-grid { grid-template-columns: 1fr; }
  .care-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .care-steps article {
    min-height: 178px;
    padding: 14px;
  }
  .care-steps strong {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.25;
  }
  .care-steps p {
    font-size: 12px;
    line-height: 1.45;
  }
  .gallery-shell { grid-template-columns: 1fr; }
  .thumb-stack { grid-template-columns: repeat(5, 1fr); order: 2; }
  .thumb-stack button { height: 74px; }
  .main-gallery { min-height: 430px; }
  .main-gallery img { max-height: 390px; }
  .qty-mini { grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .qty-mini .btn { grid-column: 1 / -1; }
  .dual-actions { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .map-shell {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
  }
  .map-bottle {
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    align-self: center;
    width: min(72vw, 230px);
    margin: 4px 0;
    transform: none;
  }
  .callout {
    position: relative;
    width: 100%;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .callout::after, .callout span { display: none; }
  .c1 { order: 2; }
  .c2 { order: 3; }
  .c3 { order: 4; }
  .c4 { order: 5; }
  .care-card { padding: 24px; border-radius: 26px; }
  .footer { flex-direction: column; margin-bottom: 160px; }
  .footer-actions a { flex: 1 1 calc(50% - 8px); text-align: center; }
  .sticky-buy {
    left: 12px;
    right: 12px;
    bottom: 88px;
    width: auto;
    border-radius: 22px;
    align-items: center;
    padding: 10px;
    transform: translateY(18px);
  }
  .sticky-buy.show { transform: translateY(0); }
  .sticky-buy div { min-width: 0; padding-left: 4px; }
  .sticky-buy strong { font-size: 14px; line-height: 1.18; }
  .sticky-buy span { font-size: 12px; }
  .sticky-buy .btn { min-height: 48px; min-width: 118px; padding: 0 16px; }
  .float-actions { display: none; }
  .chat-widget { right: 16px; bottom: 166px; }
  .chat-widget {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity .2s ease, transform .2s ease;
  }
  body.support-visible .chat-widget {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .admin-grid, .admin-gallery { grid-template-columns: 1fr; }
  .dash-head { align-items: flex-start; flex-direction: column; }
  .content-page { display: block; padding: 18px 12px 120px; }
  .content-page article { padding: 20px; border-radius: 22px; }
  .page-hero-mini { grid-template-columns: 1fr; }
  .page-hero-mini img { max-height: 240px; order: -1; }
  .page-card-grid, .form-grid { grid-template-columns: 1fr; }
  .mobile-bottom-nav {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 920;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 7px 6px;
    border: 1px solid rgba(112, 43, 22, 0.16);
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.94);
    box-shadow: 0 18px 46px rgba(36, 18, 11, 0.22);
    backdrop-filter: blur(18px);
  }
  .mobile-bottom-nav a {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 2px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
  }
  .mobile-bottom-nav i {
    color: var(--clay-dark);
    font-size: 18px;
  }
  .mobile-bottom-nav span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
