@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --navy: #1B3A5C;
  --navy-dark: #122840;
  --gold: #C9922A;
  --gold-light: #E8B050;
  --white: #FFFFFF;
  --off-white: #F5F5F0;
  --gray: #6B7280;
  --gray-light: #E5E7EB;
  --text: #1F2937;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); }

/* ===== NAV ===== */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 72px;
  background: rgba(18, 40, 64, 0.88);
  transition: background 0.3s, box-shadow 0.3s;
}
.site-nav.scrolled {
  background: var(--navy-dark);
  box-shadow: 0 2px 24px rgba(0,0,0,0.25);
}
.nav-inner {
  max-width: 1300px; margin: 0 auto;
  height: 100%; padding: 0 2.5rem;
  display: flex; align-items: center;
}
.nav-logo {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; flex-shrink: 0;
  margin-right: auto;
}
.nav-logo img {
  height: 44px; display: block;
  filter: invert(1) hue-rotate(180deg);
}
.nav-logo-name {
  color: var(--white); font-family: 'Playfair Display', serif;
  font-size: 0.95rem; font-weight: 600; line-height: 1.25;
  white-space: nowrap;
}
.nav-logo-name small {
  display: block; font-family: 'Inter', sans-serif;
  font-size: 0.65rem; font-weight: 500; letter-spacing: 0.16em;
  text-transform: uppercase; opacity: 0.7; font-style: normal;
}
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; flex-shrink: 0; }
.nav-links a {
  color: var(--white); text-decoration: none; font-weight: 500;
  font-size: 0.9rem; letter-spacing: 0.06em; transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold-light); }
.nav-links .nav-cta a {
  background: var(--gold); color: var(--white);
  padding: 0.55rem 1.25rem; border-radius: 4px;
  transition: background 0.2s;
}
.nav-links .nav-cta a:hover { background: var(--gold-light); color: var(--white); }

/* ===== HERO ===== */
#home {
  min-height: 100vh;
  background-image: url('../images/424-new-kent/Neighborhood.jpg');
  background-size: cover; background-position: center;
  display: flex; align-items: center; position: relative;
}
#home::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(18,40,64,0.85) 0%, rgba(27,58,92,0.7) 100%);
}
.hero-content {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 9rem 2.5rem 5rem;
  width: 100%;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(201,146,42,0.2); border: 1px solid var(--gold);
  color: var(--gold-light); padding: 0.45rem 1rem; border-radius: 2rem;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; margin-bottom: 1.5rem;
}
.hero-content h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  color: var(--white); line-height: 1.15;
  margin-bottom: 1.5rem; max-width: 680px;
}
.hero-content h1 span { color: var(--gold-light); }
.hero-content p {
  font-size: 1.1rem; color: rgba(255,255,255,0.82);
  max-width: 520px; line-height: 1.75; margin-bottom: 2.5rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary {
  background: var(--gold); color: var(--white);
  padding: 0.9rem 2.25rem; border-radius: 5px; text-decoration: none;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.04em;
  transition: background 0.2s, transform 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline {
  background: transparent; color: var(--white);
  padding: 0.9rem 2.25rem; border-radius: 5px; text-decoration: none;
  font-weight: 600; font-size: 0.95rem; letter-spacing: 0.04em;
  border: 2px solid rgba(255,255,255,0.5); display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.hero-stats {
  display: flex; gap: 3.5rem; margin-top: 4rem;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.18);
}
.stat-number {
  font-family: 'Playfair Display', serif; font-size: 2.4rem;
  color: var(--gold-light); font-weight: 700; line-height: 1;
}
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.65); margin-top: 0.3rem; }

/* ===== SECTION COMMONS ===== */
section { padding: 6rem 2.5rem; scroll-margin-top: 80px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  display: inline-block; color: var(--gold);
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; margin-bottom: 0.875rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  color: var(--navy); margin-bottom: 1rem; line-height: 1.2;
}
.section-subtitle {
  font-size: 1rem; color: var(--gray);
  max-width: 580px; line-height: 1.75;
}

/* ===== ABOUT ===== */
#about { background: var(--off-white); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; align-items: center;
}
.about-text .section-subtitle { margin-bottom: 2rem; }
.about-image {
  border-radius: 10px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(27,58,92,0.16);
}
.about-image img { width: 100%; height: 460px; object-fit: cover; display: block; }
.about-pillars {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem; margin-top: 2.5rem;
}
.pillar {
  text-align: center; padding: 1.5rem 1rem;
  background: var(--white); border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
}
.pillar:hover { border-color: var(--gold); transform: translateY(-3px); }
.pillar-icon { font-size: 1.75rem; margin-bottom: 0.75rem; }
.pillar h4 { font-size: 0.85rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
.pillar p { font-size: 0.8rem; color: var(--gray); line-height: 1.55; }

/* ===== PROPERTIES ===== */
#rentals { background: var(--white); }
.properties-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 2.75rem;
}
.properties-count {
  font-size: 0.875rem; color: var(--gray);
  background: var(--off-white); padding: 0.4rem 0.9rem; border-radius: 2rem;
}
.properties-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
}
.property-card {
  background: var(--white); border-radius: 10px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
  cursor: pointer; border: 1px solid var(--gray-light);
  text-decoration: none; display: block; color: inherit;
}
.property-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 16px 44px rgba(27,58,92,0.14);
}
.card-image { position: relative; height: 225px; overflow: hidden; }
.card-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.4s; display: block;
}
.property-card:hover .card-image img { transform: scale(1.06); }
.card-photo-count {
  position: absolute; bottom: 10px; right: 10px;
  background: rgba(0,0,0,0.58); color: var(--white);
  padding: 0.22rem 0.6rem; border-radius: 4px;
  font-size: 0.75rem; display: flex; align-items: center; gap: 0.3rem;
}
.card-body { padding: 1.4rem 1.5rem 1.5rem; }
.card-address {
  font-family: 'Playfair Display', serif; font-size: 1.15rem;
  font-weight: 700; color: var(--navy); margin-bottom: 0.35rem;
}
.card-availability {
  font-size: 0.8rem; color: var(--gray); margin-bottom: 1.25rem;
  display: flex; align-items: center; gap: 0.4rem;
}
.availability-dot {
  width: 7px; height: 7px; border-radius: 50%;
  display: inline-block; flex-shrink: 0;
}
.card-availability.available .availability-dot { background: #22C55E; }
.card-availability.available { color: #15803D; }
.card-availability.rented .availability-dot { background: #9CA3AF; }
.card-availability.rented { color: #9CA3AF; }
.btn-gallery {
  width: 100%; padding: 0.72rem; background: var(--navy); color: var(--white);
  border: none; border-radius: 6px; font-size: 0.875rem; font-weight: 600;
  cursor: pointer; transition: background 0.2s; font-family: inherit;
  letter-spacing: 0.03em;
}
.btn-gallery:hover { background: var(--gold); }

/* ===== LIGHTBOX ===== */
.lightbox {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.93); z-index: 9999;
  flex-direction: column; align-items: center; justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox-top {
  position: absolute; top: 0; left: 0; right: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 1.75rem;
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent);
}
.lightbox-title {
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.9); font-size: 1.05rem;
}
.lightbox-close {
  color: rgba(255,255,255,0.75); font-size: 1.8rem; cursor: pointer;
  background: none; border: none; line-height: 1;
  transition: color 0.2s; padding: 0;
}
.lightbox-close:hover { color: var(--white); }
.lightbox-main {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 100%; padding: 4.5rem 5.5rem 0.5rem; flex: 1;
}
.lightbox-main img {
  max-width: 100%; max-height: 65vh; object-fit: contain;
  border-radius: 4px; display: block;
}
.lightbox-counter {
  position: absolute; bottom: 0.75rem; right: 1.5rem;
  color: rgba(255,255,255,0.55); font-size: 0.82rem;
}
.lb-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(255,255,255,0.1); color: var(--white);
  border: 2px solid rgba(255,255,255,0.25); width: 50px; height: 50px;
  border-radius: 50%; font-size: 1.3rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, border-color 0.2s;
}
.lb-btn:hover { background: rgba(255,255,255,0.22); border-color: rgba(255,255,255,0.6); }
.lb-prev { left: 1.25rem; }
.lb-next { right: 1.25rem; }
.lightbox-thumbs {
  display: flex; gap: 0.5rem; padding: 0.875rem 1.75rem 1.25rem;
  overflow-x: auto; max-width: 100%;
  scrollbar-width: thin; scrollbar-color: rgba(255,255,255,0.25) transparent;
}
.lightbox-thumbs img {
  width: 72px; height: 54px; object-fit: cover; border-radius: 4px;
  cursor: pointer; opacity: 0.45; flex-shrink: 0;
  border: 2px solid transparent; transition: opacity 0.2s, border-color 0.2s;
}
.lightbox-thumbs img:hover { opacity: 0.75; }
.lightbox-thumbs img.active { opacity: 1; border-color: var(--gold); }

/* ===== CONTACT ===== */
#contact { background: var(--navy); }
#contact .section-label { color: var(--gold-light); }
#contact .section-title { color: var(--white); }
#contact .section-subtitle { color: rgba(255,255,255,0.68); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 5rem; margin-top: 3.5rem;
}
.contact-item { display: flex; gap: 1.25rem; margin-bottom: 2.25rem; align-items: flex-start; }
.contact-icon {
  width: 48px; height: 48px; border-radius: 10px;
  background: rgba(201,146,42,0.18); border: 1px solid rgba(201,146,42,0.35);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem; flex-shrink: 0;
}
.contact-item h4 {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: var(--gold-light); margin-bottom: 0.35rem; font-weight: 700;
}
.contact-item p, .contact-item a {
  font-size: 0.975rem; color: rgba(255,255,255,0.82);
  text-decoration: none; line-height: 1.55;
}
.contact-item a:hover { color: var(--gold-light); }
.form-group { margin-bottom: 1.4rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.4rem; }
.form-group label {
  display: block; font-size: 0.75rem; font-weight: 700;
  color: rgba(255,255,255,0.6); margin-bottom: 0.5rem;
  text-transform: uppercase; letter-spacing: 0.1em;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 0.875rem 1rem;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px; color: var(--white); font-size: 0.93rem;
  font-family: inherit; outline: none;
  transition: border-color 0.2s, background 0.2s;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold); background: rgba(255,255,255,0.1);
}
.form-group select option { background: var(--navy-dark); color: var(--white); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; margin-top: 0.5rem; }

/* ===== FOOTER ===== */
footer {
  background: var(--navy-dark); padding: 1.75rem 2.5rem;
  color: rgba(255,255,255,0.45); font-size: 0.85rem;
}
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  gap: 1rem; flex-wrap: wrap;
}
.footer-logo img { height: 38px; opacity: 0.55; }
.footer-links { display: flex; gap: 1.75rem; }
.footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold-light); }

/* ===== PROPERTY DETAIL PAGE ===== */
.prop-hero {
  position: relative; height: 65vh; min-height: 400px;
  overflow: hidden; display: flex; align-items: flex-end;
}
.prop-hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; display: block;
}
.prop-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(12,28,48,0.85) 0%, rgba(12,28,48,0.25) 60%, transparent 100%);
}
.prop-hero-content {
  position: relative; z-index: 1;
  width: 100%; max-width: 1200px; margin: 0 auto;
  padding: 0 2.5rem 3rem;
}
.prop-back-link {
  display: inline-block; color: rgba(255,255,255,0.75);
  text-decoration: none; font-size: 0.875rem; margin-bottom: 1rem;
  transition: color 0.2s;
}
.prop-back-link:hover { color: var(--gold-light); }
.prop-status-badge {
  display: inline-block; padding: 0.3rem 0.85rem; border-radius: 2rem;
  font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; margin-bottom: 0.75rem;
}
.prop-status-badge.available { background: #22C55E; color: #fff; }
.prop-status-badge.rented { background: rgba(255,255,255,0.2); color: rgba(255,255,255,0.85); }
.prop-hero-content h1 {
  font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--white); line-height: 1.15; margin-bottom: 0.5rem;
}
.prop-hero-price {
  font-size: 1.4rem; font-weight: 700; color: var(--gold-light);
}

.prop-details-section { background: var(--off-white); padding: 4rem 2.5rem; }
.prop-stats-row {
  display: flex; gap: 2rem; flex-wrap: wrap;
  margin-bottom: 3rem; padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--gray-light);
}
.prop-stat {
  display: flex; flex-direction: column; align-items: center;
  background: var(--white); border-radius: 10px;
  padding: 1.25rem 1.75rem; min-width: 120px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05); gap: 0.2rem;
}
.prop-stat span { font-size: 1.5rem; }
.prop-stat strong { font-size: 1.05rem; font-weight: 700; color: var(--navy); }
.prop-stat em { font-size: 0.75rem; color: var(--gray); font-style: normal; text-transform: uppercase; letter-spacing: 0.08em; }
.prop-stat-price strong { color: var(--gold); }

.prop-details-grid {
  display: grid; grid-template-columns: 1fr 360px; gap: 3.5rem; align-items: start;
}
.prop-main .section-title { font-size: 1.6rem; margin-bottom: 1rem; }
.prop-description {
  font-size: 1rem; color: #374151; line-height: 1.8;
  margin-bottom: 2.5rem;
}
.prop-amenities-heading {
  font-family: 'Playfair Display', serif; font-size: 1.2rem;
  color: var(--navy); margin-bottom: 1.25rem;
}
.prop-amenities-list {
  list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 1.5rem;
}
.prop-amenities-list li {
  display: flex; align-items: baseline; gap: 0.5rem;
  font-size: 0.9rem; color: #374151;
}
.amenity-check { color: var(--gold); font-weight: 700; flex-shrink: 0; }

.prop-contact-card {
  background: var(--navy); border-radius: 12px; padding: 2rem;
  color: var(--white); position: sticky; top: 90px;
}
.prop-contact-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.prop-contact-card p { font-size: 0.875rem; color: rgba(255,255,255,0.65); margin-bottom: 1.5rem; }
.prop-contact-links { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
.prop-contact-links a {
  display: flex; align-items: center; gap: 0.75rem;
  color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.9rem;
  transition: color 0.2s;
}
.prop-contact-links a:hover { color: var(--gold-light); }
.prop-contact-links a span { font-size: 1.1rem; }
.prop-inquiry-btn {
  display: block; text-align: center; border: none;
  padding: 0.9rem; font-size: 0.95rem; width: 100%;
}

.prop-gallery-section { background: var(--white); padding: 5rem 2.5rem; }
.prop-gallery-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2rem;
}
.gallery-item {
  position: relative; border-radius: 8px; overflow: hidden;
  aspect-ratio: 4/3; cursor: pointer; background: var(--gray-light);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform 0.35s;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item-overlay {
  position: absolute; inset: 0;
  background: rgba(18,40,64,0.45); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em;
  text-transform: uppercase; opacity: 0; transition: opacity 0.25s;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .properties-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-image { order: -1; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .prop-details-grid { grid-template-columns: 1fr; }
  .prop-sidebar { order: -1; }
  .prop-contact-card { position: static; }
  .prop-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  section { padding: 4.5rem 1.25rem; }
  nav { padding: 1rem 1.25rem; }
  nav.scrolled { padding: 0.75rem 1.25rem; }
  .nav-links { gap: 1.25rem; }
  .nav-links a { font-size: 0.82rem; }
  .hero-content { padding: 7rem 1.25rem 4rem; }
  .properties-grid { grid-template-columns: 1fr; }
  .about-pillars { grid-template-columns: 1fr 1fr; }
  .hero-stats { gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; text-align: center; gap: 0.75rem; }
  .prop-amenities-list { grid-template-columns: 1fr; }
  .prop-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .prop-hero-content { padding: 0 1.25rem 2rem; }
  .prop-details-section { padding: 3rem 1.25rem; }
  .prop-gallery-section { padding: 3rem 1.25rem; }
}
