.repair-body {
  background: var(--cream);
}

.repair-shell {
  padding: 128px clamp(24px, 6vw, 96px) 80px;
}

.repair-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  gap: clamp(36px, 7vw, 88px);
  align-items: end;
  border-bottom: 1px solid var(--line);
  padding-bottom: 64px;
}

.repair-hero h1,
.repair-section h2,
.repair-final h2 {
  font-family: "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
}

.repair-hero h1 {
  font-size: clamp(64px, 8vw, 124px);
}

.repair-hero h1 em {
  color: var(--blue);
  font-style: normal;
}

.repair-lead {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 28px 0 0;
}

.repair-summary {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 24px;
}

.repair-summary strong {
  display: block;
  font: 800 30px "Barlow Condensed";
  text-transform: uppercase;
}

.repair-summary p {
  color: var(--muted);
  line-height: 1.6;
}

.repair-news-hero {
  align-items: stretch;
}

.repair-hero-media {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  min-height: 410px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #0d1b2e;
}

.repair-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.repair-hero-media figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(140, 196, 255, 0.28);
  background: rgba(9, 19, 33, 0.9);
  color: #c8d8ea;
  font-size: 11px;
  font-weight: 700;
}

.news-freshness {
  margin: 18px 0 0;
  color: var(--steel);
  font-size: 12px;
  line-height: 1.5;
}

.repair-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.repair-button,
.repair-link-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 800;
}

.repair-button {
  background: var(--blue);
  color: #fff;
}

.repair-link-button {
  border: 1px solid var(--line);
  color: var(--ink);
}

.repair-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}

.repair-section h2 {
  font-size: clamp(48px, 6vw, 86px);
}

.repair-section > p,
.repair-card p,
.repair-list p,
.faq-card p,
.repair-final p {
  color: var(--muted);
  line-height: 1.65;
}

.news-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: end;
}

.news-section-heading > div > p {
  color: var(--blue);
}

.news-section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.news-story {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--paper);
}

.news-story-featured {
  grid-column: 1 / -1;
  border-top: 4px solid var(--blue);
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  color: var(--steel);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-meta span {
  color: var(--blue);
}

.news-story h3 {
  max-width: 860px;
  margin: 30px 0 18px;
  color: var(--ink);
  font: 800 clamp(34px, 4vw, 56px) / 0.96 "Barlow Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.news-story:not(.news-story-featured) h3 {
  font-size: clamp(32px, 3.2vw, 44px);
}

.news-story > p,
.news-repair-note p {
  color: var(--muted);
  line-height: 1.65;
}

.news-repair-note {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.news-repair-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 12px;
  text-transform: uppercase;
}

.news-repair-note p {
  margin: 0;
}

.news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: auto;
  padding-top: 26px;
}

.news-actions a {
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}

.news-actions .news-source {
  color: var(--ink);
}

.repair-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.repair-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.repair-card,
.faq-card,
.repair-list article {
  border: 1px solid var(--line);
  background: var(--paper);
}

.repair-card {
  min-height: 320px;
  padding: 28px;
  position: relative;
}

.repair-card .card-number {
  right: 24px;
  top: 24px;
}

.repair-card h3,
.repair-list h3,
.faq-card h3 {
  font: 800 30px "Barlow Condensed";
  text-transform: uppercase;
  margin: 64px 0 12px;
}

.repair-card ul,
.repair-list ul {
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.repair-card li,
.repair-list li {
  color: var(--muted);
  line-height: 1.45;
}

.repair-card li:before,
.repair-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 99px;
  background: var(--blue);
}

.repair-list {
  display: grid;
  gap: 16px;
  margin-top: 38px;
}

.repair-list article {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 26px;
  padding: 26px;
}

.repair-list span {
  color: var(--blue);
  font-weight: 800;
}

.repair-list h3 {
  margin-top: 0;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.faq-card {
  padding: 24px;
}

.faq-card h3 {
  margin-top: 0;
}

.repair-final {
  padding: 72px clamp(24px, 6vw, 96px);
  border-top: 1px solid #2b496b;
  background: #0d1b2e;
  color: #f4f8ff;
}

.repair-final h2 {
  color: #f4f8ff;
  font-size: clamp(48px, 6vw, 84px);
}

.repair-final p {
  color: #c4d3e4;
  max-width: 720px;
}

.repair-final .eyebrow {
  color: #8cc4ff;
}

.repair-final .repair-button {
  border: 1px solid #6caaff;
  background: #3d8bff;
  color: #fff;
}

.repair-final .repair-link-button {
  border-color: #6c8db2;
  color: #f4f8ff;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.related-links a {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--paper);
  color: var(--blue);
  font-weight: 800;
}

@media (max-width: 900px) {
  .repair-shell {
    padding: 110px 24px 64px;
  }
  .repair-hero,
  .news-section-heading,
  .news-grid,
  .repair-grid,
  .repair-grid.three,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .repair-list article {
    grid-template-columns: 1fr;
  }
  .repair-hero-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
}
