:root {
  --ink: #101318;
  --muted: #5d6570;
  --paper: #f5f5f2;
  --surface: #ffffff;
  --line: rgba(16, 19, 24, 0.14);
  --navy: #17263a;
  --blue: #0f6fae;
  --red: #c12b22;
  --green: #138a35;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.legal-page .site-header {
  color: var(--ink);
  background: rgba(245, 245, 242, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  color: var(--white);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  color: var(--ink);
  background: rgba(245, 245, 242, 0.96);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(18px);
}

.utility-bar {
  display: flex;
  justify-content: flex-end;
  gap: 26px;
  min-height: 34px;
  padding: 8px clamp(18px, 5vw, 64px) 0;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(18px, 5vw, 64px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  letter-spacing: 0;
}

.brand.dark {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--white);
  background: var(--red);
  border-radius: 3px;
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 0.88rem;
  font-weight: 800;
}

.site-nav a:not(.nav-cta) {
  opacity: 0.9;
}

.site-nav a:hover {
  opacity: 1;
}

.nav-cta {
  padding: 12px 16px;
  color: var(--white);
  background: var(--red);
  border-radius: 3px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  color: currentColor;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(8, 16, 26, 0.82) 0%, rgba(8, 16, 26, 0.48) 46%, rgba(8, 16, 26, 0.12) 100%),
    url("images/473727971_122171111534269054_2097536912921567594_n.jpg") center / cover;
  transform: scale(1.04);
  animation: settle 1200ms ease-out forwards;
}

.hero-shade {
  background: linear-gradient(0deg, rgba(8, 16, 26, 0.72), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 36px));
  margin: 0 0 clamp(64px, 10vh, 116px) clamp(18px, 7vw, 112px);
}

.eyebrow {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--red);
}

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(4.4rem, 11vw, 10rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  max-width: 850px;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-line {
  max-width: 760px;
  margin-top: clamp(18px, 3vh, 38px);
  margin-bottom: 32px;
  font-size: clamp(1.12rem, 2.2vw, 2rem);
  font-weight: 700;
  line-height: 1.16;
}

.hero-actions,
.quote-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.54);
}

.button.light.primary {
  color: var(--ink);
  background: var(--white);
}

.button.light.secondary {
  color: var(--white);
}

.scroll-cue {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: 34px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
}

.scroll-cue span {
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 999px;
  animation: drop 1500ms ease-in-out infinite;
}

.service-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  gap: clamp(32px, 7vw, 100px);
  padding: clamp(72px, 10vw, 128px) clamp(18px, 7vw, 112px);
  background: var(--surface);
}

.service-directory {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-directory a {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 30px;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
  transition: color 180ms ease, transform 180ms ease;
}

.service-directory a:hover {
  color: var(--red);
  transform: translateX(6px);
}

.service-directory span {
  color: var(--blue);
  font-weight: 900;
}

.service-directory strong {
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.16;
}

.service-promises {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-promises div {
  min-height: 132px;
  padding: 20px 18px;
  background: var(--paper);
}

.service-promises span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-promises strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.2;
}

.image-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--navy);
}

.image-band figure {
  position: relative;
  min-height: 440px;
  margin: 0;
  overflow: hidden;
}

.image-band img {
  height: 100%;
  min-height: 440px;
  object-fit: cover;
  transition: transform 600ms ease;
}

.image-band figure:hover img {
  transform: scale(1.035);
}

.image-band figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 24px clamp(18px, 4vw, 42px);
  color: var(--white);
  background: linear-gradient(0deg, rgba(8, 16, 26, 0.86), transparent);
  font-weight: 900;
}

.section {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 7vw, 112px);
}

.company {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 7vw, 92px);
  border-bottom: 1px solid var(--line);
}

.company-copy > p {
  max-width: 660px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.facts div {
  padding-top: 18px;
  border-top: 4px solid var(--red);
}

.facts dt {
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.facts dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.coverage {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(34px, 7vw, 92px);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.coverage-grid article {
  min-height: 190px;
  padding: 26px;
  background: var(--surface);
}

.coverage-grid h3 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.12;
}

.coverage-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.credentials {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: clamp(34px, 7vw, 92px);
  padding: clamp(64px, 9vw, 112px) clamp(18px, 7vw, 112px);
  background:
    linear-gradient(90deg, rgba(23, 38, 58, 0.96), rgba(16, 19, 24, 0.9)),
    url("images/472173292_122168298092269054_9219954055798332769_n.jpg") center / cover;
  color: var(--white);
}

.credentials .eyebrow {
  color: rgba(255, 255, 255, 0.74);
}

.credentials h2 {
  max-width: 720px;
  font-size: clamp(2rem, 4vw, 4.5rem);
}

.credentials-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.08rem;
}

.credential-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 18px;
  align-content: center;
}

.credential-badge {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 172px;
  padding: 28px 16px 38px;
  color: var(--navy);
  background:
    linear-gradient(180deg, rgba(23, 38, 58, 0.08), transparent 34%),
    var(--white);
  clip-path: polygon(13% 0, 87% 0, 100% 12%, 100% 69%, 50% 100%, 0 69%, 0 12%);
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.22));
  isolation: isolate;
  text-align: center;
  transition: transform 180ms ease;
}

.credential-badge::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: 0;
  background:
    linear-gradient(180deg, transparent 0 20%, rgba(255, 255, 255, 0.84) 20%),
    linear-gradient(180deg, var(--navy) 0 22%, transparent 22%);
  clip-path: polygon(13% 0, 87% 0, 100% 12%, 100% 68%, 50% 100%, 0 68%, 0 12%);
}

.credential-badge > * {
  position: relative;
  z-index: 1;
}

.credential-badge:hover {
  transform: translateY(-4px);
}

.credential-badge span {
  margin-top: 10px;
  font-size: clamp(1.24rem, 2.2vw, 1.82rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.credential-badge strong {
  margin-top: 7px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.1;
  text-transform: uppercase;
}

.credential-badge.is-approved::after {
  content: "";
  width: 32px;
  height: 17px;
  margin-top: 17px;
  border: solid var(--green);
  border-width: 0 0 8px 8px;
  transform: rotate(-45deg);
}

.credential-badge.is-bonded {
  align-content: start;
  padding-top: 58px;
}

.credential-badge.is-bonded span {
  margin-top: 0;
  font-size: clamp(1.2rem, 2vw, 1.68rem);
}

.credential-icon {
  display: block;
  margin-top: 16px;
  overflow: visible;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.credential-icon.handshake {
  width: 66px;
  height: 54px;
  margin-top: 8px;
  object-fit: contain;
}

.credential-icon.stopwatch {
  width: 72px;
  height: 50px;
  margin-top: 12px;
  stroke: var(--white);
  stroke-width: 5.2;
}

.credential-icon.stopwatch .speed-line {
  opacity: 0.88;
  stroke-width: 4.8;
}

.credential-badge.is-round {
  min-height: 172px;
  padding-bottom: 28px;
  border-radius: 999px;
  clip-path: none;
  outline: 8px solid var(--white);
  outline-offset: -16px;
}

.credential-badge.is-round::before {
  display: none;
}

.credential-badge.is-round span {
  margin-top: 0;
  font-size: clamp(1.55rem, 2.9vw, 2.55rem);
}

.credential-badge.is-service {
  align-content: start;
  padding-top: 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), transparent 42%),
    var(--green);
  color: var(--white);
}

.credential-badge.is-service::before {
  background:
    linear-gradient(180deg, transparent 0 20%, rgba(19, 138, 53, 0.94) 20%),
    linear-gradient(180deg, var(--navy) 0 22%, transparent 22%);
}

.credential-badge.is-service strong {
  color: rgba(255, 255, 255, 0.78);
}

.credential-badge.is-service span {
  margin-top: 0;
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 720px;
  background: var(--surface);
}

.people-image {
  min-height: 520px;
  background:
    linear-gradient(rgba(8, 16, 26, 0.1), rgba(8, 16, 26, 0.1)),
    url("images/473727971_122171111534269054_2097536912921567594_n.jpg") center / cover;
}

.people-copy {
  align-self: center;
  padding: clamp(48px, 8vw, 112px);
}

.people-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 26px;
  color: var(--muted);
  font-size: 1.08rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--red);
  font-weight: 900;
}

.text-link::after {
  content: "";
  width: 34px;
  height: 2px;
  margin-left: 12px;
  background: currentColor;
  transition: width 180ms ease;
}

.text-link:hover::after {
  width: 52px;
}

.quote {
  padding: clamp(78px, 12vw, 150px) clamp(18px, 7vw, 112px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(193, 43, 34, 0.92), rgba(23, 38, 58, 0.82)),
    url("images/474865668_122172806102269054_4284236941155247052_n.jpg") center / cover;
}

.quote-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: start;
}

.quote h2 {
  margin-bottom: 22px;
}

.quote p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.14rem;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.24);
}

.inquiry-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry-options label {
  display: block;
}

.inquiry-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.inquiry-options span {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 0 12px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 3px;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.inquiry-options input:checked + span {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input:not([type="radio"]),
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 19, 24, 0.18);
  border-radius: 3px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
}

.contact-form input:not([type="radio"]):focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(15, 111, 174, 0.18);
  border-color: var(--blue);
}

.contact-form input[aria-invalid="true"] {
  border-color: var(--red);
  outline: 3px solid rgba(191, 30, 46, 0.16);
}

.field-error {
  min-height: 1.1em;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.contact-form .button.primary.light {
  position: relative;
  width: 100%;
  color: var(--white);
  background: var(--green);
  border: 0;
  box-shadow: none;
  font-size: 1.05rem;
  text-transform: uppercase;
  cursor: pointer;
}

.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.submit-button[data-state="sending"] {
  background: var(--blue);
}

.submit-button[data-state="success"] {
  background: var(--green);
}

.submit-button[data-state="error"] {
  background: var(--red);
}

.submit-indicator {
  position: relative;
  display: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.submit-button[data-state="sending"] .submit-indicator,
.submit-button[data-state="success"] .submit-indicator,
.submit-button[data-state="error"] .submit-indicator {
  display: inline-block;
}

.submit-button[data-state="sending"] .submit-indicator {
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: submit-spin 780ms linear infinite;
}

.submit-button[data-state="success"] .submit-indicator::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid var(--white);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.submit-button[data-state="error"] .submit-indicator::before,
.submit-button[data-state="error"] .submit-indicator::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  width: 3px;
  height: 16px;
  background: var(--white);
  border-radius: 2px;
}

.submit-button[data-state="error"] .submit-indicator::before {
  transform: rotate(45deg);
}

.submit-button[data-state="error"] .submit-indicator::after {
  transform: rotate(-45deg);
}

.contact-form .button.primary.light:disabled {
  cursor: wait;
  opacity: 0.72;
}

@keyframes submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.quote p.form-note {
  min-height: 1.25em;
  margin: -2px 0 0;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 900;
}

.legal-hero {
  padding: clamp(150px, 18vw, 210px) clamp(18px, 7vw, 112px) clamp(52px, 8vw, 96px);
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 920px;
  margin-bottom: 24px;
  font-size: clamp(2.6rem, 7vw, 6.6rem);
  line-height: 0.92;
}

.legal-hero p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 800;
}

.legal-content {
  max-width: 900px;
  padding: clamp(54px, 8vw, 92px) clamp(18px, 7vw, 112px);
}

.legal-content h2 {
  margin: 42px 0 12px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.12;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-content a {
  color: var(--red);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(150px, 1fr));
  gap: 32px;
  padding: clamp(44px, 7vw, 78px) clamp(18px, 7vw, 112px) 32px;
  background: var(--surface);
}

.site-footer h2 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.8rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer nav,
.site-footer div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer a {
  color: var(--muted);
  font-weight: 700;
}

.footer-brand p {
  color: var(--muted);
  font-weight: 800;
}

.copyright {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 26px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes settle {
  to {
    transform: scale(1);
  }
}

@keyframes drop {
  0%,
  100% {
    transform: translateY(-14px);
    opacity: 0.35;
  }
  50% {
    transform: translateY(14px);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .utility-bar {
    display: none;
  }

  .main-nav {
    min-height: 70px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 8px 18px 18px;
    color: var(--ink);
    background: rgba(245, 245, 242, 0.98);
    box-shadow: 0 14px 30px rgba(16, 19, 24, 0.12);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 14px 0;
  }

  .nav-cta {
    display: inline-flex;
    justify-content: center;
    margin-top: 6px;
    padding: 13px 16px;
  }

  .service-feature,
  .company,
  .coverage,
  .credentials,
  .quote-inner,
  .people,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .image-band {
    grid-template-columns: 1fr;
  }

  .people {
    min-height: 0;
  }

  .people-copy {
    padding: 48px 18px 64px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 760px;
  }

  .hero-media {
    background-position: 55% center;
  }

  .hero-content {
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-bottom: 82px;
  }

  h1 {
    font-size: clamp(4rem, 18vw, 6rem);
  }

  .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .service-directory a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-promises {
    grid-template-columns: 1fr;
  }

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

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

  .form-grid,
  .inquiry-options {
    grid-template-columns: 1fr;
  }

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

  .credential-badge {
    min-height: 142px;
  }

  .image-band figure,
  .image-band img,
  .people-image {
    min-height: 360px;
  }
}
