/* ============================================
   NOVA HOUSE SERVICES — components.css
   All section and component styles: nav, hero,
   about, team, services, process, testimonials,
   gallery, areas, contact, footer, mobile menu,
   and all responsive breakpoints.
   DO NOT modify values — copied verbatim from
   the approved nova-house-services.html source.
   ============================================ */

/* ============================================
   NAVIGATION
   ============================================ */
#nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 1.4rem 0;
  transition: all .45s var(--ease-out);
}
#nav.scrolled {
  background: rgba(247,244,239,.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: .9rem 0;
  box-shadow: 0 1px 0 rgba(30,51,40,.08);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  line-height: 1;
}
.nav-logo-name {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ivory);
  letter-spacing: .02em;
  transition: color .3s;
}
.nav-logo-tag {
  font-size: .58rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247,244,239,.5);
  transition: color .3s;
}
#nav.scrolled .nav-logo-name { color: var(--charcoal); }
#nav.scrolled .nav-logo-tag  { color: var(--mist); }

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  list-style: none;
}
.nav-links a {
  font-size: .75rem;
  font-weight: 400;
  letter-spacing: .07em;
  color: rgba(247,244,239,.78);
  text-decoration: none;
  transition: color .25s;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 0; height: 1px;
  background: var(--brass);
  transition: width .3s var(--ease-out);
}
.nav-links a:hover { color: #fff; }
.nav-links a:hover::after { width: 100%; }
#nav.scrolled .nav-links a       { color: var(--slate); }
#nav.scrolled .nav-links a:hover { color: var(--forest); }

.nav-cta {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: .65rem 1.5rem;
  background: var(--brass);
  color: var(--ivory);
  text-decoration: none;
  border-radius: 1px;
  transition: background .3s, transform .2s;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--brass-light); transform: translateY(-1px); }
#nav.scrolled .nav-cta       { background: var(--forest); }
#nav.scrolled .nav-cta:hover { background: var(--forest-light); }

.nav-mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.nav-mobile-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--ivory);
  border-radius: 2px;
  transition: all .3s ease;
}

#nav.scrolled .nav-mobile-toggle span {
  background: var(--charcoal);
}

/* ============================================
   MOBILE MENU
   ============================================ */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: var(--charcoal);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform .5s var(--ease-out);
}
.mobile-menu.open { transform: translateX(0); }

.mobile-menu-close {
  position: absolute;
  top: 1.5rem; right: 2rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--ivory);
  cursor: pointer;
  font-family: var(--ff-display);
  line-height: 1;
  opacity: .55;
}

.mobile-menu-links {
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: .25rem;
  margin-bottom: 2.5rem;
}
.mobile-menu-links a {
  font-family: var(--ff-display);
  font-size: 2.5rem;
  font-style: italic;
  color: rgba(247,244,239,.82);
  text-decoration: none;
  display: block;
  padding: .4rem 0;
  transition: color .25s;
}
.mobile-menu-links a:hover { color: var(--brass-light); }

/* ============================================
   HERO
   ============================================ */
#hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #1a2e21;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  /* REPLACE WITH YOUR OWN PHOTO — hero background, full-width lifestyle interior, min 1800px wide */
  /* background: url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1800&q=80') center/cover no-repeat; */
 /* Woman vacuuming, bright modern living room */
/* background: url('https://images.unsplash.com/photo-1758273705627-937374bfa978?w=1800&q=80') center/cover no-repeat; */

/* Woman mopping a bright, modern living room floor */
/* background: url('https://images.unsplash.com/photo-1758273238415-01ec03d9ef27?w=1800&q=80') center/cover no-repeat; */

/* Woman in yellow gloves wiping down a table */
/* background: url('https://images.unsplash.com/photo-1758273705723-26ef454252ce?w=1800&q=80') center/cover no-repeat; */

/* Woman in yellow gloves cleaning a wooden surface */
/* background: url('https://images.unsplash.com/photo-1758272421751-963195322eaa?w=1800&q=80') center/cover no-repeat; */

/* Person in yellow/blue gloves cleaning a floor */
/* background: url('https://images.unsplash.com/photo-1740657254989-42fe9c3b8cce?w=1800&q=80') center/cover no-repeat; */

/* Woman in green shirt vacuuming an ottoman */
background: url('https://images.unsplash.com/photo-1686178827149-6d55c72d81df?w=1800&q=80') center/cover no-repeat;


  opacity: .38;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(165deg,rgba(20,35,25,.8) 0%,rgba(20,35,25,.45) 55%,rgba(20,35,25,.75) 100%);
}

.hero-motif {
  position: absolute;
  right: -6%; top: 50%;
  transform: translateY(-50%);
  width: 52vw; max-width: 680px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(181,145,106,.13);
  z-index: 2;
  pointer-events: none;
}
.hero-motif::before {
  content: '';
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(181,145,106,.07);
}
.hero-motif::after {
  content: '';
  position: absolute;
  inset: 26%;
  border-radius: 50%;
  border: 1px solid rgba(181,145,106,.04);
}

.hero-content {
  position: relative;
  z-index: 3;
  padding: 11rem 0 5.5rem;
  width: 100%;
}
.hero-inner { max-width: 680px; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: fadeSlideUp .9s .2s var(--ease-out) forwards;
}
.hero-eyebrow::before {
  content: '';
  width: 28px; height: 1px;
  background: var(--brass);
}

.hero-heading {
  font-family: var(--ff-display);
  font-size: clamp(3.2rem,6.8vw,6.2rem);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -.02em;
  color: var(--ivory);
  margin-bottom: 1.75rem;
  opacity: 0;
  animation: fadeSlideUp .9s .35s var(--ease-out) forwards;
}
.hero-heading em { font-style: italic; color: var(--brass-light); }

.hero-body {
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(247,244,239,.62);
  max-width: 450px;
  font-weight: 300;
  margin-bottom: 2.5rem;
  opacity: 0;
  animation: fadeSlideUp .9s .5s var(--ease-out) forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeSlideUp .9s .65s var(--ease-out) forwards;
}


.hero-trust {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: rgba(20,35,25,.65);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(181,145,106,.15);
  opacity: 0;
  animation: fadeIn .9s 1s forwards;
}

.hero-trust-inner {
  display: flex;
  align-items: center;
  gap: 0;
}

.hero-trust-item {
  flex: 1;
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  gap: .75rem;
}
.hero-trust-item:last-child { border-right: none; }

/* ── MOBILE FIX ── */
@media (max-width: 768px) {
  .hero-trust {
    position: relative;   /* stop pinning to bottom of 100vh hero, let it flow naturally */
  }

  .hero-trust-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-trust-item {
    flex: none;              /* ← kills the stretch that's causing the gap */
    width: 100%;
    padding: .85rem 1.5rem;  /* tighter, consistent padding */
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .hero-trust-item:last-child { border-bottom: none; }
}

/* 
.hero-trust {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 3;
  background: rgba(20,35,25,.65);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(181,145,106,.15);
  opacity: 0;
  animation: fadeIn .9s 1s forwards;
}
.hero-trust-inner {
  display: flex;
  align-items: center;
  gap: 0;
}
.hero-trust-item {
  flex: 1;
  padding: 1rem 1.5rem;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  gap: .75rem;
} */
.hero-trust-item:last-child { border-right: none; }
.hero-trust-dot {
  width: 5px; height: 5px;
  background: var(--brass);
  border-radius: 50%;
  flex-shrink: 0;
}
.hero-trust-text {
  font-size: .72rem;
  color: rgba(247,244,239,.65);
  font-weight: 300;
  letter-spacing: .04em;
}

.hero-scroll {
  position: absolute;
  bottom: 6rem; right: 2.5rem;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  opacity: 0;
  animation: fadeIn 1s 1.2s forwards;
}
.hero-scroll-text {
  font-size: .6rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(247,244,239,.35);
}
.hero-scroll-line {
  width: 1px; height: 48px;
  background: linear-gradient(to bottom,rgba(181,145,106,.55),transparent);
  animation: scrollPulse 2.2s 1.5s infinite;
}

/* ============================================
   ABOUT
   ============================================ */
#about { background: var(--ivory); }

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.5rem;
  align-items: center;
}

.about-photo-wrap { position: relative; }

.about-photo-main {
  width: 100%;
  aspect-ratio: 4/5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.about-photo-main img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .8s var(--ease-out);
}
.about-photo-wrap:hover .about-photo-main img { transform: scale(1.03); }

.about-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(20,35,25,.45) 0%,transparent 50%);
  pointer-events: none;
}

/* .about-photo-caption {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  z-index: 1;
}
.about-photo-caption-text {
  font-family: var(--ff-display);
  font-size: .9rem;
  font-style: italic;
  color: rgba(247,244,239,.85);
} */

.about-photo-caption {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  text-align: right;
}

.about-photo-caption-text {
  font-family: var(--ff-display);
  font-size: .9rem;
  font-style: italic;
  color: rgba(247,244,239,.85);
}

.about-photo-accent {
  position: absolute;
  top: -1.5rem; right: -1.5rem;
  width: 55%;
  aspect-ratio: 1;
  background: var(--brass-pale);
  border-radius: 2px;
  z-index: -1;
}

.about-photo-stat {
  position: absolute;
  bottom: -2rem; left: -2rem;
  background: var(--forest);
  color: var(--ivory);
  padding: 1.5rem 1.75rem;
  border-radius: 2px;
  z-index: 2;
  min-width: 155px;
}
.about-stat-number {
  font-family: var(--ff-display);
  font-size: 2.75rem;
  font-weight: 300;
  line-height: 1;
  color: var(--brass-light);
  margin-bottom: .2rem;
}
.about-stat-label {
  font-size: .7rem;
  color: rgba(247,244,239,.5);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.about-text { padding-left: 1rem; }

.about-values {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.about-value-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  align-items: start;
  transition: padding-left .3s var(--ease-out);
  cursor: default;
}
.about-value-item:first-child { border-top: 1px solid var(--border); }
.about-value-item:hover { padding-left: .5rem; }
.about-value-num {
  font-family: var(--ff-display);
  font-size: .7rem;
  font-style: italic;
  color: var(--brass);
  padding-top: .2rem;
}
.about-value-text-title {
  font-size: .875rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: .15rem;
}
.about-value-text-desc {
  font-size: .8rem;
  color: var(--mist);
  line-height: 1.55;
}

/* ============================================
   TEAM
   ============================================ */
#team { background: var(--ivory-dark); }

.team-intro {
  text-align: center;
  max-width: 540px;
  margin: 0 auto 4rem;
}

.team-grid {
  display: grid;
  justify-content: center;
}

.team-grid.team-grid--solo {
  grid-template-columns: 1fr;
  max-width: 340px;
  margin: 3rem auto 0;
}

.team-card {
  width: 100%;
}

.team-grid--solo {
  grid-template-columns: 1fr;
  max-width: 340px;
}

.team-card {
  background: var(--ivory);
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: transform .45s var(--ease-out), box-shadow .45s var(--ease-out);
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 48px rgba(20,35,25,.09);
}

.team-photo {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
  background: var(--parchment);
}
.team-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease-out);
}
.team-card:hover .team-photo img { transform: scale(1.04); }

.team-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(20,35,25,.55) 0%,transparent 50%);
}
.team-photo-badge {
  position: absolute;
  bottom: 1rem; left: 1rem;
  background: var(--brass);
  color: var(--ivory);
  font-size: .62rem;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: .3rem .8rem;
  border-radius: 1px;
}

.team-info { padding: 1.5rem; }
.team-name {
  font-family: var(--ff-display);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: .2rem;
}
.team-title {
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: .75rem;
}
.team-bio {
  font-size: .825rem;
  color: var(--slate);
  line-height: 1.65;
}

.team-placeholder-note {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1.25rem 2rem;
  background: var(--brass-pale);
  border-radius: 2px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.team-placeholder-note p {
  font-size: .8rem;
  color: var(--forest);
  line-height: 1.6;
}

/* ============================================
   SERVICES
   ============================================ */
#services {
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}

.services-bg-text {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--ff-display);
  font-size: clamp(8rem,18vw,18rem);
  font-weight: 300;
  color: rgba(255,255,255,.018);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  letter-spacing: -.04em;
}

.services-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.services-header-left .display-lg { color: var(--ivory); }
.services-cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.services-cta-right .body-md {
  color: rgba(247,244,239,.4);
  text-align: right;
  margin-bottom: 1.5rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.service-card {
  background: rgba(255,255,255,.02);
  padding: 2.5rem 2rem;
  position: relative;
  transition: background .4s var(--ease-out);
  cursor: default;
  overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 0;
  background: var(--brass);
  transition: height .45s var(--ease-out);
}
.service-card:hover { background: rgba(255,255,255,.045); }
.service-card:hover::before { height: 100%; }

.service-number {
  font-family: var(--ff-display);
  font-size: .7rem;
  font-style: italic;
  color: var(--brass);
  margin-bottom: 1.25rem;
  display: block;
  opacity: .65;
}
.service-name {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: .7rem;
  line-height: 1.25;
}
.service-desc {
  font-size: .8rem;
  color: rgba(247,244,239,.42);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.service-link {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brass);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .3s, transform .3s;
}
.service-card:hover .service-link {
  opacity: 1;
  transform: translateY(0);
}

.services-cta-banner {
  margin-top: 3rem;
  padding: 2rem 2.5rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.services-cta-banner-text em {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(247,244,239,.78);
  display: block;
  margin-bottom: .3rem;
}

/* ============================================
   PROCESS STRIP
   ============================================ */
#process { background: var(--forest); }

.process-inner {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.process-step {
  padding: 3rem 2rem;
  border-right: 1px solid rgba(255,255,255,.06);
  position: relative;
  transition: background .3s;
}
.process-step:last-child { border-right: none; }
.process-step:hover { background: rgba(255,255,255,.03); }

.process-step-num {
  font-family: var(--ff-display);
  font-size: 3rem;
  font-weight: 300;
  color: rgba(181,145,106,.18);
  line-height: 1;
  margin-bottom: 1.25rem;
  display: block;
}
.process-step-title {
  font-family: var(--ff-display);
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: .6rem;
}
.process-step-desc {
  font-size: .8rem;
  color: rgba(247,244,239,.42);
  line-height: 1.65;
  font-weight: 300;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
#testimonials { background: var(--ivory); }

.testimonials-intro {
  max-width: 540px;
  margin-bottom: 4.5rem;
}

.testimonials-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.testimonials-featured {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonial-card {
  background: var(--ivory-dark);
  border-radius: 2px;
  padding: 2rem 2.25rem;
  border: 1px solid transparent;
  transition: all .4s var(--ease-out);
}
.testimonial-card:hover {
  border-color: var(--border-warm);
  box-shadow: 0 8px 28px rgba(20,35,25,.06);
  transform: translateX(4px);
}
.testimonial-card.featured {
  background: var(--forest);
  color: var(--ivory);
}
.testimonial-card.featured:hover {
  border-color: rgba(181,145,106,.28);
  box-shadow: 0 12px 40px rgba(20,35,25,.22);
}

.testimonial-quote-mark {
  font-family: var(--ff-display);
  font-size: 3.5rem;
  line-height: .7;
  color: var(--brass);
  margin-bottom: .75rem;
  display: block;
  opacity: .55;
}
.testimonial-card.featured .testimonial-quote-mark { color: var(--brass-light); }

.testimonial-text {
  font-family: var(--ff-display);
  font-size: 1.05rem;
  font-weight: 300;
  font-style: italic;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.testimonial-card.featured .testimonial-text { color: rgba(247,244,239,.88); }

.testimonial-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-author-name {
  font-size: .8rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: .1rem;
}
.testimonial-card.featured .testimonial-author-name { color: var(--ivory); }
.testimonial-author-loc { font-size: .72rem; color: var(--mist); }
.testimonial-card.featured .testimonial-author-loc { color: rgba(247,244,239,.4); }

.testimonial-stars { display: flex; gap: 2px; }
.testimonial-stars span {
  display: block;
  width: 10px; height: 10px;
  background: var(--brass);
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

.testimonials-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.testimonials-google {
  background: var(--ivory-dark);
  border-radius: 2px;
  padding: 1.75rem;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.google-rating-big {
  font-family: var(--ff-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--charcoal);
  line-height: 1;
}
.google-rating-info { flex: 1; }
.google-rating-stars { display: flex; gap: 3px; margin-bottom: .3rem; }
.google-rating-stars span {
  display: block;
  width: 14px; height: 14px;
  background: #F4B400;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.google-rating-text { font-size: .76rem; color: var(--mist); }
.google-badge {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
}

/* ============================================
   GALLERY
   ============================================ */
#gallery { background: var(--ivory-dark); }

.gallery-intro {
  text-align: center;
  max-width: 480px;
  margin: 0 auto 3.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: repeat(2,240px);
  gap: 10px;
}
.gallery-item {
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.gallery-item:nth-child(1) { grid-column: span 5; grid-row: span 2; }
.gallery-item:nth-child(2) { grid-column: span 4; }
.gallery-item:nth-child(3) { grid-column: span 3; }
.gallery-item:nth-child(4) { grid-column: span 3; }
.gallery-item:nth-child(5) { grid-column: span 4; }

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s var(--ease-out);
}
.gallery-item:hover img { transform: scale(1.05); }

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,rgba(23,23,20,.6) 0%,transparent 55%);
  opacity: 0;
  transition: opacity .4s var(--ease-out);
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
}
.gallery-item:hover .gallery-item-overlay { opacity: 1; }
.gallery-item-label {
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247,244,239,.9);
}
.gallery-cta { text-align: center; margin-top: 3rem; }

/* ============================================
   SERVICE AREAS
   ============================================ */
#areas {
  background: var(--forest);
  position: relative;
  overflow: hidden;
}

.areas-bg-circle {
  position: absolute;
  right: -12%; top: 50%;
  transform: translateY(-50%);
  width: 48vw;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.035);
  pointer-events: none;
}
.areas-bg-circle::before {
  content: '';
  position: absolute;
  inset: 14%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.02);
}

.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.areas-text .display-lg { color: var(--ivory); }
.areas-text .body-lg {
  color: rgba(247,244,239,.52);
  margin: 1.5rem 0 2.5rem;
}

.areas-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.areas-list-item {
  padding: .75rem 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  display: flex;
  align-items: center;
  gap: .875rem;
  font-size: .9rem;
  color: rgba(247,244,239,.65);
  font-weight: 300;
  transition: color .25s, padding-left .25s;
  cursor: default;
}
.areas-list-item::before {
  content: '';
  width: 4px; height: 4px;
  background: var(--brass);
  border-radius: 50%;
  flex-shrink: 0;
}
.areas-list-item:hover { color: var(--ivory); padding-left: .5rem; }
.areas-list-item.primary { color: var(--brass-light); }

.areas-map {
  background: rgba(255,255,255,.03);
  border-radius: 2px;
  padding: 2.5rem;
  border: 1px solid rgba(255,255,255,.06);
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1.25rem;
}
.areas-map-photo {
  width: 100%; height: 200px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: .5rem;
}
.areas-map-photo img { width: 100%; height: 100%; object-fit: cover; }
.areas-map-title {
  font-family: var(--ff-display);
  font-size: 1rem;
  font-style: italic;
  color: rgba(247,244,239,.5);
}
.areas-map-note {
  font-size: .75rem;
  color: rgba(247,244,239,.28);
  line-height: 1.6;
}

/* ============================================
   CONTACT
   ============================================ */
#contact { background: var(--ivory); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
.contact-info { padding-right: 2rem; }

.contact-details {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-detail-item {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  gap: 1rem;
  align-items: center;
}
.contact-detail-item:first-child { border-top: 1px solid var(--border); }
.contact-detail-icon { color: var(--brass); font-size: .85rem; }
.contact-detail-label {
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--mist);
  margin-bottom: .15rem;
}
.contact-detail-value {
  font-size: .875rem;
  color: var(--ink);
  font-weight: 400;
}

.contact-social { margin-top: 2rem; display: flex; gap: .75rem; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--slate);
  text-decoration: none;
  padding: .5rem 1rem;
  border: 1px solid var(--border);
  border-radius: 1px;
  transition: all .25s;
}
.social-btn:hover {
  background: var(--forest);
  color: var(--ivory);
  border-color: var(--forest);
}

/* Form */
.contact-form {
  background: var(--ivory-dark);
  border-radius: 2px;
  padding: 2.75rem;
  border: 1px solid var(--border);
}
.form-title {
  font-family: var(--ff-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: .4rem;
}
.form-subtitle {
  font-size: .82rem;
  color: var(--mist);
  margin-bottom: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-group { margin-bottom: 1.2rem; }
.form-group.full { grid-column: span 2; }

.form-label {
  display: block;
  font-size: .65rem;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--slate);
  margin-bottom: .5rem;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  font-family: var(--ff-body);
  font-size: .875rem;
  font-weight: 300;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid var(--border);
  border-radius: 1px;
  padding: .75rem 1rem;
  outline: none;
  transition: border-color .25s, box-shadow .25s;
  appearance: none;
  -webkit-appearance: none;
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--mist); }
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 3px rgba(30,51,40,.06);
}
/* inline validation error state */
.form-input.error,
.form-select.error,
.form-textarea.error {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192,57,43,.06);
}
.form-error-msg {
  display: block;
  font-size: .68rem;
  color: #c0392b;
  margin-top: .3rem;
  letter-spacing: .02em;
}

.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235C5C56' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.form-textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.65;
}

.form-privacy {
  font-size: .72rem;
  color: var(--mist);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.form-privacy strong { color: var(--slate); font-weight: 500; }

.form-submit {
  width: 100%;
  font-family: var(--ff-body);
  font-size: .78rem;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 1rem;
  background: var(--forest);
  color: var(--ivory);
  border: none;
  border-radius: 1px;
  cursor: pointer;
  transition: background .3s, transform .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}
.form-submit:hover { background: var(--forest-light); transform: translateY(-1px); }
.form-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }

/* Success / error messages */
.form-success {
  display: none;
  padding: 2rem;
  text-align: center;
}
.form-success-title {
  font-family: var(--ff-display);
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--forest);
  margin-bottom: .75rem;
}
.form-success-text {
  font-size: .875rem;
  color: var(--slate);
  line-height: 1.7;
}
.form-network-error {
  display: none;
  font-size: .78rem;
  color: #c0392b;
  text-align: center;
  margin-top: 1rem;
}

/* ============================================
   FOOTER
   ============================================ */
#footer {
  background: var(--charcoal);
  padding: 4.5rem 0 2.5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin-bottom: 2rem;
}
.footer-brand-name {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--ivory);
  margin-bottom: .2rem;
}
.footer-brand-tag {
  font-size: .62rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(247,244,239,.28);
  margin-bottom: 1.25rem;
}
.footer-brand-desc {
  font-size: .82rem;
  color: rgba(247,244,239,.38);
  line-height: 1.7;
  max-width: 280px;
  font-weight: 300;
}

.footer-col-title {
  font-size: .63rem;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(247,244,239,.32);
  margin-bottom: 1.25rem;
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}
.footer-links a {
  font-size: .82rem;
  color: rgba(247,244,239,.48);
  text-decoration: none;
  transition: color .25s;
  font-weight: 300;
}
.footer-links a:hover { color: rgba(247,244,239,.82); }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-copy {
  font-size: .72rem;
  color: rgba(247,244,239,.22);
  font-weight: 300;
}
.footer-badges { display: flex; gap: 1.25rem; align-items: center; }
.footer-badge-item {
  font-size: .63rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(247,244,239,.22);
  display: flex;
  align-items: center;
  gap: .4rem;
}
.footer-badge-item::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--brass);
  border-radius: 50%;
  opacity: .6;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */
@media (max-width:1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 3rem; }
  .about-text { padding-left: 0; }
  .about-photo-stat { left: -1rem; bottom: -1.5rem; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width:900px) {
  .hero-trust-inner { flex-wrap: wrap; }
  .hero-trust-item { flex: 1 1 33%; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid {
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(3,200px);
  }
  .gallery-item:nth-child(1) { grid-column: span 3; grid-row: span 2; }
  .gallery-item:nth-child(2) { grid-column: span 3; }
  .gallery-item:nth-child(3) { grid-column: span 3; }
  .gallery-item:nth-child(4) { grid-column: span 3; }
  .gallery-item:nth-child(5) { grid-column: span 3; }
  .areas-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .contact-info { padding-right: 0; }
  .testimonials-layout { grid-template-columns: 1fr; }
  .process-inner { grid-template-columns: repeat(2,1fr); }
  .process-step:nth-child(2n) { border-right: none; }
  .process-step:nth-child(3),
  .process-step:nth-child(4) { border-top: 1px solid rgba(255,255,255,.06); }
}

@media (max-width:768px) {
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-toggle { display: flex; }
  .hero-heading { font-size: clamp(2.6rem,9vw,4rem); }
  .about-photo-accent { display: none; }
  .team-grid { 
  grid-template-columns: 1fr; 
  max-width: 360px; 
  margin: 0 auto;
}
  .services-header { grid-template-columns: 1fr; }
  .services-cta-right { align-items: flex-start; }
  .services-cta-right .body-md { text-align: left; }
  .services-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-group.full { grid-column: span 1; }
  .footer-top { grid-template-columns: 1fr; }
  .areas-list { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-trust-item { flex: 1 1 50%; }
}

@media (max-width:480px) {
  .container { padding: 0 1.35rem; }
  .section { padding: 4.5rem 0; }
  .gallery-grid { display: flex; flex-direction: column; }
  .gallery-item { height: 220px; }
  .hero-trust-item { flex: 1 1 100%; }
  .contact-form { padding: 1.75rem; }
  .process-inner { grid-template-columns: 1fr; }
  .process-step { border-right: none !important; border-top: 1px solid rgba(255,255,255,.06); }
  .process-step:first-child { border-top: none; }
}
