:root {
  --bg: #0b1116;
  --panel: #101922;
  --panel-2: #0f1f1f;
  --text: #ecf3f6;
  --muted: #a6b6bf;
  --line: rgba(255,255,255,0.1);
  --accent: #d6a85a;
  --accent-2: #79b8a9;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #091015 0%, #0d151b 50%, #0a1014 100%);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -999px; top: 12px; }
.skip-link:focus { left: 12px; z-index: 10; background: #fff; color: #000; padding: 8px 12px; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(9, 16, 21, 0.7);
  border-bottom: 1px solid var(--line);
}
.brand-row, .hero, .content-band, .contact-grid { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.brand-row { display: flex; justify-content: space-between; align-items: center; padding: 16px 0; gap: 24px; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand strong, .brand span { display: block; }
.brand span span, .top-nav a, .eyebrow, .price-label, .hero-points, .timeline p, .feature-card p, .contact-panel p { color: var(--muted); }
.brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center; border-radius: 10px;
  background: linear-gradient(135deg, rgba(214,168,90,0.3), rgba(121,184,169,0.2));
  border: 1px solid var(--line);
  font-weight: 700;
}
.top-nav { display: flex; gap: 18px; flex-wrap: wrap; }
.hero { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; padding: 72px 0 44px; align-items: center; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 5.5rem); line-height: 0.92; margin-bottom: 18px; }
h2 { font-size: clamp(1.7rem, 3vw, 2.6rem); line-height: 1.05; margin-bottom: 12px; }
.hero-text { font-size: 1.08rem; line-height: 1.65; max-width: 58ch; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 28px 0 18px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px;
  border-radius: 999px; border: 1px solid var(--line);
}
.button-primary { background: var(--accent); color: #151515; font-weight: 700; border-color: transparent; }
.button-secondary { background: transparent; }
.hero-points { list-style: none; display: flex; flex-wrap: wrap; gap: 14px; padding: 0; margin: 0; }
.hero-points li { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,0.03); }
.hero-visual {
  min-height: 520px; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background:
    radial-gradient(circle at 30% 20%, rgba(214,168,90,0.18), transparent 28%),
    linear-gradient(180deg, rgba(16,25,34,0.9), rgba(10,16,20,0.95));
  box-shadow: var(--shadow);
}
.bar-scene { position: relative; width: 100%; height: 100%; min-height: 520px; }
.bar-sign { position: absolute; left: 24px; top: 24px; padding: 10px 14px; border-radius: 12px; background: rgba(11,17,22,0.72); border: 1px solid var(--line); }
.cart { position: absolute; inset: auto 12% 12% 12%; height: 34%; border-radius: 22px; background: linear-gradient(180deg, #1a232c, #0f151b); border: 1px solid rgba(255,255,255,0.08); }
.cart::before { content: ""; position: absolute; inset: 12% 10% 18% 10%; border-radius: 16px; background: linear-gradient(180deg, #21313d, #121c23); }
.bottle, .glass { position: absolute; bottom: 32%; border-radius: 12px 12px 8px 8px; border: 1px solid rgba(255,255,255,0.12); }
.bottle { width: 52px; height: 160px; background: linear-gradient(180deg, rgba(121,184,169,0.95), rgba(25,41,40,0.95)); }
.bottle::before { content: ""; position: absolute; top: -18px; left: 15px; width: 22px; height: 20px; border-radius: 6px 6px 4px 4px; background: inherit; }
.bottle-1 { left: 16%; }
.bottle-2 { left: 28%; height: 140px; background: linear-gradient(180deg, rgba(214,168,90,0.95), rgba(54,43,23,0.95)); }
.bottle-3 { left: 41%; }
.glass { width: 76px; height: 110px; background: linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.02)); clip-path: polygon(12% 0, 88% 0, 72% 100%, 28% 100%); }
.glass-1 { right: 28%; }
.glass-2 { right: 12%; height: 126px; }
.content-band { padding: 36px 0 18px; }
.alt-band { margin-top: 18px; background: rgba(255,255,255,0.02); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head.narrow { max-width: 760px; }
.feature-grid, .pricing-grid, .timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card, .pricing-card, .contact-panel, .timeline > div { border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,0.03); padding: 20px; }
.feature-card h3, .pricing-card h3, .timeline h3 { margin-bottom: 8px; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.featured { background: linear-gradient(180deg, rgba(214,168,90,0.15), rgba(255,255,255,0.03)); }
.pricing-card ul { margin: 14px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.7; }
.timeline { grid-template-columns: repeat(3, 1fr); }
.timeline span { display: inline-flex; margin-bottom: 12px; color: var(--accent); font-weight: 700; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px; padding: 38px 0; align-items: start; }
.contact-link { display: block; font-size: 1.1rem; margin-bottom: 10px; }
.legal-links { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
@media (max-width: 960px) {
  .hero, .contact-grid, .feature-grid, .pricing-grid, .timeline { grid-template-columns: 1fr; }
  .brand-row { flex-direction: column; align-items: flex-start; }
  .top-nav { gap: 12px; }
  .hero-visual { min-height: 380px; }
}
