:root {
  color-scheme: light;
  --charcoal: #353535;
  --repair-accent: #f27200;
  --ink: #353535;
  --muted: #606060;
  --paper: #ffffff;
  --surface: #f6f6f6;
  --line: #d9d9d9;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
a:focus-visible { outline: 3px solid var(--charcoal); outline-offset: 5px; }
.shell { width: min(1360px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 10; padding: 14px 20px; color: var(--ink); background: white; border: 2px solid var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.utility-bar { background: var(--charcoal); color: white; }
.utility { display: flex; justify-content: space-between; gap: 20px; padding-block: 12px; font-size: .8125rem; line-height: 1.4; letter-spacing: .015em; }
.header-wrap { background: white; border-bottom: 1px solid var(--line); }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 32px; min-height: 104px; }
.wordmark { display: inline-flex; align-items: center; flex-shrink: 0; gap: 15px; line-height: 1.2; }
.brand-emblem { display: block; width: 56px; height: 56px; flex-shrink: 0; }
.brand-name { font-size: 1.9rem; font-weight: 500; letter-spacing: -.015em; white-space: nowrap; }
nav { display: flex; align-items: center; gap: 42px; font-size: .9375rem; }
nav a { display: inline-flex; align-items: center; min-height: 44px; }
.expertise-link { color: var(--muted); }
.expertise-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.header-call { gap: 12px; font-weight: 650; font-variant-numeric: tabular-nums; border-left: 1px solid var(--line); padding-left: 32px; }
.header-call:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-call svg { width: 18px; height: 18px; }
.hero-surface { background: var(--surface); border-bottom: 1px solid var(--line); }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; padding-block: 54px 40px; }
.eyebrow { margin: 0; font-size: .8125rem; line-height: 1.6; letter-spacing: .075em; text-transform: uppercase; font-weight: 600; color: var(--muted); }
.hero .eyebrow { margin-bottom: 24px; }
h1 { margin: 0; font-size: clamp(2.5rem, 4.15vw, 4.2rem); line-height: 1.1; font-weight: 650; letter-spacing: -.04em; }
.report-heading { position: relative; padding-bottom: 24px; }
.report-heading::after { content: ""; position: absolute; bottom: 0; left: 0; width: 48px; height: 3px; background: var(--repair-accent); }
.hero-intro { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: 1.0625rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 28px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 15px 22px; border: 1px solid var(--charcoal); border-radius: 2px; background: var(--charcoal); color: white; font-size: .9375rem; line-height: 1.4; font-weight: 600; transition: background 160ms ease; }
.button:hover { background: #202020; }
.button-secondary { background: transparent; color: var(--ink); border-color: #8b8b8b; }
.button-secondary:hover { background: #e9e9e9; border-color: var(--ink); }
.hero-actions .button-secondary { text-decoration: none; }
.button svg { color: var(--repair-accent); }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; line-height: 1.5; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #8b8b8b; }
.text-link:hover { text-decoration-color: var(--repair-accent); text-decoration-thickness: 2px; }
.contract-note { margin: 20px 0 0; font-size: .875rem; line-height: 1.6; color: var(--muted); }
.hero-image { margin: 0; }
.photo-frame { position: relative; overflow: hidden; border-radius: 16px; }
.photo-frame::after { content: ""; position: absolute; right: 0; bottom: 0; width: 38px; height: 38px; background: var(--repair-accent); clip-path: polygon(100% 0, 100% 100%, 0 100%); }
.hero-image img { display: block; width: 100%; height: clamp(380px, 34vw, 485px); object-fit: cover; object-position: 53% center; }
.hero-image figcaption { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 18px; padding-top: 13px; font-size: .8125rem; line-height: 1.5; color: var(--muted); }
.hero-image figcaption span { color: #696969; }
.capability-line { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-block: 23px; font-size: .9375rem; line-height: 1.5; font-weight: 500; }
.capability-line span { padding-inline: 28px; text-align: center; }
.capability-line span + span { border-left: 1px solid #c4c4c4; }
.expertise { padding-block: 66px 72px; }
.section-label { position: relative; padding-bottom: 15px; border-bottom: 1px solid var(--line); margin-bottom: 27px; }
.section-label::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 48px; height: 3px; background: var(--repair-accent); }
.expertise-content { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: start; }
h2 { font-size: clamp(1.875rem, 2.7vw, 2.6rem); margin: 0; line-height: 1.2; letter-spacing: -.025em; font-weight: 600; }
.expertise-description { padding: 24px 27px; border: 1px solid var(--line); border-radius: 8px; background: #f8f8f8; }
.expertise-description p { margin: 0 0 17px; font-size: 1.0625rem; line-height: 1.75; color: var(--muted); }
.contact-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; margin-top: 3px; font-size: .9375rem; line-height: 1.5; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #a0a0a0; }
.contact-link:hover { text-decoration-color: var(--repair-accent); }
.site-footer { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px 30px; padding-block: 26px; border-top: 1px solid var(--line); font-size: .8125rem; line-height: 1.5; color: var(--muted); }
.footer-brand { font-size: 1.05rem; font-weight: 700; color: var(--ink); }
.site-footer a:last-child:hover { text-decoration: underline; }
@media (max-width: 1100px) {
  .shell { width: calc(100% - 64px); }
  .hero { gap: 32px; }
  h1 { font-size: 2.875rem; }
  .hero-image img { height: 425px; }
}
@media (max-width: 800px) {
  .shell { width: calc(100% - 40px); }
  .utility { padding-block: 11px; font-size: .75rem; gap: 12px; letter-spacing: 0; }
  .site-header { min-height: 82px; gap: 18px; }
  .wordmark { gap: 10px; }
  .brand-emblem { width: 40px; height: 40px; }
  .brand-name { font-size: 1.375rem; }
  nav { gap: 0; font-size: .875rem; }
  .expertise-link { display: none; }
  .header-call { gap: 8px; border: 0; padding: 0; }
  .header-call svg { width: 16px; height: 16px; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 36px 25px; }
  .hero .eyebrow { margin-bottom: 20px; font-size: .8125rem; }
  h1 { font-size: clamp(2.25rem, 6vw, 3.2rem); }
  .hero-intro { margin-top: 22px; max-width: 560px; }
  .hero-actions { margin-top: 24px; gap: 12px 24px; }
  .contract-note { margin-top: 15px; }
  .hero-image img { height: auto; aspect-ratio: 1.3; object-position: center 44%; }
  .hero-image figcaption { padding-top: 11px; }
  .photo-frame::after { width: 30px; height: 30px; }
  .capability-line { padding-block: 20px; font-size: .875rem; }
  .capability-line span { padding-inline: 12px; }
  .capability-line span:first-child { padding-left: 0; }
  .capability-line span:last-child { padding-right: 0; }
  .expertise { padding-block: 43px 48px; }
  .expertise-content { grid-template-columns: 1fr; gap: 25px; }
  .expertise-description { padding: 20px; }
  .section-label { margin-bottom: 21px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
}
@media (max-width: 370px) {
  .shell { width: calc(100% - 32px); }
  .wordmark { gap: 8px; }
  .brand-emblem { width: 34px; height: 34px; }
  .brand-name { font-size: 1.125rem; }
  .header-call { font-size: .8125rem; gap: 6px; }
  h1 { font-size: 2rem; }
  .utility { flex-wrap: wrap; gap: 5px; }
  .capability-line { grid-template-columns: 1fr; gap: 12px; }
  .capability-line span { text-align: left; padding: 0; }
  .capability-line span + span { border: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }

/* Homepage content, using the approved report-inspired visual foundation. */
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
button, summary { font: inherit; }
button:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--charcoal); outline-offset: 5px; }
button, summary { -webkit-tap-highlight-color: transparent; }
.header-call { display: inline-flex; align-items: center; min-height: 44px; font-size: .9375rem; white-space: nowrap; }
.desktop-nav { margin-left: auto; gap: 22px; }
.desktop-nav a { color: var(--muted); }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--ink); text-decoration: underline; text-underline-offset: 8px; text-decoration-color: var(--repair-accent); }
.mobile-nav { display: none; }
h1 { font-size: clamp(2.4rem, 3.55vw, 3.6rem); line-height: 1.12; }
.hero { padding-block: 52px 40px; }
.hero-image img { height: clamp(420px, 38vw, 530px); }
.hero-intro { max-width: 540px; }
.hero-prompt { margin: 18px 0 0; font-size: .9375rem; line-height: 1.6; font-weight: 500; }
.hero-actions { margin-top: 22px; }
.text-link { gap: 10px; }
.hero-rating { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; width: fit-content; min-height: 44px; margin-top: 22px; font-size: .8125rem; }
.hero-rating strong { font-size: 1rem; }
.hero-rating > span:last-child { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); }
.hero-rating svg { width: 16px; height: 16px; }
.hero-rating:hover > span:last-child { text-decoration: underline; text-underline-offset: 4px; }
.review-stars { color: #a44b00; letter-spacing: .08em; font-size: .9375rem; }
.section { padding-block: 80px; }
.section-shaded { background: var(--surface); border-block: 1px solid var(--line); }
.section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.section-heading h2 { position: relative; padding-top: 19px; }
.section-heading h2::before { content: ""; position: absolute; top: 0; left: 0; width: 48px; height: 3px; background: var(--repair-accent); }
.section-heading > .text-link { align-self: end; }
.section-heading p { max-width: 520px; margin: 14px 0 0; font-size: 1rem; color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-link { display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 24px 12px; padding: 24px; min-height: 148px; border: 1px solid var(--line); border-radius: 8px; background: #fafafa; transition: border-color 150ms, background 150ms; }
.service-number { grid-column: 1 / -1; color: var(--muted); font-size: .75rem; letter-spacing: .04em; font-variant-numeric: tabular-nums; }
.service-link h3 { font-size: 1.3125rem; font-weight: 600; line-height: 1.25; margin: 0; }
.service-link svg { align-self: center; color: var(--muted); }
.service-link:hover { background: white; border-color: #929292; }
.service-link:hover svg { color: var(--repair-accent); }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); margin-top: 64px; }
.support-grid h2 { max-width: 510px; }
.body-copy p { color: var(--muted); font-size: 1.0625rem; line-height: 1.75; margin: 20px 0 0; }
.body-copy > p:first-child:not(.eyebrow) { margin-top: 0; }
.body-copy .eyebrow { font-size: .8125rem; margin-top: 0; }
.check-list { list-style: none; margin: 24px 0 0; padding: 0; font-size: .9375rem; line-height: 1.7; }
.check-list li { position: relative; padding-left: 25px; margin-top: 12px; }
.check-list li::before { content: "→"; position: absolute; left: 0; color: #9b4800; }
.lift-types { display: grid; grid-template-columns: repeat(5,1fr); list-style: none; padding: 22px 0; border-block: 1px solid var(--line); margin: 40px 0 0; font-size: .9375rem; line-height: 1.5; font-weight: 500; }
.lift-types li { text-align: center; padding-inline: 12px; }
.lift-types li + li { border-left: 1px solid var(--line); }
.lift-types a { display: inline-block; text-decoration: underline; text-underline-offset: 3px; padding-inline: 3px; }
.footnote { font-size: .75rem; line-height: 1.7; color: var(--muted); margin: 14px 0 0; }
.brands-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.logo-grid { display: grid; list-style: none; margin: 0; padding: 0; }
.logo-grid li { display: flex; align-items: center; justify-content: center; min-width: 0; }
.logo-grid img { max-width: 100%; width: 100%; object-fit: contain; }
.brand-logos { grid-template-columns: repeat(2,1fr); gap: 12px; }
.brand-logos li { background: white; border: 1px solid #e4e4e4; border-radius: 6px; min-height: 96px; padding: 20px 30px; }
.brand-logos img { height: 46px; }
.customers-section .section-heading p { margin-top: 12px; }
.customer-logos { grid-template-columns: repeat(6,1fr); margin-top: 40px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.customer-logos li { height: 122px; padding: 28px 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.customer-logos img { height: 66px; }
.certificate-link { position: relative; align-self: center; padding: 15px 42px 15px 20px; border-left: 2px solid var(--repair-accent); white-space: nowrap; }
.certificate-link span { display: block; color: var(--muted); font-size: .75rem; margin-bottom: 6px; }
.certificate-link strong { font-size: .875rem; font-weight: 600; }
.certificate-link svg { position: absolute; right: 0; bottom: 15px; }
.certificate-link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.reviews-summary { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; padding-block: 16px 28px; }
.rating-summary { display: flex; align-items: center; gap: 15px; }
.rating-summary > strong { font-size: 2.625rem; font-weight: 500; letter-spacing: -.04em; }
.rating-summary > span { display: grid; gap: 5px; font-size: .8125rem; color: var(--muted); }
.rating-summary:hover { text-decoration: underline; text-underline-offset: 5px; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 40px) / 3); gap: 20px; align-items: start; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #989898 transparent; padding: 5px 0 15px; }
.review-card { display: flex; flex-direction: column; min-height: 316px; border: 1px solid var(--line); border-radius: 8px; padding: 28px; scroll-snap-align: start; background: white; }
.review-card blockquote { margin: 17px 0 24px; font-size: .9375rem; line-height: 1.75; }
.review-card blockquote p { margin: 0; white-space: pre-line; }
.review-card footer { margin-top: auto; display: grid; gap: 8px; }
.review-card footer strong { font-size: .875rem; font-weight: 600; }
.review-card time { font-size: .75rem; color: var(--muted); }
.full-review summary { cursor: pointer; list-style: none; }
.full-review summary::-webkit-details-marker { display: none; }
.review-more, .review-less { display: block; font-size: .8125rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; margin-top: 10px; }
.review-less, .full-review[open] .review-more, .full-review[open] .review-excerpt { display: none; }
.full-review[open] .review-less { display: block; margin: 0 0 10px; }
.review-controls { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 14px; }
.review-controls p { font-size: .8125rem; color: var(--muted); margin: 0; }
.review-controls > div { display: flex; gap: 8px; }
.review-controls button { width: 44px; height: 44px; display: grid; place-items: center; background: white; border: 1px solid #aaa; border-radius: 3px; color: var(--ink); cursor: pointer; }
.review-controls button:hover:not(:disabled) { background: var(--charcoal); color: white; }
.review-controls button:disabled { opacity: .3; cursor: default; }
#reviews-prev svg { transform: rotate(180deg); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); align-items: center; }
.about-photo img { display: block; width: 100%; height: 390px; object-fit: cover; object-position: center; }
.office-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-top: 44px; }
.office { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.office h3 { margin: 10px 0 14px; font-size: 1.625rem; letter-spacing: -.02em; font-weight: 600; }
.office address { font-style: normal; color: var(--muted); font-size: .9375rem; line-height: 1.7; }
.office .text-link { margin-top: 14px; font-size: .875rem; }
.coverage-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 5vw, 76px); }
.coverage-list { padding: 0; margin: 28px 0 0; list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.coverage-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-size: .9375rem; }
.coverage-map { margin: 0; }
.coverage-map img { display: block; width: 100%; height: auto; }
.coverage-map figcaption { display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: .75rem; margin-top: 24px; }
.coverage-map figcaption span { display: inline-block; width: 10px; height: 10px; background: #707070; }
.faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 72px; }
.faq-layout > div > .text-link { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { position: relative; list-style: none; padding: 23px 40px 23px 0; cursor: pointer; font-size: 1rem; line-height: 1.6; font-weight: 500; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 4px; top: 20px; font-size: 1.5rem; font-weight: 400; color: var(--muted); }
.faq-item[open] summary::after { content: "−"; }
.faq-item[open] summary { padding-bottom: 13px; }
.faq-item summary:hover { text-decoration: underline; text-underline-offset: 5px; }
.faq-item p { color: var(--muted); font-size: .9375rem; line-height: 1.75; margin: 0; padding: 0 32px 24px 0; }
.footer-surface { border-top: 1px solid var(--line); background: var(--surface); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 36px; padding-block: 44px; }
.footer-wordmark .brand-emblem { width: 40px; height: 40px; }
.footer-wordmark .brand-name { font-size: 1.5rem; }
.footer-main p { color: var(--muted); font-size: .875rem; line-height: 1.7; margin: 16px 0 0; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; }
.footer-contact a, .footer-main nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .9375rem; }
.footer-main nav { display: grid; gap: 0; }
.footer-main a:hover, .footer-bottom a:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 20px; font-size: .75rem; line-height: 1.7; color: var(--muted); }
@media (max-width: 1200px) {
 .site-header { gap: 22px; }
 .desktop-nav { gap: 20px; font-size: .875rem; }
 .header-call { padding-left: 22px; gap: 8px; }
 .brand-name { font-size: 1.6rem; }
 .brand-emblem { width: 48px; height: 48px; }
 .review-card { padding: 24px; }
 .customer-logos li { padding-inline: 18px; }
}
@media (max-width: 980px) {
 .desktop-nav { display: none; }
 .header-call { margin-left: auto; }
 .mobile-nav { display: block; border-top: 1px solid var(--line); }
 .mobile-nav > summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; min-height: 44px; font-size: .875rem; list-style: none; }
 .mobile-nav > summary::-webkit-details-marker { display: none; }
 .mobile-nav > summary span { font-size: 1.35rem; }
 .mobile-nav[open] > summary span { transform: rotate(45deg); }
 .mobile-nav nav { display: grid; gap: 0; padding-bottom: 12px; }
 .mobile-nav nav a { border-top: 1px solid #eee; }
 .review-track { grid-auto-columns: calc((100% - 20px) / 2); }
 .customer-logos { grid-template-columns: repeat(4,1fr); }
 .brands-layout { gap: 32px; }
 .brand-logos li { padding-inline: 20px; }
 .faq-layout { gap: 40px; grid-template-columns: 1fr 2fr; }
}
@media (max-width: 800px) {
 .site-header { min-height: 82px; }
 .brand-emblem { width: 40px; height: 40px; }
 .brand-name { font-size: 1.375rem; }
 .header-call { padding-left: 0; font-size: .875rem; }
 .hero { padding-block: 36px 25px; }
 h1 { font-size: clamp(2.25rem, 6.5vw, 3.3rem); max-width: 680px; }
 .hero-image img { height: auto; aspect-ratio: 1.45; }
 .hero-intro { max-width: 600px; }
 .section { padding-block: 52px; }
 .section-heading { gap: 20px; margin-bottom: 26px; }
 .services-grid { gap: 12px; }
 .service-link { padding: 20px; }
 .service-link h3 { font-size: 1.0625rem; overflow-wrap: anywhere; }
 .support-grid { margin-top: 40px; gap: 24px; grid-template-columns: 1fr; }
 .support-grid h2 { max-width: 600px; }
 .lift-types { grid-template-columns: repeat(3,1fr); gap: 20px 0; }
 .lift-types li { text-align: left; padding-left: 16px; border-left: 1px solid var(--line); }
 .brands-layout, .about-layout, .coverage-layout { grid-template-columns: 1fr; gap: 32px; }
 .brand-logos { grid-template-columns: repeat(5,1fr); }
 .brand-logos li { padding: 16px 12px; min-height: 80px; }
 .brand-logos img { height: 40px; }
 .customer-logos li { height: 110px; }
 .customers-section .section-heading { flex-direction: column; gap: 0; }
 .certificate-link { padding-left: 14px; white-space: normal; max-width: 220px; }
 .office-grid { margin-top: 28px; gap: 16px; }
 .office { padding: 24px; }
 .about-photo img { height: auto; aspect-ratio: 1.65; }
 .coverage-map { max-width: 580px; width: 100%; margin-inline: auto; }
 .faq-layout { grid-template-columns: 1fr; gap: 24px; }
 .faq-layout > div > .text-link { margin-top: 10px; }
 .footer-main { flex-wrap: wrap; }
}
@media (max-width: 600px) {
 .section-heading { flex-direction: column; gap: 8px; }
 .section-heading > .text-link { align-self: start; }
 .services-grid { grid-template-columns: repeat(2,1fr); }
 .service-link { min-height: 140px; padding: 18px; gap: 24px 10px; }
 .service-link h3 { font-size: 1.125rem; }
 .service-link svg { width: 17px; }
 .lift-types { grid-template-columns: repeat(2,1fr); gap: 16px 0; margin-top: 30px; font-size: .875rem; }
 .brand-logos { grid-template-columns: repeat(2,1fr); }
 .brand-logos li { min-height: 84px; padding: 18px 28px; }
 .customer-logos { grid-template-columns: repeat(3,1fr); margin-top: 28px; }
 .customer-logos li { height: 96px; padding: 18px 12px; }
 .customer-logos img { height: 55px; }
 .certificate-link { align-self: start; margin-top: 16px; max-width: none; }
 .reviews-summary { align-items: flex-start; gap: 8px; padding-top: 4px; }
 .rating-summary > strong { font-size: 2.25rem; }
 .reviews-summary > .text-link { font-size: .8125rem; }
 .review-track { grid-auto-columns: 100%; }
 .review-card { min-height: 296px; padding: 24px; }
 .office-grid { grid-template-columns: 1fr; }
 .office { padding: 24px; }
 .coverage-list { column-gap: 20px; }
 .coverage-list li { font-size: .875rem; }
 .footer-main { flex-direction: column; gap: 24px; padding-block: 36px; }
 .footer-main nav { display: flex; flex-wrap: wrap; column-gap: 24px; }
 .footer-bottom { flex-wrap: wrap; gap: 12px; }
}
@media (max-width: 370px) {
 .brand-emblem { width: 34px; height: 34px; }
 .brand-name { font-size: 1.125rem; }
 .header-call { font-size: .8125rem; }
 .site-header { gap: 10px; }
 h1 { font-size: 2rem; }
 .hero-rating { gap: 8px; }
 .hero-rating > span:last-child { width: 100%; }
 .service-link { padding: 16px; }
 .service-link h3 { font-size: 1rem; }
 .customer-logos { grid-template-columns: repeat(2,1fr); }
}
@media (prefers-reduced-motion: reduce) { .service-link { transition: none; } }
h1, h2 { text-wrap: balance; }
.review-track { align-items: stretch; }
@media (max-width: 600px) {
 .services-grid { grid-template-columns: 1fr; gap: 10px; }
 .service-link { grid-template-columns: 24px 1fr 18px; align-content: center; align-items: center; min-height: 82px; padding: 18px 20px; gap: 16px; }
 .service-number { grid-column: auto; }
 .service-link h3 { font-size: 1.0625rem; overflow-wrap: normal; }
}

/* Refinement: repair enquiries, engineering capability and report evidence. */
.hero .contract-note { color: #555; font-size: .875rem; }
.service-link { min-height: 200px; gap: 22px 18px; }
.service-description { min-width: 0; }
.service-description h3 { font-size: 1.25rem; overflow-wrap: normal; }
.service-description p { font-size: .875rem; line-height: 1.65; color: var(--muted); margin: 12px 0 0; max-width: 300px; }
.service-link svg { align-self: start; margin-top: 3px; }
.electronics-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 76px); }
.electronics-layout h2 { max-width: 520px; }
.electronics-scope { display: flex; flex-wrap: wrap; list-style: none; padding: 18px 0; margin: 24px 0 10px; gap: 12px 30px; border-block: 1px solid var(--line); font-size: .9375rem; font-weight: 600; }
.electronics-scope li::before { content: ""; display: inline-block; width: 6px; height: 6px; background: var(--repair-accent); margin-right: 10px; vertical-align: 2px; }
.reports-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 88px); align-items: center; }
.report-example { padding: 28px 30px 20px; background: #efefed; border: 1px solid var(--line); border-radius: 12px; }
.report-preview { display: block; max-width: 362px; margin-inline: auto; background: white; border: 1px solid #d6d6d6; box-shadow: 0 6px 22px #0000000d; }
.report-preview img { display: block; width: 100%; height: auto; }
.report-preview:hover { border-color: #8f8f8f; }
.report-caption { font-size: .75rem; line-height: 1.7; color: var(--muted); text-align: center; max-width: 290px; margin: 18px auto 0; }
.report-benefits { margin: 25px 0 28px; }
.report-benefits > div { border-top: 1px solid var(--line); padding-block: 16px; }
.report-benefits > div:last-child { border-bottom: 1px solid var(--line); }
.report-benefits dt { font-weight: 600; font-size: 1rem; line-height: 1.6; }
.report-benefits dd { color: var(--muted); font-size: .9375rem; line-height: 1.7; margin: 5px 0 0; }
.body-copy .report-file-note { font-size: .75rem; margin-top: 12px; }
.report-summary { margin-top: 18px; }
.report-summary summary { cursor: pointer; font-size: .8125rem; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; padding: 10px 0; }
.report-summary p { font-size: .9375rem; margin-top: 8px; }
.brands-compact { padding-block: 56px; }
.brands-compact .section-heading { align-items: center; }
.brands-compact .section-heading h2 { padding-top: 10px; }
.brands-compact .section-heading h2::before { display: none; }
.brands-compact .section-heading > p { margin: 0; }
.brands-compact .brand-logos { grid-template-columns: repeat(5,1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brands-compact .brand-logos li { min-height: 90px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; padding: 20px 26px; }
.brands-compact .brand-logos img { height: 44px; }
#about { border-top: 1px solid var(--line); }
.contact-section { background: var(--charcoal); color: white; }
.contact-heading { display: grid; grid-template-columns: 1.45fr 1fr; gap: 60px; align-items: start; }
.contact-section .eyebrow { color: #d2d2d2; margin-bottom: 18px; }
.contact-heading h2 { font-size: clamp(2rem, 3vw, 2.9rem); }
.contact-heading > div > p:not(.eyebrow) { font-size: 1rem; line-height: 1.75; max-width: 570px; color: #e0e0e0; margin: 20px 0 0; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; border-left: 1px solid #676767; padding-left: 45px; }
.contact-actions .button { background: white; color: var(--ink); border-color: white; font-size: 1.125rem; padding-inline: 25px; }
.contact-actions .button:hover { background: #ebebeb; }
.contact-actions .button svg { color: #a74b00; }
.contact-heading .contact-actions > p { margin-top: 10px; font-size: .8125rem; }
.contact-actions .text-link { margin-top: 17px; color: white; }
.email-address { color: #e0e0e0; font-size: .875rem; margin-top: 3px; overflow-wrap: anywhere; }
.email-note { display: block; font-size: .75rem; line-height: 1.6; color: #ccc; margin-top: 10px; }
.contact-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; padding: 35px 0 0; margin: 42px 0 0; list-style: none; border-top: 1px solid #676767; }
.contact-steps li { display: flex; align-items: baseline; gap: 18px; }
.contact-steps li > span { font-size: .75rem; color: #ffae69; }
.contact-steps h3 { font-size: 1rem; line-height: 1.6; margin: 0; font-weight: 600; }
.contact-steps p { font-size: .875rem; line-height: 1.75; color: #d2d2d2; margin: 10px 0 0; }
.contact-reassurance { color: #ddd; font-size: .8125rem; line-height: 1.7; margin: 35px 0 0; }
.contact-section a:focus-visible { outline-color: white; }
@media (max-width: 1100px) {
 .reports-layout { grid-template-columns: 1fr 1.15fr; gap: 36px; }
 .report-example { padding: 22px 20px; }
 .report-copy h2 { font-size: 2rem; }
 .contact-heading { gap: 35px; }
 .contact-actions { padding-left: 32px; }
}
@media (max-width: 800px) {
 .services-grid { grid-template-columns: repeat(2,1fr); }
 .service-description h3 { font-size: 1.125rem; }
 .service-link { min-height: 188px; }
 .electronics-layout, .reports-layout, .contact-heading { grid-template-columns: 1fr; gap: 28px; }
 .report-copy { order: -1; }
 .report-example { max-width: 480px; width: 100%; margin-inline: auto; padding: 26px; }
 .report-copy h2 { font-size: clamp(1.875rem, 5vw, 2.4rem); }
 .report-benefits { margin-block: 20px; }
 .brands-compact .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
 .brands-compact .brand-logos li { padding-inline: 14px; }
 .contact-actions { border-left: 0; border-top: 1px solid #676767; padding: 28px 0 0; }
 .contact-steps { grid-template-columns: 1fr; gap: 24px; padding-top: 28px; margin-top: 28px; }
 .contact-steps p { margin-top: 5px; max-width: 540px; }
}
@media (max-width: 600px) {
 .services-grid { grid-template-columns: 1fr; }
 .service-link { grid-template-columns: 20px 1fr 18px; gap: 14px; min-height: 132px; padding: 20px 18px; align-items: start; }
 .service-number { padding-top: 4px; }
 .service-description h3 { font-size: 1.125rem; }
 .service-description p { font-size: .875rem; margin-top: 7px; }
 .electronics-scope { gap: 12px 24px; font-size: .875rem; }
 .report-example { padding: 20px; }
 .brands-compact { padding-block: 44px; }
 .brands-compact .brand-logos { grid-template-columns: repeat(2,1fr); }
 .brands-compact .brand-logos li { min-height: 76px; padding: 16px 28px; }
 .brands-compact .brand-logos img { height: 38px; }
 .contact-heading h2 { font-size: 2rem; }
}

/* A range of report examples, with the detail appropriate to each visit. */
.report-section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 36px; }
.report-section-heading > p { font-size: 1.0625rem; line-height: 1.75; color: var(--muted); margin: 0; }
.report-tabs { display: flex; flex-wrap: wrap; gap: 0; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.report-tab { position: relative; display: flex; justify-content: center; align-items: center; flex: 1 1 auto; min-height: 60px; padding: 16px 24px; font-size: .9375rem; line-height: 1.5; font-weight: 500; color: var(--muted); }
.report-tab:hover { color: var(--ink); background: #f7f7f7; }
.report-tab[aria-selected="true"] { color: var(--ink); font-weight: 650; background: var(--surface); }
.report-tab[aria-selected="true"]::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 3px; background: var(--report-colour); }
.report-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: center; padding: 34px 36px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.report-panel + .report-panel { margin-top: 24px; }
.report-tabs[role="tablist"] + .report-panels .report-panel { margin-top: 0; }
.report-type-copy .eyebrow { color: var(--report-colour); margin-bottom: 14px; }
.report-type-copy h3 { font-size: clamp(1.5rem, 2.2vw, 2rem); line-height: 1.22; font-weight: 600; letter-spacing: -.025em; margin: 0; text-wrap: balance; }
.report-type-copy > p:not(.eyebrow) { font-size: .9375rem; line-height: 1.75; color: var(--muted); margin: 20px 0 0; }
.report-type-copy ul { padding: 0; list-style: none; margin: 24px 0 0; }
.report-type-copy li { position: relative; padding-left: 20px; margin-top: 12px; color: var(--ink); font-size: .9375rem; line-height: 1.65; }
.report-type-copy li::before { content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; border-radius: 50%; background: var(--report-colour); }
.report-type-copy > .report-scope { border-top: 1px solid var(--line); padding-top: 18px; font-size: .8125rem !important; }
.report-type-preview { margin: 0; min-width: 0; }
.report-type-preview > a { display: block; background: white; border: 1px solid #dedede; padding: 16px; border-radius: 3px; }
.report-type-preview > a:hover { border-color: #909090; }
.report-type-preview img { display: block; width: 100%; height: 398px; object-fit: contain; }
.report-type-preview figcaption { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 14px; margin-top: 12px; font-size: .75rem; line-height: 1.5; color: var(--muted); }
.report-type-preview figcaption .text-link { font-size: .75rem; }
.report-type-preview figcaption svg { width: 16px; height: 16px; }
.report-showcase-footer { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 26px; }
.report-showcase-footer > p { font-size: .8125rem; color: var(--muted); line-height: 1.75; margin: 0; max-width: 570px; }
.report-showcase-footer > div { flex-shrink: 0; }
.report-showcase-footer > div > span { display: block; margin-top: 11px; font-size: .75rem; color: var(--muted); }
@media (max-width: 1100px) {
 .report-section-heading { gap: 36px; }
 .report-panel { padding: 28px; gap: 32px; }
 .report-type-preview img { height: 360px; }
}

/* A short enquiry alongside direct contact for urgent call-outs. */
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px clamp(36px, 5vw, 76px); align-items: start; }
.contact-copy { grid-column: 1; grid-row: 1; }
.contact-copy h2 { font-size: clamp(2rem, 3vw, 2.9rem); }
.contact-intro { font-size: 1rem; line-height: 1.75; color: #e0e0e0; margin: 22px 0 0; max-width: 490px; }
.urgent-contact { border-left: 3px solid var(--repair-accent); padding-left: 20px; margin-top: 30px; }
.urgent-contact h3 { font-size: 1rem; margin: 0; line-height: 1.5; }
.urgent-contact p { margin: 5px 0 6px; font-size: .9375rem; line-height: 1.7; color: #ddd; }
.contact-phone { display: inline-flex; align-items: center; gap: 12px; min-height: 48px; font-size: clamp(1.25rem, 2vw, 1.625rem); font-weight: 600; font-variant-numeric: tabular-nums; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.contact-phone svg { color: #ffa75b; }
.urgent-contact > span { display: block; font-size: .8125rem; line-height: 1.7; color: #d2d2d2; }
.contact-copy .contact-reassurance { margin-top: 24px; }
.contact-email { font-size: .9375rem; overflow-wrap: anywhere; }
.contact-layout .contact-steps { grid-column: 1; grid-row: 2; grid-template-columns: 1fr; gap: 24px; margin: 0; padding-top: 28px; }
.contact-layout .contact-steps p { margin-top: 5px; }
.enquiry-card { scroll-margin-top: 24px; }
.enquiry-card { grid-column: 2; grid-row: 1 / 3; padding: clamp(24px, 3vw, 40px); border-radius: 12px; background: white; color: var(--ink); min-width: 0; }
.enquiry-card h3 { font-size: 1.5rem; font-weight: 600; line-height: 1.3; margin: 0; letter-spacing: -.02em; }
.enquiry-preview-note { font-size: .8125rem; line-height: 1.65; color: var(--muted); margin: 16px 0 24px; padding: 12px 14px; background: var(--surface); border-left: 2px solid #b6b6b6; }
.enquiry-card fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
.enquiry-card .form-hint { font-size: .8125rem; line-height: 1.65; margin: 6px 0 12px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { min-width: 0; }
.form-field label { display: block; font-size: .875rem; font-weight: 600; line-height: 1.6; margin-bottom: 8px; }
.form-field label > span { color: #a74b00; }
.form-field input, .form-field textarea { display: block; width: 100%; min-height: 48px; border: 1px solid #9c9c9c; border-radius: 4px; padding: 12px; background: white; color: var(--ink); font: inherit; font-size: 1rem; line-height: 1.5; }
.form-field textarea { resize: vertical; min-height: 126px; max-height: 400px; }
.form-field input:hover, .form-field textarea:hover { border-color: var(--ink); }
.enquiry-card :is(input, textarea, button):focus-visible { outline: 2px solid var(--charcoal); outline-offset: 3px; }
.form-field [aria-invalid="true"] { border: 2px solid #a32618; padding: 11px; }
.enquiry-card .contact-fields { margin-block: 22px; }
.contact-fields legend { font-size: .875rem; font-weight: 600; line-height: 1.6; padding: 0; }
.enquiry-card .field-error { color: #a32618; font-size: .8125rem; line-height: 1.6; margin: 8px 0 0; }
.enquiry-card .button { font-family: inherit; cursor: pointer; }
.enquiry-submit { width: 100%; margin-top: 24px; }
.enquiry-card .enquiry-submit-note { margin: 10px 0 0; text-align: center; font-size: .75rem; }
.enquiry-card fieldset:disabled { opacity: .6; }
.enquiry-card fieldset:disabled button { cursor: not-allowed; }
.enquiry-review h4 { font-size: 1.25rem; line-height: 1.5; margin: 0 0 8px; }
.enquiry-review-details { margin: 24px 0; }
.enquiry-review-details > div { padding-block: 13px; border-bottom: 1px solid var(--line); }
.enquiry-review-details dt { font-size: .8125rem; line-height: 1.6; color: var(--muted); }
.enquiry-review-details dd { margin: 4px 0 0; font-size: .9375rem; line-height: 1.7; overflow-wrap: anywhere; white-space: pre-wrap; }
@media (max-width: 1100px) {
 .contact-layout { grid-template-columns: .8fr 1.2fr; gap: 28px 32px; }
 .enquiry-card { padding: 28px; }
}
@media (max-width: 800px) {
 .contact-layout { grid-template-columns: 1fr; gap: 32px; }
 .contact-copy { grid-column: 1; grid-row: 1; }
 .enquiry-card { grid-column: 1; grid-row: 2; }
 .contact-layout .contact-steps { grid-column: 1; grid-row: 3; }
}
@media (max-width: 600px) {
 .report-tabs .report-tab { flex: 1 1 0; min-width: 0; padding-inline: 8px; }
 .enquiry-card { padding: 24px 20px; }
 .form-grid { grid-template-columns: 1fr; gap: 18px; }
 .urgent-contact { padding-left: 16px; }
 .enquiry-preview-note { margin-bottom: 20px; }
}
@media (max-width: 370px) {
 .report-tabs .report-tab { font-size: .8125rem; }
 .enquiry-card { padding-inline: 16px; }
}
@media (max-width: 800px) {
 .report-section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 24px; }
 .report-section-heading h2 { max-width: 600px; }
 .report-section-heading .section-label { margin-bottom: 22px; }
 .report-panel { grid-template-columns: 1fr; gap: 24px; }
 .report-type-preview { max-width: 570px; width: 100%; margin-inline: auto; }
 .report-type-preview img { height: auto; max-height: 450px; }
 .report-tab { padding: 14px 20px; min-height: 52px; }
 .report-showcase-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width: 600px) {
 .report-panel { padding: 24px 20px 18px; }
 .report-tab { font-size: .875rem; padding: 14px 16px; }
 .report-type-copy h3 { font-size: 1.625rem; }
 .report-type-copy ul { margin-top: 18px; }
 .report-type-preview > a { padding: 10px; }
 .report-type-preview figcaption { margin-top: 6px; }
 .report-showcase-footer > div { width: 100%; }
.report-showcase-footer .button { width: 100%; padding-inline: 16px; font-size: .875rem; }
}

/* Keep direct contact within reach on smaller screens. */
.mobile-contact-bar { display: none; }
@media (max-width: 800px) {
 body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
 html { scroll-padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)); }
 .mobile-contact-bar { position: fixed; inset: auto 0 0; z-index: 20; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 10px max(16px, env(safe-area-inset-right, 0px)) calc(10px + env(safe-area-inset-bottom, 0px)) max(16px, env(safe-area-inset-left, 0px)); border-top: 1px solid var(--line); background: white; box-shadow: 0 -3px 14px #00000008; }
 .mobile-contact-bar .button { min-height: 48px; padding: 11px 12px; font-size: .875rem; gap: 8px; }
 .mobile-contact-bar svg { width: 18px; height: 18px; }
 .mobile-contact-bar.is-editing { display: none; }
}
@media (max-width: 600px) {
 .hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; }
 .hero-actions .button { width: 100%; }
}

/* Advice library and links to existing Forge content. */
.related-resources { border-top: 1px solid var(--line); }
.related-resources ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; list-style: none; padding: 0; margin: 0; }
.related-resources li { border-top: 1px solid var(--line); }
.related-resources li a { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 18px; font-size: 1rem; line-height: 1.6; }
.related-resources li a:hover { text-decoration: underline; text-underline-offset: 4px; }
.coverage-list a, .lift-types a:not([aria-label]) { text-decoration: underline; text-underline-offset: 4px; }
.coverage-list a { display: inline-block; padding-block: 6px; }
@media (min-width: 981px) and (max-width: 1100px) {
 .desktop-nav { display: none; }
 .header-call { margin-left: auto; }
 .mobile-nav { display: block; border-top: 1px solid var(--line); }
 .mobile-nav > summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; min-height: 44px; font-size: .875rem; list-style: none; }
 .mobile-nav > summary::-webkit-details-marker { display: none; }
 .mobile-nav > summary span { font-size: 1.35rem; }
 .mobile-nav[open] > summary span { transform: rotate(45deg); }
 .mobile-nav nav { display: grid; gap: 0; padding-bottom: 12px; }
 .mobile-nav nav a { border-top: 1px solid #eee; }
}
@media (max-width: 800px) {
 .related-resources ul { grid-template-columns: 1fr; gap: 0; }
}

/* Self-hosted Manrope ExtraBold for the header wordmark. */
@font-face {
 font-family: "Manrope";
 src: url("assets/fonts/manrope-variable.ttf") format("truetype");
 font-style: normal;
 font-weight: 200 800;
 font-display: swap;
}
.header-brand-name { font-family: "Manrope", var(--font); font-weight: 800; font-size: 2rem; line-height: 1.2; letter-spacing: -.035em; white-space: nowrap; }
@media (max-width: 800px) {
 .header-brand-name { font-size: 1.75rem; }
}
@media (max-width: 370px) {
 .header-brand-name { font-size: 1.5rem; }
}
