/* VENTI — Brand design system: Faculty Glyphic + sand */

*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth;background:#ffffff;scroll-padding-top:96px}

:root{
  /* Brand: white / black / sand */
  --primary: #1a1a1a;
  --primary-active: #000000;
  --primary-disabled: #c4c4c4;
  --primary-error: #8a2e1e;

  /* Sand palette */
  --sand-50:  #faf6ef;
  --sand-100: #f4ece0;
  --sand-200: #ede0c8;
  --sand-300: #dcc6a0;
  --sand-400: #d4b896;  /* core sand */
  --sand-500: #b8966a;
  --sand-600: #a98a5c;
  --sand-700: #8a6c40;

  /* Surface */
  --canvas: #ffffff;
  --surface-soft: #faf6ef;
  --surface-strong: #f4ece0;

  /* Hairlines (warm-tinted) */
  --hairline: #e6dcc8;
  --hairline-soft: #f0e9d9;
  --border-strong: #c8baa0;

  /* Text */
  --ink: #1a1a1a;
  --body: #3a3a3a;
  --muted: #6b6457;
  --muted-soft: #9c9484;
  --on-primary: #ffffff;

  /* Radius — softer, more editorial */
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 10px;
  --r-xl: 16px;
  --r-full: 9999px;

  /* Spacing */
  --s-xxs: 2px;
  --s-xs: 4px;
  --s-sm: 8px;
  --s-md: 12px;
  --s-base: 16px;
  --s-lg: 24px;
  --s-xl: 32px;
  --s-xxl: 48px;
  --s-section: 64px;

  /* Elevation — subtler, warm */
  --shadow-float: rgba(26,26,26,0.04) 0 1px 2px, rgba(26,26,26,0.06) 0 6px 16px -4px;

  /* Accent & atmospheric tones */
  --accent: var(--sand-600);
  --warm-dark: #1c1814;
  --section-warm: #f4ece0;
  --canvas-warm: #fdfaf5;

  /* Type stack */
  --font-display: "Faculty Glyphic", "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --font-sans: "Manrope", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

body{
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--canvas);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,.font-display{
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.005em;
}

img{max-width:100%;display:block}
button{font-family:inherit;border:0;background:none;color:inherit;padding:0;cursor:pointer}
a{color:inherit;text-decoration:none}

h1,h2,h3,h4,h5{margin:0;font-weight:500}
p{margin:0}
ul{list-style:none;margin:0;padding:0}

/* ───── TYPE SCALE ───── */

.display-xl{font-family:var(--font-display);font-size:34px;font-weight:400;line-height:1.15;letter-spacing:-0.01em}
.display-lg{font-family:var(--font-display);font-size:26px;font-weight:400;line-height:1.2;letter-spacing:-0.01em}
.display-md{font-family:var(--font-display);font-size:22px;font-weight:400;line-height:1.25}
.display-sm{font-family:var(--font-display);font-size:20px;font-weight:400;line-height:1.25}
.title-md{font-size:15px;font-weight:600;line-height:1.3;letter-spacing:0.01em}
.title-sm{font-size:14px;font-weight:500;line-height:1.3}
.body-md{font-size:16px;font-weight:400;line-height:1.55}
.body-sm{font-size:14px;font-weight:400;line-height:1.5}
.caption{font-size:13px;font-weight:500;line-height:1.35}
.caption-sm{font-size:12px;font-weight:400;line-height:1.3}
.badge{font-size:10px;font-weight:600;line-height:1.2;letter-spacing:0.06em;text-transform:uppercase}
.micro-label{font-size:11px;font-weight:600;line-height:1.3;letter-spacing:0.08em;text-transform:uppercase}
.uppercase-tag{font-size:9px;font-weight:600;line-height:1.25;letter-spacing:0.12em;text-transform:uppercase}
.rating-display{font-family:var(--font-display);font-size:72px;font-weight:400;line-height:1;letter-spacing:-0.02em}
.link{font-size:14px;font-weight:500;line-height:1.43;text-decoration:underline;text-underline-offset:3px}

.muted{color:var(--muted)}
.body-color{color:var(--body)}

.eyebrow{
  display:inline-block;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--sand-700);
  margin-bottom:12px;
}

/* ───── CONTAINER ───── */

.container{
  max-width:1280px;
  margin:0 auto;
  padding:0 80px;
}
@media (max-width:1024px){.container{padding:0 40px}}
@media (max-width:744px){.container{padding:0 24px}}

.container-narrow{
  max-width:1080px;
  margin:0 auto;
  padding:0 80px;
}
@media (max-width:1024px){.container-narrow{padding:0 40px}}
@media (max-width:744px){.container-narrow{padding:0 24px}}

/* ───── TOP NAV ───── */

.top-nav{
  position:sticky;
  top:0;
  z-index:100;
  background:var(--canvas);
  border-bottom:1px solid var(--hairline-soft);
  height:80px;
}
.top-nav-inner{
  height:100%;
  max-width:1760px;
  margin:0 auto;
  padding:0 80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
@media (max-width:1024px){.top-nav-inner{padding:0 40px}}
@media (max-width:744px){.top-nav-inner{padding:0 24px}}

.brand{
  display:flex;align-items:baseline;gap:2px;
  color:var(--ink);
  font-family:var(--font-display);
  font-weight:400;
  font-size:28px;
  letter-spacing:0.04em;
  line-height:1;
  text-transform:uppercase;
}
.brand .dot{
  display:inline-block;
  width:6px;height:6px;
  border-radius:var(--r-full);
  background:var(--sand-500);
  margin-left:4px;
  align-self:flex-end;
  margin-bottom:4px;
}

.nav-tabs{
  display:flex;
  align-items:center;
  gap:8px;
}
.nav-tab{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 16px;
  font-size:14px;
  font-weight:500;
  color:var(--muted);
  position:relative;
  border-radius:var(--r-full);
  transition:color .2s, background .2s;
}
.nav-tab:hover{color:var(--ink);background:var(--surface-soft)}
.nav-tab.active{color:var(--ink);background:var(--sand-100)}
.nav-tab .tab-icon{width:18px;height:18px;display:block;stroke-width:1.5}
.nav-tab .new-tag{
  display:inline-block;
  margin-left:6px;
  background:var(--ink);
  color:var(--canvas);
  font-size:9px;font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding:2px 6px;
  border-radius:var(--r-full);
}

.nav-right{
  display:flex;align-items:center;gap:6px;
}
.nav-link{
  font-size:14px;
  font-weight:600;
  color:var(--ink);
  padding:12px;
  border-radius:var(--r-full);
  transition:background .2s;
}
.nav-link:hover{background:var(--surface-soft)}

.lang-globe{
  display:flex;align-items:center;justify-content:center;
  width:42px;height:42px;
  border-radius:var(--r-full);
  transition:background .2s;
}
.lang-globe:hover{background:var(--surface-soft)}

.account-pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 6px 6px 14px;
  border:1px solid var(--hairline);
  border-radius:var(--r-full);
  background:var(--canvas);
  transition:border-color .2s, background .2s;
}
.account-pill:hover{border-color:var(--border-strong);background:var(--surface-soft)}
.account-pill .burger{width:14px;height:14px}
.account-pill .avatar{
  width:28px;height:28px;
  border-radius:var(--r-full);
  background:var(--ink);
  color:var(--canvas);
  display:flex;align-items:center;justify-content:center;
  font-size:12px;
}

/* ───── BUTTONS ───── */

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-family:var(--font-sans);
  font-size:15px;
  font-weight:500;
  line-height:1.25;
  letter-spacing:0.01em;
  border-radius:var(--r-sm);
  padding:14px 28px;
  min-height:48px;
  transition:background .2s,color .2s,border-color .2s,transform .1s;
  cursor:pointer;
  white-space:nowrap;
}
.btn:active{transform:scale(.985)}

.btn-primary{
  background:var(--ink);
  color:var(--on-primary);
}
.btn-primary:hover{background:var(--sand-700)}
.btn-primary:disabled{background:var(--primary-disabled);cursor:not-allowed}

.btn-primary-gradient{
  background:var(--ink);
  color:var(--on-primary);
}
.btn-primary-gradient:hover{background:var(--sand-700)}

.btn-secondary{
  background:var(--canvas);
  color:var(--ink);
  border:1px solid var(--ink);
}
.btn-secondary:hover{background:var(--ink);color:var(--canvas)}

.btn-sand{
  background:var(--sand-400);
  color:var(--ink);
}
.btn-sand:hover{background:var(--sand-500)}

.btn-tertiary{
  background:transparent;
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:3px;
  min-height:auto;
  padding:0;
}

.btn-pill{
  border-radius:var(--r-full);
  font-size:14px;
  padding:10px 20px;
  min-height:auto;
}

.icon-btn-circle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:32px;height:32px;
  background:var(--surface-strong);
  border-radius:var(--r-full);
  transition:background .2s;
}
.icon-btn-circle:hover{background:var(--hairline)}

.icon-btn-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  height:40px;
  padding:0 14px;
  background:var(--canvas);
  border:1px solid var(--ink);
  border-radius:var(--r-full);
  font-size:14px;font-weight:600;
  transition:background .2s;
}
.icon-btn-outline:hover{background:var(--surface-soft)}

/* ───── SEARCH BAR (pill) ───── */

.search-bar{
  display:flex;
  align-items:stretch;
  background:var(--canvas);
  border:1px solid var(--hairline);
  border-radius:var(--r-sm);
  height:auto;
  box-shadow:var(--shadow-float);
  max-width:920px;
  margin:0 auto;
  overflow:hidden;
  transition:border-color .2s;
}
.search-bar:hover{border-color:var(--border-strong)}
.search-segment{
  flex:1;
  padding:14px 22px;
  display:flex;
  flex-direction:column;
  gap:4px;
  cursor:pointer;
  border-radius:0;
  transition:background .2s;
}
.search-segment:hover{background:var(--surface-soft)}
.search-segment + .search-segment{border-left:1px solid var(--hairline)}
.search-segment .seg-label{font-size:10px;font-weight:600;color:var(--ink);letter-spacing:0.14em;text-transform:uppercase}
.search-segment .seg-value{font-size:14px;font-weight:400;color:var(--muted)}
.search-segment .seg-value.filled{color:var(--ink);font-weight:500}
.search-orb-wrap{padding:8px;display:flex;align-items:center}
.search-orb{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:var(--ink);
  color:var(--on-primary);
  height:100%;
  min-height:48px;
  min-width:56px;
  padding:0 22px;
  border-radius:var(--r-sm);
  transition:background .2s;
  font-size:14px;font-weight:500;
  letter-spacing:0.02em;
}
.search-orb:hover{background:var(--sand-700)}
.search-orb svg{flex-shrink:0}

@media (max-width:744px){
  .search-bar{height:auto;flex-direction:column;border-radius:var(--r-md);padding:8px}
  .search-segment + .search-segment{border-left:0;border-top:1px solid var(--hairline)}
  .search-orb-wrap{padding:8px 0 4px;align-self:stretch}
  .search-orb{width:100%}
}

/* ───── HERO PHOTO GRID (Airbnb listing style) ───── */

.hero-photo-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  grid-template-rows:repeat(2, 1fr);
  gap:8px;
  aspect-ratio:2/1;
  border-radius:var(--r-md);
  overflow:hidden;
  position:relative;
}
.hero-photo{
  position:relative;
  overflow:hidden;
  cursor:pointer;
}
.hero-photo:nth-child(1){
  grid-column:1;
  grid-row:1 / 3;
}
.hero-photo img{
  width:100%;height:100%;
  object-fit:cover;
  transition:filter .2s;
}
.hero-photo:hover img{filter:brightness(.92)}

.show-all-photos{
  position:absolute;
  bottom:24px;right:24px;
  z-index:2;
  display:flex;align-items:center;gap:8px;
  background:var(--canvas);
  color:var(--ink);
  font-size:14px;font-weight:500;
  padding:7px 15px;
  border:1px solid var(--ink);
  border-radius:var(--r-sm);
  transition:background .2s;
}
.show-all-photos:hover{background:var(--surface-soft)}

@media (max-width:744px){
  .hero-photo-grid{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    aspect-ratio:auto;
  }
  .hero-photo:nth-child(1){grid-column:1;grid-row:auto}
  .hero-photo:not(:first-child){display:none}
  .show-all-photos{bottom:16px;right:16px}
}

/* ───── LISTING TITLE + META ───── */

.listing-title-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:24px;
  margin-bottom:8px;
}
.listing-title{
  font-family:var(--font-display);
  font-size:42px;
  font-weight:400;
  line-height:1.1;
  letter-spacing:-0.01em;
  color:var(--ink);
}
.listing-actions{display:flex;gap:8px;flex-shrink:0}

.listing-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:14px;
  color:var(--ink);
}
.listing-meta .dot{color:var(--ink)}
.listing-meta .rating-inline{
  display:flex;
  align-items:center;
  gap:4px;
  font-weight:600;
}
.listing-meta .reviews-link{
  text-decoration:underline;
  font-weight:600;
}

/* ───── LISTING TWO-COL LAYOUT ───── */

.listing-grid{
  display:grid;
  grid-template-columns:1fr 380px;
  gap:80px;
  padding-top:48px;
}
@media (max-width:960px){
  .listing-grid{grid-template-columns:1fr;gap:32px}
}

.listing-left{min-width:0}
.listing-right{position:relative}

/* Highlights row (host card + 3 unique features) */
.highlights{
  padding:32px 0;
  border-bottom:1px solid var(--hairline-soft);
}
.highlights-host{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  margin-bottom:24px;
}
.highlights-host-left{display:flex;align-items:center;gap:16px}
.host-avatar{
  width:56px;height:56px;
  border-radius:var(--r-md);
  background:#fff;
  color:var(--ink);
  display:flex;align-items:center;justify-content:center;
  font-family:var(--font-display);
  font-size:22px;font-weight:400;
  flex-shrink:0;
  border:1px solid var(--hairline);
  overflow:hidden;
}
.host-avatar.lg{width:64px;height:64px;font-size:26px}
.host-avatar img{width:100%;height:100%;object-fit:contain;display:block;padding:10px;background:#fff}
.highlights-host-title{font-size:18px;font-weight:600;color:var(--ink)}
.highlights-host-sub{font-size:14px;color:var(--muted);margin-top:2px}

.highlight-row{
  display:flex;
  gap:16px;
  padding:16px 0;
}
.highlight-row + .highlight-row{border-top:1px solid var(--hairline-soft)}
.highlight-icon{
  flex-shrink:0;
  width:24px;height:24px;
  color:var(--ink);
  margin-top:2px;
}
.highlight-text h4{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:2px}
.highlight-text p{font-size:14px;color:var(--muted);line-height:1.43}

/* Description */
.section-block{
  padding:32px 0;
  border-bottom:1px solid var(--hairline-soft);
}
.section-block.no-border{border-bottom:0}
.section-h2{
  font-family:var(--font-display);
  font-size:30px;
  font-weight:400;
  line-height:1.18;
  letter-spacing:-0.005em;
  color:var(--ink);
  margin-bottom:20px;
}
.section-block p{
  font-size:16px;
  color:var(--body);
  line-height:1.5;
}
.section-block p + p{margin-top:16px}

.show-more-btn{
  margin-top:16px;
  font-size:16px;
  font-weight:600;
  color:var(--ink);
  text-decoration:underline;
}

/* Sleeping arrangements (3 cards) */
.sleeping-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
}
.sleeping-card{
  border:1px solid var(--hairline);
  border-radius:var(--r-md);
  padding:24px;
  background:var(--sand-50);
  transition:background .2s,border-color .2s;
}
.sleeping-card:hover{background:var(--sand-100);border-color:var(--border-strong)}
.sleeping-card .bed-icon{
  width:24px;height:24px;
  color:var(--ink);
  margin-bottom:32px;
}
.sleeping-card h4{font-family:var(--font-display);font-size:20px;font-weight:400;color:var(--ink);margin-bottom:4px;letter-spacing:-0.005em}
.sleeping-card p{font-size:14px;color:var(--ink)}
@media (max-width:744px){
  .sleeping-grid{grid-template-columns:1fr}
}

/* Amenities grid (2 cols) */
.amenities-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 24px;
}
.amenity-row{
  display:flex;
  align-items:center;
  gap:16px;
  padding:16px 0;
  border-bottom:1px solid var(--hairline-soft);
  font-size:16px;
  color:var(--ink);
}
.amenity-row svg{flex-shrink:0;width:24px;height:24px;color:var(--ink)}
@media (max-width:744px){
  .amenities-grid{grid-template-columns:1fr}
}

/* Reservation card (sticky right rail) */
.reservation-card{
  position:sticky;
  top:104px;
  background:var(--canvas);
  border:1px solid var(--hairline);
  border-radius:var(--r-md);
  padding:28px;
  box-shadow:var(--shadow-float);
}
.rc-price-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  margin-bottom:24px;
  gap:8px;
}
.rc-price{font-family:var(--font-display);font-size:28px;font-weight:400;color:var(--ink);letter-spacing:-0.01em}
.rc-price .unit{font-family:var(--font-sans);font-size:14px;font-weight:400;color:var(--muted);margin-left:6px;letter-spacing:0}
.rc-rating-inline{
  display:flex;align-items:center;gap:4px;
  font-size:14px;color:var(--muted);
}
.rc-rating-inline b{font-weight:600;color:var(--ink)}
.rc-rating-inline a{text-decoration:underline}

.rc-form{
  border:1px solid var(--hairline);
  border-radius:var(--r-sm);
  overflow:hidden;
  margin-bottom:16px;
}
.rc-dates{
  display:grid;
  grid-template-columns:1fr 1fr;
}
.rc-field{
  padding:14px 16px;
  cursor:pointer;
  position:relative;
  display:block;
}
.rc-field + .rc-field{border-left:1px solid var(--hairline)}
.rc-dates + .rc-field{border-top:1px solid var(--hairline)}
.rc-field-label{
  font-size:10px;font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.4px;
  color:var(--ink);
  margin-bottom:2px;
}
.rc-field-value{
  font-size:14px;
  color:var(--ink);
}
.rc-field-value.placeholder{color:var(--muted)}

.rc-cta{
  width:100%;
  font-family:var(--font-sans);
  font-size:15px;
  font-weight:500;
  letter-spacing:0.02em;
  padding:16px;
  background:var(--ink);
  color:var(--on-primary);
  border-radius:var(--r-sm);
  transition:background .2s,transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s;
}
.rc-cta:hover{background:var(--sand-700);transform:translateY(-1px);box-shadow:0 6px 18px rgba(26,26,26,0.16)}
.rc-cta:active{transform:scale(.96)}

/* Reservation card — pricing-style micro-animations */
.rc-form{transition:border-color .25s ease,box-shadow .25s ease}
.rc-form:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px rgba(26,26,26,0.08)}
.rc-field{transition:background-color .25s ease}
.rc-field:focus-within{background-color:var(--sand-50)}
.rc-num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}
@keyframes rcRowIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.rc-breakdown > *{animation:rcRowIn .35s cubic-bezier(.2,.8,.2,1) both}
.rc-breakdown > *:nth-child(2){animation-delay:.05s}
.rc-breakdown > *:nth-child(3){animation-delay:.10s}
.rc-breakdown > *:nth-child(4){animation-delay:.15s}
@media (prefers-reduced-motion: reduce){
  .rc-breakdown > *{animation:none}
  .rc-cta{transition:background .2s}
  .rc-cta:hover{transform:none;box-shadow:none}
  .rc-cta:active{transform:none}
}

.rc-disclaimer{
  text-align:center;
  margin-top:12px;
  font-size:14px;
  color:var(--muted);
}

.rc-breakdown{
  margin-top:24px;
}
.rc-breakdown-row{
  display:flex;
  justify-content:space-between;
  font-size:16px;
  color:var(--ink);
  padding:8px 0;
}
.rc-breakdown-row .label{text-decoration:underline}
.rc-total{
  display:flex;
  justify-content:space-between;
  font-size:16px;
  font-weight:600;
  color:var(--ink);
  padding-top:16px;
  margin-top:8px;
  border-top:1px solid var(--hairline);
}

/* Rating display section */
.rating-block{
  padding:48px 0;
  border-bottom:1px solid var(--hairline-soft);
}
.rating-row{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:48px;
  align-items:start;
}
@media (max-width:744px){
  .rating-row{grid-template-columns:1fr;gap:24px}
}
.rating-big{
  display:flex;
  align-items:center;
  gap:8px;
}
.rating-big .laurel{width:32px;height:64px;color:var(--ink);flex-shrink:0}
.rating-big .laurel.r{transform:scaleX(-1)}
.rating-big .num{
  font-family:var(--font-display);
  font-size:72px;font-weight:400;
  line-height:1;letter-spacing:-0.02em;
  color:var(--ink);
}
.rating-tag{
  font-size:16px;
  font-weight:600;
  color:var(--ink);
  margin-top:8px;
  text-align:center;
}
.rating-sub{
  font-size:13px;color:var(--muted);
  text-align:center;
}
.rating-bars{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px;
}
@media (max-width:744px){.rating-bars{grid-template-columns:1fr}}
.rating-bar-col h5{font-size:14px;color:var(--ink);font-weight:500;margin-bottom:8px}
.rating-bar{
  height:4px;
  background:var(--hairline);
  border-radius:var(--r-full);
  overflow:hidden;
}
.rating-bar span{display:block;height:100%;background:var(--ink);border-radius:var(--r-full)}
.rating-bar-val{font-size:12px;color:var(--ink);margin-top:4px;font-weight:600}

/* Reviews grid */
.reviews-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:48px 80px;
  margin-top:32px;
}
@media (max-width:744px){.reviews-grid{grid-template-columns:1fr;gap:32px}}
.review{
  font-size:14px;
}
.review-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:12px;
}
.review-avatar{
  width:48px;height:48px;
  border-radius:var(--r-full);
  background:var(--surface-strong);
  display:flex;align-items:center;justify-content:center;
  font-size:18px;font-weight:600;
  color:var(--ink);
  flex-shrink:0;
}
.review-name{font-size:16px;font-weight:600;color:var(--ink)}
.review-date{font-size:14px;color:var(--muted);margin-top:2px}
.review-stars{
  display:flex;align-items:center;gap:6px;
  margin-bottom:8px;
  font-size:13px;color:var(--ink);
}
.review p{font-size:16px;color:var(--ink);line-height:1.5}

/* Map block */
.map-block{
  padding:48px 0;
  border-bottom:1px solid var(--hairline-soft);
}
.map-frame{
  aspect-ratio:16/9;
  background:var(--surface-soft);
  border-radius:var(--r-md);
  position:relative;
  overflow:hidden;
  margin-bottom:16px;
}
.map-frame svg{width:100%;height:100%;display:block}
.map-frame iframe{width:100%;height:100%;display:block;border:0}
.map-caption{
  font-size:16px;font-weight:600;color:var(--ink);margin-bottom:6px;
}
.map-sub{font-size:14px;color:var(--muted);line-height:1.5}

/* Things to know */
.know-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:48px;
  margin-top:24px;
}
@media (max-width:744px){.know-grid{grid-template-columns:1fr;gap:32px}}
.know-col h4{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:16px}
.know-col ul li{
  font-size:14px;color:var(--ink);
  padding:6px 0;
  line-height:1.43;
}

/* Other houses (property cards 3-up) */
.other-houses{
  padding:48px 0;
}
.props-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:24px 16px;
  margin-top:24px;
}
@media (max-width:960px){.props-grid{grid-template-columns:repeat(2, 1fr)}}
@media (max-width:600px){.props-grid{grid-template-columns:1fr}}

.prop-card{
  display:flex;
  flex-direction:column;
  cursor:pointer;
}
.prop-photo{
  position:relative;
  aspect-ratio:1/1;
  border-radius:var(--r-md);
  overflow:hidden;
  margin-bottom:12px;
  background:var(--surface-soft);
}
.prop-photo img{
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.prop-card:hover .prop-photo img{transform:scale(1.03)}
.prop-card:focus-visible{outline:2px solid var(--ink);outline-offset:3px;border-radius:var(--r-md)}
.prop-fav-badge{
  position:absolute;
  top:12px;left:12px;
  background:var(--canvas);
  color:var(--ink);
  font-size:11px;font-weight:600;
  padding:4px 10px;
  border-radius:var(--r-full);
  box-shadow:var(--shadow-float);
}
.prop-heart{
  position:absolute;
  top:12px;right:12px;
  width:24px;height:24px;
  color:var(--canvas);
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.25));
  cursor:pointer;
  transition:transform .15s;
}
.prop-heart:hover{transform:scale(1.1)}
.prop-heart.on{color:var(--ink);filter:none}

.prop-meta{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.prop-title{
  display:flex;justify-content:space-between;gap:8px;
  font-family:var(--font-display);
  font-size:18px;font-weight:400;color:var(--ink);
  letter-spacing:-0.005em;
}
.prop-title .rating{
  display:flex;align-items:center;gap:4px;
  font-weight:400;
  flex-shrink:0;
}
.prop-sub{font-size:14px;color:var(--muted);font-weight:400}
.prop-price{
  margin-top:6px;
  font-size:14px;color:var(--ink);
}
.prop-price b{font-weight:600}

/* Carousel dots on prop card */
.prop-dots{
  position:absolute;
  bottom:12px;left:0;right:0;
  display:flex;justify-content:center;gap:4px;
  pointer-events:none;
}
.prop-dots span{
  width:6px;height:6px;
  border-radius:var(--r-full);
  background:rgba(255,255,255,.6);
}
.prop-dots span.active{background:var(--canvas);width:7px;height:7px}

/* ───── FOOTER ───── */

.footer{
  background:var(--sand-50);
  border-top:1px solid var(--hairline);
  padding:64px 0 32px;
}
.footer-inner{
  max-width:1280px;
  margin:0 auto;
  padding:0 80px;
}
@media (max-width:1024px){.footer-inner{padding:0 40px}}
@media (max-width:744px){.footer-inner{padding:0 24px}}

.footer-cols{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:48px;
  padding-bottom:32px;
  border-bottom:1px solid var(--hairline-soft);
}
@media (max-width:744px){.footer-cols{grid-template-columns:1fr;gap:32px}}
.footer-col h4{
  font-family:var(--font-display);
  font-size:18px;
  font-weight:400;
  color:var(--ink);
  margin-bottom:18px;
}
.footer-col ul li{
  padding:6px 0;
}
.footer-col a{
  font-size:14px;
  color:var(--ink);
  font-weight:400;
}
.footer-col a:hover{text-decoration:underline}

.legal-band{
  padding-top:24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
  font-size:14px;
  color:var(--ink);
}
.legal-band .legal-left{
  display:flex;align-items:center;gap:12px;
  flex-wrap:wrap;
}
.legal-band .legal-right{
  display:flex;align-items:center;gap:24px;
}
.legal-band .picker{
  display:flex;align-items:center;gap:8px;
  font-weight:600;
}
.legal-band .picker:hover{text-decoration:underline}
.legal-band .socials{
  display:flex;align-items:center;gap:16px;
}
.legal-band .socials a{
  display:flex;align-items:center;justify-content:center;
  width:24px;height:24px;
}

/* ───── STICKY BOTTOM BAR (mobile only) ───── */

.sticky-bottom-bar{
  display:none;
}
@media (max-width:960px){
  .sticky-bottom-bar{
    display:flex;
    position:fixed;
    bottom:0;left:0;right:0;
    z-index:90;
    background:var(--canvas);
    border-top:1px solid var(--hairline);
    padding:12px 24px;
    box-shadow:0 -4px 16px rgba(0,0,0,.06);
    justify-content:space-between;
    align-items:center;
    gap:16px;
  }
  .sbb-left{flex:1}
  .sbb-price{font-size:18px;font-weight:600;color:var(--ink)}
  .sbb-sub{font-size:14px;color:var(--ink);text-decoration:underline}
  .sbb-cta{
    background:var(--ink);
    color:var(--on-primary);
    padding:14px 24px;
    border-radius:var(--r-sm);
    font-size:15px;font-weight:500;
    letter-spacing:0.02em;
    min-height:48px;
    display:flex;align-items:center;
  }
  body{padding-bottom:90px}
}

/* ───── REVEAL ───── */

.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}
.reveal.in{opacity:1;transform:translateY(0)}

/* Stagger delays */
.reveal[data-delay="1"]{transition-delay:.10s}
.reveal[data-delay="2"]{transition-delay:.20s}
.reveal[data-delay="3"]{transition-delay:.30s}
.reveal[data-delay="4"]{transition-delay:.40s}
.reveal[data-delay="5"]{transition-delay:.50s}

/* Directional variants — applied as modifiers alongside .reveal */
.reveal.from-left{transform:translateX(-28px)}
.reveal.from-left.in{transform:translateX(0)}
.reveal.from-scale{transform:scale(0.96) translateY(10px)}
.reveal.from-scale.in{transform:scale(1) translateY(0)}

@media (prefers-reduced-motion: reduce){
  .reveal,.reveal.from-left,.reveal.from-scale{opacity:1;transform:none;transition:none}
}

/* ───── LANG MINI ───── */

.lang-mini{
  display:flex;align-items:center;gap:6px;
  font-size:13px;font-weight:500;
  color:var(--muted);
  margin-right:8px;
}
.lang-mini button{
  font-size:13px;
  color:var(--muted);
  font-weight:500;
  padding:6px 8px;
  border-radius:var(--r-full);
  transition:background .2s,color .2s;
}
.lang-mini button.active{
  color:var(--ink);
  background:var(--surface-soft);
  font-weight:600;
}
.lang-mini button:hover{color:var(--ink)}

/* ───── RESPONSIVE ───── */
@media (max-width:1024px){
  .nav-tabs{display:none}
}
@media (max-width:744px){
  .top-nav{height:64px}
  .top-nav-inner{height:64px}
  .listing-title{font-size:22px}
  .section-h2{font-size:20px}
  .rating-big .num{font-size:48px}
  .container,.container-narrow{padding:0 24px}
  .footer{padding:32px 0 24px}
}

/* hide legacy from old design that may still be in HTML */
#wind-canvas, .cursor, .kite-floater, .wind-hud, .season-strip, .sticky-actions, .sticky-reserve, .marquee, .scroll-cue, .hero-meta, .hero-ctas{display:none !important}

/* ─────────────────────────────────────────────────────────────
   EDITORIAL SECTIONS (inspired by El Nido aesthetic)
   ───────────────────────────────────────────────────────────── */

/* ── Editorial Hero (display headline + overlapping image + CTA) ── */
.editorial-hero{
  padding:32px 0 96px;
  position:relative;
  overflow:hidden;
  border-bottom:1px solid var(--hairline-soft);
}
.editorial-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(ellipse 80% 70% at 105% 108%, rgba(212,184,150,0.22) 0%, transparent 52%),
    radial-gradient(ellipse 55% 50% at -8% -5%, rgba(255,252,245,0.85) 0%, transparent 44%);
  pointer-events:none;
  z-index:0;
}
.eh-inner{
  position:relative;
}
/* Hero: wider, more expansive container than the rest of the page */
.editorial-hero .container-narrow{
  max-width:1440px;
}
.eh-eyebrow{
  display:flex;align-items:center;gap:14px;
  font-size:11px;font-weight:600;
  letter-spacing:0.22em;text-transform:uppercase;
  color:var(--sand-700);
  margin-bottom:36px;
  position:relative;
  z-index:2;
}
.eh-eyebrow::before{
  content:"";display:block;width:32px;height:1px;background:var(--sand-500);
}
.eh-headline{
  font-family:var(--font-display);
  font-size:clamp(56px, 9.4vw, 148px);
  font-weight:400;
  line-height:0.96;
  letter-spacing:-0.018em;
  color:var(--ink);
  max-width:13ch;
  margin:0 0 64px;
  position:relative;
  z-index:2;
  text-wrap:balance;
}
.eh-body-row{
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.1fr);
  gap:64px;
  align-items:end;
  position:relative;
  z-index:2;
}
.eh-copy{
  font-size:17px;
  line-height:1.6;
  color:var(--body);
  max-width:42ch;
  margin:0;
}
.eh-actions{
  display:flex;
  align-items:center;
  gap:16px;
  margin-top:36px;
  flex-wrap:wrap;
  position:relative;
  z-index:2;
}
.eh-pill{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:var(--ink);
  color:var(--canvas);
  padding:10px 12px 10px 28px;
  border-radius:var(--r-full);
  font-family:var(--font-sans);
  font-size:15px;
  font-weight:500;
  letter-spacing:0.02em;
  transition:background .2s, transform .1s;
}
.eh-pill:hover{background:var(--sand-700)}
.eh-pill:active{transform:scale(.985)}
.eh-pill .arrow{
  display:inline-flex;
  align-items:center;justify-content:center;
  width:36px;height:36px;
  background:var(--canvas);
  color:var(--ink);
  border-radius:var(--r-full);
  flex-shrink:0;
}
.eh-pill-ghost{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 22px;
  border-radius:var(--r-full);
  border:1px solid var(--ink);
  color:var(--ink);
  font-size:14px;
  font-weight:500;
  letter-spacing:0.02em;
  transition:background .2s, color .2s;
}
.eh-pill-ghost:hover{background:var(--ink);color:var(--canvas)}

/* The big image, positioned to overlap right side of the headline */
.eh-image{
  position:absolute;
  right:0;
  top:38%;
  width:54%;
  aspect-ratio:5/4;
  border-radius:var(--r-md);
  overflow:hidden;
  z-index:1;
  background:var(--sand-100);
}
.eh-image img{
  width:100%;height:100%;object-fit:cover;display:block;
}
.eh-image-meta{
  position:absolute;
  bottom:18px;left:18px;
  display:flex;align-items:center;gap:10px;
  background:rgba(26,26,26,0.78);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:var(--canvas);
  padding:8px 14px;
  border-radius:var(--r-full);
  font-size:12px;
  font-weight:500;
  letter-spacing:0.06em;
}
.eh-image-meta .meta-dot{
  display:inline-block;
  width:6px;height:6px;
  border-radius:var(--r-full);
  background:var(--sand-300);
}

@media (max-width:1024px){
  .editorial-hero{padding:24px 0 64px}
  .eh-headline{font-size:clamp(48px, 11vw, 96px);max-width:14ch}
  .eh-image{top:42%;width:50%}
}
@media (max-width:768px){
  .eh-headline{max-width:none;font-size:clamp(44px, 13vw, 80px);margin-bottom:24px}
  .eh-image{
    position:relative;
    top:auto;right:auto;
    width:100%;
    aspect-ratio:16/11;
    margin:0 0 32px;
  }
  .eh-body-row{grid-template-columns:1fr;gap:24px;align-items:start}
  .eh-actions{margin-top:24px}
}

/* ── Editorial Hero LAYOUT VARIANTS ── */

/* layout: side-by-side (no overlap) */
.editorial-hero.layout-sidebyside .eh-headline{
  max-width:11ch;
  font-size:clamp(48px, 6.4vw, 96px);
}
.editorial-hero.layout-sidebyside .eh-image{
  position:relative;
  top:auto;
  right:auto;
  width:100%;
  aspect-ratio:6/4.4;
  margin:24px 0 0;
}
.editorial-hero.layout-sidebyside .eh-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:start;
}
.editorial-hero.layout-sidebyside .eh-eyebrow,
.editorial-hero.layout-sidebyside .eh-headline,
.editorial-hero.layout-sidebyside .eh-body-row{
  grid-column:1;
}
.editorial-hero.layout-sidebyside .eh-image{
  grid-column:2;
  grid-row:1 / span 4;
  margin:0;
  aspect-ratio:auto;
  height:100%;
  min-height:540px;
}
.editorial-hero.layout-sidebyside .eh-body-row{
  grid-template-columns:1fr;
  gap:24px;
  align-items:start;
}
@media (max-width:900px){
  .editorial-hero.layout-sidebyside .eh-inner{grid-template-columns:1fr;gap:24px}
  .editorial-hero.layout-sidebyside .eh-image{grid-column:1;grid-row:auto;min-height:0;aspect-ratio:16/11}
}

/* layout: full-bleed cinematic */
.editorial-hero.layout-fullbleed{
  padding:0;
  background:var(--ink);
  border-bottom:0;
  color:#fff;
  min-height:80vh;
  display:flex;
  align-items:flex-end;
  position:relative;
  overflow:hidden;
}
.editorial-hero.layout-fullbleed .eh-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  aspect-ratio:auto;
  border-radius:0;
  top:0;
  z-index:0;
}
.editorial-hero.layout-fullbleed .eh-image img{
  width:100%;height:100%;
  filter:brightness(0.62) saturate(0.92);
}
.editorial-hero.layout-fullbleed .eh-image-meta{
  display:none;
}
.editorial-hero.layout-fullbleed::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(26,26,26,0.1) 0%, rgba(26,26,26,0.55) 70%, rgba(26,26,26,0.85) 100%);
  z-index:1;
}
.editorial-hero.layout-fullbleed .container-narrow{
  position:relative;
  z-index:2;
  padding-top:80px;
  padding-bottom:64px;
}
.editorial-hero.layout-fullbleed .eh-eyebrow{
  color:var(--sand-300);
}
.editorial-hero.layout-fullbleed .eh-eyebrow::before{background:var(--sand-300)}
.editorial-hero.layout-fullbleed .eh-headline{
  color:#fff;
  max-width:18ch;
}
.editorial-hero.layout-fullbleed .eh-copy{
  color:#e8dec8;
  max-width:46ch;
}
.editorial-hero.layout-fullbleed .eh-pill-ghost{
  border-color:rgba(255,255,255,0.5);
  color:#fff;
}
.editorial-hero.layout-fullbleed .eh-pill-ghost:hover{
  background:rgba(255,255,255,0.12);
  color:#fff;
  border-color:#fff;
}

/* ── Pillars (numbered concept block) ── */.pillars-block{
  padding:96px 0;
  background:var(--canvas-warm,#fdfaf5);
  border-bottom:1px solid var(--hairline-soft);
  position:relative;
  overflow:hidden;
}
.pillars-block::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(circle, rgba(168,138,92,0.14) 1px, transparent 1px);
  background-size:24px 24px;
  pointer-events:none;
}
.pillars-eyebrow{
  display:flex;align-items:center;gap:14px;
  font-size:11px;font-weight:600;
  letter-spacing:0.22em;text-transform:uppercase;
  color:var(--sand-700);
  margin-bottom:32px;
}
.pillars-eyebrow::before{
  content:"";
  display:block;
  width:32px;height:1px;
  background:var(--sand-500);
}
.pillars-headline{
  font-family:var(--font-display);
  font-size:clamp(36px, 4.4vw, 60px);
  font-weight:400;
  line-height:1.08;
  letter-spacing:-0.015em;
  color:var(--ink);
  max-width:820px;
  margin-bottom:64px;
  text-wrap:balance;
}
.pillars-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:48px 64px;
}
@media (max-width:900px){.pillars-grid{grid-template-columns:1fr;gap:40px}}
.pillar{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding-top:28px;
  border-top:1px solid var(--ink);
}
.pillar-num{
  font-family:var(--font-display);
  font-size:14px;
  font-weight:400;
  color:var(--sand-700);
  letter-spacing:0.06em;
}
.pillar-title{
  font-family:var(--font-display);
  font-size:28px;
  font-weight:400;
  color:var(--ink);
  letter-spacing:-0.01em;
  line-height:1.15;
}
.pillar-body{
  font-size:15px;
  line-height:1.6;
  color:var(--body);
  max-width:34ch;
}

/* ── Coordinates moment (used on map block) ── */
.coords-row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
  padding-bottom:24px;
  margin-bottom:32px;
  border-bottom:1px solid var(--hairline);
}
.coords-row .coord{
  font-family:var(--font-sans);
  font-size:13px;
  font-weight:500;
  letter-spacing:0.14em;
  color:var(--sand-700);
  font-variant-numeric:tabular-nums;
}
.coords-row .coords-title{
  font-family:var(--font-display);
  font-size:clamp(28px, 3.2vw, 42px);
  font-weight:400;
  line-height:1.15;
  letter-spacing:-0.01em;
  color:var(--ink);
  max-width:680px;
  text-wrap:balance;
}

/* ── Contact block ── */
.contact-block{
  padding:96px 0;
  background:var(--sand-50);
  border-top:1px solid var(--hairline);
}
.contact-grid{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:80px;
  align-items:start;
}
@media (max-width:900px){.contact-grid{grid-template-columns:1fr;gap:48px}}
.contact-copy .eyebrow{margin-bottom:16px}
.contact-headline{
  font-family:var(--font-display);
  font-size:clamp(34px, 4vw, 52px);
  font-weight:400;
  line-height:1.08;
  letter-spacing:-0.015em;
  color:var(--ink);
  margin-bottom:20px;
  text-wrap:balance;
}
.contact-sub{
  font-size:16px;
  line-height:1.6;
  color:var(--body);
  max-width:46ch;
  margin-bottom:32px;
}
.contact-meta{
  display:flex;
  flex-direction:column;
  gap:18px;
  padding-top:24px;
  border-top:1px solid var(--hairline);
  max-width:420px;
}
.contact-meta-row{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap:16px;
  font-size:14px;
}
.contact-meta-row .k{
  color:var(--muted);
  letter-spacing:0.12em;
  font-size:11px;
  text-transform:uppercase;
  font-weight:600;
}
.contact-meta-row .v{
  color:var(--ink);
  font-weight:500;
}

.contact-form{
  background:var(--canvas);
  border:1px solid var(--hairline);
  border-radius:var(--r-md);
  padding:32px;
  display:flex;
  flex-direction:column;
  gap:18px;
}
.cf-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
@media (max-width:600px){.cf-row{grid-template-columns:1fr}}
.cf-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}
.cf-label{
  font-size:11px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.cf-input,.cf-textarea{
  font-family:var(--font-sans);
  font-size:15px;
  font-weight:400;
  color:var(--ink);
  background:var(--canvas);
  border:0;
  border-bottom:1px solid var(--hairline);
  padding:8px 0;
  outline:none;
  transition:border-color .2s;
  width:100%;
}
.cf-input:focus,.cf-textarea:focus{border-bottom-color:var(--ink)}
.cf-input::placeholder,.cf-textarea::placeholder{color:var(--muted-soft)}
.cf-textarea{resize:vertical;min-height:80px}
.cf-submit{
  align-self:flex-start;
  margin-top:8px;
}

/* tighten the eyebrow spacing inside hero */
.listing-title-row .eyebrow{margin-bottom:14px}

/* ─────────────────────────────────────────────────────────────
   RESERVATION CARD — date / guest inputs
   ───────────────────────────────────────────────────────────── */
/* DateField: invisible native input + custom display span */
.rc-datefield{
  position:relative;
  cursor:pointer;
  min-height:22px;
}
.rc-datefield-val{
  font-family:var(--font-sans);
  font-size:14px;
  color:var(--ink);
  line-height:1.4;
  display:block;
  pointer-events:none;
}
.rc-datefield-val.placeholder{color:var(--muted)}
.rc-datefield-native{
  position:absolute;
  inset:0;
  opacity:0;
  width:100%;
  height:100%;
  cursor:pointer;
  border:none;
  background:none;
}
.rc-guests-select{
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  border:none;
  margin:0;
  background-color:transparent;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%236b6457' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 0 center;
  padding:0 20px 0 0;
  font-family:var(--font-sans);
  font-size:14px;
  line-height:1.4;
  color:var(--ink);
  cursor:pointer;
}
.rc-field-guests{
  border-top:1px solid var(--hairline);
}

/* ─────────────────────────────────────────────────────────────
   TOCHAT.BE WIDGET — forced inline inside #contact section
   ───────────────────────────────────────────────────────────── */
#contact .chatwith{
  position:static !important;
  bottom:auto !important;
  right:auto !important;
  z-index:auto !important;
  width:100% !important;
}
#contact .chatwith-popup-overlay{display:none !important}
#contact .chatwith-mainbutton{display:none !important}
#contact .chatwith-inline-wrapper{
  position:static !important;
  display:block !important;
  width:100% !important;
}
/* strip the floating-panel chrome; always show content */
#contact .chatwith-content-wrapper{
  position:static !important;
  bottom:auto !important;
  right:auto !important;
  max-height:none !important;
  height:auto !important;
  overflow:visible !important;
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
  width:100% !important;
  max-width:100% !important;
  box-shadow:none !important;
  border:1px solid var(--hairline) !important;
  border-radius:var(--r-md) !important;
}
#contact .chatwith-content{
  position:static !important;
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
  max-height:none !important;
  overflow:visible !important;
}

/* ─────────────────────────────────────────────────────────────
   PLACE BLOCK — "El Lugar" insider-kite editorial
   ───────────────────────────────────────────────────────────── */
.place-block{
  padding:96px 0;
  background:var(--ink);
  color:#f5ede0;
  position:relative;
  overflow:hidden;
}
.place-block::before{
  content:"";
  position:absolute;inset:0;
  background:
    radial-gradient(ellipse 60% 40% at 20% -5%, rgba(212,184,150,0.26), transparent 52%),
    radial-gradient(ellipse 50% 65% at 98% 110%, rgba(180,148,96,0.20), transparent 54%),
    radial-gradient(ellipse 35% 25% at 55% 50%, rgba(255,220,160,0.06), transparent 38%);
  pointer-events:none;
}
.place-inner{position:relative;z-index:1}
.place-eyebrow{
  display:flex;align-items:center;gap:14px;
  font-size:11px;font-weight:600;
  letter-spacing:0.22em;text-transform:uppercase;
  color:var(--sand-300);
  margin-bottom:36px;
}
.place-eyebrow::before{
  content:"";display:block;width:32px;height:1px;background:var(--sand-400);
}
.place-headline{
  font-family:var(--font-display);
  font-size:clamp(40px, 5.4vw, 76px);
  font-weight:400;
  line-height:1.05;
  letter-spacing:-0.015em;
  color:#fff;
  max-width:18ch;
  margin-bottom:56px;
  text-wrap:balance;
}
.place-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px 56px;
  margin-bottom:64px;
}
@media (max-width:900px){.place-grid{grid-template-columns:1fr;gap:32px}}
.place-card h3{
  font-family:var(--font-display);
  font-size:24px;
  font-weight:400;
  color:#fff;
  margin-bottom:14px;
  letter-spacing:-0.005em;
}
.place-card p{
  font-size:15px;
  line-height:1.65;
  color:#d4c9b3;
}
.place-stats{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
  padding-top:48px;
  border-top:1px solid rgba(212,184,150,0.25);
}
@media (max-width:900px){.place-stats{grid-template-columns:repeat(2, 1fr);gap:32px 24px}}
.place-stat .stat-num{
  font-family:var(--font-display);
  font-size:clamp(36px, 4vw, 56px);
  font-weight:400;
  color:#fff;
  line-height:1;
  letter-spacing:-0.01em;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.place-stat .stat-label{
  font-size:12px;
  font-weight:500;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--sand-300);
  margin-top:10px;
}

/* ─────────────────────────────────────────────────────────────
   BENEFITS GRID — 6 motivos
   ───────────────────────────────────────────────────────────── */
.benefits-block{
  padding:96px 0;
  background:var(--canvas);
  border-bottom:1px solid var(--hairline-soft);
  position:relative;
  overflow:hidden;
}
.benefits-block::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(212,184,150,0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212,184,150,0.09) 1px, transparent 1px);
  background-size:56px 56px;
  pointer-events:none;
}
.benefits-header{
  display:grid;
  grid-template-columns:1fr 1.4fr;
  gap:48px;
  align-items:end;
  margin-bottom:56px;
}
@media (max-width:900px){.benefits-header{grid-template-columns:1fr;gap:24px;margin-bottom:40px}}
.benefits-headline{
  font-family:var(--font-display);
  font-size:clamp(32px, 3.8vw, 52px);
  font-weight:400;
  line-height:1.1;
  letter-spacing:-0.01em;
  color:var(--ink);
  text-wrap:balance;
}
.benefits-sub{
  font-size:16px;
  line-height:1.6;
  color:var(--body);
  max-width:46ch;
}
.benefits-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--hairline);
  border:1px solid var(--hairline);
  border-radius:var(--r-md);
  overflow:hidden;
}
@media (max-width:900px){.benefits-grid{grid-template-columns:repeat(2, 1fr)}}
@media (max-width:600px){.benefits-grid{grid-template-columns:1fr}}
.benefit{
  background:var(--canvas);
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  gap:14px;
  transition:background .2s;
}
.benefit:hover{background:var(--sand-50)}
.benefit-icon{
  width:32px;height:32px;
  color:var(--ink);
  margin-bottom:8px;
}
.benefit h4{
  font-family:var(--font-display);
  font-size:22px;
  font-weight:400;
  color:var(--ink);
  letter-spacing:-0.005em;
}
.benefit p{
  font-size:14px;
  line-height:1.6;
  color:var(--body);
}

/* ─────────────────────────────────────────────────────────────
   PARTNERS STRIP — escuelas de kite / prensa
   ───────────────────────────────────────────────────────────── */
.partners-strip{
  padding:48px 0;
  background:var(--sand-50);
  border-top:1px solid var(--hairline);
  border-bottom:1px solid var(--hairline);
}
.partners-label{
  font-family:var(--font-display);
  font-size:clamp(17px, 2vw, 22px);
  font-weight:400;
  letter-spacing:-0.01em;
  color:var(--ink);
  text-align:center;
  margin-bottom:32px;
  white-space:nowrap;
}
.partners-row{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:48px;
  flex-wrap:wrap;
}
.partner{
  font-family:var(--font-sans);
  font-size:14px;
  font-weight:500;
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--ink);
  opacity:0.55;
  transition:opacity .2s;
}
.partner:hover{opacity:1}
@media (max-width:744px){
  .partners-label{white-space:normal;font-size:clamp(15px,4vw,18px)}
  .partners-row{gap:24px}
  .partner{font-size:12px}
}

/* ─────────────────────────────────────────────────────────────
   FAQ — acordeón
   ───────────────────────────────────────────────────────────── */
.faq-block{
  padding:96px 0;
  background:var(--section-warm,#f4ece0);
  border-bottom:1px solid var(--hairline-soft);
}
.faq-grid{
  display:grid;
  grid-template-columns:1fr 1.8fr;
  gap:80px;
  align-items:start;
}
@media (max-width:900px){.faq-grid{grid-template-columns:1fr;gap:32px}}
.faq-side .eyebrow{margin-bottom:14px}
.faq-headline{
  font-family:var(--font-display);
  font-size:clamp(32px, 3.6vw, 48px);
  font-weight:400;
  line-height:1.1;
  letter-spacing:-0.01em;
  color:var(--ink);
  margin-bottom:20px;
  text-wrap:balance;
}
.faq-side p{
  font-size:15px;
  line-height:1.6;
  color:var(--body);
  max-width:36ch;
}
.faq-list{display:flex;flex-direction:column;border-top:1px solid var(--ink)}
.faq-item{border-bottom:1px solid var(--hairline)}
.faq-q{
  display:flex;
  width:100%;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  text-align:left;
  font-family:var(--font-display);
  font-size:20px;
  font-weight:400;
  color:var(--ink);
  letter-spacing:-0.005em;
  transition:color .2s;
}
.faq-q:hover{color:var(--sand-700)}
.faq-toggle{
  display:inline-flex;align-items:center;justify-content:center;
  width:32px;height:32px;
  border-radius:var(--r-full);
  border:1px solid var(--hairline);
  flex-shrink:0;
  transition:transform .25s ease, background .2s, border-color .2s;
}
.faq-item[data-open="true"] .faq-toggle{transform:rotate(45deg);background:var(--ink);color:var(--canvas);border-color:var(--ink)}
.faq-a{
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease;
}
.faq-item[data-open="true"] .faq-a{max-height:600px}
.faq-a-inner{
  padding:0 0 24px;
  font-size:15px;
  line-height:1.65;
  color:var(--body);
  max-width:60ch;
}

/* ─────────────────────────────────────────────────────────────
   FINAL CTA — dramático antes del footer
   ───────────────────────────────────────────────────────────── */
.final-cta{
  position:relative;
  padding:120px 0;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  margin-top:0;
}
.final-cta-bg{
  position:absolute;
  inset:0;
  z-index:0;
  background-size:cover;
  background-position:center;
  opacity:0.45;
  filter:saturate(0.85);
}
.final-cta::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(26,26,26,0.55) 0%, rgba(26,26,26,0.75) 100%);
  z-index:1;
}
.final-cta-inner{position:relative;z-index:2;text-align:center}
.final-cta .eyebrow{color:var(--sand-300);margin-bottom:24px;justify-content:center;display:flex;align-items:center;gap:14px}
.final-cta .eyebrow::before{
  content:"";display:block;width:32px;height:1px;background:var(--sand-400);
}
.final-cta-headline{
  font-family:var(--font-display);
  font-size:clamp(48px, 7vw, 110px);
  font-weight:400;
  line-height:0.98;
  letter-spacing:-0.018em;
  color:#fff;
  max-width:18ch;
  margin:0 auto 28px;
  text-wrap:balance;
}
.final-cta-sub{
  font-size:18px;
  line-height:1.55;
  color:#e8dec8;
  max-width:48ch;
  margin:0 auto 40px;
}
.final-cta-actions{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.fc-pill-light{
  display:inline-flex;
  align-items:center;
  gap:14px;
  background:#fff;
  color:var(--ink);
  padding:10px 12px 10px 28px;
  border-radius:var(--r-full);
  font-family:var(--font-sans);
  font-size:16px;
  font-weight:500;
  letter-spacing:0.02em;
  transition:background .2s, color .2s, transform .1s;
}
.fc-pill-light:hover{background:var(--sand-200);color:var(--ink)}
.fc-pill-light .arrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;background:var(--ink);color:#fff;border-radius:var(--r-full);
}
.fc-pill-ghost{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 22px;
  border-radius:var(--r-full);
  border:1px solid rgba(255,255,255,0.4);
  color:#fff;
  font-size:14px;
  font-weight:500;
  letter-spacing:0.02em;
  transition:background .2s, border-color .2s;
}
.fc-pill-ghost:hover{background:rgba(255,255,255,0.1);border-color:#fff}
.final-cta-meta{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  flex-wrap:wrap;
  margin-top:40px;
  font-size:13px;
  color:#bdb09a;
  letter-spacing:0.06em;
}
.final-cta-meta .dot{width:4px;height:4px;border-radius:50%;background:#7d7361;display:inline-block}

/* ─────────────────────────────────────────────────────────────
   LANG SWITCHER — más prominente
   ───────────────────────────────────────────────────────────── */
.lang-mini{
  display:flex;align-items:center;gap:2px;
  font-size:13px;font-weight:500;
  color:var(--muted);
  margin-right:8px;
  padding:4px;
  background:var(--surface-soft);
  border-radius:var(--r-full);
  border:1px solid var(--hairline);
}
.lang-mini button{
  font-size:12px;
  color:var(--muted);
  font-weight:600;
  padding:6px 12px;
  border-radius:var(--r-full);
  letter-spacing:0.06em;
  transition:background .2s,color .2s;
}
.lang-mini button.active{
  color:#fff;
  background:var(--ink);
  font-weight:600;
}
.lang-mini button:hover:not(.active){color:var(--ink);background:var(--canvas)}

/* ═════════════════════════════════════════════════════════════
   MOBILE — comprehensive responsive fixes
   ═════════════════════════════════════════════════════════════ */

/* ── Nav: simplify right side on small screens ── */
@media (max-width:744px){
  .lang-globe{display:none}
  .account-pill{display:none}
  .lang-mini{margin-right:0}
  .brand{font-size:22px}
}

/* ── Hero (sidebyside): stack CTA buttons on narrow screens ── */
@media (max-width:540px){
  .eh-actions{flex-direction:column;align-items:stretch;gap:12px}
  .eh-pill,.eh-pill-ghost{justify-content:center;text-align:center;width:100%}
  .eh-pill{padding:14px 20px}
}

/* ── Section vertical padding: 96px → 52px on mobile ── */
@media (max-width:744px){
  .pillars-block,
  .benefits-block,
  .faq-block,
  .contact-block{padding:56px 0}
  .place-block{padding:56px 0}
  .partners-strip{padding:28px 0}
  .final-cta{padding:72px 0}
}

/* ── Kitesurf stats: smaller font at very small screens ── */
@media (max-width:480px){
  .place-stat .stat-num{font-size:clamp(28px, 8vw, 40px)}
  .place-stats{gap:24px 16px}
}

/* ── Place block: reduce headline and margin ── */
@media (max-width:744px){
  .place-headline{font-size:clamp(32px, 8vw, 56px);margin-bottom:36px}
  .place-eyebrow{margin-bottom:20px}
}

/* ── Benefits: reduce header gap ── */
@media (max-width:744px){
  .benefits-headline{font-size:clamp(28px, 8vw, 44px)}
  .benefit-card{padding:20px}
}

/* ── Contact: tighten up on mobile ── */
@media (max-width:744px){
  .contact-headline{font-size:clamp(26px, 7vw, 40px)}
  .contact-meta{gap:12px}
}

/* ── Final CTA: stack buttons, reduce sub font ── */
@media (max-width:540px){
  .final-cta-actions{flex-direction:column;align-items:stretch;gap:12px;max-width:320px;margin:0 auto}
  .fc-pill-light,.fc-pill-ghost{justify-content:center;text-align:center}
  .final-cta-sub{font-size:16px}
  .final-cta-headline{font-size:clamp(36px, 11vw, 64px)}
}

/* ── Map / Coords: readable on mobile ── */
@media (max-width:744px){
  .coords-row{flex-direction:column;gap:12px;align-items:flex-start}
  .coords-row .coord{order:-1}
  .map-block{padding:48px 0}
}

/* ── Pillars: tighten on mobile ── */
@media (max-width:744px){
  .pillar-num{font-size:36px}
  .pillar-title{font-size:clamp(24px,6vw,32px)}
}

/* ── FAQ: readable on mobile ── */
@media (max-width:744px){
  .faq-headline{font-size:clamp(26px,7vw,38px)}
}

/* ── Sticky bottom bar: safe area for notched phones ── */
@media (max-width:960px){
  .sticky-bottom-bar{padding-bottom:calc(12px + env(safe-area-inset-bottom))}
  body{padding-bottom:calc(90px + env(safe-area-inset-bottom))}
}

/* ── Hide tochat.be WhatsApp widget on mobile ── */
@media (max-width:960px){
  #whatapp-people-widget-f02ef37e-18c9-4363-afc7-8b2f3c10086e{display:none !important}
}

/* ── Other houses: card images on mobile ── */
@media (max-width:480px){
  .prop-img{aspect-ratio:4/3}
}
