:root {
  color-scheme: light;
  font-family:
    Inter, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  color: #172225;
  background: #f7f9f8;
  font-synthesis: none;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f7f9f8;
}

a {
  color: inherit;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px clamp(22px, 5vw, 84px);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #102421;
  background: #7bd6c7;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
}

nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

nav a {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

nav a:hover,
nav a:focus-visible {
  color: #fff;
  border-color: #7bd6c7;
}

.hero {
  position: relative;
  display: grid;
  min-height: min(78vh, 760px);
  max-height: 820px;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: #203936;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 54%;
}

.hero-shade {
  background: rgba(8, 23, 22, 0.44);
  box-shadow: inset 65vw 0 100px rgba(5, 25, 23, 0.42);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 44px));
  margin: 0 0 clamp(58px, 10vh, 108px) clamp(22px, 8vw, 136px);
}

.eyebrow {
  margin: 0 0 14px;
  color: #0f8274;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9bede1;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero-content > p:not(.eyebrow) {
  max-width: 580px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.8;
}

.primary-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #122522;
  background: #7bd6c7;
  border: 1px solid #a4eee3;
  border-radius: 6px;
  font-weight: 750;
  text-decoration: none;
}

.method-section,
.review-section {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.method-section {
  padding: clamp(72px, 9vw, 118px) 0;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 42px;
}

.section-heading h2,
.review-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
  letter-spacing: 0;
}

.section-heading > p:last-child,
.review-copy > p:last-child {
  color: #61706d;
  font-size: 17px;
  line-height: 1.8;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #ccd7d4;
  border-bottom: 1px solid #ccd7d4;
}

.method-grid article {
  min-height: 240px;
  padding: 30px 26px;
  border-right: 1px solid #ccd7d4;
}

.method-grid article:last-child {
  border-right: 0;
}

.step-number {
  display: block;
  margin-bottom: 44px;
  color: #d44f3a;
  font-size: 14px;
  font-weight: 800;
}

.method-grid h3,
.record-list h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.45;
}

.method-grid p,
.record-list > article > p {
  margin-bottom: 0;
  color: #667572;
  line-height: 1.75;
}

.records-section {
  padding: clamp(72px, 9vw, 112px) 0;
  color: #eef8f6;
  background: #163c37;
}

.records-inner {
  display: grid;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.5fr);
  gap: clamp(44px, 8vw, 110px);
}

.records-section .eyebrow {
  color: #91e5d8;
}

.compact h2 {
  margin-bottom: 0;
}

.record-list {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.record-list article {
  display: grid;
  padding: 26px 0;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
  gap: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.record-list h3 {
  margin-bottom: 0;
}

.record-list > article > p {
  color: rgba(238, 248, 246, 0.73);
}

.record-label {
  margin-bottom: 7px;
  color: #f29d86;
  font-size: 13px;
  font-weight: 800;
}

.review-section {
  display: grid;
  padding: clamp(72px, 9vw, 118px) 0;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
}

.review-questions {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ccd7d4;
}

.review-questions li {
  display: grid;
  min-height: 76px;
  align-items: center;
  padding: 18px 0;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  border-bottom: 1px solid #ccd7d4;
  font-size: 17px;
  font-weight: 700;
}

.review-questions span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: #d44f3a;
  border-radius: 50%;
  font-size: 14px;
}

footer {
  display: flex;
  min-height: 170px;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 36px clamp(22px, 6vw, 96px);
  color: #cbd7d4;
  background: #102421;
}

footer strong {
  color: #fff;
  font-size: 18px;
}

footer p {
  margin: 8px 0 0;
  color: #9eb0ac;
}

.filing-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

.filing-links a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dce6e4;
  font-size: 13px;
  text-decoration: none;
}

.filing-links a:hover,
.filing-links a:focus-visible {
  color: #91e5d8;
  text-decoration: underline;
}

.police-record-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  object-fit: contain;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }

  .hero {
    min-height: 700px;
  }

  .hero-image {
    object-position: 60% center;
  }

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

  .method-grid article:nth-child(2) {
    border-right: 0;
  }

  .method-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #ccd7d4;
  }

  .records-inner,
  .review-section {
    grid-template-columns: 1fr;
  }

  .compact {
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 68px;
    padding: 12px 18px;
  }

  .brand {
    font-size: 16px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-shade {
    background: rgba(8, 23, 22, 0.54);
    box-shadow: inset 0 -55vh 90px rgba(5, 25, 23, 0.35);
  }

  .hero-content {
    margin: 0 22px 54px;
  }

  h1 {
    font-size: 42px;
  }

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

  .method-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #ccd7d4;
  }

  .method-grid article:last-child {
    border-bottom: 0;
  }

  .step-number {
    margin-bottom: 24px;
  }

  .record-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
