:root {
  --gold: #C5A069;
  --gold-light: #e8d5b0;
  --navy: #0B1C3C;
  --navy-mid: #1a3260;
  --cream: #FDFBF7;
  --cream-dark: #F0EAD8;
  --text: #3a3a3a;
  --text-muted: #7a7a7a;
  --white: #ffffff;
  --radius: 16px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: auto; overflow-x: hidden; }
body { background: var(--cream); color: var(--text); font-family: 'Inter', sans-serif; overflow-x: hidden; -webkit-tap-highlight-color: transparent; }
html, body { max-width: 100vw; width: 100%; }
* { min-width: 0; }
img, video, iframe { max-width: 100%; height: auto; }
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 0.75rem 0; transition: all .35s ease; background: rgba(253,251,247,.97); backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(11,28,60,.06), 0 8px 30px rgba(11,28,60,.04); }
.logo-text { color: var(--navy); transition: color 0.4s; }
.btn-discover { border: 1px solid rgba(11,28,60,0.2); color: var(--navy); padding: 10px 22px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; transition: all 0.3s ease; background: transparent; cursor: pointer; }
.btn-discover:hover { border-color: var(--gold); color: var(--gold); }
.btn-book { background: var(--gold); color: white; padding: 11px 26px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s ease; white-space: nowrap; text-decoration: none; display: inline-block; }
.btn-book:hover { background: #b8925a; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(197,160,105,0.4); }
.burger-icon { width: 18px; height: 10px; display: flex; flex-direction: column; justify-content: space-between; }
.burger-icon span { display: block; height: 1.5px; width: 100%; background: currentColor; }
#nav-overlay { transition: opacity 0.5s ease, visibility 0.5s; opacity: 0; visibility: hidden; }
#nav-overlay.active { opacity: 1; visibility: visible; }
.nav-link { font-size: clamp(2rem,5vw,3.5rem); transition: all 0.4s ease; text-align: center; width: 100%; font-family: 'Playfair Display', serif; color: white; text-decoration: none; }
.nav-link:hover { color: var(--gold); letter-spacing: 0.05em; }
.page { max-width: 1200px; margin: 0 auto; padding: 5rem 1.25rem 5rem; overflow: hidden; word-wrap: break-word; overflow-wrap: break-word; }
.prop-intro { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1.5rem; margin-bottom: 2.5rem; overflow: hidden; }
.prop-intro-left { flex: 1; min-width: 0; }
.eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: var(--gold); margin-bottom: .5rem; display: block; }
.prop-title { font-family: 'Playfair Display', serif; font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 600; color: var(--navy); line-height: 1.05; margin-bottom: .75rem; }
.prop-title em { font-style: italic; font-weight: 300; }
.prop-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { background: white; border: 1px solid rgba(197,160,105,.2); color: var(--navy); padding: .35rem .8rem; border-radius: 100px; font-size: 11px; font-weight: 500; display: flex; align-items: center; gap: .3rem; }
.chip-dot { width: 4px; height: 4px; background: var(--gold); border-radius: 50%; }
.prop-intro-right { text-align: right; }
.price-tag { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 600; color: var(--navy); line-height: 1; }
.price-tag small { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 400; color: var(--text-muted); display: block; margin-top: 2px; }
.rating-row { display: flex; align-items: center; gap: .4rem; margin-top: .4rem; justify-content: flex-end; }
.stars { color: var(--gold); font-size: 11px; letter-spacing: 1px; }
.rating-text { font-size: 11px; color: var(--text-muted); }
.gallery-section { margin-bottom: 4rem; overflow: hidden; }
.gallery-heading { font-family: 'Playfair Display', serif; font-size: 1.15rem; font-weight: 400; color: var(--navy); margin-bottom: 1.25rem; display: flex; align-items: center; gap: .75rem; }
.gallery-heading::after { content: ''; flex: 1; height: 1px; background: rgba(11,28,60,.08); }
.gallery-count { font-size: 10px; color: var(--text-muted); }
.gallery-featured { position: relative; border-radius: 20px; overflow: hidden; margin-bottom: 1rem; box-shadow: 0 20px 60px rgba(11,28,60,.12); cursor: pointer; touch-action: pan-y; }
.gallery-featured img { width: 100%; max-height: 500px; object-fit: cover; display: block; transition: transform .6s ease; }
.gallery-featured:hover img { transform: scale(1.03); }
.gallery-featured-badge { position: absolute; top: 1rem; left: 1rem; background: rgba(11,28,60,.7); backdrop-filter: blur(8px); color: white; font-size: 10px; font-weight: 600; padding: .4rem .85rem; border-radius: 100px; letter-spacing: .06em; }
.gallery-featured-nav { position: absolute; top: 50%; transform: translateY(-50%); display: flex; justify-content: space-between; width: 100%; padding: 0 1rem; pointer-events: none; }
.g-btn-wrap { pointer-events: all; }
.g-nav-btn { width: 42px; height: 42px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); border: none; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--navy); box-shadow: 0 4px 14px rgba(0,0,0,.15); transition: all .2s; }
.g-nav-btn:hover { background: white; transform: scale(1.08); }
.gallery-featured-info { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(11,28,60,.65)); padding: 2.5rem 1.25rem 1rem; display: flex; justify-content: space-between; align-items: flex-end; }
.g-caption { color: white; font-size: 12px; font-weight: 500; }
.g-counter { background: rgba(255,255,255,.15); backdrop-filter: blur(8px); color: white; font-size: 11px; font-weight: 600; padding: .3rem .75rem; border-radius: 100px; border: 1px solid rgba(255,255,255,.2); }
.gallery-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: .6rem; }
@media(max-width: 640px) { .gallery-strip { grid-template-columns: repeat(3, 1fr); } }
.g-thumb { position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 4/3; cursor: pointer; border: 2.5px solid transparent; transition: all .25s; }
.g-thumb.active { border-color: var(--gold); box-shadow: 0 0 0 2px rgba(197,160,105,.3); }
.g-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.g-thumb:hover img { transform: scale(1.1); }
.g-thumb-num { position: absolute; inset: 0; background: rgba(11,28,60,.55); color: white; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; opacity: 0; transition: opacity .2s; }
.g-thumb:hover .g-thumb-num { opacity: 1; }
#lightbox { display: none; position: fixed; inset: 0; z-index: 3000; background: rgba(5,10,25,.95); align-items: center; justify-content: center; }
#lightbox.open { display: flex; }
.lb-inner { position: relative; max-width: min(85vw, 1000px); width: 100%; }
#lb-img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 10px; display: block; }
.lb-close { position: absolute; top: -3rem; right: 0; background: rgba(255,255,255,.1); border: none; color: white; width: 38px; height: 38px; border-radius: 50%; cursor: pointer; font-size: 17px; display: flex; align-items: center; justify-content: center; }
.lb-close:hover { background: rgba(255,255,255,.2); }
.lb-prev, .lb-next { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,.1); border: none; color: white; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; z-index: 1; }
.lb-prev { left: .5rem; } .lb-next { right: .5rem; }
@media(min-width: 700px) { .lb-prev { left: -3rem; } .lb-next { right: -3rem; } }
.lb-prev:hover, .lb-next:hover { background: rgba(255,255,255,.2); }
.lb-info { position: absolute; bottom: -2.5rem; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; }
.lb-cap { color: rgba(255,255,255,.6); font-size: 12px; }
.lb-cnt { color: rgba(255,255,255,.4); font-size: 11px; font-weight: 600; }
.two-col { display: grid; gap: 3rem; align-items: start; min-width: 0; width: 100%; }
.two-col > * { min-width: 0; overflow: hidden; }
@media(min-width: 1000px) { .two-col { grid-template-columns: 1fr 340px; } }
.sec { margin-bottom: 3rem; }
.sec-title { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3vw, 2.1rem); font-weight: 600; color: var(--navy); line-height: 1.15; margin-bottom: .5rem; }
.sec-title em { font-style: italic; font-weight: 300; }
.sec-rule { width: 32px; height: 2px; background: var(--gold); border-radius: 2px; margin-bottom: 1.5rem; }
.body-text { font-size: 14.5px; line-height: 1.85; color: var(--text-muted); margin-bottom: 1.2rem; word-wrap: break-word; overflow-wrap: break-word; }
.divider { border: none; border-top: 1px solid rgba(11,28,60,.07); margin: 2.5rem 0; }
.stats-row { display: grid; grid-template-columns: repeat(2,1fr); gap: .75rem; margin-bottom: 2.5rem; }
@media(min-width: 480px) { .stats-row { grid-template-columns: repeat(4,1fr); } }
.stat-card { background: white; border-radius: 14px; padding: 1rem .9rem; text-align: center; border: 1px solid rgba(197,160,105,.13); transition: all .25s; }
.stat-card:hover { border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(197,160,105,.1); }
.stat-icon { width: 32px; height: 32px; background: rgba(197,160,105,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto .5rem; color: var(--gold); }
.stat-val { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); line-height: 1; }
.stat-lbl { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #94a3b8; margin-top: 2px; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
@media(min-width: 480px) { .amenities { grid-template-columns: repeat(3,1fr); } }
.amenity { display: flex; align-items: center; gap: .5rem; padding: .55rem .65rem; background: white; border-radius: 10px; border: 1px solid rgba(11,28,60,.05); transition: all .2s; overflow: hidden; }
.amenity:hover { border-color: rgba(197,160,105,.4); }
.amenity-ico { width: 26px; height: 26px; min-width: 26px; flex-shrink: 0; background: rgba(197,160,105,.1); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--gold); }
.amenity-name { font-size: 11px; font-weight: 500; color: var(--navy); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.exp-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; }
@media(min-width: 640px) { .exp-row { grid-template-columns: repeat(4, 1fr); } }
.exp-card { background: white; border-radius: 14px; overflow: hidden; border: 1px solid rgba(11,28,60,.05); transition: all .3s; }
.exp-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(11,28,60,.08); }
.exp-img { width: 100%; height: 120px; object-fit: cover; }
.exp-body { padding: .75rem; }
.exp-cat { font-size: 8px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: .25rem; }
.exp-name { font-family: 'Playfair Display', serif; font-size: 12.5px; font-weight: 600; color: var(--navy); margin-bottom: .2rem; }
.exp-desc { font-size: 10px; color: #94a3b8; line-height: 1.5; }
.reviews { display: grid; gap: .85rem; }
@media(min-width: 560px) { .reviews { grid-template-columns: 1fr 1fr; } }
.review { background: white; border-radius: 14px; padding: 1.25rem; border: 1px solid rgba(11,28,60,.05); overflow: hidden; }
.r-stars { color: var(--gold); font-size: 10px; letter-spacing: 2px; margin-bottom: .65rem; }
.r-text { font-size: 12.5px; line-height: 1.7; color: #5a5a5a; font-style: italic; margin-bottom: .85rem; }
.r-author { display: flex; align-items: center; gap: .55rem; }
.r-av { width: 30px; height: 30px; min-width: 30px; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #2A9D8F); display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 10px; }
.r-name { font-size: 11px; font-weight: 600; color: var(--navy); }
.r-meta { font-size: 9.5px; color: #94a3b8; }
.map-wrap { border-radius: 16px; overflow: hidden; height: 300px; position: relative; margin-top: 1.25rem; border: 1px solid rgba(11,28,60,.07); box-shadow: 0 6px 24px rgba(11,28,60,.06); }
@media(max-width:480px) { .map-wrap { height: 220px; } }
.map-wrap iframe { width: 100%; height: 100%; border: none; display: block; }
.map-pin { position: absolute; bottom: .85rem; left: .85rem; background: var(--navy); color: white; font-size: 10px; font-weight: 600; padding: .4rem .8rem; border-radius: 100px; display: flex; align-items: center; gap: .35rem; box-shadow: 0 3px 12px rgba(11,28,60,.3); }
.map-link { position: absolute; bottom: .85rem; right: .85rem; background: white; color: var(--navy); font-size: 9px; font-weight: 700; padding: .4rem .8rem; border-radius: 100px; text-decoration: none; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 3px 12px rgba(0,0,0,.12); transition: .2s; }
.map-link:hover { background: var(--gold); color: white; }
.dist-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .6rem; margin-top: 1rem; }
@media(min-width:480px) { .dist-grid { grid-template-columns: repeat(4,1fr); } }
.dist-card { background: white; border-radius: 12px; padding: .8rem; text-align: center; border: 1px solid rgba(197,160,105,.1); }
.dist-val { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--navy); }
.dist-lbl { font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #94a3b8; margin-top: 2px; }
.surroundings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media(min-width: 640px) { .surroundings-grid { grid-template-columns: repeat(3, 1fr); } }
@media(min-width: 1024px) { .surroundings-grid { grid-template-columns: repeat(4, 1fr); } }
.surround-card { background: white; border-radius: 14px; padding: 1.25rem; border: 1px solid rgba(11,28,60,.05); transition: all .3s; text-align: center; }
.surround-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px rgba(11,28,60,.08); border-color: rgba(197,160,105,.3); }
.surround-icon { width: 48px; height: 48px; background: rgba(197,160,105,.1); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 0.75rem; color: var(--gold); flex-shrink: 0; }
.surround-label { font-size: 8.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.surround-title { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 600; color: var(--navy); margin-bottom: 0.5rem; }
.surround-desc { font-size: 11px; color: #94a3b8; line-height: 1.6; }
.booking-card { background: white; border-radius: 20px; padding: 1.5rem; border: 1px solid rgba(11,28,60,.07); box-shadow: 0 20px 60px rgba(11,28,60,.08); position: sticky; top: 85px; overflow: hidden; }
.bk-price { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--navy); margin-bottom: 1.2rem; }
.bk-price small { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 400; color: #94a3b8; }
.field-group { border: 1.5px solid rgba(11,28,60,.09); border-radius: 12px; overflow: hidden; margin-bottom: .75rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; }
.field { padding: 10px 12px; cursor: pointer; transition: background .2s; user-select: none; }
.field:hover, .field.open { background: #f8fafc; }
.field-row .field:first-child { border-right: 1.5px solid rgba(11,28,60,.07); }
.field-single { border-top: 1.5px solid rgba(11,28,60,.07); }
.flbl { font-size: 7.5px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: #94a3b8; margin-bottom: 2px; }
.fval { font-size: 12.5px; font-weight: 600; color: var(--navy); }
.fph { color: #cbd5e1; font-weight: 400; font-size: 12px; }
.cal-panel { display: none; border-top: 1.5px solid rgba(11,28,60,.07); padding: 12px; }
.cal-panel.open { display: block; }
.cal-hdr { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.cal-nav { width: 26px; height: 26px; background: #f1f5f9; border: none; border-radius: 50%; cursor: pointer; color: var(--navy); font-size: 15px; display: flex; align-items: center; justify-content: center; transition: .2s; }
.cal-nav:hover { background: #e2e8f0; }
.cal-month { font-family: 'Playfair Display', serif; font-size: 12.5px; font-weight: 600; color: var(--navy); }
.cal-grid { display: grid; grid-template-columns: repeat(7,1fr); }
.cal-dh { font-size: 7.5px; font-weight: 700; color: #94a3b8; text-align: center; padding: 3px 0; }
.cal-day { height: 30px; display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 500; cursor: pointer; border-radius: 50%; color: var(--navy); transition: .15s; }
.cal-day:hover:not(.cal-empty):not(.cal-past) { background: #f1f5f9; }
.cal-past { color: #d1d5db; cursor: default; pointer-events: none; }
.cal-blocked { color: #b91c1c; background: #fdf0ee; text-decoration: line-through; cursor: not-allowed; pointer-events: none; opacity: .8; }
.cal-empty { cursor: default; }
.cal-sel { background: var(--gold) !important; color: white !important; border-radius: 50% !important; }
.cal-range { background: rgba(197,160,105,.13); border-radius: 0; }
.cal-rs { border-radius: 50% 0 0 50% !important; } .cal-re { border-radius: 0 50% 50% 0 !important; }
.cal-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 8px; border-top: 1px solid #f1f5f9; margin-top: 6px; }
.cal-clear { font-size: 9.5px; color: #94a3b8; background: none; border: none; cursor: pointer; font-weight: 600; text-decoration: underline; }
.cal-nights { font-size: 9.5px; font-weight: 700; color: var(--gold); background: rgba(197,160,105,.1); padding: 2px 8px; border-radius: 100px; }
.guests-panel { display: none; border-top: 1.5px solid rgba(11,28,60,.07); padding: 12px; }
.guests-panel.open { display: block; }
.g-row { display: flex; align-items: center; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #f8fafc; }
.g-row:last-child { border-bottom: none; }
.g-type { font-size: 12px; font-weight: 600; color: var(--navy); }
.g-sub { font-size: 10px; color: #94a3b8; }
.g-ctrl { display: flex; align-items: center; gap: 8px; }
.g-btn { width: 26px; height: 26px; border: 1.5px solid #e2e8f0; border-radius: 50%; background: white; cursor: pointer; color: var(--navy); font-size: 14px; display: flex; align-items: center; justify-content: center; transition: .2s; }
.g-btn:hover:not(:disabled) { border-color: var(--navy); }
.g-btn:disabled { opacity: .3; cursor: default; }
.g-num { font-size: 13px; font-weight: 700; color: var(--navy); min-width: 14px; text-align: center; }
.breakdown { display: none; margin-top: .9rem; padding-top: .9rem; border-top: 1px solid #f1f5f9; }
.breakdown.show { display: block; }
.bd-row { display: flex; justify-content: space-between; font-size: 11.5px; color: #5a5a5a; margin-bottom: .3rem; }
.bd-total { font-weight: 700; color: var(--navy); font-size: 12.5px; border-top: 1px solid #f1f5f9; padding-top: .5rem; margin-top: .3rem; }
.bk-btn { width: 100%; background: var(--navy); color: white; border: none; padding: 14px; border-radius: 11px; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px; transition: all .3s; margin-top: .9rem; }
.bk-btn:hover { background: #25d366; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,211,102,.3); }
.bk-btn svg { transition: transform .3s; } .bk-btn:hover svg { transform: scale(1.15); }
.bk-note { text-align: center; font-size: 9.5px; color: #94a3b8; margin-top: .5rem; line-height: 1.5; }
.mob-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid rgba(11,28,60,.07); padding: .85rem 1.25rem; align-items: center; justify-content: space-between; z-index: 600; box-shadow: 0 -6px 24px rgba(11,28,60,.06); }
@media(max-width: 999px) { .mob-bar { display: flex; } body { padding-bottom: 80px; } }
.mob-price { font-family: 'Playfair Display', serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); }
.mob-price small { font-family: 'Inter', sans-serif; font-size: 10px; color: #94a3b8; font-weight: 400; }
.mob-btn { background: var(--navy); color: white; border: none; padding: 11px 22px; border-radius: 100px; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: .3s; }
.mob-btn:hover { background: var(--gold); }
#mob-modal { display: none; position: fixed; inset: 0; z-index: 2500; align-items: flex-end; }
#mob-modal.open { display: flex; }
.mob-backdrop { position: absolute; inset: 0; background: rgba(11,28,60,.45); backdrop-filter: blur(4px); }
.mob-sheet { position: relative; background: var(--cream); border-radius: 20px 20px 0 0; padding: 1.25rem 1.25rem 2.5rem; width: 100%; max-height: 88vh; overflow-y: auto; z-index: 1; }
.mob-handle { width: 36px; height: 4px; background: #dde; border-radius: 2px; margin: 0 auto 1rem; }
#toast { position: fixed; bottom: 90px; left: 50%; transform: translateX(-50%) translateY(16px); background: var(--navy); color: white; padding: .7rem 1.4rem; border-radius: 100px; font-size: 11.5px; font-weight: 500; opacity: 0; z-index: 9000; transition: all .3s; pointer-events: none; white-space: nowrap; max-width: 90vw; text-align: center; }
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
@media(min-width:1000px) { #toast { bottom: 40px; } }
.logo-mark { width: 36px; height: 36px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; color: #fff; font-weight: 700; font-size: 15px; }
.logo-name { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 1.05rem; line-height: 1.2; }
.logo-name small { display: block; font-weight: 300; font-size: .75rem; color: var(--gold); }
footer { background: var(--navy); color: white; overflow: hidden; }
.ft-inner { max-width: 1200px; margin: 0 auto; padding: 3.5rem 1.5rem 2rem; display: grid; gap: 2rem; overflow: hidden; }
@media(min-width:768px) { .ft-inner { grid-template-columns: 2fr 1fr 1fr 1fr; padding: 4.5rem 1.5rem 2.5rem; } }
.ft-desc { font-size: 12px; color: rgba(255,255,255,.38); line-height: 1.8; margin-top: .75rem; max-width: 240px; }
.ft-col-title { font-size: 8.5px; font-weight: 700; letter-spacing: .25em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.ft-a { display: block; font-size: 12px; color: rgba(255,255,255,.4); text-decoration: none; margin-bottom: .55rem; transition: color .2s; }
.ft-a:hover { color: white; }
.ft-line { border-top: 1px solid rgba(255,255,255,.06); }
.ft-bottom { max-width: 1200px; margin: 0 auto; padding: 1rem 1.5rem; display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; justify-content: space-between; }
.ft-copy { font-size: 10px; color: rgba(255,255,255,.2); }
.back-home { display: inline-flex; align-items: center; gap: .4rem; font-size: 11px; color: rgba(255,255,255,.4); text-decoration: none; transition: color .2s; }
.back-home:hover { color: var(--gold); }
@media(max-width: 640px) {
  .page { padding: 4.5rem 0.75rem 4rem; } .prop-intro { flex-direction: column; } .prop-intro-right { text-align: left; } .rating-row { justify-content: flex-start; }
  .prop-title { font-size: clamp(1.6rem, 5vw, 2.4rem); } .price-tag { font-size: 1.4rem; } .gallery-featured { border-radius: 14px; } .gallery-featured img { max-height: 280px; }
  .sec-title { font-size: clamp(1.2rem, 4vw, 1.6rem); } .booking-card { padding: 1rem; } .bk-price { font-size: 1.4rem; } .two-col { gap: 1.5rem; }
  .exp-row { grid-template-columns: repeat(2, 1fr); gap: .5rem; } .reviews { grid-template-columns: 1fr; } .ft-inner { gap: 1.5rem; padding: 2.5rem 1rem 1.5rem; }
  .body-text { font-size: 13px; } .eyebrow { font-size: 8px; letter-spacing: .25em; } .map-wrap { height: 200px; } .mob-sheet { padding: 1rem 1rem 2rem; }
}
@media(max-width: 400px) {
  .page { padding: 4rem 0.5rem 2.5rem; } .amenities { grid-template-columns: 1fr; } .prop-title { font-size: 1.4rem; } .chip { font-size: 9px; padding: .25rem .5rem; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); gap: .4rem; } .dist-grid { grid-template-columns: repeat(2, 1fr); } .body-text { font-size: 12.5px; line-height: 1.7; }
  .ft-inner { padding: 2rem 0.75rem 1.5rem; } .ft-bottom { padding: .75rem; }
}

/* == Accessibility & polish (focus, motion, contrast, breakdown states) == */
:root { --gold-text: #8A6B3B; }
.eyebrow, .exp-cat, .surround-label, .cal-nights { color: var(--gold-text); }
a:focus-visible, button:focus-visible, [tabindex]:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.g-thumb:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.field:focus-within { background: #f8fafc; }
.bd-empty { font-size: 11.5px; color: #94a3b8; text-align: center; padding: .3rem 0 .1rem; line-height: 1.5; }
.bd-calcing { color: #94a3b8 !important; font-weight: 500 !important; }
@keyframes bdFadeIn { from { opacity: 0; transform: translateY(2px); } to { opacity: 1; transform: none; } }
.bd-ready { animation: bdFadeIn .35s ease; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto !important; }
}
/* == Motion & micro-interactions == */
html { scroll-behavior: smooth; }
button, a { touch-action: manipulation; }
.bk-btn:active, .mob-btn:active, .btn-book:active, .btn-discover:active, .g-nav-btn:active, .cal-nav:active, .g-btn:active { transform: scale(.96); }
.stat-card:active, .amenity:active, .surround-card:active { transform: scale(.985); }
@keyframes imgFade { from { opacity: .3; } to { opacity: 1; } }
.img-swap { animation: imgFade .4s ease; }
.rv { opacity: 0; transform: translateY(22px); transition: opacity .65s cubic-bezier(.22,.61,.36,1), transform .65s cubic-bezier(.22,.61,.36,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }