/* Bendito Capricho - LookMyWeb / Secuencia Gráfica */
:root{
  --bg:#0d0d0f;
  --bg2:#121218;
  --card:#161622;
  --soft:#f5f2ec;
  --text:#f4f4f5;
  --muted:#b8b8c6;
  --line:rgba(255,255,255,.12);
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --g:#1aa35b;
  --r:#d4443b;
  --w:#e9e5dc;
  --accent: linear-gradient(90deg, var(--g), var(--w), var(--r));
  --radius: 22px;
  --radius2: 28px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 600px at 20% -10%, rgba(26,163,91,.20), transparent 60%),
              radial-gradient(1100px 600px at 80% 0%, rgba(212,68,59,.18), transparent 55%),
              linear-gradient(180deg, #070709, #0d0d0f 30%, #0b0b0e);
  overflow-x:hidden;
}

img{max-width:100%; height:auto; display:block}
a{color:inherit}
.wrap{width:min(1120px, calc(100% - 40px)); margin:0 auto}
.skip{
  position:absolute; left:-999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip:focus{left:12px; top:12px; width:auto; height:auto; padding:10px 12px; background:#fff; color:#000; z-index:9999; border-radius:10px}

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:50;
  background: rgba(10,10,12,.55);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--line);
}
.topbar__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0}
.brand{display:flex; align-items:center; gap:12px; text-decoration:none}
.brand__mark{
  width:42px; height:42px; border-radius:12px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 30px rgba(0,0,0,.4);
  object-fit:cover;
}
.brand__name{
  font-family:"Playfair Display", serif;
  font-weight:700; letter-spacing:.2px;
  font-size:18px; line-height:1.05;
}
.brand__tag{display:block; font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; align-items:center; gap:10px}
.nav__link{
  text-decoration:none;
  padding:10px 12px;
  border-radius:999px;
  color:rgba(255,255,255,.86);
  border:1px solid transparent;
}
.nav__link:hover{border-color: var(--line); background: rgba(255,255,255,.04)}
.nav__cta{
  text-decoration:none;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.20);
}
.nav__cta:hover{background: rgba(255,255,255,.14)}
.navbtn{
  display:none;
  width:44px; height:44px; border-radius:14px;
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.18);
  cursor:pointer;
}
.navbtn span{display:block; height:2px; width:18px; margin:6px auto; background:#fff; border-radius:2px; opacity:.9}

/* Hero */
.hero{position:relative; padding:34px 0 0}
.hero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(1000px 520px at 20% 0%, rgba(26,163,91,.18), transparent 60%),
    radial-gradient(900px 480px at 85% 10%, rgba(212,68,59,.14), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%);
  pointer-events:none;
}
.hero__inner{display:grid; grid-template-columns: 1.15fr .85fr; gap:22px; align-items:stretch}
.hero__copy{
  padding: 26px 0 10px;
}
.pill{
  display:inline-flex; align-items:center; gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  font-size:13px;
}
.dot{width:8px; height:8px; border-radius:50%}
.dot--g{background:var(--g)}
.dot--w{background:var(--w)}
.dot--r{background:var(--r)}
h1{
  font-family:"Playfair Display", serif;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height:1.05;
  margin:16px 0 10px;
  letter-spacing:.2px;
}
.accent{
  background: var(--accent);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.lead{color: rgba(255,255,255,.86); font-size:16px; line-height:1.7; margin:0 0 18px}
.actions{display:flex; gap:12px; flex-wrap:wrap}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;
  border:1px solid transparent;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.btn:active{transform: translateY(1px)}
.btn--primary{
  background: linear-gradient(135deg, rgba(26,163,91,.95), rgba(212,68,59,.85));
  border-color: rgba(255,255,255,.18);
  box-shadow: var(--shadow);
}
.btn--ghost{
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.18);
}
.btn--ghost:hover{background: rgba(255,255,255,.10)}
.btn--tiny{padding:8px 12px; font-size:12px; border-radius:999px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18)}
.meta{display:grid; grid-template-columns:1fr; gap:10px; margin-top:18px}
.meta__item{display:flex; justify-content:space-between; gap:14px; align-items:flex-start; padding:12px 14px; border:1px solid rgba(255,255,255,.12); border-radius:16px; background: rgba(255,255,255,.04)}
.meta__k{color:var(--muted); font-size:12px}
.meta__v{font-size:13px; line-height:1.35; color:rgba(255,255,255,.9)}
.hero__card{padding: 26px 0 10px}
.card{
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.card__top{padding:16px 18px; display:flex; align-items:baseline; justify-content:space-between; gap:10px}
.card__title{font-weight:800}
.card__sub{color:var(--muted); font-size:12px}
.video{position:relative; aspect-ratio: 16/9; background:#000}
.video iframe{position:absolute; inset:0; width:100%; height:100%}

.strip{
  margin-top: 18px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:12px;
}
.strip__item{
  padding:14px 16px;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
}
.strip__k{display:block; font-size:12px; color:var(--muted)}
.strip__v{display:block; font-weight:700; margin-top:4px}

/* Sections */
.section{padding: 56px 0}
.section__head{margin-bottom:16px}
.section__head h2{
  font-family:"Playfair Display", serif;
  font-size: 34px;
  margin:0 0 8px;
}
.section__head p{margin:0; color: rgba(255,255,255,.78); line-height:1.6}
.section--dark{background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00))}
.section--soft{
  background: linear-gradient(180deg, rgba(245,242,236,.96), rgba(245,242,236,.90));
  color:#111;
}
.section--soft .muted{color: rgba(0,0,0,.62)}
.section--soft a{color:#111}
.section--soft .card{background: rgba(255,255,255,.75); border-color: rgba(0,0,0,.10); box-shadow: 0 20px 50px rgba(0,0,0,.15)}
.section--soft .btn--primary{color:#fff}
.section--soft .btn--ghost{color:#111; background: rgba(0,0,0,.04); border-color: rgba(0,0,0,.10)}

.grid{display:grid; gap:14px}
.grid--2{grid-template-columns: repeat(2, 1fr)}
.menuCard{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.menuCard img{width:100%; height:100%; object-fit:cover}

.callout{
  margin-top:18px;
  padding:18px 18px;
  border-radius: var(--radius2);
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.05);
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.callout h3{margin:0 0 4px}
.callout p{margin:0; color:rgba(255,255,255,.78)}
.callout__actions{display:flex; gap:10px; flex-wrap:wrap}

.masonry{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:12px;
}
.photo{
  border:0; padding:0; background:none; cursor:pointer;
  border-radius: 18px; overflow:hidden;
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.14);
  transition: transform .18s ease;
}
.photo:hover{transform: translateY(-2px)}
.photo img{width:100%; height:100%; object-fit:cover}
.photo:nth-child(1){grid-column: span 5; aspect-ratio: 4/3}
.photo:nth-child(2){grid-column: span 7; aspect-ratio: 16/9}
.photo:nth-child(3){grid-column: span 4; aspect-ratio: 1/1}
.photo:nth-child(4){grid-column: span 4; aspect-ratio: 1/1}
.photo:nth-child(5){grid-column: span 4; aspect-ratio: 4/5}

.social .embed{height:650px; overflow:hidden; border-radius:18px}
.social iframe{width:100%; height:100%}
.social__head{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px 18px}
.igNote{padding:18px}
.igNote p{margin:0 0 12px; color:rgba(255,255,255,.78); line-height:1.6}
.igGrid a{display:inline-block; padding:12px 14px; border-radius:999px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.18); text-decoration:none}

.map{position:relative; aspect-ratio: 16/11; border-radius: var(--radius2); overflow:hidden}
.map iframe{position:absolute; inset:0; width:100%; height:100%; border:0}

.info{padding:18px}
.info h3{margin:0 0 10px; font-family:"Playfair Display", serif; font-size:22px}
.info__row{display:flex; justify-content:space-between; gap:14px; padding:12px 0; border-bottom:1px solid rgba(0,0,0,.10)}
.divider{height:1px; background: rgba(0,0,0,.10); margin:16px 0}
.form{display:grid; gap:10px}
label span{display:block; font-size:12px; margin-bottom:6px; color: rgba(0,0,0,.68)}
input, textarea{
  width:100%;
  padding:12px 12px;
  border-radius: 14px;
  border:1px solid rgba(0,0,0,.16);
  background: rgba(255,255,255,.92);
  font: inherit;
}
textarea{resize:vertical}
.tiny{font-size:12px}
.muted{color: var(--muted)}
.section--soft .muted{color: rgba(0,0,0,.62)}

/* Footer */
.footer{
  border-top:1px solid var(--line);
  background: rgba(10,10,12,.7);
}
.footer__inner{
  padding: 18px 0;
  display:flex; align-items:center; justify-content:space-between; gap:14px;
}
.footer__left{display:flex; flex-direction:column; gap:2px}
.footer__right p{margin:0; color: rgba(255,255,255,.82)}

/* WhatsApp floating */
.wafloat{
  position:fixed; right:16px; bottom:16px; z-index:60;
  width:56px; height:56px;
  border-radius: 18px;
  background: rgba(26,163,91,.95);
  border:1px solid rgba(255,255,255,.22);
  display:grid; place-items:center;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
  text-decoration:none;
}
.wafloat svg{width:26px; height:26px; fill:#fff}

/* Lightbox */
.lightbox{position:fixed; inset:0; z-index:80; display:none}
.lightbox.is-open{display:block}
.lightbox__back{position:absolute; inset:0; background: rgba(0,0,0,.72); backdrop-filter: blur(6px)}
.lightbox__panel{
  position:absolute; inset:0;
  display:grid; place-items:center;
  padding: 22px;
}
.lightbox__panel img{
  max-width: min(1100px, 96vw);
  max-height: 86vh;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 90px rgba(0,0,0,.6);
  background:#111;
}
.lightbox__close{
  position:absolute; top:16px; right:16px;
  width:44px; height:44px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.08);
  color:#fff; font-size:26px;
  cursor:pointer;
}

/* Responsive */
@media (max-width: 920px){
  .hero__inner{grid-template-columns: 1fr; }
  .strip{grid-template-columns: 1fr; }
  .grid--2{grid-template-columns: 1fr}
  .photo:nth-child(n){grid-column: span 12; aspect-ratio: 16/10}
  .nav{display:none}
  .navbtn{display:block}
  body.nav-open .nav{
    position:fixed; top:70px; left:20px; right:20px;
    display:grid; gap:8px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(10,10,12,.92);
    border:1px solid rgba(255,255,255,.18);
    box-shadow: var(--shadow);
    z-index:70;
  }
  body.nav-open .nav__link, body.nav-open .nav__cta{justify-content:center}
}
