.site-header--studio {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #ffffff;
  background: rgba(6, 14, 31, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 0.8rem 2.5rem rgba(4, 10, 24, 0.2);
  backdrop-filter: blur(16px);
}

.site-header--studio .site-header__inner {
  min-height: 5.4rem;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 0.8rem;
  color: #ffffff;
  text-decoration: none;
}

.site-brand:hover {
  color: #ffffff;
}

.site-brand__mark {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.32));
}

.site-brand__text {
  display: grid;
  line-height: 1.1;
}

.site-brand__text strong {
  font-size: 1rem;
}

.site-brand__text small {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header--studio .site-nav {
  gap: clamp(1rem, 2vw, 1.7rem);
}

.site-header--studio .site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.site-header--studio .site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 2px;
  content: "";
  background: #e7b83f;
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-header--studio .site-nav a:hover {
  color: #ffffff;
}

.site-header--studio .site-nav a:hover::after {
  transform: scaleX(1);
}

.button--header {
  color: #071323;
  background: linear-gradient(135deg, #f7ce68, #d99b15);
  box-shadow: 0 0.55rem 1.4rem rgba(216, 159, 19, 0.26);
}

.button--header:hover {
  color: #071323;
  background: #ffffff;
}

.mobile-menu {
  display: none;
  margin-left: auto;
}

.mobile-menu summary {
  padding: 0.7rem 0.95rem;
  color: #071323;
  background: #f4c353;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 1rem;
  display: grid;
  min-width: 15rem;
  padding: 0.75rem;
  background: #ffffff;
  border: 1px solid rgba(6, 14, 31, 0.12);
  border-radius: 1rem;
  box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, 0.28);
}

.mobile-menu nav a {
  padding: 0.75rem;
  color: #071323;
  border-radius: 0.6rem;
  font-weight: 800;
  text-decoration: none;
}

.mobile-menu nav a:hover {
  background: #f0f4f8;
}

.hero--studio {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: calc(100vh - 5.4rem);
  padding-block: clamp(4.5rem, 8vw, 8rem) 2rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, #07101f 0%, #0a1b34 52%, #071323 100%);
}

.hero--studio::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero__glow {
  position: absolute;
  z-index: -2;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  filter: blur(95px);
  pointer-events: none;
}

.hero__glow--gold {
  top: -17rem;
  left: -11rem;
  background: rgba(225, 166, 29, 0.3);
}

.hero__glow--blue {
  right: -15rem;
  bottom: -15rem;
  background: rgba(0, 174, 239, 0.23);
}

.hero--studio .hero__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(25rem, 0.92fr);
  gap: clamp(3rem, 7vw, 7rem);
}

.hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.77rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero__eyebrow span {
  padding: 0.5rem 0.75rem;
  color: #071323;
  background: linear-gradient(135deg, #f8d370, #dca11d);
  border-radius: 999px;
  letter-spacing: 0.07em;
}

.hero--studio h1 {
  max-width: 13ch;
  margin: 0 0 1.5rem;
  color: #ffffff;
  font-size: clamp(3rem, 6.7vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.hero__highlight {
  display: block;
  color: #f0bc3d;
  text-shadow: 0 0 2.5rem rgba(228, 169, 31, 0.22);
}

.hero--studio .hero__lead {
  max-width: 43rem;
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(1.08rem, 1.7vw, 1.28rem);
}

.hero__actions {
  margin-top: 2rem;
}

.button--hero-primary,
.button--hero-secondary {
  min-height: 3.25rem;
  padding-inline: 1.35rem;
}

.button--hero-primary {
  gap: 0.65rem;
  color: #071323;
  background: linear-gradient(135deg, #f8d36f, #d79a13);
  box-shadow:
    0 1rem 2.5rem rgba(216, 159, 19, 0.24),
    inset 0 1px rgba(255, 255, 255, 0.5);
}

.button--hero-primary:hover {
  color: #071323;
  background: #ffffff;
}

.button--hero-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(10px);
}

.button--hero-secondary:hover {
  color: #071323;
  background: #ffffff;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 2rem;
}

.hero__proof span {
  position: relative;
  padding-left: 1.05rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.83rem;
  font-weight: 800;
}

.hero__proof span::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  content: "";
  background: #38d3ff;
  border-radius: 50%;
  box-shadow: 0 0 0.8rem rgba(56, 211, 255, 0.75);
}

.hero--studio .hero__diagnostic {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.88rem;
}

.hero--studio .hero__diagnostic a {
  color: #f0bc3d;
  font-weight: 800;
}

.hero-showcase {
  position: relative;
  min-height: 38rem;
  perspective: 1200px;
}

.showcase-orbit {
  position: absolute;
  border: 1px solid rgba(56, 211, 255, 0.16);
  border-radius: 50%;
}

.showcase-orbit--one {
  inset: 2rem 0 4rem 2rem;
}

.showcase-orbit--two {
  inset: 6rem 3rem 0 6rem;
  border-color: rgba(239, 184, 50, 0.16);
}

.showcase-browser {
  position: absolute;
  overflow: hidden;
  background: rgba(248, 251, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1.1rem;
  box-shadow: 0 2.5rem 5rem rgba(0, 0, 0, 0.38);
}

.showcase-browser--main {
  top: 2.5rem;
  right: 0;
  left: 2rem;
  z-index: 3;
  transform: rotateY(-5deg) rotateX(2deg);
}

.showcase-browser__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 2.4rem;
  padding-inline: 0.85rem;
  color: #516076;
  background: #edf2f7;
  border-bottom: 1px solid #d7e0e9;
}

.showcase-browser__bar span {
  width: 0.58rem;
  height: 0.58rem;
  background: #d59b1f;
  border-radius: 50%;
}

.showcase-browser__bar span:nth-child(2) {
  background: #4bb8db;
}

.showcase-browser__bar span:nth-child(3) {
  background: #6cc17b;
}

.showcase-browser__bar small {
  margin-left: 0.55rem;
  font-weight: 800;
}

.showcase-browser__screen {
  display: grid;
  min-height: 22rem;
  place-items: center;
  padding: 1.2rem;
  background:
    radial-gradient(circle at 70% 20%, rgba(52, 199, 239, 0.14), transparent 32%),
    linear-gradient(160deg, #ffffff, #eaf0f7);
}

.showcase-browser__screen img {
  width: 100%;
  max-height: 20rem;
  object-fit: contain;
}

.showcase-browser__footer {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 1.2rem;
  color: #071323;
}

.showcase-browser__footer span {
  color: #66758a;
  font-size: 0.82rem;
}

.showcase-browser--before {
  bottom: 2.2rem;
  left: -1.5rem;
  z-index: 5;
  width: 13rem;
  padding: 1rem;
  transform: rotate(-5deg);
}

.showcase-browser--before img {
  width: 100%;
}

.showcase-label {
  display: inline-flex;
  margin-bottom: 0.7rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.showcase-label--before {
  color: #752323;
  background: #ffe3e3;
}

.showcase-brand-card,
.showcase-founder-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 0.9rem;
  color: #071323;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
  box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.29);
}

.showcase-brand-card {
  top: 0;
  right: -1.1rem;
}

.showcase-founder-card {
  right: -0.6rem;
  bottom: 0;
}

.showcase-brand-card img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.showcase-founder-card img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: cover;
  object-position: center top;
  border: 3px solid #efb735;
  border-radius: 50%;
}

.showcase-brand-card div,
.showcase-founder-card div {
  display: grid;
}

.showcase-brand-card small,
.showcase-founder-card small {
  color: #6b7889;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.showcase-brand-card strong,
.showcase-founder-card strong {
  font-size: 0.89rem;
}

.hero__bottom-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(3rem, 6vw, 6rem);
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero__bottom-line span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
}

.hero__bottom-line span:last-child {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), transparent);
}

@media (min-width: 901px) {
  .showcase-browser--main {
    animation: showcase-float 6s ease-in-out infinite;
  }

  .showcase-brand-card {
    animation: showcase-float-small 5s ease-in-out infinite reverse;
  }
}

@keyframes showcase-float {
  0%,
  100% {
    transform: rotateY(-5deg) rotateX(2deg) translateY(0);
  }

  50% {
    transform: rotateY(-5deg) rotateX(2deg) translateY(-0.75rem);
  }
}

@keyframes showcase-float-small {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.55rem);
  }
}

@media (max-width: 1100px) {
  .site-brand__text small {
    display: none;
  }

  .hero--studio .hero__grid {
    grid-template-columns: 1fr 0.8fr;
    gap: 2.5rem;
  }

  .showcase-founder-card {
    right: 0;
  }
}

@media (max-width: 900px) {
  .site-header--studio .site-header__inner {
    flex-direction: row;
    align-items: center;
    padding-block: 0.7rem;
  }

  .site-nav--desktop,
  .button--header {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero--studio {
    min-height: auto;
  }

  .hero--studio .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero--studio h1 {
    max-width: 14ch;
  }

  .hero-showcase {
    width: min(100%, 39rem);
    min-height: 35rem;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .site-brand__mark {
    width: 2.8rem;
    height: 2.8rem;
  }

  .site-brand__text strong {
    font-size: 0.85rem;
  }

  .hero--studio {
    padding-top: 3.5rem;
  }

  .hero--studio h1 {
    max-width: none;
    font-size: clamp(2.7rem, 13vw, 4.4rem);
  }

  .hero__eyebrow {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero-showcase {
    min-height: 31rem;
  }

  .showcase-browser--main {
    top: 2.5rem;
    left: 0.6rem;
    transform: none;
  }

  .showcase-browser__screen {
    min-height: 17rem;
  }

  .showcase-browser--before {
    bottom: 1rem;
    left: -0.25rem;
    width: 10.5rem;
  }

  .showcase-brand-card {
    top: 0;
    right: 0;
  }

  .showcase-brand-card img {
    width: 2.8rem;
    height: 2.8rem;
  }

  .showcase-founder-card {
    right: 0;
    bottom: 0;
  }

  .showcase-brand-card strong,
  .showcase-founder-card strong {
    font-size: 0.76rem;
  }

  .hero__bottom-line {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-browser--main,
  .showcase-brand-card {
    animation: none;
  }
}
