/* Repairs — professional service menu. Not a shop list. */

.rp { background: #fff; color: #06283D; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Hero */
.rp-hero {
  background: #06283D;
  color: #fff;
  padding: 36px 0 72px;
}
.rp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 48px;
  align-items: center;
}
.rp-hero .crumb { color: rgba(255, 255, 255, 0.5); }
.rp-hero .crumb a { color: #fff; }
.rp-hero .crumb a:hover { color: #1363DF; }
.rp-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1363DF;
  margin: 0 0 14px;
}
.rp-hero h1 {
  color: #fff;
  font-size: clamp(36px, 4.6vw, 58px);
  margin: 0 0 16px;
  max-width: 14ch;
}
.rp-lead {
  margin: 0 0 28px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}
.rp-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rp-hero .btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
  background: transparent;
}
.rp-hero .btn-outline:hover {
  border-color: #fff;
  color: #06283D;
  background: #fff;
}

.rp-hero-frame {
  position: relative;
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.55);
}
.rp-hero-frame img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
}
.rp-hero-frame figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.rp-hero-frame figcaption span {
  background: rgba(6, 40, 61, 0.88);
  color: #fff;
  padding: 12px 14px;
  font-size: 12.5px;
  line-height: 1.35;
  border-radius: 10px;
}
.rp-hero-frame figcaption strong {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1363DF;
  margin-bottom: 2px;
}

/* Facts */
.rp-facts { margin-top: -36px; padding-bottom: 8px; }
.rp-facts-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid rgba(6, 40, 61, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 50px -28px rgba(6, 40, 61, 0.28);
  overflow: hidden;
}
.rp-facts article {
  padding: 22px 22px 20px;
  border-right: 1px solid rgba(6, 40, 61, 0.1);
}
.rp-facts article:last-child { border-right: 0; }
.rp-facts strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 6px;
}
.rp-facts span {
  font-size: 13.5px;
  opacity: 0.7;
  line-height: 1.45;
}

/* Menu */
.rp-menu { padding: 64px 0 56px; }
.rp-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 28px;
}
.rp-menu-head h2 {
  font-family: var(--font-body);
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 8px;
  color: #06283D;
}
.rp-menu-head p:last-child {
  margin: 0;
  max-width: 46ch;
  font-size: 15.5px;
  color: #3d5568;
  line-height: 1.55;
}
.rp-search {
  position: relative;
  min-width: min(100%, 320px);
  flex: 0 0 320px;
}
.rp-search svg {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #1363DF;
  pointer-events: none;
}
.rp-search input {
  width: 100%;
  min-height: 50px;
  margin: 0;
  padding: 10px 14px 10px 42px;
  border: 1px solid rgba(6, 40, 61, 0.18);
  border-radius: 12px;
  background: #fff;
  color: #06283D;
  outline: none;
}
.rp-search input:focus {
  border-color: #1363DF;
  box-shadow: 0 0 0 4px rgba(19, 99, 223, 0.08);
}

.rp-jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.rp-job {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 18px;
  border: 1px solid rgba(6, 40, 61, 0.12);
  border-radius: 12px;
  background: #fff;
  min-height: 148px;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.rp-job:hover {
  border-color: #1363DF;
  background: #f7f9fd;
}
.rp-job h3 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin: 0 0 8px;
  color: #06283D;
}
.rp-job p {
  margin: 0 0 16px;
  font-size: 14.5px;
  line-height: 1.5;
  color: #3d5568;
  flex: 1;
}
.rp-job > span {
  font-size: 13.5px;
  font-weight: 800;
  color: #1363DF;
}
.rp-none, .rp-empty {
  padding: 24px 0 0;
  font-size: 15px;
  color: #3d5568;
}

/* Process */
.rp-process {
  padding: 8px 0 56px;
}
.rp-process h2 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1363DF;
  margin: 0 0 20px;
}
.rp-process ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(6, 40, 61, 0.12);
}
.rp-process li b {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  color: #1363DF;
  margin-bottom: 8px;
}
.rp-process h3 {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #06283D;
}
.rp-process p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: #3d5568;
}

/* Brands */
.rp-brands {
  padding: 22px 0;
  border-top: 1px solid rgba(6, 40, 61, 0.12);
  border-bottom: 1px solid rgba(6, 40, 61, 0.12);
}
.rp-brands p {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1363DF;
  margin-bottom: 10px;
}
.rp-brands ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #06283D;
}

/* Visit */
.rp-visit { padding: 48px 0; }
.rp-visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.rp-visit article {
  padding: 24px 26px;
  border: 1px solid rgba(6, 40, 61, 0.12);
  border-radius: 12px;
}
.rp-visit h3 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: #06283D;
}
.rp-visit p {
  margin: 0 0 14px;
  font-size: 14.5px;
  line-height: 1.55;
  color: #3d5568;
}
.rp-visit a {
  font-size: 14px;
  font-weight: 800;
  color: #1363DF;
}
.rp-visit a:hover { text-decoration: underline; }

/* FAQ */
.rp-faq { padding: 8px 0 64px; }
.rp-faq h2 {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1363DF;
  margin: 0 0 8px;
}
.rp-faq details {
  border-top: 1px solid rgba(6, 40, 61, 0.12);
  padding: 16px 0;
}
.rp-faq details:last-child { border-bottom: 1px solid rgba(6, 40, 61, 0.12); }
.rp-faq summary {
  cursor: pointer;
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 16px;
  color: #06283D;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.rp-faq summary::-webkit-details-marker { display: none; }
.rp-faq summary::after {
  content: "+";
  color: #1363DF;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.rp-faq details[open] summary::after { content: "–"; }
.rp-faq details p {
  margin-top: 8px;
  font-size: 14.5px;
  line-height: 1.6;
  color: #3d5568;
  max-width: 68ch;
}

/* Close */
.rp-end {
  background: #06283D;
  color: #fff;
  padding: 40px 0;
}
.rp-end-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.rp-end h2 {
  font-family: var(--font-body);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  font-size: clamp(22px, 3vw, 28px);
  margin: 0 0 6px;
}
.rp-end p { margin: 0; color: rgba(255, 255, 255, 0.82); max-width: 46ch; }
.rp-end-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.rp-end .btn-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}
.rp-end .btn-outline:hover {
  border-color: #fff;
  color: #06283D;
  background: #fff;
}

@media (max-width: 980px) {
  .rp-hero-grid,
  .rp-facts-row,
  .rp-jobs,
  .rp-process ol,
  .rp-visit-grid { grid-template-columns: 1fr 1fr; }
  .rp-hero { padding-bottom: 56px; }
  .rp-hero h1 { max-width: none; }
  .rp-facts article { border-right: 0; border-bottom: 1px solid rgba(6, 40, 61, 0.1); }
  .rp-facts article:last-child { border-bottom: 0; }
  .rp-menu-head { flex-direction: column; align-items: stretch; }
  .rp-search { flex: 1 1 auto; min-width: 0; }
}
@media (max-width: 720px) {
  .rp-jobs,
  .rp-process ol,
  .rp-visit-grid,
  .rp-facts-row { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .rp-hero { padding: 24px 0 48px; }
  .rp-hero-frame img { min-height: 240px; max-height: 280px; }
  .rp-hero-frame figcaption { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .rp-job { transition: none; }
}
