.studio-home {
  --studio-paper: #fbf8f3;
  --studio-ink: #061a38;
  --studio-muted: #566171;
  --studio-line: rgba(6, 26, 56, 0.14);
  --studio-navy: #001a39;
  --studio-gutter: clamp(1.25rem, 5.2vw, 5rem);
  color: var(--studio-ink);
  background: var(--studio-paper);
}

.studio-home .site-header {
  min-height: 5.9rem;
  padding-inline: var(--studio-gutter);
  background: rgba(251, 248, 243, 0.94);
}

.studio-home .brand-crop {
  width: 8.7rem;
}

.studio-home .site-nav {
  gap: clamp(0.85rem, 1.75vw, 2rem);
}

.studio-home .site-nav > a,
.studio-home .language-control select,
.studio-home .studio-actions .button,
.studio-home .site-footer a {
  letter-spacing: 0.045em;
  text-transform: none;
}

.studio-nav-cta {
  min-height: 3.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.25rem !important;
  color: #fff;
  background: var(--studio-navy);
  border-radius: 0.38rem;
}

.studio-nav-cta::after {
  display: none;
}

.studio-nav-cta:hover {
  background: #082c53;
}

.studio-hero,
.studio-product,
.studio-future,
.studio-contact {
  position: relative;
  scroll-margin-top: 6.5rem;
  overflow: hidden;
}

.studio-hero {
  display: grid;
  min-height: calc(100svh - 5.9rem);
  grid-template-columns: minmax(20rem, 0.98fr) minmax(28rem, 1.02fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding: clamp(5rem, 10vh, 8rem) var(--studio-gutter) clamp(6rem, 11vh, 9rem);
  background:
    radial-gradient(circle at 13% 13%, rgba(255, 255, 255, 0.96), transparent 24%),
    linear-gradient(135deg, #fffdf9, #f7f3ec);
  border-bottom: 1px solid var(--studio-line);
  isolation: isolate;
}

.studio-grid {
  position: absolute;
  inset: 0 0 0 52%;
  z-index: -2;
  background-image:
    linear-gradient(var(--studio-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--studio-line) 1px, transparent 1px);
  background-size: clamp(7rem, 10vw, 10rem) clamp(7rem, 10vw, 10rem);
  mask-image: linear-gradient(90deg, transparent, #000 20% 100%);
  opacity: 0.42;
}

.studio-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 51rem;
}

.studio-hero h1,
.studio-product h2,
.studio-future h2,
.studio-contact h2 {
  margin: 0;
  color: var(--studio-ink);
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.055em;
}

.studio-hero h1 {
  max-width: 9em;
  font-size: clamp(4rem, 5.7vw, 6.2rem);
  line-height: 1.03;
}

.studio-hero-copy > p {
  max-width: 35rem;
  margin: 2.1rem 0 0;
  color: var(--studio-muted);
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.72;
}

.studio-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.studio-actions .button {
  min-width: 12.5rem;
  min-height: 3.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  background: var(--studio-navy);
  border: 1px solid var(--studio-navy);
  border-radius: 0.4rem;
  transition: transform 220ms var(--ease-out), background 220ms ease;
}

.studio-actions .button:hover {
  background: #082c53;
  transform: translateY(-2px);
}

.studio-actions .button--secondary {
  color: var(--studio-ink);
  background: transparent;
}

.studio-actions .button--secondary:hover {
  background: #fff;
}

.studio-orbit {
  position: relative;
  min-height: clamp(31rem, 47vw, 47rem);
}

.studio-rings,
.studio-future-rings {
  position: absolute;
  border: 1px solid var(--studio-line);
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 2.4rem, rgba(6, 26, 56, 0.09) calc(2.4rem + 1px) calc(2.4rem + 2px));
}

.studio-rings {
  top: 9%;
  right: 4%;
  width: min(79%, 35rem);
  aspect-ratio: 1;
}

.studio-orbit > img {
  position: absolute;
  top: 38%;
  right: 31%;
  z-index: 3;
  width: clamp(6rem, 9vw, 8.5rem);
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(6, 26, 56, 0.18);
  border-radius: 22.5%;
  box-shadow: 0 1.3rem 2.3rem rgba(6, 26, 56, 0.2);
  transform: rotate(-3deg);
}

.studio-orbit > svg,
.studio-future-orbit > svg,
.studio-contact > svg {
  position: absolute;
  overflow: visible;
}

.studio-orbit > svg {
  inset: 0 -7% -4% -9%;
  width: 116%;
  height: 108%;
}

.studio-orbit > svg path,
.studio-future-orbit > svg path,
.studio-contact > svg path {
  fill: none;
  stroke: url(#studio-gradient);
  stroke-linecap: round;
  stroke-width: 4;
}

.studio-orbit > svg circle {
  fill: #ff8a26;
}

.studio-product {
  display: grid;
  min-height: 41rem;
  grid-template-columns: minmax(25rem, 1.08fr) minmax(19rem, 0.92fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(5rem, 9vw, 8.5rem) var(--studio-gutter);
  background: linear-gradient(120deg, #fffdfa, #f8f4ed);
  border-bottom: 1px solid var(--studio-line);
}

.studio-product::after {
  position: absolute;
  right: -4rem;
  bottom: -2rem;
  width: 48%;
  height: 10rem;
  content: "";
  border-top: 3px solid #b05cff;
  border-radius: 50% 0 0;
  transform: rotate(-8deg);
  opacity: 0.66;
}

.studio-product-media {
  position: relative;
  z-index: 2;
  height: clamp(22rem, 36vw, 32rem);
  overflow: hidden;
  background: #6b3b1b;
  border: 1px solid rgba(6, 26, 56, 0.18);
  border-radius: 1.1rem;
  box-shadow: 0 2rem 4rem rgba(6, 26, 56, 0.12);
}

.studio-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 64%;
}

.studio-product-copy {
  position: relative;
  z-index: 3;
  max-width: 36rem;
}

.studio-product h2 {
  font-size: clamp(2.7rem, 3.7vw, 4rem);
  line-height: 1.05;
}

.studio-future h2 {
  font-size: clamp(3rem, 4.35vw, 5rem);
  line-height: 1.04;
}

.studio-contact h2 {
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: 1.04;
}

.studio-product-copy > p,
.studio-future-copy > p,
.studio-contact p {
  color: var(--studio-muted);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.75;
}

.studio-product-copy > p {
  max-width: 31rem;
  margin: 1.7rem 0 2rem;
}

.studio-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding-bottom: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.studio-text-link svg {
  width: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 220ms var(--ease-out);
}

.studio-text-link:hover svg {
  transform: translateX(0.22rem);
}

.studio-future {
  display: grid;
  min-height: 50rem;
  grid-template-columns: minmax(20rem, 0.86fr) minmax(24rem, 1.14fr);
  align-items: center;
  gap: clamp(2rem, 7vw, 7rem);
  padding: clamp(6rem, 11vw, 10rem) var(--studio-gutter);
  background:
    linear-gradient(90deg, transparent 0 58%, var(--studio-line) 58% calc(58% + 1px), transparent calc(58% + 1px)),
    var(--studio-paper);
}

.studio-future-copy {
  position: relative;
  z-index: 3;
  max-width: 43rem;
}

.studio-future-copy > p {
  max-width: 38rem;
  margin: 2rem 0 0;
}

.studio-future-copy .studio-principle {
  position: relative;
  margin-top: 3rem;
  padding-top: 2.6rem;
}

.studio-principle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.5rem;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, #8f56ff, transparent);
}

.studio-future-copy .studio-text-link {
  margin-top: 2rem;
}

.studio-future-orbit {
  position: relative;
  min-height: 39rem;
}

.studio-future-rings {
  top: 2%;
  right: -2%;
  width: min(95%, 40rem);
  aspect-ratio: 1;
}

.studio-future-orbit > svg {
  inset: -4% -12% -10% -12%;
  width: 124%;
  height: 116%;
}

.studio-future-orbit > svg path {
  stroke: #8f56ff;
  stroke-width: 2.5;
}

.studio-future-orbit > svg circle:first-of-type {
  fill: #2f86ff;
}

.studio-future-orbit > svg circle:last-of-type {
  fill: #ff8a26;
}

.studio-contact {
  min-height: 32rem;
  padding: clamp(5rem, 9vw, 8rem) var(--studio-gutter);
  color: #fff;
  background:
    radial-gradient(circle at 36% 120%, rgba(47, 134, 255, 0.16), transparent 37%),
    var(--studio-navy);
}

.studio-contact > div {
  position: relative;
  z-index: 3;
  max-width: 48rem;
}

.studio-contact h2 {
  color: #fff;
}

.studio-contact p {
  margin: 1.6rem 0;
  color: #c2ccda;
}

.studio-contact a {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  padding: 0.75rem 1.3rem;
  font-size: 1rem;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0.4rem;
}

.studio-contact > svg {
  right: -2%;
  bottom: -8%;
  width: min(63rem, 70%);
}

.studio-contact > svg path {
  stroke: #ff8a26;
  stroke-width: 3;
}

.studio-contact > svg circle {
  fill: #ff8a26;
}

.studio-footer {
  min-height: 8rem;
  padding: 2rem var(--studio-gutter);
  color: #cad4df;
  background: var(--studio-navy);
  border-top-color: rgba(255, 255, 255, 0.15);
}

.studio-footer-brand {
  position: relative;
  display: block;
  width: 9.75rem;
  height: 3.25rem;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.studio-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.4rem, 3vw, 3.2rem);
}

.studio-footer p {
  margin: 0;
  font-size: 0.75rem;
}

@media (max-width: 72rem) {
  .studio-home .site-nav {
    gap: 1.1rem;
  }

  .studio-nav-cta {
    padding-inline: 1rem !important;
  }

  .studio-hero {
    grid-template-columns: minmax(18rem, 0.95fr) minmax(24rem, 1.05fr);
  }

  .studio-product {
    gap: 3rem;
  }
}

@media (max-width: 58rem) {
  .studio-hero,
  .studio-product,
  .studio-future {
    grid-template-columns: 1fr;
  }

  .studio-hero {
    min-height: auto;
    padding-top: 5rem;
  }

  .studio-grid {
    inset: 36% 0 0;
  }

  .studio-orbit {
    min-height: 34rem;
  }

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

  .studio-product-media {
    height: 31rem;
  }

  .studio-product-copy {
    max-width: 42rem;
  }

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

  .studio-future-orbit {
    min-height: 31rem;
  }
}

@media (max-width: 48rem) {
  .studio-home .site-header {
    min-height: 4.75rem;
  }

  .studio-home .site-nav {
    gap: 0;
  }

  .studio-nav-cta {
    margin-top: 0.8rem;
  }

  .studio-home .brand-crop {
    width: 8.2rem;
    height: 2.8rem;
  }

  .studio-hero,
  .studio-product,
  .studio-future,
  .studio-contact {
    padding-inline: 1.25rem;
  }

  .studio-hero h1 {
    max-width: 7.2em;
    font-size: clamp(3.3rem, 14vw, 5.4rem);
  }

  .studio-hero-copy > p {
    font-size: 1rem;
  }

  .studio-actions {
    display: grid;
  }

  .studio-actions .button {
    width: 100%;
  }

  .studio-orbit {
    min-height: 27rem;
  }

  .studio-rings {
    width: 23rem;
    right: -2rem;
  }

  .studio-orbit > img {
    top: 36%;
    right: 33%;
  }

  .studio-product-media {
    height: 24rem;
    border-radius: 0.75rem;
  }

  .studio-product h2,
  .studio-future h2,
  .studio-contact h2 {
    font-size: clamp(2.9rem, 12vw, 4.5rem);
  }

  .studio-future-orbit {
    min-height: 24rem;
  }

  .studio-contact {
    min-height: 29rem;
  }

  .studio-contact > svg {
    width: 105%;
  }

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

@media (prefers-reduced-motion: reduce) {
  .studio-actions .button,
  .studio-text-link svg {
    transition: none;
  }
}
