
:root{
  --bg:#080a0f;
  --bg-soft:#0d1018;
  --panel:#121722;
  --panel-2:#171d2a;
  --ink:#f4f4f1;
  --muted:#aab2c1;
  --soft:#d9dde5;
  --gold:#d4af37;
  --gold-2:#f1d37a;
  --green:#64d184;
  --red:#ff7575;
  --line:rgba(255,255,255,.10);
  --shadow:0 20px 70px rgba(0,0,0,.38);
  --radius:24px;
  --max:1180px;
  --header-h:72px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color:var(--ink);
  background:
    radial-gradient(850px 600px at 12% -8%, rgba(212,175,55,.16), transparent 64%),
    radial-gradient(850px 560px at 96% 0%, rgba(255,255,255,.07), transparent 56%),
    linear-gradient(180deg,#0e1118 0%,#080a0f 100%);
}
body.age-gate-lock{overflow:hidden}
a{color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max), calc(100% - 36px)); margin-inline:auto}
.gold{color:var(--gold)}
.muted{color:var(--muted)}
.no-wrap{white-space:nowrap}

.announcement{
  background:linear-gradient(90deg, rgba(212,175,55,.95), rgba(241,211,122,.88));
  color:#11151b;
  font-weight:800;
  font-size:13px;
  letter-spacing:.01em;
}
.announcement .container{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:10px;
}
.header{
  position:sticky;
  top:0;
  z-index:80;
  min-height:var(--header-h);
  backdrop-filter:saturate(135%) blur(14px);
  background:rgba(8,10,15,.82);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:var(--header-h);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  min-width:max-content;
}
.brand-mark{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(212,175,55,.35);
  background:linear-gradient(160deg, rgba(212,175,55,.28), rgba(255,255,255,.02));
  box-shadow:0 10px 32px rgba(0,0,0,.38);
}
.brand-mark:before{
  content:"";
  position:absolute;
  inset:-20px;
  background:radial-gradient(circle at 28% 18%, rgba(241,211,122,.45), transparent 56%);
  transform:rotate(18deg);
}
.brand-mark span{
  position:relative;
  font-size:13px;
  letter-spacing:.07em;
  font-weight:900;
  color:var(--gold-2);
}
.brand-title{line-height:1.05}
.brand-title strong{
  display:block;
  letter-spacing:.10em;
  font-size:14px;
}
.brand-title small{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:3px;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:3px;
}
.nav a{
  text-decoration:none;
  color:rgba(244,244,241,.86);
  font-size:13px;
  padding:10px 11px;
  border-radius:999px;
  border:1px solid transparent;
}
.nav a:hover,.nav a.active{
  color:#fff;
  border-color:rgba(212,175,55,.28);
  background:rgba(212,175,55,.08);
}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-btn{
  display:none;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  cursor:pointer;
}
.menu-btn span{
  width:18px;
  height:2px;
  background:#fff;
  position:relative;
  display:block;
}
.menu-btn span:before,.menu-btn span:after{
  content:"";
  position:absolute;
  left:0;
  width:18px;
  height:2px;
  background:#fff;
}
.menu-btn span:before{top:-6px}
.menu-btn span:after{top:6px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:11px 16px;
  border-radius:15px;
  border:1px solid rgba(212,175,55,.36);
  text-decoration:none;
  cursor:pointer;
  color:var(--gold-2);
  font-weight:850;
  font-size:14px;
  background:linear-gradient(180deg, rgba(212,175,55,.18), rgba(212,175,55,.06));
  box-shadow:0 14px 44px rgba(0,0,0,.24);
}
.btn:hover{border-color:rgba(241,211,122,.65);transform:translateY(-1px)}
.btn-primary{
  color:#11151b;
  background:linear-gradient(180deg, rgba(241,211,122,.98), rgba(212,175,55,.86));
  border-color:rgba(241,211,122,.85);
}
.btn-dark{
  color:#fff;
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.14);
}
.btn-block{width:100%}

.hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  min-height:calc(100svh - var(--header-h) - 38px);
  display:grid;
  align-items:end;
}
.hero-bg{
  position:absolute;
  inset:0;
  z-index:-2;
}
.hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.95) contrast(1.05);
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg, rgba(8,10,15,.96) 0%, rgba(8,10,15,.76) 46%, rgba(8,10,15,.35) 100%),
    linear-gradient(0deg, rgba(8,10,15,.98) 0%, rgba(8,10,15,.2) 50%, rgba(8,10,15,.78) 100%);
}
.hero-content{
  padding:82px 0 48px;
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(340px, .62fr);
  gap:26px;
  align-items:end;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--gold-2);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:14px;
}
.eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  box-shadow:0 0 0 6px rgba(212,175,55,.15);
}
h1,h2,h3,p{margin-top:0}
h1{
  font-size:clamp(42px, 6vw, 78px);
  line-height:.96;
  letter-spacing:-.055em;
  max-width:12ch;
  margin-bottom:18px;
}
.lede{
  color:#dce1ea;
  font-size:clamp(16px, 1.6vw, 20px);
  line-height:1.58;
  max-width:670px;
  margin-bottom:24px;
}
.hero-cta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.hero-card{
  background:rgba(14,17,24,.78);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:var(--radius);
  padding:20px;
  backdrop-filter:blur(14px);
}
.status-line{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:900;
  font-size:16px;
}
.status-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--muted);
}
.status-dot.open{background:var(--green);box-shadow:0 0 0 6px rgba(100,209,132,.13)}
.status-dot.closed{background:var(--red);box-shadow:0 0 0 6px rgba(255,117,117,.12)}
.hero-hours{
  display:grid;
  gap:8px;
  margin:16px 0 18px;
  padding:16px 0;
  border-block:1px solid var(--line);
  color:var(--soft);
  font-size:14px;
}
.hero-hours div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hero-hours b{color:#fff}
.hero-card .mini{
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
  margin:0;
}

.mobile-quick{
  display:none;
  position:sticky;
  bottom:0;
  z-index:75;
  background:rgba(8,10,15,.92);
  backdrop-filter:blur(14px);
  border-top:1px solid var(--line);
  padding:8px 10px calc(8px + env(safe-area-inset-bottom));
}
.mobile-quick a{
  flex:1;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff;
  font-size:12px;
  font-weight:900;
  border-radius:14px;
  background:rgba(255,255,255,.07);
  border:1px solid var(--line);
}
.mobile-quick a.primary{
  color:#11151b;
  background:linear-gradient(180deg, rgba(241,211,122,.98), rgba(212,175,55,.86));
  border-color:rgba(241,211,122,.85);
}
.section{padding:72px 0}
.section.tight{padding:46px 0}
.section-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:24px;
}
.section-head h2{
  font-size:clamp(30px, 4vw, 48px);
  line-height:1.03;
  letter-spacing:-.04em;
  margin-bottom:0;
}
.section-head p{
  color:var(--muted);
  max-width:460px;
  line-height:1.55;
  margin:0;
}
.quick-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.quick-card{
  text-decoration:none;
  background:linear-gradient(180deg, rgba(18,23,34,.96), rgba(18,23,34,.72));
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
  min-height:170px;
  box-shadow:var(--shadow);
  position:relative;
  overflow:hidden;
}
.quick-card:before{
  content:"";
  position:absolute;
  inset:auto -40px -50px auto;
  width:150px;
  height:150px;
  background:radial-gradient(circle, rgba(212,175,55,.18), transparent 66%);
}
.quick-card .icon{
  width:44px;
  height:44px;
  border-radius:15px;
  display:grid;
  place-items:center;
  color:var(--gold-2);
  font-weight:950;
  background:rgba(212,175,55,.10);
  border:1px solid rgba(212,175,55,.18);
  margin-bottom:16px;
}
.quick-card strong{
  display:block;
  font-size:18px;
  margin-bottom:8px;
}
.quick-card span{
  display:block;
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
}

.split{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  align-items:stretch;
}
.panel{
  background:linear-gradient(180deg, rgba(18,23,34,.96), rgba(18,23,34,.72));
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:26px;
}
.panel.photo{padding:0;overflow:hidden;min-height:420px}
.panel.photo img{width:100%;height:100%;object-fit:cover}
.kicker{
  color:var(--gold);
  font-weight:950;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  margin-bottom:10px;
}
.panel h2,.panel h3{
  font-size:clamp(28px, 3vw, 42px);
  line-height:1.06;
  letter-spacing:-.035em;
  margin-bottom:14px;
}
.panel p{
  color:var(--muted);
  line-height:1.65;
}
.list-clean{
  display:grid;
  gap:10px;
  padding:0;
  margin:18px 0 0;
  list-style:none;
}
.list-clean li{
  display:flex;
  gap:10px;
  color:var(--soft);
  line-height:1.5;
}
.list-clean li:before{
  content:"";
  flex:0 0 8px;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--gold);
  margin-top:.55em;
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.card{
  background:linear-gradient(180deg, rgba(18,23,34,.96), rgba(18,23,34,.72));
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:0 16px 44px rgba(0,0,0,.22);
}
.card h3{
  margin-bottom:10px;
  font-size:20px;
  letter-spacing:-.02em;
}
.card p{
  color:var(--muted);
  line-height:1.58;
  margin-bottom:0;
}
.card .price{
  display:block;
  font-size:30px;
  font-weight:950;
  color:var(--gold-2);
  margin:10px 0 2px;
  letter-spacing:-.03em;
}
.card.highlight{
  border-color:rgba(212,175,55,.42);
  background:linear-gradient(180deg, rgba(212,175,55,.16), rgba(18,23,34,.72));
}
.price-list{
  display:grid;
  gap:0;
  margin-top:12px;
  border-top:1px dashed rgba(255,255,255,.12);
}
.price-row{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding:12px 0;
  border-bottom:1px dashed rgba(255,255,255,.12);
  color:var(--soft);
  font-size:14px;
}
.price-row b{color:#fff}
.price-row span{
  color:var(--gold-2);
  font-weight:950;
  white-space:nowrap;
}

.gallery{
  display:grid;
  grid-template-columns:1.12fr .88fr .88fr;
  gap:16px;
}
.gallery-item{
  min-height:260px;
  position:relative;
  overflow:hidden;
  border-radius:26px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:var(--panel);
}
.gallery-item.large{grid-row:span 2;min-height:540px}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .35s ease;
}
.gallery-item:hover img{transform:scale(1.035)}
.gallery-item:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg, rgba(8,10,15,.82), transparent 58%);
}
.gallery-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  z-index:1;
}
.gallery-caption strong{
  display:block;
  font-size:20px;
  margin-bottom:5px;
}
.gallery-caption span{
  display:block;
  color:#dce1ea;
  line-height:1.45;
  font-size:14px;
}
.process{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:12px;
}
.step{
  background:rgba(18,23,34,.78);
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
}
.step .num{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(212,175,55,.12);
  border:1px solid rgba(212,175,55,.22);
  color:var(--gold-2);
  font-weight:950;
  margin-bottom:14px;
}
.step h3{font-size:16px;margin-bottom:7px}
.step p{font-size:13px;color:var(--muted);line-height:1.5;margin:0}

.inventory-scroll{
  display:flex;
  gap:16px;
  overflow-x:auto;
  padding-bottom:10px;
  scroll-snap-type:x mandatory;
}
.inventory-card{
  flex:0 0 280px;
  scroll-snap-align:start;
  border-radius:24px;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--panel);
  box-shadow:var(--shadow);
}
.inventory-card img{
  height:190px;
  width:100%;
  object-fit:cover;
}
.inventory-card div{padding:18px}
.inventory-card h3{font-size:19px;margin-bottom:7px}
.inventory-card p{font-size:13.5px;color:var(--muted);line-height:1.52;margin-bottom:0}

.form-shell{
  background:linear-gradient(180deg, rgba(18,23,34,.98), rgba(18,23,34,.78));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow);
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.field{display:grid;gap:7px}
.field label{
  color:var(--soft);
  font-size:13px;
  font-weight:800;
}
.field input,.field select,.field textarea{
  width:100%;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(8,10,15,.62);
  color:#fff;
  padding:14px 14px;
  outline:none;
}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:rgba(212,175,55,.6);
  box-shadow:0 0 0 4px rgba(212,175,55,.12);
}
.span2{grid-column:1/-1}
.form-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:wrap;
  margin-top:16px;
}
.status{color:var(--muted);font-size:13px}
.status.ok{color:var(--green)}
.status.err{color:var(--red)}
.map-wrap{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:18px;
  align-items:stretch;
}
.map-frame{
  min-height:430px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  background:var(--panel);
}
.map-frame iframe{
  width:100%;
  height:100%;
  min-height:430px;
  border:0;
  display:block;
  filter:saturate(.88) contrast(.98);
}
.faq{
  display:grid;
  gap:10px;
}
.faq-item{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(18,23,34,.76);
  overflow:hidden;
}
.faq-button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  text-align:left;
  border:0;
  background:transparent;
  color:#fff;
  padding:18px;
  font-weight:900;
  cursor:pointer;
}
.faq-button span:last-child{color:var(--gold);font-size:20px}
.faq-content{
  display:none;
  padding:0 18px 18px;
  color:var(--muted);
  line-height:1.6;
}
.faq-item.open .faq-content{display:block}
.faq-item.open .faq-button span:last-child{transform:rotate(45deg)}
.page-hero{
  padding:72px 0 30px;
}
.page-hero .panel{
  position:relative;
  overflow:hidden;
  min-height:360px;
  display:grid;
  align-content:end;
}
.page-hero .panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(18,23,34,.96), rgba(18,23,34,.70));
  z-index:1;
}
.page-hero img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.42;
}
.page-hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
}
.page-hero h1{
  max-width:11ch;
  margin-bottom:18px;
}
.policy-content{
  display:grid;
  gap:18px;
}
.policy-content h2{
  font-size:25px;
  margin-bottom:8px;
}
.policy-content p,.policy-content li{
  color:var(--muted);
  line-height:1.65;
}
.policy-content ul{margin-top:0}

.footer{
  border-top:1px solid var(--line);
  padding:38px 0 96px;
  background:rgba(8,10,15,.58);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr;
  gap:24px;
}
.footer a{text-decoration:none}
.footer a:hover{color:var(--gold-2)}
.footer h3{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:#fff;
  margin-bottom:14px;
}
.footer p,.footer li{
  color:var(--muted);
  font-size:13px;
  line-height:1.6;
}
.footer ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:8px;
}
.legal{
  margin-top:24px;
  padding-top:18px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
  line-height:1.55;
}

#age-gate-overlay{
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(5,8,14,.96);
}
#age-gate-overlay.hidden{display:none}
.age-box{
  width:min(560px, 100%);
  border-radius:24px;
  border:1px solid rgba(212,175,55,.35);
  background:linear-gradient(180deg,#111827,#0d111a);
  box-shadow:0 30px 90px rgba(0,0,0,.55);
  padding:32px;
  text-align:center;
}
.age-box h2{
  font-size:34px;
  letter-spacing:-.035em;
  margin:12px 0;
}
.age-box p{
  color:var(--muted);
  line-height:1.6;
}
.age-actions{
  display:flex;
  gap:12px;
  justify-content:center;
  flex-wrap:wrap;
  margin-top:22px;
}

@media (max-width:1040px){
  .nav{
    position:fixed;
    left:18px;
    right:18px;
    top:calc(var(--header-h) + 46px);
    display:none;
    flex-direction:column;
    align-items:stretch;
    background:rgba(13,16,24,.98);
    border:1px solid var(--line);
    box-shadow:var(--shadow);
    border-radius:20px;
    padding:10px;
  }
  .nav.open{display:flex}
  .nav a{
    padding:14px 15px;
    border-radius:14px;
    font-size:15px;
  }
  .menu-btn{display:flex}
  .header-actions .desktop-only{display:none}
  .hero-content{
    grid-template-columns:1fr;
    padding:70px 0 32px;
  }
  .hero-card{max-width:520px}
  .quick-grid{grid-template-columns:repeat(2,1fr)}
  .split,.map-wrap{grid-template-columns:1fr}
  .cards{grid-template-columns:1fr 1fr}
  .gallery{grid-template-columns:1fr 1fr}
  .gallery-item.large{grid-row:auto;grid-column:span 2;min-height:360px}
  .process{
    display:flex;
    overflow-x:auto;
    padding-bottom:10px;
    scroll-snap-type:x mandatory;
  }
  .step{
    flex:0 0 220px;
    scroll-snap-align:start;
  }
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:720px){
  :root{--header-h:68px}
  .announcement .container{
    min-height:34px;
    font-size:12px;
  }
  .container{width:min(100% - 28px, var(--max))}
  .brand-title small{display:none}
  .header-actions .btn{display:none}
  .hero{
    min-height:auto;
  }
  .hero:after{
    background:
      linear-gradient(0deg, rgba(8,10,15,.98) 0%, rgba(8,10,15,.72) 42%, rgba(8,10,15,.78) 100%),
      linear-gradient(90deg, rgba(8,10,15,.88), rgba(8,10,15,.38));
  }
  .hero-bg img{object-position:center top}
  .hero-content{padding:46px 0 26px}
  h1{font-size:46px;max-width:10ch}
  .lede{font-size:16px}
  .hero-cta{display:grid}
  .hero-cta .btn{width:100%}
  .hero-card{padding:16px}
  .section{padding:50px 0}
  .section.tight{padding:34px 0}
  .section-head{display:grid}
  .section-head h2{font-size:34px}
  .quick-grid{grid-template-columns:1fr}
  .quick-card{min-height:132px}
  .cards{grid-template-columns:1fr}
  .panel{padding:20px;border-radius:22px}
  .panel.photo{min-height:300px}
  .gallery{grid-template-columns:1fr}
  .gallery-item,.gallery-item.large{grid-column:auto;min-height:290px}
  .form-grid{grid-template-columns:1fr}
  .span2{grid-column:auto}
  .form-shell{padding:18px}
  .map-frame,.map-frame iframe{min-height:340px}
  .footer-grid{grid-template-columns:1fr}
  .mobile-quick{display:flex;gap:8px}
  body{padding-bottom:66px}
  .page-hero{padding:42px 0 18px}
  .page-hero .panel{min-height:320px}
}
