:root{--navy:#061B36;--blue:#0057B7;--turquoise:#18B7C8;--gold:#F5B942;--orange:#FF6B35;--green:#3A9B57;--white:#FFFFFF;--soft:#F7FAFC;--text:#172033;--muted:#59677A;--shadow:0 20px 55px rgba(6,27,54,.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--white);color:var(--text)}a{color:inherit}.topbar{position:fixed;top:0;left:0;right:0;min-height:108px;z-index:50;display:flex;align-items:center;gap:22px;padding:14px 36px;background:linear-gradient(90deg,#061B36,#082D55);color:white;box-shadow:0 8px 28px rgba(0,0,0,.22)}.topbar.simple{position:relative}.brand{width:210px;display:flex;align-items:center;text-decoration:none;flex:0 0 auto}.brand img{width:260px;height:auto;display:block}.main-nav{display:flex;align-items:center;gap:22px;margin-left:auto}.main-nav a{text-decoration:none;font-weight:700;font-size:16px;opacity:.95;white-space:nowrap}.main-nav a:hover{color:var(--gold)}.top-book{background:var(--orange);color:white;padding:14px 20px;border-radius:18px;font-weight:800;text-decoration:none;white-space:nowrap}.langs{display:flex;gap:7px;flex:0 0 auto}.langs button{background:transparent;color:white;border:1px solid rgba(255,255,255,.34);border-radius:14px;padding:9px 12px;font-weight:800}.hero{min-height:520px;height:calc(100vh - 170px);position:relative;display:flex;align-items:center;overflow:hidden;color:white;padding-top:108px}.hero-slider{position:absolute;inset:0;background:#061B36}.slide{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;background-position:center center;opacity:0;/* animation set dynamically via PHP inline style */transform:scale(1.005)}.slide span{position:absolute;left:7vw;bottom:24px;z-index:3;color:white;background:rgba(6,27,54,.55);padding:7px 12px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}@keyframes heroFade{0%,12%{opacity:1;transform:scale(1.005)}15%,100%{opacity:0;transform:scale(1.025)}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,27,54,.80),rgba(6,27,54,.34),rgba(6,27,54,.08));z-index:1}.hero-content{position:relative;z-index:2;max-width:860px;margin-left:7vw;padding:30px}.tag{text-transform:uppercase;letter-spacing:.17em;color:var(--gold);font-weight:900;font-size:13px}.tag.dark{color:var(--orange)}.hero h1{font-family:Georgia,serif;font-size:clamp(54px,7vw,92px);line-height:.95;margin:14px 0 18px;text-shadow:0 8px 30px rgba(0,0,0,.35)}.hero h1 span{color:var(--gold);display:block}.hero-content p{font-size:26px;font-weight:800;max-width:720px;text-shadow:0 5px 20px rgba(0,0,0,.45)}.btn,.mini-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--orange);color:white;text-decoration:none;border:0;padding:16px 28px;border-radius:18px;font-size:17px;font-weight:900;cursor:pointer}.btn.full{width:100%}.btn.big{font-size:22px;padding:21px 34px}.btn:hover,.mini-btn:hover,.top-book:hover{background:var(--gold);color:#111827}.quick-benefits{max-width:1260px;margin:-58px auto 0;position:relative;z-index:5;background:white;border-radius:24px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.quick-benefits article{display:flex;gap:16px;align-items:center;padding:25px 26px;border-right:1px solid #E8EEF5}.quick-benefits article:last-child{border-right:0}.quick-benefits span{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:var(--soft);font-size:28px;flex:0 0 auto}.quick-benefits strong{color:var(--navy);font-size:19px}.quick-benefits p{margin:6px 0 0;color:var(--muted)}.booking-panel{max-width:1260px;margin:55px auto 20px;padding:34px;background:var(--white);border-radius:28px;box-shadow:var(--shadow)}.booking-title{text-align:center}.booking-title h2{margin:8px 0 10px}.booking-form{margin-top:25px;display:grid;grid-template-columns:1fr 1fr 1fr 1.25fr 1.2fr;gap:16px;align-items:end}.booking-form label{font-weight:900;color:var(--navy)}.booking-form input,.booking-form select{width:100%;padding:14px 13px;margin-top:7px;border:1px solid #D8E2EF;border-radius:14px;font-size:16px}.booking-form button{padding:17px 22px;background:var(--navy);color:white;border:0;border-radius:14px;font-weight:900;font-size:16px}.booking-note{text-align:center;color:var(--muted);margin-bottom:0}.inline-error{grid-column:1/-1;color:#B00020;font-weight:900;margin:0}.section,.apartments,.story,.services,.trust,.amenities,.notice{max-width:1260px;margin:auto;padding:78px 24px;text-align:center}h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height:1.06;margin:10px 0 18px}p{line-height:1.7}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:32px}.card{background:white;border-radius:26px;overflow:hidden;text-align:left;box-shadow:var(--shadow)}.photo{height:250px;background-size:cover;background-position:center;position:relative}.photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.32))}.content{padding:24px}.content h3{color:var(--navy);font-family:Georgia,serif;font-size:29px;margin:12px 0}.warning{display:inline-block;background:#FFF3D1;color:#8B5A00;border:1px solid #FFE2A1;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.ok{color:var(--green);font-weight:900}.bad{color:#B00020;font-weight:900}.story{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;text-align:left}.story-photo{min-height:430px;border-radius:30px;box-shadow:var(--shadow);background:#1a3a5c}.notice{background:#FFF3D1;border-left:9px solid var(--orange);border-radius:25px;box-shadow:var(--shadow)}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px}.service-grid article{background:white;border-radius:22px;padding:24px;box-shadow:var(--shadow)}.service-grid strong{color:var(--navy);font-size:20px}.amenities{max-width:none;background:linear-gradient(135deg,var(--blue),var(--turquoise));color:white}.amenities h2{color:white}.trust .stars{color:var(--gold);font-size:28px;letter-spacing:4px}.reserve-page,.success-page{min-height:100vh;padding:42px 18px;background:linear-gradient(135deg,#F7FAFC,#E8F6FF)}.reserve-box,.success-box{max-width:760px;margin:35px auto;background:white;border-radius:28px;padding:32px;box-shadow:var(--shadow)}.back-link{display:inline-block;margin-bottom:16px;color:var(--blue);font-weight:900;text-decoration:none}.room-summary{background:#F7FAFC;border:1px solid #E8EEF5;border-radius:18px;padding:16px;margin:16px 0 22px}.form{display:grid;gap:14px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{font-weight:900;color:var(--navy)}.form input,.form select,.form textarea{width:100%;padding:13px;border:1px solid #D8E2EF;border-radius:14px;margin-top:6px;font-size:16px}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(24,183,200,.25);border-color:var(--turquoise)}.form-error{background:#FFF0F0;border:1px solid #FFD1D1;border-radius:14px;padding:12px}.form-help{color:var(--muted);font-size:14px;margin:0}.check{display:flex;align-items:flex-start;gap:10px;font-weight:700!important;color:var(--text)!important}.check input{width:auto;margin-top:3px}.admin-page{padding:32px;overflow:auto}table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;box-shadow:var(--shadow)}th,td{padding:12px;border-bottom:1px solid #E8EEF5;text-align:left;vertical-align:top}th{background:var(--navy);color:white}footer{text-align:center;background:var(--navy);color:white;padding:30px 18px}@media(max-width:1200px){.topbar{gap:16px;padding:14px 22px}.brand{width:190px}.brand img{width:185px}.main-nav{gap:16px}.main-nav a{font-size:15px}.cards{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.topbar{position:relative;min-height:auto;flex-direction:column;align-items:center;padding:12px 12px 14px;gap:10px}.brand{width:180px;justify-content:center}.brand img{width:176px}.main-nav{margin-left:0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.main-nav a{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:9px 4px;text-align:center;font-size:13px}.top-book{width:100%;text-align:center;padding:13px}.langs{width:100%;justify-content:center;gap:6px}.langs button{padding:7px 10px;font-size:12px}.hero{padding-top:0;min-height:589px;height:589px;align-items:center}.slide{background-size:cover;background-position:center center;transform:scale(1)}.slide span{display:none}.hero-overlay{background:linear-gradient(rgba(6,27,54,.50),rgba(6,27,54,.66))}.hero-content{margin:0 auto;padding:24px 18px;text-align:center;max-width:94%}.tag{font-size:11px;letter-spacing:.12em}.hero h1{font-size:44px;line-height:1.02;margin:12px 0 14px}.hero-content p{font-size:18px;line-height:1.45}.btn.big{font-size:18px;padding:16px 24px}.quick-benefits{margin:20px 14px 0;grid-template-columns:1fr;border-radius:20px}.quick-benefits article{border-right:0;border-bottom:1px solid #E8EEF5;padding:18px}.quick-benefits article:last-child{border-bottom:0}.quick-benefits span{width:48px;height:48px;font-size:23px}.booking-panel{margin:24px 14px;padding:20px;border-radius:22px}.booking-title h2{font-size:30px}.booking-form,.cards,.story,.service-grid,.form-row{grid-template-columns:1fr}.booking-form{gap:12px}.booking-form button{width:100%}.section,.apartments,.story,.services,.trust,.amenities,.notice{padding:52px 16px}h2{font-size:32px}.photo{height:220px}.story{text-align:center}.story-photo{min-height:280px}.reserve-page,.success-page{padding:20px 12px}.reserve-box,.success-box{margin:16px auto;padding:20px;border-radius:22px}.reserve-box h1,.success-box h1{font-size:28px;line-height:1.15}.form input,.form select,.form textarea{font-size:16px;padding:13px}}@media(max-width:480px){.main-nav{grid-template-columns:repeat(2,1fr)}.hero{min-height:561px;height:561px}.hero h1{font-size:38px}.hero-content p{font-size:17px}.booking-title h2{font-size:27px}.cards{gap:18px}.content{padding:18px}.service-grid article{padding:18px}}
.house-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.mini-btn.secondary{
  background:#071A33;
  color:white;
}

.mini-btn.secondary:hover{
  background:#F5B942;
  color:black;
}
.section-intro{
  max-width:760px;
  margin:0 auto;
  color:#59677A;
  font-weight:700;
}

.house-photo-link{
  display:block;
  text-decoration:none;
}

.house-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.mini-btn.secondary{
  background:#071A33;
  color:#fff;
}

.mini-btn.secondary:hover{
  background:#F5B942;
  color:#000;
}

@media(max-width:900px){
  .house-actions{
    flex-direction:column;
  }

  .house-actions .mini-btn{
    width:100%;
  }
}
.price-box{margin:12px 0;padding:12px 14px;background:#f0f7ff;border:1px solid #bfdbfe;border-radius:12px}
.price-night{display:block;font-size:22px;font-weight:900;color:#1e3a5f}
.price-night small{font-size:13px;font-weight:700;color:#64748b}
.price-total{display:block;font-size:14px;color:#374151;margin-top:4px}
.price-deposit{display:block;font-size:12px;color:#065f46;font-weight:700;margin-top:3px}

/* Anchor scroll: el topbar fijo (108px) tapa el inicio de cada seccion al
   navegar con #anchor. scroll-margin-top mueve el target hacia abajo. */
/* Sección compartida: 3 postales WhatsApp + mapa Google (index + contacto) */
.map-section { max-width: 1260px; margin: 24px auto; padding: 0 24px; }
.map-section-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(200px, 1fr);
  gap: 20px;
  align-items: stretch;
}
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
  display: grid;
  grid-template-columns: 44px 1fr 32px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #E8EEF5;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(7,26,51,.06);
  text-decoration: none;
  color: inherit;
  transition: transform .15s, box-shadow .15s, border-color .15s;
}
.contact-card:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(7,26,51,.10); border-color: #25D366; }
.contact-card-flag { font-size: 32px; line-height: 1; text-align: center; }
.contact-card-body { display: flex; flex-direction: column; line-height: 1.3; }
.contact-card-body strong { color: #061B36; font-size: 16px; }
.contact-card-body small { color: #67768A; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.contact-card-num { color: #25D366; font-weight: 700; font-size: 14px; margin-top: 4px; font-variant-numeric: tabular-nums; }
.contact-card-wa {
  display: inline-flex; align-items: center; justify-content: center;
  width: 32px; height: 32px; background: #25D366; color: #fff; border-radius: 50%;
}
.map-section-map {
  border-radius: 16px; overflow: hidden;
  border: 1px solid #E8EEF5; box-shadow: 0 6px 18px rgba(7,26,51,.08);
  background: #f3f4f6;
  aspect-ratio: 16 / 9;
  max-height: 300px;
  min-height: 0;
}
.map-section-map iframe,
.map-section-map img {
  width: 100%; height: 100%; min-height: 0; border: 0; display: block;
  object-fit: cover;
}
.map-section.home-layout .map-section-grid{
  grid-template-columns:1fr;
}
.map-section.home-layout .contact-cards,
.map-section.home-layout .address-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.address-card{
  background:#fff;
  border:1px solid #E8EEF5;
  border-radius:16px;
  box-shadow:0 6px 18px rgba(7,26,51,.06);
  padding:16px 18px;
  text-align:left;
}
.address-card strong{
  display:block;
  color:#061B36;
  font-size:16px;
  margin-bottom:6px;
}
.address-card span{
  display:block;
  color:#59677A;
  font-size:13px;
  line-height:1.45;
}
@media (max-width: 900px) {
  .map-section { padding: 0 14px; }
  .map-section-grid { grid-template-columns: 1fr; }
  .map-section.home-layout .contact-cards,
  .map-section.home-layout .address-cards{ grid-template-columns:1fr; }
  .map-section-map { aspect-ratio: 16 / 9; max-height: 300px; min-height: 220px; }
  .map-section-map iframe,
  .map-section-map img { min-height: 220px; max-height: 300px; }
}

@media (max-width: 900px) {
  .map-section.home-layout{
    margin:18px auto;
    padding:0 12px;
  }

  .map-section.home-layout .map-section-grid{
    gap:10px;
  }

  .map-section.home-layout .contact-cards{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }

  .map-section.home-layout .contact-card{
    grid-template-columns:1fr;
    justify-items:center;
    gap:4px;
    min-height:82px;
    padding:8px 4px;
    border-radius:16px;
    text-align:center;
  }

  .map-section.home-layout .contact-card-flag{
    font-size:20px;
  }

  .map-section.home-layout .contact-card-body{
    align-items:center;
  }

  .map-section.home-layout .contact-card-body strong{
    font-size:11.5px;
    line-height:1.1;
  }

  .map-section.home-layout .contact-card-body small{
    display:none;
  }

  .map-section.home-layout .contact-card-num{
    display:block;
    max-width:100%;
    margin-top:3px;
    color:#25D366;
    font-size:10px;
    line-height:1.05;
    white-space:normal;
  }

  .map-section.home-layout .contact-card-wa{
    display:none;
  }

  .map-section.home-layout .address-cards{
    grid-template-columns:1fr;
    gap:6px;
  }

  .map-section.home-layout .address-card{
    padding:9px 12px;
    border-radius:14px;
  }

  .map-section.home-layout .address-card strong{
    font-size:12.5px;
    margin-bottom:2px;
  }

  .map-section.home-layout .address-card span{
    font-size:11px;
    line-height:1.25;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .map-section.home-layout .map-section-map{
    aspect-ratio:16 / 9;
    max-height:280px;
    min-height:210px;
  }

  .map-section.home-layout .map-section-map img{
    min-height:210px;
    max-height:280px;
  }
}

/* Home: mapa no domina toda la pantalla en escritorio */
@media (min-width: 901px) {
  .map-section.home-layout .map-section-map{
    max-height:340px;
  }
  .map-section.home-layout .map-section-map img{
    max-height:340px;
  }
}

/* Lista de teléfonos WhatsApp en contacto.php */
.phones-list {
  background: #fff; border: 1px solid #E8EEF5; border-radius: 14px;
  padding: 12px 8px; margin: 0 0 16px;
  box-shadow: 0 6px 18px rgba(7,26,51,.06);
}
.phones-list h3 {
  margin: 6px 12px 8px; font-size: 13px; color: #061B36;
  text-transform: uppercase; letter-spacing: .05em;
}
.phone-row {
  display: grid; grid-template-columns: 28px 1fr auto;
  align-items: center; gap: 12px;
  padding: 10px 12px; border-radius: 10px;
  text-decoration: none; color: inherit;
  transition: background .15s;
}
.phone-row:hover { background: #F0FDF4; }
.phone-flag { font-size: 20px; line-height: 1; }
.phone-name { font-weight: 800; color: #061B36; font-size: 14px; }
.phone-name small { font-weight: 500; color: #67768A; font-size: 12px; }
.phone-number { color: #25D366; font-weight: 700; font-size: 13.5px; font-variant-numeric: tabular-nums; }
@media (max-width: 480px) {
  .phone-row { grid-template-columns: 24px 1fr; row-gap: 2px; }
  .phone-number { grid-column: 2; font-size: 13px; }
}

/* Página Contacto en grid 2 columnas (mapa+info izq, form der) */
.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px 8px;
}
.contact-container > h1 { margin-top: 6px; margin-bottom: 22px; font-size: clamp(34px, 4vw, 44px); }
.contact-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 32px;
  align-items: start;
}
.contact-grid .quick-contact {
  background: #fff; border: 1px solid #E8EEF5; border-radius: 14px;
  padding: 14px 18px; margin: 0 0 16px;
  box-shadow: 0 6px 18px rgba(7,26,51,.06);
}
.contact-grid .quick-contact p { margin: 4px 0; font-size: 14.5px; }
.contact-grid .map-wrap {
  border-radius: 14px; overflow: hidden;
  border: 1px solid #E8EEF5; box-shadow: 0 6px 18px rgba(7,26,51,.08);
  margin-bottom: 16px;
}
.contact-grid .map-wrap iframe { width: 100%; height: 450px; border: 0; display: block; }
.contact-grid .addresses {
  background: #F7FAFC; border: 1px solid #E8EEF5; border-radius: 14px;
  padding: 18px 20px;
}
.contact-grid .addresses h3 {
  margin: 0 0 12px; font-size: 14px; color: #061B36;
  text-transform: uppercase; letter-spacing: .05em;
}
.contact-grid .addresses p { margin: 0 0 8px; font-size: 13.5px; line-height: 1.5; }
.contact-grid .addresses p:last-child { margin-bottom: 0; }
.contact-grid .contact-right {
  background: #fff; border: 1px solid #E8EEF5; border-radius: 14px;
  padding: 24px; box-shadow: 0 6px 18px rgba(7,26,51,.06);
  position: sticky; top: 150px;
}
.contact-grid .contact-right .form { gap: 12px; }
.contact-grid .contact-right .notice { margin-bottom: 14px; }
@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; gap: 22px; }
  .contact-grid .map-wrap iframe { height: 320px; }
  .contact-grid .contact-right { position: static; }
}

/* Hero slider: cada .slide tiene <img> en lugar de background-image para
   poder hacer lazy-load de las 6 que NO son la primera. */
.slide .slide-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}

/* Topbar STICKY: nunca desaparece al hacer scroll y deja que el padding del
   documento empuje el contenido (a diferencia de fixed que necesita compensar
   con padding-top en el body). */
.topbar { position: sticky; top: 0; z-index: 1000; }
/* Antes el hero tenia padding-top:108px porque el topbar era position:fixed
   (overlay). Con sticky el topbar ocupa flujo, asi que ese padding deja un
   hueco. Lo neutralizo. */
.hero { padding-top: 0 !important; }

/* Anchor scroll: el topbar tapa el inicio de cada seccion. Con sticky,
   scroll-padding-top en html sigue siendo la forma robusta. */
html { scroll-padding-top: 135px; }
[id], section[id], main[id], div[id], article[id], h1[id], h2[id], h3[id], h4[id]{scroll-margin-top:135px}
@media(max-width:900px){
  html { scroll-padding-top: 118px; }
  [id], section[id], main[id], div[id], article[id], h1[id], h2[id], h3[id], h4[id]{scroll-margin-top:118px}
}

/* Logo mas presente en el topbar */
.topbar { min-height: 124px; }
.brand { width: 260px; }
.brand img { width: 320px; max-width: 100%; }
@media(max-width:1200px){
  .brand { width: 220px; }
  .brand img { width: 230px; }
}
@media(max-width:900px){
  .topbar { min-height: auto; }
  .brand { width: 200px; }
  .brand img { width: 200px; }
}

/* H2 de secciones con mas presencia visual */
.section h2, .apartments h2, .story h2, .services h2, .trust h2, .amenities h2, .notice h2, .booking-title h2 {
  font-size: 48px;
  line-height: 1.05;
}
@media(max-width:900px){
  .section h2, .apartments h2, .story h2, .services h2, .trust h2, .amenities h2, .notice h2, .booking-title h2 {
    font-size: 32px;
  }
}

/* Direccion bajo el nombre de cada casa — discreta, una linea, sin emoji */
.house-address {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
  color: #888;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 700px) {
  /* En pantalla angosta dejamos que se rompa para no recortar */
  .house-address { white-space: normal; }
}

/* Iconos sociales en header */
.social-icons { display:flex; gap:10px; align-items:center; flex:0 0 auto; }
.social-icons a { color: rgba(255,255,255,.85); display:inline-flex; transition: color .15s, transform .15s; }
.social-icons a:hover { color: var(--gold); transform: translateY(-2px); }
.social-icons svg { width:20px; height:20px; display:block; }
@media(min-width:901px) and (max-width:1450px){
  .topbar .social-icons{display:none}
}
@media(max-width:900px){
  .social-icons { width:100%; justify-content:center; gap:14px; padding-top:6px; }
  .social-icons svg { width:22px; height:22px; }
}

/* Iconos sociales en footer */
.footer-social { display:flex; gap:18px; justify-content:center; flex-wrap:wrap; margin: 18px 0 8px; }
.footer-social a {
  display:flex; flex-direction:column; align-items:center; gap:5px;
  color: rgba(255,255,255,.78); text-decoration:none;
  font-size: 11px; font-weight:700; letter-spacing:.04em; text-transform:uppercase;
  transition: color .15s;
}
.footer-social a:hover { color: var(--gold); }
.footer-social svg { width:26px; height:26px; }
.footer-credit { font-size:11px; opacity:.55; margin-top: 6px; }

/* Grid de habitaciones en galeria.php — compacto, hasta 4 columnas */
.rooms-grid {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 28px;
}
.rooms-grid .room-card .content { padding: 16px; }
.rooms-grid .room-card .content h3 {
  font-size: 16px;
  margin: 6px 0 10px;
  line-height: 1.2;
}
.rooms-grid .room-house {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #0057B7;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 8px;
}
.rooms-grid .room-card p {
  font-size: 13px;
  line-height: 1.45;
  margin: 4px 0;
}
.rooms-grid .room-card .room-desc {
  color: #59677A;
  font-size: 12.5px;
  margin: 8px 0 12px;
}
.rooms-grid .room-card .warning {
  font-size: 11px;
  padding: 4px 8px;
}
.rooms-grid .room-card .mini-btn {
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 12px;
}
.rooms-grid .house-actions { gap: 6px; }

/* Tarjetas de turismo con imagen full-bleed superior */
.tourism-cards.service-grid {
  grid-template-columns: repeat(3, minmax(0, 320px));
  justify-content: center;
}
@media (max-width: 1100px) {
  .tourism-cards.service-grid { grid-template-columns: repeat(2, minmax(0, 320px)); }
}
@media (max-width: 700px) {
  .tourism-cards.service-grid { grid-template-columns: minmax(0, 360px); }
}
.tourism-cards article {
  padding: 0 !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tourism-cards .tourism-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.tourism-cards article > strong { padding: 18px 22px 0; display:block; }
.tourism-cards article > p      { padding: 6px 22px 22px; margin: 0; }

/* Aviso de acceso integrado en la zona de reserva */
.access-notice {
  background: #FFF3D1;
  border-left: 6px solid #FF6B35;
  border-radius: 14px;
  padding: 14px 18px;
  margin: 16px auto 0;
  max-width: 1260px;
  font-size: 14.5px;
  color: #5A4A30;
  line-height: 1.5;
  box-shadow: 0 6px 18px rgba(245,185,66,.20);
}
.access-notice strong { color: #8B5A00; display: block; margin-bottom: 4px; font-size: 15px; }
@media(max-width:900px){
  .access-notice { margin: 14px 14px 0; padding: 12px 14px; font-size: 13.5px; }
}

/* Fondito azul claro del banner "Más de 10 años recibiendo huéspedes" */
.trust {
  background: linear-gradient(135deg, #E8F6FF 0%, #D6ECFF 100%);
  border-radius: 24px;
  margin: 30px auto;
  padding: 56px 24px;
  box-shadow: 0 8px 24px rgba(7, 26, 51, 0.06);
}
.trust h2 { color: var(--navy); }
.trust p  { color: var(--text); }

.menu-toggle{display:none}
.nav-icon{display:none}
.lang-code{display:none}

/* Idioma activo (header desktop + móvil) */
.langs a.lang-link{
  border:1px solid transparent;
  border-radius:999px;
  transition:background .15s, border-color .15s, color .15s;
}
.langs a.lang-active{
  border-color:var(--gold);
  background:rgba(245,185,66,.18);
  color:#fff;
  opacity:1;
}
.langs{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
}
.langs a.lang-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  padding:3px;
  opacity:.9;
}
.langs a.lang-link:hover{
  opacity:1;
  background:rgba(255,255,255,.12);
}
.langs img{
  display:block;
  width:22px;
  height:22px;
  border-radius:50%;
  object-fit:cover;
}

/* Scrim del menú móvil */
.menu-backdrop{
  display:none;
  position:fixed;
  inset:0;
  z-index:999;
  background:rgba(6,27,54,.48);
  -webkit-tap-highlight-color:transparent;
}
body.nav-open .menu-backdrop{
  display:block;
}
body.nav-open{
  overflow:hidden;
}

/* Mobile PWA shell */
@media(max-width:900px){
  .topbar{
    display:grid;
    grid-template-columns:1fr auto auto;
    grid-template-rows:auto auto;
    align-items:center;
    padding:10px 14px 8px;
    gap:8px 10px;
    background:linear-gradient(180deg,#061B36 0%,#082543 100%);
    box-shadow:0 10px 24px rgba(6,27,54,.22);
    position:sticky;
    z-index:1001;
  }

  .brand{
    width:150px;
    grid-column:1;
    grid-row:1;
    justify-content:flex-start;
  }

  .brand img{
    width:150px;
  }

  .menu-toggle{
    grid-column:3;
    grid-row:1;
    width:42px;
    height:42px;
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:5px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;
    background:rgba(255,255,255,.11);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 8px 18px rgba(0,0,0,.12);
    color:white;
    padding:0;
  }

  .menu-toggle span{
    width:18px;
    height:2px;
    border-radius:999px;
    background:white;
    display:block;
    transition:transform .18s ease, opacity .18s ease;
  }

  .topbar.menu-open .menu-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .topbar.menu-open .menu-toggle span:nth-child(2){
    opacity:0;
  }

  .topbar.menu-open .menu-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .main-nav{
    display:none;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
    overflow:visible;
    padding:12px 14px 14px;
    margin:0;
  }

  .topbar.menu-open .main-nav{
    display:grid;
    position:absolute;
    left:0;
    right:0;
    top:100%;
    z-index:1002;
    background:#061B36;
    box-shadow:0 18px 26px rgba(0,0,0,.18);
  }

  .main-nav a{
    min-height:70px;
    border-radius:0;
    padding:6px 2px;
    font-size:11px;
    line-height:1.1;
    text-align:center;
    background:transparent;
    border:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
  }

  .main-nav a.active{
    color:var(--gold);
    background:transparent;
  }

  .nav-icon{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:rgba(255,255,255,.10);
    color:white;
  }

  .main-nav a.active .nav-icon{
    background:rgba(245,185,66,.22);
    color:var(--gold);
  }

  .nav-icon svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
  }

  .top-book{
    width:auto;
    grid-column:2;
    grid-row:1;
    border-radius:999px;
    padding:12px 17px;
    font-size:14px;
    line-height:1;
    box-shadow:0 8px 18px rgba(255,107,53,.24);
  }

  .langs{
    grid-column:1/-1;
    grid-row:2;
    display:flex;
    justify-content:center;
    gap:8px;
    padding:2px 0 4px;
    width:100%;
  }

  .langs img{
    display:block;
    width:20px;
    height:20px;
  }

  .langs a.lang-link{
    width:38px;
    height:28px;
    display:grid;
    place-items:center;
    border-radius:999px;
    color:rgba(255,255,255,.82);
    text-decoration:none;
    font-size:11px;
    font-weight:900;
    letter-spacing:.04em;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
  }

  .langs a.lang-active{
    border-color:var(--gold);
    background:rgba(245,185,66,.2);
    color:#fff;
  }

  .lang-code{
    display:none;
  }

  .social-icons{
    display:none;
  }

  .hero{
    min-height:min(52vh,400px);
    height:min(52vh,400px);
  }

  .hero h1{
    font-size:38px;
  }

  .hero-content p{
    font-size:17px;
  }

  .quick-benefits{
    margin:14px 12px 0;
    grid-template-columns:repeat(2,1fr);
    border-radius:18px;
  }

  .quick-benefits article{
    border-right:0;
    border-bottom:1px solid #E8EEF5;
    padding:14px 10px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:8px;
  }

  .quick-benefits article:nth-child(odd){
    border-right:1px solid #E8EEF5;
  }

  .quick-benefits article:nth-last-child(-n+2){
    border-bottom:0;
  }

  .quick-benefits .benefit-icon{
    width:44px;
    height:44px;
  }

  .quick-benefits strong{
    font-size:14px;
    line-height:1.2;
  }

  .quick-benefits p{
    display:none;
  }

  .apartments .cards{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding:4px 2px 12px;
    margin-top:22px;
    grid-template-columns:unset;
  }

  .apartments .cards .card{
    flex:0 0 86%;
    max-width:320px;
    scroll-snap-align:start;
  }

  .apartments .cards::-webkit-scrollbar{
    height:4px;
  }

  .apartments .cards::-webkit-scrollbar-thumb{
    background:rgba(6,27,54,.18);
    border-radius:999px;
  }

  .trust{
    margin:20px 14px;
    padding:28px 18px;
    border-radius:20px;
  }

  .trust h2{
    font-size:26px;
    margin-bottom:8px;
  }

  .trust p{
    font-size:14px;
    line-height:1.45;
    margin:6px 0;
  }

  .trust .stars{
    font-size:20px;
    letter-spacing:2px;
    margin-top:10px;
  }
}

@media(max-width:480px){
  .topbar{
    padding-top:calc(8px + env(safe-area-inset-top));
  }

  .brand,
  .brand img{
    width:142px;
  }

  .hero{
    min-height:min(50vh,380px);
    height:min(50vh,380px);
  }

  .hero h1{
    font-size:34px;
  }

  .apartments .cards .card{
    flex-basis:88%;
  }
}

@media(display-mode:standalone){
  .topbar{
    padding-top:calc(10px + env(safe-area-inset-top));
  }
}

/* ── Fase B: iconos beneficios, mapa, páginas internas móvil ─────────────── */
.benefit-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--soft);
  color:var(--navy);
  flex:0 0 auto;
}
.benefit-icon svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.map-section-title{
  max-width:1260px;
  margin:0 auto 10px;
  padding:0 24px;
  font-family:Georgia,serif;
  font-size:clamp(22px,4vw,32px);
  line-height:1.1;
  color:var(--navy);
}
.map-section-subtitle{
  grid-column:1/-1;
  margin:4px 0 0;
  font-size:15px;
  font-weight:800;
  color:var(--navy);
  letter-spacing:.02em;
}
.map-section.home-layout .map-section-subtitle{
  padding:0 2px;
}

.page-home .map-section-title{
  padding:0 12px;
}

@media(max-width:900px){
  .benefit-icon{
    width:44px;
    height:44px;
  }
  .benefit-icon svg{
    width:22px;
    height:22px;
  }

  .map-section-title{
    padding:0 12px;
    font-size:20px;
    margin-bottom:8px;
  }

  /* Contacto: mismos accesos rápidos que Home */
  .page-contact .map-section .contact-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }
  .page-contact .map-section .contact-card{
    grid-template-columns:1fr;
    justify-items:center;
    gap:4px;
    min-height:82px;
    padding:8px 4px;
    border-radius:16px;
    text-align:center;
  }
  .page-contact .map-section .contact-card-flag{
    font-size:20px;
  }
  .page-contact .map-section .contact-card-body small{
    display:none;
  }
  .page-contact .map-section .contact-card-num{
    display:block;
    font-size:10px;
    line-height:1.05;
    color:#25D366;
    margin-top:3px;
  }
  .page-contact .map-section .contact-card-wa{
    display:none;
  }
  .page-contact .map-section-map{
    aspect-ratio:16/9;
    min-height:140px;
  }
  .page-contact .map-section-map img{
    min-height:140px;
  }
  .page-contact .map-section-grid{
    gap:10px;
  }

  .page-contact .reserve-page{
    padding:12px 0 24px;
  }
  .page-contact .contact-container{
    padding:0 12px;
  }
  .page-contact .contact-container h1{
    font-size:28px;
    line-height:1.1;
    margin:8px 0 14px;
  }
  .page-contact .contact-grid{
    gap:16px;
  }
  .page-contact .contact-left .addresses,
  .page-contact .contact-left .quick-contact{
    background:#fff;
    border:1px solid #E8EEF5;
    border-radius:14px;
    padding:12px 14px;
    box-shadow:0 4px 14px rgba(7,26,51,.05);
  }
  .page-contact .contact-left .addresses h3,
  .page-contact .contact-left .quick-contact h3{
    margin:0 0 8px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.06em;
    color:#67768A;
  }
  .page-contact .contact-left .addresses p{
    margin:0 0 6px;
    font-size:13px;
    line-height:1.35;
  }
  .page-contact .contact-right{
    padding:16px;
    border-radius:16px;
  }

  .page-reservar .reserve-page{
    padding:14px 12px 28px;
  }
  .page-reservar .reserve-box{
    margin:0 auto;
    padding:18px 16px;
    border-radius:20px;
  }
  .page-reservar .reserve-box h1{
    font-size:26px;
    line-height:1.15;
  }
  .page-reservar .room-summary{
    padding:12px 14px;
    font-size:14px;
    line-height:1.45;
  }
  .page-reservar .room-summary p{
    margin:6px 0;
  }
  .page-reservar .price-summary{
    padding:14px;
    margin:12px 0;
  }
  .page-reservar .form{
    gap:12px;
  }

  .page-home .booking-panel{
    margin:16px 12px 20px;
    padding:16px 14px;
    border-radius:20px;
  }
  .page-home .booking-title{
    text-align:left;
  }
  .page-home .booking-title h2{
    font-size:24px;
    margin:6px 0 4px;
  }
  .page-home .booking-form{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px 12px;
    align-items:end;
    margin-top:16px;
  }
  .page-home .booking-form label{
    font-size:13px;
  }
  .page-home .booking-form input,
  .page-home .booking-form select{
    padding:12px 10px;
    font-size:15px;
    margin-top:5px;
  }
  .page-home .booking-form button{
    grid-column:1/-1;
    width:100%;
    padding:15px;
    font-size:15px;
    border-radius:14px;
    margin-top:2px;
  }
  .page-home .booking-form .inline-error{
    grid-column:1/-1;
    margin:0;
    font-size:13px;
  }
  .page-home .access-notice{
    margin:14px 0 0;
    padding:10px 12px;
    font-size:13px;
    line-height:1.4;
    border-radius:14px;
  }
  .page-home .access-notice strong{
    font-size:13px;
    margin-bottom:2px;
  }
  .page-home .booking-note{
    font-size:13px;
    margin-top:10px;
    text-align:left;
  }

  .page-home .results.section{
    padding:32px 0 40px;
    text-align:left;
  }
  .page-home .results.section h2{
    font-size:26px;
    padding:0 12px;
  }
  .page-home .results.section > .tag,
  .page-home .results.section > p{
    padding:0 12px;
  }
  .page-home .results.section > p{
    font-size:14px;
    line-height:1.45;
    margin:0 0 14px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }
  .page-home .results .results-house-group{
    margin-top:28px;
  }
  .page-home .results .results-house-group:first-of-type{
    margin-top:18px;
  }
  .page-home .results .results-house-title{
    margin:0 0 6px;
    font-size:22px;
    color:var(--navy);
  }
  .page-home .results .results-house-desc{
    margin:0 0 12px;
    color:var(--muted);
    font-size:14px;
    line-height:1.45;
  }
  .page-home .results .results-cards{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding:4px 12px 10px;
    margin-top:18px;
    grid-template-columns:unset;
  }
  .page-home .results .results-cards .card{
    flex:0 0 86%;
    max-width:320px;
    scroll-snap-align:start;
  }
  .page-home .results .results-cards .photo{
    height:150px;
  }
  .page-home .results .results-cards .content{
    padding:16px;
  }
  .page-home .results .results-cards .content h3{
    font-size:20px;
    margin:8px 0;
  }
  .page-home .results .results-cards .content > p{
    font-size:12.5px;
    margin:3px 0;
    line-height:1.35;
  }
  .page-home .results .results-cards .room-card-desc{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:var(--muted);
    font-size:12px;
    margin:6px 0 8px;
  }
  .page-home .results .results-cards .price-box{
    margin:8px 0;
    padding:10px 12px;
  }
  .page-home .results .results-cards .price-night{
    font-size:18px;
  }
  .page-home .results .results-cards .price-total,
  .page-home .results .results-cards .price-deposit{
    font-size:11px;
    display:block;
    margin-top:3px;
  }
  .page-home .results .results-cards .mini-btn{
    width:100%;
    margin-top:8px;
  }

  .page-house .gallery-rooms .rooms-grid,
  .gallery-page .gallery-rooms .rooms-grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding:4px 2px 12px;
    grid-template-columns:unset;
  }
  .page-house .gallery-rooms .rooms-grid .room-card,
  .gallery-page .gallery-rooms .rooms-grid .room-card{
    flex:0 0 88%;
    max-width:340px;
    scroll-snap-align:start;
  }
  .page-house .gallery-rooms .room-card .room-desc,
  .gallery-page .gallery-rooms .rooms-grid .room-card .room-desc{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  .page-experience .tourism-cards{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    justify-content:flex-start;
    padding:4px 2px 16px;
    grid-template-columns:unset;
  }
  .page-experience .tourism-cards article{
    flex:0 0 82%;
    max-width:300px;
    scroll-snap-align:start;
  }
  .page-experience .tourism-cards .tourism-img{
    height:160px;
  }
  .page-experience .tourism-cards article > strong,
  .page-experience .tourism-cards article > p{
    padding-left:16px;
    padding-right:16px;
  }
  .page-experience .tourism-cards article > p{
    font-size:13px;
    padding-bottom:14px;
  }
  .page-experience .section{
    padding:40px 16px;
  }
  .page-experience .section h2{
    font-size:28px;
  }

  .page-services .service-grid{
    display:flex;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding:4px 2px 12px;
    grid-template-columns:unset;
  }
  .page-services .service-grid article{
    flex:0 0 78%;
    max-width:280px;
    scroll-snap-align:start;
  }
  .page-services .section{
    padding:40px 16px;
  }

  /* Fase D: experiencia — bloque story más compacto */
  .page-experience .story.section{
    display:flex;
    flex-direction:column;
    gap:18px;
    padding:36px 16px;
    text-align:left;
  }
  .page-experience .story.section h2{
    font-size:28px;
    margin:8px 0 10px;
  }
  .page-experience .story.section > div > p{
    font-size:15px;
    line-height:1.5;
    margin:0;
  }
  .page-experience .story-photo{
    order:-1;
    min-height:240px;
    height:min(42vh,300px);
    border-radius:18px;
  }
  .page-experience #turismo > p{
    font-size:14px;
    line-height:1.45;
    padding:0 4px;
  }
  .page-experience #turismo > h2{
    font-size:26px;
  }

  /* Fase D: galería — toolbar y habitaciones (style.css complementa galeria-mejorada.css) */
  .page-gallery .gallery-toolbar{
    overflow-x:auto;
    flex-wrap:nowrap;
    -webkit-overflow-scrolling:touch;
    justify-content:flex-start;
    scrollbar-width:none;
  }
  .page-gallery .gallery-toolbar::-webkit-scrollbar{
    display:none;
  }

  /* Fase E: avisos contacto, FAB redundante, formulario estrecho */
  .page-contact .notice--success{
    background:#f0fdf4;
    border:1px solid #86efac;
    border-left:4px solid #22c55e;
    border-radius:14px;
    padding:12px 14px;
  }
  .page-contact .notice--error{
    background:#fef2f2;
    border:1px solid #fecaca;
    border-left:4px solid #ef4444;
    border-radius:14px;
    padding:12px 14px;
  }
  .page-contact .notice--success p,
  .page-contact .notice--error p{
    margin:0;
    font-weight:700;
    font-size:14px;
  }
  body.page-home .wa-fab,
  body.page-contact .wa-fab{
    display:none;
  }
}

@media (max-width: 400px) {
  .page-home .booking-form{
    grid-template-columns:1fr;
  }
}

/* ── Contacto mejorado + mapa compacto en página contacto ─────────────── */
.page-contact .contact-intro{
  margin:0 0 18px;
  max-width:52ch;
  color:#59677A;
  font-size:15px;
  line-height:1.55;
}
.page-contact .contact-wa-hint{
  margin:0 0 10px;
  font-size:13px;
  font-weight:700;
  color:#59677A;
}
.page-contact .contact-grid--improved{
  display:grid;
  grid-template-columns:minmax(280px,.95fr) minmax(360px,1.2fr);
  gap:32px;
  align-items:start;
  margin-top:8px;
}
.page-contact .contact-form-col{
  background:#fff;
  border:1px solid #E8EEF5;
  border-radius:16px;
  padding:22px 20px;
  box-shadow:0 6px 18px rgba(7,26,51,.06);
}
.page-contact .contact-form-col .form{
  gap:12px;
}
.page-contact .contact-side-col .map-section{
  margin:0;
  padding:0;
  max-width:none;
}
.page-contact .contact-side-col .map-section-grid{
  grid-template-columns:1fr;
  gap:16px;
}
.page-contact .contact-side-col .map-section-map{
  order:-1;
}
.page-contact .contact-side-col .contact-cards{
  order:2;
}
.page-contact .contact-side-col .map-section-map{
  max-height:420px;
  min-height:320px;
  aspect-ratio:4/3;
}
.page-contact .contact-side-col .map-section-map img{
  max-height:420px;
  min-height:320px;
}
.page-contact .contact-info-stack{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:12px;
}
.page-contact .contact-info-stack .quick-contact,
.page-contact .contact-info-stack .addresses{
  background:#fff;
  border:1px solid #E8EEF5;
  border-radius:14px;
  padding:14px 16px;
  box-shadow:0 4px 14px rgba(7,26,51,.05);
  margin:0;
}
.page-contact .contact-info-stack h3{
  margin:0 0 8px;
  font-size:13px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#061B36;
}
@media (max-width:900px){
  .page-contact .contact-grid--improved{
    grid-template-columns:1fr;
    gap:18px;
  }
  .page-contact .contact-form-col{
    order:1;
    padding:16px 14px;
  }
  .page-contact .contact-side-col{
    order:2;
  }
  .page-contact .contact-side-col .map-section-map{
    width:100%;
    max-width:100%;
    min-width:0;
    height:220px;
    min-height:0;
    aspect-ratio:auto;
  }
  .page-contact .contact-side-col .map-section-map img{
    width:100%;
    height:100%;
    min-height:0;
    max-height:none;
  }
  .page-contact .contact-side-col .map-section .contact-cards{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }
}

/* ── Experiencia: pagina mas editorial y accionable ─────────────── */
.page-experience .experience-hero{
  align-items:center;
  gap:36px;
}
.page-experience .experience-copy > p:not(.tag){
  max-width:62ch;
  color:#59677A;
  font-size:17px;
  line-height:1.7;
}
.page-experience .experience-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.page-experience .experience-photo{
  position:relative;
  min-height:430px;
  overflow:hidden;
}
.page-experience .experience-photo-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.page-experience .experience-photo-card{
  position:absolute;
  left:18px;
  right:18px;
  bottom:18px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(6,27,54,.86);
  color:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.24);
}
.page-experience .experience-photo-card strong{
  display:block;
  color:#F5B942;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:5px;
}
.page-experience .experience-photo-card span{
  display:block;
  font-size:15px;
  line-height:1.45;
}
.page-experience .experience-highlights{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  padding-top:14px;
}
.page-experience .experience-highlights article,
.page-experience .experience-route-list article{
  background:#fff;
  border:1px solid #E8EEF5;
  border-radius:18px;
  box-shadow:0 10px 26px rgba(7,26,51,.07);
}
.page-experience .experience-highlights article{
  padding:22px;
}
.page-experience .experience-highlights strong,
.page-experience .experience-route-list strong,
.page-experience .experience-bottom-cta strong{
  display:block;
  color:#061B36;
  font-size:18px;
  margin-bottom:8px;
}
.page-experience .experience-highlights p,
.page-experience .experience-route-list p,
.page-experience .experience-bottom-cta p{
  margin:0;
  color:#59677A;
  font-size:14.5px;
  line-height:1.55;
}
.page-experience .experience-route{
  display:grid;
  grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);
  gap:28px;
  align-items:start;
}
.page-experience .experience-route-head p:not(.tag){
  color:#59677A;
  font-size:16px;
  line-height:1.65;
}
.page-experience .experience-route-list{
  display:grid;
  gap:14px;
}
.page-experience .experience-route-list article{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:14px;
  padding:18px;
}
.page-experience .experience-route-list article > span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:999px;
  background:#FFF3D1;
  color:#8B5A00;
  font-weight:900;
}
.page-experience .experience-bottom-cta{
  margin:34px auto 0;
  max-width:880px;
  padding:24px;
  border-radius:20px;
  background:linear-gradient(135deg,#061B36,#082D55);
  color:#fff;
  text-align:center;
  box-shadow:0 18px 45px rgba(6,27,54,.18);
}
.page-experience .experience-bottom-cta strong{
  color:#fff;
  font-size:24px;
}
.page-experience .experience-bottom-cta p{
  color:rgba(255,255,255,.82);
  margin:0 auto 16px;
  max-width:58ch;
}
@media(max-width:900px){
  .page-experience main{
    gap:26px;
  }
  .page-experience .experience-hero{
    margin-top:18px;
  }
  .page-experience .experience-highlights,
  .page-experience .experience-route{
    grid-template-columns:1fr;
  }
  .page-experience .experience-highlights{
    padding:0 16px;
  }
  .page-experience .experience-highlights article{
    padding:18px;
  }
  .page-experience .experience-actions .btn{
    flex:1 1 100%;
  }
  .page-experience .experience-photo{
    height:min(42vh,300px);
    min-height:240px;
  }
  .page-experience .experience-photo-card{
    left:12px;
    right:12px;
    bottom:12px;
    padding:13px 14px;
  }
  .page-experience .experience-route{
    padding-top:0;
  }
  .page-experience .experience-route-list article{
    grid-template-columns:38px 1fr;
    padding:15px;
  }
  .page-experience .experience-route-list article > span{
    width:38px;
    height:38px;
  }
  .page-experience .experience-bottom-cta{
    margin-top:24px;
    padding:20px 16px;
  }
}

/* Experiencia: lectura editorial alineada a la izquierda */
.page-experience main{
  display:flex;
  flex-direction:column;
  gap:34px;
}
.page-experience .section{
  padding-top:0;
  padding-bottom:0;
}
.page-experience .experience-hero{
  margin-top:28px;
}
.page-experience .experience-highlights{
  padding-top:0;
}
.page-experience .experience-route{
  padding-top:4px;
}
.page-experience #turismo{
  padding-top:28px;
}
.page-experience #turismo .tourism-block{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.page-experience #turismo .tourism-block--intro{
  margin-bottom:48px;
}
.page-experience #turismo .tourism-block--landmarks{
  margin-bottom:52px;
  padding-top:40px;
  border-top:1px solid #E4ECF6;
}
.page-experience #turismo .tourism-block--people{
  margin-bottom:40px;
  padding-top:44px;
  border-top:1px solid #E4ECF6;
}
.page-experience #turismo > .tag,
.page-experience #turismo > h2,
.page-experience #turismo > p,
.page-experience #turismo .cubano-text,
.page-experience #turismo .tourism-block > .tag,
.page-experience #turismo .tourism-block > h2,
.page-experience #turismo .tourism-block > p,
.page-experience #turismo .tourism-block .cubano-text{
  max-width:980px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
.page-experience #turismo > h2,
.page-experience #turismo .tourism-block h2{
  margin-top:0;
  margin-bottom:22px;
}
.page-experience #turismo > p,
.page-experience #turismo .tourism-block > p{
  margin-top:0;
  margin-bottom:20px;
  line-height:1.7;
}
.page-experience #turismo .tourism-cards{
  margin-top:28px;
  margin-bottom:0;
}
.page-experience #turismo .cubano-text{
  margin-top:4px;
  margin-bottom:0;
  line-height:1.75;
  font-size:16.5px;
  color:#243247;
}
.page-experience #turismo .experience-bottom-cta{
  margin-top:48px;
}

/* Mobile stability: no lateral page scroll on public content pages. */
@media(max-width:900px){
  body.page-experience,
  body.page-services,
  body.page-reviews{
    overflow-x:hidden;
  }

  .page-experience main,
  .page-services main,
  .page-reviews main,
  .page-experience .section,
  .page-services .section,
  .page-reviews .section{
    max-width:100%;
  }

  .page-experience .experience-photo{
    width:100%;
    max-width:100%;
    min-width:0;
    align-self:stretch;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
  }
  .page-experience .experience-photo-img{
    opacity:1;
    visibility:visible;
  }

  .page-services .service-grid,
  .page-experience .tourism-cards{
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
    scroll-snap-type:none;
    gap:14px;
    width:100%;
    max-width:100%;
    padding:0;
    margin-left:0;
    margin-right:0;
  }
  .page-services .service-grid article,
  .page-experience .tourism-cards article{
    width:100%;
    max-width:100%;
    min-width:0;
    flex:initial;
    scroll-snap-align:none;
  }
}
