:root {
  --ink: #24313f;
  --muted: #657282;
  --paper: #fbf7ee;
  --soft: #f1eadc;
  --line: #d9cfbd;
  --navy: #213244;
  --navy-2: #172434;
  --burgundy: #7d2e3f;
  --burgundy-dark: #602331;
  --sage: #6f7d62;
  --gold: #c9a86a;
  --white: #ffffff;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(36, 49, 63, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(36, 49, 63, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 24px 24px;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 30;
  padding: 10px 14px;
  color: var(--white);
  background: var(--burgundy);
}

.skip-link:focus {
  top: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 22px;
  padding: 14px clamp(16px, 4vw, 42px);
  color: var(--white);
  background: rgba(33, 50, 68, 0.98);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand {
  text-decoration: none;
}

.brand-title,
.brand-subtitle {
  display: block;
}

.brand-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.brand-subtitle {
  margin-top: 1px;
  color: #d6dfdd;
  font-size: 0.75rem;
}

.topnav {
  display: flex;
  gap: 6px;
}

.topnav a {
  padding: 8px 10px;
  color: #edf0f0;
  font-size: 0.84rem;
  text-decoration: none;
}

.topnav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.call-button,
.secondary-button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid transparent;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.call-button {
  color: var(--white);
  background: var(--burgundy);
  border-color: var(--burgundy-dark);
}

.call-button:hover {
  background: var(--burgundy-dark);
}

.secondary-button {
  color: var(--navy);
  background: var(--white);
  border-color: var(--line);
}

.secondary-button:hover {
  border-color: var(--burgundy);
}

.header-call {
  white-space: nowrap;
}

.hero {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 36, 52, 0.95) 0%, rgba(23, 36, 52, 0.88) 47%, rgba(23, 36, 52, 0.18) 100%),
    url("/__site-assets/crimescenecleanuphopewelljunctionny.com/images/hero-cleanup.jpg?cfv=assetfix-20260513d-1778714435489") center right / cover no-repeat,
    var(--navy-2);
}

.hero-inner {
  width: min(var(--max), calc(100% - 32px));
  min-height: min(720px, calc(100svh - 74px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.74fr);
  align-items: end;
  gap: 44px;
  padding: 86px 0 54px;
}

.hero-copy {
  max-width: 720px;
  padding-bottom: 10px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.35rem, 5vw, 5.35rem);
  line-height: 0.98;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.85rem);
  line-height: 1;
}

h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.lede {
  max-width: 660px;
  margin: 24px 0 0;
  color: #e9eeee;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
}

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

.hero-photo {
  margin: 0;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.hero-photo img {
  width: 100%;
  height: min(520px, 58vh);
  object-fit: cover;
}

.hero-photo figcaption {
  padding: 12px 14px;
  color: var(--ink);
  font-size: 0.82rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.trust-strip span {
  padding: 13px 16px;
  border-right: 1px solid var(--line);
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
}

.trust-strip span:last-child {
  border-right: 0;
}

.section {
  padding: clamp(56px, 8vw, 98px) clamp(16px, 4vw, 42px);
}

.section > * {
  width: min(var(--max), 100%);
  margin-left: auto;
  margin-right: auto;
}

.intro,
.process,
.faq {
  background: rgba(251, 247, 238, 0.94);
}

.split,
.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: 34px;
  align-items: start;
}

.intro p,
.coverage p,
.process p,
.reassurance p,
.faq p,
.services p {
  color: #3f4b58;
  font-size: 1rem;
}

.note-panel {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(36, 49, 63, 0.08);
}

.note-panel h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
}

.note-panel ol {
  margin: 14px 0 0;
  padding-left: 22px;
}

.note-panel li + li {
  margin-top: 10px;
}

.services {
  background: #edf0ea;
}

.services h2 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services .section-label {
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.service-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(36, 49, 63, 0.08);
}

.service-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-grid div {
  padding: 18px;
}

.coverage {
  background:
    linear-gradient(rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.9)),
    url("/__site-assets/crimescenecleanuphopewelljunctionny.com/images/inspection-team.jpg?cfv=assetfix-20260513d-1778714435489") center / cover no-repeat;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
}

.coverage-list span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 8px;
  color: var(--navy);
  background: var(--soft);
  border: 1px solid var(--line);
  font-size: 0.86rem;
  font-weight: 700;
  text-align: center;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.timeline article {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
}

.timeline strong {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--sage);
  border-radius: 999px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.timeline a {
  font-weight: 700;
}

.reassurance {
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(33, 50, 68, 0.92), rgba(33, 50, 68, 0.78)),
    url("/__site-assets/crimescenecleanuphopewelljunctionny.com/images/hazmat-decon.jpg?cfv=assetfix-20260513d-1778714435489") center / cover no-repeat;
}

.reassurance-inner {
  display: grid;
  grid-template-columns: 1fr 0.78fr auto;
  gap: 26px;
  align-items: center;
}

.reassurance p {
  color: #e5e9e7;
}

.faq details {
  background: var(--white);
  border: 1px solid var(--line);
}

.faq details + details {
  margin-top: 12px;
}

.faq summary {
  cursor: pointer;
  padding: 16px 18px;
  font-weight: 700;
}

.faq details p {
  margin: 0;
  padding: 0 18px 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(16px, 4vw, 42px);
  color: var(--white);
  background: var(--navy-2);
}

.footer > * {
  max-width: 680px;
}

.footer p {
  margin: 6px 0 0;
  color: #c9d2d0;
}

.footer a {
  align-self: center;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .topnav {
    overflow-x: auto;
  }

  .header-call {
    justify-self: start;
  }

  .hero-inner,
  .split,
  .coverage-layout,
  .reassurance-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    background:
      linear-gradient(90deg, rgba(23, 36, 52, 0.94), rgba(23, 36, 52, 0.84)),
      url("/__site-assets/crimescenecleanuphopewelljunctionny.com/images/hero-cleanup.jpg?cfv=assetfix-20260513d-1778714435489") center / cover no-repeat,
      var(--navy-2);
  }

  .hero-inner {
    min-height: auto;
    padding-top: 58px;
  }

  .hero-photo {
    max-width: 580px;
  }

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

  .timeline {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 720px) {
  .site-header {
    display: block;
    padding: 10px 12px;
  }

  .site-header .brand,
  .site-header .topnav {
    display: none;
  }

  .header-call {
    width: 100%;
    min-height: 48px;
    font-size: 1rem;
  }
}

@media (max-width: 560px) {
  .topnav {
    justify-content: space-between;
  }

  .topnav a {
    padding-inline: 6px;
  }

  .call-button,
  .secondary-button,
  .header-call {
    width: 100%;
  }

  .hero-actions,
  .footer {
    display: grid;
  }

  .hero-photo img {
    height: 360px;
  }

  h1 {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
  }

  .trust-strip,
  .service-grid,
  .coverage-list {
    grid-template-columns: 1fr;
  }
}
