:root {
  --ink: #071b2b;
  --navy: #082a43;
  --navy-deep: #041925;
  --blue: #159ada;
  --blue-pale: #e5f5fb;
  --red: #e84235;
  --paper: #f3f6f7;
  --white: #ffffff;
  --muted: #60727d;
  --line: #d7e1e5;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }
.hero-media > img, .final-cta > img, .why-image > img, .service-media > img, .project-image > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.section-label { margin: 0 0 18px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-intro h2, .areas h2, .faq h2, .final-cta h2, .why-content h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .96; letter-spacing: -.058em; }
.section-intro h2 em, .areas h2 em, .final-cta h2 em, .why-content h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.section-summary { align-self: end; max-width: 455px; margin: 0 0 5px auto; color: var(--muted); font-size: 17px; line-height: 1.7; }

.emergency-bar { height: 34px; padding: 0 max(32px, calc((100vw - var(--shell))/2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy-deep); color: #c5d5dd; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.emergency-bar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.live-dot { width: 7px; height: 7px; background: #45c884; border-radius: 50%; box-shadow: 0 0 0 4px #45c88420; }
.emergency-bar a { display: flex; align-items: center; gap: 8px; }
.emergency-bar strong { color: white; }
.emergency-bar a > span { color: var(--blue); font-size: 14px; }
.site-header { position: sticky; top: 0; z-index: 50; height: 82px; padding: 0 max(32px, calc((100vw - var(--shell))/2)); display: flex; align-items: center; gap: 30px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand-mark { width: 172px; display: flex; flex-direction: column; line-height: 1; }
.brand-scope, .brand-services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.brand-mark i { display: grid; place-items: center; color: white; font-style: normal; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.brand-scope i { min-height: 12px; font-size: 6px; }
.brand-services i { min-height: 10px; font-size: 5px; }
.brand-scope i:first-child, .brand-services i:last-child { background: var(--red); }
.brand-scope i:last-child, .brand-services i:first-child { background: var(--blue); }
.brand-mark > strong { width: 100%; padding: 2px 0 1px; display: flex; align-items: baseline; justify-content: space-between; color: var(--ink); font-family: Impact, "Arial Black", Arial, sans-serif; font-size: 27px; font-stretch: condensed; font-weight: 900; letter-spacing: 0; line-height: .94; white-space: nowrap; }
.brand-mark > strong > span { display: block; }
.brand-mark > strong > .brand-word-gap { width: .18em; flex: 0 0 .18em; }
.brand-mark-inverse > strong { color: white; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--blue); content: ""; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-width: 151px; padding: 13px 16px; display: flex; justify-content: space-between; gap: 24px; background: var(--ink); color: white; font-size: 11px; font-weight: 800; }
.header-cta span { color: var(--blue); }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100svh - 116px); height: 760px; max-height: 900px; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { object-position: center 48%; filter: saturate(.72) contrast(1.06); transform: scale(1.012); }
.hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(4,20,31,.98) 0%, rgba(4,24,38,.91) 45%, rgba(4,24,38,.3) 78%, rgba(4,24,38,.12)), linear-gradient(0deg, rgba(4,25,37,.55), transparent 45%); }
.hero-inner { position: relative; z-index: 2; height: 100%; padding-bottom: 76px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .65fr); gap: 80px; align-items: center; }
.hero-copy { padding-top: 28px; }
.kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 29px; color: #b8ceda; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker span { display: inline-flex; align-items: center; gap: 11px; }
.kicker span::before { width: 25px; height: 2px; background: var(--blue); content: ""; }
.kicker i { padding-left: 14px; border-left: 1px solid #ffffff4a; font-style: normal; }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: #4db9e9; font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 670px; margin: 27px 0 0; color: #c2d3dd; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-width: 188px; padding: 16px 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 35px; border: 1px solid transparent; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-glass { border-color: #ffffff5a; background: #0a2d436b; color: white; }
.button-dark { background: var(--ink); color: white; }
.button span { font-size: 15px; }
.response-card { align-self: end; margin-bottom: 42px; padding: 26px; border-top: 3px solid var(--red); background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 22px 60px #0000002b; backdrop-filter: blur(12px); }
.response-index { color: #7a8c96; font: italic 11px Georgia, serif; }
.response-card > p { margin: 32px 0 8px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.response-card h2 { margin: 0 0 13px; font-size: 25px; line-height: 1.02; letter-spacing: -.04em; }
.response-card > span:not(.response-index) { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.response-card a { margin-top: 24px; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 18px; font-weight: 900; }
.response-card a i { color: var(--blue); font-style: normal; }
.hero-scroll { position: absolute; z-index: 2; bottom: 0; left: 50%; width: min(var(--shell), calc(100% - 64px)); padding: 19px 0; display: flex; justify-content: space-between; border-top: 1px solid #ffffff30; color: #93aab7; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { color: white; font-style: normal; font-size: 14px; }

.trust-strip { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-strip div { min-height: 112px; padding: 27px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 19px; letter-spacing: -.02em; }
.trust-strip span { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.problem-section { padding-top: 118px; padding-bottom: 118px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.problem-grid { grid-column: 1 / -1; margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid a { position: relative; min-height: 254px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.problem-grid a:last-child { border-right: 0; }
.problem-grid a:hover { z-index: 2; background: var(--blue-pale); transform: translateY(-5px); }
.problem-grid a > span { color: #8799a2; font: italic 12px Georgia, serif; }
.problem-grid strong { max-width: 260px; margin-top: 57px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.problem-grid small { margin-top: 12px; color: var(--muted); font-size: 11px; }
.problem-grid i { position: absolute; right: 28px; bottom: 27px; color: var(--blue); font-style: normal; font-size: 20px; }

.services-list { background: var(--paper); }
.service-row { position: relative; min-height: 690px; padding-top: 100px; padding-bottom: 100px; display: grid; grid-template-columns: 45px 1.05fr .95fr; gap: 50px; align-items: center; border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 3px; color: #85969e; font: italic 13px Georgia, serif; }
.service-media { position: relative; height: 490px; overflow: hidden; background: #cbd5da; }
.service-row:nth-child(even) .service-media { grid-column: 3; }
.service-row:nth-child(even) .service-content { grid-column: 2; grid-row: 1; }
.service-media::after { position: absolute; inset: 0; border: 1px solid #ffffff30; content: ""; }
.service-media img { transition: transform .6s ease; }
.service-row:hover .service-media img { transform: scale(1.025); }
.service-content { padding: 0 50px 0 20px; }
.service-row:nth-child(even) .service-content { padding: 0 20px 0 50px; }
.service-content h2 { margin: 0; font-size: clamp(42px, 4vw, 60px); line-height: .98; letter-spacing: -.055em; text-transform: capitalize; }
.service-content > p:not(.section-label) { margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-content ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.service-content li { padding: 14px 8px 14px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #3e515c; font-size: 11px; }
.service-content li span { color: var(--blue); font-size: 12px; }
.underlined-link { width: fit-content; margin-top: 35px; padding-bottom: 8px; display: flex; gap: 55px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.underlined-link span { color: var(--blue); }
.vertical-label { position: absolute; right: -25px; color: #b0bfc5; font-size: 8px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; transform: rotate(90deg); }

.industries { padding: 115px 0 120px; background: var(--navy); color: white; }
.section-intro.light .section-label { color: #74c9ef; }
.section-intro.light h2 em { color: #61c3eb; }
.industry-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; }
.industry-grid article { min-height: 300px; padding: 30px 25px; border-right: 1px solid #ffffff30; }
.industry-grid article:last-child { border-right: 0; }
.industry-grid article > span { color: #7393a5; font: italic 12px Georgia, serif; }
.industry-grid h3 { margin: 92px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.industry-grid p { margin: 0; color: #a9c0cd; font-size: 12px; line-height: 1.65; }

.why-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.why-image { position: relative; min-height: 680px; }
.why-content { padding: 105px max(45px, calc((100vw - var(--shell))/2)) 105px 7vw; }
.why-content > p:not(.section-label) { max-width: 540px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.reason-list { margin-top: 35px; }
.reason-list > div { padding: 19px 0; display: grid; grid-template-columns: 45px 1fr; border-top: 1px solid var(--line); }
.reason-list > div:last-child { border-bottom: 1px solid var(--line); }
.reason-list span { grid-row: 1 / 3; color: #82939c; font: italic 11px Georgia, serif; }
.reason-list strong { font-size: 13px; }
.reason-list p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.projects { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.project-grid { grid-column: 1 / -1; margin-top: 22px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 34px; }
.project-card { margin: 0; }
.project-featured { grid-row: span 2; }
.project-image { position: relative; height: 270px; overflow: hidden; background: #d5dde1; }
.project-featured .project-image { height: 646px; }
.project-image img { transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-card figcaption { position: relative; padding: 17px 38px 20px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.project-card figcaption > span { margin-bottom: 7px; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.project-card figcaption > strong { font-size: 14px; }
.project-card figcaption i { position: absolute; top: 23px; right: 4px; color: var(--blue); font-style: normal; }

.process { padding: 110px 0 115px; background: var(--navy-deep); color: white; }
.process .shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ffffff2b; }
.process li { padding: 29px 0; display: grid; grid-template-columns: 65px 1fr; border-bottom: 1px solid #ffffff2b; }
.process li > span { color: #6f91a3; font: italic 12px Georgia, serif; }
.process li strong { font-size: 17px; }
.process li p { margin: 8px 0 0; color: #9fb7c5; font-size: 12px; line-height: 1.6; }

.areas { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.areas-copy > p:not(.section-label) { max-width: 450px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.areas-copy .button { margin-top: 30px; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: center; }
.coverage-grid > span { min-height: 52px; margin-right: 25px; padding: 17px 2px 14px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
.coverage-grid i { color: #8aa1ad; font: italic 9px Georgia, serif; }

.faq { padding-top: 115px; padding-bottom: 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-heading > p:not(.section-label) { margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-heading a { color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--blue); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 75px; padding: 26px 50px 24px 48px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; left: 0; color: #8b9ca4; font: italic 10px Georgia, serif; }
.faq-list summary i { position: absolute; right: 5px; color: var(--blue); font-style: normal; font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -7px 0 0; padding: 0 48px 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; color: white; }
.final-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(3,24,37,.97), rgba(3,24,37,.76) 58%, rgba(3,24,37,.25)); }
.final-content { position: relative; z-index: 2; padding-block: 100px; }
.final-content .section-label { color: #69c5ed; }
.final-content h2 { font-size: clamp(54px, 7vw, 92px); }
.final-content h2 em { color: #5dc1e9; }
.final-content > p:not(.section-label) { max-width: 570px; color: #b7ccd7; font-size: 15px; }
.final-content > a { width: fit-content; margin-top: 34px; padding-bottom: 8px; display: flex; gap: 45px; border-bottom: 2px solid #5dc1e9; font-size: clamp(28px, 4vw, 48px); font-weight: 900; }
.final-content > a span { color: var(--red); }
.final-content small { display: block; margin-top: 13px; color: #9eb6c3; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

footer { background: #03131e; color: white; }
.footer-top { padding-top: 66px; padding-bottom: 55px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
.footer-brand .brand-mark { width: 190px; }
.footer-brand .brand-mark > strong { font-size: 30px; }
.footer-tagline { max-width: 215px; margin: 0; color: #86a0ae; font-size: 10px; font-weight: 700; line-height: 1.5; }
.footer-column { display: flex; flex-direction: column; gap: 10px; color: #86a0ae; font-size: 10px; }
.footer-column > strong { margin-bottom: 7px; color: white; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column.contact a { color: white; font-size: 17px; font-weight: 900; }
.footer-bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff1c; color: #607b89; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 11px; }
  .hero-inner { grid-template-columns: 1fr 285px; gap: 40px; }
  .service-row { gap: 30px; }
  .service-content { padding-right: 20px; }
  .service-row:nth-child(even) .service-content { padding-left: 20px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(100% - 40px, var(--shell)); }
  .emergency-bar { height: 31px; padding-inline: 20px; }
  .emergency-bar p { display: none; }
  .emergency-bar a { width: 100%; justify-content: center; }
  .site-header { height: 70px; padding-inline: 20px; }
  .brand-mark { width: 154px; }
  .brand-mark > strong { font-size: 24px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 43px; height: 43px; padding: 12px 10px; display: flex; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; list-style: none; border: 1px solid var(--line); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { width: 100%; height: 1px; background: var(--ink); }
  .mobile-menu nav { position: absolute; top: 70px; right: 0; left: 0; padding: 12px 20px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px #001d2f18; }
  .mobile-menu nav a { padding: 14px 2px; display: block; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
  .hero { min-height: 760px; height: calc(100svh - 101px); max-height: 900px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,20,31,.96), rgba(4,24,38,.64)), linear-gradient(0deg, rgba(4,25,37,.66), transparent 48%); }
  .hero-inner { padding: 70px 0 106px; display: block; }
  .hero h1 { max-width: 700px; font-size: clamp(48px, 11.8vw, 72px); }
  .hero-lead { max-width: 600px; font-size: 15px; }
  .response-card { position: absolute; right: 0; bottom: 95px; width: 275px; margin: 0; padding: 18px; }
  .response-card > p { margin-top: 17px; }
  .response-card > span:not(.response-index), .response-card a { display: none; }
  .response-card h2 { margin: 0; font-size: 18px; }
  .hero-scroll { width: calc(100% - 40px); }
  .trust-strip { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 92px; padding: 20px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(n+3) { border-bottom: 0; }
  .problem-section, .projects { padding-top: 85px; padding-bottom: 85px; grid-template-columns: 1fr; gap: 25px; }
  .section-summary { margin: 0; }
  .problem-grid, .project-grid { grid-column: auto; }
  .problem-grid { margin-top: 25px; grid-template-columns: 1fr; }
  .problem-grid a { min-height: 175px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-grid a:last-child { border-bottom: 0; }
  .problem-grid strong { margin-top: 35px; }
  .service-row { min-height: 0; padding-top: 75px; padding-bottom: 80px; grid-template-columns: 35px 1fr; gap: 25px; }
  .service-media, .service-row:nth-child(even) .service-media { grid-column: 2; grid-row: 1; height: 390px; }
  .service-content, .service-row:nth-child(even) .service-content { grid-column: 2; grid-row: 2; padding: 20px 0 0; }
  .vertical-label { display: none; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid article { min-height: 240px; border-bottom: 1px solid #ffffff30; }
  .industry-grid article:nth-child(2) { border-right: 0; }
  .industry-grid article:nth-child(n+3) { border-bottom: 0; }
  .industry-grid h3 { margin-top: 58px; }
  .why-section { grid-template-columns: 1fr; }
  .why-image { min-height: 480px; }
  .why-content { padding: 80px 20px 85px; }
  .project-grid { margin-top: 25px; grid-template-columns: 1fr 1fr; gap: 24px; }
  .project-featured { grid-column: 1 / -1; grid-row: auto; }
  .project-featured .project-image { height: 520px; }
  .process .shell, .areas, .faq { grid-template-columns: 1fr; gap: 55px; }
  .process { padding-block: 85px; }
  .areas, .faq { padding-top: 85px; padding-bottom: 85px; }
  .coverage-grid > span { margin-right: 15px; }
  .final-cta { min-height: 560px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 80; min-height: 62px; padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; background: var(--red); color: white; box-shadow: 0 -10px 28px #00151f30; }
  .mobile-call > span { font-size: 14px; font-weight: 900; }
  .mobile-call small { display: block; margin-bottom: 2px; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
  .mobile-call i { font-style: normal; font-size: 22px; }
  footer { padding-bottom: 62px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .brand-mark { width: 146px; }
  .brand-mark > strong { font-size: 23px; }
  .hero { min-height: 710px; }
  .hero-inner { padding-top: 56px; }
  .kicker { flex-wrap: wrap; gap: 8px; margin-bottom: 23px; font-size: 8px; }
  .kicker i { padding-left: 0; border-left: 0; width: 100%; }
  .hero h1 { font-size: clamp(45px, 12.8vw, 62px); }
  .hero-lead { font-size: 14px; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .button { width: 100%; }
  .response-card { right: 16px; bottom: 88px; width: 225px; }
  .hero-scroll { width: calc(100% - 32px); }
  .trust-strip { width: calc(100% - 32px); }
  .trust-strip strong { font-size: 15px; }
  .trust-strip span { font-size: 7px; }
  .section-intro h2, .areas h2, .faq h2, .why-content h2 { font-size: clamp(42px, 12vw, 58px); }
  .problem-grid a { min-height: 165px; padding: 24px; }
  .service-row { width: calc(100% - 32px); padding-top: 65px; padding-bottom: 70px; grid-template-columns: 25px 1fr; gap: 14px; }
  .service-media, .service-row:nth-child(even) .service-media { height: 290px; }
  .service-content h2 { font-size: 40px; }
  .service-content ul { grid-template-columns: 1fr; }
  .industries { padding-block: 85px; }
  .industry-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .industry-grid article { min-height: 200px; border-right: 0; border-bottom: 1px solid #ffffff30 !important; }
  .industry-grid article:last-child { border-bottom: 0 !important; }
  .industry-grid h3 { margin-top: 45px; }
  .why-image { min-height: 360px; }
  .why-content { padding-inline: 16px; }
  .project-grid { grid-template-columns: 1fr; gap: 30px; }
  .project-featured { grid-column: auto; }
  .project-featured .project-image, .project-image { height: 310px; }
  .process .shell { width: calc(100% - 32px); }
  .process li { grid-template-columns: 48px 1fr; }
  .areas, .faq { width: calc(100% - 32px); }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-grid > span { margin-right: 0; }
  .faq-list summary { padding-left: 36px; font-size: 13px; line-height: 1.35; }
  .faq-list details p { padding-left: 36px; padding-right: 15px; }
  .final-cta { min-height: 530px; }
  .final-content { padding-block: 80px; }
  .final-content h2 { font-size: clamp(47px, 13vw, 64px); }
  .final-content > a { font-size: 27px; gap: 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column.contact { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 20px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
