:root{
  --bg:#070707;
  --bg-soft:#111111;
  --panel:#171717;
  --panel-2:#1f1f1f;
  --gold:#d4af37;
  --gold-soft:#f1d67a;
  --cream:#f5efe1;
  --text:#f7f3ea;
  --muted:#c7c0b1;
  --border:rgba(212,175,55,0.22);
  --shadow:0 10px 35px rgba(0,0,0,0.35);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(212,175,55,0.10), transparent 26%),
    radial-gradient(circle at bottom left, rgba(212,175,55,0.08), transparent 22%),
    linear-gradient(180deg, #050505, #111111 45%, #0a0a0a);
  color:var(--text);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  display:block;
}

.container{
  width:min(1150px, 92%);
  margin:0 auto;
}

.topbar{
  position:sticky;
  top:0;
  z-index:1000;
  backdrop-filter:blur(10px);
  background:rgba(7,7,7,0.86);
  border-bottom:1px solid var(--border);
}

.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:76px;
}

.brand{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.brand-title{
  font-size:28px;
  font-weight:700;
  letter-spacing:2px;
  color:var(--gold);
  text-transform:uppercase;
}

.brand-tag{
  font-size:12px;
  color:var(--muted);
  letter-spacing:2px;
  text-transform:uppercase;
  margin-top:4px;
}

.nav-links{
  display:flex;
  gap:22px;
  flex-wrap:wrap;
  align-items:center;
}

.nav-links a{
  color:var(--cream);
  font-weight:600;
  position:relative;
}

.nav-links a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:linear-gradient(90deg, var(--gold), var(--gold-soft));
  transition:width .25s ease;
}

.nav-links a:hover::after,
.nav-links a.active::after{
  width:100%;
}

.cart-link{
  padding:10px 14px;
  border:1px solid var(--border);
  border-radius:999px;
  background:rgba(212,175,55,0.06);
}

.menu-toggle{
  display:none;
  background:transparent;
  border:1px solid var(--border);
  color:var(--gold-soft);
  border-radius:12px;
  padding:10px 14px;
  font-size:20px;
  cursor:pointer;
}

.mobile-menu{
  display:none;
}

.hero{
  min-height:88vh;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
}

.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 15% 20%, rgba(212,175,55,0.20), transparent 18%),
    radial-gradient(circle at 85% 25%, rgba(212,175,55,0.13), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(212,175,55,0.08), transparent 25%);
  animation:glowShift 7s ease-in-out infinite alternate;
  pointer-events:none;
}

@keyframes glowShift{
  from{transform:translateY(0) scale(1);}
  to{transform:translateY(-10px) scale(1.04);}
}

.hero-grid{
  display:grid;
  grid-template-columns:1.2fr 0.9fr;
  gap:40px;
  align-items:center;
  width:100%;
  position:relative;
  z-index:1;
}

.kicker{
  color:var(--gold-soft);
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:13px;
  margin-bottom:12px;
}

.hero h1{
  font-size:clamp(42px, 8vw, 82px);
  line-height:0.95;
  margin:0 0 18px;
  text-transform:uppercase;
  letter-spacing:3px;
}

.hero h1 span{
  color:var(--gold);
  text-shadow:0 0 18px rgba(212,175,55,0.14);
}

.hero p{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
  max-width:680px;
  margin:0 0 28px;
}

.cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.btn{
  border:none;
  cursor:pointer;
  padding:14px 22px;
  border-radius:999px;
  font-weight:700;
  font-size:15px;
  transition:transform .2s ease, box-shadow .25s ease, background .25s ease;
  display:inline-block;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-gold{
  background:linear-gradient(135deg, var(--gold), #b99220);
  color:#16120a;
  box-shadow:0 8px 24px rgba(212,175,55,0.22);
}

.btn-dark{
  background:rgba(255,255,255,0.02);
  color:var(--text);
  border:1px solid var(--border);
}

.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border:1px solid var(--border);
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
  min-height:460px;
}

.hero-card::before{
  content:"";
  position:absolute;
  inset:auto -40px -40px auto;
  width:180px;
  height:180px;
  background:radial-gradient(circle, rgba(212,175,55,0.25), transparent 60%);
  filter:blur(12px);
}

.bottle{
  width:210px;
  height:290px;
  margin:10px auto 24px;
  border-radius:28px 28px 40px 40px;
  background:
    linear-gradient(180deg, rgba(245,239,225,0.2), rgba(212,175,55,0.22)),
    linear-gradient(180deg, #1f1a12, #0b0a08);
  border:1px solid rgba(241,214,122,0.28);
  box-shadow:
    inset 0 0 25px rgba(255,255,255,0.06),
    0 16px 40px rgba(0,0,0,0.4);
  position:relative;
  animation:floatBottle 4s ease-in-out infinite;
}

.bottle::before{
  content:"";
  position:absolute;
  width:72px;
  height:32px;
  top:-24px;
  left:50%;
  transform:translateX(-50%);
  border-radius:10px 10px 0 0;
  background:linear-gradient(180deg, #1f1f1f, #080808);
  border:1px solid rgba(212,175,55,0.2);
}

.bottle::after{
  content:"OUD";
  position:absolute;
  inset:44% 0 auto 0;
  text-align:center;
  letter-spacing:6px;
  color:var(--gold-soft);
  font-weight:700;
}

@keyframes floatBottle{
  0%,100%{transform:translateY(0);}
  50%{transform:translateY(-10px);}
}

.stat-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.stat{
  background:rgba(255,255,255,0.03);
  border:1px solid rgba(255,255,255,0.05);
  border-radius:18px;
  padding:14px;
  text-align:center;
}

.stat strong{
  display:block;
  color:var(--gold);
  font-size:18px;
  margin-bottom:6px;
}

.section{
  padding:80px 0;
}

.section-title{
  text-align:center;
  margin-bottom:18px;
  font-size:34px;
  text-transform:uppercase;
  letter-spacing:2px;
}

.section-subtitle{
  text-align:center;
  max-width:760px;
  color:var(--muted);
  margin:0 auto 42px;
  line-height:1.7;
}

.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.card{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border:1px solid var(--border);
  border-radius:22px;
  padding:28px;
  box-shadow:var(--shadow);
}

.card h3{
  margin-top:0;
  color:var(--gold);
}

.highlight-band{
  margin:30px 0 0;
  padding:20px;
  text-align:center;
  background:linear-gradient(90deg, rgba(212,175,55,0.10), rgba(255,255,255,0.03), rgba(212,175,55,0.10));
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  color:var(--cream);
  letter-spacing:1px;
}

.notes{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
  margin-top:30px;
}

.note{
  border:1px solid var(--border);
  background:rgba(255,255,255,0.02);
  border-radius:999px;
  text-align:center;
  padding:14px 10px;
  color:var(--gold-soft);
  font-weight:600;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.product{
  background:linear-gradient(180deg, rgba(28,28,28,0.95), rgba(18,18,18,0.98));
  border:1px solid var(--border);
  border-radius:24px;
  padding:22px;
  box-shadow:var(--shadow);
  transition:transform .22s ease, border-color .22s ease;
}

.product:hover{
  transform:translateY(-6px);
  border-color:rgba(212,175,55,0.45);
}

.product-image{
  height:220px;
  border-radius:20px;
  background:
    radial-gradient(circle at 30% 25%, rgba(212,175,55,0.18), transparent 18%),
    linear-gradient(180deg, #262015, #0f0d08);
  border:1px solid rgba(212,175,55,0.14);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  overflow:hidden;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.mini-bottle{
  width:90px;
  height:140px;
  border-radius:18px 18px 24px 24px;
  background:linear-gradient(180deg, rgba(255,255,255,0.14), rgba(212,175,55,0.20)), linear-gradient(180deg, #1b1710, #090806);
  border:1px solid rgba(241,214,122,0.25);
  position:relative;
}

.mini-bottle::before{
  content:"";
  position:absolute;
  width:34px;
  height:18px;
  top:-14px;
  left:50%;
  transform:translateX(-50%);
  border-radius:8px 8px 0 0;
  background:#0b0b0b;
  border:1px solid rgba(212,175,55,0.18);
}

.product h3{
  margin:0 0 8px;
  color:var(--gold);
}

.product p{
  color:var(--muted);
  line-height:1.6;
}

.price{
  display:block;
  margin:14px 0 16px;
  font-size:22px;
  font-weight:700;
  color:var(--cream);
}

.product-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
}

.info-panel{
  background:linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border:1px solid var(--border);
  border-radius:24px;
  padding:28px;
}

.list{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.8;
}

.contact-box a{
  color:var(--gold-soft);
}

.form-placeholder{
  border:1px dashed rgba(212,175,55,0.35);
  border-radius:20px;
  padding:22px;
  color:var(--muted);
  background:rgba(255,255,255,0.02);
}

.cart-items{
  display:grid;
  gap:16px;
}

.cart-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding:18px;
  border:1px solid var(--border);
  border-radius:18px;
  background:rgba(255,255,255,0.02);
}

.cart-item h4{
  margin:0 0 6px;
  color:var(--gold);
}

.cart-summary{
  margin-top:24px;
  padding:24px;
  border:1px solid var(--border);
  border-radius:22px;
  background:rgba(255,255,255,0.025);
}

.empty-cart{
  text-align:center;
  color:var(--muted);
  padding:30px;
  border:1px dashed rgba(212,175,55,0.3);
  border-radius:20px;
}

.checkout-box{
  margin-top:18px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.paypal-note{
  color:var(--muted);
  margin-top:14px;
  line-height:1.7;
}

.footer{
  padding:28px 0;
  border-top:1px solid var(--border);
  margin-top:40px;
  color:#bdb4a2;
}

.footer-row{
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.reveal{
  opacity:0;
  transform:translateY(26px);
  transition:opacity .7s ease, transform .7s ease;
}

.reveal.visible{
  opacity:1;
  transform:translateY(0);
}

.badge{
  display:inline-block;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(212,175,55,0.10);
  border:1px solid var(--border);
  color:var(--gold-soft);
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
}

@media (max-width: 980px){
  .hero-grid,
  .product-grid,
  .grid-3,
  .two-col{
    grid-template-columns:1fr;
  }

  .notes{
    grid-template-columns:repeat(3,1fr);
  }

  .hero{
    min-height:auto;
    padding:40px 0 10px;
  }
}

@media (max-width: 760px){
  .menu-toggle{
    display:block;
  }

  .nav-links{
    display:none;
  }

  .mobile-menu{
    display:block;
    position:fixed;
    top:0;
    right:-100%;
    width:82%;
    max-width:340px;
    height:100vh;
    background:rgba(10,10,10,0.98);
    border-left:1px solid var(--border);
    padding:90px 24px 24px;
    z-index:1200;
    transition:right .28s ease;
  }

  .mobile-menu.open{
    right:0;
  }

  .mobile-menu a{
    display:block;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.06);
    color:var(--cream);
    font-weight:600;
  }

  .mobile-close{
    position:absolute;
    top:18px;
    right:18px;
    background:transparent;
    border:1px solid var(--border);
    color:var(--gold-soft);
    border-radius:12px;
    padding:10px 14px;
    cursor:pointer;
    font-size:18px;
  }

  .mobile-backdrop{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.55);
    z-index:1100;
  }

  .mobile-backdrop.show{
    display:block;
  }
}

@media (max-width: 640px){
  .brand-title{
    font-size:22px;
  }

  .hero h1{
    letter-spacing:2px;
  }

  .notes{
    grid-template-columns:repeat(2,1fr);
  }

  .stat-row{
    grid-template-columns:1fr;
  }

  .cart-item{
    flex-direction:column;
    align-items:flex-start;
  }
}