:root {
  --blue: #1546d2;
  --blue-dark: #0d2e91;
  --ink: #111724;
  --muted: #5f6773;
  --line: #cbd2db;
  --metal: #eef1f4;
  --white: #ffffff;
  --signal: #f6a21a;
  --max: 1480px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--ink);
}

.site-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  width: 100%;
  min-height: 92px;
  border-bottom: 1px solid var(--ink);
  background: rgba(255, 255, 255, 0.96);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  padding: 17px clamp(18px, 3vw, 46px);
  text-decoration: none;
}

.wordmark-symbol {
  width: 104px;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.wordmark-copy {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.wordmark-copy strong {
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.wordmark-copy small {
  margin-top: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.header-nav a {
  display: grid;
  place-items: center;
  height: 100%;
  padding: 0 25px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-nav a + a {
  border-left: 1px solid var(--line);
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--white);
  background: var(--blue);
}

.header-phone {
  display: grid;
  align-content: center;
  justify-content: end;
  padding: 14px clamp(18px, 3vw, 46px);
  color: var(--white);
  background: var(--ink);
  text-align: right;
  text-decoration: none;
}

.header-phone span {
  color: #b8c2d1;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.header-phone strong {
  margin-top: 3px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(340px, 0.78fr);
  min-height: min(720px, calc(100vh - 92px));
  border-bottom: 1px solid var(--ink);
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(60px, 8vw, 120px) clamp(24px, 6vw, 96px);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(21, 70, 210, 0.08) 50%, transparent 50.1%),
    linear-gradient(0deg, transparent 49.9%, rgba(21, 70, 210, 0.08) 50%, transparent 50.1%),
    var(--white);
  background-size: 74px 74px;
}

.hero-copy::after {
  content: "24";
  position: absolute;
  right: -0.03em;
  bottom: -0.27em;
  z-index: 0;
  color: rgba(21, 70, 210, 0.055);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(15rem, 32vw, 35rem);
  font-weight: 900;
  line-height: 1;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 24px;
  color: var(--muted);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.eyebrow span {
  color: var(--blue);
}

.hero h1,
.section-lead h2,
.review-section h2,
.location-main h2,
.answers-heading h2 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 970px;
  font-size: clamp(4rem, 9vw, 10rem);
}

.hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.hero-intro {
  max-width: 690px;
  margin: clamp(34px, 5vw, 64px) 0 0;
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
}

.hero-proof {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 33px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.hero-proof .rating {
  font-size: 2rem;
  font-weight: 900;
}

.stars {
  color: var(--signal);
  letter-spacing: 0.1em;
}

.service-docket {
  display: flex;
  flex-direction: column;
  padding: clamp(32px, 4vw, 62px);
  color: var(--white);
  background: var(--blue);
}

.docket-brand {
  width: min(100%, 230px);
  margin: 0 auto 30px;
  padding: 14px;
  background: var(--white);
  border: 1px solid var(--ink);
  box-shadow: 9px 9px 0 var(--blue-dark);
}

.docket-brand img {
  width: 100%;
  height: auto;
}

.docket-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.service-docket dl {
  margin: auto 0;
}

.service-docket dl > div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.service-docket dt {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  opacity: 0.75;
  text-transform: uppercase;
}

.service-docket dd {
  margin: 0;
  font-weight: 700;
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(246, 162, 26, 0.2);
}

.primary-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 18px;
  color: var(--ink);
  background: var(--white);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-action:hover,
.primary-action:focus-visible {
  color: var(--white);
  background: var(--ink);
}

.text-action {
  margin-top: 21px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.image-band {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  background: var(--ink);
}

.image-band img {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.88) contrast(1.05);
}

.image-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px clamp(24px, 6vw, 92px);
  color: var(--white);
  background: linear-gradient(90deg, rgba(17, 23, 36, 0.96), rgba(17, 23, 36, 0.45));
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.damage-section {
  padding: clamp(76px, 10vw, 150px) clamp(24px, 6vw, 92px);
}

.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.55fr);
  column-gap: clamp(50px, 10vw, 170px);
  align-items: end;
  max-width: var(--max);
  margin: 0 auto clamp(52px, 7vw, 90px);
}

.section-lead .eyebrow {
  grid-column: 1 / -1;
}

.section-lead h2 {
  max-width: 880px;
  font-size: clamp(3.4rem, 6.5vw, 7.2rem);
}

.section-lead > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.damage-ledger {
  max-width: var(--max);
  margin: 0 auto;
  border-top: 2px solid var(--ink);
}

.damage-ledger a {
  display: grid;
  grid-template-columns: 90px minmax(180px, 0.8fr) minmax(260px, 1.4fr) 80px;
  align-items: center;
  gap: 24px;
  min-height: 112px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: padding 180ms ease, color 180ms ease, background 180ms ease;
}

.damage-ledger a:hover,
.damage-ledger a:focus-visible {
  padding-right: 18px;
  padding-left: 18px;
  color: var(--white);
  background: var(--blue);
}

.ledger-code,
.damage-ledger b {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.damage-ledger strong {
  font-size: clamp(1.35rem, 2vw, 2rem);
  text-transform: uppercase;
}

.damage-ledger a > span:nth-child(3) {
  color: var(--muted);
}

.damage-ledger a:hover > span:nth-child(3),
.damage-ledger a:focus-visible > span:nth-child(3) {
  color: rgba(255, 255, 255, 0.82);
}

.vehicle-note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: var(--max);
  margin: 34px auto 0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.vehicle-note strong,
.vehicle-note span {
  padding: 10px 13px;
  border: 1px solid var(--line);
}

.vehicle-note strong {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.review-section {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 210px;
  gap: clamp(30px, 5vw, 88px);
  align-items: start;
  padding: clamp(80px, 11vw, 160px) clamp(24px, 6vw, 92px);
  background: var(--metal);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.review-index,
.review-section > div > p:last-child,
.review-score span {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.review-stars {
  margin: 0 0 24px;
  color: var(--signal);
  letter-spacing: 0.18em;
}

.review-section h2 {
  max-width: 1100px;
  font-size: clamp(3.3rem, 7vw, 8rem);
}

.review-section > div > p:last-child {
  margin-top: 28px;
}

.review-score {
  display: grid;
  padding-top: 20px;
  border-top: 4px solid var(--blue);
}

.review-score strong {
  color: var(--blue);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 5rem;
  letter-spacing: -0.06em;
  line-height: 1;
}

.location-section {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(240px, 0.35fr);
  gap: clamp(26px, 5vw, 80px);
  align-items: center;
  padding: clamp(62px, 8vw, 110px) clamp(24px, 6vw, 92px);
  color: var(--white);
  background: var(--blue);
}

.location-label {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.76rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.location-main h2 {
  max-width: 950px;
  font-size: clamp(3rem, 6vw, 6.7rem);
}

.location-main p {
  margin: 22px 0 0;
  font-size: 1.08rem;
}

.location-actions {
  display: grid;
  gap: 20px;
}

.location-actions > a:last-child {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.primary-action--light {
  color: var(--blue);
}

.answers-section {
  display: grid;
  grid-template-columns: minmax(310px, 0.65fr) minmax(0, 1fr);
  gap: clamp(60px, 10vw, 170px);
  padding: clamp(82px, 11vw, 155px) clamp(24px, 6vw, 92px);
}

.answers-heading {
  align-self: start;
}

.answers-heading h2 {
  font-size: clamp(3.3rem, 5.4vw, 6rem);
}

.answers-heading > a {
  display: inline-block;
  margin-top: 32px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 800;
  text-underline-offset: 6px;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

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

.faq-list summary {
  position: relative;
  padding: 28px 56px 28px 0;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--blue);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.8rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  max-width: 760px;
  margin: -4px 56px 26px 0;
  color: var(--muted);
}

.call-section {
  padding: clamp(68px, 8vw, 110px) clamp(24px, 6vw, 92px) 42px;
  color: var(--white);
  background: var(--ink);
}

.call-section > p,
.call-section > div {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.call-section > a {
  display: block;
  margin: 28px 0 45px;
  color: var(--white);
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: clamp(4rem, 12vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.85;
  text-decoration: none;
}

.call-section > a span {
  color: var(--signal);
}

.call-section > a:hover,
.call-section > a:focus-visible {
  color: #cdd8ff;
}

.call-section > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 25px;
  border-top: 1px solid #4d5668;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(24px, 6vw, 92px);
  color: #c2c8d3;
  background: var(--ink);
  border-top: 1px solid #303848;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

.mobile-call {
  display: none;
}

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

  .header-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  }

  .review-section {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .review-score {
    grid-column: 2;
    width: 210px;
  }

  .location-section {
    grid-template-columns: 140px 1fr;
  }

  .location-actions {
    grid-column: 2;
    max-width: 360px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 72px;
  }

  .site-header {
    min-height: 76px;
  }

  .wordmark {
    padding: 11px 16px;
  }

  .wordmark-symbol {
    width: 72px;
    max-height: 44px;
  }

  .wordmark-copy strong {
    font-size: 1.12rem;
  }

  .header-phone {
    padding: 12px 16px;
  }

  .header-phone span {
    font-size: 0.65rem;
  }

  .header-phone strong {
    font-size: 0.9rem;
  }

  .hero {
    display: block;
    min-height: 0;
  }

  .hero-copy {
    min-height: 620px;
    padding: 72px 22px;
  }

  .hero h1 {
    font-size: clamp(3.8rem, 19vw, 6.3rem);
  }

  .hero-intro {
    font-size: 1.05rem;
  }

  .hero-proof {
    flex-wrap: wrap;
  }

  .service-docket {
    min-height: 580px;
    padding: 30px 22px 34px;
  }

  .image-band,
  .image-band img {
    min-height: 270px;
  }

  .image-band img {
    object-position: 58% center;
  }

  .image-caption {
    align-items: flex-end;
    padding: 15px 22px;
  }

  .damage-section {
    padding: 80px 22px;
  }

  .section-lead {
    display: block;
    margin-bottom: 52px;
  }

  .section-lead h2 {
    font-size: clamp(3.1rem, 15vw, 5rem);
  }

  .section-lead > p:last-child {
    margin-top: 26px;
  }

  .damage-ledger a {
    grid-template-columns: 54px 1fr 58px;
    gap: 12px;
    min-height: 104px;
  }

  .damage-ledger a > span:nth-child(3) {
    display: none;
  }

  .damage-ledger strong {
    font-size: 1.2rem;
  }

  .review-section {
    display: block;
    padding: 82px 22px;
  }

  .review-section h2 {
    font-size: clamp(3rem, 14vw, 5rem);
  }

  .review-index {
    margin-bottom: 48px;
  }

  .review-score {
    margin-top: 45px;
  }

  .location-section {
    display: block;
    padding: 72px 22px;
  }

  .location-main {
    margin: 46px 0;
  }

  .location-main h2 {
    font-size: clamp(3.1rem, 14vw, 5rem);
    overflow-wrap: anywhere;
  }

  .answers-section {
    display: block;
    padding: 82px 22px;
  }

  .answers-heading {
    margin-bottom: 56px;
  }

  .answers-heading h2 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .call-section {
    padding: 72px 22px 35px;
  }

  .call-section > a {
    margin: 38px 0 60px;
    font-size: clamp(4.1rem, 18vw, 7.5rem);
    overflow-wrap: anywhere;
  }

  .call-section > div {
    display: grid;
  }

  .site-footer {
    padding: 22px;
  }

  .site-footer a {
    display: none;
  }

  .mobile-call {
    position: fixed;
    z-index: 50;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 12px 18px;
    color: var(--ink);
    background: var(--signal);
    border-top: 2px solid var(--ink);
    font-size: 0.78rem;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (max-width: 470px) {
  .wordmark-copy small,
  .header-phone span {
    display: none;
  }

  .wordmark {
    gap: 9px;
  }

  .wordmark-symbol {
    width: 60px;
    max-height: 38px;
  }

  .header-phone strong {
    font-size: 0.78rem;
  }

  .hero-copy {
    min-height: 560px;
  }

  .hero-proof > span:last-child {
    flex-basis: 100%;
  }

  .damage-ledger a {
    grid-template-columns: 44px 1fr 48px;
  }

  .ledger-code,
  .damage-ledger b {
    font-size: 0.67rem;
  }

  .mobile-call {
    font-size: 0.75rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
