:root {
    --ink: #101b2d;
    --ink-2: #1b2a41;
    --blue: #154f91;
    --blue-2: #0b6fc2;
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --paper: #f4f7fa;
    --white: #fff;
    --muted: #64748b;
    --line: #dce4ec;
    --success: #138a5b;
    --shadow: 0 22px 60px rgba(15, 29, 49, .14);
    --radius: 22px;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open, body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topline { color: #cbd5e1; background: #0a1424; font-size: 12px; letter-spacing: .025em; }
.topline__inner { min-height: 31px; display: flex; justify-content: space-between; align-items: center; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 rgba(15,29,49,.08); backdrop-filter: blur(14px); }
.header-main { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; }
.brand__mark { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; color: var(--accent); background: var(--ink); border-radius: 13px; }
.brand__mark svg { width: 35px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.brand strong { display: block; font-size: 15px; line-height: 1.1; letter-spacing: .045em; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10.5px; line-height: 1.2; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding-block: 28px; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-contact { display: grid; gap: 1px; text-align: right; }
.header-phone { white-space: nowrap; font-size: 15px; font-weight: 800; }
.copy-email { border: 0; padding: 0; color: var(--muted); background: transparent; font-size: 11px; text-align: inherit; }
.copy-email:hover { color: var(--blue); }
.btn { min-height: 46px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 21px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--accent { color: var(--ink); background: var(--accent); box-shadow: 0 12px 24px rgba(245,158,11,.2); }
.btn--accent:hover { background: #ffb122; box-shadow: 0 15px 30px rgba(245,158,11,.3); }
.btn--glass { color: var(--white); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.btn--glass:hover { background: rgba(255,255,255,.16); }
.btn--light { width: 100%; color: var(--ink); background: var(--white); }
.btn--large { min-height: 56px; padding-inline: 28px; }
.btn--full { width: 100%; min-height: 56px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); }
.mobile-nav { display: none; }

.breadcrumbs { border-top: 1px solid #eef2f6; color: var(--muted); background: #fff; font-size: 12px; }
.breadcrumbs .container { min-height: 38px; display: flex; align-items: center; gap: 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.breadcrumbs a { color: var(--blue); }
.hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero__media, .hero__shade { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__shade { background: linear-gradient(90deg, rgba(7,17,31,.97) 0%, rgba(8,22,40,.92) 36%, rgba(7,17,31,.72) 58%, rgba(7,17,31,.2) 100%), linear-gradient(0deg, rgba(7,17,31,.48), transparent 62%); }
.hero__content { position: relative; z-index: 2; padding-block: 76px 88px; }
.hero__copy { max-width: 960px; }
.hero__kicker, .section-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero__kicker i { width: 28px; height: 2px; background: currentColor; }
.hero h1 { max-width: 960px; margin: 20px 0 24px; font-size: clamp(42px, 4.6vw, 68px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.hero__copy > p { max-width: 740px; margin: 0; color: #d8e1ec; font-size: clamp(17px, 2vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 31px; color: #dbe4ee; font-size: 13px; }
.hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof b { width: 21px; height: 21px; display: grid; place-items: center; color: var(--ink); background: var(--accent); border-radius: 50%; font-size: 12px; }

.metrics { position: relative; z-index: 3; margin-top: -34px; }
.metrics__grid { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: linear-gradient(110deg, #15345d, #10233d); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.metrics__grid > div { min-height: 116px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.metrics__grid > div:last-child { border: 0; }
.metrics strong { color: var(--accent); font-size: 27px; line-height: 1.1; }
.metrics span { margin-top: 7px; color: #cdd8e5; font-size: 12px; line-height: 1.35; }

.intent-strip { border-bottom: 1px solid var(--line); background: #fff; }
.intent-strip__inner { min-height: 74px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.intent-strip__inner > span { margin-right: 6px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.intent-strip__inner strong { padding: 8px 11px; color: #15385f; border: 1px solid #cfe0ef; background: #f2f8fd; border-radius: 8px; font-size: 12px; line-height: 1.2; }
.service-intent { background: var(--paper); }
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.intent-card { min-height: 300px; padding: 29px; border: 1px solid var(--line); background: var(--white); border-radius: 18px; box-shadow: 0 7px 24px rgba(15,29,49,.05); }
.intent-card > span { width: 40px; height: 40px; display: grid; place-items: center; color: #8a5200; background: #fff1cc; border-radius: 11px; font-size: 12px; font-weight: 900; }
.intent-card h3 { margin: 34px 0 18px; font-size: 22px; line-height: 1.2; letter-spacing: -.02em; }
.intent-card ul { margin: 0; padding: 0; list-style: none; }
.intent-card li { position: relative; margin: 11px 0; padding-left: 23px; color: #475569; font-size: 14px; }
.intent-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border: 2px solid var(--accent); border-radius: 50%; }
.intent-cta { display: grid; grid-template-columns: 1fr auto auto; gap: 24px; align-items: center; margin-top: 22px; padding: 26px 29px; color: var(--white); background: linear-gradient(110deg, #15345d, #10233d); border-radius: 18px; box-shadow: var(--shadow); }
.intent-cta div span { display: block; margin-bottom: 4px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.intent-cta div strong { display: block; max-width: 620px; font-size: 20px; line-height: 1.25; }
.intent-cta > a { color: #c8d6e5; font-size: 12px; font-weight: 800; white-space: nowrap; }
.intent-cta > a:hover { color: #fff; }

.section { padding-block: 98px; }
.section-head { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(260px, .7fr); gap: 50px; align-items: end; margin-bottom: 42px; }
.section-head h2, .company h2, .faq h2, .contact-copy h2, .legal-card h1 { margin: 10px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.035em; text-wrap: balance; }
.section-head > p { margin: 0; color: var(--muted); }
.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--white); border-radius: 18px; box-shadow: 0 7px 24px rgba(15,29,49,.055); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b9c9d9; box-shadow: 0 18px 42px rgba(15,29,49,.12); }
.service-card--featured { grid-column: span 2; display: grid; grid-template-columns: 1.05fr 1fr; border-color: var(--accent); }
.service-card__image { height: 210px; overflow: hidden; background: var(--ink); }
.service-card--featured .service-card__image { height: 100%; min-height: 410px; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover .service-card__image img { transform: scale(1.035); }
.service-card__body { flex: 1; display: flex; flex-direction: column; padding: 24px; }
.service-card__badge { align-self: flex-start; margin-bottom: 12px; padding: 5px 9px; color: #7c4a00; background: #fff3d3; border-radius: 6px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.02em; }
.service-card h3 a:hover { color: var(--blue); }
.service-card p { margin: 11px 0 18px; color: var(--muted); font-size: 14px; }
.service-card ul { margin: 0 0 24px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 8px 0; padding-left: 20px; color: #334155; font-size: 12px; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 7px; width: 7px; height: 7px; background: var(--accent); border-radius: 2px; }
.service-card__footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #edf1f5; padding-top: 17px; }
.service-card__footer a { color: var(--blue); font-size: 13px; font-weight: 800; }
.service-card__footer button { padding: 8px 12px; color: var(--ink); border: 1px solid var(--line); background: #fff; border-radius: 8px; font-size: 12px; font-weight: 800; }
.service-card__footer button:hover { border-color: var(--accent); background: #fff9eb; }

.projects { color: var(--white); background: var(--ink); }
.section-head--light > p { color: #aebccc; }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 390px; gap: 18px; }
.project-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.project-card--wide { grid-column: span 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); transition: transform .6s ease; }
.project-card:hover img { transform: scale(1.04); }
.project-card::after { content: ""; position: absolute; inset: 20% 0 0; background: linear-gradient(0deg, rgba(6,14,26,.96), transparent); }
.project-card > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 25px; }
.project-card span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.project-card h3 { margin: 7px 0 6px; font-size: 23px; line-height: 1.15; }
.project-card p { max-width: 630px; margin: 0; color: #d4dee9; font-size: 12.5px; }

.company__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.company__photo { position: relative; }
.company__photo::before { content: ""; position: absolute; left: -22px; bottom: -22px; width: 52%; height: 52%; background: var(--accent); border-radius: 20px; }
.company__photo img { position: relative; z-index: 1; width: 100%; min-height: 570px; object-fit: cover; border-radius: 20px; box-shadow: var(--shadow); }
.company__photo span { position: absolute; z-index: 2; right: -26px; bottom: 28px; max-width: 220px; padding: 18px 20px; color: var(--white); background: var(--ink); border-radius: 12px; font-size: 13px; font-weight: 800; box-shadow: var(--shadow); }
.company__copy > p { margin: 24px 0 28px; color: var(--muted); font-size: 17px; }
.company__points { display: grid; gap: 12px; }
.company__points > div { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; }
.company__points b { width: 43px; height: 43px; display: grid; place-items: center; color: var(--accent-dark); background: #fff5dd; border-radius: 10px; }
.company__points strong { display: block; margin-bottom: 2px; }
.company__points span { color: var(--muted); font-size: 13px; }

.trust-strip { padding-block: 26px; color: var(--white); background: var(--blue); }
.trust-strip .container { display: flex; align-items: center; gap: 38px; }
.trust-strip .container > span { flex: 0 0 auto; color: #c9def3; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.trust-strip div div { flex: 1; display: flex; justify-content: space-between; align-items: center; gap: 22px; overflow-x: auto; }
.trust-strip b { white-space: nowrap; font-size: 13px; }

.process { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-grid li { min-height: 260px; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; }
.process-grid span { color: var(--accent-dark); font-size: 12px; font-weight: 900; }
.process-grid h3 { margin: 46px 0 10px; font-size: 20px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.faq__grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 78px; }
.faq__grid > div:first-child > p { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 21px 45px 21px 0; font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 5px; top: 17px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--blue); background: #edf5fc; border-radius: 50%; font-size: 20px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -4px 45px 22px 0; color: var(--muted); font-size: 14px; }

.contact-section { padding-block: 92px; color: var(--white); background: linear-gradient(115deg, #10233e, #0b1829); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; }
.contact-copy > p { color: #bdcad8; font-size: 16px; }
.contact-person { margin-top: 35px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.04); border-radius: 12px; }
.contact-person span, .contact-person strong, .contact-person a { display: block; }
.contact-person span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-person strong { margin: 5px 0; }
.contact-person a { font-size: 20px; font-weight: 900; }
.lead-form { color: var(--ink); padding: 30px; background: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label:not(.consent):not(.hp-field) { display: grid; gap: 6px; margin-bottom: 13px; color: #3c4a5f; font-size: 12px; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; color: var(--ink); border: 1px solid #ced8e2; outline: 0; background: #fbfcfd; border-radius: 9px; }
.lead-form input, .lead-form select { height: 50px; padding: 0 14px; }
.lead-form textarea { min-height: 105px; padding: 12px 14px; resize: vertical; }
.selected-service { margin-bottom: 14px; padding: 13px 15px; border: 1px solid #cfe0ef; background: #f2f8fd; border-radius: 10px; }
.selected-service span, .selected-service strong { display: block; }
.selected-service span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.selected-service strong { margin-top: 3px; color: #15385f; font-size: 14px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--blue-2); box-shadow: 0 0 0 3px rgba(11,111,194,.12); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 4px 0 17px; color: var(--muted); font-size: 11px; }
.consent input { width: 16px; height: 16px; flex: 0 0 16px; margin-top: 1px; accent-color: var(--blue); }
.consent a { color: var(--blue); text-decoration: underline; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 18px; margin-top: 10px; color: var(--muted); font-size: 12px; text-align: center; }
.form-status.is-success { color: var(--success); font-weight: 800; }
.form-status.is-error { color: #b42318; font-weight: 800; }

.site-footer { padding-block: 58px 30px; color: #c4cfdb; background: #081321; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .9fr .8fr 1fr; gap: 48px; }
.brand--footer { color: var(--white); }
.brand--footer small { color: #94a3b8; }
.footer-grid > div:first-child > p { max-width: 360px; color: #8fa0b3; font-size: 12px; }
.footer-grid h3 { margin: 0 0 14px; color: var(--white); font-size: 13px; }
.footer-grid > div > a, .footer-grid > div > span, .footer-grid > div > button { display: block; margin: 8px 0; color: #9dafc0; font-size: 11px; line-height: 1.5; text-align: left; }
.footer-grid > div > a:hover, .footer-grid > div > button:hover { color: var(--white); }

.modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .2s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(4,12,23,.77); backdrop-filter: blur(5px); }
.modal__dialog { position: relative; width: min(100%, 510px); max-height: calc(100vh - 30px); overflow-y: auto; padding: 36px; background: var(--white); border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.3); transform: translateY(12px); transition: transform .25s ease; }
.modal.is-open .modal__dialog { transform: none; }
.modal__dialog h2 { margin: 8px 0 8px; font-size: 34px; line-height: 1.1; }
.modal__dialog > p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.modal__close { position: absolute; right: 14px; top: 14px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--ink); border: 0; background: var(--paper); border-radius: 50%; font-size: 26px; line-height: 1; }
.lead-form--modal { padding: 0; box-shadow: none; }
.copy-toast { position: fixed; z-index: 1200; left: 50%; bottom: 28px; padding: 11px 16px; color: var(--white); background: var(--ink); border-radius: 9px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .2s ease; }
.copy-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.mobile-bar { display: none; }

.legal-page { min-height: 70vh; padding-block: 70px; background: var(--paper); }
.legal-card { max-width: 880px; padding: 45px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.legal-card h2 { margin: 32px 0 8px; font-size: 22px; }
.legal-card p { color: var(--muted); }
.text-link { color: var(--blue); font-weight: 800; }

@media (max-width: 1120px) {
    .desktop-nav { display: none; }
    .header-contact { margin-left: auto; }
    .menu-toggle { display: block; }
    .mobile-nav { position: fixed; z-index: 90; inset: 109px 0 auto; display: grid; gap: 0; padding: 16px 20px 24px; background: #fff; box-shadow: 0 20px 35px rgba(15,29,49,.15); transform: translateY(-140%); transition: transform .25s ease; }
    .mobile-nav.is-open { transform: none; }
    .mobile-nav a, .mobile-nav span, .mobile-nav > button { width: 100%; padding: 13px 0; border-bottom: 1px solid #edf1f5; color: var(--ink); font-size: inherit; font-weight: 750; text-align: left; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .intent-cta { grid-template-columns: 1fr auto; }
    .intent-cta > a { grid-column: 1 / -1; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topline { display: none; }
    .header-main { min-height: 70px; gap: 10px; }
    .brand { min-width: 0; margin-right: auto; }
    .brand__mark { width: 42px; height: 42px; flex-basis: 42px; }
    .brand strong { font-size: 13px; }
    .brand small { font-size: 9px; }
    .header-contact, .header-cta { display: none; }
    .mobile-nav { inset: 70px 0 auto; }
    .breadcrumbs { display: none; }
    .hero { min-height: auto; }
    .hero__shade { background: linear-gradient(90deg, rgba(7,17,31,.95), rgba(7,17,31,.7)), linear-gradient(0deg, rgba(7,17,31,.7), transparent); }
    .hero__media img { object-position: 57% center; }
    .hero__content { display: block; padding-block: 68px 54px; }
    .hero h1 { font-size: clamp(38px, 10.5vw, 58px); }
    .hero__copy > p { font-size: 16px; }
    .hero__proof { display: grid; gap: 10px; }
    .metrics { margin-top: 0; background: var(--ink); }
    .metrics__grid { width: 100%; grid-template-columns: repeat(2, 1fr); border-radius: 0; box-shadow: none; }
    .metrics__grid > div { min-height: 104px; padding: 19px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .metrics strong { font-size: 22px; }
    .section { padding-block: 70px; }
    .section-head { display: block; margin-bottom: 30px; }
    .section-head > p { margin-top: 16px; }
    .intent-strip__inner { padding-block: 14px; }
    .intent-strip__inner > span { flex-basis: 100%; }
    .intent-grid { grid-template-columns: 1fr; }
    .intent-card { min-height: 0; }
    .intent-cta { grid-template-columns: 1fr; }
    .intent-cta > a { grid-column: auto; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card--featured { grid-column: auto; display: flex; }
    .service-card--featured .service-card__image { min-height: 0; height: 220px; }
    .projects-grid { grid-template-columns: 1fr; grid-auto-rows: 360px; }
    .project-card--wide { grid-column: auto; }
    .company__grid { grid-template-columns: 1fr; gap: 55px; }
    .company__photo img { min-height: 430px; }
    .company__photo span { right: 14px; bottom: 14px; }
    .trust-strip .container { display: block; }
    .trust-strip div div { margin-top: 14px; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .faq__grid { grid-template-columns: 1fr; gap: 30px; }
    .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { gap: 34px; }
    .mobile-bar { position: fixed; z-index: 99; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: var(--ink); border-radius: 12px; box-shadow: 0 10px 40px rgba(0,0,0,.28); }
    .mobile-bar a, .mobile-bar button { min-height: 53px; display: grid; place-items: center; padding: 0 12px; border: 0; font-weight: 850; }
    .mobile-bar a { color: #fff; }
    .mobile-bar button { color: var(--ink); background: var(--accent); }
    .site-footer { padding-bottom: 100px; }
}

@media (max-width: 540px) {
    .brand small { display: none; }
    .brand__mark { width: 38px; height: 38px; flex-basis: 38px; border-radius: 10px; }
    .brand__mark svg { width: 30px; }
    .hero__content { padding-block: 55px 46px; }
    .hero h1 { margin-block: 16px 20px; }
    .hero__actions { display: grid; margin-top: 27px; }
    .btn--large { width: 100%; min-height: 52px; }
    .metrics__grid { grid-template-columns: 1fr 1fr; }
    .metrics__grid > div { padding: 16px 14px; }
    .metrics span { font-size: 10px; }
    .section { padding-block: 58px; }
    .section-head h2, .company h2, .faq h2, .contact-copy h2 { font-size: 34px; }
    .service-card__image, .service-card--featured .service-card__image { height: 190px; }
    .service-card__body { padding: 20px; }
    .projects-grid { grid-auto-rows: 330px; }
    .project-card > div { left: 20px; right: 20px; bottom: 20px; }
    .project-card h3 { font-size: 20px; }
    .company__photo::before { display: none; }
    .company__photo img { min-height: 370px; }
    .company__photo span { max-width: 195px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li { min-height: 210px; }
    .process-grid h3 { margin-top: 31px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .lead-form { padding: 21px; }
    .footer-grid { grid-template-columns: 1fr; }
    .modal { padding: 8px; }
    .modal__dialog { padding: 28px 20px 22px; border-radius: 16px; }
    .modal__dialog h2 { font-size: 29px; }
    .legal-card { padding: 25px 20px; }
}

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