:root {
  --wine: #45130f;
  --wine-2: #641f18;
  --brick: #7b291a;
  --gold: #cda960;
  --gold-light: #f0d99e;
  --jade: #415d47;
  --cream: #fff7e9;
  --ivory: #f7ead6;
  --ink: #291713;
  --muted: #71574d;
  --line: rgba(112, 73, 48, .2);
  --shadow: 0 24px 65px rgba(45, 16, 10, .17);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  font-family: "Be Vietnam Pro", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Playfair Display", Georgia, serif;
  text-wrap: balance;
}
p, li { text-wrap: pretty; }
section { scroll-margin-top: 84px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.eyebrow {
  margin-bottom: 14px;
  color: var(--brick);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.section-title {
  margin-bottom: 18px;
  color: var(--wine);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.2;
}
.section-lead {
  max-width: 64ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}
.section-head { margin-bottom: 46px; }
.btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: var(--ink); background: var(--gold); box-shadow: 0 12px 30px rgba(205, 169, 96, .25); }
.btn-wine { color: #fff9ef; background: var(--brick); box-shadow: 0 12px 30px rgba(123, 41, 26, .2); }
.btn-outline { color: inherit; border-color: currentColor; background: transparent; }
.btn-icon { font-size: 1.05em; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  height: 72px;
  color: #f8e8c4;
  background: rgba(50, 13, 10, .9);
  border-bottom: 1px solid rgba(240, 217, 158, .18);
  backdrop-filter: blur(16px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: flex; min-width: 0; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: auto; height: 54px; }
.brand span { overflow: hidden; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: .88rem; }
.main-nav a { text-decoration: none; opacity: .82; transition: opacity .2s; }
.main-nav a:hover { opacity: 1; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn { min-height: 42px; padding: 10px 17px; font-size: .83rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: #f8e8c4; border: 1px solid rgba(240, 217, 158, .4); border-radius: 50%; background: transparent; }
.mobile-nav { display: none; padding: 10px 20px 18px; background: var(--wine); }
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 13px 2px; color: #f8e8c4; border-bottom: 1px solid rgba(240, 217, 158, .14); text-decoration: none; }

.hero {
  position: relative;
  overflow: hidden;
  color: #fff5e2;
  background:
    radial-gradient(circle at 74% 20%, rgba(236, 198, 105, .2), transparent 24%),
    linear-gradient(135deg, #2c0c09 0%, #571812 52%, #2e0d0b 100%);
}
.hero::after {
  position: absolute;
  right: -14%;
  bottom: -34%;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(238, 210, 143, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 40px rgba(238, 210, 143, .03), 0 0 0 90px rgba(238, 210, 143, .02);
  content: "";
}
.hero-scene { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.moon {
  position: absolute;
  top: 10%;
  right: 5%;
  width: clamp(260px, 34vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #fff7d8, #ecc878 50%, #b97431 100%);
  box-shadow: 0 0 80px rgba(238, 200, 113, .42), inset -28px -18px 70px rgba(120, 58, 20, .22);
  opacity: .88;
  animation: moon-breathe 7s ease-in-out infinite;
}
.moon::before, .moon::after {
  position: absolute;
  border-radius: 50%;
  background: rgba(127, 78, 41, .12);
  content: "";
}
.moon::before { width: 15%; height: 15%; top: 23%; left: 19%; box-shadow: 90px 70px 0 16px rgba(127, 78, 41, .07); }
.moon::after { width: 9%; height: 9%; top: 60%; left: 24%; }
.cloud {
  position: absolute;
  width: 410px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(251, 229, 186, .17), rgba(251, 229, 186, 0) 68%);
  filter: blur(2px);
  animation: cloud-drift 17s ease-in-out infinite alternate;
}
.cloud-one { top: 22%; left: -7%; }
.cloud-two { right: 16%; bottom: 11%; animation-duration: 22s; animation-direction: alternate-reverse; }
.star { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #f9dfa0; box-shadow: 0 0 12px #f9dfa0; animation: twinkle 2.8s ease-in-out infinite; }
.star:nth-child(4) { left: 11%; top: 18%; }
.star:nth-child(5) { left: 42%; top: 14%; animation-delay: .8s; }
.star:nth-child(6) { right: 5%; top: 53%; animation-delay: 1.5s; }
.star:nth-child(7) { left: 24%; bottom: 17%; animation-delay: 2s; }
.hero-inner { position: relative; z-index: 2; display: grid; min-height: 760px; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: 72px; padding: 72px 0; }
.hero-copy { max-width: 650px; }
.hero-copy .eyebrow { color: var(--gold-light); }
.hero h1 { margin-bottom: 18px; color: var(--gold-light); font-size: clamp(3.25rem, 7vw, 6.35rem); line-height: .99; }
.hero-tagline { margin-bottom: 22px; color: #e7c77f; font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.35rem, 2.4vw, 2rem); }
.hero-lead { max-width: 58ch; margin-bottom: 30px; color: rgba(255, 245, 226, .8); font-size: 1.03rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-video-wrap { position: relative; width: min(100%, 500px); margin-inline: auto; }
.hero-video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(240, 217, 158, .44);
  border-radius: 34px;
  background: #180806;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .42), 0 0 50px rgba(205, 169, 96, .14);
  transform: perspective(900px) rotateY(-5deg);
}
.hero-video-frame video { width: 100%; height: 100%; object-fit: cover; }
.video-controls { position: absolute; z-index: 3; top: 14px; right: 14px; display: flex; gap: 8px; }
.round-control { width: 42px; height: 42px; color: #fff4df; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(31, 9, 7, .65); cursor: pointer; backdrop-filter: blur(8px); }
.mobile-video-start { display: none; }
.mobile-video-start[hidden] { display: none; }
.scroll-cue { position: absolute; z-index: 4; right: 0; bottom: -40px; left: 0; display: none; color: rgba(255, 245, 226, .75); text-align: center; font-size: .78rem; animation: cue 1.8s ease-in-out infinite; }

.proof-strip { color: #f7e7c6; background: var(--wine); border-block: 1px solid rgba(240, 217, 158, .16); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 25px 28px; text-align: center; border-right: 1px solid rgba(240, 217, 158, .16); }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; margin-bottom: 4px; color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 1.35rem; }
.proof-item span { color: rgba(247, 231, 198, .7); font-size: .84rem; }

.product-nav { display: grid; max-width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 32px; }
.product-nav button { min-width: 0; padding: 16px 14px; color: var(--wine); border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.46); cursor: pointer; font-weight: 700; line-height: 1.35; white-space: normal; transition: .25s ease; }
.product-nav button:hover { color: var(--cream); background: var(--wine); transform: translateY(-2px); }
.products { padding-top: 0; }
.product {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: 62px;
  align-items: start;
  padding: 82px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 92px;
}
.gallery, .product-info { min-width: 0; }
.gallery { width: 100%; max-width: 100%; }
.gallery-main {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  background: #e8d8c4;
  box-shadow: var(--shadow);
}
.gallery-main img, .gallery-main video { width: 100%; height: 100%; }
.gallery-main img { object-fit: contain; }
.gallery-main video { object-fit: cover; background: #1d0a08; }
.gallery-count { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; color: #fff5e4; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; background: rgba(45, 14, 11, .68); font-size: .76rem; backdrop-filter: blur(8px); }
.gallery-thumbs { display: grid; max-width: 100%; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; margin-top: 12px; }
.gallery-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #e5d6c4;
  cursor: pointer;
}
.gallery-thumb.active { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(205,169,96,.25); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb.video::after { position: absolute; inset: 0; display: grid; place-items: center; color: white; background: rgba(43, 13, 10, .35); content: "▶"; font-size: 1.15rem; }
.product-info { position: sticky; top: 108px; padding-top: 8px; }
.product-number { margin-bottom: 10px; color: var(--brick); font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.product h3 { margin-bottom: 10px; color: var(--wine); font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: 1.05; }
.product-positioning { margin-bottom: 22px; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.product-spec { display: inline-flex; margin-bottom: 12px; padding: 7px 11px; color: var(--jade); border-radius: 8px; background: rgba(65,93,71,.1); font-size: .84rem; font-weight: 700; }
.product-price { margin-bottom: 24px; color: var(--brick); font-family: "Playfair Display", Georgia, serif; font-size: 1.65rem; font-weight: 600; white-space: nowrap; }
.product-points { margin: 0 0 28px; padding: 0; list-style: none; }
.product-points li { position: relative; margin-bottom: 11px; padding-left: 24px; color: var(--muted); line-height: 1.55; }
.product-points li::before { position: absolute; top: .1em; left: 0; color: var(--gold); content: "✦"; }
.product-quote { max-width: 100%; text-align: center; white-space: normal; }

.flavors { background: var(--wine); color: #f8e8c9; }
.flavors .eyebrow { color: var(--gold-light); }
.flavors .section-title { color: var(--gold-light); }
.flavors .section-lead { color: rgba(248, 232, 201, .72); }
.flavor-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(270px, .7fr); gap: 48px; align-items: center; }
.flavor-poster { overflow: hidden; border: 1px solid rgba(240,217,158,.2); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(0,0,0,.25); cursor: zoom-in; }
.flavor-poster img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.flavor-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px; margin-top: 28px; }
.flavor-list span { padding-bottom: 10px; color: rgba(248,232,201,.82); border-bottom: 1px solid rgba(240,217,158,.18); font-size: .88rem; }

.personalization-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); gap: 62px; align-items: center; }
.personalization-visual { position: relative; }
.personalization-visual img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.sample-label { position: absolute; right: 16px; bottom: 16px; padding: 7px 11px; color: #fff6e7; border-radius: 99px; background: rgba(54,17,13,.75); font-size: .72rem; backdrop-filter: blur(8px); }
.personalization-copy { max-width: 620px; }
.personalization-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.option-card { display: grid; grid-template-columns: 82px 1fr; align-items: center; gap: 15px; min-height: 130px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.56); }
.option-card h3 { margin-bottom: 5px; color: var(--wine); font-family: "Be Vietnam Pro", sans-serif; font-size: .96rem; }
.option-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.icon-stage { position: relative; width: 72px; height: 72px; perspective: 500px; }
.icon-stage::after { position: absolute; right: 9px; bottom: 2px; left: 9px; height: 10px; border-radius: 50%; background: rgba(60,25,16,.16); filter: blur(6px); content: ""; }
.icon-box, .icon-card, .icon-seal, .icon-bag { position: absolute; z-index: 1; }
.icon-box { top: 19px; left: 7px; width: 58px; height: 36px; border-radius: 7px; background: linear-gradient(145deg, #faf0dc, #cfb890); box-shadow: inset -7px -5px 11px rgba(94,53,30,.16), 7px 9px 15px rgba(70,29,18,.18); transform: rotateX(5deg) rotateY(-12deg); }
.icon-box::before { position: absolute; top: 0; left: 19px; width: 20px; height: 100%; background: linear-gradient(90deg, #6b1f18, #a64732 55%, #5a1712); content: ""; }
.icon-box::after { position: absolute; top: 13px; left: 25px; width: 8px; height: 8px; border: 2px solid var(--gold-light); transform: rotate(45deg); content: ""; }
.icon-card { top: 13px; left: 11px; width: 51px; height: 39px; border-radius: 5px; background: linear-gradient(145deg, #8b2d22, #4b120f); box-shadow: 8px 10px 15px rgba(70,29,18,.22); transform: rotate(-8deg) rotateY(-12deg); }
.icon-card::before { position: absolute; inset: 9px; border: 1px solid rgba(240,217,158,.75); content: ""; }
.icon-card::after { position: absolute; top: 17px; left: 18px; width: 15px; height: 2px; background: var(--gold-light); box-shadow: 0 5px var(--gold-light); content: ""; }
.icon-seal { top: 10px; left: 17px; width: 40px; height: 40px; border: 5px double #f1d18a; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #a64b36, #5c1712 70%); box-shadow: 7px 9px 15px rgba(70,29,18,.22); }
.icon-seal::before, .icon-seal::after { position: absolute; z-index: -1; bottom: -21px; width: 13px; height: 27px; background: linear-gradient(#7b291a, #4a100d); clip-path: polygon(0 0,100% 0,75% 100%,50% 75%,25% 100%); content: ""; }
.icon-seal::before { left: 3px; transform: rotate(8deg); }
.icon-seal::after { right: 3px; transform: rotate(-8deg); }
.icon-bag { top: 20px; left: 12px; width: 50px; height: 42px; border-radius: 4px 4px 8px 8px; background: linear-gradient(145deg, #55765b, #294631); box-shadow: inset -6px -5px 10px rgba(16,37,22,.2), 8px 10px 15px rgba(70,29,18,.2); transform: rotateY(-10deg); }
.icon-bag::before { position: absolute; top: -15px; left: 13px; width: 22px; height: 22px; border: 3px solid #e8d0a0; border-bottom: 0; border-radius: 50% 50% 0 0; content: ""; }
.icon-bag::after { position: absolute; top: 15px; left: 20px; width: 10px; height: 10px; border: 2px solid var(--gold-light); transform: rotate(45deg); content: ""; }

.safety { color: #f7ead1; background: linear-gradient(135deg, #294431, #172b20); }
.safety .eyebrow { color: #dfc680; }
.safety .section-title { color: #f3ddaa; }
.safety .section-lead { color: rgba(247,234,209,.72); }
.safety-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr); gap: 64px; align-items: center; }
.safety-points { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.safety-points li { display: flex; gap: 13px; align-items: flex-start; color: rgba(247,234,209,.84); line-height: 1.6; }
.safety-points b { color: #dfc680; }
.document-frame { position: relative; overflow: hidden; border: 1px solid rgba(223,198,128,.28); border-radius: var(--radius); background: #efe4d6; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.document-frame img, .document-frame canvas { display: block; width: 100%; }
.document-chip { position: absolute; right: 14px; bottom: 14px; padding: 8px 12px; color: #fff6e7; border-radius: 99px; background: rgba(23,43,32,.8); font-size: .74rem; backdrop-filter: blur(8px); }

.discount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.discount-card { min-height: 170px; padding: 24px; color: #f8e7c7; border-radius: 18px; background: var(--wine); border-left: 3px solid var(--gold); }
.discount-card span { color: rgba(248,231,199,.66); font-size: .78rem; }
.discount-card strong { display: block; margin: 7px 0; color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: 2rem; }
.discount-card p { margin: 0; color: rgba(248,231,199,.76); font-size: .82rem; line-height: 1.55; }
.early-offer { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-top: 18px; padding: 22px 25px; color: var(--wine); border: 1px solid rgba(205,169,96,.5); border-radius: 18px; background: #fff9ef; }
.early-offer p { margin: 0; color: var(--muted); }

.quote { background: #fffaf1; }
.quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); gap: 66px; align-items: start; }
.quote-note { margin-top: 25px; padding: 20px; color: #f9e8c7; border-radius: 16px; background: var(--wine); }
.quote-note strong { color: var(--gold-light); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--wine); font-size: .8rem; font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(113,87,77,.28); border-radius: 11px; background: #fffdf9; outline: none; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(205,169,96,.16); }
.form-status { display: none; margin: 0; padding: 12px 14px; color: #31563a; border-radius: 10px; background: #e8f2e8; font-size: .84rem; }
.form-status.show { display: block; }
.form-status.error { color: #7b1f18; background: #f9e6e2; }
.quote-form button[type="submit"]:disabled { cursor: wait; opacity: .72; }

.footer { padding: 58px 0 26px; color: rgba(248,232,201,.76); background: #260b08; }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(0, 1.25fr); gap: 54px; align-items: start; }
.footer-brand { display: grid; justify-items: center; text-align: center; }
.footer-logo { width: 74px; margin-bottom: 17px; }
.footer-title { margin: 0 0 7px; color: var(--gold-light); font-weight: 800; line-height: 1.5; letter-spacing: .055em; }
.footer-subtitle { margin: 0; }
.footer h3 { color: var(--gold-light); font-family: "Be Vietnam Pro", sans-serif; font-size: .88rem; text-transform: uppercase; letter-spacing: .1em; }
.footer p, .footer li { font-size: .84rem; line-height: 1.75; }
.footer-address p { margin: 0 0 7px; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(240,217,158,.13); font-size: .75rem; }
.floating-contact { position: fixed; z-index: 70; right: 18px; bottom: 18px; display: grid; gap: 10px; }
.float-btn { display: grid; width: 54px; height: 54px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: var(--brick); box-shadow: 0 10px 28px rgba(45,16,10,.28); text-decoration: none; font-weight: 700; }
.float-btn.zalo { background: #0969da; font-size: .72rem; }

dialog { padding: 0; border: 0; }
dialog::backdrop { background: rgba(22,7,5,.86); backdrop-filter: blur(7px); }
.modal-close { position: absolute; z-index: 8; top: 14px; right: 14px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff4dd; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(42,12,9,.78); cursor: pointer; }
.success-dialog { width: min(520px, calc(100vw - 28px)); max-width: none; overflow: hidden; color: var(--ink); border-radius: 24px; background: #fffaf1; box-shadow: 0 32px 100px rgba(0,0,0,.48); }
.success-modal { position: relative; padding: 48px 42px 40px; text-align: center; }
.success-modal .modal-close { color: var(--wine); border-color: rgba(75,23,18,.18); background: rgba(75,23,18,.06); }
.success-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 22px; color: #fff8e7; border-radius: 50%; background: #3d744b; box-shadow: 0 14px 34px rgba(61,116,75,.25); font-size: 2rem; font-weight: 800; }
.success-modal .eyebrow { margin-bottom: 10px; }
.success-modal h2 { margin-bottom: 14px; color: var(--wine); font-size: clamp(2rem, 6vw, 2.8rem); line-height: 1.12; }
.success-modal > p:not(.eyebrow) { margin: 0 auto 26px; color: var(--muted); line-height: 1.7; }
.image-dialog { width: min(980px, calc(100vw - 28px)); max-width: none; border-radius: 20px; background: #1b0806; }
.image-dialog img { width: 100%; max-height: 88vh; object-fit: contain; }
.catalog-dialog { width: min(1220px, calc(100vw - 28px)); max-width: none; max-height: calc(100svh - 24px); overflow: hidden; color: #f9e8c7; border-radius: 22px; background: #260b08; box-shadow: 0 32px 100px rgba(0,0,0,.55); }
.catalog-modal { position: relative; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; height: min(900px, calc(100svh - 24px)); padding: 22px 26px 18px; }
.catalog-top { display: flex; min-height: 64px; padding: 0 62px 15px 2px; justify-content: space-between; gap: 24px; align-items: center; }
.catalog-top h2 { margin: 0 0 4px; color: var(--gold-light); font-size: clamp(1.35rem, 2.3vw, 2rem); }
.catalog-top p { margin: 0; color: rgba(249,232,199,.65); font-size: .8rem; }
.catalog-top .btn { flex: 0 0 auto; min-height: 42px; padding: 10px 16px; font-size: .75rem; }
.book-stage { position: relative; display: grid; min-height: 0; place-items: center; overflow: hidden; border: 1px solid rgba(240,217,158,.14); border-radius: 16px; background: radial-gradient(circle at 50% 42%, rgba(123,41,26,.5), rgba(22,7,5,.96) 72%); }
.catalog-book { width: min(100%, 1050px); height: min(72vh, 730px); }
.catalog-book .stf__parent { margin-inline: auto; }
.catalog-book canvas { border-radius: 3px; }
.catalog-loading { position: absolute; z-index: 5; inset: 0; display: grid; place-content: center; gap: 9px; padding: 30px; color: rgba(249,232,199,.7); text-align: center; background: radial-gradient(circle at center, #5d1c16, #220906 72%); }
.catalog-loading strong { color: var(--gold-light); font-family: "Playfair Display", Georgia, serif; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.catalog-loading.is-hidden { display: none; }
.book-arrow { position: absolute; z-index: 6; top: 50%; display: grid; width: 48px; height: 48px; place-items: center; color: #fff1d5; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(38,11,8,.78); box-shadow: 0 9px 24px rgba(0,0,0,.28); transform: translateY(-50%); cursor: pointer; backdrop-filter: blur(8px); }
.book-arrow:hover { color: #32100b; background: var(--gold-light); }
.book-arrow:disabled { opacity: .3; cursor: default; }
.book-arrow.prev { left: 14px; }
.book-arrow.next { right: 14px; }
.book-footer { display: flex; min-height: 44px; padding-top: 13px; justify-content: space-between; gap: 18px; align-items: center; color: rgba(249,232,199,.66); font-size: .77rem; }
.page-dots { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.page-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(249,232,199,.3); cursor: pointer; }
.page-dot.active { background: var(--gold-light); box-shadow: 0 0 0 4px rgba(240,217,158,.12); }
.page-indicator { white-space: nowrap; }

@keyframes moon-breathe { 0%,100% { transform: scale(1); filter: brightness(1); } 50% { transform: scale(1.025); filter: brightness(1.08); } }
@keyframes cloud-drift { from { transform: translateX(-18px); } to { transform: translateX(70px); } }
@keyframes twinkle { 0%,100% { opacity: .2; transform: scale(.7); } 50% { opacity: 1; transform: scale(1.25); } }
@keyframes cue { 0%,100% { transform: translateY(0); } 50% { transform: translateY(7px); } }

@media (max-width: 1040px) {
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .hero-inner { gap: 38px; }
  .product { gap: 38px; }
  .personalization-grid, .safety-grid { gap: 38px; }
}
@media (max-width: 900px) {
  .product { grid-template-columns: minmax(0, 1fr); gap: 34px; padding: 70px 0; }
  .gallery { width: min(100%, 760px); }
  .product-info { position: static; width: min(100%, 680px); padding-top: 0; }
  .product h3 { font-size: clamp(2.8rem, 8vw, 4rem); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 66px 0; }
  .section-head { margin-bottom: 32px; }
  .site-header { height: 66px; }
  .brand img { height: 48px; }
  .brand span { display: none; }
  .header-actions .btn-outline { display: none; }
  .header-actions .btn { min-height: 42px; padding-inline: 14px; }
  .hero-inner { display: flex; min-height: 0; flex-direction: column; gap: 0; padding: 0 0 64px; }
  .hero-video-wrap { order: -1; width: 100vw; max-width: none; margin-left: calc(50% - 50vw); }
  .hero-video-frame { min-height: 0; aspect-ratio: 9 / 16; border: 0; border-radius: 0; box-shadow: none; transform: none; }
  .hero-video-frame::after { position: absolute; inset: 48% 0 0; background: linear-gradient(transparent, rgba(43,12,9,.72)); content: ""; pointer-events: none; }
  .mobile-video-start { position: absolute; z-index: 5; inset: 50% auto auto 50%; display: flex; min-width: 220px; align-items: center; justify-content: center; gap: 12px; padding: 14px 18px; color: #fff5df; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; background: rgba(38,11,8,.76); box-shadow: 0 15px 42px rgba(0,0,0,.3); transform: translate(-50%, -50%); backdrop-filter: blur(10px); }
  .mobile-video-start > span { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--wine); }
  .mobile-video-start strong { display: grid; gap: 2px; text-align: left; font-size: .9rem; }
  .mobile-video-start small { color: rgba(255,245,223,.72); font-size: .72rem; font-weight: 500; }
  .scroll-cue { bottom: 24px; display: block; }
  .hero-copy { padding-top: 54px; }
  .hero h1 { font-size: clamp(3.1rem, 16vw, 5rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .moon { top: 54%; right: -28%; opacity: .34; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid rgba(240,217,158,.14); }
  .product-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .product { gap: 26px; padding: 56px 0; }
  .gallery-main { aspect-ratio: 1 / 1; border-radius: 18px; }
  .gallery-thumbs { display: flex; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; padding: 2px 2px 9px; scroll-snap-type: x mandatory; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
  .gallery-thumb { width: 68px; flex: 0 0 68px; scroll-snap-align: start; }
  .product h3 { font-size: clamp(2.6rem, 13vw, 3.35rem); }
  .product-positioning { font-size: .96rem; line-height: 1.7; }
  .product-quote { width: 100%; }
  .flavor-layout, .personalization-grid, .safety-grid, .quote-grid { grid-template-columns: 1fr; }
  .personalization-options { grid-template-columns: 1fr; }
  .option-card { min-height: 112px; }
  .safety-grid { gap: 34px; }
  .discount-grid { grid-template-columns: 1fr 1fr; }
  .early-offer { align-items: flex-start; flex-direction: column; }
  .catalog-dialog { width: 100vw; max-height: 100svh; border-radius: 0; }
  .catalog-modal { height: 100svh; padding: 14px 12px 12px; }
  .catalog-top { min-height: 72px; padding: 0 50px 12px 2px; }
  .catalog-top .btn { display: none; }
  .book-stage { border-radius: 12px; }
  .catalog-book { height: calc(100svh - 142px); }
  .book-arrow { top: auto; bottom: 12px; width: 42px; height: 42px; transform: none; }
  .book-arrow.prev { left: 12px; }
  .book-arrow.next { right: 12px; }
  .book-footer { min-height: 42px; padding: 10px 4px 0; }
  .quote-form { grid-template-columns: 1fr; padding: 22px; }
  .footer { padding-top: 50px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; text-align: center; }
  .footer-brand, .footer-contact, .footer-address { justify-items: center; }
  .footer-title, .footer-subtitle { max-width: 330px; }
  .footer h3 { margin-bottom: 10px; }
  .footer-address p { max-width: 360px; margin-inline: auto; }
  .copyright { text-align: center; }
  .field.full { grid-column: auto; }
}
@media (max-width: 470px) {
  .discount-grid { grid-template-columns: 1fr; }
  .header-actions .btn-gold { font-size: .76rem; }
  .product-nav button { padding: 12px 7px; font-size: .75rem; }
  .gallery-thumb { width: 62px; flex-basis: 62px; }
  .product-price { white-space: normal; }
  .page-dots { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
