
/* =========================================================
   Vacanze Calabria · Build Sprint 01
   Foundation + Above-the-Fold implementation
   ========================================================= */

:root {
  --vc-green: #00A886;
  --vc-bg: #FDFBF8;
  --vc-surface: #FFFDF9;
  --vc-surface-soft: #F7F2EB;
  --vc-ink: #221D19;
  --vc-text: #3B352F;
  --vc-muted: #8E8479;
  --vc-border: #EEE8DF;
  --vc-border-strong: #E2D9CF;
  --vc-shadow-soft: 0 18px 52px rgba(34, 29, 25, .055);
  --vc-max: 1240px;
  --header-height: 84px;
  --ease: cubic-bezier(.22, .8, .28, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-rendering: geometricPrecision;
}

body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--vc-ink);
  background: var(--vc-bg);
  line-height: 1.55;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  top: -44px;
  left: 16px;
  z-index: 999;
  background: var(--vc-ink);
  color: white;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 16px;
}

.container {
  width: min(var(--vc-max), calc(100% - 48px));
  margin-inline: auto;
}

.kicker {
  margin: 0 0 14px;
  font-size: .70rem;
  font-weight: 500;
  letter-spacing: .18em;
  color: var(--vc-muted);
  text-transform: uppercase;
}

.kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: var(--vc-ink);
  vertical-align: middle;
  margin-right: 12px;
  transform: translateY(-2px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--vc-ink);
  font-weight: 400;
  letter-spacing: -.05em;
}

h1 {
  max-width: 980px;
  font-size: clamp(3.05rem, 5.5vw, 5.85rem);
  line-height: .94;
}

h2 {
  font-size: clamp(2rem, 3.1vw, 3.25rem);
  line-height: 1.04;
}

h3 {
  font-size: clamp(1.22rem, 1.42vw, 1.52rem);
  line-height: 1.18;
}

.lead {
  font-size: clamp(1.04rem, 1.28vw, 1.22rem);
  line-height: 1.56;
  letter-spacing: -.018em;
  color: var(--vc-text);
}

.muted {
  color: var(--vc-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--vc-green);
  background: var(--vc-green);
  color: #fff;
  font-size: .80rem;
  font-weight: 500;
  letter-spacing: .09em;
  cursor: pointer;
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-secondary {
  background: transparent;
  color: var(--vc-green);
}

.btn-secondary:hover {
  background: rgba(0,168,134,.055);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--vc-green);
  font-size: .82rem;
  letter-spacing: .09em;
  font-weight: 500;
}

/* Header */

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(253, 251, 248, .92);
  border-bottom: 1px solid var(--vc-border);
  backdrop-filter: blur(14px);
}

.header-main {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.menu-button {
  display: none;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--vc-ink);
  padding: 0;
  font-size: .82rem;
  letter-spacing: .1em;
  cursor: pointer;
}

.menu-lines {
  display: grid;
  gap: 5px;
  width: 20px;
}

.menu-lines span {
  display: block;
  height: 1px;
  background: currentColor;
}

.logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  line-height: 1;
}

.logo img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.logo-text {
  display: grid;
  gap: 6px;
}

.logo-title {
  font-size: clamp(1.32rem, 2.3vw, 2.04rem);
  letter-spacing: -.06em;
  font-weight: 500;
}

.logo-subtitle {
  font-size: .52rem;
  letter-spacing: .22em;
  color: var(--vc-muted);
  text-transform: uppercase;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 16px;
}

.language-switcher {
  display: flex;
  gap: 8px;
  color: var(--vc-muted);
  font-size: .68rem;
  letter-spacing: .12em;
}

.language-switcher strong {
  color: var(--vc-ink);
}

.nav-row {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 4vw, 54px);
  border-top: 1px solid var(--vc-border);
  font-size: .72rem;
  letter-spacing: .14em;
  color: var(--vc-muted);
}

.nav-row > a,
.nav-trigger {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.nav-row a:hover,
.nav-row a[aria-current="page"],
.nav-trigger:hover {
  color: var(--vc-ink);
}

.nav-group {
  position: relative;
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.nav-trigger::after {
  content: "⌄";
  margin-left: 7px;
  font-size: .78em;
  color: var(--vc-muted);
}

.nav-dropdown {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(8px);
  min-width: 300px;
  padding: 10px 0;
  border: 1px solid var(--vc-border);
  background: rgba(255, 253, 249, .98);
  box-shadow: var(--vc-shadow-soft);
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s var(--ease), transform .16s var(--ease);
}

.nav-group:hover .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown a {
  display: grid;
  gap: 3px;
  padding: 12px 18px;
  color: var(--vc-ink);
  font-size: .78rem;
  letter-spacing: .04em;
  white-space: nowrap;
}

.nav-dropdown span {
  color: var(--vc-muted);
  font-size: .68rem;
}

/* Hero */

.hero {
  padding: 84px 0 78px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: clamp(48px, 6vw, 82px);
  align-items: end;
}

.hero-copy {
  padding-bottom: 36px;
}

.hero-copy .lead {
  max-width: 660px;
  margin-top: 28px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  max-width: 700px;
  margin-top: 44px;
  border: 1px solid var(--vc-border);
  background: var(--vc-border);
}

.trust-item {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 20px;
  background: var(--vc-surface);
}

.trust-item strong {
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -.03em;
}

.trust-item span {
  color: var(--vc-muted);
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border: 1px solid var(--vc-border);
  background: #EEE7DE;
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.84) contrast(.98) brightness(1.01);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(253,251,248,.02), rgba(34,29,25,.18));
}

.hero-floating-card {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
  padding: 22px;
  background: rgba(255,253,249,.90);
  border: 1px solid rgba(255,255,255,.65);
  backdrop-filter: blur(12px);
}

.hero-floating-card p {
  color: var(--vc-muted);
  font-size: .88rem;
}

.rating {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.rating strong {
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.05em;
}

.stars {
  color: #D3A44F;
  letter-spacing: .12em;
}

/* Booking bar */

.booking-strip {
  position: relative;
  z-index: 10;
  width: min(var(--vc-max), calc(100% - 48px));
  margin: -36px auto 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  overflow: hidden;
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
  box-shadow: var(--vc-shadow-soft);
}

.booking-field {
  min-width: 0;
  padding: 20px 22px;
  display: grid;
  gap: 8px;
  border-right: 1px solid var(--vc-border);
}

.booking-field label {
  color: var(--vc-muted);
  font-size: .66rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.booking-field input,
.booking-field select {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--vc-ink);
  font-size: 1.08rem;
  font-weight: 500;
  min-width: 0;
}

.booking-strip .btn {
  min-height: 100%;
  padding-inline: 30px;
  white-space: nowrap;
}

.section-placeholder {
  padding: 96px 0;
  border-top: 1px solid var(--vc-border);
}

.placeholder-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.placeholder-card {
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
  padding: 34px;
}

.placeholder-list {
  display: grid;
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.placeholder-list div {
  padding: 22px;
  background: var(--vc-surface);
}

.dev-note {
  margin-top: 18px;
  color: var(--vc-muted);
  font-size: .86rem;
}

@media (max-width: 1120px) {
  .hero-grid,
  .placeholder-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-bottom: 0;
  }

  .hero-media {
    min-height: 520px;
  }

  .booking-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  .booking-strip .btn {
    grid-column: 1 / -1;
    min-height: 62px;
  }

  .nav-row {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .header-main {
    grid-template-columns: auto 1fr auto;
  }

  .logo {
    justify-self: start;
  }
}

@media (max-width: 720px) {
  :root {
    --header-height: 74px;
  }

  .container,
  .booking-strip {
    width: min(var(--vc-max), calc(100% - 32px));
  }

  .hero {
    padding: 58px 0 48px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 430px;
  }

  .hero-floating-card {
    grid-template-columns: 1fr;
  }

  .rating {
    justify-items: start;
  }

  .booking-strip {
    grid-template-columns: 1fr;
  }

  .booking-field {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
  }

  .language-switcher,
  .header-actions .btn {
    display: none;
  }

  .logo-subtitle {
    display: none;
  }

  .section-placeholder {
    padding: 72px 0;
  }
}


/* =========================================================
   Sprint 01a · MUSS-Fix: Header symmetry + left menu navigator
   ========================================================= */

.header-main {
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
}

.menu-nav {
  position: relative;
  justify-self: start;
  z-index: 120;
}

.menu-nav summary {
  list-style: none;
}

.menu-nav summary::-webkit-details-marker {
  display: none;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: var(--vc-ink);
  padding: 0;
  font-size: .82rem;
  letter-spacing: .1em;
  cursor: pointer;
}

.menu-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  width: min(360px, calc(100vw - 48px));
  display: grid;
  padding: 10px 0;
  border: 1px solid var(--vc-border);
  background: rgba(255, 253, 249, .98);
  box-shadow: var(--vc-shadow-soft);
}

.menu-panel a {
  display: grid;
  gap: 4px;
  padding: 14px 18px;
  color: var(--vc-ink);
  font-size: .86rem;
  letter-spacing: .05em;
}

.menu-panel a:hover {
  background: var(--vc-surface-soft);
}

.menu-panel span {
  color: var(--vc-muted);
  font-size: .70rem;
  letter-spacing: .06em;
}

.logo {
  justify-self: center;
}

.header-actions {
  justify-self: end;
  justify-content: flex-end;
}

@media (max-width: 1120px) {
  .header-main {
    grid-template-columns: minmax(92px, 1fr) auto minmax(92px, 1fr);
  }

  .logo {
    justify-self: center;
  }

  .menu-button {
    display: inline-flex;
  }
}

@media (max-width: 720px) {
  .header-main {
    grid-template-columns: auto 1fr auto;
  }

  .logo {
    justify-self: center;
  }

  .logo-text {
    max-width: 190px;
  }

  .menu-panel {
    top: calc(100% + 16px);
    width: min(330px, calc(100vw - 32px));
  }
}


/* =========================================================
   Sprint 01b · SOLL/KANN: cleaner booking strip + calmer header
   ========================================================= */

/* Header: no duplicate availability CTA in the top-right area */
.header-actions {
  min-width: 250px;
}

/* Make the language selector feel intentional as the only right-side element */
.language-switcher {
  padding-right: 0;
}

/* Remove the faint horizontal line behind/around the booking strip */
.booking-strip {
  margin-top: -28px;
  border: 1px solid var(--vc-border);
  box-shadow: 0 18px 42px rgba(34, 29, 25, .052);
  isolation: isolate;
}

.section-placeholder {
  border-top: 0 !important;
  padding-top: 104px;
}

/* Ensure no parent border visually cuts through the floating search bar */
.hero {
  border-bottom: 0 !important;
}

/* Clean visual plane behind the search bar */
.booking-strip::before,
.booking-strip::after {
  content: none !important;
}

/* Slightly calmer search-bar field borders */
.booking-field {
  border-right-color: var(--vc-border);
}

.booking-field:last-of-type {
  border-right: 1px solid var(--vc-border);
}

@media (max-width: 1120px) {
  .header-actions {
    min-width: 92px;
  }

  .booking-strip {
    margin-top: 24px;
  }
}

@media (max-width: 720px) {
  .header-actions {
    min-width: 0;
  }

  .section-placeholder {
    padding-top: 72px;
  }
}


/* =========================================================
   Sprint 01c · Header CTA restored
   ========================================================= */

.header-availability-cta {
  min-width: 172px;
  background: transparent !important;
  color: var(--vc-green) !important;
  border-color: var(--vc-green) !important;
}

.header-availability-cta:hover {
  background: rgba(0,168,134,.055) !important;
}

@media (max-width: 720px) {
  .header-availability-cta {
    display: none;
  }
}


/* =========================================================
   Sprint 02 · Gallery layout + Lightbox + Zoom
   ========================================================= */
.gallery-section{padding:104px 0 96px;border-top:0}.gallery-heading{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(36px,6vw,80px);align-items:end;margin-bottom:34px}.gallery-intro{display:grid;gap:22px;justify-items:start}.gallery-intro .lead{max-width:620px}.gallery-open-all{border:0;background:transparent;cursor:pointer;padding-inline:0}.gallery-grid{display:grid;grid-template-columns:1.25fr .72fr .72fr;grid-template-rows:260px 260px;gap:1px;overflow:hidden;border:1px solid var(--vc-border);background:var(--vc-border)}.gallery-tile{position:relative;display:block;min-width:0;min-height:0;padding:0;border:0;overflow:hidden;cursor:zoom-in;background:#eee7de}.gallery-tile-large{grid-row:1/span 2}.gallery-tile-destination{grid-column:2/span 2}.gallery-tile img{width:100%;height:100%;object-fit:cover;filter:saturate(.88) contrast(.98) brightness(1.01);transform:scale(1.01);transition:transform .5s var(--ease),filter .5s var(--ease)}.gallery-tile:hover img{transform:scale(1.045);filter:saturate(.94) contrast(1) brightness(1.02)}.gallery-label{position:absolute;left:18px;bottom:18px;z-index:2;padding:7px 10px;border:1px solid rgba(255,255,255,.58);background:rgba(255,253,249,.82);color:var(--vc-ink);backdrop-filter:blur(10px);font-size:.64rem;font-weight:500;letter-spacing:.13em;text-transform:uppercase}.gallery-mobile-strip{display:none}.lightbox[hidden]{display:none}.lightbox{position:fixed;inset:0;z-index:400;display:grid;place-items:center;padding:24px}.lightbox-backdrop{position:absolute;inset:0;background:rgba(34,29,25,.78);backdrop-filter:blur(10px)}.lightbox-shell{position:relative;z-index:1;width:min(1420px,100%);height:min(860px,calc(100vh - 48px));display:grid;grid-template-rows:auto 1fr auto;border:1px solid rgba(255,255,255,.18);background:#11100f;color:#fff;box-shadow:0 30px 90px rgba(0,0,0,.28)}.lightbox-header,.lightbox-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 22px;border-color:rgba(255,255,255,.12)}.lightbox-header{border-bottom:1px solid rgba(255,255,255,.12)}.lightbox-footer{border-top:1px solid rgba(255,255,255,.12)}.lightbox-kicker{margin:0 0 5px;color:rgba(255,255,255,.55);font-size:.66rem;letter-spacing:.16em;text-transform:uppercase}.lightbox-header h3{color:#fff;font-size:1.15rem;letter-spacing:-.02em}.lightbox-actions{display:flex;gap:8px}.lightbox-icon{min-height:40px;padding:8px 13px;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-size:.74rem;letter-spacing:.1em}.lightbox-stage{position:relative;min-height:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px}.lightbox-figure{min-width:0;height:100%;margin:0;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:14px;overflow:auto}.lightbox-figure img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .2s var(--ease);cursor:zoom-in}.lightbox.is-zoomed .lightbox-figure img{transform:scale(1.55);cursor:zoom-out;transform-origin:center center}.lightbox-figure figcaption{max-width:780px;color:rgba(255,255,255,.72);font-size:.92rem;text-align:center}.lightbox-nav{width:46px;height:62px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-size:2rem;line-height:1}.lightbox-thumbs{display:flex;max-width:min(760px,55vw);gap:8px;overflow-x:auto;padding-bottom:2px}.gallery-thumb{position:relative;width:68px;height:48px;flex:0 0 auto;padding:0;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);overflow:hidden;cursor:pointer}.gallery-thumb img{width:100%;height:100%;object-fit:cover;opacity:.72}.gallery-thumb span{position:absolute;left:-9999px}.gallery-thumb.is-active{border-color:var(--vc-green)}.gallery-thumb.is-active img{opacity:1}body.lightbox-open{overflow:hidden}@media(max-width:1020px){.gallery-heading{grid-template-columns:1fr;gap:22px}.gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px 230px}.gallery-tile-large{grid-column:1/-1;grid-row:auto}.gallery-tile-destination{grid-column:auto}}@media(max-width:720px){.gallery-section{padding:78px 0 70px}.gallery-grid{grid-template-columns:1fr;grid-template-rows:none}.gallery-tile{aspect-ratio:4/3}.gallery-tile-large{aspect-ratio:4/5}.gallery-grid .gallery-tile:nth-of-type(n+4){display:none}.gallery-mobile-strip{display:flex;gap:10px;overflow-x:auto;padding-top:14px}.gallery-mobile-strip .gallery-thumb{width:112px;height:82px;border-color:var(--vc-border);background:var(--vc-surface)}.gallery-mobile-strip .gallery-thumb img{opacity:1}.lightbox{padding:0}.lightbox-shell{width:100%;height:100%;border:0}.lightbox-stage{grid-template-columns:1fr;padding:12px}.lightbox-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:54px}.lightbox-prev{left:12px}.lightbox-next{right:12px}.lightbox-footer{align-items:flex-start;flex-direction:column}.lightbox-thumbs{max-width:100%}.lightbox.is-zoomed .lightbox-figure img{transform:scale(1.35)}}


/* =========================================================
   Sprint 02a · Complete visible gallery grid
   ========================================================= */

.gallery-grid {
  grid-template-columns: 1.25fr .72fr .72fr;
  grid-template-rows: 260px 260px;
}

.gallery-tile-large {
  grid-column: 1;
  grid-row: 1 / span 2;
}

/* Prevent older spanning rules from creating an empty visual field */
.gallery-tile-destination {
  grid-column: auto !important;
}

.gallery-grid .gallery-tile:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.gallery-grid .gallery-tile:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.gallery-grid .gallery-tile:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.gallery-grid .gallery-tile:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

@media (max-width: 1020px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 230px 230px;
  }

  .gallery-tile-large {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .gallery-grid .gallery-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-grid .gallery-tile:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
}


/* =========================================================
   Sprint 03d · Overview + Amenities
   ========================================================= */

.overview-section {
  padding: 104px 0 74px;
  border-top: 1px solid var(--vc-border);
}

.overview-layout {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: clamp(42px, 7vw, 94px);
  align-items: start;
}

.overview-copy {
  max-width: 690px;
}

.overview-body {
  margin-top: 22px;
  color: var(--vc-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.stay-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
}

.fact-card {
  min-height: 128px;
  padding: 24px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  display: grid;
  align-content: space-between;
  gap: 18px;
}

.fact-card:nth-child(2n) { border-right: 0; }
.fact-card:nth-last-child(-n+2) { border-bottom: 0; }

.fact-card span {
  color: var(--vc-muted);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fact-card strong {
  color: var(--vc-ink);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -.02em;
}

.amenities-section {
  padding: 86px 0 108px;
  background: var(--vc-surface-soft);
  border-top: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
}

.amenities-heading {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: end;
  margin-bottom: 34px;
}

.amenities-heading .lead { max-width: 640px; }

.amenities-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
}

.amenity-highlight {
  min-height: 228px;
  padding: 26px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  display: grid;
  align-content: start;
  gap: 16px;
}

.amenity-highlight:nth-child(3n) { border-right: 0; }
.amenity-highlight:nth-last-child(-n+3) { border-bottom: 0; }

.amenity-marker {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 168, 134, .28);
  color: var(--vc-green);
  font-size: .68rem;
  letter-spacing: .08em;
}

.amenity-highlight h3 {
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -.02em;
}

.amenity-highlight p {
  color: var(--vc-muted);
  font-size: .96rem;
  line-height: 1.7;
}

.amenities-action {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.amenities-open {
  min-width: 270px;
}

.amenities-action .btn {
  background: transparent !important;
  color: var(--vc-green) !important;
  border-color: var(--vc-green) !important;
}

.amenities-action .btn:hover {
  background: rgba(0, 168, 134, .06) !important;
}

.amenities-modal[hidden] { display: none; }

.amenities-modal {
  position: fixed;
  inset: 0;
  z-index: 430;
  display: grid;
  place-items: center;
  padding: 24px;
}

.amenities-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(34,29,25,.48);
  backdrop-filter: blur(8px);
}

.amenities-modal-shell {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  height: min(880px, calc(100vh - 48px));
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--vc-surface);
  border: 1px solid var(--vc-border);
  box-shadow: 0 30px 90px rgba(34, 29, 25, .2);
}

.amenities-modal-header {
  padding: 28px 32px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--vc-border);
}

.amenities-modal-header h3 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -.05em;
}

.amenities-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--vc-border);
  background: transparent;
  color: var(--vc-ink);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}

.amenities-modal-body {
  overflow: auto;
  padding: 6px 32px 34px;
}

.amenity-modal-group {
  padding: 30px 0;
  border-bottom: 1px solid var(--vc-border);
}

.amenity-modal-group:last-child { border-bottom: 0; }

.amenity-modal-group h4 {
  margin-bottom: 18px;
  font-size: 1.18rem;
  font-weight: 500;
}

.amenity-modal-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 28px;
}

.amenity-modal-group li {
  color: var(--vc-muted);
  font-size: .98rem;
  line-height: 1.55;
}

body.amenities-open { overflow: hidden; }

@media (max-width: 1020px) {
  .overview-layout,
  .amenities-heading { grid-template-columns: 1fr; }

  .amenities-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .amenity-highlight:nth-child(3n) { border-right: 1px solid var(--vc-border); }
  .amenity-highlight:nth-child(2n) { border-right: 0; }
  .amenity-highlight:nth-last-child(-n+3) { border-bottom: 1px solid var(--vc-border); }
  .amenity-highlight:nth-last-child(-n+2) { border-bottom: 0; }
}

@media (max-width: 720px) {
  .overview-section { padding: 76px 0 58px; }
  .amenities-section { padding: 72px 0 78px; }

  .stay-facts,
  .amenities-highlights { grid-template-columns: 1fr; }

  .fact-card,
  .fact-card:nth-child(2n),
  .fact-card:nth-last-child(-n+2),
  .amenity-highlight,
  .amenity-highlight:nth-child(2n),
  .amenity-highlight:nth-child(3n),
  .amenity-highlight:nth-last-child(-n+2),
  .amenity-highlight:nth-last-child(-n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
  }

  .fact-card:last-child,
  .amenity-highlight:last-child { border-bottom: 0; }

  .amenities-modal { padding: 0; }
  .amenities-modal-shell { width: 100%; height: 100%; border: 0; }
  .amenities-modal-header { padding: 22px; }
  .amenities-modal-body { padding: 0 22px 28px; }
  .amenity-modal-group ul { grid-template-columns: 1fr; }
}


/* =========================================================
   Sprint 04 · Location + Orientation
   ========================================================= */

.location-section {
  padding: 108px 0;
  background: var(--vc-surface);
  border-bottom: 1px solid var(--vc-border);
}

.location-heading {
  display: grid;
  grid-template-columns: .98fr 1.02fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  margin-bottom: 42px;
}

.location-heading .lead {
  max-width: 660px;
}

.location-layout {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.location-map-card,
.location-content {
  background: var(--vc-surface-soft);
}

.location-map-card {
  min-height: 560px;
  display: grid;
  grid-template-rows: 1fr auto;
}

.map-visual {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  background:
    linear-gradient(135deg, rgba(0,168,134,.08), transparent 45%),
    radial-gradient(circle at 72% 22%, rgba(0,168,134,.13), transparent 34%),
    linear-gradient(120deg, #fbf8f2, #f1ebe1);
}

.map-visual::before,
.map-visual::after {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(151, 138, 126, .22);
}

.map-visual::after {
  inset: 92px 76px;
  border-color: rgba(151, 138, 126, .16);
}

.map-line {
  position: absolute;
  height: 1px;
  background: rgba(151, 138, 126, .34);
  transform-origin: left center;
}

.map-line-one {
  width: 76%;
  left: 7%;
  top: 45%;
  transform: rotate(-13deg);
}

.map-line-two {
  width: 66%;
  left: 18%;
  top: 63%;
  transform: rotate(11deg);
}

.map-coast {
  position: absolute;
  width: 45%;
  height: 130%;
  right: -18%;
  top: -15%;
  border-left: 2px solid rgba(0, 168, 134, .44);
  border-radius: 48% 0 0 48%;
  background: linear-gradient(90deg, rgba(0,168,134,.08), rgba(0,168,134,.2));
}

.map-pin {
  position: absolute;
  left: 48%;
  top: 42%;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(0,168,134,.42);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.45);
  box-shadow: 0 24px 60px rgba(34,29,25,.12);
}

.map-pin span {
  width: 18px;
  height: 18px;
  background: var(--vc-green);
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0 11px rgba(0,168,134,.14);
}

.map-label {
  position: absolute;
  padding: 9px 11px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(232, 223, 211, .88);
  color: var(--vc-ink);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.map-label-home {
  left: 50%;
  top: 33%;
}

.map-label-sea {
  right: 6%;
  top: 18%;
  color: var(--vc-green);
}

.map-label-marina {
  right: 10%;
  bottom: 20%;
}

.map-caption {
  padding: 24px 28px;
  border-top: 1px solid var(--vc-border);
  display: grid;
  gap: 5px;
}

.map-caption strong {
  font-size: 1.02rem;
  font-weight: 500;
}

.map-caption span {
  color: var(--vc-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.location-content {
  padding: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.location-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.location-facts article {
  min-height: 205px;
  padding: 28px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  display: grid;
  align-content: start;
  gap: 10px;
}

.location-facts article:nth-child(2n) {
  border-right: 0;
}

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

.location-facts span {
  color: var(--vc-muted);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.location-facts strong {
  color: var(--vc-ink);
  font-size: 1.36rem;
  font-weight: 500;
  letter-spacing: -.035em;
}

.location-facts p {
  color: var(--vc-muted);
  font-size: .94rem;
  line-height: 1.6;
}

.location-reasons {
  padding: 34px 38px 38px;
  border-top: 1px solid var(--vc-border);
}

.location-reasons h3 {
  font-size: 1.36rem;
  font-weight: 500;
  letter-spacing: -.035em;
  margin-bottom: 22px;
}

.location-reasons ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.location-reasons li {
  position: relative;
  padding-left: 22px;
  color: var(--vc-muted);
  line-height: 1.65;
}

.location-reasons li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  background: var(--vc-green);
  border-radius: 50%;
}

.location-images {
  display: grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap: 12px;
  margin-top: 34px;
}

.location-images figure {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  background: var(--vc-surface-soft);
}

.location-images img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.location-images figure:hover img {
  transform: scale(1.035);
}

.location-images figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 10px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(232, 223, 211, .82);
  color: var(--vc-ink);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

@media (max-width: 1020px) {
  .location-heading,
  .location-layout {
    grid-template-columns: 1fr;
  }

  .location-map-card {
    min-height: auto;
  }

  .map-visual {
    min-height: 420px;
  }

  .location-images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .location-section {
    padding: 78px 0;
  }

  .location-facts {
    grid-template-columns: 1fr;
  }

  .location-facts article,
  .location-facts article:nth-child(2n),
  .location-facts article:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
    min-height: auto;
  }

  .location-facts article:last-child {
    border-bottom: 0;
  }

  .map-visual {
    min-height: 360px;
  }

  .map-label-home {
    left: 18%;
    top: 30%;
  }

  .map-label-sea {
    right: 5%;
    top: 16%;
  }

  .map-label-marina {
    right: 6%;
    bottom: 18%;
  }

  .map-pin {
    left: 39%;
    top: 43%;
  }

  .location-reasons {
    padding: 28px;
  }
}


/* =========================================================
   Sprint 04b · Google Maps compact location
   ========================================================= */

.location-section-compact {
  padding: 84px 0 92px !important;
}

.location-heading-compact {
  margin-bottom: 32px !important;
}

.location-heading-compact h2 {
  max-width: 780px;
}

.location-compact-layout {
  display: grid;
  grid-template-columns: minmax(360px, .82fr) minmax(520px, 1.18fr);
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.location-info-card,
.google-map-card {
  background: var(--vc-surface-soft);
}

.location-info-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.location-info-intro {
  padding: 30px;
  border-bottom: 1px solid var(--vc-border);
}

.location-info-intro span {
  display: block;
  color: var(--vc-muted);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.location-info-intro strong {
  display: block;
  color: var(--vc-ink);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.location-info-intro p {
  margin-top: 16px;
  color: var(--vc-muted);
  font-size: .98rem;
  line-height: 1.72;
}

.location-compact-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.location-compact-facts article {
  min-height: 142px;
  padding: 24px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  display: grid;
  align-content: start;
  gap: 7px;
}

.location-compact-facts article:nth-child(2n) {
  border-right: 0;
}

.location-compact-facts article:nth-last-child(-n+2) {
  border-bottom: 0;
}

.location-compact-facts span {
  color: var(--vc-muted);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.location-compact-facts strong {
  color: var(--vc-ink);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -.03em;
}

.location-compact-facts p {
  color: var(--vc-muted);
  font-size: .9rem;
  line-height: 1.5;
}

.google-map-card {
  position: relative;
  min-height: 420px;
  display: grid;
}

.google-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  filter: saturate(.86) contrast(.98);
}

.google-map-note {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(232, 223, 211, .9);
  color: var(--vc-muted);
  font-size: .82rem;
  line-height: 1.45;
  backdrop-filter: blur(10px);
}

.google-map-note strong {
  color: var(--vc-ink);
  font-weight: 500;
}

@media (max-width: 1020px) {
  .location-compact-layout {
    grid-template-columns: 1fr;
  }

  .google-map-card,
  .google-map-card iframe {
    min-height: 390px;
  }
}

@media (max-width: 720px) {
  .location-section-compact {
    padding: 70px 0 76px !important;
  }

  .location-compact-facts {
    grid-template-columns: 1fr;
  }

  .location-compact-facts article,
  .location-compact-facts article:nth-child(2n),
  .location-compact-facts article:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
    min-height: auto;
  }

  .location-compact-facts article:last-child {
    border-bottom: 0;
  }

  .location-info-intro {
    padding: 24px;
  }

  .google-map-card,
  .google-map-card iframe {
    min-height: 340px;
  }

  .google-map-note {
    position: static;
    margin: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    background: var(--vc-surface);
  }
}


/* =========================================================
   Sprint 04c · External Google Maps link
   ========================================================= */

.location-map-link {
  margin-top: 18px;
  display: inline-flex;
}


/* =========================================================
   Sprint 05 · Trust, Reviews + Host
   ========================================================= */

.trust-section {
  padding: 98px 0 106px;
  background: var(--vc-surface-soft);
  border-bottom: 1px solid var(--vc-border);
}

.trust-heading {
  display: grid;
  grid-template-columns: .96fr 1.04fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  margin-bottom: 38px;
}

.trust-heading .lead {
  max-width: 680px;
}

.trust-layout {
  display: grid;
  grid-template-columns: 1.16fr .84fr;
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.reviews-card,
.host-card,
.booking-trust-card {
  background: var(--vc-surface);
}

.reviews-card {
  grid-row: span 2;
  padding: clamp(30px, 4vw, 46px);
  display: grid;
  align-content: start;
  gap: 24px;
}

.reviews-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.google-label {
  color: var(--vc-muted);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.stars {
  color: var(--vc-green);
  font-size: 1rem;
  letter-spacing: .08em;
}

.reviews-card h3 {
  max-width: 680px;
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 500;
}

.reviews-card p {
  max-width: 690px;
  color: var(--vc-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.review-placeholder-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--vc-border);
  background: var(--vc-surface-soft);
}

.review-placeholder-list div {
  padding: 20px;
  border-right: 1px solid var(--vc-border);
  display: grid;
  gap: 8px;
}

.review-placeholder-list div:last-child {
  border-right: 0;
}

.review-placeholder-list strong {
  font-size: 1rem;
  font-weight: 500;
  color: var(--vc-ink);
}

.review-placeholder-list span {
  color: var(--vc-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.reviews-link {
  justify-self: start;
  margin-top: 4px;
}

.host-card {
  padding: 30px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--vc-border);
}

.host-avatar {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0,168,134,.32);
  color: var(--vc-green);
  background: rgba(0,168,134,.06);
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 500;
  border-radius: 50%;
}

.host-card h3,
.booking-trust-card h3 {
  margin-top: 8px;
  font-size: 1.45rem;
  font-weight: 500;
  letter-spacing: -.035em;
}

.host-card p {
  margin-top: 12px;
  color: var(--vc-muted);
  font-size: .95rem;
  line-height: 1.7;
}

.host-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.host-meta span {
  padding: 7px 9px;
  border: 1px solid var(--vc-border);
  color: var(--vc-muted);
  font-size: .75rem;
  letter-spacing: .04em;
}

.booking-trust-card {
  padding: 30px;
}

.booking-trust-list {
  margin-top: 22px;
  display: grid;
  gap: 18px;
}

.booking-trust-list div {
  display: grid;
  gap: 5px;
  padding-top: 18px;
  border-top: 1px solid var(--vc-border);
}

.booking-trust-list div:first-child {
  padding-top: 0;
  border-top: 0;
}

.booking-trust-list strong {
  color: var(--vc-ink);
  font-size: .98rem;
  font-weight: 500;
}

.booking-trust-list span {
  color: var(--vc-muted);
  font-size: .9rem;
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .trust-heading,
  .trust-layout {
    grid-template-columns: 1fr;
  }

  .reviews-card {
    grid-row: auto;
  }

  .host-card {
    border-bottom: 1px solid var(--vc-border);
  }
}

@media (max-width: 720px) {
  .trust-section {
    padding: 76px 0 82px;
  }

  .reviews-card,
  .host-card,
  .booking-trust-card {
    padding: 24px;
  }

  .reviews-card-top {
    align-items: start;
    flex-direction: column;
  }

  .review-placeholder-list {
    grid-template-columns: 1fr;
  }

  .review-placeholder-list div {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
  }

  .review-placeholder-list div:last-child {
    border-bottom: 0;
  }

  .host-card {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Sprint 05b · Common Ninja-ready review section
   ========================================================= */

.trust-widget-section {
  padding: 96px 0 104px;
  background: var(--vc-surface-soft);
  border-bottom: 1px solid var(--vc-border);
}

.trust-widget-heading {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: end;
  margin-bottom: 38px;
}

.trust-widget-heading .lead {
  max-width: 680px;
}

.trust-widget-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, .72fr);
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.common-ninja-panel,
.trust-side-panel {
  background: var(--vc-surface);
}

.common-ninja-panel {
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  gap: 24px;
}

.common-ninja-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--vc-muted);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.common-ninja-pill {
  color: var(--vc-green);
  border: 1px solid rgba(0,168,134,.28);
  background: rgba(0,168,134,.06);
  padding: 8px 10px;
  letter-spacing: .1em;
}

.common-ninja-widget-shell {
  border: 1px solid var(--vc-border);
  background: var(--vc-surface-soft);
  min-height: 380px;
  display: grid;
}

.common-ninja-live-slot {
  min-height: 380px;
  display: grid;
}

.widget-preview {
  padding: clamp(24px, 3vw, 34px);
  display: grid;
  gap: 24px;
  align-content: center;
}

.widget-preview-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
}

.widget-preview-header strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 2.9rem);
  line-height: 1.04;
  letter-spacing: -.055em;
  font-weight: 500;
}

.widget-preview-header span {
  display: block;
  margin-top: 8px;
  color: var(--vc-muted);
  font-size: .92rem;
}

.widget-stars {
  color: var(--vc-green);
  letter-spacing: .08em;
  white-space: nowrap;
}

.widget-preview-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.widget-preview-card {
  min-height: 150px;
  padding: 20px;
  background: var(--vc-surface);
  border: 1px solid var(--vc-border);
  display: grid;
  align-content: start;
  gap: 12px;
}

.widget-preview-card span {
  color: var(--vc-green);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.widget-preview-card p {
  color: var(--vc-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.common-ninja-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.common-ninja-actions p {
  max-width: 440px;
  color: var(--vc-muted);
  font-size: .88rem;
  line-height: 1.55;
}

.trust-side-panel {
  display: grid;
  grid-template-rows: auto 1fr;
}

.trust-mini-card {
  padding: 30px;
  border-bottom: 1px solid var(--vc-border);
}

.trust-mini-card:last-child {
  border-bottom: 0;
}

.host-mini-top {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: center;
}

.trust-mini-card h3 {
  margin-top: 8px;
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.trust-mini-card p {
  margin-top: 16px;
  color: var(--vc-muted);
  font-size: .94rem;
  line-height: 1.68;
}

.booking-mini-card ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.booking-mini-card li {
  display: grid;
  gap: 5px;
  padding-top: 16px;
  border-top: 1px solid var(--vc-border);
}

.booking-mini-card li:first-child {
  padding-top: 0;
  border-top: 0;
}

.booking-mini-card strong {
  color: var(--vc-ink);
  font-size: .95rem;
  font-weight: 500;
}

.booking-mini-card span {
  color: var(--vc-muted);
  font-size: .88rem;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .trust-widget-heading,
  .trust-widget-grid {
    grid-template-columns: 1fr;
  }

  .trust-side-panel {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .trust-mini-card {
    border-bottom: 0;
    border-right: 1px solid var(--vc-border);
  }

  .trust-mini-card:last-child {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .trust-widget-section {
    padding: 76px 0 82px;
  }

  .common-ninja-panel,
  .trust-mini-card {
    padding: 24px;
  }

  .common-ninja-topline,
  .widget-preview-header,
  .common-ninja-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .widget-preview-body,
  .trust-side-panel {
    grid-template-columns: 1fr;
  }

  .trust-mini-card,
  .trust-mini-card:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
  }

  .trust-mini-card:last-child {
    border-bottom: 0;
  }

  .common-ninja-widget-shell,
  .common-ninja-live-slot {
    min-height: 320px;
  }
}


/* =========================================================
   Sprint 06 · Booking inquiry
   ========================================================= */

.booking-inquiry-section {
  padding: 102px 0 110px;
  background: var(--vc-surface);
  border-bottom: 1px solid var(--vc-border);
}

.booking-inquiry-layout {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.booking-inquiry-copy,
.booking-inquiry-form {
  background: var(--vc-surface-soft);
}

.booking-inquiry-copy {
  padding: clamp(30px, 4vw, 48px);
  display: grid;
  align-content: start;
  gap: 24px;
}

.booking-inquiry-copy h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.07em;
  font-weight: 500;
}

.booking-inquiry-copy .lead {
  max-width: 560px;
}

.booking-inquiry-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
  margin-top: 10px;
}

.booking-inquiry-notes div {
  min-height: 112px;
  padding: 20px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  display: grid;
  gap: 10px;
  align-content: start;
}

.booking-inquiry-notes div:nth-child(2n) {
  border-right: 0;
}

.booking-inquiry-notes div:nth-last-child(-n+2) {
  border-bottom: 0;
}

.booking-inquiry-notes span {
  color: var(--vc-muted);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.booking-inquiry-notes strong {
  color: var(--vc-ink);
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.booking-inquiry-smallprint {
  color: var(--vc-muted);
  font-size: .92rem;
  line-height: 1.65;
}

.booking-inquiry-form {
  padding: clamp(28px, 4vw, 44px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.booking-inquiry-form label {
  display: grid;
  gap: 9px;
}

.booking-inquiry-form label span {
  color: var(--vc-muted);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.booking-inquiry-form input,
.booking-inquiry-form select,
.booking-inquiry-form textarea {
  width: 100%;
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
  color: var(--vc-ink);
  font-family: inherit;
  font-size: .98rem;
  padding: 14px 14px;
  outline: none;
  border-radius: 0;
}

.booking-inquiry-form textarea {
  resize: vertical;
  min-height: 136px;
}

.booking-inquiry-form input:focus,
.booking-inquiry-form select:focus,
.booking-inquiry-form textarea:focus {
  border-color: rgba(0,168,134,.55);
  box-shadow: 0 0 0 3px rgba(0,168,134,.09);
}

.form-full {
  grid-column: 1 / -1;
}

.privacy-check {
  margin-top: 22px;
  display: grid !important;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 12px !important;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--vc-green);
}

.privacy-check span {
  color: var(--vc-muted) !important;
  font-size: .86rem !important;
  line-height: 1.55;
  letter-spacing: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.booking-submit {
  margin-top: 24px;
  width: 100%;
  justify-content: center;
}

.form-status {
  min-height: 22px;
  margin-top: 16px;
  color: var(--vc-green);
  font-size: .92rem;
  line-height: 1.5;
}

.form-dev-note {
  margin-top: 12px;
  color: var(--vc-muted);
  font-size: .82rem;
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .booking-inquiry-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .booking-inquiry-section {
    padding: 76px 0 82px;
  }

  .booking-inquiry-copy,
  .booking-inquiry-form {
    padding: 24px;
  }

  .booking-inquiry-notes,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .booking-inquiry-notes div,
  .booking-inquiry-notes div:nth-child(2n),
  .booking-inquiry-notes div:nth-last-child(-n+2) {
    border-right: 0;
    border-bottom: 1px solid var(--vc-border);
  }

  .booking-inquiry-notes div:last-child {
    border-bottom: 0;
  }
}


/* =========================================================
   Sprint 06b · Pricing + iCal-ready availability
   ========================================================= */

.booking-strip-priced {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.booking-estimate-field small {
  display: block;
  margin-top: 5px;
  color: var(--vc-muted);
  font-size: .76rem;
  line-height: 1.35;
}

.top-rate-calendar {
  padding: 18px 0 0;
  background: var(--vc-bg);
}

.top-rate-calendar-inner {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.top-rate-copy,
.rate-calendar-card {
  background: var(--vc-surface);
}

.top-rate-copy {
  padding: 24px;
}

.top-rate-copy h2 {
  margin-top: 8px;
  font-size: clamp(1.4rem, 2.2vw, 2.1rem);
  line-height: 1.08;
  letter-spacing: -.045em;
  font-weight: 500;
}

.top-rate-copy p {
  margin-top: 12px;
  color: var(--vc-muted);
  font-size: .92rem;
  line-height: 1.62;
}

.rate-calendar-head {
  padding: 18px 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--vc-border);
}

.rate-calendar-head span {
  color: var(--vc-muted);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.rate-calendar-head strong {
  color: var(--vc-green);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rate-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.rate-day {
  min-height: 108px;
  padding: 14px 12px;
  border-right: 1px solid var(--vc-border);
  display: grid;
  align-content: start;
  gap: 6px;
}

.rate-day:last-child {
  border-right: 0;
}

.rate-day span {
  color: var(--vc-muted);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rate-day strong {
  color: var(--vc-ink);
  font-size: 1.04rem;
  font-weight: 500;
}

.rate-day em {
  color: var(--vc-green);
  font-style: normal;
  font-size: .74rem;
}

.rate-day.is-selected {
  background: rgba(0,168,134,.055);
}

.rate-day.is-blocked {
  background: rgba(34,29,25,.035);
}

.rate-day.is-blocked strong,
.rate-day.is-blocked em {
  color: var(--vc-muted);
}

.booking-price-panel,
.ical-sync-note,
.price-estimate-card {
  border: 1px solid var(--vc-border);
  background: var(--vc-surface);
}

.booking-price-panel {
  margin-top: 4px;
}

.booking-price-head {
  padding: 18px 20px;
  border-bottom: 1px solid var(--vc-border);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.booking-price-head span,
.ical-sync-note span {
  color: var(--vc-muted);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.booking-price-head strong {
  color: var(--vc-ink);
  font-size: 1.2rem;
  font-weight: 500;
}

.booking-price-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-price-panel li {
  padding: 13px 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--vc-border);
}

.booking-price-panel li:last-child {
  border-bottom: 0;
}

.booking-price-panel li span {
  color: var(--vc-muted);
  font-size: .92rem;
}

.booking-price-panel li strong {
  color: var(--vc-ink);
  font-size: .96rem;
  font-weight: 500;
}

.ical-sync-note {
  padding: 18px 20px;
}

.ical-sync-note strong {
  display: block;
  margin-top: 8px;
  color: var(--vc-ink);
  font-size: 1.05rem;
  font-weight: 500;
}

.ical-sync-note p {
  margin-top: 8px;
  color: var(--vc-muted);
  font-size: .9rem;
  line-height: 1.55;
}

.price-estimate-card {
  margin-top: 22px;
  padding: 0;
}

.price-estimate-row,
.price-estimate-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 18px;
  border-bottom: 1px solid var(--vc-border);
}

.price-estimate-row span,
.price-estimate-total span {
  color: var(--vc-muted);
  font-size: .9rem;
}

.price-estimate-row strong {
  color: var(--vc-ink);
  font-size: .96rem;
  font-weight: 500;
}

.price-estimate-total {
  background: var(--vc-surface-soft);
}

.price-estimate-total strong {
  color: var(--vc-ink);
  font-size: 1.22rem;
  font-weight: 500;
}

.price-estimate-card p {
  padding: 14px 18px 16px;
  color: var(--vc-muted);
  font-size: .82rem;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .booking-strip-priced {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-strip-priced .btn {
    grid-column: 1 / -1;
  }

  .top-rate-calendar-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .rate-calendar-head,
  .booking-price-head,
  .booking-price-panel li,
  .price-estimate-row,
  .price-estimate-total {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .rate-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rate-day {
    border-bottom: 1px solid var(--vc-border);
  }

  .rate-day:nth-child(2n) {
    border-right: 0;
  }
}


/* =========================================================
   Sprint 06c · Large monthly calendar + editable seasons
   ========================================================= */

.availability-calendar-section {
  padding: 56px 0 92px;
  background: var(--vc-bg);
  border-bottom: 1px solid var(--vc-border);
}

.availability-calendar-heading {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
  margin-bottom: 28px;
}

.availability-calendar-heading h2 {
  font-size: clamp(2.1rem, 4.2vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.065em;
  font-weight: 500;
}

.availability-calendar-heading .lead {
  max-width: 700px;
}

.season-pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
  margin-bottom: 22px;
}

.season-pricing-cards article {
  background: var(--vc-surface);
  padding: 20px;
  min-height: 138px;
  display: grid;
  align-content: start;
  gap: 9px;
}

.season-pricing-cards span,
.large-calendar-toolbar span,
.selection-panel-head span,
.selection-price-summary span {
  color: var(--vc-muted);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.season-pricing-cards strong {
  color: var(--vc-ink);
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: -.025em;
}

.season-pricing-cards p {
  color: var(--vc-muted);
  font-size: .88rem;
  line-height: 1.5;
}

.large-calendar-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, .66fr);
  gap: 1px;
  background: var(--vc-border);
  border: 1px solid var(--vc-border);
}

.large-calendar-card,
.calendar-selection-panel {
  background: var(--vc-surface);
}

.large-calendar-toolbar {
  min-height: 78px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--vc-border);
}

.large-calendar-toolbar div {
  text-align: center;
}

.large-calendar-toolbar strong {
  display: block;
  margin-top: 6px;
  color: var(--vc-ink);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
  letter-spacing: -.04em;
}

.calendar-nav-button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--vc-border);
  background: var(--vc-surface-soft);
  color: var(--vc-ink);
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.calendar-nav-button:hover {
  border-color: rgba(0,168,134,.36);
  color: var(--vc-green);
}

.calendar-weekdays,
.large-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.calendar-weekdays {
  border-bottom: 1px solid var(--vc-border);
  background: var(--vc-surface-soft);
}

.calendar-weekdays span {
  padding: 12px 10px;
  color: var(--vc-muted);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid var(--vc-border);
}

.calendar-weekdays span:last-child {
  border-right: 0;
}

.large-calendar-day {
  position: relative;
  min-height: 116px;
  padding: 12px;
  border-right: 1px solid var(--vc-border);
  border-bottom: 1px solid var(--vc-border);
  background: var(--vc-surface);
  display: grid;
  align-content: start;
  gap: 8px;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
}

.large-calendar-day:nth-child(7n) {
  border-right: 0;
}

.large-calendar-day.is-empty {
  cursor: default;
  background: rgba(34,29,25,.025);
}

.large-calendar-day:not(.is-empty):not(.is-blocked):hover {
  background: rgba(0,168,134,.045);
}

.large-calendar-day.is-selected,
.large-calendar-day.is-range {
  background: rgba(0,168,134,.075);
}

.large-calendar-day.is-start,
.large-calendar-day.is-end {
  box-shadow: inset 0 0 0 2px rgba(0,168,134,.5);
}

.large-calendar-day.is-blocked {
  cursor: not-allowed;
  background: rgba(34,29,25,.045);
  color: var(--vc-muted);
}

.large-calendar-day .day-number {
  color: var(--vc-ink);
  font-size: .92rem;
  font-weight: 500;
}

.large-calendar-day .day-price {
  color: var(--vc-green);
  font-size: 1.02rem;
  font-weight: 500;
}

.large-calendar-day .day-status {
  color: var(--vc-muted);
  font-size: .72rem;
  line-height: 1.35;
}

.large-calendar-day.is-blocked .day-price,
.large-calendar-day.is-blocked .day-status {
  color: var(--vc-muted);
}

.calendar-legend {
  padding: 14px 18px;
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  border-top: 1px solid var(--vc-border);
  color: var(--vc-muted);
  font-size: .82rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
}

.legend-dot.free {
  background: var(--vc-green);
}

.legend-dot.selected {
  background: rgba(0,168,134,.32);
  box-shadow: inset 0 0 0 1px var(--vc-green);
}

.legend-dot.blocked {
  background: rgba(34,29,25,.22);
}

.calendar-selection-panel {
  padding: 0;
  display: grid;
  align-content: start;
}

.selection-panel-head {
  padding: 28px;
  border-bottom: 1px solid var(--vc-border);
}

.selection-panel-head strong {
  display: block;
  margin-top: 10px;
  color: var(--vc-ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1.1;
}

.selection-panel-head p {
  margin-top: 12px;
  color: var(--vc-muted);
  font-size: .92rem;
  line-height: 1.6;
}

.selection-price-summary {
  border-bottom: 1px solid var(--vc-border);
}

.selection-price-summary > div {
  padding: 15px 28px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--vc-border);
}

.selection-price-summary > div:last-child {
  border-bottom: 0;
}

.selection-price-summary strong {
  color: var(--vc-ink);
  font-size: .98rem;
  font-weight: 500;
  text-align: right;
}

.selection-price-summary .selection-total {
  background: var(--vc-surface-soft);
}

.selection-price-summary .selection-total strong {
  font-size: 1.32rem;
  letter-spacing: -.025em;
}

.calendar-cta {
  margin: 28px;
  justify-content: center;
}

.calendar-tech-note {
  margin: 0 28px 28px;
  color: var(--vc-muted);
  font-size: .82rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .availability-calendar-heading,
  .large-calendar-layout {
    grid-template-columns: 1fr;
  }

  .season-pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .availability-calendar-section {
    padding: 44px 0 76px;
  }

  .season-pricing-cards {
    grid-template-columns: 1fr;
  }

  .large-calendar-toolbar {
    grid-template-columns: 42px 1fr 42px;
  }

  .calendar-nav-button {
    width: 42px;
    height: 42px;
  }

  .calendar-weekdays span {
    font-size: .58rem;
    padding: 10px 3px;
  }

  .large-calendar-day {
    min-height: 86px;
    padding: 8px;
    gap: 5px;
  }

  .large-calendar-day .day-number {
    font-size: .78rem;
  }

  .large-calendar-day .day-price {
    font-size: .82rem;
  }

  .large-calendar-day .day-status {
    font-size: .62rem;
  }

  .selection-price-summary > div {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  .selection-price-summary strong {
    text-align: left;
  }
}


/* =========================================================
   Sprint 06d · Booking-integrated softer calendar
   ========================================================= */

.booking-calendar-block {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 34px;
  border: 1px solid rgba(232, 223, 211, .72);
  background: var(--vc-surface-soft);
}

.booking-calendar-heading {
  padding: clamp(24px, 4vw, 36px);
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  border-bottom: 1px solid rgba(232, 223, 211, .64);
}

.booking-calendar-heading h3 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3.4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 500;
}

.booking-calendar-heading p {
  max-width: 640px;
  color: var(--vc-muted);
  font-size: .98rem;
  line-height: 1.7;
}

.booking-calendar-layout {
  border: 0 !important;
  background: rgba(232, 223, 211, .58) !important;
}

.booking-calendar-block .large-calendar-card,
.booking-calendar-block .calendar-selection-panel {
  background: var(--vc-surface) !important;
}

.booking-calendar-block .large-calendar-toolbar {
  min-height: 70px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(232, 223, 211, .62);
}

.booking-calendar-block .large-calendar-toolbar strong {
  font-size: clamp(1.2rem, 2vw, 1.72rem);
}

.booking-calendar-block .calendar-nav-button {
  width: 42px;
  height: 42px;
  border-color: rgba(232, 223, 211, .8);
  background: transparent;
  font-size: 1.55rem;
}

.booking-calendar-block .calendar-weekdays {
  background: rgba(248, 244, 237, .72);
  border-bottom: 1px solid rgba(232, 223, 211, .6);
}

.booking-calendar-block .calendar-weekdays span {
  padding: 11px 8px;
  border-right: 1px solid rgba(232, 223, 211, .52);
  color: rgba(106, 98, 89, .78);
}

.booking-calendar-block .large-calendar-day {
  min-height: 102px;
  padding: 11px;
  border-right: 1px solid rgba(232, 223, 211, .48);
  border-bottom: 1px solid rgba(232, 223, 211, .48);
  background: var(--vc-surface);
  gap: 6px;
}

.booking-calendar-block .large-calendar-day:not(.is-empty):not(.is-blocked):hover {
  background: rgba(0,168,134,.032);
}

.booking-calendar-block .large-calendar-day.is-selected,
.booking-calendar-block .large-calendar-day.is-range {
  background: rgba(0,168,134,.055);
}

.booking-calendar-block .large-calendar-day.is-start,
.booking-calendar-block .large-calendar-day.is-end {
  box-shadow: inset 0 0 0 1.5px rgba(0,168,134,.42);
}

.booking-calendar-block .large-calendar-day.is-blocked {
  background: rgba(34,29,25,.028);
}

.booking-calendar-block .large-calendar-day .day-number {
  color: var(--vc-ink);
  font-size: .86rem;
}

.booking-calendar-block .large-calendar-day .day-price {
  color: rgba(106, 98, 89, .92);
  font-size: .86rem;
  font-weight: 500;
}

.booking-calendar-block .large-calendar-day .day-status {
  color: rgba(106, 98, 89, .64);
  font-size: .68rem;
}

.booking-calendar-block .large-calendar-day.is-blocked .day-price,
.booking-calendar-block .large-calendar-day.is-blocked .day-status,
.booking-calendar-block .large-calendar-day.is-empty .day-price,
.booking-calendar-block .large-calendar-day.is-empty .day-status {
  color: rgba(106, 98, 89, .45);
}

.booking-calendar-block .calendar-legend {
  padding: 13px 18px;
  border-top: 1px solid rgba(232, 223, 211, .58);
  color: rgba(106, 98, 89, .72);
}

.booking-calendar-block .legend-dot.free {
  background: rgba(0,168,134,.48);
}

.booking-calendar-block .legend-dot.selected {
  background: rgba(0,168,134,.18);
  box-shadow: inset 0 0 0 1px rgba(0,168,134,.44);
}

.booking-calendar-block .legend-dot.blocked {
  background: rgba(106, 98, 89, .24);
}

.booking-calendar-block .selection-panel-head,
.booking-calendar-block .selection-price-summary,
.booking-calendar-block .selection-price-summary > div {
  border-color: rgba(232, 223, 211, .58);
}

.booking-calendar-block .selection-panel-head {
  padding: 24px;
}

.booking-calendar-block .selection-price-summary > div {
  padding: 13px 24px;
}

.booking-calendar-block .selection-price-summary .selection-total {
  background: rgba(248, 244, 237, .76);
}

.booking-calendar-block .calendar-cta {
  margin: 24px;
}

.booking-calendar-block .calendar-tech-note {
  margin: 0 24px 24px;
}

.booking-price-panel-compact .booking-price-head strong {
  font-size: 1rem;
  color: var(--vc-muted);
}

@media (max-width: 1080px) {
  .booking-calendar-heading,
  .booking-calendar-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .booking-calendar-block {
    width: min(100% - 28px, 1180px);
    margin-bottom: 26px;
  }

  .booking-calendar-heading {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .booking-calendar-block .large-calendar-day {
    min-height: 82px;
    padding: 7px;
  }

  .booking-calendar-block .large-calendar-day .day-price {
    font-size: .74rem;
  }

  .booking-calendar-block .large-calendar-day .day-status {
    font-size: .6rem;
  }
}


/* =========================================================
   Sprint 06e · Unified booking flow
   ========================================================= */

.booking-strip-compact {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.booking-unified-section {
  padding: 96px 0 108px;
  background: var(--vc-surface);
  border-bottom: 1px solid var(--vc-border);
}

.booking-unified-heading {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(32px, 6vw, 86px);
  align-items: end;
  margin-bottom: 34px;
}

.booking-unified-heading h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: .96;
  letter-spacing: -.07em;
  font-weight: 500;
}

.booking-unified-heading .lead {
  max-width: 720px;
}

.booking-unified-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  gap: 1px;
  background: rgba(232, 223, 211, .58);
  border: 1px solid rgba(232, 223, 211, .72);
}

.booking-calendar-pane,
.booking-unified-form {
  background: var(--vc-surface-soft);
}

.booking-calendar-pane {
  display: grid;
  align-content: start;
}

.booking-calendar-heading-compact {
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border-bottom: 1px solid rgba(232, 223, 211, .58);
}

.booking-calendar-heading-compact h3 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 1;
  letter-spacing: -.06em;
  font-weight: 500;
}

.booking-calendar-heading-compact p {
  color: var(--vc-muted);
  font-size: .94rem;
  line-height: 1.65;
}

.booking-calendar-pane .large-calendar-card {
  border: 0;
  background: var(--vc-surface);
}

.booking-calendar-pane .large-calendar-toolbar {
  min-height: 66px;
  padding: 15px 18px;
  border-bottom: 1px solid rgba(232, 223, 211, .54);
}

.booking-calendar-pane .large-calendar-toolbar strong {
  font-size: clamp(1.14rem, 1.8vw, 1.58rem);
}

.booking-calendar-pane .calendar-nav-button {
  width: 40px;
  height: 40px;
  border-color: rgba(232, 223, 211, .76);
  background: transparent;
  font-size: 1.45rem;
}

.booking-calendar-pane .calendar-weekdays {
  background: rgba(248, 244, 237, .72);
  border-bottom: 1px solid rgba(232, 223, 211, .54);
}

.booking-calendar-pane .calendar-weekdays span {
  padding: 10px 6px;
  border-right: 1px solid rgba(232, 223, 211, .44);
  color: rgba(106, 98, 89, .76);
}

.booking-calendar-pane .large-calendar-day {
  min-height: 92px;
  padding: 9px;
  border-right: 1px solid rgba(232, 223, 211, .42);
  border-bottom: 1px solid rgba(232, 223, 211, .42);
  background: var(--vc-surface);
  gap: 5px;
}

.booking-calendar-pane .large-calendar-day .day-number {
  font-size: .82rem;
}

.booking-calendar-pane .large-calendar-day .day-price {
  color: rgba(106, 98, 89, .9);
  font-size: .8rem;
  font-weight: 500;
}

.booking-calendar-pane .large-calendar-day .day-status {
  color: rgba(106, 98, 89, .58);
  font-size: .63rem;
}

.booking-calendar-pane .large-calendar-day:not(.is-empty):not(.is-blocked):hover {
  background: rgba(0,168,134,.03);
}

.booking-calendar-pane .large-calendar-day.is-selected,
.booking-calendar-pane .large-calendar-day.is-range {
  background: rgba(0,168,134,.052);
}

.booking-calendar-pane .large-calendar-day.is-start,
.booking-calendar-pane .large-calendar-day.is-end {
  box-shadow: inset 0 0 0 1.5px rgba(0,168,134,.42);
}

.booking-calendar-pane .large-calendar-day.is-blocked {
  background: rgba(34,29,25,.028);
}

.booking-calendar-pane .large-calendar-day.is-blocked .day-price,
.booking-calendar-pane .large-calendar-day.is-blocked .day-status {
  color: rgba(106, 98, 89, .42);
}

.booking-calendar-pane .calendar-legend {
  padding: 12px 16px;
  border-top: 1px solid rgba(232, 223, 211, .52);
  color: rgba(106, 98, 89, .68);
}

.booking-unified-form {
  padding: 0;
}

.booking-form-summary {
  background: var(--vc-surface);
  border-bottom: 1px solid rgba(232, 223, 211, .58);
}

.booking-form-summary .selection-panel-head {
  padding: 24px;
  border-bottom: 1px solid rgba(232, 223, 211, .58);
}

.booking-form-summary .selection-price-summary > div {
  padding: 12px 24px;
  border-color: rgba(232, 223, 211, .52);
}

.booking-form-summary .selection-price-summary .selection-total {
  background: rgba(248, 244, 237, .72);
}

.booking-quick-rules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid rgba(232, 223, 211, .58);
  background: var(--vc-surface-soft);
}

.booking-quick-rules div {
  padding: 16px;
  border-right: 1px solid rgba(232, 223, 211, .52);
  display: grid;
  gap: 6px;
}

.booking-quick-rules div:last-child {
  border-right: 0;
}

.booking-quick-rules span {
  color: var(--vc-muted);
  font-size: .6rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.booking-quick-rules strong {
  color: var(--vc-ink);
  font-size: .9rem;
  font-weight: 500;
}

.booking-unified-form .form-grid {
  padding: 24px;
}

.form-grid-unified {
  gap: 16px;
}

.booking-unified-form .privacy-check,
.booking-unified-form .booking-submit,
.booking-unified-form .form-status,
.booking-unified-form .form-dev-note {
  margin-left: 24px;
  margin-right: 24px;
}

.booking-unified-form .booking-submit {
  width: calc(100% - 48px);
}

.booking-unified-form .form-dev-note {
  margin-bottom: 24px;
}

@media (max-width: 1100px) {
  .booking-unified-heading,
  .booking-unified-card {
    grid-template-columns: 1fr;
  }

  .booking-strip-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .booking-strip-compact .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .booking-unified-section {
    padding: 76px 0 82px;
  }

  .booking-unified-heading {
    grid-template-columns: 1fr;
  }

  .booking-quick-rules {
    grid-template-columns: 1fr;
  }

  .booking-quick-rules div {
    border-right: 0;
    border-bottom: 1px solid rgba(232, 223, 211, .52);
  }

  .booking-quick-rules div:last-child {
    border-bottom: 0;
  }

  .booking-calendar-pane .large-calendar-day {
    min-height: 78px;
    padding: 7px;
  }

  .booking-calendar-pane .large-calendar-day .day-price {
    font-size: .7rem;
  }

  .booking-calendar-pane .large-calendar-day .day-status {
    font-size: .58rem;
  }

  .booking-unified-form .form-grid {
    padding: 22px;
  }

  .booking-unified-form .privacy-check,
  .booking-unified-form .booking-submit,
  .booking-unified-form .form-status,
  .booking-unified-form .form-dev-note {
    margin-left: 22px;
    margin-right: 22px;
  }

  .booking-unified-form .booking-submit {
    width: calc(100% - 44px);
  }
}


/* =========================================================
   Sprint 06f · Amount-focused calendar days
   ========================================================= */

.booking-calendar-pane .large-calendar-day {
  align-content: start;
}

.booking-calendar-pane .large-calendar-day .day-price {
  margin-top: 4px;
  color: rgba(106, 98, 89, .82);
  font-size: .82rem;
}

.booking-calendar-pane .large-calendar-day:not(.is-blocked) .day-status {
  display: none;
}

.booking-calendar-pane .large-calendar-day.is-blocked .day-status {
  display: block;
  margin-top: 2px;
  color: rgba(106, 98, 89, .48);
}


/* =========================================================
   Sprint 07 · FAQ accordion
   ========================================================= */

.faq-section {
  padding: 96px 0 106px;
  background: var(--vc-surface-soft);
  border-bottom: 1px solid var(--vc-border);
}

.faq-layout {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}

.faq-copy {
  position: sticky;
  top: 110px;
}

.faq-copy h2 {
  margin-top: 12px;
  font-size: clamp(2.3rem, 4.7vw, 4.9rem);
  line-height: .96;
  letter-spacing: -.07em;
  font-weight: 500;
}

.faq-copy .lead {
  margin-top: 22px;
  max-width: 520px;
}

.faq-list {
  border: 1px solid rgba(232, 223, 211, .76);
  background: var(--vc-surface);
}

.faq-item {
  border-bottom: 1px solid rgba(232, 223, 211, .72);
}

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: 1fr 28px;
  gap: 22px;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary span {
  color: var(--vc-ink);
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: 1.25;
}

.faq-item summary i {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(232, 223, 211, .9);
  background: var(--vc-surface-soft);
}

.faq-item summary i::before,
.faq-item summary i::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 50%;
  height: 1px;
  background: rgba(34, 29, 25, .72);
  transform: translateY(-50%);
}

.faq-item summary i::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary i::after {
  opacity: 0;
}

.faq-answer {
  padding: 0 26px 26px;
  margin-top: -5px;
}

.faq-answer p {
  max-width: 760px;
  color: var(--vc-muted);
  font-size: .98rem;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .faq-copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .faq-section {
    padding: 76px 0 82px;
  }

  .faq-item summary {
    padding: 20px;
    grid-template-columns: 1fr 26px;
  }

  .faq-answer {
    padding: 0 20px 22px;
  }
}


/* =========================================================
   Sprint 08 · Footer
   ========================================================= */

.site-footer {
  background: #201c18;
  color: rgba(255, 255, 255, .88);
}

.footer-top {
  padding: 84px 0 70px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(42px, 7vw, 96px);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.footer-brand {
  max-width: 640px;
}

.footer-brand .kicker {
  color: rgba(255, 255, 255, .56);
}

.footer-brand h2 {
  margin-top: 14px;
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  line-height: .94;
  letter-spacing: -.075em;
  font-weight: 500;
}

.footer-brand p {
  margin-top: 24px;
  max-width: 560px;
  color: rgba(255, 255, 255, .62);
  font-size: 1rem;
  line-height: 1.72;
}

.footer-cta {
  margin-top: 30px;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .12);
}

.footer-col {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, .03);
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer-col h3 {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, .92);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-col a {
  color: rgba(255, 255, 255, .62);
  text-decoration: none;
  font-size: .92rem;
  line-height: 1.45;
  transition: color .2s ease;
  overflow-wrap: anywhere;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  padding: 24px 0 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.footer-language,
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-language span {
  color: rgba(255, 255, 255, .42);
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.footer-language a,
.footer-legal a,
.footer-copy {
  color: rgba(255, 255, 255, .52);
  text-decoration: none;
  font-size: .82rem;
}

.footer-language a[aria-current="true"] {
  color: #fff;
}

.footer-legal {
  justify-content: center;
}

.footer-legal a:hover,
.footer-language a:hover {
  color: #fff;
}

.footer-copy {
  justify-self: end;
  margin: 0;
}

@media (max-width: 1080px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-legal {
    justify-content: flex-start;
  }

  .footer-copy {
    justify-self: start;
  }
}

@media (max-width: 680px) {
  .footer-top {
    padding: 68px 0 54px;
  }

  .footer-columns {
    grid-template-columns: 1fr;
  }

  .footer-col {
    min-height: auto;
  }

  .footer-bottom {
    padding-bottom: 26px;
  }
}


/* =========================================================
   Sprint 10 · Header, Hero & Booking Polish
   ========================================================= */

/* Global CTA shape */
.btn {
  border-radius: 999px;
  min-height: 46px;
  padding: 12px 22px;
  letter-spacing: .085em;
}

.btn::after {
  content: "→";
  display: inline-block;
  margin-left: 2px;
  font-size: 1.05em;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform .18s var(--ease);
}

.btn:hover::after {
  transform: translate(3px, -1px);
}

/* Header / brand architecture */
.logo {
  gap: 12px;
}

.logo-title {
  font-size: clamp(1.18rem, 2.05vw, 1.96rem);
  letter-spacing: -.065em;
  white-space: nowrap;
}

.logo-subtitle {
  font-size: .50rem;
  letter-spacing: .21em;
  white-space: nowrap;
}

.header-main {
  grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
}

.header-actions {
  min-width: 0;
  gap: 14px;
}

.language-switcher {
  white-space: nowrap;
}

/* Hero calmer scale */
.hero {
  padding-top: 76px;
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  padding-bottom: 18px;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: clamp(2.05rem, 3.15vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -.055em;
}

.hero-copy .lead {
  max-width: 710px;
  margin-top: 24px;
}

.hero-media {
  min-height: 560px;
}

.hero-media img {
  filter: saturate(.9) contrast(.98) brightness(.98);
}

.hero-image-credit {
  position: absolute;
  right: 18px;
  top: 16px;
  z-index: 2;
  color: rgba(255,255,255,.82);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0,0,0,.36);
}

/* Booking strip: slimmer, more elegant */
.booking-strip {
  border-radius: 20px;
  overflow: visible;
  align-items: stretch;
}

.booking-strip-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(210px, auto) !important;
}

.booking-field {
  padding: 15px 20px;
  gap: 6px;
  background: var(--vc-surface);
  border-right: 1px solid rgba(232, 223, 211, .82);
}

.booking-field label {
  font-size: .62rem;
  letter-spacing: .16em;
}

.booking-field input,
.booking-field select {
  font-size: .98rem;
}

.booking-strip .btn {
  align-self: center;
  min-height: 52px;
  height: calc(100% - 20px);
  margin: 10px;
  padding-inline: 28px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 14px 28px rgba(0,168,134,.16);
}

.header-availability-cta {
  border-radius: 999px;
}

/* Earlier breakpoint protection: prevent language/logo overlap */
@media (max-width: 1220px) {
  .language-switcher span:nth-of-type(3),
  .language-switcher span:nth-of-type(4) {
    display: none;
  }

  .header-availability-cta {
    min-width: 154px;
  }
}

@media (max-width: 1080px) {
  .header-main {
    grid-template-columns: minmax(112px, 1fr) auto minmax(112px, 1fr);
  }

  .language-switcher {
    display: none;
  }

  .header-availability-cta {
    min-width: 148px;
  }

  .hero-copy h1 {
    font-size: clamp(2.0rem, 4vw, 3.05rem);
  }

  .hero-media {
    min-height: 500px;
  }

  .booking-strip-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .booking-strip-compact .booking-field:nth-of-type(3) {
    grid-column: 1 / -1;
  }

  .booking-strip-compact .btn {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .site-header {
    background: rgba(253,251,248,.96);
  }

  .header-main {
    min-height: 72px;
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
  }

  .menu-button {
    font-size: 0;
    gap: 0;
  }

  .menu-lines {
    width: 22px;
  }

  .logo {
    justify-self: center;
    gap: 8px;
  }

  .logo img {
    width: 38px;
    height: 38px;
  }

  .logo-title {
    font-size: clamp(1rem, 5.5vw, 1.32rem);
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .logo-subtitle {
    display: none;
  }

  .header-actions {
    min-width: 0;
    justify-self: end;
  }

  .header-availability-cta,
  .language-switcher {
    display: none !important;
  }

  .hero {
    padding-top: 48px;
  }

  .hero-copy h1 {
    font-size: clamp(2.0rem, 10.2vw, 3.0rem);
  }

  .hero-copy .lead {
    font-size: 1rem;
  }

  .hero-media {
    min-height: 390px;
  }

  .hero-image-credit {
    right: 14px;
    top: 12px;
    font-size: .56rem;
  }

  .booking-strip {
    width: min(var(--vc-max), calc(100% - 28px));
    margin-top: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 18px;
    overflow: hidden;
  }

  .booking-field {
    min-height: 86px;
    padding: 14px 16px;
    border-right: 1px solid rgba(232, 223, 211, .82);
    border-bottom: 1px solid rgba(232, 223, 211, .82);
  }

  .booking-field:nth-of-type(2n) {
    border-right: 0;
  }

  .booking-field:nth-of-type(3) {
    grid-column: 1 / -1;
    min-height: 78px;
    border-right: 0;
  }

  .booking-field input,
  .booking-field select {
    font-size: .98rem;
  }

  .booking-strip .btn {
    grid-column: 1 / -1;
    width: calc(100% - 24px);
    min-height: 52px;
    height: auto;
    margin: 12px;
    padding-inline: 22px;
  }
}

@media (max-width: 430px) {
  .booking-strip {
    grid-template-columns: 1fr !important;
  }

  .booking-field,
  .booking-field:nth-of-type(2n) {
    grid-column: 1 / -1;
    border-right: 0;
  }
}


/* =========================================================
   Sprint 11 · Full Polish + MVP launch mode
   ========================================================= */

/* Brand / launch navigation */
.logo-title {
  text-transform: none;
  letter-spacing: -.055em;
}
.logo-subtitle {
  letter-spacing: .18em;
}
.nav-row-launch {
  justify-content: center;
  gap: clamp(24px, 5vw, 72px);
}

/* Consistent section rhythm and type scale */
.hero-copy h1,
.gallery-heading h2,
.overview-copy h2,
.amenities-heading h2,
.location-heading h2,
.trust-widget-heading h2,
.booking-unified-heading h2,
.faq-copy h2,
.footer-slim-brand h2 {
  font-size: clamp(1.95rem, 3.05vw, 3.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -.055em !important;
  font-weight: 500 !important;
}

.overview-copy .lead,
.overview-body {
  color: var(--vc-ink) !important;
  font-size: clamp(1.04rem, 1.28vw, 1.22rem) !important;
  line-height: 1.56 !important;
  letter-spacing: -.018em !important;
}
.overview-body {
  margin-top: 20px !important;
}

/* Consistent heading-to-text spacing for comparable sections */
.amenities-heading,
.location-heading,
.trust-widget-heading,
.booking-unified-heading {
  align-items: start !important;
}
.amenities-heading .lead,
.location-heading .lead,
.trust-widget-heading .lead,
.booking-unified-heading .lead {
  margin-top: 8px;
  max-width: 680px;
}

/* Reviews heading line control */
.trust-widget-heading h2 span {
  display: inline-block;
}
.trust-side-panel .host-mini-card p {
  color: var(--vc-text);
}

/* Booking calendar: thinner, design-system consistent borders */
.booking-unified-heading {
  margin-bottom: 28px !important;
}
.booking-calendar-pane .large-calendar-day,
.booking-calendar-block .large-calendar-day,
.large-calendar-day {
  border-right-color: rgba(232, 223, 211, .26) !important;
  border-bottom-color: rgba(232, 223, 211, .26) !important;
}
.booking-calendar-pane .calendar-weekdays,
.booking-calendar-pane .large-calendar-toolbar,
.booking-calendar-pane .calendar-legend,
.booking-form-summary .selection-panel-head,
.booking-form-summary .selection-price-summary > div,
.booking-quick-rules,
.booking-quick-rules div {
  border-color: rgba(232, 223, 211, .34) !important;
}
.booking-calendar-pane .large-calendar-day.is-start,
.booking-calendar-pane .large-calendar-day.is-end {
  box-shadow: inset 0 0 0 1px rgba(0,168,134,.38) !important;
}
.legend-dot.free {
  background: rgba(0,168,134,.62) !important;
}
.legend-dot.selected {
  background: rgba(0,168,134,.16) !important;
  box-shadow: inset 0 0 0 1px rgba(0,168,134,.44) !important;
}
.legend-dot.blocked {
  background: rgba(106,98,89,.26) !important;
}

/* Slim footer */
.site-footer-slim {
  background: #211d19;
}
.footer-slim-grid {
  padding: 64px 0 46px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(32px, 6vw, 84px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.footer-slim-brand {
  max-width: 560px;
}
.footer-slim-brand .kicker {
  color: rgba(255,255,255,.52);
}
.footer-slim-brand h2 {
  margin-top: 12px;
  color: #fff;
}
.footer-slim-brand p {
  margin-top: 18px;
  color: rgba(255,255,255,.62);
  font-size: .95rem;
  line-height: 1.65;
}
.footer-slim-actions {
  display: grid;
  gap: 1px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.12);
}
.footer-contact-card,
.footer-newsletter,
.footer-partner-row {
  background: rgba(255,255,255,.035);
  padding: 22px;
}
.footer-contact-card,
.footer-newsletter {
  display: grid;
  gap: 10px;
}
.footer-contact-card h3,
.footer-newsletter h3 {
  color: rgba(255,255,255,.9);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.footer-contact-card a,
.footer-partner-row a,
.footer-newsletter p,
.footer-partner-row span {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: .88rem;
  line-height: 1.5;
}
.footer-contact-card a:hover,
.footer-partner-row a:hover {
  color: #fff;
}
.newsletter-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 4px;
}
.newsletter-row input {
  min-width: 0;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 12px 14px;
  font-family: inherit;
  font-size: .9rem;
  border-radius: 999px;
}
.newsletter-row input::placeholder {
  color: rgba(255,255,255,.38);
}
.newsletter-row .btn {
  min-height: 44px;
  padding-inline: 18px;
}
.footer-partner-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.footer-partner-row a {
  color: #fff;
  font-weight: 500;
}
.footer-bottom-slim {
  padding: 22px 0 26px;
  grid-template-columns: 1fr auto;
}

@media (max-width: 980px) {
  .footer-slim-grid {
    grid-template-columns: 1fr;
  }
  .newsletter-row {
    grid-template-columns: 1fr;
  }
  .footer-bottom-slim {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hero-copy h1,
  .gallery-heading h2,
  .overview-copy h2,
  .amenities-heading h2,
  .location-heading h2,
  .trust-widget-heading h2,
  .booking-unified-heading h2,
  .faq-copy h2,
  .footer-slim-brand h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem) !important;
    line-height: 1.07 !important;
  }
  .overview-copy .lead,
  .overview-body,
  .amenities-heading .lead,
  .location-heading .lead,
  .trust-widget-heading .lead,
  .booking-unified-heading .lead {
    margin-top: 16px !important;
  }
  .amenities-heading,
  .location-heading,
  .trust-widget-heading,
  .booking-unified-heading {
    gap: 18px !important;
  }
  .footer-slim-grid {
    padding: 52px 0 36px;
  }
  .footer-partner-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}


/* =========================================================
   Sprint 12 · Final brand, about section & booking strip frame
   ========================================================= */

.logo-title {
  text-transform: uppercase;
  letter-spacing: -.058em;
}

.nav-row-launch {
  gap: clamp(18px, 3vw, 44px);
}

.about-section {
  padding: 92px 0 104px;
  background: var(--vc-surface-soft);
  border-bottom: 1px solid var(--vc-border);
}

.about-layout {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.about-copy h2 {
  margin-top: 12px;
  max-width: 760px;
  font-size: clamp(2.05rem, 3.25vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: -.06em;
  font-weight: 500;
}

.about-copy .lead {
  margin-top: 22px;
  max-width: 680px;
}

.about-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(232, 223, 211, .72);
  border: 1px solid rgba(232, 223, 211, .72);
}

.about-cards article {
  min-height: 260px;
  padding: 24px;
  background: var(--vc-surface);
  display: grid;
  align-content: start;
  gap: 14px;
}

.about-cards span {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0,168,134,.24);
  color: var(--vc-green);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .12em;
}

.about-cards h3 {
  color: var(--vc-ink);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -.025em;
}

.about-cards p {
  color: var(--vc-muted);
  font-size: .92rem;
  line-height: 1.64;
}

/* Direct-booking strip: keep the frame squared, not half-rounded. */
.booking-strip.booking-strip-compact {
  border-radius: 0 !important;
  overflow: hidden !important;
}

.booking-strip.booking-strip-compact .btn {
  border-radius: 0 !important;
  height: 100% !important;
  min-height: 58px;
  margin: 0 !important;
  box-shadow: none;
}

.booking-strip.booking-strip-compact .booking-field {
  border-radius: 0 !important;
}

@media (max-width: 1120px) {
  .nav-row-launch {
    gap: 24px;
  }

  .nav-row-launch a {
    font-size: .72rem;
  }
}

@media (max-width: 980px) {
  .about-layout,
  .about-cards {
    grid-template-columns: 1fr;
  }

  .about-cards article {
    min-height: auto;
  }
}

@media (max-width: 720px) {
  .about-section {
    padding: 76px 0 84px;
  }

  .about-copy h2 {
    font-size: clamp(1.9rem, 9vw, 2.65rem);
  }

  .booking-strip.booking-strip-compact {
    border-radius: 0 !important;
  }

  .booking-strip.booking-strip-compact .btn {
    border-radius: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
}


/* =========================================================
   Sprint 13 · Final spacing, centered logo subtitle & rounded booking CTA
   ========================================================= */

/* Brand: subtitle centered under THE CALABRIAN STAY. */
.logo-text {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-subtitle {
  width: 100%;
  text-align: center;
  transform: translateX(.04em);
}

/* Overview: more consistent space between headline and intro text. */
.overview-copy #overview-title + .lead,
.overview-copy h2 + .lead {
  margin-top: clamp(26px, 3vw, 38px) !important;
}

.overview-copy .overview-body {
  margin-top: clamp(28px, 3vw, 36px) !important;
}

/* Direct booking: keep the frame square, but make the CTA match the other rounded buttons. */
.booking-strip.booking-strip-compact {
  border-radius: 0 !important;
  overflow: visible !important;
}

.booking-strip.booking-strip-compact .btn {
  border-radius: 999px !important;
  height: calc(100% - 20px) !important;
  min-height: 52px !important;
  margin: 10px !important;
  box-shadow: 0 14px 28px rgba(0,168,134,.14) !important;
}

@media (max-width: 720px) {
  .booking-strip.booking-strip-compact {
    overflow: hidden !important;
  }

  .booking-strip.booking-strip-compact .btn {
    width: calc(100% - 24px) !important;
    height: auto !important;
    margin: 12px !important;
  }
}
