
:root{
  --pyro-cream:#f5f0e8;
  --pyro-warm:#faf8f4;
  --pyro-gold:#b8975a;
  --pyro-gold-light:#d4b07a;
  --pyro-gold-dark:#8a6d3a;
  --pyro-charcoal:#1a1814;
  --pyro-charcoal-mid:#2e2b25;
  --pyro-charcoal-light:#4a4640;
  --pyro-stone:#9e9890;
  --pyro-stone-light:#ccc7bc;
  --pyro-divider:rgba(184,151,90,.25);
  --pyro-divider-soft:rgba(184,151,90,.12);
  --pyro-shadow:0 12px 40px rgba(0,0,0,.22);
  --pyro-radius:14px;
  --pyro-max:1180px;
}

html,body{
  background:var(--pyro-charcoal);
  color:var(--pyro-cream);
  font-family:'Montserrat',sans-serif;
}

body.pyro-luxury-theme{
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, rgba(184,151,90,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 60% 80% at 80% 90%, rgba(184,151,90,0.05) 0%, transparent 60%),
    var(--pyro-charcoal);
  min-height:100vh;
}

body.pyro-luxury-theme::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.55;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}

body.pyro-luxury-theme h1,
body.pyro-luxury-theme h2,
body.pyro-luxury-theme h3,
body.pyro-luxury-theme h4,
body.pyro-luxury-theme h5,
body.pyro-luxury-theme h6,
.pyro-hero-title,
.pyro-exp-name,
.pyro-serif{
  font-family:'Cormorant Garamond',serif;
  color:var(--pyro-cream);
  letter-spacing:.02em;
}

body.pyro-luxury-theme a{
  color:var(--pyro-gold-light);
}
body.pyro-luxury-theme a:hover{
  color:var(--pyro-warm);
}

.pyro-page-shell{
  max-width:var(--pyro-max);
  margin:0 auto;
  padding:60px 24px 90px;
  position:relative;
  z-index:1;
}

.pyro-section-head{
  text-align:center;
  margin-bottom:42px;
}

.pyro-eyebrow{
  display:inline-block;
  font-size:11px;
  letter-spacing:.34em;
  text-transform:uppercase;
  color:var(--pyro-gold);
  margin-bottom:14px;
}

.pyro-hero-title{
  font-size:clamp(2.3rem,5vw,4rem);
  line-height:1.06;
  margin:0;
  font-weight:300;
}
.pyro-hero-title em{
  color:var(--pyro-gold-light);
  font-style:italic;
}

.pyro-rule{
  width:52px;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--pyro-gold), transparent);
  margin:22px auto 0;
}

.pyro-card-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:20px;
}

.pyro-exp-card{
  border:1px solid rgba(184,151,90,.18);
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(184,151,90,.03));
  box-shadow:var(--pyro-shadow);
  padding:28px 22px 24px;
  border-radius:var(--pyro-radius);
  transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.pyro-exp-card:hover{
  transform:translateY(-3px);
  border-color:rgba(184,151,90,.35);
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}

.pyro-exp-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.pyro-exp-icon{
  font-size:2rem;
}

.pyro-exp-badge{
  font-size:1rem;
  color:var(--pyro-gold-light);
}
.pyro-exp-badge span{
  font-size:11px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--pyro-stone);
}

.pyro-exp-name{
  font-size:1.7rem;
  line-height:1.08;
  margin:0 0 10px;
}

.pyro-exp-desc{
  font-size:14px;
  line-height:1.85;
  color:var(--pyro-stone-light);
  margin:0 0 14px;
}

.pyro-exp-includes{
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--pyro-gold);
  margin-bottom:8px;
}

.pyro-exp-amenity{
  font-size:13px;
  line-height:1.85;
  color:var(--pyro-stone-light);
  margin-bottom:16px;
}

.pyro-exp-price-tag{
  margin:14px 0 18px;
  padding-top:14px;
  border-top:1px solid var(--pyro-divider);
}

.pyro-exp-base-price{
  font-family:'Cormorant Garamond',serif;
  font-size:2.2rem;
  color:var(--pyro-gold-light);
}
.pyro-exp-per{
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--pyro-stone);
  margin-left:6px;
}

.pyro-btn,
.elementor-button.pyro-btn,
body.pyro-luxury-theme .elementor-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:var(--pyro-gold);
  color:var(--pyro-charcoal) !important;
  border:1px solid var(--pyro-gold);
  border-radius:999px;
  padding:14px 24px;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.pyro-btn:hover,
.elementor-button.pyro-btn:hover,
body.pyro-luxury-theme .elementor-button:hover{
  background:var(--pyro-gold-light);
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(184,151,90,.24);
}

.pyro-btn-outline{
  background:transparent;
  color:var(--pyro-cream) !important;
  border-color:rgba(184,151,90,.35);
}

.pyro-btn-outline:hover{
  background:rgba(184,151,90,.08);
  box-shadow:none;
}

@media (max-width: 1024px){
  .pyro-card-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 767px){
  .pyro-page-shell{ padding:40px 16px 70px; }
  .pyro-card-grid{ grid-template-columns:1fr; gap:14px; }
  .pyro-exp-card{ padding:22px 18px 20px; }
  .pyro-exp-name{ font-size:1.45rem; }
  .pyro-exp-desc, .pyro-exp-amenity{ font-size:13px; }
  .pyro-btn{ width:100%; }
}


.pyro-btn-ghost,
.elementor-button.pyro-btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:transparent;
  color:var(--pyro-cream) !important;
  border:1px solid rgba(184,151,90,.35);
  border-radius:999px;
  padding:14px 24px;
  font-size:11px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.pyro-btn-ghost:hover,
.elementor-button.pyro-btn-ghost:hover{
  transform:translateY(-1px);
  border-color:rgba(184,151,90,.6);
  background:rgba(255,255,255,.03);
}

.pyro-btn--lg{ padding:16px 30px; }
.pyro-btn-ghost--light{ border-color:rgba(245,240,232,.25); }

.pyro-home{ position:relative; z-index:1; }

.pyro-home-hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.pyro-home-hero__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(20,18,15,.88) 0%, rgba(20,18,15,.68) 42%, rgba(20,18,15,.45) 100%),
    radial-gradient(circle at 75% 30%, rgba(184,151,90,.22), transparent 25%),
    radial-gradient(circle at 80% 70%, rgba(184,151,90,.10), transparent 22%),
    linear-gradient(135deg, #171410 0%, #211d17 45%, #11100d 100%);
}

.pyro-home-hero__inner{
  width:100%;
  padding-top:90px;
  padding-bottom:90px;
}

.pyro-home-hero__content{
  position:relative;
  z-index:2;
  max-width:720px;
}

.pyro-home-lead,
.pyro-home-sub{
  font-size:15px;
  line-height:1.95;
  color:var(--pyro-stone-light);
  max-width:760px;
}

.pyro-home-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}

.pyro-home-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:34px;
  max-width:720px;
}

.pyro-stat{
  border:1px solid rgba(184,151,90,.16);
  background:rgba(255,255,255,.03);
  backdrop-filter: blur(6px);
  border-radius:16px;
  padding:18px 16px;
}

.pyro-stat strong{
  display:block;
  color:var(--pyro-gold-light);
  font-family:'Cormorant Garamond',serif;
  font-size:1.55rem;
  margin-bottom:6px;
}

.pyro-stat span{
  color:var(--pyro-stone-light);
  font-size:12px;
  line-height:1.7;
}

.pyro-home-section{ padding-top:36px; padding-bottom:36px; }
.pyro-card-grid--premium{ grid-template-columns:repeat(3,minmax(0,1fr)); }
.pyro-exp-card--premium{ padding:30px 24px 24px; }

.pyro-split{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:22px;
}

.pyro-panel{
  border:1px solid rgba(184,151,90,.16);
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(184,151,90,.03));
  box-shadow:var(--pyro-shadow);
  border-radius:18px;
  padding:34px 28px;
}

.pyro-home-title{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2rem,4vw,3.2rem);
  line-height:1.08;
  margin:0 0 16px;
}
.pyro-home-title em{ color:var(--pyro-gold-light); font-style:italic; }

.pyro-story-card p,
.pyro-chef-card p{
  font-size:15px;
  line-height:1.95;
  color:var(--pyro-stone-light);
}

.pyro-check-list{
  list-style:none;
  padding:0;
  margin:18px 0 24px;
}
.pyro-check-list li{
  position:relative;
  padding-left:22px;
  margin-bottom:12px;
  color:var(--pyro-stone-light);
  line-height:1.8;
}
.pyro-check-list li::before{
  content:"✦";
  position:absolute;
  left:0;
  top:0;
  color:var(--pyro-gold-light);
}

.pyro-cta-band{
  display:grid;
  grid-template-columns:1.3fr auto;
  gap:18px;
  align-items:center;
  border:1px solid rgba(184,151,90,.18);
  background:linear-gradient(135deg, rgba(255,255,255,.03), rgba(184,151,90,.06));
  border-radius:22px;
  padding:32px 28px;
  box-shadow:var(--pyro-shadow);
}

.pyro-cta-band p{ color:var(--pyro-stone-light); margin:0; line-height:1.9; }

@media (max-width: 1024px){
  .pyro-card-grid--premium,
  .pyro-home-stats,
  .pyro-split,
  .pyro-cta-band{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .pyro-home-hero{ min-height:auto; }
  .pyro-page-shell{ padding:42px 18px 70px; }
  .pyro-home-hero__inner{ padding-top:70px; padding-bottom:70px; }
  .pyro-home-hero__actions,
  .pyro-cta-band__actions{ display:flex; flex-direction:column; }
  .pyro-home-hero__actions .pyro-btn,
  .pyro-home-hero__actions .pyro-btn-ghost,
  .pyro-cta-band__actions .pyro-btn{ width:100%; }
  .pyro-panel,
  .pyro-cta-band{ padding:24px 18px; }
}
