*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

:root {
  --hero-nav-inner-pad: 7px;
  --hero-nav-inner-min: 58px;
  --hero-nav-action-min: 48px;
  --hero-chrome-height: calc(
    max(var(--hero-nav-inner-min), var(--hero-nav-action-min) + var(--hero-nav-inner-pad) * 2) + 2px
  );

  /* Motion tokens — values match existing timings so feel stays the same */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-inout: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-snap: cubic-bezier(0.16, 1, 0.3, 1);
  --dur-micro: 120ms;
  --dur-ui: 220ms;
  --dur-enter: 420ms;
  --dur-scene: 920ms;
  --dur-scroll: 820ms;
  --ease-scroll: cubic-bezier(0.16, 1, 0.3, 1);
  --stagger-step: 40ms;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.field-error {
  margin: 0;
  color: #b42318;
  font-size: 13px;
  line-height: 1.35;
}

#main-content:focus {
  outline: none;
}

#main-content:focus-visible {
  outline: 2px solid rgba(32, 92, 168, 0.45);
  outline-offset: 4px;
}

/* Section containment: skip offscreen layout/paint work */
.studio-cases,
.studio-about,
.studio-faq,
.studio-discuss {
  content-visibility: auto;
  contain-intrinsic-size: 1px 900px;
}

/* Services keep paint overflow for the arc bottom blur fade */
.studio-services {
  content-visibility: visible;
  contain: none;
  overflow: visible;
}

.studio-footer {
  content-visibility: visible;
  contain: none;
}

/* Blur policy: lite + balanced (mid-tier keeps CSS motion, drops expensive filters) */
html.studio-perf-lite body::after,
html.studio-perf-balanced body::after {
  display: none;
}

html.studio-perf-lite .hero-nav,
html.studio-perf-lite .hero-request,
html.studio-perf-lite .studio-discuss__inner,
html.studio-perf-lite .studio-about__name,
html.studio-perf-lite .studio-about__role,
html.studio-perf-lite .brief-modal__overlay,
html.studio-perf-lite .hero-final-modal__overlay,
html.studio-perf-lite .promo-strip,
html.studio-perf-lite .top-mini-contacts,
html.studio-perf-lite .top-mini-contact-btn,
html.studio-perf-balanced .hero-nav,
html.studio-perf-balanced .hero-request,
html.studio-perf-balanced .studio-discuss__inner,
html.studio-perf-balanced .studio-about__name,
html.studio-perf-balanced .studio-about__role,
html.studio-perf-balanced .brief-modal__overlay,
html.studio-perf-balanced .hero-final-modal__overlay,
html.studio-perf-balanced .promo-strip,
html.studio-perf-balanced .top-mini-contacts,
html.studio-perf-balanced .top-mini-contact-btn {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.studio-perf-lite .hero-nav,
html.studio-perf-balanced .hero-nav {
  background: rgba(255, 255, 255, 0.97);
}

html.studio-perf-lite .media-skeleton__shimmer::after,
html.studio-perf-lite .project-card__skeleton::after,
html.studio-perf-balanced .media-skeleton__shimmer::after,
html.studio-perf-balanced .project-card__skeleton::after {
  animation: none !important;
  will-change: auto;
  opacity: 0;
}

html.studio-perf-lite .studio-about__card,
html.studio-perf-lite .studio-services-carousel__card,
html.studio-perf-lite .motion-item,
html.studio-perf-lite [data-reveal-heading],
html.studio-perf-balanced .studio-about__card,
html.studio-perf-balanced .studio-services-carousel__card {
  will-change: auto !important;
}

html.studio-perf-lite .hero-search,
html.studio-perf-lite .hero-search-input-wrap:focus-within,
html.studio-perf-balanced .hero-search,
html.studio-perf-balanced .hero-search-input-wrap:focus-within {
  box-shadow: none;
}

html.studio-perf-lite .hero-search-input-wrap:focus-within,
html.studio-perf-balanced .hero-search-input-wrap:focus-within {
  border-color: rgba(46, 131, 255, 0.28);
}

html.studio-perf-balanced .studio-services-carousel.is-arc .studio-services-carousel__viewport::before,
html.studio-perf-lite .studio-services-carousel.is-arc .studio-services-carousel__viewport::before {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

@keyframes motionVoidIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes motionRiseIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes motionFadeUpIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes motionScaleIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(0.9);
  }
  62% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes motionPopIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.86);
  }
  70% {
    opacity: 1;
    transform: translate3d(0, -3px, 0) scale(1.04);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes motionSlideUpIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes motionHeadingIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes motionAmbientFloat {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -3px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

.motion-item {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  will-change: opacity, transform;
}

.motion-item.is-visible {
  animation: motionRiseIn var(--dur-scroll) var(--ease-scroll) var(--motion-delay, 0ms) both;
  will-change: auto;
}

.motion-item--fade-up.is-visible {
  animation-name: motionFadeUpIn;
}

.motion-item--rise.is-visible {
  animation-name: motionRiseIn;
}

.motion-item--scale-in.is-visible {
  animation-name: motionScaleIn;
}

.motion-item--pop.is-visible {
  animation-name: motionPopIn;
  animation-duration: 640ms;
}

.motion-item--slide-up.is-visible {
  animation-name: motionSlideUpIn;
}

.motion-item.is-visible.motion-float {
  animation: motionRiseIn var(--dur-scroll) var(--ease-scroll) var(--motion-delay, 0ms) both;
}

/* Headings below hero — light reveal (no blur: was janky on large type) */
[data-reveal-heading] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  will-change: opacity, transform;
}

[data-reveal-heading].is-visible {
  animation: motionHeadingIn 640ms var(--ease-scroll) var(--reveal-delay, 0ms) both;
  will-change: auto;
}

html.studio-perf-balanced [data-reveal-heading].is-visible,
html.studio-perf-balanced .motion-item.is-visible {
  animation-duration: 480ms;
}

/* Cases: keep entrance cheap on large media cards */
.studio-cases .project-card.motion-item {
  content-visibility: visible;
  transition: none;
}

.studio-cases .project-card.motion-item.is-visible {
  animation-name: motionFadeUpIn;
  animation-duration: 520ms;
}

.studio-cases .tabs.motion-item.is-visible {
  animation-name: motionFadeUpIn;
  animation-duration: 480ms;
}

/* Hard collapse fallback: only the peek card stays in flow under the veil */
.studio-cases-stack.is-collapsed .project-card--beyond-limit:not(.project-card--peek) {
  display: none !important;
}

/* Lite: never leave content invisible if JS skipped a frame */
html.studio-perf-lite .motion-item,
html.studio-perf-lite [data-reveal-heading] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .motion-item,
  .motion-item.is-visible,
  .motion-item.is-visible.motion-float {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }

  [data-reveal-heading],
  [data-reveal-heading].is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
    transition: none;
  }

  .studio-about__lead,
  .studio-about__card,
  .studio-about__photo img,
  .studio-about__meta,
  .studio-about.is-inview .studio-about__lead,
  .studio-about.is-inview .studio-about__card,
  .studio-about.is-inview .studio-about__photo img,
  .studio-about.is-inview .studio-about__meta {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none !important;
  }

  [data-reveal-heading] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .hero-title[data-hero-wordmark],
  .hero-subtitle[data-hero-scroll-item],
  .hero-search-wrap[data-hero-scroll-item],
  .hero-partners[data-hero-scroll-item],
  .studio-stats[data-hero-scroll-item] {
    opacity: 1;
    transform: none;
  }

  .studio-faq__item,
  .studio-faq__panel,
  .studio-faq__panel-inner p,
  .studio-faq__icon {
    transition: none;
    transform: none;
  }

  .studio-faq__item.is-open .studio-faq__panel {
    grid-template-rows: 1fr;
    opacity: 1;
  }

  .studio-faq__item:not(.is-open) .studio-faq__panel {
    grid-template-rows: 0fr;
    opacity: 0.999;
  }

  .studio-faq__item.is-open .studio-faq__panel-inner p {
    opacity: 1;
  }

  .hero-nav,
  .hero-nav-inner,
  .brand-wordmark {
    transition: none;
  }

  .hero-search-caret {
    animation: none;
    opacity: 0.72;
  }

  .promo-strip.is-scroll-gated,
  .top-contact-cluster.is-scroll-gated,
  .promo-strip.is-scroll-revealed,
  .top-contact-cluster.is-scroll-revealed,
  .promo-strip.is-scroll-away,
  .top-contact-cluster.is-scroll-away {
    transition: none;
    transform: none;
  }
}

html {
  overflow-x: clip;
}

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  min-height: 100dvh;
  overflow-x: clip;
  font-family: "Inter", system-ui, sans-serif;
  background: #dcefff;
  color: #000000;
}

img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: -2;
  background:
    radial-gradient(1200px 700px at 8% 12%, rgba(195, 232, 255, 0.85) 0%, rgba(195, 232, 255, 0) 62%),
    radial-gradient(900px 640px at 92% 18%, rgba(142, 202, 255, 0.72) 0%, rgba(142, 202, 255, 0) 58%),
    radial-gradient(1100px 760px at 50% 92%, rgba(104, 175, 244, 0.48) 0%, rgba(104, 175, 244, 0) 66%),
    linear-gradient(135deg, #e9f6ff 0%, #cde8ff 52%, #b7ddff 100%);
  background-size: 120% 120%, 130% 130%, 120% 120%, 100% 100%;
}

body::after {
  z-index: -1;
  opacity: 0.11;
  mix-blend-mode: soft-light;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(16, 52, 98, 0.22) 0 1px, transparent 1.2px),
    radial-gradient(circle at 78% 34%, rgba(16, 52, 98, 0.16) 0 1px, transparent 1.3px),
    radial-gradient(circle at 36% 72%, rgba(16, 52, 98, 0.22) 0 1px, transparent 1.4px),
    radial-gradient(circle at 66% 86%, rgba(16, 52, 98, 0.2) 0 1px, transparent 1.3px);
  background-size: 3px 3px, 4px 4px, 5px 5px, 6px 6px;
  animation: none;
}

@keyframes studioGradientFlow {
  0% {
    background-position: 0% 0%, 100% 20%, 40% 100%, 0% 0%;
    filter: saturate(1) brightness(1);
  }
  50% {
    background-position: 14% 10%, 88% 8%, 56% 88%, 0% 0%;
    filter: saturate(1.08) brightness(1.03);
  }
  100% {
    background-position: 24% 18%, 74% 4%, 42% 72%, 0% 0%;
    filter: saturate(1.03) brightness(1.01);
  }
}

@keyframes studioNoiseShift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(-0.6%, 0.4%, 0);
  }
  50% {
    transform: translate3d(0.8%, -0.4%, 0);
  }
  75% {
    transform: translate3d(-0.4%, -0.6%, 0);
  }
  100% {
    transform: translate3d(0.4%, 0.5%, 0);
  }
}

/* Video background */
.hero-video-wrap {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  left: 50%;
  top: 0;
  width: 115%;
  height: 115%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  filter: brightness(1.12) saturate(1.06);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.08) 42%,
    rgba(255, 255, 255, 0.22) 100%
  );
}

.hero-page {
  position: relative;
  min-height: 100dvh;
}

.hero-pong-layer {
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  overflow: hidden;
}

.hero-paddle {
  position: absolute;
  top: 0;
  width: 12px;
  height: 118px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(20, 25, 32, 0.95), rgba(42, 50, 64, 0.88));
  box-shadow: 0 8px 16px rgba(14, 20, 30, 0.24);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.hero-paddle--player {
  left: 14px;
}

.hero-paddle--ai {
  right: 14px;
}

.hero-pong-ball {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, #f1f6ff 42%, #d7e6ff 100%);
  box-shadow: 0 0 0 1px rgba(20, 34, 56, 0.1), 0 8px 20px rgba(22, 54, 90, 0.22);
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.hero-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 80px 120px 0;
}

/* Navigation */
.hero-nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1040px, calc(100% - 320px));
  z-index: 2000;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(14, 28, 48, 0.14);
  transition:
    width 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-nav.is-scrolled {
  width: min(686px, calc((100% - 360px) * 0.7));
  top: 10px;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(14, 28, 48, 0.11);
}

.hero-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 58px;
  padding: 7px;
  transition:
    min-height 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    gap 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-nav.is-scrolled .hero-nav-inner {
  min-height: 48px;
  padding: 5px;
  gap: 10px;
}

.hero-logo {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border: none;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
}

.brand-wordmark {
  display: block;
  height: 28px;
  width: auto;
  border: none;
  outline: none;
  box-shadow: none;
  transition: height 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
}

.hero-nav.is-scrolled .hero-logo .brand-wordmark {
  height: 24px;
}

.brand-wordmark--footer {
  height: clamp(36px, 4vw, 44px);
}

.hero-logo .brand-wordmark {
  height: 28px;
}

.hero-logo:hover {
  background: transparent;
}

.hero-logo:hover .brand-wordmark {
  opacity: 0.72;
}

/* Click left a hard black focus box around the wordmark — kill that */
.hero-logo:focus,
.hero-logo:focus-visible {
  outline: none;
  background: transparent;
  box-shadow: none;
}

.hero-logo:focus-visible .brand-wordmark {
  opacity: 0.72;
}

.hero-menu a:focus-visible,
.hero-btn:focus-visible,
.hero-menu-toggle:focus-visible,
.hero-mobile-sheet a:focus-visible,
.top-phone-chip:focus-visible,
.top-mini-contact-btn:focus-visible,
.studio-footer__links a:focus-visible,
.studio-footer__column a:focus-visible,
.studio-footer__bottom-left a:focus-visible,
.studio-footer__social a:focus-visible,
.studio-discuss__form button:focus-visible,
.studio-discuss__form input:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.hero-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-menu li {
  flex: 0 0 auto;
}

.hero-menu a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 10px;
  border-radius: 9px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.hero-menu a:hover {
  background: rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}

.hero-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.hero-btn--ghost {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000;
}

.hero-btn--dark {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #161616 0%, #000000 100%);
  color: #fff;
  min-width: 101px;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.22),
    0 4px 10px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-btn--dark[data-open-brief-modal] {
  min-width: auto;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 13px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  background: transparent;
  color: #000;
  border-color: rgba(0, 0, 0, 0.18);
  box-shadow: none;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.hero-btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero-btn__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-btn--dark[data-open-brief-modal]::before,
.hero-btn--dark[data-open-brief-modal]::after {
  content: none;
}

.hero-btn--dark[data-open-brief-modal]:hover {
  transform: translateY(-1px);
  background: #000;
  border-color: #000;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-btn--dark[data-open-brief-modal]:active {
  transform: translateY(0);
  background: #111;
  border-color: #111;
  box-shadow:
    0 6px 14px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff;
}

.hero-nav.is-scrolled .hero-btn--dark[data-open-brief-modal] {
  min-height: 42px;
  padding: 0 18px;
  font-size: 14px;
  border-radius: 11px;
  background: linear-gradient(180deg, #161616 0%, #000000 100%);
  color: #fff;
  border-color: #000;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 9px;
  background: #fff;
  color: #111;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hero-menu-toggle svg {
  width: 18px;
  height: 18px;
}

.hero-mobile-sheet {
  display: grid;
  gap: 6px;
  max-height: 0;
  overflow: hidden;
  padding: 0 6px;
  transition: max-height 0.28s ease, padding 0.28s ease;
}

.promo-strip {
  position: fixed;
  top: 16px;
  left: 14px;
  z-index: 2050;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 0;
  width: 268px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  overflow: hidden;
  pointer-events: auto;
  height: var(--hero-chrome-height);
  min-height: var(--hero-chrome-height);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(14, 28, 48, 0.14);
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: top left;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  will-change: transform, opacity;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease,
    visibility 0s linear;
}

.promo-strip:hover {
  box-shadow: 0 16px 32px rgba(14, 28, 48, 0.2);
}

.promo-strip:focus-visible {
  outline: 2px solid #111;
  outline-offset: 3px;
}

.promo-strip.is-scroll-away {
  transform: translate3d(-6px, calc(-100% - 28px), 0) scale(0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.34s;
}

.promo-strip.is-hidden {
  display: none;
}

.promo-strip__timer,
.promo-strip__offer {
  min-height: 100%;
  display: flex;
  align-items: center;
  padding: 8px 10px;
}

.promo-strip__timer {
  background: #ffffff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.promo-strip__offer {
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
  border-left: none;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(10px, 0.82vw, 13px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #000;
  white-space: normal;
  padding: 4px 24px 4px 4px;
  justify-content: center;
  text-align: center;
}

.promo-strip__label {
  margin: 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(9px, 0.66vw, 10px);
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
}

.promo-strip__value {
  margin: 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: lowercase;
  color: #000;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.promo-strip__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.08);
  color: #111;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.promo-strip__close:hover {
  background: rgba(0, 0, 0, 0.14);
  transform: scale(1.04);
}

.top-contact-cluster {
  position: fixed;
  top: 16px;
  right: 14px;
  z-index: 2100;
  display: flex;
  align-items: center;
  gap: 0;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: top right;
  opacity: 1;
  visibility: visible;
  will-change: transform, opacity;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear;
}

.top-contact-cluster.is-scroll-away {
  transform: translate3d(6px, calc(-100% - 28px), 0) scale(0.94);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0.34s;
}

.top-phone-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #0f1723;
  text-decoration: none;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.01em;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(14, 28, 48, 0.14);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.top-phone-chip:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.96);
}

.top-phone-chip.is-copied {
  background: linear-gradient(180deg, #17212f 0%, #0b1018 100%);
  color: #fff;
  box-shadow:
    0 14px 30px rgba(8, 14, 24, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.top-contact-bridge {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 14px;
  margin: 0 -1px;
  pointer-events: none;
  z-index: 2;
}

.top-contact-bridge::before {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  top: 50%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(15, 23, 35, 0.08) 0%,
    rgba(15, 23, 35, 0.22) 50%,
    rgba(15, 23, 35, 0.08) 100%
  );
  transform: translateY(-50%);
}

.top-contact-bridge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  border: 1.5px solid rgba(15, 23, 35, 0.18);
  box-shadow:
    0 0 0 3px rgba(209, 230, 255, 0.55),
    0 3px 8px rgba(14, 28, 48, 0.12);
  transform: translate(-50%, -50%);
}

.top-mini-contacts {
  display: flex;
  gap: 6px;
  min-height: 58px;
  padding: 10px;
  border: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 26px rgba(14, 28, 48, 0.14);
}

.top-mini-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  border: none;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  padding: 0;
  flex: 0 0 40px;
}

.top-mini-contact-btn__icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.top-mini-contact-btn__icon svg,
.top-mini-contact-btn__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.top-mini-contact-btn--vk .top-mini-contact-btn__icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}

.top-mini-contact-btn--max .top-mini-contact-btn__icon {
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}

.top-mini-contact-btn__label {
  line-height: 1;
}

.top-mini-contact-btn--vk {
  background: linear-gradient(180deg, #2e83ff 0%, #1668de 100%);
}

.top-mini-contact-btn--max {
  background: linear-gradient(180deg, #232833 0%, #0f1218 100%);
}

.top-mini-contact-btn--vk:hover {
  background: linear-gradient(180deg, #3b8dff 0%, #1f74ea 100%);
}

.top-mini-contact-btn--max:hover {
  background: linear-gradient(180deg, #2f3642 0%, #171c24 100%);
}

.top-mini-contact-btn--max.is-telegram-fallback {
  color: #fff;
}

.top-mini-contact-btn--max.is-telegram-fallback:hover {
  background: linear-gradient(180deg, #3aa0e8 0%, #229ed9 100%);
}

.top-mini-contact-btn:hover {
  transform: translateY(-1px);
}

.video-orb {
  position: fixed;
  left: 16px;
  bottom: 78px;
  width: 198px;
  height: 198px;
  --orb-control-size: 42px;
  --orb-control-gap: 4px;
  z-index: 1500;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.video-orb__tap {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  background: #000;
  box-shadow:
    0 10px 24px rgba(6, 15, 27, 0.36),
    0 0 0 1px rgba(12, 25, 43, 0.2);
  cursor: pointer;
}

.video-orb__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-orb__close,
.video-orb__sound {
  position: absolute;
  width: var(--orb-control-size);
  height: var(--orb-control-size);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: linear-gradient(165deg, #1b2533 0%, #0e141f 48%, #090d14 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 8px 18px rgba(6, 12, 21, 0.42);
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.video-orb__close::before,
.video-orb__sound::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: #fff;
  border-radius: 999px;
  z-index: -1;
}

.video-orb__close:hover,
.video-orb__sound:hover {
  transform: translateY(-1px);
  background: linear-gradient(165deg, #222e40 0%, #121a29 52%, #0a0f18 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 10px 20px rgba(6, 12, 21, 0.45);
}

.video-orb__icon {
  width: 22px;
  height: 22px;
  display: block;
  color: #f6f9ff;
}

.video-orb__close {
  top: calc(100% + 10px);
  left: calc(50% - var(--orb-control-size) - (var(--orb-control-gap) / 2));
}

.video-orb__sound {
  top: calc(100% + 10px);
  left: calc(50% + (var(--orb-control-gap) / 2));
  font-size: 14px;
}

.video-orb.is-hidden {
  display: none;
}

.video-orb.is-pending {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 10px, 0);
}

.video-orb.is-paused .video-orb__tap::after {
  content: "▶";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(6, 12, 22, 0.55);
  font-size: 18px;
  padding-left: 2px;
}

.hero-mobile-sheet a {
  min-height: 48px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  text-decoration: none;
  color: #111;
  background: rgba(0, 0, 0, 0.04);
  font-size: 15px;
  font-weight: 600;
}

.hero-mobile-sheet-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 6px 0 8px;
}

.hero-nav.is-open .hero-mobile-sheet {
  max-height: 280px;
  padding: 0 6px 8px;
}

/* Hero content */
.hero-main {
  min-height: calc(100dvh - 76px);
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  padding-top: 88px;
  padding-bottom: 70px;
}

.hero-content {
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  text-align: center;
}

.hero-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hero-badge {
  display: inline-flex;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(20, 36, 58, 0.12);
}

.hero-badge-dark,
.hero-badge-light {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.hero-badge-dark {
  gap: 6px;
  padding: 8px 12px;
  background: #0e1311;
  color: #fff;
}

.hero-badge-dark svg {
  width: 14px;
  height: 14px;
}

.hero-badge-light {
  padding: 8px 14px 8px 12px;
  background: #f8f8f8;
  color: #000;
}

.hero-title {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-title[data-hero-wordmark] {
  max-width: min(100%, 860px);
  transform-origin: center center;
  will-change: transform, opacity;
}

.hero-title[data-hero-wordmark],
.hero-subtitle[data-hero-scroll-item],
.hero-search-wrap[data-hero-scroll-item],
.hero-partners[data-hero-scroll-item],
.studio-stats[data-hero-scroll-item] {
  opacity: var(--hero-scroll-opacity, 1);
  transform: var(--hero-scroll-transform, none);
  will-change: transform, opacity;
  transform-origin: center center;
}

.hero-subtitle {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  width: max-content;
  max-width: none;
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: clamp(13px, 1.45vw, 18px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: #5c6678;
  white-space: nowrap;
}

.hero-subtitle__dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(92, 102, 120, 0.55);
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-0.04em);
}

/* Hero request expand */
.hero-cta-wrap {
  width: 100%;
  max-width: min(980px, calc(100% - 48px));
  margin-inline: auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.hero-request {
  --hero-request-height: 52px;
  position: relative;
  height: var(--hero-request-height);
  width: 236px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 22px rgba(14, 28, 48, 0.1);
  overflow: hidden;
  transition:
    width 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    border-radius 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.62s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.62s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-request.is-open,
.hero-request.is-opening {
  width: min(980px, calc(100vw - 48px));
  height: auto;
  min-height: var(--hero-request-height);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(14, 28, 48, 0.12);
  overflow: hidden;
}

.hero-request__open {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 6px 6px 0;
  border: none;
  background: transparent;
  color: #111;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition:
    opacity 0.34s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear;
}

.hero-request__open-label {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 100%;
  padding: 0 8px 0 16px;
  white-space: nowrap;
}

.hero-request__open-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  transition:
    background 0.22s ease,
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-request__open-chevron svg {
  display: block;
  width: 16px;
  height: 16px;
}

.hero-request.is-opening .hero-request__open-chevron {
  transform: translateX(2px);
}

.hero-request__open:hover .hero-request__open-chevron {
  background: #111;
}

.hero-request__open:hover {
  color: #000;
}

.hero-request.is-open .hero-request__open,
.hero-request.is-opening .hero-request__open {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.985);
  pointer-events: none;
  transition:
    opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0s linear 0.28s;
}

.hero-request__form {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1.2fr) auto;
  gap: 6px;
  align-items: center;
  padding: 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(10px) scale(0.99);
  transition:
    opacity 0.46s cubic-bezier(0.16, 1, 0.3, 1) 0.1s,
    transform 0.58s cubic-bezier(0.16, 1, 0.3, 1) 0.08s,
    visibility 0s linear 0.58s;
}

.hero-request.is-open .hero-request__form,
.hero-request.is-opening .hero-request__form {
  position: relative;
  inset: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1.15fr) minmax(0, 1.2fr) auto;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 5px 5px 8px;
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.16s,
    transform 0.62s cubic-bezier(0.16, 1, 0.3, 1) 0.12s,
    visibility 0s linear;
}

.hero-request__consent {
  grid-column: 1 / -1;
  margin: 0 4px 2px;
}

.hero-request.is-open .hero-request__form > *,
.hero-request.is-opening .hero-request__form > * {
  opacity: 0;
  transform: translateX(8px);
  animation: heroRequestFieldIn 0.46s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-request.is-open .hero-request__form > *:nth-child(1),
.hero-request.is-opening .hero-request__form > *:nth-child(1) {
  animation-delay: 0.14s;
}

.hero-request.is-open .hero-request__form > *:nth-child(2),
.hero-request.is-opening .hero-request__form > *:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-request.is-open .hero-request__form > *:nth-child(3),
.hero-request.is-opening .hero-request__form > *:nth-child(3) {
  animation-delay: 0.26s;
}

.hero-request.is-open .hero-request__form > *:nth-child(4),
.hero-request.is-opening .hero-request__form > *:nth-child(4) {
  animation-delay: 0.32s;
}

.hero-request.is-open .hero-request__form > *:nth-child(5),
.hero-request.is-opening .hero-request__form > *:nth-child(5) {
  animation-delay: 0.38s;
}

.hero-request.is-open .hero-request__form > *:nth-child(6),
.hero-request.is-opening .hero-request__form > *:nth-child(6) {
  animation-delay: 0.42s;
}

.hero-request__collapse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #000;
  color: #fff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition:
    background 0.22s ease,
    transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-request__collapse-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-request__collapse-chevron svg {
  display: block;
  width: 16px;
  height: 16px;
}

.hero-request__collapse:hover {
  background: #111;
}

.hero-request__collapse:hover .hero-request__collapse-chevron {
  transform: translateX(-2px);
}

.hero-request__collapse-chevron {
  transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes heroRequestFieldIn {
  from {
    opacity: 0;
    transform: translateX(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.hero-request__form input {
  height: 42px;
  min-height: 42px;
  min-width: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 9px;
  padding: 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #111;
  background: #fff;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-request__form input::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.hero-request__form input:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.06);
}

.hero-request__submit {
  height: 42px;
  min-height: 42px;
  min-width: 124px;
  margin: 0;
  padding: 0 16px;
  border: none;
  border-radius: 9px;
  background: linear-gradient(180deg, #161616 0%, #000000 100%);
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: pointer;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.hero-request__submit:hover {
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.hero-request__submit:active {
  transform: translateY(0);
}

.hero-request__submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.hero-request__open:focus-visible,
.hero-request__collapse:focus-visible,
.hero-request__form input:focus-visible,
.hero-request__submit:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

@media (max-width: 899px) {
  .hero-request {
    width: min(100%, 280px);
    max-height: var(--hero-request-height);
    transition:
      width 0.55s cubic-bezier(0.16, 1, 0.3, 1),
      max-height 0.62s cubic-bezier(0.16, 1, 0.3, 1),
      height 0.62s cubic-bezier(0.16, 1, 0.3, 1),
      border-radius 0.55s cubic-bezier(0.16, 1, 0.3, 1),
      box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1),
      background 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero-request.is-open,
  .hero-request.is-opening {
    width: 100%;
    height: auto;
    max-height: 480px;
    border-radius: 18px;
  }

  .hero-request__open {
    font-size: 14px;
    padding: 5px 5px 5px 0;
  }

  .hero-request__open-chevron {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
    border-radius: 9px;
  }

  .hero-request__open-chevron svg {
    transform: rotate(90deg);
  }

  .hero-request__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    align-content: start;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    transform: translateY(12px) scale(0.985);
  }

  .hero-request.is-open .hero-request__form,
  .hero-request.is-opening .hero-request__form {
    position: relative;
    inset: auto;
    transform: none;
  }

  .hero-request.is-open .hero-request__form > *,
  .hero-request.is-opening .hero-request__form > * {
    transform: translateY(10px);
    animation-name: heroRequestFieldInMobile;
  }

  .hero-request__collapse {
    justify-self: start;
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    border-radius: 11px;
  }

  .hero-request__collapse-chevron svg {
    transform: rotate(-90deg);
  }

  .hero-request__form input {
    width: 100%;
    height: 46px;
    min-height: 46px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 12px;
  }

  .hero-request__submit {
    width: 100%;
    min-width: 0;
    height: 48px;
    min-height: 48px;
    padding: 0 14px;
    font-size: 15px;
    border-radius: 12px;
  }
}

@keyframes heroRequestFieldInMobile {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-request,
  .hero-request__open,
  .hero-request__form,
  .hero-request__open-chevron {
    transition: none;
    animation: none;
    transform: none;
  }

  .hero-request.is-open .hero-request__form > *,
  .hero-request.is-opening .hero-request__form > * {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-request.is-open .hero-request__open {
    display: none;
  }

  .hero-range-track::after,
  .hero-range-control input[type="range"]::-webkit-slider-thumb,
  .hero-range-control input[type="range"]::-moz-range-thumb {
    transition: none;
  }
}

/* AI assistant block */
.hero-search-wrap {
  width: 100%;
  max-width: 816px;
  margin-inline: auto;
  margin-top: 28px;
}

.hero-partners {
  width: 100%;
  max-width: 816px;
  margin: 40px auto 0;
  padding: 0 4px;
}

.hero-partners__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(28, 40, 58, 0.55);
  line-height: 1.2;
  opacity: 0.72;
  transition: opacity 0.24s ease, transform 0.24s ease, color 0.24s ease;
}

.hero-partners__item:hover {
  opacity: 0.95;
  color: rgba(28, 40, 58, 0.82);
  transform: translateY(-1px);
}

.studio-stats {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(960px, 100%);
  margin: 18px auto 0;
  padding: 0 12px;
  box-sizing: border-box;
  overflow: visible;
}

.studio-stats__viewport,
.studio-stats__track {
  display: contents;
}

.studio-stats__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}

.studio-stats__list--clone {
  display: none;
}

@keyframes studioStatsMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.studio-stats__item {
  display: inline-flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.studio-stat {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 5px 14px 5px 5px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(27, 56, 91, 0.1);
  overflow: visible;
}

.studio-stat__accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px 0 0 999px;
  background: #a8d0f8;
  color: #fff;
  font-family: "Fustat", sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
  white-space: nowrap;
}

.studio-stat__accent--compact {
  min-width: 52px;
  padding: 0 12px;
  font-size: 18px;
}

.studio-stat__cluster {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.studio-stat__cluster .studio-stat__accent {
  position: relative;
  z-index: 1;
}

.studio-stat__cluster i {
  display: block;
  flex-shrink: 0;
  border-radius: 999px;
  background: #a8d0f8;
}

.studio-stat__cluster i:first-of-type {
  width: 32px;
  height: 34px;
  border-radius: 999px;
}

.studio-stat__cluster i:last-of-type {
  width: 7px;
  height: 26px;
  margin-left: 3px;
}

.studio-stat__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  padding-right: 2px;
  text-align: left;
}

.studio-stat__text strong {
  font-family: "Fustat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #111;
}

.studio-stat__text span {
  font-family: "Fustat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #8a93a3;
}

.hero-search {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  min-height: 0;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(246, 250, 255, 0.94) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 20px 42px rgba(40, 80, 124, 0.13);
}

.hero-search-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
  padding: 10px 10px 10px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(32, 56, 86, 0.07);
  box-shadow: 0 8px 22px rgba(27, 56, 91, 0.08);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.hero-search-input-wrap:focus-within {
  border-color: rgba(32, 56, 86, 0.12);
  box-shadow:
    0 10px 26px rgba(27, 56, 91, 0.11),
    0 0 0 3px rgba(46, 131, 255, 0.08);
}

.hero-search-input-wrap.has-attachments {
  padding-top: 10px;
}

.hero-search-input-wrap .hero-attach-list {
  order: -1;
}

.hero-search-input-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

.hero-search-editor-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 56px;
}

.hero-search-editor {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 56px;
  max-height: 120px;
  padding: 15px 0;
  border: 0;
  outline: 0;
  background: transparent;
  resize: none;
  overflow-y: auto;
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  box-sizing: border-box;
}

.hero-search-editor-ghost {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  pointer-events: none;
  color: rgba(43, 61, 87, 0.58);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.18s ease;
}

.hero-search-caret {
  display: inline-block;
  width: 2px;
  height: 1.05em;
  margin-left: 2px;
  border-radius: 1px;
  background: rgba(43, 61, 87, 0.52);
  animation: heroSearchCaretBlink 1.05s step-end infinite;
}

.hero-search-editor:focus ~ .hero-search-editor-ghost,
.hero-search-editor:not(:placeholder-shown) ~ .hero-search-editor-ghost {
  opacity: 0;
}

@keyframes heroSearchCaretBlink {
  0%,
  49% {
    opacity: 1;
  }

  50%,
  100% {
    opacity: 0;
  }
}

.hero-search-editor::placeholder {
  color: transparent;
}

.hero-search-editor::-webkit-scrollbar {
  width: 6px;
}

.hero-search-editor::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.hero-search-submit {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-end;
  min-width: 128px;
  height: 52px;
  min-height: 52px;
  padding: 0 20px;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 32%),
    linear-gradient(150deg, #2a3038 0%, #14171d 58%, #080a0f 100%);
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 20px rgba(7, 9, 14, 0.28);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.hero-search-submit svg,
.hero-search-submit__icon {
  width: 16px;
  height: 16px;
  opacity: 0.92;
  display: none;
  flex-shrink: 0;
}

.hero-search-submit__label {
  display: inline;
}

.hero-search-submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 16px 28px rgba(7, 9, 14, 0.42);
}

.hero-search-submit:active {
  transform: translateY(1px);
}

.hero-search-submit.is-sending {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 36%),
    linear-gradient(150deg, #46505f 0%, #202632 58%, #0d1118 100%);
  transform: translateY(-1px) scale(0.988);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 18px 34px rgba(7, 9, 14, 0.46);
}

.hero-search-submit.is-sending::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 12%, rgba(255, 255, 255, 0.36), transparent 82%);
  animation: heroButtonFlash 760ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-search-submit.is-invalid {
  animation: heroShake 340ms ease;
}

.hero-search-submit:focus-visible,
.hero-range-control input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 1px;
}

.hero-search-bottom {
  display: none;
}

.hero-search-actions {
  display: none;
}

.hero-chip {
  display: none;
}

.hero-search-sliders {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 2px 4px 0;
  transition: grid-template-columns 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-search-sliders:not(.has-ranges) {
  grid-template-columns: auto;
  justify-content: start;
}

.hero-search-ranges {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 200px));
  gap: 12px 16px;
  justify-content: end;
  min-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translate3d(12px, 8px, 0) scale(0.96);
  pointer-events: none;
  transition:
    max-height 0.58s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.48s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.58s cubic-bezier(0.16, 1, 0.3, 1),
    margin 0.45s ease;
}

.hero-search-ranges[hidden] {
  display: grid;
}

.hero-search-ranges.is-visible {
  max-height: 180px;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  pointer-events: auto;
}

.hero-search-ranges .hero-range-control {
  opacity: 0;
  transform: translate3d(10px, 6px, 0);
  transition:
    opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-search-ranges.is-visible .hero-range-control {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.hero-search-ranges.is-visible .hero-range-control:nth-child(1) {
  transition-delay: 0.04s;
}

.hero-search-ranges.is-visible .hero-range-control:nth-child(2) {
  transition-delay: 0.12s;
}

.hero-search-attachments {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.hero-attach-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.hero-attach-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid rgba(32, 56, 86, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(28, 40, 58, 0.74);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(17, 35, 60, 0.04);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.hero-attach-btn:hover {
  border-color: rgba(32, 56, 86, 0.16);
  background: #fff;
  color: #111;
  box-shadow: 0 4px 10px rgba(17, 35, 60, 0.06);
}

.hero-attach-btn svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  opacity: 0.88;
  overflow: visible;
}

.hero-attach-btn:active {
  transform: translateY(1px);
}

.hero-attach-btn.is-active {
  border-color: rgba(17, 17, 17, 0.22);
  background: #111;
  color: #fff;
}

.hero-attach-link-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-attach-link-form[hidden] {
  display: none;
}

.hero-attach-link-input {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(32, 56, 86, 0.12);
  border-radius: 10px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  color: #111;
}

.hero-attach-link-input:focus {
  outline: 2px solid rgba(0, 0, 0, 0.12);
  border-color: rgba(32, 56, 86, 0.2);
}

.hero-attach-link-add {
  min-height: 36px;
  padding: 0 12px;
  border: none;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.hero-attach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-attach-list[hidden] {
  display: none;
}

.hero-attach-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: min(220px, 100%);
  min-height: 32px;
  padding: 3px 6px 3px 3px;
  border-radius: 10px;
  background: rgba(246, 249, 252, 0.96);
  border: 1px solid rgba(32, 56, 86, 0.1);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(28, 40, 58, 0.82);
}

.hero-attach-item--file {
  padding-left: 8px;
}

.hero-attach-item__thumb {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  object-fit: cover;
  flex: 0 0 26px;
  background: rgba(17, 17, 17, 0.06);
}

.hero-attach-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.08);
  position: relative;
}

.hero-attach-item__icon--file::before {
  content: "";
  width: 8px;
  height: 10px;
  border: 1.5px solid rgba(28, 40, 58, 0.55);
  border-radius: 1px;
}

.hero-attach-item__icon--photo::before {
  content: "";
  width: 10px;
  height: 8px;
  border: 1.5px solid rgba(28, 40, 58, 0.55);
  border-radius: 2px;
}

.hero-attach-item__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-attach-item__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(28, 40, 58, 0.5);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.hero-attach-item__remove:hover {
  background: rgba(17, 17, 17, 0.06);
  color: #111;
}

.hero-range-control--compact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 10px;
  min-width: 0;
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.hero-range-control--compact .hero-range-head {
  display: contents;
}

.hero-range-control--compact .hero-range-head span {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(28, 40, 58, 0.72);
}

.hero-range-control--compact .hero-range-head strong {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-range-control--compact .hero-range-track {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 18px;
}

.hero-range-control {
  min-width: 0;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  padding: 0;
  border: none;
  background: transparent;
}

.hero-range-control--deadline {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px 10px;
}

.hero-range-control--deadline .hero-range-head {
  display: contents;
}

.hero-range-control--deadline .hero-range-head span {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: none;
  color: rgba(28, 40, 58, 0.72);
}

.hero-range-control--deadline .hero-range-head strong {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.hero-range-control--deadline .hero-range-track {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 18px;
}

.hero-range-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.hero-range-head span {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: none;
  color: rgba(43, 61, 87, 0.52);
}

.hero-range-head strong {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #111;
  font-variant-numeric: tabular-nums;
}

.hero-range-track {
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
  --range-progress: 0%;
}

.hero-range-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.08);
  transform: translateY(-50%);
}

.hero-range-control--compact input[type="range"],
.hero-range-control--deadline input[type="range"] {
  height: 100%;
}

.hero-range-track::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--range-progress);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #111 0%, #2a3038 100%);
  pointer-events: none;
  transform: translateY(-50%);
  transition: width 0.12s ease-out;
}

.hero-range-control input[type="range"] {
  --range-progress: 0%;
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
}

.hero-range-control input[type="range"]::-webkit-slider-runnable-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.hero-range-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  margin-top: -5.5px;
  border-radius: 50%;
  border: 2px solid #111111;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  transition: transform 0.14s ease, box-shadow 0.14s ease;
}

.hero-range-control input[type="range"]:hover::-webkit-slider-thumb {
  transform: scale(1.06);
}

.hero-range-control input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.hero-range-control input[type="range"]::-moz-range-track {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.hero-range-control input[type="range"]::-moz-range-progress {
  height: 3px;
  border-radius: 999px;
  background: transparent;
}

.hero-range-control input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  border: 2px solid #111111;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.hero-range-control input[type="range"]:hover::-moz-range-thumb {
  transform: scale(1.06);
}

.hero-range-control input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.1);
}

.hero-char-count {
  align-self: flex-end;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #2f415b;
}

.hero-char-count.is-limit {
  color: #ffd4d4;
}

.hero-send-launch {
  position: fixed;
  z-index: 120;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.hero-send-glow,
.hero-send-burst,
.hero-send-ring,
.hero-send-trail,
.hero-send-spark,
.hero-send-plane-flight {
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
}

.hero-send-glow {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(214, 241, 255, 0.95) 0%, rgba(214, 241, 255, 0.3) 45%, rgba(214, 241, 255, 0) 72%);
  transform: translate(-50%, -50%);
  animation: heroLaunchGlow 1300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-send-burst {
  width: 94px;
  height: 94px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.54) 0%, rgba(219, 240, 255, 0.26) 24%, rgba(219, 240, 255, 0.08) 42%, rgba(219, 240, 255, 0) 68%);
  transform: translate(-50%, -50%) scale(0.14);
  mix-blend-mode: screen;
  opacity: 0;
  animation: heroLaunchBurst 1450ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-send-ring {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  transform: translate(-50%, -50%);
  animation: heroLaunchRing 1200ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-send-trail {
  width: 170px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(186, 226, 255, 0.18) 16%, rgba(186, 226, 255, 0.84) 55%, rgba(255, 255, 255, 0.96) 100%);
  filter: blur(0.2px);
  opacity: 0;
  transform: translate(-24px, 0) rotate(-31deg) scaleX(0.22);
  animation: heroLaunchTrail 1280ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-send-trail--soft {
  width: 228px;
  height: 20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(197, 231, 255, 0.06) 18%, rgba(197, 231, 255, 0.32) 52%, rgba(255, 255, 255, 0.58) 100%);
  filter: blur(9px);
  opacity: 0;
  transform: translate(-42px, 7px) rotate(-27deg) scaleX(0.18);
  animation: heroLaunchTrailSoft 1420ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-send-spark {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, rgba(188, 223, 255, 0.85) 42%, rgba(188, 223, 255, 0) 72%);
  opacity: 0;
}

.hero-send-spark--one {
  animation: heroLaunchSparkOne 1100ms ease-out forwards;
}

.hero-send-spark--two {
  animation: heroLaunchSparkTwo 1200ms ease-out forwards;
}

.hero-send-spark--three {
  animation: heroLaunchSparkThree 1260ms ease-out forwards;
}

.hero-send-spark--four {
  width: 5px;
  height: 5px;
  animation: heroLaunchSparkFour 1180ms ease-out forwards;
}

.hero-send-spark--five {
  width: 4px;
  height: 4px;
  animation: heroLaunchSparkFive 1340ms ease-out forwards;
}

.hero-send-plane-flight {
  position: fixed;
  z-index: 121;
  width: 28px;
  height: 28px;
  color: #ffffff;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 12px 18px rgba(13, 20, 30, 0.24))
    drop-shadow(0 0 22px rgba(210, 237, 255, 0.72));
  animation: heroPlaneFlyAwwwards 1480ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes heroPlaneFlyAwwwards {
  0% {
    opacity: 0;
    transform: translate(-48px, 14px) rotate(-15deg) scale(0.58);
  }
  8% {
    opacity: 1;
    transform: translate(-28px, 10px) rotate(-16deg) scale(0.74);
  }
  18% {
    transform: translate(8px, -12px) rotate(-8deg) scale(1.02);
  }
  34% {
    transform: translate(98px, -102px) rotate(5deg) scale(1.08);
  }
  52% {
    transform: translate(208px, -188px) rotate(14deg) scale(0.98);
  }
  72% {
    opacity: 1;
    transform: translate(356px, -302px) rotate(23deg) scale(0.92);
  }
  84% {
    opacity: 0.96;
    transform: translate(454px, -382px) rotate(27deg) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate(592px, -486px) rotate(30deg) scale(0.54);
  }
}

@keyframes heroLaunchGlow {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
  }
  18% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(5.4);
  }
}

@keyframes heroLaunchBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.14);
  }
  12% {
    opacity: 0.88;
    transform: translate(-50%, -50%) scale(0.54);
  }
  30% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(0.92);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.34);
  }
}

@keyframes heroLaunchRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  16% {
    opacity: 0.78;
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(4.8);
  }
}

@keyframes heroLaunchTrail {
  0% {
    opacity: 0;
    transform: translate(-28px, 4px) rotate(-30deg) scaleX(0.16);
  }
  18% {
    opacity: 0.96;
    transform: translate(0, -4px) rotate(-31deg) scaleX(0.62);
  }
  42% {
    opacity: 1;
    transform: translate(116px, -92px) rotate(-28deg) scaleX(1.02);
  }
  78% {
    opacity: 0.68;
    transform: translate(312px, -256px) rotate(-26deg) scaleX(1.14);
  }
  100% {
    opacity: 0;
    transform: translate(518px, -408px) rotate(-24deg) scaleX(0.92);
  }
}

@keyframes heroLaunchTrailSoft {
  0% {
    opacity: 0;
    transform: translate(-40px, 8px) rotate(-29deg) scaleX(0.14);
  }
  24% {
    opacity: 0.84;
    transform: translate(20px, -12px) rotate(-29deg) scaleX(0.72);
  }
  70% {
    opacity: 0.48;
    transform: translate(252px, -214px) rotate(-25deg) scaleX(1.08);
  }
  100% {
    opacity: 0;
    transform: translate(480px, -402px) rotate(-23deg) scaleX(0.86);
  }
}

@keyframes heroLaunchSparkOne {
  0% {
    opacity: 0;
    transform: translate(-4px, -2px) scale(0.2);
  }
  22% {
    opacity: 1;
    transform: translate(26px, -26px) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(118px, -96px) scale(0.3);
  }
}

@keyframes heroLaunchSparkTwo {
  0% {
    opacity: 0;
    transform: translate(-2px, 4px) scale(0.2);
  }
  18% {
    opacity: 0.9;
    transform: translate(20px, 12px) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(124px, -34px) scale(0.28);
  }
}

@keyframes heroLaunchSparkThree {
  0% {
    opacity: 0;
    transform: translate(2px, -1px) scale(0.2);
  }
  16% {
    opacity: 0.8;
    transform: translate(18px, -18px) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(178px, -146px) scale(0.22);
  }
}

@keyframes heroLaunchSparkFour {
  0% {
    opacity: 0;
    transform: translate(1px, 1px) scale(0.2);
  }
  20% {
    opacity: 0.76;
    transform: translate(30px, -8px) scale(0.92);
  }
  100% {
    opacity: 0;
    transform: translate(186px, -86px) scale(0.18);
  }
}

@keyframes heroLaunchSparkFive {
  0% {
    opacity: 0;
    transform: translate(-1px, 2px) scale(0.2);
  }
  24% {
    opacity: 0.72;
    transform: translate(24px, 20px) scale(0.84);
  }
  100% {
    opacity: 0;
    transform: translate(140px, -18px) scale(0.16);
  }
}

@keyframes heroButtonFlash {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes heroShake {
  0%,
  100% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-3px);
  }
  60% {
    transform: translateX(3px);
  }
}

/* Common section layer */
.section {
  position: relative;
  z-index: 1;
}

/* Cases */
.studio-cases {
  padding: 58px 0 96px;
}

.studio-cases .container {
  width: min(1000px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.studio-cases .section-subtitle {
  margin: 0 0 10px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.2px;
  color: #505050;
}

.studio-cases .section-title,
.studio-services .section-title {
  margin: 0 auto 28px;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.studio-cases .tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 32px;
  isolation: isolate;
}

.studio-cases .tabs__indicator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-height: 44px;
  border-radius: 999px;
  background: #000;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.56s cubic-bezier(0.32, 0.72, 0, 1),
    width 0.56s cubic-bezier(0.32, 0.72, 0, 1),
    height 0.5s cubic-bezier(0.32, 0.72, 0, 1),
    opacity 0.24s ease;
  will-change: auto;
}

.studio-cases .tabs.is-ready .tabs__indicator {
  opacity: 1;
}

.studio-cases .tabs.is-switching .tabs__indicator {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
  will-change: transform, width, height;
}

.studio-cases .tabs:not(.is-ready) .tab-button.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.studio-cases .tab-button {
  position: relative;
  z-index: 1;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(28, 52, 81, 0.14);
  background: rgba(255, 255, 255, 0.92);
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #505050;
  cursor: pointer;
  transition:
    color 0.36s cubic-bezier(0.32, 0.72, 0, 1),
    border-color 0.36s cubic-bezier(0.32, 0.72, 0, 1),
    background 0.36s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
}

.studio-cases .tab-button:hover:not(.active) {
  color: #111;
  border-color: rgba(28, 52, 81, 0.22);
  background: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.studio-cases .tab-button.active {
  background: transparent;
  border-color: transparent;
  color: #fff;
}

.studio-cases-status {
  margin: 0 0 24px;
  color: #505050;
  font-size: 14px;
}

.studio-cases .portfolio-grid-bleed {
  width: 100%;
  margin: clamp(16px, 2.5vw, 28px) auto 0;
  padding: 0 24px;
}

.studio-cases .projects-grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: clamp(540px, 55vw, 920px);
}

.studio-cases-stack {
  position: relative;
}

.studio-cases-clip {
  position: relative;
}

.studio-cases-stack.is-collapsed .studio-cases-clip {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - 168px),
    rgba(0, 0, 0, 0.72) calc(100% - 112px),
    rgba(0, 0, 0, 0.28) calc(100% - 56px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - 168px),
    rgba(0, 0, 0, 0.72) calc(100% - 112px),
    rgba(0, 0, 0, 0.28) calc(100% - 56px),
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.studio-cases-stack.is-collapsed .projects-grid {
  min-height: 0;
}

.studio-cases-more {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.studio-cases-stack.is-collapsed .studio-cases-more {
  margin-top: -40px;
  padding-top: 56px;
}

.studio-cases-clip .studio-cases-more__veil {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: clamp(132px, 18vw, 196px);
  background: linear-gradient(
    to bottom,
    rgba(220, 239, 255, 0) 0%,
    rgba(220, 239, 255, 0.18) 24%,
    rgba(220, 239, 255, 0.52) 58%,
    rgba(220, 239, 255, 0.84) 82%,
    #dcefff 100%
  );
  pointer-events: none;
}

.studio-cases-stack:not(.is-collapsed) .studio-cases-more__veil {
  display: none;
}

.studio-cases-more__button {
  min-height: 60px;
  min-width: 320px;
  padding: 0 30px;
  border: none;
  border-radius: 20px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(16, 30, 48, 0.18);
}

.studio-cases-more__button:hover {
  background: #111;
}

.studio-cases-clip.is-clip-animating {
  overflow: hidden;
  transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-cases-stack.is-expanding .studio-cases-more__veil {
  opacity: 0;
  transition: opacity 0.24s ease;
}

.studio-cases-more__button .list-more-button__icon {
  display: inline-flex;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-cases-more__button.is-expanded .list-more-button__icon {
  transform: rotate(180deg);
}

.studio-cases .project-card.is-expand-reveal {
  animation: caseExpandCardIn 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--case-expand-delay, 0ms);
}

@keyframes caseExpandCardIn {
  0% {
    opacity: 0.35;
    transform: translate3d(0, 10px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.studio-cases-stack.is-collapsed .project-card--beyond-limit {
  pointer-events: none;
  user-select: none;
}

.studio-cases .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
  border: none;
  background: #dcefff;
  box-shadow: 0 18px 34px rgba(29, 62, 97, 0.2);
  content-visibility: auto;
  contain-intrinsic-size: auto 320px;
  transition:
    opacity 0.28s cubic-bezier(0.32, 0.72, 0, 1),
    transform 0.28s cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 0.28s ease;
  touch-action: manipulation;
}

.studio-cases .project-card__link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  color: transparent;
  text-decoration: none;
}

.studio-cases .project-card__link:focus {
  outline: none;
}

.studio-cases .project-card__link:focus-visible {
  outline: 2px solid #205ca8;
  outline-offset: -4px;
}

.studio-cases .projects-grid.is-tab-switching {
  pointer-events: none;
}

.studio-cases .projects-grid.is-tab-switching .project-card:not([hidden]) {
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(0.97);
  transition:
    opacity 0.28s var(--ease-inout),
    transform 0.28s var(--ease-inout);
}

.studio-cases .projects-grid.is-tab-switching[data-switch-dir="next"] .project-card:not([hidden]) {
  transform: translate3d(-16px, 10px, 0) scale(0.97);
}

.studio-cases .projects-grid.is-tab-switching[data-switch-dir="prev"] .project-card:not([hidden]) {
  transform: translate3d(16px, 10px, 0) scale(0.97);
}

.studio-cases .project-card.is-filter-reveal {
  animation: caseFilterCardIn 0.62s var(--ease-out) both;
  animation-delay: var(--case-reveal-delay, 0ms);
}

.studio-cases .projects-grid[data-switch-dir="next"] .project-card.is-filter-reveal {
  animation-name: caseFilterCardInNext;
}

.studio-cases .projects-grid[data-switch-dir="prev"] .project-card.is-filter-reveal {
  animation-name: caseFilterCardInPrev;
}

@keyframes caseFilterCardIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(0.96);
  }

  70% {
    opacity: 1;
    transform: translate3d(0, -3px, 0) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes caseFilterCardInNext {
  0% {
    opacity: 0;
    transform: translate3d(22px, 18px, 0) scale(0.96);
  }

  70% {
    opacity: 1;
    transform: translate3d(-3px, -3px, 0) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes caseFilterCardInPrev {
  0% {
    opacity: 0;
    transform: translate3d(-22px, 18px, 0) scale(0.96);
  }

  70% {
    opacity: 1;
    transform: translate3d(3px, -3px, 0) scale(1.01);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.studio-cases .project-card > img:first-child {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.studio-cases .project-placeholder-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(120% 120% at 8% 0%, rgba(255, 255, 255, 0.9) 0%, rgba(246, 246, 246, 0.98) 44%),
    linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 48%, #f5f5f5 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.studio-cases .project-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 46%;
  background: linear-gradient(180deg, rgba(8, 16, 28, 0) 0%, rgba(8, 16, 28, 0.38) 100%);
  pointer-events: none;
}

.studio-cases .project-card:hover,
.studio-cases .project-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(29, 62, 97, 0.24);
}

.studio-cases .project-card:hover img,
.studio-cases .project-card:focus-within img {
  transform: scale(1.015);
}

.studio-cases .project-card .content {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  /* block (not flex): keeps subtitle `display:inline` so the plate hugs each line */
  display: block;
  padding: 0;
  text-align: left;
  pointer-events: none;
  background: transparent;
}

.studio-cases .project-card__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 6px;
  max-width: 100%;
  margin: 0 0 6px;
}

.studio-cases .project-card .tag,
.studio-cases .project-card h3 {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 24, 42, 0.12);
  color: #111;
  opacity: 1;
  transform: none;
  box-sizing: border-box;
}

.studio-cases .project-card .tag {
  flex: 0 0 auto;
  align-self: stretch;
  min-height: 100%;
  padding: 0 12px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.studio-cases .project-card h3 {
  flex: 0 1 auto;
  min-width: 0;
  padding: 8px 14px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.studio-cases .project-card p {
  display: inline;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0.35em 0.7em;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 24, 42, 0.12);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-sizing: border-box;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: clamp(13px, 1.15vw, 15px);
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: -0.01em;
  color: rgba(28, 40, 58, 0.78);
}

.studio-cases .project-card p:empty {
  display: none;
}

.studio-cases .project-card[hidden] {
  display: none;
}

.studio-cases .projects-grid.is-loading .project-card {
  cursor: default;
  pointer-events: none;
}

.studio-cases .case-skeleton {
  border: none;
  border-radius: 28px;
  background: #dcefff;
  overflow: hidden;
}

.studio-cases .case-skeleton-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e7edf5;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.studio-cases .case-skeleton-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.24) 44%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0.24) 56%,
    transparent 72%
  );
  transform: translate3d(-130%, 0, 0);
  animation: studioSkeletonSweep 2.8s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
  will-change: transform;
}

.studio-cases .case-skeleton .content {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding: 0;
  background: transparent;
}

.studio-cases .case-skeleton .tag,
.studio-cases .case-skeleton h3,
.studio-cases .case-skeleton p {
  position: relative;
  overflow: hidden;
  color: transparent;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  min-height: 18px;
}

.studio-cases .case-skeleton h3 {
  width: min(70%, 180px);
  min-height: 22px;
}

.studio-cases .case-skeleton p {
  width: min(55%, 140px);
}

.studio-cases .case-skeleton .tag::after,
.studio-cases .case-skeleton h3::after,
.studio-cases .case-skeleton p::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.24) 44%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0.24) 56%,
    transparent 72%
  );
  transform: translate3d(-130%, 0, 0);
  animation: studioSkeletonSweep 2.8s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
  will-change: transform;
}

.studio-cases .case-skeleton .tag::after {
  animation-delay: -0.35s;
}

.studio-cases .case-skeleton h3::after {
  animation-delay: -0.9s;
}

.studio-cases .case-skeleton p::after {
  animation-delay: -1.45s;
}

.studio-cases .case-skeleton .tag {
  width: 84px;
  min-height: 32px;
}

.studio-cases .case-skeleton h3 {
  width: 68%;
  min-height: 32px;
}

.studio-cases .case-skeleton p {
  width: 92%;
  min-height: 20px;
}

@keyframes studioSkeletonSweep {
  0% {
    transform: translate3d(-130%, 0, 0);
  }
  100% {
    transform: translate3d(130%, 0, 0);
  }
}

.media-skeleton {
  position: relative;
  overflow: hidden;
  background: #e7edf5;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.media-skeleton--cover {
  aspect-ratio: 16 / 9;
}

.media-skeleton__shimmer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #e7edf5;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-skeleton__shimmer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.24) 44%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0.24) 56%,
    transparent 72%
  );
  transform: translate3d(-130%, 0, 0);
  animation: studioSkeletonSweep 2.8s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
  will-change: transform;
}

.media-skeleton img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.media-skeleton.is-loaded img {
  opacity: 1;
}

.media-skeleton.is-loaded .media-skeleton__shimmer,
.media-skeleton.is-error .media-skeleton__shimmer {
  opacity: 0;
}

.media-skeleton.is-error {
  background: #e8edf3;
}

.studio-cases .project-card > .media-skeleton {
  aspect-ratio: 16 / 9;
  border-radius: 18px;
}

.studio-cases .project-card > .media-skeleton img {
  min-height: 100%;
}

.case-page-skeleton {
  display: grid;
  gap: 32px;
  padding: 116px 0 96px;
  transition:
    opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.case-page-skeleton.is-dismissing {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.case-page-skeleton__breadcrumbs,
.case-page-skeleton__line {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #e7edf5;
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.case-page-skeleton__breadcrumbs::after,
.case-page-skeleton__line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 28%,
    rgba(255, 255, 255, 0.24) 44%,
    rgba(255, 255, 255, 0.48) 50%,
    rgba(255, 255, 255, 0.24) 56%,
    transparent 72%
  );
  transform: translate3d(-130%, 0, 0);
  animation: studioSkeletonSweep 2.8s cubic-bezier(0.45, 0.05, 0.2, 1) infinite;
  will-change: transform;
}

.case-page-skeleton__breadcrumbs::after {
  animation-delay: -0.2s;
}

.case-page-skeleton__copy .case-page-skeleton__line:nth-child(1)::after {
  animation-delay: -0.45s;
}

.case-page-skeleton__copy .case-page-skeleton__line:nth-child(2)::after {
  animation-delay: -0.95s;
}

.case-page-skeleton__copy .case-page-skeleton__line:nth-child(3)::after {
  animation-delay: -1.35s;
}

.case-page-skeleton__copy .case-page-skeleton__line:nth-child(4)::after {
  animation-delay: -1.8s;
}

.case-page-skeleton__breadcrumbs {
  width: min(320px, 72%);
  height: 14px;
}

.case-page-skeleton__hero {
  display: grid;
  gap: 32px;
}

.case-page-skeleton__copy {
  display: grid;
  gap: 14px;
}

.case-page-skeleton__line--tag {
  width: 92px;
  height: 28px;
  border-radius: 999px;
}

.case-page-skeleton__line--title {
  width: min(720px, 100%);
  height: clamp(40px, 6vw, 64px);
}

.case-page-skeleton__line--lead {
  width: min(560px, 88%);
  height: 22px;
}

.case-page-skeleton__line--lead-short {
  width: min(420px, 72%);
  height: 22px;
}

.case-page-skeleton__gallery {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.studio-cases .projects-grid {
  transition: opacity 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-cases .projects-grid.is-swapping {
  opacity: 0.35;
}

@media (prefers-reduced-motion: reduce) {
  .media-skeleton__shimmer::after,
  .studio-cases .case-skeleton-media::after,
  .studio-cases .case-skeleton .tag::after,
  .studio-cases .case-skeleton h3::after,
  .studio-cases .case-skeleton p::after,
  .case-page-skeleton__breadcrumbs::after,
  .case-page-skeleton__line::after {
    animation: none;
    display: none;
  }

  .case-page-skeleton,
  .case-page-skeleton.is-dismissing,
  .media-skeleton img,
  .studio-cases .projects-grid {
    transition: none;
  }

  .studio-cases .project-card.is-filter-reveal,
  .studio-cases .project-card.is-expand-reveal,
  .studio-cases-clip.is-clip-animating,
  .studio-cases .projects-grid.is-tab-switching .project-card:not([hidden]) {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
    filter: none;
  }

  .studio-cases .tabs__indicator {
    transition: none;
  }

  .studio-cases .tabs.is-switching .tabs__indicator {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  }

  .studio-cases-stack.is-collapsed .studio-cases-clip {
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (max-width: 900px) {
  .studio-services-ai {
    padding: 4px 0 40px;
  }

  .studio-services-ai__inner {
    width: min(1000px, calc(100% - 32px));
  }

  .studio-services-ai__title {
    margin-bottom: 10px;
    max-width: none;
    font-size: clamp(28px, 7vw, 40px);
  }

  .studio-services-ai__subtitle {
    margin-bottom: 20px;
    max-width: none;
    font-size: clamp(11px, 2.9vw, 14px);
    white-space: nowrap;
  }
}

@media (min-width: 900px) {
  .case-page-skeleton__hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
  }
}

/* Services */
.studio-services {
  padding: 36px 0 52px;
  overflow: visible;
}

.studio-services .container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.studio-services .section-title {
  margin-bottom: 8px;
}

.studio-services .section-subtitle {
  margin: 0 0 28px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.2px;
  color: #505050;
}

.studio-services-carousel {
  --service-card-width: min(332px, 78vw);
  --service-card-height: 478px;
  --services-gap: 14px;
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 8px clamp(56px, 6vw, 88px) 12px;
}

.studio-services-carousel__viewport {
  overflow: visible;
  padding: 52px 0 60px;
}

.studio-services-carousel__controls {
  display: contents;
}

.studio-services-grid {
  display: flex;
  align-items: stretch;
  gap: var(--services-gap);
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 16px max(20px, calc(50% - (var(--service-card-width) / 2))) 20px;
}

.studio-services-carousel.is-arc {
  --services-arc-height: calc(var(--service-card-height) + 100px);
  --services-arc-crop: 14%;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 4px 0 0;
  overflow: visible;
}

.studio-services-carousel.is-arc .studio-services-carousel__viewport {
  position: relative;
  overflow: hidden;
  height: var(--services-arc-height);
  padding: 0;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - var(--services-arc-crop)),
    rgba(0, 0, 0, 0.55) calc(100% - (var(--services-arc-crop) * 0.45)),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 calc(100% - var(--services-arc-crop)),
    rgba(0, 0, 0, 0.55) calc(100% - (var(--services-arc-crop) * 0.45)),
    transparent 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.studio-services-carousel.is-arc .studio-services-carousel__viewport::before,
.studio-services-carousel.is-arc .studio-services-carousel__viewport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.studio-services-carousel.is-arc .studio-services-carousel__viewport::before {
  z-index: 39;
  height: calc(var(--services-arc-crop) + 8%);
  /* Blur only while the arc is on-screen — identical look, less idle GPU cost */
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 28%,
    #000 72%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.35) 28%,
    #000 72%,
    #000 100%
  );
}

.studio-services-carousel.is-arc.is-arc-paint .studio-services-carousel__viewport::before {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.studio-services-carousel.is-arc .studio-services-carousel__viewport::after {
  z-index: 40;
  height: var(--services-arc-crop);
  background: linear-gradient(
    to bottom,
    rgba(220, 239, 255, 0) 0%,
    rgba(220, 239, 255, 0.28) 34%,
    rgba(220, 239, 255, 0.72) 68%,
    rgba(220, 239, 255, 0.97) 100%
  );
}

html.studio-perf-lite .studio-services-carousel.is-arc .studio-services-carousel__viewport::before {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.studio-services-carousel.is-arc .studio-services-grid {
  display: block;
  position: relative;
  isolation: isolate;
  overflow: visible;
  scroll-snap-type: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.studio-services-carousel.is-arc .studio-service-card {
  --service-card-x: 0px;
  --service-card-y: 0px;
  position: absolute;
  left: 0;
  top: 0;
  flex: none;
  width: var(--service-card-width);
  margin: 0;
  transform: translate3d(var(--service-card-x), var(--service-card-y), 0)
    translate(-50%, -100%) scale(var(--service-card-scale, 1))
    rotate(var(--service-card-rotate, 0deg));
  transform-origin: 50% 100%;
  opacity: var(--service-card-opacity, 1);
  scroll-snap-align: none;
  pointer-events: auto;
  will-change: transform, opacity;
  animation: none !important;
  transition:
    opacity 0.7s var(--ease-out),
    transform var(--dur-scene) var(--ease-out),
    box-shadow 0.55s var(--ease-out);
}

.studio-services-carousel.is-arc .studio-service-card.motion-item,
.studio-services-carousel.is-arc .studio-service-card.motion-item.is-visible {
  opacity: var(--service-card-opacity, 1);
  transform: translate3d(var(--service-card-x), var(--service-card-y), 0)
    translate(-50%, -100%) scale(var(--service-card-scale, 1))
    rotate(var(--service-card-rotate, 0deg));
  animation: none !important;
}

.studio-services-carousel.is-arc .studio-service-card.is-focus {
  box-shadow: 0 28px 48px rgba(27, 56, 91, 0.18);
  z-index: 120;
  cursor: default;
}

.studio-services-carousel.is-arc .studio-service-card:not(.is-focus) {
  cursor: pointer;
}

.studio-services-carousel.is-arc .studio-service-card:not(.is-focus):hover {
  filter: brightness(1.04);
}

.studio-service-card:not(.is-focus) .studio-service-order {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.studio-service-card.is-focus .studio-service-order {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  min-height: 44px;
  padding: 0 16px;
}

.studio-services-carousel.is-arc .studio-services-carousel__controls {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
  padding-bottom: 12px;
}

.studio-services-carousel.is-arc .studio-services-carousel__nav {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 48px;
  height: 48px;
}

.studio-services-carousel.is-arc .studio-services-carousel__nav:hover:not(:disabled) {
  transform: translateY(-2px);
}

.studio-services-carousel.is-arc .studio-services-carousel__nav--prev,
.studio-services-carousel.is-arc .studio-services-carousel__nav--next {
  left: auto;
  right: auto;
}

.studio-services-ai {
  position: relative;
  z-index: 1;
  padding: 8px 0 56px;
}

.studio-services-ai__inner {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.studio-services-ai__title {
  margin: 0 auto 12px;
  max-width: none;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #111;
}

.studio-services-ai__subtitle {
  margin: 0 auto 28px;
  max-width: none;
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.35;
  letter-spacing: -0.015em;
  color: rgba(28, 40, 58, 0.62);
  white-space: nowrap;
}

.studio-services-ai__chat {
  margin-top: 0;
  max-width: 816px;
}

.studio-services-grid::-webkit-scrollbar {
  display: none;
}

.studio-services-carousel__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.92);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #000;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease;
}

.studio-services-carousel__nav svg {
  width: 20px;
  height: 20px;
  display: block;
}

.studio-services-carousel__nav:hover:not(:disabled) {
  transform: translateY(calc(-50% - 2px));
  background: #151515;
  color: #fff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.studio-services-carousel__nav:disabled {
  opacity: 0.32;
  cursor: default;
}

.studio-services-carousel__nav--prev {
  left: clamp(6px, 1.2vw, 14px);
}

.studio-services-carousel__nav--next {
  right: clamp(6px, 1.2vw, 14px);
}

.studio-services-more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.studio-services-more__button {
  min-height: 60px;
  min-width: 360px;
  padding: 0 30px;
  border: none;
  border-radius: 20px;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 16px 28px rgba(16, 30, 48, 0.18);
}

.list-more-button__icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
}

.list-more-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.studio-service-card {
  position: relative;
  display: flex;
  flex: 0 0 var(--service-card-width);
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-height: var(--service-card-height);
  height: var(--service-card-height);
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(28, 52, 81, 0.1);
  background: rgba(255, 255, 255, 0.98);
  text-align: left;
  box-shadow: 0 14px 28px rgba(27, 56, 91, 0.08);
  scroll-snap-align: center;
  opacity: var(--service-card-opacity, 1);
  transform: scale(var(--service-card-scale, 1)) rotate(var(--service-card-rotate, 0deg));
  transform-origin: center center;
  transition:
    opacity 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.34s cubic-bezier(0.22, 1, 0.36, 1);
  overflow: hidden;
  will-change: transform, opacity;
}

.studio-service-card.is-focus {
  box-shadow: 0 20px 38px rgba(27, 56, 91, 0.14);
  border-color: rgba(28, 52, 81, 0.14);
}

.studio-services-carousel:not(.is-arc) .studio-service-card {
  --service-card-rotate: 0deg;
  transform: scale(var(--service-card-scale, 1));
}

.studio-services-carousel:not(.is-arc) .studio-service-card.is-focus {
  transform: scale(1);
}

.studio-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

.studio-service-icon,
.studio-service-card .studio-service-icon,
.studio-services-grid .studio-service-icon {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
}

.studio-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.studio-service-card > * {
  position: relative;
  z-index: 1;
}

.studio-service-card--featured {
  padding: 22px;
  border-radius: 24px;
}

.studio-service-card--featured .studio-service-badge {
  height: 28px;
  padding: 0 11px;
  border-radius: 10px;
  font-size: 13px;
}

.studio-service-card--featured .studio-service-reviews {
  font-size: 13px;
}

.studio-service-card--lime {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 250, 248, 0.98) 100%);
}

.studio-service-card--sky {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.studio-service-card--midnight {
  border-color: rgba(20, 24, 30, 0.14);
  background: linear-gradient(165deg, #2b3139 0%, #1d2229 100%);
  box-shadow: 0 14px 28px rgba(20, 24, 30, 0.14);
}

.studio-service-card--midnight .studio-service-title,
.studio-service-card--midnight .studio-service-price {
  color: #ffffff;
}

.studio-service-card--midnight .studio-service-installment,
.studio-service-card--midnight .studio-service-old-price {
  color: rgba(255, 255, 255, 0.68);
}

.studio-service-card--midnight .studio-service-order {
  background: #000;
  color: #fff;
}

.studio-service-card--midnight .studio-service-bullets li {
  color: rgba(255, 255, 255, 0.88);
}

.studio-service-card--midnight .studio-service-bullets li::before {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
}

.studio-service-card--dark {
  background: #0b0e13;
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(7, 10, 16, 0.36);
}

.studio-service-card--dark .studio-service-badge {
  background: #ffffff;
  color: #0b0e13;
}

.studio-service-card--dark .studio-service-rating,
.studio-service-card--dark .studio-service-title,
.studio-service-card--dark .studio-service-price {
  color: #ffffff;
}

.studio-service-card--dark .studio-service-reviews,
.studio-service-card--dark .studio-service-installment {
  color: rgba(255, 255, 255, 0.75);
}

.studio-service-card--dark .studio-service-order {
  background: #ffffff;
  color: #0b0e13;
}

.studio-service-card--dark:hover,
.studio-service-card--dark:focus-within {
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 18px 34px rgba(7, 10, 16, 0.44);
}

.studio-service-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  width: 100%;
  min-height: 28px;
}

.studio-service-badge {
  height: 28px;
  padding: 0 10px;
  border-radius: 9px;
  background: #111;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
}

.studio-service-rating {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #222;
}

.studio-service-reviews {
  font-size: 12px;
  color: rgba(17, 17, 17, 0.52);
}

.studio-service-title {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.2vw, 30px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #111;
}

.studio-service-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
  margin-top: 2px;
}

.studio-service-price {
  margin: 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 2.8vw, 44px);
  line-height: 0.98;
  letter-spacing: -0.06em;
  color: #111;
  white-space: nowrap;
}

.studio-service-price__from {
  display: inline-block;
  margin-right: 0.12em;
  font-size: 0.42em;
  font-weight: 600;
  letter-spacing: -0.02em;
  vertical-align: 0.35em;
  color: rgba(17, 17, 17, 0.55);
}

.studio-service-old-price {
  margin: 0;
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: line-through;
  white-space: nowrap;
}

.studio-service-installment {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  color: rgba(17, 17, 17, 0.58);
}

.studio-service-bullets {
  display: grid;
  gap: 6px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.studio-service-bullets li {
  position: relative;
  padding-left: 16px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.35;
  color: #334155;
}

.studio-service-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.studio-service-order {
  margin-top: 0;
  width: 100%;
  min-height: 44px;
  padding: 0 16px;
  border: none;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  flex: 0 0 auto;
  transition: background 0.2s ease, transform 0.2s ease;
}

.studio-service-order:hover {
  background: #151515;
}

.studio-service-card.is-focus .studio-service-order {
  background: #000;
}

.studio-service-card:hover,
.studio-service-card:focus-within {
  box-shadow: 0 18px 34px rgba(27, 56, 91, 0.14);
  border-color: rgba(28, 52, 81, 0.16);
}

.studio-services-carousel:not(.is-arc) .studio-service-card:hover,
.studio-services-carousel:not(.is-arc) .studio-service-card:focus-within {
  transform: scale(var(--service-card-scale, 1)) translateY(-4px);
}

.studio-service-card--featured:hover,
.studio-service-card--featured:focus-within,
.studio-service-card--midnight:hover,
.studio-service-card--midnight:focus-within {
  box-shadow: 0 22px 40px rgba(27, 56, 91, 0.16);
}

.studio-service-order--always-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  height: auto;
  min-height: 44px;
}

/* Discuss project block */
.studio-discuss {
  position: relative;
  z-index: 1;
  padding: 10px 0 36px;
}

.studio-discuss__inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.studio-discuss__inner h2 {
  margin: 0 0 16px;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #000;
}

.studio-discuss__form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 10px;
}

.studio-discuss__form input {
  min-height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #111;
  background: #fff;
}

.studio-discuss__form input:focus {
  outline: 2px solid rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0.28);
}

.studio-discuss__form button {
  min-height: 48px;
  min-width: 140px;
  border: none;
  border-radius: 10px;
  padding: 0 18px;
  background: #000;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.2px;
  cursor: pointer;
}

.studio-discuss__form button:hover {
  background: #151515;
}

/* Brief modal */
.hero-final-modal {
  position: fixed;
  inset: 0;
  z-index: 2300;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.hero-final-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hero-final-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 24, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 0.32s ease;
}

.hero-final-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 42px));
  width: min(460px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 22px;
  border: 1px solid rgba(20, 42, 70, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.98));
  box-shadow:
    0 34px 90px rgba(17, 35, 60, 0.24),
    0 12px 34px rgba(17, 35, 60, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  padding: 18px 18px 16px;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
  opacity: 0;
}

.hero-final-modal.is-open .hero-final-modal__dialog {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.hero-final-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.hero-final-modal__header h2 {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.hero-final-modal__close {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #f5f7fb 0%, #e9eef7 100%);
  color: #111;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.hero-final-form {
  display: grid;
  gap: 10px;
}

.hero-final-attachments {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(23, 46, 76, 0.1);
  background: rgba(248, 251, 255, 0.92);
}

.hero-final-attachments[hidden] {
  display: none;
}

.hero-final-attachments__label {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #324766;
  letter-spacing: -0.02em;
}

.hero-final-attach-list {
  gap: 8px;
}

.hero-final-attach-list .hero-attach-item {
  max-width: min(100%, 280px);
  min-height: 36px;
  padding: 4px 8px 4px 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(17, 35, 60, 0.04);
}

.hero-final-attach-list .hero-attach-item--file {
  padding-left: 10px;
}

.hero-final-attach-list .hero-attach-item__thumb {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.hero-final-field {
  display: grid;
  gap: 6px;
}

.hero-final-field span {
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #324766;
  letter-spacing: -0.02em;
}

.hero-final-field input,
.hero-final-field textarea {
  width: 100%;
  border: 1px solid rgba(23, 46, 76, 0.12);
  border-radius: 14px;
  padding: 0 14px;
  min-height: 46px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  color: #111;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hero-final-field input::placeholder,
.hero-final-field textarea::placeholder {
  color: #7a7f89;
}

.hero-final-field input:focus,
.hero-final-field textarea:focus {
  outline: none;
  border-color: rgba(59, 118, 255, 0.42);
  box-shadow:
    0 0 0 5px rgba(89, 146, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-final-field textarea {
  min-height: 96px;
  padding-top: 12px;
  resize: vertical;
}

.hero-final-submit {
  min-height: 48px;
  margin-top: 2px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #171717 0%, #000000 100%);
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-final-submit:hover {
  transform: translateY(-1px);
  background: linear-gradient(180deg, #1f1f1f 0%, #050505 100%);
}

.brief-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: none;
}

.brief-modal.is-open {
  display: block;
}

.brief-modal__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(177, 213, 255, 0.18), transparent 38%),
    rgba(8, 12, 18, 0.5);
  backdrop-filter: blur(10px) saturate(1.08);
}

.brief-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(520px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 22px;
  border: 1px solid rgba(16, 25, 39, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(248, 251, 255, 0.98) 100%);
  box-shadow:
    0 40px 110px rgba(7, 11, 18, 0.28),
    0 12px 34px rgba(15, 26, 44, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 18px 18px 16px;
}

.brief-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.brief-modal__close {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #f5f7fb 0%, #e9eef7 100%);
  color: #111;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.brief-modal__close:focus-visible {
  outline: 2px solid #205ca8;
  outline-offset: 3px;
}

.brief-modal__title {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-size: clamp(26px, 3.2vw, 36px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.brief-form {
  display: grid;
  gap: 10px;
}

.brief-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brief-grid--stack {
  grid-template-columns: minmax(0, 1fr);
}

.brief-field {
  display: grid;
  gap: 8px;
}

.brief-field--bare {
  gap: 0;
}

.brief-field span,
.brief-section__title {
  margin: 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.015em;
  color: #1f2937;
}

.brief-field input,
.brief-field select,
.brief-field textarea {
  width: 100%;
  border: 1px solid rgba(32, 47, 70, 0.1);
  border-radius: 14px;
  min-height: 46px;
  padding: 12px 14px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #111827;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 14px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brief-field input::placeholder,
.brief-field textarea::placeholder {
  color: #8b96a7;
}

.brief-field input:focus,
.brief-field select:focus,
.brief-field textarea:focus {
  outline: none;
  border-color: rgba(34, 94, 224, 0.28);
  box-shadow:
    0 0 0 3px rgba(86, 140, 255, 0.1),
    0 8px 18px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brief-field textarea {
  resize: vertical;
  min-height: 88px;
  padding-top: 12px;
}

.brief-field--full {
  grid-column: 1 / -1;
}

.brief-service-select {
  position: relative;
}

.brief-service-select__trigger {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(32, 47, 70, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 6px 14px rgba(15, 23, 42, 0.04);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.brief-service-select__trigger:hover {
  transform: translateY(-1px);
}

.brief-service-select__trigger:focus-visible {
  outline: none;
  border-color: rgba(34, 94, 224, 0.28);
  box-shadow:
    0 0 0 6px rgba(86, 140, 255, 0.1),
    0 16px 34px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brief-service-select__trigger span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brief-service-select__trigger svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #5f6b7a;
  transition: transform 0.2s ease;
}

.brief-service-select.is-open .brief-service-select__trigger svg {
  transform: rotate(180deg);
}

.brief-service-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
  gap: 6px;
  padding: 8px;
  max-height: 240px;
  overflow: auto;
  border-radius: 14px;
  border: 1px solid rgba(17, 27, 43, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(241, 246, 253, 0.98) 100%);
  box-shadow:
    0 20px 40px rgba(12, 18, 28, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brief-service-select.is-open .brief-service-select__menu {
  display: grid;
}

.brief-service-select__option {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(17, 27, 43, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #182130;
  text-align: left;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.brief-service-select__option:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 27, 43, 0.14);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.brief-service-select__option.is-active {
  background: linear-gradient(180deg, #111827 0%, #05070d 100%);
  color: #fff;
  border-color: #0f172a;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 12px 24px rgba(15, 23, 42, 0.16);
}

.brief-range-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brief-field--range {
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(18, 33, 54, 0.08);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 249, 255, 0.96) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 8px 18px rgba(17, 27, 43, 0.045);
}

.brief-range-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.brief-range-head span {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.01em;
  color: #1b2535;
}

.brief-range-head strong {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.045);
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
  white-space: nowrap;
}

.brief-field--range input[type="range"] {
  --range-progress: 0%;
  width: 100%;
  height: 28px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.brief-field--range input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    #000000 0,
    #000000 var(--range-progress),
    #d9e2ee var(--range-progress),
    #d9e2ee 100%
  );
}

.brief-field--range input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
  cursor: pointer;
}

.brief-field--range input[type="range"]:hover::-webkit-slider-thumb {
  transform: scale(1.05);
}

.brief-field--range input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.1);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.brief-field--range input[type="range"]::-moz-range-track {
  height: 4px;
  border-radius: 999px;
  background: #d9e2ee;
}

.brief-field--range input[type="range"]::-moz-range-progress {
  height: 4px;
  border-radius: 999px;
  background: #000000;
}

.brief-field--range input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #000000;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
}

.brief-field--range:focus-within {
  border-color: rgba(10, 24, 44, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 0 0 3px rgba(30, 51, 84, 0.06),
    0 12px 24px rgba(17, 27, 43, 0.08);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 2px 0 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgba(28, 40, 58, 0.62);
  cursor: pointer;
  user-select: none;
}

.form-status {
  margin: 8px 2px 0;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgba(28, 40, 58, 0.7);
}

.form-status.is-error {
  color: #b42318;
}

.form-status.is-success {
  color: #027a48;
}

.form-status__message {
  margin: 0;
}

.form-status__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.form-status__action {
  min-height: 36px;
  padding: 6px 10px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.form-status__action:hover {
  border-color: rgba(17, 24, 39, 0.28);
}

.form-status__action:focus-visible {
  outline: 2px solid rgba(46, 131, 255, 0.55);
  outline-offset: 2px;
}

.form-status__meta {
  margin: 6px 0 0;
  font-size: 11px;
  color: rgba(28, 40, 58, 0.55);
}

.hero-request__form .form-status {
  grid-column: 1 / -1;
  margin: 0 4px 2px;
}

.top-phone-group {
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  min-width: 0;
}

.top-phone-copy {
  display: none !important;
}

.form-consent input {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 1px 0 0;
  accent-color: #111;
  cursor: pointer;
}

.form-consent span {
  min-width: 0;
}

.form-consent a {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.form-consent a:hover {
  color: #000;
}

.brief-form .form-consent,
.hero-final-form .form-consent {
  margin: 4px 2px 2px;
}

.brief-modal__actions {
  display: flex;
  align-items: stretch;
  margin-top: 4px;
}

.brief-modal__submit {
  min-height: 48px;
  width: 100%;
  padding: 0 18px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(180deg, #141b26 0%, #05070d 100%);
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow:
    0 12px 24px rgba(5, 8, 14, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.brief-modal__submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    0 22px 38px rgba(5, 8, 14, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.brief-success {
  padding: 18px 0 8px;
  text-align: center;
}

.brief-success h3 {
  margin: 0 0 6px;
  font-family: "Fustat", sans-serif;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.brief-success p {
  margin: 0;
  color: #505050;
}

/* Responsive */
@media (max-width: 1280px) {
  .hero-layout {
    padding: 84px 84px 0;
  }

  .promo-strip[data-header-widget],
  .top-contact-cluster[data-header-widget] {
    display: none !important;
  }

  .hero-nav {
    top: 12px;
    width: min(920px, calc(100% - 48px));
    min-width: 0;
  }

  .hero-nav.is-scrolled {
    width: min(640px, calc(100% - 48px));
    top: 8px;
  }

  .hero-nav-inner {
    gap: 10px;
    min-height: 54px;
    padding: 6px;
  }

  .hero-logo {
    padding: 8px 10px;
  }

  .hero-logo .brand-wordmark {
    height: 24px;
  }

  .hero-menu {
    display: none;
  }

  .hero-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
  }

  .hero-nav-actions {
    gap: 6px;
  }

  .hero-nav-actions .hero-btn--dark {
    min-height: 42px;
    padding: 0 16px;
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .hero-layout {
    padding: 76px clamp(24px, 5vw, 48px) 0;
  }

  /* Mobile perf: drop expensive blur/compositing while scrolling & typing */
  .hero-nav,
  .hero-request,
  .studio-discuss__inner,
  .studio-about__name,
  .studio-about__role,
  .brief-modal__overlay,
  .hero-final-modal__overlay {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .hero-nav {
    background: rgba(255, 255, 255, 0.97);
  }

  .hero-request {
    background: rgba(255, 255, 255, 0.97);
  }

  .studio-discuss__inner {
    background: rgba(255, 255, 255, 0.96);
  }

  .studio-about__name,
  .studio-about__role {
    background: rgba(255, 255, 255, 0.96);
  }

  .brief-modal__overlay,
  .hero-final-modal__overlay {
    background: rgba(10, 16, 24, 0.72);
  }

  .hero-title[data-hero-wordmark],
  .hero-subtitle[data-hero-scroll-item],
  .hero-search-wrap[data-hero-scroll-item],
  .hero-partners[data-hero-scroll-item],
  .studio-stats[data-hero-scroll-item] {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto;
  }

  .hero-search-ranges,
  .hero-search-ranges.is-visible {
    transform: none;
    filter: none;
  }

  .hero-search-ranges .hero-range-control,
  .hero-search-ranges.is-visible .hero-range-control {
    transform: none;
  }

  .video-orb {
    display: none !important;
  }

  .hero-nav {
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
    max-width: none;
    transform: none;
    transition: none;
  }

  .hero-nav.is-scrolled {
    left: 10px;
    right: 10px;
    top: 10px;
    width: auto;
    transform: none;
  }

  .top-mini-contact-btn {
    width: 36px;
    height: 36px;
    min-width: 36px;
    flex-basis: 36px;
    font-size: 10px;
  }

  .promo-strip__timer,
  .promo-strip__offer {
    min-height: 100%;
    padding: 6px 8px;
  }

  .promo-strip__offer {
    border-left-width: 0;
    padding: 4px;
  }

  .studio-about.is-settled .studio-about__card {
    transform: none;
    will-change: auto;
  }

  .studio-about.is-settled .studio-about__card.is-active,
  .studio-about.is-settled .studio-about__card:hover {
    transform: none;
  }

  .media-skeleton__shimmer::after {
    animation: none;
    will-change: auto;
    opacity: 0;
  }

  html {
    scroll-behavior: auto;
  }

  .hero-nav-actions .hero-btn--ghost {
    display: none;
  }

  .hero-title {
    font-size: clamp(40px, 8vw, 80px);
    letter-spacing: clamp(-2px, -0.6vw, -4.8px);
  }

  .hero-subtitle {
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.28em 0.4em;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: clamp(12px, 3.2vw, 14px);
    white-space: normal;
    line-height: 1.35;
  }

  .hero-subtitle__dot {
    transform: none;
  }
}

@media (max-width: 1099px) {
  .studio-services-carousel,
  .studio-services-carousel.is-arc {
    --service-card-width: min(320px, calc(100vw - 96px));
    --service-card-height: 448px;
    --services-gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 8px;
    overflow: visible;
  }

  .studio-services-carousel__viewport,
  .studio-services-carousel.is-arc .studio-services-carousel__viewport {
    overflow: visible;
    height: auto;
    padding: 18px 0 8px;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .studio-services-carousel.is-arc .studio-services-carousel__viewport::after {
    display: none;
  }

  .studio-services-grid,
  .studio-services-carousel.is-arc .studio-services-grid {
    display: flex;
    position: static;
    gap: var(--services-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    height: auto;
    padding: 20px max(24px, calc((100% - var(--service-card-width)) / 2)) 36px;
    scroll-padding-inline: max(24px, calc((100% - var(--service-card-width)) / 2));
  }

  .studio-services-carousel .studio-service-card,
  .studio-services-carousel.is-arc .studio-service-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    flex: 0 0 var(--service-card-width);
    width: var(--service-card-width);
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .studio-services-carousel__controls,
  .studio-services-carousel.is-arc .studio-services-carousel__controls {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    padding: 0 16px 12px;
  }

  .studio-services-carousel__nav,
  .studio-services-carousel.is-arc .studio-services-carousel__nav {
    position: static;
    transform: none;
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 900px) {
  .studio-cases {
    padding: 32px 0 72px;
  }

  .studio-services-more {
    margin-top: 20px;
    padding: 0 16px;
  }

  .studio-services-more__button {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .hero-pong-layer {
    display: none;
  }

  .hero-badge {
    display: none;
  }

  .studio-footer__extras {
    flex-direction: column;
    align-items: stretch;
  }

  .studio-footer__extras .promo-strip,
  .studio-footer__extras .top-contact-cluster {
    margin-left: 0;
    max-width: none;
  }

  .studio-footer__extras .top-contact-cluster {
    justify-content: flex-end;
  }

  .video-orb {
    display: none;
  }

  .promo-strip__timer,
  .promo-strip__offer {
    min-height: 100%;
    padding: 6px 8px;
  }

  .promo-strip__offer {
    border-left: 0;
    border-top: 0;
    padding: 4px;
  }

  .video-orb {
    width: 141px;
    height: 141px;
    left: 8px;
    bottom: 46px;
    --orb-control-size: 38px;
    --orb-control-gap: 4px;
  }

  .video-orb__close,
  .video-orb__sound {
    font-size: 13px;
  }

  .video-orb__icon {
    width: 20px;
    height: 20px;
  }

  .hero-nav {
    left: max(10px, env(safe-area-inset-left, 0px));
    right: max(10px, env(safe-area-inset-right, 0px));
    top: max(10px, env(safe-area-inset-top, 0px));
    width: auto;
    max-width: none;
    transform: none;
  }

  .hero-nav.is-scrolled {
    left: max(12%, env(safe-area-inset-left, 0px) + 10px);
    right: max(12%, env(safe-area-inset-right, 0px) + 10px);
    top: max(8px, env(safe-area-inset-top, 0px));
    width: auto;
    transform: none;
  }

  .hero-nav.is-scrolled .hero-nav-inner {
    min-height: 48px;
    padding: 6px;
  }

  .hero-nav-inner {
    gap: 10px;
    min-height: 52px;
    padding: 6px;
  }

  .studio-cases .container {
    width: calc(100% - 24px);
  }

  .studio-cases .portfolio-grid-bleed {
    padding: 0;
  }

  .studio-cases .projects-grid {
    gap: 14px;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .studio-cases .project-card {
    width: calc(100vw - 24px);
    margin: 0 auto;
    border-width: 8px;
    border-radius: 20px;
  }

  .studio-cases-more {
    margin-top: 20px;
    padding: 0 12px;
  }

  .studio-cases-more__button {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    min-width: 0;
    border-radius: 20px;
  }

  .studio-services-more {
    margin-top: 20px;
    padding: 0 12px;
  }

  .studio-services-more__button {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    min-width: 0;
    border-radius: 20px;
  }

  .promo-strip__close {
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    font-size: 13px;
  }

  .hero-logo {
    min-height: 44px;
    padding: 10px 12px;
  }

  .hero-logo .brand-wordmark {
    height: 22px;
  }

  .hero-nav-actions .hero-btn--dark {
    display: none;
  }

  .hero-mobile-sheet {
    gap: 8px;
  }

  .hero-nav.is-open .hero-mobile-sheet {
    max-height: 420px;
    padding: 0 8px 10px;
  }

  .hero-partners {
    margin-top: 28px;
    padding: 0;
  }

  .hero-partners__list {
    gap: 14px 28px;
  }

  .studio-stats {
    width: 100vw;
    max-width: none;
    margin: 14px calc(50% - 50vw) 0;
    padding: 0;
    overflow: hidden;
  }

  .studio-stats__viewport {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .studio-stats__viewport::-webkit-scrollbar {
    display: none;
  }

  .studio-stats__track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 0;
    will-change: auto;
    animation: none;
    transform: none;
  }

  .studio-stats__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: max-content;
    padding-right: 8px;
  }

  .studio-stats__list--clone {
    display: none;
  }

  .studio-stat {
    min-height: 42px;
    gap: 8px;
    padding: 4px 12px 4px 4px;
  }

  .studio-stat__accent {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .studio-stat__accent--compact {
    min-width: 46px;
    font-size: 16px;
  }

  .studio-stat__text strong {
    font-size: 13px;
  }

  .studio-stat__text span {
    font-size: 11px;
  }

  .studio-stat__cluster i:first-of-type {
    width: 28px;
    height: 30px;
  }

  .studio-stat__cluster i:last-of-type {
    width: 6px;
    height: 22px;
    margin-left: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    .studio-stats__track {
      animation: none;
      transform: none;
    }

    .studio-stats__viewport {
      overflow-x: auto;
      mask-image: none;
      -webkit-mask-image: none;
    }

    .studio-stats__list--clone {
      display: none;
    }
  }

  .hero-search-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-search-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-search-wrap {
    width: 100%;
    max-width: none;
    margin-top: 12px;
  }

  .hero-search {
    gap: 6px;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    background: #fff;
    box-shadow:
      0 8px 18px rgba(40, 80, 124, 0.12),
      inset 0 1px 0 rgba(255, 255, 255, 1);
  }

  .hero-search-input-wrap {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding: 6px 6px 6px 10px;
    gap: 0;
    border-radius: 12px;
    border: 1px solid rgba(32, 56, 86, 0.1);
    box-shadow: none;
    background: #f7f9fc;
  }

  .hero-search-input-wrap:focus-within {
    border-color: rgba(32, 56, 86, 0.16);
    box-shadow: 0 0 0 2px rgba(46, 131, 255, 0.08);
    background: #fff;
  }

  .hero-search-input-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .hero-search-editor-wrap {
    flex: 1;
    min-width: 0;
    min-height: 40px;
  }

  .hero-search-editor {
    min-height: 40px;
    max-height: 72px;
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .hero-search-editor-ghost {
    padding: 8px 0;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
  }

  .hero-search-submit {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
    padding: 0;
    border-radius: 11px;
    align-self: center;
    gap: 0;
    overflow: visible;
  }

  .hero-search-submit svg,
  .hero-search-submit .hero-search-submit__icon {
    display: block;
    width: 15px;
    height: 15px;
    opacity: 1;
    color: #fff;
  }

  .hero-search-submit__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }

  .studio-cases .tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-inline: -2px;
    scroll-snap-type: x proximity;
  }

  .studio-cases .tab-button {
    flex: 0 0 auto;
  }

  .hero-range-head span {
    font-size: 13px;
  }

  .hero-range-head strong {
    font-size: 15px;
  }

  .hero-char-count {
    font-size: 13px;
  }

  .hero-attach-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 6px;
    width: auto;
  }

  .hero-attach-btn {
    width: auto;
    min-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 999px;
    justify-content: center;
  }

  .hero-attach-btn svg {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }

  .hero-search-sliders {
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
  }

  .hero-search-attachments {
    gap: 4px;
  }

  .hero-search-ranges {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    justify-content: stretch;
    padding-top: 2px;
  }

  .hero-search-ranges.is-visible {
    max-height: 220px;
  }

  .hero-range-control,
  .hero-range-control--compact {
    max-width: none;
    margin-left: 0;
    gap: 8px;
  }

  .hero-range-control--compact .hero-range-head,
  .hero-range-control--deadline .hero-range-head {
    margin-bottom: 2px;
  }

  .hero-range-control--compact .hero-range-track,
  .hero-range-control--deadline .hero-range-track {
    height: 22px;
  }

  .hero-range-control input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    margin-top: -6.5px;
  }

  .hero-range-control input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
  }

  .studio-cases .container,
  .studio-cases .portfolio-grid-bleed,
  .studio-services .container,
  .studio-faq .container {
    width: min(1000px, calc(100% - 32px));
  }

  .studio-services-carousel,
  .studio-services-carousel.is-arc {
    --service-card-width: min(300px, calc(100vw - 64px));
    --service-card-height: 440px;
    --services-gap: 14px;
    --services-arc-height: auto;
    --services-arc-crop: 0%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 8px;
    overflow: visible;
  }

  .studio-services-carousel__viewport,
  .studio-services-carousel.is-arc .studio-services-carousel__viewport {
    position: relative;
    overflow: visible;
    height: auto;
    padding: 16px 0 6px;
    margin: 0;
    max-width: none;
    width: 100%;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .studio-services-carousel.is-arc .studio-services-carousel__viewport::after {
    display: none;
  }

  .studio-services-grid,
  .studio-services-carousel.is-arc .studio-services-grid {
    display: flex;
    position: static;
    align-items: stretch;
    gap: var(--services-gap);
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding: 18px max(16px, calc((100% - var(--service-card-width)) / 2)) 34px;
    scroll-padding-inline: max(16px, calc((100% - var(--service-card-width)) / 2));
    height: auto;
    isolation: auto;
  }

  .studio-services-carousel .studio-service-card,
  .studio-services-carousel.is-arc .studio-service-card {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: flex;
    flex: 0 0 var(--service-card-width);
    flex-direction: column;
    width: var(--service-card-width);
    min-height: var(--service-card-height);
    height: var(--service-card-height);
    margin: 0;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    filter: none;
    z-index: auto !important;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    will-change: auto;
    animation: none !important;
    transition: box-shadow 0.28s ease, border-color 0.28s ease;
  }

  .studio-services-carousel__controls,
  .studio-services-carousel.is-arc .studio-services-carousel__controls {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
    padding: 0 16px 12px;
  }

  .studio-services-carousel__nav,
  .studio-services-carousel.is-arc .studio-services-carousel__nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .studio-services-carousel__nav:hover:not(:disabled),
  .studio-services-carousel.is-arc .studio-services-carousel__nav:hover:not(:disabled) {
    transform: translateY(-2px);
  }

  .studio-services-carousel__nav svg {
    width: 18px;
    height: 18px;
  }

  .studio-cases .project-card {
    border-radius: 22px;
  }

  .studio-cases .project-card .content {
    left: 12px;
    right: 12px;
    bottom: 12px;
    gap: 5px;
  }

  .studio-cases .project-card__title-row {
    gap: 5px;
    align-items: stretch;
  }

  .studio-cases .project-card .tag {
    font-size: 11px;
    padding: 0 10px;
    border-radius: 12px;
  }

  .studio-cases .project-card h3 {
    font-size: 16px;
    padding: 6px 11px;
    border-radius: 12px;
  }

  .studio-cases .project-card p {
    font-size: 13px;
    padding: 6px 11px;
    border-radius: 12px;
  }

  .studio-cases .project-card:hover,
  .studio-cases .project-card:focus-within {
    transform: none;
    box-shadow: none;
  }

  .studio-cases .project-card:hover img,
  .studio-cases .project-card:focus-within img {
    transform: none;
  }

  .studio-service-card {
    padding: 18px;
    border-radius: 22px;
  }

  .studio-service-title {
    font-size: 24px;
  }

  .studio-service-price {
    font-size: 36px;
  }

  .studio-discuss__inner {
    width: min(1200px, calc(100% - 32px));
    padding: 18px;
    border-radius: 20px;
  }

  .studio-discuss__form {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

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

  .brief-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brief-range-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .brief-modal__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .brief-modal__meta {
    gap: 8px;
  }

  .brief-modal__meta-item {
    min-height: 34px;
    padding: 0 12px;
    font-size: 12px;
  }

  .brief-modal__submit {
    width: 100%;
  }

  .brief-modal__dialog,
  .hero-final-modal__dialog {
    width: min(100% - 16px, 420px);
    max-height: calc(100dvh - 16px);
    padding: 14px 14px 12px;
    border-radius: 18px;
  }

  .brief-modal__title {
    font-size: 24px;
  }

  .brief-modal__close,
  .hero-final-modal__close {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 22px;
  }

  .brief-form,
  .hero-final-form {
    gap: 8px;
  }

  .brief-field input,
  .brief-field select,
  .brief-field textarea,
  .brief-service-select__trigger,
  .hero-final-field input,
  .hero-final-field textarea {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 15px;
    border-radius: 12px;
  }

  .brief-service-select__trigger {
    padding: 0 12px;
  }

  .brief-field textarea,
  .hero-final-field textarea {
    min-height: 80px;
    padding-top: 10px;
  }

  .brief-modal__submit,
  .hero-final-submit {
    min-height: 46px;
    border-radius: 12px;
    font-size: 15px;
  }

  .hero-final-modal__header {
    margin-bottom: 10px;
  }

  .hero-final-modal__header h2 {
    font-size: 24px;
    line-height: 1.05;
  }

  .hero-final-field span {
    font-size: 12px;
  }
}

@media (hover: none) {
  .studio-cases .project-card h3,
  .studio-cases .project-card p {
    opacity: 1;
    transform: none;
  }
}

/* About */
.studio-about {
  padding: 24px 0 64px;
  overflow: visible;
}

.studio-about__inner {
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
  overflow: visible;
}

.studio-about .section-title {
  margin: 0 auto 12px;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.studio-about__title-break {
  display: none;
}

.studio-about__lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 0 auto 36px;
  max-width: 46ch;
  font-family: "Fustat", sans-serif;
  opacity: 0;
  transform: translate3d(0, 12px, 0);
}

.studio-about__lead-kicker {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #111;
}

.studio-about__lead-text {
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: rgba(28, 40, 58, 0.62);
}

.studio-about.is-inview .studio-about__lead {
  animation: aboutLeadIn var(--dur-scroll) var(--ease-scroll) 0.06s both;
}

.studio-about__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

@media (min-width: 1101px) {
  .studio-about__controls {
    display: none;
  }
}

.studio-about__nav {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.92);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #000;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    background 0.22s ease;
}

.studio-about__nav svg {
  width: 20px;
  height: 20px;
  display: block;
}

.studio-about__nav:hover:not(:disabled) {
  transform: translateY(-2px);
  background: #151515;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
}

.studio-about__nav:disabled {
  opacity: 0.32;
  cursor: default;
}

.studio-about__grid {
  --about-card-width: min(360px, 86vw);
  display: flex;
  align-items: flex-end;
  gap: 6px;
  width: 100vw;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  /* Extra vertical padding keeps tilted cards + shadows inside the scrollport
     (overflow-x:auto forces vertical clipping when overflow-y is visible). */
  padding: 48px max(24px, calc((100vw - var(--about-card-width)) / 2)) 56px;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: max(24px, calc((100vw - var(--about-card-width)) / 2));
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.studio-about__grid::-webkit-scrollbar {
  display: none;
}

.studio-about__card {
  --about-delay: calc(var(--about-i, 0) * 40ms);
  --about-card-rotate: 0deg;
  --about-card-scale: 1;
  --about-card-y: 0px;
  flex: 0 0 var(--about-card-width);
  width: var(--about-card-width);
  display: block;
  overflow: hidden;
  border-radius: 28px;
  background: #dfe8f3;
  box-shadow: 0 14px 34px rgba(27, 56, 91, 0.1);
  text-align: left;
  opacity: 0;
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform-origin: 50% 100%;
  /* Final fan pose is applied before entrance — no settle jump */
  transform:
    translate3d(0, calc(var(--about-card-y, 0px) + 24px), 0)
    scale(calc(var(--about-card-scale, 1) * 0.97))
    rotate(var(--about-card-rotate, 0deg));
  cursor: pointer;
  will-change: auto;
  contain: paint;
  transition: none;
}

/* Entrance ends on the same transform settle uses — kills the microlag hitch */
.studio-about.is-inview:not(.is-settled) .studio-about__card {
  will-change: transform, opacity;
  animation: aboutDealIn 0.52s var(--ease-scroll) var(--about-delay) both;
}

@media (max-width: 1100px) {
  .studio-about.is-inview:not(.is-settled) .studio-about__card {
    animation-duration: 0.46s;
  }

  .studio-about.is-inview:not(.is-settled) .studio-about__lead {
    animation-duration: 0.42s;
  }
}

/* Soft labels until settle — backdrop-filter mid-flight tanks FPS */
.studio-about.is-inview:not(.is-settled) .studio-about__name,
.studio-about.is-inview:not(.is-settled) .studio-about__role,
.studio-about:not(.is-settled) .studio-about__name,
.studio-about:not(.is-settled) .studio-about__role {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.96);
}

.studio-about.is-settled .studio-about__card {
  opacity: 1;
  filter: none;
  animation: none;
  will-change: auto;
  box-shadow:
    0 10px 22px rgba(27, 56, 91, 0.1),
    0 22px 40px rgba(27, 56, 91, 0.12);
  transform:
    translate3d(0, var(--about-card-y, 0px), 0)
    scale(var(--about-card-scale, 1))
    rotate(var(--about-card-rotate, 0deg));
  transition: box-shadow 0.28s ease;
}

.studio-about.is-settled.is-nav-animating .studio-about__card {
  will-change: transform;
  transition:
    transform 0.38s var(--ease-out),
    box-shadow 0.28s ease;
}

.studio-about.is-settled .studio-about__photo img,
.studio-about.is-settled .studio-about__meta,
.studio-about.is-settled .studio-about__lead,
.studio-about.is-settled .studio-about__fact-body {
  opacity: 1;
  transform: none;
  animation: none;
}

.studio-about.is-settled .studio-about__card.is-active {
  box-shadow:
    0 14px 28px rgba(27, 56, 91, 0.12),
    0 28px 48px rgba(27, 56, 91, 0.16);
}

.studio-about.is-settled .studio-about__card:hover {
  box-shadow:
    0 16px 30px rgba(27, 56, 91, 0.13),
    0 30px 50px rgba(27, 56, 91, 0.17);
}

.studio-about.is-settled .studio-about__card.is-active .studio-about__photo img,
.studio-about.is-settled .studio-about__card:hover .studio-about__photo img {
  transform: scale(1.03);
}

.studio-about__card--fact {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92) 0%, rgba(236, 244, 252, 0.96) 100%);
  border: 1px solid rgba(20, 34, 56, 0.08);
}

.studio-about__card--stat {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(228, 239, 250, 0.98) 100%);
}

.studio-about__fact-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  height: 100%;
  min-height: 0;
  aspect-ratio: 3 / 4;
  padding: 26px 22px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate3d(0, 14px, 0);
}

.studio-about.is-inview .studio-about__fact-body {
  animation: aboutMetaIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--about-delay) + 180ms) both;
}

.studio-about__card--stat .studio-about__fact-body {
  gap: 10px;
}

.studio-about__fact-value {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  color: #1c3451;
}

.studio-about__card--stat .studio-about__fact-title {
  font-size: clamp(20px, 2vw, 26px);
  color: #111;
}

.studio-about__fact-title {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #111;
}

.studio-about__fact-text {
  margin: 0;
  font-family: "Fustat", sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 16px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: rgba(28, 40, 58, 0.64);
}

.studio-about__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #e8eef6;
}

.studio-about__photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, rgba(8, 16, 28, 0) 0%, rgba(8, 16, 28, 0.42) 100%);
  pointer-events: none;
  z-index: 1;
}

.studio-about__more {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  box-shadow: 0 10px 22px rgba(12, 24, 42, 0.16);
  cursor: pointer;
  opacity: 0;
  transform: scale(0.88);
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.22s var(--ease-out),
    background 0.18s ease,
    color 0.18s ease;
}

.studio-about__more svg {
  width: 18px;
  height: 18px;
  display: block;
  transition: transform 0.22s var(--ease-out);
}

.studio-about__card:hover .studio-about__more,
.studio-about__card:focus-within .studio-about__more,
.studio-about__card.is-bio-open .studio-about__more,
.studio-about__card.is-active .studio-about__more {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.studio-about__more:hover {
  background: #111;
  color: #fff;
}

.studio-about__card.is-bio-open .studio-about__more svg {
  transform: rotate(45deg);
}

.studio-about__bio {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 18px 16px 92px;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.18) 0%, rgba(8, 14, 24, 0.52) 42%, rgba(8, 14, 24, 0.78) 100%);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.studio-about__card.is-bio-open .studio-about__bio {
  opacity: 1;
  pointer-events: auto;
}

.studio-about__card.is-bio-open .studio-about__bio[hidden] {
  display: flex;
}

.studio-about__bio p {
  margin: 0;
  max-width: 28ch;
  font-family: "Fustat", sans-serif;
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
  text-wrap: pretty;
}

@media (hover: none) {
  .studio-about__card .studio-about__more {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
}

.studio-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  transform: scale(1);
  transition: transform 0.45s var(--ease-out);
}

/* No parallel photo ken-burns during card entrance */
.studio-about.is-inview:not(.is-settled) .studio-about__photo img {
  transform: scale(1);
  animation: none;
}

.studio-about__meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 16px, 0);
}

.studio-about__title-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 6px;
  max-width: 100%;
}

.studio-about.is-inview .studio-about__meta {
  animation: aboutMetaIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--about-delay) + 220ms) both;
}

@keyframes aboutLeadIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 36px, 0) scale(0.96);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes aboutDealIn {
  0% {
    opacity: 0;
    transform:
      translate3d(0, calc(var(--about-card-y, 0px) + 28px), 0)
      scale(calc(var(--about-card-scale, 1) * 0.96))
      rotate(var(--about-card-rotate, 0deg));
  }
  100% {
    opacity: 1;
    transform:
      translate3d(0, var(--about-card-y, 0px), 0)
      scale(var(--about-card-scale, 1))
      rotate(var(--about-card-rotate, 0deg));
  }
}

@keyframes aboutMetaIn {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.studio-about__name,
.studio-about__role {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(12, 24, 42, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: "Fustat", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.studio-about__name {
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
  color: #111;
}

.studio-about__role {
  padding: 6px 11px;
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 500;
  color: rgba(28, 40, 58, 0.72);
}

.studio-about__card--person:nth-of-type(4) .studio-about__photo img {
  object-position: center 12%;
}


@media (max-width: 900px) {
  .studio-about {
    position: relative;
    padding: 28px 0 64px;
    overflow: visible;
  }

  .studio-about::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 18%;
    z-index: 0;
    width: min(920px, 160vw);
    height: min(520px, 78vw);
    transform: translateX(-50%);
    background:
      radial-gradient(ellipse at 50% 40%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 68%),
      radial-gradient(ellipse at 20% 70%, rgba(140, 190, 240, 0.28) 0%, rgba(140, 190, 240, 0) 60%),
      radial-gradient(ellipse at 82% 55%, rgba(90, 150, 210, 0.18) 0%, rgba(90, 150, 210, 0) 58%);
    pointer-events: none;
  }

  .studio-about__inner {
    position: relative;
    z-index: 1;
    width: min(1000px, calc(100% - 32px));
  }

  .studio-about .section-title {
    margin-bottom: 10px;
  }

  .studio-about__title-break {
    display: block;
  }

  .studio-about__lead {
    gap: 10px;
    margin-bottom: 22px;
    max-width: 28ch;
  }

  .studio-about__lead-kicker {
    font-size: clamp(22px, 6.4vw, 28px);
    letter-spacing: -0.04em;
  }

  .studio-about__lead-text {
    font-size: 15px;
    line-height: 1.38;
  }

  .studio-about__grid {
    --about-card-width: min(86vw, 340px);
    gap: 4px;
    padding: 44px max(16px, calc((100vw - var(--about-card-width)) / 2)) 52px;
    scroll-padding-inline: max(16px, calc((100vw - var(--about-card-width)) / 2));
  }

  .studio-about__card {
    border-radius: 26px;
  }

  .studio-about__fact-body {
    padding: 22px 18px;
  }

  .studio-about__fact-title {
    font-size: 22px;
  }

  .studio-about__photo::after {
    height: 56%;
    background: linear-gradient(180deg, rgba(8, 16, 28, 0) 0%, rgba(8, 16, 28, 0.52) 100%);
  }

  .studio-about__meta {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .studio-about__name {
    font-size: 15px;
  }

  .studio-about__role {
    font-size: 12px;
  }

  .studio-about__nav {
    width: 44px;
    height: 44px;
  }

  .studio-about__nav svg {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 901px) {
  .studio-about__grid {
    --about-card-width: min(340px, 30vw);
  }
}

@media (max-width: 640px) {
  .studio-about {
    padding: 24px 0 44px;
  }
}

/* FAQ */
.studio-faq {
  padding: 0 0 48px;
}

.studio-faq .container {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.studio-faq .section-title {
  margin: 0 auto 28px;
  font-family: "Fustat", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.studio-faq__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.studio-faq__item {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(17, 35, 60, 0.06);
  overflow: hidden;
  transition:
    border-color 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.34s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-faq__item.is-open {
  border-color: rgba(0, 0, 0, 0.12);
  background: #fff;
  box-shadow: 0 16px 36px rgba(17, 35, 60, 0.1);
  transform: translate3d(0, -1px, 0);
}

.studio-faq__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-height: 64px;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.studio-faq__question {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #111;
}

.studio-faq__icon {
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(248, 251, 255, 0.9);
  color: #111;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-faq__icon svg {
  width: 18px;
  height: 18px;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-faq__item.is-open .studio-faq__icon {
  transform: rotate(180deg);
  background: #111;
  border-color: #111;
  color: #fff;
}

.studio-faq__trigger:hover .studio-faq__icon {
  border-color: rgba(0, 0, 0, 0.18);
}

.studio-faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 1;
  transition:
    grid-template-rows 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.studio-faq__item.is-open .studio-faq__panel {
  grid-template-rows: 1fr;
}

.studio-faq__panel-inner {
  overflow: hidden;
  min-height: 0;
}

.studio-faq__panel-inner p {
  margin: 0;
  padding: 0 20px 20px;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #5c5c5c;
  opacity: 0;
  transform: translate3d(0, -8px, 0);
  transition:
    opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1) 0.04s,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.02s;
}

.studio-faq__item.is-open .studio-faq__panel-inner p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.studio-faq__trigger:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.18);
  outline-offset: -2px;
  border-radius: 18px;
}

/* Footer */
.studio-footer {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 48px));
  margin: 28px auto 0;
  padding: 0 0 16px;
}

.studio-footer__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.1);
  padding: 18px clamp(16px, 2vw, 24px);
}

.studio-footer__top {
  display: block;
  width: 100%;
}

.studio-footer__signature {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  margin-top: 4px;
}

.studio-footer__wordmark {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-decoration: none;
  line-height: 0;
}

.studio-footer__wordmark .brand-wordmark.brand-wordmark--footer-signature {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
}

.studio-footer__wordmark:hover {
  opacity: 0.82;
}

.studio-footer__wordmark:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.28);
  outline-offset: 4px;
  border-radius: 8px;
}

.studio-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px clamp(16px, 2.4vw, 28px);
  width: 100%;
  margin: 0;
  padding: 4px 0 2px;
}

.studio-footer__links a {
  color: #262626;
  text-decoration: none;
  font-family: "Schibsted Grotesk", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  min-height: 0;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.studio-footer__links a:hover {
  color: #000;
}

.studio-footer__columns {
  display: none;
}

.studio-footer__column h3 {
  display: none;
}

.studio-footer__column a {
  color: #262626;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  min-height: 0;
  padding: 2px 0;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.studio-footer__column a:hover {
  color: #000;
}

.studio-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding: 8px 2px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.studio-footer__bottom-left {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  color: #565656;
  font-size: 13px;
}

.studio-footer__bottom-left a {
  color: #565656;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.studio-footer__bottom-left a:hover {
  color: #111;
}

.studio-footer__extras {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 0 6px;
}

.studio-footer__extras .promo-strip {
  flex: 1 1 280px;
  max-width: 312px;
}

.studio-footer__extras .top-contact-cluster {
  flex: 0 0 auto;
  margin-left: auto;
}

.studio-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.studio-footer__social a {
  min-width: 52px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f7f7f7;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
}

.studio-footer__social a:hover {
  background: #111;
  color: #fff;
}

.studio-footer__social svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 980px) {
  .studio-footer {
    width: min(1100px, calc(100% - 32px));
    margin-top: 36px;
  }

  .studio-footer__card {
    gap: 22px;
    padding: 22px 20px;
  }

  .studio-footer__links {
    gap: 12px 20px;
    padding: 6px 0 4px;
  }

  .studio-footer__signature {
    margin-top: 8px;
  }

  .studio-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    padding: 16px 4px 4px;
  }

  .studio-footer__bottom-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .studio-footer__bottom-left a {
    min-height: 0;
    padding: 2px 0;
  }
}

@media (max-width: 640px) {
  .studio-footer {
    width: min(1100px, calc(100% - 28px));
    margin-top: 40px;
    padding: 0 0 calc(20px + env(safe-area-inset-bottom, 0px));
  }

  .studio-footer__card {
    gap: 28px;
    padding: 28px 22px 24px;
    border-radius: 22px;
  }

  .studio-footer__links {
    justify-content: center;
    gap: 14px 18px;
    padding: 4px 0 0;
    row-gap: 14px;
  }

  .studio-footer__links a {
    white-space: normal;
    padding: 4px 0;
    line-height: 1.35;
  }

  .studio-footer__signature {
    margin-top: 6px;
    padding-top: 4px;
  }

  .studio-footer__bottom {
    gap: 12px;
    margin-top: 22px;
    padding: 18px 2px 8px;
  }

  .studio-footer__bottom-left {
    gap: 12px;
    font-size: 13px;
    line-height: 1.45;
  }
}
