@font-face {
  font-family: 'Bystander Serif';
  src: url('../fonts/BystanderSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root{
  --bg:#030303;
  --text:#fff;
  --muted:#d8d8d8;
  --line:#292929;

  /* NUEVO COLOR PRINCIPAL */
  --accent:#ff6a00;

  --card:#eee;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'Bystander Serif', serif}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:100%;margin-inline:auto}

.site-header{position:fixed;inset:0 0 auto 0;height:76px;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,8vw,140px);background:rgba(0,0,0,.86);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}
.brand img{width:100px}
.nav{display:flex;gap:34px;font-size:14px;font-weight:800;font-style:normal}
.nav a:hover{color:#c23bff}
.menu-toggle{display:none;background:0;border:0}

.hero{min-height:690px;display:grid;place-items:center;position:relative;text-align:center;overflow:hidden}

.hero__video-wrapper{
  position:absolute;
  inset:76px 0 0;
  width:100%;
  height:calc(100% - 76px);
  overflow:hidden;
  z-index:0;
}

.hero__video-wrapper iframe{
  position:absolute;
  top:50%;
  left:50%;
  width:100vw;
  height:56.25vw; /* proporciÃ³n 16:9 */
  min-height:100%;
  min-width:177.77vh; /* proporciÃ³n 16:9 */
  transform:translate(-50%, -50%);
  border:0;
  pointer-events:none;
}

.hero::after{
  content:"";
  position:absolute;
  inset:76px 0 0;
  background:linear-gradient(
    180deg,
    rgba(0,0,0,.4) 0%,
    rgba(0,0,0,.65) 50%,
    rgba(0,0,0,.95) 85%,
    #000 100%
  );
  z-index:1;
  pointer-events:none;
}

.hero__content{
  position:relative;
  z-index:5;
  margin-top:80px;
  width:min(1400px,95vw);
}

.hero__content{
  text-align:center;
}

.mark{
  width:150px;
  margin:0 auto 12px;
  display:block;
}
h1,h2,h3,p{margin:0}
h1{
  text-transform:uppercase;
  font-family:'Bystander Serif', serif;
  font-size:clamp(70px,9vw,100px);
  line-height:0.9;
  letter-spacing:0;
  font-weight:400;
}
.kicker{
  font-family: Inter, Arial, sans-serif;
  font-weight:400;
  font-style:normal;
  margin:8px 0 12px;
  font-size:18px;
}
.intro{
  font-family: Inter, Arial, sans-serif;
  font-weight:400;
  font-size:18px;
  line-height:1.5;
  color:#eee;
}
.actions{display:flex;justify-content:center;gap:18px;margin-top:36px}
.btn{
  padding:17px 30px;
  font-size:18px;
  font-weight:400;
  font-style:normal;
  font-family: Inter, Arial, sans-serif;
}
.btn{
  padding:18px 42px;
  border-radius:999px;
  font-size:18px;
  font-weight:600;
  border:2px solid #fff;
  transition:.25s ease;
  text-transform:none;
}
.btn--light{
  background:#fff;
  color:#000;
font-size:16px !important;
  font-weight:800 !important;
  font-family: Inter, Arial, sans-serif;
}
.btn--outline{
  background:transparent;
  color:#fff;
  font-size:16px !important;
  font-weight:800 !important;
  font-family: Inter, Arial, sans-serif;
}

section{padding:70px 0}
.section-reveal{opacity:0;transform:translateY(28px);transition:.75s ease}
.section-reveal.visible{opacity:1;transform:none}
h2{text-transform:uppercase;font-size:clamp(38px,7vw,70px);line-height:1.14;font-style:normal;font-weight:900;letter-spacing:.07em}

.cocktails h2{
  position:relative;
  z-index:5;
}

.feature{position:relative;margin-top:-50px;z-index:1}
.feature img{width:100%;margin:auto;z-index:1}
.card{background:var(--card);color:#050505;padding:28px 32px;box-shadow:-6px 6px 0 var(--accent);min-width:310px}
.card h3{text-transform:uppercase;font-size:30px;line-height:1.12;font-style:normal;font-weight:900}
.card a{display:block;margin-top:24px;color:var(--accent);font-size:13px;font-weight:900;text-transform:uppercase}
.feature--right .card{position:absolute;right:9%;bottom:22px}

.grid-gallery{display:grid;gap:18px;margin:82px auto 0}
.grid-gallery.three{grid-template-columns:repeat(3,1fr);width:100%}
.grid-gallery img,.food__imgs img,.ambience__gallery img{height:100%;width:100%;object-fit:cover}

.food__wrap{display:grid;grid-template-columns:.8fr 1.2fr;align-items:start;gap:34px}
.food__copy{justify-self:end; position:relative; left:5px;}
.small{margin-top:28px;min-width:240px}
.food__imgs{display:grid;grid-template-columns:1fr 1fr;gap:10px;height:460px}

.ambience h2{margin-bottom:34px}
.ambience__gallery{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;width:100%}
.ambience__gallery img{height:360px}
.card--green{box-shadow:-6px 6px 0 var(--accent)}
.card--green a{color:#159627}
.ambience__gallery .card{position:absolute;right:10px;bottom:70px}

.hours{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:45px;text-align:center}
.hours p{font-size:16px}
.hours span{display:block;font-size:11px;color:#bcbcbc;margin-bottom:8px}
.contact-row{border-top:1px solid var(--line);margin-top:32px;padding-top:24px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;text-align:center;font-size:13px}
.whatsapp{position:fixed;right:18px;bottom:18px;z-index:30;background:#23c55e;color:#fff;padding:14px 18px;border-radius:999px;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.35)}

@media (max-width:900px){
  .menu-toggle{display:grid;gap:7px}
  .menu-toggle span{width:28px;height:2px;background:#fff}
  .nav{position:absolute;top:76px;left:0;right:0;background:#000;display:none;flex-direction:column;padding:28px;text-align:center}
  .nav.open{display:flex}
  .hero{min-height:650px}
  .actions{flex-direction:column;align-items:center}
  .feature--right .card,.ambience__gallery .card{position:static;margin:22px auto 0}
  .grid-gallery.three,.food__wrap,.hours,.contact-row{grid-template-columns:1fr}
  .food__copy{justify-self:start;}
  .food__imgs{height:auto}
  .ambience__gallery{grid-template-columns:1fr}
  .ambience__gallery img{height:320px}
  section{padding:54px 0}
}

@media (max-width:560px){
  .site-header{padding:0 18px}
  .brand img{width:100px}
  .intro{font-size:15px}
  .card{min-width:0;width:100%;padding:24px}
  .grid-gallery.three{gap:12px}
  .grid-gallery.three img{height:240px}
  .grid-gallery.three{grid-template-columns:1fr}
  h2{letter-spacing:.03em}
  .whatsapp{font-size:12px}
}

.nav .nav-cta{
  font-family: Inter, Arial, sans-serif !important;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  background:#fff;
  color:#000;
  padding:12px 20px;
  border-radius:999px;
  font-weight:900;
  transition:.25s ease;
}

.nav .nav-cta:hover{
  color:#000;
  transform:translateY(-2px);
}

.nav-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Bot¨®n flotante WhatsApp */

.whatsapp-float{
  font-family: Inter, Arial, sans-serif;
  font-weight:600;
}

.whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #ffffff;
    color: #000000;
    padding: 14px 22px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: all 0.3s ease;
}

.whatsapp-float i {
    font-size: 28px;
}

.whatsapp-float:hover {
    transform: translateY(-3px);
    background: #000000;
    color: #ffffff;
}

.footer {
  width: 100%;
  background: #000;
  color: white;
  font-size:14px;
  font-weight:800;
  font-style:normal;
}

.footer-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;

  display: flex;
  justify-content: space-between;
  gap: 80px;

  padding: 80px 60px;
}

.footer-logo img {
  width: 280px;
  margin-bottom: 40px;
}

.footer-btn {
  display: inline-block;
  background: white;
  color: black;
  text-decoration: none;

  padding: 16px 34px;
  border-radius: 40px;
  font-size:16px !important;
  font-weight:800 !important;
  font-family: Inter, Arial, sans-serif;
  transition: 0.3s ease;
}

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

.footer-column {
  max-width: 320px;
}

.footer-column h3 {
  font-size: 52px;
  font-weight: 900;
  margin-bottom: 24px;

  letter-spacing: 1px;
}

.footer-column p {
  font-size: 24px;
  line-height: 1.5;
  color: #d6d6d6;

  margin-bottom: 24px;
}

.footer-column span {
  font-style: normal;
  color: #9d9d9d;
}

.footer-divider {
  width: 100%;
  height: 2px;
  background: #5a5a5a;

  margin: 28px 0;
}

.footer-bottom {
  width: 100%;
  text-align: center;

  background: #1e1e1e;

  padding: 22px;
  font-size: 22px;
  color: #d8d8d8;
}

@media (max-width: 992px) {

  .footer-container {
    flex-direction: column;
    gap: 60px;

    padding: 60px 30px;
  }

  .footer-logo img {
    width: 220px;
  }

  .footer-column h3 {
    font-size: 36px;
  }

  .footer-column p {
    font-size: 18px;
  }

}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-column h3 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 24px;
}

.footer-column p {
  font-size: 18px;
  line-height: 1.7;
  color: #d6d6d6;

  margin-bottom: 20px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 220px;
  height: 60px;

  background: white;
  color: black;

  border-radius: 999px;
  
  font-size:14px;
  font-weight:800;
  font-style:normal;

  text-decoration: none;

  transition: 0.3s ease;
}

.footer-container {
  gap: 50px;
}

.cta-section{
  position: relative;
  background: #000;
  padding: 140px 20px;
  overflow: hidden;
}

.cta-content{
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-section h2{
  font-family: 'Bystander Serif', serif;
  font-size: clamp(50px, 6vw, 90px);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 60px;
}

.cta-buttons{
  display:flex;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
}

.cta-decoration{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  opacity:.18;
}

.cta-left{
  left:-120px;
}

.cta-right{
  right:-120px;
}

.cta-decoration img{
  width:350px;
}

.cta-section h2{
  font-family:'Bystander Serif', serif;
  font-size:clamp(50px,6vw,90px);
  line-height:1.05;
  margin-bottom:60px;

  font-style:normal;
  font-weight:400;
  letter-spacing:0;
  text-transform:uppercase;
}

.parrilla-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:850px;
    background:#000;
}

.parrilla-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.parrilla-content{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px;
    overflow:hidden;
}

.parrilla-content h2{
    font-family:'Bystander Serif', serif;
    font-size:clamp(50px,4vw,85px);
    line-height:1;
    font-weight:400;
    font-style:normal;
    margin-bottom:30px;
    max-width:700px;
}

.parrilla-content p{
    font-family:Inter, Arial, sans-serif;
    font-size:22px;
    line-height:1.6;
    color:#e5e5e5;
    max-width:700px;
    margin-bottom:24px;
}

.parrilla-content .btn{
    width:max-content;
    margin-top:20px;
}

.parrilla-bg{
    position:absolute;
    right:-120px;
    bottom:40px;
    opacity:.08;
    pointer-events:none;
}

.parrilla-bg img{
    width:420px;
}

.corporativo-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:850px;
    background:#000;
}

.corporativo-content{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:80px;
    overflow:hidden;
}

.corporativo-content h2{
    font-family:'Bystander Serif', serif;
    font-size:clamp(50px,4vw,85px);
    line-height:1;
    font-weight:400;
    font-style:normal;
    margin-bottom:30px;
    max-width:700px;
}

.corporativo-content p{
    font-family:Inter, Arial, sans-serif;
    font-size:22px;
    line-height:1.6;
    color:#e5e5e5;
    max-width:650px;
    margin-bottom:20px;
}

.corporativo-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.corporativo-bg{
    position:absolute;
    left:-120px;
    top:50%;
    transform:translateY(-50%);
    opacity:.08;
    pointer-events:none;
}

.corporativo-bg img{
    width:420px;
}

.corporativo-content .btn{
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    min-width: 220px;
}