.collection-head {
  display: flex; align-items: center; gap: 22px; margin: 45px 0 24px;
  border-top: 2px solid #111; padding-top: 24px;
}
.collection-head > span {
  flex: none; width: 58px; height: 58px; border-radius: 50%; display: grid;
  place-items: center; background: #111; color: var(--green);
  font-family: 'Archivo Black'; font-size: 1.2rem;
}
.collection-head p { margin: 0 0 5px; font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.collection-head h3 { margin: 0; font-family: 'Archivo Black'; font-size: clamp(2rem,4vw,4.3rem); letter-spacing: -.04em; }
.aerospace-head { margin-top: 95px; }
.frozen-vibes-feature {
  position: relative; margin: 34px 0 0; border: 2px solid #111; background: #090517;
  overflow: hidden; box-shadow: 12px 12px 0 #111;
}
.frozen-vibes-feature img { display: block; width: 100%; height: auto; }
.frozen-vibes-feature figcaption {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  margin: 0; padding: 18px 22px; background: var(--green); color: #08050f;
}
.frozen-vibes-feature figcaption span { font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.frozen-vibes-feature figcaption b { font-family: 'Archivo Black'; font-size: clamp(1rem,2vw,1.5rem); text-align: right; }
.aerospace-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; }
.space-product {
  --glow: #087cff; position: relative; background: #0a0716; color: #fff;
  border: 2px solid #111; padding: 42px 34px 30px; overflow: hidden; min-height: 430px;
}
.space-product::before {
  content: ''; position: absolute; inset: 0; opacity: .62;
  background: radial-gradient(circle at 75% 10%,var(--glow),transparent 43%),radial-gradient(#ffffff80 1px,transparent 1px);
  background-size: auto,27px 27px;
}
.space-product > * { position: relative; }
.space-product h3 { font-family: 'Archivo Black'; font-size: 2.4rem; margin: 25px 0 5px; letter-spacing: -.04em; }
.space-product p { margin: 0; color: #d8d0e6; }
.space-product.amber { --glow: #ff9900; }
.space-product.red { --glow: #fa192d; }
.space-product.navy { --glow: #5b28ff; }
.box-mockup { position: relative; width: 86%; margin: 15px auto 5px; perspective: 900px; filter: drop-shadow(18px 25px 18px #0009); }
.box-mockup img {
  display: block; width: 100%; aspect-ratio: 1.69; object-fit: cover;
  border: 1px solid #ffffff8f; transform: rotateX(2deg) rotateY(-8deg); transform-origin: left center;
  box-shadow: 10px 8px 0 var(--glow);
}
.box-mockup::after {
  content: ''; position: absolute; right: -10px; top: 6px; width: 10px; height: calc(100% - 1px);
  background: linear-gradient(90deg,var(--glow),#05020c); transform: skewY(-35deg); transform-origin: left top;
}
.box-mockup::before {
  content: ''; position: absolute; left: 5px; right: 0; top: -8px; height: 9px;
  background: linear-gradient(90deg,#fff8,var(--glow)); transform: skewX(-48deg); transform-origin: left bottom;
}
@media (max-width: 900px) { .aerospace-grid { grid-template-columns: 1fr; } }
@media (max-width: 620px) {
  .collection-head { align-items: flex-start; }
  .collection-head h3 { font-size: 2rem; }
  .frozen-vibes-feature { margin-top: 24px; box-shadow: 7px 7px 0 #111; }
  .frozen-vibes-feature figcaption { align-items: flex-start; flex-direction: column; gap: 7px; padding: 14px 16px; }
  .frozen-vibes-feature figcaption b { text-align: left; line-height: 1.15; }
  .space-product { padding: 30px 20px; min-height: 340px; }
  .box-mockup { width: 94%; }
}
