:root{
  --bg:#070A0F;
  --panel:#0C111B;
  --text:#E7ECF5;
  --muted:#A9B4C7;
  --line:rgba(231,236,245,.12);
  --gold:#D9B35A;
  --gold2:#B68E3A;
  --shadow:0 18px 45px rgba(0,0,0,.45);
  --radius:18px;
  --max:1120px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:
    radial-gradient(1100px 700px at 75% 15%, rgba(217,179,90,.10), transparent 60%),
    radial-gradient(900px 600px at 20% 25%, rgba(120,160,255,.08), transparent 55%),
    var(--bg);
  color:var(--text);
  line-height:1.5;
}
a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 20px}
.hr{height:1px; background:var(--line); margin:28px 0}
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(7,10,15,.62);
  border-bottom:1px solid var(--line);
}
.nav{display:flex; align-items:center; justify-content:space-between; padding:14px 0}
.brand{display:flex; gap:10px; align-items:center; letter-spacing:.12em; text-transform:uppercase; font-weight:700}
.brand-badge{
  width:34px; height:34px; border-radius:12px;
  border:1px solid rgba(217,179,90,.35);
  background:
    radial-gradient(circle at 30% 30%, rgba(217,179,90,.45), transparent 55%),
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(0,0,0,0));
  box-shadow: 0 10px 30px rgba(217,179,90,.08);
}
.nav-links{display:flex; gap:18px; align-items:center; color:var(--muted); font-weight:600}
.nav-links a{padding:8px 10px; border-radius:12px}
.nav-links a:hover{background:rgba(255,255,255,.04); color:var(--text)}
.nav-cta{display:flex; gap:10px; align-items:center}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--text); font-weight:700; cursor:pointer; transition:.18s ease;
}
.btn:hover{transform:translateY(-1px); border-color:rgba(255,255,255,.22)}
.btn-primary{
  border-color:rgba(217,179,90,.35);
  background: linear-gradient(135deg, rgba(217,179,90,.22), rgba(182,142,58,.08));
  box-shadow: 0 18px 45px rgba(217,179,90,.10);
}
.btn-primary:hover{border-color:rgba(217,179,90,.55)}
.btn-small{padding:10px 12px; border-radius:12px; font-weight:700}
.hero{padding:54px 0 30px}
.hero-grid{display:grid; grid-template-columns: 1.15fr .85fr; gap:26px; align-items:stretch}
.card{background: rgba(12,17,27,.78); border:1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow)}
.hero-left{padding:34px}
.kicker{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 12px; border-radius:999px;
  border:1px solid rgba(217,179,90,.22);
  color:var(--muted); font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; background: rgba(217,179,90,.06);
}
.kdot{
  width:8px; height:8px; border-radius:50%;
  background: radial-gradient(circle at 30% 30%, var(--gold), var(--gold2));
  box-shadow: 0 0 18px rgba(217,179,90,.35);
}
.h1{margin:16px 0 10px; font-size:44px; line-height:1.08; letter-spacing:-.02em}
.sub{color:var(--muted); font-size:16px; max-width:56ch}
.hero-actions{display:flex; gap:12px; margin-top:20px; flex-wrap:wrap}
.hero-meta{display:flex; gap:16px; margin-top:22px; color:var(--muted); flex-wrap:wrap}
.pill{padding:10px 12px; border:1px solid rgba(255,255,255,.10); border-radius:999px; background:rgba(255,255,255,.03)}
.pill strong{color:var(--text)}
.hero-right{padding:22px; display:flex; flex-direction:column; gap:14px}
.showcase{padding:18px; min-height:320px; display:flex; flex-direction:column; justify-content:space-between; position:relative; overflow:hidden}
.showcase:before{
  content:""; position:absolute; inset:-40% -30%;
  background:
    radial-gradient(circle at 60% 40%, rgba(217,179,90,.18), transparent 55%),
    radial-gradient(circle at 30% 65%, rgba(120,160,255,.10), transparent 55%);
  transform: rotate(12deg); filter: blur(2px);
}
.showcase > *{position:relative}
.mock-bottle{
  height:170px; border-radius:22px;
  border:1px solid rgba(217,179,90,.22);
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.02)),
    radial-gradient(circle at 30% 30%, rgba(217,179,90,.20), transparent 55%);
  display:flex; align-items:center; justify-content:center;
  color:rgba(231,236,245,.86);
  font-weight:800; letter-spacing:.14em; text-transform:uppercase;
}
.price{
  display:flex; align-items:baseline; gap:10px; justify-content:space-between;
  padding:14px 14px; border-radius:16px;
  border:1px solid rgba(255,255,255,.10); background:rgba(0,0,0,.20);
}
.price .big{font-size:26px; font-weight:900}
.price .muted{color:var(--muted); font-weight:700}
.smallnote{color:var(--muted); font-size:13px}
.section{padding:22px 0 10px}
.h2{font-size:22px; margin:0 0 10px; letter-spacing:-.01em}
.grid3{display:grid; grid-template-columns: repeat(3, 1fr); gap:14px}
.feature{padding:18px}
.feature .t{font-weight:900; margin:8px 0 6px}
.feature .d{color:var(--muted); margin:0}
.icon{
  width:40px; height:40px; border-radius:14px;
  border:1px solid rgba(217,179,90,.22);
  background: rgba(217,179,90,.08);
  display:flex; align-items:center; justify-content:center;
  font-weight:900; color:rgba(217,179,90,.95);
}
.product-grid{display:grid; grid-template-columns: 1fr 1fr; gap:14px}
.product{padding:18px}
.product-top{display:flex; align-items:flex-start; justify-content:space-between; gap:10px}
.tag{
  display:inline-flex; align-items:center;
  padding:6px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  color:var(--muted); font-weight:800; font-size:12px;
  letter-spacing:.06em; text-transform:uppercase;
  background:rgba(255,255,255,.03);
}
.product h3{margin:10px 0 6px; font-size:18px}
.product p{margin:0; color:var(--muted)}
.product-bottom{display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:14px; flex-wrap:wrap}
.product-bottom .big{font-size:20px; font-weight:900}
.list{margin:10px 0 0; padding-left:18px; color:var(--muted)}
.list li{margin:6px 0}
.footer{margin-top:30px; padding:26px 0 36px; border-top:1px solid var(--line); color:var(--muted)}
.footer a{color:var(--muted); text-decoration:underline; text-underline-offset:3px}
.footer-top{display:flex; justify-content:space-between; gap:14px; flex-wrap:wrap}
.legal{max-width:80ch; font-size:13px}
.page{padding:26px 0 40px}
.page .card{padding:22px}
.page h1{margin:0 0 10px; font-size:28px}
.page p, .page li{color:var(--muted)}
.page a{color:var(--text); text-decoration:underline; text-underline-offset:3px}
@media (max-width: 920px){
  .hero-grid{grid-template-columns:1fr}
  .h1{font-size:38px}
  .grid3{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr}
  .nav-links{display:none}
}