/* =========================================================
   LuxeRoulette.com — Casino Hotel Collection
   Unique layout • Plum & Champagne-Gold theme
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Sora:wght@300;400;500;600;700&display=swap');

:root{
  --plum-950:#160414;
  --plum-900:#1f0a1c;
  --plum-800:#2b1027;
  --plum-700:#3a1735;
  --plum-600:#4c1f45;
  --gold-500:#d8b56a;
  --gold-400:#e9cd8f;
  --gold-300:#f3e2b8;
  --rose-400:#e2a9a0;
  --cream:#f6ecd9;
  --cream-dim:#cdbfae;
  --line:rgba(216,181,106,0.25);
  --shadow-gold: 0 0 0 1px rgba(216,181,106,0.35);
  --ff-display:'Fraunces', serif;
  --ff-body:'Sora', sans-serif;
}

*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--plum-950);
  color:var(--cream);
  font-family:var(--ff-body);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4{font-family:var(--ff-display);font-weight:600;margin:0;color:var(--cream);}
p{margin:0;}
.container{
  width:100%;
  max-width:1240px;
  margin:0 auto;
  padding:0 32px;
}
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-family:var(--ff-body);
  font-size:12.5px;
  letter-spacing:3px;
  text-transform:uppercase;
  color:var(--gold-400);
  font-weight:600;
  margin-bottom:18px;
}
.eyebrow::before{
  content:"";
  width:26px;height:1px;
  background:var(--gold-400);
  display:inline-block;
}
.italic{font-style:italic;color:var(--gold-400);font-weight:500;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 30px;
  border-radius:2px;
  font-family:var(--ff-body);
  font-weight:600;
  font-size:14px;
  letter-spacing:0.5px;
  cursor:pointer;
  border:1px solid transparent;
  transition:all .25s ease;
}
.btn-gold{
  background:linear-gradient(120deg,var(--gold-300),var(--gold-500));
  color:var(--plum-950);
}
.btn-gold:hover{filter:brightness(1.08);transform:translateY(-1px);}
.btn-outline{
  border-color:var(--line);
  color:var(--cream);
  background:transparent;
}
.btn-outline:hover{border-color:var(--gold-400);color:var(--gold-300);}

/* ---------- Header ---------- */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(22,4,20,0.85);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:20px 32px;
  max-width:1240px;
  margin:0 auto;
}
.brand{
  font-family:var(--ff-display);
  font-size:23px;
  font-weight:700;
  letter-spacing:0.5px;
  color:var(--cream);
}
.brand span{color:var(--gold-400);}
.main-nav{display:flex;align-items:center;gap:34px;}
.main-nav a{
  font-size:13.5px;
  font-weight:500;
  letter-spacing:0.3px;
  color:var(--cream-dim);
  position:relative;
  padding:4px 0;
  transition:color .2s;
}
.main-nav a:hover, .main-nav a.active{color:var(--gold-300);}
.main-nav a:hover::after, .main-nav a.active::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-2px;
  height:1px;
  background:var(--gold-400);
}
.header-cta{display:flex;align-items:center;gap:22px;}
.nav-toggle{display:none;}

/* ---------- Hero (asymmetric split) ---------- */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse at 85% 15%, rgba(216,181,106,0.14), transparent 55%),
    linear-gradient(135deg,var(--plum-950) 0%, var(--plum-900) 45%, var(--plum-700) 100%);
  padding:96px 0 0;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:40px;
  align-items:center;
}
.hero-copy .eyebrow{margin-bottom:22px;}
.hero-copy h1{
  font-size:clamp(38px,5vw,62px);
  line-height:1.08;
  margin-bottom:24px;
  letter-spacing:-0.5px;
}
.hero-copy p{
  font-size:17px;
  color:var(--cream-dim);
  max-width:520px;
  margin-bottom:36px;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:44px;}
.hero-stats{
  display:flex;
  gap:36px;
  border-top:1px solid var(--line);
  padding-top:26px;
}
.hero-stat b{
  display:block;
  font-family:var(--ff-display);
  font-size:26px;
  color:var(--gold-300);
}
.hero-stat span{font-size:12.5px;color:var(--cream-dim);letter-spacing:0.4px;}

.hero-art{
  position:relative;
  height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.wheel{
  width:400px;height:400px;
  border-radius:50%;
  background:
    conic-gradient(from 0deg,
      var(--plum-700) 0deg 30deg, var(--plum-950) 30deg 60deg,
      var(--plum-700) 60deg 90deg, var(--plum-950) 90deg 120deg,
      var(--plum-700) 120deg 150deg, var(--plum-950) 150deg 180deg,
      var(--plum-700) 180deg 210deg, var(--plum-950) 210deg 240deg,
      var(--plum-700) 240deg 270deg, var(--plum-950) 270deg 300deg,
      var(--plum-700) 300deg 330deg, var(--plum-950) 330deg 360deg);
  border:10px solid var(--gold-500);
  box-shadow:0 0 0 1px var(--plum-600), 0 40px 90px rgba(0,0,0,0.55), inset 0 0 40px rgba(0,0,0,0.5);
  position:relative;
  animation:spin 40s linear infinite;
}
.wheel::before{
  content:"";
  position:absolute;
  inset:35%;
  border-radius:50%;
  background:radial-gradient(circle,var(--gold-300),var(--gold-500));
  box-shadow:0 0 40px rgba(216,181,106,0.5);
}
@keyframes spin{to{transform:rotate(360deg);}}
.hero-card{
  position:absolute;
  bottom:10px;
  left:0;
  background:rgba(31,10,28,0.9);
  border:1px solid var(--line);
  padding:18px 22px;
  max-width:260px;
  backdrop-filter:blur(6px);
}
.hero-card b{color:var(--gold-300);font-family:var(--ff-display);display:block;font-size:15px;margin-bottom:6px;}
.hero-card span{font-size:12.5px;color:var(--cream-dim);}

.hero-wave{
  height:70px;
  background:var(--plum-900);
  clip-path:polygon(0 100%,100% 0,100% 100%);
  margin-top:-1px;
}

/* ---------- Marquee ticker ---------- */
.ticker{
  background:linear-gradient(90deg,var(--gold-500),var(--gold-300),var(--gold-500));
  color:var(--plum-950);
  overflow:hidden;
  white-space:nowrap;
  padding:12px 0;
}
.ticker-track{
  display:inline-block;
  animation:ticker 28s linear infinite;
  font-weight:600;
  font-size:13.5px;
  letter-spacing:0.5px;
}
.ticker-track span{margin:0 26px;}
@keyframes ticker{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

/* ---------- Section shells ---------- */
section{padding:110px 0;position:relative;}
.section-plum{background:var(--plum-900);}
.section-deep{background:var(--plum-950);}
.section-head{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  align-items:end;
  margin-bottom:56px;
}
.section-head h2{font-size:clamp(28px,3.4vw,42px);line-height:1.15;}
.section-head p{color:var(--cream-dim);font-size:15.5px;}

/* ---------- About / two column ---------- */
.about-wrap{
  display:grid;
  grid-template-columns:0.85fr 1.15fr;
  gap:64px;
  align-items:start;
}
.about-figure{
  position:relative;
  border:1px solid var(--line);
  padding:34px;
  background:linear-gradient(160deg,var(--plum-800),var(--plum-900));
}
.about-figure h3{font-size:22px;margin-bottom:14px;color:var(--gold-300);}
.about-figure p{color:var(--cream-dim);font-size:14.5px;}
.about-num{
  font-family:var(--ff-display);
  font-size:64px;
  color:var(--gold-500);
  opacity:0.5;
  line-height:1;
  margin-bottom:10px;
}
.about-text p{color:var(--cream-dim);margin-bottom:20px;font-size:15.5px;}
.about-text p:last-child{margin-bottom:0;}

/* ---------- Feature grid (6 cards, staggered) ---------- */
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
}
.feature-card{
  background:var(--plum-950);
  padding:44px 36px;
  transition:background .25s;
}
.feature-card:hover{background:var(--plum-800);}
.feature-icon{
  width:46px;height:46px;
  border:1px solid var(--gold-500);
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  color:var(--gold-400);
  margin-bottom:22px;
  font-size:18px;
}
.feature-card h4{font-size:18px;margin-bottom:10px;}
.feature-card p{color:var(--cream-dim);font-size:14px;}

/* ---------- Destinations (alternating rows) ---------- */
.dest-row{
  display:grid;
  grid-template-columns:0.5fr 1.5fr;
  gap:0;
  border:1px solid var(--line);
  margin-bottom:-1px;
}
.dest-row:nth-child(even){grid-template-columns:1.5fr 0.5fr;}
.dest-row:nth-child(even) .dest-media{order:2;}
.dest-media{
  background:linear-gradient(150deg,var(--plum-700),var(--plum-900));
  display:flex;
  align-items:center;
  justify-content:center;
  padding:30px;
  min-height:230px;
  position:relative;
}
.dest-media .dest-index{
  font-family:var(--ff-display);
  font-size:80px;
  color:rgba(233,205,143,0.18);
}
.dest-body{padding:38px 44px;border-left:1px solid var(--line);}
.dest-row:nth-child(even) .dest-body{border-left:none;border-right:1px solid var(--line);}
.dest-loc{color:var(--gold-400);font-size:12.5px;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:10px;display:block;}
.dest-body h3{font-size:24px;margin-bottom:14px;}
.dest-body p{color:var(--cream-dim);font-size:14.5px;margin-bottom:16px;}
.dest-tags{display:flex;gap:10px;flex-wrap:wrap;}
.dest-tags span{
  border:1px solid var(--line);
  padding:6px 14px;
  font-size:12px;
  color:var(--gold-300);
  letter-spacing:0.3px;
}

/* ---------- Stats band ---------- */
.stats-band{
  background:linear-gradient(90deg,var(--plum-700),var(--plum-600));
  padding:64px 0;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  text-align:center;
}
.stats-grid b{
  display:block;
  font-family:var(--ff-display);
  font-size:40px;
  color:var(--gold-300);
  margin-bottom:8px;
}
.stats-grid span{font-size:13px;letter-spacing:0.4px;color:var(--cream-dim);}

/* ---------- Testimonials ---------- */
.testi-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}
.testi-card{
  border:1px solid var(--line);
  padding:32px;
  background:var(--plum-900);
}
.testi-stars{color:var(--gold-400);margin-bottom:18px;letter-spacing:3px;}
.testi-card p{color:var(--cream-dim);font-size:14.5px;margin-bottom:22px;}
.testi-name{font-family:var(--ff-display);color:var(--cream);font-size:15px;}
.testi-role{color:var(--gold-400);font-size:12.5px;}

/* ---------- CTA banner ---------- */
.cta-banner{
  background:radial-gradient(ellipse at 20% 30%, rgba(216,181,106,0.18), transparent 60%), var(--plum-950);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  text-align:center;
  padding:100px 0;
}
.cta-banner h2{font-size:clamp(26px,3.6vw,44px);margin-bottom:20px;}
.cta-banner p{color:var(--cream-dim);max-width:560px;margin:0 auto 36px;}

/* ---------- Long-form / editorial ---------- */
.editorial{
  display:grid;
  grid-template-columns:0.8fr 1.2fr;
  gap:64px;
}
.editorial-lead{
  border-left:2px solid var(--gold-500);
  padding-left:28px;
}
.editorial-lead p{
  font-family:var(--ff-display);
  font-size:24px;
  line-height:1.4;
  color:var(--cream);
}
.editorial-body p{color:var(--cream-dim);font-size:14.5px;margin-bottom:18px;}

/* ---------- Disclaimer ---------- */
.disclaimer{
  border:1px solid var(--line);
  padding:34px 38px;
  background:var(--plum-900);
}
.disclaimer h4{color:var(--gold-300);font-size:17px;margin-bottom:12px;}
.disclaimer p{color:var(--cream-dim);font-size:13.5px;margin-bottom:10px;}
.disclaimer p:last-child{margin-bottom:0;}

/* ---------- Footer ---------- */
.site-footer{
  background:var(--plum-950);
  border-top:1px solid var(--line);
  padding:64px 0 28px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:40px;
  margin-bottom:48px;
}
.footer-brand p{color:var(--cream-dim);font-size:13.5px;margin-top:16px;max-width:280px;}
.footer-col h5{
  color:var(--gold-300);
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  margin-bottom:18px;
}
.footer-col ul li{margin-bottom:11px;}
.footer-col ul li a{color:var(--cream-dim);font-size:14px;}
.footer-col ul li a:hover{color:var(--gold-300);}
.footer-bottom{
  border-top:1px solid var(--line);
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:12px;
  font-size:12.5px;
  color:var(--cream-dim);
}
.footer-bottom a{color:var(--cream-dim);margin-left:18px;}
.footer-bottom a:hover{color:var(--gold-300);}

/* ---------- Legal pages ---------- */
.legal-hero{
  padding:80px 0 60px;
  background:linear-gradient(135deg,var(--plum-950),var(--plum-800));
  border-bottom:1px solid var(--line);
}
.legal-hero h1{font-size:clamp(32px,4vw,48px);margin-bottom:14px;}
.legal-hero p{color:var(--cream-dim);font-size:14.5px;}
.legal-body{padding:70px 0;}
.legal-body .container{max-width:880px;}
.legal-body h2{
  font-size:22px;
  margin:44px 0 16px;
  color:var(--gold-300);
}
.legal-body h2:first-child{margin-top:0;}
.legal-body p{color:var(--cream-dim);font-size:15px;margin-bottom:16px;}
.legal-body ul{margin:0 0 20px;padding-left:0;}
.legal-body ul li{
  color:var(--cream-dim);
  font-size:15px;
  padding-left:24px;
  position:relative;
  margin-bottom:10px;
}
.legal-body ul li::before{
  content:"—";
  position:absolute;
  left:0;
  color:var(--gold-500);
}
.legal-toc{
  border:1px solid var(--line);
  padding:26px 30px;
  margin-bottom:50px;
  background:var(--plum-900);
}
.legal-toc h4{color:var(--gold-300);font-size:14px;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px;}
.legal-toc ol{padding-left:20px;margin:0;color:var(--cream-dim);font-size:14px;}
.legal-toc ol li{margin-bottom:8px;}
.legal-toc a{color:var(--cream-dim);}
.legal-toc a:hover{color:var(--gold-300);}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .main-nav{display:none;}
  .hero-grid{grid-template-columns:1fr;}
  .hero-art{height:360px;margin-top:40px;}
  .wheel{width:280px;height:280px;}
  .about-wrap,.editorial{grid-template-columns:1fr;}
  .feature-grid{grid-template-columns:repeat(2,1fr);}
  .dest-row,.dest-row:nth-child(even){grid-template-columns:1fr;}
  .dest-row:nth-child(even) .dest-media{order:0;}
  .stats-grid{grid-template-columns:repeat(2,1fr);}
  .testi-grid{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr 1fr;}
  .section-head{grid-template-columns:1fr;}
}
@media (max-width:560px){
  .feature-grid{grid-template-columns:1fr;}
  .stats-grid{grid-template-columns:1fr 1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .hero-stats{flex-wrap:wrap;gap:24px;}
}
