@font-face {
  font-family: "DP Narrow";
  src: url("fonts/NimbusSansNarrow-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DP Display";
  src: url("fonts/NimbusSans-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "DP Sans";
  src: url("fonts/NimbusSans-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --ink: #070a0d;
  --ink-soft: #10151a;
  --paper: #edf0f2;
  --silver: #b8c1c8;
  --muted: #737d84;
  --line: rgba(237, 240, 242, .16);
  --blue: #3867ff;
  --rail: 72px;
  --pad: clamp(22px, 4.4vw, 76px);
  --display: "DP Display", Arial, sans-serif;
  --utility: "DP Narrow", "Arial Narrow", sans-serif;
  --body: "DP Sans", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; touch-action: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { background: var(--blue); color: white; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 10px;
  left: 10px;
  padding: 12px 16px;
  background: white;
  color: black;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: none; }

.social-link svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.rail {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 100;
  width: var(--rail);
  border-right: 1px solid rgba(255,255,255,.1);
  background: rgba(7,10,13,.84);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rail__logo { width: 100%; height: 96px; display: grid; place-items: center; border-bottom: 1px solid var(--line); }
.rail__logo span { font: 700 19px/1 var(--display); letter-spacing: -.08em; transform: rotate(-90deg); }
.rail__nav { flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 22px; }
.rail__nav a { position: relative; width: 44px; min-height: 44px; display: grid; place-items: center; color: var(--muted); font-size: 9px; letter-spacing: .15em; }
.rail__nav a::before { content: ""; position: absolute; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transition: transform .25s ease, background .25s ease; }
.rail__nav a span { opacity: 0; transform: translateX(-8px); transition: opacity .25s ease, transform .25s ease; }
.rail__nav a:hover::before, .rail__nav a:focus-visible::before, .rail__nav a.is-active::before { transform: scale(3); background: var(--blue); }
.rail__nav a:hover span, .rail__nav a:focus-visible span { opacity: 1; transform: translateX(15px); }
.rail__route { width: 100%; aspect-ratio: 1; border-top: 1px solid var(--line); display: grid; place-items: center; transition: background .25s ease; }
.rail__route:hover, .rail__route:focus-visible { background: var(--blue); }
.rail__route svg, .action svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }

.mobile-header, .mobile-menu { display: none; }
main, .footer { margin-left: var(--rail); }

.hero { min-height: 100svh; position: relative; overflow: hidden; padding: clamp(118px, 12vh, 160px) var(--pad) 40px; display: flex; flex-direction: column; justify-content: flex-end; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(4,7,9,.96) 0%, rgba(4,7,9,.62) 40%, rgba(4,7,9,.08) 73%), linear-gradient(0deg, rgba(4,7,9,.94) 0%, transparent 50%); }
.hero__media { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: #080b0e; --x: 70%; --y: 40%; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% 45%; transform: scale(1.025); animation: heroBreath 9s cubic-bezier(.2,.65,.3,1) both; }
.hero__focus { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle 130px at var(--x) var(--y), rgba(122,156,255,.16), transparent 72%); mix-blend-mode: screen; }
.hero__focus::after { content: ""; position: absolute; left: calc(var(--x) - 4px); top: calc(var(--y) - 4px); width: 8px; height: 8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.78); box-shadow: 0 0 0 11px rgba(56,103,255,.18); }
@keyframes heroBreath { from { transform: scale(1.085); filter: brightness(.76); } to { transform: scale(1.025); filter: brightness(.9); } }
.hero__index { position: absolute; right: var(--pad); top: 34px; font: 700 10px/1 var(--display); letter-spacing: .22em; color: rgba(255,255,255,.62); }
.hero__eyebrow { margin: 0 0 clamp(24px, 4vh, 46px); display: flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.hero__eyebrow span { width: 38px; height: 1px; background: var(--blue); }
.hero__title { position: relative; margin: 0; font: 700 clamp(58px, 8.6vw, 142px)/.9 var(--display); letter-spacing: -.04em; text-transform: uppercase; max-width: none; }
.hero__line { display: block; overflow: visible; padding: .015em 0 .09em; }
.hero__line > span { display: block; opacity: 0; transform: translateY(.24em); animation: titleIn .85s .25s cubic-bezier(.16,1,.3,1) forwards; }
.hero__line--indent { padding-left: .87em; }
.hero__line--indent > span { animation-delay: .38s; }
.hero__line--last > span { animation-delay: .51s; color: transparent; -webkit-text-stroke: 1.3px rgba(237,240,242,.88); }
@keyframes titleIn { to { opacity: 1; transform: none; } }
.hero__footer { display: grid; grid-template-columns: minmax(280px, 430px) auto; align-items: end; gap: 40px; margin-top: clamp(30px, 5vh, 62px); padding-left: clamp(0px, 9vw, 146px); }
.hero__footer p { margin: 0; color: rgba(237,240,242,.7); max-width: 41ch; font-size: clamp(14px, 1.1vw, 17px); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; }
.action { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 20px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; border: 1px solid transparent; transition: color .3s ease, background .3s ease, border-color .3s ease, transform .3s ease; }
.action--solid { min-width: 220px; background: var(--blue); color: white; }
.action--solid:hover, .action--solid:focus-visible { background: white; color: var(--ink); transform: translateY(-2px); }
.action--text { position: relative; padding-inline: 0; min-height: 44px; }
.action--text::after { content: ""; position: absolute; left: 0; right: 0; bottom: 8px; height: 1px; background: currentColor; transform-origin: right; transition: transform .3s ease; }
.action--text:hover::after, .action--text:focus-visible::after { transform: scaleX(.35); }
.hero__scroll { position: absolute; right: var(--pad); bottom: 44px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.54); }
.hero__scroll span { width: 1px; height: 36px; background: linear-gradient(var(--blue) 50%, rgba(255,255,255,.2) 50%); background-size: 100% 200%; animation: scrollLine 1.8s ease infinite; }
@keyframes scrollLine { to { background-position: 0 -200%; } }

.section { padding: clamp(90px, 11vw, 180px) var(--pad); }
.scope { background: var(--paper); color: var(--ink); }
.section-head { display: grid; grid-template-columns: .7fr 2.3fr 1fr; gap: clamp(24px, 5vw, 90px); align-items: start; margin-bottom: clamp(70px, 9vw, 140px); }
.kicker { margin: 0; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; color: var(--muted); }
.section-head h2, .inspection h2, .contact h2 { margin: 0; font: 700 clamp(48px, 6.5vw, 108px)/.84 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.section-head > p:last-child { margin: .3em 0 0; max-width: 33ch; color: #4e565c; }
.service-index { border-top: 1px solid rgba(7,10,13,.25); }
.service-row { position: relative; min-height: clamp(130px, 13vw, 205px); display: grid; grid-template-columns: .7fr 2.3fr 1fr; gap: clamp(24px, 5vw, 90px); align-items: center; border-bottom: 1px solid rgba(7,10,13,.25); overflow: hidden; }
.service-row::before { content: ""; position: absolute; inset: 0; background: var(--ink); transform: translateX(-101%); transition: transform .55s cubic-bezier(.76,0,.24,1); }
.service-row:hover::before { transform: none; }
.service-row > * { position: relative; z-index: 1; }
.service-row__number { font: 700 12px/1 var(--display); letter-spacing: .16em; color: var(--muted); transition: color .35s ease; }
.service-row h3 { margin: 0; font: 700 clamp(35px, 4.5vw, 72px)/.9 var(--display); letter-spacing: -.025em; text-transform: uppercase; transition: color .35s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.service-row p { margin: 0; color: #4e565c; max-width: 35ch; transition: color .35s ease, transform .55s cubic-bezier(.16,1,.3,1); }
.service-row__point { position: absolute; width: 9px; height: 9px; right: 0; border-radius: 50%; background: var(--blue); transform: scale(0); transition: transform .45s .08s cubic-bezier(.16,1,.3,1); }
.service-row:hover h3, .service-row:hover p { transform: translateX(10px); color: var(--paper); }
.service-row:hover .service-row__number { color: var(--blue); }
.service-row:hover .service-row__point { transform: scale(1); }

.inspection { background: var(--ink); display: grid; grid-template-columns: minmax(350px, 43%) 1fr; min-height: 100vh; }
.inspection__visual { position: sticky; top: 0; height: 100vh; overflow: hidden; background: #020304; }
.inspection__visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, transparent 16%, rgba(0,0,0,.78) 74%), linear-gradient(135deg, rgba(56,103,255,.09), transparent 50%); }
.inspection__surface { position: absolute; inset: 0; background: #05080a; }
.inspection__surface::before { content: ""; position: absolute; inset: -8%; opacity: .46; background: radial-gradient(circle, rgba(210,219,226,.38) 0 1.2px, transparent 1.8px); background-size: 12px 12px; transform: rotate(-7deg) scale(1.08); }
.inspection__surface::after { content: ""; position: absolute; inset: -20% 28% -20% 36%; background: linear-gradient(90deg, transparent, rgba(86,123,255,.12), rgba(255,255,255,.62), rgba(86,123,255,.12), transparent); filter: blur(18px); transform: skewX(-9deg); }
.inspection__surface i { position: absolute; z-index: 1; inset: 0; background: linear-gradient(122deg, transparent 0 43%, rgba(255,255,255,.09) 48%, transparent 53% 100%); }
.inspection__reticle { position: absolute; z-index: 2; left: 50%; top: 50%; width: 25vw; max-width: 340px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.inspection__reticle::before { content: ""; position: absolute; inset: 50%; width: 8px; height: 8px; border-radius: 50%; transform: translate(-50%,-50%); background: var(--blue); box-shadow: 0 0 0 10px rgba(56,103,255,.12); }
.inspection__reticle i { position: absolute; background: rgba(255,255,255,.22); }
.inspection__reticle i:first-child { width: calc(100% + 80px); height: 1px; left: -40px; top: 50%; }
.inspection__reticle i:last-child { height: calc(100% + 80px); width: 1px; top: -40px; left: 50%; }
.inspection__reading { position: absolute; z-index: 3; left: 28px; bottom: 28px; font: 700 9px/1 var(--display); letter-spacing: .2em; color: rgba(255,255,255,.55); }
.inspection__copy { padding: clamp(90px, 10vw, 170px) var(--pad); }
.inspection__copy .kicker { margin-bottom: clamp(50px, 7vw, 110px); }
.inspection h2 { max-width: 10ch; }
.inspection__lead { max-width: 48ch; margin: 50px 0 clamp(70px, 8vw, 130px); color: var(--silver); font-size: clamp(18px, 1.4vw, 23px); }
.process { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.process > li > span { font: 700 10px/1 var(--display); letter-spacing: .16em; color: var(--blue); padding-top: 7px; }
.process h3 { margin: 0 0 6px; font: 700 clamp(24px, 2.3vw, 38px)/1 var(--display); text-transform: uppercase; }
.process p { margin: 0; color: var(--muted); max-width: 46ch; }

.contact { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; min-height: 92vh; background: var(--blue); color: white; overflow: hidden; }
.contact__signal { position: absolute; width: min(48vw, 760px); aspect-ratio: 1; right: -13vw; top: -22vw; border: 1px solid rgba(255,255,255,.23); border-radius: 50%; }
.contact__signal::before, .contact__signal::after { content: ""; position: absolute; inset: 14%; border: inherit; border-radius: 50%; }
.contact__signal::after { inset: 31%; }
.contact__signal span { position: absolute; inset: 49%; width: 2%; aspect-ratio: 1; border-radius: 50%; background: white; animation: pulse 2.3s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 28px rgba(255,255,255,0); } 0%,100% { box-shadow: 0 0 0 0 rgba(255,255,255,.2); } }
.contact__content { position: relative; z-index: 2; padding: clamp(90px, 10vw, 170px) var(--pad) clamp(70px, 8vw, 130px); display: flex; flex-direction: column; }
.contact .kicker { color: rgba(255,255,255,.62); margin-bottom: clamp(55px, 8vw, 120px); }
.contact h2 { max-width: 10ch; }
.contact h2 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.88); font-style: normal; }
.contact__details { margin-top: auto; padding-top: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; }
.contact address { font-style: normal; color: rgba(255,255,255,.78); }
.contact address span { display: block; color: white; font: 700 16px/1 var(--display); letter-spacing: .1em; margin-bottom: 14px; }
.contact__links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.action--light { background: white; color: var(--ink); min-width: 205px; }
.action--light:hover, .action--light:focus-visible { background: var(--ink); color: white; transform: translateY(-2px); }
.social-link { font-size: 11px; letter-spacing: .13em; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.55); padding: 8px 0; display: inline-flex; align-items: center; gap: 9px; }
.contact__map { position: relative; z-index: 1; min-height: 100%; background: #d9dde0; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%); }
.contact__map iframe { border: 0; width: 100%; height: 100%; min-height: 620px; filter: grayscale(1) contrast(1.08); }

.footer { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px var(--pad); border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.footer p { margin: 0; }
.footer a { min-height: 44px; display: inline-flex; align-items: center; color: var(--paper); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-image { clip-path: inset(8% 8% 8% 8%); transition: clip-path 1.1s cubic-bezier(.16,1,.3,1); }
.reveal-image.is-visible { clip-path: inset(0); }

:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.scope :focus-visible { outline-color: var(--blue); }

@media (max-width: 1100px) {
  .section-head, .service-row { grid-template-columns: .45fr 1.6fr 1fr; gap: 30px; }
  .hero__footer { grid-template-columns: 1fr; padding-left: 10vw; }
  .inspection { grid-template-columns: 39% 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact__map { min-height: 54vh; clip-path: polygon(0 8%,100% 0,100% 100%,0 100%); }
  .contact__map iframe { min-height: 54vh; }
}

@media (max-width: 767px) {
  :root { --pad: clamp(20px, 6vw, 28px); }
  .rail { display: none; }
  main, .footer { margin-left: 0; }
  .mobile-header { position: fixed; z-index: 300; top: 0; left: 0; right: 0; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(7,10,13,.92); backdrop-filter: blur(14px); }
  body.menu-open .mobile-header { background: var(--ink); backdrop-filter: none; }
  .mobile-header__brand { min-width: 132px; min-height: 44px; display: flex; align-items: center; gap: 6px; font: 700 13px/1 var(--utility); letter-spacing: .12em; }
  .mobile-header__brand strong { color: var(--blue); font: inherit; }
  .menu-toggle { position: relative; z-index: 2; min-width: 66px; min-height: 44px; padding: 0; border: 0; background: none; display: flex; align-items: center; justify-content: flex-end; gap: 12px; cursor: pointer; }
  .menu-toggle__label { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
  .menu-toggle__lines { width: 23px; display: grid; gap: 6px; }
  .menu-toggle__lines i { display: block; height: 1px; background: currentColor; transition: transform .3s ease; }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 250; inset: 0; min-height: 100svh; padding: 102px var(--pad) max(28px, env(safe-area-inset-bottom)); background: var(--ink); display: grid; grid-template-rows: auto 1fr auto; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .3s ease, transform .3s ease, visibility .3s; overflow-y: auto; overscroll-behavior: contain; }
  .mobile-menu::after { content: ""; position: absolute; inset: 68px 0 auto; height: 1px; background: linear-gradient(90deg, var(--blue) 0 18%, var(--line) 18%); }
  .mobile-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
  .mobile-menu__eyebrow { margin: 0 0 clamp(28px, 6vh, 54px); display: flex; justify-content: space-between; color: var(--muted); font: 700 11px/1 var(--utility); letter-spacing: .17em; text-transform: uppercase; }
  .mobile-menu__links { align-self: center; width: 100%; border-top: 1px solid var(--line); }
  .mobile-menu__links a { min-height: clamp(82px, 15vh, 112px); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px minmax(0, 1fr); align-items: center; column-gap: 10px; }
  .mobile-menu__links a > span { color: var(--blue); align-self: start; padding-top: 25px; font: 700 11px/1 var(--utility); letter-spacing: .15em; }
  .mobile-menu__links strong { min-width: 0; color: var(--paper); font: 700 clamp(27px, 7.6vw, 36px)/.98 var(--display); letter-spacing: -.03em; text-transform: uppercase; }
  .mobile-menu__route { min-height: 58px; margin-top: clamp(32px, 7vh, 60px); padding: 0 20px; background: var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-menu__route svg { width: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.6; }

  .hero { min-height: 100svh; padding: 102px var(--pad) 28px; justify-content: flex-end; }
  .hero::after { background: linear-gradient(0deg, rgba(4,7,9,.98) 0%, rgba(4,7,9,.56) 57%, rgba(4,7,9,.08) 83%), linear-gradient(90deg, rgba(4,7,9,.65), transparent 70%); }
  .hero__media { inset: 68px 0 auto; height: 60svh; }
  .hero__media img { object-position: 58% 50%; }
  .hero__focus { display: none; }
  .hero__index { top: 88px; right: var(--pad); }
  .hero__eyebrow { margin-bottom: 18px; font-size: 9px; }
  .hero__title { font-size: clamp(44px, 12.5vw, 54px); line-height: .94; max-width: 100%; letter-spacing: -.045em; }
  .hero__line--indent { padding-left: .48em; }
  .hero__footer { display: block; margin-top: 24px; padding: 0; }
  .hero__footer p { max-width: 34ch; font-size: 13px; }
  .hero__actions { margin-top: 22px; gap: 16px; }
  .action--solid { min-width: 0; flex: 1; }
  .action--text { display: none; }
  .hero__scroll { display: none; }

  .section { padding: 88px var(--pad); }
  .section-head { display: block; margin-bottom: 70px; }
  .section-head h2, .inspection h2, .contact h2 { font-size: clamp(44px, 14.4vw, 68px); margin-top: 46px; }
  .section-head > p:last-child { margin-top: 28px; }
  .service-row { min-height: 0; display: grid; grid-template-columns: 38px 1fr; gap: 0 10px; padding: 30px 0; }
  .service-row h3 { font-size: clamp(32px, 10vw, 48px); }
  .service-row p { grid-column: 2; margin-top: 16px; font-size: 14px; }
  .service-row__point { right: 4px; top: 34px; transform: scale(1); }
  .service-row::before { display: none; }

  .inspection { display: flex; flex-direction: column; min-height: auto; }
  .inspection__visual { position: relative; height: 76vw; min-height: 310px; order: 1; }
  .inspection__reticle { width: 48vw; }
  .inspection__copy { order: 2; padding: 88px var(--pad); }
  .inspection__copy .kicker { margin-bottom: 0; }
  .inspection__lead { margin: 36px 0 68px; font-size: 17px; }
  .process li { grid-template-columns: 44px 1fr; gap: 10px; padding: 24px 0; }
  .process h3 { font-size: 27px; }
  .process p { font-size: 14px; }

  .contact { min-height: auto; }
  .contact__content { padding: 88px var(--pad) 92px; }
  .contact .kicker { margin-bottom: 0; }
  .contact__details { margin-top: 66px; padding: 0; grid-template-columns: 1fr; gap: 36px; }
  .contact__signal { width: 88vw; right: -41vw; top: -18vw; }
  .contact__map { min-height: 420px; clip-path: polygon(0 8%,100% 0,100% 100%,0 100%); }
  .contact__map iframe { min-height: 420px; }
  .footer { min-height: 130px; padding-block: 30px; flex-wrap: wrap; align-content: center; }
  .footer p:nth-child(2) { display: none; }
}

@media (max-width: 374px) {
  .hero__title { font-size: clamp(43px, 12.4vw, 46px); }
  .hero__footer p { font-size: 12px; }
  .action { padding-inline: 16px; gap: 12px; font-size: 10px; }
  .section-head h2, .inspection h2, .contact h2 { font-size: 43px; }
}

@media (min-width: 1600px) {
  .hero__title { font-size: clamp(132px, 8.4vw, 164px); }
  .hero__footer { padding-left: 154px; }
  .service-row p, .section-head > p:last-child { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .reveal-image { clip-path: none; }
  .hero__line > span { opacity: 1; transform: none; }
}
