:root {
  --navy: #07111c;
  --navy-2: #0d1e2e;
  --steel: #7f8d9b;
  --cyan: #079dd1;
  --cyan-bright: #12b8e8;
  --indigo: #303a91;
  --white: #fff;
  --ice: #eef5f8;
  --ink: #111c25;
  --muted: #64727d;
  --line: rgba(17, 28, 37, .13);
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--ink); font-family: var(--sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; padding: 10px 15px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 19px; color: var(--cyan-bright); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { margin-right: 15px; color: #aab7c2; }
.eyebrow.dark { color: var(--cyan); }
.hero-eyebrow { display: flex; flex-direction: column; align-items: flex-start; gap: 2px; }
.hero-eyebrow span { margin: 0; }
.hero-eyebrow span:first-child { color: #aab7c2; }
.hero-eyebrow span:last-child { color: var(--cyan-bright); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 800; letter-spacing: -.035em; line-height: .98; text-transform: uppercase; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
h2 { margin-bottom: 24px; font-size: clamp(42px, 5.2vw, 74px); }

.topbar { height: 32px; border-bottom: 1px solid rgba(18,184,232,.16); background: #050c13; color: #8295a3; font-size: 8px; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { display: flex; align-items: center; margin: 0; }
.pulse { width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--cyan-bright); box-shadow: 0 0 0 4px rgba(18,184,232,.12); }
.topbar-inner > div { display: flex; align-items: center; gap: 22px; }
.topbar-inner > div span + span { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.13); }
.site-header { position: relative; z-index: 60; border-bottom: 1px solid rgba(18,184,232,.34); background: var(--navy); color: #fff; box-shadow: 0 12px 35px rgba(3,9,15,.18); }
.site-header::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: linear-gradient(90deg,transparent,var(--cyan-bright),transparent); opacity: .45; }
.nav { position: relative; height: 94px; display: flex; align-items: center; justify-content: space-between; }
.nav::before { content: ''; position: absolute; inset: 0 auto 0 -24px; width: 360px; opacity: .16; background-image: linear-gradient(135deg,transparent 48%,rgba(18,184,232,.22) 49%,rgba(18,184,232,.22) 51%,transparent 52%); background-size: 28px 28px; pointer-events: none; mask-image: linear-gradient(90deg,#000,transparent); }
.brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 18px; text-decoration: none; }
.brand img { width: 176px; height: 78px; object-fit: contain; }
.brand-detail { display: flex; flex-direction: column; gap: 3px; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.18); line-height: 1.2; text-transform: uppercase; }
.brand-detail strong { color: #eaf5fa; font-size: 9px; letter-spacing: .18em; }
.brand-detail small { color: #66808f; font-size: 7px; font-weight: 700; letter-spacing: .13em; }
.nav-links { position: relative; z-index: 1; display: flex; align-items: center; gap: 27px; }
.nav-links > a { position: relative; color: #c4d1d9; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav-links > a:not(.button)::after { content: ''; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--cyan); transform: scaleX(0); transition: transform .25s; }
.nav-links > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; width: 48px; height: 48px; border: 1px solid rgba(18,184,232,.45); background: rgba(18,184,232,.06); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; transition: .2s; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; padding: 0 26px; border: 1px solid var(--cyan); background: var(--cyan); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #0788b4; box-shadow: 0 12px 25px rgba(0,144,194,.2); }
.button-small { min-height: 42px; padding-inline: 20px; font-size: 9px !important; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--navy); color: #fff; }
.hero-media, .hero-overlay, .hero-grid { position: absolute; inset: 0; }
.hero-media { background: url('assets/precision-components.png') center / cover no-repeat; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,14,23,.99) 0%, rgba(5,14,23,.94) 37%, rgba(5,14,23,.45) 60%, rgba(5,14,23,.1) 100%); }
.hero-grid { opacity: .13; background-image: linear-gradient(rgba(18,184,232,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(18,184,232,.3) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.hero-content { position: relative; z-index: 2; min-height: 690px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 15px; }
.hero h1 { max-width: 760px; margin-bottom: 25px; font-size: clamp(58px, 7vw, 96px); }
.hero h1 em { display: block; }
.hero-lead { max-width: 620px; margin-bottom: 34px; color: #bdc8d0; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; gap: 13px; }
.outline-button { min-height: 54px; display: inline-flex; align-items: center; gap: 16px; padding: 0 25px; border: 1px solid rgba(255,255,255,.32); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.hero-proof { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-proof > div { min-width: 175px; display: flex; flex-direction: column; padding: 17px 28px 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.hero-proof > div + div { padding-left: 28px; }
.hero-proof strong { color: #fff; font-family: var(--display); font-size: 18px; letter-spacing: .03em; text-transform: uppercase; }
.hero-proof span { color: #7f919e; font-size: 10px; }
.hero-tag { position: absolute; right: 28px; bottom: 25px; z-index: 3; display: flex; align-items: center; gap: 12px; color: #b7c6cf; font-size: 8px; font-weight: 800; letter-spacing: .15em; line-height: 1.5; text-transform: uppercase; }
.hero-tag > span { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid rgba(18,184,232,.5); color: var(--cyan-bright); font-family: var(--display); font-size: 25px; }
.hero-tag p { margin: 0; }

.ticker { overflow: hidden; border-bottom: 1px solid var(--line); background: var(--ice); }
.ticker-track { min-width: max-content; min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 33px; padding-inline: 30px; color: #34434e; font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.ticker-track i { color: var(--cyan); font-size: 7px; font-style: normal; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 54px; }
.section-heading h2 { margin: 0; }.section-heading > p { max-width: 490px; margin-bottom: 9px; color: var(--muted); line-height: 1.9; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.product-card { position: relative; min-height: 480px; display: flex; flex-direction: column; padding: 32px 38px 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background-color: var(--navy-2); background-position: center; background-size: cover; color: #fff; transition: transform .3s, box-shadow .3s, border-color .3s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(7,157,209,.45); box-shadow: 0 22px 60px rgba(14,37,53,.12); }
.product-feature { background: var(--navy-2); color: #fff; }
.product-sprockets { background-image: url('assets/product-sprockets.png'); }
.product-couplings { background-image: url('assets/product-chain-coupling.png'); }
.product-gears { background-image: url('assets/product-gears.png'); }
.product-pulleys { background-image: url('assets/product-timing-pulleys.png'); }
.product-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,14,23,.98) 0%,rgba(5,14,23,.9) 46%,rgba(5,14,23,.42) 75%,rgba(5,14,23,.16) 100%),linear-gradient(0deg,rgba(5,14,23,.92) 0%,transparent 62%); }
.product-card::after { content: ''; position: absolute; inset: 0; border-top: 3px solid transparent; transition: border-color .3s; }
.product-card:hover::after { border-color: var(--cyan); }
.card-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; color: #9baab4; font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.gear-icon, .coupling-icon, .pulley-icon { display: none; }
.product-copy { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; align-items: flex-start; margin-top: 55px; }
.card-kicker { margin-bottom: 9px; color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.product-copy h3 { margin-bottom: 13px; font-family: var(--display); font-size: 35px; line-height: 1; text-transform: uppercase; }
.product-copy > p:not(.card-kicker) { max-width: 430px; margin-bottom: 21px; color: #a8b7c1; font-size: 13px; line-height: 1.75; }
.product-feature .product-copy > p:not(.card-kicker) { color: #a8b7c1; }
.product-copy ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 28px; padding: 0; list-style: none; }
.product-copy li { padding: 6px 10px; border: 1px solid rgba(255,255,255,.16); background: rgba(5,14,23,.58); color: #c2d0d8; font-size: 9px; font-weight: 700; text-transform: uppercase; backdrop-filter: blur(5px); }
.product-feature .product-copy li { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.05); color: #c2d0d8; }
.product-copy a { margin-top: auto; color: #fff; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; text-underline-offset: 6px; }
.product-feature .product-copy a { color: #fff; }.product-copy a span { margin-left: 8px; color: var(--cyan); }

.custom-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.custom-media { position: absolute; inset: 0 0 0 50%; opacity: .62; background: url('assets/precision-components.png') 72% center / cover no-repeat; }
.custom-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,var(--navy),transparent 48%),linear-gradient(0deg,rgba(7,17,28,.6),transparent); }
.custom-layout { position: relative; z-index: 1; min-height: 710px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 115px; }
.custom-copy h2 { font-size: clamp(46px,5vw,72px); }.custom-copy > p:not(.eyebrow) { max-width: 520px; margin-bottom: 34px; color: #afbdc7; line-height: 1.85; }
.custom-steps { margin: 0; padding: 0; list-style: none; backdrop-filter: blur(10px); background: rgba(7,17,28,.66); }
.custom-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 24px 27px; border: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
.custom-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.custom-steps > li > span { color: var(--cyan-bright); font-family: var(--display); font-size: 20px; font-weight: 800; }
.custom-steps h3 { margin-bottom: 6px; font-family: var(--display); font-size: 18px; letter-spacing: .03em; text-transform: uppercase; }.custom-steps p { margin: 0; color: #9cabb6; font-size: 12px; }

.capability-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.capability-title { position: sticky; top: 40px; align-self: start; }.capability-title > p:not(.eyebrow) { max-width: 480px; color: var(--muted); line-height: 1.9; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list article { display: grid; grid-template-columns: 65px 1fr; gap: 25px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--cyan); font-family: var(--display); font-size: 15px; font-weight: 800; }
.capability-list h3 { margin-bottom: 7px; font-family: var(--display); font-size: 24px; text-transform: uppercase; }.capability-list p { margin: 0; color: var(--muted); font-size: 13px; }

.metrics { background: var(--ice); }
.metrics-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.metrics-grid > div { min-height: 155px; display: flex; align-items: center; gap: 18px; padding: 25px; border-right: 1px solid var(--line); }.metrics-grid > div:first-child { border-left: 1px solid var(--line); }
.metrics-grid strong { color: rgba(7,157,209,.4); font-family: var(--display); font-size: 42px; }.metrics-grid p { margin: 0; font-size: 11px; font-weight: 750; letter-spacing: .05em; line-height: 1.6; text-transform: uppercase; }

.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 110px; }
.about-layout > *, .quote-card > *, .capability-layout > *, .custom-layout > * { min-width: 0; }
.about-mark { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; background: var(--navy-2); color: var(--cyan); }
.about-mark::before, .about-mark::after { content: ''; position: absolute; width: 390px; height: 390px; border: 1px solid rgba(18,184,232,.25); border-radius: 50%; }
.about-mark::after { width: 275px; height: 275px; box-shadow: 0 0 0 45px rgba(18,184,232,.03); }
.about-mark > img { position: relative; z-index: 1; width: min(78%,360px); height: auto; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.2)); }
.about-mark b { position: absolute; bottom: 35px; z-index: 1; color: #91a3af; font-size: 8px; letter-spacing: .24em; text-transform: uppercase; }
.about-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.9; }.founder { display: flex; align-items: center; gap: 16px; margin-top: 34px; padding-top: 27px; border-top: 1px solid var(--line); }.founder > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-2); color: var(--cyan-bright); font-family: var(--display); font-size: 16px; }.founder p { display: flex; flex-direction: column; margin: 0; }.founder strong { font-family: var(--display); text-transform: uppercase; }.founder small { color: var(--muted); font-size: 10px; }

.quote-section { padding: 0 0 110px; }
.quote-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: var(--navy-2); color: #fff; }
.quote-copy { padding: 68px 62px; background-image: linear-gradient(rgba(18,184,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(18,184,232,.05) 1px,transparent 1px); background-size: 34px 34px; }.quote-copy h2 { font-size: clamp(43px,4.4vw,64px); }.quote-copy > p:not(.eyebrow) { color: #a8b7c1; }
.contact-links { display: flex; flex-direction: column; gap: 15px; margin-top: 38px; }.contact-links a { display: flex; flex-direction: column; text-decoration: none; }.contact-links span { color: var(--cyan); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }.contact-links strong { font-size: 14px; }
.quote-form { display: flex; flex-direction: column; gap: 20px; padding: 62px; background: var(--ice); color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.quote-form label { display: flex; flex-direction: column; gap: 7px; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }.quote-form input,.quote-form select,.quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(17,28,37,.23); border-radius: 0; outline: 0; background: transparent; color: var(--ink); font-size: 14px; font-weight: 400; letter-spacing: 0; text-transform: none; }.quote-form input,.quote-form select { height: 43px; }.quote-form textarea { padding-top: 10px; resize: vertical; }.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus { border-color: var(--cyan); }.form-button { border: 0; }.form-note { margin: -11px 0 0; color: var(--muted); font-size: 9px; text-align: center; }

.location-section { padding: 0; background: #fff; }
.location-card { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 470px; overflow: hidden; background: var(--navy-2); color: #fff; }
.location-copy { position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 55px; overflow: hidden; }
.location-copy::before { content: ''; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(18,184,232,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(18,184,232,.3) 1px,transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(135deg,#000,transparent 75%); }
.location-copy > * { position: relative; z-index: 1; }
.location-copy h2 { margin-bottom: 24px; font-size: clamp(43px,4.4vw,64px); }
.location-copy > p:not(.eyebrow) { margin-bottom: 30px; color: #a8b7c1; font-size: 13px; line-height: 1.9; }
.map-frame { min-height: 470px; border: 8px solid var(--navy-2); border-left: 0; background: var(--ice); }
.map-frame iframe { width: 100%; height: 100%; min-height: 454px; display: block; border: 0; filter: saturate(.82) contrast(1.05); }

.footer { padding: 70px 0 20px; background: #050c12; color: #a8b5be; }
.footer-main { display: grid; grid-template-columns: 1.25fr .65fr 1fr .9fr; gap: 55px; }.footer-brand img { width: 225px; height: 120px; object-fit: contain; object-position: left center; }.footer-brand p { max-width: 300px; margin-top: 10px; color: #6e7f8b; font-size: 12px; }.footer h3 { margin-bottom: 19px; color: #fff; font-family: var(--display); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.footer a,.footer p { font-size: 11px; text-decoration: none; }.footer .email { word-break: break-all; }.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.08); color: #52626d; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 50; display: flex; align-items: center; gap: 11px; min-height: 58px; padding: 7px 18px 7px 7px; border: 1px solid rgba(255,255,255,.3); border-radius: 32px; background: linear-gradient(135deg,#25d366,#128c4a); color: #fff; box-shadow: 0 13px 34px rgba(9,64,35,.36),0 0 0 0 rgba(37,211,102,.38); text-decoration: none; transition: transform .2s ease,box-shadow .2s ease; animation: whatsapp-pulse 2.8s ease-out infinite; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 17px 40px rgba(9,64,35,.42),0 0 0 7px rgba(37,211,102,.12); }
.whatsapp-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.17); }
.whatsapp-icon svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-icon svg path:last-child { fill: currentColor; stroke: none; }
.whatsapp-copy { display: grid; gap: 1px; line-height: 1.15; }
.whatsapp-copy small { color: rgba(255,255,255,.78); font-size: 8px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.whatsapp-copy strong { font-size: 11px; letter-spacing: .035em; white-space: nowrap; }
@keyframes whatsapp-pulse { 0%,55%,100% { box-shadow: 0 13px 34px rgba(9,64,35,.36),0 0 0 0 rgba(37,211,102,.34); } 75% { box-shadow: 0 13px 34px rgba(9,64,35,.36),0 0 0 11px rgba(37,211,102,0); } }
@media (prefers-reduced-motion: reduce) { .whatsapp-float { animation: none; } }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease,transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .section { padding: 90px 0; }.brand-detail { display: none; }
  .menu-toggle { display: block; }.nav-links { position: fixed; inset: 126px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 35px 28px; border-top: 1px solid rgba(18,184,232,.25); background: rgba(7,17,28,.985); transform: translateX(100%); transition: transform .3s; }.nav-links.open { transform: none; }.nav-links > a { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); color: #e5eef3; font-family: var(--display); font-size: 20px; text-transform: uppercase; }.nav-links .button { margin-top: 22px; border-bottom-color: var(--cyan); font-family: var(--sans); }
  .hero-media { background-position: 57% center; }.hero-overlay { background: linear-gradient(90deg,rgba(5,14,23,.98),rgba(5,14,23,.88) 55%,rgba(5,14,23,.3)); }.hero h1 { max-width: 650px; font-size: 77px; }
  .section-heading,.custom-layout,.capability-layout,.about-layout { grid-template-columns: 1fr; gap: 55px; }.section-heading { gap: 20px; }.capability-title { position: static; }
  .custom-media { inset: 45% 0 0; }.custom-layout { min-height: 940px; align-content: center; }.custom-steps { max-width: 650px; }
  .metrics-grid { grid-template-columns: repeat(2,1fr); }.metrics-grid > div { border-bottom: 1px solid var(--line); }
  .about-mark { min-height: 440px; }.quote-card,.location-card { grid-template-columns: 1fr; }.quote-copy,.quote-form { padding: 55px; }.location-copy { padding: 55px; }.map-frame { min-height: 420px; border-left: 8px solid var(--navy-2); border-top: 0; }.map-frame iframe { min-height: 412px; }.footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px,1180px); }.section { padding: 72px 0; }.topbar { height: 25px; }.topbar-inner { justify-content: center; }.topbar-inner > div { display: none; }.topbar p { font-size: 6px; letter-spacing: .13em; }.nav { height: 81px; }.nav::before { width: 230px; }.nav-links { inset: 106px 0 0; }.brand img { width: 154px; height: 70px; }.menu-toggle { width: 44px; height: 44px; }
  .hero,.hero-content { min-height: 690px; }.hero { display: flex; align-items: flex-end; }.hero-media { background-position: 69% top; background-size: auto 57%; background-repeat: no-repeat; }.hero-overlay { background: linear-gradient(0deg,#07111c 0%,#07111c 45%,rgba(7,17,28,.25) 72%); }.hero-grid { display: none; }.hero-content { justify-content: flex-end; padding-bottom: 38px; }.hero .eyebrow { margin-bottom: 10px; }.hero h1 { margin-bottom: 15px; font-size: 48px; }.hero-lead { margin-bottom: 23px; font-size: 14px; line-height: 1.65; }.hero-actions { width: 100%; flex-direction: column; }.hero-actions > a { width: 100%; }.hero-proof,.hero-tag { display: none; }
  .ticker-track { justify-content: flex-start; }
  h2 { font-size: 43px; }.section-heading { grid-template-columns: 1fr; }.product-grid { grid-template-columns: 1fr; }.product-card { min-height: 500px; padding: 28px; background-position: 62% center; }.product-card::before { background: linear-gradient(0deg,rgba(5,14,23,.99) 0%,rgba(5,14,23,.91) 55%,rgba(5,14,23,.26) 100%); }.product-copy { justify-content: flex-end; margin-top: 165px; }
  .custom-layout { min-height: 1000px; gap: 35px; }.custom-media { inset: 56% 0 0; opacity: .45; }.custom-steps li { padding: 20px 18px; }
  .capability-list article { grid-template-columns: 42px 1fr; gap: 12px; }.metrics-grid { width: 100%; }.metrics-grid > div { min-height: 125px; padding: 18px 14px; gap: 12px; }.metrics-grid strong { font-size: 31px; }.metrics-grid p { font-size: 9px; }
  .about-layout { gap: 45px; }.about-mark { width: 100%; min-height: 380px; }.about-mark > img { width: min(80%,300px); }.about-copy h2 { overflow-wrap: anywhere; }
  .quote-section { padding-bottom: 70px; }.location-section { padding-bottom: 0; }.quote-card,.location-card { width: 100%; }.quote-copy,.quote-form,.location-copy { padding: 42px 24px; }.field-row { grid-template-columns: 1fr; }.contact-links strong { font-size: 12px; }.map-frame { min-height: 340px; }.map-frame iframe { min-height: 332px; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }.footer-bottom { flex-direction: column; gap: 7px; }.whatsapp-float { right: 13px; bottom: 13px; min-height: 58px; padding: 7px; }.whatsapp-copy { display: none; }.whatsapp-icon { width: 44px; height: 44px; }
}

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