@font-face{font-family:Barlow Condensed;src:url('assets/barlow-condensed-700.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Barlow Condensed;src:url('assets/barlow-condensed-800.ttf') format('truetype');font-style:normal;font-weight:800;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-400.ttf') format('truetype');font-style:normal;font-weight:400 500;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-600.ttf') format('truetype');font-style:normal;font-weight:600;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-700.ttf') format('truetype');font-style:normal;font-weight:700;font-display:swap}
@font-face{font-family:Manrope;src:url('assets/manrope-800.ttf') format('truetype');font-style:normal;font-weight:800;font-display:swap}

:root {
  --navy: #0c2451;
  --blue: #1649ad;
  --red: #c6293c;
  --paper: #ffffff;
  --muted: #57677c;
  --line: #dce3ed;
  --display: 'Barlow Condensed', 'Arial Narrow', Impact, sans-serif;
  --body: Manrope, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
a:focus-visible { outline: 3px solid #517fd3; outline-offset: 5px; }
svg { width: 24px; height: 24px; flex: none; }
p, h1, h2 { margin: 0; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: 12px; left: 12px; padding: 12px 20px; color: white; background: var(--blue); z-index: 20; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: 88.9%; max-width: 1280px; margin-inline: auto; }

.site-header { min-height: 108px; padding: 22px 5.55%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; flex-direction: column; line-height: 1; }
.brand-name { font-family: var(--display); font-weight: 800; font-size: 3.25rem; letter-spacing: -.025em; }
.brand-detail { font-size: .75rem; font-weight: 800; letter-spacing: .095em; margin-top: 9px; }
.header-nav { display: flex; gap: 32px; align-items: center; margin-left: auto; margin-right: 30px; font-size: .875rem; font-weight: 700; }
.header-nav a:hover { color: var(--blue); text-decoration: underline; text-underline-offset: 6px; }
.header-call { display: flex; gap: 14px; align-items: center; font-size: 1.125rem; font-weight: 800; border-left: 1px solid var(--line); padding-left: 35px; }
.header-call:hover { color: var(--red); }

.hero { background: var(--navy); color: white; display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }
.hero-copy { padding: 58px 6% 58px 11.1%; position: relative; z-index: 1; }
.eyebrow { font-size: .875rem; font-weight: 800; letter-spacing: .09em; display: flex; gap: 12px; align-items: center; }
.short-rule { width: 30px; height: 3px; background: var(--red); }
h1 { font-family: var(--display); text-transform: uppercase; font-size: clamp(3.5rem,6.4vw,6.25rem); font-weight: 700; line-height: .99; letter-spacing: -.012em; margin: 24px 0; }
h1 span { color: #b0ceff; }
.hero-description { color: #d2dcee; font-size: 1rem; line-height: 1.8; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 16px 24px; font-weight: 800; min-height: 60px; transition: background .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #ad1930; }
.hero .button { margin-top: 28px; font-size: 1.25rem; min-width: 295px; }
.button-end { border-left: 1px solid #ffffff50; margin-left: 14px; padding-left: 22px; font-size: 1.4rem; font-weight: 500; }
.call-note { font-size: .875rem; color: #bbcbe3; margin-top: 12px; }
.hero-visual { position: relative; overflow: hidden; background: #dae4f2; min-height: 460px; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 59%; }

.services { display: grid; grid-template-columns: 1fr 2fr; gap: 5%; padding-block: 44px 38px; }
.services h2 { font-family: var(--display); font-size: 2.25rem; text-transform: uppercase; font-weight: 700; line-height: 1.15; padding-top: 1px; }
.service-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px 28px; }
.service-list li { display: flex; align-items: center; gap: 12px; font-size: 1.125rem; font-weight: 800; }
.service-list li::before { content: ''; width: 6px; height: 6px; flex: none; background: var(--red); }
.repair-note { color: var(--navy); font-size: 1.125rem; margin-top: 22px; }
.repair-note strong { display: block; font-weight: 800; }
.repair-note span { display: block; color: var(--muted); font-size: 1rem; margin-top: 3px; }

.location { border-top: 1px solid var(--line); padding-top: 30px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px 5%; align-items: start; }
.location-details h2 { font-size: 1rem; font-weight: 800; }
.location-details address { color: var(--muted); font-style: normal; font-size: .9375rem; margin-top: 5px; }
.text-link { display: inline-flex; align-items: center; gap: 20px; color: var(--blue); font-size: .875rem; font-weight: 800; padding-block: 5px; margin-top: 7px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.location-contact { justify-self: end; }
.location-contact .eyebrow { color: var(--muted); font-size: .75rem; letter-spacing: .045em; }
.location-contact>a { font-family: var(--display); font-weight: 700; font-size: 2.75rem; line-height: 1.3; color: var(--blue); }
.location-contact>a:hover { color: var(--red); }
.site-footer { padding: 22px 5.55%; display: flex; justify-content: space-between; gap: 20px; font-size: .75rem; color: var(--muted); }
.mobile-call { display: none; }

@media(min-width:1600px) {
  .site-header,.site-footer { padding-inline: max(5.55%,calc((100vw - 1440px)/2)); }
  .hero-copy { padding-left: max(11.1%,calc((100vw - 1440px))); }
}
@media(max-width:1000px) {
  .site-header { min-height: 100px; }
  .header-nav { margin-right: 0; gap: 20px; }
  .hero-copy { padding-block: 48px; }
  h1 { font-size: clamp(3rem,6.4vw,4.5rem); }
  .hero .button { min-width: 0; font-size: 1.1rem; padding-inline: 20px; }
  .hero { min-height: 490px; }
  .hero-photo { object-position: 62% 58%; }
  .services { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .service-list { gap: 14px 25px; }
}
@media(max-width:700px) {
  body { padding-bottom: calc(65px + env(safe-area-inset-bottom)); }
  .site-header { padding: 20px 6%; min-height: 92px; gap: 14px; }
  .brand-name { font-size: 2.75rem; }
  .brand-detail { font-size: .75rem; letter-spacing: .015em; }
  .header-nav { display: none; }
  .header-call { padding: 12px; border: 1px solid var(--line); gap: 0; }
  .header-call span { display: none; }
  .header-call svg { width: 21px; height: 21px; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 34px 6% 32px; }
  .eyebrow { font-size: .8125rem; }
  h1 { font-size: clamp(3rem,14vw,5.5rem); margin: 20px 0; }
  .hero-description { font-size: 1rem; }
  .hero .button { width: 100%; margin-top: 23px; font-size: 1.2rem; min-height: 60px; }
  .hero .button .button-end { margin-left: auto; }
  .call-note { font-size: .8125rem; text-align: center; }
  .hero-visual { min-height: 0; aspect-ratio: 1.2; }
  .hero-photo { object-position: center 62%; }
  .section-shell { width: 88%; }
  .services { padding-block: 30px 26px; gap: 20px; }
  .services h2 { font-size: 1.875rem; }
  .service-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px 15px; }
  .service-list li { font-size: 1rem; gap: 10px; }
  .repair-note { margin-top: 18px; line-height: 1.7; }
  .location { grid-template-columns: 1fr; padding-top: 24px; gap: 20px; }
  .location-contact { justify-self: start; }
  .location-contact .eyebrow { font-size: .75rem; letter-spacing: .015em; }
  .location-contact>a { font-size: 2.5rem; }
  .site-footer { display: block; padding: 20px 6% 24px; }
  .site-footer p+p { margin-top: 4px; }
  .mobile-call { position: fixed; z-index: 10; bottom: 0; left: 0; right: 0; min-height: 65px; padding: 17px 6% calc(17px + env(safe-area-inset-bottom)); color: white; background: var(--red); display: flex; align-items: center; justify-content: space-between; gap: 10px; box-shadow: 0 -4px 20px #0c245114; }
  .mobile-call>span:first-child { font-size: .75rem; font-weight: 800; }
  .mobile-call strong { font-size: .9375rem; }
  .mobile-call>span:last-child { font-size: 1.2rem; }
}
@media(max-width:360px) {
  .brand-detail { font-size: .75rem; letter-spacing: -.025em; }
  .mobile-call>span:first-child { display: none; }
  .hero .button { padding-inline: 16px; font-size: 1.1rem; }
  .button-end { padding-left: 16px; margin-left: 6px; }
  .service-list { gap: 12px; }
  .service-list li { font-size: .9375rem; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}
