:root {
  --olive-900: #2f3a2d;
  --olive-700: #53614b;
  --olive-500: #849078;
  --olive-200: #d9dfd1;
  --sage: #aeb8a2;
  --sand: #eee9df;
  --stone: #d9d2c5;
  --oak: #9d7350;
  --cream: #f8f5ef;
  --ink: #24261f;
  --white: #fffefb;
  --line: rgba(36,38,31,.14);
  --shadow: 0 24px 70px rgba(43,45,37,.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
img { width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 18px 4vw; color: white; transition: .35s ease; }
.site-header.scrolled { background: rgba(248,245,239,.93); color: var(--ink); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 34px; height: 34px; display: inline-flex; }
.brand-mark svg { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-name { font-family: Jost, sans-serif; letter-spacing: .32em; font-size: 1.05rem; font-weight: 400; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .82rem; letter-spacing: .07em; }
.main-nav a { opacity: .88; }
.main-nav a:hover { opacity: 1; }
.nav-cta { border: 1px solid currentColor; padding: 10px 15px; }
.menu-toggle { display: none; background: none; border: 0; width: 38px; height: 38px; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 8px 0; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,31,24,.72) 0%, rgba(26,31,24,.35) 48%, rgba(26,31,24,.1) 100%), linear-gradient(0deg, rgba(26,31,24,.45), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); margin: 0 0 11vh 8vw; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; font-weight: 600; }
.eyebrow { margin-bottom: 20px; }
h1,h2,h3 { font-family: Jost, sans-serif; font-weight: 400; line-height: 1.08; margin: 0; }
h1 { font-size: clamp(3.5rem, 8vw, 7.5rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2.3rem, 5vw, 4.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.65rem; }
.hero-copy { max-width: 620px; font-size: clamp(1rem, 1.6vw, 1.25rem); margin: 26px 0 34px; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; transition: .25s ease; }
.button-primary { background: var(--olive-700); color: white; }
.button-primary:hover { background: var(--olive-900); transform: translateY(-2px); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.65); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.button-outline { border: 1px solid var(--olive-700); color: var(--olive-700); }
.button-light { background: var(--cream); color: var(--olive-900); }
.scroll-cue { position: absolute; right: 4vw; bottom: 5vh; z-index: 2; display: flex; align-items: center; gap: 12px; font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.scroll-cue .line { width: 72px; height: 1px; background: rgba(255,255,255,.6); }

.section { padding: 120px 8vw; }
.section-narrow { margin: 0 4vw; }
.section-kicker { color: var(--olive-700); margin: 0 0 22px; }
.section-kicker.light { color: var(--olive-200); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 10vw; align-items: start; }
.intro-grid h2 { max-width: 760px; }
.intro-grid p { margin: 0 0 18px; color: #5a5c54; font-size: 1.05rem; }
.image-card { margin: 0; position: relative; overflow: hidden; }
.image-card-large { aspect-ratio: 16/8; }
.image-card img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.image-card:hover img { transform: scale(1.02); }
.image-card figcaption { position: absolute; inset: auto 0 0; color: white; display: flex; justify-content: space-between; padding: 24px 28px; background: linear-gradient(transparent, rgba(0,0,0,.45)); font-size: .8rem; letter-spacing: .04em; }

.section-heading { display: grid; grid-template-columns: 1.15fr .65fr; gap: 10vw; align-items: end; margin-bottom: 56px; }
.section-heading > p { color: #62645c; margin: 0; }
.section-heading.compact { display: block; }
.apartment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.apartment-card { background: var(--white); border: 1px solid var(--line); }
.card-image { aspect-ratio: 4/3; overflow: hidden; }
.card-image img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.apartment-card:hover .card-image img { transform: scale(1.035); }
.card-body { padding: 28px; }
.card-number { color: var(--olive-500); font-family: Jost; letter-spacing: .12em; font-size: .76rem; }
.card-body h3 { margin: 10px 0 15px; }
.card-body > p { color: #67695f; font-size: .92rem; }
.card-body ul { display: flex; flex-wrap: wrap; gap: 8px 16px; list-style: none; padding: 18px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; color: var(--olive-700); }

.experience { display: grid; grid-template-columns: 1fr 1fr; min-height: 780px; background: var(--olive-900); color: white; }
.experience-image img { height: 100%; object-fit: cover; }
.experience-content { padding: 8vw 7vw; display: flex; flex-direction: column; justify-content: center; }
.experience-content h2 { max-width: 680px; }
.amenities-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px 28px; margin-top: 70px; }
.amenities-grid span { color: var(--sage); font-family: Jost; font-size: .76rem; }
.amenities-grid h3 { font-size: 1.28rem; margin: 8px 0; }
.amenities-grid p { color: rgba(255,255,255,.64); margin: 0; font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { border: 0; padding: 0; cursor: zoom-in; background: transparent; grid-column: span 4; aspect-ratio: 4/5; overflow: hidden; }
.gallery-item.wide { grid-column: span 8; aspect-ratio: 8/5; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .65s ease; }
.gallery-item:hover img { transform: scale(1.035); }

.location { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; align-items: center; }
.location-copy > p:not(.section-kicker) { color: #64665e; max-width: 580px; font-size: 1.02rem; }
.location-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 46px 0; }
.location-facts div { border-top: 1px solid var(--line); padding-top: 14px; }
.location-facts strong, .location-facts span { display: block; }
.location-facts strong { font-family: Jost; font-weight: 500; font-size: 1.35rem; }
.location-facts span { color: #6c6e65; font-size: .78rem; margin-top: 4px; }
.text-link { display: inline-flex; gap: 9px; border-bottom: 1px solid currentColor; padding-bottom: 4px; color: var(--olive-700); font-size: .9rem; }
.location-image { box-shadow: var(--shadow); }

.guest-guide { background: var(--olive-700); color: white; }
.guest-guide-inner { padding: 80px 7vw; display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.guest-guide h2 { max-width: 620px; }
.guest-guide p:not(.section-kicker) { color: rgba(255,255,255,.7); max-width: 620px; }
.contact { text-align: center; }
.contact-panel { max-width: 900px; margin: auto; }
.contact-panel > p:not(.section-kicker):not(.small-note) { color: #686a61; max-width: 580px; margin: 24px auto 30px; }
.contact-actions { display: flex; gap: 12px; justify-content: center; }
.small-note { margin-top: 28px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: #777970; }

.site-footer { margin-top: 30px; padding: 54px 8vw 28px; background: #20241e; color: white; display: grid; grid-template-columns: 1fr 1fr auto; gap: 22px; align-items: center; }
.site-footer p { color: rgba(255,255,255,.56); margin: 0; font-size: .85rem; }
.footer-links { display: flex; gap: 20px; font-size: .8rem; }
.copyright { grid-column: 1 / -1; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }

.lightbox { width: min(1100px, 92vw); border: 0; padding: 0; background: transparent; }
.lightbox::backdrop { background: rgba(19,21,17,.88); backdrop-filter: blur(10px); }
.lightbox img { max-height: 84vh; object-fit: contain; }
.lightbox-close { position: fixed; top: 22px; right: 30px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); color: white; background: rgba(0,0,0,.25); font-size: 1.8rem; cursor: pointer; }
.reveal { opacity: 0; transform: translateY(20px); transition: .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; inset: 0; background: var(--cream); color: var(--ink); flex-direction: column; justify-content: center; font-size: 1.2rem; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s ease; }
  .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
  .menu-toggle { display: block; z-index: 2; }
  .site-header.menu-open { color: var(--ink); }
  .intro-grid, .section-heading, .location { grid-template-columns: 1fr; gap: 38px; }
  .apartment-grid { grid-template-columns: 1fr 1fr; }
  .experience { grid-template-columns: 1fr; }
  .experience-image { min-height: 520px; }
  .location-image { max-width: 760px; }
}

@media (max-width: 680px) {
  .site-header { padding: 16px 20px; }
  .hero-content { margin: 0 24px 12vh; width: auto; }
  h1 { font-size: clamp(3.15rem, 16vw, 5rem); }
  .scroll-cue { display: none; }
  .section { padding: 84px 24px; }
  .section-narrow { margin: 0; }
  .image-card-large { aspect-ratio: 4/5; }
  .image-card figcaption { flex-direction: column; gap: 4px; }
  .apartment-grid { grid-template-columns: 1fr; }
  .experience-image { min-height: 380px; }
  .experience-content { padding: 80px 24px; }
  .amenities-grid { grid-template-columns: 1fr; margin-top: 50px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item, .gallery-item.wide { grid-column: auto; aspect-ratio: 4/3; }
  .location-facts { grid-template-columns: 1fr; }
  .guest-guide-inner { padding: 70px 24px; align-items: start; flex-direction: column; }
  .contact-actions { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; padding: 50px 24px 24px; }
  .copyright { grid-column: 1; }
}
