
:root{
  --bg:#0f0c0b;
  --bg2:#15100e;
  --card:#15110f;
  --text:#f4f2ef;
  --muted:rgba(244,242,239,.75);
  --border:rgba(255,255,255,.10);
  --accent:#8A0510;
  --accent2:#EEC887;
  --olive:#978C32;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
  --radius: 22px;
  --radius2: 28px;
  --max: 1160px;
  --font: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --display: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 500px at 20% -10%, rgba(138,5,16,.35), transparent 55%),
    radial-gradient(800px 520px at 90% 10%, rgba(238,200,135,.22), transparent 60%),
    linear-gradient(180deg, #090707 0%, var(--bg) 35%, #070606 100%);
  overflow-x:hidden;
}

img{max-width:100%; display:block}
a{color:inherit; text-decoration:none}
a:hover{opacity:.95}
p{line-height:1.65}
strong{font-weight:700}

.container{max-width:var(--max); margin:0 auto; padding:0 18px}

.sr{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.skip{position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden}
.skip:focus{left:18px; top:18px; width:auto; height:auto; padding:10px 12px; background:#111; border:1px solid var(--border); border-radius:12px; z-index:9999}

.topbar{
  position:sticky; top:0; z-index:50;
  background:rgba(8,6,6,.72);
  backdrop-filter: blur(14px);
  border-bottom:1px solid var(--border);
}
.topbar__inner{
  display:flex; align-items:center; gap:16px;
  padding:12px 0;
}
.brand{display:flex; align-items:center; gap:12px; min-width: 220px}
.brand__logo{
  width:42px; height:42px; border-radius:14px;
  border:1px solid var(--border);
  object-fit:cover;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
}
.brand__text{display:flex; flex-direction:column; line-height:1.1}
.brand__name{font-family:var(--display); font-weight:800; letter-spacing:.2px}
.brand__tag{font-size:.86rem; color:var(--muted)}

.nav{margin-left:auto}
.nav__toggle{
  display:none;
  background:transparent; border:1px solid var(--border);
  color:var(--text);
  width:46px; height:42px; border-radius:14px;
}
.nav__toggleBars{
  display:block; width:18px; height:2px; background:var(--text);
  margin:0 auto; position:relative;
}
.nav__toggleBars::before,.nav__toggleBars::after{
  content:""; position:absolute; left:0; width:18px; height:2px; background:var(--text);
}
.nav__toggleBars::before{top:-6px}
.nav__toggleBars::after{top:6px}

.nav__menu{display:flex; align-items:center; gap:18px; list-style:none; padding:0; margin:0}
.nav__menu a{color:var(--muted); font-weight:600}
.nav__menu a:hover{color:var(--text)}

.cta{display:flex; align-items:center; gap:10px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(138,5,16,.95), rgba(95,2,10,.95));
  box-shadow: 0 18px 50px rgba(138,5,16,.18);
  color:#fff;
  font-weight:800;
  letter-spacing:.2px;
}
.btn--ghost{
  background:transparent;
  box-shadow:none;
  border:1px solid rgba(255,255,255,.18);
  color:var(--text);
}
.btn--small{padding:10px 14px; border-radius:14px}

.hero{position:relative; padding:54px 0 26px}
.hero__bg{
  position:absolute; inset:0; z-index:-2;
  opacity:.55;
  overflow:hidden;
}
.hero__bg img{
  width:100%; height:100%;
  object-fit:cover;
  transform: scale(1.06);
  filter: saturate(1.05) contrast(1.05);
}
.hero__fade{
  position:absolute; inset:0; z-index:-1;
  background:
    radial-gradient(1100px 640px at 20% 20%, rgba(0,0,0,.15), rgba(0,0,0,.92) 70%),
    linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.95));
  pointer-events:none;
}

.hero__content{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:22px;
  align-items:start;
}
.hero__card{
  background: rgba(16,12,11,.78);
  border:1px solid var(--border);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding:22px 22px 18px;
}
.pill{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(238,200,135,.12);
  border:1px solid rgba(238,200,135,.22);
  color: rgba(244,242,239,.92);
  font-weight:700;
  font-size:.92rem;
  margin:0 0 12px;
}
h1{
  font-family:var(--display);
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height:1.08;
  margin:0 0 12px;
}
.accent{color:var(--accent2)}
.lead{margin:0 0 16px; color:var(--muted); font-size:1.05rem}
.hero__actions{display:flex; gap:10px; flex-wrap:wrap}
.hero__meta{
  display:flex; gap:16px; flex-wrap:wrap;
  margin-top:16px;
  padding-top:14px;
  border-top:1px solid var(--border);
}
.meta{display:flex; gap:8px; align-items:center}
.meta__k{color:var(--muted); font-weight:700}
.meta__v{font-weight:700}
.sep{color:rgba(255,255,255,.25)}

.hero__highlights{
  display:grid;
  gap:12px;
}
.card{
  background: rgba(16,12,11,.70);
  border:1px solid var(--border);
  border-radius: var(--radius);
  padding:16px 16px 14px;
  box-shadow: 0 14px 45px rgba(0,0,0,.35);
}
.card__icon{font-size:1.35rem; margin-bottom:6px}
.card h3{
  font-family:var(--display);
  margin:0 0 6px;
  font-size:1.05rem;
}
.card p{margin:0; color:var(--muted)}
.link{display:inline-block; margin-top:10px; color:var(--accent2); font-weight:800}

.section{padding:58px 0}
.section--dark{
  background:
    radial-gradient(900px 520px at 70% 10%, rgba(138,5,16,.22), transparent 60%),
    linear-gradient(180deg, rgba(12,9,9,.35), rgba(7,6,6,.92));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{margin-bottom:18px}
.section__head h2{
  margin:0 0 8px;
  font-family:var(--display);
  font-size: clamp(1.5rem, 2vw, 2.1rem);
}
.section__head p{margin:0; color:var(--muted)}

.promoGrid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.promoCard{
  position:relative;
  border:1px solid var(--border);
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(255,255,255,.03);
  padding:0;
  cursor:pointer;
}
.promoCard img{
  width:100%;
  height:190px;
  object-fit:cover;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.promoCard:hover img{transform: scale(1.08)}
.promoCard__badge{
  position:absolute;
  left:12px; bottom:12px;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.18);
  font-weight:800;
}

.gallery{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:12px;
}
.gItem{
  border:1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  overflow:hidden;
  background: rgba(0,0,0,.18);
  padding:0;
  cursor:pointer;
}
.gItem img{
  width:100%;
  height:220px;
  object-fit:cover;
  transition: transform .35s ease, filter .35s ease;
  filter: saturate(1.05) contrast(1.05);
}
.gItem:hover img{transform: scale(1.08)}

.videoCard{
  border-radius: var(--radius2);
  border:1px solid var(--border);
  overflow:hidden;
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.videoRatio{
  position:relative;
  padding-top:56.25%;
}
.videoRatio iframe{
  position:absolute; inset:0;
  width:100%; height:100%;
}

.section--split{padding:64px 0}
.split{display:grid; grid-template-columns: 1.05fr .95fr; gap:18px; align-items:start}
.split__left h2{font-family:var(--display); margin:0 0 10px}
.infoList{display:grid; gap:10px; margin:16px 0 16px}
.info{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.info__k{color:var(--muted); font-weight:700}
.info__v{font-weight:800; color:var(--accent2)}
.chips{display:flex; gap:10px; flex-wrap:wrap; margin:8px 0 0}
.chip{
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(238,200,135,.25);
  background: rgba(238,200,135,.10);
  font-weight:800;
}
.chip--ghost{
  border:1px solid rgba(255,255,255,.14);
  background: transparent;
  color: var(--text);
}
.note{
  margin-top:14px;
  padding:14px 14px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(138,5,16,.14);
}
.note p{margin:0; color:rgba(244,242,239,.92)}

.mapCard{
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
}
.mapCard iframe{width:100%; height:320px; border:0}

.fbCard{
  margin-top:12px;
  border-radius: var(--radius2);
  overflow:hidden;
  border:1px solid var(--border);
  background: rgba(255,255,255,.03);
}
.fbCard h3{
  margin:0;
  padding:14px 14px 10px;
  font-family:var(--display);
  font-size:1.05rem;
}
.fbEmbed{padding:0 14px 14px}
.fbEmbed iframe{width:100%; border:0; border-radius:18px}

.contactGrid{
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap:14px;
}
.contactCard{
  border:1px solid var(--border);
  border-radius: var(--radius2);
  background: rgba(16,12,11,.78);
  box-shadow: var(--shadow);
  padding:18px;
}
.contactCard h3{margin:0 0 8px; font-family:var(--display)}
.contactCard p{margin:0 0 14px; color:var(--muted)}
.contactActions{display:flex; gap:10px; flex-wrap:wrap}
.contactMini{margin-top:14px; color:rgba(244,242,239,.9)}
.contactMini a{color:var(--accent2); font-weight:800}

.field{display:flex; flex-direction:column; gap:8px; width:100%}
.field span{font-weight:800; color:rgba(244,242,239,.92); font-size:.95rem}
.field input,.field textarea{
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.20);
  color:var(--text);
  padding:12px 12px;
  font: inherit;
  outline:none;
}
.field input:focus,.field textarea:focus{
  border-color: rgba(238,200,135,.32);
  box-shadow: 0 0 0 4px rgba(238,200,135,.10);
}
.fieldRow{display:flex; gap:10px; margin-bottom:10px}
.formActions{display:flex; gap:10px; flex-wrap:wrap; margin-top:10px}
.small{margin:10px 0 0; color:var(--muted); font-size:.92rem}

.footer{
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(8,6,6,.9);
  padding:26px 0 80px;
}
.footer__inner{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
}
.footer__brand{display:flex; gap:12px; align-items:center}
.footer__brand img{
  width:44px; height:44px; border-radius:16px; border:1px solid var(--border); object-fit:cover;
}
.footer__brand span{color:var(--muted); font-size:.95rem}
.muted{color:var(--muted); margin:0 0 10px}

.lightbox{
  position:fixed; inset:0;
  background: rgba(0,0,0,.82);
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  z-index:999;
}
.lightbox.is-open{display:flex}
.lightbox__img{
  max-width:min(980px, 92vw);
  max-height: 78vh;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
}
.lightbox__close{
  position:absolute;
  top:14px; right:14px;
  width:46px; height:46px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  color:var(--text);
  font-size:28px;
  cursor:pointer;
}
.lightbox__nav{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:46px; height:56px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  color:var(--text);
  font-size:34px;
  cursor:pointer;
}
.lightbox__nav--prev{left:14px}
.lightbox__nav--next{right:14px}
.lightbox__caption{
  position:absolute;
  bottom:16px;
  left:0; right:0;
  text-align:center;
  color: rgba(244,242,239,.9);
  font-weight:700;
  padding:0 18px;
}

.floatWa{
  position:fixed;
  color:#fff;
  right:16px;
  bottom:86px;
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(31,196,92,.92);
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 18px 60px rgba(0,0,0,.45);
  z-index:60;
}
.floatWa svg{fill:#fff}
.floatWa:hover{transform: translateY(-1px)}

.stickyBar{
  position:fixed;
  left:12px; right:12px; bottom:12px;
  display:none;
  gap:10px;
  z-index:55;
}
.stickyBar__btn{
  flex:1;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 12px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  font-weight:900;
}
.stickyBar__btn--wa{background: rgba(31,196,92,.22); border-color: rgba(31,196,92,.45); color:#fff}
.stickyBar__icon{display:inline-flex; align-items:center; justify-content:center}

.reveal{
  opacity:0;
  transform: translateY(10px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal.is-visible{
  opacity:1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 980px){
  .hero__content{grid-template-columns:1fr; gap:14px}
  .cta{display:none}
  .nav{margin-left:auto}
  .promoGrid{grid-template-columns:repeat(3,1fr)}
  .gallery{grid-template-columns:repeat(3,1fr)}
  .split{grid-template-columns:1fr}
  .contactGrid{grid-template-columns:1fr}
  .footer__inner{flex-direction:column}
  .mapCard iframe{height:300px}
}
@media (max-width: 720px){
  .topbar__inner{gap:10px}
  .brand{min-width:auto}
  .brand__text{display:none}
  .nav__toggle{display:inline-flex; align-items:center; justify-content:center}
  .nav__menu{
    position:absolute;
    top:62px; right:18px;
    background: rgba(8,6,6,.92);
    border:1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding:12px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:10px;
    width: 210px;
    box-shadow: 0 18px 70px rgba(0,0,0,.55);
  }
  .nav__menu.is-open{display:flex}
  .nav__menu a{padding:10px 10px; border-radius:14px; background: rgba(255,255,255,.03)}
  .promoGrid{grid-template-columns:repeat(2,1fr)}
  .promoCard img{height:160px}
  .gallery{grid-template-columns:repeat(2,1fr)}
  .gItem img{height:180px}
  .fieldRow{flex-direction:column}
  .stickyBar{display:flex}
  .floatWa{bottom:86px}
}
