:root {
  --bg: #f4f4ef;
  --surface: #ffffff;
  --surface-muted: #edf2ed;
  --surface-glass: rgba(255, 255, 255, 0.12);
  --text: #081722;
  --text-muted: #5f7180;
  --accent: #1bea59;
  --accent-strong: #08ba40;
  --accent-soft: rgba(27, 234, 89, 0.14);
  --deep: #0e2834;
  --deep-alt: #143545;
  --border: rgba(8, 23, 34, 0.1);
  --white-soft: rgba(255, 255, 255, 0.84);
  --shadow-lg: 0 28px 70px rgba(10, 30, 40, 0.18);
  --shadow-md: 0 20px 50px rgba(10, 30, 40, 0.12);
  --radius-lg: 28px;
  --radius-md: 22px;
  --radius-sm: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(27, 234, 89, 0.06), transparent 24rem),
    linear-gradient(180deg, #f8faf7 0%, var(--bg) 100%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
iframe {
  max-width: 100%;
  border: 0;
}

.section-pad {
  padding: 6.5rem 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #0d8f36;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label--light,
.section-label--glass {
  color: #f8fff9;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-title {
  margin: 1rem 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
}

.section-text {
  max-width: 42rem;
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 1.03rem;
  line-height: 1.85;
}

.site-nav {
  padding: 1rem 0;
  transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.site-nav.is-scrolled {
  padding: 0.72rem 0;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(8, 23, 34, 0.08);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #0d1217;
}

.brand-mark strong {
  display: block;
}

.brand-mark__icon {
  display: grid;
  place-items: center;
  width: 8rem;
  height: 3.5rem;
  border-radius: 0.75rem;
}

.navbar-nav .nav-link {
  color: rgba(5, 14, 20, 0.82);
  font-weight: 700;
  font-size: 0.92rem;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus-visible {
  color: #0a9c38;
}

.navbar-toggler {
  color: #fff;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.site-nav.is-scrolled .navbar-toggler-icon {
  filter: none;
}

.nav-cta {
  margin-top: 0.5rem;
}

.btn {
  --bs-btn-border-radius: 1rem;
  font-weight: 800;
  padding: 0.95rem 1.4rem;
}

.btn-accent {
  color: #04190c;
  background: linear-gradient(135deg, var(--accent) 0%, #16d152 100%);
  border: 1px solid rgba(0, 0, 0, 0.04);
  box-shadow: 0 14px 30px rgba(27, 234, 89, 0.22);
}

.btn-accent:hover,
.btn-accent:focus-visible {
  color: #04190c;
  background: linear-gradient(135deg, #28ff6d 0%, var(--accent-strong) 100%);
}

.btn-outline-hero {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
}

.btn-outline-hero:hover,
.btn-outline-hero:focus-visible {
  color: #081722;
  background: #ffffff;
  border-color: #ffffff;
}

.btn-download,
.btn-footer-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.btn-download {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
}

.btn-download:hover,
.btn-download:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.btn-footer-download {
  color: #0b1c25;
  background: rgba(27, 234, 89, 0.14);
  border: 1px solid rgba(8, 186, 64, 0.18);
}

.btn-footer-download:hover,
.btn-footer-download:focus-visible {
  color: #04190c;
  background: rgba(27, 234, 89, 0.22);
  border-color: rgba(8, 186, 64, 0.28);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 9rem 0 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: #ffffff;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 21, 0.76) 0%, rgba(7, 17, 21, 0.55) 44%, rgba(7, 17, 21, 0.28) 100%),
    url("assets/hero-residential.svg") center/cover no-repeat;
  transform: scale(1.02);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 13, 17, 0.15) 0%, rgba(5, 13, 17, 0.3) 100%),
    linear-gradient(120deg, rgba(27, 234, 89, 0.08) 0%, transparent 45%);
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.35;
}

.hero-glow--one {
  width: 18rem;
  height: 18rem;
  top: 7rem;
  right: -4rem;
  background: rgba(27, 234, 89, 0.38);
}

.hero-glow--two {
  width: 16rem;
  height: 16rem;
  bottom: -3rem;
  left: -5rem;
  background: rgba(24, 133, 255, 0.12);
}

.hero-copy,
.hero-panel {
  position: relative;
  z-index: 1;
}

.hero-title {
  max-width: 10ch;
  margin: 1.2rem 0 1.25rem;
  font-size: clamp(3.2rem, 6vw, 5.4rem);
  line-height: 0.95;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.hero-text {
  max-width: 40rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions .btn {
  min-width: 11rem;
}

.hero-panel,
.profile-card,
.contact-panel {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(15, 40, 52, 0.88) 0%, rgba(10, 25, 33, 0.82) 100%);
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(16px);
}

.hero-panel__top,
.profile-card__header {
  margin-bottom: 1.2rem;
}

.hero-panel__top h2,
.profile-card__header h2,
.contact-panel h2 {
  margin: 1rem 0 0;
  font-size: 1.65rem;
  line-height: 1.2;
  color: #ffffff;
}

.metric-card {
  height: 100%;
  padding: 1.15rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card strong {
  display: block;
  font-size: 2rem;
  font-weight: 800;
  color: #ddffe8;
}

.metric-card span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.5;
}

.metric-card--wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.metric-card--wide h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: #ffffff;
}

.metric-card__eyebrow {
  margin-bottom: 0.45rem;
  color: #8ce9aa;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.7rem;
  font-weight: 800;
}

.metric-card--wide i {
  font-size: 1.8rem;
  color: #7effa6;
}

.story-section {
  position: relative;
}

.feature-grid {
  margin-top: 2.25rem;
}

.info-card,
.service-card {
  height: 100%;
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}

.info-card--wide {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 242, 237, 0.9)),
    var(--surface);
}

.info-card__icon,
.service-card__icon,
.contact-item__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(27, 234, 89, 0.2), rgba(27, 234, 89, 0.08));
  color: #08a739;
  font-size: 1.2rem;
}

.info-card h3,
.service-card h3,
.contact-item h3 {
  margin: 1.1rem 0 0.6rem;
  font-size: 1.2rem;
}

.info-card p,
.service-card p,
.contact-item p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.profile-card {
  color: #ffffff;
}

.profile-card__header p,
.contact-panel p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
}

.profile-points {
  display: grid;
  gap: 0.9rem;
}

.profile-point {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1rem 1rem 1.05rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-point i {
  color: #8ce9aa;
  font-size: 1.05rem;
  margin-top: 0.2rem;
}

.profile-point span {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.profile-actions,
.contact-panel__actions {
  margin-top: 1.5rem;
}

.services-section {
  background:
    radial-gradient(circle at top right, rgba(27, 234, 89, 0.08), transparent 26rem),
    rgba(236, 240, 235, 0.76);
}

.section-heading {
  margin-bottom: 3rem;
}

.service-card {
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -55% auto;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(27, 234, 89, 0.13) 0%, transparent 72%);
}

.contact-section {
  background:
    linear-gradient(180deg, rgba(11, 39, 52, 0.98), rgba(12, 34, 45, 0.96)),
    var(--deep);
}

.contact-list {
  margin-top: 2rem;
}

.contact-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-item:last-child {
  border-bottom: 0;
}

.contact-item h3 {
  color: #ffffff;
}

.contact-item p,
.contact-item a {
  color: rgba(255, 255, 255, 0.72);
}

.contact-panel {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-stack {
  display: grid;
  gap: 1.5rem;
}

.contact-panel__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.contact-panel__chips span {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.map-shell {
  width: 100%;
  overflow: hidden;
  min-height: 20rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
  background: rgba(255, 255, 255, 0.06);
}

.map-shell iframe {
  display: block;
  width: 100%;
  height: 20rem;
}

.site-footer {
  padding: 1.6rem 0;
  background: #f5f5f0;
  color: #3c4a56;
}

.footer-copy {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
}

.footer-copy i {
  color: #08ba40;
}

.footer-links a {
  color: #5e6e79;
  font-weight: 600;
}

.footer-links a:hover {
  color: #0a9c38;
}

.reveal {
  opacity: 0;
  transform: translateY(2rem) scale(0.985);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s ease;
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (min-width: 992px) {
  .nav-cta {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 40px rgba(8, 23, 34, 0.08);
  }

  .hero-section {
    min-height: auto;
    padding-top: 8rem;
  }

  .hero-title {
    max-width: 12ch;
  }

  .hero-panel {
    max-width: 32rem;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 5rem 0;
  }

  .hero-title {
    font-size: clamp(2.5rem, 11vw, 4rem);
  }

  .hero-actions .btn,
  .profile-actions .btn,
  .contact-panel__actions .btn {
    width: 100%;
  }

  .profile-card,
  .hero-panel,
  .contact-panel {
    padding: 1.5rem;
  }

  .site-footer {
    text-align: center;
  }

  .map-shell {
    min-height: 24rem;
  }

  .map-shell iframe {
    height: 24rem;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .brand-mark {
    font-size: 0.9rem;
  }

  .brand-mark__icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .section-title {
    font-size: clamp(1.8rem, 9vw, 2.4rem);
  }

  .contact-item {
    gap: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-nav,
  .reveal,
  .hero-media {
    transition: none !important;
  }
}
