@font-face{
  font-family:'TAN Meringue';
  src:url('fonts/TAN-Meringue.woff2') format('woff2'),
      url('fonts/TAN-Meringue.ttf') format('truetype');
  font-weight:normal;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Estedad VF';
  src:url('fonts/Estedad-VF.woff2') format('woff2'),
      url('fonts/Estedad-VF.ttf') format('truetype');
  font-weight:100 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-VF.ttf') format('truetype');
  font-weight:400 900;font-style:normal;font-display:swap;
}
@font-face{
  font-family:'Playfair Display';
  src:url('fonts/PlayfairDisplay-Italic-VF.ttf') format('truetype');
  font-weight:400 900;font-style:italic;font-display:swap;
}
:root{
  --red:#8a1620;
  --red-dark:#6e1119;
  --bg:#efeeea;
  --black:#111111;
  --text:#1a1a1a;
  --muted:#4a4a4a;
}
*{box-sizing:border-box;margin:0;padding:0;}
body{
  font-family:'Estedad VF',sans-serif;
  color:var(--text);
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none;}
img{max-width:100%;display:block;}
.serif{font-family:'Playfair Display',serif;}

/* ---------- placeholder photo slots ---------- */
.photo{position:relative;overflow:hidden;background:#ccc;}
.photo img{width:100%;height:100%;object-fit:cover;display:block;}
.ph-label{
  position:absolute;inset:0;display:flex;flex-direction:column;gap:4px;
  align-items:center;justify-content:center;text-align:center;padding:10px;
  background:linear-gradient(135deg,#dcdad4,#b9b6ae);
  color:#5c5a54;font-size:12px;line-height:1.4;font-weight:600;
}
.ph-label small{font-weight:400;font-size:11px;opacity:.85;}

/* ---------- header ---------- */
header{
  display:flex;align-items:center;justify-content:space-between;
  padding:18px 60px;border-bottom:1px solid #eee;
  background:#fff;
}
.logo-mark{
  width:44px;height:44px;border:1.5px solid var(--red);border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-weight:700;color:var(--red);
  font-size:15px;letter-spacing:-1px;
}
nav{display:flex;align-items:center;gap:36px;font-size:15px;font-weight:600;}
.nav-cta{
  background:var(--red);color:#fff;padding:9px 22px;border-radius:4px;
}
.nav-login{color:var(--red);}
.nav-divider{color:#ccc;font-weight:400;}

/* ---------- hero ---------- */
.hero{
  background:var(--bg);
  position:relative;
  padding:60px 60px 90px;
  overflow:hidden;
}
.hero-inner{
  max-width:1200px;margin:0 auto;position:relative;
  display:flex;align-items:center;justify-content:center;
  min-height:560px;
}
.hero-center{
  text-align:center;max-width:520px;margin:0 auto;position:relative;z-index:3;
}
.brand-bar{height:3px;background:var(--red);width:100%;}
.brand-bar.bottom{margin-bottom:26px;}
.brand-title{
  font-family:'TAN Meringue',serif;font-weight:400;font-style:normal;
  color:var(--red);font-size:44px;letter-spacing:1px;line-height:1;
  white-space:nowrap;text-transform:uppercase;
  display:flex;align-items:center;justify-content:center;
  height:72px;
}
.brand-title span{transform:translateY(7px);}
.hero-tagline{font-size:19px;color:var(--text);line-height:1.55;margin-bottom:22px;}
.hero-tagline b{font-weight:700;}
.los-eventos{
  font-family:'TAN Meringue',serif;font-weight:400;font-style:normal;
  color:var(--red);font-size:48px;margin-bottom:34px;
}
.hero-buttons{display:flex;gap:16px;justify-content:center;margin-top:10px;}
.btn{
  display:inline-block;padding:12px 30px;border-radius:5px;font-weight:600;font-size:15px;
  border:1.5px solid var(--red);cursor:pointer;
}
.btn-filled{background:var(--red);color:#fff;}
.btn-outline{background:transparent;color:var(--red);}

/* hero collage photos */
.hero-photo{position:absolute;border-radius:2px;z-index:2;box-shadow:0 10px 30px rgba(0,0,0,.15);}
.hero-photo.p1{width:170px;height:220px;top:0;left:35px;transform:rotate(-1deg);}
.hero-photo.p2{width:170px;height:220px;top:190px;left:-30px;z-index:1;}
.hero-photo.p3{width:180px;height:220px;top:-20px;right:20px;}
.hero-photo.p4{width:170px;height:220px;top:230px;right:-20px;}

.ribbon{
  position:relative;margin-left:-500px;margin-right:-500px;
  transform:rotate(-2deg);
  background:var(--red);color:#fff;z-index:2;
  margin-top:70px;margin-bottom:70px;
  padding:16px 0;font-family:'TAN Meringue',serif;font-weight:400;font-style:normal;
  text-transform:uppercase;
  font-size:24px;white-space:nowrap;overflow:hidden;letter-spacing:.5px;
  box-shadow:0 6px 20px rgba(0,0,0,.2);
}
.ribbon span{margin:0 14px;}

/* ---------- intro cards ---------- */
.cards{
  max-width:1200px;margin:0 auto;padding:70px 60px;
  display:grid;grid-template-columns:1fr 1fr;gap:30px;
}
.card{
  background:#fff;border:1px solid #eee;border-radius:6px;
  padding:44px 40px;box-shadow:0 2px 14px rgba(0,0,0,.04);
}
.card h2{font-family:'Playfair Display',serif;font-weight:600;font-size:30px;margin-bottom:18px;}
.card p{color:var(--muted);font-size:14.5px;line-height:1.7;margin-bottom:24px;}
.card a{font-weight:600;font-size:14.5px;border-bottom:1.5px solid var(--text);padding-bottom:2px;}

/* ---------- about us ---------- */
.about{padding:20px 60px 80px;max-width:1200px;margin:0 auto;}
.about h2{
  text-align:center;font-family:'Playfair Display',serif;font-weight:700;
  font-size:44px;margin-bottom:60px;
}
.about-inner{display:grid;grid-template-columns:420px 1fr;gap:70px;align-items:start;}
.about-photos{aspect-ratio:798/806;background:none;}
.about-photos img{object-fit:contain;}
.about-text p{font-size:14.5px;line-height:1.75;color:var(--text);margin-bottom:20px;}
.about-text p:last-child{font-weight:700;margin-bottom:0;}

/* ---------- gallery ---------- */
.gallery .photo{aspect-ratio:2268/735;}

/* ---------- footer ---------- */
footer{
  background:var(--black);color:#fff;
  padding:50px 60px 30px;
  display:grid;grid-template-columns:1fr 1fr 1fr;align-items:start;gap:20px;
}
footer h4{font-size:14px;font-weight:600;margin-bottom:12px;}
footer .social{display:flex;align-items:center;gap:10px;}
footer p{font-size:13.5px;color:#ccc;line-height:1.8;}
.footer-logo{
  text-align:center;font-family:'TAN Meringue',serif;font-weight:400;
  font-style:normal;font-size:26px;border-top:2px solid #fff;border-bottom:2px solid #fff;
  padding:6px 10px;display:inline-block;justify-self:center;text-transform:uppercase;
}
.footer-legal{text-align:right;font-size:12.5px;color:#ccc;line-height:2;}
.footer-legal a:hover{color:#fff;}
.icon-ig{
  width:20px;height:20px;border:1.5px solid #fff;border-radius:6px;
  display:inline-block;position:relative;
}
.icon-ig::after{
  content:'';position:absolute;inset:5px;border:1.5px solid #fff;border-radius:50%;
}

/* ---------- legal pages ---------- */
.legal-hero{
  background:var(--bg);padding:60px 60px 40px;text-align:center;
}
.legal-hero h1{
  font-family:'Playfair Display',serif;font-weight:700;font-size:42px;margin-bottom:10px;
}
.legal-hero p{color:var(--muted);font-size:15px;}
.legal-back{
  display:inline-block;margin-bottom:26px;font-size:13.5px;font-weight:600;color:var(--red);
}
.legal{max-width:820px;margin:0 auto;padding:60px 60px 100px;}
.legal h2{
  font-family:'Playfair Display',serif;font-weight:700;font-size:20px;
  color:var(--red);letter-spacing:.5px;margin:44px 0 16px;
}
.legal h2:first-child{margin-top:0;}
.legal h3{font-size:15px;font-weight:700;margin:22px 0 8px;}
.legal p{font-size:14.5px;line-height:1.8;color:var(--text);margin-bottom:14px;}
.legal p strong{font-weight:700;}

/* ---------- corporate page ---------- */
.corp-hero{
  position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;overflow:hidden;background:#111;
}
.corp-hero .photo{position:absolute;inset:0;z-index:0;border-radius:0;}
.corp-hero::after{content:'';position:absolute;inset:0;background:rgba(10,10,10,.5);z-index:1;}
.corp-hero-content{position:relative;z-index:2;max-width:720px;padding:0 20px;}
.corp-hero h1{font-family:'Playfair Display',serif;font-weight:700;font-size:42px;line-height:1.25;margin-bottom:20px;}
.corp-hero p{font-size:16px;line-height:1.65;opacity:.95;max-width:560px;margin:0 auto;}

.corp-intro{
  max-width:1200px;margin:0 auto;padding:80px 60px 40px;
  display:grid;grid-template-columns:1fr 1fr;gap:60px;
}
.corp-intro h2{font-family:'Playfair Display',serif;font-weight:700;font-size:32px;line-height:1.3;margin-bottom:16px;}
.corp-intro .lead{color:var(--muted);font-size:15px;line-height:1.6;}
.corp-intro .side p{font-size:14.5px;line-height:1.75;margin-bottom:16px;color:var(--text);}
.corp-intro .side b{font-weight:700;}

.corp-buttons{display:flex;gap:16px;justify-content:center;padding:0 60px 80px;}

.corp-why{text-align:center;max-width:1200px;margin:0 auto;padding:0 60px 50px;}
.corp-why h2{font-family:'Playfair Display',serif;font-weight:700;font-size:38px;margin-bottom:12px;}
.corp-why p{color:var(--muted);font-size:15px;}

.corp-feature{
  max-width:1200px;margin:0 auto;padding:0 60px 100px;
  display:grid;grid-template-columns:1.3fr 0.85fr;align-items:stretch;
}
.corp-feature .photo{aspect-ratio:990/710;background:none;position:relative;z-index:2;}
.corp-feature .photo img{object-fit:contain;}
.corp-feature-panel{
  background:var(--black);color:#fff;border-radius:6px;
  padding:50px 40px 50px 110px;display:flex;flex-direction:column;justify-content:center;
  margin-left:-70px;position:relative;z-index:1;
}
.corp-feature-panel h3{font-family:'Playfair Display',serif;font-weight:700;font-size:24px;margin-bottom:16px;}
.corp-feature-panel p{font-size:14.5px;line-height:1.75;color:#ddd;}

.corp-contact{
  max-width:1200px;margin:0 auto;padding:20px 60px 100px;
  display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;
}
.corp-contact h2{font-family:'Playfair Display',serif;font-weight:700;font-size:38px;margin-bottom:20px;}
.corp-contact p{font-size:15px;color:var(--text);line-height:1.6;margin-bottom:30px;max-width:360px;}
.corp-contact .email,.corp-contact .phone{
  font-size:20px;font-weight:700;display:block;margin-bottom:8px;color:var(--text);
}
.corp-contact .photo{aspect-ratio:909/986;background:none;}
.corp-contact .photo img{object-fit:contain;}

/* ---------- comunidad page ---------- */
.com-hero{
  position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;
  text-align:center;color:#fff;overflow:hidden;background:#111;
  max-width:1200px;margin:60px auto 0;border-radius:6px;
}
.com-hero .photo{position:absolute;inset:0;z-index:0;border-radius:0;}
.com-hero::after{content:'';position:absolute;inset:0;background:rgba(10,10,10,.45);z-index:1;}
.com-hero-content{position:relative;z-index:2;max-width:640px;padding:0 20px;}
.com-hero h1{font-family:'Playfair Display',serif;font-weight:700;font-size:36px;line-height:1;margin-bottom:8px;}
.fome-badge{
  display:inline-block;background:var(--red);color:#fff;
  font-family:'TAN Meringue',serif;text-transform:uppercase;font-size:0.85em;
  padding:6px 20px 10px;border-radius:4px;transform:rotate(-3deg);
  box-shadow:0 8px 20px rgba(0,0,0,.35);position:relative;top:-2px;
}
.com-hero .fome-note{font-size:12px;letter-spacing:.5px;opacity:.85;margin-bottom:18px;}
.com-hero p.lead{font-size:16px;line-height:1.5;opacity:.95;}

.com-intro{text-align:center;max-width:720px;margin:0 auto;padding:70px 60px 30px;}
.com-intro h2{font-family:'Playfair Display',serif;font-weight:700;font-size:30px;line-height:1.35;margin-bottom:20px;}
.com-intro p{font-size:14.5px;color:var(--text);line-height:1.7;}
.com-intro p b{font-weight:700;}
.com-intro .btn{margin-top:36px;}

.com-how{text-align:center;max-width:1200px;margin:0 auto;padding:60px 60px 0;}
.com-how h2{font-family:'Playfair Display',serif;font-weight:700;font-size:34px;margin-bottom:50px;}

.how-steps{
  max-width:1000px;margin:0 auto;padding:0 60px;
  display:grid;grid-template-columns:1fr 1fr 1fr;align-items:stretch;
}
.how-card{
  background:#fff;border-radius:8px;padding:40px 28px;text-align:center;
  box-shadow:0 2px 14px rgba(0,0,0,.05);
}
.how-card .icon{margin:0 auto 16px;width:30px;height:30px;color:var(--red);}
.how-card p{font-size:13.5px;line-height:1.6;color:var(--text);margin-bottom:12px;}
.how-card a{font-weight:600;font-size:13px;border-bottom:1.5px solid var(--text);padding-bottom:2px;}
.how-card.center{
  background:var(--red);color:#fff;transform:rotate(-3deg);
  position:relative;z-index:2;box-shadow:0 14px 32px rgba(0,0,0,.28);
  margin:0 -10px;
}
.how-card.center .icon{color:#fff;}
.how-card.center p{color:#fff;}

.com-note{text-align:center;color:var(--red);font-size:14px;font-weight:600;padding:34px 20px 90px;}

.com-cta{text-align:center;padding:0 60px 70px;}
.com-cta h2{font-family:'Playfair Display',serif;font-weight:700;font-size:34px;margin-bottom:26px;}

.com-gallery{position:relative;overflow:hidden;}
.com-gallery .ribbon{
  position:absolute;top:50%;left:50%;margin:0;width:1800px;
  transform:translate(-50%,-50%) rotate(-2deg);
}

.faq{max-width:900px;margin:0 auto;padding:70px 60px 100px;}
.faq h2{text-align:center;font-family:'Playfair Display',serif;font-weight:700;font-size:34px;margin-bottom:40px;}
.faq-item{border-top:1px solid #e4e2de;}
.faq-item:last-child{border-bottom:1px solid #e4e2de;}
.faq-item summary{
  list-style:none;display:flex;justify-content:space-between;align-items:center;
  padding:22px 4px;cursor:pointer;font-size:16px;font-weight:600;gap:20px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary .icon{
  color:var(--red);font-size:22px;font-weight:400;flex-shrink:0;
  transition:transform .2s;line-height:1;
}
.faq-item[open] summary .icon{transform:rotate(45deg);}
.faq-answer{padding:0 4px 24px;color:var(--muted);font-size:14.5px;line-height:1.75;}
.faq-answer p{margin-bottom:14px;}
.faq-answer p:last-child{margin-bottom:0;}

@media (max-width:900px){
  header{padding:14px 20px;flex-wrap:wrap;justify-content:center;gap:10px;row-gap:10px;}
  nav{gap:12px;font-size:12px;flex-wrap:wrap;justify-content:center;}
  .hero{padding:40px 20px;}
  .hero-photo{display:none;}
  .hero-inner{flex-direction:column;min-height:auto;}
  .ribbon{display:none;}
  .brand-title{
    height:auto;white-space:normal;font-size:34px;line-height:1.1;
    padding:6px 0;
  }
  .brand-title span{transform:none;}
  .los-eventos{font-size:32px;}
  .cards{grid-template-columns:1fr;padding:40px 20px;}
  .about{padding:20px 20px 60px;}
  .about-inner{grid-template-columns:1fr;}
  footer{grid-template-columns:1fr;text-align:center;gap:30px;}
  .footer-legal{text-align:center;}
  .social{justify-content:center;}
  .legal-hero{padding:40px 20px 30px;}
  .legal-hero h1{font-size:30px;}
  .legal{padding:40px 20px 70px;}
  .corp-hero{min-height:320px;}
  .corp-hero h1{font-size:28px;}
  .corp-hero p{font-size:14.5px;}
  .corp-intro{grid-template-columns:1fr;padding:50px 20px 30px;gap:30px;}
  .corp-buttons{padding:0 20px 60px;flex-wrap:wrap;}
  .corp-why{padding:0 20px 40px;}
  .corp-why h2{font-size:30px;}
  .corp-feature{grid-template-columns:1fr;padding:0 20px 60px;gap:24px;}
  .corp-feature .photo{z-index:0;}
  .corp-feature-panel{margin-left:0;padding:36px 30px;}
  .corp-contact{grid-template-columns:1fr;padding:20px 20px 70px;gap:30px;}
  .corp-contact h2{font-size:30px;}
  .com-hero{min-height:340px;margin:20px 12px 0;}
  .com-hero h1{font-size:26px;}
  .fome-badge{padding:4px 14px 8px;}
  .com-hero p.lead{font-size:14px;}
  .com-intro{padding:50px 20px 20px;}
  .com-intro h2{font-size:26px;}
  .com-how{padding:50px 20px 0;}
  .com-how h2{font-size:28px;}
  .how-steps{grid-template-columns:1fr;padding:0 20px;gap:20px;}
  .how-card.center{transform:none;margin:0;}
  .com-note{padding:26px 20px 60px;}
  .com-cta{padding:0 20px 50px;}
  .com-cta h2{font-size:28px;}
  .com-gallery .ribbon{display:none;}
  .faq{padding:40px 20px 70px;}
  .faq h2{font-size:28px;}
}
