:root {
  --ink: #17212b;
  --muted: #5c6975;
  --line: #d9e1e8;
  --paper: #f7f9fb;
  --white: #ffffff;
  --navy: #12324a;
  --blue: #1d5f8f;
  --steel: #607d8f;
  --gold: #c7922b;
  --green: #3e7350;
  --shadow: 0 18px 45px rgba(18, 50, 74, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--white);
  line-height: 1.55;
}

body.coming-soon-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--navy);
  padding-bottom: 62px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.topbar {
  background: var(--navy);
  color: var(--white);
  font-size: 0.92rem;
}

.topbar-inner,
.nav-inner,
.section-inner {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 0;
}

.topbar a {
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: 230px;
}

.brand img {
  width: 70px;
  height: auto;
}

.brand-name {
  display: block;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  color: var(--navy);
}

.brand-location {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 750;
}

.nav-links a {
  text-decoration: none;
}

.button,
.button-secondary,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
}

.button {
  background: var(--gold);
  color: #111;
}

.button-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(18, 50, 74, 0.22);
}

.button-light {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.48);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(18, 50, 74, 0.94) 0%, rgba(18, 50, 74, 0.82) 44%, rgba(18, 50, 74, 0.24) 100%);
}

.hero-slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 900ms ease;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide-a {
  background-image: url("../images/hero-roof-aerial.jpg");
}

.hero-slide-b {
  background-image: url("../images/hero-metal-roof.jpg");
}

.hero-slide-c {
  background-image: url("../images/roof-worker.jpg");
  background-position: center 32%;
}

.soon-shell {
  min-height: 100vh;
}

.soon-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding: 42px;
  overflow: hidden;
  color: var(--white);
}

.soon-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(12, 34, 51, 0.96) 0%, rgba(12, 34, 51, 0.82) 44%, rgba(12, 34, 51, 0.42) 100%),
    radial-gradient(circle at 72% 20%, rgba(199, 146, 43, 0.2), transparent 34%);
}

.soon-card {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(12, 34, 51, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.soon-brand {
  margin-bottom: 26px;
  color: var(--white);
}

.soon-brand .brand-name {
  color: var(--white);
}

.soon-brand .brand-location {
  color: rgba(255, 255, 255, 0.68);
}

.soon-card h1 {
  margin-bottom: 20px;
  max-width: 660px;
}

.soon-copy {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.12rem;
}

.soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.soon-progress {
  width: min(460px, 100%);
  height: 9px;
  margin: 38px 0 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.soon-progress span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #f0c96d);
}

.soon-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.soon-proof div {
  min-height: 112px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.soon-proof strong {
  display: block;
  margin-bottom: 5px;
  color: var(--white);
  font-size: 1.12rem;
}

.soon-proof span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
}

.soon-contact {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  min-height: 62px;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
  background: rgba(12, 34, 51, 0.94);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
}

.soon-contact a {
  color: var(--white);
  text-decoration: none;
}

.contact-soon {
  align-items: start;
}

.contact-soon-card {
  width: min(880px, 100%);
}

.contact-soon-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(290px, 0.62fr);
  gap: clamp(22px, 3.5vw, 36px);
  align-items: start;
}

.contact-soon-grid h1 {
  font-size: clamp(2.2rem, 5vw, 4.4rem);
}

.contact-details {
  display: grid;
  gap: 1px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.contact-details div {
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.08);
}

.contact-details strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
}

.contact-details a,
.contact-details span {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.soon-form {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.soon-form label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 850;
}

.soon-form input,
.soon-form select,
.soon-form textarea {
  width: 100%;
  min-height: 40px;
  margin-top: 7px;
  padding: 9px 11px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  font: inherit;
}

.soon-form textarea {
  min-height: 96px;
  resize: vertical;
}

.soon-form .button {
  width: 100%;
  cursor: pointer;
}

.hero .section-inner {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  align-items: center;
  padding: 72px 0 86px;
}

.hero-content {
  max-width: 690px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #f0c96d;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.45rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.9rem, 3.4vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.proof-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--line);
}

.proof-item {
  min-height: 122px;
  padding: 24px;
  background: var(--white);
}

.proof-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 1.05rem;
}

.proof-item span {
  color: var(--muted);
  font-size: 0.95rem;
}

section {
  padding: 82px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p,
.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 310px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(18, 50, 74, 0.06);
}

.service-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 20px;
}

.service-card p,
.feature p,
.area-list p,
.contact-card p {
  color: var(--muted);
}

.service-card a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}

.image-panel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--ink);
  font-weight: 720;
}

.check-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--green);
}

.band {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.feature {
  padding-top: 20px;
  border-top: 4px solid var(--gold);
}

.areas {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.area-list a {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.cta {
  background: var(--navy);
  color: var(--white);
}

.cta .section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cta p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 74px 0;
}

.page-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.contact-card,
.quote-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 12px 32px rgba(18, 50, 74, 0.08);
}

.contact-row {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

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

.contact-row strong {
  display: block;
  color: var(--navy);
}

.quote-form label {
  display: block;
  margin-bottom: 16px;
  color: var(--navy);
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 46px;
  margin-top: 7px;
  padding: 11px 12px;
  border: 1px solid #cbd6df;
  border-radius: 6px;
  font: inherit;
}

.quote-form textarea {
  min-height: 130px;
  resize: vertical;
}

.site-footer {
  background: #0c2233;
  color: rgba(255, 255, 255, 0.76);
  padding: 46px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 34px;
}

.site-footer a {
  color: var(--white);
  text-decoration: none;
}

.footer-title {
  color: var(--white);
  font-weight: 900;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.9rem;
}

@media (max-width: 900px) {
  .topbar-inner,
  .nav-inner,
  .cta .section-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero .section-inner {
    min-height: 560px;
  }

  .proof-grid,
  .services-grid,
  .features-grid,
  .split,
  .areas,
  .area-list,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-panel img {
    min-height: 280px;
  }

  .soon-hero {
    padding: 24px;
  }

  .soon-proof {
    grid-template-columns: 1fr;
  }

  .contact-soon-grid {
    grid-template-columns: 1fr;
  }

  .soon-contact {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .topbar-inner,
  .nav-inner,
  .section-inner {
    width: min(100% - 28px, 1160px);
  }

  .nav-inner {
    min-height: auto;
    padding: 16px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 56px;
  }

  .nav-links .button {
    width: 100%;
  }

  section {
    padding: 58px 0;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(18, 50, 74, 0.95) 0%, rgba(18, 50, 74, 0.78) 100%);
  }

  .soon-hero {
    align-items: start;
    padding: 14px;
  }

  .soon-overlay {
    background: linear-gradient(180deg, rgba(12, 34, 51, 0.96) 0%, rgba(12, 34, 51, 0.84) 100%);
  }

  .soon-brand {
    margin-bottom: 30px;
  }

  .soon-actions .button,
  .soon-actions .button-light {
    width: 100%;
  }

  .soon-form {
    padding: 18px;
  }

  .hero-actions .button,
  .hero-actions .button-light,
  .cta-actions .button,
  .cta-actions .button-light {
    width: 100%;
  }
}
