:root{--ink:#141a23;--accent:#0078c9;--highlight:#65caff;--paper:#f5f7fa;--muted:#596570;--line:#d7dfe7}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit}a,button{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #048dd6;outline-offset:5px}.wrap{max-width:1320px;width:calc(100% - 100px);margin:auto}header{background:white;border-bottom:1px solid var(--line);position:relative;z-index:10}.navigation{height:100px;display:flex;align-items:center;gap:40px}.brand{font-size:26px;font-weight:850;letter-spacing:-1.2px;display:inline-flex;align-items:center;white-space:nowrap}.brand span{font-weight:400}.brand i{display:block;width:8px;height:25px;background:#008deb;transform:skew(-24deg);margin-left:7px}nav{display:flex;gap:30px;margin-left:auto;font-size:14px;font-weight:600}nav a{padding:12px 0}nav a:hover,.text-link:hover{color:#006cae}.button{display:inline-flex;gap:34px;align-items:center;justify-content:space-between;background:var(--highlight);color:var(--ink);padding:17px 23px;font-size:15px;font-weight:700;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{background:#92dcff;transform:translateY(-2px)}.small{font-size:14px;padding:13px 18px;gap:25px}.dark{background:var(--ink);color:white}.dark:hover{background:#2c4354}#menu{display:none}.hero{position:relative;color:white;min-height:650px;background:#1b222c;overflow:hidden}.hero-image{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,23,32,.94) 0%,rgba(9,23,32,.82) 32%,rgba(9,23,32,.23) 70%,rgba(9,23,32,.06)),linear-gradient(0deg,rgba(9,23,32,.65),transparent 30%)}.hero-content{position:relative;padding-top:73px;padding-bottom:100px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:2px;margin:0 0 25px}.hero .eyebrow{color:var(--highlight)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(48px,6.1vw,86px);line-height:1.04;font-weight:500;letter-spacing:-4px;margin-bottom:28px}h1 em{font-style:normal;color:var(--highlight)}.intro{font-size:18px;line-height:1.7;max-width:510px;color:var(--muted)}.hero .intro{color:#d8e0e4;max-width:460px}.actions{display:flex;align-items:center;gap:32px;margin-top:35px}.light-link{font-size:14px;font-weight:600;display:inline-block;border-bottom:1px solid #738089;padding:9px 0}.light-link span{margin-left:14px}.hero-bottom{position:absolute;bottom:25px;left:0;right:0;display:flex;gap:40px;border-top:1px solid #ffffff40;padding-top:20px;font-size:11px;letter-spacing:1.5px}.hero-bottom span:last-child{margin-left:auto;color:#c6ced4}.proof{display:grid;grid-template-columns:repeat(4,1fr);padding:36px 0;border-bottom:1px solid var(--line)}.proof>div{display:flex;gap:19px;align-items:center;border-right:1px solid var(--line);padding:0 25px}.proof>div:first-child{padding-left:0}.proof>div:last-child{border:0}.proof strong{font-size:32px;line-height:1.15;letter-spacing:-1px;white-space:nowrap;font-weight:500}.proof small{font-size:16px}.proof span{font-size:12px;line-height:1.5;color:var(--muted)}.section{padding-top:95px;padding-bottom:95px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;margin-bottom:45px}.section-head h2{margin-bottom:0}.section-head>p{max-width:375px;color:var(--muted);margin-bottom:5px}h2{font-size:clamp(32px,3.5vw,48px);line-height:1.12;font-weight:500;letter-spacing:-1.8px}h3{font-size:22px;line-height:1.25;font-weight:500;letter-spacing:-.5px;margin-bottom:14px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.service{padding:30px;border-bottom:1px solid var(--line);border-right:1px solid var(--line);background:white;transition:background .2s;display:flex;flex-direction:column}.service:hover{background:#eaf5ff}.service-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:43px;font-size:13px;color:#68747c}.circle{width:36px;height:36px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:var(--ink);font-size:20px}.service:hover .circle{background:var(--highlight);border-color:var(--highlight)}.service p{color:var(--muted);font-size:15px;line-height:1.65;margin-bottom:24px}.learn{font-size:12px;font-weight:700;margin-top:auto}.approach{background:var(--ink);color:white;padding:90px 0}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:120px}.approach .eyebrow{color:var(--highlight)}.approach p:not(.eyebrow){color:#b7c3cb;max-width:450px}.steps article{display:flex;gap:28px;border-top:1px solid #ffffff2e;padding:26px 0 12px}.steps article>span{color:var(--highlight);font-size:13px}.steps h3{font-size:22px}.steps p{font-size:15px}.platforms{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:36px 0;font-size:24px;letter-spacing:-1px;font-weight:700}.note{font-size:12px;color:var(--muted);margin-top:15px}.cta{background:var(--highlight);padding:70px 0}.cta .wrap{display:grid;grid-template-columns:1.3fr 1fr;gap:0 80px}.cta .eyebrow{grid-column:1/-1}.cta h2{font-size:clamp(42px,4.4vw,64px);margin-bottom:0}.cta p:not(.eyebrow){max-width:390px}.cta .button{margin-top:10px}footer{background:#111720;color:white;padding-top:64px}.foot{display:grid;grid-template-columns:1.3fr 1fr .8fr 1.1fr;gap:40px;padding-bottom:50px}.foot .brand{font-size:23px}.foot h3{font-size:12px;color:#bbc4cc;letter-spacing:1px;text-transform:uppercase;margin-bottom:24px}.foot a:not(.brand){display:block;font-size:14px;margin-bottom:10px}.foot p{font-size:14px;color:#aebbc6;margin-top:20px}.bottom{display:flex;justify-content:space-between;border-top:1px solid #ffffff26;padding:22px 0;font-size:12px;color:#aebbc6}.page-hero{padding-top:75px;padding-bottom:65px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(42px,5.4vw,72px);max-width:950px;letter-spacing:-2.8px}.page-hero .intro{max-width:660px}.page-hero .button{margin-top:12px}.page-hero .eyebrow{color:#006cae}.breadcrumb{display:block;font-size:13px;color:var(--muted);margin-bottom:40px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.detail-grid p{color:var(--muted)}.scope{background:white;border:1px solid var(--line);padding:32px}.scope>div{padding:18px 0;border-top:1px solid var(--line)}.scope .eyebrow{color:#657480}.brief{padding:0 0 80px}.brief h2{font-size:32px}.brief p{max-width:780px;color:var(--muted)}.text-link{display:inline-block;border-bottom:1px solid;font-weight:600}.contacts article{border-bottom:1px solid var(--line);padding:0 0 23px;margin-bottom:25px}.contacts span{font-size:12px;letter-spacing:1px;display:block;color:var(--muted);margin-bottom:8px}.contacts a{font-size:clamp(16px,1.65vw,23px)}.skip{position:fixed;top:-80px;padding:15px;background:var(--highlight);z-index:100}.skip:focus{top:0}@media(min-width:1500px){.hero{min-height:710px}.hero-content{padding-top:95px}}@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.navigation{gap:25px}nav{gap:20px}.navigation>.button{display:none}.proof>div{display:block;padding:0 20px}.proof span{display:block;margin-top:8px}.approach-grid{gap:55px}.service{padding:24px}.foot{gap:25px}.detail-grid{gap:50px}}@media(max-width:740px){.wrap{width:calc(100% - 40px)}.navigation{height:76px;justify-content:space-between}.brand{font-size:23px}#menu{display:block;background:none;border:1px solid var(--line);padding:8px 12px;font-size:14px}nav{display:none;position:absolute;top:76px;left:0;right:0;background:white;padding:20px;box-shadow:0 15px 20px #13233120}nav.open{display:flex;flex-direction:column;gap:5px}nav a{font-size:17px}.hero{min-height:645px}.hero-content{padding-top:63px;padding-bottom:105px}.hero-image{object-position:64% center}.hero-shade{background:linear-gradient(90deg,#091720ed,#09172080)}h1{font-size:59px;letter-spacing:-3px}.hero .intro{font-size:17px;max-width:380px}.actions{align-items:flex-start;flex-direction:column;gap:16px;margin-top:28px}.hero-bottom{font-size:10px;gap:20px;bottom:20px}.hero-bottom span:last-child{display:none}.proof{grid-template-columns:1fr 1fr;gap:24px 0;padding:30px 0}.proof>div{padding-left:20px}.proof>div:nth-child(odd){padding-left:0}.proof>div:nth-child(even){border:0}.proof strong{font-size:28px}.proof span{font-size:12px}.section{padding-top:60px;padding-bottom:60px}.section-head{display:block;margin-bottom:32px}.section-head>p{margin-top:24px;max-width:none}.service-grid{grid-template-columns:1fr}.service{padding:25px}.service-top{margin-bottom:22px}.service h3{font-size:25px}.service p{font-size:16px}.learn{font-size:13px}.approach{padding:60px 0}.approach-grid{grid-template-columns:1fr;gap:40px}.platforms{flex-wrap:wrap;justify-content:flex-start;gap:24px 30px;font-size:21px}.cta{padding:55px 0}.cta .wrap{display:block}.cta h2{margin-bottom:25px}.cta .eyebrow{margin-bottom:20px}.foot{grid-template-columns:1fr 1fr;gap:35px 20px}.foot>div:first-child,.foot>div:last-child{grid-column:1/-1}.bottom{font-size:11px;gap:20px}.page-hero{padding-top:50px;padding-bottom:45px}.page-hero h1{letter-spacing:-2px;font-size:46px}.detail-grid{grid-template-columns:1fr;gap:35px}.scope{padding:24px}.contacts a{font-size:19px}.brief{padding-bottom:60px}.eyebrow{font-size:11px;letter-spacing:1.7px}.intro{font-size:17px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Supplied DVIN BLADE branding: electric blue, graphite and silver. */
.brand{display:inline-flex;flex-shrink:0;line-height:0;letter-spacing:normal}
.brand img{display:block;width:260px;height:auto;max-width:100%;object-fit:contain}
.navigation{height:124px}
.navigation .brand img{width:260px}
.foot .brand img{width:280px}
.hero h1 em{color:var(--highlight)}
.cta{background:linear-gradient(115deg,#e5ebf1,#cad9e7)}
.button{background:var(--accent);color:white}
.button:hover{background:#0068af}
.button.dark{background:var(--ink);color:white}
.button.dark:hover{background:#2c3542}
.service:hover .circle{background:var(--accent);color:white;border-color:var(--accent)}
.page-hero .eyebrow{color:#006cae}
@media(max-width:1100px){.navigation .brand img{width:240px}}
@media(max-width:740px){.navigation{height:104px;gap:14px}.navigation .brand{max-width:calc(100% - 90px)}.navigation .brand img{width:220px}nav{top:104px}.foot .brand img{width:260px}}

/* Precision-led visual language, retaining the supplied brand palette. */
:root{--ink:#111b27;--paper:#f7f9fb;--line:#dce3eb;--muted:#536171}
body{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.navigation{height:116px}
nav a{position:relative}nav a::after{content:"";position:absolute;bottom:4px;left:0;width:0;height:1px;background:var(--accent);transition:width .2s}nav a:hover::after{width:100%}
.hero{min-height:730px}.hero-content{padding-top:100px;padding-bottom:140px}
.hero-shade{background:linear-gradient(90deg,rgba(8,19,30,.97),rgba(8,19,30,.85) 36%,rgba(8,19,30,.3) 73%,rgba(8,19,30,.08)),linear-gradient(0deg,rgba(8,19,30,.78),transparent 38%)}
.hero h1{font-size:clamp(52px,6.25vw,90px);line-height:1.08;letter-spacing:-3.8px;font-weight:500;max-width:900px}
.hero h1 em{color:#dceeff;font-family:Georgia,'Times New Roman',serif;font-weight:400;font-style:italic;letter-spacing:-3px}
.hero .intro{max-width:510px;font-size:19px;line-height:1.8;color:#d6e1eb}
.hero .eyebrow{display:flex;align-items:center;gap:16px;font-size:12px;letter-spacing:2.5px}.hero .eyebrow::before{content:"";width:42px;height:1px;background:var(--highlight)}
.hero-bottom{font-size:12px;letter-spacing:1.4px;padding-top:24px;bottom:28px}
.button{padding:18px 25px;box-shadow:0 5px 16px #0000000a}.small{padding:14px 20px}
.proof{padding:42px 0}.proof strong{font-size:30px}.proof span{font-size:14px}
.section{padding-top:112px;padding-bottom:112px}.section-head{margin-bottom:52px}
h2{line-height:1.17;letter-spacing:-1.6px}h3{font-weight:500}
.service-grid{border:0;gap:18px}.service{border:1px solid var(--line);padding:34px 30px 30px;background:#fff;transition:border-color .2s,background .2s,box-shadow .2s}.service:hover{border-color:#9cbad1;background:#f2f8fd;box-shadow:0 12px 30px #172d4710}.service-top{margin-bottom:50px}.service p{font-size:16px}.learn{font-size:14px}.service h3{font-size:24px;line-height:1.3}
.approach{padding:116px 0;background:#101e2c;border-top:3px solid var(--accent)}.approach-grid{gap:100px}.approach h2{font-size:clamp(38px,4.3vw,61px);line-height:1.16}.approach h2 em{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;color:#c8e7ff}.approach p:not(.eyebrow){font-size:17px;line-height:1.85;color:#c1ccd7}.approach .light-link{margin-top:18px}.steps article{padding:29px 0 20px;gap:25px}.steps article>span{font-size:14px;letter-spacing:1px}.steps h3{font-size:23px}.steps p{margin-bottom:0}
.cta{padding:88px 0;background:#e9eff5;border-top:1px solid #d3deea}.cta .wrap{grid-template-columns:1.35fr 1fr;gap:0 60px}.cta h2{font-size:clamp(36px,4vw,58px);line-height:1.17}.cta p:not(.eyebrow){color:#455464}
.page-hero{padding-top:88px;padding-bottom:78px}.page-hero h1{line-height:1.13}.scope{border-top:3px solid var(--accent)}.scope .eyebrow{color:#42576c}.foot h3{font-size:14px}.foot{grid-template-columns:1.25fr 1fr .8fr 1.15fr}.foot>div{min-width:0}.foot a:not(.brand){overflow-wrap:anywhere}.bottom{font-size:13px}
@media(max-width:1100px){.approach-grid{gap:50px}.service{padding:28px 23px}.proof strong{font-size:28px}.hero h1{font-size:70px}.hero-bottom{font-size:12px;gap:20px}.foot{gap:24px}}
@media(max-width:740px){.navigation{height:104px}.hero{min-height:710px}.hero-content{padding-top:65px;padding-bottom:140px}.hero h1{font-size:clamp(39px,8.8vw,64px);letter-spacing:-1.8px;line-height:1.15}.hero h1 em{letter-spacing:-1.8px}.hero .intro{font-size:17px;line-height:1.8}.hero .eyebrow{font-size:12px;letter-spacing:1.2px;gap:10px}.hero .eyebrow::before{width:22px;flex-shrink:0}.hero-bottom{flex-wrap:wrap;gap:10px 22px;font-size:12px;letter-spacing:.6px;bottom:24px}.proof{padding:32px 0}.proof span{font-size:14px}.proof strong{font-size:27px}.section{padding-top:68px;padding-bottom:68px}.section-head{margin-bottom:34px}.service-grid{gap:14px}.service{padding:28px}.service-top{margin-bottom:30px}.approach{padding:70px 0}.approach-grid{gap:38px}.approach h2{font-size:42px}.approach p:not(.eyebrow){font-size:16px}.steps h3{font-size:22px}.cta{padding:64px 0}.cta h2{font-size:38px}.page-hero{padding-top:60px;padding-bottom:52px}.page-hero h1{font-size:clamp(34px,8vw,46px)}.eyebrow{font-size:12px}.foot{grid-template-columns:1fr 1fr}.platforms{font-size:21px}}

/* Search-oriented service content and visible page hierarchy. */
nav.breadcrumbs{display:flex;position:static;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:10px;max-width:1320px;margin:26px auto 0;padding:0;background:transparent;box-shadow:none;font-size:14px;line-height:1.6;font-weight:400;color:var(--muted)}
nav.breadcrumbs a{padding:0;font-size:14px}nav.breadcrumbs a::after{display:none}nav.breadcrumbs [aria-current]{color:var(--ink)}
.breadcrumbs+.page-hero{padding-top:38px}
.service-tagline{font-family:Georgia,'Times New Roman',serif;font-size:24px;font-style:italic;color:#415d74;margin-bottom:18px;line-height:1.5}
.service-answers{padding-bottom:90px}.service-answers>h2{font-size:36px;margin-bottom:30px}.questions{max-width:960px;border-top:1px solid var(--line)}.questions details{border-bottom:1px solid var(--line);padding:22px 0}.questions summary{font-size:18px;line-height:1.5;font-weight:600;cursor:pointer;padding-right:18px}.questions summary::marker{color:var(--accent)}.questions summary:focus-visible{outline:3px solid var(--accent);outline-offset:5px}.questions p{font-size:16px;line-height:1.8;max-width:840px;margin:18px 0 0;color:var(--muted)}.related{margin-top:38px;border-left:2px solid var(--accent);padding-left:24px}.related h3{font-size:20px}.related a{display:table;margin:12px 0;font-size:16px}
@media(max-width:740px){nav.breadcrumbs{margin-top:20px;gap:8px;font-size:14px}.breadcrumbs+.page-hero{padding-top:30px}.service-tagline{font-size:21px}.service-answers{padding-bottom:60px}.service-answers>h2{font-size:30px}.questions summary{font-size:17px}.related{padding-left:18px}}

/* Simplified web logo: strong wordmark and a calm single-colour footer. */
.navigation .brand img{width:300px;height:auto;object-fit:contain}
.foot .brand img{width:280px;height:auto;filter:grayscale(1) invert(1);mix-blend-mode:screen}
@media(max-width:1100px){.navigation .brand img{width:280px}}
@media(max-width:740px){.navigation .brand img{width:240px}.navigation .brand{max-width:calc(100% - 90px)}.foot .brand img{width:260px}}

/* Field photography retains each full portrait without cropping. */
.repair-gallery{border-top:1px solid var(--line)}
.repair-photos{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.repair-photos figure{margin:0;min-width:0}
.repair-photos a{display:block;background:#e4ebf1;overflow:hidden}
.repair-photos img{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:contain}
.repair-photos figcaption{font-size:14px;line-height:1.6;color:var(--muted);padding-top:14px}
@media(max-width:1100px){.repair-photos{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 20px}}
@media(max-width:480px){.repair-photos{grid-template-columns:1fr;gap:30px}}

/* Leading-edge repair: full photographic evidence and a readable technical story. */
.edge-feature,.edge-article{border-top:1px solid var(--line)}
.edge-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}
.edge-photo{margin:0;min-width:0}.edge-photo a{display:block}.edge-photo img{display:block;width:100%;height:auto}.edge-photo figcaption{font-size:14px;line-height:1.6;color:var(--muted);padding-top:14px}
.edge-feature-copy h2{font-size:clamp(30px,3.4vw,48px)}.edge-feature-copy p:not(.eyebrow){font-size:17px;line-height:1.85;color:var(--muted)}.edge-feature-copy .text-link{display:inline-block;margin-top:16px}
.edge-article-heading{max-width:900px;margin:0 auto 40px}.edge-article-heading h2{font-size:clamp(32px,4vw,54px)}.edge-lead{font-size:20px;line-height:1.75;color:var(--muted)}
.edge-article>.edge-photo{max-width:900px;margin:0 auto 48px}.edge-prose{max-width:760px;margin:auto;font-size:17px;line-height:1.9}.edge-prose h3{font-size:28px;line-height:1.3;margin:44px 0 20px;letter-spacing:-.5px}.edge-prose p{margin:0 0 22px}.edge-process{padding-left:28px;margin:24px 0}.edge-process li{padding:10px 0 10px 8px;border-bottom:1px solid var(--line)}.edge-process li::marker{color:var(--accent);font-weight:700}.edge-prose blockquote{margin:36px 0;padding:24px 28px;border-left:3px solid var(--accent);background:#e9eff5;font-size:21px;line-height:1.65}.edge-prose blockquote p:last-child{margin-bottom:0}
@media(max-width:740px){.edge-feature-grid{grid-template-columns:1fr;gap:30px}.edge-feature-copy{grid-row:1}.edge-article-heading{margin-bottom:28px}.edge-lead{font-size:18px}.edge-prose blockquote{padding:20px;font-size:19px}.edge-prose h3{font-size:25px}.edge-article>.edge-photo{margin-bottom:32px}}
.field-video{border-top:1px solid var(--line)}.field-video video{display:block;width:100%;height:auto;background:#0d1722;box-shadow:0 24px 60px rgba(13,23,34,.16)}

/* Keep the real field team clear of the hero copy on wide screens. */
@media(min-width:741px){.hero-image{transform:scale(1.2) translateX(8%);transform-origin:center}}
@media(max-width:740px){.hero-image{transform:none}}

/* Sharper wide-screen crop: field technicians sit in the right third. */
@media(min-width:741px){.hero-image{transform:scale(1.32) translateX(12%)}}
