:root {
  --yellow: #f7c600;
  --yellow-deep: #d99b00;
  --black: #0b0b0b;
  --charcoal: #181818;
  --ink: #242424;
  --muted: #6b6b6b;
  --line: #e8e2d2;
  --paper: #fffaf0;
  --white: #ffffff;
  --red: #cf2e1f;
  --red-dark: #9f1f16;
  --green: #2f6b45;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: #fffdf8;
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 999;
  padding: .75rem 1rem;
  background: var(--yellow);
  color: var(--black);
}
.skip-link:focus { left: 1rem; top: 1rem; }
.container { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 88px 0; }
.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.lead { font-size: clamp(1.05rem, 2vw, 1.32rem); color: #f9efce; max-width: 780px; }
.small-note { font-size: .84rem; color: var(--muted); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 8, 8, .96);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(0,0,0,.18);
}
.promo-strip {
  display: flex;
  justify-content: center;
  gap: 18px;
  padding: 8px 18px;
  background: var(--yellow);
  color: var(--black);
  font-weight: 900;
  font-size: .84rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  flex-wrap: wrap;
}
.promo-strip a { text-decoration: none; border-bottom: 2px solid var(--black); }
.nav-wrap {
  width: min(var(--max), calc(100% - 28px));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand img { width: 118px; border-radius: 8px; box-shadow: 0 4px 18px rgba(0,0,0,.28); }
.brand strong { display: block; font-size: 1.05rem; letter-spacing: .01em; }
.brand small { display: block; color: #ffe16b; font-weight: 700; }
.nav-links { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; gap: 6px; }
.nav-links a { text-decoration: none; padding: 12px 14px; border-radius: 999px; color: #f6f0da; font-weight: 800; }
.nav-links a:hover, .nav-links a:focus { background: rgba(255,255,255,.11); color: var(--yellow); }
.nav-cta { background: var(--yellow); color: var(--black) !important; box-shadow: inset 0 -3px 0 rgba(0,0,0,.18); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.28); background: transparent; color: var(--white); border-radius: 999px; padding: 9px 14px; font-weight: 900; }

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--black); color: var(--white); padding-top: 110px; }
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.66) 42%, rgba(0,0,0,.25)),
    url('../img/gallery/stock/01-completed-shingle-roof-installation.webp') center / cover no-repeat;
  filter: saturate(.9);
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 26px;
  background: repeating-linear-gradient(90deg, var(--yellow) 0 38px, var(--black) 38px 45px);
  z-index: -1;
}
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 42px; }
.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.45rem, 7vw, 5.8rem);
  line-height: .92;
  letter-spacing: -.06em;
  max-width: 850px;
}
.builder-line { color: var(--yellow); font-weight: 1000; font-size: clamp(1.2rem, 2.4vw, 1.7rem); margin-top: 12px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  padding: 13px 21px;
  text-decoration: none;
  font-weight: 1000;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .button:focus { transform: translateY(-2px); }
.button.primary { background: var(--yellow); color: var(--black); box-shadow: 0 12px 28px rgba(247,198,0,.24), inset 0 -4px 0 rgba(0,0,0,.18); }
.button.secondary { background: var(--red); color: var(--white); box-shadow: inset 0 -4px 0 rgba(0,0,0,.18); }
.button.ghost { background: rgba(255,255,255,.08); color: var(--white); border: 1px solid rgba(255,255,255,.24); }
.button.small { padding: 10px 15px; font-size: .91rem; background: var(--black); color: var(--white); }
.button.full { width: 100%; }
.trust-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 760px; }
.trust-row span { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); border-radius: 16px; padding: 14px; color: #fbf2d8; }
.trust-row strong { display: block; color: var(--yellow); font-size: 1.05rem; }

.quote-card {
  background: rgba(255,250,240,.98);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255,255,255,.42);
}
.quote-card h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1; margin: 8px 0 10px; letter-spacing: -.04em; }
.pill { display: inline-flex; background: var(--black); color: var(--yellow); padding: 6px 12px; border-radius: 999px; font-size: .78rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.quote-form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
label { display: grid; gap: 6px; font-weight: 900; color: #38352e; }
input, select, textarea {
  width: 100%; border: 1px solid #ded2b2; border-radius: 13px; padding: 12px 13px; background: var(--white); color: var(--ink);
  outline: none;
}
input:focus, select:focus, textarea:focus { border-color: var(--yellow-deep); box-shadow: 0 0 0 4px rgba(247,198,0,.18); }
.file-drop { border: 2px dashed #c1a753; background: #fff8df; border-radius: 16px; padding: 16px; align-items: center; text-align: center; cursor: pointer; }
.file-drop input { display: none; }
.file-drop.dragover { border-color: var(--red); background: #fff1d8; }
.file-drop small { color: var(--muted); font-weight: 700; }
.form-status { margin: 0; min-height: 24px; font-weight: 900; }
.form-status.success { color: var(--green); }
.form-status.error { color: var(--red-dark); }

.quick-links { background: var(--paper); padding: 42px 0; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.quick-card { text-decoration: none; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.quick-card span { color: var(--red); font-weight: 1000; letter-spacing: .1em; }
.quick-card strong { display: block; font-size: 1.22rem; margin: 8px 0; }
.quick-card p { margin: 0; color: var(--muted); }
.quick-card:hover { border-color: var(--yellow-deep); }

.section-heading { max-width: 780px; margin-bottom: 30px; }
.section-heading h2, .band-copy h2, .credentials-copy h2, .contact-card h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  letter-spacing: -.05em;
}
.section-heading p, .band-copy p, .credentials-copy p, .contact-card p { color: var(--muted); font-size: 1.04rem; }
.service-tools, .gallery-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; flex-wrap: wrap; }
.filter-row { display: flex; gap: 9px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); background: var(--white); color: var(--ink); border-radius: 999px; padding: 9px 14px; font-weight: 1000; cursor: pointer; }
.chip.active, .chip:hover { background: var(--black); color: var(--yellow); border-color: var(--black); }
.service-search { display: flex; align-items: center; gap: 10px; min-width: min(100%, 360px); }
.service-search input { min-width: 240px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.service-card {
  display: flex; flex-direction: column; gap: 12px; min-height: 270px;
  padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); box-shadow: 0 12px 34px rgba(0,0,0,.07);
}
.service-card:hover { transform: translateY(-3px); box-shadow: 0 22px 50px rgba(0,0,0,.12); }
.service-card .category { align-self: flex-start; background: #fff1b4; color: #6b4c00; padding: 5px 10px; border-radius: 999px; font-size: .78rem; font-weight: 1000; }
.service-card h3 { margin: 0; font-size: 1.32rem; line-height: 1.15; }
.service-card p { margin: 0; color: var(--muted); }
.service-keywords { list-style: none; padding: 0; margin: auto 0 0; display: flex; flex-wrap: wrap; gap: 7px; }
.service-keywords li { font-size: .78rem; color: #514a3a; border: 1px solid #eadfbd; border-radius: 999px; padding: 5px 8px; }

.band { background: #111; color: var(--white); }
.band-grid { display: grid; grid-template-columns: 1fr .65fr; gap: 28px; align-items: center; }
.band-copy p { color: #d5cfbd; }
.proof-stack { display: grid; gap: 14px; }
.proof-card { background: #1e1e1e; border: 1px solid rgba(255,255,255,.13); padding: 22px; border-radius: var(--radius-sm); text-decoration: none; display: grid; gap: 10px; }
.proof-card img { width: 250px; max-width: 100%; }
.proof-card span { color: #eee0b0; }
.proof-card strong { color: var(--yellow); font-size: 1.2rem; }

.gallery-section { background: #fff8e8; }
.featured-gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; margin: 0 0 28px; }
.featured-gallery-item, .gallery-item { position: relative; border-radius: var(--radius-sm); overflow: hidden; border: 1px solid #e7d9ad; background: #ddd; cursor: pointer; box-shadow: 0 16px 35px rgba(0,0,0,.1); text-align: left; padding: 0; color: inherit; }
.featured-gallery-item { min-height: 320px; grid-column: span 4; }
.featured-gallery-item:nth-child(1) { grid-column: span 8; min-height: 430px; }
.featured-gallery-item:nth-child(2) { grid-column: span 4; min-height: 430px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }
.gallery-item { min-height: 230px; grid-column: span 3; }
.gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 6; min-height: 360px; }
.featured-gallery-item img, .gallery-item img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform .35s ease; }
.featured-gallery-item:hover img, .gallery-item:hover img { transform: scale(1.05); }
.gallery-caption { position: absolute; inset: auto 0 0; padding: 18px; background: linear-gradient(transparent, rgba(0,0,0,.88)); color: var(--white); }
.gallery-caption h3 { margin: 3px 0 0; font-size: 1rem; line-height: 1.12; }
.featured-gallery-item .gallery-caption h3 { font-size: clamp(1.05rem, 2vw, 1.42rem); }
.gallery-caption span { color: var(--yellow); font-weight: 1000; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.gallery-caption p { margin: 7px 0 0; color: #f6ecd1; font-size: .82rem; line-height: 1.35; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.process-card { padding: 24px; border-radius: var(--radius-sm); background: var(--black); color: var(--white); min-height: 220px; }
.process-card span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow); color: var(--black); font-weight: 1000; margin-bottom: 18px; }
.process-card h3 { margin: 0 0 8px; }
.process-card p { color: #ded5c0; margin: 0; }

.credentials-section { background: var(--paper); }
.credentials-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: start; }
.check-list { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.check-list li { background: var(--white); border: 1px solid var(--line); border-radius: 14px; padding: 12px 14px; font-weight: 800; }
.check-list li::before { content: "✓"; color: var(--green); font-weight: 1000; margin-right: 8px; }
.credential-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.credential-card { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.credential-card img { width: 250px; margin-bottom: 20px; }
dl { margin: 0; display: grid; gap: 12px; }
dl div { display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
dt { color: var(--muted); font-weight: 800; }
dd { margin: 0; font-weight: 1000; text-align: right; }

.review-summary { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-bottom: 18px; }
.review-summary div { background: var(--black); color: var(--white); padding: 20px; border-radius: var(--radius-sm); }
.review-summary strong { display: block; color: var(--yellow); font-size: 1.18rem; }
.review-summary span { color: #dfd5be; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.review-card { border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 22px; background: var(--white); box-shadow: 0 10px 28px rgba(0,0,0,.06); }
.stars { color: var(--yellow-deep); letter-spacing: 2px; font-size: 1.08rem; }
.review-card blockquote { margin: 14px 0; font-size: 1.02rem; }
.review-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .9rem; border-top: 1px solid var(--line); padding-top: 12px; }
.review-actions { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }

.contact-section { background: var(--black); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 24px; align-items: stretch; }
.contact-card, .service-area { border-radius: var(--radius); background: #181818; border: 1px solid rgba(255,255,255,.12); padding: 30px; }
.contact-card p { color: #dcd2bb; }
.contact-methods { display: grid; gap: 12px; margin-top: 24px; }
.contact-methods a { text-decoration: none; display: grid; gap: 3px; background: var(--yellow); color: var(--black); border-radius: 15px; padding: 16px; font-weight: 900; }
.contact-methods span { font-size: 1.04rem; }
.service-area h3 { color: var(--yellow); margin-top: 0; font-size: 1.6rem; }
.service-area ul { margin-bottom: 0; color: #e5dcc8; }

.site-footer { background: #060606; color: #f6eed6; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr .75fr; gap: 24px; padding: 40px 0; }
.footer-logo { width: 180px; border-radius: 8px; margin-bottom: 14px; }
.site-footer a { color: var(--yellow); }
.site-footer h3 { color: var(--yellow); margin-top: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 12px; padding: 16px max(18px, calc((100vw - var(--max)) / 2)); color: #cfc5a7; flex-wrap: wrap; }

.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.88); display: none; align-items: center; justify-content: center; padding: 30px; }
.lightbox.open { display: flex; }
.lightbox img { max-height: 82vh; max-width: min(100%, 980px); border-radius: 12px; box-shadow: var(--shadow); }
.lightbox-caption { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); width: min(760px, calc(100% - 36px)); color: var(--white); background: rgba(0,0,0,.72); padding: 14px 18px; border-radius: 18px; border: 1px solid rgba(255,255,255,.16); }
.lightbox-caption span { display: block; color: var(--yellow); font-size: .78rem; font-weight: 1000; text-transform: uppercase; letter-spacing: .08em; }
.lightbox-caption h3 { margin: 2px 0 4px; font-size: 1.25rem; }
.lightbox-caption p { margin: 0; color: #f6ecd1; }
.lightbox-close { position: fixed; right: 22px; top: 22px; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.35); background: rgba(0,0,0,.5); color: var(--white); font-size: 2rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero-grid, .band-grid, .credentials-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .reviews-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quick-grid, .review-summary { grid-template-columns: 1fr; }
  .featured-gallery-item, .featured-gallery-item:nth-child(1), .featured-gallery-item:nth-child(2), .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 6; min-height: 280px; }
}

@media (max-width: 780px) {
  .section-pad { padding: 60px 0; }
  .nav-wrap { min-height: 66px; }
  .brand img { width: 92px; }
  .brand strong { font-size: .95rem; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: fixed; inset: 121px 14px auto 14px;
    background: #111; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; padding: 14px;
    display: none; flex-direction: column; align-items: stretch;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { display: block; }
  .hero { padding-top: 72px; }
  .form-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .service-grid, .reviews-grid, .process-grid { grid-template-columns: 1fr; }
  .featured-gallery-item, .featured-gallery-item:nth-child(1), .featured-gallery-item:nth-child(2), .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(4) { grid-column: span 12; min-height: 270px; }
  .footer-grid { grid-template-columns: 1fr; }
  .service-tools { align-items: stretch; }
  .service-search { width: 100%; align-items: stretch; flex-direction: column; }
  .service-search input { min-width: 100%; }
  dl div { display: grid; }
  dd { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
