:root{
  --black:#050505;
  --dark:#111;
  --gold:#c9972a;
  --gold2:#f1ce75;
  --red:#a91414;
  --white:#fff;
  --muted:#cfcfcf;
  --paper:#f5f1ea;
  --font-title:'Cinzel', Georgia, serif;
  --font-body:'Montserrat', Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--black);
  color:var(--white);
  font-family:var(--font-body);
  line-height:1.6;
}
img{max-width:100%;display:block}

.visitas-oculto,
.campo-trampa{
  display:none!important;
}

.site-header{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:76px;
  padding:0 4vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(0,0,0,.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.brand,
.footer-brand{
  flex:0 0 auto;
  min-width:max-content;
  white-space:nowrap;
  word-break:keep-all;
  overflow-wrap:normal;
  hyphens:none;
  font-family:var(--font-title);
  font-size:clamp(1.55rem,3vw,2rem);
  color:var(--gold2);
  text-decoration:none;
  letter-spacing:-.04em;
}

.s-invertida{
  display:inline-block;
  transform:scaleX(-1);
  color:var(--gold2);
}

.main-nav{
  display:flex;
  gap:26px;
  align-items:center;
  flex:1 1 auto;
  justify-content:flex-end;
}

.main-nav a{
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:700;
  font-size:.82rem;
  letter-spacing:.04em;
  white-space:nowrap;
}

.main-nav a:hover{color:var(--gold2)}

.nav-cta{
  padding:12px 18px;
  background:linear-gradient(135deg,var(--gold),#8e6416);
  border-radius:6px;
}

.menu-toggle{
  display:none;
  flex:0 0 auto;
  background:none;
  border:0;
  color:#fff;
  font-size:2rem;
}

.hero{
  position:relative;
  min-height:690px;
  background:
    linear-gradient(90deg,#000 0%,rgba(0,0,0,.72) 44%,rgba(0,0,0,.2) 100%),
    url('img/imagen1.jpg') center right/cover no-repeat;
  display:flex;
  align-items:center;
  padding:80px 5vw;
  overflow:hidden;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 75% 30%,rgba(201,151,42,.18),transparent 28%);
}

.hero-content{
  position:relative;
  max-width:760px;
  width:100%;
  overflow:visible;
}

.eyebrow{
  text-transform:uppercase;
  color:var(--gold2);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.22em;
  margin:0 0 12px;
}

.center{text-align:center}

.logo-title{
  display:block;
  width:max-content;
  max-width:100%;
  white-space:nowrap;
  word-break:keep-all;
  overflow-wrap:normal;
  hyphens:none;
  font-family:var(--font-title);
  font-size:clamp(3.2rem,8vw,8rem);
  line-height:.86;
  margin:0;
  color:var(--gold2);
  letter-spacing:-.06em;
  text-shadow:0 10px 25px rgba(0,0,0,.8);
}

.claim{
  font-family:var(--font-title);
  font-size:clamp(1.65rem,4vw,3.5rem);
  line-height:1.05;
  color:var(--gold2);
  margin:18px 0;
}

.since{
  text-transform:uppercase;
  letter-spacing:.22em;
  font-weight:500;
  font-size:1.15rem;
  margin:0 0 28px;
  color:#fff;
}

.hero-text{
  font-size:1.1rem;
  max-width:540px;
  color:#eee;
}

.hero-actions{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
  margin-top:28px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 24px;
  border-radius:6px;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:800;
  font-size:.84rem;
  letter-spacing:.03em;
  text-align:center;
}

.btn-primary{
  background:linear-gradient(135deg,var(--gold),#9c6d16);
  color:#fff;
}

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

.btn-secondary.dark{
  color:#111;
  border-color:#111;
}

.btn.full{width:100%}

.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:linear-gradient(180deg,#181818,#090909);
  border-top:1px solid rgba(255,255,255,.1);
  border-bottom:1px solid rgba(255,255,255,.1);
  text-align:center;
  padding:30px 5vw 22px;
}

.stats div{border-right:1px solid rgba(255,255,255,.15)}
.stats div:last-of-type{border-right:0}

.stats strong{
  display:block;
  font-family:var(--font-title);
  font-size:2.8rem;
  color:var(--gold2);
  line-height:1;
}

.stats span{
  text-transform:uppercase;
  font-size:.78rem;
  font-weight:700;
}

.stats p{
  grid-column:1/-1;
  margin:20px 0 0;
  color:#e7e7e7;
  font-style:italic;
}

.split-section,
.feature-row,
.book-section,
.about-section,
.contact-section{
  display:grid;
  grid-template-columns:1fr 1fr;
}

.image-panel img,
.split-section .image-panel{
  height:100%;
  object-fit:cover;
}

.text-panel,
.feature-text,
.book-text,
.about-section>div{
  padding:70px 6vw;
  background:#fff;
  color:#111;
}

.text-panel h2,
.cards-section h2,
.feature-text h2,
.book-text h2,
.about-section h2,
.gallery-section h2,
.contact-section h2{
  font-family:var(--font-title);
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:1.08;
  margin:0 0 22px;
  color:inherit;
}

.text-panel .eyebrow,
.cards-section .eyebrow,
.book-text .eyebrow,
.about-section .eyebrow,
.gallery-section .eyebrow,
.contact-section .eyebrow{
  color:var(--red);
}

.check-list{
  list-style:none;
  padding:0;
  margin:24px 0;
}

.check-list li{
  margin:10px 0;
  padding-left:28px;
  position:relative;
}

.check-list li:before{
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--red);
  font-weight:800;
}

.cards-section,
.gallery-section{
  background:var(--paper);
  color:#111;
  padding:70px 4vw;
  text-align:center;
}

.cards-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:35px;
}

.card{
  background:#fff;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(0,0,0,.12);
  overflow:hidden;
  text-align:left;
}

.card img{
  height:215px;
  width:100%;
  object-fit:cover;
}

.card h3{
  margin:24px 24px 10px;
  text-transform:uppercase;
}

.card p{margin:0 24px 28px}

.dark-row{
  background:#080808;
  color:#fff;
}

.feature-text{
  background:#080808;
  color:#fff;
}

.feature-image img{
  height:100%;
  width:100%;
  object-fit:cover;
}

.book-section{
  background:#fff;
  color:#111;
  align-items:center;
}

.book-mockup{
  min-height:520px;
  background:
    radial-gradient(circle at center,rgba(201,151,42,.22),transparent 45%),
    linear-gradient(135deg,#080808,#172033);
  display:flex;
  align-items:center;
  justify-content:center;
  perspective:900px;
}

.book-cover{
  width:min(330px,70%);
  position:relative;
  transform:rotateY(-18deg) rotateX(2deg);
  box-shadow:35px 25px 45px rgba(0,0,0,.45);
}

.book-cover:after{
  content:'';
  position:absolute;
  top:3%;
  right:-30px;
  width:30px;
  height:94%;
  background:linear-gradient(90deg,#18224b,#0b102a);
  transform:skewY(7deg);
  transform-origin:left;
}

.book-cover:before{
  content:'';
  position:absolute;
  right:-25px;
  bottom:-22px;
  width:92%;
  height:26px;
  background:#e9e1cc;
  transform:skewX(-48deg);
  transform-origin:left top;
}

.book-cover img{
  position:relative;
  z-index:2;
  border-radius:2px;
}

.about-section{
  background:#111;
  color:#fff;
}

.about-section>div{
  background:#111;
  color:#fff;
}

.about-section img{
  height:100%;
  width:100%;
  object-fit:cover;
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:30px;
}

.gallery-grid img{
  height:300px;
  width:100%;
  object-fit:cover;
  border-radius:10px;
  box-shadow:0 10px 20px rgba(0,0,0,.18);
}

.contact-section{
  background:linear-gradient(135deg,#7d0f0f,#c01919);
  color:#fff;
  align-items:center;
}

.contact-section>div,
.contact-form{
  padding:60px 6vw;
}

.contact-box{
  display:grid;
  gap:14px;
}

.contact-form{
  background:rgba(255,255,255,.98);
  color:#111;
  display:grid;
  gap:16px;
  min-height:100%;
}

.contact-form label{
  display:grid;
  gap:7px;
  font-weight:700;
  color:#111;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid #d8d8d8;
  border-radius:12px;
  padding:13px 14px;
  font-family:inherit;
  font-size:1rem;
}

.whatsapp-floating{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  width:58px;
  height:58px;
  border-radius:999px;
  background:#25d366;
  color:#fff;
  display:grid;
  place-items:center;
  text-decoration:none;
  font-size:1.8rem;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}

.site-footer{
  padding:45px 5vw;
  background:#050505;
  color:#fff;
}

.site-footer p{margin:.2rem 0}

.small{
  font-size:.78rem;
  color:#aaa;
  margin-top:16px!important;
}

.simple-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  background:#111;
  color:#fff;
}

.thanks-box{
  max-width:560px;
  padding:40px;
  text-align:center;
}

@media (max-width:1200px){
  .main-nav{
    gap:16px;
  }

  .main-nav a{
    font-size:.76rem;
  }
}

@media (max-width:980px){
  .menu-toggle{display:block}

  .main-nav{
    position:absolute;
    left:0;
    right:0;
    top:76px;
    background:#050505;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    padding:25px 5vw;
  }

  .main-nav.open{display:flex}

  .hero{
    min-height:650px;
    background-position:center;
  }

  .stats{
    grid-template-columns:repeat(2,1fr);
    gap:26px;
  }

  .stats div{border:0}

  .split-section,
  .feature-row,
  .book-section,
  .about-section,
  .contact-section{
    grid-template-columns:1fr;
  }

  .cards-grid,
  .gallery-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .image-panel img,
  .about-section img,
  .feature-image img{
    max-height:520px;
  }
}

@media (max-width:620px){
  .site-header{
    min-height:68px;
    padding:0 5vw;
  }

  .brand{
    font-size:clamp(1.25rem,6vw,1.55rem);
    max-width:calc(100vw - 90px);
  }

  .menu-toggle{
    font-size:1.8rem;
  }

  .main-nav{
    top:68px;
  }

  .hero{
    padding:70px 6vw;
    min-height:620px;
    background-position:center;
  }

  .logo-title{
    font-size:clamp(2.45rem,13vw,4.4rem);
    max-width:100%;
  }

  .claim{
    font-size:clamp(1.55rem,9vw,2rem);
  }

  .since{
    font-size:.82rem;
    letter-spacing:.14em;
  }

  .hero-actions{
    display:grid;
  }

  .stats{
    grid-template-columns:1fr;
  }

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

  .card img,
  .gallery-grid img{
    height:auto;
  }

  .text-panel,
  .feature-text,
  .book-text,
  .about-section>div,
  .contact-section>div,
  .contact-form{
    padding:45px 6vw;
  }

  .book-mockup{
    min-height:420px;
  }
}

@media (max-width:390px){
  .brand{
    font-size:1.18rem;
  }

  .logo-title{
    font-size:clamp(2.15rem,12vw,3.1rem);
    letter-spacing:-.08em;
  }

  .claim{
    font-size:1.45rem;
  }
}