:root {
  --ink: #112d2a;
  --ink-2: #1a3d39;
  --paper: #f7f4ee;
  --cream: #eee8dc;
  --white: #fffdf9;
  --coral: #f07a61;
  --lime: #c8ddad;
  --sky: #b8d4d4;
  --line: rgba(17, 45, 42, .15);
  --muted: rgba(17, 45, 42, .62);
  --shadow: 0 30px 80px rgba(12, 37, 34, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { max-width: 100%; }
.site-width { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }
.public-site { overflow: hidden; }
.kicker { margin: 0 0 20px; color: var(--coral); font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.kicker--light { color: rgba(255,255,255,.68); }

/* Public header */
.modern-header { position: relative; z-index: 20; height: 108px; padding: 0 max(36px, calc((100vw - 1380px) / 2)); display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 45px; border-bottom: 1px solid var(--line); background: rgba(247,244,238,.94); backdrop-filter: blur(18px); }
.modern-header--dark { position: absolute; inset: 0 0 auto; color: #fff; border-color: rgba(255,255,255,.25); background: transparent; }
.modern-logo img { width: 215px; height: 74px; display: block; object-fit: contain; object-position: left center; }
.modern-header nav { display: flex; justify-content: center; gap: 40px; }
.modern-header nav a { position: relative; font-size: 12px; font-weight: 650; letter-spacing: .04em; }
.modern-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: currentColor; transition: right .25s ease; }
.modern-header nav a:hover::after { right: 0; }
.header-cta { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; gap: 26px; border: 1px solid currentColor; font-size: 11px; font-weight: 750; letter-spacing: .04em; }
.header-cta:hover { color: #fff; border-color: var(--coral); background: var(--coral); }
.nav-toggle { display: none; border: 0; color: inherit; background: none; }

/* Homepage */
.home-hero { position: relative; min-height: 870px; display: flex; align-items: flex-end; color: #fff; background: var(--ink); }
.hero-photo, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 57%; }
.hero-overlay { background: linear-gradient(90deg, rgba(7,31,31,.82) 0%, rgba(7,31,31,.36) 48%, rgba(7,31,31,.12) 100%), linear-gradient(0deg, rgba(7,31,31,.65), transparent 54%); }
.hero-inner { position: relative; z-index: 2; padding-bottom: 160px; }
.hero-inner h1 { max-width: 940px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(74px, 9.5vw, 144px); font-weight: 400; line-height: .79; letter-spacing: -.07em; }
.hero-inner h1 em { display: inline-block; margin-left: 110px; color: var(--lime); font-weight: 400; }
.hero-inner > p:last-child { max-width: 470px; margin: 42px 0 0 116px; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,.8); }
.hero-scroll { position: absolute; z-index: 2; right: 42px; bottom: 120px; display: flex; align-items: center; gap: 18px; transform: rotate(90deg); transform-origin: right center; font-size: 9px; letter-spacing: .25em; }
.hero-scroll i { width: 76px; height: 1px; background: rgba(255,255,255,.6); }
.hero-search { position: relative; z-index: 5; margin-top: -78px; padding: 26px 28px 26px 36px; display: grid; grid-template-columns: 190px 1fr; align-items: center; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.search-heading { display: flex; gap: 18px; align-items: center; border-right: 1px solid var(--line); }
.search-heading span { color: var(--coral); font-family: Georgia, serif; font-size: 32px; }
.search-heading p { max-width: 105px; margin: 0; font-size: 11px; font-weight: 750; line-height: 1.45; }
.search-bar { display: grid; grid-template-columns: 1fr 1fr .85fr auto; align-items: end; }
.search-bar label { min-width: 0; padding: 2px 28px; border-right: 1px solid var(--line); }
.search-bar label span, .booking-fields label span, .guest-select > span { display: block; margin-bottom: 10px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.search-bar input, .search-bar select { width: 100%; min-height: 34px; border: 0; outline: 0; color: var(--ink); background: transparent; font-family: Georgia, serif; font-size: 17px; }
.search-bar button { min-height: 58px; padding: 0 28px; display: flex; align-items: center; gap: 18px; border: 0; color: #fff; background: var(--ink); font-size: 11px; font-weight: 750; letter-spacing: .03em; }
.search-bar button:hover { background: var(--coral); }
.search-icon { font-size: 19px; font-weight: 400; }
.modern-intro { padding: 170px 0 150px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 130px; align-items: end; }
.modern-intro h2, .section-intro h2, .home-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(52px, 5.7vw, 86px); font-weight: 400; line-height: .99; letter-spacing: -.05em; }
.modern-intro h2 em, .home-cta h2 em { color: var(--coral); font-weight: 400; }
.modern-intro > div:last-child p { margin: 0 0 30px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.modern-intro a, .story-copy a, .home-cta a, .property-title > a { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.collection-section { padding: 130px 0 160px; background: var(--cream); }
.section-intro { display: grid; grid-template-columns: 1fr 320px; align-items: end; gap: 80px; margin-bottom: 70px; }
.section-intro > p { margin: 0 0 4px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.stays-stack, .results-list { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: start; }
.stay-card { background: var(--white); }
.stay-card:nth-child(2) { margin-top: 90px; }
.stay-card-image { position: relative; height: 580px; display: block; overflow: hidden; background: #c9cec6; }
.stay-card-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.2,1); }
.stay-card-image:hover > img { transform: scale(1.035); }
.rating-chip, .image-count { position: absolute; top: 22px; padding: 10px 13px; color: #fff; background: rgba(12,42,38,.82); backdrop-filter: blur(12px); font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.rating-chip { left: 22px; }
.image-count { right: 22px; }
.stay-card-body { padding: 34px 36px 32px; }
.stay-card-title { display: flex; align-items: end; justify-content: space-between; gap: 22px; }
.stay-card-title h3 { max-width: 420px; margin: 0; font-family: Georgia, serif; font-size: 37px; font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.stay-card-title > span { white-space: nowrap; color: var(--muted); font-size: 10px; }
.stay-card-body > p:not(.kicker) { max-width: 560px; margin: 23px 0 32px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.stay-card-footer { padding-top: 24px; display: flex; justify-content: space-between; gap: 30px; align-items: end; border-top: 1px solid var(--line); }
.stay-card-footer small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.stay-card-footer strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.stay-card-footer strong em { color: var(--muted); font-family: inherit; font-size: 12px; font-style: normal; }
.stay-card-footer > a { display: flex; gap: 20px; align-items: center; font-size: 10px; font-weight: 800; letter-spacing: .05em; }
.story-band { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 710px; color: #fff; background: var(--ink); }
.story-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.story-copy { padding: 100px clamp(55px, 7vw, 120px); display: flex; flex-direction: column; justify-content: center; }
.story-copy blockquote { margin: 0 0 35px; font-family: Georgia, serif; font-size: clamp(42px, 4.2vw, 67px); line-height: 1.04; letter-spacing: -.045em; }
.story-copy > p:not(.kicker) { max-width: 500px; margin: 0 0 40px; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.85; }
.story-copy a { width: fit-content; color: var(--lime); }
.service-grid { padding: 125px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.service-grid article { min-height: 240px; padding: 0 55px; border-left: 1px solid var(--line); }
.service-grid article:first-child { padding-left: 0; border-left: 0; }
.service-grid article > span { color: var(--coral); font-family: Georgia, serif; font-size: 22px; }
.service-grid h3 { margin: 55px 0 15px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.service-grid p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.home-cta { padding: 150px 0; color: #fff; background: linear-gradient(90deg, rgba(10,42,38,.95), rgba(10,42,38,.58)), url("https://a0.muscache.com/im/pictures/miso/Hosting-767381550281823925/original/85a6dfdf-2cd0-4d98-ae84-e59266fc7e1a.jpeg?im_w=1200") center / cover; }
.home-cta h2 { max-width: 930px; }
.home-cta h2 em { color: var(--lime); }
.home-cta a { margin-top: 45px; color: var(--lime); }

/* Footer */
.modern-footer { padding: 105px max(36px, calc((100vw - 1380px) / 2)) 35px; color: #fff; background: #0a2422; }
.footer-top { padding-bottom: 85px; display: grid; grid-template-columns: 260px 1fr auto; gap: 70px; align-items: end; border-bottom: 1px solid rgba(255,255,255,.17); }
.footer-top img { width: 230px; }
.footer-top h2 { max-width: 760px; margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 70px); font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.footer-top > a { padding-bottom: 8px; display: flex; gap: 24px; border-bottom: 1px solid var(--lime); color: var(--lime); font-size: 11px; font-weight: 800; }
.footer-grid { padding: 55px 0 70px; display: grid; grid-template-columns: 1.4fr .6fr .6fr; gap: 80px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-grid span { margin-bottom: 10px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.footer-grid p { max-width: 450px; margin: 0; color: rgba(255,255,255,.64); font-size: 12px; line-height: 1.8; }
.footer-grid a { color: rgba(255,255,255,.8); font-size: 12px; }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .08em; }

/* Availability results */
.availability-page { min-height: 100vh; }
.results-hero { padding: 110px 0 95px; background: var(--cream); }
.results-hero h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(66px, 8vw, 116px); font-weight: 400; line-height: .85; letter-spacing: -.065em; }
.results-hero h1 em { color: var(--coral); font-weight: 400; }
.results-hero > div > p:last-child { margin: 35px 0 0; color: var(--muted); font-size: 14px; }
.results-search { position: relative; z-index: 2; margin-top: -37px; padding: 22px; background: var(--white); box-shadow: var(--shadow); }
.search-bar--compact { grid-template-columns: 1fr 1fr .7fr auto; }
.results-section { padding: 120px 0 150px; }
.results-section > header { margin-bottom: 65px; display: flex; justify-content: space-between; align-items: end; gap: 80px; }
.results-section > header > div { display: flex; align-items: baseline; gap: 22px; }
.results-section > header span { color: var(--coral); font-family: Georgia, serif; font-size: 28px; }
.results-section > header h2 { margin: 0; font-family: Georgia, serif; font-size: 49px; font-weight: 400; letter-spacing: -.04em; }
.results-section > header p { max-width: 390px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.results-list .stay-card:nth-child(2) { margin-top: 70px; }
.no-results { padding: 100px; text-align: center; border: 1px solid var(--line); background: var(--white); }
.no-results > span { color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.no-results h2 { max-width: 620px; margin: 25px auto; font-family: Georgia, serif; font-size: 52px; font-weight: 400; line-height: 1; }
.no-results p { max-width: 550px; margin: auto; color: var(--muted); line-height: 1.8; }
.results-note { padding: 65px 0; background: var(--sky); }
.results-note > div { display: grid; grid-template-columns: 230px 1fr; gap: 80px; }
.results-note span { font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.results-note p { max-width: 780px; margin: 0; font-family: Georgia, serif; font-size: 27px; line-height: 1.35; }

/* Property page */
.property-title { padding: 95px 0 48px; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.property-title h1 { max-width: 950px; margin: 0; font-family: Georgia, serif; font-size: clamp(62px, 7.4vw, 104px); font-weight: 400; line-height: .88; letter-spacing: -.06em; }
.property-meta { margin-top: 28px; display: flex; gap: 25px; color: var(--muted); font-size: 11px; }
.property-title > a { white-space: nowrap; }
.gallery-stage { height: 710px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 8px; overflow: hidden; background: #d2d4cf; }
.gallery-stage button { position: relative; padding: 0; display: block; border: 0; overflow: hidden; background: #ced3ce; }
.gallery-stage img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.gallery-stage button:hover img { transform: scale(1.025); }
.gallery-side { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 8px; }
.gallery-side button span { position: absolute; right: 15px; bottom: 15px; padding: 12px 15px; color: #fff; background: rgba(9,37,34,.88); font-size: 9px; font-weight: 800; letter-spacing: .05em; }
.thumbnail-rail { margin: 12px 0 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.thumbnail-rail button { height: 116px; padding: 0; border: 0; overflow: hidden; background: #d4d7d2; }
.thumbnail-rail img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.thumbnail-rail button:hover img { opacity: .72; }
.lightbox { position: fixed; z-index: 100; inset: 0; padding: 70px 110px 100px; display: grid; place-items: center; color: #fff; background: rgba(4,17,16,.97); }
.lightbox > header { position: absolute; top: 24px; left: 36px; right: 36px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.lightbox > header button { padding: 10px 0; border: 0; border-bottom: 1px solid currentColor; color: #fff; background: none; }
.lightbox > img { max-width: 100%; max-height: calc(100vh - 200px); object-fit: contain; }
.lightbox-prev, .lightbox-next { position: absolute; top: 50%; width: 55px; height: 55px; border: 1px solid rgba(255,255,255,.35); color: #fff; background: transparent; font-size: 25px; }
.lightbox-prev { left: 30px; }.lightbox-next { right: 30px; }
.lightbox > div { position: absolute; bottom: 20px; left: 50%; max-width: calc(100% - 80px); display: flex; gap: 7px; transform: translateX(-50%); }
.lightbox > div button { width: 72px; height: 48px; padding: 0; border: 2px solid transparent; opacity: .48; background: none; }
.lightbox > div button.active { border-color: var(--coral); opacity: 1; }
.lightbox > div img { width: 100%; height: 100%; object-fit: cover; }
.property-overview { padding: 145px 0; display: grid; grid-template-columns: 1.15fr .55fr; gap: 135px; }
.overview-main h2 { max-width: 820px; margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 73px); font-weight: 400; line-height: 1.04; letter-spacing: -.047em; }
.overview-main > p:not(.kicker) { max-width: 750px; margin: 35px 0 55px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.property-facts { padding-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; border-top: 1px solid var(--line); }
.property-facts span { color: var(--muted); font-size: 10px; line-height: 1.5; }
.property-facts b { display: block; margin-bottom: 7px; color: var(--ink); font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.property-overview > aside article { padding: 24px 0; display: grid; grid-template-columns: 38px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.property-overview > aside article > span { color: var(--coral); font-family: Georgia, serif; font-size: 18px; }
.property-overview > aside h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.property-overview > aside p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.details-band { padding: 130px 0; color: #fff; background: var(--ink); }
.property-columns-modern { display: grid; grid-template-columns: 1fr .8fr .75fr; gap: 75px; }
.property-columns-modern h2 { margin: 0 0 35px; font-family: Georgia, serif; font-size: 46px; font-weight: 400; }
.property-columns-modern ul { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 17px 30px; list-style: none; }
.property-columns-modern article:nth-child(2) ul { grid-template-columns: 1fr; }
.property-columns-modern li { display: flex; align-items: baseline; gap: 10px; color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.55; }
.property-columns-modern li span { color: var(--lime); }
.rate-card { padding: 38px; color: var(--ink); background: var(--lime); }
.rate-card .kicker { color: rgba(17,45,42,.62); }
.rate-card h2 { font-size: 38px; }
.rate-card > div { padding: 15px 0; display: flex; justify-content: space-between; border-top: 1px solid rgba(17,45,42,.18); font-size: 11px; }
.rate-card > div strong { font-size: 13px; }
.rate-card small { display: block; margin-top: 22px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.property-availability { padding: 140px 0; }
.calendar-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.property-month { padding: 32px; border: 1px solid var(--line); background: var(--white); }
.property-month > header { margin-bottom: 28px; display: flex; justify-content: space-between; align-items: end; }
.property-month h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }
.property-month header span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-weekdays, .property-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.property-weekdays span { padding: 9px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.property-days button, .property-days > i { min-height: 74px; border: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: transparent; }
.property-days button { padding: 9px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; color: var(--ink); }
.property-days button:nth-child(7n), .property-days > i:nth-child(7n) { border-right: 1px solid var(--line); }
.property-days button span { font-family: Georgia, serif; font-size: 18px; }
.property-days button small { color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-days button:not(:disabled):hover { color: #fff; background: var(--coral); }
.property-days .is-blocked { color: rgba(17,45,42,.38); background: #e2e2dd; cursor: not-allowed; }
.property-days .is-blocked small { color: #a65f54; }
.property-days .is-selected { color: #fff; background: var(--ink-2); }
.property-days .is-selected small, .property-days .is-edge small { color: rgba(255,255,255,.68); }
.property-days .is-edge { color: #fff; background: var(--coral); }
.property-booking-modern { padding: 135px 0; color: #fff; background: #163b38; }
.booking-layout { display: grid; grid-template-columns: .65fr 1fr; gap: 120px; align-items: start; }
.booking-layout > div h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(60px, 6vw, 88px); font-weight: 400; line-height: .9; letter-spacing: -.05em; }
.booking-layout > div > p:last-child { max-width: 440px; margin: 35px 0 0; color: rgba(255,255,255,.65); font-size: 13px; line-height: 1.8; }
.booking-summary { padding: 46px; color: var(--ink); background: var(--white); }
.booking-summary > h3 { margin: 0 0 32px; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }
.booking-fields, .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.booking-fields input, .guest-select select, .inquiry-form input, .inquiry-form textarea { width: 100%; padding: 14px; border: 1px solid var(--line); outline: none; background: transparent; }
.guest-select { display: block; margin-top: 17px; }
.guest-select select { background: var(--white); }
.price-breakdown { margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); }
.price-breakdown > div { padding: 10px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.price-breakdown b { color: var(--ink); }
.price-breakdown .price-total { margin-top: 12px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font-family: Georgia, serif; font-size: 20px; }
.booking-message, .booking-error { margin: 25px 0 0; padding: 16px; color: var(--muted); background: var(--cream); font-size: 11px; line-height: 1.65; }
.booking-error { color: #713f36; background: #fae2dc; }
.inquiry-form { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.inquiry-form label { display: block; margin-bottom: 15px; }
.inquiry-form label > span:first-child { display: block; margin-bottom: 8px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-consent { display: flex !important; align-items: flex-start; gap: 9px; }
.form-consent input { width: 15px; margin-top: 3px; }
.form-consent span { text-transform: none !important; letter-spacing: 0 !important; line-height: 1.5; }
.inquiry-form > button { width: 100%; min-height: 54px; margin-top: 8px; display: flex; justify-content: center; align-items: center; gap: 25px; border: 0; color: #fff; background: var(--coral); font-size: 11px; font-weight: 800; }
.inquiry-form > small { display: block; margin-top: 12px; color: var(--muted); font-size: 8px; }
.booking-success { margin-top: 28px; padding: 28px; background: var(--lime); }
.booking-success > span { font-size: 26px; }.booking-success h3 { margin: 18px 0 10px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }.booking-success p { margin: 0; font-size: 11px; line-height: 1.7; }
.location-modern { padding: 145px 0; display: grid; grid-template-columns: .55fr 1fr; gap: 100px; align-items: center; }
.location-modern h2 { margin: 0; font-family: Georgia, serif; font-size: 59px; font-weight: 400; line-height: 1; letter-spacing: -.045em; }
.location-modern > div:first-child > p:not(.kicker) { margin: 28px 0 35px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.nearby-list { border-top: 1px solid var(--line); }
.nearby-list > span { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; }.nearby-list small { color: var(--muted); }
.map-frame { position: relative; height: 590px; background: var(--sky); }.map-frame iframe { width: 100%; height: 100%; border: 0; filter: saturate(.65) contrast(.95); }.map-frame > span { position: absolute; left: 18px; bottom: 18px; padding: 11px 14px; color: #fff; background: var(--ink); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.property-other { padding: 0 0 145px; }.property-other > div { position: relative; min-height: 520px; padding: 50px; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; color: #fff; overflow: hidden; }.property-other img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.54); }.property-other h2, .property-other a { position: relative; z-index: 1; }.property-other h2 { max-width: 700px; margin: 0 0 28px; font-family: Georgia, serif; font-size: 63px; font-weight: 400; line-height: .95; }.property-other a { padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; }

/* Dashboard */
.dashboard-shell { min-height: 100vh; display: grid; grid-template-columns: 285px 1fr; color: #17322f; background: #eef0ec; }
.dashboard-sidebar { position: sticky; top: 0; height: 100vh; padding: 30px 24px 24px; display: flex; flex-direction: column; color: #fff; background: #0f2d2a; }
.sidebar-brand { min-height: 68px; display: flex; align-items: center; justify-content: space-between; }.sidebar-brand img { width: 180px; max-height: 62px; object-fit: contain; object-position: left center; }.sidebar-brand > button { display: none; border: 0; color: #fff; background: none; font-size: 24px; }
.portfolio-switch { margin: 25px 0 28px; padding: 19px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }.portfolio-switch span, .dashboard-topbar span, .dashboard-title > div > span, .dashboard-card header span, .request-stay > span, .request-total > span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.43); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }.portfolio-switch b { display: block; margin-bottom: 5px; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }.portfolio-switch small { color: rgba(255,255,255,.48); font-size: 9px; }
.dashboard-sidebar nav { overflow: auto; }.dashboard-sidebar nav section { margin-bottom: 22px; }.dashboard-sidebar nav h2 { margin: 0 0 8px 13px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }.dashboard-sidebar nav button { position: relative; width: 100%; min-height: 44px; padding: 0 13px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; border: 0; border-left: 2px solid transparent; color: rgba(255,255,255,.63); text-align: left; background: transparent; font-size: 11px; }.dashboard-sidebar nav button i { font-style: normal; font-size: 15px; opacity: .8; }.dashboard-sidebar nav button b { min-width: 21px; height: 21px; display: grid; place-items: center; color: var(--ink); background: var(--coral); font-size: 8px; }.dashboard-sidebar nav button:hover, .dashboard-sidebar nav button.active { color: #fff; border-left-color: var(--coral); background: rgba(255,255,255,.07); }
.sidebar-user { margin-top: auto; padding-top: 22px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 11px; border-top: 1px solid rgba(255,255,255,.12); }.sidebar-user > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; }.sidebar-user b { display: block; margin-bottom: 3px; font-size: 11px; }.sidebar-user small { color: rgba(255,255,255,.44); font-size: 8px; }.sidebar-user button { border: 0; color: rgba(255,255,255,.5); background: transparent; }
.dashboard-main { min-width: 0; }.dashboard-topbar { height: 82px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(17,45,42,.09); background: rgba(255,255,255,.78); backdrop-filter: blur(16px); }.dashboard-topbar > div { display: flex; align-items: center; gap: 14px; }.dashboard-topbar span { margin: 0; color: rgba(17,45,42,.42); }.dashboard-topbar b { font-size: 12px; }.dashboard-topbar > div:last-child { gap: 8px; }.topbar-icon { width: 38px; height: 38px; border: 1px solid var(--line); color: var(--ink); background: transparent; }.dashboard-topbar a { min-height: 39px; padding: 0 16px; display: flex; align-items: center; gap: 17px; color: #fff; background: var(--ink); font-size: 9px; font-weight: 750; }.dashboard-menu { display: none; border: 0; background: transparent; }
.dashboard-content { max-width: 1540px; margin: 0 auto; padding: 48px 50px 90px; }.dashboard-title { margin-bottom: 36px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }.dashboard-title > div > span { color: var(--coral); }.dashboard-title h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 4.5vw, 64px); font-weight: 400; line-height: .95; letter-spacing: -.045em; }.dashboard-title p { margin: 13px 0 0; color: var(--muted); font-size: 11px; }.dashboard-title > button { min-height: 43px; padding: 0 18px; border: 0; color: #fff; background: var(--coral); font-size: 9px; font-weight: 800; }
.dashboard-toast { position: fixed; z-index: 200; top: 20px; left: 50%; padding: 13px 20px; color: #fff; background: var(--ink); box-shadow: 0 10px 30px rgba(10,40,37,.2); font-size: 10px; transform: translateX(-50%); }
.metric-grid-modern { margin-bottom: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.metric-grid-modern article { position: relative; min-height: 155px; padding: 23px; background: var(--white); }.metric-grid-modern article > span { display: block; margin-bottom: 20px; color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; }.metric-grid-modern strong { display: block; font-family: Georgia, serif; font-size: 34px; font-weight: 400; }.metric-grid-modern small { display: block; margin-top: 10px; color: var(--muted); font-size: 8px; }.metric-grid-modern small b { color: #3b8063; }.metric-grid-modern article > i { position: absolute; top: 22px; right: 22px; width: 28px; height: 28px; display: grid; place-items: center; color: var(--coral); background: #f8e3dd; font-style: normal; font-size: 11px; }
.dashboard-split { margin-bottom: 20px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }.dashboard-card { background: var(--white); }.dashboard-card > header { min-height: 82px; padding: 22px 25px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.dashboard-card header span { color: var(--coral); }.dashboard-card header h2 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }.dashboard-card header select { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); color: var(--muted); background: transparent; font-size: 8px; }.dashboard-card header button { border: 0; color: var(--muted); background: transparent; font-size: 9px; font-weight: 750; }
.performance-chart { height: 295px; padding: 35px 30px 35px 25px; display: grid; grid-template-columns: 34px 1fr; gap: 20px; }.chart-scale { display: flex; flex-direction: column; justify-content: space-between; color: var(--muted); font-size: 7px; }.chart-columns { position: relative; height: 100%; padding: 0 15px; display: flex; align-items: flex-end; justify-content: space-around; gap: 22px; border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent calc(25% - 1px), rgba(17,45,42,.07) 25%); }.chart-columns > span { position: relative; width: min(48px, 10%); min-height: 12%; background: var(--sky); }.chart-columns > span.current { background: var(--coral); }.chart-columns b { position: absolute; left: 50%; bottom: -25px; color: var(--muted); font-size: 8px; font-weight: 600; transform: translateX(-50%); }
.quick-calendar { padding-bottom: 20px; }.quick-weekdays, .quick-days { margin-inline: 24px; display: grid; grid-template-columns: repeat(7, 1fr); }.quick-weekdays { padding: 19px 0 8px; }.quick-weekdays span { color: var(--muted); font-size: 7px; font-weight: 800; text-align: center; }.quick-days > span { position: relative; min-height: 37px; display: grid; place-items: center; border-top: 1px solid rgba(17,45,42,.06); font-size: 8px; }.quick-days > span.booked { color: #fff; background: var(--ink-2); }.quick-days > span.today { outline: 1px solid var(--coral); outline-offset: -1px; }.quick-days > span i { position: absolute; bottom: 4px; width: 3px; height: 3px; background: var(--coral); }.quick-days > span.booked i { background: var(--lime); }.quick-legend { margin: 18px 24px 0; display: flex; gap: 18px; color: var(--muted); font-size: 7px; }.quick-legend span { display: flex; align-items: center; gap: 5px; }.quick-legend i { width: 8px; height: 8px; border: 1px solid var(--line); }.quick-legend span:last-child i { background: var(--ink-2); }
.dashboard-table { overflow-x: auto; }.table-row { min-width: 760px; min-height: 67px; padding: 0 25px; display: grid; grid-template-columns: 1.15fr 1.35fr 1.1fr .7fr .7fr; gap: 20px; align-items: center; border-top: 1px solid rgba(17,45,42,.07); font-size: 9px; }.table-head { min-height: 43px; border-top: 0; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.table-row span { min-width: 0; }.table-row b { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.table-row small { display: block; margin-top: 4px; color: var(--muted); font-size: 7px; }.request-status { padding: 7px 9px; display: inline-block; font-style: normal; font-size: 7px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.request-status.pending { color: #805728; background: #f6e5c8; }.request-status.approved { color: #245c45; background: #dcebdd; }.request-status.declined { color: #713f36; background: #fae2dc; }
.request-list { padding: 15px; }.request-list > article { margin-bottom: 12px; padding: 24px; display: grid; grid-template-columns: 1.1fr 1.25fr .55fr; gap: 20px 35px; border: 1px solid var(--line); }.request-identity { display: flex; align-items: center; gap: 14px; }.request-identity > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--lime); font-size: 10px; font-weight: 800; }.request-identity h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }.request-identity p, .request-stay p { margin: 0; color: var(--muted); font-size: 8px; }.request-stay > span, .request-total > span { color: var(--muted); }.request-stay b { display: block; margin-bottom: 6px; font-size: 10px; }.request-total strong { display: block; margin-bottom: 8px; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }.request-message { grid-column: 1 / 4; margin: 0; padding: 15px; color: var(--muted); background: var(--paper); font-size: 9px; line-height: 1.65; }.request-list article footer { grid-column: 1 / 4; display: flex; justify-content: flex-end; gap: 8px; }.request-list footer a, .request-list footer button { min-height: 35px; padding: 0 13px; display: inline-flex; align-items: center; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 8px; font-weight: 800; }.request-list footer button:last-child { color: #fff; border-color: var(--ink); background: var(--ink); }
.calendar-toolbar { margin-bottom: 20px; padding: 18px; display: flex; justify-content: space-between; gap: 25px; background: var(--white); }.calendar-toolbar > div { display: flex; gap: 8px; }.calendar-toolbar > div button { min-width: 165px; padding: 10px 13px; border: 1px solid var(--line); text-align: left; background: transparent; }.calendar-toolbar > div button.active { color: #fff; border-color: var(--ink); background: var(--ink); }.calendar-toolbar button span, .calendar-toolbar button small { display: block; }.calendar-toolbar button span { font-size: 8px; font-weight: 800; }.calendar-toolbar button small { margin-top: 4px; color: inherit; opacity: .55; font-size: 7px; }.calendar-toolbar form { display: flex; gap: 8px; align-items: end; }.calendar-toolbar label span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }.calendar-toolbar input { min-height: 39px; padding: 0 9px; border: 1px solid var(--line); background: transparent; font-size: 8px; }.calendar-toolbar form button { min-height: 39px; padding: 0 15px; border: 0; color: #fff; background: var(--coral); font-size: 8px; font-weight: 800; }
.full-calendar { margin-bottom: 20px; }.calendar-key { display: flex; gap: 14px; color: var(--muted); font-size: 7px; }.calendar-key span { display: flex; align-items: center; gap: 5px; }.calendar-key i { width: 9px; height: 9px; border: 1px solid var(--line); }.calendar-key span:nth-child(2) i { background: var(--ink-2); }.calendar-key span:nth-child(3) i { background: var(--coral); }.full-weekdays, .full-days { display: grid; grid-template-columns: repeat(7, 1fr); }.full-weekdays { padding: 0 20px; border-bottom: 1px solid var(--line); }.full-weekdays span { padding: 14px 8px; color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }.full-days { padding: 0 20px 22px; }.full-days > span, .full-days > i { min-height: 92px; padding: 11px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }.full-days > span:nth-child(7n), .full-days > i:nth-child(7n) { border-right: 1px solid var(--line); }.full-days b { display: block; font-family: Georgia, serif; font-size: 17px; font-weight: 400; }.full-days small { display: block; margin-top: 26px; color: var(--muted); font-size: 7px; }.full-days .booked { color: #fff; background: var(--ink-2); }.full-days .owner-block { color: #fff; background: var(--coral); }.full-days .booked small, .full-days .owner-block small { color: rgba(255,255,255,.68); }
.block-list { padding-bottom: 12px; }.block-list > div { margin: 0 20px; padding: 14px 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }.block-list > p { margin: 24px; color: var(--muted); font-size: 9px; }.block-list b, .block-list small { display: block; }.block-list b { font-size: 9px; }.block-list small { margin-top: 4px; color: var(--muted); font-size: 8px; }.block-list button { padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; color: #8a4d43; background: transparent; font-size: 8px; }
.managed-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.managed-grid article { background: var(--white); }.managed-grid img { width: 100%; height: 280px; object-fit: cover; }.managed-grid article > div { padding: 26px; }.managed-grid article > div > span { padding: 6px 8px; display: inline-block; font-size: 7px; font-weight: 800; text-transform: uppercase; }.managed-grid .published { color: #245c45; background: #dcebdd; }.managed-grid .draft { color: #805728; background: #f6e5c8; }.managed-grid h2 { margin: 17px 0 8px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }.managed-grid p { margin: 0 0 20px; color: var(--muted); font-size: 9px; }.managed-grid article > div > div { display: flex; gap: 15px; color: var(--muted); font-size: 8px; }.managed-grid footer { margin-top: 22px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); }.managed-grid footer a, .managed-grid footer button { border: 0; color: var(--ink); background: transparent; font-size: 8px; font-weight: 800; }
.content-editor { display: grid; grid-template-columns: 220px 1fr; gap: 20px; align-items: start; }.content-editor > aside { padding: 18px; background: var(--ink); }.content-editor > aside > span { display: block; margin: 4px 8px 14px; color: rgba(255,255,255,.4); font-size: 7px; font-weight: 800; letter-spacing: .16em; }.content-editor > aside button { width: 100%; padding: 12px; border: 0; border-left: 2px solid transparent; color: rgba(255,255,255,.55); text-align: left; background: transparent; }.content-editor > aside button.active { color: #fff; border-left-color: var(--coral); background: rgba(255,255,255,.07); }.content-editor > aside b, .content-editor > aside small { display: block; }.content-editor > aside b { font-size: 9px; }.content-editor > aside small { margin-top: 4px; font-size: 7px; opacity: .55; }.content-editor > form { padding-bottom: 24px; }.content-editor form header em { padding: 6px 9px; color: #245c45; background: #dcebdd; font-size: 7px; font-style: normal; font-weight: 800; text-transform: uppercase; }.content-editor form > label, .simple-form > label { margin: 22px 25px 0; display: block; }.content-editor form label > span, .simple-form label > span, .media-add label > span, .pricing-grid-admin label > span, .dashboard-modal label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.content-editor input, .content-editor textarea, .simple-form input, .simple-form textarea, .media-add input, .dashboard-modal input, .dashboard-modal select { width: 100%; padding: 12px; border: 1px solid var(--line); outline: none; background: transparent; font-size: 10px; }.content-editor form footer { margin: 28px 25px 0; padding-top: 20px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--line); }.content-editor form footer button, .simple-form > button { min-height: 37px; padding: 0 15px; border: 1px solid var(--line); background: transparent; font-size: 8px; font-weight: 800; }.content-editor form footer button:last-child, .simple-form > button { color: #fff; border-color: var(--ink); background: var(--ink); }
.pricing-grid-admin { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.pricing-grid-admin article > header { justify-content: flex-start; gap: 15px; }.pricing-grid-admin header img { width: 65px; height: 52px; object-fit: cover; }.pricing-grid-admin article > div { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.pricing-grid-admin label > div { display: flex; border: 1px solid var(--line); }.pricing-grid-admin label i { width: 34px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--muted); font-style: normal; }.pricing-grid-admin input { width: 100%; min-height: 39px; padding: 0 9px; border: 0; outline: 0; background: transparent; font-size: 10px; }.pricing-grid-admin article > footer { padding: 18px 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 9px; }.pricing-grid-admin footer span { color: var(--muted); }.pricing-grid-admin footer b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; }
.media-add { margin-bottom: 20px; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: end; }.media-add button { min-height: 41px; padding: 0 18px; border: 0; color: #fff; background: var(--coral); font-size: 8px; font-weight: 800; }.media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }.media-grid article { background: var(--white); }.media-grid img { width: 100%; height: 170px; display: block; object-fit: cover; }.media-grid article > div { padding: 12px; display: flex; justify-content: space-between; align-items: center; }.media-grid span { color: var(--muted); font-size: 7px; font-weight: 800; }.media-grid button { border: 0; color: #8a4d43; background: transparent; font-size: 7px; }
.simple-form { max-width: 840px; padding-bottom: 25px; }.simple-form > button { margin: 25px; }
.dashboard-modal { position: fixed; z-index: 300; inset: 0; padding: 30px; display: grid; place-items: center; background: rgba(5,27,25,.75); }.dashboard-modal form { width: min(620px, 100%); max-height: calc(100vh - 60px); padding: 28px; overflow: auto; background: var(--white); box-shadow: var(--shadow); }.dashboard-modal form > header { margin-bottom: 24px; display: flex; justify-content: space-between; }.dashboard-modal header span { color: var(--coral); font-size: 7px; font-weight: 800; letter-spacing: .15em; }.dashboard-modal h2 { margin: 7px 0 0; font-family: Georgia, serif; font-size: 32px; font-weight: 400; }.dashboard-modal header button { border: 0; background: transparent; font-size: 25px; }.dashboard-modal form > label, .dashboard-modal .field-row { display: block; margin: 0 0 17px; }.dashboard-modal .field-row { display: grid; grid-template-columns: repeat(3, 1fr); }.dashboard-modal footer { margin-top: 25px; padding-top: 20px; display: flex; justify-content: flex-end; gap: 8px; border-top: 1px solid var(--line); }.dashboard-modal footer button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); background: transparent; font-size: 8px; font-weight: 800; }.dashboard-modal footer button:last-child { color: #fff; border-color: var(--ink); background: var(--ink); }.dashboard-empty { padding: 80px 30px; text-align: center; }.dashboard-empty > span { width: 42px; height: 42px; margin: auto; display: grid; place-items: center; color: #fff; background: var(--coral); }.dashboard-empty h2 { margin: 22px 0 10px; font-family: Georgia, serif; font-size: 30px; font-weight: 400; }.dashboard-empty p { max-width: 470px; margin: auto; color: var(--muted); font-size: 10px; line-height: 1.7; }

@media (max-width: 1180px) {
  .site-width { width: min(100% - 48px, 1180px); }
  .modern-header { grid-template-columns: 220px 1fr auto; padding-inline: 24px; }.modern-header nav { gap: 22px; }.modern-logo img { width: 190px; }
  .hero-search { grid-template-columns: 150px 1fr; }.search-bar label { padding-inline: 17px; }.search-bar button { padding-inline: 18px; }
  .property-overview { gap: 70px; }.property-columns-modern { gap: 35px; }.booking-layout { gap: 70px; }
  .dashboard-shell { grid-template-columns: 250px 1fr; }.dashboard-content { padding-inline: 30px; }.metric-grid-modern { grid-template-columns: 1fr 1fr; }.calendar-toolbar { align-items: stretch; flex-direction: column; }.calendar-toolbar form { flex-wrap: wrap; }
}

@media (max-width: 900px) {
  .modern-header { height: 86px; grid-template-columns: 1fr auto; }.modern-header nav { position: absolute; top: 86px; left: 0; right: 0; padding: 25px; display: none; flex-direction: column; color: var(--ink); background: var(--white); }.modern-header nav.nav-open { display: flex; }.modern-header .header-cta { display: none; }.nav-toggle { display: block; font-size: 11px; }
  .home-hero { min-height: 760px; }.hero-inner { padding-bottom: 140px; }.hero-inner h1 em { margin-left: 0; }.hero-inner > p:last-child { margin-left: 0; }.hero-scroll { display: none; }
  .hero-search { margin-top: 0; grid-template-columns: 1fr; }.search-heading { padding-bottom: 18px; border-right: 0; border-bottom: 1px solid var(--line); }.search-heading p { max-width: none; }.search-bar { grid-template-columns: 1fr 1fr; }.search-bar label { padding-block: 18px; }.search-bar button { grid-column: 1 / 3; justify-content: center; }.modern-intro, .story-band, .property-overview, .booking-layout, .location-modern { grid-template-columns: 1fr; }.modern-intro { gap: 50px; }.story-band { min-height: 0; }.story-photo { height: 520px; }.property-overview, .booking-layout, .location-modern { gap: 60px; }.property-columns-modern { grid-template-columns: 1fr 1fr; }.rate-card { grid-column: 1 / 3; }.calendar-pair { grid-template-columns: 1fr; }.map-frame { height: 480px; }
  .footer-top { grid-template-columns: 1fr; }.footer-top > a { width: fit-content; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1 / 3; }
  .dashboard-shell { display: block; }.dashboard-sidebar { position: fixed; z-index: 100; left: -280px; width: 270px; transition: left .25s ease; }.dashboard-sidebar.is-open { left: 0; box-shadow: 20px 0 50px rgba(8,30,27,.28); }.sidebar-brand > button, .dashboard-menu { display: block; }.dashboard-topbar { padding-inline: 24px; }.dashboard-content { padding: 34px 24px 70px; }.dashboard-split { grid-template-columns: 1fr; }.managed-grid, .pricing-grid-admin { grid-template-columns: 1fr; }.media-grid { grid-template-columns: repeat(3, 1fr); }.full-days > span, .full-days > i { min-height: 75px; }.request-list > article { grid-template-columns: 1fr 1fr; }.request-total { grid-column: 1 / 3; }.request-message, .request-list article footer { grid-column: 1 / 3; }
}

@media (max-width: 640px) {
  .site-width { width: calc(100% - 32px); }
  .modern-header { padding-inline: 16px; }.modern-logo img { width: 170px; }
  .home-hero { min-height: 650px; }.hero-inner { padding-bottom: 88px; }.hero-inner h1 { font-size: 61px; line-height: .86; }.hero-inner > p:last-child { margin-top: 25px; font-size: 14px; }
  .hero-search { width: 100%; padding: 18px 16px; }.search-bar { grid-template-columns: 1fr; }.search-bar label { padding: 15px 5px; border-right: 0; border-bottom: 1px solid var(--line); }.search-bar button { grid-column: 1; margin-top: 12px; }
  .modern-intro { padding: 100px 0; }.modern-intro h2, .section-intro h2, .home-cta h2 { font-size: 45px; }.collection-section { padding: 90px 0; }.section-intro { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }.stays-stack, .results-list { grid-template-columns: 1fr; }.stay-card:nth-child(2), .results-list .stay-card:nth-child(2) { margin-top: 0; }.stay-card-image { height: 430px; }.stay-card-body { padding: 25px 22px; }.stay-card-title { align-items: flex-start; flex-direction: column; }.stay-card-title h3 { font-size: 31px; }.stay-card-footer { align-items: flex-start; flex-direction: column; }
  .story-photo { height: 390px; }.story-copy { padding: 70px 28px; }.story-copy blockquote { font-size: 42px; }.service-grid { padding: 85px 0; grid-template-columns: 1fr; }.service-grid article, .service-grid article:first-child { min-height: 0; padding: 30px 0; border-left: 0; border-top: 1px solid var(--line); }.service-grid h3 { margin-top: 25px; }.home-cta { padding: 95px 0; }
  .modern-footer { padding: 75px 16px 28px; }.footer-top { gap: 35px; padding-bottom: 55px; }.footer-top h2 { font-size: 42px; }.footer-grid { grid-template-columns: 1fr; gap: 40px; }.footer-grid > div:first-child { grid-column: 1; }.footer-bottom { gap: 20px; flex-direction: column; }
  .results-hero { padding: 80px 0 70px; }.results-hero h1 { font-size: 57px; }.results-search { width: 100%; margin-top: 0; }.results-section { padding: 85px 0; }.results-section > header { align-items: flex-start; flex-direction: column; gap: 20px; }.results-section > header h2 { font-size: 38px; }.results-note > div { grid-template-columns: 1fr; gap: 20px; }
  .property-title { padding: 65px 0 35px; align-items: flex-start; flex-direction: column; }.property-title h1 { font-size: 56px; }.property-meta { flex-direction: column; gap: 10px; }.gallery-stage { height: auto; grid-template-columns: 1fr; }.gallery-main { height: 430px; }.gallery-side { height: 440px; }.thumbnail-rail { overflow-x: auto; grid-template-columns: repeat(5, 120px); }.thumbnail-rail button { height: 85px; }.lightbox { padding: 70px 55px 100px; }.lightbox-prev, .lightbox-next { width: 38px; height: 45px; }.lightbox-prev { left: 8px; }.lightbox-next { right: 8px; }
  .property-overview { padding: 95px 0; }.overview-main h2 { font-size: 43px; }.property-facts { grid-template-columns: 1fr 1fr; }.details-band { padding: 90px 0; }.property-columns-modern { grid-template-columns: 1fr; }.rate-card { grid-column: 1; }.property-availability { padding: 95px 0; }.property-month { padding: 18px; }.property-month > header { align-items: flex-start; flex-direction: column; gap: 8px; }.property-days button, .property-days > i { min-height: 55px; padding: 5px; }.property-days button small { display: none; }.property-booking-modern { padding: 90px 0; }.booking-layout > div h2 { font-size: 52px; }.booking-summary { padding: 26px 20px; }.booking-fields, .field-row { grid-template-columns: 1fr; }.location-modern { padding: 95px 0; }.location-modern h2 { font-size: 48px; }.map-frame { height: 390px; }.property-other > div { min-height: 390px; padding: 28px; }.property-other h2 { font-size: 43px; }
  .dashboard-topbar { padding-inline: 16px; }.dashboard-topbar > div:last-child .topbar-icon { display: none; }.dashboard-topbar a { padding-inline: 12px; }.dashboard-content { padding-inline: 14px; }.dashboard-title { align-items: flex-start; flex-direction: column; gap: 20px; }.metric-grid-modern { grid-template-columns: 1fr; }.performance-chart { height: 260px; }.dashboard-card > header { padding: 18px; }.table-row { padding-inline: 18px; }.request-list > article { grid-template-columns: 1fr; }.request-total, .request-message, .request-list article footer { grid-column: 1; }.request-list article footer { flex-wrap: wrap; justify-content: flex-start; }.calendar-toolbar > div { flex-direction: column; }.calendar-toolbar > div button { width: 100%; }.calendar-toolbar form { display: grid; grid-template-columns: 1fr 1fr; }.calendar-toolbar label:last-of-type, .calendar-toolbar form button { grid-column: 1 / 3; }.calendar-toolbar input { width: 100%; }.calendar-key { display: none; }.full-weekdays { padding-inline: 8px; }.full-weekdays span { padding-inline: 2px; overflow: hidden; font-size: 0; }.full-weekdays span::first-letter { font-size: 7px; }.full-days { padding-inline: 8px; }.full-days > span, .full-days > i { min-height: 55px; padding: 6px; }.full-days small { display: none; }.managed-grid { grid-template-columns: 1fr; }.managed-grid img { height: 230px; }.content-editor { grid-template-columns: 1fr; }.content-editor > aside { display: flex; overflow-x: auto; }.content-editor > aside > span { display: none; }.content-editor > aside button { min-width: 115px; }.pricing-grid-admin article > div { grid-template-columns: 1fr; }.media-add { grid-template-columns: 1fr; }.media-grid { grid-template-columns: 1fr 1fr; }.media-grid img { height: 135px; }.dashboard-modal { padding: 10px; }.dashboard-modal .field-row { grid-template-columns: 1fr; }
}

/* WHM edition helpers */
.lightbox[hidden] { display: none !important; }
.dashboard-sidebar nav .admin-nav-link { position: relative; width: 100%; min-height: 44px; padding: 0 13px; display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 8px; border-left: 2px solid transparent; color: rgba(255,255,255,.63); font-size: 11px; }
.dashboard-sidebar nav .admin-nav-link i { font-style: normal; font-size: 15px; opacity: .8; }
.dashboard-sidebar nav .admin-nav-link b { min-width: 21px; height: 21px; display: grid; place-items: center; color: var(--ink); background: var(--coral); font-size: 8px; }
.dashboard-sidebar nav .admin-nav-link:hover, .dashboard-sidebar nav .admin-nav-link.active { color: #fff; border-left-color: var(--coral); background: rgba(255,255,255,.07); }
.sidebar-user > a { color: rgba(255,255,255,.52); font-size: 8px; }
.dashboard-action { min-height: 43px; padding: 0 18px; display: inline-flex; align-items: center; color: #fff; background: var(--coral); font-size: 9px; font-weight: 800; }
.dashboard-card header > a { color: var(--muted); font-size: 8px; font-weight: 800; }
.demo-calendar { padding: 25px; grid-template-columns: repeat(7,1fr); }
.calendar-toolbar .calendar-property-link { min-width: 165px; padding: 10px 13px; border: 1px solid var(--line); text-align: left; }
.calendar-toolbar .calendar-property-link.active { color: #fff; border-color: var(--ink); background: var(--ink); }
.calendar-toolbar .calendar-property-link span, .calendar-toolbar .calendar-property-link small { display: block; }
.calendar-toolbar .calendar-property-link span { font-size: 8px; font-weight: 800; }
.calendar-toolbar .calendar-property-link small { margin-top: 4px; opacity: .55; font-size: 7px; }
.block-list form { margin: 0; }
.block-list form button { padding: 6px 0; border: 0; border-bottom: 1px solid currentColor; color: #8a4d43; background: transparent; font-size: 8px; }
.request-list footer form { margin: 0; }
.request-list footer form button { min-height: 35px; padding: 0 13px; border: 1px solid var(--line); color: var(--ink); background: transparent; font-size: 8px; font-weight: 800; }
.request-list footer form:last-child button { color: #fff; border-color: var(--ink); background: var(--ink); }
.property-editor-full { padding-bottom: 25px; }
.property-editor-full .editor-grid { padding: 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.property-editor-full label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.property-editor-full input, .property-editor-full select, .property-editor-full textarea { width: 100%; padding: 11px; border: 1px solid var(--line); outline: none; background: transparent; font-size: 9px; }
.property-editor-full .wide { grid-column: 1 / 4; }
.property-editor-full > footer { margin: 0 25px; padding-top: 20px; display: flex; justify-content: flex-end; align-items: center; gap: 15px; border-top: 1px solid var(--line); }
.property-editor-full footer a { font-size: 8px; font-weight: 800; }
.property-editor-full footer button { min-height: 39px; padding: 0 18px; border: 0; color: #fff; background: var(--ink); font-size: 8px; font-weight: 800; }
.pricing-grid-admin label strong { display: block; padding: 13px; border: 1px solid var(--line); font-family: Georgia,serif; font-size: 19px; font-weight: 400; }
.pricing-grid-admin article > footer { align-items: center; gap: 15px; }
.pricing-grid-admin article > footer a { margin-left: auto; color: var(--coral); font-size: 8px; font-weight: 800; }
.property-inquiry { margin: 0; }
@media(max-width:900px){.property-editor-full .editor-grid{grid-template-columns:1fr 1fr}.property-editor-full .wide{grid-column:1 / 3}}
@media(max-width:640px){.property-editor-full .editor-grid{grid-template-columns:1fr}.property-editor-full .wide{grid-column:1}.calendar-toolbar .calendar-property-link{width:100%}}
