:root {
  --coal: #101214;
  --coal-soft: #171a1d;
  --slate: #30383e;
  --steel: #657078;
  --mist: #eef1ee;
  --paper: #f8f8f4;
  --white: #ffffff;
  --line: #d9ddd8;
  --gold: #c9923a;
  --gold-strong: #e0b261;
  --gold-soft: #f2e0bd;
  --green: #5f7467;
  --shadow: 0 24px 70px rgba(5, 7, 9, 0.22);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--coal);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

section {
  scroll-margin-top: 132px;
}

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  z-index: 30;
  transform: translateY(-160%);
  background: var(--gold);
  color: var(--coal);
  padding: 0.65rem 0.85rem;
  border-radius: 6px;
  font-weight: 850;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.top-strip {
  color: rgba(255, 255, 255, 0.8);
  background: #0b0d0e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.83rem;
  font-weight: 760;
}

.top-strip-inner {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 34px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.2rem;
}

.top-strip a {
  text-decoration: none;
}

.top-strip span {
  color: rgba(255, 255, 255, 0.72);
}

.top-strip a:hover,
.top-strip a:focus-visible {
  color: var(--gold-strong);
}

.nav {
  width: min(var(--max), calc(100% - 2rem));
  min-height: 98px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
}

.brand-logo {
  width: 230px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.72rem;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 820;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-call {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.7rem 0.88rem;
  border-radius: 6px;
  color: var(--coal);
  background: var(--gold);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 920;
  text-decoration: none;
  white-space: nowrap;
}

.nav-call svg,
.button svg,
.mobile-actions svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.nav-toggle span:not(.sr-only),
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 99px;
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle {
  flex-direction: column;
  gap: 4px;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:not(.sr-only) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: calc(100svh - 170px);
  overflow: hidden;
  color: var(--white);
  background: var(--coal);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 12, 14, 0.92) 0%, rgba(10, 12, 14, 0.76) 40%, rgba(10, 12, 14, 0.28) 74%),
    linear-gradient(180deg, rgba(10, 12, 14, 0.38) 0%, rgba(10, 12, 14, 0.74) 100%);
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 2rem));
  min-height: calc(100svh - 170px);
  margin: 0 auto;
  padding: 4.6rem 0 4rem;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.28fr);
  align-items: end;
  gap: 2rem;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--gold-strong);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 920;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1 {
  color: var(--white);
  font-size: 4.35rem;
  line-height: 0.95;
  max-width: 11.2ch;
}

h1 em {
  color: var(--gold-strong);
  font-style: normal;
}

h2 {
  color: var(--coal);
  font-size: 2.55rem;
  line-height: 1.04;
}

h3 {
  color: var(--coal);
  font-size: 1.15rem;
  line-height: 1.18;
}

.hero-lede {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  line-height: 1.45;
  font-weight: 720;
}

.hero-list {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.58rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 680;
}

.hero-list li {
  position: relative;
  padding-left: 1.55rem;
}

.hero-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.38rem;
  width: 0.72rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 146, 58, 0.18);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.78rem;
  margin-top: 1.55rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.86rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 920;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  color: var(--coal);
  background: var(--gold);
  border-color: rgba(255, 255, 255, 0.2);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-panel {
  min-height: 230px;
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(16, 18, 20, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.panel-icon,
.service-icon {
  width: 46px;
  aspect-ratio: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.panel-icon {
  color: var(--gold-strong);
  background: rgba(201, 146, 58, 0.15);
}

.panel-icon svg,
.service-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-panel strong {
  display: block;
  margin-top: 1rem;
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.12;
}

.hero-panel span:not(.panel-icon) {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.quick-info {
  width: min(var(--max), calc(100% - 2rem));
  margin: 1rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 12px 34px rgba(16, 18, 20, 0.08);
}

.quick-info div {
  min-height: 94px;
  padding: 1rem;
  display: grid;
  align-content: center;
  background: var(--white);
}

.quick-info span {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.quick-info strong {
  margin-top: 0.22rem;
  font-size: 1rem;
  line-height: 1.28;
}

.section {
  width: min(var(--max), calc(100% - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0 0;
}

.section-heading {
  max-width: 840px;
  margin-bottom: 1.5rem;
}

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

.service-card {
  min-height: 390px;
  display: grid;
  grid-template-rows: 168px 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(16, 18, 20, 0.08);
}

.service-card img {
  width: 100%;
  height: 168px;
  object-fit: cover;
}

.service-card > div {
  padding: 1.15rem;
}

.service-card.text-only {
  grid-template-rows: 1fr;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.94), rgba(238, 241, 238, 0.88)),
    var(--white);
}

.service-card.text-only > div {
  display: grid;
  align-content: start;
}

.service-icon {
  margin-bottom: 1rem;
  color: var(--gold);
  background: rgba(201, 146, 58, 0.12);
}

.service-card p {
  margin: 0.62rem 0 0;
  color: var(--steel);
}

.feature-band {
  width: min(var(--max), calc(100% - 2rem));
  margin: 5.5rem auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.72fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 8px;
  color: var(--white);
  background: var(--coal);
}

.feature-media {
  min-height: 410px;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  padding: 2.2rem;
  display: grid;
  align-content: center;
}

.feature-copy h2 {
  color: var(--white);
}

.feature-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.feature-stats {
  margin: 1.35rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.feature-stats div {
  min-height: 106px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.feature-stats dt {
  color: var(--gold-strong);
  font-size: 2rem;
  line-height: 1;
  font-weight: 950;
}

.feature-stats dd {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.roof-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 2rem;
  align-items: center;
}

.detail-copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  max-width: 620px;
  color: var(--steel);
}

.check-list {
  list-style: none;
  margin: 1.3rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.68rem;
}

.check-list li {
  min-height: 48px;
  display: flex;
  align-items: center;
  padding: 0.72rem 0.82rem 0.72rem 2.25rem;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--slate);
  font-size: 0.94rem;
  font-weight: 760;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0.86rem;
  width: 0.68rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--gold);
}

.detail-media {
  position: relative;
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--coal);
}

.detail-media img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(12, 15, 17, 0.82) 100%);
}

.detail-media figcaption {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  padding: 1rem;
  border-radius: 8px;
  color: var(--white);
  background: rgba(16, 18, 20, 0.76);
  backdrop-filter: blur(12px);
}

.detail-media strong,
.detail-media span {
  display: block;
}

.detail-media span {
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.72);
}

.area-groups {
  display: grid;
  gap: 1rem;
}

.area-groups article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.area-groups h3 {
  margin-bottom: 0.8rem;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.area-grid span {
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0.72rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--slate);
  font-size: 0.94rem;
  font-weight: 820;
}

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

.review-card {
  margin: 0;
  min-height: 220px;
  padding: 1.25rem;
  display: grid;
  align-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 32px rgba(16, 18, 20, 0.07);
}

.review-card blockquote {
  margin: 0;
  color: var(--slate);
  font-size: 1.05rem;
  font-weight: 740;
}

.review-card figcaption {
  margin-top: 1.15rem;
  color: var(--gold);
  font-weight: 920;
}

.review-meta {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.review-meta span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  color: var(--coal);
  background: var(--gold-soft);
  font-size: 0.92rem;
  font-weight: 850;
}

.contact-band {
  width: min(var(--max), calc(100% - 2rem));
  margin: 5.5rem auto 0;
  padding: 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.58fr);
  gap: 2rem;
  align-items: center;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 18, 20, 0.96), rgba(48, 56, 62, 0.94)),
    var(--coal);
}

.contact-band h2 {
  color: var(--white);
}

.contact-band p:not(.eyebrow) {
  max-width: 620px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-grid a {
  min-height: 92px;
  min-width: 0;
  display: grid;
  align-content: center;
  padding: 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.contact-grid a:hover,
.contact-grid a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.contact-grid span {
  color: var(--gold-strong);
  font-size: 0.76rem;
  font-weight: 920;
  text-transform: uppercase;
}

.contact-grid strong {
  margin-top: 0.18rem;
  min-width: 0;
  color: var(--white);
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  line-height: 1.3;
  overflow-wrap: break-word;
  hyphens: none;
}

.site-footer {
  margin-top: 5.5rem;
  padding: 2.4rem max(1rem, calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.72);
  background: var(--coal);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: end;
}

.site-footer img {
  width: 220px;
  height: auto;
}

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

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.8rem;
}

.footer-links a {
  color: var(--gold-strong);
  font-weight: 820;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--white);
}

.mobile-actions {
  position: fixed;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 0.7rem;
  z-index: 25;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.mobile-actions a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--coal);
  background: var(--gold);
  font-weight: 920;
  text-decoration: none;
}

.mobile-actions a + a {
  border-left: 1px solid rgba(16, 18, 20, 0.24);
}

@media (max-width: 980px) {
  .top-strip-inner {
    justify-content: center;
  }

  .nav {
    min-height: 86px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.55rem);
    display: grid;
    gap: 0.25rem;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: var(--coal);
    box-shadow: var(--shadow);
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-links.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    min-height: 46px;
    padding: 0.75rem;
  }

  .nav-call {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 3.5rem 0 3rem;
  }

  h1 {
    font-size: 3.2rem;
    max-width: 11ch;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-panel {
    max-width: 460px;
  }

  .quick-info,
  .feature-band,
  .roof-detail,
  .contact-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .area-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-media {
    min-height: 320px;
  }
}

@media (max-width: 700px) {
  body {
    padding-bottom: 72px;
  }

  .top-strip {
    display: none;
  }

  .nav,
  .hero-inner,
  .quick-info,
  .section,
  .feature-band,
  .contact-band {
    width: min(var(--max), calc(100% - 1rem));
  }

  .brand-logo {
    width: 170px;
  }

  h1 {
    font-size: 2.65rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero-inner {
    padding: 2.6rem 0 2.4rem;
  }

  .hero-lede {
    font-size: 1.05rem;
  }

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

  .quick-info,
  .service-grid,
  .check-list,
  .area-grid,
  .review-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .feature-copy,
  .contact-band {
    padding: 1.25rem;
  }

  .feature-stats {
    grid-template-columns: 1fr;
  }

  .detail-media,
  .detail-media img {
    min-height: 360px;
  }

  .site-footer {
    padding: 2rem 1rem;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .mobile-actions {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

.footer-support {
  grid-column: 1 / -1;
  margin: 1.6rem 0 0;
  padding-top: 1.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-support strong.h4h {
  font-weight: 820;
  white-space: nowrap;
}

.footer-support .h4h-blue {
  color: #4c7be8;
}

.footer-support .h4h-red {
  color: #e8434f;
}

.footer-support .h4h-sky {
  color: #a8d8ee;
}

.footer-legal {
  grid-column: 1 / -1;
  margin: 0.9rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.55);
}
