@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500&family=Gilda+Display&display=swap');

:root {
  --forest: #20332d;
  --deep: #15241f;
  --sage: #7d8d80;
  --mist: #e6e8e1;
  --paper: #f4f1e9;
  --sand: #d8cfbd;
  --ink: #1f2925;
  --white: #fffdf8;
  --promo-red: #b5222e;
  --serif: 'Gilda Display', 'Iowan Old Style', 'Baskerville', Georgia, serif;
  --sans: 'DM Sans', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; width: 100%; }

.direct-booking-banner { position: fixed; inset: 0 0 auto; z-index: 60; height: 42px; padding: 5px 4vw; display: flex; align-items: center; justify-content: center; gap: 22px; background: var(--sand); color: var(--forest); font-size: 8px; line-height: 1.3; letter-spacing: .08em; text-transform: uppercase; }
.direct-booking-copy, .direct-booking-contact { display: flex; align-items: center; justify-content: center; gap: 10px; }
.direct-booking-copy strong { font-size: 9px; font-weight: 500; letter-spacing: .14em; white-space: nowrap; }
.direct-booking-copy span { opacity: .78; }
.direct-booking-contact { gap: 5px; }
.direct-booking-contact a { padding: 5px 9px; border: 1px solid rgba(32,51,45,.3); font-size: 7px; letter-spacing: .1em; white-space: nowrap; transition: background .2s, color .2s, border-color .2s; }
.direct-booking-contact a:hover, .direct-booking-contact a:focus-visible { background: var(--forest); color: var(--white); border-color: var(--forest); }
.site-header { position: fixed; inset: 42px 0 auto; z-index: 50; height: 92px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; color: var(--white); transition: background .4s, height .4s, color .4s; }
.site-header.scrolled { height: 74px; background: rgba(244,241,233,.96); color: var(--ink); box-shadow: 0 1px 0 rgba(31,41,37,.1); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 11px; line-height: 1; letter-spacing: .18em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; }
.brand-mark svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.2; }
.brand strong { display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.brand small { display: block; font-size: 8px; margin-top: 5px; letter-spacing: .38em; }
.desktop-nav { position: absolute; left: 46%; transform: translateX(-50%); display: flex; gap: 7px; font-size: 11px; }
.desktop-nav a { position: relative; padding: 10px 0; }
.desktop-nav a::after { content: ''; position: absolute; height: 1px; left: 0; right: 100%; bottom: 4px; background: currentColor; transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.desktop-nav.apartment-nav a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); text-transform: uppercase; letter-spacing: .08em; transition: background .25s, color .25s, border-color .25s; }
.desktop-nav.apartment-nav a::after { display: none; }
.desktop-nav.apartment-nav a span { opacity: .55; margin-right: 4px; }
.desktop-nav.apartment-nav a:hover, .desktop-nav.apartment-nav a.active { background: var(--white); color: var(--forest); border-color: var(--white); }
.scrolled .desktop-nav.apartment-nav a { border-color: rgba(31,41,37,.22); }
.scrolled .desktop-nav.apartment-nav a:hover, .scrolled .desktop-nav.apartment-nav a.active { background: var(--forest); color: var(--white); border-color: var(--forest); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.nav-contact { display: grid; gap: 4px; padding-right: 13px; border-right: 1px solid rgba(255,255,255,.28); }
.nav-contact a { display: grid; grid-template-columns: 58px auto; align-items: baseline; column-gap: 7px; line-height: 1.1; }
.nav-contact span { color: var(--sand); font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.nav-contact strong { color: inherit; font-size: 14px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; transition: color .2s; }
.nav-contact a:hover strong, .nav-contact a:focus-visible strong { color: var(--sand); }
.nav-contact a:focus-visible { outline: 1px solid currentColor; outline-offset: 3px; }
.scrolled .nav-contact { border-color: rgba(31,41,37,.22); }
.scrolled .nav-contact span, .scrolled .nav-contact a:hover strong, .scrolled .nav-contact a:focus-visible strong { color: #8a2630; }
.language-switcher { position: relative; }
.lang { display: flex; align-items: center; gap: 6px; border: 0; background: none; padding: 8px; color: inherit; font-size: 11px; letter-spacing: .08em; cursor: pointer; }
.language-chevron { display: inline-block; font-size: 13px; transition: transform .25s ease; }
.lang[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-menu { position: absolute; top: calc(100% + 12px); right: 0; min-width: 132px; padding: 7px; border: 1px solid rgba(31,41,37,.12); background: var(--white); color: var(--ink); box-shadow: 0 14px 38px rgba(15,25,21,.16); opacity: 0; visibility: hidden; transform: translateY(-7px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.language-switcher.open .language-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.language-menu button { width: 100%; border: 0; background: transparent; color: inherit; padding: 9px 11px; text-align: left; font-size: 11px; letter-spacing: .06em; cursor: pointer; transition: background .2s ease, color .2s ease; }
.language-menu button:hover, .language-menu button:focus-visible { background: var(--mist); outline: none; }
.language-menu button.active { background: var(--forest); color: var(--white); }
.nav-cta { border: 1px solid rgba(255,255,255,.55); padding: 11px 18px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; transition: .25s; }
.scrolled .nav-cta { border-color: rgba(31,41,37,.35); }
.nav-cta:hover { background: var(--white); color: var(--forest); }
.scrolled .nav-cta:hover { background: var(--forest); color: var(--white); }
.menu-toggle, .mobile-nav { display: none; }

.hero { min-height: 94vh; height: 830px; position: relative; color: var(--white); background: #19231f url('assets/ct-exterior-02.jpg') center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,22,22,.67) 0%, rgba(12,22,22,.22) 44%, rgba(12,22,22,.12) 70%), linear-gradient(0deg, rgba(12,22,22,.36), transparent 42%); }
.hero-copy { position: absolute; left: 8.5vw; top: 50%; transform: translateY(-42%); max-width: 680px; }
.eyebrow { margin: 0 0 25px; text-transform: uppercase; letter-spacing: .23em; font-size: 10px; font-weight: 500; }
.eyebrow::before { content: ''; width: 34px; height: 1px; display: inline-block; margin: 0 13px 3px 0; background: currentColor; opacity: .7; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
h1 { font-size: clamp(66px, 8.3vw, 126px); }
h1 em, h2 em { font-weight: 400; }
.hero-intro { max-width: 510px; margin: 32px 0 28px; font-weight: 300; line-height: 1.7; color: rgba(255,255,255,.86); }
.hero-discount { width: fit-content; max-width: 560px; margin-top: 28px; padding: 18px 23px 20px; border-left: 4px solid #ffbec3; background: var(--promo-red); box-shadow: 0 14px 34px rgba(70,0,8,.28); }
.hero-discount strong { display: block; color: var(--white); font-family: var(--serif); font-size: clamp(38px, 3.8vw, 54px); font-weight: 400; line-height: 1; }
.hero-discount span { display: block; margin-top: 10px; color: var(--white); font-size: 12px; font-weight: 500; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.text-link { display: inline-flex; align-items: center; gap: 28px; border-bottom: 1px solid rgba(31,41,37,.45); padding: 0 0 7px; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 500; transition: gap .25s; }
.text-link:hover { gap: 38px; }
.light-link { border-color: rgba(255,255,255,.5); }
.hero-location { position: absolute; right: 4vw; bottom: 32px; margin: 0; font-size: 9px; letter-spacing: .15em; writing-mode: vertical-rl; text-transform: uppercase; }
.hero-location span { display: inline-block; width: 5px; height: 5px; border: 1px solid; border-radius: 50%; margin-bottom: 12px; }

.button { border: 0; background: var(--forest); color: var(--white); text-transform: uppercase; letter-spacing: .13em; font-size: 10px; padding: 0 34px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 25px; transition: background .25s; }
.button:hover { background: #314a41; }

.availability { padding-top: 125px; padding-bottom: 130px; display: grid; grid-template-columns: .72fr 1.6fr; gap: 7vw; align-items: start; background: var(--paper); }
.availability-intro { position: sticky; top: 120px; }
.availability-intro h2 { font-size: clamp(45px, 5vw, 72px); }
.availability-intro > p:not(.eyebrow) { max-width: 380px; margin: 30px 0; color: #66706b; font-size: 14px; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.calendar-legend span { display: flex; align-items: center; gap: 8px; }
.calendar-legend i { display: inline-block; width: 11px; height: 11px; border-radius: 50%; }
.calendar-legend .free { background: #799981; }
.calendar-legend .occupied { background: #a46058; }
.calendar-legend .past { background: #d5d2ca; }
.availability-panel { background: var(--white); padding: 0 42px 30px; box-shadow: 0 24px 65px rgba(19,31,27,.1); }
.apartment-tabs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 -42px 38px; border-bottom: 1px solid #dedbd2; }
.apartment-tabs button { min-height: 62px; border: 0; border-right: 1px solid #dedbd2; background: #eeece5; color: #69726d; cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; transition: .25s; }
.apartment-tabs button:last-child { border-right: 0; }
.apartment-tabs button span { opacity: .55; margin-right: 5px; }
.apartment-tabs button:hover { background: #e4e8e1; }
.apartment-tabs button.active { background: var(--forest); color: var(--white); }
.calendar-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.calendar-header p { margin: 0; }
.calendar-header > div:first-child p { color: #78817c; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.calendar-header h3 { margin: 4px 0 0; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.month-controls { display: flex; align-items: center; gap: 15px; }
.month-controls p { min-width: 125px; text-align: center; font-family: var(--serif); font-size: 17px; }
.month-controls button { width: 34px; height: 34px; border: 1px solid #d6d3ca; background: transparent; color: var(--ink); cursor: pointer; transition: .2s; }
.month-controls button:hover:not(:disabled) { background: var(--forest); color: var(--white); border-color: var(--forest); }
.month-controls button:disabled { opacity: .25; cursor: default; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); }
.calendar-weekdays { border-bottom: 1px solid #d9d6ce; }
.calendar-weekdays span { padding: 0 8px 10px; color: #8a918d; text-align: center; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.calendar-grid { border-left: 1px solid var(--paper); }
.calendar-day, .calendar-blank { aspect-ratio: 1 / .86; min-height: 56px; }
.calendar-day { position: relative; border: 0; border-right: 3px solid var(--white); border-bottom: 3px solid var(--white); color: var(--ink); cursor: pointer; text-align: left; padding: 9px; transition: filter .2s, transform .2s; }
.calendar-day span { position: relative; z-index: 1; font-size: 11px; }
.calendar-day small { position: absolute; right: 7px; bottom: 6px; font-size: 7px; letter-spacing: .08em; text-transform: uppercase; opacity: .72; }
.calendar-day.free { background: #dce9de; }
.calendar-day.free:hover { filter: saturate(1.35); transform: scale(.96); }
.calendar-day.occupied { background: #ead9d4; color: #70463f; cursor: not-allowed; }
.calendar-day.unknown { background: #e8e7e2; color: #8b8d89; cursor: wait; }
.calendar-day.past { background: #efede8; color: #aaa9a5; cursor: default; }
.calendar-day.today::after { content: ''; position: absolute; inset: 5px; border: 1px solid currentColor; opacity: .45; }
.calendar-blank { border-right: 3px solid var(--white); border-bottom: 3px solid var(--white); background: #f7f5ef; }
.calendar-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 19px; border-top: 1px solid #dedbd2; }
.calendar-footer p { margin: 0; color: #7b837f; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.calendar-footer p:first-child { color: var(--ink); font-weight: 500; }

.section { padding: 140px 8.5vw; }
h2 { font-size: clamp(48px, 6.2vw, 88px); }
.apartment-showcase { background: #e7e9e3; padding-top: 150px; padding-bottom: 150px; }
.showcase-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 50px; }
.showcase-heading h2 { font-size: clamp(48px, 6vw, 84px); }
.showcase-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-bottom: 38px; padding: 7px; border: 1px solid rgba(31,41,37,.13); background: rgba(255,255,255,.35); }
.showcase-tabs button { min-height: 66px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; padding: 0 14px; background: transparent; color: #67716c; font-size: 10px; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.showcase-tabs button span { color: #8f9792; font-family: var(--serif); font-size: 20px; letter-spacing: 0; }
.showcase-tabs button:hover, .showcase-tabs button:focus-visible { border-color: rgba(31,41,37,.2); color: var(--forest); transform: translateY(-2px); }
.showcase-tabs button:focus-visible { outline: 2px solid var(--forest); outline-offset: 2px; }
.showcase-tabs button.active { background: var(--forest); color: var(--white); border-color: var(--forest); box-shadow: 0 9px 22px rgba(21,36,31,.16); }
.showcase-tabs button.active span { color: var(--sand); }
.apartment-unit { scroll-margin-top: 95px; display: grid; grid-template-columns: .72fr 1.28fr; grid-template-rows: 716px auto; align-items: stretch; height: auto; min-height: 716px; margin-bottom: 0; overflow: hidden; background: var(--paper); box-shadow: 0 20px 55px rgba(23,38,32,.08); }
.apartment-unit[hidden] { display: none; }
.apartment-unit:last-child { margin-bottom: 0; }
.apartment-unit.reverse { grid-template-columns: minmax(0, 1.28fr) minmax(0, .72fr); }
.apartment-unit.reverse .unit-copy { order: 2; grid-column: 2; grid-row: 1; }
.apartment-unit.reverse .unit-images { order: 1; grid-column: 1; grid-row: 1; }
.apartment-2-layout .unit-copy { position: relative; min-width: 0; height: 100%; padding: 72px 5vw; display: grid; grid-template-rows: auto 100px 156px 68px minmax(0, 1fr); align-content: stretch; overflow: hidden; }
.unit-number { position: absolute; top: 28px; right: 30px; font-family: var(--serif); font-size: 46px; color: rgba(31,41,37,.13); }
.unit-copy h3 { height: 100px; margin: 0; overflow: hidden; font-family: var(--serif); font-size: clamp(36px, 3.1vw, 46px); font-weight: 400; line-height: 1.05; white-space: nowrap; }
.unit-copy h3 em { font-weight: 400; }
@media (min-width: 761px) {
  #apartment-4 .unit-copy { padding-left: 3.6vw; padding-right: 3.6vw; }
}
.unit-copy > p:not(.eyebrow) { height: 118px; margin: 24px 0 14px; overflow: hidden; color: #68716c; font-size: 13px; }
.unit-copy ul { height: 68px; list-style: none; padding: 18px 0 0; margin: 0; border-top: 1px solid #d5d2c9; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 12px; }
.unit-copy li { color: #69716d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.unit-discount { width: fit-content; max-width: 560px; margin-top: 28px; padding: 18px 23px 20px; border-left: 4px solid #ffbec3; background: var(--promo-red); color: var(--white); box-shadow: 0 14px 34px rgba(70,0,8,.28); }
.apartment-2-layout .unit-discount { width: fit-content; height: auto; min-height: 0; max-height: none; align-self: start; justify-self: start; overflow: visible; }
.unit-discount strong { display: block; font-family: var(--serif); font-size: clamp(38px, 3.8vw, 54px); font-weight: 400; line-height: 1; }
.unit-discount span { display: block; margin-top: 10px; color: var(--white); font-size: 12px; font-weight: 500; line-height: 1.45; letter-spacing: .1em; text-transform: uppercase; }
.unit-images { height: 100%; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); grid-template-rows: repeat(var(--gallery-rows), minmax(0, 1fr)); gap: 5px; min-width: 0; overflow: hidden; }
.zoom-image { min-width: 0; min-height: 0; padding: 0; border: 0; background: #d6d5cf; overflow: hidden; cursor: zoom-in; position: relative; }
.unit-images > .zoom-image.main { grid-column: 1; grid-row: 1 / span var(--gallery-rows); }
.unit-images > .zoom-image:nth-child(2) { grid-column: 2; grid-row: 1; }
.unit-images > .zoom-image:nth-child(3) { grid-column: 2; grid-row: 2; }
.unit-images > .zoom-image:nth-child(4) { grid-column: 2; grid-row: 3; }
.unit-images > .zoom-image:nth-child(5) { grid-column: 2; grid-row: 4; }
.unit-images > .zoom-image:nth-child(6) { grid-column: 2; grid-row: 5; }
.unit-images > .zoom-image:nth-child(7) { grid-column: 2; grid-row: 6; }
.apartment-facts { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5vw; min-height: 310px; padding: 48px 5vw 52px; border-top: 1px solid #d5d2c9; background: #f5f2ea; }
.apartment-facts > div { min-width: 0; }
.apartment-facts .eyebrow { margin-bottom: 22px; }
.apartment-facts ul { list-style: none; margin: 0; padding: 0; }
.apartment-facts li { position: relative; padding: 10px 0 10px 18px; border-bottom: 1px solid #ddd9cf; color: #626c67; font-size: 12px; line-height: 1.5; }
.apartment-facts li::before { content: '—'; position: absolute; left: 0; color: var(--forest); }
.zoom-image::after { content: '+'; position: absolute; right: 13px; bottom: 13px; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,253,248,.9); color: var(--forest); font-family: var(--sans); font-size: 19px; opacity: 0; transform: scale(.8); transition: .25s; }
.zoom-image:hover::after, .zoom-image:focus-visible::after { opacity: 1; transform: scale(1); }
.zoom-image img { width: 100%; height: 100%; object-fit: cover; transform: translate3d(0,0,0) scale(1); transform-origin: center; backface-visibility: hidden; transition: transform 5s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.zoom-image:hover img { transform: translate3d(0,0,0) scale(1.055); }

.lightbox { width: 100vw; max-width: none; height: 100vh; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(34,34,37,.72); color: var(--white); overflow: hidden; }
.lightbox::backdrop { background: rgba(20,20,22,.28); }
.lightbox-inner { width: 100%; height: 100%; padding: 5vh 5vw 4vh; display: grid; grid-template-rows: 1fr auto; place-items: center; }
.lightbox img { max-width: 90vw; max-height: 84vh; width: auto; height: auto; object-fit: contain; box-shadow: 0 20px 80px rgba(0,0,0,.45); }
.lightbox p { margin: 16px 0 0; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.lightbox-close { position: fixed; z-index: 2; top: 22px; right: 28px; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; background: rgba(30,30,33,.65); color: var(--white); font-size: 30px; line-height: 1; cursor: pointer; transition: background .2s, color .2s; }
.lightbox-close:hover { background: var(--white); color: var(--forest); }
.lightbox-nav { position: fixed; z-index: 2; top: 50%; width: 58px; height: 58px; padding: 0 0 5px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(35,35,38,.7); color: var(--white); font-family: var(--serif); font-size: 46px; line-height: 1; cursor: pointer; transform: translateY(-50%); transition: background .2s, color .2s, border-color .2s, scale .2s; }
.lightbox-prev { left: clamp(14px, 3vw, 48px); }
.lightbox-next { right: clamp(14px, 3vw, 48px); }
.lightbox-nav:hover, .lightbox-nav:focus-visible { border-color: var(--white); background: var(--white); color: var(--forest); scale: 1.06; }
.lightbox-nav:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }

.wellness { background: var(--mist); display: grid; grid-template-columns: 1fr 1.4fr; gap: 8vw; align-items: center; }
.wellness-copy { padding-left: 3vw; }
.wellness-copy h2 { font-size: clamp(46px, 5.4vw, 80px); }
.wellness-copy > p:not(.eyebrow) { margin: 34px 0; color: #5c6862; max-width: 460px; font-size: 14px; }
.amenities { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid #c9cec7; margin: 35px 0; }
.amenities span { border-bottom: 1px solid #c9cec7; padding: 13px 0; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.exterior-gallery { height: 630px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .65fr); grid-template-rows: repeat(2, minmax(0, 1fr)); gap: 5px; overflow: hidden; }
.exterior-gallery > .zoom-image.main { grid-column: 1; grid-row: 1 / 3; }
.exterior-gallery > .zoom-image:nth-child(2) { grid-column: 2; grid-row: 1; }
.exterior-gallery > .zoom-image:nth-child(3) { grid-column: 2; grid-row: 2; }

.guest-info { background: #dfe4dd; padding-top: 145px; padding-bottom: 150px; }
.guest-info-heading { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 8vw; align-items: end; margin-bottom: 70px; }
.guest-info-heading .eyebrow { grid-column: 1 / -1; }
.guest-info-heading h2 { font-size: clamp(48px, 5.5vw, 78px); }
.guest-info-heading > p:last-child { max-width: 410px; margin: 0 0 10px; color: #65706a; font-size: 13px; line-height: 1.7; }
.guest-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.info-card { min-height: 390px; padding: 34px 32px 38px; border: 1px solid rgba(31,41,37,.14); background: rgba(255,255,255,.48); }
.info-card.accent { background: var(--forest); color: var(--white); }
.info-card > span { display: block; margin-bottom: 42px; color: #87918b; font-size: 9px; letter-spacing: .16em; text-align: right; }
.info-card.accent > span { color: rgba(255,255,255,.5); }
.info-card h3 { margin: 0 0 24px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.info-card p { color: #626d67; font-size: 12px; line-height: 1.65; }
.info-card.accent p { color: rgba(255,255,255,.72); }
.info-card ul { list-style: none; margin: 0; padding: 0; }
.info-card li { position: relative; padding: 9px 0 9px 17px; border-bottom: 1px solid rgba(31,41,37,.12); color: #626d67; font-size: 11px; line-height: 1.5; }
.info-card li::before { content: '—'; position: absolute; left: 0; }
.info-card.accent li { border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.72); }
.info-thanks { margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(31,41,37,.14); font-family: var(--serif); font-size: 18px !important; }

@media (min-width: 761px) {
  .guest-info-heading > p:last-child { max-width: 470px; font-size: 18px; line-height: 1.75; }
  .info-card h3 { font-size: 34px; }
  .info-card p { font-size: 17px; line-height: 1.75; }
  .info-card li { padding-top: 11px; padding-bottom: 11px; font-size: 16px; line-height: 1.65; }
  .info-thanks { font-size: 21px !important; }
}

.nearby { background: var(--deep); color: var(--white); padding-top: 150px; padding-bottom: 150px; }
.nearby-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 8vw; margin-bottom: 80px; }
.nearby-heading h2 { color: var(--white); font-size: clamp(48px, 6vw, 82px); }
.nearby-heading > p { max-width: 420px; margin: 0 0 10px; color: rgba(255,255,255,.62); font-size: 13px; }
.nearby-layout { display: grid; grid-template-columns: minmax(420px, .86fr) minmax(0, 1.14fr); align-items: start; gap: 4vw; }

.nearby-map-column { position: sticky; top: 100px; }
.nearby-map { position: relative; min-height: 720px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #d8ddd5; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.nearby-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nearby-map.map-blocked iframe { visibility: hidden; }
.map-fallback { position: absolute; z-index: 3; inset: 0; padding: 45px; display: flex; align-items: center; justify-content: center; flex-direction: column; background: #d8ddd5; color: var(--forest); text-align: center; }
.map-fallback[hidden] { display: none; }
.map-fallback > span { color: #737d77; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.map-fallback strong { max-width: 360px; margin: 12px 0 25px; font-family: var(--serif); font-size: clamp(27px, 3vw, 42px); font-weight: 400; line-height: 1.15; }
.map-fallback a { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 20px; background: var(--forest); color: var(--white); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.map-location-card { position: absolute; z-index: 2; left: 18px; bottom: 18px; width: calc(100% - 36px); max-width: 360px; padding: 17px 19px; background: rgba(21,36,31,.96); color: var(--white); box-shadow: 0 14px 35px rgba(0,0,0,.24); }
.map-location-card > span { display: block; margin-bottom: 4px; padding-right: 115px; color: var(--sand); font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.map-location-card strong { display: block; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.2; }
.map-location-card small { display: block; margin: 4px 0 12px; color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .04em; }
.map-location-card a { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; transition: border-color .2s, color .2s; }
.map-location-card a:hover { color: var(--sand); border-color: var(--sand); }
.map-home-button { position: absolute; top: 12px; right: 15px; border: 0; padding: 5px 0; background: transparent; color: rgba(255,255,255,.7); font: inherit; font-size: 7px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: color .2s; }
.map-home-button:hover, .map-home-button:focus-visible { color: var(--sand); }
.map-home-button[hidden] { display: none; }
.map-controls { margin-top: 14px; }
.map-mode-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 4px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.map-mode-button { min-height: 49px; border: 0; padding: 0 18px; background: transparent; color: rgba(255,255,255,.58); font: inherit; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.map-mode-button:hover:not(:disabled), .map-mode-button:focus-visible { color: var(--white); background: rgba(255,255,255,.08); }
.map-mode-button.active { background: var(--sand); color: var(--forest); }
.map-mode-button:focus-visible { outline: 1px solid var(--sand); outline-offset: -2px; }
.map-mode-button:disabled { color: rgba(255,255,255,.24); cursor: not-allowed; }
.map-travel-switch { display: grid; grid-template-columns: minmax(120px, .8fr) 1fr 1fr; gap: 1px; margin-top: 6px; padding: 4px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.map-travel-switch[hidden] { display: none; }
.map-travel-label { min-height: 42px; display: flex; align-items: center; padding: 0 15px; color: rgba(255,255,255,.42); font-size: 7px; letter-spacing: .13em; text-transform: uppercase; }
.map-travel-button { min-height: 42px; border: 0; padding: 0 13px; background: transparent; color: rgba(255,255,255,.58); font: inherit; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: background .25s, color .25s; }
.map-travel-button:hover, .map-travel-button:focus-visible { color: var(--white); background: rgba(255,255,255,.08); }
.map-travel-button.active { background: var(--forest); color: var(--sand); }
.map-travel-button:focus-visible { outline: 1px solid var(--sand); outline-offset: -2px; }

.nearby-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.nearby-group { border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); padding: 27px 28px 12px; transition: background .3s, transform .3s; }
.nearby-group:hover { background: rgba(255,255,255,.075); transform: translateY(-4px); }
.nearby-group.wide { grid-column: 1 / -1; }
.nearby-group header { min-height: 62px; display: flex; align-items: flex-start; gap: 17px; margin-bottom: 18px; }
.nearby-group header > span { width: 35px; height: 35px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--sand); font-size: 8px; letter-spacing: .08em; }
.nearby-group header small { display: block; color: rgba(255,255,255,.42); font-size: 7px; letter-spacing: .18em; text-transform: uppercase; }
.nearby-group h3 { margin: 2px 0 0; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.nearby-list { list-style: none; margin: 0; padding: 0; }
.nearby-list.columns { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.nearby-list li { border-top: 1px solid rgba(255,255,255,.1); }
.nearby-place { width: 100%; min-height: 43px; display: grid; grid-template-columns: minmax(0, 1fr) auto 12px; align-items: center; gap: 15px; border: 0; padding: 0; background: transparent; color: rgba(255,255,255,.68); font: inherit; font-size: 10px; text-align: left; cursor: pointer; transition: color .2s, padding-left .25s, background .25s; }
.nearby-place strong { color: var(--white); font-size: 9px; font-weight: 400; letter-spacing: .08em; white-space: nowrap; }
.nearby-place::after { content: '↗'; color: rgba(255,255,255,.3); font-size: 10px; transform: translate(-3px, 3px); opacity: 0; transition: opacity .2s, transform .25s, color .2s; }
.nearby-place:hover, .nearby-place:focus-visible, .nearby-place.active { padding-left: 7px; color: var(--white); background: rgba(255,255,255,.045); }
.nearby-place:hover::after, .nearby-place:focus-visible::after, .nearby-place.active::after { color: var(--sand); opacity: 1; transform: translate(0, 0); }
.nearby-place:focus-visible { outline: 1px solid var(--sand); outline-offset: -1px; }
.travel-group { background: rgba(125,141,128,.12); }
.nearby-note { grid-column: 1 / -1; margin: 8px 0 0; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .08em; }

.button { width: max-content; min-height: 54px; padding: 0 28px; margin: 0 auto; }

footer { background: var(--deep); color: rgba(255,255,255,.7); padding: 80px 6vw 24px; }
.footer-top { display: grid; grid-template-columns: 1.2fr .7fr .8fr 1.3fr; gap: 5vw; padding-bottom: 65px; }
.footer-brand { color: var(--white); align-self: start; }
.footer-top p { font-size: 12px; margin: 0; line-height: 1.9; }
.newsletter label { display: block; color: var(--white); font-family: var(--serif); font-size: 20px; margin-bottom: 15px; }
.newsletter div { display: flex; border-bottom: 1px solid rgba(255,255,255,.35); }
.newsletter input { flex: 1; border: 0; outline: none; background: transparent; color: var(--white); padding: 10px 0; font-size: 12px; }
.newsletter button { border: 0; background: none; color: var(--white); cursor: pointer; font-size: 18px; }
.footer-booking span { display: block; color: var(--white); font-family: var(--serif); font-size: 20px; margin-bottom: 15px; }
.footer-booking a { display: inline-block; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 22px; display: flex; justify-content: space-between; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom div { display: flex; gap: 25px; }

.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 30px); background: var(--deep); color: var(--white); padding: 14px 22px; font-size: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transition: .3s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
.hero-copy.reveal { transform: translateY(calc(-42% + 26px)); }
.hero-copy.reveal.visible { transform: translateY(-42%); }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .nav-contact { display: none; }
  .menu-toggle { display: flex; width: 36px; height: 36px; border: 0; background: none; flex-direction: column; justify-content: center; gap: 7px; cursor: pointer; }
  .menu-toggle span { width: 22px; height: 1px; background: currentColor; transition: .3s; }
  .menu-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { display: flex; position: fixed; inset: 0; z-index: -1; padding: 140px 9vw 50px; background: var(--deep); color: var(--white); flex-direction: column; gap: 20px; overflow-y: auto; opacity: 0; pointer-events: none; transition: opacity .3s; }
  .mobile-nav a { font-family: var(--serif); font-size: 38px; }
  .mobile-nav a small { display: inline-block; width: 28px; font-family: var(--sans); font-size: 9px; letter-spacing: .14em; opacity: .55; vertical-align: middle; }
  .mobile-contact { display: grid; gap: 15px; margin-top: 8px; padding: 22px 0 10px; border-top: 1px solid rgba(255,255,255,.18); }
  .mobile-contact a { display: grid; gap: 3px; font-family: var(--sans); font-size: inherit; line-height: 1.3; }
  .mobile-contact a small { width: auto; color: var(--sand); font-size: 9px; opacity: 1; text-transform: uppercase; }
  .mobile-contact a strong { font-size: clamp(18px, 5vw, 25px); font-weight: 400; overflow-wrap: anywhere; }
  .menu-open .mobile-nav { opacity: 1; pointer-events: auto; }
  .menu-open .site-header { color: var(--white); background: var(--deep); }
  .wellness { gap: 5vw; }
  .nearby-layout { grid-template-columns: 1fr; }
  .nearby-map-column { position: relative; top: auto; }
  .nearby-map { min-height: 620px; }
}

@media (min-width: 1051px) and (max-width: 1200px) {
  .desktop-nav { left: 50%; }
  .nav-contact { display: none; }
}

@media (max-width: 760px) {
  .direct-booking-banner { height: 62px; padding: 6px 4vw; flex-direction: column; gap: 4px; text-align: center; }
  .direct-booking-copy { gap: 5px 8px; flex-wrap: wrap; }
  .direct-booking-copy strong { font-size: 8px; }
  .direct-booking-copy span { font-size: 7px; }
  .direct-booking-contact a { padding: 3px 8px; font-size: 6px; }
  .site-header { inset: 62px 0 auto; height: 74px; padding: 0 5vw; }
  .nav-cta { display: none; }
  .hero { height: 780px; min-height: 100svh; background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,20,18,.74), rgba(10,20,18,.15)), linear-gradient(0deg, rgba(10,20,18,.4), transparent 50%); }
  .hero-copy { left: 7vw; right: 7vw; top: 48%; }
  h1 { font-size: clamp(57px, 18vw, 84px); }
  .hero-intro { font-size: 14px; }
  .hero-discount { margin-top: 22px; padding: 15px 17px 17px; }
  .hero-discount strong { font-size: 36px; }
  .hero-discount span { font-size: 10px; }
  .hero-location { display: none; }
  .availability { display: block; padding-top: 100px; }
  .availability-intro { position: static; margin-bottom: 50px; }
  .availability-panel { padding: 0 14px 20px; }
  .apartment-tabs { margin: 0 -14px 28px; }
  .apartment-tabs button { min-height: 54px; font-size: 8px; }
  .calendar-header { align-items: flex-start; flex-direction: column; }
  .month-controls { width: 100%; justify-content: space-between; }
  .calendar-day, .calendar-blank { min-height: 43px; aspect-ratio: 1; }
  .calendar-day { padding: 5px; border-width: 2px; }
  .calendar-day small { display: none; }
  .calendar-footer { display: block; }
  .calendar-footer p + p { margin-top: 6px; }
  .section { padding: 100px 7vw; }
  h2 { font-size: clamp(45px, 14vw, 66px); }
  .gallery { padding-top: 80px; }
  .apartment-showcase { padding-top: 100px; padding-bottom: 100px; }
  .showcase-heading { display: block; margin-bottom: 38px; }
  .showcase-tabs { grid-template-columns: 1fr 1fr; margin-bottom: 26px; gap: 6px; }
  .showcase-tabs button { min-height: 56px; padding: 0 8px; font-size: 9px; }
  .showcase-tabs button span { font-size: 17px; }
  .apartment-unit, .apartment-unit.reverse { display: flex; flex-direction: column; height: auto; min-height: 0; margin-bottom: 0; overflow: visible; }
  .apartment-unit[hidden] { display: none; }
  .apartment-unit.reverse .unit-copy, .apartment-unit.reverse .unit-images { order: initial; }
  .apartment-2-layout .unit-copy { height: auto; padding: 55px 8vw; grid-template-rows: auto 115px 178px 68px auto; align-content: start; overflow: visible; }
  .unit-copy h3 { height: 115px; font-size: 34px; white-space: normal; }
  .unit-copy > p:not(.eyebrow) { height: 140px; }
  .unit-copy ul { margin-top: 0; }
  .unit-discount { margin-top: 22px; padding: 15px 17px 17px; }
  .apartment-2-layout .unit-discount { height: auto; min-height: 0; max-height: none; }
  .unit-discount strong { font-size: 36px; }
  .unit-discount span { font-size: 10px; }
  .unit-images { height: 620px; grid-template-columns: 1.25fr .75fr; }
  .apartment-facts { grid-template-columns: 1fr; gap: 38px; min-height: 0; padding: 42px 8vw 48px; }
  .zoom-image::after { opacity: 1; transform: none; }
  .lightbox-inner { padding: 70px 4vw 25px; }
  .lightbox img { max-width: 94vw; max-height: 76vh; }
  .lightbox-nav { width: 44px; height: 44px; padding-bottom: 4px; font-size: 35px; background: rgba(35,35,38,.78); }
  .lightbox-prev { left: 9px; }
  .lightbox-next { right: 9px; }
  .wellness { display: flex; flex-direction: column-reverse; padding-left: 0; padding-right: 0; gap: 65px; }
  .exterior-gallery { width: 100%; height: 450px; }
  .guest-info { padding-top: 100px; padding-bottom: 100px; }
  .guest-info-heading { display: block; margin-bottom: 48px; }
  .guest-info-heading > p:last-child { margin-top: 28px; }
  .guest-info-grid { grid-template-columns: 1fr; }
  .info-card { min-height: 0; }
  .wellness-copy { padding: 0 7vw; }
  .nearby { padding-top: 100px; padding-bottom: 100px; }
  .nearby-heading { display: block; margin-bottom: 55px; }
  .nearby-heading > p { margin-top: 28px; }
  .nearby-map { min-height: 540px; }
  .map-mode-button { min-height: 46px; padding: 0 9px; font-size: 7px; }
  .map-location-card { left: 12px; bottom: 12px; width: calc(100% - 24px); max-width: 320px; padding: 15px 16px; }
  .map-location-card strong { font-size: 18px; }
  .map-location-card > span { padding-right: 100px; }
  .map-travel-switch { grid-template-columns: 1fr 1fr; }
  .map-travel-label { grid-column: 1 / -1; min-height: 30px; justify-content: center; }
  .nearby-groups { grid-template-columns: 1fr; }
  .nearby-group.wide, .nearby-note { grid-column: auto; }
  .nearby-list.columns { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand, .newsletter, .footer-booking { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
