:root {
  --bg: #242522;
  --bg-2: #1d1e1b;
  --text: #f7f5f0;
  --muted: #d6d3cb;
  --accent: #d6c8b2;
  --line: rgba(255,255,255,.14);
  --max: 1400px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin:0; font-family:'DM Sans',system-ui,sans-serif; background:var(--bg); color:var(--text); line-height:1.6; }
a { color:inherit; text-decoration:none; }
img { display:block; width:100%; }
.site-header { height:94px; padding:0 5.5vw; display:flex; align-items:center; justify-content:space-between; gap:28px; background:var(--bg); position:relative; z-index:10; }
.brand { font-size:1.75rem; font-weight:700; letter-spacing:-.03em; }
nav { display:flex; align-items:center; gap:28px; font-size:.95rem; font-weight:500; }
nav a:hover { opacity:.72; }
.nav-cta { font-weight:700; }
.instagram { font-size:1.55rem; line-height:1; }
.hero { min-height:calc(100vh - 94px); position:relative; display:flex; align-items:flex-end; overflow:hidden; }
.hero > img { position:absolute; inset:0; height:100%; object-fit:cover; object-position:center; }
.hero-overlay { position:absolute; inset:0; background:linear-gradient(90deg, rgba(10,10,8,.72) 0%, rgba(10,10,8,.38) 50%, rgba(10,10,8,.12) 100%), linear-gradient(0deg, rgba(10,10,8,.35), transparent 55%); }
.hero-copy { position:relative; width:min(900px,88vw); margin:0 0 9vh 6vw; }
.eyebrow { font-size:.78rem; letter-spacing:.16em; font-weight:700; margin:0 0 14px; color:var(--accent); }
h1,h2 { margin:0; letter-spacing:-.045em; line-height:1.02; }
h1 { font-family:'Playfair Display',serif; font-size:clamp(3.4rem,7vw,7.2rem); max-width:1000px; }
h2 { font-size:clamp(2.3rem,4vw,4.5rem); }
.hero-copy > p:not(.eyebrow) { max-width:800px; font-size:clamp(1.05rem,1.5vw,1.35rem); margin:24px 0 30px; color:#fff; }
.hero-actions,.contact-actions { display:flex; flex-wrap:wrap; gap:12px; }
.button { display:inline-flex; min-height:52px; align-items:center; justify-content:center; padding:0 24px; font-weight:700; font-size:.9rem; letter-spacing:.04em; border:1px solid rgba(255,255,255,.6); transition:.2s ease; }
.button.primary { background:var(--text); color:#1b1c19; border-color:var(--text); }
.button.secondary { background:rgba(20,20,18,.24); backdrop-filter:blur(4px); }
.button:hover { transform:translateY(-1px); opacity:.9; }
.highlights { max-width:var(--max); margin:auto; padding:42px 5vw; display:grid; grid-template-columns:repeat(4,1fr); border-bottom:1px solid var(--line); }
.highlights div { padding:0 28px; border-right:1px solid var(--line); }
.highlights div:first-child { padding-left:0; }
.highlights div:last-child { border-right:0; }
.highlights strong,.highlights span { display:block; }
.highlights strong { font-size:1.05rem; }
.highlights span { font-size:.9rem; color:var(--muted); margin-top:4px; }
.split { max-width:var(--max); margin:auto; padding:95px 5vw; display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:7vw; }
.split.reverse { grid-template-columns:.92fr 1.08fr; }
.split.reverse .split-image { order:2; }
.split-image img { aspect-ratio:1.38/1; object-fit:cover; }
.split-copy p:not(.eyebrow),.feature-copy p,.walkable-card p,.section-heading p,.contact p { color:var(--muted); font-size:1.12rem; }
.split-copy p:not(.eyebrow) { margin-top:25px; max-width:630px; }
.feature-grid { max-width:var(--max); margin:auto; padding:95px 5vw; display:grid; grid-template-columns:.8fr 1.2fr; gap:6vw; align-items:center; border-top:1px solid var(--line); }
.feature-copy p { max-width:600px; }
.photo-pair { display:grid; grid-template-columns:1.18fr .82fr; gap:15px; align-items:stretch; }
.photo-pair img { height:520px; object-fit:cover; }
.walkable { padding:90px 5vw; background:linear-gradient(rgba(20,22,20,.6),rgba(20,22,20,.7)),url('004-untitled-29_twilight.jpg') center/cover no-repeat; }
.walkable-card { max-width:850px; margin:auto; padding:60px; background:rgba(28,29,26,.9); backdrop-filter:blur(8px); }
.chips { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.chips span { border:1px solid var(--line); padding:8px 12px; font-size:.85rem; color:var(--muted); }
.gallery-section { max-width:var(--max); margin:auto; padding:100px 5vw; }
.section-heading { max-width:750px; margin-bottom:38px; }
.section-heading p:last-child { margin-top:17px; }
.gallery { columns:4 260px; column-gap:14px; }
.gallery button { appearance:none; border:0; padding:0; background:none; margin:0 0 14px; width:100%; cursor:pointer; break-inside:avoid; overflow:hidden; }
.gallery img { width:100%; height:auto; transition:transform .25s ease, opacity .25s ease; }
.gallery button:hover img { transform:scale(1.015); opacity:.91; }
.review-section { padding:80px 5vw 110px; }
.review-card { max-width:970px; margin:auto; text-align:center; border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:70px 0; }
.stars { letter-spacing:.22em; margin-bottom:22px; }
blockquote { margin:0; font-family:'Playfair Display',serif; font-size:clamp(1.6rem,3vw,2.8rem); line-height:1.35; }
.review-card p { color:var(--muted); }
.contact { text-align:center; padding:110px 5vw 120px; background:var(--bg-2); }
.contact > p:not(.eyebrow) { margin:20px auto 30px; }
.contact-actions { justify-content:center; }
.contact-email { font-size:.9rem !important; margin-top:28px !important; }
footer { max-width:var(--max); margin:auto; padding:42px 5vw; display:flex; justify-content:space-between; align-items:center; gap:20px; color:var(--muted); font-size:.86rem; }
footer .brand { color:var(--text); font-size:1.12rem; }
.lightbox { display:none; position:fixed; inset:0; z-index:100; background:rgba(0,0,0,.94); align-items:center; justify-content:center; padding:4vw; }
.lightbox.open { display:flex; }
.lightbox img { max-width:90vw; max-height:88vh; width:auto; height:auto; }
.lightbox button { position:absolute; border:0; background:rgba(255,255,255,.08); color:#fff; cursor:pointer; width:50px; height:50px; font-size:2.3rem; line-height:1; }
.lightbox-close { top:18px; right:18px; }
.lightbox-prev { left:18px; top:50%; }
.lightbox-next { right:18px; top:50%; }
@media(max-width:900px){
  .site-header { height:auto; padding:24px 6vw; align-items:flex-start; }
  .brand { font-size:1.35rem; }
  nav { gap:16px; font-size:.8rem; }
  nav a:first-child { display:none; }
  .hero { min-height:78vh; }
  .hero-copy { margin:0 6vw 7vh; }
  .highlights { grid-template-columns:1fr 1fr; row-gap:30px; }
  .highlights div:nth-child(2){ border-right:0; }
  .split,.split.reverse,.feature-grid { grid-template-columns:1fr; gap:35px; padding-top:65px; padding-bottom:65px; }
  .split.reverse .split-image { order:0; }
  .photo-pair img { height:390px; }
  footer { flex-direction:column; text-align:center; }
}
@media(max-width:600px){
  .site-header { display:block; }
  nav { margin-top:14px; justify-content:space-between; }
  nav .instagram { display:none; }
  .hero { min-height:74vh; }
  .hero-overlay { background:linear-gradient(0deg,rgba(10,10,8,.78),rgba(10,10,8,.18) 75%); }
  .hero-copy { width:88vw; }
  h1 { font-size:clamp(3rem,14vw,4.5rem); }
  .highlights { grid-template-columns:1fr; }
  .highlights div { border-right:0; border-bottom:1px solid var(--line); padding:0 0 18px; }
  .photo-pair { grid-template-columns:1fr; }
  .photo-pair img { height:auto; }
  .walkable { padding:45px 5vw; }
  .walkable-card { padding:35px 28px; }
  .gallery { columns:2 150px; }
}
