:root {
  --navy: #0d1b2a;
  --navy-deep: #071521;
  --blue: #1e4fa1;
  --blue-bright: #2b69c9;
  --slate: #7a7d85;
  --ink: #182330;
  --muted: #66717e;
  --paper: #f4f6f8;
  --line: #dce2e8;
  --amber: #e8a11a;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 122px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", sans-serif; line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.05; letter-spacing: 0; }
h1, h2 { font-family: "Barlow Condensed", sans-serif; font-weight: 600; }
h1 { font-size: clamp(3.75rem, 7vw, 7.3rem); text-transform: uppercase; max-width: 760px; color: var(--white); }
h1 em { color: var(--amber); font-style: normal; }
h2 { font-size: clamp(2.75rem, 4.8vw, 5rem); text-transform: uppercase; }
h3 { font-size: 1.35rem; font-weight: 800; }
.container { max-width: 1240px; }
.topbar { position: relative; z-index: 1040; background: var(--navy-deep); color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .04em; padding: .55rem 0; }
.topbar a { color: rgba(255,255,255,.8); transition: color .25s ease; }
.topbar a:hover { color: var(--amber); }

.navbar { top: 28px; min-height: 86px; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(13,27,42,.08); transition: box-shadow .25s ease, transform .25s ease, background .25s ease; }
.navbar.scrolled { box-shadow: 0 12px 35px rgba(13,27,42,.1); background: rgba(255,255,255,.99); top:0px;}
.brand-logo {  height: 70px; object-fit: contain; }
.navbar-toggler { border: 1px solid var(--line); border-radius: 0; padding: .5rem .65rem; }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(30,79,161,.16); }
.navbar-toggler-icon { width: 1.2rem; height: 1.2rem; }
.nav-link { color: var(--ink); font-size: .77rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; padding: .65rem .7rem !important; position: relative; }
.nav-link::after { position: absolute; content: ""; left: .7rem; right: .7rem; bottom: .2rem; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-link:hover, .nav-link.active { color: var(--blue); }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.btn { border-radius: 0; font-size: .78rem; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; padding: .9rem 1.25rem; }
.btn-brand { color: var(--white); background: var(--blue); border-color: var(--blue); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: var(--navy); border-color: var(--navy); }
.btn-dark { background: var(--navy); border-color: var(--navy); }
.btn-dark:hover { background: var(--blue); border-color: var(--blue); }

.hero-section { position: relative; min-height: min(850px, 100vh); margin-top: -28px; padding: 210px 0 100px; display: flex; align-items: center; isolation: isolate; background: linear-gradient(90deg, rgba(7,21,33,.96) 0%, rgba(7,21,33,.82) 43%, rgba(7,21,33,.38) 100%), url("../assets/hero-engineering.png") center/cover; }
.hero-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,27,42,.36), transparent 40%, rgba(7,21,33,.7)); z-index: -1; }
.hero-grid { position: absolute; inset: 0; opacity: .17; z-index: -1; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 77%); }
.eyebrow { color: var(--blue); text-transform: uppercase; font-size: .72rem; letter-spacing: .18em; font-weight: 800; display: flex; align-items: center; gap: .7rem; margin-bottom: 1.2rem; }
.eyebrow span { width: 32px; height: 2px; display: inline-block; background: currentColor; }
.eyebrow-light { color: var(--amber); }
.hero-copy { color: rgba(255,255,255,.78); font-size: 1.06rem; max-width: 640px; margin-bottom: 0; }
.hero-trust { color: rgba(255,255,255,.62); }
.hero-trust div { padding-left: 1rem; border-left: 1px solid rgba(255,255,255,.3); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { color: var(--white); font-family: "Barlow Condensed", sans-serif; font-size: 1.7rem; line-height: 1; }
.hero-trust span { font-size: .68rem; margin-top: .35rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-panel { margin-left: auto; max-width: 350px; padding: 1.6rem; color: var(--white); background: rgba(13,27,42,.72); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(12px); }
.panel-kicker { color: var(--amber); font-size: .68rem; letter-spacing: .15em; font-weight: 800; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #5ad58e; box-shadow: 0 0 0 4px rgba(90,213,142,.14); margin-right: .4rem; }
.panel-divider { height: 1px; background: rgba(255,255,255,.18); margin: 1.4rem 0; }
.panel-label { color: rgba(255,255,255,.72); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.panel-schematic { height: 245px; position: relative; margin: 1.2rem 0; border-left: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 38px 38px; }
.schematic-line { height: 1px; background: var(--amber); position: absolute; transform-origin: left; }
.line-one { width: 160px; left: 35px; top: 70px; transform: rotate(18deg); }
.line-two { width: 145px; left: 80px; top: 160px; transform: rotate(-23deg); background: var(--blue-bright); }
.schematic-node { position: absolute; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--amber); background: var(--navy); color: var(--amber); font-size: .63rem; font-weight: 800; }
.node-one { left: 20px; top: 55px; }.node-two { right: 42px; top: 93px; }.node-three { left: 68px; bottom: 25px; border-color: var(--blue-bright); color: #80afff; }
.schematic-label { position: absolute; font-size: .64rem; color: rgba(255,255,255,.72); text-transform: uppercase; letter-spacing: .1em; }.label-one { left: 6px; top: 95px; }.label-two { right: 0; top: 133px; }.label-three { left: 45px; bottom: 1px; }
.panel-footer { display: flex; justify-content: space-between; color: rgba(255,255,255,.74); font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }.panel-footer i { color: var(--amber); }
.scroll-cue { position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.65); font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; display: flex; align-items: center; gap: .7rem; }.scroll-cue span { width: 34px; height: 1px; background: var(--amber); }

.section-padding { padding: 115px 0; }
.section-padding-sm { padding: 88px 0; }
main section[id] { scroll-margin-top: 122px; }
.about-section { background: var(--white); }
.image-frame { position: relative; padding: 0 0 30px 30px; }.image-frame::before { position: absolute; content: ""; left: 0; bottom: 0; width: 80%; height: 80%; border: 1px solid var(--blue); z-index: 0; }.image-frame img { position: relative; z-index: 1; width: 100%; height: 530px; object-fit: cover; filter: saturate(.78); }.image-note { position: absolute; z-index: 2; left: 0; bottom: 0; background: var(--navy); color: var(--white); padding: 1.15rem 1.4rem; display: flex; gap: 1rem; align-items: center; font-size: .76rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .06em; }.note-number { color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: 2rem; line-height: 1; }
.lead-text { color: var(--navy); font-size: 1.1rem; font-weight: 600; }.about-section p:not(.eyebrow) { color: var(--muted); }.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 1rem; color: var(--ink); font-size: .82rem; font-weight: 700; }.check-grid i { color: var(--blue); margin-right: .55rem; font-size: 1rem; }.text-link { color: var(--blue); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; display: inline-flex; gap: .6rem; align-items: center; }.text-link i, .service-link i { transition: transform .25s ease; }.text-link:hover i, .service-link:hover i { transform: translateX(4px); }
.metrics-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 90px; }.metric { padding: 2rem 1rem 0 0; border-right: 1px solid var(--line); }.metric:not(:first-child) { padding-left: 2rem; }.metric:last-child { border-right: 0; }.metric strong { color: var(--navy); display: block; font-family: "Barlow Condensed", sans-serif; font-size: 3rem; line-height: 1; }.metric span:last-child { color: var(--muted); display: block; margin-top: .55rem; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }

.services-section { background: var(--paper); }.section-intro { color: var(--muted); font-size: .95rem; max-width: 480px; margin: 0 0 0 auto; }.service-filters { display: flex; flex-wrap: wrap; gap: .65rem; margin-bottom: 2.2rem; border-bottom: 1px solid var(--line); padding-bottom: 1.1rem; }.filter-btn { color: var(--muted); background: transparent; border: 0; padding: .5rem .9rem; font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }.filter-btn.active, .filter-btn:hover { color: var(--blue); }.filter-btn.active { border-bottom: 2px solid var(--blue); }
.service-card { height: 100%; background: var(--white); border: 1px solid rgba(13,27,42,.08); transition: transform .3s ease, box-shadow .3s ease; }.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 40px rgba(13,27,42,.1); }.service-image { height: 190px; position: relative; overflow: hidden; background-position: center; background-size: cover; isolation: isolate; }.service-image img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }.service-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,27,42,.8), rgba(13,27,42,.2)); z-index: -1; }
.service-index { position: absolute; top: 1rem; left: 1rem; color: var(--amber); font-family: "Barlow Condensed", sans-serif; font-size: 1.5rem; }.service-image i { position: absolute; right: 1rem; bottom: .8rem; color: rgba(255,255,255,.92); font-size: 2rem; }.service-body { padding: 1.5rem; }.service-tag { color: var(--blue); font-size: .65rem; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; margin-bottom: .6rem; }.service-body h3 { color: var(--navy); margin-bottom: .75rem; }.service-body p:not(.service-tag) { color: var(--muted); font-size: .84rem; line-height: 1.65; }.service-link { color: var(--blue); font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; display: inline-flex; gap: .55rem; align-items: center; margin-top: .55rem; }.service-item.is-hidden { display: none; }

.service-page-hero { position: relative; overflow: hidden; margin-top: -28px; padding: 190px 0 90px; color: var(--white); background: linear-gradient(90deg, rgba(7,21,33,.98), rgba(13,27,42,.86)); }.service-page-hero::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, black, transparent 78%); }.service-page-hero > .container { position: relative; z-index: 1; }.back-link { color: rgba(255,255,255,.7); display: inline-flex; align-items: center; gap: .55rem; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 3.2rem; }.back-link:hover { color: var(--amber); }.service-page-hero h1 { max-width: 650px; margin-bottom: 1.2rem; }.service-page-lead { max-width: 600px; color: rgba(255,255,255,.76); font-size: 1rem; margin-bottom: 2rem; }.service-page-visual { height: 430px; position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: var(--navy); }.service-page-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(13,27,42,.12), rgba(7,21,33,.75)); }.service-page-visual img { width: 100%; height: 100%; object-fit: cover; }.service-visual-index { position: absolute; z-index: 1; left: 1.4rem; top: 1rem; color: var(--amber); font: 600 3rem/1 "Barlow Condensed", sans-serif; }.service-visual-label { position: absolute; z-index: 1; left: 1.4rem; right: 1.4rem; bottom: 1.2rem; display: flex; align-items: center; gap: .75rem; color: var(--white); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }.service-visual-label i { color: var(--amber); font-size: 1.4rem; }
.service-detail-section { background: var(--white); }.service-detail-section h2 { max-width: 720px; }.service-detail-intro { max-width: 720px; color: var(--muted); font-size: 1rem; margin: 1.3rem 0 2.8rem; }.service-detail-list { border-top: 1px solid var(--line); }.service-detail-block { padding: 1.65rem 0; border-bottom: 1px solid var(--line); }.service-detail-block h3 { color: var(--navy); margin-bottom: .7rem; }.service-detail-block p { max-width: 720px; color: var(--muted); font-size: .88rem; margin-bottom: .7rem; }.service-detail-block ul { list-style: none; padding: 0; margin: .8rem 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem 1rem; }.service-detail-block li { color: var(--ink); font-size: .78rem; font-weight: 700; }.service-detail-block li i { color: var(--blue); margin-right: .45rem; }.service-aside { position: sticky; top: 125px; padding: 2rem; color: var(--white); background: var(--navy); }.service-aside-kicker { color: var(--amber); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.service-aside-icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 2.3rem 0 1.5rem; border: 1px solid rgba(255,255,255,.22); color: var(--amber); font-size: 1.5rem; }.service-aside h3 { font-size: 1.7rem; }.service-aside > p:not(.service-aside-kicker) { color: rgba(255,255,255,.68); font-size: .83rem; }.service-aside .text-link { color: var(--amber); margin-top: 1.1rem; }.related-services-section { background: var(--paper); }.related-services-section h2 { margin-bottom: 0; }.related-service { display: flex; min-height: 112px; background: var(--white); border: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease; }.related-service:hover { transform: translateY(-4px); box-shadow: 0 12px 25px rgba(13,27,42,.08); }.related-service-image { width: 115px; flex: 0 0 115px; overflow: hidden; }.related-service-image img { width: 100%; height: 100%; object-fit: cover; }.related-service > div:last-child { position: relative; padding: 1rem 2.2rem 1rem 1rem; }.related-service span { display: block; color: var(--blue); font-size: .6rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.related-service strong { display: block; color: var(--navy); font-size: .9rem; line-height: 1.2; margin-top: .45rem; }.related-service i { position: absolute; right: 1rem; bottom: 1rem; color: var(--blue); }

.detail-band { position: relative; isolation: isolate; overflow: hidden; padding: 75px 0; background: var(--navy); color: var(--white); }.detail-band::after { content: ""; position: absolute; z-index: -1; right: 3%; top: 50%; width: 390px; height: 390px; transform: translateY(-50%); background: url("../assets/logo2.png") center/contain no-repeat; opacity: .1; }.detail-band > .container { position: relative; z-index: 1; }.detail-band h2 { max-width: 510px; margin-bottom: 0; }.detail-tags { display: flex; flex-wrap: wrap; gap: .6rem; }.detail-tags span { border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.86); padding: .8rem 1rem; font-size: .73rem; text-transform: uppercase; letter-spacing: .05em; }
.projects-section { background: var(--white); }.project-card { position: relative; overflow: hidden; min-height: 260px; background: var(--navy); }.project-large { min-height: 550px; }.project-small { flex: 1; min-height: 263px; }.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .6s ease; }.project-card:hover img { transform: scale(1.05); }.project-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,21,33,.93), rgba(7,21,33,.05) 75%); }.project-overlay { position: absolute; z-index: 1; left: 1.7rem; right: 1.7rem; bottom: 1.5rem; color: var(--white); }.project-overlay p { color: var(--amber); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; }.project-overlay h3 { font-size: clamp(1.6rem, 3vw, 2.6rem); margin-bottom: .35rem; }.project-small .project-overlay h3 { font-size: 1.5rem; }.project-overlay span { color: rgba(255,255,255,.72); font-size: .8rem; }
.methodology-section { background: var(--paper); }.methodology-section h2 { max-width: 500px; }.method-list { border-top: 1px solid var(--line); }.method-step { display: grid; grid-template-columns: 62px 1fr 28px; gap: 1.2rem; align-items: center; padding: 1.45rem 0; border-bottom: 1px solid var(--line); }.method-step > span { color: var(--blue); font-family: "Barlow Condensed", sans-serif; font-size: 1.8rem; }.method-step h3 { margin: 0 0 .25rem; }.method-step p { margin: 0; color: var(--muted); font-size: .84rem; }.method-step i { color: var(--blue); transition: transform .25s ease; }.method-step:hover i { transform: translate(3px, -3px); }
.standards-section { background: var(--navy-deep); color: var(--white); }.standards-section h2 { max-width: 520px; }.text-light-muted { color: rgba(255,255,255,.65); max-width: 500px; }.technical-accordion .accordion-item { background: transparent; color: var(--white); border: 0; border-top: 1px solid rgba(255,255,255,.2); border-radius: 0; }.technical-accordion .accordion-item:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }.technical-accordion .accordion-button { background: transparent; color: var(--white); box-shadow: none; padding: 1.25rem 0; font-size: .93rem; font-weight: 800; }.technical-accordion .accordion-button::after { display: none; }.technical-accordion .accordion-button i { color: var(--amber); margin-left: auto; transition: transform .25s ease; }.technical-accordion .accordion-button:not(.collapsed) i { transform: rotate(45deg); }.technical-accordion .accordion-body { color: rgba(255,255,255,.64); padding: 0 2rem 1.4rem 0; font-size: .84rem; }
.contact-section { background: var(--paper); }.contact-shell { background: var(--white); box-shadow: 0 18px 55px rgba(13,27,42,.09); }.contact-copy { padding: 3.2rem; color: var(--white); background: var(--navy); }.contact-logo { height: 80px; object-fit: contain; object-position: left center; margin-bottom: 1.7rem; }.contact-copy h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); font-size: .9rem; }.contact-details { display: flex; flex-direction: column; gap: .85rem; margin-top: 2.4rem; }.contact-details a, .contact-details span { color: rgba(255,255,255,.78); font-size: .76rem; display: flex; align-items: flex-start; gap: .7rem; }.contact-details i { color: var(--amber); font-size: 1rem; }.contact-form-wrap { padding: 3.2rem; }.contact-form-wrap label { display: block; color: var(--navy); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; margin-bottom: .45rem; }.contact-form-wrap input, .contact-form-wrap select, .contact-form-wrap textarea { width: 100%; background: var(--paper); border: 1px solid transparent; border-bottom-color: var(--line); border-radius: 0; padding: .8rem .85rem; color: var(--ink); font: inherit; font-size: .82rem; outline: 0; transition: border-color .25s ease, background .25s ease; }.contact-form-wrap input:focus, .contact-form-wrap select:focus, .contact-form-wrap textarea:focus { background: var(--white); border-color: var(--blue); }.form-note { color: var(--muted); font-size: .72rem; }.form-feedback { display: none; color: #26734a; font-size: .78rem; font-weight: 700; }.form-feedback.show { display: block; }
.site-footer { background: #071521; color: rgba(255,255,255,.68); padding: 60px 0 25px; }.footer-logo { height: 80px; object-fit: contain; object-position: left center; }.footer-tagline { max-width: 320px; color: rgba(255,255,255,.53); font-size: .77rem; margin: 1rem 0 0; }.footer-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 1.3rem; color: var(--white); font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.footer-nav a:hover, .footer-bottom a:hover { color: var(--amber); }.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.14); margin-top: 2rem; padding-top: 1.1rem; font-size: .68rem; }.footer-bottom a { color: rgba(255,255,255,.8); }
.footer-locations { border-top: 1px solid rgba(255,255,255,.14); margin-top: 2.8rem; padding-top: 2.4rem; }.footer-section-heading { display: flex; align-items: center; gap: .7rem; color: var(--amber); text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .16em; margin-bottom: 1.2rem; }.footer-section-heading span { width: 28px; height: 2px; background: currentColor; }.footer-section-heading p { margin: 0; }.footer-location-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(200px, 1.05fr); min-height: 190px; border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.04); }.footer-location-copy { padding: 1.3rem 1.4rem; }.footer-location-label { display: flex; align-items: center; gap: .6rem; color: var(--white); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.footer-location-label i { color: var(--amber); font-size: 1.15rem; }.footer-location-copy p { color: rgba(255,255,255,.68); font-size: .76rem; line-height: 1.55; margin: 1rem 0; }.footer-location-copy a { color: var(--amber); font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 800; }.footer-location-copy a i { margin-left: .35rem; }.footer-map { min-height: 190px; background: #1a2937; }.footer-map iframe { width: 100%; height: 100%; min-height: 190px; border: 0; display: block; filter: grayscale(.2) contrast(.95); }
.txt-w{position:fixed;bottom:2rem;right:2rem;z-index:1020; }

@media (max-width: 991.98px) { .navbar { top: 28px; }.navbar-collapse { background: var(--white); padding: 1rem 0 1.2rem; }.nav-link::after { display: none; }.hero-section { padding-top: 190px; }.hero-panel { margin: 0; }.section-intro { margin-left: 0; }.contact-copy, .contact-form-wrap { padding: 2.3rem; } }
@media (max-width: 991.98px) { .footer-location-card { grid-template-columns: 1fr; }.footer-map, .footer-map iframe { min-height: 210px; } }
@media (max-width: 767.98px) { .topbar { font-size: .63rem; }.topbar .container { justify-content: center !important; }.topbar .container > div { justify-content: center; }.navbar { top: 46px; min-height: 74px; }.brand-logo { width: 108px; height: 64px; }.hero-section { margin-top: -46px; padding: 170px 0 85px; min-height: auto; background-position: 68% center; }.hero-section h1 { font-size: clamp(3.4rem, 16vw, 5.6rem); }.hero-copy { font-size: .95rem; }.hero-trust { gap: 1.1rem !important; }.hero-trust div { padding-left: .7rem; }.hero-trust strong { font-size: 1.45rem; }.scroll-cue { display: none; }.section-padding { padding: 78px 0; }.image-frame img { height: 400px; }.check-grid { grid-template-columns: 1fr; }.metrics-row { grid-template-columns: 1fr 1fr; margin-top: 58px; }.metric, .metric:not(:first-child) { padding: 1.4rem 1rem 0 0; border-right: 1px solid var(--line); }.metric:nth-child(2n) { padding-left: 1rem; border-right: 0; }.metric strong { font-size: 2.45rem; }.service-image { height: 170px; }.detail-band { padding: 65px 0; }.detail-tags { margin-top: .7rem; }.detail-tags span { padding: .65rem .7rem; font-size: .64rem; }.project-large { min-height: 390px; }.project-small { min-height: 240px; }.method-step { grid-template-columns: 42px 1fr 20px; gap: .7rem; }.method-step > span { font-size: 1.5rem; }.contact-copy, .contact-form-wrap { padding: 2rem 1.4rem; }.footer-nav { justify-content: flex-start; }.footer-bottom { flex-direction: column; }.footer-logo { width: 115px; height: 80px; } }

@media (max-width: 767.98px) { .service-page-hero { margin-top: -46px; padding: 165px 0 70px; }.back-link { margin-bottom: 2.2rem; }.service-page-hero h1 { font-size: clamp(3rem, 14vw, 5rem); }.service-page-visual { height: 310px; }.service-detail-block ul { grid-template-columns: 1fr; }.service-aside { position: static; }.related-service-image { width: 92px; flex-basis: 92px; } }

@media (max-width: 767.98px) { .topbar { padding: .4rem 0; }.topbar .container > span { display: none; }.topbar .container > div { width: 100%; flex-wrap: nowrap !important; gap: .75rem !important; }.topbar a { white-space: nowrap; font-size: .6rem; }.navbar { top: 31px; min-height: 68px; }.hero-section { margin-top: -31px; padding-top: 145px; }.service-page-hero { margin-top: -31px; padding-top: 145px; } }
@media (max-width: 767.98px) { .footer-locations { margin-top: 2rem; padding-top: 1.8rem; }.footer-location-card { grid-template-columns: 1fr; }.footer-location-copy { padding: 1.15rem; }.footer-map, .footer-map iframe { min-height: 210px; } }
