:root {
  --olive: #394631;
  --olive-dark: #152115;
  --olive-black: #09100b;
  --moss: #66724d;
  --sage: #9baa81;
  --mint: #77f0bd;
  --mint-soft: #c8ffe6;
  --sand: #f2eadb;
  --cream: #fbf8ef;
  --panel: rgba(255, 252, 243, .78);
  --ink: #121c13;
  --muted: #727b68;
  --line: rgba(22, 31, 18, .12);
  --shadow: 0 30px 90px rgba(11, 18, 10, .28);
  --soft-shadow: 0 16px 38px rgba(22, 31, 18, .1);
}
* { box-sizing: border-box; }
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 11% 18%, rgba(119, 240, 189, .34), transparent 22%),
    radial-gradient(circle at 88% 20%, rgba(57, 70, 49, .34), transparent 28%),
    linear-gradient(135deg, #dce6d2 0%, #f8f1df 46%, #acba99 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(21,33,21,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21,33,21,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}
button { font: inherit; cursor: pointer; border: 0; }
.stage { position: relative; display: flex; align-items: center; gap: 34px; padding: 28px; }
.stage-copy { width: 250px; color: var(--olive-dark); }
.stage-copy span { color: var(--moss); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.stage-copy h2 { margin: 12px 0 10px; font-size: 42px; line-height: .9; letter-spacing: -.08em; }
.stage-copy p { color: rgba(21,33,21,.68); font-size: 14px; }
.phone {
  position: relative;
  width: 390px;
  height: 844px;
  overflow: hidden;
  border: 12px solid #10150f;
  border-radius: 48px;
  background:
    radial-gradient(circle at 18% 0%, rgba(119,240,189,.22), transparent 34%),
    linear-gradient(180deg, #fffaf0 0%, #f4efe2 58%, #edf2e3 100%);
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.65);
}
.phone::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 118px;
  height: 28px;
  transform: translateX(-50%);
  border-radius: 0 0 20px 20px;
  background: #10150f;
  z-index: 10;
}
.phone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 36px;
  box-shadow: inset 0 0 38px rgba(255,255,255,.22), inset 0 -30px 60px rgba(21,33,21,.04);
}
.status-bar {
  height: 42px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 24px 8px;
  font-size: 12px;
  font-weight: 900;
  color: var(--olive-dark);
}
.status-icons { display: flex; gap: 4px; align-items: end; }
.status-icons span { width: 14px; height: 8px; border-radius: 4px; background: var(--olive-dark); opacity: .72; }
.status-icons span:nth-child(2) { width: 10px; height: 10px; }
.status-icons span:nth-child(3) { width: 20px; }
.app-header {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: rgba(251, 248, 239, .76);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 12px 30px rgba(21,33,21,.05);
}
.install-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 10px 14px 0;
  padding: 9px 11px;
  border-radius: 18px;
  background: rgba(217,255,240,.78);
  color: var(--olive-dark);
  font-size: 11px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86), 0 10px 24px rgba(21,33,21,.08);
}
.install-bar button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--olive-black), var(--olive));
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
}
.install-help {
  margin: 8px 14px 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(237,241,228,.86);
  color: var(--olive-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.feedback-sent {
  margin: 0 0 10px;
  color: var(--moss);
  font-weight: 900;
  font-size: 13px;
}
.brand-lockup { display: flex; align-items: center; gap: 10px; }
.brand-mark {
  position: relative;
  width: 40px; height: 40px; display: grid; place-items: center;
  border-radius: 15px; background: linear-gradient(145deg, var(--olive-black), var(--olive)); color: var(--mint);
  font-weight: 900; letter-spacing: -.04em; box-shadow: inset 0 1px 0 rgba(255,255,255,.16), 0 12px 22px rgba(21,33,21,.2);
}
.brand-mark::after { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(119,240,189,.34); border-radius: 9px; }
.brand-lockup p { margin: 0; font-size: 16px; font-weight: 900; line-height: 1; letter-spacing: -.04em; }
.brand-lockup span { color: var(--moss); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.icon-button {
  position: relative;
  width: 44px; height: 44px; border-radius: 16px;
  background: rgba(238, 240, 229, .9); color: var(--olive-dark); font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 20px rgba(21,33,21,.07);
}
.icon-button span { position: absolute; left: 13px; right: 13px; height: 2px; border-radius: 2px; background: var(--olive-dark); }
.icon-button span:first-child { top: 17px; }
.icon-button span:last-child { top: 25px; width: 12px; left: 19px; }
.cart-shortcut { position: relative; font-size: 17px; }
.cart-badge {
  position: absolute; min-width: 18px; height: 18px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 999px;
  background: var(--mint); color: var(--olive-dark); font-size: 10px; line-height: 1; font-weight: 900;
  top: -4px; right: -4px; border: 2px solid var(--cream); box-shadow: 0 8px 16px rgba(119,240,189,.32);
}
.screen {
  display: none;
  height: calc(100% - 194px);
  overflow-y: auto;
  padding: 18px 18px 104px;
  scrollbar-width: none;
}
.screen::-webkit-scrollbar { display: none; }
.screen.active { display: block; animation: rise .24s ease; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.hero-card {
  position: relative; overflow: hidden; min-height: 304px; padding: 22px;
  border-radius: 32px; color: white; background:
    linear-gradient(135deg, rgba(9,16,11,.98), rgba(39,53,34,.93) 52%, rgba(80,93,61,.86)),
    repeating-linear-gradient(45deg, transparent 0 9px, rgba(255,255,255,.05) 9px 11px);
  box-shadow: 0 26px 50px rgba(21,33,21,.22), inset 0 1px 0 rgba(255,255,255,.14);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(119,240,189,.14), transparent 34%), radial-gradient(circle at 86% 24%, rgba(119,240,189,.2), transparent 22%);
  pointer-events: none;
}
.hero-card::after {
  content: ""; position: absolute; inset: auto -52px -72px auto; width: 190px; height: 190px;
  border: 34px solid rgba(119,240,189,.16); border-radius: 50%;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 268px; margin: 10px 0 12px; font-size: 31px; line-height: .95; letter-spacing: -.08em; }
h2 { margin-bottom: 8px; font-size: 24px; line-height: .98; letter-spacing: -.055em; }
p { color: inherit; line-height: 1.45; }
.hero-copy p { width: 235px; color: rgba(255,255,255,.78); font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.hero-actions span { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.primary-button {
  position: relative;
  overflow: hidden;
  padding: 13px 16px; border-radius: 16px; background: linear-gradient(135deg, var(--mint), #b8ffd9);
  color: var(--olive-dark); font-weight: 900; box-shadow: 0 14px 26px rgba(119,240,189,.22), inset 0 1px 0 rgba(255,255,255,.8);
  transition: transform .16s ease, box-shadow .16s ease;
}
.primary-button:hover { transform: translateY(-1px); box-shadow: 0 18px 30px rgba(119,240,189,.28), inset 0 1px 0 rgba(255,255,255,.8); }
.primary-button:active { transform: translateY(1px); }
.primary-button.full { width: 100%; margin-top: 10px; }
.hero-visual { position: absolute; right: 16px; bottom: 16px; width: 144px; height: 176px; z-index: 1; }
.bottle {
  position: absolute; bottom: 0; width: 58px; border-radius: 15px 15px 19px 19px;
  background: linear-gradient(180deg, #fbffe8, #b7c497 62%, #8d9b72); box-shadow: -14px 22px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.85);
}
.bottle::before { content: ""; position: absolute; top: -18px; left: 13px; width: 32px; height: 20px; border-radius: 8px 8px 3px 3px; background: #25301f; box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.bottle span { position: absolute; bottom: 18px; left: 50%; transform: translateX(-50%) rotate(-90deg); font-size: 9px; font-weight: 900; color: var(--olive-dark); letter-spacing: .1em; }
.bottle.tall { height: 130px; right: 42px; }
.bottle.short { height: 101px; right: 0; background: linear-gradient(180deg, #fff6d6, #cbd594 62%, #9da86f); }
.target-ring { position: absolute; left: 2px; bottom: 17px; width: 88px; height: 88px; border: 1px dashed rgba(119,240,189,.78); border-radius: 50%; animation: pulse 4s ease-in-out infinite; }
.target-ring::before, .target-ring::after { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(119,240,189,.35); border-radius: 50%; }
.target-ring::after { inset: 36px; background: var(--mint); box-shadow: 0 0 22px rgba(119,240,189,.7); }
@keyframes pulse { 50% { transform: scale(1.05); opacity: .72; } }
.spec-chip {
  position: absolute; right: 10px; top: 6px; white-space: pre-line; padding: 8px 9px; border-radius: 14px;
  background: rgba(255,255,255,.13); color: rgba(255,255,255,.82); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase;
  backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.16);
}
.protocol-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 14px 0 12px; padding: 12px 13px;
  border-radius: 20px; background: rgba(21,33,21,.92); color: white; box-shadow: var(--soft-shadow);
}
.protocol-strip span { color: var(--mint); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.protocol-strip strong { font-size: 11px; letter-spacing: -.01em; }
.trust-feedback {
  margin: 0 0 14px;
  padding: 12px 13px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(251,248,239,.72);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(14px) saturate(1.1);
}
.trust-feedback p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; font-weight: 700; }
.trust-feedback details { margin-top: 9px; }
.trust-feedback summary {
  width: fit-content;
  min-height: 32px;
  display: flex;
  align-items: center;
  color: var(--moss);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}
.trust-feedback form { display: grid; gap: 9px; margin-top: 8px; }
.trust-feedback label { display: grid; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 800; }
.trust-feedback textarea,
.trust-feedback input[type="email"] {
  width: 100%;
  border: 1px solid rgba(57,70,49,.16);
  border-radius: 14px;
  padding: 10px 11px;
  background: rgba(255,255,255,.64);
  color: var(--ink);
  font: 700 12px/1.35 Inter, sans-serif;
  outline: none;
}
.trust-feedback textarea:focus,
.trust-feedback input[type="email"]:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(98,230,167,.18); }
.trust-feedback button {
  min-height: 40px;
  border-radius: 14px;
  background: rgba(7,61,88,.1);
  color: var(--olive-dark);
  font-size: 12px;
  font-weight: 900;
}
.hidden-field { display: none; }
.quick-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 0 0 24px; }
.quick-stats article, .product-card, .category-pills button, .cart-row, .checkout-card, .account-card, .shop-intro, .empty-state {
  border: 1px solid rgba(255,255,255,.72); background: var(--panel); box-shadow: var(--soft-shadow); backdrop-filter: blur(14px) saturate(1.1);
}
.quick-stats article { padding: 13px 10px; border-radius: 19px; }
.quick-stats strong { display: block; font-size: 16px; letter-spacing: -.04em; }
.quick-stats span { color: var(--muted); font-size: 11px; font-weight: 800; }
.section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 12px; }
.section-head button { background: transparent; color: var(--moss); font-weight: 900; }
.product-row { display: flex; gap: 12px; overflow-x: auto; padding: 2px 0 10px; }
.product-card {
  position: relative;
  min-width: 154px; padding: 12px; border-radius: 25px; text-align: left;
  transition: transform .16s ease, box-shadow .16s ease;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
.product-card:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(22,31,18,.14); }
.product-card:focus-visible { outline: 3px solid rgba(98,230,167,.48); outline-offset: 3px; }
.product-card::after {
  content: ""; position: absolute; top: 12px; right: 12px; width: 24px; height: 24px; border-radius: 50%;
  background: radial-gradient(circle, rgba(119,240,189,.65), rgba(119,240,189,0) 62%); opacity: .72;
}
.product-art { position: relative; height: 106px; border-radius: 21px; display: grid; place-items: center; margin-bottom: 10px; background: linear-gradient(135deg, #e8efda, #bac7a2); overflow: hidden; }
.product-art::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.58), transparent 46%); }
.product-art .mini-bottle { position: relative; width: 44px; height: 76px; border-radius: 11px 11px 15px 15px; background: linear-gradient(180deg, var(--olive-dark), #2c3b27); color: var(--mint); display: grid; place-items: center; font-size: 10px; font-weight: 900; writing-mode: vertical-rl; letter-spacing: .08em; box-shadow: 0 16px 24px rgba(21,33,21,.24), inset 0 1px 0 rgba(255,255,255,.12); }
.product-card h3 { margin: 0 0 4px; font-size: 14px; line-height: 1.12; letter-spacing: -.035em; }
.product-card p { margin: 0 0 10px; color: var(--muted); font-size: 11px; font-weight: 700; }
.product-card footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-card strong { font-size: 14px; }
.add-button { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 15px; color: var(--mint); background: linear-gradient(145deg, var(--olive-black), var(--olive)); font-size: 20px; box-shadow: 0 10px 18px rgba(21,33,21,.18); }
.add-button:disabled,
.primary-button:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.shop-intro { position: relative; display: flex; justify-content: space-between; align-items: center; overflow: hidden; border-radius: 28px; padding: 18px; margin-bottom: 14px; }
.shop-intro p { color: var(--muted); margin-bottom: 0; font-size: 13px; }
.shop-radar { width: 76px; height: 76px; flex: 0 0 76px; border-radius: 50%; border: 1px dashed rgba(57,70,49,.24); display: grid; place-items: center; background: radial-gradient(circle, rgba(119,240,189,.28), transparent 62%); }
.shop-radar span { width: 24px; height: 24px; border-radius: 50%; background: var(--olive-dark); box-shadow: 0 0 0 10px rgba(119,240,189,.16), 0 0 0 22px rgba(119,240,189,.08); }
.category-pills { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 12px; }
.category-pills button { flex: 0 0 auto; min-height: 44px; padding: 12px 16px; border-radius: 999px; color: var(--olive-dark); font-size: 12px; font-weight: 900; }
.category-pills button.active { background: linear-gradient(135deg, var(--olive-black), var(--olive)); color: var(--mint); box-shadow: 0 12px 24px rgba(21,33,21,.16); }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.checkout-topper { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.checkout-topper strong { color: var(--moss); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cart-panel h2 { margin-bottom: 14px; }
.cart-items { display: grid; gap: 10px; min-height: 210px; }
.empty-state { place-items: center; color: var(--muted); text-align: center; border: 1px dashed rgba(57,70,49,.22); border-radius: 24px; padding: 28px; }
.catalog-message { grid-column: 1 / -1; display: grid; min-height: 120px; }
.cart-row { display: grid; grid-template-columns: 54px 1fr auto; gap: 12px; align-items: center; padding: 10px; border-radius: 20px; }
.cart-row .product-art { width: 54px; height: 54px; margin: 0; border-radius: 16px; }
.cart-row h3 { margin: 0; font-size: 13px; letter-spacing: -.03em; }
.cart-row p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.qty-controls { display: flex; align-items: center; gap: 6px; }
.qty-controls button { width: 44px; height: 44px; border-radius: 14px; background: #e9eddd; font-weight: 900; color: var(--olive-dark); }
.checkout-card { margin-top: 14px; padding: 16px; border-radius: 25px; }
.checkout-card div { display: flex; justify-content: space-between; margin-bottom: 11px; color: var(--muted); font-size: 13px; }
.checkout-card strong { color: var(--ink); }
.shipping-progress {
  height: 9px;
  overflow: hidden;
  margin: -2px 0 13px;
  border-radius: 999px;
  background: rgba(7, 61, 88, .1);
  box-shadow: inset 0 1px 2px rgba(7, 61, 88, .12);
}
.shipping-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--olive), var(--mint));
  transition: width .2s ease;
}
.account-card { margin-top: 28px; padding: 24px; border-radius: 31px; text-align: center; }
.avatar { width: 78px; height: 78px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 27px; background: linear-gradient(145deg, var(--olive-black), var(--olive)); color: var(--mint); font-size: 24px; font-weight: 900; box-shadow: 0 20px 36px rgba(21,33,21,.22); }
.account-card p { color: var(--muted); font-size: 14px; }
.account-list { display: grid; gap: 10px; margin-top: 18px; }
.account-list button { display: flex; justify-content: space-between; padding: 14px; border-radius: 17px; background: rgba(237,241,228,.86); font-weight: 900; color: var(--olive-dark); box-shadow: inset 0 1px 0 rgba(255,255,255,.86); }
.account-list span { color: var(--moss); }
.bottom-nav {
  position: absolute; left: 10px; right: 10px; bottom: 10px; height: 74px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px;
  padding: 8px; background: rgba(251,248,239,.88); backdrop-filter: blur(22px) saturate(1.2); border: 1px solid rgba(255,255,255,.76); border-radius: 28px; box-shadow: 0 18px 42px rgba(21,33,21,.16);
  z-index: 5;
}
.bottom-nav button { position: relative; border-radius: 20px; background: transparent; color: var(--muted); font-size: 11px; font-weight: 900; transition: background .16s ease, color .16s ease; }
.bottom-nav span { display: block; font-size: 19px; line-height: 1.1; }
.bottom-nav button.active { background: linear-gradient(145deg, var(--olive-black), var(--olive)); color: var(--mint); box-shadow: inset 0 1px 0 rgba(255,255,255,.14); }
.nav-badge { top: 5px; right: 7px; }
.detail-sheet { position: absolute; inset: 0; display: none; z-index: 20; }
.detail-sheet.open { display: block; }
.sheet-backdrop { position: absolute; inset: 0; background: rgba(13,19,13,.5); backdrop-filter: blur(5px); }
.sheet-card {
  position: absolute; left: 12px; right: 12px; bottom: 12px; margin: 0; padding: 16px;
  border-radius: 34px; background: linear-gradient(180deg, #fffaf0, #f2f1e5); box-shadow: 0 -24px 80px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.9);
  animation: sheet .24s ease;
}
@keyframes sheet { from { transform: translateY(40px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.close-button { position: absolute; right: 14px; top: 14px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.78); font-size: 22px; color: var(--olive-dark); box-shadow: 0 10px 20px rgba(21,33,21,.08); z-index: 2; }
.menu-sheet { position: absolute; inset: 0; display: none; z-index: 30; }
.menu-sheet.open { display: block; }
.menu-card {
  position: absolute; top: 12px; left: 12px; bottom: 12px; width: min(78%, 300px); padding: 18px;
  border-radius: 30px; background: linear-gradient(180deg, #fffaf0, #f2f1e5);
  box-shadow: 24px 0 80px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.9);
  animation: menuIn .22s ease; overflow-y: auto;
}
@keyframes menuIn { from { transform: translateX(-24px); opacity: 0; } to { transform: none; opacity: 1; } }
.menu-list { display: grid; gap: 10px; margin-top: 14px; }
.menu-list button, .menu-list a {
  display: flex; justify-content: space-between; align-items: center;
  min-height: 48px; padding: 12px 14px; border-radius: 17px;
  background: rgba(237,241,228,.86); font-weight: 900; font-size: 14px;
  color: var(--olive-dark); text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}
.menu-list button span, .menu-list a span { color: var(--moss); }
.menu-divider { height: 1px; background: var(--line); margin: 16px 0 2px; }
.detail-store-link {
  display: block; margin-top: 14px; text-align: center;
  color: var(--moss); font-size: 13px; font-weight: 900; text-decoration: none;
  min-height: 44px; line-height: 44px;
}
.detail-store-link[hidden] { display: none; }
.detail-art { position: relative; height: 170px; border-radius: 27px; margin-bottom: 14px; display: grid; place-items: center; background: linear-gradient(135deg, #dfe8cf, #9aaa80); overflow: hidden; }
.detail-art::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 25% 15%, rgba(255,255,255,.75), transparent 30%); }
.detail-art .mini-bottle { position: relative; width: 72px; height: 120px; border-radius: 18px 18px 22px 22px; background: linear-gradient(180deg, var(--olive-dark), #2e3d29); color: var(--mint); display: grid; place-items: center; font-weight: 900; writing-mode: vertical-rl; letter-spacing: .1em; box-shadow: 0 24px 36px rgba(21,33,21,.25), inset 0 1px 0 rgba(255,255,255,.13); }
.sheet-card p { color: var(--muted); font-size: 14px; }
.benefit-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 16px; }
.benefit-list span { padding: 8px 10px; border-radius: 999px; background: #e9eddd; color: var(--olive-dark); font-size: 12px; font-weight: 900; }
.detail-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.detail-price-block { display: flex; flex-direction: column; gap: 2px; }
.detail-footer strong { font-size: 25px; letter-spacing: -.06em; }
.compare-price { color: var(--muted); font-size: 13px; font-weight: 700; text-decoration: line-through; }
.compare-price:empty { display: none; }
.sale-badge {
  position: absolute; top: 10px; left: 10px; padding: 3px 7px; border-radius: 999px;
  background: #e8584a; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .06em; z-index: 2;
}
.price-row { display: flex; align-items: baseline; gap: 5px; }
.price-was { color: var(--muted); font-size: 11px; font-weight: 700; text-decoration: line-through; }
.search-bar { padding: 0 0 12px; }
.search-bar input {
  width: 100%; padding: 12px 16px; border-radius: 18px; border: 1px solid rgba(255,255,255,.72);
  background: var(--panel); backdrop-filter: blur(14px); font: 900 14px/1 Inter, sans-serif;
  color: var(--ink); outline: none; box-shadow: var(--soft-shadow);
  transition: box-shadow .16s ease, border-color .16s ease;
}
.search-bar input::placeholder { color: var(--muted); font-weight: 700; }
.search-bar input:focus { border-color: var(--mint); box-shadow: 0 0 0 3px rgba(98,230,167,.18), var(--soft-shadow); }
.checkout-note { font-size: 12px; color: var(--muted); text-align: center; margin: 8px 0 0; min-height: 16px; }
.account-divider { text-align: center; color: var(--muted); font-size: 12px; font-weight: 700; margin: 14px 0; position: relative; }
.account-divider::before, .account-divider::after {
  content: ''; position: absolute; top: 50%; width: 36%; height: 1px; background: var(--line);
}
.account-divider::before { left: 0; }
.account-divider::after { right: 0; }
.perks-card {
  margin-top: 16px; padding: 18px; border-radius: 28px;
  border: 1px solid rgba(255,255,255,.72); background: var(--panel); box-shadow: var(--soft-shadow); backdrop-filter: blur(14px);
}
.perks-list { display: grid; gap: 12px; margin-top: 12px; }
.perk { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--olive-dark); font-weight: 700; }
.perk strong { font-size: 20px; flex: 0 0 28px; }
@media (max-width: 760px) { .stage-copy { display: none; } }
@media (max-width: 460px) {
  .stage { padding: 0; }
  body { align-items: start; }
  .phone { width: 100vw; height: 100vh; height: 100dvh; border: 0; border-radius: 0; }
  .phone::before, .phone::after { display: none; }
  .status-bar { display: none; }
  .app-header { padding-top: calc(14px + env(safe-area-inset-top)); height: auto; }
  .screen { height: calc(100% - 152px); height: calc(100% - 152px - env(safe-area-inset-top)); padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
  .bottom-nav { left: 10px; right: 10px; bottom: calc(10px + env(safe-area-inset-bottom)); }
  .menu-card { border-radius: 0 30px 30px 0; top: 0; left: 0; bottom: 0; padding-top: calc(18px + env(safe-area-inset-top)); }
  .menu-card .close-button { top: calc(14px + env(safe-area-inset-top)); }
}
.product-art img,
.detail-art img {
  position: relative;
  z-index: 1;
  max-width: 92%;
  max-height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(21,33,21,.18));
}
.detail-art img { max-height: 155px; }
.hero-card {
  background:
    linear-gradient(135deg, rgba(2,63,89,.98), rgba(22,141,126,.9) 52%, rgba(101,229,168,.84)),
    repeating-linear-gradient(45deg, transparent 0 9px, rgba(255,255,255,.05) 9px 11px);
}
.brand-mark,
.avatar,
.bottom-nav button.active,
.add-button,
.category-pills button.active {
  background: linear-gradient(145deg, #06415d, #54dfa1);
}
:root {
  --olive-dark: #073d58;
  --olive-black: #052b40;
  --olive: #168d7e;
  --moss: #217d84;
  --mint: #62e6a7;
  --mint-soft: #d9fff0;
}
