.elementor-2065 .elementor-element.elementor-element-4d332d3{margin-top:-24px;margin-bottom:-24px;}.elementor-2065 .elementor-element.elementor-element-40cda3b3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:20px;}.elementor-2065 .elementor-element.elementor-element-5a3991{width:100%;max-width:100%;}.elementor-2065 .elementor-element.elementor-element-5a3991 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-5a3991 */@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Raleway:wght@300;400;500&display=swap');

/* ── DESIGN TOKENS ───────────────────────────────────────── */
:root {
  --parchment:   #f4efe4;
  --cream:       #ede7d9;
  --linen:       #e6dfd1;
  --sand:        #d9d0bf;
  --warm-white:  #faf7f2;
  --brown-dark:  #3d2f1e;
  --brown-mid:   #5c4530;
  --brown-warm:  #7a5c3f;
  --brown-light: #a07d5a;
  --gold:        #a8853c;
  --gold-light:  #c4a35a;
  --text-dark:   #2e2318;
  --text-mid:    #5a4a38;
  --text-soft:   #8a7560;
  --text-muted:  #a89880;
  --green-deep:  #3b4a38;
  --green-mid:   #556b50;
  --green-sage:  #7d9470;
  --green-pale:  #c8d5c0;
  --green-wash:  #e8ede5;
}

/* ── RESET & BASE ────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img { display: block; max-width: 100%; height: auto; border: 0; }
a { background-color: transparent; }

body {
  background: var(--warm-white);
  color: var(--text-dark);
  font-family: 'Raleway', 'Gill Sans', 'Trebuchet MS', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
}

/* ── NAVIGATION ──────────────────────────────────────────── */
nav {
  position: fixed;
  top: 1; left: 0; right: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 26px 56px;
  -webkit-transition: background 0.4s ease, padding 0.3s ease, box-shadow 0.3s ease;
  transition: background 0.4s ease, padding 0.3s ease, box-shadow 0.3s ease;
}
nav.scrolled {
  background: rgba(244, 239, 228, 0.97);
  padding: 16px 56px;
  box-shadow: 0 1px 0 rgba(90, 69, 48, 0.12);
}
.nav-logo {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-size: 1.15rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--warm-white);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
nav.scrolled .nav-logo { color: var(--brown-dark); }
.nav-logo span { color: var(--gold-light); }
nav.scrolled .nav-logo span { color: var(--gold); }
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-links a {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(250, 247, 242, 0.85);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
nav.scrolled .nav-links a { color: var(--text-mid); }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  border: 1px solid rgba(250, 247, 242, 0.55);
  color: var(--warm-white) !important;
  padding: 9px 22px;
}
nav.scrolled .nav-cta { border-color: var(--gold); color: var(--gold) !important; }
.nav-cta:hover { background: var(--gold) !important; border-color: var(--gold) !important; color: var(--warm-white) !important; }

/* ── HERO ────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('https://www.symmetrypropertymanagement.com/wp-content/uploads/2026/04/4cropped-scaled.jpg?t=1778508924');
  background-size: cover;
  background-position: center 30%;
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-animation: heroZoom 14s ease-out forwards;
  animation: heroZoom 14s ease-out forwards;
}
@-webkit-keyframes heroZoom { to { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes heroZoom { to { -webkit-transform: scale(1); transform: scale(1); } }
.hero-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: -webkit-linear-gradient(top, rgba(30,22,12,0.12) 0%, rgba(30,22,12,0.04) 35%, rgba(30,22,12,0.52) 72%, rgba(30,22,12,0.80) 100%);
  background: linear-gradient(to bottom, rgba(30,22,12,0.12) 0%, rgba(30,22,12,0.04) 35%, rgba(30,22,12,0.52) 72%, rgba(30,22,12,0.80) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 80px 110px;
  max-width: 880px;
  opacity: 0;
  -webkit-animation: fadeUp 1.2s 0.5s ease forwards;
  animation: fadeUp 1.2s 0.5s ease forwards;
}
@-webkit-keyframes fadeUp {
  from { opacity: 0; -webkit-transform: translateY(28px); transform: translateY(28px); }
  to   { opacity: 1; -webkit-transform: translateY(0);    transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}
.hero-tag {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--gold-light);
  margin-bottom: 22px;
}
.hero h1 {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-size: 5.6rem;
  font-size: clamp(3.2rem, 6.5vw, 5.6rem);
  font-weight: 400;
  text-transform: none;
  line-height: 1.08;
  color: var(--warm-white);
  margin-bottom: 26px;
}
.hero h1 em { font-style: italic; color: #e8d9b8; }
.hero-sub {
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: rgba(244, 239, 228, 0.82);
  line-height: 1.9;
  max-width: 500px;
  margin-bottom: 48px;
  font-weight: 300;
}
.hero-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--gold);
  color: var(--warm-white);
  font-family: 'Raleway', 'Gill Sans', sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 36px;
  text-decoration: none;
  -webkit-transition: background 0.3s, -webkit-transform 0.2s;
  transition: background 0.3s, transform 0.2s;
  cursor: pointer;
}
.btn-primary:hover {
  background: var(--brown-warm);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.btn-outline {
  display: inline-block;
  border: 1px solid rgba(244, 239, 228, 0.45);
  color: var(--warm-white);
  font-family: 'Raleway', 'Gill Sans', sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 36px;
  text-decoration: none;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
}
.btn-outline:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-outline-dark {
  display: inline-block;
  border: 1px solid var(--brown-light);
  color: var(--brown-mid);
  font-family: 'Raleway', 'Gill Sans', sans-serif;
  font-size: 0.63rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 400;
  padding: 15px 36px;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s, border-color 0.3s;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.btn-outline-dark:hover { background: var(--gold); border-color: var(--gold); color: var(--warm-white); }

/* ── SHARED SECTION STYLES ───────────────────────────────── */
.section-tag {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-size: 3.4rem;
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  font-weight: 700;
  text-transform: none;
  line-height: 1.14;
  margin-bottom: 18px;
  color: var(--brown-dark);
}
.section-title em { font-style: italic; }
.section-body {
  font-size: 0.84rem;
  line-height: 1.95;
  color: var(--text-mid);
  text-transform: none;
  max-width: 540px;
  font-weight: 500;
}
.divider {
  width: 44px;
  height: 1px;
  background: var(--gold);
  margin: 24px 0;
}

/* ── INTRO SPLIT ─────────────────────────────────────────── */
.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 78vh;
}
.intro-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  background: var(--parchment);
  padding: 100px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.intro-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  min-height: 500px;
  background-image: url('https://www.symmetrypropertymanagement.com/wp-content/uploads/2026/04/lobby4.jpeg');
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.intro-img::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: -webkit-linear-gradient(315deg, rgba(61,47,30,0.15) 0%, transparent 55%);
  background: linear-gradient(135deg, rgba(61,47,30,0.15) 0%, transparent 55%);
}

/* ── INTERIORS ───────────────────────────────────────────── */
.interiors { background: var(--green-wash); padding: 120px 80px; }
.interiors .section-tag { color: var(--green-mid); }
.interiors .section-title { color: var(--green-deep); }
.interiors .section-body { color: #4a5e46; }
.interiors-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}
.interiors-header > div {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}
.interiors-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 64px;
}
.int-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 260px;
  flex: 1 1 260px;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.int-img img {
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
}
.int-img:hover img { -webkit-transform: scale(1.04); transform: scale(1.04); }
.int-img .img-label {
  position: static;
  bottom: 0; left: 0; right: 0;
  background: -webkit-linear-gradient(top, transparent, rgba(59,74,56,0.7));
  background: linear-gradient(to bottom, transparent, rgba(59,74,56,0.7));
  color: var(--cream);
  font-size: 0.6rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 28px 18px 16px;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.int-img:hover .img-label { opacity: 1; }
.amenities-list {
  margin-top: 36px;
  border-top: 1px solid rgba(85, 107, 80, 0.2);
}
.amenity-item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(85, 107, 80, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 14px;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  color: #4a5e46;
  font-weight: 600;
}
.amenity-num {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-style: italic;
  font-size: 0.68rem;
  color: var(--green-sage);
  min-width: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* ── FLOORPLANS ──────────────────────────────────────────── */
.floorplans { background: var(--linen); padding: 120px 80px; }
.fp-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 56px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--sand);
}
.fp-header-note {
  text-align: right;
  max-width: 300px;
}
.fp-header-note .divider { margin-left: auto; }
.fp-header-note p {
  font-size: 0.84rem;
  color: var(--text-soft);
  line-height: 1.85;
  font-weight: 400;
}
.fp-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3px;
}
.fp-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 180px;
  flex: 1 1 180px;
  background: var(--cream);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.fp-card:hover {
  background: var(--warm-white);
  box-shadow: 0 8px 32px rgba(61, 47, 30, 0.1);
  position: relative;
  z-index: 2;
}
.fp-img { background: var(--warm-white); overflow: hidden; }
.fp-img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 18px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-filter: sepia(6%);
  filter: sepia(6%);
}
.fp-card:hover .fp-img img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: sepia(0);
  filter: sepia(0);
}
.fp-info { padding: 18px 20px 22px; border-top: 1px solid var(--sand); }
.fp-unit { font-family: 'Playfair Display', 'Georgia', serif; font-size: 1.05rem; font-weight: 400; color: var(--brown-dark); margin-bottom: 4px; }
.fp-type { font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 6px; }
.fp-sqft { font-size: 0.72rem; color: var(--text-soft); }

/* ── GALLERY ─────────────────────────────────────────────── */
.gallery-section { background: var(--parchment); padding: 120px 80px; }
.gallery-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}
.gallery-mosaic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
.gal-item { overflow: hidden; position: relative; }
.gal-item:nth-child(1) { -webkit-box-flex: 2; -ms-flex: 2 1 400px; flex: 2 1 400px; min-height: 460px; }
.gal-item:not(:first-child) { -webkit-box-flex: 1; -ms-flex: 1 1 180px; flex: 1 1 180px; min-height: 220px; }
.gal-item img {
  width: 100%; height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
}
.gal-item:hover img { -webkit-transform: scale(1.04); transform: scale(1.04); }

/* ── LOCATION ────────────────────────────────────────────── */
.location {
  background: var(--green-deep);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 580px;
}
.location-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  padding: 100px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.location-text .section-tag  { color: var(--green-sage); }
.location-text .section-title { color: var(--cream); }
.location-text .section-body  { color: var(--green-pale); }
.location-text .divider        { background: var(--green-sage); }
.location-map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 400px;
  flex: 1 1 400px;
  min-height: 400px;
  overflow: hidden;
}
.location-map iframe {
  width: 100%; height: 100%;
  min-height: 400px;
  border: none;
  display: block;
  -webkit-filter: saturate(0.4) sepia(0.25) brightness(0.82);
  filter: saturate(0.4) sepia(0.25) brightness(0.82);
}
.location-details {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.loc-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.78rem;
  color: var(--green-pale);
  line-height: 1.7;
}
.loc-icon {
  width: 17px; height: 17px;
  color: var(--green-sage);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}
.loc-detail a { color: var(--green-pale); text-decoration: none; -webkit-transition: color 0.3s; transition: color 0.3s; }
.loc-detail a:hover { color: var(--gold-light); }

/* ── CTA BANNER ──────────────────────────────────────────── */
.cta-section {
  position: relative;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.cta-bg {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: url('https://www.symmetrypropertymanagement.com/wp-content/uploads/2026/04/1-scaled.jpeg');
  background-size: cover;
  background-position: center;
}
.cta-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(61, 47, 30, 0.72);
}
.cta-content { position: relative; z-index: 2; padding: 80px 40px; }
.cta-content .section-tag   { color: var(--gold-light); }
.cta-content .section-title { color: var(--cream); }
.cta-content .section-body  { color: rgba(230, 223, 209, 0.85); margin: 0 auto 40px; max-width: 460px; }
.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ── FOOTER ──────────────────────────────────────────────── */
footer { background: var(--brown-dark); padding: 80px; }
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 56px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(168, 133, 60, 0.2);
}
.footer-brand { -webkit-box-flex: 1; -ms-flex: 1 1 260px; flex: 1 1 260px; }
.footer-col   { -webkit-box-flex: 1; -ms-flex: 1 1 160px; flex: 1 1 160px; }
.footer-logo {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: var(--cream);
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
}
.footer-logo span { color: var(--gold-light); }
.footer-tagline { font-size: 0.76rem; color: var(--text-muted); line-height: 1.9; font-weight: 300; }
.footer-col h4 { font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase; font-weight: 500; color: var(--gold); margin-bottom: 20px; }
.footer-col p,
.footer-col a {
  font-size: 0.76rem;
  color: var(--text-muted);
  line-height: 2.1;
  text-decoration: none;
  display: block;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer-col a:hover { color: var(--cream); }
.footer-col a.footer-managed { color: var(--gold); }
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.62rem;
  color: #6a5845;
  letter-spacing: 0.1em;
}
.footer-bottom a { color: #6a5845; text-decoration: none; -webkit-transition: color 0.3s; transition: color 0.3s; }
.footer-bottom a:hover { color: var(--gold); }

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media screen and (max-width: 960px) {
  nav           { padding: 18px 28px; }
  nav.scrolled  { padding: 14px 28px; }
  .nav-links    { display: none; }
  .hero-content { padding: 0 32px 80px; }
  .intro-text   { padding: 70px 32px; }
  .intro-img    { min-height: 360px; }
  .interiors    { padding: 80px 32px; }
  .floorplans   { padding: 80px 32px; }
  .gallery-section  { padding: 80px 32px; }
  .location-text    { padding: 70px 32px; }
  footer            { padding: 60px 32px; }
  .gal-item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 320px;
  }
}/* End custom CSS */