:root {
  --forest: #1B3D2F;
  --forest-mid: #2D5E45;
  --forest-light: #3A7A5A;
  --green-tint: #EDF5F0;
  --green-tint-2: #D4EEDF;
  --orange: #D85A30;
  --orange-hover: #C04E28;
  --warm-white: #FAFAF7;
  --warm-cream: #F1EFE8;
  --text-dark: #1a1a18;
  --text-mid: #4A4740;
  --text-light: #6B6860;
  --text-muted: #9C9890;
  --border: #E0DED6;
  --font-body: 'DM Sans', -apple-system, sans-serif;
  --font-display: 'Fraunces', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: var(--font-body);
  color: var(--text-dark);
  background: var(--warm-white);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

/* ===== NAV ===== */
.nav {
  background: var(--forest);
  padding: 0 24px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
.nav-logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: #A8D4B8;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-links a:hover { color: #fff; }
.nav-phone {
  color: #fff !important;
  background: rgba(255,255,255,0.12);
  padding: 7px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
}
.nav-phone:hover { background: rgba(255,255,255,0.2); }
.nav-mobile-btn { display: none; background: none; border: none; cursor: pointer; }

/* ===== HERO ===== */
.hero {
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}
.hero-slide.active { opacity: 1; }
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27,61,47,0.72) 0%, rgba(27,61,47,0.55) 100%);
}
.hero > .hero-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 80px 24px 64px; }
.hero h1 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.18);
}
.hero-sub {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  margin-bottom: 28px;
  line-height: 1.6;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.hero-pills {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-pill {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
  padding: 7px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.hero-indicators {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 24px;
}
.hero-ind {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  transition: background 0.3s, width 0.3s;
  padding: 0;
}
.hero-ind.active { background: #fff; width: 48px; }
.btn-primary {
  display: inline-block;
  background: var(--orange);
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.1s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--orange-hover); }
.btn-primary:active { transform: scale(0.98); }

/* ===== SECTION LAYOUT ===== */
.section {
  padding: 64px 24px;
  max-width: 1120px;
  margin: 0 auto;
}
.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 8px;
}
.section-header p {
  font-size: 16px;
  color: var(--text-light);
  max-width: 520px;
  margin: 0 auto;
}
.section-alt { background: var(--warm-cream); }

/* ===== AVAILABLE SPACES CARDS ===== */
.spaces-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
.space-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.space-card:hover {
  box-shadow: 0 8px 24px rgba(27,61,47,0.1);
  transform: translateY(-2px);
}
.space-card-img {
  height: 180px;
  background: var(--green-tint);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.space-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.space-card-img .img-placeholder {
  color: var(--forest-mid);
  font-size: 13px;
  opacity: 0.6;
}
.space-type-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--forest);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.space-card-body { padding: 18px 20px; }
.space-card-body h3 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.space-specs {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 12px;
  line-height: 1.6;
}
.space-specs span { display: inline-block; margin-right: 4px; }
.space-price {
  font-size: 16px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 12px;
}
.space-avail {
  display: inline-block;
  background: #E8F5E9;
  color: #2E7D32;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
}
.space-card-cta {
  display: block;
  text-align: center;
  background: var(--orange);
  color: #fff;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-top: 1px solid var(--border);
  transition: background 0.2s;
}
.space-card-cta:hover { background: var(--orange-hover); }

/* Floor plan tabs */
.card-tabs { display: flex; border-bottom: 1px solid var(--border); }
.card-tab {
  flex: 1;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background: var(--warm-cream);
  color: var(--text-muted);
  border: none;
  transition: background 0.15s, color 0.15s;
}
.card-tab.active { background: #fff; color: var(--forest); }
.card-tab-content { display: none; }
.card-tab-content.active { display: flex; }
.floor-plan-svg {
  width: 100%;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.floor-plan-svg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  transition: opacity 0.15s;
}
.floor-plan-svg img:hover { opacity: 0.85; }
/* Lightbox overlay */
.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  padding: 20px 24px;
}
.lightbox-overlay.active { display: flex; }
.lightbox-header {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 12px;
}
.lightbox-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: 'Fraunces', serif;
  letter-spacing: 0.2px;
}
.lightbox-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  margin-top: 4px;
}
.lightbox-img-wrap {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.lightbox-overlay img {
  max-width: 92vw;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 48px rgba(0,0,0,0.4);
  padding: 16px;
  cursor: default;
}
.lightbox-close {
  position: fixed;
  top: 16px;
  right: 24px;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  cursor: pointer;
  z-index: 10000;
  line-height: 1;
  opacity: 0.8;
  transition: opacity 0.15s;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-caption {
  flex-shrink: 0;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  text-align: center;
  margin-top: 10px;
  padding: 0 12px;
}

/* ===== PARK INFO ===== */
.park-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.park-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}
.stat-card {
  background: var(--green-tint);
  border-radius: 10px;
  padding: 18px;
}
.stat-card .num {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--forest);
  white-space: nowrap;
}
.stat-card .label {
  font-size: 13px;
  color: var(--forest-mid);
  margin-top: 2px;
}
.park-desc { font-size: 15px; color: var(--text-mid); line-height: 1.7; }
.park-desc p { margin-bottom: 16px; }

.park-photo {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid var(--border);
}
.park-photo img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
/* park-map moved to location section */

/* ===== PHOTO GALLERY ===== */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 6px;
}
.gallery-grid .gallery-item {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-grid .gallery-item:hover img { transform: scale(1.05); }
.gallery-grid .gallery-item.tall { grid-row: span 2; }
.gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transition: opacity 0.3s;
}
.gallery-item:hover .gallery-caption { opacity: 1; }
@media (max-width: 768px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .gallery-item.tall { grid-row: span 1; }
}

/* ===== TENANT TYPES ===== */
.tenant-types {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.tenant-type-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 16px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.tenant-type-card:hover {
  border-color: var(--forest-mid);
  box-shadow: 0 4px 16px rgba(27,61,47,0.08);
}
.tenant-type-icon {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
}
.tenant-type-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 4px;
}
.tenant-type-card p {
  font-size: 12px;
  color: var(--text-light);
  line-height: 1.4;
}

/* ===== LOCATION ===== */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.location-distances {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.distance-item {
  background: var(--green-tint);
  border-radius: 8px;
  padding: 14px 16px;
}
.distance-item .dist-label {
  font-size: 13px;
  color: var(--text-mid);
  margin-bottom: 2px;
}
.distance-item .dist-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--forest);
}
.location-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
  min-height: 360px;
}
.location-map iframe { width: 100%; height: 100%; border: 0; }
@media (max-width: 768px) {
  .location-grid { grid-template-columns: 1fr; }
  .location-map { min-height: 260px; }
}

/* ===== FEATURES ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
}
.feature-icon {
  width: 44px;
  height: 44px;
  background: var(--green-tint);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--forest);
  font-size: 20px;
}
.feature-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 6px;
}
.feature-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.5;
}

/* ===== SPACE TYPE FILTERS ===== */
.filter-bar {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}
.filter-btn {
  padding: 8px 20px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--text-mid);
  transition: all 0.2s;
}
.filter-btn:hover { border-color: var(--forest-mid); color: var(--forest); }
.filter-btn.active {
  background: var(--forest);
  color: #fff;
  border-color: var(--forest);
}
.space-type-section { margin-bottom: 40px; }
.space-type-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--forest);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--green-tint-2);
}
.space-type-desc {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 20px;
}

/* ===== TESTIMONIAL CAROUSEL ===== */
.carousel-wrapper { position: relative; max-width: 640px; margin: 0 auto; }
.carousel-track { overflow: hidden; }
.carousel-slides {
  display: flex;
  transition: transform 0.4s ease;
}
.carousel-slide {
  min-width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
.carousel-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}
.carousel-card .stars {
  color: var(--orange);
  font-size: 18px;
  margin-bottom: 14px;
  letter-spacing: 3px;
}
.carousel-card blockquote {
  font-size: 16px;
  color: var(--text-mid);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 16px;
}
.carousel-card .author {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  padding: 0;
}
.carousel-dot.active { background: var(--forest); }
.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s;
  z-index: 2;
  color: var(--forest);
  font-size: 16px;
}
.carousel-arrow:hover { background: var(--green-tint); }
.carousel-prev { left: -18px; }
.carousel-next { right: -18px; }

/* ===== FAQ ===== */
.faq-list { max-width: 680px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 18px 0;
}
.faq-q {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}
.faq-q::after {
  content: '+';
  font-size: 22px;
  color: var(--forest-mid);
  transition: transform 0.2s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item.open .faq-q::after { content: '−'; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-a { max-height: 200px; }
.faq-a p {
  padding-top: 10px;
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* ===== CTA BANNER ===== */
.cta-banner {
  background: var(--forest);
  padding: 56px 24px;
  text-align: center;
}
.cta-banner h2 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.cta-banner p {
  font-size: 16px;
  color: #A8D4B8;
  margin-bottom: 24px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.cta-banner .btn-primary { font-size: 16px; padding: 14px 36px; }
.cta-phone {
  margin-top: 16px;
  font-size: 15px;
  color: #A8D4B8;
}
.cta-phone a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

/* ===== FOOTER ===== */
.footer {
  background: var(--text-dark);
  padding: 40px 24px;
  color: #9C9890;
  font-size: 13px;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-info p { margin-bottom: 4px; }
.footer-info a { color: #A8D4B8; text-decoration: none; }
.footer-copy { text-align: right; }

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-mobile-btn { display: block; }
  .hero h1 { font-size: 28px; }
  .hero-sub { font-size: 16px; }
  .park-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .spaces-grid { grid-template-columns: 1fr; }
  .section { padding: 48px 20px; }
  .footer-inner { flex-direction: column; }
  .footer-copy { text-align: left; }
}
@media (max-width: 480px) {
  .hero { padding: 40px 16px 36px; }
  .hero h1 { font-size: 24px; }
  .park-stats { grid-template-columns: 1fr; }
}
