@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Newsreader:opsz,wght@6..72,600;6..72,700&display=swap');

:root {
  --navy-950: #071c2c;
  --navy-900: #0b263b;
  --navy-800: #123a56;
  --navy-700: #185070;
  --orange-600: #d85f18;
  --orange-500: #ed7429;
  --orange-100: #fff0e5;
  --ink: #17232d;
  --muted: #556571;
  --line: #dbe3e8;
  --mist: #f4f7f8;
  --white: #fff;
  --success: #19704a;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow-sm: 0 8px 24px rgba(7, 28, 44, .07);
  --shadow: 0 24px 70px rgba(7, 28, 44, .14);
  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Newsreader", Georgia, serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { min-width: 320px; color: var(--ink); background: var(--white); font-family: var(--font-sans); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img, iframe { display: block; max-width: 100%; }
img { width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: var(--white); background: var(--navy-950); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.utility { color: rgba(255,255,255,.82); background: var(--navy-950); font-size: .8rem; }
.utility-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.utility-note { display: flex; align-items: center; gap: 8px; }
.utility-note::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #72d6a5; box-shadow: 0 0 0 4px rgba(114,214,165,.12); }
.phone-link { color: inherit; font-weight: 800; white-space: nowrap; }
.phone-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,227,232,.8); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; justify-content: space-between; align-items: center; gap: 22px; }
.logo { color: var(--navy-950); font-size: 1.43rem; font-weight: 800; letter-spacing: -.055em; white-space: nowrap; }
.logo span { color: var(--orange-600); }
.nav { display: flex; align-items: center; gap: 22px; color: #2c3942; font-size: .84rem; font-weight: 700; }
.nav > a:not(.nav-phone) { position: relative; padding: 28px 0; }
.nav > a:not(.nav-phone)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--orange-500); transition: right .2s ease; }
.nav > a:hover::after, .nav > a.active::after { right: 0; }
.nav-phone { min-height: 44px; padding: 11px 16px; border-radius: 999px; color: var(--white); background: var(--orange-600); box-shadow: 0 7px 18px rgba(216,95,24,.2); white-space: nowrap; }
.nav-phone:hover { background: #bd4e0d; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 21px; height: 2px; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0 0 0 50%; background: linear-gradient(90deg, var(--navy-950) 0%, rgba(7,28,44,.35) 45%, rgba(7,28,44,.05) 100%), var(--hero-image) center/cover; }
.hero::after { content: ""; position: absolute; width: 440px; height: 440px; left: -180px; bottom: -300px; border-radius: 50%; border: 80px solid rgba(237,116,41,.08); }
.hero-inner { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: minmax(0, 620px) 1fr; align-items: center; }
.hero-copy { padding: 82px 0 88px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #ffc9a7; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--orange-500); }
h1, h2 { font-family: var(--font-display); }
h1 { margin: 18px 0 20px; font-size: clamp(3rem, 6.4vw, 5.35rem); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.81); font-size: 1.1rem; }
.hero-points { display: flex; gap: 16px 24px; margin-top: 25px; flex-wrap: wrap; color: rgba(255,255,255,.9); font-size: .84rem; font-weight: 700; }
.hero-points span { display: flex; align-items: center; gap: 8px; }
.hero-points span::before { content: "✓"; width: 20px; height: 20px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--success); font-size: .7rem; }
.hero-cta { margin-top: 32px; }
.cta-button { display: inline-flex; min-height: 58px; align-items: center; justify-content: center; gap: 12px; padding: 15px 24px; border: 0; border-radius: 999px; color: var(--white); background: var(--orange-600); box-shadow: 0 14px 32px rgba(216,95,24,.28); font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.cta-button:hover { transform: translateY(-2px); background: var(--orange-500); box-shadow: 0 18px 38px rgba(216,95,24,.34); }
.cta-button svg { width: 20px; height: 20px; fill: currentColor; }
.cta-subtext { margin-top: 11px; color: rgba(255,255,255,.63); font-size: .76rem; }
.hero-card { position: absolute; right: 0; bottom: 46px; width: 305px; padding: 22px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); color: var(--white); background: rgba(7,28,44,.82); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.hero-card-label { margin-bottom: 7px; color: #ffc9a7; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-card strong { display: block; font-family: var(--font-display); font-size: 1.55rem; line-height: 1.2; }
.hero-card p { margin-top: 9px; color: rgba(255,255,255,.7); font-size: .78rem; }

.clarity-strip { position: relative; z-index: 2; margin-top: -1px; border-bottom: 1px solid var(--line); background: var(--white); }
.clarity-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.clarity-item { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 25px 26px; border-right: 1px solid var(--line); }
.clarity-item:first-child { border-left: 1px solid var(--line); }
.clarity-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--orange-600); background: var(--orange-100); font-weight: 800; }
.clarity-item strong { display: block; color: var(--navy-950); font-size: .88rem; }
.clarity-item p { margin-top: 3px; color: var(--muted); font-size: .73rem; line-height: 1.5; }

.section { padding: 92px 0; }
.section-mist { background: var(--mist); }
.section-dark { color: var(--white); background: var(--navy-950); }
.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head.center { margin-inline: auto; text-align: center; }
.kicker { margin-bottom: 10px; color: var(--orange-600); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h2 { color: var(--navy-950); font-size: clamp(2.25rem, 4.7vw, 3.75rem); line-height: 1.03; letter-spacing: -.035em; }
.section-dark h2 { color: var(--white); }
.section-head > p:last-child { margin-top: 14px; color: var(--muted); font-size: 1rem; }
.section-dark .section-head > p:last-child { color: rgba(255,255,255,.68); }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-image { height: 210px; overflow: hidden; background: var(--mist); }
.service-image img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-image img { transform: scale(1.035); }
.service-body { padding: 27px; }
.service-body h3 { color: var(--navy-950); font-family: var(--font-display); font-size: 1.65rem; line-height: 1.1; }
.service-body p { margin-top: 10px; color: var(--muted); font-size: .88rem; }
.service-list { margin: 17px 0 0; list-style: none; }
.service-list li { position: relative; margin: 8px 0; padding-left: 20px; color: #3e4d57; font-size: .8rem; }
.service-list li::before { content: ""; position: absolute; top: .63em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--orange-500); }
.card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--orange-600); font-size: .82rem; font-weight: 800; }
.card-link::after { content: "→"; transition: transform .2s ease; }
.card-link:hover::after { transform: translateX(4px); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-image { position: relative; }
.split-image img { min-height: 510px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.image-note { position: absolute; left: -24px; bottom: 28px; max-width: 245px; padding: 18px 20px; border-radius: 14px; color: var(--white); background: var(--navy-950); box-shadow: var(--shadow); font-size: .78rem; }
.split-copy h2 { margin-bottom: 19px; }
.split-copy > p { color: var(--muted); }
.steps { margin-top: 27px; display: grid; gap: 20px; }
.step { display: grid; grid-template-columns: 45px 1fr; gap: 15px; }
.step-number { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid #f4b68f; border-radius: 50%; color: var(--orange-600); background: var(--orange-100); font-weight: 800; }
.step h3 { margin-bottom: 4px; color: var(--navy-950); font-size: .92rem; }
.step p { color: var(--muted); font-size: .82rem; }

.reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.reason { padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); background: rgba(255,255,255,.045); }
.reason h3 { margin-bottom: 7px; color: var(--white); font-size: 1rem; }
.reason p { color: rgba(255,255,255,.62); font-size: .82rem; }
.safety-note { margin-top: 22px; padding: 18px 21px; border-left: 3px solid var(--orange-500); color: rgba(255,255,255,.72); background: rgba(255,255,255,.055); font-size: .8rem; }

.map-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
.google-map { width: 100%; height: 500px; border: 0; }
.map-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 20px 24px; }
.map-footer p { max-width: 720px; color: var(--muted); font-size: .78rem; }
.map-footer .phone-link { color: var(--orange-600); font-size: .86rem; }

.faq-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro p { margin-top: 15px; color: var(--muted); }
.faq-list { display: grid; gap: 11px; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.faq-question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 19px 21px; border: 0; color: var(--navy-950); background: transparent; text-align: left; font-size: .88rem; font-weight: 800; cursor: pointer; }
.faq-question::after { content: "+"; flex: 0 0 auto; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--orange-600); background: var(--orange-100); font-size: 1.1rem; transition: transform .2s ease; }
.faq-question[aria-expanded="true"]::after { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { padding: 0 21px 19px; color: var(--muted); font-size: .82rem; }
.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

.cta-band { position: relative; overflow: hidden; padding: 76px 0; color: var(--white); background: var(--orange-600); }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 20%, rgba(255,255,255,.2), transparent 38%), linear-gradient(120deg, transparent 50%, rgba(7,28,44,.13)); }
.cta-band-inner { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 36px; }
.cta-band h2 { max-width: 670px; color: var(--white); }
.cta-band p { max-width: 630px; margin-top: 12px; color: rgba(255,255,255,.82); }
.cta-band .cta-button { flex: 0 0 auto; color: var(--navy-950); background: var(--white); box-shadow: none; }
.cta-band .cta-button:hover { color: var(--white); background: var(--navy-950); }

.page-hero { position: relative; overflow: hidden; padding: 86px 0; color: var(--white); background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.page-hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -150px; top: -220px; border: 75px solid rgba(237,116,41,.12); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { margin-bottom: 15px; color: rgba(255,255,255,.58); font-size: .75rem; font-weight: 700; }
.breadcrumb a:hover { color: var(--white); }
.page-hero h1 { max-width: 850px; margin: 0 0 17px; font-size: clamp(2.8rem, 6vw, 4.8rem); }
.page-hero p:not(.breadcrumb) { max-width: 690px; color: rgba(255,255,255,.77); font-size: 1.05rem; }
.page-hero .cta-button { margin-top: 27px; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 65px; align-items: start; }
.prose h2 { margin: 46px 0 15px; font-size: 2.35rem; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 27px 0 9px; color: var(--navy-950); font-size: 1rem; }
.prose p { margin-bottom: 16px; color: var(--muted); font-size: .91rem; }
.prose ul { margin: 16px 0 24px; list-style: none; }
.prose li { position: relative; margin: 10px 0; padding-left: 24px; color: var(--muted); font-size: .87rem; }
.prose li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-600); font-weight: 800; }
.info-box { margin: 28px 0; padding: 24px 25px; border: 1px solid #f0c8ad; border-radius: var(--radius-sm); background: #fff8f3; }
.info-box h3 { margin-top: 0; }
.info-box p:last-child { margin-bottom: 0; }
.sidebar { position: sticky; top: 115px; display: grid; gap: 18px; }
.call-card { padding: 28px; border-radius: var(--radius); color: var(--white); background: var(--navy-950); box-shadow: var(--shadow); }
.call-card .kicker { color: #ffc9a7; }
.call-card h2 { color: var(--white); font-size: 2rem; }
.call-card p { margin: 11px 0 20px; color: rgba(255,255,255,.65); font-size: .8rem; }
.call-card .cta-button { width: 100%; padding-inline: 15px; font-size: .88rem; }
.sidebar-note { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--mist); }
.sidebar-note strong { display: block; margin-bottom: 7px; color: var(--navy-950); font-size: .84rem; }
.sidebar-note p { color: var(--muted); font-size: .75rem; }

.location-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.location-card { min-height: 120px; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.location-card:hover { transform: translateY(-3px); border-color: #f2b28a; box-shadow: var(--shadow-sm); }
.location-card span { color: var(--orange-600); font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.location-card strong { margin-top: 5px; color: var(--navy-950); font-family: var(--font-display); font-size: 1.3rem; }

.contact-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-copy { padding: 55px; color: var(--white); background: var(--navy-950); }
.contact-copy h2 { color: var(--white); }
.contact-copy > p { margin: 15px 0 27px; color: rgba(255,255,255,.68); }
.contact-details { display: grid; gap: 17px; }
.contact-detail { padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-detail strong { display: block; color: #ffc9a7; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-detail span { display: block; margin-top: 4px; color: rgba(255,255,255,.8); font-size: .84rem; }
.contact-action { display: grid; place-items: center; padding: 55px; background: var(--orange-100); text-align: center; }
.contact-action h3 { color: var(--navy-950); font-family: var(--font-display); font-size: 2.2rem; line-height: 1.1; }
.contact-action p { margin: 12px 0 23px; color: var(--muted); font-size: .84rem; }
.big-phone { color: var(--orange-600); font-size: clamp(1.45rem, 3vw, 2.05rem); font-weight: 800; letter-spacing: -.03em; }
.big-phone:hover { text-decoration: underline; text-underline-offset: 5px; }

.footer { padding: 64px 0 25px; color: rgba(255,255,255,.65); background: #061723; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 42px; }
.footer-logo { display: inline-block; margin-bottom: 14px; color: var(--white); font-size: 1.4rem; font-weight: 800; letter-spacing: -.05em; }
.footer-logo span { color: var(--orange-500); }
.footer-about { max-width: 325px; font-size: .78rem; }
.footer h3 { margin-bottom: 14px; color: var(--white); font-size: .79rem; }
.footer ul { list-style: none; }
.footer li { margin: 7px 0; font-size: .76rem; }
.footer a:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.footer-disclaimer { margin-top: 38px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.51); font-size: .68rem; line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: rgba(255,255,255,.4); font-size: .68rem; }

.floating-phone { position: fixed; right: 20px; bottom: 20px; z-index: 45; min-height: 50px; display: flex; align-items: center; gap: 9px; padding: 12px 18px; border-radius: 999px; color: var(--white); background: var(--orange-600); box-shadow: 0 14px 35px rgba(7,28,44,.28); font-size: .8rem; font-weight: 800; opacity: 0; pointer-events: none; transform: translateY(15px); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.floating-phone.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.floating-phone:hover { background: #bd4e0d; }
.floating-phone svg { width: 17px; height: 17px; fill: currentColor; }

@media (max-width: 1050px) {
  .nav { gap: 15px; font-size: .77rem; }
  .hero-card { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .split { gap: 45px; }
  .content-layout { grid-template-columns: minmax(0, 1fr) 290px; gap: 40px; }
  .location-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 1020px) {
  .container { width: min(100% - 32px, 1160px); }
  .utility-note { display: none; }
  .utility-inner { justify-content: center; }
  .nav-toggle { display: flex; }
  .nav { display: none; position: fixed; inset: 116px 0 0; overflow-y: auto; padding: 25px 24px 35px; background: var(--white); flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open { display: flex; }
  .nav > a:not(.nav-phone) { padding: 16px 5px; border-bottom: 1px solid var(--line); font-size: .95rem; }
  .nav > a:not(.nav-phone)::after { display: none; }
  .nav-phone { margin-top: 20px; text-align: center; font-size: .95rem; }
  .hero::before { inset: 0; opacity: .44; background: linear-gradient(90deg, var(--navy-950), rgba(7,28,44,.55)), var(--hero-image) center/cover; }
  .hero-inner { min-height: auto; display: block; }
  .hero-copy { max-width: 670px; padding: 76px 0 82px; }
  .clarity-grid { grid-template-columns: 1fr; }
  .clarity-item, .clarity-item:first-child { border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .clarity-item:last-child { border-bottom: 0; }
  .split { grid-template-columns: 1fr; }
  .split-image { order: 2; }
  .split-image img { min-height: 420px; }
  .image-note { left: 18px; }
  .faq-wrap { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .location-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-panel { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1160px); }
  .header-inner { min-height: 70px; }
  .nav { inset: 108px 0 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-copy { padding: 62px 0 67px; }
  .hero-lead { font-size: .96rem; }
  .hero-points { display: grid; gap: 10px; }
  .hero-cta .cta-button { width: 100%; }
  .section { padding: 68px 0; }
  .section-head { margin-bottom: 30px; }
  h2 { font-size: clamp(2.05rem, 10vw, 3rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; max-width: none; }
  .split-image img { min-height: 340px; }
  .reason-grid { grid-template-columns: 1fr; }
  .google-map { height: 410px; }
  .map-footer { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 62px 0; }
  .cta-band .cta-button { width: 100%; }
  .page-hero { padding: 65px 0; }
  .page-hero h1 { font-size: clamp(2.55rem, 13vw, 3.8rem); }
  .sidebar { grid-template-columns: 1fr; }
  .location-grid { grid-template-columns: 1fr; }
  .contact-copy, .contact-action { padding: 38px 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .floating-phone { left: 13px; right: 13px; bottom: 11px; justify-content: center; }
  .footer { padding-bottom: 85px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
