:root {
  --ink: #101820;
  --soft-ink: #314252;
  --muted: #657582;
  --paper: #f7f3eb;
  --white: #ffffff;
  --bone: #ebe4d8;
  --oxblood: #8d3d36;
  --brass: #b58b42;
  --teal: #2f6f73;
  --charcoal: #17232e;
  --line: rgba(16, 24, 32, 0.14);
  --shadow: 0 24px 60px rgba(16, 24, 32, 0.18);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; top: -80px; left: 16px; z-index: 20; padding: 10px 12px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px clamp(16px, 5vw, 58px);
  background: rgba(247, 243, 235, 0.95);
  border-bottom: 1px solid rgba(16, 24, 32, 0.12);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--charcoal);
  border: 2px solid var(--brass);
  border-radius: 6px;
  font-weight: 900;
}
.brand strong, .brand small { display: block; }
.brand strong { line-height: 1.05; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 0.78rem; }
.nav-links { display: flex; gap: 18px; color: var(--soft-ink); font-size: 0.92rem; font-weight: 760; }
.nav-links a, .quiet-link { text-decoration: none; }
.nav-links a:hover, .quiet-link:hover { color: var(--oxblood); }

.call-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--oxblood);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 6px;
  box-shadow: 0 14px 28px rgba(67, 25, 22, 0.2);
  font-weight: 860;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.call-button:hover { background: var(--teal); }
.call-button.large { min-height: 54px; padding-inline: 24px; }

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: min(820px, 84svh);
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(16,24,32,0.9), rgba(16,24,32,0.56) 47%, rgba(16,24,32,0.2)),
    url("/__site-assets/crimescenecleanup-washingtondc.com/images/response-technician.jpg?cfv=assetfix-20260513d-1778868121272") center 46% / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(16, 24, 32, 0.86), transparent);
}
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(181, 139, 66, 0.18), transparent 30%),
    linear-gradient(0deg, rgba(16,24,32,0.35), transparent 54%);
}
.hero-content {
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 5vw, 72px);
  margin-bottom: clamp(84px, 12vw, 142px);
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--brass);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1;
}
h1 { max-width: 820px; font-size: clamp(2.75rem, 6.2vw, 5.9rem); }
h2 { color: var(--ink); font-size: clamp(2rem, 4.2vw, 3.78rem); }
h3 { margin: 0 0 8px; color: var(--ink); font-size: 1.02rem; }
.lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(255,255,255,0.84);
  font-size: clamp(1.05rem, 1.7vw, 1.23rem);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 30px; }
.quiet-link { color: rgba(255,255,255,0.88); font-weight: 860; }
.hero-strip {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 24px;
  left: clamp(18px, 5vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(16,24,32,0.72);
  backdrop-filter: blur(12px);
}
.hero-strip span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 10px;
  border-right: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  font-weight: 820;
  text-align: center;
}
.hero-strip span:last-child { border-right: 0; }

.signal-band {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: var(--teal);
}
.signal-band span { color: rgba(255,255,255,0.72); font-weight: 780; }
.signal-band a { color: var(--white); text-decoration: none; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(60px, 8vw, 102px) clamp(18px, 4vw, 32px); }
.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: start;
}
.intro-grid p, .section-heading p, .ledger-copy p, .proof-copy p, .final-call p { color: var(--muted); font-size: 1.04rem; }
.process-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.process-list article,
.service-grid article,
.faq-grid details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(16,24,32,0.08);
}
.process-list article { padding: 22px; }
.process-list span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--oxblood);
  font-weight: 900;
}
.process-list p, .service-grid p, .faq-grid p { margin: 0; color: var(--muted); }

.image-ledger {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 32px) clamp(58px, 8vw, 100px);
}
.ledger-main { margin: 0; }
.ledger-main img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow); }
.ledger-main figcaption { margin-top: 12px; color: var(--muted); font-size: 0.92rem; }
.ledger-copy { max-width: 560px; }

.service-section { padding-top: 0; }
.section-heading { max-width: 820px; margin-bottom: 28px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-grid article { padding: 22px; border-top: 5px solid var(--brass); }
.service-grid span { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 900; }

.split-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(420px, 0.82fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  padding: clamp(54px, 7vw, 90px) clamp(18px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 24, 32, 0.98), rgba(30, 47, 61, 0.98)),
    linear-gradient(90deg, rgba(141,61,54,0.25), transparent);
}
.proof-copy { max-width: 640px; }
.proof-copy h2 { color: var(--white); }
.proof-copy p { color: rgba(255,255,255,0.76); }
.proof-photo-grid { display: grid; grid-template-columns: 0.82fr 1fr; gap: 14px; align-items: end; }
.proof-photo-grid img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 24px 58px rgba(0,0,0,0.28);
}
.proof-photo-grid img:first-child { height: 560px; object-position: center 30%; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.faq-grid details { padding: 22px; }
summary { cursor: pointer; color: var(--ink); font-weight: 880; }
details p { margin-top: 12px; }

.final-call {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto clamp(58px, 8vw, 96px);
  padding: clamp(34px, 5vw, 56px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}
.final-call h2 { max-width: 760px; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 34px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #0d141a;
}
.site-footer p { max-width: 760px; color: rgba(255,255,255,0.7); }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .intro-grid, .image-ledger, .split-proof, .service-grid, .faq-grid { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: 1fr; }
  .proof-photo-grid { max-width: 720px; }
  .final-call, .site-footer, .signal-band { grid-template-columns: 1fr; flex-direction: column; align-items: stretch; }
}

@media (max-width: 720px) {
  .site-header { min-height: 56px; justify-content: center; padding: 6px 12px; }
  .brand, .nav-links { display: none; }
  .site-header .call-button { width: min(100%, 420px); min-height: 44px; }
  .hero { min-height: 760px; align-items: end; background-position: center top; }
  .hero-content { width: min(100% - 32px, 640px); margin: 0 16px 128px; }
  h1 { font-size: clamp(2.14rem, 11vw, 3rem); line-height: 1.04; }
  h2 { font-size: clamp(1.82rem, 8.4vw, 2.4rem); line-height: 1.08; }
  .lede { font-size: 1rem; }
  .hero-actions { align-items: stretch; }
  .call-button { width: 100%; max-width: 100%; white-space: normal; }
  .quiet-link { text-align: center; }
  .hero-strip { right: 16px; left: 16px; bottom: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-strip span { min-height: 46px; font-size: 0.82rem; }
  .hero-strip span:nth-child(2) { border-right: 0; }
  .section { padding: 48px 18px; }
  .image-ledger { padding: 0 18px 54px; }
  .ledger-main img, .proof-photo-grid img, .proof-photo-grid img:first-child { height: auto; max-height: none; }
  .proof-photo-grid { grid-template-columns: 1fr; }
  .split-proof { padding: 48px 18px; }
  .final-call { margin-inline: 18px; padding: 28px; }
}
