.site-header {
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid rgb(16 25 35 / 9%);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner { align-items: center; display: flex; min-height: var(--header-height); justify-content: space-between; }
.header-actions { align-items: center; display: flex; gap: 1rem; }
.header-actions .button { display: none; }
.primary-navigation { display: none; }

.hero { min-height: min(45rem, calc(100svh - var(--header-height))); overflow: hidden; position: relative; }
.hero::after { background: linear-gradient(90deg, rgb(8 16 24 / 97%) 0%, rgb(8 16 24 / 83%) 48%, rgb(8 16 24 / 38%) 100%); content: ""; inset: 0; position: absolute; }
.hero-media { inset: 0; position: absolute; }
.hero-media picture,
.hero-media img { height: 100%; width: 100%; }
.hero-media img { object-fit: cover; object-position: 64% center; }
.hero-inner { align-items: center; display: flex; min-height: min(45rem, calc(100svh - var(--header-height))); padding-block: 5rem; position: relative; z-index: 1; }
.hero-copy { max-width: 730px; }
.hero-copy h1 { margin-bottom: 1.6rem; max-width: 12ch; }
.hero-lead { color: #dce3e9; font-size: clamp(1.1rem, 2.2vw, 1.35rem); margin-bottom: 2.2rem; max-width: 670px; }

.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); }
.trust-item { border-bottom: 1px solid var(--line); padding: 1.4rem 0.8rem; }
.trust-item:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-item strong,
.trust-item span { display: block; }
.trust-item strong { color: var(--ink); font-size: 1rem; }
.trust-item span { color: var(--slate); font-size: 0.78rem; }

.split-heading { display: grid; gap: 1.5rem; }
.split-heading h2 { margin-bottom: 0; }
.split-heading .section-lead { margin-bottom: 1.5rem; }

.benefit-grid,
.service-grid,
.repair-grid,
.review-grid { display: grid; gap: 1rem; }

.device-layout,
.form-layout,
.technician-grid,
.faq-layout,
.areas-layout { display: grid; gap: 2.5rem; }

.service-grid { counter-reset: services; }
.process-list { list-style: none; margin: 0; padding: 0; }

.cta-inner { display: grid; gap: 2rem; }
.cta-inner h2 { margin-bottom: 1rem; max-width: 760px; }
.cta-inner p { color: #c6d0d9; margin-bottom: 0; max-width: 650px; }
.cta-actions { align-items: flex-start; display: flex; flex-direction: column; gap: 1.2rem; }
.cta-actions > a:last-child { color: var(--white); font-weight: 700; }

.footer-grid { display: grid; gap: 2.5rem; padding-block: 4.5rem; }
.footer-bottom { align-items: center; border-top: 1px solid #30404e; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-block: 1.3rem; }

.service-hero { padding-block: clamp(5rem, 10vw, 8rem); }
.service-hero-inner { max-width: 940px; }
.service-hero h1 { margin-bottom: 1.5rem; max-width: 13ch; }
.service-hero p:not(.eyebrow) { color: #cbd5dc; font-size: 1.2rem; max-width: 700px; }
.service-content-layout { display: grid; gap: 3rem; }

.not-found { min-height: 65vh; text-align: center; }

@media (min-width: 680px) {
  .container { width: min(calc(100% - 3rem), var(--container)); }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .repair-grid,
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .form-grid { grid-template-columns: repeat(2, 1fr); }
  .form-wide { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1.4fr 0.8fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
  .header-actions .button { display: inline-flex; }
  .menu-toggle { display: none; }
  .primary-navigation { align-items: center; display: flex; gap: clamp(1rem, 2vw, 1.8rem); }
  .primary-navigation a { color: var(--ink); font-size: 0.86rem; font-weight: 680; text-decoration: none; }
  .primary-navigation a:hover { color: var(--blue); }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-item { border-bottom: 0; border-right: 1px solid var(--line); padding: 1.8rem 2rem; }
  .trust-item:last-child { border-right: 0; }
  .trust-item strong { font-size: 1.15rem; }
  .trust-item span { font-size: 0.85rem; }
  .split-heading { align-items: end; grid-template-columns: 1.1fr 0.9fr; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .device-layout { align-items: center; grid-template-columns: 0.9fr 1.1fr; }
  .form-layout { align-items: start; grid-template-columns: 0.75fr 1.25fr; }
  .technician-grid { align-items: center; grid-template-columns: 1fr 1fr; }
  .faq-layout { align-items: start; grid-template-columns: 0.75fr 1.25fr; }
  .areas-layout { align-items: center; grid-template-columns: 1fr 1fr; }
  .cta-inner { align-items: center; grid-template-columns: 1fr auto; }
  .cta-actions { align-items: flex-end; }
  .footer-grid { grid-template-columns: 1.5fr 0.7fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
  .service-content-layout { grid-template-columns: 1.25fr 0.75fr; }
}

@media (min-width: 1120px) {
  .site-header { backdrop-filter: blur(12px); }
  .hero::after { background: linear-gradient(90deg, rgb(8 16 24 / 98%) 0%, rgb(8 16 24 / 88%) 42%, rgb(8 16 24 / 10%) 75%); }
}
