:root{--bg:#080b0d;--panel:#11161b;--panel2:#171e25;--ink:#f6f1e8;--muted:#b9b0a2;--orange:#e97319;--gold:#d9a04b;--line:rgba(255,255,255,.12)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:10;background:rgba(8,11,13,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:12px clamp(18px,4vw,58px)}.brand{display:flex;align-items:center;gap:18px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.brand img{width:162px;height:114px;object-fit:contain;border-radius:8px}nav{display:flex;gap:24px;color:var(--muted);font-size:14px}nav a:hover{color:var(--orange)}.hero{min-height:780px;position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(310px,.65fr);gap:34px;align-items:center;padding:90px clamp(18px,6vw,86px);overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,#080b0d 0%,rgba(8,11,13,.80) 42%,rgba(8,11,13,.34) 72%,#080b0d 100%),url('assets/heroimage.png') center/cover no-repeat;opacity:.92}.hero:after{content:"";position:absolute;inset:auto 0 0 0;height:220px;background:linear-gradient(transparent,var(--bg))}.hero-content,.hero-card{position:relative;z-index:1}.eyebrow{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.18em;font-size:13px}.hero h1,h2,h3{font-family:"Barlow Condensed",Inter,sans-serif;text-transform:uppercase;line-height:.95;margin:0}.hero h1{font-size:clamp(48px,6.2vw,92px);max-width:880px;text-shadow:0 12px 40px #000}.hero p:not(.eyebrow){max-width:720px;color:#e7dfd3;font-size:20px;line-height:1.7}.hero-card{justify-self:end;background:linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.02));border:1px solid var(--line);border-radius:28px;padding:20px;box-shadow:0 30px 90px rgba(0,0,0,.45)}.hero-card img{border-radius:20px}.btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--orange),var(--gold));color:#120b06;border-radius:999px;padding:15px 24px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:13px;box-shadow:0 12px 36px rgba(233,115,25,.26)}.btn.ghost{background:rgba(255,255,255,.08);color:var(--ink);box-shadow:none;border:1px solid var(--line)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.split,.process,.feature-band,.location{padding:90px clamp(18px,6vw,86px);display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.split h2,.process h2,.feature-band h2,.location h2,.section-head h2,.cta h2{font-size:clamp(34px,4.1vw,60px);margin-bottom:22px}.split p,.process p,.feature-band p,.location p,.section-head p,.cta p{color:var(--muted);font-size:18px;line-height:1.65}.photo,.process-art img,.feature-band img,.location img{border-radius:28px;border:1px solid var(--line);box-shadow:0 25px 75px rgba(0,0,0,.35)}.dark-section{padding:100px clamp(18px,6vw,86px);background:radial-gradient(circle at 30% 0%,rgba(233,115,25,.18),transparent 32%),var(--panel)}.section-head{text-align:center;max-width:870px;margin:0 auto 42px}.tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.tech-grid article{background:#080b0d;border:1px solid var(--line);border-radius:24px;overflow:hidden}.tech-grid h3{font-size:24px;margin:22px 20px 6px}.tech-grid p{margin:0 20px 24px;color:var(--muted);line-height:1.5}.process{background:linear-gradient(180deg,var(--bg),#0d1115)}.feature-band{background:var(--panel2)}.results{padding:100px clamp(18px,6vw,86px);background:linear-gradient(180deg,#0d1115,var(--bg))}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.result-cards div{border:1px solid var(--line);border-radius:22px;padding:30px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.02))}.result-cards strong{display:block;font-family:"Barlow Condensed";font-size:30px;text-transform:uppercase}.result-cards span{color:var(--muted);line-height:1.5}.location{background:#0b0f13}.cta{text-align:center;padding:90px 18px 100px;background:radial-gradient(circle at center,rgba(233,115,25,.16),transparent 36%)}.cta img{margin:0 auto 34px;border-radius:12px;border:1px solid var(--line);max-width:760px;width:100%}.cta p{max-width:660px;margin:0 auto 28px}footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;padding:28px clamp(18px,6vw,86px);color:var(--muted);font-size:14px}@media (max-width:900px){nav{display:none}.hero,.split,.process,.feature-band,.location{grid-template-columns:1fr}.hero{min-height:720px;padding-top:62px}.hero h1{font-size:48px}.hero p:not(.eyebrow){font-size:17px}.hero-card{justify-self:stretch}.tech-grid,.result-cards{grid-template-columns:1fr}footer{flex-direction:column}.location{padding-top:60px}}@media (max-width:520px){.site-header{padding:12px 16px}.brand span{font-size:12px}.brand img{width:120px;height:84px}.hero{padding:48px 16px 70px}.hero h1{font-size:40px}.hero-actions .btn{width:100%}.split,.process,.feature-band,.location,.dark-section,.results{padding:64px 16px}.split h2,.process h2,.feature-band h2,.location h2,.section-head h2,.cta h2{font-size:34px}}

.feature-band img[src$='hero-space-age.png']{max-height:560px;width:100%;object-fit:cover;object-position:center;border-radius:28px;}


/* v7 adjustments */
.brand img{width:162px !important;height:114px !important;object-fit:contain !important;}
.hero h1{font-size:clamp(48px,6.2vw,92px) !important;}
.split h2,.process h2,.feature-band h2,.location h2,.section-head h2,.cta h2{font-size:clamp(34px,4.1vw,60px) !important;}
.tech-grid h3{font-size:24px !important;}
.result-cards strong{font-size:30px !important;}
@media (max-width:520px){
  .brand img{width:108px !important;height:76px !important;}
  .brand span{font-size:12px !important;line-height:1.15;}
  .hero h1{font-size:40px !important;}
  .split h2,.process h2,.feature-band h2,.location h2,.section-head h2,.cta h2{font-size:34px !important;}
}


/* v8 mobile hero image first */
@media (max-width: 900px){
  .hero{
    display:flex !important;
    flex-direction:column !important;
    min-height:auto !important;
    padding:0 16px 64px !important;
    gap:28px !important;
  }
  .hero-bg{
    position:relative !important;
    inset:auto !important;
    order:1 !important;
    width:calc(100% + 32px) !important;
    height:360px !important;
    margin:0 -16px !important;
    background:linear-gradient(180deg,rgba(8,11,13,0) 0%,rgba(8,11,13,.12) 62%,#080b0d 100%),url('assets/heroimage.png') center/cover no-repeat !important;
    opacity:1 !important;
  }
  .hero-content{
    order:2 !important;
    width:100% !important;
    z-index:2 !important;
  }
  .hero-card{
    order:3 !important;
    width:100% !important;
  }
  .hero:after{
    display:none !important;
  }
}
@media (max-width: 520px){
  .hero-bg{
    height:300px !important;
  }
}
