*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --navy: #0f2340; --navy-mid: #1a3557; --gold: #c9a84c; --gold-light: #e0c070;
  --white: #ffffff; --off-white: #f9f8f6; --gray-100: #f3f2ef;
  --gray-500: #8a8680; --gray-700: #4a4844; --border: #e2ddd8;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: var(--white); color: #1c1a18; line-height: 1.6; }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(15,35,64,0.97); backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 5%; border-bottom: 1px solid rgba(201,168,76,0.2);
}
.nav-logo { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--white); text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; align-items: center; }
.nav-links a { color: rgba(255,255,255,0.75); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--gold) !important; color: var(--navy) !important; padding: 0.55rem 1.3rem; border-radius: 2px; font-weight: 500 !important; }
.nav-cta:hover { background: var(--gold-light) !important; }

.prop-hero {
  min-height: 55vh;
  display: flex; align-items: flex-end;
  padding: 0 5% 3.5rem;
  position: relative;
  margin-top: 0;
  padding-top: 5rem;
}
.prop-hero-bg {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 8rem;
}
.prop-hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(15,35,64,0.92) 30%, rgba(15,35,64,0.4) 100%);
}
.prop-hero-content { position: relative; z-index: 2; }
.back-link { display: inline-flex; align-items: center; gap: 0.4rem; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; transition: color 0.2s; }
.back-link:hover { color: var(--gold); }
.prop-badge { display: inline-block; font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 2px; font-weight: 600; margin-bottom: 0.75rem; }
.badge-res { background: #f0eaf8; color: #4a2a7a; }
.badge-com { background: #e8edf4; color: var(--navy); }
.badge-short { background: #fff4e0; color: #7a4a00; }
.prop-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 500; color: var(--white); line-height: 1.15; margin-bottom: 0.5rem; }
.prop-location { font-size: 0.85rem; color: rgba(255,255,255,0.6); }

.prop-body { display: grid; grid-template-columns: 1fr 380px; gap: 4rem; padding: 4rem 5%; max-width: 1200px; margin: 0 auto; align-items: start; }

.prop-section-title { font-family: 'Playfair Display', serif; font-size: 1.35rem; color: var(--navy); margin-bottom: 1rem; font-weight: 500; }
.prop-description { font-size: 0.93rem; color: var(--gray-500); line-height: 1.8; margin-bottom: 2.5rem; }

.prop-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2.5rem; }
.spec-item { background: var(--off-white); border: 1px solid var(--border); border-radius: 3px; padding: 0.85rem 1rem; }
.spec-label { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gray-500); font-weight: 500; margin-bottom: 0.2rem; }
.spec-value { font-size: 0.9rem; color: var(--navy); font-weight: 500; }

.req-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 2.5rem; }
.req-list li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.88rem; color: var(--gray-700); }
.req-list li::before { content: '✓'; color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 0.05rem; }

.photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2.5rem; }
.photo-placeholder { border-radius: 4px; overflow: hidden; background: var(--gray-100); border: 1px solid var(--border); position: relative; }
.photo-placeholder img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-placeholder.large { grid-column: span 2; height: 280px; }
.photo-placeholder.small { height: 170px; }
.photo-note { font-size: 0.75rem; color: var(--gray-500); text-align: center; margin-top: -0.5rem; margin-bottom: 2rem; font-style: italic; }

/* Application sidebar */
.app-card { background: var(--navy); border-radius: 6px; padding: 2rem; position: sticky; top: 6rem; }
.app-price { font-family: 'Playfair Display', serif; font-size: 2rem; color: var(--white); line-height: 1; margin-bottom: 0.25rem; }
.app-price span { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 300; color: rgba(255,255,255,0.5); }
.app-price.tbd { font-size: 1.1rem; }
.app-lease-tag { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 1.5rem; display: block; }
.app-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 1.25rem 0; }
.app-title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 1.25rem; }
.app-group { display: flex; flex-direction: column; gap: 0.3rem; margin-bottom: 0.85rem; }
.app-group label { font-size: 0.65rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); }
.app-group input, .app-group select, .app-group textarea { padding: 0.65rem 0.9rem; border: 1px solid rgba(255,255,255,0.15); border-radius: 3px; font-family: 'Inter', sans-serif; font-size: 0.85rem; color: var(--white); background: rgba(255,255,255,0.08); outline: none; transition: border-color 0.2s; -webkit-appearance: none; }
.app-group input::placeholder, .app-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.app-group select option { background: var(--navy); color: var(--white); }
.app-group input:focus, .app-group select:focus, .app-group textarea:focus { border-color: var(--gold); }
.app-group textarea { resize: vertical; min-height: 80px; }
.app-submit { width: 100%; background: var(--gold); color: var(--navy); padding: 0.85rem; border: none; border-radius: 3px; font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem; }
.app-submit:hover { background: var(--gold-light); }
.app-success { display: none; text-align: center; padding: 1.5rem 0.5rem; }
.app-success-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.app-success h4 { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--white); margin-bottom: 0.4rem; }
.app-success p { font-size: 0.8rem; color: rgba(255,255,255,0.55); }
.app-note { font-size: 0.7rem; color: rgba(255,255,255,0.35); text-align: center; margin-top: 0.75rem; line-height: 1.5; }

/* Language toggle */
.lang-toggle { display: flex; gap: 0.3rem; align-items: center; }
.lang-btn { background: transparent; border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.6); padding: 0.3rem 0.6rem; border-radius: 2px; font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 500; cursor: pointer; transition: all 0.2s; letter-spacing: 0.04em; }
.lang-btn:hover { border-color: var(--gold); color: var(--gold); }
.lang-btn.active { background: var(--gold); border-color: var(--gold); color: var(--navy); }

footer { background: var(--navy); padding: 2.75rem 5%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.5rem; border-top: 1px solid rgba(201,168,76,0.18); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.2rem; color: var(--white); }
.footer-logo span { color: var(--gold); }
.footer-legal { font-size: 0.65rem; color: rgba(255,255,255,0.25); margin-top: 0.2rem; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 0.73rem; letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); }
.footer-copy { font-size: 0.72rem; color: rgba(255,255,255,0.28); text-align: right; }

@media (max-width: 860px) {
  nav { padding: 1rem 5%; }
  .nav-links { display: none; }
  .prop-body { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.5rem 5%; }
  .app-card { position: static; }
  .prop-specs { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
  .footer-links { flex-wrap: wrap; justify-content: center; }
  .footer-copy { text-align: center; }
}
