:root {
  --ba-teal: #00575d;
  --ba-teal-dark: #003f45;
  --ba-teal-deep: #072f34;
  --ba-mint: #00bd86;
  --ba-mint-soft: #dff8ef;
  --ba-sky: #edfafa;
  --ba-ink: #102c30;
  --ba-muted: #61777a;
  --ba-sand: #f6f2ea;
  --ba-line: rgba(12, 76, 81, 0.14);
  --ba-white: #fff;
  --ba-shadow-sm: 0 12px 32px rgba(0, 56, 60, 0.09);
  --ba-shadow: 0 28px 80px rgba(0, 47, 52, 0.16);
  --ba-radius-sm: 14px;
  --ba-radius: 24px;
  --ba-radius-lg: 40px;
  --ba-container: 1240px;
  --ba-header-height: 86px;
  --ba-transition: 240ms cubic-bezier(.2,.75,.25,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--ba-header-height) + 18px); }
body {
  margin: 0;
  color: var(--ba-ink);
  background: var(--ba-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.ba-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1em; height: 1em; }
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.ba-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  transform: translateY(-150%);
  background: var(--ba-ink);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
}
.ba-skip-link:focus { transform: translateY(0); }
.ba-container { width: min(calc(100% - 48px), var(--ba-container)); margin-inline: auto; }
.ba-main { overflow: clip; }
.ba-section { position: relative; padding: clamp(78px, 8vw, 126px) 0; }
.ba-section-heading { max-width: 700px; margin-bottom: 42px; }
.ba-section-heading h2,
.ba-apartment-overview-copy h2,
.ba-apartment-amenities-panel h2 {
  margin: 0;
  color: var(--ba-ink);
  font-size: clamp(2.1rem, 4.6vw, 4.35rem);
  line-height: .98;
  letter-spacing: -0.045em;
  font-weight: 760;
}
.ba-section-heading p { margin: 20px 0 0; max-width: 680px; color: var(--ba-muted); font-size: clamp(1rem, 1.4vw, 1.2rem); line-height: 1.75; }
.ba-section-heading-split { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ba-section-heading-centered { margin-inline: auto; text-align: center; }
.ba-heading-light h2, .ba-heading-light p { color: white; }
.ba-icon { display: inline-grid; place-items: center; flex: 0 0 auto; line-height: 0; }
.ba-icon svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ba-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 720;
  letter-spacing: -.01em;
  transition: transform var(--ba-transition), background var(--ba-transition), color var(--ba-transition), border-color var(--ba-transition), box-shadow var(--ba-transition);
  cursor: pointer;
}
.ba-button .ba-icon { font-size: 1.15em; }
.ba-button:hover { transform: translateY(-2px); }
.ba-button:focus-visible, .ba-nav-link:focus-visible, .ba-language-link:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible, a:focus-visible { outline: 3px solid rgba(0,189,134,.4); outline-offset: 3px; }
.ba-button-primary { color: white; background: var(--ba-mint); box-shadow: 0 14px 30px rgba(0,189,134,.25); }
.ba-button-primary:hover { background: #00a978; box-shadow: 0 18px 38px rgba(0,189,134,.31); }
.ba-button-secondary { color: var(--ba-teal); background: white; border-color: rgba(0,87,93,.18); box-shadow: var(--ba-shadow-sm); }
.ba-button-secondary:hover { border-color: var(--ba-mint); color: var(--ba-teal-dark); }
.ba-button-ghost { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.52); backdrop-filter: blur(10px); }
.ba-button-ghost:hover { background: white; color: var(--ba-teal-dark); }
.ba-button-light { color: var(--ba-teal-dark); background: white; }
.ba-button-whatsapp { color: white; background: #1fae62; box-shadow: 0 14px 30px rgba(31,174,98,.24); }
.ba-button-whatsapp:hover { background: #159553; }
.ba-button-small { min-height: 44px; padding-inline: 20px; font-size: .88rem; }
.ba-button-full { width: 100%; }
.ba-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ba-teal); font-weight: 730; }
.ba-text-link .ba-icon { transition: transform var(--ba-transition); }
.ba-text-link:hover .ba-icon { transform: translateX(4px); }

/* Header */
.ba-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: var(--ba-header-height);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.16);
  transition: background var(--ba-transition), box-shadow var(--ba-transition), color var(--ba-transition), backdrop-filter var(--ba-transition);
}
.ba-site-header.is-scrolled { background: rgba(255,255,255,.95); color: var(--ba-ink); box-shadow: 0 10px 40px rgba(0,43,47,.1); backdrop-filter: blur(16px); border-bottom-color: var(--ba-line); }
.ba-header-inner { min-height: var(--ba-header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ba-site-logo, .ba-footer-logo { display: inline-flex; align-items: center; }
.ba-site-logo img { width: auto; height: 58px; object-fit: contain; filter: brightness(0) invert(1); transition: filter var(--ba-transition); }
.ba-site-header.is-scrolled .ba-site-logo img { filter: none; }
.ba-desktop-nav { margin-left: auto; }
.ba-nav-list { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.ba-nav-link { position: relative; display: inline-flex; align-items: center; min-height: 46px; font-size: .9rem; font-weight: 650; color: inherit; }
.ba-nav-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--ba-mint); transition: right var(--ba-transition); }
.ba-nav-link:hover::after, .ba-nav-link.is-current::after { right: 0; }
.ba-header-actions { display: flex; align-items: center; gap: 14px; }
.ba-language-switcher { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 999px; background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2); }
.ba-site-header.is-scrolled .ba-language-switcher { background: var(--ba-sky); border-color: var(--ba-line); }
.ba-language-link { display: grid; min-width: 30px; height: 30px; place-items: center; border-radius: 50%; font-size: .68rem; font-weight: 800; opacity: .7; }
.ba-language-link.is-active { color: white; background: var(--ba-mint); opacity: 1; }
.ba-mobile-menu-button, .ba-mobile-close { display: none; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); cursor: pointer; }
.ba-mobile-menu-button .ba-icon, .ba-mobile-close .ba-icon { font-size: 1.5rem; }
.ba-mobile-panel { position: fixed; inset: 0; z-index: 1100; background: var(--ba-sky); color: var(--ba-ink); overflow-y: auto; }
.ba-mobile-panel-inner { min-height: 100%; display: flex; flex-direction: column; padding: 24px; }
.ba-mobile-panel-top { display: flex; justify-content: space-between; align-items: center; }
.ba-mobile-panel .ba-site-logo img { filter: none; }
.ba-mobile-panel .ba-mobile-close { display: grid; background: white; }
.ba-mobile-nav { margin: 50px 0 30px; }
.ba-mobile-nav .ba-nav-list { flex-direction: column; align-items: flex-start; gap: 4px; }
.ba-mobile-nav .ba-nav-link { font-size: clamp(1.9rem, 7vw, 3rem); line-height: 1.1; min-height: 60px; letter-spacing: -.04em; }
.ba-mobile-language { display: flex; align-items: center; justify-content: space-between; margin-top: auto; margin-bottom: 24px; padding-top: 30px; border-top: 1px solid var(--ba-line); }
.ba-mobile-language .ba-language-switcher { background: white; border-color: var(--ba-line); }

/* Hero */
.ba-hero {
  position: relative;
  min-height: min(920px, 100svh);
  display: grid;
  align-items: end;
  color: white;
  background-image: var(--ba-hero-image);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.ba-hero::before { content: ""; position: absolute; inset: 0; background: inherit; background-size: cover; background-position: center; transform: scale(1.04); will-change: transform; }
.ba-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,35,39,.88) 0%, rgba(0,42,45,.56) 46%, rgba(0,36,39,.18) 72%, rgba(0,0,0,.05) 100%), linear-gradient(0deg, rgba(0,32,35,.48) 0%, transparent 45%); }
.ba-hero-content { position: relative; z-index: 2; padding-top: calc(var(--ba-header-height) + 80px); padding-bottom: clamp(90px, 11vh, 130px); }
.ba-hero-copy { max-width: 780px; }
.ba-hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.25rem, 7.2vw, 7.25rem); line-height: .87; letter-spacing: -.062em; font-weight: 790; text-wrap: balance; }
.ba-hero-copy > p { max-width: 690px; margin: 28px 0 0; color: rgba(255,255,255,.88); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.7; }
.ba-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.ba-hero-trust { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.82); font-size: .88rem; }
.ba-hero-trust span { display: inline-flex; align-items: center; gap: 9px; }
.ba-hero-trust .ba-icon { color: var(--ba-mint); font-size: 1.25rem; }
.ba-hero-scroll { position: absolute; z-index: 3; right: 30px; bottom: 30px; width: 44px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.ba-hero-scroll span { width: 5px; height: 5px; border-radius: 50%; background: white; animation: ba-scroll 1.8s infinite; }
@keyframes ba-scroll { 0%{transform:translateY(-12px);opacity:0}30%{opacity:1}100%{transform:translateY(12px);opacity:0} }

/* Booking */
.ba-booking-section { background: var(--ba-sky); }
.ba-calendar-shell { position: relative; min-height: 590px; background: white; border: 1px solid var(--ba-line); border-radius: var(--ba-radius); overflow: hidden; box-shadow: var(--ba-shadow); }
.ba-calendar-toolbar { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; color: var(--ba-teal-dark); background: white; border-bottom: 1px solid var(--ba-line); font-size: .85rem; font-weight: 750; }
.ba-calendar-toolbar > span { display: inline-flex; align-items: center; gap: 9px; }
.ba-calendar-live { color: #17754e; }
.ba-calendar-live i { width: 8px; height: 8px; border-radius: 50%; background: #24b56f; box-shadow: 0 0 0 5px rgba(36,181,111,.12); }
.ba-booking-iframe { display: block; width: 100%; min-height: 700px; border: 0; background: white; }
.ba-calendar-loading { position: absolute; inset: 58px 0 0; display: grid; place-items: center; color: var(--ba-muted); background: white; transition: opacity var(--ba-transition); z-index: 1; }
.ba-calendar-shell.is-loaded .ba-calendar-loading { opacity: 0; pointer-events: none; }

/* Stay types */
.ba-stay-section { background: white; }
.ba-stay-split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ba-stay-panel { position: relative; min-height: 600px; overflow: hidden; border-radius: var(--ba-radius); color: white; box-shadow: var(--ba-shadow-sm); }
.ba-stay-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.75,.25,1); }
.ba-stay-panel:hover img { transform: scale(1.045); }
.ba-stay-panel-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,38,41,.9), rgba(0,38,41,.08) 72%); }
.ba-stay-panel-content { position: absolute; inset: auto 0 0; padding: clamp(28px, 5vw, 54px); }
.ba-stay-panel h3 { margin: 0; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .95; letter-spacing: -.045em; }
.ba-stay-panel p { max-width: 470px; margin: 18px 0 22px; color: rgba(255,255,255,.8); }
.ba-stay-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 730; }
.ba-stay-link .ba-icon { transition: transform var(--ba-transition); }
.ba-stay-panel:hover .ba-stay-link .ba-icon { transform: translateX(5px); }

/* Apartment cards */
.ba-locations-section { background: var(--ba-sand); }
.ba-apartment-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.ba-apartment-grid-wide { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ba-apartment-card { min-width: 0; background: white; border-radius: var(--ba-radius); overflow: hidden; box-shadow: var(--ba-shadow-sm); transition: transform var(--ba-transition), box-shadow var(--ba-transition); }
.ba-apartment-card:hover { transform: translateY(-7px); box-shadow: var(--ba-shadow); }
.ba-apartment-card-media { position: relative; display: block; aspect-ratio: 4/3; overflow: hidden; }
.ba-apartment-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.75,.25,1); }
.ba-apartment-card:hover .ba-apartment-card-media img { transform: scale(1.045); }
.ba-apartment-type { position: absolute; top: 16px; left: 16px; padding: 8px 13px; color: white; background: rgba(0,63,69,.82); backdrop-filter: blur(8px); border-radius: 999px; font-size: .72rem; font-weight: 780; }
.ba-apartment-card-body { padding: 25px; }
.ba-apartment-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.ba-apartment-card h3 { margin: 0; font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.12; letter-spacing: -.035em; }
.ba-apartment-card h3 a:hover { color: var(--ba-teal); }
.ba-card-location { display: flex; align-items: flex-start; gap: 7px; margin: 9px 0 0; color: var(--ba-muted); font-size: .82rem; line-height: 1.45; }
.ba-card-location .ba-icon { margin-top: 2px; color: var(--ba-mint); }
.ba-card-price { max-width: 120px; text-align: right; color: var(--ba-teal); font-size: .78rem; font-weight: 760; line-height: 1.35; }
.ba-apartment-card-body > p { margin: 19px 0; color: var(--ba-muted); font-size: .93rem; }
.ba-card-facts { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 15px 0; border-top: 1px solid var(--ba-line); border-bottom: 1px solid var(--ba-line); color: var(--ba-muted); font-size: .78rem; }
.ba-card-facts span { display: inline-flex; align-items: center; gap: 6px; }
.ba-card-facts .ba-icon { color: var(--ba-teal); font-size: 1.05rem; }
.ba-card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; font-size: .83rem; }
.ba-map-link { color: var(--ba-muted); text-decoration: underline; text-underline-offset: 4px; }
.ba-map-link:hover { color: var(--ba-teal); }

/* Amenities */
.ba-amenities-section { color: white; background: var(--ba-teal-deep); }
.ba-amenities-section::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 10% 20%, rgba(0,189,134,.48), transparent 28%), radial-gradient(circle at 90% 80%, rgba(0,189,134,.35), transparent 25%); }
.ba-amenities-section .ba-container { position: relative; }
.ba-amenities-rail { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.ba-amenity-item { min-height: 160px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 26px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.ba-amenity-item .ba-icon { width: 46px; height: 46px; color: var(--ba-mint); font-size: 2rem; }
.ba-amenity-item span:last-child { max-width: 190px; color: rgba(255,255,255,.86); font-size: .92rem; line-height: 1.45; }

/* Gallery */
.ba-gallery-section { background: white; }
.ba-gallery-mosaic { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 140px; gap: 14px; }
.ba-gallery-tile { position: relative; border: 0; padding: 0; overflow: hidden; border-radius: var(--ba-radius-sm); background: #dbe8e8; cursor: zoom-in; }
.ba-gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.75,.25,1), filter var(--ba-transition); }
.ba-gallery-tile:hover img { transform: scale(1.045); filter: saturate(1.06); }
.ba-gallery-tile-1 { grid-column: span 7; grid-row: span 3; }
.ba-gallery-tile-2 { grid-column: span 5; grid-row: span 2; }
.ba-gallery-tile-3 { grid-column: span 3; grid-row: span 2; }
.ba-gallery-tile-4 { grid-column: span 2; grid-row: span 2; }
.ba-gallery-tile-5 { grid-column: span 5; grid-row: span 2; }
.ba-gallery-tile-6 { grid-column: span 7; grid-row: span 2; }

/* Explore */
.ba-explore-section { min-height: 780px; display: grid; align-items: center; color: white; overflow: hidden; }
.ba-explore-bg, .ba-explore-shade { position: absolute; inset: 0; }
.ba-explore-bg { background-size: cover; background-position: center; transform: scale(1.08); }
.ba-explore-shade { background: linear-gradient(90deg, rgba(0,39,43,.94), rgba(0,45,49,.76) 54%, rgba(0,45,49,.45)); }
.ba-explore-content { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.ba-explore-intro h2 { margin: 0; font-size: clamp(2.5rem, 5.2vw, 5.2rem); line-height: .95; letter-spacing: -.055em; }
.ba-explore-intro p { margin: 24px 0 30px; color: rgba(255,255,255,.8); font-size: 1.06rem; }
.ba-activity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.ba-activity-item { min-height: 250px; padding: 28px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px); border-radius: var(--ba-radius-sm); }
.ba-activity-icon { width: 44px; height: 44px; display: grid; place-items: center; color: var(--ba-mint); background: rgba(0,189,134,.14); border-radius: 50%; font-size: 1.45rem; }
.ba-activity-item h3 { margin: 28px 0 10px; font-size: 1.22rem; letter-spacing: -.025em; }
.ba-activity-item p { margin: 0; color: rgba(255,255,255,.72); font-size: .9rem; }
.ba-explore-page-intro .ba-activity-item { color: var(--ba-ink); background: var(--ba-sky); border-color: var(--ba-line); backdrop-filter: none; }
.ba-explore-page-intro .ba-activity-item p { color: var(--ba-muted); }

/* Why */
.ba-why-section { background: var(--ba-sand); }
.ba-why-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(48px, 8vw, 110px); }
.ba-why-visual { position: relative; }
.ba-why-visual > img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--ba-radius-lg); box-shadow: var(--ba-shadow); }
.ba-why-note { position: absolute; right: -28px; bottom: 48px; max-width: 270px; display: flex; align-items: center; gap: 14px; padding: 20px; color: white; background: var(--ba-teal); border-radius: var(--ba-radius-sm); box-shadow: var(--ba-shadow); }
.ba-why-note .ba-icon { color: var(--ba-mint); font-size: 2rem; }
.ba-why-note span:last-child { font-size: .86rem; font-weight: 670; line-height: 1.4; }
.ba-why-list { display: grid; gap: 12px; }
.ba-why-item { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--ba-line); }
.ba-why-icon { width: 50px; height: 50px; display: grid; place-items: center; color: var(--ba-teal); background: var(--ba-mint-soft); border-radius: 50%; font-size: 1.45rem; }
.ba-why-item h3 { margin: 0; font-size: 1.1rem; letter-spacing: -.02em; }
.ba-why-item p { margin: 7px 0 0; color: var(--ba-muted); font-size: .92rem; }

/* Rules */
.ba-rules-section { background: white; }
.ba-rules-grid { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid var(--ba-line); border-top: 1px solid var(--ba-line); }
.ba-rule { min-height: 220px; display: flex; flex-direction: column; justify-content: space-between; padding: 26px; border-right: 1px solid var(--ba-line); border-bottom: 1px solid var(--ba-line); }
.ba-rule > span { color: var(--ba-mint); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.ba-rule p { margin: 40px 0 0; font-size: 1.02rem; font-weight: 650; line-height: 1.5; }

/* Contact / form */
.ba-contact-band { color: white; background: var(--ba-teal); }
.ba-contact-band::before { content: ""; position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 5% 20%, rgba(0,189,134,.7), transparent 25%), radial-gradient(circle at 96% 90%, rgba(0,189,134,.5), transparent 28%); }
.ba-contact-band-grid { position: relative; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: clamp(50px,8vw,110px); }
.ba-contact-icon { width: 68px; height: 68px; display: grid; place-items: center; color: white; background: #1fae62; border-radius: 50%; font-size: 2.2rem; box-shadow: 0 18px 40px rgba(0,0,0,.18); }
.ba-contact-copy h2 { margin: 30px 0 0; font-size: clamp(2.5rem, 5vw, 5.2rem); line-height: .93; letter-spacing: -.055em; }
.ba-contact-copy > p { margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 1.04rem; }
.ba-direct-contact { display: flex; align-items: center; gap: 14px; margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.ba-direct-contact > span { width: 48px; height: 48px; display: grid; place-items: center; background: rgba(255,255,255,.1); border-radius: 50%; }
.ba-direct-contact small { display: block; color: rgba(255,255,255,.64); font-size: .72rem; }
.ba-direct-contact a { font-size: 1.2rem; font-weight: 760; }
.ba-whatsapp-form { padding: clamp(24px,4vw,44px); color: var(--ba-ink); background: white; border-radius: var(--ba-radius); box-shadow: var(--ba-shadow); }
.ba-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.ba-form-field { display: grid; gap: 7px; }
.ba-form-field-full { grid-column: 1/-1; }
.ba-form-field > span { color: var(--ba-ink); font-size: .78rem; font-weight: 720; }
.ba-form-field input, .ba-form-field select, .ba-form-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--ba-ink); background: #f7fbfb; border: 1px solid rgba(0,87,93,.15); border-radius: 10px; transition: border-color var(--ba-transition), box-shadow var(--ba-transition), background var(--ba-transition); }
.ba-form-field textarea { min-height: 110px; resize: vertical; }
.ba-form-field input:focus, .ba-form-field select:focus, .ba-form-field textarea:focus { border-color: var(--ba-mint); background: white; box-shadow: 0 0 0 4px rgba(0,189,134,.1); outline: 0; }
.ba-whatsapp-form .ba-button { margin-top: 22px; }
.ba-form-status { display: none; margin-bottom: 16px; padding: 12px 14px; color: #8c2d2d; background: #fff0f0; border-radius: 8px; font-size: .86rem; }
.ba-form-status.is-visible { display: block; }

/* Footer */
.ba-site-footer { color: rgba(255,255,255,.74); background: #052a2f; }
.ba-footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 70px; padding-top: 84px; padding-bottom: 72px; }
.ba-footer-logo img { width: 270px; height: auto; filter: brightness(0) invert(1); }
.ba-footer-brand p { max-width: 420px; margin: 22px 0 0; }
.ba-footer-social { margin-top: 24px; }
.ba-social-link { width: 44px; height: 44px; display: grid; place-items: center; color: white; background: #1fae62; border-radius: 50%; }
.ba-footer-heading { margin: 0 0 22px; color: white; font-size: 1rem; }
.ba-footer-links, .ba-footer-contact { display: grid; gap: 13px; list-style: none; margin: 0; padding: 0; }
.ba-footer-links a:hover, .ba-footer-contact a:hover { color: white; }
.ba-footer-contact li { display: flex; align-items: flex-start; gap: 10px; }
.ba-footer-contact .ba-icon, .ba-contact-mark { color: var(--ba-mint); margin-top: 4px; }
.ba-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.ba-footer-bottom-inner { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: .78rem; }
.ba-footer-bottom p { margin: 0; }
.ba-floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; color: white; background: #1fae62; border: 3px solid white; border-radius: 50%; box-shadow: 0 16px 34px rgba(0,0,0,.24); font-size: 1.75rem; transition: transform var(--ba-transition); }
.ba-floating-whatsapp:hover { transform: translateY(-4px) scale(1.03); }

/* Inner page heroes */
.ba-page-hero, .ba-apartment-hero { position: relative; min-height: 650px; display: grid; align-items: end; color: white; background-image: var(--ba-page-hero, var(--ba-apartment-hero)); background-size: cover; background-position: center; }
.ba-page-hero::before, .ba-apartment-hero::before { content: ""; position: absolute; inset: 0; background: inherit; background-size: cover; background-position: center; transform: scale(1.04); }
.ba-page-hero-shade, .ba-apartment-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,40,44,.9), rgba(0,40,44,.4) 65%, rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,32,35,.42), transparent 55%); }
.ba-page-hero-content, .ba-apartment-hero-content { position: relative; z-index: 2; max-width: 900px; padding-top: calc(var(--ba-header-height) + 90px); padding-bottom: 80px; }
.ba-page-hero h1, .ba-apartment-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .92; letter-spacing: -.058em; text-wrap: balance; }
.ba-page-hero p, .ba-apartment-hero-content > p { max-width: 750px; margin: 24px 0 0; color: rgba(255,255,255,.85); font-size: clamp(1rem,1.6vw,1.25rem); }
.ba-page-hero .ba-button { margin-top: 30px; }
.ba-listing-page-section { background: var(--ba-sand); }
.ba-apartment-hero { min-height: 760px; background-image: var(--ba-apartment-hero); }
.ba-apartment-hero-type { display: inline-flex; margin-bottom: 20px; padding: 8px 13px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(10px); font-size: .76rem; font-weight: 760; }
.ba-apartment-hero-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 24px; color: rgba(255,255,255,.76); font-size: .88rem; }
.ba-apartment-hero-meta span { display: inline-flex; align-items: center; gap: 8px; }

/* Single apartment */
.ba-apartment-overview-section { background: white; }
.ba-apartment-overview-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: start; gap: clamp(45px,8vw,110px); }
.ba-apartment-overview-copy h2, .ba-apartment-amenities-panel h2 { font-size: clamp(2.2rem,4vw,4rem); }
.ba-lead { margin: 24px 0 0; color: var(--ba-muted); font-size: 1.15rem; line-height: 1.75; }
.ba-prose { color: var(--ba-muted); }
.ba-prose p { margin: 20px 0; }
.ba-apartment-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 40px; border-top: 1px solid var(--ba-line); border-left: 1px solid var(--ba-line); }
.ba-apartment-facts > div { min-height: 130px; display: grid; align-content: center; justify-items: center; gap: 4px; padding: 18px; text-align: center; border-right: 1px solid var(--ba-line); border-bottom: 1px solid var(--ba-line); }
.ba-apartment-facts .ba-icon { color: var(--ba-mint); font-size: 1.4rem; }
.ba-apartment-facts strong { font-size: 1.55rem; }
.ba-apartment-facts small { color: var(--ba-muted); font-size: .72rem; }
.ba-apartment-amenities-panel { position: sticky; top: calc(var(--ba-header-height) + 25px); padding: 34px; background: var(--ba-sky); border: 1px solid var(--ba-line); border-radius: var(--ba-radius); }
.ba-apartment-amenities-panel h2 { font-size: 2rem; }
.ba-apartment-amenities-panel ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; list-style: none; margin: 30px 0; padding: 0; }
.ba-apartment-amenities-panel li { display: flex; align-items: center; gap: 10px; padding: 12px; background: white; border-radius: 10px; font-size: .82rem; }
.ba-apartment-amenities-panel li .ba-icon { color: var(--ba-teal); font-size: 1.25rem; }
.ba-apartment-gallery-section { background: var(--ba-sand); }
.ba-apartment-gallery { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 160px; gap: 14px; }
.ba-apartment-gallery-item { grid-column: span 4; grid-row: span 2; padding: 0; border: 0; border-radius: var(--ba-radius-sm); overflow: hidden; cursor: zoom-in; }
.ba-apartment-gallery-item.is-featured { grid-column: span 8; grid-row: span 4; }
.ba-apartment-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 650ms cubic-bezier(.2,.75,.25,1); }
.ba-apartment-gallery-item:hover img { transform: scale(1.045); }

/* Explore page */
.ba-local-story-section { background: var(--ba-sand); }
.ba-local-story-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px,8vw,110px); }
.ba-local-story-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--ba-radius-lg); box-shadow: var(--ba-shadow); }
.ba-local-story-copy h2 { margin: 0; font-size: clamp(2.2rem,4.2vw,4.3rem); line-height: .98; letter-spacing: -.05em; }
.ba-local-story-copy p { color: var(--ba-muted); font-size: 1.05rem; }
.ba-check-list { display: grid; gap: 10px; list-style: none; margin: 28px 0 0; padding: 0; }
.ba-check-list li { position: relative; padding-left: 30px; font-weight: 650; }
.ba-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--ba-mint); font-weight: 900; }

/* Lightbox */
.ba-lightbox { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 30px; color: white; background: rgba(0,18,20,.95); backdrop-filter: blur(12px); }
.ba-lightbox[hidden] { display: none; }
.ba-lightbox figure { width: min(1080px, calc(100vw - 120px)); max-height: calc(100vh - 80px); margin: 0; display: grid; justify-items: center; gap: 12px; }
.ba-lightbox img { max-width: 100%; max-height: calc(100vh - 120px); object-fit: contain; border-radius: 12px; }
.ba-lightbox figcaption { color: rgba(255,255,255,.7); font-size: .8rem; }
.ba-lightbox-close, .ba-lightbox-nav { position: absolute; width: 48px; height: 48px; display: grid; place-items: center; color: white; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 50%; cursor: pointer; }
.ba-lightbox-close { top: 22px; right: 22px; }
.ba-lightbox-prev { left: 22px; top: 50%; transform: translateY(-50%); }
.ba-lightbox-next { right: 22px; top: 50%; transform: translateY(-50%); }

/* Generic / 404 */
.ba-generic-page { min-height: 70vh; padding: calc(var(--ba-header-height) + 80px) 0 100px; }
.ba-prose h1 { font-size: clamp(2.5rem,5vw,5rem); letter-spacing: -.05em; }
.ba-404 { min-height: 80vh; display: grid; place-items: center; padding-top: var(--ba-header-height); background: var(--ba-sky); }
.ba-404-inner { text-align: center; }
.ba-404-inner > span { color: var(--ba-mint); font-size: clamp(5rem,15vw,12rem); font-weight: 850; line-height: 1; }
.ba-404 h1 { margin: 15px 0 30px; }

/* Reveal motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.75,.25,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Admin bar */
.admin-bar .ba-site-header { top: 32px; }
.admin-bar .ba-mobile-panel { top: 32px; }

@media (max-width: 1100px) {
  .ba-desktop-nav { display: none; }
  .ba-mobile-menu-button { display: grid; }
  .ba-header-book { display: none; }
  .ba-apartment-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ba-amenities-rail { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ba-rules-grid { grid-template-columns: repeat(2,1fr); }
  .ba-explore-content { grid-template-columns: 1fr; }
  .ba-explore-intro { max-width: 720px; }
}

@media (max-width: 900px) {
  :root { --ba-header-height: 74px; }
  .ba-container { width: min(calc(100% - 32px), var(--ba-container)); }
  .ba-section { padding: 78px 0; }
  .ba-section-heading-split { align-items: flex-start; flex-direction: column; }
  .ba-site-logo img { height: 50px; }
  .ba-hero { min-height: 780px; }
  .ba-hero h1 { font-size: clamp(3.2rem, 11vw, 5.6rem); }
  .ba-hero-scroll { display: none; }
  .ba-stay-split { grid-template-columns: 1fr; }
  .ba-stay-panel { min-height: 520px; }
  .ba-gallery-mosaic { grid-auto-rows: 110px; }
  .ba-why-grid, .ba-contact-band-grid, .ba-local-story-grid, .ba-apartment-overview-grid { grid-template-columns: 1fr; }
  .ba-why-visual { max-width: 650px; }
  .ba-why-note { right: 20px; }
  .ba-apartment-amenities-panel { position: static; }
  .ba-footer-grid { grid-template-columns: 1fr 1fr; }
  .ba-footer-brand { grid-column: 1/-1; }
}

@media (max-width: 720px) {
  .ba-header-actions > .ba-language-switcher { display: none; }
  .ba-hero { min-height: 740px; background-position: 62% center; }
  .ba-hero-shade { background: linear-gradient(0deg, rgba(0,35,39,.92), rgba(0,35,39,.54) 72%, rgba(0,35,39,.26)); }
  .ba-hero-content { padding-bottom: 62px; }
  .ba-hero h1 { line-height: .92; }
  .ba-hero-copy > p { font-size: 1rem; }
  .ba-hero-actions { flex-direction: column; align-items: stretch; }
  .ba-hero-actions .ba-button { width: 100%; }
  .ba-hero-trust { display: grid; }
  .ba-calendar-shell { min-height: 500px; border-radius: var(--ba-radius-sm); }
  .ba-booking-iframe { min-height: 660px; }
  .ba-apartment-grid, .ba-apartment-grid-wide { grid-template-columns: 1fr; }
  .ba-stay-panel { min-height: 470px; }
  .ba-amenities-rail { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ba-gallery-mosaic { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .ba-gallery-tile { grid-column: auto !important; grid-row: auto !important; }
  .ba-gallery-tile-1 { grid-column: 1/-1 !important; }
  .ba-gallery-tile-6 { grid-column: 1/-1 !important; }
  .ba-activity-grid { grid-template-columns: 1fr; }
  .ba-rules-grid { grid-template-columns: 1fr; }
  .ba-contact-copy h2 { font-size: 3rem; }
  .ba-form-grid { grid-template-columns: 1fr; }
  .ba-form-field-full { grid-column: auto; }
  .ba-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .ba-footer-brand { grid-column: auto; }
  .ba-footer-bottom-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 16px 0; }
  .ba-page-hero, .ba-apartment-hero { min-height: 600px; }
  .ba-page-hero h1, .ba-apartment-hero h1 { font-size: clamp(2.8rem,12vw,4.4rem); }
  .ba-apartment-facts { grid-template-columns: repeat(2,1fr); }
  .ba-apartment-amenities-panel ul { grid-template-columns: 1fr; }
  .ba-apartment-gallery { grid-template-columns: repeat(2,1fr); grid-auto-rows: 180px; }
  .ba-apartment-gallery-item, .ba-apartment-gallery-item.is-featured { grid-column: auto; grid-row: auto; }
  .ba-apartment-gallery-item.is-featured { grid-column: 1/-1; }
  .ba-lightbox { padding: 18px; }
  .ba-lightbox figure { width: calc(100vw - 36px); }
  .ba-lightbox-nav { top: auto; bottom: 18px; transform: none; }
  .ba-lightbox-prev { left: calc(50% - 60px); }
  .ba-lightbox-next { right: calc(50% - 60px); }
}

@media (max-width: 480px) {
  .ba-container { width: min(calc(100% - 24px), var(--ba-container)); }
  .ba-header-inner { gap: 8px; }
  .ba-site-logo img { height: 44px; }
  .ba-hero { min-height: 710px; }
  .ba-hero h1 { font-size: 3.35rem; }
  .ba-section-heading h2 { font-size: 2.55rem; }
  .ba-stay-panel { min-height: 440px; }
  .ba-stay-panel-content { padding: 24px; }
  .ba-apartment-card-body { padding: 20px; }
  .ba-apartment-card-heading { flex-direction: column; }
  .ba-card-price { max-width: none; text-align: left; }
  .ba-card-actions { align-items: flex-start; flex-direction: column; }
  .ba-amenities-rail { grid-template-columns: 1fr; }
  .ba-amenity-item { min-height: 130px; }
  .ba-gallery-mosaic { grid-auto-rows: 150px; gap: 8px; }
  .ba-gallery-tile { border-radius: 10px; }
  .ba-why-note { position: static; max-width: none; margin-top: 14px; }
  .ba-whatsapp-form { padding: 20px; }
  .ba-floating-whatsapp { width: 52px; height: 52px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .ba-hero::before, .ba-page-hero::before, .ba-apartment-hero::before, .ba-explore-bg { transform: none !important; }
}
