:root {
  --sp-charcoal: #12181d;
  --sp-charcoal-soft: #202a31;
  --sp-blue: #174d6d;
  --sp-blue-deep: #0c344e;
  --sp-blue-night: #092b40;
  --sp-blue-footer: #061e2d;
  --sp-gold: #dcae5b;
  --sp-cream: #f4f0e8;
  --sp-warm-white: #fbfaf7;
  --sp-ink: #19242b;
  --sp-muted: #68747a;
  --sp-border: rgba(25, 36, 43, 0.12);
  --sp-radius: 1.25rem;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--sp-warm-white);
  color: var(--sp-ink);
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

h1,
h2,
h3,
.navbar-brand {
  font-family: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  letter-spacing: -0.035em;
}

a {
  text-underline-offset: 0.2em;
}

.py-lg-6 {
  padding-bottom: 7rem;
  padding-top: 7rem;
}

.eyebrow {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.text-brand {
  color: var(--sp-blue) !important;
}

.site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.navbar {
  background: linear-gradient(180deg, rgba(8, 13, 17, 0.82), rgba(8, 13, 17, 0));
  min-height: 6.25rem;
  padding: 1.1rem 0;
}

.container-nav {
  max-width: 1500px;
  padding-left: clamp(1rem, 3vw, 3rem);
  padding-right: clamp(1rem, 3vw, 3rem);
}

.navbar-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  margin-right: 1.5rem;
}

.brand-mark {
  display: block;
  height: 3.25rem;
  object-fit: contain;
  width: 3.25rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.02;
}

.brand-copy strong {
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
}

.brand-copy small {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  margin-top: 0.32rem;
  text-transform: uppercase;
}

.navbar-nav {
  gap: 0.2rem;
}

.navbar .nav-link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  padding: 0.7rem 0.62rem !important;
  white-space: nowrap;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: #fff;
}

.dropdown-menu {
  background: rgba(18, 24, 29, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.75rem;
  padding: 0.6rem;
}

.dropdown-item {
  border-radius: 0.45rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  padding: 0.55rem 0.75rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.btn {
  border-radius: 999px;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 0.86rem 1.35rem;
  text-transform: uppercase;
}

.btn-lg {
  font-size: 0.76rem;
  padding: 1rem 1.55rem;
}

.btn-brand {
  background: var(--sp-gold);
  border-color: var(--sp-gold);
  color: #172027;
}

.btn-brand:hover,
.btn-brand:focus {
  background: #ecc476;
  border-color: #ecc476;
  color: #11181d;
}

.carousel-inner {
  background: #0f171c;
}

.hero-slide {
  height: min(920px, 100svh);
  min-height: 680px;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.carousel-fade .carousel-item {
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s;
}

.hero-image-reveal {
  opacity: 0;
}

.hero-reveal-slide.active .hero-image-reveal {
  animation: hero-color-reveal 6s linear both;
}

.hero-reveal-slide.carousel-item-start .hero-image-reveal,
.hero-reveal-slide.carousel-item-end .hero-image-reveal {
  animation: none;
  opacity: 1;
}

@keyframes hero-color-reveal {
  0%,
  33.333% {
    opacity: 0;
  }

  66.667%,
  100% {
    opacity: 1;
  }
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 13, 17, 0.82) 0%, rgba(7, 13, 17, 0.6) 34%, rgba(7, 13, 17, 0.12) 70%),
    linear-gradient(180deg, rgba(7, 13, 17, 0.42) 0%, transparent 35%, rgba(7, 13, 17, 0.16) 100%);
  inset: 0;
  position: absolute;
}

.hero-content {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  padding-bottom: 5.5rem;
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: clamp(3.6rem, 6.25vw, 6.6rem);
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 1.6rem;
}

@media (min-width: 768px) {
  .hero-title {
    white-space: nowrap;
  }
}

.hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.6;
  margin-bottom: 2.1rem;
  max-width: 43rem;
}

.hero-content-card {
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-message-card {
  background: rgba(28, 108, 151, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--sp-radius);
  color: #fff;
  margin-bottom: 1rem;
  max-width: 27rem;
  padding: clamp(1.5rem, 3vw, 2.35rem);
}

.hero-message-card .card-rule {
  background: var(--sp-gold);
  display: block;
  height: 2px;
  margin-bottom: 1.5rem;
  width: 3.5rem;
}

.hero-message-card h2 {
  font-size: clamp(2.15rem, 3.4vw, 3.65rem);
  font-weight: 500;
  line-height: 0.98;
  margin-bottom: 1.4rem;
}

.hero-message-card > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 992px) {
  .hero-message-card {
    transform: translateX(-3rem);
  }
}

@media (min-width: 1200px) {
  .hero-message-card {
    transform: translateX(-7rem);
  }
}

.text-link {
  color: var(--sp-gold);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.55rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link i {
  transition: transform 180ms ease;
}

.text-link:hover i {
  transform: translateX(0.25rem);
}

.text-link.dark {
  color: var(--sp-blue-deep);
}

.carousel-indicators {
  bottom: 1.6rem;
  gap: 0.35rem;
  justify-content: flex-start;
  margin-left: max(1rem, calc((100% - 1320px) / 2));
  margin-right: 0;
}

.carousel-indicators [data-bs-target] {
  border: 0;
  border-radius: 999px;
  height: 0.2rem;
  margin: 0;
  opacity: 0.5;
  transition: width 240ms ease, opacity 240ms ease;
  width: 2.2rem;
}

.carousel-indicators .active {
  opacity: 1;
  width: 4.2rem;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0.72;
  width: 6%;
}

.solutions-section {
  background: var(--sp-cream);
}

.solutions-intro-row {
  margin-bottom: clamp(3.25rem, 6vw, 5rem);
}

.solutions-brand-logo {
  height: auto;
  max-width: 11rem;
}

.solutions-social {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  margin-top: 2rem;
}

.solutions-social a {
  align-items: center;
  border: 1px solid rgba(23, 77, 109, 0.28);
  border-radius: 50%;
  color: var(--sp-blue);
  display: inline-flex;
  font-size: 1.2rem;
  height: 3rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 3rem;
}

.solutions-social a:hover,
.solutions-social a:focus {
  background: var(--sp-blue);
  border-color: var(--sp-blue);
  color: var(--sp-gold);
  transform: translateY(-2px);
}

.solutions-contact {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.solutions-phone-label,
.solutions-financing-label {
  color: var(--sp-muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.solutions-phone {
  color: var(--sp-blue-deep);
  font-size: 1.35rem;
  font-weight: 750;
  margin-bottom: 1.35rem;
  text-decoration: none;
}

.solutions-phone:hover,
.solutions-phone:focus {
  color: var(--sp-blue);
}

.solutions-financing-label {
  display: block;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.solutions-financing-link {
  display: inline-block;
}

.solutions-financing-link img {
  height: auto;
  max-width: 11rem;
}

.solutions-options-panel {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(23, 77, 109, 0.06);
  border-radius: 1.5rem;
  padding: clamp(1rem, 2.5vw, 1.6rem);
}

@media (min-width: 992px) {
  .solutions-contact {
    align-items: flex-end;
    padding-top: 0.15rem;
  }
}

.display-5,
.display-4 {
  font-weight: 500;
  line-height: 1.08;
}

.section-intro {
  color: var(--sp-muted);
  font-size: 1.08rem;
  max-width: 46rem;
}

.solution-card {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 1.15rem;
  color: var(--sp-ink);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  height: 10.5rem;
  max-width: 10.5rem;
  min-height: 10.5rem;
  padding: 0.8rem 0.65rem;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.solution-card:hover,
.solution-card:focus {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(23, 77, 109, 0.18);
  color: var(--sp-ink);
  transform: translateY(-0.25rem);
}

.solution-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(23, 77, 109, 0.08);
  border-radius: 50%;
  color: var(--sp-blue);
  display: inline-flex;
  font-size: 1.35rem;
  height: 3.5rem;
  justify-content: center;
  margin-bottom: 1rem;
  width: 3.5rem;
}

.solution-icon-carport {
  position: relative;
}

.solution-icon-carport::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 0.15rem 0.15rem 0 0;
  content: "";
  height: 1.65rem;
  left: 50%;
  position: absolute;
  top: 0.65rem;
  transform: translateX(-50%);
  width: 2.15rem;
}

.solution-icon-carport i {
  font-size: 1rem;
  position: relative;
  transform: translateY(0.45rem);
}

.solution-card h3 {
  font-size: 0.98rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin-bottom: 0.65rem;
}

.solution-link {
  color: var(--sp-blue);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-top: 0.15rem;
  text-transform: uppercase;
}

.featured-options-note {
  align-items: center;
  background: rgba(28, 108, 151, 0.055);
  border: 1px solid rgba(28, 108, 151, 0.12);
  border-radius: 1rem;
  color: var(--sp-ink);
  display: flex;
  gap: 0.8rem 1.25rem;
  justify-content: center;
  margin-top: 2.25rem;
  max-width: 43rem;
  padding: 0.9rem 1.25rem;
  text-align: center;
}

.featured-options-label {
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-options-links {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
}

.featured-options-links a {
  color: var(--sp-blue);
  font-weight: 700;
  text-decoration: none;
}

.featured-options-links a:hover,
.featured-options-links a:focus {
  color: var(--sp-blue-deep);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.story-section {
  overflow: hidden;
}

.story-row {
  margin-bottom: 5rem;
}

.story-row:last-child {
  margin-bottom: 0;
}

.story-image-wrap {
  position: relative;
}

.story-image {
  border-radius: var(--sp-radius);
  display: block;
  height: clamp(20rem, 27vw, 26rem);
  object-fit: cover;
  width: 100%;
}

.story-number {
  align-items: center;
  background: var(--sp-gold);
  border: 0.45rem solid var(--sp-warm-white);
  border-radius: 50%;
  bottom: -1.8rem;
  color: #172027;
  display: flex;
  font-size: 0.72rem;
  font-weight: 800;
  height: 4.3rem;
  justify-content: center;
  letter-spacing: 0.12em;
  position: absolute;
  right: -1.5rem;
  width: 4.3rem;
}

.flex-lg-row-reverse .story-number {
  left: -1.5rem;
  right: auto;
}

.story-copy {
  padding: 1rem clamp(0rem, 2vw, 2rem);
}

.story-copy h3 {
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 1.35rem;
}

.story-copy > p:not(.eyebrow) {
  color: var(--sp-muted);
  font-size: 1.02rem;
  margin-bottom: 1.5rem;
}

.service-area-band {
  background: var(--sp-blue-deep);
  color: #fff;
  padding: 2.5rem 0;
}

.service-area-band .eyebrow {
  color: var(--sp-gold);
}

.service-area-band h2 {
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 650;
  margin: 0 auto 0.8rem;
}

.service-area-list {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  font-weight: 550;
  line-height: 1.9;
}

.service-area-list span {
  color: var(--sp-gold);
  display: inline-block;
  margin: 0 0.35rem;
}

.expanded-living-section {
  background: var(--sp-cream);
}

.service-feature {
  color: var(--sp-ink);
  display: block;
  height: 100%;
  text-decoration: none;
}

.service-feature-image-wrap {
  aspect-ratio: 5 / 6;
  border-radius: var(--sp-radius);
  margin-bottom: 1.65rem;
  overflow: hidden;
}

.service-feature-image {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
  width: 100%;
}

.service-feature:hover,
.service-feature:focus {
  color: var(--sp-ink);
}

.service-feature:hover .service-feature-image,
.service-feature:focus .service-feature-image {
  transform: scale(1.025);
}

.service-feature-copy {
  padding: 0 0.4rem 0.5rem;
}

.service-feature-copy h3 {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 550;
  line-height: 1.08;
  margin-bottom: 0.9rem;
}

.service-feature-copy > p:not(.eyebrow) {
  color: var(--sp-muted);
  margin-bottom: 0.8rem;
}

.service-best-for {
  border-left: 2px solid var(--sp-gold);
  color: var(--sp-charcoal-soft);
  display: block;
  font-size: 0.9rem;
  margin: 1.1rem 0 1.4rem;
  padding-left: 0.85rem;
}

.closing-cta {
  background: var(--sp-blue-night);
  color: #fff;
}

.closing-cta h2 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1.02;
  margin: 0;
}

.contact-form-section {
  background: var(--sp-cream);
}

.contact-details {
  display: grid;
  gap: 1rem;
}

.contact-details p {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  margin: 0;
}

.contact-details i {
  color: var(--sp-gold);
  font-size: 1.35rem;
  line-height: 1.3;
}

.contact-details span,
.contact-details strong {
  display: block;
}

.contact-details a {
  color: var(--sp-blue);
  text-decoration: none;
}

.contact-form {
  background: #fff;
  border-radius: var(--sp-radius);
  box-shadow: 0 1.25rem 3rem rgba(18, 24, 29, 0.08);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.contact-form .form-label {
  color: var(--sp-charcoal);
  font-weight: 700;
}

.contact-form .form-control {
  border-color: rgba(19, 46, 63, 0.2);
  border-radius: 0.8rem;
}

.contact-form .form-control:focus,
.contact-form .form-check-input:focus {
  border-color: var(--sp-gold);
  box-shadow: 0 0 0 0.25rem rgba(229, 173, 72, 0.2);
}

.contact-form .form-check-label,
.form-policy {
  color: var(--sp-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.form-policy a {
  color: var(--sp-blue);
  font-weight: 700;
}

/* Product pages */

.service-header .navbar {
  background: linear-gradient(180deg, rgba(8, 13, 17, 0.94), rgba(8, 13, 17, 0.22));
}

.service-hero {
  color: #fff;
  height: clamp(32rem, 62vh, 44rem);
  min-height: 32rem;
  overflow: hidden;
  position: relative;
}

.service-hero-split {
  background: var(--sp-blue-deep);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  min-height: clamp(38rem, 70vh, 48rem);
}

.service-hero-split-copy {
  align-items: flex-end;
  background: linear-gradient(145deg, var(--sp-charcoal) 0%, var(--sp-blue-deep) 100%);
  display: flex;
  min-width: 0;
}

.service-hero-split-content {
  max-width: 48rem;
  padding: 9rem clamp(2rem, 5vw, 6rem) clamp(3.5rem, 7vh, 5.5rem);
}

.service-hero-split-content h1 {
  font-size: clamp(3rem, 4.5vw, 5rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.4rem;
}

.split-hero-breadcrumb {
  margin-bottom: 2.5rem;
}

.split-hero-breadcrumb a,
.split-hero-breadcrumb .breadcrumb-item,
.split-hero-breadcrumb .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  text-decoration: none;
}

.service-hero-split-visual {
  min-height: 100%;
  overflow: hidden;
}

.service-hero-split-visual img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.service-hero-image,
.service-hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.service-hero-image {
  object-fit: cover;
  object-position: center;
}

.sunroom-hero-image {
  object-position: center 58%;
}

.screen-room-hero-image {
  object-position: center 52%;
}

.lexan-hero-image {
  object-position: center 45%;
}

.megaview-hero-image {
  object-position: center 48%;
}

.rolling-screen-hero-image {
  object-position: center 50%;
}

.service-hero-overlay {
  background:
    linear-gradient(90deg, rgba(7, 13, 17, 0.86) 0%, rgba(7, 13, 17, 0.48) 46%, rgba(7, 13, 17, 0.12) 78%),
    linear-gradient(180deg, rgba(7, 13, 17, 0.25), transparent 52%, rgba(7, 13, 17, 0.3));
}

.service-hero-content {
  align-items: flex-end;
  display: flex;
  height: 100%;
  padding-bottom: clamp(3.5rem, 7vh, 5.5rem);
  padding-top: 8rem;
  position: relative;
  z-index: 2;
}

.service-hero-content h1 {
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1.4rem;
}

.service-hero-lead {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.55;
  margin-bottom: 1.8rem;
  max-width: 43rem;
}

.service-credentials {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: -0.4rem 0 1.65rem;
  text-transform: uppercase;
}

.service-credentials span {
  color: var(--sp-gold);
  margin: 0 0.45rem;
}

.service-breadcrumb {
  left: 0.75rem;
  margin: 0;
  position: absolute;
  top: 8rem;
}

.service-breadcrumb a,
.service-breadcrumb .breadcrumb-item,
.service-breadcrumb .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  text-decoration: none;
}

.pool-gallery-section,
.pool-options-section,
.faq-section {
  background: var(--sp-cream);
}

.compact-gallery {
  margin: 0 auto;
  max-width: 62rem;
}

.compact-gallery .carousel-item {
  margin-bottom: 0;
}

.compact-gallery-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--sp-radius);
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.compact-gallery figcaption {
  align-items: baseline;
  display: flex;
  gap: 0.5rem 1.5rem;
  justify-content: space-between;
  padding: 1.2rem 0.25rem 1.1rem;
}

.compact-gallery figcaption strong {
  font-size: 1.05rem;
  font-weight: 650;
}

.compact-gallery figcaption span {
  color: var(--sp-muted);
  font-size: 0.9rem;
  text-align: right;
}

.compact-gallery .carousel-control-prev,
.compact-gallery .carousel-control-next {
  background: rgba(12, 52, 78, 0.78);
  border-radius: 50%;
  height: 3rem;
  opacity: 1;
  top: calc(50% - 4rem);
  width: 3rem;
}

.compact-gallery .carousel-control-prev {
  left: 1rem;
}

.compact-gallery .carousel-control-next {
  right: 1rem;
}

.compact-gallery-thumbnails {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(6, 1fr);
}

.compact-gallery-thumbnails button {
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.7rem;
  opacity: 0.58;
  overflow: hidden;
  padding: 0;
  transition: border-color 180ms ease, opacity 180ms ease;
}

.compact-gallery-thumbnails button:hover,
.compact-gallery-thumbnails button:focus,
.compact-gallery-thumbnails button.active {
  border-color: var(--sp-gold);
  opacity: 1;
}

.compact-gallery-thumbnails img {
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
}

.benefit-grid article {
  border-top: 1px solid var(--sp-border);
  height: 100%;
  padding: 1.4rem 0.5rem 0.5rem 0;
}

.benefit-grid i {
  color: var(--sp-blue);
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.benefit-grid h3 {
  font-size: 1.18rem;
  font-weight: 650;
  margin-bottom: 0.55rem;
}

.benefit-grid p {
  color: var(--sp-muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

.service-option-list {
  border-top: 1px solid var(--sp-border);
}

.service-option-list .list-group-item {
  align-items: center;
  background: transparent;
  border-color: var(--sp-border);
  color: var(--sp-ink);
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1.45rem 0;
}

.service-option-list strong,
.service-option-list small {
  display: block;
}

.service-option-list strong {
  font-size: 1.08rem;
  margin-bottom: 0.35rem;
}

.service-option-list small {
  color: var(--sp-muted);
  line-height: 1.55;
}

.service-option-list i {
  color: var(--sp-blue);
  flex: 0 0 auto;
}

.construction-image {
  aspect-ratio: 3 / 2;
  border-radius: var(--sp-radius);
  display: block;
  object-fit: cover;
  width: 100%;
}

.feature-checklist {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}

.feature-checklist li {
  align-items: flex-start;
  border-top: 1px solid var(--sp-border);
  display: flex;
  gap: 0.75rem;
  padding: 0.8rem 0;
}

.feature-checklist i {
  color: var(--sp-blue);
  font-size: 1.15rem;
}

.process-section {
  background: #fff;
}

.process-list li {
  border-top: 1px solid var(--sp-border);
  padding-top: 1.25rem;
}

.process-list span {
  color: var(--sp-gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.process-list h3 {
  font-size: 1.2rem;
  font-weight: 650;
  margin: 1rem 0 0.45rem;
}

.process-list p {
  color: var(--sp-muted);
  font-size: 0.92rem;
}

.faq-section .accordion-item,
.faq-section .accordion-button {
  background: transparent;
}

.faq-section .accordion-item {
  border-color: var(--sp-border);
}

.faq-section .accordion-button {
  box-shadow: none;
  color: var(--sp-ink);
  font-size: 1rem;
  font-weight: 650;
  padding: 1.35rem 0;
}

.faq-section .accordion-button:not(.collapsed) {
  color: var(--sp-blue);
}

.faq-section .accordion-body {
  color: var(--sp-muted);
  padding: 0 2.5rem 1.5rem 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.map {
        -webkit-filter: grayscale(75%);
        -moz-filter: grayscale(75%);
        -ms-filter: grayscale(75%);
        -o-filter: grayscale(75%);
         filter: grayscale(75%);
}

.site-footer {
  background: var(--sp-blue-footer);
  color: #fff;
  padding: clamp(4rem, 7vw, 6.5rem) 0 2rem;
}

.site-footer h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  font-weight: 500;
  line-height: 1.08;
  margin: 0 auto 1.15rem;
}

.site-footer-invitation {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.site-footer-invitation a {
  color: var(--sp-gold);
  text-decoration-color: rgba(226, 174, 76, 0.45);
  text-underline-offset: 0.25em;
}

.site-footer-invitation a:hover,
.site-footer-invitation a:focus {
  color: #fff;
}

.site-footer-credits {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  margin-top: clamp(3.25rem, 6vw, 5rem);
  padding-top: 1.5rem;
}

.site-footer-credits p {
  margin: 0.35rem 0;
}

.site-footer-credits img {
  height: auto;
  margin-left: 0.35rem;
  max-width: 7rem;
  vertical-align: middle;
}

.service-footer {
  background: var(--sp-blue-footer);
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(3.75rem, 6vw, 5.5rem) 0 1.75rem;
}

.service-reassurance-band {
  background: var(--sp-warm-white);
  padding: clamp(3.75rem, 7vw, 6rem) 0;
}

.service-reassurance-band h2 {
  color: var(--sp-blue-deep);
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  font-weight: 500;
  line-height: 1.18;
  margin: 0 auto;
  max-width: 60rem;
}

.service-footer-brand {
  align-items: center;
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
}

.service-footer-brand img {
  height: auto;
  width: 3.75rem;
}

.service-footer-brand p {
  color: #fff;
  line-height: 1.15;
  margin: 0;
  text-align: left;
}

.service-footer-brand strong,
.service-footer-brand span {
  display: block;
}

.service-footer-brand strong { font-size: 1.15rem; }
.service-footer-brand span {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

.service-footer-reassurance {
  margin: 0 auto;
  max-width: 22rem;
}

.service-footer-phone {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-decoration: none;
}

.service-footer-phone:hover,
.service-footer-phone:focus,
.service-footer-links a:hover,
.service-footer-links a:focus { color: var(--sp-gold); }

.service-footer address {
  font-style: normal;
  line-height: 1.65;
  margin: 0;
}

.service-footer address strong { color: #fff; }

.service-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  justify-content: center;
}

.service-footer-links a { color: #fff; }

.service-footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.service-footer-social a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 2.65rem;
  justify-content: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  width: 2.65rem;
}

.service-footer-social a:hover,
.service-footer-social a:focus {
  background: var(--sp-blue);
  border-color: var(--sp-blue);
  color: var(--sp-gold);
}

.service-footer-credits {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.76rem;
  margin-top: clamp(3rem, 5vw, 4.25rem);
  padding-top: 1.35rem;
}

.service-footer-credits p { margin: 0.3rem 0; }
.service-footer-credits img {
  height: auto;
  margin-left: 0.35rem;
  max-width: 7rem;
  vertical-align: middle;
}

@media (min-width: 992px) {
  .service-footer-reassurance { margin-left: 0; }
  .service-footer-links { justify-content: flex-start; }
}

@media (max-width: 991.98px) {
  .solutions-brand-logo {
    max-width: 9.5rem;
  }

  .solutions-contact {
    margin-top: 0.5rem;
  }

  .solutions-phone {
    margin-bottom: 1rem;
  }

  .solutions-financing-link img {
    max-width: 10rem;
  }

  .service-hero-split {
    grid-template-columns: 1fr;
  }

  .service-hero-split-copy {
    align-items: flex-start;
    min-height: 0;
    order: 2;
  }

  .service-hero-split-content {
    max-width: 52rem;
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
  }

  .service-hero-split-visual {
    min-height: 34rem;
    order: 1;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    background: rgba(10, 16, 20, 0.94);
    min-height: auto;
  }

  .navbar-collapse {
    padding: 1rem 0 0.75rem;
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .navbar .nav-link {
    font-size: 0.86rem;
    padding: 0.62rem 0 !important;
  }
}

@media (max-width: 767.98px) {
  .service-hero-split-copy {
    min-height: 0;
  }

  .service-hero-split-content {
    padding: 3.5rem 1.25rem;
  }

  .service-hero-split-content h1 {
    font-size: clamp(2.7rem, 13vw, 4.25rem);
  }

  .service-hero-split-visual {
    min-height: 27rem;
  }

  .py-lg-6 {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .hero-slide {
    height: 790px;
    min-height: 0;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(7, 13, 17, 0.8) 0%, rgba(7, 13, 17, 0.34) 100%),
      linear-gradient(180deg, rgba(7, 13, 17, 0.48), transparent 30%, rgba(7, 13, 17, 0.45));
  }

  .hero-content {
    align-items: flex-end;
    padding-bottom: 6.5rem;
  }

  .hero-title {
    font-size: clamp(3.45rem, 16vw, 5.5rem);
  }

  .hero-content-card {
    align-items: flex-end;
  }

  .hero-message-card {
    margin: 0 0 1rem;
    max-width: calc(100vw - 2rem);
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-indicators {
    margin-left: 1rem;
  }

  .solution-card {
    height: 9.75rem;
    min-height: 9.75rem;
  }

  .featured-options-note {
    align-items: center;
    flex-direction: column;
  }

  .story-row {
    margin-bottom: 5rem;
  }

  .story-image {
    height: 18rem;
  }

  .story-number,
  .flex-lg-row-reverse .story-number {
    bottom: -1.4rem;
    left: auto;
    right: 0.6rem;
  }

  .service-hero {
    height: 42rem;
  }

  .service-hero-image {
    object-position: 58% center;
  }

  .service-hero-overlay {
    background: linear-gradient(90deg, rgba(7, 13, 17, 0.82), rgba(7, 13, 17, 0.35));
  }

  .service-hero-content {
    padding-bottom: 3.5rem;
  }

  .service-breadcrumb {
    top: 7.2rem;
  }

  .compact-gallery figcaption {
    align-items: flex-start;
    flex-direction: column;
  }

  .compact-gallery figcaption span {
    text-align: left;
  }

  .compact-gallery-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .carousel-item {
    transition: none !important;
  }

  .solution-card,
  .text-link i,
  .solutions-social a {
    transition: none;
  }
}
