/* Dimensional finish for the SystemThread identity. The approved marks stay unchanged. */
::selection {
  background: #2c86ff;
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  background: linear-gradient(180deg, rgba(16, 48, 79, .97), rgba(6, 26, 46, .99));
  border-bottom-color: rgba(115, 191, 255, .34);
  box-shadow: inset 0 1px rgba(173, 220, 255, .18), 0 15px 36px rgba(1, 12, 30, .32);
  backdrop-filter: blur(16px);
}

.site-header::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: -1px;
  left: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(63, 163, 255, .68), transparent);
  box-shadow: 0 0 13px rgba(47, 153, 255, .74);
  pointer-events: none;
}

.header-logo img,
.footer-identity img {
  filter: drop-shadow(0 5px 10px rgba(0, 10, 29, .42));
}

.desktop-nav a {
  position: relative;
  padding-block: .45rem;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 2px;
  background: #59baff;
  box-shadow: 0 0 10px #288ffe;
  transition: left .22s ease, right .22s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a[aria-current="location"]::after {
  right: 0;
  left: 0;
}

.desktop-nav a[aria-current="location"] { color: #a6d9ff; }

.header-button {
  background: linear-gradient(145deg, #399bff 0%, #1269ed 50%, #0752c8 100%);
  border-color: #59abff;
  box-shadow: inset 0 1px rgba(232, 249, 255, .56), inset 0 -3px rgba(4, 47, 125, .38), 0 10px 25px rgba(8, 87, 211, .36);
  text-shadow: 0 1px 2px rgba(0, 26, 80, .38);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.header-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: inset 0 1px rgba(232, 249, 255, .7), inset 0 -3px rgba(4, 47, 125, .35), 0 15px 29px rgba(8, 87, 211, .48);
}

.mobile-menu summary {
  background: linear-gradient(145deg, rgba(50, 113, 177, .26), rgba(7, 31, 58, .63));
  box-shadow: inset 0 1px rgba(210, 238, 255, .16), 0 7px 16px rgba(0, 11, 28, .24);
}

.mobile-menu[open] summary {
  border-color: #86c7ff;
  box-shadow: inset 0 1px rgba(210, 238, 255, .24), 0 0 18px rgba(45, 139, 244, .28);
}

.mobile-menu nav {
  background: linear-gradient(145deg, #133b65, #081e37);
  border-color: #589dd9;
  box-shadow: inset 0 1px rgba(222, 244, 255, .18), 0 19px 36px rgba(0, 10, 28, .46);
}

.mobile-menu nav a[aria-current="location"] {
  background: linear-gradient(90deg, rgba(43, 142, 255, .28), rgba(43, 142, 255, .04));
  box-shadow: inset 3px 0 #64b9ff;
  color: #fff;
}

.hero-photo {
  filter: saturate(1.12) contrast(1.08);
}

.hero-shade {
  background:
    radial-gradient(ellipse 60% 55% at 50% 11%, rgba(42, 131, 246, .24), transparent 78%),
    linear-gradient(0deg, rgba(3, 17, 35, .97), rgba(4, 26, 53, .36) 48%, rgba(5, 28, 54, .73)),
    linear-gradient(90deg, rgba(5, 26, 53, .44), transparent 50%, rgba(4, 22, 43, .5));
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background: repeating-linear-gradient(90deg, transparent 0 85px, rgba(111, 195, 255, .08) 86px 87px);
  mask-image: linear-gradient(180deg, transparent, #000 55%, #000);
}

.hero-inner,
.hero-footer {
  position: relative;
  z-index: 1;
}

.hero h1 {
  text-shadow: 0 2px 2px rgba(0, 9, 27, .3), 0 11px 35px rgba(0, 12, 36, .7), 0 0 40px rgba(129, 196, 255, .17);
}

.hero-inner { min-height: 690px; }

.hero-product-logos {
  grid-template-columns: 1fr;
  gap: .4rem;
  align-items: center;
  justify-items: center;
  max-width: 441px;
}

.hero-logo {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 106px;
  padding: .45rem .6rem;
}

.hero-logo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -8% -3%;
  pointer-events: none;
  background: radial-gradient(ellipse 62% 61% at center, rgba(2, 15, 34, .55), rgba(5, 34, 65, .24) 54%, transparent 100%);
}

.approved-product-mark {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.approved-product-mark--d2i {
  display: grid;
  grid-template-columns: 26.5% 70.7%;
  column-gap: 2.8%;
  align-items: center;
  width: min(100%, 354px);
}

.approved-product-mark--d2i img,
.hero-product-logos .approved-product-mark--d2i img,
.product-card-logo .approved-product-mark--d2i img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: none;
  border: 0;
  padding: 0;
}

.hero-product-logos .approved-product-mark {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: none;
  filter: drop-shadow(0 8px 12px rgba(0, 7, 19, .62)) drop-shadow(0 0 10px rgba(49, 147, 255, .17));
}

.hero-product-logos .approved-product-mark--d2i { width: min(100%, 354px); }

.hero-product-logos .approved-product-mark + .approved-product-mark {
  border-left: 0;
  padding-left: 0;
}

@media (min-width: 980px) {
  .hero-inner { min-height: 505px; }
  .hero-product-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 1150px;
  }
}

.hero-footer {
  background: linear-gradient(180deg, rgba(12, 44, 75, .97), rgba(5, 24, 43, .99));
  box-shadow: inset 0 1px rgba(170, 217, 252, .12), 0 13px 28px rgba(0, 12, 28, .26);
}

.hero-footer i {
  box-shadow: 0 0 8px rgba(64, 169, 255, .9);
}

.products {
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse 70% 65% at 50% -10%, rgba(39, 112, 213, .27), transparent 85%), linear-gradient(180deg, #0b2744, #071a2e 77%);
}

.products::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(127, 193, 246, .065) 1px, transparent 1px), linear-gradient(90deg, rgba(127, 193, 246, .065) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(#000, transparent 92%);
}

.section-heading h2 span {
  color: #79b9ff;
  background: linear-gradient(100deg, #a5d5ff 0%, #67aeff 47%, #3384ed 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product-card {
  --card-glow: rgba(55, 144, 255, .26);
  --card-rule: #459fff;
  position: relative;
  overflow: hidden;
  border-color: rgba(111, 180, 240, .52);
  background: radial-gradient(circle at 22% 0, rgba(53, 139, 247, .25), transparent 48%), linear-gradient(143deg, #15395b, #0b2541 56%, #081c33);
  box-shadow: inset 0 1px rgba(230, 249, 255, .18), inset 1px 0 rgba(126, 196, 249, .1), 0 18px 42px rgba(0, 9, 24, .32);
  transition: transform .26s ease, border-color .26s ease, box-shadow .26s ease;
}

.product-card:nth-child(2) { --card-glow: rgba(252, 177, 49, .17); --card-rule: #efb755; }
.product-card:nth-child(3) { --card-glow: rgba(21, 210, 204, .17); --card-rule: #39cfcf; }

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 64% at 50% 24%, var(--card-glow), transparent 77%);
  pointer-events: none;
}

.product-card > * { position: relative; z-index: 1; }
.product-card .product-rule { background: linear-gradient(90deg, var(--card-rule), rgba(118, 189, 255, .55)); }

.product-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 14%;
  left: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 244, 255, .9), transparent);
  box-shadow: 0 0 17px rgba(49, 148, 255, .72);
  pointer-events: none;
}

.product-card:hover,
.product-card:focus-within {
  transform: perspective(1200px) translateY(-8px) rotateX(1deg);
  border-color: #8bc9ff;
  box-shadow: inset 0 1px rgba(232, 249, 255, .27), inset 1px 0 rgba(126, 196, 249, .14), 0 29px 48px rgba(0, 8, 25, .48), 0 0 25px rgba(30, 114, 232, .2);
}

.product-card-logo {
  position: relative;
  height: 145px;
  background: radial-gradient(ellipse at center, rgba(48, 129, 220, .15), transparent 69%);
}

.product-card-logo .approved-product-mark {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100px;
  filter: drop-shadow(0 10px 12px rgba(0, 10, 27, .34));
}

.product-card-logo .approved-product-mark--d2i {
  width: min(100%, 354px);
  max-height: none;
}

.product-card-end {
  border-top-color: rgba(127, 189, 240, .42);
}

.product-card-end a {
  transition: color .18s ease, text-shadow .18s ease;
}

.product-card-end a:hover,
.product-card-end a:focus-visible {
  color: #b2e1ff;
  text-shadow: 0 0 14px rgba(89, 177, 255, .65);
}

.approach {
  isolation: isolate;
  background: radial-gradient(circle at 26% 35%, rgba(91, 167, 255, .42), transparent 46%), linear-gradient(130deg, #1b58aa, #14549f 52%, #0e3974);
  box-shadow: inset 0 1px rgba(192, 230, 255, .32), inset 0 -1px rgba(2, 29, 77, .5);
}

.approach::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  width: auto;
  opacity: .2;
  background-image: linear-gradient(rgba(201, 230, 255, .21) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 230, 255, .21) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 90%);
}

.approach::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -38%;
  right: -15%;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(78, 157, 255, .24), transparent 67%);
  pointer-events: none;
}

.approach-mark {
  position: relative;
  border-color: rgba(208, 236, 255, .58);
  background: radial-gradient(circle at 50% 42%, rgba(86, 173, 255, .34), transparent 52%), linear-gradient(145deg, rgba(13, 70, 145, .8), rgba(6, 40, 97, .54));
  box-shadow: inset 0 1px rgba(240, 250, 255, .31), inset 0 0 47px rgba(19, 101, 197, .42), 0 30px 48px rgba(4, 31, 86, .33);
  transform: perspective(900px) rotateY(-7deg) rotateX(3deg);
}

.approach-mark::before {
  content: "";
  position: absolute;
  inset: 15px;
  border: 1px solid rgba(180, 223, 255, .27);
  box-shadow: inset 0 0 28px rgba(31, 106, 210, .31);
}

.approach-mark::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c6ebff);
  box-shadow: 0 0 19px #6dbaff;
}

.approach-mark img {
  position: relative;
  z-index: 1;
  border-radius: 19%;
  filter: drop-shadow(0 20px 20px rgba(0, 20, 74, .42));
}

.company {
  background: radial-gradient(ellipse at 20% 22%, rgba(255, 255, 255, .95), transparent 57%), linear-gradient(145deg, #f0f5fa, #dae4ee);
}

.company-logo {
  position: relative;
  background: linear-gradient(145deg, #fff, #f5faff 68%, #e5f0fa);
  border-color: #b9d4eb;
  box-shadow: inset 0 1px #fff, 0 0 0 5px rgba(255, 255, 255, .38), 0 29px 52px rgba(17, 52, 88, .18);
  transform: perspective(900px) rotateY(3deg);
}

.company-logo::after {
  content: "";
  position: absolute;
  right: 11%;
  bottom: -1px;
  left: 11%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #438de2, transparent);
  box-shadow: 0 0 13px rgba(37, 110, 226, .48);
}

.studio-band {
  border-color: #74536c;
  border-top-color: #ffc168;
  background: radial-gradient(circle at 17% 46%, rgba(159, 39, 58, .45), transparent 37%), radial-gradient(circle at 83% 55%, rgba(30, 110, 219, .22), transparent 44%), linear-gradient(110deg, #21111e, #11182a 48%, #0a2543);
  box-shadow: inset 0 1px rgba(255, 217, 164, .22), 0 30px 55px rgba(19, 38, 61, .23), 0 0 0 5px rgba(255, 255, 255, .27);
}

.studio-band::before {
  content: "";
  position: absolute;
  top: 0;
  right: 6%;
  left: 6%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ffe0a2, transparent);
  box-shadow: 0 0 14px rgba(251, 169, 69, .75);
}

.studio-art {
  background: radial-gradient(circle at 50% 40%, #452031, #1a111c 62%, #0e0e17);
  box-shadow: inset 0 1px rgba(255, 212, 169, .17), inset 0 0 50px rgba(7, 5, 15, .55), 0 17px 27px rgba(2, 7, 18, .34);
  transform: perspective(800px) rotateY(-5deg);
}

.studio-art img {
  filter: drop-shadow(0 17px 18px rgba(0, 0, 0, .4)) drop-shadow(0 0 15px rgba(239, 120, 42, .11));
}

.site-footer {
  border-top: 1px solid rgba(111, 182, 250, .35);
  background: radial-gradient(ellipse 65% 90% at 45% 0, rgba(23, 70, 119, .29), transparent), linear-gradient(180deg, #0a2037, #051524);
  box-shadow: inset 0 1px rgba(177, 219, 255, .12);
}

@media (max-width: 840px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 340px; }
  .product-card-logo { height: 125px; }
  .approach-mark,
  .studio-art,
  .company-logo { transform: none; }
}

@media (max-width: 620px) {
  .site-header { backdrop-filter: none; }
  .hero-inner { min-height: 655px; }
  .hero-product-logos { gap: .45rem; }
  .hero-shade {
    background: radial-gradient(ellipse at 50% 16%, rgba(47, 123, 219, .24), transparent 71%), linear-gradient(0deg, rgba(3, 17, 34, .99), rgba(5, 29, 56, .49) 65%, rgba(5, 31, 61, .74));
  }
  .product-card { min-height: 365px; }
  .studio-art { min-height: 215px; }
}

@media (hover: none) {
  .product-card:hover,
  .header-button:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-nav a::after,
  .header-button,
  .product-card,
  .product-card-end a { transition-duration: .01ms; }
}
