:root{
  --bg:#0b0f12;
  --bg2:#11171b;
  --panel:#151c21;
  --line:#29343b;
  --silver:#adb4bb;
  --silver-hi:#d4dde3;
  --text:#eef3f6;
  --muted:#aab4ba;
  --cyan:#08d5f2;
  --cyan2:#14b8d6;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}

.site-header{position:fixed;inset:0 0 auto 0;z-index:50;background:rgba(8,12,15,.82);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}
.nav{height:82px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;flex-direction:column;min-width:max-content}
.brand-logo-svg{display:block;width:255px;height:auto}
.brand-logo-img{display:block;width:180px;height:auto}
.brand-mark{display:inline-flex;align-items:flex-end;gap:0;font-size:27px;font-weight:700;letter-spacing:-1px;line-height:.92;width:max-content}
.brand-i{font-family:"Times New Roman",serif;font-size:1.12em;font-weight:400;color:var(--silver-hi)}
.brand-word{position:relative;display:inline-block;padding-top:7px}
.brand-line{position:absolute;left:0;right:0;top:0;height:4px;background:var(--cyan)}
.brand-nou{color:var(--silver-hi)}
.brand-tech{color:var(--cyan)}
.brand-sub{font-size:8px;letter-spacing:3px;margin-top:8px;color:var(--silver)}

.nav-links{display:flex;gap:24px;margin-left:auto}
.nav-links a{font-size:14px;color:#d2dade;transition:.2s}
.nav-links a:hover{color:var(--cyan)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--cyan);background:var(--cyan);color:#041014;font-weight:700;font-size:14px;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;transition:.2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 35px rgba(8,213,242,.18)}
.btn-small{min-height:40px;padding:0 15px;font-size:12px}
.btn-ghost{background:transparent;color:var(--text);border-color:rgba(255,255,255,.28)}
.btn-ghost:hover{border-color:var(--cyan)}
.menu-toggle{display:none;margin-left:auto;background:none;border:0;color:white;font-size:26px}

.hero{min-height:790px;display:flex;align-items:center;position:relative;overflow:hidden}
.hero-image{position:absolute;inset:0;background:url('assets/hero-racks.jpg') center/cover no-repeat;transform:scale(1.02)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,8,10,.96) 0%,rgba(5,8,10,.86) 42%,rgba(5,8,10,.28) 75%,rgba(5,8,10,.12)),linear-gradient(0deg,rgba(5,8,10,.82),transparent 45%)}
.hero-content{position:relative;z-index:2;padding-top:92px}
.eyebrow{font-size:11px;letter-spacing:2.4px;color:var(--cyan);font-weight:700;margin:0 0 18px}
.hero h1{font-size:clamp(52px,7vw,92px);line-height:.95;letter-spacing:-3px;margin:0;max-width:830px}
.hero h1 span{color:var(--silver-hi)}
.hero-text{font-size:18px;max-width:720px;color:#c4ced3;margin:28px 0 34px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.scroll-cue{position:absolute;bottom:24px;left:50%;z-index:2;color:var(--cyan);font-size:25px;opacity:.8}

.section{padding:110px 0}
.section-dark{background:linear-gradient(180deg,#0a0e11,#11181d)}
.section-heading{max-width:820px;margin-bottom:48px}
.section-heading h2{font-size:clamp(34px,4vw,56px);line-height:1.05;letter-spacing:-1.8px;margin:0 0 18px}
.section-heading>p:last-child{color:var(--muted);font-size:17px;max-width:760px}
.split-heading{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;max-width:none;align-items:end}
.split-heading>p{margin:0 0 8px}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.07);padding:30px;min-height:250px;position:relative;overflow:hidden}
.service-card:after{content:"";position:absolute;width:120px;height:2px;background:var(--cyan);left:30px;bottom:0;transform:translateX(-145px);transition:.25s}
.service-card:hover:after{transform:translateX(0)}
.service-card .icon{color:var(--cyan);width:42px;height:42px;margin-bottom:42px;display:flex;align-items:center;justify-content:center}
.service-card .icon svg{width:42px;height:42px;stroke:var(--cyan);fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.service-card h3{font-size:20px;margin:0 0 12px}
.service-card p{margin:0;color:var(--muted);font-size:14px}
.service-card-wide{grid-column:span 3;min-height:auto;display:grid;grid-template-columns:70px 330px 1fr;align-items:center;gap:20px}
.service-card-wide .icon{margin:0}

.projects-section{background:#f1f3f4;color:#11171b}
.projects-section .eyebrow{color:#0a9db5}
.projects-section .section-heading>p:last-child{color:#526069}
.project-feature{display:grid;grid-template-columns:1.25fr .75fr;background:#0d1215;color:white;min-height:430px;margin-bottom:18px;overflow:hidden}
.project-feature img{width:100%;height:100%;object-fit:cover}
.project-copy{padding:55px;display:flex;flex-direction:column;justify-content:center}
.project-tag,.project-card span{color:var(--cyan);font-size:10px;letter-spacing:2px;font-weight:700}
.project-copy h3{font-size:38px;line-height:1.05;margin:12px 0 18px}
.project-copy p{color:#bdc7cc}
.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{background:white;box-shadow:0 10px 30px rgba(9,16,20,.08);overflow:hidden}
.project-card img{width:100%;height:245px;object-fit:cover}
.project-card>div{padding:23px}
.project-card h3{margin:8px 0;font-size:19px}
.project-card p{margin:0;color:#66737a;font-size:14px}

.about-section{background:#0b1013;position:relative;overflow:hidden}
.about-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.about-copy h2{font-size:clamp(36px,4.6vw,62px);line-height:1.02;letter-spacing:-2px;margin:0 0 28px}
.about-copy p{color:#b8c2c7;max-width:680px}
.shield-art{min-height:560px;display:flex;align-items:center;justify-content:center;opacity:.52}
.shield-art svg{width:100%;max-width:520px;filter:drop-shadow(0 20px 35px rgba(0,0,0,.45))}
.shield-art .s1{fill:#101c26;stroke:#1c3443;stroke-width:16}
.shield-art .s2{fill:none;stroke:#66727a;stroke-width:12;stroke-linecap:round;stroke-linejoin:round}
.shield-art .s3{fill:none;stroke:var(--cyan);stroke-width:11;stroke-linecap:round}

.differentiators{background:#11181d}
.center{text-align:center;margin-left:auto;margin-right:auto}
.diff-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.diff-grid>div{padding:38px 28px;border-right:1px solid var(--line)}
.diff-grid>div:last-child{border-right:0}
.diff-grid strong{display:block;font-size:24px;color:var(--silver-hi);margin-bottom:10px}
.diff-grid span{color:var(--muted);font-size:14px}

.cta-section{position:relative;padding:120px 0;background:#071015;overflow:hidden}
.cta-bg{position:absolute;inset:0;background:radial-gradient(circle at 78% 30%,rgba(8,213,242,.18),transparent 28%),linear-gradient(90deg,#061013 0%,#09161b 60%,#071015)}
.cta-bg:after{content:"";position:absolute;right:-80px;top:-20px;width:520px;height:520px;border:70px solid rgba(8,213,242,.025);border-radius:50%;box-shadow:0 0 0 55px rgba(255,255,255,.012),0 0 0 120px rgba(8,213,242,.015)}
.cta-content{position:relative;z-index:1;max-width:800px}
.cta-content h2{font-size:clamp(42px,6vw,76px);line-height:1;margin:0 0 20px;letter-spacing:-2px}
.cta-content>p{font-size:18px;color:#b8c2c7;max-width:700px}
.cta-actions{display:flex;gap:24px;align-items:center;margin-top:30px;flex-wrap:wrap}
.contact-link{color:var(--silver-hi);border-bottom:1px solid var(--cyan);padding-bottom:5px}

.footer{background:#06090b;border-top:1px solid #172126;padding:55px 0 24px;color:#aab4ba}
.footer-grid{display:grid;grid-template-columns:1fr auto auto;gap:60px;align-items:start}
.footer-brand{margin-bottom:20px}
.footer-brand .brand-logo-svg{width:260px}
.footer-brand .brand-logo-img{width:220px}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:10px}
.footer-links a:hover,.footer-contact a:hover{color:var(--cyan)}
.copyright{font-size:12px;border-top:1px solid #172126;margin-top:40px;padding-top:22px}

@media (max-width:960px){
  .nav-links,.nav>.btn-small{display:none}
  .menu-toggle{display:block}
  .nav.open .nav-links{display:flex;position:absolute;top:82px;left:0;right:0;background:#0b1013;padding:20px;flex-direction:column;border-top:1px solid #233039}
  .services-grid{grid-template-columns:1fr 1fr}
  .service-card-wide{grid-column:span 2;grid-template-columns:70px 1fr}
  .service-card-wide p{grid-column:2}
  .project-grid{grid-template-columns:1fr 1fr}
  .about-grid{grid-template-columns:1fr}
  .shield-art{min-height:360px}
  .diff-grid{grid-template-columns:1fr 1fr}
  .diff-grid>div:nth-child(2){border-right:0}
  .diff-grid>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-contact{grid-column:1 / -1}
  .project-feature{grid-template-columns:1fr}
  .project-feature img{height:380px}
  .split-heading{grid-template-columns:1fr;gap:10px}
}

@media (max-width:640px){
  .wrap{width:min(var(--max),calc(100% - 28px))}
  .site-header .nav{height:72px}
  .brand-mark{font-size:24px}
  .brand-logo-svg{width:220px}
  .brand-logo-img{width:170px}
  .brand-word{padding-top:6px}
  .brand-line{height:4px}
  .brand-sub{font-size:7px;letter-spacing:2.3px}
  .hero{min-height:720px}
  .hero-content{padding-top:84px}
  .hero h1{font-size:49px;letter-spacing:-2px}
  .hero-text{font-size:16px}
  .section{padding:78px 0}
  .section-heading h2{font-size:38px}
  .services-grid{grid-template-columns:1fr}
  .service-card{padding:26px}
  .service-card-wide{grid-column:auto;display:block}
  .service-card-wide .icon{margin-bottom:42px}
  .project-grid{grid-template-columns:1fr}
  .project-feature img{height:300px}
  .project-copy{padding:30px}
  .project-copy h3{font-size:30px}
  .about-copy h2{font-size:40px}
  .diff-grid{grid-template-columns:1fr}
  .diff-grid>div{border-right:0;border-bottom:1px solid var(--line)!important}
  .diff-grid>div:last-child{border-bottom:0!important}
  .footer-grid{grid-template-columns:1fr}
  .footer-contact{grid-column:auto}
  .cta-content h2{font-size:48px}
}
