.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{background-color:#2A2D32C7;}.elementor-kit-9 input:focus:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea:focus,.elementor-kit-9 .elementor-field-textual:focus{background-color:#2A2D32;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//*
Theme Name: My Custom Theme
Author: Brett Z
Description: My HTML converted theme.
Version:1.0
*/

/* ================================================
   DELTA HOMES — Premium Luxury Home Builder
   Brand CSS Stylesheet
   Colors extracted from Delta Homes Marketing Deck
   ================================================ */

/* ---- Google Fonts ---- */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap');

/* ---- CSS Variables ---- */
:root {
  --color-dark:       #1B1E22;
  --color-dark-2:     #2A2D32;
  --color-bronze:     #8B6F47;
  --color-bronze-lt:  #B49371;
  --color-cream:      #EFE7D8;
  --color-cream-lt:   #FAF8F4;
  --color-gray-warm:  #7A7468;
  --color-gray-lt:    #C9BFAE;
  --color-white:      #FFFFFF;

  --font-serif:    'Cormorant Garamond', Georgia, serif;
  --font-sans:     'Montserrat', Arial, sans-serif;

  --nav-height:    80px;
  --transition:    0.35s ease;
  --radius:        2px;
  --shadow:        0 4px 24px rgba(27,30,34,0.12);
  --shadow-lg:     0 12px 48px rgba(27,30,34,0.18);
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; overflow-y: scroll; overflow-x: hidden; }
body {
  font-family: var(--font-sans);
  background: var(--color-cream-lt);
  color: var(--color-dark);
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button, input, select, textarea { font-family: inherit; }

/* ---- Typography ---- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.5rem, 2.5vw, 2rem); }
h4 { font-size: 1.25rem; }
p  { font-size: 0.95rem; color: var(--color-gray-warm); line-height: 1.8; }

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-bronze);
  display: block;
  margin-bottom: 0.75rem;
}

/* ---- Layout Helpers ---- */
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.container-narrow {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 2rem;
}
.section {
  padding: 6rem 0;
}
.section-sm {
  padding: 4rem 0;
}
.text-center { text-align: center; }
.text-white  { color: var(--color-white) !important; }
.text-bronze { color: var(--color-bronze) !important; }
.text-cream  { color: var(--color-cream) !important; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 1rem 2.25rem;
  cursor: pointer;
  transition: var(--transition);
  border: none;
}
.btn-bronze {
  background: var(--color-bronze);
  color: var(--color-white);
}
.btn-bronze:hover {
  background: var(--color-bronze-lt);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(139,111,71,0.35);
}
.btn-outline {
  background: transparent;
  border: 1.5px solid var(--color-bronze);
  color: var(--color-bronze);
}
.btn-outline:hover {
  background: var(--color-bronze);
  color: var(--color-white);
}
.btn-outline-white {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.6);
  color: var(--color-white);
}
.btn-outline-white:hover {
  background: var(--color-white);
  color: var(--color-dark);
}
.btn-dark {
  background: var(--color-dark);
  color: var(--color-white);
}
.btn-dark:hover {
  background: var(--color-dark-2);
  transform: translateY(-1px);
}

/* ================================================
   NAVIGATION
   ================================================ */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  transition: background var(--transition), box-shadow var(--transition);
  display: flex;
  align-items: center;
}
.nav.scrolled {
  background: rgba(27,30,34,0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  backdrop-filter: blur(12px);
}
.nav.solid {
  background: var(--color-dark);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-img {
  height: 135px;
  width: auto;
  display: block;
  /* Drop shadow so white logo is visible on any background */
  filter: drop-shadow(0 1px 3px rgba(0,0,0,0.25));
  transition: opacity var(--transition);
}
.nav-logo-img:hover {
  opacity: 0.85;
}
/* Legacy text fallback (hidden when image loads) */
.nav-logo-mark {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-white);
  letter-spacing: 0.06em;
  line-height: 1;
}
.nav-logo-sub {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-bronze-lt);
  line-height: 1;
  margin-top: 3px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.nav-links a {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 100%;
  height: 1px;
  background: var(--color-bronze);
  transition: right var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--color-white);
}
.nav-links a:hover::after,
.nav-links a.active::after {
  right: 0;
}
.nav-cta {
  background: var(--color-bronze);
  color: var(--color-white) !important;
  padding: 0.6rem 1.4rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  transition: background var(--transition) !important;
}
.nav-cta:hover {
  background: var(--color-bronze-lt) !important;
}
.nav-cta::after { display: none !important; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-white);
  transition: var(--transition);
}
.nav-mobile {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0; right: 0;
  background: var(--color-dark);
  padding: 2rem;
  z-index: 999;
  flex-direction: column;
  gap: 1.5rem;
}
.nav-mobile a {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 1rem;
}
.nav-mobile.open { display: flex; }

/* ================================================
   HERO
   ================================================ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: 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-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(27,30,34,0.72) 0%,
    rgba(27,30,34,0.45) 60%,
    rgba(27,30,34,0.35) 100%
  );
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 900px;
}
.hero-content .eyebrow { color: var(--color-bronze-lt); }
.hero-content h1 {
  color: var(--color-white);
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-style: italic;
}
.hero-content h1 em {
  font-style: normal;
  font-weight: 500;
  color: var(--color-cream);
}
.hero-content p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
  max-width: 580px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
}
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255,255,255,0.5);
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  animation: bounce 2s ease infinite;
}
.hero-scroll svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255,255,255,0.5);
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}
.hero-dots {
  position: absolute;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 2;
  display: flex;
  gap: 1rem;
}
.hero-dot {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
}
.hero-dot.active {
  background: var(--color-bronze);
  transform: scale(1.3);
}

/* ================================================
   STATS BAR
   ================================================ */
.stats-bar {
  background: var(--color-dark);
  padding: 1.8rem 0;
}
.stats-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
.stat-item {
  text-align: center;
  padding: 0.5rem 3rem;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child { border-right: none; }
.stat-number {
  font-family: var(--font-serif);
  font-size: 2rem;
  font-weight: 500;
  color: var(--color-bronze-lt);
  line-height: 1;
  display: block;
}
.stat-label {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-top: 0.3rem;
  display: block;
}

/* ================================================
   WHY DELTA HOMES
   ================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border: 1px solid var(--color-gray-lt);
}
.why-item {
  padding: 3rem 2.5rem;
  border-right: 1px solid var(--color-gray-lt);
  transition: background var(--transition);
}
.why-item:last-child { border-right: none; }
.why-item:hover { background: var(--color-cream); }
.why-icon {
  width: 48px;
  height: 2px;
  background: var(--color-bronze);
  margin-bottom: 2rem;
}
.why-item h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.why-item p { font-size: 0.9rem; }

/* ================================================
   SECTION HEADERS
   ================================================ */
.section-header {
  margin-bottom: 4rem;
}
.section-header.text-center .divider {
  margin: 1.5rem auto 0;
}
.divider {
  width: 50px;
  height: 1px;
  background: var(--color-bronze);
  margin-top: 1.5rem;
}

/* ================================================
   PORTFOLIO GRID
   ================================================ */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.portfolio-grid.two-col {
  grid-template-columns: repeat(2, 1fr);
}
.portfolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  background: var(--color-cream);
}
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.portfolio-card:hover img {
  transform: scale(1.06);
}
.portfolio-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,30,34,0.85) 0%, transparent 55%);
  opacity: 0;
  transition: opacity var(--transition);
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
.portfolio-card:hover .portfolio-card-overlay {
  opacity: 1;
}
.portfolio-card-info h4 {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
}
.portfolio-card-info p {
  color: var(--color-bronze-lt);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.portfolio-card.featured {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* ================================================
   PROCESS SECTION
   ================================================ */
.process-section {
  background: var(--color-dark);
  color: var(--color-white);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 4rem;
  border: 1px solid rgba(255,255,255,0.08);
}
.process-step {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  position: relative;
}
.process-step:last-child { border-right: none; }
.process-num {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  font-weight: 300;
  color: rgba(255,255,255,0.2);
  line-height: 1;
  display: block;
  margin-bottom: 1rem;
}
.process-step h4 {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  color: var(--color-cream);
  margin-bottom: 0.75rem;
  font-weight: 400;
}
.process-step p {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.5);
  line-height: 1.7;
}
.process-step .eyebrow {
  color: var(--color-bronze-lt);
  font-size: 0.62rem;
  margin-bottom: 0.4rem;
}

/* ================================================
   TESTIMONIALS
   ================================================ */
.testimonials-section { background: var(--color-cream); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.testimonial-card {
  background: var(--color-white);
  padding: 2.5rem 2rem;
  box-shadow: 0 2px 16px rgba(27,30,34,0.06);
}
.testimonial-stars {
  color: var(--color-bronze);
  font-size: 1rem;
  margin-bottom: 1.2rem;
  letter-spacing: 2px;
}
.testimonial-quote {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--color-dark);
  margin-bottom: 1.5rem;
  line-height: 1.6;
}
.testimonial-author {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-bronze);
}

/* ================================================
   SPLIT SECTION (text + image)
   ================================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}
.split-image {
  position: relative;
  overflow: hidden;
}
.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.split-content {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.split-content.dark {
  background: var(--color-dark);
  color: var(--color-white);
}
.split-content.dark p { color: rgba(255,255,255,0.65); }
.split-content.dark h2 { color: var(--color-white); }
.split-content.cream {
  background: var(--color-cream);
}

/* ================================================
   CONTACT FORM
   ================================================ */
.contact-section { background: var(--color-dark-2); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 5rem;
  align-items: start;
}
.contact-info h2 { color: var(--color-white); }
.contact-info p { color: rgba(255,255,255,0.6); margin-top: 1rem; }
.contact-detail {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.contact-detail:first-of-type { margin-top: 3rem; }
.contact-detail-icon {
  width: 44px;
  height: 44px;
  background: rgba(139,111,71,0.15);
  border: 1px solid rgba(139,111,71,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
}
a.contact-detail-icon:hover {
  background: rgba(139,111,71,0.35);
  border-color: var(--color-bronze-lt);
}
.contact-detail-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--color-bronze-lt);
  fill: none;
  stroke-width: 1.5;
}
.contact-detail-text {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}
.contact-detail-text strong {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-bronze-lt);
  margin-bottom: 0.25rem;
}
.contact-detail-text a {
  color: rgba(255,255,255,0.7);
  transition: color var(--transition);
}
.contact-detail-text a:hover { color: var(--color-bronze-lt); }
.form-group {
  margin-bottom: 1.25rem;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 0.5rem;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--color-white);
  padding: 0.85rem 1rem;
  font-size: 0.88rem;
  font-family: var(--font-sans);
  outline: none;
  transition: border-color var(--transition), background var(--transition);
}
.form-input::placeholder,
.form-textarea::placeholder { color: rgba(255,255,255,0.3); }
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--color-bronze);
  background: rgba(255,255,255,0.07);
}
.form-select { appearance: none; cursor: pointer; }
.form-select option { background: var(--color-dark); color: var(--color-white); }
.form-textarea { resize: vertical; min-height: 120px; }
.socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}
.social-link {
  width: 40px; height: 40px;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.5);
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}
.social-link:hover {
  border-color: var(--color-bronze);
  color: var(--color-bronze);
  background: rgba(139,111,71,0.1);
}
.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

/* ================================================
   AFFILIATIONS
   ================================================ */
.affiliations-section {
  background: var(--color-cream-lt);
  padding: 3rem 0;
  border-top: 1px solid var(--color-gray-lt);
  border-bottom: 1px solid var(--color-gray-lt);
}
.affiliations-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
}
.affiliation-item {
  text-align: center;
  flex: 0 0 auto;
}
.affiliation-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  margin: 0 auto 0.75rem;
}
.affiliation-logo img {
  width: auto;
  max-height: 100%;
  max-width: 120px;
  object-fit: contain;
}
.affiliation-name {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gray-warm);
  max-width: 140px;
  text-align: center;
  line-height: 1.4;
}

/* ================================================
   FOOTER
   ================================================ */
.footer {
  background: var(--color-dark);
  color: var(--color-white);
  padding: 4rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p {
  color: rgba(255,255,255,0.5);
  font-size: 0.85rem;
  margin-top: 1.2rem;
  max-width: 280px;
  line-height: 1.7;
}
.footer-logo-img {
  height: 80px;
  width: auto;
  display: block;
  margin-bottom: 1rem;
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.3));
}
/* Legacy text fallback */
.footer-logo-mark {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--color-white);
  line-height: 1;
}
.footer-logo-sub {
  font-family: var(--font-sans);
  font-size: 0.55rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-bronze-lt);
}
.footer-col-title {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-bronze-lt);
  margin-bottom: 1.5rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer-links a {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}
.footer-links a:hover { color: var(--color-bronze-lt); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer-contact-item svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-bronze-lt);
  fill: none;
  stroke-width: 1.5;
  flex-shrink: 0;
  margin-top: 3px;
}
.footer-contact-item span {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
}
.footer-contact-item a {
  color: rgba(255,255,255,0.55);
  transition: color var(--transition);
}
.footer-contact-item a:hover { color: var(--color-bronze-lt); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.3);
}
.footer-socials {
  display: flex;
  gap: 0.6rem;
}

/* ================================================
   TEAM SECTION
   ================================================ */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.team-card {
  text-align: center;
}
.team-photo {
  width: 100%;
  aspect-ratio: 1/1;
  background: var(--color-cream);
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 1.5rem;
  position: relative;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.team-card:hover .team-photo img { transform: scale(1.04); }
.team-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--color-cream) 0%, var(--color-gray-lt) 100%);
}
.team-photo-placeholder svg {
  width: 80px;
  height: 80px;
  stroke: var(--color-bronze);
  fill: none;
  opacity: 0.4;
}
.team-name {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
.team-role {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-bronze);
  margin-bottom: 0.75rem;
}
.team-bio {
  font-size: 0.95rem;
  color: var(--color-gray-warm);
  line-height: 1.7;
}

/* ================================================
   PROPERTY GALLERY PAGE
   ================================================ */
.property-hero {
  height: 65vh;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
}
.property-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27,30,34,0.8) 0%, transparent 60%);
}
.property-hero-content {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  color: var(--color-white);
}
.property-hero-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 300;
}
.property-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.property-gallery img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  cursor: pointer;
  transition: opacity var(--transition);
}
.property-gallery img:hover { opacity: 0.9; }
.property-gallery img:first-child {
  grid-column: span 2;
  aspect-ratio: 16/9;
}

/* ================================================
   BLOG
   ================================================ */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.blog-card {
  background: var(--color-white);
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.blog-card-image {
  aspect-ratio: 16/10;
  overflow: hidden;
  background: var(--color-cream);
}
.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.blog-card:hover .blog-card-image img { transform: scale(1.05); }
.blog-card-body {
  padding: 1.75rem;
}
.blog-card-meta {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-bronze);
  margin-bottom: 0.75rem;
}
.blog-card-title {
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  line-height: 1.35;
}
.blog-card-excerpt {
  font-size: 0.85rem;
  color: var(--color-gray-warm);
  line-height: 1.7;
}

/* ================================================
   CTA BANNER
   ================================================ */
.cta-banner {
  background: var(--color-bronze);
  padding: 4rem 0;
  text-align: center;
}
.cta-banner h2 {
  color: var(--color-white);
  margin-bottom: 0.5rem;
}
.cta-banner p {
  color: rgba(255,255,255,0.8);
  margin-bottom: 2rem;
}

/* ================================================
   PAGE HEADER (for inner pages)
   ================================================ */
.page-header {
  background: var(--color-dark);
  padding: 8rem 0 4rem;
  text-align: center;
  margin-top: 0;
}
.page-header h1 {
  color: var(--color-white);
  font-weight: 300;
}
.page-header .eyebrow { color: var(--color-bronze-lt); }
.breadcrumb {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
}
.breadcrumb a { color: rgba(255,255,255,0.5); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--color-bronze-lt); }

/* ================================================
   LIGHTBOX
   ================================================ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lightbox-close {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  background: none; border: none;
  color: var(--color-white);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}
.lightbox-prev, .lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: var(--color-white);
  width: 50px; height: 50px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  font-size: 1.5rem;
  transition: background var(--transition);
}
.lightbox-prev:hover, .lightbox-next:hover { background: rgba(139,111,71,0.4); }
.lightbox-prev { left: 1.5rem; }
.lightbox-next { right: 1.5rem; }

/* ================================================
   SCROLL ANIMATIONS
   ================================================ */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }

/* ================================================
   RESPONSIVE
   ================================================ */
@media (max-width: 1024px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-card.featured { grid-column: span 2; }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  :root { --nav-height: 64px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .nav-logo-img { height: 44px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none; border-bottom: 1px solid var(--color-gray-lt); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .split-section { grid-template-columns: 1fr; }
  .split-image { min-height: 300px; }
  .split-content { padding: 3rem 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card.featured { grid-column: span 1; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-bar-inner { gap: 0; }
  .stat-item { padding: 0.75rem 1.5rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); width: 50%; }
  .affiliations-grid { gap: 1.75rem 1.25rem; }
  .affiliation-item { flex: 0 1 130px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .process-step:last-child { border-bottom: none; }
  .property-gallery { grid-template-columns: 1fr 1fr; }
  .property-gallery img:first-child { grid-column: span 2; }
}

@media (max-width: 480px) {
  .team-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: center; }
  .stat-item { width: 100%; }
  .nav-logo-img { height: 38px; }
  .affiliation-item { flex-basis: 110px; }
}/* End custom CSS */