:root {
  --orange: #ff6200;
  --orange-dark: #df4f00;
  --orange-light: #ff8a3d;
  --navy: #0a2a4a;
  --navy-light: #123e68;
  --ink: #13243a;
  --muted: #62666e;
  --soft: #f4f5f7;
  --white: #fff;
  --line: #e3e5e8;
  --max: 1200px;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(10,42,74,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
figure { margin: 0; }
.wrap { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.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; }

.topbar { background: var(--navy); color: #fff; font-size: .87rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar strong { color: var(--orange-light); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.04em; line-height: .9; }
.brand-logo { display: block; width: 220px; height: auto; border-radius: 4px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 8px 14px 8px 14px; box-shadow: 6px 6px 0 var(--navy); transform: skew(-5deg); font-size: 1.2rem; letter-spacing: -.06em; }
.brand span { font-size: 1rem; }
.brand small { display: block; margin-top: 7px; color: var(--orange); font-size: .67rem; letter-spacing: .14em; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .93rem; font-weight: 800; }
.nav-links > a:not(.btn) { position: relative; padding: 26px 0; }
.nav-links > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 3px; background: var(--orange); transition: right .2s ease; }
.nav-links > a:hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; background: var(--navy); border: 0; border-radius: 10px; cursor: pointer; }
.menu-toggle i { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .2s; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 23px; color: #fff; background: var(--orange); border: 2px solid var(--orange); border-radius: 10px; box-shadow: 0 12px 30px rgba(255,98,0,.23); font-weight: 900; line-height: 1.1; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); }
.btn-small { min-height: 46px; padding-inline: 19px; }
.btn-dark { background: var(--navy); border-color: var(--navy); box-shadow: none; }
.btn-dark:hover { background: var(--navy-light); border-color: var(--navy-light); }
.btn-outline { color: #fff; background: transparent; border-color: rgba(255,255,255,.65); box-shadow: none; }
.btn-outline:hover { background: #fff; border-color: #fff; color: var(--navy); }
.btn-outline-dark { color: var(--navy); background: transparent; border-color: var(--navy); box-shadow: none; }
.btn-outline-dark:hover { color: #fff; background: var(--navy); border-color: var(--navy); }

.home-hero, .page-hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); isolation: isolate; }
.home-hero::before, .page-hero::before { content: ""; position: absolute; z-index: -1; left: -10%; top: -35%; width: 50%; aspect-ratio: 1; border: 100px solid rgba(255,98,0,.08); border-radius: 50%; }
.home-hero-grid { min-height: 620px; display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); align-items: center; gap: 50px; padding-block: 64px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--orange); font-size: .78rem; font-weight: 950; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 30px; height: 3px; background: currentColor; }
.eyebrow.light { color: #fff; }
.hero-copy h1, .page-hero h1 { max-width: 760px; margin: 18px 0 24px; font-size: clamp(3rem, 6vw, 5.6rem); font-weight: 950; letter-spacing: -.065em; line-height: .94; }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p, .page-hero-copy > p { max-width: 640px; margin: 0 0 30px; color: #d8dadd; font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 11px 22px; margin-top: 28px; color: #e2e4e7; font-size: .88rem; font-weight: 800; }
.hero-proof span::before { content: "✓"; margin-right: 7px; color: var(--orange); font-weight: 950; }
.hero-photo { position: relative; width: 100%; max-width: 720px; aspect-ratio: 16 / 9; justify-self: end; border-radius: 4px 30px 4px 30px; box-shadow: none; overflow: hidden; }
.hero-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.hero-photo figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 18px; color: var(--navy); background: rgba(255,255,255,.95); border-left: 5px solid var(--orange); font-size: .9rem; }
.hero-photo figcaption strong { text-transform: uppercase; }

.trust-band { color: #fff; background: var(--orange); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.25fr; }
.trust-grid > div { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 18px 24px; border-right: 1px solid rgba(255,255,255,.28); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid b { color: rgba(255,255,255,.55); font-size: 1.35rem; }
.trust-grid span { font-weight: 900; }
.trust-call { flex-direction: column; align-items: flex-start !important; justify-content: center; gap: 0 !important; background: rgba(0,0,0,.12); }
.trust-call small { font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.trust-call a { font-size: 1.32rem; font-weight: 950; line-height: 1.2; }

.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--navy); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 40px; }
.section-heading.compact { align-items: center; margin-bottom: 30px; }
.section-heading h2, .content > h2 { max-width: 820px; margin: 10px 0 0; font-size: clamp(2.1rem, 4.5vw, 3.7rem); font-weight: 950; letter-spacing: -.055em; line-height: 1; }
.section-heading p { max-width: 560px; margin: 0; color: var(--muted); }
.section-heading.inverse p { color: #bfc3c8; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 40px rgba(10,42,74,.08); transition: transform .24s, box-shadow .24s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #ddd; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.service-card:hover .service-card-media img { transform: scale(1.035); }
.photo-badge { position: absolute; left: 13px; bottom: 13px; padding: 7px 10px; color: #fff; background: rgba(10,42,74,.88); border-left: 3px solid var(--orange); border-radius: 4px; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.service-card-body { position: relative; padding: 26px; }
.card-number { position: absolute; right: 22px; top: 19px; color: #d9dce0; font-size: 1.6rem; font-weight: 950; }
.service-card h3 { max-width: calc(100% - 40px); margin: 0 0 10px; font-size: 1.28rem; letter-spacing: -.025em; line-height: 1.2; }
.service-card p { min-height: 78px; margin: 0; color: var(--muted); font-size: .95rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 18px; color: var(--orange-dark); font-weight: 900; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.large { font-size: 1.05rem; }

.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: steps; }
.process-grid article { padding: 34px; background: #123858; border: 1px solid #285578; border-radius: var(--radius); border-bottom: 5px solid var(--orange); }
.process-grid span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 950; }
.process-grid h3 { margin: 20px 0 8px; font-size: 1.35rem; }
.process-grid p { margin: 0; color: #bfc3c8; }

.job-gallery { margin: 38px 0 0; }
.photo-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.photo-grid figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #ddd; border-radius: 14px; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid figcaption { position: absolute; inset: auto 0 0; padding: 36px 14px 13px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.82)); font-size: .82rem; font-weight: 800; line-height: 1.25; }

.content-layout { display: grid; grid-template-columns: minmax(0,1fr) 380px; align-items: start; gap: 72px; }
.content { min-width: 0; }
.content > h2 { margin-top: 58px; font-size: clamp(2rem, 3.5vw, 3.1rem); }
.content > h2:first-child, .content > .section-heading:first-child { margin-top: 0; }
.content p, .content li { color: #50555d; }
.content p { font-size: 1.04rem; }
.content .job-gallery { margin: 56px 0; padding: 30px; background: var(--soft); border-radius: var(--radius); }
.content .photo-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.content .section-heading h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.content .service-grid-content { grid-template-columns: repeat(2, minmax(0,1fr)); }
.content .service-card p { min-height: 95px; }

.quote-box { position: sticky; top: 116px; padding: 38px; color: #fff; background: var(--navy); border-radius: 4px 24px 4px 24px; box-shadow: 12px 12px 0 var(--orange); }
.quote-box h2 { margin: 14px 0 13px; font-size: 2.35rem; font-weight: 950; letter-spacing: -.05em; line-height: 1.02; }
.quote-box p, .quote-box li { color: #c9ccd1; }
.quote-box ol { padding-left: 20px; margin: 20px 0 26px; }
.quote-box li { padding: 4px 0; }
.quote-box .btn { width: 100%; margin-top: 11px; }

.page-hero { padding: 76px 0; }
.page-hero-grid { min-height: 510px; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; }
.page-hero h1 { margin-top: 16px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: #aeb2b8; font-size: .83rem; }
.breadcrumb a { color: var(--orange-light); }
.page-hero-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 4px 28px 4px 28px; box-shadow: none; }
.page-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-photo figcaption { position: absolute; inset: auto 16px 16px; padding: 13px 15px; color: #fff; background: rgba(10,42,74,.9); border-left: 4px solid var(--orange); border-radius: 5px; font-size: .83rem; line-height: 1.25; }
.page-hero-photo figcaption span { display: block; margin-bottom: 4px; color: var(--orange-light); font-size: .64rem; font-weight: 950; letter-spacing: .12em; }

.check-list { list-style: none; margin: 24px 0; padding: 0; }
.check-list li { position: relative; padding: 8px 0 8px 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 22px; height: 22px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: .72rem; font-weight: 950; }
.number-list { list-style: none; padding: 0; counter-reset: item; }
.number-list li { position: relative; min-height: 58px; padding: 0 0 22px 68px; counter-increment: item; }
.number-list li::before { content: counter(item); position: absolute; left: 0; top: 0; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 950; }
.number-list b, .number-list span { display: block; }
.number-list b { color: var(--ink); }
.number-list span { color: var(--muted); }
.feature-panel, .notice { margin: 38px 0; padding: 30px; background: var(--soft); border-left: 6px solid var(--orange); border-radius: 0 14px 14px 0; }
.feature-panel h3 { margin: 0 0 12px; font-size: 1.5rem; }
.notice b, .notice span { display: block; }
.notice span { margin-top: 4px; color: var(--muted); }

.area-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.area-card { min-height: 230px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; background: #123858; border: 1px solid #285578; border-radius: var(--radius); border-bottom: 5px solid var(--orange); }
.area-card small { color: var(--orange-light); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.area-card h3 { margin: 10px 0 7px; font-size: 1.45rem; line-height: 1.15; }
.area-card p { margin: 0 0 18px; color: #bfc3c8; font-size: .92rem; }
.area-card span { color: var(--orange-light); font-weight: 900; }
.area-card.light-card { color: var(--ink); background: var(--soft); border-color: var(--line); }
.area-card.light-card p { color: var(--muted); }
.content-areas { margin: 34px 0 58px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.location-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 34px 0 54px; }
.location-card { padding: 24px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.location-card small { color: var(--orange-dark); font-weight: 900; letter-spacing: .1em; }
.location-card h3 { margin: 8px 0 14px; font-size: 1.35rem; }
.location-card span { color: var(--orange-dark); font-weight: 900; }

.price-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 34px 0 58px; }
.price-grid article { padding: 25px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.price-grid article.featured { color: #fff; background: var(--navy); border-color: var(--navy); box-shadow: inset 0 -5px var(--orange); }
.price-grid small { color: var(--orange-dark); font-weight: 950; letter-spacing: .1em; }
.price-grid .featured small { color: var(--orange-light); }
.price-grid h3 { margin: 12px 0 5px; }
.price-grid strong { display: block; font-size: 1.25rem; }
.price-grid p { margin-bottom: 0; font-size: .9rem; }
.price-grid .featured p { color: #c9ccd1; }
.price-list-intro { display: grid; gap: 4px; margin: 26px 0 24px; padding: 22px 24px; color: #fff; background: var(--navy); border-left: 6px solid var(--orange); border-radius: 0 14px 14px 0; }
.price-list-intro span { color: #d7dde3; }
.price-list-grid { display: grid; gap: 20px; margin: 0 0 38px; }
.price-list-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 10px 28px rgba(10,42,74,.07); }
.price-list-card h3 { margin: 0; padding: 17px 22px; color: #fff; background: var(--navy); border-bottom: 4px solid var(--orange); font-size: 1.15rem; letter-spacing: -.015em; }
.price-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
.price-row { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 18px; border-bottom: 1px solid var(--line); }
.price-row:nth-child(odd) { border-right: 1px solid var(--line); }
.price-row span { color: #343941; font-size: .95rem; line-height: 1.35; }
.price-row strong { flex: 0 0 auto; color: var(--orange-dark); font-size: .93rem; white-space: nowrap; }
.price-faq { margin-top: 26px; }
.value-grid, .contact-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 30px 0 58px; }
.value-grid article, .contact-grid a { padding: 27px; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.value-grid span, .contact-grid small, .contact-grid span { color: var(--orange-dark); font-weight: 950; }
.value-grid h3, .contact-grid h3 { margin: 12px 0 5px; font-size: 1.3rem; }
.contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.contact-grid a { transition: transform .2s, border-color .2s; }
.contact-grid a:hover { transform: translateY(-3px); border-color: var(--orange); }
.contact-grid p { min-height: 55px; }

.faq { max-width: 900px; }
.faq details { margin: 12px 0; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.faq summary { position: relative; padding: 22px 56px 22px 24px; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 900; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 20px; top: 16px; width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -4px 24px 22px; color: var(--muted); }

.cta { padding: 68px 0; color: #fff; background: var(--orange); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta h2 { margin: 12px 0 7px; font-size: clamp(2.2rem,4vw,3.7rem); letter-spacing: -.055em; line-height: 1; }
.cta p { margin: 0; color: #fff4ed; }
.cta-actions { display: flex; gap: 12px; flex-shrink: 0; }
.footer { padding: 64px 0 28px; color: #c6d4df; background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.2fr; gap: 44px; }
.footer .brand span, .footer h3 { color: #fff; }
.footer .brand-logo { width: 250px; }
.footer .brand small { color: var(--orange-light); }
.footer p { max-width: 340px; }
.footer h3 { margin: 0 0 14px; }
.footer-grid > div:not(:first-child) a { display: block; padding: 4px 0; }
.footer-grid > div:not(:first-child) a:hover { color: var(--orange-light); }
.footer-phone { color: #fff; font-size: 1.25rem; font-weight: 950; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 44px; padding-top: 23px; border-top: 1px solid #285578; font-size: .82rem; }
.mobile-actions { display: none; }

@media (max-width: 1050px) {
  .home-hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .photo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .content-layout { grid-template-columns: minmax(0,1fr) 340px; gap: 42px; }
  .area-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 820px) {
  .topbar-inner span:last-child { display: none; }
  .nav { min-height: 70px; }
  .brand-mark { width: 43px; height: 43px; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: 109px 0 auto; display: none; padding: 22px 24px 30px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.13); }
  .nav-links.open { display: grid; }
  .nav-links > a:not(.btn) { padding: 10px 0; font-size: 1.05rem; }
  .nav-links > a:not(.btn)::after { display: none; }
  .home-hero-grid, .page-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 60px 74px; }
  .hero-copy h1, .page-hero h1 { max-width: 680px; }
  .hero-photo { height: auto; min-height: 0; aspect-ratio: 4 / 3; justify-self: stretch; }
  .page-hero-photo { max-width: 680px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.28); }
  .section { padding: 76px 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 18px; }
  .process-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-layout { grid-template-columns: 1fr; }
  .quote-box { position: static; }
  .content .service-grid-content { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .price-grid { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .cta-inner { display: block; }
  .cta-actions { margin-top: 24px; }
}

@media (max-width: 620px) {
  .brand-logo { width: 180px; }
  body { padding-bottom: 72px; }
  .wrap { width: min(var(--max), calc(100% - 30px)); }
  .topbar { font-size: .78rem; }
  .topbar-inner { min-height: 36px; }
  .brand span { font-size: .88rem; }
  .brand small { font-size: .58rem; }
  .nav-links { top: 106px; }
  .home-hero-grid, .page-hero-grid { gap: 38px; padding-block: 48px 60px; }
  .hero-copy h1, .page-hero h1 { font-size: clamp(2.65rem,14vw,4rem); }
  .hero-copy > p, .page-hero-copy > p { font-size: 1.04rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-photo { border-radius: 3px 20px 3px 20px; box-shadow: none; }
  .hero-photo > img { object-position: 64% center; }
  .hero-photo figcaption { left: 11px; right: 11px; bottom: 11px; padding: 11px; }
  .hero-photo figcaption span { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 64px; padding: 12px 16px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .section { padding: 62px 0; }
  .service-grid, .content .service-grid-content, .area-grid, .content-areas, .location-grid, .contact-grid { grid-template-columns: 1fr; }
  .price-list { grid-template-columns: 1fr; }
  .price-row:nth-child(odd) { border-right: 0; }
  .price-row { align-items: flex-start; }
  .service-card p { min-height: 0; }
  .content .service-card p { min-height: 0; }
  .photo-grid, .content .photo-grid { grid-template-columns: 1fr; }
  .content .job-gallery { margin-inline: -2px; padding: 20px; }
  .page-hero { padding: 0; }
  .page-hero-grid { padding-bottom: 54px; }
  .page-hero-photo { border-radius: 3px 18px 3px 18px; box-shadow: none; }
  .breadcrumb { margin-bottom: 24px; }
  .quote-box { padding: 30px; box-shadow: 8px 8px 0 var(--orange); }
  .quote-box h2 { font-size: 2rem; }
  .cta { padding: 54px 0; }
  .cta-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { display: block; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 7px; }
  .mobile-actions { position: fixed; z-index: 80; left: 10px; right: 10px; bottom: 10px; height: 56px; display: grid; grid-template-columns: 92px 1fr; overflow: hidden; background: var(--navy); border: 2px solid #fff; border-radius: 12px; box-shadow: 0 12px 32px rgba(10,42,74,.35); }
  .mobile-actions a { display: grid; place-items: center; color: #fff; font-weight: 900; }
  .mobile-actions .primary { background: var(--orange); }
}
