/* ── Variables ─────────────────────────────────────────────────── */
:root {
  --black: #0a0a0a;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --dark-3: #222222;
  --dark-4: #2a2a2a;
  --border: #2e2e2e;
  --border-light: #3a3a3a;
  --gold: #c9a96e;
  --gold-light: #d4b882;
  --gold-dark: #a88850;
  --white: #ffffff;
  --off-white: #f5f3ef;
  --text: #e8e6e1;
  --text-muted: #8a8782;
  --text-dim: #5a5856;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow: 0 2px 20px rgba(0,0,0,0.4);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.6);
  --transition: 0.2s ease;
}

/* ── Reset ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--text); font-family: var(--font-sans); font-size: 15px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: inherit; }
input, select, textarea { font-family: inherit; }

/* ── Typography ────────────────────────────────────────────────── */
h1, h2, h3, h4 { font-family: var(--font-serif); font-weight: 300; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
h3 { font-size: 1.2rem; }

/* ── Nav ───────────────────────────────────────────────────────── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(10,10,10,0.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  transition: background var(--transition);
}
.nav-container {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; gap: 2rem;
  padding: 0 2rem; height: 64px;
}
.nav-logo { display: flex; flex-direction: column; line-height: 1; gap: 1px; }
.logo-luxury { font-family: var(--font-serif); font-size: 9px; letter-spacing: 0.3em; color: var(--gold); font-weight: 400; }
.logo-apt { font-family: var(--font-serif); font-size: 14px; letter-spacing: 0.15em; color: var(--white); font-weight: 300; }
.logo-nyc { font-family: var(--font-sans); font-size: 8px; letter-spacing: 0.4em; color: var(--text-muted); font-weight: 500; }
.nav-links { display: flex; align-items: center; gap: 0.25rem; margin-left: auto; }
.nav-link { padding: 0.4rem 0.75rem; font-size: 12px; letter-spacing: 0.08em; color: var(--text-muted); text-transform: uppercase; transition: color var(--transition); border-radius: var(--radius); }
.nav-link:hover { color: var(--white); }
.nav-link--gold { color: var(--gold); }
.nav-link--gold:hover { color: var(--gold-light); }
.nav-link--icon { display: flex; align-items: center; padding: 0.4rem 0.6rem; }
.nav-btn { margin-left: 0.5rem; padding: 0.5rem 1.25rem; font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); border-radius: var(--radius); transition: all var(--transition); }
.nav-btn:hover { background: var(--gold); color: var(--black); }
.nav-mobile-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 0.5rem; margin-left: auto; }
.nav-mobile-toggle span { display: block; width: 22px; height: 1.5px; background: var(--text); transition: var(--transition); }
.nav-mobile-menu { display: none; flex-direction: column; background: var(--dark); border-top: 1px solid var(--border); padding: 1rem 2rem 1.5rem; }
.nav-mobile-menu.is-open { display: flex; }
.nav-mobile-link { padding: 0.75rem 0; font-size: 13px; letter-spacing: 0.06em; color: var(--text-muted); border-bottom: 1px solid var(--border); text-transform: uppercase; }
.nav-mobile-link:last-child { border-bottom: none; }
.nav-mobile-link--gold { color: var(--gold); }
.nav-mobile-link--cta { color: var(--white); font-weight: 500; }

/* ── Buttons ───────────────────────────────────────────────────── */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1.75rem; font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; border-radius: var(--radius); transition: all var(--transition); border: 1px solid transparent; cursor: pointer; }
.btn--gold { background: var(--gold); color: var(--black); border-color: var(--gold); }
.btn--gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.btn--outline { background: transparent; border-color: var(--border-light); color: var(--text); }
.btn--outline:hover { border-color: var(--gold); color: var(--gold); }
.btn--full { width: 100%; }
.btn--sm { padding: 0.5rem 1rem; font-size: 11px; }

/* ── Hero ──────────────────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 8rem 2rem 4rem; text-align: center; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #0a0a0a 0%, #141410 50%, #0a0a0a 100%); }
.hero-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201,169,110,0.08) 0%, transparent 70%); }
.hero-content { position: relative; max-width: 800px; }
.hero-eyebrow { display: block; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.5rem; }
.hero-title { font-size: clamp(3rem, 8vw, 5.5rem); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 1.5rem; }
.hero-title span { color: var(--gold); }
.hero-sub { font-size: 1.05rem; color: var(--text-muted); max-width: 560px; margin: 0 auto 3rem; line-height: 1.7; }
.hero-search { background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1rem; }
.hero-search-fields { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.hero-select { flex: 1; min-width: 140px; padding: 0.75rem 1rem; background: var(--dark-2); border: 1px solid var(--border); color: var(--text); border-radius: var(--radius); font-size: 13px; appearance: none; cursor: pointer; }
.hero-search-btn { padding: 0.75rem 1.5rem; background: var(--gold); color: var(--black); border: none; border-radius: var(--radius); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background var(--transition); white-space: nowrap; }
.hero-search-btn:hover { background: var(--gold-light); }

/* ── Stats Bar ─────────────────────────────────────────────────── */
.stats-bar { background: var(--dark-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); display: flex; justify-content: center; gap: 0; }
.stat-item { flex: 1; max-width: 200px; text-align: center; padding: 1.5rem 1rem; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-item strong { display: block; font-family: var(--font-serif); font-size: 1.6rem; font-weight: 300; color: var(--gold); margin-bottom: 0.2rem; }
.stat-item span { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }

/* ── Sections ──────────────────────────────────────────────────── */
.section { padding: 5rem 2rem; max-width: 1400px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-eyebrow { display: block; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-header h2 { margin-bottom: 0.75rem; }
.section-header p { color: var(--text-muted); max-width: 500px; margin: 0 auto; }
.section-cta { text-align: center; margin-top: 3rem; }

/* ── Listing Cards ─────────────────────────────────────────────── */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.card-grid--wide { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.card-grid--floor { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.listing-card { display: flex; flex-direction: column; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition); }
.listing-card:hover { transform: translateY(-3px); border-color: var(--border-light); box-shadow: var(--shadow-lg); }
.card-media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--dark-3); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card-media img.card-floorplan-thumb { object-fit: contain; background: var(--dark-2); }
.listing-card:hover .card-media img { transform: scale(1.03); }
.card-media-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, var(--dark-3) 0%, var(--dark-4) 100%); }
.card-badges { position: absolute; top: 0.6rem; left: 0.6rem; display: flex; gap: 0.4rem; }
.badge { padding: 0.2rem 0.5rem; font-size: 10px; font-weight: 600; letter-spacing: 0.06em; border-radius: 2px; }
.badge--3d { background: rgba(201,169,110,0.9); color: var(--black); }
.badge--video { background: rgba(20,20,20,0.85); color: var(--white); border: 1px solid rgba(255,255,255,0.15); }
.card-type-chip { position: absolute; bottom: 0.6rem; right: 0.6rem; padding: 0.2rem 0.6rem; font-size: 10px; letter-spacing: 0.06em; text-transform: capitalize; background: rgba(10,10,10,0.8); color: var(--text-muted); border-radius: 2px; }
.card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: 0.4rem; }
.card-floor { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.card-title { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 300; color: var(--white); }
.card-address { font-size: 12px; color: var(--text-dim); }
.card-specs { display: flex; gap: 0.75rem; font-size: 12px; color: var(--text-muted); margin-top: 0.25rem; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 0.75rem; border-top: 1px solid var(--border); }
.card-price { font-family: var(--font-serif); font-size: 1.3rem; color: var(--white); font-weight: 300; }
.card-price-unit { font-size: 0.7rem; color: var(--text-muted); font-family: var(--font-sans); }
.card-avail { display: flex; gap: 0.3rem; flex-wrap: wrap; }
.avail-tag { padding: 0.15rem 0.4rem; font-size: 10px; background: var(--dark-4); border: 1px solid var(--border); border-radius: 2px; color: var(--text-muted); }

/* Card entrance animation */
.card-animate { opacity: 0; transform: translateY(16px); transition: opacity 0.4s ease, transform 0.4s ease; }
.card-animate.is-visible { opacity: 1; transform: translateY(0); }

/* ── Listings Page ─────────────────────────────────────────────── */
.listings-page { padding-top: 64px; }
.filter-bar { position: sticky; top: 64px; z-index: 90; background: rgba(17,17,17,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); padding: 0.75rem 2rem; }
.filter-form { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.filter-pills { display: flex; gap: 0.4rem; }
.filter-pill { padding: 0.4rem 0.9rem; font-size: 12px; letter-spacing: 0.06em; border: 1px solid var(--border); border-radius: 20px; color: var(--text-muted); transition: all var(--transition); }
.filter-pill:hover { border-color: var(--border-light); color: var(--text); }
.filter-pill--active { border-color: var(--gold); color: var(--gold); }
.filter-pill--available { border-color: #3a5a3a; color: #7ab87a; }
.filter-pill--available:hover { border-color: #4a7a4a; color: #8ece8e; }
.filter-pill--available.filter-pill--active { border-color: #7ab87a; color: #7ab87a; background: rgba(122,184,122,0.08); }
.filter-controls { display: flex; gap: 0.75rem; margin-left: auto; }
.filter-select { padding: 0.4rem 0.75rem; background: var(--dark-2); border: 1px solid var(--border); color: var(--text); border-radius: var(--radius); font-size: 12px; cursor: pointer; appearance: none; }
.view-toggle { display: flex; gap: 0.3rem; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.view-btn { padding: 0.4rem 0.6rem; background: transparent; color: var(--text-muted); border: none; transition: all var(--transition); display: flex; align-items: center; }
.view-btn:hover { color: var(--text); background: var(--dark-3); }
.view-btn--active { color: var(--gold); background: var(--dark-3); }
.active-filters { display: flex; align-items: center; gap: 0.5rem; padding-top: 0.5rem; flex-wrap: wrap; }
.active-filters-label { font-size: 11px; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; }
.active-filter-tag { padding: 0.2rem 0.6rem; font-size: 11px; background: rgba(201,169,110,0.1); border: 1px solid rgba(201,169,110,0.3); color: var(--gold); border-radius: 20px; transition: all var(--transition); }
.active-filter-tag:hover { background: rgba(201,169,110,0.2); }
.active-filter-clear { font-size: 11px; color: var(--text-dim); text-decoration: underline; margin-left: 0.5rem; }
.listings-results-bar { padding: 1rem 2rem; font-size: 13px; color: var(--text-muted); border-bottom: 1px solid var(--border); }
.listings-results-bar strong { color: var(--text); }

/* Floor Sections */
.floor-jump-nav { padding: 1rem 2rem; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--border); background: var(--dark); position: sticky; top: calc(64px + 53px); z-index: 80; }
.floor-jump-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); white-space: nowrap; }
.floor-jump-pills { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.floor-jump-pill { padding: 0.25rem 0.6rem; font-size: 12px; background: var(--dark-3); border: 1px solid var(--border); color: var(--text-muted); border-radius: var(--radius); transition: all var(--transition); }
.floor-jump-pill:hover { border-color: var(--gold); color: var(--gold); }
.floor-sections { padding: 2rem; }
.floor-section { margin-bottom: 3rem; scroll-margin-top: 180px; }
.floor-section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; padding-bottom: 0.75rem; border-bottom: 1px solid var(--border); }
.floor-section-left { display: flex; align-items: center; gap: 1rem; }
.floor-badge { padding: 0.3rem 0.8rem; background: var(--gold); color: var(--black); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; border-radius: var(--radius); }
.floor-unit-count { font-size: 13px; color: var(--text-muted); }
.floor-back-link { font-size: 12px; color: var(--text-dim); transition: color var(--transition); }
.floor-back-link:hover { color: var(--gold); }
.no-results { text-align: center; padding: 5rem 2rem; }
.no-results h3 { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 0.75rem; }
.no-results p { color: var(--text-muted); }
.no-results a { color: var(--gold); }

/* ── Listing Detail ────────────────────────────────────────────── */
.listing-detail { padding-top: 64px; max-width: 1300px; margin: 0 auto; padding-left: 2rem; padding-right: 2rem; padding-bottom: 5rem; }
.breadcrumb { display: flex; align-items: center; gap: 0.5rem; padding: 1.5rem 0 1rem; font-size: 12px; color: var(--text-dim); }
.breadcrumb a:hover { color: var(--gold); }
.listing-header { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: start; margin-bottom: 2rem; }
.listing-meta { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; flex-wrap: wrap; }
.listing-neighborhood { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
.listing-floor-badge { padding: 0.2rem 0.6rem; background: var(--dark-3); border: 1px solid var(--border); border-radius: var(--radius); font-size: 11px; color: var(--text-muted); }
.listing-type-badge { padding: 0.2rem 0.6rem; border-radius: var(--radius); font-size: 11px; text-transform: capitalize; }
.listing-type-badge--studio { background: rgba(100,100,200,0.15); color: #9090e0; border: 1px solid rgba(100,100,200,0.3); }
.listing-type-badge--1-bedroom { background: rgba(100,180,100,0.15); color: #80c080; border: 1px solid rgba(100,180,100,0.3); }
.listing-type-badge--2-bedroom { background: rgba(201,169,110,0.15); color: var(--gold); border: 1px solid rgba(201,169,110,0.3); }
.listing-type-badge--3-bedroom { background: rgba(180,100,100,0.15); color: #e08080; border: 1px solid rgba(180,100,100,0.3); }
.listing-header h1 { margin-bottom: 0.5rem; }
.listing-address { font-size: 14px; color: var(--text-muted); margin-bottom: 1rem; }
.listing-specs { display: flex; align-items: center; gap: 0.5rem; font-size: 14px; color: var(--text-muted); }
.spec-dot { color: var(--text-dim); }
.listing-header-right { min-width: 280px; }
.listing-price { font-family: var(--font-serif); font-size: 2.2rem; font-weight: 300; color: var(--white); margin-bottom: 0.75rem; }
.listing-price span { font-size: 1rem; color: var(--text-muted); font-family: var(--font-sans); }
.listing-available { margin-bottom: 1.25rem; }
.avail-label { font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); display: block; margin-bottom: 0.5rem; }
.avail-pill { display: inline-block; padding: 0.25rem 0.6rem; margin: 0.2rem 0.2rem 0 0; font-size: 12px; background: var(--dark-3); border: 1px solid var(--border); border-radius: var(--radius); color: var(--text-muted); }
.listing-header-right .btn { margin-bottom: 0.6rem; }

/* Media Tabs */
.media-tabs { margin-bottom: 2.5rem; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.media-tab-bar { display: flex; border-bottom: 1px solid var(--border); }
.media-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; background: transparent; border: none; color: var(--text-muted); transition: all var(--transition); cursor: pointer; }
.media-tab:hover { color: var(--text); background: var(--dark-3); }
.media-tab--active { color: var(--gold); border-bottom: 2px solid var(--gold); background: var(--dark-3); }
.media-tab--placeholder { opacity: 0.45; cursor: default; }
.media-tab--placeholder:hover { color: var(--text-muted); background: transparent; }
.media-tab-content { position: relative; }
.media-tab-panel { display: none; aspect-ratio: 16/9; }
.media-tab-panel--active { display: block; }
.media-tab-panel iframe { width: 100%; height: 100%; display: block; }

/* Media placeholder */
.media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-2);
  border: 1px dashed var(--border);
}
.media-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  text-align: center;
  max-width: 340px;
}
.media-placeholder-inner svg { color: var(--border); }
.media-placeholder-inner h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 300;
  color: var(--text-muted);
  margin: 0;
}
.media-placeholder-inner p {
  font-size: 0.85rem;
  color: var(--text-muted);
  opacity: 0.7;
  line-height: 1.6;
  margin: 0;
}

/* Floor Plan */
.floorplan-wrap { position: relative; width: 100%; background: var(--dark-2); display: flex; flex-direction: column; align-items: center; }
.floorplan-img { max-height: 65vh; width: auto; max-width: 100%; height: auto; display: block; object-fit: contain; }
#tab-floorplan { aspect-ratio: unset; display: flex; align-items: center; justify-content: center; padding: 1.5rem; }

/* Floor Plan Suggestions */
.floorplan-suggestions { background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; margin-bottom: 2rem; }
.fps-header { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.75rem; }
.fps-header svg { flex-shrink: 0; margin-top: 3px; color: var(--gold); }
.fps-header h3 { font-family: var(--font-serif); font-size: 1.3rem; margin-bottom: 0.35rem; }
.fps-header p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 0; }
.fps-group { margin-bottom: 1.5rem; }
.fps-group:last-child { margin-bottom: 0; }
.fps-group-label { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.85rem; }
.fps-cards { display: flex; gap: 1rem; flex-wrap: wrap; }
.fps-card { display: flex; gap: 0.85rem; align-items: center; background: var(--dark-1); border: 1px solid var(--border); border-radius: var(--radius); padding: 0.75rem; text-decoration: none; color: inherit; transition: border-color var(--transition); flex: 1; min-width: 220px; max-width: 340px; }
.fps-card:hover { border-color: var(--gold); }
.fps-card img { width: 80px; height: 56px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.fps-card img.fps-card-floorplan { object-fit: contain; background: var(--dark-3); }
.fps-card-placeholder { width: 80px; height: 56px; background: var(--dark-3); border-radius: 3px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--text-dim); }
.fps-card-info { flex: 1; min-width: 0; }
.fps-card-title { font-size: 13px; font-weight: 500; margin-bottom: 0.2rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.fps-card-meta { font-size: 11px; color: var(--text-muted); margin-bottom: 0.4rem; }
.fps-card-media { display: flex; gap: 0.4rem; flex-wrap: wrap; }
.fps-badge { font-size: 10px; font-weight: 600; letter-spacing: 0.04em; padding: 0.15rem 0.45rem; border-radius: 2px; }
.fps-badge--video { background: rgba(180,140,60,0.15); color: var(--gold); border: 1px solid rgba(180,140,60,0.3); }
.fps-badge--3d { background: rgba(100,160,220,0.12); color: #7ab4e0; border: 1px solid rgba(100,160,220,0.25); }
.floorplan-open {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--dark-2);
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.4rem 0.85rem;
  border-radius: 2px;
  transition: background 0.15s;
}
.floorplan-open:hover { background: var(--dark-3); }

/* Listing Body */
.listing-body { display: grid; grid-template-columns: 1fr 300px; gap: 3rem; margin-bottom: 3rem; }
.listing-section { margin-bottom: 2.5rem; padding-bottom: 2.5rem; border-bottom: 1px solid var(--border); }
.listing-section:last-child { border-bottom: none; }
.listing-section h2 { font-size: 1.4rem; margin-bottom: 1.25rem; }
.listing-description { line-height: 1.8; color: var(--text-muted); }
.pdf-features-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.6rem; }
.pdf-features-list li { font-size: 14px; color: var(--text-muted); padding-left: 1.25rem; position: relative; line-height: 1.5; }
.pdf-features-list li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.amenities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0.75rem; }
.amenity-item { display: flex; align-items: center; gap: 0.6rem; font-size: 13px; color: var(--text-muted); }
.amenity-check { color: var(--gold); font-size: 14px; }
.availability-months { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 1rem; }
.avail-month-card { padding: 1.25rem; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); display: flex; flex-direction: column; gap: 0.75rem; }
.avail-month-name { font-family: var(--font-serif); font-size: 1.1rem; color: var(--white); }
.avail-month-btn { padding: 0.5rem 1rem; text-align: center; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid var(--gold); color: var(--gold); border-radius: var(--radius); transition: all var(--transition); }
.avail-month-btn:hover { background: var(--gold); color: var(--black); }

/* Sidebar */
.listing-sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
.sidebar-card { padding: 1.5rem; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.sidebar-card h3 { font-size: 1rem; font-family: var(--font-serif); margin-bottom: 0.5rem; }
.sidebar-card p { font-size: 13px; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.6; }
.sidebar-card .btn { margin-bottom: 0.6rem; font-size: 11px; }
.sidebar-card a { color: var(--gold); font-size: 13px; }
.sidebar-hours { font-size: 12px; color: var(--text-dim); }
.building-details-list { list-style: none; padding: 0; margin: 0.5rem 0 0; display: flex; flex-direction: column; gap: 0; }
.building-details-list li { display: flex; justify-content: space-between; align-items: center; font-size: 12px; padding: 0.45rem 0; border-bottom: 1px solid var(--border); }
.building-details-list li:last-child { border-bottom: none; }
.building-details-list li span:first-child { color: var(--text-dim); }
.building-details-list li span:last-child { color: var(--text-muted); font-weight: 500; }
.sidebar-share { display: flex; align-items: center; gap: 0.75rem; font-size: 12px; color: var(--text-dim); }
.share-btn { padding: 0.4rem 1rem; background: transparent; border: 1px solid var(--border); color: var(--text-muted); border-radius: var(--radius); font-size: 12px; transition: all var(--transition); }
.share-btn:hover { border-color: var(--gold); color: var(--gold); }

/* Related */
.related-section { border-top: 1px solid var(--border); padding-top: 3rem; }
.related-section h2 { font-size: 1.5rem; margin-bottom: 1.5rem; }

/* ── Amenities Page ────────────────────────────────────────────── */
.amenities-page { padding-top: 64px; }
.amenities-hero { text-align: center; padding: 4rem 2rem 2rem; }
.amenities-hero h1 { margin: 0.5rem 0 0.75rem; }
.amenities-hero p { color: var(--text-muted); max-width: 500px; margin: 0 auto; }
.space-tab-bar { display: flex; overflow-x: auto; border-bottom: 1px solid var(--border); padding: 0 2rem; gap: 0; position: sticky; top: 64px; z-index: 90; background: var(--dark); }
.space-tab { display: flex; flex-direction: column; align-items: center; padding: 1rem 1.5rem; font-size: 12px; color: var(--text-muted); border-bottom: 2px solid transparent; transition: all var(--transition); white-space: nowrap; text-align: center; min-width: 120px; }
.space-tab:hover { color: var(--text); }
.space-tab--active { color: var(--gold); border-bottom-color: var(--gold); }
.space-tab-floor { font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.3rem; }
.space-tab-name { font-weight: 500; letter-spacing: 0.04em; }
.space-content { display: grid; grid-template-columns: 1fr 340px; min-height: 500px; border-bottom: 1px solid var(--border); }
.space-tour { position: relative; background: var(--dark-3); }
.space-tour iframe { width: 100%; height: 100%; min-height: 500px; display: block; border: none; }
.space-tour-overlay { position: absolute; bottom: 1rem; right: 1rem; }
.space-tour-fullscreen { padding: 0.5rem 1rem; background: rgba(10,10,10,0.8); border: 1px solid var(--border-light); color: var(--text); border-radius: var(--radius); font-size: 12px; transition: all var(--transition); }
.space-tour-fullscreen:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.space-info { padding: 2.5rem; background: var(--dark-2); overflow-y: auto; }
.space-info-inner { max-width: 340px; }
.space-floor-label { display: block; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.5rem; }
.space-info h2 { font-size: 1.8rem; margin-bottom: 0.25rem; }
.space-category { display: inline-block; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 1.25rem; }
.space-info p { color: var(--text-muted); line-height: 1.7; margin-bottom: 1.5rem; }
.space-features h3 { font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.75rem; }
.space-features ul { list-style: none; margin-bottom: 1.5rem; }
.space-features li { display: flex; align-items: center; gap: 0.6rem; font-size: 13px; color: var(--text-muted); padding: 0.4rem 0; border-bottom: 1px solid var(--border); }
.space-features li:last-child { border-bottom: none; }
.feature-check { color: var(--gold); }
.space-video-list { display: flex; gap: 0.75rem; padding: 0.75rem; overflow-x: auto; background: var(--dark-2); border-top: 1px solid var(--border); }
.space-video-item { display: flex; flex-direction: column; gap: 0.4rem; min-width: 160px; cursor: pointer; }
.space-video-item img { width: 160px; height: 90px; object-fit: cover; border-radius: var(--radius); border: 2px solid transparent; transition: border-color var(--transition); }
.space-video-item:hover img { border-color: var(--gold); }
.space-video-item span { font-size: 11px; color: var(--text-muted); line-height: 1.3; }
.spaces-overview { max-width: 1400px; margin: 0 auto; padding: 4rem 2rem; }
.spaces-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.space-card { padding: 1.5rem; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: all var(--transition); display: flex; flex-direction: column; gap: 0.5rem; }
.space-card:hover { border-color: var(--border-light); transform: translateY(-2px); }
.space-card--active { border-color: var(--gold); }
.space-card-floor { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }
.space-card h3 { font-size: 1.1rem; color: var(--white); }
.space-card p { font-size: 12px; color: var(--text-dim); }
.space-card-link { font-size: 12px; color: var(--gold); margin-top: auto; }

/* ── Media CTA ─────────────────────────────────────────────────── */
.media-cta-section { background: var(--dark-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 5rem 2rem; }
.media-cta-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; }
.media-cta-text h2 { margin-bottom: 1rem; }
.media-cta-text p { color: var(--text-muted); max-width: 480px; line-height: 1.7; margin-bottom: 2rem; }
.media-cta-icons { display: flex; flex-direction: column; gap: 1.5rem; }
.media-cta-icon { display: flex; align-items: center; gap: 1rem; color: var(--text-muted); font-size: 13px; }
.media-cta-icon svg { color: var(--gold); flex-shrink: 0; }

/* ── Type Grid ─────────────────────────────────────────────────── */
.type-section { background: var(--dark); }
.type-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.type-card { padding: 2rem 1.5rem; background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: all var(--transition); display: flex; flex-direction: column; gap: 0.5rem; }
.type-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.type-card-icon { width: 44px; height: 44px; border: 1px solid var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 1.1rem; color: var(--gold); margin-bottom: 0.5rem; }
.type-card h3 { font-size: 1.2rem; color: var(--white); }
.type-card p { font-size: 13px; color: var(--text-muted); flex: 1; }
.type-card-link { font-size: 12px; color: var(--gold); letter-spacing: 0.04em; margin-top: 0.5rem; }

/* ── Instagram Strip ───────────────────────────────────────────── */
.instagram-strip { background: var(--dark-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 1.5rem 2rem; }
.instagram-strip-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.instagram-text { display: flex; align-items: center; gap: 1rem; }
.instagram-text svg { color: var(--gold); flex-shrink: 0; }
.instagram-text strong { display: block; font-size: 14px; color: var(--white); margin-bottom: 0.2rem; }
.instagram-text span { font-size: 13px; color: var(--text-muted); }

/* ── Neighborhood ──────────────────────────────────────────────── */
.neighborhood-section { background: var(--dark-2); border-top: 1px solid var(--border); padding: 5rem 2rem; }
.neighborhood-inner { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.neighborhood-text h2 { margin-bottom: 1.25rem; }
.neighborhood-text p { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
.neighborhood-text p:last-child { margin-bottom: 0; }
.neighborhood-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.neighborhood-stat { text-align: center; }
.stat-number { display: block; font-family: var(--font-serif); font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-unit { font-size: 1rem; }
.stat-label { display: block; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-muted); margin-top: 0.4rem; }
.neighborhood-nearby { max-width: 1200px; margin: 0 auto; }
.neighborhood-nearby h3 { font-size: 1rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 1.25rem; }
.nearby-list { list-style: none; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 0.5rem; }
.nearby-list li { display: flex; align-items: center; gap: 0.75rem; font-size: 13px; color: var(--text-muted); padding: 0.5rem 0; border-bottom: 1px solid var(--border); }
.nearby-icon { font-size: 16px; }

/* ── Footer ────────────────────────────────────────────────────── */
.site-footer { background: var(--black); border-top: 1px solid var(--border); padding: 4rem 2rem 0; }
.footer-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--border); }
.footer-brand p { font-size: 13px; color: var(--text-dim); margin: 1rem 0; line-height: 1.6; }
.footer-address { display: block; font-size: 12px; color: var(--text-muted); margin-bottom: 0.4rem; transition: color var(--transition); }
.footer-address:hover { color: var(--gold); }
.footer-phone { display: block; font-size: 13px; color: var(--text); letter-spacing: 0.04em; margin-bottom: 0.5rem; transition: color var(--transition); }
.footer-phone:hover { color: var(--gold); }
.sidebar-address { display: block; text-decoration: none; }
.sidebar-address p { color: var(--text-muted); font-size: 0.9rem; line-height: 1.6; transition: color var(--transition); }
.sidebar-address:hover p { color: var(--gold); }
.footer-instagram { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 12px; color: var(--text-muted); transition: color var(--transition); }
.footer-instagram:hover { color: var(--gold); }
.footer-col h4 { font-family: var(--font-sans); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 1rem; font-weight: 500; }
.footer-col a { display: block; font-size: 13px; color: var(--text-muted); margin-bottom: 0.5rem; transition: color var(--transition); }
.footer-col a:hover { color: var(--gold); }
.footer-legal { padding: 2rem 0; }
.footer-legal-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: flex-start; gap: 2rem; }
.footer-legal-text p { font-size: 11px; color: var(--text-dim); line-height: 1.6; margin-bottom: 0.5rem; }
.footer-eho { display: flex; flex-direction: column; align-items: center; gap: 0.3rem; min-width: 80px; }
.eho-icon { font-size: 1.5rem; color: var(--text-dim); }
.footer-eho span { font-size: 10px; text-align: center; color: var(--text-dim); letter-spacing: 0.04em; }

/* ── 404 ───────────────────────────────────────────────────────── */
.not-found { text-align: center; padding: 10rem 2rem; }
.not-found h1 { font-family: var(--font-serif); font-size: 8rem; font-weight: 300; color: var(--dark-4); line-height: 1; margin-bottom: 1rem; }
.not-found p { color: var(--text-muted); margin-bottom: 2rem; }

/* ── Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .type-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .media-cta-inner { grid-template-columns: 1fr; }
  .neighborhood-inner { grid-template-columns: 1fr; gap: 2rem; }
  .listing-body { grid-template-columns: 1fr; }
  .space-content { grid-template-columns: 1fr; }
  .admin-stats { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  /* Nav */
  .nav-links { display: none; }
  .nav-mobile-toggle { display: flex; }
  .nav-container { padding: 0 1.25rem; }

  /* Hero */
  .hero { padding: 7rem 1.25rem 3rem; min-height: 85vh; }
  .hero-title { font-size: clamp(2.5rem, 10vw, 4rem); }
  .hero-sub { font-size: 0.95rem; }
  .hero-search { padding: 0.75rem; }
  .hero-search-fields { flex-direction: column; gap: 0.6rem; }
  .hero-select { width: 100%; min-width: unset; }
  .hero-search-btn { width: 100%; padding: 0.85rem; }

  /* Stats bar */
  .stats-bar { flex-wrap: wrap; justify-content: flex-start; }
  .stat-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid var(--border); box-sizing: border-box; }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border); }
  .stat-item:nth-last-child(-n+2) { border-bottom: none; }

  /* Sections */
  .section { padding: 3.5rem 1.25rem; }
  .section-header { margin-bottom: 2rem; }

  /* Cards */
  .card-grid { grid-template-columns: 1fr; gap: 1rem; }
  .card-grid--wide { grid-template-columns: 1fr; }
  .card-grid--floor { grid-template-columns: 1fr; }

  /* Listings page */
  .listings-page { padding-top: 64px; }
  .filter-bar { padding: 0.6rem 0; position: static; }
  .filter-form { flex-direction: column; align-items: stretch; gap: 0.6rem; }
  .filter-pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.35rem;
    padding: 0 1.25rem;
  }
  .filter-pills::-webkit-scrollbar { display: none; }
  .filter-pill { padding: 0.35rem 0.85rem; font-size: 11px; flex-shrink: 0; }
  .filter-controls { flex-direction: column; gap: 0.5rem; margin-left: 0; padding: 0 1.25rem; }
  .filter-select { width: 100%; }
  .view-toggle { align-self: flex-start; }
  .listings-results-bar { padding: 0.75rem 1.25rem; }

  /* Floor jump nav */
  .floor-jump-nav { position: static; padding: 0.75rem 1.25rem; flex-wrap: wrap; gap: 0.5rem; }
  .floor-jump-label { width: 100%; font-size: 10px; }
  .floor-jump-pill { padding: 0.35rem 0.6rem; font-size: 11px; }
  .floor-sections { padding: 1rem 1.25rem; }
  .floor-section { margin-bottom: 2rem; }
  .floor-section-header { flex-wrap: wrap; gap: 0.5rem; }

  /* Listing detail */
  .listing-detail { padding: 64px 1.25rem 3rem; }
  .breadcrumb { padding: 1rem 0 0.75rem; font-size: 11px; }
  .listing-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .listing-header-right { min-width: unset; }
  .listing-price { font-size: 1.8rem; }
  .listing-specs { flex-wrap: wrap; gap: 0.3rem; }
  .media-tab-panel { aspect-ratio: 16/10; }
  .listing-body { grid-template-columns: 1fr; gap: 0; }
  .listing-section { margin-bottom: 2rem; padding-bottom: 2rem; }
  .amenities-grid { grid-template-columns: 1fr 1fr; }
  .availability-months { grid-template-columns: 1fr; }
  .listing-sidebar { margin-top: 0; }

  /* Type grid */
  .type-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .type-card { padding: 1.5rem 1rem; }

  /* Instagram strip */
  .instagram-strip { padding: 1.25rem; }
  .instagram-strip-inner { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .instagram-text { flex-direction: column; gap: 0.5rem; }

  /* Neighborhood */
  .neighborhood-section { padding: 3.5rem 1.25rem; }
  .neighborhood-inner { grid-template-columns: 1fr; gap: 2rem; }
  .neighborhood-stats { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .stat-number { font-size: 2rem; }
  .nearby-list { grid-template-columns: 1fr; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 2rem; padding: 2.5rem 0 2rem; }
  .site-footer { padding: 2.5rem 1.25rem 0; }
  .footer-legal-inner { flex-direction: column; gap: 1rem; }
  .footer-eho { flex-direction: row; justify-content: flex-start; }

  /* Media CTA */
  .media-cta-section { padding: 3.5rem 1.25rem; }
  .media-cta-inner { grid-template-columns: 1fr; gap: 2rem; }
  .media-cta-icons { flex-direction: row; flex-wrap: wrap; gap: 1rem; }

  /* Amenities */
  .amenities-hero { padding: 2.5rem 1.25rem 1.5rem; }
  .space-tab-bar {
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    flex-wrap: nowrap;
    gap: 0;
  }
  .space-tab-bar::-webkit-scrollbar { display: none; }
  .space-tab {
    padding: 0.75rem 0.9rem;
    min-width: 90px;
    flex-shrink: 0;
    font-size: 10px;
  }
  .space-tab-floor { font-size: 8px; }
  .space-tab-name { font-size: 10px; }
  .space-content { grid-template-columns: 1fr; }
  .space-tour iframe { min-height: 240px; }
  .space-info { padding: 1.5rem 1.25rem; }
  .spaces-overview { padding: 2.5rem 1.25rem; }
  .spaces-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 2.4rem; }
  .type-grid { grid-template-columns: 1fr; }
  .amenities-grid { grid-template-columns: 1fr; }
  .filter-pills { gap: 0.25rem; }
  .filter-pill { padding: 0.3rem 0.6rem; font-size: 10px; }
  .listing-meta { gap: 0.4rem; }
  .neighborhood-stats { grid-template-columns: 1fr 1fr; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  .shorts-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ── Unit Search Bar ────────────────────────────────────────────── */
.search-bar-wrap {
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  padding: 0.75rem 2rem;
  position: sticky;
  top: 60px;
  z-index: 90;
}
.unit-search-form { width: 100%; max-width: 480px; }
.unit-search-inner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.5rem 0.85rem;
  transition: border-color 0.2s;
}
.unit-search-inner:focus-within { border-color: var(--gold); }
.unit-search-icon { color: var(--text-muted); flex-shrink: 0; }
.unit-search-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  color: var(--off-white);
  font-family: var(--font-sans);
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
.unit-search-input::placeholder { color: var(--text-muted); }
.unit-search-clear {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.1rem 0.3rem;
  transition: color 0.15s;
}
.unit-search-clear:hover { color: var(--off-white); }

@media (max-width: 768px) {
  .search-bar-wrap { padding: 0.6rem 1.25rem; top: 64px; }
  .unit-search-form { max-width: 100%; }
}

/* ── Shorts Page ────────────────────────────────────────────────── */
.shorts-page { padding-top: 80px; }

.shorts-hero {
  text-align: center;
  padding: 5rem 2rem 3rem;
  max-width: 640px;
  margin: 0 auto;
}
.shorts-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  color: var(--off-white);
  margin: 0.5rem 0 1rem;
}
.shorts-hero p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.shorts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
}

.short-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.short-embed {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 9 / 16;
  background: var(--dark-2);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
}
.short-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.short-info {
  text-align: center;
}
.short-info h3 {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--off-white);
  margin: 0 0 0.5rem;
}
.short-watch-link {
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--text-muted);
  transition: color var(--transition);
}
.short-watch-link:hover { color: var(--gold); }

.shorts-cta {
  text-align: center;
  padding: 5rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--dark-2);
}
.shorts-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  color: var(--off-white);
  margin: 0.5rem 0 1rem;
}
.shorts-cta p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 2rem;
}
.shorts-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Availability Page ──────────────────────────────────────────── */
.avail-page { padding-top: 80px; }

.avail-hero {
  text-align: center;
  padding: 5rem 2rem 3rem;
  max-width: 640px;
  margin: 0 auto;
}
.avail-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 300;
  color: var(--off-white);
  margin: 0.5rem 0 1rem;
}
.avail-hero p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.7; }

.avail-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--dark-2);
  padding: 1.5rem 2rem;
  flex-wrap: wrap;
}
.avail-summary-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 2.5rem;
}
.avail-summary-num {
  font-family: var(--font-serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--off-white);
  line-height: 1;
}
.avail-summary-lbl { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-muted); margin-top: 0.3rem; }
.avail-summary-stat--green .avail-summary-num { color: #7ab87a; }
.avail-summary-stat--yellow .avail-summary-num { color: #c9a96e; }
.avail-summary-stat--red .avail-summary-num { color: #c07070; }
.avail-summary-divider { width: 1px; height: 40px; background: var(--border); }

.avail-section { padding: 3rem 2rem; max-width: 1100px; margin: 0 auto; }
.avail-section + .avail-section { border-top: 1px solid var(--border); }

.avail-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.avail-section-header h2 {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--off-white);
  margin: 0;
}
.avail-count { font-size: 0.8rem; color: var(--text-muted); letter-spacing: 0.06em; margin-left: auto; }

.avail-status-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.avail-status-dot--green  { background: #7ab87a; box-shadow: 0 0 6px #7ab87a88; }
.avail-status-dot--yellow { background: #c9a96e; box-shadow: 0 0 6px #c9a96e88; }
.avail-status-dot--red    { background: #c07070; box-shadow: 0 0 6px #c0707088; }

.avail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
}
.avail-grid--muted { opacity: 0.55; }

.avail-card {
  display: block;
  padding: 1.25rem 1.4rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--dark-2);
  text-decoration: none;
  transition: border-color var(--transition), transform var(--transition);
}
a.avail-card:hover { transform: translateY(-2px); }
.avail-card--green  { border-left: 3px solid #7ab87a; }
.avail-card--yellow { border-left: 3px solid #c9a96e; }
.avail-card--rented { border-left: 3px solid #555; }
.avail-card-floor { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 0.35rem; }
.avail-card h3 { font-family: var(--font-serif); font-size: 1.05rem; font-weight: 400; color: var(--off-white); margin: 0 0 0.5rem; }
.avail-card-meta { display: flex; gap: 0.75rem; flex-wrap: wrap; font-size: 0.78rem; color: var(--text-muted); margin-bottom: 0.6rem; }
.avail-card-months { display: flex; gap: 0.35rem; flex-wrap: wrap; margin-bottom: 0.75rem; }
.avail-month-chip { font-size: 0.7rem; padding: 0.2rem 0.5rem; background: rgba(122,184,122,0.12); border: 1px solid rgba(122,184,122,0.3); border-radius: 20px; color: #7ab87a; }
.avail-card-cta { font-size: 0.75rem; letter-spacing: 0.06em; color: var(--gold); }
.avail-card-status-label { font-size: 0.75rem; letter-spacing: 0.06em; color: var(--text-dim); }

.avail-cta {
  text-align: center;
  padding: 5rem 2rem;
  border-top: 1px solid var(--border);
  background: var(--dark-2);
}
.avail-cta h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 300;
  color: var(--off-white);
  margin: 0.5rem 0 1rem;
}
.avail-cta p { color: var(--text-muted); font-size: 0.95rem; max-width: 480px; margin: 0 auto 2rem; line-height: 1.7; }

@media (max-width: 768px) {
  .avail-summary { gap: 0; }
  .avail-summary-stat { padding: 0.5rem 1.25rem; }
  .avail-summary-divider { height: 30px; }
  .avail-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .avail-grid { grid-template-columns: 1fr; }
  .avail-summary { flex-direction: column; gap: 1rem; }
  .avail-summary-divider { width: 60px; height: 1px; }
}

/* ── Referral Cards ────────────────────────────────────────────── */
.referral-card {
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-top: 2px solid var(--gold);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  margin-top: 1rem;
}
.referral-card-label {
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}
.referral-card-icon {
  color: var(--gold);
  margin-bottom: 0.75rem;
  opacity: 0.8;
}
.referral-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--off-white);
  margin-bottom: 0.6rem;
}
.referral-card p {
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1rem;
}
.referral-card-btn {
  display: block;
  text-align: center;
  padding: 0.65rem 1rem;
  background: var(--gold);
  color: var(--black);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  text-decoration: none;
  transition: background var(--transition);
  margin-bottom: 0.75rem;
}
.referral-card-btn:hover { background: var(--gold-light); }
.referral-card-note {
  font-size: 0.68rem;
  color: var(--text-dim);
  text-align: center;
  margin-bottom: 0 !important;
}
.referral-card-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--dark-4);
  border: 1px dashed var(--border-light);
  border-radius: var(--radius);
  padding: 0.6rem 1rem;
  margin-bottom: 1rem;
}
.referral-card-code-label {
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 0.25rem;
}
.referral-card-code-value {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--gold);
}
.referral-card-contact {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--dark-4);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
}
.referral-card-contact-name {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--off-white);
  margin-bottom: 0.1rem;
}
.referral-card-contact-link {
  font-size: 0.78rem;
  color: var(--gold);
  text-decoration: none;
  transition: color var(--transition);
}
.referral-card-contact-link:hover { color: var(--gold-light); }

/* ── Shop This Room ────────────────────────────────────────────── */
.shop-room-section { border-top: 1px solid var(--border); padding-top: 2rem; }
.shop-room-intro { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.shop-room-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.shop-room-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.25rem 0.75rem;
  background: var(--dark-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: border-color var(--transition), transform var(--transition);
  gap: 0.5rem;
}
.shop-room-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.shop-room-icon { font-size: 1.75rem; }
.shop-room-label { font-size: 0.75rem; font-weight: 500; color: var(--text); letter-spacing: 0.02em; }
.shop-room-cta { font-size: 0.68rem; color: var(--gold); letter-spacing: 0.05em; }
.shop-room-note { font-size: 0.68rem; color: var(--text-dim); }
@media (max-width: 600px) { .shop-room-grid { grid-template-columns: repeat(2, 1fr); } }
.virtual-staging-badge {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-dark);
  background: rgba(201,169,110,0.08);
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  margin-bottom: 0.75rem;
}
.shop-room-room-label {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
  padding-bottom: 0.4rem;
  margin: 1.25rem 0 0.75rem;
}


/* ── About Section ──────────────────────────────────────────── */
.about-section { background: var(--bg-dark); }
.about-inner { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }
.about-header { text-align: center; margin-bottom: 2.5rem; }
.about-header h2 { margin-bottom: 1.25rem; }
.about-stats-row {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin: 1.5rem 0;
  flex-wrap: wrap;
}
.about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.about-stat strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}
.about-stat span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}
.about-badge {
  display: inline-block;
  font-size: 0.78rem;
  color: var(--gold);
  border: 1px solid var(--gold-dark);
  background: rgba(201,169,110,0.07);
  border-radius: 20px;
  padding: 0.3rem 1rem;
  margin-top: 0.5rem;
}
.about-body {
  color: var(--text-muted);
  line-height: 1.85;
  font-size: 0.97rem;
}
.about-body p { margin-bottom: 1.25rem; }
.about-amenities-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text);
  letter-spacing: 0.06em;
  margin: 2rem 0 1rem;
}
.about-amenities-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 2rem;
  margin-bottom: 2rem;
}
.about-amenities-list li {
  padding-left: 1.2rem;
  position: relative;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.about-amenities-list li::before {
  content: '›';
  position: absolute;
  left: 0;
  color: var(--gold);
}
.about-cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .about-amenities-list { grid-template-columns: 1fr; }
  .about-stats-row { gap: 1.5rem; }
}

.about-contact-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin: 1.5rem 0 1rem;
  flex-wrap: wrap;
}
.about-contact-link {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.about-contact-link:hover { opacity: 0.75; }
.about-contact-divider { color: var(--text-muted); }

/* ── Good Eats ─────────────────────────────────────────────────── */
.good-eats-page { padding-top: 64px; min-height: 100vh; }
.good-eats-hero { padding: 5rem 2rem 3rem; text-align: center; background: linear-gradient(180deg, var(--dark-2) 0%, var(--black) 100%); border-bottom: 1px solid var(--border); }
.good-eats-hero h1 { font-size: clamp(2.5rem, 6vw, 4rem); color: var(--white); margin: 0.5rem 0 1rem; }
.good-eats-hero p { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: 1rem; line-height: 1.7; }

.good-eats-filters { display: flex; gap: 0.5rem; padding: 1.5rem 2rem; overflow-x: auto; scrollbar-width: none; border-bottom: 1px solid var(--border); max-width: 1400px; margin: 0 auto; flex-wrap: wrap; }
.good-eats-filters::-webkit-scrollbar { display: none; }
.ge-filter { padding: 0.4rem 1rem; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; background: transparent; border: 1px solid var(--border); color: var(--text-muted); border-radius: 999px; transition: all var(--transition); white-space: nowrap; }
.ge-filter:hover { border-color: var(--gold); color: var(--gold); }
.ge-filter--active { background: var(--gold); border-color: var(--gold); color: var(--black); }

.good-eats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; padding: 2.5rem 2rem; max-width: 1400px; margin: 0 auto; }

.ge-card { background: var(--dark-2); border: 1px solid var(--border); border-radius: var(--radius-lg); display: flex; flex-direction: column; padding: 1.5rem; transition: border-color var(--transition), transform var(--transition); }
.ge-card:hover { border-color: var(--border-light); transform: translateY(-2px); }
.ge-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.6rem; }
.ge-category { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.ge-card h3 { font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; }
.ge-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin-bottom: 0.75rem; flex: 1; }
.ge-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.75rem; }
.ge-distance { font-size: 12px; color: var(--text-dim); }
.ge-price { font-size: 12px; color: var(--gold); letter-spacing: 0.05em; }
.ge-map-link { font-size: 12px; color: var(--gold); letter-spacing: 0.04em; transition: color var(--transition); align-self: flex-start; }
.ge-map-link:hover { color: var(--gold-light); }

.good-eats-map-cta, .ge-maps-cta { text-align: center; padding: 3rem 2rem 5rem; border-top: 1px solid var(--border); }
.good-eats-map-cta p { color: var(--text-muted); font-size: 14px; margin-bottom: 1.25rem; letter-spacing: 0.04em; }

@media (max-width: 768px) {
  .good-eats-grid { grid-template-columns: 1fr; padding: 1.5rem 1rem; }
  .good-eats-filters { padding: 1rem; }
}
