/* IDS Technology & Artifacts */
.technology-page{
  background:
    radial-gradient(circle at 78% 3%,rgba(95,126,148,.14),transparent 24%),
    radial-gradient(circle at 17% 28%,rgba(150,45,55,.08),transparent 28%),
    #050609;
}
.tech-hero{
  max-width:1480px;
  margin:0 auto;
  padding:54px 22px 44px;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
}
.tech-hero-copy{
  min-width:0;
  padding:30px 0 20px;
}
.tech-hero-copy:before{
  content:"IDS / GALAXY / MATERIAL CULTURE";
  display:block;
  margin-bottom:18px;
  color:#6f7e8a;
  font-size:.6rem;
  font-weight:900;
  letter-spacing:.16em;
}
.tech-hero h1{
  margin:8px 0 20px;
  max-width:1180px;
  color:#f3f5f6;
  font:900 clamp(3.8rem,7.2vw,7rem)/.88 "Arial Narrow",Impact,sans-serif;
  letter-spacing:-.045em;
  text-transform:uppercase;
}
.tech-hero .tech-dek{
  max-width:720px;
  margin:0;
  color:#b4bec7;
  font-size:1.08rem;
  line-height:1.72;
}
.tech-hero-art{
  position:relative;
  min-height:460px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  background:#070a0f center/cover no-repeat;
}
.tech-hero-art:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(5,6,9,.8),transparent 48%),linear-gradient(90deg,rgba(5,6,9,.28),transparent 42%);
}
.tech-hero-art span{
  position:absolute;
  z-index:2;
  left:22px;
  bottom:20px;
  max-width:360px;
  color:#dbe2e7;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.tech-jump{
  max-width:1480px;
  margin:0 auto;
  padding:0 22px 26px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.tech-jump a{
  min-height:72px;
  padding:14px 16px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  border:1px solid rgba(255,255,255,.09);
  background:#090e14;
  color:#dfe5e9;
  text-decoration:none;
}
.tech-jump small{
  color:#6f7e8a;
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.tech-jump strong{
  margin-top:6px;
  font:900 1.05rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.tech-jump a:hover{border-color:#8293a0;background:#101821}

.tech-lens{
  max-width:1436px;
  margin:10px auto 54px;
  padding:24px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:28px;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,#0e151d,#090c11);
}
.tech-lens h2{
  margin:5px 0 0;
  color:#eef2f4;
  font:900 clamp(2.2rem,4.5vw,4rem)/.93 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.tech-lens-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
}
.tech-lens-grid div{
  min-height:130px;
  padding:16px;
  border:1px solid rgba(255,255,255,.07);
  background:#080c12;
}
.tech-lens-grid span{
  color:#71808c;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.tech-lens-grid strong{
  display:block;
  margin:8px 0 6px;
  color:#e5eaee;
  font:900 1.18rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.tech-lens-grid p{
  margin:0;
  color:#909da7;
  font-size:.79rem;
  line-height:1.5;
}

.tech-section{
  max-width:1480px;
  margin:0 auto;
  padding:0 22px 64px;
}
.tech-section-head{
  margin-bottom:18px;
  padding-top:18px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(260px,.7fr);
  gap:30px;
  align-items:end;
  border-top:1px solid rgba(255,255,255,.08);
}
.tech-section-head h2{
  margin:5px 0 0;
  color:#eef2f4;
  font:900 clamp(2.6rem,5vw,4.7rem)/.9 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.tech-section-head>p{
  margin:0;
  color:#93a0aa;
  line-height:1.6;
}
.tech-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.tech-card{
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(145deg,#0e151d,#080b10);
}
.tech-card-media{
  position:relative;
  aspect-ratio:16/9;
  overflow:hidden;
  background:#0a0d12;
}
.tech-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .22s ease;
}
.tech-card:hover .tech-card-media img{transform:scale(1.025)}
.tech-card-media:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(0deg,rgba(5,6,9,.58),transparent 50%);
  pointer-events:none;
}
.tech-card-body{
  min-height:250px;
  padding:20px;
  display:flex;
  flex-direction:column;
}
.tech-card .meta{
  margin:0;
  color:#71808c;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.tech-card h3{
  margin:10px 0 10px;
  color:#f0f3f5;
  font:900 1.7rem/1 "Arial Narrow",Impact,sans-serif;
  text-transform:uppercase;
}
.tech-card p:not(.meta){
  margin:0;
  color:#9da9b3;
  font-size:.86rem;
  line-height:1.55;
}
.tech-card-actions{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.tech-card-actions a{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.1);
  color:#d4dce2;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.07em;
  text-decoration:none;
  text-transform:uppercase;
}
.tech-card-actions a:hover{border-color:#81909c;background:#101821}
.tech-card-actions a:last-child{color:#b8c4cc}
.tech-featured{
  grid-column:span 2;
}
.tech-featured .tech-card-media{aspect-ratio:2.1/1}
.tech-featured .tech-card-body{min-height:220px}
.tech-source-note{
  max-width:1436px;
  margin:0 auto 58px;
  padding:18px 20px;
  border-left:3px solid #8293a0;
  background:#090e14;
  color:#8f9ba5;
  font-size:.78rem;
  line-height:1.6;
}
.tech-source-note strong{color:#dbe2e7}

@media(max-width:1050px){
  .tech-hero-art{min-height:380px}
  .tech-jump{grid-template-columns:repeat(2,1fr)}
  .tech-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tech-featured{grid-column:span 2}
}
@media(max-width:760px){
  .tech-hero{padding:34px 14px 30px}
  .tech-hero-copy{padding-top:18px}
  .tech-hero h1{font-size:clamp(3rem,16vw,5rem);letter-spacing:-.035em}
  .tech-hero-art{min-height:300px}
  .tech-jump{padding:0 14px 22px}
  .tech-lens{margin:8px 14px 42px;grid-template-columns:1fr}
  .tech-lens-grid{grid-template-columns:1fr}
  .tech-section{padding:0 14px 48px}
  .tech-section-head{grid-template-columns:1fr;gap:10px}
  .tech-grid{grid-template-columns:1fr}
  .tech-featured{grid-column:span 1}
  .tech-source-note{margin:0 14px 44px}
}