@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;1,700&family=DM+Sans:wght@400;500;600;700&display=swap");

:root {
  --navy: #0b1f2e;
  --navy-deep: #071721;
  --blue: #153447;
  --cream: #f4f0e7;
  --paper: #fbfaf7;
  --orange: #ff5a2c;
  --orange-dark: #db3d16;
  --teal: #5cc5bd;
  --ink: #13232c;
  --muted: #5f6c70;
  --line: #d8d8d2;
  --white: #ffffff;
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --shadow: 0 22px 60px rgba(2, 18, 28, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--orange); color: white; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.15); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 47px; height: 47px; border: 2px solid var(--orange); color: white; font: 800 17px/1 var(--display); letter-spacing: .04em; transform: skew(-5deg); }
.brand-name { font: 600 15px/1.05 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.brand-name strong { font-weight: 800; color: var(--orange); font-size: 17px; }
.desktop-nav { display: flex; margin-left: auto; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.desktop-nav a { opacity: .82; transition: opacity .2s, color .2s; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { opacity: 1; color: var(--teal); }
.header-phone { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 0 26px; background: var(--orange); color: white; margin-right: -1px; }
.header-phone span { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.header-phone strong { font: 800 23px/1 var(--display); letter-spacing: .02em; }

.hero { position: relative; overflow: hidden; background: var(--navy); color: white; padding: 178px 0 104px; min-height: 760px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, black 55%, transparent); }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -250px; top: -220px; border: 120px solid rgba(92,197,189,.06); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 64px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--teal); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 3px; background: var(--orange); transform: skew(-22deg); }
.eyebrow.dark { color: #34666d; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.025em; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(64px, 7.2vw, 105px); line-height: .84; font-weight: 800; }
h1 em, h2 em { color: var(--orange); font-style: italic; font-weight: 700; }
.hero-lede { max-width: 610px; margin-bottom: 34px; color: #c9d5d9; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; align-items: stretch; }
.button { display: inline-flex; flex-direction: column; justify-content: center; min-width: 205px; min-height: 70px; padding: 12px 22px; border: 1px solid transparent; transform: skew(-2deg); transition: transform .2s, background .2s, border-color .2s; }
.button:hover, .button:focus-visible { transform: translateY(-3px) skew(-2deg); }
.button-primary { background: var(--orange); color: white; box-shadow: 0 10px 30px rgba(255,90,44,.18); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.03); color: white; }
.button-secondary:hover { border-color: var(--teal); background: rgba(92,197,189,.08); }
.button-kicker { font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }
.button strong { font: 800 25px/1.05 var(--display); text-transform: uppercase; letter-spacing: .02em; }
.microcopy { margin-top: 14px; margin-bottom: 0; font-size: 12px; color: #91a7af; }

.hero-visual { position: relative; min-height: 470px; }
.service-card { position: absolute; z-index: 3; width: 365px; min-height: 370px; top: 35px; left: 50%; padding: 24px; transform: translateX(-50%) rotate(2deg); background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; width: 100%; height: 8px; left: 0; bottom: 0; background: repeating-linear-gradient(135deg, var(--orange) 0 18px, var(--navy) 18px 36px); }
.service-card-top { display: flex; align-items: center; gap: 12px; padding-bottom: 18px; border-bottom: 1px solid #cfd0cc; }
.service-card-top > span:nth-child(2) { display: flex; flex-direction: column; }
.service-card-top small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.service-card-top strong { font: 800 27px/1 var(--display); }
.card-monogram { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--navy); color: var(--orange); font: italic 800 29px/1 var(--display); }
.status-dot { width: 12px; height: 12px; margin-left: auto; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 6px rgba(92,197,189,.17); }
.service-card-body { min-height: 220px; padding-top: 26px; }
.service-card-body p { position: relative; z-index: 2; font: 700 42px/.89 var(--display); letter-spacing: -.025em; }
.service-card-body p strong { color: var(--orange); font-style: italic; }
.service-card > a { position: absolute; bottom: 27px; left: 24px; font-size: 11px; font-weight: 700; color: #4a5a61; }
.truck-graphic { position: absolute; right: 18px; bottom: 73px; width: 260px; height: 100px; opacity: .98; }
.truck-body { position: absolute; width: 135px; height: 55px; right: 57px; bottom: 20px; background: var(--navy); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 72%); }
.truck-cab { position: absolute; width: 70px; height: 48px; right: 0; bottom: 20px; background: var(--orange); clip-path: polygon(0 20%, 65% 20%, 100% 54%, 100% 100%, 0 100%); }
.truck-cab::before { content: ""; position: absolute; top: 15px; right: 14px; width: 27px; height: 15px; background: var(--cream); clip-path: polygon(0 0, 68% 0, 100% 100%, 0 100%); }
.truck-wheel { position: absolute; z-index: 3; bottom: 3px; width: 31px; height: 31px; border: 8px solid var(--navy); border-radius: 50%; background: var(--cream); }
.wheel-one { right: 35px; }.wheel-two { right: 155px; }
.speed-line { position: absolute; height: 5px; background: var(--teal); transform: skew(-30deg); }
.speed-one { width: 44px; left: 0; bottom: 52px; }.speed-two { width: 70px; left: -18px; bottom: 36px; }
.route-line { position: absolute; border: 2px dashed rgba(92,197,189,.28); border-radius: 50%; }
.route-line-one { width: 520px; height: 250px; top: 70px; left: -12px; transform: rotate(-18deg); }
.route-line-two { width: 340px; height: 430px; top: 10px; left: 70px; transform: rotate(35deg); }
.location-tag { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 10px 13px; background: var(--blue); border: 1px solid rgba(255,255,255,.15); box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.location-tag span:last-child { display: flex; flex-direction: column; font: 700 14px/1.15 var(--display); letter-spacing: .03em; }
.location-tag small { margin-bottom: 2px; color: var(--teal); font: 700 8px/1 var(--body); letter-spacing: .14em; }
.location-tag-top { right: -10px; top: 6px; transform: rotate(2deg); }
.location-tag-bottom { left: -16px; bottom: 35px; transform: rotate(-2deg); }
.location-dot { width: 10px; height: 10px; border: 3px solid var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,90,44,.18); }
.location-pin { width: 13px; height: 13px; border: 3px solid var(--orange); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.visual-coordinate { position: absolute; right: 0; bottom: -8px; margin: 0; color: rgba(255,255,255,.32); font: 700 9px/1 var(--body); letter-spacing: .18em; }
.hero-stripe { position: absolute; z-index: 4; width: 340px; height: 14px; right: 0; bottom: 0; background: repeating-linear-gradient(135deg, var(--orange) 0 22px, var(--cream) 22px 44px); }

.promise-bar { background: var(--cream); border-bottom: 1px solid var(--line); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid p { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 98px; margin: 0; color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .05em; border-right: 1px solid var(--line); }
.promise-grid p:last-child { border: 0; }
.promise-grid p span { color: var(--orange); font: italic 800 22px/1 var(--display); }
.promise-grid p strong { color: var(--ink); }

.section { padding: 112px 0; }
.section-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .area-copy h2 { margin-bottom: 0; color: var(--navy); font-size: clamp(50px, 6vw, 80px); line-height: .9; }
.section-heading > p { margin-bottom: 4px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { position: relative; min-height: 370px; padding: 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s; }
.service-item:hover { z-index: 2; transform: translateY(-6px); box-shadow: 0 18px 45px rgba(10,31,45,.1); }
.service-number { color: #a1abad; font: italic 800 13px/1 var(--display); }
.service-icon { position: relative; width: 66px; height: 66px; margin: 54px 0 34px; }
.battery-icon { border: 5px solid var(--navy); }
.battery-icon::before, .battery-icon::after { content: ""; position: absolute; top: -11px; width: 14px; height: 7px; background: var(--navy); }
.battery-icon::before { left: 8px; }.battery-icon::after { right: 8px; }
.battery-icon i::before, .battery-icon i::after { content: ""; position: absolute; background: var(--orange); }
.battery-icon i::before { width: 25px; height: 5px; left: 16px; top: 25px; }.battery-icon i::after { width: 5px; height: 25px; left: 26px; top: 15px; }
.scan-icon { border: 5px solid var(--navy); border-radius: 7px; transform: rotate(-4deg); }
.scan-icon::after { content: ""; position: absolute; inset: 12px; border: 3px solid var(--teal); border-left-color: transparent; border-radius: 50%; }
.scan-icon i { position: absolute; width: 6px; height: 17px; bottom: -16px; left: 26px; background: var(--navy); }
.brakes-icon { border: 7px solid var(--navy); border-radius: 50%; }
.brakes-icon::before { content: ""; position: absolute; inset: 10px; border: 5px solid var(--orange); border-radius: 50%; }
.brakes-icon::after { content: ""; position: absolute; width: 22px; height: 31px; right: -13px; top: 11px; background: var(--teal); border-radius: 3px; }
.engine-icon { width: 66px; height: 52px; margin-top: 61px; border: 5px solid var(--navy); }
.engine-icon::before { content: ""; position: absolute; left: 12px; top: -16px; width: 29px; height: 12px; border: 5px solid var(--navy); }
.engine-icon::after { content: ""; position: absolute; right: -15px; top: 9px; width: 11px; height: 26px; background: var(--orange); }
.service-item h3 { margin-bottom: 12px; font: 800 26px/1 var(--display); text-transform: uppercase; }
.service-item p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-note { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 26px 30px; background: var(--cream); border: 1px solid var(--line); border-top: 0; }
.service-note p { max-width: 760px; margin: 0; color: var(--muted); font-size: 13px; }
.service-note p strong { color: var(--ink); }
.service-note a, .text-link { flex: none; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.service-note a span, .text-link span, .email-link span { margin-left: 8px; transition: margin .2s; }
.service-note a:hover span, .text-link:hover span, .email-link:hover span { margin-left: 14px; }

.process { position: relative; overflow: hidden; background: var(--navy); color: white; }
.process::after { content: "03"; position: absolute; right: -20px; bottom: -125px; color: rgba(255,255,255,.025); font: 800 430px/1 var(--display); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.process-intro h2 { margin-bottom: 28px; font-size: clamp(62px, 7vw, 93px); line-height: .84; }
.process-intro > p:not(.eyebrow) { max-width: 400px; color: #aebec4; }
.text-link.light { display: inline-block; margin-top: 12px; color: var(--teal); }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.steps li { display: grid; grid-template-columns: 86px 1fr; gap: 22px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.step-count { color: var(--orange); font: italic 800 35px/1 var(--display); }
.steps h3 { margin-bottom: 8px; font: 800 28px/1 var(--display); text-transform: uppercase; }
.steps p { max-width: 520px; margin: 0; color: #9eb0b7; font-size: 14px; }

.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 120px; }
.about-badge { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.badge-ring { position: relative; display: grid; place-items: center; width: 270px; height: 270px; border: 2px solid #c7c6bf; border-radius: 50%; }
.badge-ring::before, .badge-ring::after { content: ""; position: absolute; border-radius: 50%; }
.badge-ring::before { inset: 14px; border: 1px dashed #a7aaa7; }
.badge-ring::after { inset: 38px; background: var(--navy); box-shadow: 14px 14px 0 var(--orange); }
.badge-ring span, .badge-ring p { position: relative; z-index: 2; }
.badge-ring span { margin-top: 23px; color: var(--orange); font: italic 800 100px/.7 var(--display); }
.badge-ring p { color: white; text-align: center; font: 800 20px/.9 var(--display); letter-spacing: .12em; }
.about-badge > small { color: #657478; font-size: 9px; font-weight: 800; letter-spacing: .24em; }
.about-copy h2 { max-width: 700px; margin-bottom: 28px; }
.about-copy > p:not(.eyebrow) { max-width: 660px; color: var(--muted); font-size: 16px; }
.about-contact { display: flex; flex-wrap: wrap; gap: 50px; padding-top: 28px; margin-top: 34px; border-top: 1px solid #cbc9c1; }
.about-contact a { display: flex; flex-direction: column; }
.about-contact small { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.about-contact strong { font: 700 22px/1.25 var(--display); }

.service-area { background: var(--paper); }
.area-card { position: relative; min-height: 520px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; align-items: center; background: var(--blue); color: white; box-shadow: var(--shadow); }
.map-pattern { position: relative; align-self: stretch; min-height: 520px; overflow: hidden; background-color: var(--cream); background-image: linear-gradient(30deg, rgba(19,35,44,.07) 12%, transparent 12.5%, transparent 87%, rgba(19,35,44,.07) 87.5%, rgba(19,35,44,.07)), linear-gradient(150deg, rgba(19,35,44,.07) 12%, transparent 12.5%, transparent 87%, rgba(19,35,44,.07) 87.5%, rgba(19,35,44,.07)); background-size: 80px 140px; }
.map-island { position: absolute; width: 560px; height: 105px; left: -50px; top: 205px; background: #8ad4cc; border: 12px solid rgba(11,31,46,.12); border-radius: 80% 20% 70% 30%; transform: rotate(-12deg); }
.map-road { position: absolute; z-index: 2; height: 4px; background: white; box-shadow: 0 0 0 1px rgba(11,31,46,.15); transform: rotate(-12deg); }
.road-one { width: 580px; top: 245px; left: -50px; }.road-two { width: 300px; top: 187px; left: 62px; transform: rotate(35deg); }
.map-marker { position: absolute; z-index: 3; width: 52px; height: 52px; top: 192px; left: 56%; border-radius: 50% 50% 50% 0; background: var(--orange); transform: rotate(-45deg); box-shadow: 0 18px 35px rgba(11,31,46,.28); }
.map-marker i { position: absolute; inset: 13px; border: 5px solid white; border-radius: 50%; }
.area-copy { padding: 60px; }
.area-copy .eyebrow { margin-bottom: 24px; }
.area-copy h2 { color: white; margin-bottom: 26px; }
.area-copy > p:not(.eyebrow) { max-width: 480px; color: #b8c8ce; }
.button.compact { display: inline-flex; min-height: 66px; margin-top: 18px; }

.final-cta { padding: 90px 0; background: var(--orange); color: white; }
.final-cta .eyebrow { color: var(--navy); }
.final-cta .eyebrow span { background: white; }
.final-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.final-grid h2 { margin-bottom: 0; font-size: clamp(64px, 7vw, 96px); line-height: .83; }
.final-grid h2 em { color: var(--navy); }
.final-actions { display: flex; flex-direction: column; align-items: flex-start; }
.big-phone { display: flex; flex-direction: column; color: white; }
.big-phone small { color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.big-phone strong { font: 800 clamp(48px, 6vw, 75px)/1 var(--display); letter-spacing: -.02em; }
.email-link { margin-top: 22px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.55); font-size: 14px; font-weight: 700; }

footer { padding: 35px 0; background: var(--navy-deep); color: #8298a0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 45px; }
.footer-brand .brand-mark { width: 39px; height: 39px; font-size: 14px; }
.footer-brand .brand-name { color: white; font-size: 12px; }
.footer-brand .brand-name strong { font-size: 14px; }
.footer-grid p { margin: 0; font-size: 11px; }
.mobile-callbar { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-one { transition-delay: .1s; }.delay-two { transition-delay: .2s; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .service-item { transition: none; } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(570px, 100%); margin: -10px auto 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .process-grid, .about-grid { grid-template-columns: 1fr; gap: 70px; }
  .about-badge { order: 2; }
  .area-card { grid-template-columns: .9fr 1.1fr; }
  .area-copy { padding: 42px; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid p:first-of-type { display: none; }
}

@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 32px, 1180px); }
  .site-header { position: absolute; }
  .nav-wrap { min-height: 74px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-name { font-size: 12px; }.brand-name strong { font-size: 14px; }
  .header-phone { display: none; }
  .hero { padding: 130px 0 74px; min-height: auto; }
  .hero-grid { gap: 58px; }
  h1 { font-size: clamp(57px, 17vw, 80px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 380px; transform: scale(.88); transform-origin: center top; margin-bottom: -50px; }
  .service-card { width: 325px; min-height: 340px; }
  .service-card-body p { font-size: 37px; }
  .location-tag-top { right: -28px; }.location-tag-bottom { left: -28px; }
  .visual-coordinate { display: none; }
  .promise-grid { grid-template-columns: 1fr; padding: 14px 0; }
  .promise-grid p { justify-content: flex-start; min-height: 54px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid p:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading h2, .about-copy h2, .area-copy h2 { font-size: 52px; }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { min-height: 320px; }
  .service-icon { margin-top: 40px; }
  .service-note { flex-direction: column; align-items: flex-start; }
  .process-grid { gap: 50px; }
  .process-intro h2 { font-size: 66px; }
  .steps li { grid-template-columns: 65px 1fr; }
  .about-grid { gap: 60px; }
  .about-badge { transform: scale(.88); }
  .about-contact { flex-direction: column; gap: 25px; }
  .about-contact strong { font-size: 18px; overflow-wrap: anywhere; }
  .area-card { width: calc(100% - 32px); grid-template-columns: 1fr; }
  .map-pattern { min-height: 320px; }
  .map-island { top: 125px; }.road-one { top: 165px; }.road-two { top: 107px; }.map-marker { top: 112px; }
  .area-copy { padding: 42px 28px 48px; }
  .final-grid { grid-template-columns: 1fr; gap: 50px; }
  .big-phone strong { font-size: 52px; }
  .email-link { font-size: 12px; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .mobile-callbar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: .7fr 1.3fr; min-height: 72px; background: var(--navy-deep); color: white; box-shadow: 0 -10px 30px rgba(0,0,0,.17); }
  .mobile-callbar a { display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
  .mobile-callbar a:last-child { flex-direction: column; align-items: flex-start; padding-left: 24px; background: var(--orange); }
  .mobile-callbar span { font-size: 8px; line-height: 1; }.mobile-callbar strong { font: 800 23px/1.1 var(--display); }
}

@media (max-width: 380px) {
  .hero-visual { transform: scale(.78); margin-inline: -7%; width: 114%; margin-bottom: -80px; }
  .location-tag-top { right: -10px; }.location-tag-bottom { left: -10px; }
  .big-phone strong { font-size: 46px; }
}
