/* ============================================================
   BNB Host · direct booking — book.bnbhost.bg
   Warm Plovdiv plaster + deep teal · arches of the old town
   Type: Prata (display) · Cormorant (italic accents) · Commissioner (body)
   ============================================================ */

:root {
  --sand: #f6f1e6;
  --paper: #fffdf8;
  --ink: #142829;
  --teal: #137074;
  --teal-deep: #0a4548;
  --coral: #ff6f61;
  --stone: #e4dac6;
  --muted: #55696a;
  --radius: 16px;
  --shadow: 0 14px 40px rgba(10, 69, 72, 0.12);
  --shadow-soft: 0 6px 20px rgba(10, 69, 72, 0.08);
  --font-display: "Prata", "Georgia", serif;
  --font-accent: "Cormorant", "Georgia", serif;
  --font-body: "Commissioner", "Segoe UI", sans-serif;
  --wrap: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--teal); }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.12; margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

.skip-link {
  position: absolute; left: -999px; top: 8px; z-index: 100;
  background: var(--ink); color: var(--paper); padding: 8px 14px; border-radius: 8px;
}
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

/* --- Kicker / ornament ------------------------------------------------ */
.kicker {
  margin: 0 0 14px; font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.26em; text-transform: uppercase; color: var(--teal);
}
.orn { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; }
.orn span { flex: 0 0 46px; height: 1px; background: var(--stone); }
.orn i { width: 7px; height: 7px; background: var(--coral); transform: rotate(45deg); border-radius: 1px; }

/* --- Buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 50px; padding: 13px 28px;
  font: 700 16px/1 var(--font-body); letter-spacing: 0.01em;
  border: none; border-radius: 999px; cursor: pointer;
  text-decoration: none; transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.btn--coral {
  background: var(--teal-deep); color: var(--sand);
  text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.82rem;
  padding: 16px 30px; box-shadow: 0 12px 28px rgba(10, 69, 72, 0.26);
  white-space: nowrap;
}
.btn--coral::before { content: none; }
.btn--coral:hover { transform: translateY(-2px); background: var(--ink); box-shadow: 0 16px 34px rgba(10, 69, 72, 0.32); }
.btn--coral:active { transform: translateY(0); }
.btn--coral::after {
  content: "→"; color: var(--coral); font-size: 1rem; line-height: 1;
  position: static; inset: auto; background: none; animation: none;
  transition: transform 0.18s ease;
}
.btn--coral:hover::after { transform: translateX(4px); }
.btn--ghost { border: 1.5px solid var(--teal); color: var(--teal); background: transparent; }

/* --- Header ------------------------------------------------------------ */
.site-head {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--sand) 86%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--stone) 70%, transparent);
}
.head-row { display: flex; align-items: center; gap: 22px; min-height: 68px; }
.brand { text-decoration: none; color: var(--ink); display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: 0.01em; }
.brand-sub { font-size: 0.66rem; letter-spacing: 0.26em; text-transform: uppercase; color: var(--teal); font-weight: 700; }
.site-nav { display: flex; gap: 22px; margin-left: auto; }
.site-nav a { color: var(--ink); text-decoration: none; font-weight: 500; font-size: 0.95rem; padding: 10px 2px; }
.site-nav a:hover { color: var(--teal); }
.lang-switch {
  margin-left: 6px; min-width: 46px; min-height: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  border: 1.5px solid var(--teal); border-radius: 999px;
  color: var(--teal); font-weight: 700; font-size: 0.85rem; text-decoration: none;
}
.lang-switch:hover { background: var(--teal); color: var(--paper); }

/* --- Brand lockup ------------------------------------------------------- */
.brand { flex-direction: row; align-items: center; gap: 10px; }
.brand-logo { height: 34px; width: auto; display: block; }
.brand-logo--foot { height: 44px; margin-bottom: 4px; }
.brand-sub {
  border-left: 1.5px solid var(--stone); padding-left: 10px;
  font-size: 0.66rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--teal-deep); font-weight: 700; align-self: center;
}
.prop-highlight {
  display: inline-block; margin: 12px 0 0;
  background: var(--coral); color: var(--ink);
  font-size: 0.78rem; font-weight: 700; padding: 7px 14px; border-radius: 999px;
}

/* --- Hills motif -------------------------------------------------------- */
.hills { display: block; width: 100%; height: 120px; color: var(--teal-deep); }

/* --- Hero ---------------------------------------------------------------- */
.hero { padding-top: clamp(44px, 7vw, 84px); overflow: hidden; }
.hero-copy { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-title {
  font-size: clamp(2.8rem, 7.5vw, 5.2rem);
  display: flex; flex-direction: column; gap: 0.06em; max-width: 18ch;
}
.hero-accent {
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: 1.12em; color: var(--teal-deep); letter-spacing: 0.005em;
}
.hero-accent::after {
  content: ""; display: block; width: 0; height: 3px; margin: 0.22em auto 0;
  background: var(--coral); border-radius: 2px;
  animation: draw-rule-hero 1s ease 0.6s forwards;
}
@keyframes draw-rule-hero { to { width: 84px; } }
.hero-sub { max-width: 46ch; font-size: 1.06rem; color: var(--muted); margin: 20px auto 0; }

.hero-arch-wrap { margin-top: clamp(26px, 4.5vw, 46px); }
.hero-arch {
  position: relative; max-width: 880px; margin: 0 auto;
  aspect-ratio: 16 / 8.4;
  border-radius: clamp(150px, 44vw, 340px) clamp(150px, 44vw, 340px) var(--radius) var(--radius);
  overflow: hidden; box-shadow: var(--shadow);
}
.hero-arch::after {
  content: ""; position: absolute; inset: 0;
  box-shadow: inset 0 0 0 6px color-mix(in srgb, var(--paper) 55%, transparent);
  border-radius: inherit; pointer-events: none;
}
.hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-img.is-on { opacity: 1; }

.hero-tag {
  position: absolute; left: 50%; bottom: 74px; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 8px;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(6px);
  color: var(--ink); text-decoration: none;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--stone);
  box-shadow: var(--shadow-soft);
}
.hero-tag span { color: var(--coral); letter-spacing: 0; }
.hero-tag:hover { background: var(--paper); }

/* --- Search card ---------------------------------------------------------- */
.search-card {
  position: relative; z-index: 2;
  margin-top: clamp(-64px, -6vw, -44px);
  max-width: 760px; margin-left: auto; margin-right: auto;
  background: var(--paper); border: 1px solid var(--stone); border-radius: 20px;
  box-shadow: var(--shadow);
  padding: 20px;
  display: grid; grid-template-columns: 1fr 1fr auto auto; gap: 14px; align-items: end;
}
.sc-field { display: flex; flex-direction: column; gap: 6px; }
.sc-field label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal-deep); }
.sc-field input, .sc-field select {
  font: 500 1rem var(--font-body); color: var(--ink);
  background: var(--sand); border: 1px solid var(--stone); border-radius: 12px;
  padding: 12px; min-height: 50px;
}
.sc-field input:focus, .sc-field select:focus {
  outline: none; border-color: var(--teal);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--teal) 18%, transparent);
}
.sc-field--guests select { min-width: 86px; }
.sc-submit { min-width: 190px; }
.sc-submit[disabled] { opacity: 0.6; cursor: progress; transform: none; }
.sc-hint { grid-column: 1 / -1; margin: 2px 0 0; font-size: 0.8rem; color: var(--muted); text-align: center; }

.trust {
  list-style: none; margin: 22px auto 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 0;
  max-width: 760px;
}
.trust li {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--muted); display: flex; align-items: center;
}
.trust li + li::before {
  content: ""; width: 5px; height: 5px; background: var(--coral);
  border-radius: 50%; margin: 0 14px; flex: 0 0 auto;
}

/* --- Search results -------------------------------------------------------- */
.results { margin-top: 28px; }
.results-title { font-size: 1.5rem; margin-bottom: 14px; text-align: center; }
.results-list { display: grid; gap: 12px; max-width: 760px; margin: 0 auto; }
.rcard {
  display: grid; grid-template-columns: 92px 1fr auto; gap: 16px; align-items: center;
  background: var(--paper); border: 1px solid var(--stone); border-radius: var(--radius);
  padding: 12px 16px 12px 12px; box-shadow: var(--shadow-soft);
}
.rcard-media { width: 92px; height: 76px; border-radius: 12px; overflow: hidden; background: var(--teal-deep); }
.rcard-media img { width: 100%; height: 100%; object-fit: cover; }
.rcard-media .cover-ph-letter { font-size: 2rem; }
.rcard-name { font-weight: 700; text-decoration: none; color: var(--ink); }
.rcard-name:hover { color: var(--teal); }
.rcard-unit { color: var(--muted); font-size: 0.9rem; }
.rcard-price { text-align: right; }
.rcard-total { font-family: var(--font-display); font-size: 1.35rem; font-variant-numeric: tabular-nums; }
.rcard-nights { display: block; color: var(--muted); font-size: 0.8rem; }
.rcard-cta { grid-column: 3; }
.results-empty, .results-error {
  background: var(--paper); border: 1px dashed var(--stone); border-radius: var(--radius);
  padding: 20px; color: var(--muted); max-width: 760px; margin: 0 auto; text-align: center;
}
.rcard--minstay { opacity: 0.75; }
.rcard--minstay .rcard-total { font-size: 0.95rem; font-family: var(--font-body); color: var(--muted); }

/* --- Collection -------------------------------------------------------------- */
.collection { padding: clamp(64px, 9vw, 120px) 0 40px; }
.sec-head { max-width: 62ch; margin: 0 auto 40px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.sec-head h2 { font-size: clamp(2rem, 4.6vw, 2.9rem); }
.sec-sub { color: var(--muted); margin: 12px 0 0; max-width: 52ch; }

.pgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 44px 26px; }
.pcard {
  grid-column: span 3;
  display: flex; flex-direction: column;
  text-decoration: none; color: var(--ink);
}
.pcard-media {
  position: relative; aspect-ratio: 16 / 11; border-radius: var(--radius);
  overflow: hidden; background: var(--teal-deep); box-shadow: var(--shadow-soft);
}
.pcard-media .cover-img, .pcard-media .cover-ph {
  position: absolute; inset: 0; width: 100%; height: 100%;
}
.cover-img { object-fit: cover; transition: transform 0.5s ease; }
.pcard:hover .cover-img { transform: scale(1.045); }
.pcard-badge {
  max-width: calc(100% - 28px); text-align: center; line-height: 1.25;
  position: absolute; top: 14px; left: 14px; z-index: 2;
  background: var(--coral); color: var(--ink);
  font-size: 0.74rem; font-weight: 700; padding: 7px 13px; border-radius: 999px;
  box-shadow: 0 4px 12px rgba(20, 40, 41, 0.18);
}
.pcard-body {
  position: relative; z-index: 2;
  background: var(--paper); border: 1px solid var(--stone); border-radius: var(--radius);
  margin: -38px 14px 0; padding: 18px 20px 20px;
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pcard:hover .pcard-body { transform: translateY(-4px); box-shadow: var(--shadow); }
.pcard-num {
  font-family: var(--font-accent); font-style: italic; font-weight: 600;
  color: var(--coral); font-size: 0.9rem; margin-right: 10px;
  text-transform: none; letter-spacing: 0;
}
.pcard-area { margin: 0; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); }
.pcard-name { font-size: 1.55rem; margin-top: 4px; }
.pcard-tag { color: var(--muted); font-size: 0.95rem; margin: 8px 0 12px; }
.pcard-meta { margin: 0; font-size: 0.88rem; font-weight: 600; }
.pcard-view { color: var(--teal); }


/* --- Placeholder cover -------------------------------------------------------- */
.cover-ph {
  position: relative; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--teal) 0%, var(--teal-deep) 70%);
  color: var(--sand); overflow: hidden; min-height: 100%;
}
.cover-ph-letter { font-family: var(--font-display); font-size: clamp(3rem, 8vw, 5rem); opacity: 0.35; line-height: 1; }
.cover-ph-note {
  position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%);
  font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.8; white-space: nowrap;
}
.cover-ph-hills { position: absolute; bottom: -2px; left: 0; height: 44px; color: rgba(247, 242, 232, 0.14); }

/* --- Why direct ----------------------------------------------------------------- */
.why {
  position: relative; overflow: hidden;
  background: var(--teal-deep); color: var(--sand);
  padding: clamp(64px, 9vw, 110px) 0; margin-top: 48px;
}
.why-mark {
  position: absolute; right: -0.08em; top: 50%; transform: translateY(-50%);
  font-family: var(--font-accent); font-style: italic; font-weight: 600;
  font-size: clamp(14rem, 34vw, 26rem); line-height: 1;
  color: color-mix(in srgb, var(--sand) 6%, transparent);
  pointer-events: none; user-select: none;
}
.why-title { font-size: clamp(2rem, 4.6vw, 2.9rem); margin-bottom: 40px; position: relative; }
.why-title::after {
  content: ""; display: block; width: 0; height: 3px; margin-top: 16px;
  background: var(--coral); border-radius: 2px;
}
.why-title.is-in::after { animation: draw-rule 0.9s ease 0.25s forwards; }
@keyframes draw-rule { to { width: 64px; } }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; position: relative; }
.why-n {
  font-family: var(--font-accent); font-style: italic; font-weight: 600;
  color: var(--coral); font-size: 1.9rem; display: inline-block; margin-bottom: 10px;
}
.why-item h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.12rem; margin-bottom: 8px; }
.why-item p { margin: 0; color: color-mix(in srgb, var(--sand) 78%, var(--teal-deep)); font-size: 0.98rem; }

/* --- Property page ---------------------------------------------------------------- */
.prop { padding-top: 26px; }
.crumbs { margin-bottom: 20px; }
.crumbs a { text-decoration: none; font-weight: 600; font-size: 0.92rem; }
.prop-head { max-width: 62ch; }
.prop-title { font-size: clamp(2.2rem, 5vw, 3.4rem); }
.prop-tagline {
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  color: var(--muted); font-size: 1.35rem; margin: 12px 0 0; line-height: 1.4;
}

.gallery {
  display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 28px 20px; -webkit-overflow-scrolling: touch;
}
.gallery img, .gallery-ph {
  height: clamp(250px, 40vw, 430px); flex: 0 0 auto; border-radius: var(--radius);
  scroll-snap-align: center; object-fit: cover; aspect-ratio: 4 / 3; overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.gallery > :first-child {
  border-top-left-radius: clamp(110px, 24vw, 190px);
  border-top-right-radius: clamp(110px, 24vw, 190px);
}
.gallery-ph { width: min(720px, 88vw); position: relative; display: block; }
.gallery-ph .cover-ph { position: absolute; inset: 0; }

.prop-cols { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: start; padding-bottom: 90px; }
.prop-desc { font-size: 1.08rem; }
.group-note {
  background: color-mix(in srgb, var(--coral) 11%, var(--paper));
  border: 1px solid color-mix(in srgb, var(--coral) 32%, var(--stone));
  border-radius: var(--radius); padding: 14px 16px; font-size: 0.95rem;
}
.prop-h2 { font-size: 1.4rem; margin: 32px 0 14px; }
.amenities { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; }
.amenities li { display: flex; align-items: center; gap: 10px; font-size: 0.97rem; }
.am-ic { width: 22px; height: 22px; color: var(--teal); flex: 0 0 auto; }
.unit-facts { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 10px; }
.unit-facts li { display: flex; flex-direction: column; gap: 2px; border-left: 3px solid var(--teal); padding: 4px 0 4px 14px; }
.unit-facts span { color: var(--muted); font-size: 0.9rem; }

/* --- Calendar ----------------------------------------------------------------------- */
.cal-card {
  position: sticky; top: 88px;
  background: var(--paper); border: 1px solid var(--stone); border-radius: 20px;
  box-shadow: var(--shadow); padding: 22px;
}
.cal-title { font-size: 1.3rem; }
.cal-hint { color: var(--muted); font-size: 0.86rem; margin: 8px 0 14px; }
.unit-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.unit-tab {
  font: 600 0.85rem var(--font-body); color: var(--teal-deep);
  background: var(--sand); border: 1.5px solid var(--stone); border-radius: 999px;
  padding: 9px 15px; min-height: 40px; cursor: pointer;
}
.unit-tab.is-active { background: var(--teal); border-color: var(--teal); color: var(--paper); }

.cal-month { margin-bottom: 18px; }
.cal-month-name { font-weight: 700; font-size: 0.95rem; margin: 0 0 8px; text-transform: capitalize; }
.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal-dow { font-size: 0.66rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); text-align: center; padding: 3px 0; }
.cal-day {
  position: relative; min-height: 47px; border-radius: 9px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 0.86rem; font-weight: 600; font-variant-numeric: tabular-nums;
  border: none; background: var(--sand); color: var(--ink); cursor: pointer; padding: 4px 0;
}
.cal-day .cal-price { font-size: 0.6rem; font-weight: 500; color: var(--teal); }
.cal-day--booked { background: transparent; color: var(--stone); text-decoration: line-through; cursor: not-allowed; }
.cal-day--booked .cal-price { visibility: hidden; }
.cal-day--past { background: transparent; color: var(--stone); cursor: default; }
.cal-day--empty { background: transparent; cursor: default; }
.cal-day--sel { background: var(--teal); color: var(--paper); animation: day-pop 0.2s ease; }
@keyframes day-pop { 50% { transform: scale(1.09); } }
.cal-day--sel .cal-price { color: color-mix(in srgb, var(--paper) 75%, var(--teal)); }
.cal-day--edge { background: var(--teal-deep); color: var(--paper); }
.cal-day--free:hover { outline: 2px solid var(--teal); outline-offset: -2px; }
.cal-note { font-size: 0.82rem; color: var(--muted); margin: 6px 0 0; min-height: 1.2em; }
.cal-unavailable { color: var(--muted); font-size: 0.92rem; background: var(--sand); border-radius: 12px; padding: 14px; }
.cal-loading { display: flex; gap: 6px; padding: 26px 0; justify-content: center; }
.cal-loading span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); animation: pulse 1s infinite ease-in-out; }
.cal-loading span:nth-child(2) { animation-delay: 0.15s; }
.cal-loading span:nth-child(3) { animation-delay: 0.3s; }
@keyframes pulse { 0%, 100% { opacity: 0.25; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1); } }

/* --- Selection bar --------------------------------------------------------------------- */
.selbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: var(--teal-deep); color: var(--sand);
  box-shadow: 0 -8px 24px rgba(10, 69, 72, 0.3);
  animation: rise 0.25s ease;
}
@keyframes rise { from { transform: translateY(100%); } to { transform: translateY(0); } }
.selbar-row { display: flex; align-items: center; gap: 18px; padding: 12px 20px; }
.selbar-info { display: flex; flex-direction: column; line-height: 1.35; }
.selbar-info strong { font-size: 0.98rem; }
.selbar-info span { font-family: var(--font-display); font-size: 1.15rem; }
.selbar-info small { color: color-mix(in srgb, var(--sand) 70%, var(--teal-deep)); font-size: 0.72rem; }
.selbar-row .btn { margin-left: auto; }

/* --- Booking page ------------------------------------------------------------------------ */
.book { padding: 30px 0 90px; }
.book-wrap { max-width: 860px; }
.book-head h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
.book-sub { color: var(--muted); max-width: 56ch; }
.book-summary {
  display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between; align-items: center;
  background: var(--paper); border: 1px solid var(--stone); border-radius: var(--radius);
  padding: 16px 20px; margin: 22px 0 8px; box-shadow: var(--shadow-soft);
}
.book-prop { display: flex; flex-direction: column; }
.book-prop-name { font-family: var(--font-display); font-size: 1.3rem; }
.book-unit-name { color: var(--muted); font-size: 0.9rem; }
.book-dates { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.book-dates-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-deep); }
.book-dates a { font-size: 0.85rem; }
.book-note { color: var(--muted); font-size: 0.92rem; }
.widget-shell {
  background: var(--paper); border: 1px solid var(--stone); border-radius: var(--radius);
  padding: 10px; min-height: 640px;
}
.book-fallback {
  background: var(--paper); border: 1px dashed var(--stone); border-radius: var(--radius);
  padding: 26px; text-align: center; display: grid; gap: 16px; justify-items: center;
}

/* --- Legal --------------------------------------------------------------------------------- */
.legal { padding: 40px 0 90px; }
.legal-wrap { max-width: 720px; }
.legal h1 { font-size: 2rem; margin-bottom: 16px; }

/* --- Footer --------------------------------------------------------------------------------- */
.site-foot { background: var(--teal-deep); color: var(--sand); }
.foot-hills { background: var(--sand); }
.foot-hills .hills { height: 90px; }
.page-home .foot-hills { display: none; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; padding: 52px 20px 20px; }
.brand-name--foot { font-size: 1.7rem; margin: 0; }
.foot-tag { color: color-mix(in srgb, var(--sand) 75%, var(--teal-deep)); margin: 6px 0 0; }
.foot-h { font-weight: 700; margin: 0 0 8px; font-size: 0.82rem; letter-spacing: 0.14em; text-transform: uppercase; }
.foot-contact, .foot-links { display: flex; flex-direction: column; gap: 6px; }
.site-foot a { color: var(--sand); text-decoration: none; }
.site-foot a:hover { color: var(--coral); }
.foot-legal { padding: 16px 20px 28px; font-size: 0.8rem; color: color-mix(in srgb, var(--sand) 60%, var(--teal-deep)); }

/* --- Reveal --------------------------------------------------------------------------------- */
.reveal { opacity: 0; transform: translateY(16px); filter: blur(7px); transition: opacity 0.7s ease, transform 0.7s ease, filter 0.7s ease; }
.reveal.is-in { opacity: 1; transform: none; filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; filter: none; transition: none; }
  .selbar { animation: none; }
  .btn, .cover-img, .pcard-body { transition: none; }
}


/* --- Rating chips ------------------------------------------------------------ */
.pcard-rate {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 34px; height: 26px; padding: 0 7px; margin-right: 8px;
  background: var(--teal-deep); color: var(--paper);
  font: 700 0.82rem/1 var(--font-body); letter-spacing: 0.02em;
  border-radius: 8px 8px 8px 2px; vertical-align: middle;
}
.prop-rate { margin: 14px 0 0; color: var(--muted); font-size: 0.92rem; display: flex; align-items: center; gap: 4px; }
.trust-rated { color: var(--teal-deep) !important; }

/* --- Marquee ----------------------------------------------------------------- */
.marquee {
  margin-top: clamp(40px, 6vw, 64px);
  border-block: 1px solid var(--stone); background: var(--paper);
  overflow: hidden; padding: 13px 0;
}
.marquee-track { display: flex; width: max-content; animation: marq 70s linear infinite; }
.mq-half { display: inline-flex; align-items: center; flex: 0 0 auto; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee b {
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: 1.05rem; color: color-mix(in srgb, var(--teal-deep) 72%, var(--sand));
  white-space: nowrap; padding: 0 26px;
}
.marquee i { width: 5px; height: 5px; background: var(--coral); transform: rotate(45deg); border-radius: 1px; flex: 0 0 auto; opacity: 0.85; }
@keyframes marq { to { transform: translateX(-50%); } }

/* --- CTA band ----------------------------------------------------------------- */
.cta { padding: clamp(64px, 9vw, 110px) 0; }
.cta-in { display: flex; flex-direction: column; align-items: center; text-align: center; }
.cta-title { font-size: clamp(2rem, 5vw, 3rem); max-width: 18ch; }
.cta-sub { color: var(--muted); max-width: 48ch; margin: 14px 0 26px; }

/* --- Ambient motion layer ------------------------------------------------------ */
@keyframes kb { from { transform: scale(1) translateY(0); } to { transform: scale(1.07) translateY(-1.6%); } }
.hero-img { animation: kb 24s ease-in-out infinite alternate; will-change: transform; }

@keyframes sunfloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
.hills-sun { animation: sunfloat 6s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }





@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-4px); } }
.pcard-badge {
  max-width: calc(100% - 28px); text-align: center; line-height: 1.25; animation: floaty 4.6s ease-in-out infinite; }

@keyframes breathe { 0%, 100% { opacity: 0.055; } 50% { opacity: 0.1; } }
.why-mark { animation: breathe 9s ease-in-out infinite; }

#hero-rot { display: inline-block; transition: opacity 0.45s ease, transform 0.45s ease; }
#hero-rot.out { opacity: 0; transform: translateY(10px); }

@media (prefers-reduced-motion: reduce) {
  .hero-img, .hills-sun, .pcard-badge, .why-mark, .marquee-track,
  .why-title.is-in::after, .hero-accent::after, .cal-day--sel { animation: none; }
  .hero-accent::after { width: 84px; }
  .why-title.is-in::after { width: 64px; }
  #hero-rot { transition: none; }
}

/* --- Responsive ------------------------------------------------------------------------------ */
@media (max-width: 940px) {
  .prop-cols { grid-template-columns: 1fr; gap: 26px; }
  .cal-card { position: static; }
  .why-grid { grid-template-columns: 1fr; gap: 28px; }
  .foot-grid { grid-template-columns: 1fr; gap: 22px; }
  .pgrid { gap: 30px 18px; }
}
@media (max-width: 760px) {
  .site-nav { display: none; }
  .pgrid { grid-template-columns: 1fr; gap: 30px; }
  .pcard { grid-column: span 1; }
  .hero-arch { aspect-ratio: 4 / 4.8; }
  .search-card { grid-template-columns: 1fr 1fr; }
  .sc-field--guests { grid-column: 1; }
  .sc-submit { grid-column: 2; min-width: 0; }
  .trust { flex-direction: column; align-items: center; gap: 10px; }
  .trust li + li::before { display: none; }
  .rcard { grid-template-columns: 72px 1fr; }
  .rcard-media { width: 72px; height: 62px; }
  .rcard-price { grid-column: 2; text-align: left; }
  .rcard-cta { grid-column: 2; justify-self: start; }
  .selbar-row { flex-wrap: wrap; gap: 8px; }
  .selbar-row .btn { margin-left: 0; width: 100%; }
  .why-mark { font-size: 15rem; right: -0.15em; }
}

/* --- Gallery chip + lightbox (v8) ------------------------------------- */
.gallery-wrap { position: relative; }
.gal-count {
  position: absolute; right: 28px; top: 38px; z-index: 3;
  background: color-mix(in srgb, var(--ink) 78%, transparent); color: var(--sand);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 7px 13px; border-radius: 999px; backdrop-filter: blur(4px); pointer-events: none;
}
.gtk { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.gtk li { position: relative; padding-left: 20px; font-size: 0.95rem; }
.gtk li::before {
  content: ""; position: absolute; left: 2px; top: 0.52em;
  width: 6px; height: 6px; background: var(--coral); transform: rotate(45deg); border-radius: 1px;
}
.lb {
  position: fixed; inset: 0; z-index: 300; display: none;
  align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--ink) 92%, transparent);
  padding: 0 8px;
}
.lb.on { display: flex; animation: lb-in 0.25s ease; }
@keyframes lb-in { from { opacity: 0; } to { opacity: 1; } }
.lb-img {
  max-width: min(94vw, 1100px); max-height: 82vh; object-fit: contain;
  border-radius: 14px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.lb-x, .lb-prev, .lb-next {
  position: absolute; z-index: 2; border: none; cursor: pointer;
  width: 48px; height: 48px; border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 14%, transparent); color: var(--sand);
  font-size: 1.6rem; line-height: 1; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
}
.lb-x:hover, .lb-prev:hover, .lb-next:hover { background: color-mix(in srgb, var(--paper) 28%, transparent); }
.lb-x { top: 16px; right: 16px; }
.lb-prev { left: 10px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 10px; top: 50%; transform: translateY(-50%); }
.lb-count {
  position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);
  color: var(--sand); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em;
}
@media (prefers-reduced-motion: reduce) { .lb.on { animation: none; } }

/* --- SEO about block --------------------------------------------------- */
.seo-about { padding: clamp(30px, 5vw, 60px) 0 0; }
.seo-about-in { max-width: 660px; margin: 0 auto; text-align: center; }
.seo-about-title { font-size: clamp(1.4rem, 3vw, 1.8rem); margin-bottom: 12px; }
.seo-about p { color: var(--muted); font-size: 0.98rem; line-height: 1.75; }
