:root{
  --sea: #70AC9D;
  --sea-2:#A5DBC7;
  --sand:#E6D7B3;
  --coral:#D17345;
  --ink:#1b1b1b;
  --deep:#47392F;
  --bg:#fbfaf7;
  --card:#ffffff;
  --shadow: 0 18px 45px rgba(0,0,0,.10);
  --radius: 18px;
  --radius-lg: 26px;
  --max: 1120px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(1200px 700px at 10% 0%, rgba(112,172,157,.15), transparent 55%),
              radial-gradient(1200px 700px at 90% 10%, rgba(209,115,69,.12), transparent 55%),
              var(--bg);
  line-height: 1.6;
}

img{max-width:100%;display:block}
a{color:inherit}
.container{max-width:var(--max);margin:0 auto;padding:0 18px}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{
  position:absolute;left:-999px;top:10px;background:#000;color:#fff;padding:10px 12px;border-radius:10px;z-index:9999
}
.skip-link:focus{left:10px}

/* Topbar */
.topbar{
  position:sticky;top:0;z-index:50;
  background: rgba(251,250,247,.82);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(71,57,47,.10);
}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none}
.brand__logo{
  width:44px;height:44px;border-radius:14px;
  box-shadow: 0 10px 20px rgba(0,0,0,.10);
  object-fit:cover;
}
.brand__name{font-weight:800;letter-spacing:.2px}
.brand__tag{font-size:.86rem;color:rgba(27,27,27,.70)}
.nav__menu{list-style:none;display:flex;gap:14px;margin:0;padding:0;align-items:center}
.nav__menu a{
  text-decoration:none;
  padding:10px 10px;
  border-radius:12px;
  font-weight:600;
  color: rgba(27,27,27,.82);
  transition: transform .2s ease, background .2s ease;
}
.nav__menu a:hover{background:rgba(112,172,157,.12);transform:translateY(-1px)}
.nav__toggle{display:none;background:none;border:0;padding:10px;border-radius:12px}
.nav__toggle span{display:block;width:22px;height:2px;background:rgba(27,27,27,.75);margin:5px 0;border-radius:2px}

/* Hero */
.hero{position:relative;min-height:84vh;display:flex;align-items:center}
.hero__bg{
  position:absolute;inset:0;
  background:
    linear-gradient(180deg, rgba(27,27,27,.62), rgba(27,27,27,.35) 55%, rgba(251,250,247,.02)),
    url("../img/2.jpg") center/cover no-repeat;
  filter:saturate(1.02) contrast(1.02);
}
.hero__inner{position:relative;padding:70px 0 52px}
.hero__badge{
  display:inline-flex;align-items:center;gap:8px;
  background: rgba(230,215,179,.92);
  border: 1px solid rgba(230,215,179,.55);
  color: rgba(27,27,27,.9);
  padding:8px 12px;border-radius:999px;font-weight:800;font-size:.88rem;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.hero__title{
  margin:14px 0 10px;
  color:#fff;
  text-shadow: 0 18px 45px rgba(0,0,0,.35);
}
.hero__title--script{
  display:block;
  font-family: "Playfair Display", serif;
  font-weight:700;
  font-size: clamp(2.05rem, 4.8vw, 3.3rem);
  letter-spacing:.2px;
}
.hero__title--strong{
  display:block;
  font-weight:900;
  font-size: clamp(1.55rem, 4.2vw, 2.6rem);
}
.hero__subtitle{
  max-width: 62ch;
  margin:0 0 18px;
  color: rgba(255,255,255,.92);
  font-size: 1.02rem;
}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 22px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.18);
  background: linear-gradient(135deg, rgba(112,172,157,.98), rgba(165,219,199,.95));
  color:#0b2a22;
  font-weight:900;text-decoration:none;
  box-shadow: 0 18px 45px rgba(0,0,0,.22);
  transition: transform .18s ease, filter .18s ease;
}
.btn:hover{transform:translateY(-2px);filter:saturate(1.05)}
.btn--ghost{
  background: rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.22);
}
.btn--sm{padding:10px 12px;border-radius:12px;font-weight:800}
.hero__meta{
  display:grid;grid-template-columns:1fr;gap:10px;
  background: rgba(251,250,247,.86);
  border:1px solid rgba(230,215,179,.45);
  border-radius: var(--radius-lg);
  padding:14px;
  max-width: 820px;
  box-shadow: 0 18px 45px rgba(0,0,0,.15);
}
.meta__k{font-size:.82rem;color:rgba(27,27,27,.6);font-weight:800;text-transform:uppercase;letter-spacing:.6px}
.meta__v{font-weight:700}
.dot{margin:0 6px;color:rgba(27,27,27,.35)}

/* Sections */
.section{padding:72px 0}
.section--alt{
  background: linear-gradient(180deg, rgba(165,219,199,.12), rgba(230,215,179,.10));
  border-top:1px solid rgba(71,57,47,.06);
  border-bottom:1px solid rgba(71,57,47,.06);
}
.section__head{max-width: 70ch}
.section__title{
  font-family:"Playfair Display", serif;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin:0 0 6px;
}
.section__lead{margin:0;color:rgba(27,27,27,.75);font-weight:600}

/* Cards */
.cards{display:grid;grid-template-columns: repeat(3, 1fr);gap:16px;margin-top:22px}
.card{
  background: var(--card);
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(71,57,47,.08);
  transform: translateY(0);
  transition: transform .2s ease;
}
.card:hover{transform: translateY(-4px)}
.card img{height:210px;object-fit:cover}
.card__body{padding:14px 14px 16px}
.card__body h3{margin:0 0 6px;font-size:1.05rem}
.card__body p{margin:0;color:rgba(27,27,27,.72);font-weight:600}

/* Highlights */
.highlights{
  margin-top:18px;
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
}
.highlight{
  display:flex;gap:12px;align-items:center;
  background: rgba(255,255,255,.72);
  border:1px solid rgba(71,57,47,.08);
  border-radius: 18px;
  padding:12px;
  box-shadow: 0 14px 30px rgba(0,0,0,.08);
}
.highlight__icon{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background: rgba(112,172,157,.16);
  font-size:1.25rem;
}
.highlight__title{font-weight:900}
.highlight__text{color:rgba(27,27,27,.7);font-weight:600;font-size:.92rem}

/* Gallery */
.gallery{
  margin-top:22px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
.gallery__item{
  border:0;background:none;padding:0;cursor:pointer;
  border-radius: 16px;
  overflow:hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.10);
  border:1px solid rgba(71,57,47,.10);
}
.gallery__item img{width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .25s ease}
.gallery__item:hover img{transform:scale(1.04)}
.gallery__item:nth-child(1){grid-column: span 7; grid-row: span 2; min-height: 320px}
.gallery__item:nth-child(2){grid-column: span 5; grid-row: span 1; min-height: 155px}
.gallery__item:nth-child(3){grid-column: span 5; grid-row: span 1; min-height: 155px}
.gallery__item:nth-child(4){grid-column: span 4; grid-row: span 1; min-height: 160px}
.gallery__item:nth-child(5){grid-column: span 4; grid-row: span 1; min-height: 160px}
.gallery__item:nth-child(6){grid-column: span 4; grid-row: span 1; min-height: 160px}
.gallery__item:nth-child(7){grid-column: span 6; grid-row: span 1; min-height: 220px}
.gallery__item:nth-child(8){grid-column: span 6; grid-row: span 1; min-height: 220px}
.gallery__item:nth-child(9){grid-column: span 12; grid-row: span 1; min-height: 200px}

/* Video & map */
.video, .map{
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow);
  border:1px solid rgba(71,57,47,.10);
  background:#000;
}
.video iframe{width:100%;aspect-ratio:16/9;border:0;display:block}
.map iframe{width:100%;min-height:360px;border:0;display:block;background:#eee}

.grid-2{display:grid;grid-template-columns: 1.05fr .95fr;gap:16px;align-items:stretch;margin-top:22px}
.panel{
  background: rgba(255,255,255,.78);
  border:1px solid rgba(71,57,47,.08);
  border-radius: var(--radius-lg);
  padding:18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.panel h3{margin:0 0 8px}
.panel p{margin:0 0 12px;color:rgba(27,27,27,.75);font-weight:600}
.panel__cta{display:flex;gap:12px;flex-wrap:wrap}
.social-mini{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.social-mini__btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 12px;border-radius:14px;
  background: rgba(112,172,157,.12);
  border:1px solid rgba(112,172,157,.18);
  text-decoration:none;font-weight:900;
}
.social-mini__btn span{
  width:26px;height:26px;border-radius:10px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.85);
  border:1px solid rgba(71,57,47,.10);
}

/* Form */
.form{
  background: rgba(255,255,255,.78);
  border:1px solid rgba(71,57,47,.08);
  border-radius: var(--radius-lg);
  padding:18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.form label{display:block;font-weight:800;margin-bottom:10px}
.form input, .form textarea{
  width:100%;
  margin-top:6px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(71,57,47,.14);
  background: rgba(251,250,247,.92);
  outline:none;
  font: inherit;
}
.form input:focus, .form textarea:focus{border-color: rgba(112,172,157,.65);box-shadow:0 0 0 4px rgba(112,172,157,.15)}
.form__row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}
.form__note{margin:12px 0 0;color:rgba(27,27,27,.70);font-weight:600}
.list{margin:0;padding-left:18px;color:rgba(27,27,27,.75);font-weight:600}
.list li{margin:10px 0}
.muted{color:rgba(27,27,27,.65);font-weight:600;margin:8px 0 0}
.embed{margin-top:14px}
.embed__box{
  background:#fff;border-radius:18px;border:1px solid rgba(71,57,47,.10);
  overflow:hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,.08);
}
.embed__box iframe{width:100%;height:380px;border:0;display:block}

/* Footer */
.footer{
  padding:24px 0;
  border-top:1px solid rgba(71,57,47,.10);
  background: rgba(251,250,247,.92);
}
.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}
.footer__brand{font-weight:900}
.footer__small{color:rgba(27,27,27,.65);font-weight:600;font-size:.92rem}
.footer__right p{margin:0}

/* WhatsApp floating */
.whatsapp{
  position:fixed;right:16px;bottom:16px;
  z-index:60;
  display:flex;align-items:center;gap:10px;
  background: linear-gradient(135deg, rgba(37,211,102,.95), rgba(165,219,199,.85));
  color:#062414;
  padding:12px 14px;border-radius: 999px;
  text-decoration:none;font-weight:900;
  box-shadow: 0 18px 45px rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.35);
}
.whatsapp__icon{
  width:34px;height:34px;border-radius: 999px;
  display:grid;place-items:center;
  background: rgba(255,255,255,.85);
  border:1px solid rgba(0,0,0,.06);
}
.whatsapp__text{display:none}

/* Lightbox */
.lightbox{
  position:fixed;inset:0;
  background: rgba(0,0,0,.78);
  display:none;
  align-items:center;justify-content:center;
  padding:18px;
  z-index:80;
}
.lightbox.is-open{display:flex}
.lightbox__img{
  max-width:min(1100px, 95vw);
  max-height: 78vh;
  border-radius: 18px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow: 0 22px 70px rgba(0,0,0,.45);
  object-fit:contain;
}
.lightbox__caption{
  margin-top:10px;
  text-align:center;
  color: rgba(255,255,255,.9);
  font-weight:700;
}
.lightbox__close{
  position:absolute;top:16px;right:16px;
  width:44px;height:44px;border-radius: 14px;
  border:1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.10);
  color:#fff;font-size:24px;cursor:pointer;
}

/* Fade-in */
.fade-in{opacity:0;transform: translateY(10px);transition: opacity .7s ease, transform .7s ease}
.fade-in.is-visible{opacity:1;transform:none}

/* Responsive */
@media (max-width: 980px){
  .cards{grid-template-columns:1fr;gap:14px}
  .highlights{grid-template-columns:repeat(2,1fr)}
  .grid-2{grid-template-columns:1fr}
  .hero{min-height:78vh}
  .hero__inner{padding:64px 0 44px}
  .gallery{grid-template-columns: repeat(6, 1fr)}
  .gallery__item:nth-child(1){grid-column: span 6}
  .gallery__item:nth-child(2), .gallery__item:nth-child(3){grid-column: span 3}
  .gallery__item:nth-child(4), .gallery__item:nth-child(5), .gallery__item:nth-child(6){grid-column: span 2}
  .gallery__item:nth-child(7), .gallery__item:nth-child(8){grid-column: span 3}
  .gallery__item:nth-child(9){grid-column: span 6}
}
@media (max-width: 760px){
  .nav__toggle{display:inline-block}
  .nav__menu{
    position:absolute;right:18px;top:64px;
    flex-direction:column;align-items:stretch;
    background: rgba(251,250,247,.96);
    border:1px solid rgba(71,57,47,.10);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding:10px;
    min-width: 220px;
    display:none;
  }
  .nav__menu.is-open{display:flex}
  .nav__menu a{padding:12px 12px}
  .form__row{grid-template-columns:1fr}
  .whatsapp__text{display:inline}
}