
:root{
  --bg:#050607;
  --panel:#080a0b;
  --gold:#B09A7A;
  --gold2:#C1A06E;
  --line:var(--gold);
  --max:1536px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--gold);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  letter-spacing:.01em;
}
a{color:inherit;text-decoration:none}
.site-header{
  height:70px;border-bottom:1px solid var(--line);
  display:flex;align-items:center;gap:34px;padding:0 28px;
  position:sticky;top:0;z-index:50;background:rgba(5,6,7,.97);
}
.brand{font-size:25px;letter-spacing:.24em;white-space:nowrap}
.nav{display:flex;gap:28px;align-items:center;justify-content:flex-end;flex:1;font-size:13px}
.nav a{white-space:nowrap}
.nav a:hover{opacity:.72}
.nav .contact-link{border:0;padding:10px 4px}

main{max-width:var(--max);margin:0 auto}
.hero{
  position:relative;min-height:640px;overflow:hidden;border-bottom:1px solid var(--line);
}
.hero img.hero-earth{position:absolute;right:0;top:0;width:66%;height:100%;object-fit:cover;object-position:center}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.98) 0%,rgba(5,6,7,.86) 35%,rgba(5,6,7,.25) 70%,rgba(5,6,7,.05) 100%)}
.hero-content{position:relative;z-index:2;width:51%;padding:70px 55px 40px 85px}
.vert{position:absolute;z-index:3;left:27px;top:75px;height:330px;border-left:1px solid var(--gold);display:flex;align-items:center}
.vert span{transform:rotate(-90deg);font-size:12px;letter-spacing:.08em;position:absolute;left:-39px;top:145px}
.vert .dots{position:absolute;left:-4px;bottom:0;display:grid;gap:14px}
.vert .dots i{width:7px;height:7px;border-radius:50%;background:var(--gold);display:block}
.hero h1{font-size:72px;line-height:.98;font-weight:400;margin:0 0 12px}
.hero h2{font-size:36px;font-weight:400;margin:0 0 23px}
.sector-line{display:flex;gap:16px;align-items:center;font-size:14px;font-weight:600;margin-bottom:25px}
.hero p{font-size:18px;line-height:1.55;max-width:640px;margin-bottom:28px}
.buttons{display:flex;gap:10px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;font-size:13px;font-weight:700;line-height:1}
.btn.fill{background:var(--gold2);color:#0a0a0a}

.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-bottom:1px solid var(--line)}
.ind-card{position:relative;min-height:270px;border-right:1px solid var(--line);overflow:hidden}
.ind-card:last-child{border-right:0}
.ind-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ind-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.94) 0%,rgba(5,6,7,.76) 47%,rgba(5,6,7,.13) 100%)}
.ind-card .content{position:relative;z-index:2;padding:28px 24px;max-width:67%}
.ind-card h3{font-size:22px;font-weight:500;margin:44px 0 12px}
.ind-card p{font-size:14px;line-height:1.5}
.ind-card .more{position:absolute;left:24px;bottom:24px;z-index:3;font-size:12px;font-weight:700}

.capabilities{display:grid;grid-template-columns:1.15fr repeat(5,1fr);border-bottom:1px solid var(--line)}
.cap-intro{padding:30px 28px;border-right:1px solid var(--line)}
.cap-intro h2{font-size:34px;font-weight:400;line-height:1.1;margin:10px 0 16px}
.cap-intro p{font-size:14px;line-height:1.55}
.cap{padding:32px 20px;text-align:center;border-right:1px solid var(--line)}
.cap:last-child{border-right:0}
.cap .icon{font-size:34px;margin-bottom:10px}
.cap h4{font-size:18px;font-weight:500;margin:0 0 10px}
.cap p{font-size:13px;line-height:1.45}

.stats{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line)}
.stat{text-align:center;padding:18px 12px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat .label{font-size:11px;letter-spacing:.1em;margin-bottom:6px}
.stat .num{font-size:34px}

.global{position:relative;min-height:420px;border-bottom:1px solid var(--line);overflow:hidden}
.global img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.global:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,7,.96) 0%,rgba(5,6,7,.75) 42%,rgba(5,6,7,.18) 78%,rgba(5,6,7,.12))}
.global .copy{position:relative;z-index:2;width:50%;padding:58px 32px}
.global h2{font-size:38px;font-weight:400;line-height:1.05;margin:0 0 20px}
.global p{font-size:15px;line-height:1.65}

.page-wrap{max-width:1280px;margin:0 auto;padding:28px}
.panel{border:1px solid var(--line);display:grid;grid-template-columns:.75fr 1.65fr;margin-top:28px}
.panel .left{padding:70px 38px;border-right:1px solid var(--line)}
.panel .right{padding:32px 38px}
.panel h1{font-size:48px;line-height:1.04;font-weight:400;margin:12px 0 0}
.panel p{font-size:17px;line-height:1.65}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:700}

.about-media{display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;margin-top:30px}
.about-media img{width:100%;height:100%;object-fit:cover}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);margin-top:22px}
.metrics .m{padding:28px;border-right:1px solid var(--line)}
.metrics .m:last-child{border-right:0}.metrics .num{font-size:34px}

.cap-list{border-top:1px solid var(--line)}
.cap-row{display:grid;grid-template-columns:70px 1fr 22px;gap:12px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.cap-row .ico{font-size:32px}
.cap-row h3{margin:0;font-size:18px;font-weight:500}.cap-row p{margin:5px 0 0;font-size:13px}

.ai-hero{display:grid;grid-template-columns:1fr 1.05fr;gap:20px;margin-top:30px}
.ai-hero img{width:100%;height:300px;object-fit:cover}
.ai-cards{display:grid;grid-template-columns:repeat(4,1fr);margin-top:20px}
.ai-cards article{padding:22px;border-right:1px solid var(--line)}.ai-cards article:last-child{border-right:0}
.ask{display:grid;grid-template-columns:1fr 1.1fr;gap:30px;margin-top:42px}
.questions{display:grid;gap:10px}
.questions button{background:#0a0c0d;color:var(--gold);border:1px solid var(--gold);padding:14px 16px;text-align:left;font:inherit;cursor:pointer;box-shadow:none}
.questions button:hover{background:#111416;border-color:var(--gold)}
.answer{border:1px solid var(--line);padding:18px;min-height:70px;margin-top:12px}

.contact-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:42px;margin-top:28px;align-items:start}
.contact-image{width:100%;max-width:360px;justify-self:end}
.contact-image img{display:block;width:100%;height:auto;object-fit:contain}
.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}
.contact-form input,.contact-form textarea{background:#080a0b;padding:13px;color:var(--gold);font:inherit;border:1px solid var(--gold);outline:none}
.contact-form textarea{grid-column:1/-1;min-height:130px}
.contact-form button{width:max-content;background:var(--gold2);color:#0b0b0b;border:0;padding:13px 18px;font-weight:700}

.footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:22px 28px;font-size:13px}
.footer .links{display:flex;gap:14px}

@media(max-width:1000px){
  .nav{gap:14px;font-size:11px}
  .hero-content{width:64%}.hero img.hero-earth{width:72%}
  .industry-grid{grid-template-columns:repeat(2,1fr)}
  .ind-card:nth-child(2){border-right:0}.ind-card:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .capabilities{grid-template-columns:1fr 1fr 1fr}.cap-intro{grid-column:1/-1}
  .stats{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:700px){
  .site-header{height:auto;min-height:70px;align-items:flex-start;flex-direction:column;padding:18px}
  .nav{justify-content:flex-start;flex-wrap:wrap}
  .hero{min-height:720px}.hero img.hero-earth{width:100%;height:56%;top:auto;bottom:0}.hero:after{background:linear-gradient(180deg,#050607 0%,rgba(5,6,7,.94) 49%,rgba(5,6,7,.3) 100%)}
  .hero-content{width:100%;padding:55px 24px 20px 55px}.hero h1{font-size:54px}.hero h2{font-size:29px}
  .industry-grid{grid-template-columns:1fr}.ind-card{border-right:0;border-bottom:1px solid var(--line)}
  .capabilities{grid-template-columns:1fr}.cap{border-right:0;border-bottom:1px solid var(--line)}
  .stats{grid-template-columns:1fr 1fr}.global .copy{width:82%}
  .panel{grid-template-columns:1fr}.panel .left{border-right:0;border-bottom:1px solid var(--line)}
  .about-media,.ai-hero,.ask,.contact-grid{grid-template-columns:1fr}
  .ai-cards{grid-template-columns:1fr 1fr}.contact-form{grid-template-columns:1fr}
  .footer{flex-direction:column;gap:12px}
}

/* Final CTA refinements */
.buttons .btn:last-child{border:0;padding-left:8px;padding-right:8px}
.footer{justify-content:center;text-align:center;white-space:nowrap}
@media(max-width:700px){.footer{white-space:normal}.contact-image{max-width:320px;justify-self:center}}

/* Reliable clickable industry cards */
.ind-card{cursor:pointer}
.ind-card .more{display:inline-flex;align-items:center;pointer-events:auto;cursor:pointer}
.ind-card .more:hover{text-decoration:underline}

/* Final industry detail cleanup: imagery is frameless */
.ai-hero img{border:0!important;outline:0!important;box-shadow:none!important}


/* FINAL PHOTO RULE: all photos display like the AI brain image — no surrounding lines */
.ai-hero,
.contact-image{
  border:0!important;
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-bottom:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.ai-hero img,
.contact-image img{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
}
.contact-image{padding-left:0!important}

/* STRICT FINAL PHOTO TREATMENT — photos only */
.ai-hero,
.ai-hero > *,
.contact-image,
.contact-image > *,
.hero-image,
.hero-image > *,
.image-card,
.image-card > *,
.visual,
.visual > *,
.photo,
.photo > * {
  border: none !important;
  border-width: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.ai-hero::before,.ai-hero::after,
.contact-image::before,.contact-image::after,
.hero-image::before,.hero-image::after,
.image-card::before,.image-card::after,
.visual::before,.visual::after,
.photo::before,.photo::after {
  content:none !important;
  display:none !important;
  border:0 !important;
}
.ai-hero img,
.contact-image img,
.hero-image img,
.image-card img,
.visual img,
.photo img,
main img {
  border:none !important;
  outline:none !important;
  box-shadow:none !important;
}
.contact-image {
  border-left:0 !important;
  border-right:0 !important;
  padding-left:0 !important;
}

/* Option A: photos/cards are visually frameless; functional boxes remain bordered */
.ai-hero,.contact-image{border:0!important;outline:0!important;box-shadow:none!important}
.ai-hero img,.contact-image img{border:0!important;outline:0!important;box-shadow:none!important}

/* Capabilities: left marker becomes one horizontal gold line */
.cap-list .cap-row .ico{
  width:32px;
  height:1px;
  background:var(--line);
  display:block;
  font-size:0;
  line-height:0;
  align-self:center;
  justify-self:start;
}


/* FINAL CONFIRMED GLOBAL OPPORTUNITIES HERO */
.hero img.hero-earth{
  position:absolute !important;
  right:-10px !important;
  top:22px !important;
  width:61% !important;
  height:auto !important;
  max-height:570px !important;
  object-fit:contain !important;
  object-position:right top !important;
}
.hero:after{
  background:linear-gradient(90deg,rgba(5,6,7,.99) 0%,rgba(5,6,7,.91) 31%,rgba(5,6,7,.25) 54%,rgba(5,6,7,0) 74%) !important;
}
.hero-content,
.hero-content h1,
.hero-content h2,
.hero-content p,
.hero-content span,
.hero-content a,
.vert,
.vert span{
  color:var(--gold) !important;
}
.buttons{
  gap:28px !important;
}
.buttons .btn,
.buttons .btn.fill{
  background:transparent !important;
  color:var(--gold) !important;
  border:0 !important;
  padding:0 !important;
  min-height:0 !important;
  box-shadow:none !important;
}
.buttons .btn:hover{
  opacity:.72 !important;
  text-decoration:none !important;
}
@media(max-width:1000px){
  .hero img.hero-earth{
    right:-20px !important;
    width:62% !important;
    top:42px !important;
  }
}
@media(max-width:700px){
  .hero img.hero-earth{
    width:100% !important;
    height:48% !important;
    max-height:none !important;
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    object-fit:contain !important;
    object-position:center bottom !important;
  }
}

/* Final homepage cleanup */
.hero .vert{display:none!important}


/* ASTRIA title — option A: slightly lighter champagne gold */
.brand,
.hero h1{
  color:#D7C39A !important;
}


/* FINAL CONFIRMED HOMEPAGE — approved visual */
.hero{
  min-height:610px !important;
}
.hero-content{
  width:43% !important;
  padding:38px 34px 32px 55px !important;
}
.hero h1{
  color:#D7C39A !important;
  font-size:68px !important;
}
.hero h2{
  margin-bottom:22px !important;
}
.hero img.hero-earth{
  position:absolute !important;
  right:8px !important;
  top:10px !important;
  width:64% !important;
  height:auto !important;
  max-height:575px !important;
  object-fit:contain !important;
  object-position:right top !important;
}
.hero:after{
  background:linear-gradient(90deg,rgba(5,6,7,.99) 0%,rgba(5,6,7,.92) 28%,rgba(5,6,7,.32) 48%,rgba(5,6,7,0) 68%) !important;
}
.hero .vert{display:none !important;}
.buttons{
  gap:38px !important;
}
.buttons .btn,
.buttons .btn.fill{
  background:transparent !important;
  border:0 !important;
  color:var(--gold) !important;
  padding:0 !important;
  box-shadow:none !important;
}
@media(max-width:1000px){
  .hero-content{
    width:48% !important;
    padding:34px 24px 28px 42px !important;
  }
  .hero img.hero-earth{
    width:62% !important;
    right:0 !important;
    top:18px !important;
  }
}
@media(max-width:700px){
  .hero{
    min-height:730px !important;
  }
  .hero-content{
    width:100% !important;
    padding:34px 24px 20px 24px !important;
  }
  .hero h1{font-size:52px !important;}
  .hero img.hero-earth{
    width:100% !important;
    height:auto !important;
    max-height:330px !important;
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    object-position:center bottom !important;
  }
}


/* FINAL APPROVED HOMEPAGE */
.hero{
  min-height:600px !important;
  overflow:hidden !important;
}
.hero-content{
  width:44% !important;
  padding:46px 28px 30px 68px !important;
}
.hero h1{
  color:#D7C39A !important;
  font-size:68px !important;
  line-height:.98 !important;
  margin-bottom:12px !important;
}
.hero h2{
  font-size:34px !important;
  margin-bottom:22px !important;
}
.hero p{
  max-width:580px !important;
}
.hero img.hero-earth{
  position:absolute !important;
  right:10px !important;
  top:18px !important;
  width:61% !important;
  height:auto !important;
  max-height:545px !important;
  object-fit:contain !important;
  object-position:right top !important;
}
.hero:after{
  background:linear-gradient(90deg,rgba(5,6,7,.99) 0%,rgba(5,6,7,.91) 30%,rgba(5,6,7,.28) 49%,rgba(5,6,7,0) 68%) !important;
}
.hero .vert{display:none !important;}
.buttons{
  gap:42px !important;
}
.buttons .btn,
.buttons .btn.fill{
  background:transparent !important;
  border:0 !important;
  color:var(--gold) !important;
  padding:0 !important;
  box-shadow:none !important;
}
.brand{
  color:#D7C39A !important;
}
@media(max-width:1000px){
  .hero-content{
    width:48% !important;
    padding:40px 24px 28px 44px !important;
  }
  .hero img.hero-earth{
    width:60% !important;
    right:0 !important;
    top:24px !important;
  }
}
@media(max-width:700px){
  .hero{
    min-height:730px !important;
  }
  .hero-content{
    width:100% !important;
    padding:34px 22px 18px 22px !important;
  }
  .hero h1{
    font-size:52px !important;
  }
  .hero img.hero-earth{
    width:100% !important;
    max-height:330px !important;
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    object-position:center bottom !important;
  }
}


/* Approved hero map scale correction */
.hero img.hero-earth{
  width:66% !important;
  right:-6px !important;
  top:14px !important;
  max-height:565px !important;
}
@media(max-width:1000px){
  .hero img.hero-earth{
    width:66% !important;
    right:-8px !important;
    top:18px !important;
  }
}

/* =========================================================
   PROFESSIONAL RESPONSIVE SYSTEM — iPhone / iPad / Desktop
   Desktop styling above remains the visual source of truth.
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
img{max-width:100%}
.menu-toggle{display:none}

/* Desktop / large laptop refinement */
@media (min-width:1200px){
  .site-header{padding-left:clamp(28px,4vw,64px);padding-right:clamp(28px,4vw,64px)}
  .nav{gap:clamp(18px,1.8vw,30px)}
}

/* iPad landscape + smaller laptops */
@media (min-width:901px) and (max-width:1199px){
  .site-header{padding:0 24px;gap:22px}
  .brand{font-size:23px}
  .nav{gap:12px;font-size:10.5px}
  .hero-content{width:50%!important;padding:40px 24px 30px 42px!important}
  .hero h1{font-size:58px!important}
  .hero h2{font-size:30px!important}
  .hero p{font-size:16px}
  .hero img.hero-earth{width:62%!important;right:-2%!important}
  .sector-line{gap:11px;font-size:12px;flex-wrap:wrap}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ind-card{min-height:300px}
  .capabilities{grid-template-columns:repeat(3,minmax(0,1fr))}
  .cap-intro{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line)}
  .stats{grid-template-columns:repeat(5,minmax(0,1fr))}
  .stat .num{font-size:30px}
  .global .copy{width:58%}
}

/* iPad portrait + phones: compact professional navigation */
@media (max-width:900px){
  .site-header{
    height:72px!important;min-height:72px!important;
    padding:0 22px!important;display:flex!important;
    flex-direction:row!important;align-items:center!important;
    justify-content:space-between!important;gap:16px!important;
  }
  .brand{font-size:24px!important;line-height:1;position:relative;z-index:52}
  .menu-toggle{
    display:grid;place-items:center;gap:4px;width:44px;height:44px;
    padding:11px;border:0;background:transparent;color:var(--gold);
    position:relative;z-index:52;cursor:pointer;
  }
  .menu-toggle span{display:block;width:22px;height:1px;background:var(--gold);transition:transform .22s ease,opacity .22s ease}
  .site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(5px) rotate(45deg)}
  .site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
  .site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}
  .nav{
    position:absolute!important;left:0;right:0;top:71px;
    display:none!important;grid-template-columns:1fr 1fr;
    gap:0!important;background:rgba(5,6,7,.985);border-bottom:1px solid var(--line);
    padding:10px 22px 18px!important;font-size:12px!important;
    max-height:calc(100vh - 72px);overflow-y:auto;
  }
  .site-header.menu-open .nav{display:grid!important}
  .nav a{display:flex;align-items:center;min-height:46px;border-bottom:1px solid rgba(176,154,122,.20);white-space:normal!important}
  .nav a:nth-last-child(-n+2){border-bottom:0}
  body.menu-locked{overflow:hidden}

  main{width:100%;max-width:100%}
  .page-wrap{padding:24px 22px}
  .panel{margin-top:20px}
  .panel .left{padding:42px 28px}
  .panel .right{padding:28px}
  .panel h1{font-size:clamp(38px,6vw,48px)}
  .about-media,.ai-hero,.ask,.contact-grid{gap:22px}
  .metrics{grid-template-columns:repeat(2,1fr)}
  .metrics .m:nth-child(2){border-right:0}
  .metrics .m:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .ai-cards{grid-template-columns:repeat(2,1fr)}
  .contact-image{justify-self:center;max-width:460px}
}

/* iPad portrait */
@media (min-width:701px) and (max-width:900px){
  .hero{min-height:600px!important}
  .hero-content{width:54%!important;padding:52px 22px 30px 42px!important}
  .hero h1{font-size:58px!important}
  .hero h2{font-size:31px!important}
  .hero p{font-size:16px!important}
  .hero img.hero-earth{width:66%!important;right:-11%!important;top:40px!important;bottom:auto!important;max-height:500px!important;object-position:right top!important}
  .hero:after{background:linear-gradient(90deg,rgba(5,6,7,.99) 0%,rgba(5,6,7,.92) 32%,rgba(5,6,7,.35) 52%,rgba(5,6,7,.05) 78%)!important}
  .sector-line{display:grid!important;grid-template-columns:max-content 10px max-content;justify-content:start;gap:8px 12px;font-size:12px!important}
  .sector-line span:nth-child(4){display:none}
  .sector-line span:nth-child(5){grid-column:1}
  .sector-line span:nth-child(6){grid-column:2}
  .sector-line span:nth-child(7){grid-column:3}
  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ind-card{min-height:310px;border-right:1px solid var(--line)!important}
  .ind-card:nth-child(even){border-right:0!important}
  .ind-card:nth-child(-n+2){border-bottom:1px solid var(--line)!important}
  .ind-card .content{max-width:74%}
  .capabilities{grid-template-columns:repeat(2,minmax(0,1fr))}
  .cap-intro{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--line)}
  .cap{border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)}
  .cap:nth-child(odd){border-right:0!important}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stat{border-bottom:1px solid var(--line)}
  .stat:nth-child(even){border-right:0}
  .stat:last-child{grid-column:1/-1;border-right:0;border-bottom:0}
  .global{min-height:480px}
  .global .copy{width:62%;padding:58px 42px}
}

/* iPhone / small phones */
@media (max-width:700px){
  .site-header{padding:0 18px!important}
  .brand{font-size:22px!important;letter-spacing:.22em}
  .nav{grid-template-columns:1fr!important;padding:8px 18px 16px!important}
  .nav a{min-height:44px}
  .nav a:nth-last-child(2){border-bottom:1px solid rgba(176,154,122,.20)}

  .hero{
    min-height:auto!important;height:auto!important;
    padding:0!important;display:flex!important;flex-direction:column!important;
    overflow:hidden!important;
  }
  .hero-content{
    order:1;width:100%!important;padding:38px 28px 34px!important;
    position:relative!important;
  }
  .hero img.hero-earth{
    order:2;position:relative!important;display:block!important;
    width:115%!important;max-width:none!important;height:auto!important;
    max-height:none!important;right:auto!important;left:8%!important;
    top:auto!important;bottom:auto!important;margin:-8px 0 0!important;
    object-fit:contain!important;object-position:center!important;
  }
  .hero:after{display:none!important}
  .hero h1{font-size:clamp(50px,14vw,66px)!important;margin-bottom:16px!important}
  .hero h2{font-size:clamp(29px,8vw,38px)!important;line-height:1.08!important;margin-bottom:22px!important;max-width:92%}
  .sector-line{
    display:grid!important;grid-template-columns:max-content 10px max-content!important;
    gap:8px 10px!important;align-items:center!important;
    font-size:13px!important;line-height:1.25!important;margin-bottom:24px!important;
  }
  .sector-line span{min-width:0;white-space:normal}
  .sector-line span:nth-child(4){display:none}
  .sector-line span:nth-child(5){grid-column:1}
  .sector-line span:nth-child(6){grid-column:2}
  .sector-line span:nth-child(7){grid-column:3}
  .hero p{font-size:17px!important;line-height:1.55!important;margin:0 0 26px!important;max-width:none!important}
  .buttons{gap:28px!important;flex-wrap:wrap}
  .buttons .btn{font-size:13px!important;min-height:32px!important;display:inline-flex!important}

  .industry-grid{grid-template-columns:1fr!important}
  .ind-card{
    min-height:330px!important;border-right:0!important;
    border-bottom:1px solid var(--line)!important;
  }
  .ind-card:last-child{border-bottom:0!important}
  .ind-card:after{background:linear-gradient(90deg,rgba(5,6,7,.96) 0%,rgba(5,6,7,.72) 48%,rgba(5,6,7,.16) 100%)!important}
  .ind-card .content{padding:34px 28px!important;max-width:72%!important}
  .ind-card h3{font-size:27px!important;margin:44px 0 14px!important}
  .ind-card p{font-size:16px!important;line-height:1.48!important;margin:0!important}

  .capabilities{grid-template-columns:1fr!important}
  .cap-intro{padding:34px 28px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .cap-intro h2{font-size:34px}
  .cap{padding:36px 28px!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .cap:last-child{border-bottom:0!important}
  .cap h4{font-size:20px}
  .cap p{font-size:14px;max-width:420px;margin-left:auto;margin-right:auto}

  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stat{padding:25px 10px!important;border-bottom:1px solid var(--line)!important;min-width:0}
  .stat:nth-child(even){border-right:0!important}
  .stat:last-child{grid-column:1/-1;border-right:0!important;border-bottom:0!important}
  .stat .label{font-size:10px!important;line-height:1.35;padding:0 5px}
  .stat .num{font-size:34px!important}

  .global{min-height:560px!important}
  .global img{object-position:62% center!important}
  .global:after{background:linear-gradient(90deg,rgba(5,6,7,.94) 0%,rgba(5,6,7,.72) 58%,rgba(5,6,7,.24) 100%)!important}
  .global .copy{width:100%!important;padding:50px 28px!important}
  .global h2{font-size:clamp(42px,12vw,56px)!important;max-width:90%}
  .global p{font-size:16px!important;line-height:1.7!important;max-width:92%}

  .page-wrap{padding:18px}
  .panel .left{padding:36px 24px}
  .panel .right{padding:24px}
  .panel h1{font-size:42px}
  .panel p{font-size:16px}
  .about-media{grid-template-columns:1fr!important}
  .metrics{grid-template-columns:1fr 1fr!important}
  .metrics .m{padding:22px 16px}
  .ai-hero{grid-template-columns:1fr!important}
  .ai-hero img{height:auto;min-height:220px}
  .ai-cards{grid-template-columns:1fr!important}
  .ai-cards article{border-right:0!important;border-bottom:1px solid var(--line)}
  .ai-cards article:last-child{border-bottom:0}
  .ask{grid-template-columns:1fr!important}
  .contact-grid{grid-template-columns:1fr!important}
  .contact-form{grid-template-columns:1fr!important}
  .contact-form input,.contact-form textarea{font-size:16px} /* prevents iOS zoom */
  .contact-form button{min-height:46px;padding:13px 20px}
  .footer{padding:26px 22px!important;font-size:12px!important;line-height:1.55!important;white-space:normal!important}
}

/* iPhone landscape */
@media (max-height:500px) and (orientation:landscape) and (max-width:900px){
  .nav{grid-template-columns:1fr 1fr!important}
  .hero-content{padding-top:28px!important}
  .hero img.hero-earth{width:82%!important;left:22%!important}
}

/* Touch and accessibility polish */
@media (hover:none){
  .nav a,.btn,.ind-card,.questions button,.contact-form button{-webkit-tap-highlight-color:transparent}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}


/* Final iPhone hero map correction: show the complete U.S. map without side clipping */
@media (max-width:700px){
  .hero img.hero-earth{
    width:100%!important;
    max-width:100%!important;
    left:0!important;
    right:0!important;
    margin:0!important;
    padding:0 10px 10px!important;
    box-sizing:border-box!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}
@media (max-height:500px) and (orientation:landscape) and (max-width:900px){
  .hero img.hero-earth{
    width:76%!important;
    max-width:76%!important;
    left:12%!important;
    right:auto!important;
    padding:0!important;
  }
}

/* =========================================================
   ASTRIA RESPONSIVE FINAL V2
   Dedicated layouts for iPhone / iPad / Desktop
   ========================================================= */

/* ---------- Desktop / large screens ---------- */
@media (min-width:1200px){
  .hero{min-height:620px!important}
  .hero-content{width:50%!important;padding:66px 44px 48px clamp(56px,6vw,90px)!important}
  .hero img.hero-earth{
    width:62%!important;right:-1.5%!important;left:auto!important;top:20px!important;
    height:calc(100% - 40px)!important;object-fit:contain!important;object-position:center right!important;
  }
  .industry-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .ind-card{min-height:300px!important}
}

/* ---------- iPad landscape / small laptop ---------- */
@media (min-width:901px) and (max-width:1199px){
  .site-header{height:76px!important;min-height:76px!important;padding:0 26px!important}
  .brand{font-size:24px!important}
  .nav{font-size:10.5px!important;gap:clamp(10px,1.4vw,18px)!important}

  .hero{min-height:585px!important;position:relative!important;overflow:hidden!important}
  .hero-content{
    width:47%!important;padding:58px 22px 44px 46px!important;z-index:3!important;
  }
  .hero h1{font-size:64px!important;margin-bottom:10px!important}
  .hero h2{font-size:32px!important;line-height:1.08!important;max-width:520px!important}
  .hero p{font-size:16px!important;line-height:1.55!important;max-width:500px!important}
  .sector-line{font-size:12px!important;gap:9px 12px!important;line-height:1.35!important}
  .hero img.hero-earth{
    position:absolute!important;width:56%!important;height:auto!important;max-height:490px!important;
    right:1.5%!important;left:auto!important;top:58px!important;bottom:auto!important;
    object-fit:contain!important;object-position:center center!important;margin:0!important;padding:0!important;
  }
  .hero:after{
    display:block!important;
    background:linear-gradient(90deg,rgba(5,6,7,.99) 0%,rgba(5,6,7,.94) 36%,rgba(5,6,7,.48) 52%,rgba(5,6,7,.04) 78%)!important;
  }

  .industry-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .ind-card{min-height:265px!important;border-right:1px solid var(--line)!important;border-bottom:0!important}
  .ind-card:last-child{border-right:0!important}
  .ind-card .content{padding:28px 20px!important;max-width:88%!important}
  .ind-card h3{font-size:22px!important;margin:36px 0 12px!important}
  .ind-card p{font-size:14px!important;line-height:1.45!important}

  .capabilities{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .cap-intro{grid-column:1/-1!important;padding:38px 34px!important}
  .cap{padding:34px 24px!important}
  .stats{grid-template-columns:repeat(5,minmax(0,1fr))!important}
  .stat{padding:28px 12px!important;border-bottom:0!important}
  .stat:last-child{grid-column:auto!important}
  .global .copy{width:58%!important;padding:58px 50px!important}
}

/* ---------- iPad portrait ---------- */
@media (min-width:701px) and (max-width:900px){
  .site-header{height:76px!important;min-height:76px!important;padding:0 28px!important}
  .brand{font-size:25px!important;letter-spacing:.22em!important}
  .nav{top:75px!important;padding:14px 28px 22px!important;grid-template-columns:1fr 1fr!important}

  .hero{min-height:760px!important;height:auto!important;display:block!important;position:relative!important;overflow:hidden!important}
  .hero-content{
    width:52%!important;padding:62px 20px 52px 44px!important;position:relative!important;z-index:3!important;
  }
  .hero h1{font-size:62px!important;margin-bottom:12px!important}
  .hero h2{font-size:33px!important;line-height:1.09!important;margin-bottom:24px!important}
  .hero p{font-size:16px!important;line-height:1.58!important;margin-bottom:28px!important}
  .sector-line{font-size:12px!important;gap:8px 10px!important;line-height:1.35!important;margin-bottom:22px!important}
  .buttons{gap:22px!important}
  .buttons .btn{font-size:12px!important}

  .hero img.hero-earth{
    position:absolute!important;width:49%!important;max-width:49%!important;height:auto!important;max-height:none!important;
    right:1.5%!important;left:auto!important;top:120px!important;bottom:auto!important;
    object-fit:contain!important;object-position:center center!important;margin:0!important;padding:0!important;
  }
  .hero:after{
    display:block!important;
    background:linear-gradient(90deg,rgba(5,6,7,1) 0%,rgba(5,6,7,.97) 38%,rgba(5,6,7,.60) 52%,rgba(5,6,7,.08) 82%)!important;
  }

  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ind-card{min-height:340px!important}
  .ind-card .content{padding:32px 30px!important;max-width:78%!important}
  .ind-card h3{font-size:28px!important;margin:52px 0 14px!important}
  .ind-card p{font-size:16px!important;line-height:1.5!important}

  .capabilities{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cap-intro{grid-column:1/-1!important;padding:42px 34px!important}
  .cap{padding:38px 28px!important;min-height:220px!important}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stat{min-height:150px!important;padding:28px 18px!important}
  .stat:last-child{grid-column:1/-1!important}

  .global{min-height:600px!important}
  .global .copy{width:64%!important;padding:62px 46px!important}
  .global h2{font-size:50px!important}
  .global p{font-size:16px!important;line-height:1.65!important}
}

/* ---------- iPhone portrait ---------- */
@media (max-width:700px){
  .site-header{height:72px!important;min-height:72px!important;padding:0 22px!important}
  .brand{font-size:23px!important;letter-spacing:.24em!important}
  .menu-toggle{width:46px!important;height:46px!important}

  .hero{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;overflow:hidden!important}
  .hero-content{order:1!important;width:100%!important;padding:44px 30px 36px!important}
  .hero h1{font-size:clamp(54px,15vw,68px)!important;line-height:.98!important;margin-bottom:18px!important}
  .hero h2{font-size:clamp(31px,8.8vw,40px)!important;line-height:1.08!important;max-width:96%!important;margin-bottom:26px!important}
  .sector-line{font-size:13px!important;gap:9px 10px!important;margin-bottom:25px!important}
  .hero p{font-size:17px!important;line-height:1.58!important;margin-bottom:28px!important}
  .buttons{gap:26px!important}
  .buttons .btn{font-size:13px!important}

  .hero img.hero-earth{
    order:2!important;position:relative!important;display:block!important;
    width:112%!important;max-width:none!important;height:auto!important;max-height:none!important;
    left:50%!important;right:auto!important;top:auto!important;bottom:auto!important;
    transform:translateX(-50%)!important;margin:-2px 0 0!important;padding:0!important;
    object-fit:contain!important;object-position:center center!important;
  }
  .hero:after{display:none!important}

  .industry-grid{grid-template-columns:1fr!important}
  .ind-card{min-height:355px!important}
  .ind-card .content{padding:38px 30px!important;max-width:76%!important}
  .ind-card h3{font-size:29px!important;margin:48px 0 15px!important}
  .ind-card p{font-size:16px!important;line-height:1.5!important}

  .cap-intro{padding:38px 30px!important}
  .cap-intro h2{font-size:36px!important;line-height:1.12!important}
  .cap{padding:38px 30px!important}
  .cap h4{font-size:21px!important}
  .cap p{font-size:15px!important;line-height:1.55!important}

  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stat{min-height:132px!important;padding:26px 12px!important}
  .stat .label{font-size:10.5px!important;letter-spacing:.16em!important}
  .stat .num{font-size:38px!important}

  .global{min-height:590px!important}
  .global .copy{padding:54px 30px!important}
  .global h2{font-size:clamp(44px,12.5vw,58px)!important;line-height:1.08!important}
  .global p{font-size:16px!important;line-height:1.72!important;max-width:94%!important}

  .footer{padding:28px 24px 34px!important;text-align:center!important}
}

/* ---------- Narrow iPhone ---------- */
@media (max-width:390px){
  .hero-content{padding-left:24px!important;padding-right:24px!important}
  .hero h1{font-size:52px!important}
  .hero h2{font-size:30px!important}
  .sector-line{font-size:12px!important;grid-template-columns:max-content 8px max-content!important}
  .buttons{gap:18px!important}
  .hero img.hero-earth{width:116%!important}
  .ind-card .content{max-width:82%!important;padding-left:24px!important;padding-right:24px!important}
  .global .copy{padding-left:24px!important;padding-right:24px!important}
}

/* ---------- iPhone landscape ---------- */
@media (max-height:500px) and (orientation:landscape) and (max-width:900px){
  .site-header{height:64px!important;min-height:64px!important}
  .nav{top:63px!important}
  .hero-content{padding:28px 30px 24px!important}
  .hero h1{font-size:48px!important}
  .hero h2{font-size:28px!important;max-width:70%!important}
  .hero img.hero-earth{
    width:72%!important;max-width:none!important;left:50%!important;transform:translateX(-50%)!important;
    margin:0!important;padding:0!important;
  }
}
\n\n/* =========================================================\n   FINAL MOBILE MAP: dedicated crop, no transform scaling\n   Keeps the full U.S. visible while filling iPhone width.\n   ========================================================= */\n.hero img.hero-earth-mobile{display:none!important;}\n@media (max-width:700px){\n  .hero img.hero-earth-desktop{display:none!important;}\n  .hero img.hero-earth-mobile{\n    display:block!important;\n    order:2!important;\n    position:relative!important;\n    width:100%!important;\n    max-width:100%!important;\n    height:auto!important;\n    max-height:none!important;\n    left:auto!important;\n    right:auto!important;\n    top:auto!important;\n    bottom:auto!important;\n    transform:none!important;\n    margin:0!important;\n    padding:0!important;\n    object-fit:contain!important;\n    object-position:center center!important;\n  }\n}\n@media (max-height:500px) and (orientation:landscape) and (max-width:900px){\n  .hero img.hero-earth-mobile{\n    width:82%!important;\n    max-width:82%!important;\n    margin:0 auto!important;\n    transform:none!important;\n  }\n}\n
/* =========================================================
   FINAL iPAD TOUCH LAYOUT — portrait + landscape
   Distinguish real touch tablets from small desktop/laptop widths.
   ========================================================= */
@media (hover:none) and (pointer:coarse) and (min-width:701px) and (max-width:1199px){
  .site-header{
    height:78px!important;min-height:78px!important;padding:0 30px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
  }
  .brand{font-size:25px!important;letter-spacing:.22em!important;position:relative;z-index:62}
  .menu-toggle{
    display:grid!important;place-items:center;gap:5px;width:48px;height:48px;
    padding:12px;border:0;background:transparent;color:var(--gold);
    position:relative;z-index:62;cursor:pointer;
  }
  .menu-toggle span{display:block;width:24px;height:1px;background:var(--gold);transition:transform .22s ease,opacity .22s ease}
  .site-header.menu-open .menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .site-header.menu-open .menu-toggle span:nth-child(2){opacity:0}
  .site-header.menu-open .menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .nav{
    position:absolute!important;left:0!important;right:0!important;top:77px!important;
    display:none!important;grid-template-columns:1fr 1fr!important;gap:0!important;
    padding:14px 30px 20px!important;background:rgba(5,6,7,.99)!important;
    border-bottom:1px solid var(--line)!important;font-size:13px!important;
    max-height:calc(100vh - 78px)!important;overflow-y:auto!important;z-index:60!important;
  }
  .site-header.menu-open .nav{display:grid!important}
  .nav a{display:flex!important;align-items:center!important;min-height:48px!important;border-bottom:1px solid rgba(176,154,122,.2)!important;white-space:normal!important}
  .nav a:nth-last-child(-n+2){border-bottom:0!important}
  body.menu-locked{overflow:hidden!important}

  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ind-card{min-height:320px!important;border-bottom:1px solid var(--line)!important}
  .ind-card:nth-child(odd){border-right:1px solid var(--line)!important}
  .ind-card:nth-child(even){border-right:0!important}
  .ind-card:nth-last-child(-n+2){border-bottom:0!important}
  .ind-card .content{max-width:74%!important;padding:34px 30px!important}
  .ind-card h3{font-size:27px!important;margin:46px 0 14px!important}
  .ind-card p{font-size:16px!important;line-height:1.5!important}

  .capabilities{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .cap-intro{grid-column:1/-1!important;border-right:0!important;border-bottom:1px solid var(--line)!important;padding:44px 38px!important}
  .cap{padding:38px 30px!important;min-height:220px!important}
  .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .stat{min-height:145px!important;border-bottom:1px solid var(--line)!important}
  .stat:nth-child(even){border-right:0!important}
  .stat:last-child{grid-column:1/-1!important;border-right:0!important;border-bottom:0!important}
}

/* iPad landscape */
@media (hover:none) and (pointer:coarse) and (min-width:901px) and (max-width:1199px) and (orientation:landscape){
  .hero{min-height:640px!important;position:relative!important;overflow:hidden!important}
  .hero-content{width:46%!important;padding:64px 26px 48px 54px!important;position:relative!important;z-index:3!important}
  .hero h1{font-size:70px!important;line-height:.98!important;margin-bottom:12px!important}
  .hero h2{font-size:35px!important;line-height:1.08!important;margin-bottom:24px!important;max-width:500px!important}
  .hero p{font-size:17px!important;line-height:1.58!important;max-width:490px!important;margin-bottom:28px!important}
  .sector-line{font-size:12.5px!important;gap:9px 11px!important;line-height:1.35!important;flex-wrap:wrap!important;margin-bottom:24px!important}
  .buttons{gap:25px!important}.buttons .btn{font-size:13px!important}
  .hero img.hero-earth-desktop{
    display:block!important;position:absolute!important;width:52%!important;max-width:52%!important;height:auto!important;
    right:2.5%!important;left:auto!important;top:72px!important;bottom:auto!important;
    object-fit:contain!important;object-position:center center!important;margin:0!important;transform:none!important;
  }
  .hero img.hero-earth-mobile{display:none!important}
  .hero:after{display:block!important;background:linear-gradient(90deg,rgba(5,6,7,1) 0%,rgba(5,6,7,.96) 36%,rgba(5,6,7,.50) 52%,rgba(5,6,7,.03) 80%)!important}
  .global .copy{width:60%!important;padding:64px 54px!important}
}

/* iPad portrait */
@media (hover:none) and (pointer:coarse) and (min-width:701px) and (max-width:900px) and (orientation:portrait){
  .hero{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;overflow:hidden!important}
  .hero-content{order:1!important;width:100%!important;padding:58px 48px 36px!important;position:relative!important;z-index:3!important}
  .hero h1{font-size:68px!important;line-height:.98!important;margin-bottom:15px!important}
  .hero h2{font-size:38px!important;line-height:1.08!important;max-width:650px!important;margin-bottom:26px!important}
  .hero p{font-size:18px!important;line-height:1.6!important;max-width:650px!important;margin-bottom:28px!important}
  .sector-line{display:flex!important;flex-wrap:wrap!important;font-size:13px!important;gap:9px 12px!important;margin-bottom:24px!important}
  .sector-line span:nth-child(4){display:inline!important}
  .sector-line span:nth-child(5),.sector-line span:nth-child(6),.sector-line span:nth-child(7){grid-column:auto!important}
  .buttons{gap:28px!important}.buttons .btn{font-size:13px!important}
  .hero img.hero-earth-desktop{
    display:block!important;order:2!important;position:relative!important;width:88%!important;max-width:88%!important;height:auto!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin:0 auto 26px!important;
    object-fit:contain!important;object-position:center center!important;transform:none!important;
  }
  .hero img.hero-earth-mobile{display:none!important}
  .hero:after{display:none!important}
  .global{min-height:620px!important}
  .global .copy{width:72%!important;padding:66px 50px!important}
}


/* FINAL SINGLE MAP STRUCTURE — one rendered map only */
.hero-map-picture{display:contents;}
.hero-map-picture .hero-earth{display:block;}
@media (max-width:700px){
  .hero-map-picture{display:contents!important;}
  .hero-map-picture .hero-earth{
    display:block!important;
    order:2!important;
    position:relative!important;
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    max-height:none!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    transform:none!important;
    margin:0!important;padding:0!important;
    object-fit:contain!important;object-position:center center!important;
  }
}

/* =========================================================
   V7 FINAL TABLET OVERRIDE
   Stable iPad layout even with Magic Keyboard / trackpad.
   Single responsive map only; never crop the U.S. map.
   ========================================================= */
@media (min-width:701px) and (max-width:1199px){
  .site-header{
    height:78px!important;min-height:78px!important;padding:0 30px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
  }
  .brand{font-size:25px!important;letter-spacing:.22em!important;position:relative!important;z-index:62!important}
  .menu-toggle{
    display:grid!important;place-items:center!important;gap:5px!important;width:48px!important;height:48px!important;
    padding:12px!important;border:0!important;background:transparent!important;color:var(--gold)!important;
    position:relative!important;z-index:62!important;cursor:pointer!important;
  }
  .menu-toggle span{display:block!important;width:24px!important;height:1px!important;background:var(--gold)!important}
  .nav{
    position:absolute!important;left:0!important;right:0!important;top:77px!important;
    display:none!important;grid-template-columns:1fr 1fr!important;gap:0!important;
    padding:14px 30px 20px!important;background:rgba(5,6,7,.99)!important;
    border-bottom:1px solid var(--line)!important;font-size:13px!important;
    max-height:calc(100vh - 78px)!important;overflow-y:auto!important;z-index:60!important;
  }
  .site-header.menu-open .nav{display:grid!important}
  .nav a{display:flex!important;align-items:center!important;min-height:48px!important;border-bottom:1px solid rgba(176,154,122,.2)!important;white-space:normal!important}

  .industry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .ind-card{min-height:320px!important}
  .ind-card:nth-child(odd){border-right:1px solid var(--line)!important}
  .ind-card:nth-child(even){border-right:0!important}

  .hero-map-picture{display:contents!important}
  .hero-map-picture .hero-earth{
    display:block!important;
    object-fit:contain!important;
    object-position:center center!important;
    transform:none!important;
  }
}

/* iPad / tablet landscape */
@media (min-width:901px) and (max-width:1199px) and (orientation:landscape){
  .hero{min-height:650px!important;position:relative!important;overflow:hidden!important}
  .hero-content{
    width:47%!important;padding:66px 28px 50px 52px!important;
    position:relative!important;z-index:3!important;
  }
  .hero h1{font-size:68px!important;line-height:.98!important;margin-bottom:12px!important}
  .hero h2{font-size:34px!important;line-height:1.08!important;margin-bottom:24px!important;max-width:490px!important}
  .hero p{font-size:17px!important;line-height:1.58!important;max-width:470px!important;margin-bottom:28px!important}
  .sector-line{font-size:12.5px!important;gap:9px 11px!important;line-height:1.35!important;flex-wrap:wrap!important;margin-bottom:24px!important}
  .hero-map-picture .hero-earth{
    position:absolute!important;
    width:49%!important;max-width:49%!important;
    height:auto!important;max-height:520px!important;
    right:2%!important;left:auto!important;
    top:72px!important;bottom:auto!important;
    margin:0!important;padding:0!important;
  }
  .hero:after{
    display:block!important;
    background:linear-gradient(90deg,rgba(5,6,7,1) 0%,rgba(5,6,7,.97) 36%,rgba(5,6,7,.48) 53%,rgba(5,6,7,.02) 82%)!important;
  }
}

/* iPad / tablet portrait */
@media (min-width:701px) and (max-width:900px) and (orientation:portrait){
  .hero{display:flex!important;flex-direction:column!important;min-height:0!important;height:auto!important;overflow:hidden!important}
  .hero-content{order:1!important;width:100%!important;padding:56px 46px 34px!important;position:relative!important;z-index:3!important}
  .hero h1{font-size:66px!important;line-height:.98!important;margin-bottom:14px!important}
  .hero h2{font-size:37px!important;line-height:1.08!important;max-width:650px!important;margin-bottom:24px!important}
  .hero p{font-size:18px!important;line-height:1.58!important;max-width:650px!important;margin-bottom:28px!important}
  .hero-map-picture{display:block!important;order:2!important;width:100%!important}
  .hero-map-picture .hero-earth{
    position:relative!important;
    width:92%!important;max-width:92%!important;
    height:auto!important;max-height:none!important;
    left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    margin:0 auto 28px!important;padding:0!important;
  }
  .hero:after{display:none!important}
}

/* =========================================================
   V8 iPHONE MAP HORIZONTAL ALIGNMENT
   Shift the single mobile map slightly left without resizing.
   ========================================================= */
@media (max-width:700px) and (orientation:portrait){
  .hero-map-picture .hero-earth{
    transform:translateX(-3.5%)!important;
    width:100%!important;
    max-width:100%!important;
  }
}

/* =========================================================
   V9 iPAD MAP HORIZONTAL ALIGNMENT
   Shift the single U.S. map slightly left on iPad only.
   iPhone V8 alignment remains unchanged.
   ========================================================= */
@media (min-width:901px) and (max-width:1199px) and (orientation:landscape){
  .hero-map-picture .hero-earth{
    right:6%!important;
    left:auto!important;
    transform:none!important;
  }
}
@media (min-width:701px) and (max-width:900px) and (orientation:portrait){
  .hero-map-picture .hero-earth{
    transform:translateX(-3%)!important;
  }
}

/* =========================================================
   V10 iPHONE MAP FINAL LEFT ALIGNMENT
   Move the single mobile U.S. map farther left so the
   New York / New England region stays fully inside viewport.
   ========================================================= */
@media (max-width:700px) and (orientation:portrait){
  .hero-map-picture .hero-earth{
    transform:translateX(-6%)!important;
    width:100%!important;
    max-width:100%!important;
  }
}

/* V11 iPhone map: asset itself is re-centered left.
   Do not translate the viewport-sized image in CSS. */
@media (max-width:700px) and (orientation:portrait){
  .hero-map-picture .hero-earth{
    transform:none!important;
    width:100%!important;
    max-width:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
}


/* V18 — four true standalone industry cards.
   4:3 assets, live HTML text on photography, no screenshot cropping. */
.industry-grid .ind-card{
  position:relative!important;
  overflow:hidden!important;
  background:#020406!important;
  aspect-ratio:4 / 3!important;
  min-height:0!important;
}
.industry-grid .ind-card img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
}
.industry-grid .ind-card:after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(90deg,
    rgba(2,4,6,.98) 0%,
    rgba(2,4,6,.94) 22%,
    rgba(2,4,6,.72) 38%,
    rgba(2,4,6,.24) 58%,
    rgba(2,4,6,.04) 100%)!important;
}
.industry-grid .ind-card .content{
  display:block!important;
  position:absolute!important;
  z-index:2!important;
  left:0!important;
  top:0!important;
  width:52%!important;
  max-width:52%!important;
  padding:28px 24px!important;
  background:transparent!important;
  box-sizing:border-box!important;
}
.industry-grid .ind-card h3{
  margin:0 0 12px!important;
  font-weight:500!important;
  color:var(--gold)!important;
}
.industry-grid .ind-card p{
  margin:0!important;
  color:var(--gold2)!important;
}

/* Desktop: exactly four equal cards across. */
@media (min-width:1181px){
  .industry-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
  }
  .industry-grid .ind-card h3{
    font-size:22px!important;
  }
  .industry-grid .ind-card p{
    font-size:14px!important;
    line-height:1.45!important;
  }
}

/* iPad: 2×2, keeping the same card geometry. */
@media (min-width:701px) and (max-width:1180px){
  .industry-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .industry-grid .ind-card .content{
    width:48%!important;
    max-width:48%!important;
    padding:30px 26px!important;
  }
  .industry-grid .ind-card h3{
    font-size:27px!important;
  }
  .industry-grid .ind-card p{
    font-size:15px!important;
    line-height:1.45!important;
  }
}

/* iPhone: one large 4:3 image card per row, like the approved reference. */
@media (max-width:700px){
  .industry-grid{
    grid-template-columns:1fr!important;
  }
  .industry-grid .ind-card{
    width:100%!important;
    aspect-ratio:4 / 3!important;
    height:auto!important;
  }
  .industry-grid .ind-card .content{
    width:50%!important;
    max-width:50%!important;
    padding:27px 0 0 24px!important;
  }
  .industry-grid .ind-card h3{
    font-size:27px!important;
    line-height:1.08!important;
    margin-bottom:13px!important;
  }
  .industry-grid .ind-card p{
    font-size:15px!important;
    line-height:1.44!important;
  }
}

@media (max-width:390px){
  .industry-grid .ind-card .content{
    width:54%!important;
    max-width:54%!important;
    padding-left:20px!important;
  }
  .industry-grid .ind-card h3{
    font-size:24px!important;
  }
  .industry-grid .ind-card p{
    font-size:14px!important;
  }
}


/* V19 — approved cinematic banner treatment on phones only.
   iPad/Desktop keep their own existing layouts.
   Typography is unified across all four mobile cards. */
@media (max-width:700px){
  .industry-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:0!important;
  }

  .industry-grid .ind-card{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:2.22 / 1!important;
    overflow:hidden!important;
    border-right:0!important;
    border-bottom:1px solid rgba(197,157,96,.72)!important;
    background:#020406!important;
  }

  .industry-grid .ind-card img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    transform:none!important;
  }

  .industry-grid .ind-card:nth-child(1) img{object-position:66% 50%!important;}
  .industry-grid .ind-card:nth-child(2) img{object-position:61% 52%!important;}
  .industry-grid .ind-card:nth-child(3) img{object-position:67% 52%!important;}
  .industry-grid .ind-card:nth-child(4) img{object-position:66% 54%!important;}

  .industry-grid .ind-card:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    background:linear-gradient(90deg,
      rgba(2,4,6,.98) 0%,
      rgba(2,4,6,.93) 23%,
      rgba(2,4,6,.70) 40%,
      rgba(2,4,6,.25) 58%,
      rgba(2,4,6,.03) 100%)!important;
  }

  .industry-grid .ind-card .content{
    display:block!important;
    position:absolute!important;
    z-index:2!important;
    left:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:49%!important;
    max-width:49%!important;
    padding:0 0 0 28px!important;
    background:transparent!important;
    box-sizing:border-box!important;
  }

  .industry-grid .ind-card h3{
    margin:0 0 12px!important;
    font-size:28px!important;
    line-height:1.08!important;
    font-weight:500!important;
    letter-spacing:-.015em!important;
    color:#D3B07A!important;
    text-shadow:0 1px 7px rgba(0,0,0,.70)!important;
  }

  .industry-grid .ind-card p{
    margin:0!important;
    font-size:15.5px!important;
    line-height:1.48!important;
    font-weight:400!important;
    color:#D3B07A!important;
    text-shadow:0 1px 7px rgba(0,0,0,.78)!important;
  }
}

@media (max-width:390px){
  .industry-grid .ind-card .content{
    width:52%!important;
    max-width:52%!important;
    padding-left:22px!important;
  }
  .industry-grid .ind-card h3{
    font-size:25px!important;
  }
  .industry-grid .ind-card p{
    font-size:14px!important;
  }
}


/* V20 — Mobile final direction based on approved Effect 2.
   Text stays in a protected left zone; visual subjects are shifted right.
   Phone only. iPad/Desktop remain unchanged. */
@media (max-width:700px){
  .industry-grid .ind-card{
    aspect-ratio:2.05 / 1!important;
    min-height:0!important;
  }

  .industry-grid .ind-card .content{
    left:0!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:43%!important;
    max-width:43%!important;
    padding:0 0 0 28px!important;
  }

  .industry-grid .ind-card:after{
    background:linear-gradient(90deg,
      rgba(2,4,6,.99) 0%,
      rgba(2,4,6,.95) 22%,
      rgba(2,4,6,.78) 36%,
      rgba(2,4,6,.36) 49%,
      rgba(2,4,6,.08) 62%,
      rgba(2,4,6,0) 100%)!important;
  }

  .industry-grid .ind-card h3,
  .industry-grid .ind-card p{
    color:#D3B07A!important;
  }

  .industry-grid .ind-card h3{
    font-size:27px!important;
    line-height:1.08!important;
    margin-bottom:12px!important;
  }

  .industry-grid .ind-card p{
    font-size:14.5px!important;
    line-height:1.48!important;
  }

  /* Subject placement: preserve a clear left-side copy zone */
  .industry-grid .ind-card:nth-child(1) img{
    object-position:76% 50%!important; /* satellite */
  }
  .industry-grid .ind-card:nth-child(2) img{
    object-position:75% 52%!important; /* aircraft */
  }
  .industry-grid .ind-card:nth-child(3) img{
    object-position:78% 52%!important; /* AI chip */
  }
  .industry-grid .ind-card:nth-child(4) img{
    object-position:77% 54%!important; /* stadium */
  }
}

@media (max-width:390px){
  .industry-grid .ind-card .content{
    width:44%!important;
    max-width:44%!important;
    padding-left:22px!important;
  }
  .industry-grid .ind-card h3{
    font-size:24px!important;
  }
  .industry-grid .ind-card p{
    font-size:13.5px!important;
  }
}


/* V24 — exact user-approved four-panel composition on phones only.
   Mobile shows the approved artwork as one intact composition, preserving
   exact proportions, typography, spacing and subject placement. */
.mobile-four-panels-final{
  display:none;
}

@media (max-width:700px){
  .mobile-four-panels-final{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:0!important;
    background:#000!important;
    overflow:hidden!important;
    border:0!important;
  }

  .mobile-four-panels-final img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:contain!important;
  }

  /* Hide the HTML card grid only on phones so there is no duplicate layer,
     no residual typography and no CSS re-cropping. */
  .industry-grid{
    display:none!important;
  }
}

@media (min-width:701px){
  .mobile-four-panels-final{
    display:none!important;
  }
}


/* V26 — phone-only capabilities typography using homepage ASTRIA champagne-gold.
   Preserve all other approved mobile sections, including V24 four-panel artwork. */
@media (max-width:700px){
  .capabilities-intro .eyebrow,
  .capabilities-hero .eyebrow,
  .cap-intro .eyebrow,
  .capabilities-section .eyebrow{
    color:#D3C3A0!important;
    font-size:14px!important;
    line-height:1.2!important;
    letter-spacing:.22em!important;
    font-weight:600!important;
    margin-bottom:20px!important;
  }

  .capabilities-intro h2,
  .capabilities-hero h2,
  .cap-intro h2,
  .capabilities-section > h2{
    color:#D3C3A0!important;
    font-size:30px!important;
    line-height:1.12!important;
    letter-spacing:-.02em!important;
    font-weight:400!important;
    white-space:nowrap!important;
    max-width:none!important;
    margin:0 0 24px!important;
  }

  .capabilities-intro p,
  .capabilities-hero p,
  .cap-intro p,
  .capabilities-section > p{
    color:#D3C3A0!important;
    font-size:17px!important;
    line-height:1.55!important;
    font-weight:400!important;
    max-width:92%!important;
    margin:0!important;
  }

  /* Keep capability cards in the same champagne-gold family on phones. */
  .capability-item h3,
  .capability-item p,
  .capability-item .icon,
  .capabilities-grid h3,
  .capabilities-grid p{
    color:#D3C3A0!important;
  }
}

@media (max-width:390px){
  .capabilities-intro h2,
  .capabilities-hero h2,
  .cap-intro h2,
  .capabilities-section > h2{
    font-size:28px!important;
  }

  .capabilities-intro p,
  .capabilities-hero p,
  .cap-intro p,
  .capabilities-section > p{
    font-size:16px!important;
  }
}


/* =========================================================
   APPROVED MOBILE GLOBAL REACH — exact visual reference
   Scope: homepage mobile only. Desktop remains unchanged.
   ========================================================= */
.global-mobile-approved{display:none!important;}
@media (max-width:700px){
  #global.global{
    min-height:0!important;
    height:auto!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    border-bottom:0!important;
    background:#050607!important;
  }
  #global.global:after{display:none!important;content:none!important;}
  #global .global-desktop-bg,
  #global .global-desktop-copy{display:none!important;}
  #global .global-mobile-approved{
    display:block!important;
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    object-fit:contain!important;
    object-position:center top!important;
    transform:none!important;
    margin:0!important;
    padding:0!important;
  }
}
