.gi-studio-rail {
  border-bottom: 1px solid rgba(142, 172, 209, 0.16);
  background: rgba(15, 23, 34, 0.9);
  backdrop-filter: blur(14px);
  color: #eef3fb;
}

.gi-studio-rail__inner,
.gi-studio-shell {
  width: min(1120px, calc(100vw - 2rem));
  margin-inline: auto;
}

.gi-studio-rail__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.35rem;
}

.gi-studio-rail__brand,
.gi-studio-rail__nav {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.gi-studio-rail__brand {
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
}

.gi-studio-rail__brand img {
  width: 1.45rem;
  height: 1.45rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.gi-studio-rail__nav {
  flex-wrap: wrap;
}

.gi-studio-rail__nav a {
  color: rgba(238, 243, 251, 0.72);
  text-decoration: none;
  font-size: 0.92rem;
}

.gi-studio-shell {
  margin: 3.5rem auto 0;
  padding: clamp(1.75rem, 4vw, 2.5rem) 0 0;
  border-top: 1px solid rgba(142, 172, 209, 0.16);
  color: #eef3fb;
}

.gi-studio-shell__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9bb9dd;
}

.gi-studio-shell__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
}

.gi-studio-shell__top h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 0.98;
}

.gi-studio-shell__top p {
  margin: 0.75rem 0 0;
  max-width: 60ch;
  color: rgba(238, 243, 251, 0.72);
  line-height: 1.65;
}

.gi-studio-shell__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.9rem;
}

.gi-studio-shell__home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  text-decoration: none;
  color: rgba(238, 243, 251, 0.72);
}

.gi-studio-shell__footer-label {
  margin: 2rem 0 0.8rem;
  color: rgba(238, 243, 251, 0.72);
  font-size: 0.92rem;
}

.gi-studio-shell__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(142, 172, 209, 0.16);
}

.gi-studio-shell__item {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(142, 172, 209, 0.16);
  text-decoration: none;
  color: inherit;
}

.gi-studio-shell__item > div {
  display: grid;
  gap: 0.3rem;
}

.gi-studio-shell__item strong {
  font-size: 1.06rem;
}

.gi-studio-shell__item span {
  color: rgba(238, 243, 251, 0.72);
  line-height: 1.55;
}

.gi-studio-rail__nav a:hover,
.gi-studio-rail__nav a:focus-visible,
.gi-studio-shell__item:hover,
.gi-studio-shell__item:focus-visible,
.gi-studio-shell__home:hover,
.gi-studio-shell__home:focus-visible {
  color: #9bb9dd;
}

@media (max-width: 860px) {
  .gi-studio-shell__top,
  .gi-studio-shell__grid {
    grid-template-columns: 1fr;
  }

  .gi-studio-rail__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
    padding: 0.8rem 0;
  }

  .gi-studio-rail__nav {
    width: 100%;
    gap: 0.9rem 1.1rem;
  }

  .gi-studio-shell__actions {
    justify-content: flex-start;
  }
}
