body.theme-dupage {
  font-family: "Source Sans 3", sans-serif;
  color: #122134;
  background: #eef1f5;
  overflow-x: hidden;
}

.sticky-cta {
  position: fixed;
  right: 1.4rem;
  bottom: 1.4rem;
  z-index: 1050;
}

.sticky-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 56px;
  padding: 0.95rem 1.25rem;
  background: #122134;
  color: #f4f7fb;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 20px 40px rgba(18, 33, 52, 0.22);
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.sticky-cta a:hover,
.sticky-cta a:focus {
  background: #ba5c2e;
  color: #ffffff;
  transform: translateY(-2px);
}

h1,
h2,
h3,
.navbar-brand strong {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.page-pad {
  width: min(1380px, calc(100% - 2.5rem));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.site-nav {
  background: rgba(236, 240, 245, 0.84);
  backdrop-filter: blur(12px);
  transition: background 0.28s ease, padding 0.28s ease, box-shadow 0.28s ease;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.site-nav.is-compact {
  background: rgba(236, 240, 245, 0.96);
  padding-top: 0.28rem;
  padding-bottom: 0.28rem;
  box-shadow: 0 18px 35px rgba(18, 33, 52, 0.1);
}

.navbar-brand img {
  width: 54px;
  height: 54px;
  transition: transform 0.28s ease;
}

.site-nav.is-compact .navbar-brand img {
  transform: scale(0.9);
}

.navbar-brand span {
  display: grid;
}

.navbar-brand small {
  color: rgba(18, 33, 52, 0.6);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.nav-link,
.navbar-brand strong {
  color: #122134;
}

.nav-link:hover,
.nav-link:focus {
  color: #ba5c2e !important;
}

.btn,
.btn-primary-action,
.btn-secondary-action {
  border-radius: 0;
  padding: 1rem 1.35rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease, box-shadow 0.24s ease;
}

.btn-primary-action {
  background: #122134;
  color: #f4f7fb;
  border: 0;
}

.btn-secondary-action {
  background: rgba(255, 255, 255, 0.78);
  color: #122134;
  border: 0;
}

.btn-primary-action:hover,
.btn-primary-action:focus {
  background: #ba5c2e;
  color: #fff;
  transform: translateY(-2px);
}

.btn-secondary-action:hover,
.btn-secondary-action:focus {
  background: #ffffff;
  color: #122134;
  transform: translateY(-2px);
}

.hero-banner {
  position: relative;
  min-height: 100vh;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(10, 18, 29, 0.9) 0%, rgba(10, 18, 29, 0.5) 52%, rgba(10, 18, 29, 0.8) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  min-height: 100vh;
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 350px;
  gap: 2rem;
  width: 100%;
}

.eyebrow {
  display: inline-block;
  color: rgba(244, 247, 251, 0.8);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.77rem;
  margin-bottom: 1rem;
}

.hero-copy h1 {
  color: #fff;
  font-size: clamp(2.9rem, 5.4vw, 5rem);
  line-height: 0.94;
  margin-bottom: 1rem;
}

.hero-copy p,
.section-head p,
.plan-card p,
.service-list p,
.reason-stack p,
.quote-copy p,
.site-footer p {
  line-height: 1.7;
}

.hero-copy p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 760px;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.hero-panel,
.plan-card,
.services-copy,
.contact-copy,
.map-frame,
.quote-copy,
.quote-form,
.social-grid a,
.project-wall figure {
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 48px rgba(18, 33, 52, 0.08);
}

.hero-panel {
  align-self: end;
}

.hero-stat + .hero-stat {
  margin-top: 1px;
}

.hero-stat {
  padding: 1.25rem 1.35rem;
  background: rgba(255, 255, 255, 0.88);
}

.hero-stat strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  margin-bottom: 0.28rem;
}

.section-shell {
  position: relative;
  padding: 3.4rem 0;
  overflow: hidden;
}

.section-glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 90px;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,0.18));
  pointer-events: none;
}

.intro-shell {
  background: linear-gradient(180deg, #eef1f5 0%, #f7f9fc 100%);
}

.services-shell {
  background: linear-gradient(180deg, #e8eef6 0%, #f6f8fb 100%);
}

.projects-shell {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}

.contact-shell {
  background: linear-gradient(180deg, #e3ebf5 0%, #f4f7fb 100%);
}

.quote-shell {
  background: linear-gradient(180deg, #edf2f8 0%, #e2eaf4 100%);
}

.section-head {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  margin-bottom: 1.35rem;
  align-items: end;
}

.section-head .eyebrow,
.services-copy .eyebrow,
.contact-copy .eyebrow,
.quote-copy .eyebrow {
  color: #ba5c2e;
}

.section-head h2,
.services-copy h2,
.contact-copy h2,
.quote-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 0.96;
  margin: 0;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.plan-card {
  padding: 1.25rem;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.tilt-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 54px rgba(18, 33, 52, 0.12);
}

.plan-card h3 {
  font-size: 1.38rem;
  margin-bottom: 0.45rem;
}

.services-stage {
  position: relative;
}

.services-visual img {
  width: 100%;
  min-height: 440px;
  object-fit: cover;
  display: block;
  box-shadow: 0 28px 56px rgba(18, 33, 52, 0.12);
}

.services-copy {
  padding: 1.55rem;
}

.service-list {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.8rem;
}

.service-list article {
  padding-top: 0.8rem;
}

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

.project-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.project-wall figure {
  margin: 0;
  overflow: hidden;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.project-wall figure:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 58px rgba(18, 33, 52, 0.12);
}

.project-wall figure.wide {
  grid-column: span 2;
}

.project-wall img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.contact-frame {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1rem;
  align-items: stretch;
}

.contact-copy {
  padding: 1.55rem;
}

.reason-stack {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.reason-stack article {
  padding-top: 0.75rem;
}

.reason-stack strong {
  display: block;
  font-size: 1.08rem;
  margin-bottom: 0.35rem;
}

.map-frame {
  display: grid;
  grid-template-rows: minmax(320px, 1fr) auto;
  gap: 0.85rem;
  height: 100%;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  display: block;
}

.map-note {
  padding: 1rem 1.05rem;
  background: rgba(247, 243, 236, 0.96);
}

.map-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.map-note p {
  margin: 0;
  color: var(--ink-soft);
}

.quote-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: start;
}

.quote-copy,
.quote-form {
  padding: 1.4rem;
}

.contact-meta {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0;
}

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

.contact-meta a,
.contact-meta span {
  color: rgba(18, 33, 52, 0.78);
  text-decoration: none;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.social-grid a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  color: #122134;
  transition: transform 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.social-grid a:hover,
.social-grid a:focus {
  background: #ffffff;
  color: #122134;
  transform: translateY(-3px);
}

.quote-form .form-control {
  border-radius: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  color: #122134;
  padding: 0.9rem 1rem;
}

.form-label {
  color: #122134;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

.quote-form .form-control:focus,
.social-grid a:focus,
.nav-link:focus,
.btn:focus {
  outline: 2px solid #122134;
  outline-offset: 2px;
  box-shadow: none;
}

.site-footer {
  padding: 2rem 0;
  background: #122134;
  color: #eef2f8;
}

.site-footer p {
  color: rgba(238, 242, 248, 0.8);
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.82s ease, transform 0.82s ease;
}

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

@media (max-width: 1199px) {
  .hero-grid,
  .section-head,
  .contact-frame,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .project-wall {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .page-pad {
    width: min(100% - 2rem, 1380px);
  }

  .plan-grid,
  .social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .hero-copy h1 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  .section-head h2,
  .services-copy h2,
  .contact-copy h2,
  .quote-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .project-wall {
    grid-template-columns: 1fr;
  }

  .project-wall figure.wide {
    grid-column: span 1;
  }

  .map-frame iframe {
    height: 280px;
  }

  .sticky-cta {
    right: 1rem;
    left: 1rem;
    bottom: 1rem;
  }

  .sticky-cta a {
    width: 100%;
    justify-content: center;
  }
}
