/* Montevue Accommodation front-end styles. All selectors are namespaced. */
.montevue-accommodation-block,
.montevue-comparison-block,
.montevue-booking-cta,
.montevue-stay-page {
  --montevue-accent: #7a6847;
  --montevue-ink: #23231f;
  --montevue-muted: #6b6a63;
  --montevue-border: rgba(35,35,31,.14);
  --montevue-soft: #f4f1ea;
  --montevue-white: #fff;
  color: var(--montevue-ink);
  font-family: inherit;
  box-sizing: border-box;
}
.montevue-accommodation-block *, .montevue-accommodation-block *::before, .montevue-accommodation-block *::after,
.montevue-comparison-block *, .montevue-comparison-block *::before, .montevue-comparison-block *::after,
.montevue-booking-cta *, .montevue-booking-cta *::before, .montevue-booking-cta *::after,
.montevue-stay-page *, .montevue-stay-page *::before, .montevue-stay-page *::after { box-sizing: border-box; }
.montevue-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.montevue-narrow { width: min(820px, calc(100% - 40px)); }
.montevue-accommodation-block,
.montevue-comparison-block { padding: clamp(56px, 7vw, 96px) 0; background: var(--montevue-white); }
.montevue-context-home { margin-top: 0; }
.montevue-section-heading { text-align: center; max-width: 780px; margin: 0 auto 34px; }
.montevue-section-heading-left { text-align: left; margin-left: 0; }
.montevue-section-heading-small { margin-bottom: 24px; }
.montevue-kicker { margin: 0 0 10px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; line-height: 1.4; font-weight: 700; color: var(--montevue-accent); }
.montevue-section-heading h2,
.montevue-content-section h2,
.montevue-explore-section h2,
.montevue-booking-cta h2 { margin: 0 0 14px; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; color: var(--montevue-ink); font-family: inherit; }
.montevue-section-intro,
.montevue-booking-cta p,
.montevue-explore-section p { margin: 0; color: var(--montevue-muted); font-size: 18px; line-height: 1.7; }

.montevue-stay-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; }
.montevue-stay-grid-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.montevue-stay-card { background: var(--montevue-white); border: 1px solid var(--montevue-border); border-radius: 4px; overflow: hidden; box-shadow: 0 14px 40px rgba(20,20,16,.06); transition: transform .22s ease, box-shadow .22s ease; }
.montevue-stay-card:hover { transform: translateY(-4px); box-shadow: 0 20px 48px rgba(20,20,16,.11); }
.montevue-card-image { display: block; aspect-ratio: 16/10; overflow: hidden; background: #dedbd3; }
.montevue-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .45s ease; }
.montevue-stay-card:hover .montevue-card-image img { transform: scale(1.025); }
.montevue-image-placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#dedbd3,#c9c4b9); }
.montevue-card-body { padding: 25px 26px 28px; }
.montevue-card-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--montevue-muted); font-size: 13px; margin-bottom: 10px; }
.montevue-card-meta span + span::before { content: "•"; margin-right: 14px; color: var(--montevue-accent); }
.montevue-card-body h3 { margin: 0 0 10px; font-size: clamp(22px,2.5vw,29px); line-height: 1.18; }
.montevue-card-body h3 a { color: var(--montevue-ink); text-decoration: none; }
.montevue-card-tagline { margin: 0 0 10px; font-weight: 600; line-height: 1.5; color: #3d3c36; }
.montevue-card-excerpt { color: var(--montevue-muted); line-height: 1.65; margin: 0 0 18px; }
.montevue-text-link { color: var(--montevue-ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--montevue-accent); padding-bottom: 2px; }
.montevue-text-link:hover { color: var(--montevue-accent); }
.montevue-grid-cta { display: flex; justify-content: center; margin-top: 34px; }
.montevue-book-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 14px 22px; background: var(--montevue-accent); color: #fff !important; text-decoration: none !important; border: 1px solid var(--montevue-accent); border-radius: 2px; font-weight: 700; line-height: 1.2; transition: transform .18s ease, filter .18s ease; }
.montevue-book-button:hover { filter: brightness(.9); transform: translateY(-1px); color: #fff !important; }

.montevue-comparison-block { padding-top: 0; }
.montevue-table-wrap { overflow-x: auto; border: 1px solid var(--montevue-border); }
.montevue-comparison-table { width: 100%; border-collapse: collapse; margin: 0; background: #fff; }
.montevue-comparison-table th,
.montevue-comparison-table td { padding: 18px 20px; border-bottom: 1px solid var(--montevue-border); text-align: left; vertical-align: top; }
.montevue-comparison-table th { background: var(--montevue-soft); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.montevue-comparison-table tr:last-child td { border-bottom: 0; }
.montevue-comparison-table a { color: var(--montevue-ink); font-weight: 700; text-decoration-color: var(--montevue-accent); }

.montevue-stay-page { background: #fff; }
.montevue-hero { min-height: min(75vh, 720px); display: flex; align-items: flex-end; padding: clamp(80px,10vw,130px) 0 clamp(60px,8vw,92px); background-color: #34342f; background-size: cover; background-position: center; color: #fff; }
.montevue-hero-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; max-width: 1180px; }
.montevue-hero .montevue-kicker { color: #f0e6cd; }
.montevue-hero h1 { color: #fff; margin: 0 0 16px; max-width: 930px; font-size: clamp(42px,7vw,82px); line-height: .98; letter-spacing: -.025em; font-family: inherit; }
.montevue-hero-tagline { max-width: 760px; font-size: clamp(18px,2.2vw,25px); line-height: 1.5; margin: 0 0 28px; color: rgba(255,255,255,.94); }
.montevue-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.montevue-secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 22px; border: 1px solid rgba(255,255,255,.75); color: #fff !important; text-decoration: none !important; font-weight: 700; background: rgba(0,0,0,.16); backdrop-filter: blur(4px); }
.montevue-secondary-button:hover { background: rgba(0,0,0,.35); }

.montevue-stat-strip { border-bottom: 1px solid var(--montevue-border); background: #fff; }
.montevue-stat-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); }
.montevue-stat { padding: 24px 18px; border-right: 1px solid var(--montevue-border); }
.montevue-stat:first-child { border-left: 1px solid var(--montevue-border); }
.montevue-stat span { display: block; color: var(--montevue-muted); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; margin-bottom: 5px; }
.montevue-stat strong { display: block; color: var(--montevue-ink); line-height: 1.35; font-size: 15px; }

.montevue-content-section,
.montevue-gallery-section,
.montevue-list-section,
.montevue-explore-section,
.montevue-other-stays { padding: clamp(58px,8vw,100px) 0; }
.montevue-content-section .montevue-prose { font-size: 18px; line-height: 1.8; color: #41413b; }
.montevue-content-section .montevue-prose p { margin: 0 0 1.35em; }
.montevue-content-section .montevue-prose p:last-child { margin-bottom: 0; }

.montevue-gallery-section { background: var(--montevue-soft); }
.montevue-gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); grid-auto-rows: 220px; gap: 10px; }
.montevue-gallery-item { appearance: none; border: 0; padding: 0; margin: 0; background: #ddd8cc; cursor: zoom-in; overflow: hidden; min-width: 0; }
.montevue-gallery-feature { grid-column: span 2; grid-row: span 2; }
.montevue-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.montevue-gallery-item:hover img { transform: scale(1.02); }
.montevue-gallery-item:focus-visible { outline: 3px solid var(--montevue-accent); outline-offset: 3px; }

.montevue-highlight-grid,
.montevue-amenity-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px 26px; }
.montevue-highlight-grid li,
.montevue-amenity-grid li { display: flex; align-items: flex-start; gap: 12px; padding: 18px 0; border-top: 1px solid var(--montevue-border); line-height: 1.55; }
.montevue-list-icon { color: var(--montevue-accent); font-weight: 900; }
.montevue-warning-section { background: #292923; color: #fff; }
.montevue-warning-section .montevue-kicker { color: #d7c597; }
.montevue-warning-section h2 { color: #fff; }
.montevue-important-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; max-width: 900px; }
.montevue-important-list li { display: flex; gap: 12px; line-height: 1.65; color: rgba(255,255,255,.92); }
.montevue-warning-section .montevue-list-icon { color: #d7c597; }

.montevue-explore-section { background: var(--montevue-soft); }
.montevue-explore-inner { display: grid; grid-template-columns: 1.6fr 1fr; gap: 70px; align-items: end; }
.montevue-explore-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.montevue-other-stays { background: #fff; }

.montevue-booking-cta { padding: clamp(50px,6vw,78px) 0; background: #dad2c1; }
.montevue-booking-cta-inner { display: grid; grid-template-columns: 1.5fr auto; gap: 38px; align-items: center; }
.montevue-booking-cta h2 { font-size: clamp(30px,4vw,48px); }
.montevue-booking-cta p { max-width: 700px; }

.montevue-mobile-book-bar { display: none; }

.montevue-lightbox { position: fixed; inset: 0; z-index: 999999; background: rgba(0,0,0,.92); display: none; align-items: center; justify-content: center; padding: 40px; }
.montevue-lightbox.is-open { display: flex; }
.montevue-lightbox img { max-width: min(1400px, 94vw); max-height: 88vh; object-fit: contain; box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.montevue-lightbox-close { position: fixed; right: 22px; top: 18px; width: 44px; height: 44px; color: #fff; border: 1px solid rgba(255,255,255,.55); background: rgba(0,0,0,.3); border-radius: 50%; font-size: 28px; line-height: 1; cursor: pointer; }
body.montevue-lightbox-lock { overflow: hidden; }

@media (max-width: 980px) {
  .montevue-stat-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .montevue-stat { border-bottom: 1px solid var(--montevue-border); }
  .montevue-stay-grid-three { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .montevue-gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: 210px; }
  .montevue-gallery-feature { grid-column: span 2; }
  .montevue-explore-inner { grid-template-columns: 1fr; gap: 28px; }
  .montevue-booking-cta-inner { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .montevue-inner, .montevue-narrow, .montevue-hero-inner { width: min(100% - 28px, 1180px); }
  .montevue-stay-grid, .montevue-stay-grid-three { grid-template-columns: 1fr; gap: 20px; }
  .montevue-card-body { padding: 22px 20px 24px; }
  .montevue-hero { min-height: 68vh; padding-bottom: 48px; }
  .montevue-hero h1 { font-size: clamp(39px,12vw,62px); }
  .montevue-hero-actions .montevue-book-button { width: 100%; }
  .montevue-secondary-button { width: 100%; }
  .montevue-stat-grid { grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; }
  .montevue-stat { padding: 18px 14px; }
  .montevue-stat:nth-child(odd) { border-left: 0; }
  .montevue-highlight-grid, .montevue-amenity-grid { grid-template-columns: 1fr; gap: 0; }
  .montevue-gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; gap: 6px; }
  .montevue-gallery-feature { grid-column: span 2; grid-row: span 2; }
  .montevue-comparison-table thead { display: none; }
  .montevue-comparison-table, .montevue-comparison-table tbody, .montevue-comparison-table tr, .montevue-comparison-table td { display: block; width: 100%; }
  .montevue-comparison-table tr { padding: 14px 0; border-bottom: 1px solid var(--montevue-border); }
  .montevue-comparison-table td { border: 0; padding: 7px 16px 7px 44%; position: relative; min-height: 34px; }
  .montevue-comparison-table td::before { content: attr(data-label); position: absolute; left: 16px; top: 7px; width: 38%; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--montevue-muted); font-weight: 700; }
  .montevue-mobile-book-bar { display: block; position: fixed; z-index: 99990; left: 0; right: 0; bottom: 0; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); box-shadow: 0 -5px 24px rgba(0,0,0,.13); backdrop-filter: blur(8px); }
  .montevue-mobile-book-bar .montevue-book-button { width: 100%; }
  .montevue-lightbox { padding: 18px; }
}

/* v1.1 richer long-form accommodation copy */
.montevue-content-section .montevue-prose h3 { margin: 1.9em 0 .55em; font-size: clamp(22px,2.4vw,30px); line-height: 1.25; color: #292923; }
.montevue-content-section .montevue-prose ul,
.montevue-content-section .montevue-prose ol { margin: 0 0 1.4em 1.3em; padding: 0; }
.montevue-content-section .montevue-prose li { margin: .35em 0; }
.montevue-accommodation-block.montevue-context-home { width: 100%; }
