:root {
  color-scheme: dark;
  --black: #050505;
  --panel: #10120f;
  --panel-2: #191b17;
  --line: rgba(235, 197, 92, 0.28);
  --line-soft: rgba(255, 255, 255, 0.13);
  --gold: #e9b845;
  --gold-strong: #f2c65c;
  --green: #183f2c;
  --green-2: #0f281e;
  --text: #f4f1e8;
  --muted: #c8c3b7;
  --muted-2: #918b80;
  --danger: #ffb3a8;
  --success: #9fe0b5;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    radial-gradient(circle at 15% 5%, rgba(24, 63, 44, 0.75), transparent 34rem),
    #050505;
  background-size: 42px 42px, 42px 42px, auto;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 12px max(22px, calc((100vw - 1180px) / 2));
  background: rgba(5, 5, 5, 0.93);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  width: clamp(170px, 20vw, 260px);
  height: auto;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.2vw, 32px);
}

.site-nav a,
.header-cta {
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--gold-strong);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  color: #050505;
  background: linear-gradient(180deg, var(--gold-strong), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  box-shadow: 0 12px 40px rgba(233, 184, 69, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--text);
}

.hero,
.page-hero {
  min-height: calc(100svh - 88px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(44px, 8vw, 92px);
}

.page-hero {
  min-height: auto;
  grid-template-columns: 1fr;
  max-width: 900px;
}

.page-hero.centered {
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

p,
li,
a,
span {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.55rem, 5vw, 5.35rem);
  font-weight: 950;
  text-transform: none;
  text-shadow: 0 2px 0 #000;
}

.page-hero h1,
.estimate-page h1 {
  max-width: 820px;
  font-size: clamp(2.35rem, 4.7vw, 5rem);
}

h2 {
  font-size: clamp(1.95rem, 3.55vw, 3.75rem);
  font-weight: 950;
  text-transform: none;
}

h3 {
  font-size: clamp(1.05rem, 1.65vw, 1.45rem);
  font-weight: 900;
  text-transform: none;
}

.hero-lede,
.page-hero p,
.estimate-intro p,
.section-heading p,
.cta-panel p,
.estimate-helper p {
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  max-width: 66ch;
}

.cta-panel p {
  max-width: 74ch;
}

.hero-lede {
  margin: 24px 0 0;
}

.service-area-line {
  margin: 12px 0 0;
  color: var(--gold-strong);
  font-weight: 850;
}

.hero-actions,
.cta-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.hero-actions.center {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #050505;
  background: linear-gradient(180deg, var(--gold-strong), var(--gold));
  border-color: rgba(255, 255, 255, 0.26);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.hero-points li,
.scope-list span,
.mini-process span {
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-visual {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 2vw, 20px);
}

.hero-shield {
  width: min(100%, 440px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(0, 0, 0, 0.6));
}

@media (min-width: 1600px) {
  .hero-shield {
    width: min(24vw, 420px);
  }
}

.standards-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line-soft);
  background: linear-gradient(90deg, rgba(24, 63, 44, 0.92), rgba(20, 21, 18, 0.9));
}

.standards-band div {
  min-width: 0;
  padding: 24px clamp(16px, 2.5vw, 32px);
  border-right: 1px solid var(--line-soft);
}

.standards-band strong {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
}

.standards-band span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
}

.services,
.fit,
.process,
.gallery,
.trust,
.cta-panel,
.detail-grid,
.estimate-helper,
.related,
.faq,
.content-page {
  padding-block: clamp(58px, 9vw, 108px);
}

.section-heading {
  display: grid;
  gap: 16px;
  max-width: 840px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.section-heading.narrow {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.service-grid,
.trust-grid,
.gallery-grid,
.fit-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.service-grid.small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.trust-grid article,
.fit-card,
.detail-card,
.process-grid article,
.form-card,
.estimate-helper > div,
.content-page {
  min-width: 0;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(28, 31, 27, 0.96), rgba(11, 12, 10, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.service-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 24px;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  background: linear-gradient(145deg, rgba(31, 44, 34, 0.96), rgba(11, 12, 10, 0.96));
}

.service-number {
  color: var(--gold);
  font-weight: 950;
}

.service-card p,
.trust-grid p,
.fit-card li,
.detail-card li,
.process-grid p,
.faq p,
.content-page p {
  color: var(--muted);
}

.fit-grid {
  grid-template-columns: 1fr 1fr;
}

.fit-card {
  padding: clamp(24px, 4vw, 38px);
}

.fit-card.muted {
  background: linear-gradient(145deg, rgba(16, 18, 15, 0.94), rgba(5, 5, 5, 0.94));
}

.check-list,
.dash-list,
.footer-links {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.check-list li,
.dash-list li {
  position: relative;
  padding-left: 22px;
}

.check-list li::before,
.dash-list li::before {
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 900;
}

.check-list li::before {
  content: "+";
}

.dash-list li::before {
  content: "-";
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.process-grid article {
  min-height: 230px;
  padding: 22px;
}

.process-grid.compact article {
  min-height: 190px;
}

.process-grid span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-weight: 950;
}

.gallery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 168px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(24, 63, 44, 0.5), rgba(9, 10, 8, 0.98)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.035) 1px, transparent 1px, transparent 12px);
  color: var(--text);
  text-align: left;
  cursor: pointer;
}

.gallery-item.has-image {
  grid-column: span 3;
  min-height: clamp(260px, 26vw, 390px);
  padding: 22px;
  background: #060706;
}

.gallery-item.has-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.72));
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item span {
  position: relative;
  z-index: 2;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.gallery-item strong {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 54px;
}

.gallery-item.has-image strong {
  max-width: 24ch;
  margin-top: 10px;
  font-size: clamp(1.12rem, 2vw, 1.55rem);
}

.trust-grid {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.trust-grid article {
  min-height: 190px;
  padding: 22px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-card {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(237, 181, 62, 0.28);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(24, 63, 44, 0.34), rgba(8, 9, 7, 0.94));
}

.review-card blockquote {
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.5;
}

.review-card figcaption {
  color: var(--gold);
  font-weight: 950;
  text-transform: uppercase;
}

.review-card figcaption span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: none;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(40px, 7vw, 80px);
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(24, 63, 44, 0.84), rgba(29, 30, 26, 0.94));
}

.cta-panel h2 {
  max-width: none;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.cta-panel .cta-actions {
  justify-self: end;
  justify-content: flex-end;
  width: auto;
}

.page-hero {
  padding-top: clamp(58px, 10vw, 108px);
  padding-bottom: clamp(24px, 6vw, 54px);
}

.detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-card {
  padding: clamp(24px, 4vw, 38px);
}

.estimate-helper > div {
  padding: clamp(26px, 5vw, 48px);
  background: linear-gradient(135deg, rgba(24, 63, 44, 0.85), rgba(11, 12, 10, 0.96));
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.faq-list summary {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
}

.estimate-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  padding-block: clamp(48px, 8vw, 96px);
}

.estimate-intro {
  position: sticky;
  top: 122px;
}

.mini-process {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.direct-contact {
  margin-top: 22px;
}

.direct-contact a,
.form-actions a,
.content-page a {
  color: var(--gold-strong);
  font-weight: 850;
}

.form-card {
  padding: clamp(20px, 4vw, 36px);
}

.estimate-form {
  display: grid;
  gap: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.estimate-form label {
  display: grid;
  gap: 7px;
}

.estimate-form label.full {
  grid-column: 1 / -1;
}

.estimate-form fieldset.full {
  grid-column: 1 / -1;
}

.estimate-form label span {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkbox-field {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 16px;
}

.checkbox-field[aria-invalid="true"] {
  border-color: var(--danger);
}

.checkbox-field legend {
  padding: 0 8px;
  color: var(--text);
  font-weight: 900;
  text-transform: uppercase;
}

.checkbox-field p,
.estimate-form small {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.checkbox-grid input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--gold);
}

.checkbox-grid label span {
  margin: 0;
  font-size: 0.86rem;
}

.estimate-form input,
.estimate-form select,
.estimate-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 5px;
  padding: 12px 13px;
  background: rgba(0, 0, 0, 0.45);
  color: var(--text);
}

.estimate-form textarea {
  resize: vertical;
}

.estimate-form input[aria-invalid="true"],
.estimate-form select[aria-invalid="true"],
.estimate-form textarea[aria-invalid="true"] {
  border-color: var(--danger);
}

.company-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-note,
.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-note.error {
  color: var(--danger);
}

.form-note.success {
  color: var(--success);
}

.estimate-form.is-loading button[type="submit"] {
  opacity: 0.72;
  pointer-events: none;
}

.lead-ref {
  display: inline-flex;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  color: var(--gold);
}

.content-page {
  max-width: 860px;
  padding: clamp(24px, 5vw, 44px);
  margin-bottom: 60px;
}

.content-page h2 {
  margin-top: 28px;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
}

.content-page h2:first-child {
  margin-top: 0;
}

.site-footer {
  padding: clamp(38px, 6vw, 72px) max(20px, calc((100vw - 1180px) / 2)) calc(78px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line-soft);
  background: #050505;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.8fr) minmax(220px, 0.8fr);
  gap: 28px;
}

.footer-brand p,
.footer-links,
.footer-bottom {
  color: var(--muted);
}

.footer-logo {
  width: 112px;
  height: auto;
  margin-bottom: 16px;
}

.footer-grid h2 {
  font-size: 1rem;
}

.footer-links {
  margin-top: 14px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}

.mobile-cta {
  display: none;
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
  }

  h1 {
    max-width: 760px;
  }

  .standards-band,
  .process-grid,
  .gallery-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-item.has-image {
    grid-column: span 2;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 20px 18px;
    background: rgba(5, 5, 5, 0.98);
    border-bottom: 1px solid var(--line-soft);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .header-cta {
    display: none;
  }

  .section-shell {
    width: min(100% - 28px, 1180px);
  }

  .hero,
  .page-hero {
    min-height: auto;
    padding-block: 38px 54px;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 10px;
  }

  .hero-shield {
    width: min(74vw, 220px);
  }

  .fit-grid,
  .detail-grid,
  .estimate-page,
  .cta-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .estimate-intro {
    position: static;
  }

  .cta-panel {
    padding: 24px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand-logo {
    width: 150px;
  }

  h1,
  .page-hero h1,
  .estimate-page h1 {
    font-size: clamp(2.2rem, 11vw, 3.35rem);
    max-width: 100%;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 2.65rem);
  }

  .hero-points,
  .standards-band,
  .service-grid,
  .service-grid.small,
  .process-grid,
  .gallery-grid,
  .trust-grid,
  .review-grid,
  .checkbox-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.has-image {
    grid-column: span 1;
    min-height: 250px;
  }

  .service-card,
  .process-grid article {
    min-height: auto;
  }

  .gallery-item {
    min-height: 130px;
  }

  .gallery-item strong {
    margin-top: 30px;
  }

  .button {
    width: 100%;
  }

  .form-actions {
    align-items: stretch;
  }

  .mobile-cta {
    position: fixed;
    z-index: 70;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 5, 5, 0.94);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(14px);
  }

  .mobile-cta a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: var(--gold);
    color: #050505;
    font-weight: 950;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-cta a:first-child {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text);
    border: 1px solid var(--line-soft);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
  