@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');
:root{--black:#0c1012;--ink:#14191c;--orange:#f58a00;--paper:#f5f3ee;--line:#d9d7d1;--muted:#697176}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.site-header{height:86px;position:absolute;top:0;left:0;right:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;color:#fff;background:linear-gradient(#090c0eaa,transparent)}.brand{display:flex;align-items:center}.brand img{width:170px;height:58px;object-fit:contain;object-position:left center}nav{display:flex;gap:32px;align-items:center;font-size:13px}nav>a:not(.navcta){color:#e7e8e8}.navcta{padding:12px 20px;border:1px solid #ffffff66;border-radius:999px}.menu{display:none;background:none;border:0;color:#fff;font-size:26px}.hero{min-height:780px;background:var(--black);color:#fff;display:grid;grid-template-columns:48% 52%;position:relative}.hero-copy{padding:180px 6vw 90px;align-self:center}.eyebrow,.kicker{font-size:10px;letter-spacing:2.5px;font-weight:800}.eyebrow{color:#b8c0c3;display:flex;align-items:center;gap:10px}.eyebrow i{width:32px;height:2px;background:var(--orange)}h1,h2,h3{font-family:Oswald,Arial,sans-serif;text-transform:uppercase;margin:0}h1{font-size:clamp(68px,7.2vw,118px);line-height:.9;letter-spacing:-3px;margin:26px 0 28px}h1 em,.presence h2 em{font-style:normal;color:var(--orange)}.hero-copy>p{max-width:570px;color:#b7bfc2;font-size:17px;line-height:1.75}.actions{display:flex;gap:12px;margin-top:36px;align-items:center}.primary{background:var(--orange);color:#111;padding:16px 22px;border-radius:3px;font-weight:800;font-size:13px}.secondary{padding:15px;color:#e4e6e7;font-size:13px}.trust{display:flex;gap:28px;margin-top:65px;font-size:9px;letter-spacing:1.6px;color:#849095}.hero-photo{min-height:780px;position:relative;overflow:hidden}.hero-photo img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center}.photo-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0c1012 0%,transparent 28%),linear-gradient(0deg,#0c1012aa,transparent 42%)}.photo-label{position:absolute;left:42px;bottom:42px;display:flex;align-items:center;gap:18px}.photo-label b{font:700 38px Oswald;color:var(--orange)}.photo-label span{font-size:9px;letter-spacing:2px}.strip{min-height:74px;background:var(--orange);display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;padding:18px 5vw;font:600 13px Oswald;letter-spacing:1.2px}.strip i{width:4px;height:4px;background:#111;border-radius:50%}.section{padding:115px 7vw}.about{display:grid;grid-template-columns:1fr 1fr;gap:10vw;border-bottom:1px solid var(--line)}.kicker{color:#777f82}.about h2,.section-head h2,.presence h2{font-size:clamp(48px,5.5vw,82px);line-height:.96;letter-spacing:-2px;margin-top:18px}.about-body{padding-top:30px}.about-body>p{font-size:18px;line-height:1.8;color:#5e676b;max-width:650px}.facts{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin:40px 0 12px}.facts div{display:flex;flex-direction:column}.facts b{font:600 38px Oswald;color:var(--orange)}.facts span{font-size:10px;color:#70787b}.about-body small{font-size:9px;color:#8a9092}.services{background:#fff}.section-head{margin-bottom:55px}.service-list{border-top:1px solid #cfd2d1}.service-list article{display:grid;grid-template-columns:70px 1fr 260px;gap:30px;align-items:center;padding:30px 0;border-bottom:1px solid #cfd2d1;transition:.25s}.service-list article:hover{padding-left:15px;background:#f7f5f0}.service-list article>b{font:600 14px Oswald;color:var(--orange)}.service-list h3{font-size:29px;margin-bottom:7px}.service-list p{font-size:13px;line-height:1.6;color:#687176;margin:0;max-width:600px}.service-list article>span{font-size:10px;letter-spacing:1px;color:#8a9194}.industries{display:flex;flex-wrap:wrap;gap:8px;margin-top:32px}.industries span{border:1px solid #d3d5d2;padding:11px 15px;border-radius:999px;font-size:11px;color:#596165}.presence{display:grid;grid-template-columns:56% 44%;background:var(--black);color:#fff}.presence-photo{min-height:650px;position:relative;overflow:hidden}.presence-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 65%,var(--black))}.presence-photo img{width:100%;height:100%;position:absolute;object-fit:cover;object-position:center}.presence-copy{padding:110px 7vw 90px 5vw;align-self:center}.presence-copy .kicker{color:#8f999d}.presence-copy>p{color:#aeb7ba;line-height:1.8;max-width:500px}.presence-copy .line{width:60px;height:3px;background:var(--orange);margin:35px 0}.presence-copy .small{font-size:12px;color:#7e898d}.gallery{background:var(--paper)}.gallery-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:12px}.gallery-grid figure{margin:0;height:430px;position:relative;overflow:hidden;background:#111}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.5s;filter:saturate(.82)}.gallery-grid figure:hover img{transform:scale(1.025)}.gallery-grid figcaption{position:absolute;left:18px;bottom:18px;background:#0c1012d9;color:#fff;padding:9px 12px;font-size:9px;letter-spacing:1.4px}.contact{background:var(--orange);padding:110px 7vw;display:grid;grid-template-columns:1.25fr .75fr;gap:8vw}.contact .kicker{color:#543000}.contact h2{font-size:clamp(54px,6vw,92px);line-height:.95;letter-spacing:-2px;margin:18px 0 24px}.contact-copy>p{max-width:560px;line-height:1.7}.dark-btn{background:#111;color:#fff;padding:16px 23px;border-radius:3px;font-size:13px;font-weight:700}.outline{border:1px solid #111;padding:15px 22px;border-radius:3px;font-size:13px;font-weight:700}.contact-info{border-left:1px solid #0003;padding-left:45px;display:flex;flex-direction:column;justify-content:center;gap:30px}.contact-info div{display:flex;flex-direction:column;gap:7px}.contact-info small{font-size:9px;letter-spacing:2px}.contact-info a,.contact-info p{font-size:13px;font-weight:600;line-height:1.6;margin:0}footer{background:#080b0d;color:#8c9699;padding:28px 6vw;display:flex;justify-content:space-between;align-items:center;font-size:10px}footer img{width:130px;height:48px;object-fit:contain;object-position:left}.float-call{display:none}.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}.reveal.show{opacity:1;transform:none}@media(max-width:900px){.site-header{height:74px;padding:0 5vw}.brand img{width:145px;height:50px}.menu{display:block}nav{display:none;position:absolute;top:74px;left:0;right:0;background:#0c1012;padding:25px;flex-direction:column}nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:135px 6vw 70px}.hero-photo{min-height:500px}.photo-shade{background:linear-gradient(0deg,#0c1012bb,transparent 50%)}.about,.contact{grid-template-columns:1fr}.section{padding:85px 6vw}.service-list article{grid-template-columns:50px 1fr}.service-list article>span{grid-column:2}.presence{grid-template-columns:1fr}.presence-photo{min-height:500px}.presence-photo:after{background:linear-gradient(0deg,var(--black),transparent 30%)}.presence-copy{padding:70px 6vw 85px}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .wide{grid-column:1/3}.contact-info{border-left:0;border-top:1px solid #0003;padding:35px 0 0}.float-call{display:flex;position:fixed;right:18px;bottom:18px;z-index:30;background:#111;color:#fff;border-radius:999px;padding:14px 17px;gap:8px;font-size:12px;box-shadow:0 8px 30px #0005}}@media(max-width:560px){h1{font-size:65px}.hero-photo{min-height:390px}.trust{flex-wrap:wrap;gap:14px;margin-top:40px}.strip{justify-content:flex-start}.about h2,.section-head h2,.presence h2{font-size:48px}.facts b{font-size:30px}.service-list article{grid-template-columns:36px 1fr;gap:12px}.service-list h3{font-size:24px}.gallery-grid{grid-template-columns:1fr}.gallery-grid .wide{grid-column:auto}.gallery-grid figure{height:300px}.contact .actions{flex-direction:column;align-items:stretch;text-align:center}footer{flex-direction:column;align-items:flex-start;gap:12px}.float-call span{display:none}}

/* v3 header correction — keep the supplied 150×70 SPK logo inside the navbar */
.site-header{
  position:relative !important;
  top:auto !important; left:auto !important; right:auto !important;
  height:82px !important;
  min-height:82px !important;
  padding:6px 6vw !important;
  background:#0c1012 !important;
  border-bottom:1px solid rgba(255,255,255,.10);
  overflow:hidden !important;
}
.brand{
  width:150px !important;
  height:70px !important;
  min-width:150px !important;
  max-width:150px !important;
  display:flex !important;
  align-items:center !important;
  overflow:hidden !important;
  flex:0 0 150px !important;
}
.site-header .brand img{
  display:block !important;
  width:150px !important;
  height:70px !important;
  max-width:150px !important;
  max-height:70px !important;
  min-width:0 !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
  position:static !important;
  margin:0 !important;
}
.hero{min-height:700px !important;}
.hero-copy{padding-top:100px !important;}
.hero-photo{min-height:700px !important;}
@media(max-width:900px){
 .site-header{height:74px !important;min-height:74px !important;padding:2px 5vw !important;overflow:visible !important}
 .brand{width:132px !important;height:62px !important;min-width:132px !important;max-width:132px !important;flex-basis:132px !important}
 .site-header .brand img{width:132px !important;height:62px !important;max-width:132px !important;max-height:62px !important}
 nav{top:74px !important}
 .hero-copy{padding-top:80px !important}
}

/* v4 — refined human-designed UI */
:root{--radius:18px;--soft:#eef0ec}
.site-header{padding-left:7vw!important;padding-right:7vw!important}
nav a{transition:opacity .2s ease,transform .2s ease}nav a:hover{opacity:.72}.navcta{background:#fff;color:#111!important;border-color:#fff;font-weight:700}
.hero{grid-template-columns:52% 48%;min-height:660px!important}.hero-copy{padding:92px 7vw 72px!important}.hero-photo{min-height:660px!important;margin:34px 4vw 34px 0;border-radius:22px}.hero-photo img{border-radius:22px}.photo-shade{border-radius:22px}.eyebrow{color:#9ea7aa}.hero h1{font-size:clamp(64px,6.3vw,104px);letter-spacing:-2px}.hero-copy>p{font-size:16px}.primary,.dark-btn,.outline{border-radius:10px}.primary{box-shadow:0 10px 28px rgba(245,138,0,.18)}
.strip{min-height:58px;font-family:Inter;font-size:10px;font-weight:800;letter-spacing:1.5px}
.section{padding-top:100px;padding-bottom:100px}.about{background:#f7f6f2}.about h2,.section-head h2,.presence h2{font-family:Inter;text-transform:none;font-weight:800;letter-spacing:-3px;line-height:1.02}.facts{gap:10px;border:0;padding:0}.facts div{background:#fff;border:1px solid #e2e3df;border-radius:14px;padding:22px}.facts b{font-family:Inter;font-size:30px}.facts span{margin-top:6px;font-size:11px}
.services{background:#fff}.service-list{border:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.service-list article{position:relative;display:grid;grid-template-columns:54px 1fr;gap:18px;align-items:start;padding:28px;border:1px solid #e4e6e3;border-radius:18px;background:#fafaf8;min-height:190px;transition:.25s}.service-list article:hover{padding:28px;transform:translateY(-3px);border-color:#cfd2cc;box-shadow:0 18px 45px rgba(16,20,18,.07)}.service-list article>b{display:none}.service-list article>span{grid-column:2;font-size:9px}.service-list h3{font-family:Inter;text-transform:none;font-size:21px;letter-spacing:-.6px}.service-icon{width:50px;height:50px;border-radius:14px;background:#111;color:var(--orange);display:grid;place-items:center}.service-icon svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.industries{margin-top:42px}.industries span{background:#f7f7f4;border-color:#e4e5e1;padding:12px 16px}
.presence{grid-template-columns:52% 48%;padding:38px;background:#0c1012;gap:0}.presence-photo{min-height:580px;border-radius:20px;overflow:hidden}.presence-photo img{border-radius:20px}.presence-photo:after{display:none}.presence-copy{padding:75px 7vw}.presence-copy h2{font-size:clamp(48px,5vw,74px)}
.gallery-grid{gap:16px}.gallery-grid figure{border-radius:18px}.gallery-grid img{filter:none}.gallery-grid figcaption{border-radius:8px;backdrop-filter:blur(8px)}
.contact{margin:0 3vw 3vw;border-radius:24px;padding:90px 6vw}.contact h2{font-family:Inter;text-transform:none;font-weight:800;letter-spacing:-3px;font-size:clamp(48px,5vw,78px)}
.ui-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:42px}.ui-point{display:flex;gap:12px;align-items:center;padding:15px;border:1px solid #ffffff17;border-radius:14px;background:#ffffff08}.ui-point .mini-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#ffffff0d;display:grid;place-items:center;color:var(--orange)}.ui-point svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ui-point strong{display:block;font-size:11px}.ui-point small{display:block;color:#7f8a8e;margin-top:3px;font-size:9px}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-photo{margin:0 5vw 45px;min-height:460px!important}.service-list{grid-template-columns:1fr}.presence{grid-template-columns:1fr;padding:20px}.ui-points{grid-template-columns:1fr}.contact{margin:0 16px 16px}.about h2,.section-head h2,.presence h2{letter-spacing:-2px}}
@media(max-width:560px){.hero h1{font-size:58px}.hero-copy{padding:68px 6vw 48px!important}.hero-photo{min-height:350px!important;border-radius:16px}.hero-photo img,.photo-shade{border-radius:16px}.service-list article{padding:22px;min-height:0}.service-list article:hover{padding:22px}.presence{padding:12px}.presence-photo{min-height:360px}.presence-copy{padding:55px 5vw}.contact{padding:70px 6vw}.contact h2{font-size:44px}}

/* v5 — Services section rebuilt */
.services .section-head{max-width:900px;margin-bottom:42px}
.services .service-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;border:0}
.services .service-list article{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto auto 1fr;grid-template-areas:"icon tag" "icon content" ". content";column-gap:18px;row-gap:8px;align-content:start;min-width:0;min-height:270px;padding:26px!important;border:1px solid #e1e2de;border-radius:16px;background:#f8f8f5;box-shadow:none;overflow:hidden;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}
.services .service-list article:hover{transform:translateY(-4px);border-color:#d1d2cd;box-shadow:0 16px 38px rgba(20,25,28,.08);background:#fff}
.services .service-list article>b{display:none}
.services .service-list .service-icon{grid-area:icon;width:52px;height:52px;border-radius:13px;background:#111;color:var(--orange);display:grid;place-items:center;align-self:start}
.services .service-list .service-icon svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.services .service-list article>span:last-child{grid-area:tag;display:block;min-width:0;margin:3px 0 0;color:#858c8f;font-size:9px;line-height:1.35;letter-spacing:1.15px;text-transform:uppercase;white-space:normal}
.services .service-list article>div{grid-area:content;min-width:0;padding-top:4px}
.services .service-list h3{margin:0 0 10px;font-family:Inter,Arial,sans-serif;text-transform:none;font-size:22px;line-height:1.12;letter-spacing:-.65px;color:#171b1d}
.services .service-list p{max-width:none;margin:0;color:#667075;font-size:13px;line-height:1.65;overflow-wrap:normal;word-break:normal;hyphens:none}
.services .industries{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px;padding-top:26px;border-top:1px solid #e2e3df}
.services .industries span{padding:10px 14px;border:1px solid #dedfdb;border-radius:999px;background:#fff;color:#5e676b;font-size:10px;letter-spacing:.2px}
@media(max-width:1180px){.services .service-list{grid-template-columns:repeat(2,minmax(0,1fr))}.services .service-list article{min-height:230px}}
@media(max-width:620px){.services .service-list{grid-template-columns:1fr;gap:12px}.services .service-list article{min-height:0;padding:21px!important;grid-template-columns:46px minmax(0,1fr);column-gap:14px}.services .service-list .service-icon{width:46px;height:46px;border-radius:12px}.services .service-list h3{font-size:20px}.services .service-list p{font-size:13px}.services .industries{margin-top:24px;padding-top:22px}}
