:root{
  --black:#050505;
  --near:#0b0b0b;
  --card:#121212;
  --card2:#181818;
  --green:#7be000;
  --yellow:#f5f000;
  --white:#f8f8f2;
  --muted:#c9c9be;
  --line:rgba(255,255,255,.14);
  --shadow:0 24px 70px rgba(0,0,0,.45);
}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  scroll-padding-top:98px;
}

body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:Inter, Arial, Helvetica, sans-serif;
}

a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:86px;
  padding:10px clamp(18px,4vw,68px);
  background:rgba(0,0,0,.9);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(16px);
}

.brand img{
  width:150px;
  height:60px;
  object-fit:contain;
  object-position:left center;
}

.main-nav{
  display:flex;
  align-items:center;
  gap:22px;
  font-size:.95rem;
  font-weight:900;
}

.main-nav a{
  color:#f3f3ed;
  white-space:nowrap;
}

.nav-book{
  background:var(--green);
  color:#050505!important;
  padding:13px 19px;
  border-radius:999px;
  box-shadow:0 0 28px rgba(123,224,0,.22);
}

.menu-toggle{
  display:none;
  border:1px solid var(--line);
  background:#101010;
  color:#fff;
  border-radius:12px;
  padding:8px 12px;
  font-size:1.2rem;
}

.section-dark{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 10%, rgba(123,224,0,.2), transparent 30%),
    linear-gradient(135deg,#050505,#151515);
}

.hero{
  min-height:74vh;
  display:grid;
  place-items:center;
  padding:100px 20px 90px;
}

.hero-inner{
  width:min(1080px,100%);
  margin:auto;
  text-align:center;
  position:relative;
  z-index:2;
}

.eyebrow{
  margin:0 0 15px;
  color:var(--green);
  font-size:.82rem;
  font-weight:950;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.eyebrow.accent{color:var(--yellow)}

h1,h2,h3,p{margin-top:0}

h1{
  font-size:clamp(2.9rem,7vw,6.4rem);
  line-height:.92;
  letter-spacing:-.07em;
  margin-bottom:24px;
}

h2{
  font-size:clamp(2.1rem,4.8vw,4.4rem);
  line-height:1;
  letter-spacing:-.055em;
  margin-bottom:18px;
}

h3{
  font-size:1.65rem;
  line-height:1.1;
  letter-spacing:-.03em;
}

p{
  color:var(--muted);
  font-size:1.04rem;
  line-height:1.7;
}

.hero-copy{
  max-width:780px;
  margin:0 auto;
  color:#e3e3da;
}

.hero-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  margin-top:32px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 20px;
  border-radius:999px;
  font-weight:950;
  transition:transform .18s ease, box-shadow .18s ease;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  background:var(--green);
  color:#050505!important;
  box-shadow:0 0 28px rgba(123,224,0,.22);
}

.btn-secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(255,255,255,.04);
}

.quick-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#070707;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.quick-item{
  padding:24px clamp(18px,3vw,34px);
  border-right:1px solid var(--line);
}

.quick-item strong{
  display:block;
  color:var(--green);
  font-size:1rem;
  margin-bottom:4px;
}

.quick-item span{
  color:var(--muted);
}

.section-wrap{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:90px 0;
}

.section-heading{
  max-width:920px;
  margin:0 auto 38px;
  text-align:center;
}

.section-heading p:not(.eyebrow){
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.card,
.room-card,
.package-card,
.location-card,
details{
  background:linear-gradient(180deg,#151515,#101010);
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}

.featured{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:38px;
  align-items:center;
}

.featured-copy{
  padding:36px;
}

.featured-photo{
  padding:10px;
  border-radius:28px;
  background:linear-gradient(135deg,var(--green),var(--yellow));
  box-shadow:0 24px 70px rgba(123,224,0,.18);
}

.featured-photo img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:20px;
}

.pill-row{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin:20px 0 26px;
}

.pill-row span{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:7px 12px;
  color:#f1f1ea;
  background:#1d1d1d;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  font-size:.86rem;
}

.pill-row.large span{
  font-size:.94rem;
  padding:9px 14px;
}

.room-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}

.room-card{
  overflow:hidden;
  display:flex;
  flex-direction:column;
}

.room-card-wide{
  grid-column:auto;
}

.room-card img{
  width:100%;
  height:260px;
  object-fit:cover;
  background:#000;
  border-bottom:1px solid var(--line);
}

.room-body{
  padding:28px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.room-body p{
  flex:1;
}

.card-link{
  align-self:flex-start;
  margin-top:auto;
  display:inline-flex;
  padding:12px 16px;
  border-radius:999px;
  color:#050505;
  background:var(--yellow);
  font-weight:950;
}

.party{
  padding-top:95px;
}

.package-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}

.package-card{
  overflow:hidden;
  position:relative;
  display:flex;
  flex-direction:column;
}

.package-card img{
  width:100%;
  height:360px;
  object-fit:cover;
  object-position:center top;
  background:#000;
  border-bottom:1px solid var(--line);
}

.package-featured{
  border-color:rgba(123,224,0,.55);
  box-shadow:0 20px 70px rgba(123,224,0,.13);
}

.featured-badge{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  background:var(--green);
  color:#050505;
  font-size:.78rem;
  font-weight:950;
  padding:8px 11px;
  border-radius:999px;
}

.package-body{
  padding:26px;
  display:flex;
  flex-direction:column;
  flex:1;
}

.package-label{
  margin-bottom:6px;
  color:var(--green);
  font-weight:950;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:.8rem;
}

.price{
  color:var(--green)!important;
  font-size:2.25rem;
  line-height:1;
  font-weight:950;
  margin:4px 0 14px;
}

.package-body .btn{
  margin-top:auto;
  align-self:flex-start;
}

.help-bar{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:26px;
  padding:18px;
  background:#111;
  border:1px solid var(--line);
  border-radius:20px;
  color:var(--muted);
}

.help-bar strong{
  color:#fff;
}

.help-bar a{
  color:var(--green);
  font-weight:950;
}

.business{
  padding:95px clamp(18px,4vw,68px);
}

.business-inner{
  width:min(1240px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:42px;
  align-items:center;
}

.business-copy{
  max-width:680px;
}

.business-gallery{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.business-gallery img{
  width:100%;
  height:260px;
  object-fit:cover;
  border-radius:22px;
  border:1px solid var(--line);
  box-shadow:0 18px 45px rgba(0,0,0,.35);
}

.business-gallery img:first-child{
  grid-column:span 2;
  height:340px;
}

.faq-list{
  max-width:920px;
  margin:0 auto;
  display:grid;
  gap:14px;
}

details{
  padding:0;
  overflow:hidden;
}

summary{
  cursor:pointer;
  padding:20px 22px;
  font-size:1.05rem;
  color:#fff;
  font-weight:950;
  list-style:none;
}

summary::-webkit-details-marker{
  display:none;
}

summary:before{
  content:"+";
  color:var(--green);
  font-weight:950;
  margin-right:10px;
}

details[open] summary:before{
  content:"–";
}

details p{
  padding:0 22px 22px;
  margin-bottom:0;
}

.location{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}

.location-card{
  padding:34px;
}

.location-card a{
  color:var(--green);
  font-weight:900;
}

.action-card{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
}

.site-footer{
  text-align:center;
  padding:34px 18px;
  border-top:1px solid var(--line);
  background:#000;
}

.site-footer p{
  margin:0 0 6px;
}

.site-footer a{
  color:var(--green);
  font-weight:900;
}

.mobile-sticky-cta{
  display:none;
}

/* Booking page */
.booking-page{
  background:#080808;
}

.booking-main{
  width:min(1120px,calc(100% - 28px));
  margin:0 auto;
  padding:44px 0 85px;
}

.booking-hero{
  text-align:center;
  padding:42px 0 26px;
}

.booking-hero h1{
  font-size:clamp(2.3rem,6vw,5rem);
}

.booking-hero p{
  max-width:760px;
  margin:0 auto;
}

.booking-box{
  background:#fff;
  border-radius:24px;
  padding:10px;
  min-height:900px;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
}

.booking-help{
  text-align:center;
  padding:34px 0;
}

.booking-help a{
  color:var(--green);
  font-weight:950;
}

.always-show{
  display:flex!important;
}

@media(max-width:1000px){
  .main-nav{
    gap:14px;
    font-size:.88rem;
  }

  .package-grid{
    grid-template-columns:1fr;
    max-width:560px;
    margin:0 auto;
  }

  .package-card img{
    height:auto;
    max-height:none;
    aspect-ratio:4/5;
  }
}

@media(max-width:860px){
  .site-header{
    min-height:78px;
  }

  .brand img{
    width:130px;
    height:54px;
  }

  .menu-toggle{
    display:block;
  }

  .main-nav{
    display:none;
    position:absolute;
    top:78px;
    left:18px;
    right:18px;
    flex-direction:column;
    align-items:stretch;
    padding:18px;
    background:#101010;
    border:1px solid var(--line);
    border-radius:18px;
    box-shadow:var(--shadow);
  }

  .main-nav.open{
    display:flex;
  }

  .quick-strip{
    grid-template-columns:1fr 1fr;
  }

  .featured,
  .room-grid,
  .business-inner,
  .location{
    grid-template-columns:1fr;
  }

  .room-card img{
    height:235px;
  }

  .business-gallery img:first-child,
  .business-gallery img{
    height:240px;
  }

  body{
    padding-bottom:76px;
  }

  .mobile-sticky-cta{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:80;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    padding:10px;
    border-radius:20px;
    background:rgba(0,0,0,.88);
    border:1px solid var(--line);
    backdrop-filter:blur(14px);
    box-shadow:0 14px 45px rgba(0,0,0,.5);
  }

  .mobile-sticky-cta a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    border-radius:999px;
    font-weight:950;
  }

  .mobile-sticky-cta a:first-child{
    background:var(--green);
    color:#050505;
  }

  .mobile-sticky-cta a:last-child{
    color:#fff;
    border:1px solid var(--line);
  }
}

@media(max-width:560px){
  .hero{
    min-height:auto;
    padding:78px 18px 70px;
  }

  h1{
    font-size:clamp(2.35rem,13vw,4.1rem);
  }

  .hero-actions{
    flex-direction:column;
  }

  .btn{
    width:100%;
  }

  .quick-strip{
    grid-template-columns:1fr;
  }

  .quick-item{
    padding:18px;
  }

  .section-wrap{
    width:min(100% - 28px,1180px);
    padding:64px 0;
  }

  .featured-copy,
  .room-body,
  .package-body,
  .location-card{
    padding:22px;
  }

  .room-card img{
    height:210px;
  }

  .business{
    padding:68px 14px;
  }

  .business-gallery{
    grid-template-columns:1fr;
  }

  .business-gallery img:first-child{
    grid-column:auto;
  }
}

@media(prefers-reduced-motion:reduce){
  *{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}

/* V4.1 Party Package Fix */
.package-card img{
  height:auto!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#050505!important;
}
.package-card{
  overflow:hidden;
}
.package-body{
  min-height:330px;
}

/* V4.2 absolute package poster no-crop fix */
.package-card .package-poster{
  width:100%!important;
  background:#050505!important;
  padding:0!important;
  margin:0!important;
  display:block!important;
  overflow:visible!important;
  border-bottom:1px solid var(--line)!important;
}

.package-card .package-poster img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:initial!important;
  object-position:center center!important;
  border:0!important;
  border-radius:0!important;
  background:#050505!important;
}

.package-card{
  overflow:visible!important;
}

.package-grid{
  align-items:start!important;
}

.package-body{
  background:linear-gradient(180deg,#151515,#101010)!important;
  border-radius:0 0 26px 26px!important;
}


/* V5 MASTER */
.trust-pill{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:900;
  font-size:.95rem;
}

.review-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin:26px 0 30px;
}

.stat-card{
  background:linear-gradient(180deg,#171717,#101010);
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  text-align:center;
}

.stat-card strong{
  display:block;
  font-size:3rem;
  line-height:1;
  color:var(--green);
  font-weight:950;
}

.stat-card span{
  color:var(--muted);
  font-weight:800;
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.review-card{
  background:linear-gradient(180deg,#161616,#101010);
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
}

.review-card p{
  color:#f1f1e8;
}

.stars{
  color:#ffd400;
  font-size:1.3rem;
  letter-spacing:.15em;
  margin-bottom:12px;
}

.seo-strip{
  padding-top:20px;
}

.seo-box{
  background:linear-gradient(135deg,#101010,#181818);
  border:1px solid var(--line);
  border-radius:26px;
  padding:34px;
  text-align:center;
}

@media(max-width:900px){
  .review-stats,.review-grid{
    grid-template-columns:1fr;
  }
}

/* V5.1 MONEY PASS */
.trust-pill{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  color:#fff;
  font-weight:900;
  font-size:.95rem;
}

.demand-bar{
  background:#070707;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.demand-inner{
  width:min(1240px,calc(100% - 30px));
  margin:0 auto;
  padding:14px 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  text-align:center;
  font-weight:900;
  color:#f5f5ed;
  font-size:.95rem;
}

.unique-build{
  padding-top:10px;
}

@media(max-width:900px){
  .demand-inner{
    grid-template-columns:1fr 1fr;
    font-size:.9rem;
  }
}

@media(max-width:560px){
  .demand-inner{
    grid-template-columns:1fr;
  }
}
