:root {
  --navy: #14354a;
  --navy-deep: #0e2a3c;
  --sea: #5d9699;
  --sea-light: #d9e7e3;
  --copper: #ae602e;
  --sand: #f2e5d1;
  --cream: #fbf8f1;
  --white: #ffffff;
  --ink: #1f3540;
  --muted: #65757b;
  --line: #dde3df;
  --shadow: 0 22px 60px rgba(20, 53, 74, .14);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 16px; background: var(--white); color: var(--navy); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }
:where(a, button, input, select):focus-visible { outline: 3px solid #e3a767; outline-offset: 4px; }
.field :where(input, select):focus-visible { border-radius: 3px; outline-offset: 2px; }


.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,248,241,.95); border-bottom: 1px solid rgba(20,53,74,.08); backdrop-filter: blur(14px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--navy); text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--navy); color: #f2cf99; }
.brand-mark svg { width: 38px; height: 38px; }
.brand-copy { display: grid; }
.brand-copy strong { font-family: var(--serif); font-size: 1.25rem; line-height: 1.15; text-transform: uppercase; letter-spacing: .03em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .58rem; line-height: 1.1; letter-spacing: .19em; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav > a:not(.button) { position: relative; color: var(--navy); font-size: .79rem; font-weight: 700; text-decoration: none; }
.primary-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--copper); transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after { right: 0; }
.primary-nav > a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 23px; border: 0; border-radius: 999px; cursor: pointer; font-size: .77rem; font-weight: 800; line-height: 1.2; letter-spacing: .02em; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(20,53,74,.14); }
.button--small { min-height: 42px; padding: 10px 19px; }
.button--navy { background: var(--navy); color: var(--white); }
.button--copper { background: var(--copper); color: var(--white); }
.button--cream { background: var(--cream); color: var(--navy); }
.button--outline { border: 1px solid var(--navy); background: transparent; color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: .78rem; font-weight: 800; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; display: grid; min-height: 630px; grid-template-columns: 1.05fr .95fr; background: var(--sand); }
.hero-copy-wrap { display: flex; align-items: center; justify-content: flex-end; padding: 60px 50px 110px max(30px, calc((100vw - 1180px)/2)); }
.hero-copy { width: min(600px, 100%); }
.eyebrow { margin: 0 0 17px; color: #426f71; font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: #c9e1dc; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: var(--serif); line-height: 1.08; }
h1 { max-width: 660px; margin-bottom: 24px; font-size: clamp(3rem, 5vw, 5.4rem); letter-spacing: -.045em; }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 3.5vw, 3.75rem); letter-spacing: -.035em; }
h3 { margin-bottom: 13px; font-size: 1.8rem; }
.hero-intro { max-width: 610px; margin: 0; color: #586c72; font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 33px; }
.hero-image-wrap { position: relative; min-height: 630px; overflow: hidden; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,53,74,.12), transparent 40%), linear-gradient(0deg, rgba(14,42,60,.22), transparent 45%); pointer-events: none; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 47%; }
.image-label { position: absolute; z-index: 1; right: 24px; bottom: 102px; padding: 9px 14px; border-radius: 999px; background: rgba(251,248,241,.9); color: var(--navy); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.availability-card { position: absolute; z-index: 5; left: 50%; bottom: -50px; display: grid; width: min(1120px, calc(100% - 40px)); min-height: 104px; grid-template-columns: 1.15fr 1.15fr .72fr .72fr 1.25fr; align-items: center; gap: 0; padding: 18px 22px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow); transform: translateX(-50%); }
.field { min-width: 0; padding: 0 25px; border-right: 1px solid var(--line); }
.field label { display: block; margin-bottom: 4px; color: #426f71; font-size: .64rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.field input, .field select { width: 100%; padding: 5px 0; border: 0; outline: 0; background: transparent; color: var(--ink); }
.availability-card .button { margin-left: 22px; }
.form-note { position: absolute; right: 31px; bottom: -28px; display: none; margin: 0; color: var(--muted); font-size: .7rem; }

.trust-strip { padding: 88px 0 34px; background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 45px; padding: 0 18px; border-right: 1px solid var(--line); color: var(--navy); font-size: .78rem; text-align: center; }
.trust-grid div:last-child { border-right: 0; }
.trust-grid span { color: var(--copper); font-size: 1.15rem; }

.section { padding: 110px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; margin-bottom: 45px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 540px; margin: 0 0 5px; color: var(--muted); }
.section-heading--compact { margin-bottom: 35px; }
.apartments { background: var(--cream); }
.apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.apartment-grid--four { grid-template-columns: repeat(2, 1fr); }
.apartment-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.apartment-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(20,53,74,.1); }
.apartment-card--featured { transform: translateY(-14px); }
.apartment-card--featured:hover { transform: translateY(-20px); }
.card-image { aspect-ratio: 1.45; overflow: hidden; background: var(--sea-light); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.apartment-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 29px; }
.card-meta { margin: 0 0 11px; color: #426f71; font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.card-body > p:not(.card-meta) { min-height: 80px; color: var(--muted); font-size: .92rem; }
.feature-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 25px; padding: 0; list-style: none; }
.feature-list li { padding: 6px 9px; border-radius: 999px; background: #eef3f0; color: #4d646b; font-size: .68rem; font-weight: 700; }

.story { overflow: hidden; background: var(--white); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 100px; }
.story-collage { position: relative; min-height: 620px; }
.story-collage::before { content: ''; position: absolute; top: -45px; left: -8vw; width: 360px; height: 360px; border-radius: 50%; background: var(--sea-light); }
.story-collage img { position: absolute; border: 8px solid var(--white); box-shadow: var(--shadow); object-fit: cover; }
.collage-main { top: 12px; left: 5%; width: 67%; height: 560px; }
.collage-small { right: 0; width: 40%; height: 250px; }
.collage-small--top { top: 70px; }
.collage-small--bottom { bottom: 20px; }
.story-copy p:not(.eyebrow) { color: var(--muted); }
.story-copy .button { margin-top: 16px; }

.location { background: var(--sand); }
.location-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.location-copy > p:not(.eyebrow) { color: #596b70; }
.location-points { margin: 34px 0; }
.location-points div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(20,53,74,.13); }
.location-points strong { color: var(--navy); }
.location-points span { color: #65757b; font-size: .9rem; }
.location-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 160px 16px 16px 16px; background: var(--navy); box-shadow: var(--shadow); isolation: isolate; }
.location-card::after { content: ''; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(10,34,49,.03) 25%, rgba(10,34,49,.68) 100%); pointer-events: none; }
.location-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.location-card:hover .location-photo { transform: scale(1.025); }
.location-pin { position: absolute; z-index: 3; left: 48px; bottom: 54px; display: grid; width: 190px; place-items: center; padding: 22px 16px 18px; border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); text-align: center; backdrop-filter: blur(8px); }
.location-pin span { position: absolute; top: -28px; width: 34px; height: 34px; border: 10px solid var(--copper); border-radius: 50% 50% 50% 0; background: var(--white); transform: rotate(-45deg); }
.location-pin strong { color: var(--navy); }
.location-pin small { color: var(--muted); }
.location-caption { position: absolute; right: 35px; bottom: 48px; z-index: 3; margin: 0; color: var(--white); text-align: right; text-shadow: 0 2px 16px rgba(0,0,0,.45); }

.gallery-section { background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 70px; margin-bottom: 42px; }
.gallery-heading h2 { margin-bottom: 0; font-size: clamp(2.4rem, 4vw, 3.8rem); }
.gallery-intro { max-width: 520px; justify-self: end; }
.gallery-intro p { margin: 0 0 17px; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gallery-image { position: relative; overflow: hidden; aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: 14px; cursor: zoom-in; background: var(--sea-light); box-shadow: 0 12px 30px rgba(20,53,74,.08); }
.gallery-image::after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(8,30,43,.82)); pointer-events: none; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-image:first-child img { object-position: center 43%; }
.gallery-image:nth-child(2) img { object-position: center; }
.gallery-image:nth-child(3) img { object-position: center 55%; }
.gallery-image:hover img { filter: brightness(.92); transform: scale(1.035); }
.gallery-caption { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: grid; gap: 3px; color: var(--white); text-align: left; }
.gallery-caption strong { font-family: var(--serif); font-size: 1.35rem; line-height: 1.15; }
.gallery-caption small { color: rgba(255,255,255,.82); font-size: .72rem; line-height: 1.4; }

.reviews { background: var(--white); }
.reviews-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 55px; margin-bottom: 45px; }
.reviews-heading h2 { max-width: 680px; margin-bottom: 0; }
.review-source-badge { display: flex; min-width: 270px; align-items: center; gap: 13px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 13px; background: var(--cream); color: var(--navy); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.review-source-badge:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(20,53,74,.1); }
.booking-mark { display: grid; width: 39px; height: 39px; place-items: center; flex: 0 0 auto; border-radius: 50%; background: #003b95; color: var(--white); font-size: 1rem; font-weight: 800; box-shadow: 0 3px 12px rgba(20,53,74,.1); }
.review-source-badge > span:nth-child(2) { display: grid; gap: 3px; }
.review-source-badge strong { font-family: var(--serif); font-size: 1.3rem; line-height: 1; }
.review-source-badge small { color: var(--muted); font-size: .68rem; }
.rating-stars { color: #f2b01e; font-size: .77rem; letter-spacing: .04em; }
.rating-stars i { color: #d5d9d6; font-style: normal; }
.rating-arrow { margin-left: auto; color: var(--copper); }
.review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review-card { display: flex; min-height: 315px; flex-direction: column; margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); box-shadow: 0 10px 28px rgba(20,53,74,.05); }
.review-card--featured { background: var(--navy); color: var(--white); }
.review-stars { margin-bottom: 22px; color: var(--copper); font-size: .8rem; letter-spacing: .16em; }
.review-card blockquote { margin: 0 0 28px; padding: 0; border: 0; background: transparent; color: var(--navy); font-family: var(--serif); font-size: 1.35rem; line-height: 1.42; }
.review-card--featured blockquote { color: var(--white); }
.review-card figcaption { display: grid; gap: 2px; margin-top: auto; }
.review-card figcaption strong { color: var(--navy); font-size: .82rem; }
.review-card--featured figcaption strong { color: var(--white); }
.review-card figcaption span { color: var(--muted); font-size: .72rem; }
.review-card--featured figcaption span { color: #bed0d2; }
.review-card figcaption small { margin-top: 7px; color: #426f71; font-size: .62rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.review-card--featured figcaption small { color: #e8c18e; }
.reviews-source { margin: 23px 0 0; color: var(--muted); font-size: .7rem; text-align: right; }
.reviews-source a { color: var(--navy); font-weight: 800; text-decoration: none; }

.contact-section { padding: 0 0 90px; background: var(--white); }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; padding: 70px; border-radius: 18px; background: var(--navy); color: var(--white); }
.contact-card h2 { max-width: 700px; margin-bottom: 16px; color: var(--white); }
.contact-card p:not(.eyebrow) { margin: 0; color: #c9d9db; }
.contact-actions { display: grid; justify-items: start; gap: 12px; }
.contact-actions > a:not(.button) { color: #d5e3e4; font-size: .85rem; text-decoration: none; }

.site-footer { padding: 65px 0 25px; background: #0d293a; color: #c2d1d2; }
.brand--footer { color: var(--white); }
.brand--footer .brand-mark { border: 1px solid rgba(255,255,255,.2); }
.brand--footer small { color: #a9babc; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr .6fr; gap: 70px; padding-bottom: 45px; }
.footer-grid address { font-size: .83rem; font-style: normal; }
.footer-links { display: grid; gap: 7px; }
.footer-links a { font-size: .8rem; text-decoration: none; }
.footer-bottom { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 50px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: .68rem; }
.footer-bottom p { margin: 0; }
.legal-identity { color: #91a8ab; }
.concept-credit { text-align: right; }
.concept-credit a { color: var(--white); text-decoration: none; }

.lightbox { width: min(1000px, calc(100% - 30px)); max-width: none; padding: 0; border: 0; border-radius: 12px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(7,25,36,.88); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 82vh; border-radius: 12px; object-fit: contain; }
.lightbox-close { position: absolute; top: -45px; right: 0; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.2); color: var(--white); cursor: pointer; font-size: 1.8rem; line-height: 1; }

/* Inner pages */
.page-hero { position: relative; overflow: hidden; padding: 105px 0 100px; background: var(--sand); }
.page-hero::after { content: ''; position: absolute; top: -190px; right: -100px; width: 470px; height: 470px; border: 1px solid rgba(20,53,74,.1); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.13), 0 0 0 120px rgba(255,255,255,.08); }
.page-hero .shell { position: relative; z-index: 1; }
.page-hero h1 { max-width: 880px; margin-bottom: 22px; font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero .shell > p:last-child { max-width: 760px; margin: 0; color: #586c72; font-size: 1.12rem; }

.room-detail { padding: 105px 0; background: var(--white); scroll-margin-top: 110px; }
.room-detail:nth-of-type(odd) { background: var(--cream); }
.room-detail-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 75px; }
.room-detail--reverse .room-copy { order: 2; }
.room-detail--reverse .room-photo-grid { order: 1; }
.room-copy > p:not(.eyebrow) { color: var(--muted); }
.room-copy .button { margin-top: 14px; }
.room-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; margin: 28px 0; padding: 0; list-style: none; }
.room-facts li { padding: 10px 0 10px 20px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .83rem; font-weight: 700; }
.room-facts li::before { content: '✓'; float: left; margin-left: -20px; color: var(--copper); }
.room-photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 230px); gap: 15px; }
.room-photo { overflow: hidden; padding: 0; border: 0; border-radius: 13px; background: var(--sea-light); cursor: zoom-in; }
.room-photo:first-child { grid-row: 1 / 3; }
.room-photo:nth-child(n+4) { display: none; }
.room-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.room-photo:hover img { transform: scale(1.025); }

.editorial-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 90px; }
.editorial-grid--wide { grid-template-columns: .85fr 1.15fr; }
.editorial-image { width: 100%; max-height: 670px; border-radius: 16px; box-shadow: var(--shadow); object-fit: cover; }
.editorial-figure { margin: 0; }
.editorial-figure figcaption { margin-top: 11px; color: var(--muted); font-size: .72rem; text-align: right; }
.prose > p:not(.eyebrow) { color: var(--muted); }
.prose .button { margin-top: 16px; }
.values { background: var(--sand); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.value-grid article { padding: 38px 33px; border-radius: 14px; background: rgba(255,255,255,.68); }
.value-grid article > span { display: block; margin-bottom: 26px; color: var(--copper); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.value-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.local-list { margin: 30px 0; }
.local-list div { display: grid; gap: 4px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.local-list strong { color: var(--navy); }
.local-list span { color: var(--muted); font-size: .87rem; }
.map-panel { padding-top: 0; background: var(--cream); }
.map-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 56px 62px; border-radius: 17px; background: var(--navy); color: var(--white); }
.map-card h2 { margin-bottom: 8px; color: var(--white); }
.map-card p:not(.eyebrow) { margin: 0; color: #c9d9db; }

.gallery-group { padding: 90px 0; background: var(--cream); }
.gallery-group:nth-of-type(odd) { background: var(--white); }
.gallery-image--plain::after { inset: 45% 0 0; }
.gallery-image--plain .gallery-caption small { white-space: normal; }

.gallery-carousels { background: var(--cream); }
.carousel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 28px; }
.gallery-carousel { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 12px 30px rgba(20,53,74,.06); }
.carousel-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 27px 28px 23px; }
.carousel-heading .eyebrow { margin-bottom: 8px; }
.carousel-heading h2 { margin: 0; font-size: clamp(1.65rem, 2.5vw, 2.25rem); }
.carousel-frame { position: relative; overflow: hidden; background: var(--navy-deep); }
.carousel-track { display: flex; overflow-x: auto; margin: 0; padding: 0; list-style: none; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.carousel-track::-webkit-scrollbar { display: none; }
.photo-slide { flex: 0 0 100%; scroll-snap-align: start; }
.photo-slide button { position: relative; width: 100%; height: 390px; display: block; overflow: hidden; padding: 0; border: 0; cursor: zoom-in; background: var(--navy-deep); }
.photo-slide button::after { content: ''; position: absolute; inset: 58% 0 0; background: linear-gradient(transparent, rgba(8,30,43,.78)); pointer-events: none; }
.photo-slide img { width: 100%; height: 100%; object-fit: cover; }
.photo-slide button > span { position: absolute; z-index: 1; right: 22px; bottom: 19px; left: 22px; color: var(--white); font-size: .76rem; font-weight: 700; text-align: left; }
.carousel-arrow { position: absolute; z-index: 2; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(251,248,241,.92); color: var(--navy); cursor: pointer; box-shadow: 0 6px 20px rgba(8,30,43,.18); transform: translateY(-50%); }
.carousel-arrow:hover { background: var(--white); }
.carousel-arrow--prev { left: 15px; }
.carousel-arrow--next { right: 15px; }
.carousel-status { position: absolute; z-index: 2; top: 14px; right: 14px; margin: 0; padding: 6px 10px; border-radius: 999px; background: rgba(8,30,43,.78); color: var(--white); font-size: .67rem; font-weight: 800; letter-spacing: .08em; }

.contact-page-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; }
.contact-panel { padding: 55px; border-radius: 17px; background: var(--navy); color: var(--white); }
.contact-panel h2 { color: var(--white); }
.contact-panel dl { margin: 40px 0 0; }
.contact-panel dl div { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.16); }
.contact-panel dt { color: #b9d0d2; font-size: .67rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-panel dd { margin: 6px 0 0; font-size: 1rem; }
.contact-panel a { color: var(--white); text-decoration: none; }
.contact-options { display: grid; gap: 28px; }
.contact-options article { padding: 42px; border: 1px solid var(--line); border-radius: 17px; background: var(--white); }
.contact-options article > p:not(.eyebrow) { color: var(--muted); }
.faq-section { background: var(--white); }
.faq-intro { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 70px; margin-bottom: 48px; }
.faq-intro h2 { margin-bottom: 16px; }
.faq-intro > div > p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); }
.preview-note { padding: 24px 27px; border-left: 4px solid var(--copper); border-radius: 0 12px 12px 0; background: var(--sand); }
.preview-note strong { color: var(--navy); font-family: var(--serif); font-size: 1.15rem; }
.preview-note p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; }
.faq-list { overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--cream); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 0; }
.faq-item summary { display: grid; min-height: 92px; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 22px 30px; color: var(--navy); cursor: pointer; font-family: var(--serif); font-size: 1.35rem; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary small { display: block; margin-bottom: 5px; color: #426f71; font-family: var(--sans); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.faq-item summary b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--sea-light); font-family: var(--sans); font-size: 1.25rem; font-weight: 500; transition: transform .2s ease; }
.faq-item[open] summary b { transform: rotate(45deg); }
.faq-item[open] { background: var(--white); }
.faq-item > div { padding: 0 76px 26px 30px; }
.faq-item > div p { max-width: 790px; margin: 0; color: var(--muted); }
.review-invite { padding-block: 0; background: var(--white); }
.review-invite-card { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding: 58px 62px; border-radius: 17px; background: var(--navy); color: var(--white); }
.review-invite-card h2 { margin-bottom: 14px; color: var(--white); }
.review-invite-card p:not(.eyebrow) { max-width: 650px; margin: 0; color: #c9d9db; }
.review-invite-actions { display: grid; justify-items: start; gap: 17px; }
.review-invite-actions > a:not(.button) { color: #d5e3e4; font-size: .8rem; font-weight: 700; text-decoration: none; }
.faq-contact { text-align: center; }
.faq-contact h2 { margin-bottom: 15px; }
.faq-contact p:last-child { margin-bottom: 0; color: var(--muted); }
.faq-contact a { color: var(--navy); font-weight: 700; }
.not-found { min-height: 68vh; display: grid; align-items: center; padding: 100px 0; background: var(--sand); }
.not-found p:not(.eyebrow) { max-width: 630px; color: var(--muted); font-size: 1.06rem; }

.page-hero--legal { padding-bottom: 82px; }
.policy-updated { margin-top: 22px !important; color: #426f71 !important; font-size: .74rem !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.legal-page { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: start; gap: 80px; }
.legal-summary { position: sticky; top: 116px; padding: 39px 34px; border-radius: 16px; background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.legal-summary h2 { margin-bottom: 16px; color: var(--white); font-size: 2.35rem; }
.legal-summary > p:not(.eyebrow) { color: #c9d9db; font-size: .87rem; }
.legal-summary dl { margin: 31px 0 0; }
.legal-summary dl div { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.16); }
.legal-summary dt { color: #b9d0d2; font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.legal-summary dd { margin: 4px 0 0; font-size: .82rem; overflow-wrap: anywhere; }
.legal-summary a { color: var(--white); }
.legal-copy { max-width: 760px; }
.legal-copy > section { padding: 0 0 38px; margin-bottom: 38px; border-bottom: 1px solid var(--line); scroll-margin-top: 115px; }
.legal-copy > section:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.legal-copy h2 { margin-bottom: 17px; font-size: clamp(1.85rem, 2.8vw, 2.55rem); }
.legal-copy h3 { margin: 26px 0 9px; font-size: 1.35rem; }
.legal-copy p, .legal-copy li { color: var(--muted); font-size: .94rem; }
.legal-copy a { color: var(--navy); font-weight: 750; }
.legal-copy ul { padding-left: 21px; }
.legal-copy li + li { margin-top: 7px; }
.policy-note { margin: 22px 0; padding: 22px 24px; border-left: 4px solid var(--copper); border-radius: 0 11px 11px 0; background: var(--sand); }
.policy-note strong { color: var(--navy); font-family: var(--serif); font-size: 1.12rem; }
.policy-note p { margin: 7px 0 0; }

@media (max-width: 1120px) and (min-width: 981px) {
  .header-inner { gap: 18px; }
  .primary-nav { gap: 16px; }
}

@media (max-width: 980px) {
  .header-inner { min-height: 76px; }
  .menu-toggle { display: block; z-index: 2; }
  .primary-nav { position: fixed; inset: 110px 0 auto; display: grid; gap: 0; padding: 25px 30px 35px; background: var(--cream); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(20,53,74,.12); transform: translateY(-140%); transition: transform .28s ease; }
  .primary-nav.is-open { transform: translateY(0); }
  .primary-nav > a { padding: 14px 0; }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav > a[aria-current="page"]:not(.button) { margin-inline: -12px; padding-inline: 12px; border-radius: 8px; background: var(--sand); color: var(--copper); }
  .primary-nav .button { margin-top: 10px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy-wrap { min-height: 560px; justify-content: flex-start; padding: 70px 30px 75px; }
  .hero-image-wrap { min-height: 520px; }
  .availability-card { bottom: -165px; grid-template-columns: repeat(2,1fr); gap: 14px; }
  .field { padding: 5px 15px; }
  .field:nth-child(2) { border-right: 0; }
  .availability-card .button { grid-column: 1 / -1; margin: 0; }
  .trust-strip { padding-top: 205px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div { border-bottom: 1px solid var(--line); }
  .trust-grid div:nth-child(n+3) { border-bottom: 0; }
  .section-heading, .story-grid, .location-grid, .contact-card { grid-template-columns: 1fr; }
  .apartment-grid { grid-template-columns: 1fr 1fr; }
  .apartment-card--featured { transform: none; }
  .story-grid, .location-grid { gap: 65px; }
  .story-collage { width: min(700px,100%); }
  .location-card { min-height: 470px; }
  .review-cards { grid-template-columns: 1fr 1fr; }
  .review-card--featured { grid-column: 1 / -1; min-height: 270px; }
  .contact-actions { justify-items: start; }
  .room-detail-grid, .editorial-grid, .editorial-grid--wide, .contact-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .faq-intro, .review-invite-card { grid-template-columns: 1fr; gap: 35px; }
  .legal-summary { position: static; }
  .room-detail--reverse .room-copy, .room-detail--reverse .room-photo-grid { order: initial; }
  .value-grid { grid-template-columns: 1fr 1fr; }
  .carousel-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 28px, 1180px); }
  .brand-copy strong { font-size: 1.02rem; }
  .brand-copy small { font-size: .5rem; }
  .brand-mark { width: 43px; height: 43px; }
  .primary-nav { inset-block-start: 110px; }
  .hero-copy-wrap { min-height: auto; padding: 60px 22px 65px; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.3rem); }
  .hero-intro { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-image-wrap { min-height: 390px; }
  .image-label { right: 14px; bottom: 18px; max-width: calc(100% - 28px); }
  .availability-card { bottom: -305px; grid-template-columns: 1fr; padding: 18px; }
  .field { padding: 7px 10px 12px; border-right: 0; border-bottom: 1px solid var(--line); }
  .availability-card .button { width: 100%; }
  .trust-strip { padding-top: 345px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .trust-grid div:last-child { border-bottom: 0 !important; }
  .section { padding: 80px 0; }
  .page-hero { padding: 76px 0 72px; }
  .section-heading { gap: 20px; margin-bottom: 34px; }
  .section-heading > p { margin: 0; }
  .apartment-grid { grid-template-columns: 1fr; }
  .card-body > p:not(.card-meta) { min-height: 0; }
  .story-collage { min-height: 490px; }
  .collage-main { left: 0; width: 77%; height: 430px; }
  .collage-small { width: 44%; height: 185px; }
  .location-grid { gap: 50px; }
  .location-points div { grid-template-columns: 1fr; gap: 4px; }
  .location-card { min-height: 420px; border-radius: 100px 12px 12px; }
  .location-pin { left: 24px; bottom: 55px; width: 170px; }
  .location-caption { right: 22px; top: 28px; bottom: auto; }
  .gallery-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 30px; }
  .gallery-intro { justify-self: start; }
  .gallery-grid { grid-template-columns: 1fr; gap: 18px; }
  .gallery-image { aspect-ratio: 16 / 11; }
  .reviews-heading { grid-template-columns: 1fr; align-items: start; gap: 25px; }
  .review-source-badge { min-width: 0; width: 100%; }
  .review-cards { grid-template-columns: 1fr; }
  .review-card--featured { grid-column: auto; }
  .review-card { min-height: 0; padding: 28px 24px; }
  .review-card blockquote { font-size: 1.2rem; }
  .reviews-source { text-align: left; }
  .contact-section { padding-bottom: 60px; }
  .contact-card { gap: 35px; padding: 42px 25px; }
  .contact-actions .button { width: 100%; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; gap: 30px; }
  .concept-credit { text-align: left; }
  .apartment-grid--four { grid-template-columns: 1fr; }
  .room-detail { padding: 78px 0; }
  .room-photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 190px; }
  .room-photo:first-child { grid-column: 1 / -1; grid-row: auto; }
  .room-photo:nth-child(n+4) { display: block; }
  .room-facts { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .map-card { align-items: flex-start; flex-direction: column; padding: 42px 25px; }
  .contact-panel, .contact-options article { padding: 37px 25px; }
  .faq-item summary { min-height: 82px; padding: 20px 22px; font-size: 1.16rem; }
  .faq-item > div { padding: 0 58px 23px 22px; }
  .review-invite-card { padding: 43px 27px; }
  .legal-summary { padding: 34px 26px; }
  .carousel-heading { align-items: flex-start; flex-direction: column; padding: 24px 22px 20px; }
  .photo-slide button { height: 330px; }
}

@media (max-width: 430px) {
  .room-photo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 245px); }
  .room-photo:first-child { grid-column: auto; }
  .photo-slide button { height: 275px; }
}

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