﻿:root {
  --bg: #0d0d0d;
  --bg-soft: #11111a;
  --surface: rgba(18, 18, 28, 0.8);
  --surface-strong: rgba(24, 23, 38, 0.94);
  --surface-border: rgba(154, 123, 255, 0.2);
  --text: #ffffff;
  --muted: #b1accf;
  --accent: #7239dd;
  --accent-2: #a584ff;
  --cursor-x: 50vw;
  --cursor-y: 20vh;
  --max-width: 1180px;
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --transition: 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #07070d;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  overflow-x: clip;
  overscroll-behavior-y: none;
}

@supports not (overflow: clip) {
  html,
  body,
  .site {
    overflow-x: hidden;
  }
}

@media (max-width: 760px) {
  .problem-solution-section .problem-solution__intro {
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }

  .problem-solution-section .problem-solution__intro h2 {
    max-width: 11.5ch;
    margin-inline: auto;
    font-size: clamp(2.1rem, 11vw, 2.9rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .problem-solution-section .problem-solution__intro p:last-child {
    max-width: 32ch;
    margin-inline: auto;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .problem-solution-section .problem-solution__layout {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .problem-solution-section .problem-solution__menu,
  .problem-solution-section .problem-solution__solution--desktop,
  .problem-solution-section .problem-solution__solution--mobile,
  .problem-solution__spotlight-stack,
  .problem-solution__selector-grid {
    display: none !important;
  }

  .problem-solution-mobile {
    display: grid;
    gap: 14px;
    width: 100%;
  }

  .problem-solution__spotlight {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 11, 22, 0.96)),
      radial-gradient(circle at top right, rgba(114, 57, 221, 0.18), transparent 54%);
    box-shadow:
      0 20px 40px rgba(8, 7, 16, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .problem-solution__spotlight-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .problem-solution__spotlight-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(248, 243, 255, 0.96);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(40, 31, 69, 0.94)),
      radial-gradient(circle at top left, rgba(173, 145, 255, 0.24), transparent 58%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 26px rgba(25, 18, 50, 0.18);
  }

  .problem-solution__spotlight-icon svg {
    width: 22px;
    height: 22px;
  }

  .problem-solution__spotlight-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }

  .problem-solution__spotlight-kicker {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.1;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--accent-2);
  }

  .problem-solution__spotlight-copy h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 0.96;
    letter-spacing: -0.04em;
  }

  .problem-solution__spotlight-context,
  .problem-solution__spotlight-lead {
    margin: 0;
    color: var(--muted);
  }

  .problem-solution__spotlight-context {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .problem-solution__spotlight-lead {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .problem-solution__spotlight-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .problem-solution__spotlight-stat {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
  }

  .problem-solution__spotlight-stat span {
    font-size: 0.68rem;
    line-height: 1.2;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--muted);
  }

  .problem-solution__spotlight-stat strong {
    font-size: 0.92rem;
    line-height: 1.25;
  }

  .problem-solution__spotlight-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .problem-solution__mini-tag {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.7rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(245, 239, 255, 0.82);
  }

  .problem-solution__spotlight-actions {
    display: grid;
    gap: 10px;
  }

  .problem-solution__spotlight-actions .button,
  .problem-solution__spotlight-actions .button--project-link {
    width: 100%;
    min-height: 52px;
    justify-content: center;
  }

  .problem-solution-mobile__switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .problem-solution-mobile__chip {
    flex: 1 1 calc((100% - 20px) / 3);
    min-width: 92px;
    min-height: 94px;
    padding: 12px 10px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(15, 14, 27, 0.96)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.15), transparent 56%);
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
    transition:
      transform var(--transition),
      border-color var(--transition),
      box-shadow var(--transition),
      background var(--transition);
  }

  .problem-solution-mobile__chip.is-active {
    transform: translateY(-2px);
    border-color: rgba(176, 146, 255, 0.3);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(24, 19, 43, 0.98)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.24), transparent 56%);
    box-shadow:
      0 16px 30px rgba(16, 12, 32, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .problem-solution-mobile__chip-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(34, 28, 58, 0.96)),
      radial-gradient(circle at top left, rgba(173, 145, 255, 0.22), transparent 60%);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .problem-solution-mobile__chip-icon svg {
    width: 18px;
    height: 18px;
  }

  .problem-solution-mobile__chip-label {
    font-size: 0.82rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: rgba(247, 242, 255, 0.94);
  }
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background-color: #07070d;
  background:
    radial-gradient(circle at 20% 0%, rgba(114, 57, 221, 0.16), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(123, 215, 255, 0.08), transparent 18%),
    linear-gradient(180deg, #07070d 0%, #0d0d0d 38%, #08080f 100%);
  overflow-x: clip;
  overscroll-behavior-y: none;
  scrollbar-color: rgba(165, 132, 255, 0.72) rgba(255, 255, 255, 0.06);
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(165, 132, 255, 0.72) rgba(255, 255, 255, 0.06);
}

*::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

*::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(194, 171, 255, 0.95), rgba(114, 57, 221, 0.92)) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.02)) border-box;
  box-shadow: 0 0 18px rgba(114, 57, 221, 0.18);
}

*::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(180deg, rgba(220, 208, 255, 0.98), rgba(134, 85, 238, 0.96)) padding-box,
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.03)) border-box;
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: radial-gradient(circle at center, black 28%, transparent 78%);
  opacity: 0.22;
}

body::after {
  background: radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(114, 57, 221, 0.18), transparent 18%);
  transition: background 120ms linear;
}

body.is-loading {
  overflow: hidden;
}

body.is-loading #root {
  opacity: 0;
  transform: translateY(14px) scale(0.992);
}

body.is-loaded #root {
  opacity: 1;
  transform: none;
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.page-loader[hidden] {
  display: none;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 0%, rgba(114, 57, 221, 0.16), transparent 22%),
    radial-gradient(circle at 80% 18%, rgba(123, 215, 255, 0.08), transparent 18%),
    rgba(7, 7, 13, 0.88);
  backdrop-filter: blur(18px);
  transition: opacity 720ms cubic-bezier(0.22, 1, 0.36, 1), visibility 720ms ease;
}

body.is-loaded .page-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader__panel {
  position: relative;
  width: min(420px, calc(100vw - 48px));
  padding: 30px 26px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(17, 16, 29, 0.88)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.16), transparent 34%);
  box-shadow:
    0 26px 90px rgba(4, 4, 10, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(24px);
  overflow: hidden;
  animation: loaderPanelIn 900ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.page-loader__panel::before {
  content: "";
  position: absolute;
  inset: auto -18% -48% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.24), transparent 68%);
  filter: blur(28px);
  pointer-events: none;
}

.page-loader__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  opacity: 0;
  transform: translateY(10px);
  animation: loaderBrandIn 720ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
}

.page-loader__mark {
  position: relative;
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(200, 178, 255, 0.8));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 0 18px rgba(114, 57, 221, 0.3);
  animation: loaderMarkGlow 2.6s ease-in-out infinite;
}

.page-loader__mark::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: radial-gradient(circle at 35% 35%, rgba(114, 57, 221, 0.98), rgba(114, 57, 221, 0.22));
}

.page-loader__core {
  position: relative;
  height: 136px;
  margin: 28px 0 14px;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(10px);
  animation: loaderBrandIn 780ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
}

.page-loader__orb {
  position: relative;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, rgba(8, 8, 14, 0.96), rgba(14, 14, 22, 0.94) 58%, rgba(114, 57, 221, 0.72) 100%);
  box-shadow:
    0 0 0 14px rgba(114, 57, 221, 0.08),
    0 0 54px rgba(114, 57, 221, 0.34);
  animation: loaderOrb 2.4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.page-loader__orb::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, rgba(165, 132, 255, 0.3), rgba(165, 132, 255, 0.06) 34%, rgba(6, 6, 10, 0.92) 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 0 26px rgba(114, 57, 221, 0.24);
}

.page-loader__orb-logo {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  object-fit: contain;
  filter:
    brightness(1.18)
    drop-shadow(0 0 8px rgba(255, 255, 255, 0.22))
    drop-shadow(0 0 16px rgba(114, 57, 221, 0.24));
  opacity: 1;
}

.page-loader__pulse {
  position: absolute;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 1px solid rgba(165, 132, 255, 0.24);
  animation: loaderPulse 2.4s ease-out infinite;
}

.page-loader__pulse--delay {
  animation-delay: 1.2s;
}

.page-loader__label {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  letter-spacing: -0.02em;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(10px);
  animation: loaderBrandIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 320ms forwards;
}

.page-loader__bar {
  position: relative;
  overflow: hidden;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(10px);
  animation: loaderBrandIn 760ms cubic-bezier(0.22, 1, 0.36, 1) 420ms forwards;
}

.page-loader__bar span {
  position: absolute;
  inset: 0;
  width: 42%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(114, 57, 221, 0), rgba(165, 132, 255, 0.95), rgba(114, 57, 221, 0));
  filter: drop-shadow(0 0 16px rgba(114, 57, 221, 0.45));
  animation: loaderBar 1.5s ease-in-out infinite;
}
body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.safari-safe-picture {
  display: contents;
}

#root,
.site {
  min-height: 100vh;
  min-height: 100dvh;
  background-color: #07070d;
}

.particle-field,
.cursor-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.particle-field {
  z-index: 0;
  opacity: 0.56;
}

.cursor-glow {
  z-index: 1;
  background: radial-gradient(circle at var(--cursor-x) var(--cursor-y), rgba(165, 132, 255, 0.12), transparent 11%);
}

.site {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 20% 0%, rgba(114, 57, 221, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(7, 7, 13, 0.98), rgba(8, 8, 15, 0.98));
}

.section {
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
}

.section--wide {
  width: min(calc(100% - 48px), 1280px);
}

.topbar {
  position: sticky;
  top: 12px;
  z-index: 40;
  width: min(calc(100% - 48px), var(--max-width));
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(9, 9, 14, 0.52);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
  isolation: isolate;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 50% -40%, rgba(255, 255, 255, 0.14), transparent 54%);
  pointer-events: none;
  z-index: -1;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.brand__mark {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: drop-shadow(0 0 18px rgba(114, 57, 221, 0.18));
}

.topbar__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  color: var(--muted);
}

.topbar__nav a {
  position: relative;
  padding: 8px 0;
}

.topbar__nav a::before {
  content: "";
  position: absolute;
  inset: 50% -12px auto;
  height: 34px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(156, 117, 255, 0.2), rgba(78, 46, 169, 0.16)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(188, 165, 255, 0.14);
  box-shadow:
    0 10px 24px rgba(35, 21, 70, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(-50%) scale(0.92);
  transition:
    opacity var(--transition),
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
  pointer-events: none;
  z-index: -1;
}

.topbar__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(214, 198, 255, 0.24), rgba(214, 198, 255, 0.92));
  opacity: 0;
  transform: translateX(-50%) scaleX(0.4);
  transition:
    opacity var(--transition),
    transform var(--transition);
}

.topbar__menu-toggle,
.topbar__mobile-sheet {
  display: none !important;
}

.topbar__cta,
.topbar__cta.button--ghost {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 42px;
  padding-inline: 16px;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  border-color: rgba(190, 165, 255, 0.26);
  background:
    linear-gradient(135deg, rgba(150, 103, 255, 0.94), rgba(96, 48, 214, 0.92)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(22, 18, 36, 0.9));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.07) inset,
    0 12px 28px rgba(92, 48, 196, 0.18);
  animation: topbarCtaGlow 5.2s ease-in-out infinite;
}

.topbar__cta::before {
  content: "";
  position: absolute;
  inset: -18% auto -18% -30%;
  width: 56%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.44), transparent);
  transform: translateX(-170%) skewX(-18deg);
  opacity: 0;
  pointer-events: none;
  animation: topbarCtaSweep 5.8s ease-in-out infinite;
}

.topbar__cta::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(circle at 30% 50%, rgba(180, 145, 255, 0.26), transparent 62%);
  opacity: 0.6;
  z-index: -1;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.topbar__nav a,
.footer__links a {
  transition: color var(--transition), transform var(--transition);
}

.topbar__nav a:hover,
.topbar__nav a:focus-visible,
.footer__links a:hover,
.footer__links a:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

@media (min-width: 961px) {
  .topbar__nav a.is-active {
    color: rgba(251, 247, 255, 0.98);
    transform: translateY(-1px);
    text-shadow: 0 0 18px rgba(165, 132, 255, 0.2);
  }

  .topbar__nav a.is-active::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    border-color: rgba(196, 175, 255, 0.24);
    box-shadow:
      0 14px 28px rgba(35, 21, 70, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 0 20px rgba(114, 57, 221, 0.12);
  }

  .topbar__nav a.is-active::after {
    opacity: 1;
    transform: translateX(-50%) scaleX(1);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--small {
  min-height: 42px;
  padding-inline: 16px;
}

.button--primary {
  color: rgba(251, 247, 255, 0.98);
  font-weight: 600;
  background: linear-gradient(135deg, #8d5fff, var(--accent));
  border-color: rgba(231, 220, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 16px 40px rgba(114, 57, 221, 0.34),
    0 0 26px rgba(150, 103, 255, 0.22);
}

.button--ghost {
  background: rgba(255, 255, 255, 0.03);
}

.button--ghost:hover,
.button--ghost:focus-visible {
  border-color: rgba(154, 123, 255, 0.35);
  box-shadow: 0 0 20px rgba(114, 57, 221, 0.14);
}

.topbar__menu-icon {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
}

.topbar__menu-icon span {
  display: block;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition), opacity var(--transition);
}

@media (hover: hover) and (pointer: fine) {
  .topbar__cta:hover,
  .topbar__cta:focus-visible {
    transform: translateY(-2px) scale(1.01);
    border-color: rgba(236, 227, 255, 0.42);
    background:
      linear-gradient(135deg, rgba(170, 126, 255, 1), rgba(108, 61, 228, 0.97)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(22, 18, 36, 0.92));
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.11) inset,
      0 18px 42px rgba(114, 57, 221, 0.36),
      0 0 28px rgba(159, 112, 255, 0.25);
  }

  .topbar__cta:hover::after,
  .topbar__cta:focus-visible::after {
    opacity: 0.92;
    transform: scale(1.04);
  }
}

.hero {
  position: relative;
  min-height: calc(100svh - 88px);
  padding: 28px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 36px;
  align-items: center;
  overflow: visible;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -6% auto auto -16%;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.24), transparent 70%);
  filter: blur(30px);
  pointer-events: none;
}

.hero__floaters {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero__floating-card {
  position: absolute;
  padding: 0;
  border: 0;
  background: transparent;
  width: clamp(136px, 10.5vw, 182px);
  aspect-ratio: 9 / 16;
  pointer-events: auto;
  cursor: pointer;
  transform-style: preserve-3d;
  animation: heroFloatingDrift 10s ease-in-out infinite;
}

.hero__floating-card--landscape {
  width: clamp(210px, 15.5vw, 300px);
  aspect-ratio: 16 / 9;
}

.hero__floating-shell {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(17, 16, 29, 0.86)),
    radial-gradient(circle at 20% 0%, rgba(114, 57, 221, 0.18), transparent 40%);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 28px 90px rgba(6, 6, 12, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.hero__floating-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, transparent 58%, rgba(114, 57, 221, 0.16));
  pointer-events: none;
}

.hero__floating-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter: saturate(0.92) contrast(1.04) brightness(0.82);
}

.hero__floating-card:hover .hero__floating-shell,
.hero__floating-card:focus-visible .hero__floating-shell {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(165, 132, 255, 0.26);
  box-shadow:
    0 34px 110px rgba(6, 6, 12, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero__floating-card--landscape .hero__floating-shell {
  padding: 10px;
  border-radius: 28px;
}

.hero__floating-card--landscape .hero__floating-video {
  border-radius: 18px;
}

.hero__floating-card--left {
  left: auto;
  top: auto;
  right: 21%;
  bottom: 17%;
  width: clamp(278px, 20.5vw, 396px);
  transform: perspective(1400px) rotateX(-7deg) rotateY(-10deg) rotateZ(8deg);
}

.hero__floating-card--top-right {
  display: none;
}

.hero__floating-card--bottom-right {
  right: -13%;
  bottom: 9%;
  width: clamp(132px, 9.6vw, 188px);
  transform: perspective(1400px) rotateX(-9deg) rotateY(-14deg) rotateZ(8deg);
}

@media (max-width: 1680px) {
  .hero__floating-card--bottom-right {
    right: -15%;
    bottom: 8%;
    width: clamp(124px, 8.9vw, 168px);
  }
}

@media (max-width: 1440px) {
  .hero__floating-card--bottom-right {
    right: -17%;
    bottom: 7%;
    width: clamp(114px, 8vw, 148px);
  }
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -16% auto;
  width: 46vw;
  height: 24vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.18), transparent 72%);
  filter: blur(40px);
  pointer-events: none;
}

.eyebrow,
.project-card__body p,
.info-card__index {
  margin: 0 0 16px;
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
}

.eyebrow,
.project-card__body p,
.info-card__index,
.problem-solution__problem-copy span,
.problem-solution__solution-kicker,
.problem-solution__solution-context,
.problem-solution__solution-stat span,
.problem-solution__solution-block span,
.project-hub__kicker,
.project-hub__asset-kicker,
.brand-platform__core-kicker,
.brand-platform__node-copy span,
.brand-board__focus-kicker,
.brand-board__counter span {
  color: var(--accent-2) !important;
}

.hero__title,
.section-heading h2,
.metrics__panel h2,
.contact-panel h2,
.modal-card h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: -0.03em;
}

.hero__title {
  font-size: clamp(3.9rem, 5.8vw, 6.4rem);
  font-weight: 500;
  max-width: 14.5ch;
  text-wrap: balance;
}

.hero__title-line {
  display: block;
}

.hero__accent {
  display: block;
  color: #d6c9ff;
  width: 13.6ch;
  min-width: 13.6ch;
  min-height: 1.1em;
  margin: 0.03em 0;
  white-space: nowrap;
  line-height: 0.98;
  animation: wordPulse 2200ms ease infinite;
}

.hero__copytext,
.section-heading p,
.info-card p,
.metrics__grid span,
.contact-panel p,
.footer p,
.modal-card__copy,
.modal-card__meta span,
.project-card__body span {
  color: var(--muted);
  line-height: 1.65;
}

.hero__copy {
  position: relative;
  z-index: 3;
  max-width: 52rem;
  align-self: center;
}

.hero__backdrop-word {
  display: none;
}

.hero__mobile-cards {
  display: none;
}

.hero__media-column {
  display: grid;
  align-items: center;
  align-self: center;
  position: relative;
  z-index: 2;
}

.hero__copytext {
  max-width: 44ch;
  margin: 34px 0 0;
  font-size: 1.02rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}

.hero__stage,
.info-card,
.metrics__panel,
.contact-panel,
.project-card,
.modal-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.92));
  box-shadow: var(--shadow);
}

.tilt-card {
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 180ms ease, border-color var(--transition), box-shadow var(--transition);
  will-change: transform;
}

.tilt-card:hover,
.tilt-card:focus-within {
  border-color: rgba(165, 132, 255, 0.3);
}

.hero__stage {
  min-height: auto;
  display: flex;
  align-items: center;
  overflow: visible;
  margin-right: -30px;
  padding: 26px;
  transform: translate(10px, -104px) scale(1.1);
  transform-origin: center right;
  background:
    radial-gradient(circle at 50% 88%, rgba(114, 57, 221, 0.42), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(13, 12, 20, 0.95));
}

.hero__video-card {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  padding: 0;
  border-radius: calc(var(--radius-lg) - 6px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #09090d;
  box-shadow: 0 30px 100px rgba(5, 5, 12, 0.55);
}

.hero__video-card--interactive {
  width: 100%;
  text-align: left;
  appearance: none;
}

.hero__poster,
.hero__iframe,
.hero__local-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__poster {
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.04) brightness(0.78);
}

.hero__iframe {
  border: 0;
  pointer-events: none;
  transform: scale(1.08);
  filter: saturate(0.9) contrast(1.02) brightness(0.92);
  transition: transform 700ms ease;
}

.hero__video-card:hover .hero__iframe,
.hero__video-card:focus-visible .hero__iframe {
  transform: scale(1.12);
}

.hero__video-card::after,
.modal-card__media::after,
.project-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 7, 10, 0.02), rgba(7, 7, 10, 0.46));
}

.hero__video-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 11, 0.7));
}

.hero__play-indicator {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(10, 10, 16, 0.26);
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 8px rgba(114, 57, 221, 0.08),
    0 0 28px rgba(114, 57, 221, 0.22);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.hero__play-indicator span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid white;
}

.hero__video-card:hover .hero__play-indicator,
.hero__video-card:focus-visible .hero__play-indicator {
  transform: scale(1.06);
  background: rgba(10, 10, 16, 0.3);
  box-shadow:
    0 0 0 10px rgba(114, 57, 221, 0.1),
    0 0 42px rgba(114, 57, 221, 0.3);
}

.hero-chip {
  position: absolute;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 14, 23, 0.72);
  backdrop-filter: blur(16px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  letter-spacing: -0.01em;
}

.hero-chip--left {
  left: 18px;
  bottom: 18px;
}

.hero-chip--right {
  right: 18px;
  top: 18px;
}

.hero-ring {
  position: absolute;
  inset: auto 7% -20% auto;
  width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(165, 132, 255, 0.18);
  background: radial-gradient(circle, rgba(114, 57, 221, 0.24), transparent 64%);
  filter: blur(0.6px);
  animation: ringRotate 12s linear infinite;
}

.hero__app-chrome {
  display: none;
}

.trust-strip {
  padding-top: 0;
  padding-bottom: 92px;
}

.trust-strip__panel {
  position: relative;
  padding: 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 16, 29, 0.9)),
    radial-gradient(circle at 12% 0%, rgba(114, 57, 221, 0.12), transparent 38%);
  box-shadow:
    0 28px 90px rgba(6, 6, 12, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.trust-strip__item {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(14, 14, 22, 0.82)),
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.1), transparent 52%);
}

.trust-strip__value {
  color: #fbfbfe;
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.trust-strip__label {
  color: rgba(223, 218, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.4;
}

.marquee {
  padding-bottom: 120px;
}

.marquee-card {
  position: relative;
  overflow: hidden;
  padding: 34px 34px 30px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(17, 16, 29, 0.88)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 32%);
  backdrop-filter: blur(24px);
  box-shadow:
    0 28px 90px rgba(6, 6, 12, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.marquee-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -60% auto;
  width: 32vw;
  height: 18vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.16), transparent 72%);
  filter: blur(34px);
  pointer-events: none;
}

.marquee-card__header {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  margin-bottom: 26px;
}

.marquee-card__header .eyebrow {
  margin-bottom: 0;
}

.marquee-card__header h2 {
  margin: 0;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.marquee__viewport {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.marquee__track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 10px 0 6px;
  animation: marquee 24s linear infinite;
}

.marquee__track--logos {
  align-items: center;
}

.marquee__track--benefits {
  align-items: center;
}

.marquee__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 172px;
  height: 82px;
  padding: 0 26px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(255, 255, 255, 0.88);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}

.marquee__logo--benefit {
  justify-content: flex-start;
  gap: 10px;
  min-width: max-content;
  height: 72px;
  padding: 0 22px;
  border-radius: 22px;
  text-transform: none;
  letter-spacing: -0.01em;
  font-size: 0.98rem;
}

.marquee__logo-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(192, 171, 255, 0.98), rgba(114, 57, 221, 0.92));
  box-shadow: 0 0 16px rgba(114, 57, 221, 0.34);
  flex: 0 0 auto;
}

.section {
  padding-bottom: 120px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 40px;
}

.section-heading--centered {
  max-width: 1040px;
  margin: 0 auto 40px;
  text-align: center;
}

.section-heading--centered .eyebrow,
.section-heading--centered p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading--centered h2 {
  max-width: 15.5ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.02;
}

.section-heading--work h2 {
  max-width: 19.5ch;
}

.section-heading--process {
  max-width: 1100px;
  margin: 0 auto 48px;
}

.section-heading--process h2 {
  max-width: 20ch;
  line-height: 1.02;
  text-wrap: balance;
}

.section-heading--process > p:last-child {
  max-width: 54rem;
}

.section-heading--centered > p:last-child {
  max-width: 60rem;
}

.section-heading h2,
.metrics__panel h2,
.contact-panel h2 {
  font-size: clamp(2.3rem, 4.5vw, 4rem);
}

.services-grid,
.process-grid,
.metrics__grid {
  display: grid;
  gap: 22px;
}

.services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card {
  min-height: 260px;
  padding: 28px;
}

.info-card::after,
.metrics__panel::after,
.contact-panel::after,
.project-card::after,
.modal-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -35% auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.36), transparent 72%);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}

.info-card:hover::after,
.metrics__panel:hover::after,
.contact-panel:hover::after,
.project-card:hover::after,
.modal-card:hover::before {
  opacity: 1;
}

.info-card h3,
.project-card__body h3 {
  margin: 0 0 14px;
  font-size: 1.48rem;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(100%, 1160px);
  margin: 0 auto;
  gap: 14px;
  grid-auto-flow: row;
  align-items: stretch;
}

.project-card {
  min-height: 0;
  height: 100%;
}

.project-card--wide {
  grid-column: span 2;
}

.project-card--full {
  grid-column: 1 / -1;
}

.project-card--landscape-preview {
  align-self: stretch;
}

.project-card__body {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 6px;
}

.project-card__body p,
.project-card__body h3,
.project-card__body span {
  margin: 0;
}

.project-card--filler {
  border-color: rgba(255, 255, 255, 0.06);
}

.project-card__button {
  width: 100%;
  height: 100%;
  padding: 12px;
  border: 0;
  color: inherit;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.project-card__button--static {
  cursor: default;
}

.project-card__media,
.modal-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.project-card__media {
  flex: 0 0 auto;
  min-height: 0;
  aspect-ratio: 5 / 6;
}

.project-card__media--filler {
  background:
    radial-gradient(circle at 22% 28%, rgba(129, 198, 255, 0.18), transparent 22%),
    radial-gradient(circle at 78% 72%, rgba(165, 132, 255, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(18, 20, 32, 0.96), rgba(8, 8, 12, 0.98));
}

.project-card__media--landscape {
  flex: 0 0 auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.project-card__video,
.project-card__image {
  transform: scale(1.04);
  transition: transform 700ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card__slideshow {
  position: absolute;
  inset: 0;
}

.project-card__logo-preview {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.24), transparent 38%),
    linear-gradient(180deg, rgba(17, 15, 30, 0.98), rgba(8, 8, 13, 0.98));
}

.project-card__logo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation-name: projectCardLogoSlide;
  animation-duration: var(--slide-duration, 18s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: var(--slide-delay, 0s);
  will-change: opacity, transform;
}

.project-card__logo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at center, transparent 42%, rgba(8, 8, 13, 0.32) 100%);
}

.project-card__logo-backdrop {
  position: absolute;
  inset: -12%;
  width: 124%;
  height: 124%;
  object-fit: cover;
  opacity: 0.42;
  filter: blur(30px) saturate(0.94);
  transform: scale(1.08);
}

.project-card__logo-big {
  position: absolute;
  inset: 16px 16px 88px;
  width: calc(100% - 32px);
  height: calc(100% - 104px);
  object-fit: contain;
  display: block;
  transform: scale(0.985);
  filter: drop-shadow(0 26px 42px rgba(5, 5, 10, 0.3));
}

.project-card__logo-mark {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(20, 18, 36, 0.92)),
    radial-gradient(circle at top left, rgba(186, 162, 255, 0.24), transparent 54%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 18px 36px rgba(8, 8, 14, 0.32);
  backdrop-filter: blur(18px);
}

.project-card__logo-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 74%;
  max-height: 74%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(5, 5, 10, 0.18));
}

.project-card__slideshow--contain {
  background:
    radial-gradient(circle at top center, rgba(132, 93, 255, 0.16), transparent 42%),
    linear-gradient(180deg, rgba(18, 18, 28, 0.98), rgba(8, 8, 14, 0.98));
}

.project-card__image--slideshow {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation-name: projectCardSlideshow;
  animation-duration: var(--slide-duration, 16s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: var(--slide-delay, 0s);
  will-change: opacity, transform;
}

.project-card__image--slideshow.project-card__image--contain {
  padding: 16px;
  box-sizing: border-box;
  object-fit: contain;
  transform: scale(1);
  animation-name: projectCardSlideshowContain;
}

.project-card__video--contain {
  transform: scale(1);
  object-fit: contain;
  background: rgba(7, 7, 12, 0.96);
}

.project-card--wide .project-card__button,
.project-card--full .project-card__button {
  min-height: 0;
}

.project-card--wide .project-card__media--landscape,
.project-card--full .project-card__media--landscape {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.project-card__body h3 {
  font-size: 1.28rem;
  line-height: 1.08;
}

.project-card__body span {
  font-size: 0.95rem;
  line-height: 1.45;
}

@keyframes projectCardSlideshow {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }

  4.5% {
    opacity: 1;
    transform: scale(1.045);
  }

  16.6% {
    opacity: 1;
    transform: scale(1.05);
  }

  22.4%,
  100% {
    opacity: 0;
    transform: scale(1.03);
  }
}

@keyframes projectCardSlideshowContain {
  0% {
    opacity: 0;
    transform: scale(0.995);
  }

  4.5% {
    opacity: 1;
    transform: scale(1);
  }

  16.6% {
    opacity: 1;
    transform: scale(1.008);
  }

  22.4%,
  100% {
    opacity: 0;
    transform: scale(0.998);
  }
}

@keyframes projectCardLogoSlide {
  0% {
    opacity: 0;
    transform: scale(1.01);
  }

  5% {
    opacity: 1;
    transform: scale(1);
  }

  20% {
    opacity: 1;
    transform: scale(1);
  }

  28%,
  100% {
    opacity: 0;
    transform: scale(1.008);
  }
}

@keyframes pulseButtonAura {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.92);
    opacity: 0.58;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.14);
    opacity: 0.98;
  }
}

@keyframes pulseButtonBreath {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(0.992);
  }

  50% {
    transform: translate3d(0, -1px, 0) scale(1.008);
  }
}

@keyframes topbarCtaGlow {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.07) inset,
      0 12px 28px rgba(92, 48, 196, 0.18);
  }

  50% {
    box-shadow:
      0 0 0 1px rgba(236, 227, 255, 0.13) inset,
      0 16px 36px rgba(114, 57, 221, 0.3);
  }
}

@keyframes topbarCtaSweep {
  0%,
  72%,
  100% {
    transform: translateX(-170%) skewX(-18deg);
    opacity: 0;
  }

  8%,
  28% {
    opacity: 0.95;
  }

  42% {
    transform: translateX(220%) skewX(-18deg);
    opacity: 0;
  }
}

.project-card__badge {
  left: 12px;
  top: 12px;
  padding: 8px 12px;
  font-size: 0.68rem;
}

.project-card__media video,
.project-card__media img,
.modal-card__media video,
.modal-card__media img {
  transform: scale(1.04);
  transition: transform 700ms ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-card__media .project-card__video {
  transform: scale(1.04);
}

.project-card__media .project-card__video--contain {
  transform: scale(1);
  object-fit: contain;
}

.project-card:hover .project-card__media video,
.project-card:hover .project-card__media img,
.project-card:hover .project-card__gradient {
  transform: scale(1.09);
}

.project-card:hover .project-card__video--contain {
  transform: scale(1.02);
}

.project-card__gradient,
.modal-card__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 60%, rgba(114, 57, 221, 0.55), transparent 18%),
    linear-gradient(135deg, rgba(22, 21, 35, 0.96), rgba(8, 8, 12, 0.98));
  transition: transform 700ms ease;
}

.project-card__badge {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.portfolio-cta {
  width: min(100%, 1160px);
  margin: 22px auto 0;
  padding: 24px 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 26px;
  align-items: center;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 16, 29, 0.94)),
    radial-gradient(circle at 18% 0%, rgba(114, 57, 221, 0.16), transparent 38%);
  box-shadow:
    0 34px 110px rgba(6, 6, 12, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.portfolio-cta__copy {
  display: grid;
  gap: 10px;
}

.portfolio-cta__copy .eyebrow {
  margin-bottom: 0;
}

.portfolio-cta__copy h3 {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.016em;
}

.portfolio-cta__copy p:last-child {
  margin: 0;
  max-width: 52ch;
  color: var(--muted);
  font-size: 1rem;
}

.portfolio-cta__actions {
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.portfolio-cta__button {
  justify-content: center;
}

.button--pulse {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 78px;
  padding: 14px 16px 14px 24px;
  gap: 16px;
  justify-content: space-between;
  border-color: rgba(214, 201, 255, 0.2);
  color: #fcfbff;
  background:
    linear-gradient(135deg, rgba(96, 58, 186, 0.96), rgba(73, 39, 145, 0.98) 58%, rgba(33, 22, 68, 0.99)),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.12), transparent 28%);
  box-shadow:
    0 22px 48px rgba(68, 36, 140, 0.3),
    0 0 24px rgba(114, 57, 221, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translate3d(0, 0, 0);
  animation: pulseButtonBreath 3.4s ease-in-out infinite;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
}

.button--pulse::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 32%, transparent 72%, rgba(15, 10, 34, 0.42)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 26%);
  z-index: -1;
}

.button--pulse::after {
  content: "";
  position: absolute;
  inset: -40% auto auto -18%;
  width: 64%;
  height: 180%;
  background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.14), transparent 72%);
  transform: rotate(12deg);
  opacity: 0.42;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 320ms ease;
  pointer-events: none;
}

.button--pulse__halo {
  position: absolute;
  top: 50%;
  left: 24%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190, 163, 255, 0.22), rgba(114, 57, 221, 0.12) 34%, rgba(114, 57, 221, 0.02) 68%, transparent 74%);
  filter: blur(28px);
  opacity: 0.54;
  transform: translate(-50%, -50%) scale(0.96);
  transition: left 380ms cubic-bezier(0.22, 1, 0.36, 1), opacity 380ms ease;
  animation: pulseButtonAura 3.2s ease-in-out infinite;
  pointer-events: none;
}

.button--pulse__beam {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 14%, rgba(255, 255, 255, 0.18) 42%, transparent 66%);
  transform: translateX(-120%) skewX(-18deg);
  transition: transform 1320ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.button--pulse__copy,
.button--pulse__icon {
  position: relative;
  z-index: 1;
}

.button--pulse__copy {
  display: grid;
  gap: 3px;
  text-align: left;
}

.button--pulse__copy strong {
  font-size: 1.04rem;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.button--pulse__copy small {
  color: rgba(241, 236, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.2;
}

.button--pulse__icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(14, 10, 28, 0.44);
  backdrop-filter: blur(12px);
  font-size: 1.12rem;
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.button--pulse__icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button--pulse:hover,
.button--pulse:focus-visible {
  animation: none;
  transform: translateY(-3px) scale(1.01);
  border-color: rgba(236, 228, 255, 0.42);
  box-shadow:
    0 28px 64px rgba(68, 36, 140, 0.38),
    0 0 34px rgba(114, 57, 221, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.button--pulse:hover::after,
.button--pulse:focus-visible::after {
  transform: translateX(92%) rotate(12deg);
  opacity: 0.7;
}

.button--pulse:hover .button--pulse__halo,
.button--pulse:focus-visible .button--pulse__halo {
  left: 72%;
  opacity: 0.78;
}

.button--pulse:hover .button--pulse__beam,
.button--pulse:focus-visible .button--pulse__beam {
  transform: translateX(108%) skewX(-18deg);
}

.button--pulse:hover .button--pulse__icon,
.button--pulse:focus-visible .button--pulse__icon {
  transform: translate3d(3px, -1px, 0) scale(1.02);
  background: rgba(24, 14, 48, 0.56);
  border-color: rgba(255, 255, 255, 0.28);
}

.button--pulse:active {
  animation: none;
  transform: translateY(-1px) scale(0.987);
}

.metrics__panel,
.contact-panel {
  padding: 34px;
}

.metrics__panel {
  display: grid;
  gap: 28px;
}

.metrics__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metrics__grid div {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.metrics__grid strong,
.modal-card__meta span {
  display: block;
}

.metrics__grid strong {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.service-reel-section {
  position: relative;
}

.service-reel {
  display: grid;
  gap: 26px;
}

.service-reel__intro,
.service-reel__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.9)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow: var(--shadow);
}

.service-reel__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) auto;
  gap: 24px;
  align-items: end;
  padding: 30px 32px;
}

.service-reel__intro-copy {
  display: grid;
  gap: 16px;
  max-width: 62rem;
}

.service-reel__intro-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
  max-width: 14ch;
}

.service-reel__intro-copy p:last-child {
  margin: 0;
  max-width: 56rem;
  color: var(--muted);
  line-height: 1.7;
}

.service-reel__intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.service-reel__tracks {
  display: grid;
  gap: 18px;
}

.service-reel__card {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 20px;
  min-height: 250px;
  padding: 18px;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.service-reel__card:hover,
.service-reel__card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(165, 132, 255, 0.24);
  box-shadow:
    0 28px 60px rgba(4, 4, 8, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-reel__media {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.service-reel__media video,
.service-reel__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.service-reel__media img {
  object-fit: contain;
  padding: 20px;
  background: rgba(10, 10, 16, 0.94);
}

.service-reel__card:hover .service-reel__media video,
.service-reel__card:hover .service-reel__media img {
  transform: scale(1.04);
}

.service-reel__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.04), rgba(8, 8, 12, 0.38)),
    radial-gradient(circle at 84% 18%, rgba(165, 132, 255, 0.14), transparent 18%);
  pointer-events: none;
}

.service-reel__media-badges {
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.service-reel__media-badges span,
.service-reel__media-badges strong,
.service-reel__tags span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.service-reel__media-badges span,
.service-reel__media-badges strong {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-reel__copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 8px 4px 8px 0;
}

.service-reel__copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.1vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

.service-reel__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 60ch;
}

.service-reel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.service-reel__tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.choose-need-section {
  position: relative;
}

.choose-need {
  display: grid;
  gap: 24px;
}

.choose-need__intro,
.choose-need__spotlight,
.choose-need__option {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.9)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow: var(--shadow);
}

.choose-need__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) auto;
  gap: 24px;
  align-items: end;
  padding: 30px 32px;
}

.choose-need__intro-copy {
  display: grid;
  gap: 16px;
  max-width: 62rem;
}

.choose-need__intro-copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
  max-width: 13.5ch;
}

.choose-need__intro-copy p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 56rem;
}

.choose-need__intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.choose-need__body {
  display: grid;
  grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.choose-need__menu {
  display: grid;
  gap: 12px;
}

.choose-need__option {
  width: 100%;
  padding: 18px 18px 18px 20px;
  text-align: left;
  color: inherit;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.choose-need__option:hover,
.choose-need__option:focus-visible,
.choose-need__option.is-active {
  transform: translateX(6px);
  border-color: rgba(165, 132, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(114, 57, 221, 0.14)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 24px 46px rgba(6, 6, 10, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.choose-need__option-index,
.choose-need__media-badges span,
.choose-need__media-badges strong,
.choose-need__option-copy span,
.choose-need__tags span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.choose-need__option-index {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
}

.choose-need__option-copy {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.choose-need__option-copy strong {
  font-size: 1.05rem;
  line-height: 1.14;
}

.choose-need__option-copy span {
  color: rgba(255, 255, 255, 0.56);
}

.choose-need__spotlight {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: 20px;
  min-height: 320px;
  padding: 18px;
}

.choose-need__media {
  position: relative;
  overflow: hidden;
  min-height: 284px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.choose-need__media video,
.choose-need__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.choose-need__media img {
  object-fit: contain;
  padding: 20px;
  background: rgba(10, 10, 16, 0.94);
}

.choose-need__spotlight:hover .choose-need__media video,
.choose-need__spotlight:hover .choose-need__media img {
  transform: scale(1.04);
}

.choose-need__media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.04), rgba(8, 8, 12, 0.38)),
    radial-gradient(circle at 84% 18%, rgba(165, 132, 255, 0.14), transparent 18%);
  pointer-events: none;
}

.choose-need__media-badges {
  position: absolute;
  left: 16px;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.choose-need__media-badges span,
.choose-need__media-badges strong {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.choose-need__copy {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 8px 4px 8px 0;
}

.choose-need__copy h3 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.3rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

.choose-need__copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 58ch;
}

.choose-need__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.choose-need__tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.choose-need__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.brand-platform-section {
  position: relative;
}

.brand-platform {
  display: grid;
  gap: 24px;
}

.brand-platform__intro {
  display: grid;
  gap: 16px;
  max-width: 62rem;
}

.brand-platform__intro h2 {
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  line-height: 0.99;
  letter-spacing: -0.03em;
  max-width: 14.5ch;
}

.brand-platform__intro p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
  max-width: 58rem;
}

.brand-platform__stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(340px, 1.2fr) minmax(220px, 0.8fr);
  grid-template-rows: repeat(2, minmax(210px, auto));
  grid-template-areas:
    "motion core web"
    "graphics core ugc";
  gap: 18px;
  padding: 26px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.92));
  box-shadow: var(--shadow);
}

.brand-platform__constellation {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) center / 1px 100% no-repeat,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)) center / 100% 1px no-repeat;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.95), transparent 76%);
}

.brand-platform__core,
.brand-platform__node {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 16, 29, 0.9)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.1), transparent 36%);
}

.brand-platform__core {
  grid-area: core;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 14px;
  padding: 30px 32px;
  min-height: 100%;
}

.brand-platform__core-kicker,
.brand-platform__node-copy span,
.brand-platform__core-tags span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-platform__core-kicker,
.brand-platform__node-copy span {
  color: rgba(255, 255, 255, 0.58);
}

.brand-platform__core h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.brand-platform__core > p {
  margin: 0;
}

.brand-platform__core > p:nth-of-type(2) {
  font-size: 1.16rem;
  line-height: 1.35;
  max-width: 20ch;
}

.brand-platform__core-copy {
  color: var(--muted);
  line-height: 1.75;
  max-width: 54ch;
}

.brand-platform__core-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-platform__core-tags span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
}

.brand-platform__core-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.brand-platform__node {
  width: 100%;
  padding: 14px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px;
  text-align: left;
  color: inherit;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.brand-platform__node::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(165, 132, 255, 0.22), transparent);
  opacity: 0;
  transition: opacity var(--transition);
}

.brand-platform__node:hover,
.brand-platform__node:focus-visible,
.brand-platform__node.is-active {
  transform: translateY(-4px);
  border-color: rgba(165, 132, 255, 0.24);
  box-shadow:
    0 24px 48px rgba(6, 6, 10, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(114, 57, 221, 0.12)),
    rgba(255, 255, 255, 0.03);
}

.brand-platform__node:hover::after,
.brand-platform__node:focus-visible::after,
.brand-platform__node.is-active::after {
  opacity: 1;
}

.brand-platform__node--motion {
  grid-area: motion;
}

.brand-platform__node--web {
  grid-area: web;
}

.brand-platform__node--graphics {
  grid-area: graphics;
}

.brand-platform__node--ugc {
  grid-area: ugc;
}

.brand-platform__node-media {
  position: relative;
  overflow: hidden;
  min-height: 148px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.brand-platform__node-media video,
.brand-platform__node-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 700ms ease;
}

.brand-platform__node-media img {
  object-fit: contain;
  padding: 18px;
  background: rgba(10, 10, 16, 0.94);
}

.brand-platform__node:hover .brand-platform__node-media video,
.brand-platform__node:hover .brand-platform__node-media img,
.brand-platform__node.is-active .brand-platform__node-media video,
.brand-platform__node.is-active .brand-platform__node-media img {
  transform: scale(1.04);
}

.brand-platform__node-copy {
  display: grid;
  gap: 6px;
}

.brand-platform__node-copy strong {
  font-size: 1.05rem;
  line-height: 1.12;
}

.problem-solution-section {
  position: relative;
}

.problem-solution {
  display: grid;
  gap: 24px;
}

.problem-solution__intro {
  display: grid;
  gap: 16px;
  max-width: 82rem;
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.problem-solution__intro h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1.07;
  letter-spacing: -0.014em;
  max-width: 22ch;
  text-wrap: balance;
}

.problem-solution__intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.82;
  max-width: 62rem;
}

.problem-solution__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: start;
}

.problem-solution__menu,
.problem-solution__solution {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.92)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow: var(--shadow);
}

.problem-solution__menu {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.problem-solution__problem {
  width: 100%;
  padding: 16px 18px;
  color: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.problem-solution__problem:hover,
.problem-solution__problem:focus-visible,
.problem-solution__problem.is-active {
  transform: translateX(4px);
  border-color: rgba(165, 132, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(114, 57, 221, 0.14)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 22px 42px rgba(6, 6, 10, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.problem-solution__problem:hover .problem-solution__problem-indicator,
.problem-solution__problem:focus-visible .problem-solution__problem-indicator,
.problem-solution__problem.is-active .problem-solution__problem-indicator {
  transform: translateX(2px);
  border-color: rgba(193, 172, 255, 0.32);
  color: rgba(255, 255, 255, 0.98);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(114, 57, 221, 0.32)),
    linear-gradient(180deg, rgba(42, 38, 65, 0.96), rgba(22, 19, 37, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(37, 22, 76, 0.22);
}

.problem-solution__problem-icon,
.problem-solution__problem-copy span,
.problem-solution__solution-kicker,
.problem-solution__solution-block span,
.problem-solution__tags span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-solution__problem-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(19, 18, 30, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 242, 255, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 26px rgba(24, 16, 49, 0.18);
}

.problem-solution__problem-icon svg,
.problem-solution__solution-icon svg {
  width: 24px;
  height: 24px;
}

.problem-solution__problem-indicator {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 239, 255, 0.82);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(25, 23, 40, 0.92)),
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.2), transparent 58%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(14, 11, 27, 0.18);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition),
    color var(--transition);
}

.problem-solution__problem-indicator svg {
  width: 18px;
  height: 18px;
}

.problem-solution__problem-copy {
  display: grid;
  gap: 6px;
}

.problem-solution__problem-copy strong {
  font-size: 1.02rem;
  line-height: 1.14;
}

.problem-solution__problem-copy span,
.problem-solution__solution-kicker,
.problem-solution__solution-block span {
  color: var(--accent-2);
}

.problem-solution__solution {
  display: grid;
  gap: 18px;
  padding: 30px 32px;
}

.problem-solution__sheet-backdrop,
.problem-solution__sheet-shell {
  display: none;
}

.problem-solution__sheet-card {
  display: grid;
  gap: 10px;
}

.problem-solution__sheet-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.problem-solution__sheet-copy {
  display: grid;
  gap: 4px;
}

.problem-solution__sheet-copy small {
  color: rgba(190, 173, 255, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.problem-solution__sheet-copy strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.96);
}

.problem-solution__sheet-handle {
  display: none;
}

.problem-solution__sheet-close {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 239, 255, 0.84);
  transition:
    border-color var(--transition),
    background var(--transition),
    color var(--transition),
    transform var(--transition);
}

.problem-solution__sheet-close:hover,
.problem-solution__sheet-close:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.98);
}

.problem-solution__solution-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.problem-solution__solution-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.22), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(18, 17, 29, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(247, 242, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(24, 16, 49, 0.2);
}

.problem-solution__solution-icon svg {
  width: 30px;
  height: 30px;
}

.problem-solution__solution-head-copy {
  display: grid;
  gap: 6px;
}

.problem-solution__solution h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.problem-solution__solution-context {
  margin: 0;
  color: var(--accent-2);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.problem-solution__solution-lead {
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.42;
  max-width: 26ch;
}

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

.problem-solution__solution-stat {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(13, 13, 20, 0.84)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.1), transparent 52%);
}

.problem-solution__solution-stat span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.problem-solution__solution-stat strong {
  font-size: 1.04rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.problem-solution__solution-block {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-solution__solution-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
  max-width: 56ch;
}

.problem-solution__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.problem-solution__list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: rgba(233, 229, 246, 0.88);
  line-height: 1.5;
}

.problem-solution__list-dot {
  width: 8px;
  height: 8px;
  margin-top: 0.48rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 172, 255, 0.98), rgba(114, 57, 221, 0.9));
  box-shadow: 0 0 14px rgba(114, 57, 221, 0.28);
  flex: 0 0 auto;
}

.problem-solution__proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.problem-solution__proofs span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-solution__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.button--project-link {
  position: relative;
  min-width: 196px;
  color: rgba(248, 244, 255, 0.96);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(114, 57, 221, 0.22)),
    linear-gradient(180deg, rgba(27, 25, 41, 0.98), rgba(14, 13, 24, 0.96));
  border-color: rgba(173, 146, 255, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 34px rgba(12, 10, 22, 0.22);
}

.button--project-link::after {
  content: "\2197";
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.88;
  transition:
    transform var(--transition),
    opacity var(--transition);
}

.button--project-link:hover,
.button--project-link:focus-visible {
  border-color: rgba(193, 172, 255, 0.52);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(114, 57, 221, 0.3)),
    linear-gradient(180deg, rgba(33, 30, 50, 0.98), rgba(16, 14, 28, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 42px rgba(38, 22, 77, 0.26),
    0 0 0 1px rgba(173, 146, 255, 0.08);
}

.button--project-link:hover::after,
.button--project-link:focus-visible::after {
  opacity: 1;
  transform: translate(2px, -1px);
}

.process-section .section-heading {
  margin-bottom: 52px;
}

.process-timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  padding: 8px 0 8px;
}

.process-timeline::before {
  content: "";
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(165, 132, 255, 0), rgba(114, 57, 221, 0.88) 18%, rgba(165, 132, 255, 0.18) 84%, rgba(165, 132, 255, 0));
  transform: scaleY(0);
  transform-origin: top center;
  filter: drop-shadow(0 0 14px rgba(114, 57, 221, 0.45));
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-timeline.is-visible::before {
  transform: scaleY(1);
}

.process-step {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 26px;
  align-items: stretch;
}

.process-step + .process-step {
  margin-top: 26px;
}

.process-step:nth-child(even) .info-card--process {
  margin-left: 42px;
}

.process-step__rail {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 34px;
}

.process-step__dot {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: radial-gradient(circle at 35% 35%, #ffffff, #b895ff 38%, #7239dd 72%);
  box-shadow:
    0 0 0 8px rgba(114, 57, 221, 0.08),
    0 0 24px rgba(114, 57, 221, 0.42);
  transform: scale(0.7);
  opacity: 0;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 520ms ease;
}

.process-step__dot::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(165, 132, 255, 0.2);
  animation: processPulse 2.6s ease-out infinite;
}

.process-step.is-visible .process-step__dot {
  transform: scale(1);
  opacity: 1;
}

.process-step[data-reveal] {
  opacity: 0;
  transform: translateY(44px) translateX(18px) scale(0.985);
}

.process-step[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) translateX(0) scale(1);
}

.info-card--process {
  min-height: 220px;
  max-width: 720px;
  padding: 32px;
  backdrop-filter: blur(18px);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.contact-panel__intro {
  display: grid;
  gap: 18px;
  align-content: start;
}

.contact-panel__copy {
  display: grid;
  gap: 12px;
}

.contact-panel__copy .eyebrow {
  margin-bottom: 0;
}

.contact-panel__copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
  line-height: 0.98;
  max-width: 10.5ch;
}

.contact-panel__copy p:last-child {
  margin: 0;
  max-width: 38ch;
}

.contact-panel__trust {
  display: grid;
  gap: 10px;
}

.contact-panel__trust-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 12, 18, 0.78)),
    radial-gradient(circle at left center, rgba(114, 57, 221, 0.12), transparent 42%);
}

.contact-panel__trust-item strong {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

.contact-panel__trust-item span {
  color: rgba(223, 218, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
  text-align: right;
}

.contact-panel__microcopy {
  margin: 0;
  color: rgba(223, 218, 255, 0.72);
  max-width: 34ch;
  line-height: 1.5;
}

.contact-panel--quote {
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  text-align: center;
}

.contact-panel__copy--quote h2 {
  max-width: 13ch;
  margin-inline: auto;
}

.contact-panel__copy--quote p {
  max-width: 48ch;
  margin-inline: auto;
}

.contact-panel__trust--inline {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 1080px);
  gap: 10px;
}

.contact-panel__trust--inline .contact-panel__trust-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  gap: 12px;
  border-radius: 18px;
  min-height: 74px;
  padding: 13px 16px;
  border-color: rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(11, 11, 18, 0.9)),
    radial-gradient(circle at left center, rgba(114, 57, 221, 0.08), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 8px 20px rgba(18, 12, 36, 0.12);
}

.contact-panel__trust-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid rgba(166, 139, 255, 0.14);
  background:
    radial-gradient(circle at top left, rgba(167, 131, 255, 0.18), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(20, 18, 34, 0.92));
  color: rgba(241, 235, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 20px rgba(36, 22, 74, 0.12);
}

.contact-panel__trust-icon svg {
  width: 18px;
  height: 18px;
}

.contact-panel__trust-copy {
  display: grid;
  gap: 4px;
  text-align: left;
}

.contact-panel__trust-copy small {
  color: rgba(223, 218, 255, 0.64);
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-panel__trust--inline .contact-panel__trust-item strong {
  font-size: 0.98rem;
  white-space: normal;
}

.contact-panel__trust--inline .contact-panel__trust-item span {
  text-align: left;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(12, 12, 18, 0.86)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.12), transparent 34%);
}

.contact-form__intro {
  display: grid;
  gap: 6px;
}

.contact-form__intro .eyebrow {
  margin-bottom: 0;
}

.contact-form__intro h3 {
  margin: 0;
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.contact-form__intro p:last-child {
  margin: 0;
  color: var(--muted);
}

.contact-form--quote {
  padding: 0;
  border: 0;
  background: none;
}

.contact-form--quote .contact-form__intro {
  display: none;
}

.quote-bar {
  display: grid;
  gap: 14px;
  width: min(100%, 1080px);
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(9, 9, 14, 0.94)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.14), transparent 34%);
  box-shadow: 0 28px 60px rgba(6, 6, 12, 0.22);
}

.quote-bar__row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(280px, 1.15fr) auto;
  gap: 14px;
  align-items: end;
}

.quote-bar__field {
  display: grid;
  gap: 9px;
  position: relative;
  color: rgba(255, 255, 255, 0.86);
}

.quote-bar__field span {
  font-size: 0.84rem;
  color: rgba(223, 218, 255, 0.74);
}

.quote-bar__field input,
.quote-bar__field select {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.quote-bar__field input:focus,
.quote-bar__field select:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(114, 57, 221, 0.14);
}

.quote-bar__field select {
  appearance: none;
  padding-right: 42px;
}

.quote-bar__field--select::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 23px;
  width: 9px;
  height: 9px;
  border-right: 1.5px solid rgba(223, 218, 255, 0.72);
  border-bottom: 1.5px solid rgba(223, 218, 255, 0.72);
  transform: rotate(45deg);
  pointer-events: none;
}

.contact-form--quote .button--submit {
  width: auto;
  min-width: 232px;
  min-height: 58px;
}

.quote-bar__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 2px;
}

.quote-bar__hint {
  margin: 0;
  color: rgba(223, 218, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: left;
}

.quote-bar__toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 243, 255, 0.88);
  transition:
    border-color var(--transition),
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.quote-bar__toggle:hover,
.quote-bar__toggle:focus-visible,
.quote-bar__toggle.is-open {
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(129, 92, 235, 0.16), rgba(49, 33, 102, 0.2)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 14px 28px rgba(68, 36, 140, 0.12);
}

.quote-bar__details {
  display: grid;
  grid-template-rows: 0fr;
  transition:
    grid-template-rows 320ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
  opacity: 0;
}

.quote-bar__details.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.quote-bar__details-grid {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 0.7fr);
  gap: 14px;
  padding-top: 6px;
}

.contact-panel--onequestion {
  grid-template-columns: 1fr;
  gap: 26px;
  justify-items: center;
  text-align: center;
}

#contact.section {
  padding-bottom: 52px;
}

.contact-panel__copy--onequestion {
  justify-items: center;
  width: min(100%, 1120px);
}

.contact-panel__copy--onequestion h2 {
  max-width: 18ch;
  margin-inline: auto;
  text-wrap: balance;
}

.contact-panel__copy--onequestion p {
  width: min(100%, 760px);
  max-width: 62ch;
  margin-inline: auto;
  line-height: 1.72;
  text-wrap: pretty;
}

.one-question__mobile-copy {
  width: min(100%, 32ch);
  margin: 2px auto 0;
  color: rgba(221, 216, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
  text-align: center;
  text-wrap: pretty;
}

.contact-form--onequestion {
  width: min(100%, 1040px);
  padding: 0;
  border: 0;
  background: none;
}

.one-question {
  display: grid;
  gap: 18px;
}

.one-question__sheet-backdrop {
  display: none;
}

.one-question__options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.one-question__option {
  position: relative;
  overflow: hidden;
  min-height: 132px;
  padding: 20px 86px 20px 20px;
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 22px;
  border: 1px solid rgba(156, 125, 242, 0.28);
  background:
    linear-gradient(165deg, rgba(47, 33, 91, 0.96), rgba(16, 13, 29, 0.98)),
    radial-gradient(circle at top left, rgba(161, 116, 255, 0.22), transparent 46%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 16px 30px rgba(24, 16, 49, 0.2);
  color: rgba(245, 242, 255, 0.86);
  text-align: left;
  cursor: pointer;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.one-question__option::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.one-question__option::after {
  content: "";
  position: absolute;
  left: 20px;
  right: 92px;
  bottom: 16px;
  height: 1px;
  background: linear-gradient(90deg, rgba(186, 162, 255, 0.34), rgba(186, 162, 255, 0));
  opacity: 0.6;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition);
}

.one-question__option-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 6px;
  max-width: 15ch;
}

.one-question__option-icon {
  display: none;
}

.one-question__option strong {
  font-size: 1.06rem;
  letter-spacing: -0.02em;
  line-height: 1.06;
}

.one-question__option-copy span {
  color: rgba(223, 218, 255, 0.66);
  font-size: 0.87rem;
  line-height: 1.45;
}

.one-question__option-graphic {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(248, 244, 255, 0.88);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(32, 24, 63, 0.92)),
    radial-gradient(circle at top left, rgba(186, 162, 255, 0.26), transparent 58%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 26px rgba(25, 16, 54, 0.2);
  pointer-events: none;
  transition:
    transform var(--transition),
    color var(--transition),
    background var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.one-question__option-graphic-text {
  display: none;
}

.one-question__option-graphic svg {
  width: 22px;
  height: 22px;
  transition: transform var(--transition);
}

.one-question__option:hover,
.one-question__option:focus-visible,
.one-question__option.is-active {
  transform: translateY(-3px);
  border-color: rgba(186, 162, 255, 0.6);
  background:
    linear-gradient(165deg, rgba(104, 64, 221, 0.96), rgba(35, 22, 76, 0.98)),
    radial-gradient(circle at top left, rgba(206, 186, 255, 0.2), transparent 48%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 24px 44px rgba(68, 36, 140, 0.24);
}

.one-question__option.is-active strong,
.one-question__option.is-active .one-question__option-copy span {
  color: rgba(252, 250, 255, 0.98);
}

.one-question__option:hover::after,
.one-question__option:focus-visible::after,
.one-question__option.is-active::after {
  opacity: 0.92;
  transform: translateX(6px);
}

.one-question__option:hover .one-question__option-graphic,
.one-question__option:focus-visible .one-question__option-graphic,
.one-question__option.is-active .one-question__option-graphic {
  transform: translateX(2px) scale(1.06);
  color: rgba(250, 246, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(47, 30, 95, 0.92)),
    radial-gradient(circle at top left, rgba(216, 199, 255, 0.28), transparent 58%);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 34px rgba(42, 23, 88, 0.26);
}

.one-question__option:hover .one-question__option-graphic svg,
.one-question__option:focus-visible .one-question__option-graphic svg,
.one-question__option.is-active .one-question__option-graphic svg {
  transform: translateX(2px);
}

.one-question__followup-shell {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-18px) scale(0.985);
  transform-origin: top center;
  pointer-events: none;
  scroll-margin-top: 88px;
  transition:
    grid-template-rows 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 280ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.one-question__followup-shell.is-visible {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.one-question__followup-inner {
  overflow: hidden;
  padding-top: 2px;
}

.one-question__followup {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.034), rgba(9, 9, 14, 0.94)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.14), transparent 34%);
  box-shadow: 0 28px 60px rgba(6, 6, 12, 0.22);
  text-align: left;
  will-change: transform, opacity, filter;
  opacity: 0;
  transform: translateY(-16px) scale(0.985);
  filter: blur(8px);
  transition:
    opacity 320ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 420ms ease;
}

.one-question__followup-shell.is-visible .one-question__followup {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.one-question__sheet-handle {
  display: none;
}

.one-question__mobile-step {
  display: none;
}

.one-question__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.one-question__summary-copy {
  display: grid;
  gap: 4px;
}

.one-question__summary-copy small {
  color: rgba(223, 218, 255, 0.64);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.one-question__summary-copy strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.one-question__change {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(247, 243, 255, 0.86);
}

.one-question__change:hover,
.one-question__change:focus-visible {
  border-color: rgba(165, 132, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}

.one-question__main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}

.one-question__field {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
}

.one-question__field span {
  font-size: 0.84rem;
  color: rgba(223, 218, 255, 0.74);
}

.one-question__field input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.one-question__field input:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(114, 57, 221, 0.14);
}

.contact-form--onequestion .button--submit {
  width: auto;
  min-width: 220px;
  min-height: 58px;
}

.one-question__footer {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) auto;
  align-items: end;
  gap: 14px 18px;
}

.one-question__footer .contact-form__note {
  grid-column: 1 / -1;
}

.one-question__footer--submit .button--submit {
  justify-self: end;
}

.one-question__message {
  gap: 10px;
}

.human-check {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
}

.human-check__hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.human-check__badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  min-height: 50px;
  padding: 8px 14px 8px 9px;
  border-radius: 18px;
  border: 1px solid rgba(168, 139, 255, 0.16);
  background:
    radial-gradient(circle at top left, rgba(130, 198, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(13, 12, 23, 0.86));
  color: rgba(247, 244, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.human-check__mark {
  width: 34px;
  height: 34px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: rgba(176, 255, 215, 0.96);
  background:
    radial-gradient(circle at 30% 20%, rgba(158, 255, 200, 0.22), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(158, 255, 200, 0.16);
}

.human-check__mark svg {
  width: 18px;
  height: 18px;
}

.human-check__badge strong,
.human-check__badge small {
  display: block;
}

.human-check__badge strong {
  font-size: 0.82rem;
  line-height: 1.1;
}

.human-check__badge small {
  margin-top: 2px;
  color: rgba(223, 218, 255, 0.62);
  font-size: 0.72rem;
}

.human-check.is-turnstile {
  width: min(344px, 100%);
  max-width: 100%;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(168, 139, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(13, 12, 23, 0.72)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.human-check__turnstile {
  min-height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  border-radius: 12px;
}

.human-check__caption {
  margin: 0;
  color: rgba(223, 218, 255, 0.62);
  font-size: 0.68rem;
  line-height: 1.4;
  text-align: center;
}

.human-check__caption.is-error {
  color: rgba(255, 172, 172, 0.9);
}

.one-question__message textarea {
  min-height: 152px;
  resize: vertical;
}

.contact-form--chat {
  gap: 16px;
  padding: 0;
  border: 0;
  background: none;
}

.contact-form--chat .contact-form__intro {
  gap: 5px;
  padding: 4px 4px 0;
}

.contact-chat {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(8, 8, 14, 0.95)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.16), transparent 34%);
  overflow: hidden;
}

.contact-chat::before {
  content: "";
  position: absolute;
  inset: auto auto -120px -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.2), transparent 68%);
  pointer-events: none;
}

.contact-chat__header,
.contact-chat__thread,
.contact-chat__composer,
.contact-form__note,
.contact-form__status,
.button--submit {
  position: relative;
  z-index: 1;
}

.contact-chat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.contact-chat__presence {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-chat__presence-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(158, 255, 200, 0.98);
  box-shadow: 0 0 0 6px rgba(158, 255, 200, 0.1);
  animation: statusPulse 2.6s ease-in-out infinite;
}

.contact-chat__presence strong,
.contact-chat__presence span {
  display: block;
}

.contact-chat__presence strong {
  font-size: 0.96rem;
  line-height: 1.1;
}

.contact-chat__presence span {
  color: rgba(223, 218, 255, 0.66);
  font-size: 0.82rem;
  line-height: 1.25;
}

.contact-chat__step {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(235, 230, 255, 0.82);
  font-size: 0.82rem;
}

.contact-chat__thread {
  display: grid;
  gap: 12px;
}

.contact-chat__message {
  max-width: min(82%, 540px);
  padding: 14px 16px;
  border-radius: 20px;
  display: grid;
  gap: 5px;
  animation: fadeIn 220ms ease both;
}

.contact-chat__message p,
.contact-chat__message strong,
.contact-chat__message small {
  margin: 0;
}

.contact-chat__message--agent {
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(15, 15, 22, 0.92)),
    rgba(255, 255, 255, 0.02);
  color: rgba(247, 243, 255, 0.92);
}

.contact-chat__message--user {
  justify-self: end;
  background:
    linear-gradient(135deg, rgba(132, 87, 236, 0.98), rgba(92, 52, 196, 0.92)),
    rgba(114, 57, 221, 0.6);
  box-shadow: 0 18px 40px rgba(69, 39, 145, 0.24);
  color: rgba(255, 255, 255, 0.98);
}

.contact-chat__message--user small {
  color: rgba(241, 235, 255, 0.76);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-chat__message--user strong {
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.contact-chat__edit {
  justify-self: end;
  margin-top: 4px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(241, 235, 255, 0.76);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-chat__edit:hover,
.contact-chat__edit:focus-visible {
  color: rgba(255, 255, 255, 0.98);
}

.contact-chat__options {
  display: grid;
  gap: 10px;
  animation: fadeIn 220ms ease both;
}

.contact-chat__options--service,
.contact-chat__options--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-chat__option {
  min-height: 74px;
  padding: 14px 15px;
  display: grid;
  gap: 4px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(12, 12, 18, 0.86)),
    rgba(255, 255, 255, 0.015);
  color: rgba(245, 242, 255, 0.84);
  text-align: left;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.contact-chat__option strong {
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.contact-chat__option span {
  color: rgba(223, 218, 255, 0.62);
  font-size: 0.79rem;
  line-height: 1.35;
}

.contact-chat__option:hover,
.contact-chat__option:focus-visible,
.contact-chat__option.is-active {
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(129, 92, 235, 0.18), rgba(43, 28, 92, 0.26)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 32px rgba(68, 36, 140, 0.16);
}

.contact-chat__option.is-active strong,
.contact-chat__option.is-active span {
  color: rgba(252, 250, 255, 0.98);
}

.contact-chat__composer {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  animation: fadeIn 220ms ease both;
}

.contact-chat__summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-chat__summary span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(247, 243, 255, 0.84);
  font-size: 0.82rem;
}

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

.contact-form__choices--services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form__choices--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form__choice {
  min-height: 82px;
  padding: 14px 15px;
  display: grid;
  gap: 3px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
  color: rgba(245, 242, 255, 0.84);
  text-align: left;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.contact-form__choice strong {
  font-size: 0.95rem;
  letter-spacing: -0.01em;
}

.contact-form__choice span {
  color: rgba(223, 218, 255, 0.64);
  font-size: 0.78rem;
  line-height: 1.35;
}

.contact-form__choice--compact {
  min-height: 72px;
}

.contact-form__choice:hover,
.contact-form__choice:focus-visible,
.contact-form__choice.is-active {
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(129, 92, 235, 0.2), rgba(49, 33, 102, 0.28)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 16px 34px rgba(68, 36, 140, 0.18);
}

.contact-form__choice.is-active strong,
.contact-form__choice.is-active span {
  color: rgba(252, 250, 255, 0.98);
}

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

.contact-form__field {
  display: grid;
  gap: 10px;
  position: relative;
  color: rgba(255, 255, 255, 0.86);
}

.contact-form__field--full {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.4);
  box-shadow: 0 0 0 4px rgba(114, 57, 221, 0.14);
}

.contact-form__note {
  margin: -2px 0 0;
  color: rgba(223, 218, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
}

.button--submit.is-loading,
.button--submit.is-success {
  pointer-events: none;
}

.button--submit {
  width: 100%;
}

.button--submit:disabled {
  opacity: 0.58;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.button--submit.is-error {
  border-color: rgba(255, 134, 134, 0.28);
  background: linear-gradient(135deg, rgba(255, 120, 120, 0.22), rgba(255, 255, 255, 0.04));
}

.contact-form__status {
  margin: -2px 0 4px;
  font-size: 0.94rem;
  line-height: 1.55;
}

.contact-form__status--success {
  color: rgba(157, 255, 207, 0.9);
}

.contact-form__status--error {
  color: rgba(255, 168, 168, 0.92);
}

.footer {
  position: relative;
  padding: 36px 0 40px;
  color: var(--muted);
  display: grid;
  gap: 22px;
}

.footer::before {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
}

.footer__closing {
  display: grid;
  gap: 18px;
}

.footer__closing-copy {
  display: grid;
  gap: 6px;
  max-width: 46rem;
}

.footer__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.footer__headline {
  margin: 0;
  max-width: 20ch;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(251, 247, 255, 0.99);
  text-wrap: balance;
}

.footer__copy {
  margin: 0;
  max-width: 34rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(205, 198, 229, 0.76);
}

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

.footer__dock-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 92px;
  padding: 17px 19px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(14, 13, 24, 0.88)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 40%);
  box-shadow:
    0 18px 38px rgba(5, 5, 12, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.footer__dock-item:hover,
.footer__dock-item:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(190, 165, 255, 0.28);
  box-shadow:
    0 22px 40px rgba(7, 7, 15, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 24px rgba(114, 57, 221, 0.12);
}

.footer__dock-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 246, 255, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(26, 21, 45, 0.96)),
    radial-gradient(circle at top left, rgba(173, 145, 255, 0.24), transparent 60%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 24px rgba(15, 10, 30, 0.18);
}

.footer__dock-icon svg {
  width: 24px;
  height: 24px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer__dock-icon img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.96;
}

.footer__dock-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.footer__dock-copy strong,
.footer__dock-copy small {
  display: block;
}

.footer__dock-copy strong {
  font-size: 0.98rem;
  line-height: 1.1;
  color: rgba(248, 243, 255, 0.98);
}

.footer__dock-copy small {
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(208, 201, 232, 0.74);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer__bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px 20px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(14, 13, 24, 0.92)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 34%);
  box-shadow:
    0 24px 70px rgba(4, 4, 10, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.footer__brand {
  gap: 10px;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
}

.footer__brand .brand__mark {
  width: 26px;
  height: 26px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
  align-items: center;
  min-width: 0;
}

.footer__links a {
  width: fit-content;
  max-width: 100%;
  color: rgba(241, 235, 255, 0.88);
  font-size: 0.92rem;
}

.footer__top-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(250, 246, 255, 0.94);
  transition:
    transform var(--transition),
    color var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.footer__top-link svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.footer__top-link:hover,
.footer__top-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(190, 165, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 1);
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  animation: fadeIn 260ms ease both;
}

.modal-shell__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 4, 8, 0.7);
  backdrop-filter: blur(10px);
}

.modal-card {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  animation: modalIn 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.modal-card--showreel {
  width: min(1240px, 100%);
  background: rgba(8, 8, 12, 0.96);
}

.project-card__gradient--filler {
  background:
    radial-gradient(circle at 24% 28%, rgba(129, 198, 255, 0.18), transparent 18%),
    radial-gradient(circle at 76% 68%, rgba(165, 132, 255, 0.18), transparent 20%),
    linear-gradient(135deg, rgba(18, 20, 32, 0.9), rgba(8, 8, 12, 0.96));
}

.project-card__gradient--filler::before,
.project-card__gradient--filler::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  filter: blur(42px);
}

.project-card__gradient--filler::before {
  width: 120px;
  height: 120px;
  left: 14%;
  top: 18%;
  background: rgba(126, 205, 255, 0.18);
}

.project-card__gradient--filler::after {
  width: 140px;
  height: 140px;
  right: 10%;
  bottom: 12%;
  background: rgba(165, 132, 255, 0.16);
}

.modal-card--project-hub {
  width: min(1320px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--motion-gallery {
  width: min(1380px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--graphic-lightbox {
  width: min(1500px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--emote-showcase {
  width: min(1520px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--brand-board {
  width: min(1500px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--logo-showcase {
  width: min(1480px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.modal-card--floating-video {
  width: min(860px, 100%);
  background: rgba(8, 8, 12, 0.96);
}

.modal-card--floating-video.is-portrait {
  width: min(520px, 92vw);
}

.modal-card__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: white;
  font-size: 1.8rem;
  line-height: 1;
  transform: rotate(45deg);
}

.lead-magnet-trigger {
  position: fixed;
  right: clamp(20px, 2.8vw, 34px);
  bottom: clamp(20px, 3vw, 34px);
  z-index: 70;
  width: min(760px, calc(100vw - 44px));
  padding: 18px;
  border-radius: 34px;
  border: 1px solid rgba(214, 199, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(27, 22, 45, 0.98), rgba(10, 9, 18, 0.992)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.2), transparent 40%),
    radial-gradient(circle at bottom left, rgba(92, 173, 255, 0.12), transparent 38%);
  box-shadow:
    0 28px 72px rgba(4, 4, 10, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 0 0 1px rgba(104, 65, 206, 0.1);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  color: var(--text);
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 18px;
  text-align: left;
  overflow: hidden;
  animation: leadMagnetSlideIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.lead-magnet-trigger::before {
  content: "";
  position: absolute;
  inset: auto auto -72px -54px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.28), transparent 72%);
  pointer-events: none;
}

.lead-magnet-trigger:hover,
.lead-magnet-trigger:focus-within {
  transform: translateY(-4px);
  border-color: rgba(199, 180, 255, 0.24);
  box-shadow:
    0 36px 82px rgba(4, 4, 10, 0.56),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 30px rgba(114, 57, 221, 0.24);
}

.lead-magnet-trigger.is-compact {
  width: min(360px, calc(100vw - 44px));
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  padding: 10px 12px;
  border-radius: 22px;
}

.lead-magnet-trigger__visual,
.lead-magnet-trigger__content,
.lead-magnet-trigger__topline,
.lead-magnet-trigger__copy,
.lead-magnet-trigger__footer,
.lead-magnet-trigger__eyebrow,
.lead-magnet-trigger__scarcity,
.lead-magnet-trigger__availability,
.lead-magnet-trigger__queue,
.lead-magnet-trigger__queue-label,
.lead-magnet-trigger__title,
.lead-magnet-trigger__meta,
.lead-magnet-trigger__button {
  position: relative;
  z-index: 1;
}

.lead-magnet-trigger__dismiss {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(8, 8, 16, 0.62);
  color: rgba(248, 245, 255, 0.92);
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.lead-magnet-trigger__dismiss:hover,
.lead-magnet-trigger__dismiss:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(205, 186, 255, 0.28);
  background: rgba(32, 24, 58, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 28px rgba(22, 8, 44, 0.34);
}

.lead-magnet-trigger__dismiss svg {
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
}

.lead-magnet-trigger__visual {
  display: flex;
  align-items: stretch;
}

.lead-magnet-trigger__compact-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  align-self: center;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 24% 22%, rgba(179, 146, 255, 0.34), transparent 34%),
    radial-gradient(circle at 78% 76%, rgba(92, 173, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(12, 11, 22, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.lead-magnet-trigger__compact-visual::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(14, 13, 26, 0.1), rgba(14, 13, 26, 0.58)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.2), transparent 36%);
}

.lead-magnet-trigger__compact-visual svg {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 34px;
  color: rgba(249, 244, 255, 0.92);
}

.lead-magnet-trigger__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  align-self: center;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(16, 14, 30, 0.94)),
    radial-gradient(circle at top right, rgba(130, 198, 255, 0.18), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.lead-magnet-trigger__preview::before {
  content: "";
  position: absolute;
  inset: auto -16% -28% auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(165, 132, 255, 0.28), transparent 72%);
  pointer-events: none;
}

.lead-magnet-trigger__preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(0.92) contrast(1.04) brightness(0.82);
}

.lead-magnet-trigger__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.1), rgba(8, 8, 12, 0.56)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.18), transparent 30%);
  pointer-events: none;
}

.lead-magnet-trigger__preview-overlay {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 2px;
  min-width: 74px;
  padding: 10px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 14, 0.56);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lead-magnet-trigger__preview-overlay small {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(214, 203, 255, 0.7);
}

.lead-magnet-trigger__preview-overlay strong {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}

.lead-magnet-trigger__content {
  display: grid;
  align-content: space-between;
  gap: 14px;
  min-width: 0;
  padding-block: 2px;
  padding-right: 42px;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__content {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  align-content: center;
  gap: 10px;
  padding-right: 42px;
}

.lead-magnet-trigger__topline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__topline {
  display: none;
}

.lead-magnet-trigger__eyebrow {
  font-size: 0.73rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.lead-magnet-trigger__scarcity {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 199, 140, 0.18);
  background: rgba(255, 171, 104, 0.08);
  color: rgba(255, 214, 176, 0.92);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-magnet-trigger__scarcity.is-waitlist {
  border-color: rgba(255, 148, 148, 0.2);
  background: rgba(255, 120, 120, 0.08);
  color: rgba(255, 196, 196, 0.92);
}

.lead-magnet-trigger__copy {
  display: grid;
  gap: 9px;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__copy {
  gap: 0;
}

.lead-magnet-trigger__title {
  margin: 0;
  font-size: clamp(1.12rem, 1.55vw, 1.34rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
  max-width: 24ch;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__title {
  font-size: clamp(0.94rem, 1.1vw, 0.98rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: none;
  white-space: nowrap;
}

.lead-magnet-trigger__meta {
  color: rgba(223, 218, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.52;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__meta {
  font-size: 0.78rem;
  line-height: 1.42;
}

.lead-magnet-trigger__footer {
  display: flex;
  align-items: flex-end;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__footer {
  align-items: center;
  justify-content: flex-end;
}

.lead-magnet-trigger__button {
  min-width: 214px;
  min-height: 54px;
  padding-inline: 22px;
  white-space: nowrap;
}

.lead-magnet-trigger.is-compact .lead-magnet-trigger__button {
  min-width: 0;
  width: auto;
  min-height: 36px;
  padding-inline: 14px;
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: -0.01em;
  box-shadow:
    0 12px 24px rgba(106, 64, 226, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.lead-magnet-modal-shell {
  z-index: 86;
}

.lead-magnet-modal {
  width: min(980px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  background:
    linear-gradient(180deg, rgba(10, 9, 16, 0.98), rgba(7, 7, 11, 0.985)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.16), transparent 34%);
}

.lead-magnet-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  padding: 84px 28px 28px;
}

.lead-magnet-modal__summary {
  display: grid;
  align-content: start;
  gap: 18px;
}

.lead-magnet-modal__intro {
  display: grid;
  gap: 14px;
  padding: 6px 2px 0;
}

.lead-magnet-modal__preview {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.24), rgba(8, 8, 12, 0.64)),
    rgba(8, 8, 12, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 42px rgba(0, 0, 0, 0.24);
}

.lead-magnet-modal__preview::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 10, 0.12), rgba(6, 6, 10, 0.54)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.lead-magnet-modal__preview-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  filter: saturate(0.9) contrast(1.04) brightness(0.8);
}

.lead-magnet-modal__preview-overlay {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 8, 12, 0.48);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lead-magnet-modal__preview-overlay span {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(214, 203, 255, 0.72);
}

.lead-magnet-modal__preview-overlay strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
  color: rgba(248, 244, 255, 0.96);
}

.lead-magnet-modal__intro h3 {
  margin: 0;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 13ch;
}

.lead-magnet-modal__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lead-magnet-modal__highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 230, 255, 0.82);
  font-size: 0.74rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lead-magnet-modal__urgency {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 188, 132, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 188, 132, 0.08), rgba(26, 18, 16, 0.78)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 30px rgba(0, 0, 0, 0.16);
}

.lead-magnet-modal__urgency.is-waitlist {
  border-color: rgba(255, 148, 148, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 120, 120, 0.08), rgba(28, 16, 20, 0.82)),
    rgba(255, 255, 255, 0.03);
}

.lead-magnet-modal__urgency small {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 216, 185, 0.74);
}

.lead-magnet-modal__urgency.is-waitlist small {
  color: rgba(255, 203, 203, 0.76);
}

.lead-magnet-modal__urgency strong {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: rgba(250, 242, 232, 0.96);
}

.lead-magnet-modal__urgency p {
  margin: 0;
  color: rgba(235, 224, 212, 0.78);
  line-height: 1.55;
}

.lead-magnet-form {
  display: grid;
  gap: 18px;
  padding: 24px;
  align-content: start;
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(12, 11, 20, 0.96)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 18px 40px rgba(0, 0, 0, 0.22);
}

.lead-magnet-form::after {
  content: "";
  position: absolute;
  inset: auto -10% -34% auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 57, 221, 0.24), transparent 72%);
  pointer-events: none;
}

.lead-magnet-form__field,
.lead-magnet-form__note,
.lead-magnet-form .human-check,
.lead-magnet-form__submit,
.lead-magnet-form__status {
  position: relative;
  z-index: 1;
}

.lead-magnet-form__intro,
.lead-magnet-form__trust {
  position: relative;
  z-index: 1;
}

.lead-magnet-form__intro {
  display: grid;
  gap: 6px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lead-magnet-form__intro h4 {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.lead-magnet-form__intro p:last-child {
  margin: 0;
  color: rgba(223, 218, 255, 0.72);
  line-height: 1.48;
  max-width: 42ch;
}

.lead-magnet-form__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.lead-magnet-form__field {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.86);
}

.lead-magnet-form__field span {
  font-size: 0.8rem;
  color: rgba(223, 218, 255, 0.74);
}

.lead-magnet-form__field input,
.lead-magnet-form__field select,
.lead-magnet-form__field textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid rgba(171, 144, 255, 0.26);
  background:
    radial-gradient(circle at top right, rgba(127, 196, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(116, 80, 220, 0.18), rgba(19, 16, 31, 0.96)),
    rgba(255, 255, 255, 0.05);
  color: var(--text);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(124, 78, 235, 0.08);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition),
    background var(--transition);
}

.lead-magnet-form__field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(222, 213, 255, 0.85) 50%),
    linear-gradient(135deg, rgba(222, 213, 255, 0.85) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.lead-magnet-form__field--textarea textarea {
  min-height: 144px;
  padding: 16px;
  resize: vertical;
}

.lead-magnet-form__field input::placeholder,
.lead-magnet-form__field textarea::placeholder {
  color: rgba(223, 218, 255, 0.54);
}

.lead-magnet-form__field input:focus,
.lead-magnet-form__field select:focus,
.lead-magnet-form__field textarea:focus {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(177, 208, 255, 0.48);
  background:
    radial-gradient(circle at top right, rgba(129, 201, 255, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(130, 91, 243, 0.26), rgba(23, 19, 38, 0.98)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 4px rgba(114, 57, 221, 0.2),
    0 14px 28px rgba(10, 8, 18, 0.24),
    0 0 24px rgba(127, 196, 255, 0.1);
}

.lead-magnet-form__field option {
  color: #0d0d0d;
}

.lead-magnet-form__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lead-magnet-form__trust span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(236, 230, 255, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.lead-magnet-form__note {
  margin: 0;
  color: rgba(223, 218, 255, 0.72);
  line-height: 1.62;
}

.lead-magnet-form__submit {
  width: 100%;
  min-height: 56px;
}

.lead-magnet-form__status {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(223, 218, 255, 0.78);
}

.lead-magnet-form__status--success {
  color: rgba(157, 255, 207, 0.9);
}

.lead-magnet-form__status--error {
  color: rgba(255, 168, 168, 0.92);
}

@media (max-width: 960px) {
  .lead-magnet-modal {
    width: min(100vw - 28px, 760px);
  }

  .lead-magnet-modal__layout {
    grid-template-columns: 1fr;
  }

  .lead-magnet-modal__intro h3 {
    max-width: 15ch;
  }

  .lead-magnet-modal__preview {
    min-height: 220px;
  }

  .lead-magnet-form__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .lead-magnet-trigger {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: auto;
    padding: 12px;
    border-radius: 22px;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
  }

  .lead-magnet-trigger.is-compact {
    left: 12px;
    right: 12px;
    width: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 20px;
  }

  .lead-magnet-trigger__topline {
    gap: 4px;
  }

  .lead-magnet-trigger__visual {
    display: flex;
    align-items: center;
  }

  .lead-magnet-trigger__content {
    gap: 6px;
    padding-block: 0;
    padding-right: 34px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__content {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    padding-right: 38px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__dismiss {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__dismiss:hover,
  .lead-magnet-trigger.is-compact .lead-magnet-trigger__dismiss:focus-visible {
    transform: translateY(calc(-50% - 1px));
  }

  .lead-magnet-trigger__dismiss {
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
  }

  .lead-magnet-trigger__dismiss svg {
    width: 11px;
    height: 11px;
  }

  .lead-magnet-trigger__preview {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__compact-visual {
    border-radius: 14px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 24px rgba(0, 0, 0, 0.2);
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__compact-visual::before {
    inset: 8px;
    border-radius: 9px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__compact-visual svg {
    width: 24px;
    height: 24px;
  }

  .lead-magnet-trigger__preview-overlay {
    left: 8px;
    right: 8px;
    bottom: 8px;
    min-width: 0;
    padding: 6px 7px;
    border-radius: 12px;
  }

  .lead-magnet-trigger__preview-overlay small {
    font-size: 0.48rem;
    letter-spacing: 0.1em;
  }

  .lead-magnet-trigger__preview-overlay strong {
    font-size: 0.66rem;
    line-height: 1.05;
  }

  .lead-magnet-trigger__scarcity {
    min-height: 24px;
    padding-inline: 8px;
    font-size: 0.52rem;
  }

  .lead-magnet-trigger__eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .lead-magnet-trigger__title {
    font-size: 0.86rem;
    line-height: 1.14;
    max-width: none;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__title {
    font-size: 0.79rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
  }

  .lead-magnet-trigger__meta {
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__meta,
  .lead-magnet-trigger.is-compact .lead-magnet-trigger__scarcity {
    display: none;
  }

  .lead-magnet-trigger__button {
    min-width: 0;
    min-height: 40px;
    width: 100%;
    padding-inline: 12px;
    font-size: 0.8rem;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__button {
    min-width: 72px;
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.69rem;
    font-weight: 700;
    box-shadow:
      0 14px 28px rgba(106, 64, 226, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }

  .lead-magnet-trigger__footer {
    align-items: stretch;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__footer {
    margin-top: 0;
  }

  .lead-magnet-modal-shell {
    padding: 10px;
  }

  .lead-magnet-modal {
    width: 100%;
    max-height: calc(100vh - 20px);
  }

  .lead-magnet-modal__layout {
    gap: 18px;
    padding: 74px 18px 18px;
  }

  .lead-magnet-modal__preview {
    min-height: 190px;
    border-radius: 22px;
  }

  .lead-magnet-modal__urgency {
    padding: 14px;
    border-radius: 18px;
  }
  .lead-magnet-form {
    border-radius: 24px;
  }

  .human-check,
  .human-check.is-turnstile {
    width: 100%;
  }

  .one-question__footer {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .one-question__footer--submit .button--submit {
    justify-self: stretch;
  }

  .one-question__footer--submit .human-check {
    justify-self: center;
    width: min(332px, 100%);
  }

  .human-check__badge {
    width: 100%;
    min-height: 48px;
  }

  .human-check.is-turnstile {
    padding: 8px;
    border-radius: 18px;
  }

  .human-check__turnstile {
    max-width: 100%;
    min-height: 72px;
  }

  .human-check__turnstile iframe {
    max-width: 100%;
  }

  .human-check__caption {
    font-size: 0.66rem;
  }

  .lead-magnet-form__intro {
    padding-bottom: 2px;
  }
}

@media (max-width: 560px) {
  .lead-magnet-trigger {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 9px;
    padding: 10px;
    border-radius: 20px;
  }

  .lead-magnet-trigger__preview {
    border-radius: 16px;
  }

  .lead-magnet-trigger.is-compact {
    left: 10px;
    right: 10px;
    width: auto;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 10px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__compact-visual {
    border-radius: 13px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__compact-visual svg {
    width: 22px;
    height: 22px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__content {
    gap: 7px;
    padding-right: 34px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__dismiss {
    right: 9px;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__title {
    font-size: 0.74rem;
  }

  .lead-magnet-trigger.is-compact .lead-magnet-trigger__button {
    min-width: 68px;
    min-height: 32px;
    padding-inline: 11px;
    font-size: 0.66rem;
  }

  .lead-magnet-trigger__eyebrow {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .lead-magnet-trigger__title {
    font-size: 0.78rem;
  }

  .lead-magnet-trigger__meta {
    font-size: 0.62rem;
    line-height: 1.24;
  }

  .lead-magnet-trigger__footer {
    gap: 6px;
  }

  .lead-magnet-trigger__button {
    min-height: 38px;
    padding-inline: 10px;
    font-size: 0.76rem;
  }

  .lead-magnet-modal__intro h3 {
    font-size: clamp(1.72rem, 8.2vw, 2.1rem);
  }

  .lead-magnet-form__intro h4 {
    font-size: 1.24rem;
  }

  .lead-magnet-form {
    padding: 20px 16px;
  }

  .lead-magnet-form__field input,
  .lead-magnet-form__field select,
  .lead-magnet-form__submit {
    min-height: 54px;
  }
}

.modal-card__media {
  min-height: 360px;
}

.modal-card__media--project-hub {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.modal-card__media--showreel {
  aspect-ratio: 16 / 9;
  min-height: auto;
}

.modal-card__media--floating-video {
  aspect-ratio: 16 / 9;
  min-height: auto;
}

.modal-card__media--floating-video.is-portrait {
  aspect-ratio: 9 / 16;
}

.modal-card__media--showreel::after {
  display: none;
}

.modal-card__media--floating-video::after {
  display: none;
}

.modal-card__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-card__local-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.modal-card__body {
  padding: 28px;
}

.graphic-lightbox {
  display: grid;
  gap: 18px;
  padding: 84px 26px 26px;
}

.graphic-lightbox__topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.graphic-lightbox__topcopy {
  display: grid;
  gap: 10px;
  max-width: 44rem;
}

.graphic-lightbox__topcopy .eyebrow {
  margin-bottom: 0;
}

.graphic-lightbox__topcopy h3,
.graphic-lightbox__caption strong {
  margin: 0;
}

.graphic-lightbox__topcopy h3 {
  max-width: 18ch;
}

.graphic-lightbox__counter {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 176px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(121, 214, 255, 0.14), transparent 44%);
}

.graphic-lightbox__counter span,
.graphic-lightbox__caption span {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.graphic-lightbox__counter strong {
  font-size: 0.98rem;
  line-height: 1.2;
  text-align: right;
}

.graphic-lightbox__viewport {
  position: relative;
  min-height: min(68vh, 780px);
  display: grid;
  align-items: center;
}

.graphic-lightbox__flow {
  position: relative;
  min-height: inherit;
  perspective: 2200px;
  transform-style: preserve-3d;
}

.graphic-lightbox__nav {
  position: absolute;
  top: 50%;
  z-index: 30;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 9, 14, 0.78);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(4, 4, 10, 0.34);
  transform: translateY(-50%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.graphic-lightbox__nav--prev {
  left: 10px;
}

.graphic-lightbox__nav--next {
  right: 10px;
}

.graphic-lightbox__nav span {
  font-size: 2rem;
  line-height: 1;
}

.graphic-lightbox__nav:hover,
.graphic-lightbox__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(121, 214, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(121, 214, 255, 0.08)),
    rgba(9, 9, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 44px rgba(4, 4, 10, 0.42);
}

.graphic-lightbox__card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(68vw, 860px);
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  background: transparent;
  transform-style: preserve-3d;
  opacity: var(--coverflow-opacity);
  z-index: calc(20 - var(--coverflow-depth));
  transform:
    translate(-50%, -50%)
    translateX(var(--coverflow-shift))
    translateZ(var(--coverflow-z))
    rotateY(var(--coverflow-rotate))
    scale(var(--coverflow-scale));
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease;
  filter: saturate(0.88) brightness(0.86);
}

.graphic-lightbox__card.is-active {
  filter: none;
}

.graphic-lightbox__card-frame {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(11, 11, 17, 0.96)),
    rgba(7, 7, 12, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 34px 84px rgba(2, 2, 6, 0.42);
}

.graphic-lightbox__card-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 16%),
    linear-gradient(180deg, transparent 60%, rgba(8, 8, 12, 0.32));
}

.graphic-lightbox__card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.graphic-lightbox__card.is-active .graphic-lightbox__card-frame {
  border-color: rgba(121, 214, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 40px 110px rgba(2, 2, 6, 0.5),
    0 0 0 1px rgba(121, 214, 255, 0.08);
}

.graphic-lightbox__caption {
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 62px;
  text-align: center;
}

.graphic-lightbox__caption strong {
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  line-height: 1.14;
  letter-spacing: -0.03em;
}

.graphic-lightbox__thumb-rail {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 68px 10px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
}

.graphic-lightbox__thumb-dot {
  flex: 0 0 auto;
  width: 88px;
  height: 54px;
  padding: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  scroll-snap-align: center;
  opacity: 0.58;
  transition:
    transform var(--transition),
    opacity var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.graphic-lightbox__thumb-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.graphic-lightbox__thumb-dot:hover,
.graphic-lightbox__thumb-dot:focus-visible,
.graphic-lightbox__thumb-dot.is-active {
  transform: translateY(-2px);
  opacity: 1;
  border-color: rgba(121, 214, 255, 0.28);
  box-shadow: 0 14px 24px rgba(5, 5, 10, 0.24);
}

.emote-showcase {
  display: grid;
  gap: 16px;
  padding: 76px 24px 22px;
}

.emote-showcase__topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.emote-showcase__intro {
  display: grid;
  gap: 8px;
  max-width: 40rem;
}

.emote-showcase__intro .eyebrow {
  margin-bottom: 0;
}

.emote-showcase__intro h3,
.emote-showcase__summary h4 {
  margin: 0;
}

.emote-showcase__intro h3 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 0.98;
}

.emote-showcase__counter {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 196px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.18), transparent 44%);
  text-align: right;
}

.emote-showcase__counter span,
.emote-showcase__hero-caption span,
.emote-showcase__hero-caption small,
.emote-showcase__thumb-copy small,
.emote-showcase__size-pills span,
.emote-showcase__summary-pills span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.emote-showcase__counter span,
.emote-showcase__hero-caption span,
.emote-showcase__hero-caption small,
.emote-showcase__thumb-copy small {
  color: rgba(255, 255, 255, 0.6);
}

.emote-showcase__counter strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.emote-showcase__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
}

.emote-showcase__stage,
.emote-showcase__sidebar {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(15, 14, 26, 0.94)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 34%);
  box-shadow:
    0 28px 72px rgba(4, 4, 10, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.emote-showcase__stage {
  min-height: min(62vh, 700px);
  display: grid;
  place-items: center;
  padding: 20px 82px 22px;
  isolation: isolate;
}

.emote-showcase__aura {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.68;
  pointer-events: none;
}

.emote-showcase__aura--violet {
  width: 280px;
  height: 280px;
  top: 8%;
  left: 8%;
  background: rgba(142, 94, 255, 0.24);
}

.emote-showcase__aura--blue {
  width: 260px;
  height: 260px;
  right: 10%;
  bottom: 10%;
  background: rgba(108, 204, 255, 0.16);
}

.emote-showcase__hero {
  position: relative;
  z-index: 2;
  width: min(100%, 470px);
  display: grid;
  gap: 14px;
  justify-items: center;
  animation: emoteShowcaseHeroIn 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.emote-showcase__hero-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(11, 11, 18, 0.98)),
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.18), transparent 38%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 96px rgba(2, 2, 6, 0.44),
    0 0 0 1px rgba(165, 132, 255, 0.08);
}

.emote-showcase__hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) center / 1px 100%,
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)) center / 100% 1px;
  background-size: 56px 56px;
  opacity: 0.32;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.96), transparent 88%);
}

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

.emote-showcase__hero-caption {
  width: min(100%, 420px);
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(9, 9, 14, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  text-align: center;
}

.emote-showcase__hero-caption strong {
  font-size: clamp(0.94rem, 1.28vw, 1.08rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.emote-showcase__size-pills,
.emote-showcase__summary-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.emote-showcase__size-pills {
  justify-content: center;
}

.emote-showcase__size-pills span,
.emote-showcase__summary-pills span {
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(18, 18, 30, 0.92)),
    rgba(255, 255, 255, 0.03);
  color: rgba(247, 242, 255, 0.82);
}

.emote-showcase__ghost {
  position: absolute;
  top: 50%;
  width: min(220px, 24vw);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  opacity: 0.44;
  filter: saturate(0.8) brightness(0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(3, 3, 8, 0.32);
  pointer-events: none;
}

.emote-showcase__ghost img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.emote-showcase__ghost--prev {
  left: 8%;
  transform: translateY(-50%) rotate(-12deg) scale(0.92);
}

.emote-showcase__ghost--next {
  right: 8%;
  transform: translateY(-50%) rotate(12deg) scale(0.92);
}

.emote-showcase__nav {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 9, 14, 0.8);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(4, 4, 10, 0.34);
  transform: translateY(-50%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.emote-showcase__nav--prev {
  left: 20px;
}

.emote-showcase__nav--next {
  right: 20px;
}

.emote-showcase__nav span {
  font-size: 2rem;
  line-height: 1;
}

.emote-showcase__nav:hover,
.emote-showcase__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(165, 132, 255, 0.08)),
    rgba(9, 9, 14, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 44px rgba(4, 4, 10, 0.42);
}

.emote-showcase__sidebar {
  display: grid;
  gap: 12px;
  padding: 0;
  align-content: start;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.emote-showcase__summary {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(17, 16, 29, 0.92)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.14), transparent 42%);
}

.emote-showcase__summary h4 {
  font-size: clamp(1.08rem, 1.38vw, 1.34rem);
  line-height: 1;
  letter-spacing: -0.04em;
  max-width: 12ch;
}

.emote-showcase__summary p:last-of-type {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  max-width: 62ch;
}

.emote-showcase__thumb-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(228px, 260px);
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
}

.emote-showcase__thumb {
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  text-align: left;
  scroll-snap-align: start;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.emote-showcase__thumb:hover,
.emote-showcase__thumb:focus-visible,
.emote-showcase__thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(24, 20, 46, 0.92)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 32px rgba(6, 6, 12, 0.24);
}

.emote-showcase__thumb-media {
  position: relative;
  overflow: hidden;
  width: 82px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(16, 16, 24, 0.94)),
    radial-gradient(circle at top left, rgba(165, 132, 255, 0.12), transparent 44%);
}

.emote-showcase__thumb-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.emote-showcase__thumb-copy {
  display: grid;
  gap: 6px;
  align-content: center;
  min-width: 0;
}

.emote-showcase__thumb-copy strong {
  font-size: 0.88rem;
  line-height: 1.1;
  color: rgba(250, 246, 255, 0.96);
}

@keyframes emoteShowcaseHeroIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1080px) {
  .emote-showcase__stage {
    min-height: auto;
    padding-inline: 76px;
  }

  .emote-showcase__summary {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .emote-showcase {
    gap: 18px;
    padding: 74px 18px 24px;
  }

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

  .emote-showcase__intro h3 {
    white-space: normal;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }

  .emote-showcase__counter {
    justify-items: start;
    min-width: 0;
    text-align: left;
  }

  .emote-showcase__layout {
    gap: 16px;
  }

  .emote-showcase__stage {
    min-height: auto;
    padding: 16px 52px 76px;
  }

  .emote-showcase__hero {
    width: min(100%, 360px);
  }

  .emote-showcase__ghost {
    display: none;
  }

  .emote-showcase__nav {
    top: auto;
    bottom: 20px;
    width: 56px;
    height: 56px;
    transform: none;
  }

  .emote-showcase__nav:hover,
  .emote-showcase__nav:focus-visible {
    transform: scale(1.04);
  }

  .emote-showcase__nav--prev {
    left: max(8px, calc(50% - 170px));
  }

  .emote-showcase__nav--next {
    right: max(8px, calc(50% - 170px));
  }

  .emote-showcase__summary {
    padding: 14px 16px;
  }

  .emote-showcase__thumb-grid {
    grid-auto-columns: minmax(196px, 68vw);
  }
}

@media (max-width: 560px) {
  .emote-showcase__hero {
    width: min(100%, 300px);
  }

  .emote-showcase__hero-frame {
    border-radius: 28px;
  }

  .emote-showcase__hero-caption {
    width: 100%;
    padding: 12px 13px;
  }

  .emote-showcase__hero-caption strong {
    font-size: 0.96rem;
  }

  .emote-showcase__size-pills,
  .emote-showcase__summary-pills {
    gap: 8px;
  }

  .emote-showcase__size-pills span,
  .emote-showcase__summary-pills span {
    padding: 8px 10px;
    font-size: 0.64rem;
  }

  .emote-showcase__thumb {
    padding: 9px;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 8px;
  }

  .emote-showcase__thumb-media {
    width: 72px;
  }

  .emote-showcase__thumb-copy strong {
    font-size: 0.78rem;
  }
}

.logo-showcase {
  display: grid;
  gap: 18px;
  padding: 84px 26px 26px;
}

.logo-showcase__topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.logo-showcase__intro {
  display: grid;
  gap: 10px;
  max-width: 44rem;
}

.logo-showcase__intro .eyebrow {
  margin-bottom: 0;
}

.logo-showcase__intro h3 {
  margin: 0;
  max-width: 16ch;
}

.logo-showcase__counter {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 188px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(165, 132, 255, 0.14), transparent 44%);
  text-align: right;
}

.logo-showcase__counter span {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.logo-showcase__counter strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.logo-showcase__viewport {
  position: relative;
  min-height: min(72vh, 860px);
  display: grid;
  align-items: center;
  padding-inline: 72px;
}

.logo-showcase__nav {
  position: absolute;
  top: 50%;
  z-index: 20;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 9, 14, 0.78);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(4, 4, 10, 0.34);
  transform: translateY(-50%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.logo-showcase__nav--prev {
  left: 0;
}

.logo-showcase__nav--next {
  right: 0;
}

.logo-showcase__nav span {
  font-size: 2rem;
  line-height: 1;
}

.logo-showcase__nav:hover,
.logo-showcase__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(165, 132, 255, 0.08)),
    rgba(9, 9, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 44px rgba(4, 4, 10, 0.42);
}

.logo-showcase__stage-shell {
  min-height: inherit;
  display: grid;
  align-items: center;
}

.logo-showcase__stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(220px, 22vw, 310px);
  gap: 22px;
  align-items: end;
}

.logo-showcase__hero-frame,
.logo-showcase__mark-card {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(11, 11, 17, 0.98)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.16), transparent 42%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 62px rgba(5, 5, 10, 0.32);
}

.logo-showcase__hero-frame {
  min-height: min(64vh, 760px);
  padding: clamp(24px, 3vw, 36px);
  display: grid;
  place-items: center;
}

.logo-showcase__hero-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 18%),
    radial-gradient(circle at center, transparent 54%, rgba(8, 8, 12, 0.18) 100%);
}

.logo-showcase__hero-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(58vh, 680px);
  object-fit: contain;
  filter: drop-shadow(0 30px 52px rgba(6, 6, 10, 0.32));
}

.logo-showcase__hero-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  width: min(360px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(9, 9, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.logo-showcase__hero-overlay span,
.logo-showcase__mark-caption span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.logo-showcase__hero-overlay strong {
  font-size: 1rem;
  line-height: 1.2;
}

.logo-showcase__mark-card {
  min-height: min(34vh, 320px);
  padding: 24px;
  display: grid;
  place-items: center;
  align-self: end;
}

.logo-showcase__mark-surface {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 28%),
    radial-gradient(circle at top left, rgba(186, 162, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(16, 14, 28, 0.94), rgba(9, 9, 14, 0.98));
}

.logo-showcase__mark-image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(24vh, 220px);
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(7, 7, 12, 0.24));
}

.logo-showcase__mark-caption {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-showcase__thumbs {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
  scroll-snap-type: x proximity;
  overscroll-behavior-x: contain;
}

.logo-showcase__thumb {
  flex: 0 0 min(220px, 72vw);
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  text-align: left;
  scroll-snap-align: start;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.logo-showcase__thumb:hover,
.logo-showcase__thumb:focus-visible,
.logo-showcase__thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(24, 20, 46, 0.92)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 32px rgba(6, 6, 12, 0.24);
}

.logo-showcase__thumb-image {
  width: 66px;
  height: 66px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(18, 18, 30, 0.92)),
    radial-gradient(circle at top left, rgba(186, 162, 255, 0.18), transparent 54%);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-showcase__thumb-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 72%;
  max-height: 72%;
  object-fit: contain;
}

.logo-showcase__thumb-copy {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 100%;
}

.logo-showcase__thumb-copy strong {
  font-size: 1rem;
  line-height: 1.14;
  color: rgba(255, 255, 255, 0.92);
}

.logo-showcase__stage--forward .logo-showcase__hero-frame {
  animation: logoShowcaseHeroForward 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo-showcase__stage--backward .logo-showcase__hero-frame {
  animation: logoShowcaseHeroBackward 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo-showcase__stage--forward .logo-showcase__mark-card {
  animation: logoShowcaseMarkForward 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.logo-showcase__stage--backward .logo-showcase__mark-card {
  animation: logoShowcaseMarkBackward 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes logoShowcaseHeroForward {
  0% {
    opacity: 0;
    transform: translateX(30px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes logoShowcaseHeroBackward {
  0% {
    opacity: 0;
    transform: translateX(-30px) scale(0.985);
  }

  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes logoShowcaseMarkForward {
  0% {
    opacity: 0;
    transform: translateX(26px) translateY(10px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

@keyframes logoShowcaseMarkBackward {
  0% {
    opacity: 0;
    transform: translateX(-26px) translateY(10px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) scale(1);
  }
}

.brand-board {
  display: grid;
  gap: 18px;
  padding: 84px 26px 26px;
}

.brand-board__topbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
}

.brand-board__intro {
  display: grid;
  gap: 10px;
  max-width: 46rem;
}

.brand-board__intro .eyebrow {
  margin-bottom: 0;
}

.brand-board__intro h3 {
  max-width: 14ch;
}

.brand-board__counter {
  display: grid;
  gap: 8px;
  justify-items: end;
  min-width: 170px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top right, rgba(121, 214, 255, 0.14), transparent 42%);
  text-align: right;
}

.brand-board__counter span,
.brand-board__focus-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.brand-board__counter strong {
  font-size: 1rem;
  line-height: 1.15;
}

.brand-board__counter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

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

.brand-board__tab {
  width: 100%;
  min-height: 88px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.brand-board__tab:hover,
.brand-board__tab:focus-visible,
.brand-board__tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(165, 132, 255, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(114, 57, 221, 0.16)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 34px rgba(10, 8, 18, 0.24);
}

.brand-board__tab-icon,
.brand-board__focus-icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(114, 57, 221, 0.12)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 10px 22px rgba(7, 7, 12, 0.22);
}

.brand-board__tab-icon svg,
.brand-board__focus-icon svg {
  width: 22px;
  height: 22px;
}

.brand-board__tab-copy,
.brand-board__focus-heading {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.brand-board__tab-copy strong {
  font-size: 1rem;
  line-height: 1.16;
}

.brand-board__tab-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.brand-board__focus {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(280px, 0.66fr);
  gap: 18px;
  align-items: start;
}

.brand-board__focus-stage,
.brand-board__asset-stage {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 22px 42px rgba(5, 5, 10, 0.24);
}

.brand-board__focus-stage {
  min-height: min(58vh, 620px);
  padding: 28px;
  display: grid;
  place-items: center;
}

.brand-board__focus-stage.is-contain {
  padding: clamp(28px, 4vw, 56px);
}

.brand-board__focus-image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: min(52vh, 540px);
  object-fit: contain;
}

.brand-board__focus-stage.is-contain .brand-board__focus-image {
  width: auto;
  max-width: 100%;
}

.brand-board__focus-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 6px;
  width: min(420px, calc(100% - 36px));
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(9, 9, 14, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.brand-board__focus-overlay span,
.brand-board__asset-pill {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.brand-board__focus-overlay span {
  color: rgba(255, 255, 255, 0.6);
}

.brand-board__focus-overlay strong {
  font-size: 1rem;
  line-height: 1.2;
}

.brand-board__focus-copy {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 38%);
}

.brand-board__focus-heading {
  grid-template-columns: 50px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.brand-board__focus-heading h4 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.brand-board__focus-copy p:last-child {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.58;
}

.brand-board__masonry {
  columns: 3 280px;
  column-gap: 16px;
}

.brand-board__asset-button {
  display: block;
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  break-inside: avoid;
}

.brand-board__asset-stage {
  min-height: 150px;
  padding: 0;
  display: grid;
  place-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(11, 11, 17, 0.96)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 38%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.brand-board__asset-button:hover .brand-board__asset-stage,
.brand-board__asset-button:focus-visible .brand-board__asset-stage,
.brand-board__asset-button.is-active .brand-board__asset-stage {
  transform: translateY(-2px);
  border-color: rgba(165, 132, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 46px rgba(5, 5, 10, 0.34);
}

.brand-board__asset-stage.is-contain {
  padding: 26px;
}

.brand-board__asset-image {
  display: block;
  width: 100%;
  height: auto;
}

.brand-board__asset-stage.is-contain .brand-board__asset-image {
  width: auto;
  max-width: 100%;
}

.brand-board__asset-pill {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
}

.brand-board__focus-stage.is-surface-studio,
.brand-board__asset-stage.is-surface-studio {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(11, 11, 17, 0.96)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.18), transparent 38%);
}

.brand-board__focus-stage.is-surface-paper,
.brand-board__asset-stage.is-surface-paper {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.98), rgba(223, 214, 200, 0.98)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.2), transparent 40%);
}

.brand-board__focus-stage.is-surface-night,
.brand-board__asset-stage.is-surface-night {
  background:
    linear-gradient(180deg, rgba(22, 22, 34, 0.98), rgba(7, 7, 12, 1)),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 32%);
}

.brand-board__focus-stage.is-surface-violet,
.brand-board__asset-stage.is-surface-violet {
  background:
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.34), transparent 42%),
    linear-gradient(180deg, rgba(23, 19, 40, 0.98), rgba(8, 8, 13, 1));
}

@media (max-width: 1220px) {
  .logo-showcase__topbar {
    grid-template-columns: 1fr;
    display: grid;
  }

  .logo-showcase__counter {
    justify-items: start;
    text-align: left;
  }

  .logo-showcase__stage {
    grid-template-columns: 1fr;
  }

  .logo-showcase__mark-card {
    width: min(320px, 100%);
    justify-self: end;
  }

  .brand-board__topbar,
  .brand-board__focus {
    grid-template-columns: 1fr;
    display: grid;
  }

  .brand-board__counter {
    justify-items: start;
    text-align: left;
  }

  .brand-board__tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .modal-card--logo-showcase {
    width: min(100vw - 20px, 100%);
  }

  .logo-showcase {
    padding: 80px 18px 20px;
  }

  .logo-showcase__viewport {
    min-height: auto;
    padding-inline: 56px;
  }

  .logo-showcase__hero-frame {
    min-height: min(44vh, 460px);
  }

  .logo-showcase__mark-card {
    width: 100%;
    min-height: 220px;
    justify-self: stretch;
  }

  .modal-card--brand-board {
    width: min(100vw - 20px, 100%);
  }

  .brand-board {
    padding: 80px 18px 20px;
  }

  .brand-board__tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-board__masonry {
    columns: 2 220px;
  }

  .brand-board__focus-stage {
    min-height: min(44vh, 460px);
  }
}

@media (max-width: 640px) {
  .logo-showcase__topbar {
    gap: 14px;
  }

  .logo-showcase__viewport {
    padding-inline: 0;
    padding-bottom: 84px;
  }

  .logo-showcase__nav {
    top: auto;
    bottom: 10px;
    width: 52px;
    height: 52px;
    transform: none;
  }

  .logo-showcase__nav--prev {
    left: calc(50% - 62px);
  }

  .logo-showcase__nav--next {
    right: calc(50% - 62px);
  }

  .logo-showcase__nav:hover,
  .logo-showcase__nav:focus-visible {
    transform: scale(1.04);
  }

  .logo-showcase__hero-frame {
    min-height: 280px;
    padding: 18px;
  }

  .logo-showcase__mark-card {
    min-height: 180px;
    padding: 18px;
  }

  .logo-showcase__thumb {
    flex-basis: 178px;
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .logo-showcase__thumb-image {
    width: 56px;
    height: 56px;
  }

  .brand-board__topbar {
    gap: 14px;
  }

  .brand-board__tabs {
    grid-template-columns: 1fr;
  }

  .brand-board__tab {
    min-height: 76px;
    padding: 14px 16px;
  }

  .brand-board__masonry {
    columns: 1;
  }

  .brand-board__focus-stage {
    min-height: 280px;
    padding: 18px;
  }

  .brand-board__focus-stage.is-contain {
    padding: 22px;
  }

  .brand-board__focus-heading {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .brand-board__tab-icon,
  .brand-board__focus-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }
}

.project-hub {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.85fr);
  min-height: min(820px, calc(100vh - 40px));
}

.project-hub__main {
  display: grid;
  grid-template-rows: auto auto;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  min-width: 0;
}

.project-hub__preview-stack {
  display: grid;
  gap: 14px;
  padding: 0 18px;
}

.project-hub__body {
  display: grid;
  gap: 24px;
}

.project-hub__active-panel {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.project-hub__kicker {
  margin: 0 0 8px;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-2);
}

.project-hub__active-panel h4 {
  margin: 0 0 12px;
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.project-hub__active-panel p:last-child {
  margin-bottom: 0;
}

.project-hub__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.project-hub__actions .button {
  min-height: 46px;
}

.project-hub__next-button {
  border-color: rgba(165, 132, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(114, 57, 221, 0.14)),
    rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 26px rgba(7, 7, 13, 0.24);
}

.project-hub__next-button:hover,
.project-hub__next-button:focus-visible {
  border-color: rgba(165, 132, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(114, 57, 221, 0.22)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 30px rgba(28, 18, 52, 0.34);
}

.project-hub__asset-panel {
  display: grid;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-hub__asset-dock {
  display: grid;
  gap: 12px;
  margin-top: -2px;
  padding: 0 4px 6px;
}

.project-hub__asset-dock-head {
  display: grid;
  gap: 6px;
}

.project-hub__asset-dock-head strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.project-hub__asset-copy {
  display: grid;
  gap: 8px;
}

.project-hub__asset-copy strong {
  font-size: 1.06rem;
  line-height: 1.2;
}

.project-hub__asset-copy p {
  margin: 0;
}

.project-hub__asset-kicker {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.56);
}

.project-hub__asset-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-hub__asset-button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    color var(--transition),
    box-shadow var(--transition);
}

.project-hub__asset-button:hover,
.project-hub__asset-button:focus-visible,
.project-hub__asset-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(165, 132, 255, 0.3);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(114, 57, 221, 0.18)),
    rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 24px rgba(18, 13, 31, 0.24);
}

.project-hub__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.project-hub__meta span {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.project-hub__sidebar {
  display: grid;
  align-content: start;
  gap: 24px;
  padding: 84px 26px 26px;
  min-width: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 34%);
}

.project-hub__sidebar-copy p:last-child {
  margin-bottom: 0;
}

.project-hub__page-list {
  display: grid;
  gap: 14px;
}

.project-hub__page-button {
  width: 100%;
  padding: 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.project-hub__page-button:hover,
.project-hub__page-button.is-active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(165, 132, 255, 0.26);
  box-shadow: 0 18px 34px rgba(5, 5, 10, 0.28);
}

.project-hub__page-thumb {
  position: relative;
  min-height: 92px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.project-hub__page-thumb video,
.project-hub__page-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project-hub__page-copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

.project-hub__page-copy span {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.project-hub__page-copy strong {
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.project-hub__preview-image--contain {
  object-fit: contain;
  padding: 24px;
  background: rgba(6, 6, 10, 0.84);
}

.project-hub__preview-badge {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
}

.project-hub__media-loader {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  background:
    radial-gradient(circle at center, rgba(114, 57, 221, 0.2), transparent 46%),
    rgba(5, 5, 10, 0.72);
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  text-align: center;
}

.project-hub__media-loader strong {
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.project-hub__media-spinner {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-top-color: rgba(139, 92, 246, 0.98);
  animation: projectPreviewSpin 760ms linear infinite;
}

@keyframes projectPreviewSpin {
  to {
    transform: rotate(360deg);
  }
}

.project-hub__placeholder {
  position: absolute;
  inset: auto 24px 24px 24px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.project-hub__placeholder span {
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.64);
}

.project-hub__placeholder strong {
  max-width: 18ch;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.modal-card__gradient--project-hub {
  transform: none;
}

.motion-gallery {
  display: grid;
  gap: 24px;
  padding: 86px 26px 26px;
}

.motion-gallery__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.motion-gallery__intro {
  padding: 26px 28px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(123, 215, 255, 0.12), transparent 36%);
}

.motion-gallery__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.motion-gallery__pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.motion-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.motion-gallery__thumb-button {
  width: 100%;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-align: left;
  display: grid;
  gap: 10px;
  align-content: start;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.motion-gallery__thumb-button:hover,
.motion-gallery__thumb-button.is-active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(123, 215, 255, 0.24);
  box-shadow: 0 16px 28px rgba(5, 5, 10, 0.26);
}

.motion-gallery__thumb-media {
  --motion-ratio-width: 614;
  --motion-ratio-height: 800;
  position: relative;
  aspect-ratio: var(--motion-ratio-width) / var(--motion-ratio-height);
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 32, 52, 0.9), rgba(9, 9, 14, 0.96));
}

.motion-gallery__thumb-media video,
.motion-gallery__thumb-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.motion-gallery__thumb-copy {
  display: grid;
  gap: 0;
}

.motion-gallery__thumb-copy strong {
  font-size: 1rem;
  line-height: 1.2;
}

.motion-gallery__clip-badge {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(9, 9, 14, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-card--mobile-edit-lab {
  width: min(1380px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.mobile-edit-lab {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 28px;
  padding: 84px 26px 26px;
}

.mobile-edit-lab__hero,
.mobile-edit-lab__panel {
  display: grid;
  gap: 22px;
}

.mobile-edit-lab__device-shell {
  display: grid;
  justify-content: center;
}

.mobile-edit-lab__device {
  position: relative;
  width: min(390px, 100%);
  padding: 12px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(18, 19, 29, 0.98), rgba(7, 7, 12, 1));
  box-shadow:
    0 26px 60px rgba(2, 2, 6, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.mobile-edit-lab__device::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.mobile-edit-lab__notch {
  position: absolute;
  top: 22px;
  left: 50%;
  z-index: 2;
  width: 34%;
  height: 24px;
  transform: translateX(-50%);
  border-radius: 0 0 18px 18px;
  background: rgba(5, 5, 10, 0.96);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
}

.mobile-edit-lab__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 30px;
  background: #09090d;
}

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

.mobile-edit-lab__screen-meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(8, 8, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.mobile-edit-lab__screen-meta span,
.mobile-edit-lab__screen-meta strong {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-edit-lab__screen-meta span {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-edit-lab__screen-meta strong {
  color: rgba(255, 255, 255, 0.96);
}

.mobile-edit-lab__hero-copy {
  display: grid;
  gap: 16px;
}

.mobile-edit-lab__hero-copy h3 {
  margin: 0;
}

.mobile-edit-lab__role {
  display: inline-grid;
  gap: 6px;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(121, 214, 255, 0.11), rgba(114, 57, 221, 0.12)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-edit-lab__role span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.mobile-edit-lab__role strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.mobile-edit-lab__panel {
  align-content: start;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.mobile-edit-lab__panel-copy {
  display: grid;
  gap: 12px;
}

.mobile-edit-lab__panel-copy h4 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.mobile-edit-lab__panel-copy p {
  margin: 0;
}

.mobile-edit-lab__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mobile-edit-lab__sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
  min-width: 0;
  padding: 18px 0 0;
}

.mobile-edit-lab__sidebar-copy p:last-child {
  margin-bottom: 0;
}

.mobile-edit-lab__thumb-list {
  display: grid;
  gap: 14px;
}

.mobile-edit-lab__thumb-button {
  width: 100%;
  padding: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 14px;
  text-align: left;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.mobile-edit-lab__thumb-button:hover,
.mobile-edit-lab__thumb-button.is-active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(121, 214, 255, 0.26);
  box-shadow: 0 16px 30px rgba(5, 5, 10, 0.28);
}

.mobile-edit-lab__thumb-device {
  position: relative;
  padding: 6px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 18, 1);
}

.mobile-edit-lab__thumb-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 42%;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: rgba(5, 5, 10, 0.96);
}

.mobile-edit-lab__thumb-screen {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 18px;
  background: #09090d;
}

.mobile-edit-lab__thumb-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mobile-edit-lab__thumb-copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

.mobile-edit-lab__thumb-copy span,
.mobile-edit-lab__thumb-copy em {
  font-style: normal;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-edit-lab__thumb-copy span {
  color: rgba(255, 255, 255, 0.56);
}

.mobile-edit-lab__thumb-copy strong {
  font-size: 0.98rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.mobile-edit-lab__thumb-copy em {
  color: rgba(121, 214, 255, 0.86);
}

.modal-card--campaign-wall {
  width: min(1420px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.campaign-wall {
  display: grid;
  gap: 26px;
  padding: 84px 26px 26px;
}

.campaign-wall__header {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 18px;
}

.campaign-wall__intro,
.campaign-wall__focus-card {
  padding: 26px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(123, 215, 255, 0.11), transparent 38%);
}

.campaign-wall__intro {
  display: grid;
  gap: 16px;
}

.campaign-wall__intro h3,
.campaign-wall__focus-card h4 {
  margin: 0;
}

.campaign-wall__role {
  display: inline-grid;
  gap: 6px;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(121, 214, 255, 0.11), rgba(114, 57, 221, 0.12)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.campaign-wall__role span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.campaign-wall__role strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.campaign-wall__focus-card {
  display: grid;
  align-content: start;
  gap: 14px;
}

.campaign-wall__focus-card p {
  margin: 0;
}

.campaign-wall__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6px;
}

.campaign-wall__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
}

.campaign-wall__card {
  width: 100%;
  padding: 14px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  text-align: left;
  display: grid;
  gap: 12px;
  align-content: start;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.campaign-wall__card:hover,
.campaign-wall__card.is-featured {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(121, 214, 255, 0.24);
  box-shadow: 0 18px 34px rgba(5, 5, 10, 0.28);
}

.campaign-wall__card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
  padding: 16px;
}

.campaign-wall__device {
  position: relative;
  padding: 8px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(18, 19, 29, 0.98), rgba(7, 7, 12, 1));
  box-shadow:
    0 18px 38px rgba(2, 2, 6, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.campaign-wall__card.is-featured .campaign-wall__device {
  padding: 10px;
  border-radius: 34px;
}

.campaign-wall__notch {
  position: absolute;
  top: 14px;
  left: 50%;
  z-index: 1;
  width: 34%;
  height: 14px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: rgba(5, 5, 10, 0.96);
}

.campaign-wall__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 22px;
  background: #09090d;
}

.campaign-wall__card.is-featured .campaign-wall__screen {
  border-radius: 26px;
}

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

.campaign-wall__overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(8, 8, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.campaign-wall__overlay span,
.campaign-wall__overlay strong,
.campaign-wall__copy span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.campaign-wall__overlay span,
.campaign-wall__copy span {
  color: rgba(255, 255, 255, 0.58);
}

.campaign-wall__overlay strong {
  color: rgba(255, 255, 255, 0.96);
}

.campaign-wall__copy {
  display: grid;
  gap: 6px;
}

.campaign-wall__copy strong {
  font-size: 1rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.campaign-wall__card.is-featured .campaign-wall__copy strong {
  font-size: 1.18rem;
}

.modal-card--vertical-cinema {
  width: min(1440px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.vertical-cinema {
  display: grid;
  gap: 24px;
  padding: 84px 26px 26px;
}

.vertical-cinema__header {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.vertical-cinema__intro,
.vertical-cinema__summary {
  padding: 26px 28px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(123, 215, 255, 0.11), transparent 38%);
}

.vertical-cinema__intro {
  display: grid;
  gap: 16px;
}

.vertical-cinema__intro h3,
.vertical-cinema__summary h4,
.vertical-cinema__active-copy h4 {
  margin: 0;
}

.vertical-cinema__role {
  display: inline-grid;
  gap: 6px;
  width: fit-content;
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(121, 214, 255, 0.11), rgba(114, 57, 221, 0.12)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vertical-cinema__role span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.vertical-cinema__role strong {
  font-size: 0.98rem;
  line-height: 1.2;
}

.vertical-cinema__summary {
  display: grid;
  align-content: start;
  gap: 14px;
}

.vertical-cinema__summary p {
  margin: 0;
}

.vertical-cinema__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vertical-cinema__stage {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(0, 1.12fr) minmax(180px, 0.78fr);
  gap: 18px;
  align-items: center;
}

.vertical-cinema__panel {
  color: inherit;
  text-align: left;
}

.vertical-cinema__panel--side {
  border: 0;
  background: transparent;
  display: grid;
  gap: 14px;
  opacity: 0.74;
  transition: opacity var(--transition), transform var(--transition);
}

.vertical-cinema__panel--side:hover,
.vertical-cinema__panel--side:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
}

.vertical-cinema__panel--active {
  display: grid;
  gap: 18px;
}

.vertical-cinema__device {
  position: relative;
  padding: 10px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(18, 19, 29, 0.98), rgba(7, 7, 12, 1));
  box-shadow:
    0 22px 48px rgba(2, 2, 6, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.vertical-cinema__device--side {
  padding: 8px;
  border-radius: 28px;
}

.vertical-cinema__device--active {
  max-width: 420px;
  margin: 0 auto;
}

.vertical-cinema__notch {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  width: 34%;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: rgba(5, 5, 10, 0.96);
}

.vertical-cinema__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  background: #09090d;
}

.vertical-cinema__device--side .vertical-cinema__screen {
  border-radius: 22px;
}

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

.vertical-cinema__overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(8, 8, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.vertical-cinema__overlay span,
.vertical-cinema__overlay strong,
.vertical-cinema__panel-copy span,
.vertical-cinema__selector-copy span,
.vertical-cinema__selector-copy strong {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.vertical-cinema__overlay span,
.vertical-cinema__panel-copy span,
.vertical-cinema__selector-copy span {
  color: rgba(255, 255, 255, 0.58);
}

.vertical-cinema__overlay strong,
.vertical-cinema__selector-copy strong {
  color: rgba(255, 255, 255, 0.96);
}

.vertical-cinema__panel-copy {
  display: grid;
  gap: 6px;
}

.vertical-cinema__panel-copy strong {
  font-size: 1rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.vertical-cinema__active-copy {
  display: grid;
  gap: 10px;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.vertical-cinema__active-copy p {
  margin: 0;
}

.vertical-cinema__selector {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 2px 10px;
}

.vertical-cinema__selector-button {
  min-width: 0;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  display: grid;
  gap: 10px;
  text-align: left;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.vertical-cinema__selector-button:hover,
.vertical-cinema__selector-button.is-active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(121, 214, 255, 0.24);
  box-shadow: 0 16px 30px rgba(5, 5, 10, 0.28);
}

.vertical-cinema__selector-device {
  position: relative;
  padding: 6px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 18, 1);
}

.vertical-cinema__selector-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 42%;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: rgba(5, 5, 10, 0.96);
}

.vertical-cinema__selector-screen {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 18px;
  background: #09090d;
}

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

.vertical-cinema__selector-copy {
  display: grid;
  gap: 4px;
}

.modal-card--reels-deck {
  width: min(1440px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background: rgba(8, 8, 12, 0.98);
}

.reels-deck {
  display: grid;
  gap: 24px;
  padding: 84px 26px 26px;
}

.reels-deck__topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(123, 215, 255, 0.11), transparent 38%);
}

.reels-deck__topcopy {
  display: grid;
  gap: 10px;
}

.reels-deck__topcopy h3,
.reels-deck__focus-text h4 {
  margin: 0;
}

.reels-deck__topcopy h3 {
  max-width: 12ch;
}

.reels-deck__topmeta {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.reels-deck__counter {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(121, 214, 255, 0.08)),
    rgba(255, 255, 255, 0.04);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

.reels-deck__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.reels-deck__pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reels-deck__stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.reels-deck__stage::before,
.reels-deck__stage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.reels-deck__stage::before {
  left: 50%;
  top: 44%;
  width: min(34vw, 460px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(121, 214, 255, 0.18), transparent 68%);
  filter: blur(52px);
  opacity: 0.82;
}

.reels-deck__stage::after {
  inset: 14% 11% 10%;
  border-radius: 54px;
  background:
    radial-gradient(circle at center, rgba(114, 57, 221, 0.16), transparent 54%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.reels-deck__nav {
  position: absolute;
  top: 50%;
  z-index: 8;
  width: 64px;
  height: 64px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(9, 9, 14, 0.78);
  color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 36px rgba(4, 4, 10, 0.34);
  transform: translateY(-50%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.reels-deck__nav--prev {
  left: 18px;
}

.reels-deck__nav--next {
  right: 18px;
}

.reels-deck__nav span {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
}

.reels-deck__nav:hover,
.reels-deck__nav:focus-visible {
  transform: translateY(-50%) scale(1.04);
  border-color: rgba(121, 214, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(121, 214, 255, 0.08)),
    rgba(9, 9, 14, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 22px 44px rgba(4, 4, 10, 0.42);
}

.reels-deck__card {
  position: absolute;
  width: min(330px, 28vw);
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  display: grid;
  gap: 12px;
  transition:
    transform var(--transition),
    opacity var(--transition),
    filter var(--transition);
  opacity: 0.4;
  filter: blur(5px) saturate(0.62) brightness(0.58);
  will-change: transform, opacity, filter;
}

.reels-deck__card:hover,
.reels-deck__card:focus-visible {
  opacity: 0.9;
}

.reels-deck__card--center {
  z-index: 5;
  width: min(410px, 32vw);
  transform: translateY(0) rotate(0deg);
}

.reels-deck__card--left {
  z-index: 4;
  transform: translate(-58%, 18%) rotate(-9deg);
  opacity: 0.62;
  filter: blur(2.4px) saturate(0.74) brightness(0.7);
}

.reels-deck__card--right {
  z-index: 4;
  transform: translate(58%, 18%) rotate(9deg);
  opacity: 0.62;
  filter: blur(2.4px) saturate(0.74) brightness(0.7);
}

.reels-deck__card--far-left {
  z-index: 3;
  opacity: 0.3;
  transform: translate(-112%, 8%) rotate(-15deg) scale(0.88);
  filter: blur(7px) saturate(0.56) brightness(0.48);
}

.reels-deck__card--far-right {
  z-index: 3;
  opacity: 0.3;
  transform: translate(112%, 8%) rotate(15deg) scale(0.88);
  filter: blur(7px) saturate(0.56) brightness(0.48);
}

.reels-deck__card.is-active {
  opacity: 1;
  filter: none;
}

.reels-deck__card--center.is-active {
  transform: translateY(-1.5%) scale(1.025);
}

.reels-deck__device {
  position: relative;
  padding: 10px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(18, 19, 29, 0.98), rgba(7, 7, 12, 1));
  box-shadow:
    0 22px 48px rgba(2, 2, 6, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.reels-deck__card.is-active .reels-deck__device {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(18, 21, 34, 0.99), rgba(7, 7, 12, 1));
  box-shadow:
    0 34px 86px rgba(2, 2, 6, 0.54),
    0 0 0 1px rgba(121, 214, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.reels-deck__notch {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 1;
  width: 34%;
  height: 16px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: rgba(5, 5, 10, 0.96);
}

.reels-deck__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 26px;
  background: #09090d;
}

.reels-deck__screen::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 7, 12, 0.02), rgba(7, 7, 12, 0.18) 54%, rgba(7, 7, 12, 0.44)),
    radial-gradient(circle at center, transparent 34%, rgba(7, 7, 12, 0.22));
  transition: opacity var(--transition);
}

.reels-deck__card.is-active .reels-deck__screen::after {
  opacity: 0.08;
}

.reels-deck__screen video,
.reels-deck__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reels-deck__overlay {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(8, 8, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.reels-deck__overlay span,
.reels-deck__overlay strong,
.reels-deck__card-copy span,
.reels-deck__selector-copy span,
.reels-deck__selector-copy strong,
.reels-deck__rail-copy span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.reels-deck__overlay span,
.reels-deck__card-copy span,
.reels-deck__selector-copy span,
.reels-deck__rail-copy span {
  color: rgba(255, 255, 255, 0.58);
}

.reels-deck__overlay strong,
.reels-deck__selector-copy strong {
  color: rgba(255, 255, 255, 0.96);
}

.reels-deck__card-copy {
  display: grid;
  gap: 6px;
}

.reels-deck__card-copy strong {
  font-size: 1rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.reels-deck__focus-copy {
  display: grid;
  gap: 16px;
  justify-items: center;
}

.reels-deck__focus-text {
  display: grid;
  gap: 10px;
  max-width: 760px;
  text-align: center;
}

.reels-deck__focus-text p {
  margin: 0;
}

.reels-deck__selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reels-deck__selector-button {
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.reels-deck__selector-button:hover,
.reels-deck__selector-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(121, 214, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(114, 57, 221, 0.18)),
    rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 24px rgba(18, 13, 31, 0.24);
}

.reels-deck__selector-copy {
  display: grid;
  gap: 4px;
}

.reels-deck__rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 18vw);
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2px 2px 10px;
}

.reels-deck__rail-card {
  min-width: 0;
  padding: 10px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
  color: inherit;
  display: grid;
  gap: 10px;
  text-align: left;
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.reels-deck__rail-card:hover,
.reels-deck__rail-card.is-active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(121, 214, 255, 0.24);
  box-shadow: 0 16px 30px rgba(5, 5, 10, 0.28);
}

.reels-deck__rail-device {
  position: relative;
  padding: 6px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03)),
    rgba(12, 12, 18, 1);
}

.reels-deck__rail-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1;
  width: 42%;
  height: 10px;
  transform: translateX(-50%);
  border-radius: 0 0 12px 12px;
  background: rgba(5, 5, 10, 0.96);
}

.reels-deck__rail-screen {
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 18px;
  background: #09090d;
}

.reels-deck__rail-screen video,
.reels-deck__rail-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reels-deck__rail-copy {
  display: grid;
  gap: 6px;
}

.reels-deck__rail-copy strong {
  font-size: 0.95rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.modal-card--glass-gallery {
  width: min(1440px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-gutter: stable both-edges;
  background:
    radial-gradient(circle at top left, rgba(98, 171, 255, 0.12), transparent 32%),
    radial-gradient(circle at 78% 22%, rgba(220, 244, 255, 0.08), transparent 28%),
    rgba(8, 8, 12, 0.985);
}

.glass-gallery {
  position: relative;
  display: grid;
  gap: 24px;
  padding: 84px 26px 26px;
}

.glass-gallery::before,
.glass-gallery::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
}

.glass-gallery::before {
  top: 90px;
  left: -80px;
  width: 240px;
  height: 240px;
  background: rgba(128, 206, 255, 0.12);
}

.glass-gallery::after {
  right: -60px;
  bottom: 120px;
  width: 220px;
  height: 220px;
  background: rgba(198, 223, 255, 0.08);
}

.glass-gallery__intro-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  padding: 26px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015));
  box-shadow:
    0 24px 56px rgba(3, 3, 8, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.glass-gallery__intro-copy {
  display: grid;
  gap: 16px;
  animation: glassGalleryHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glass-gallery__intro-meta {
  display: grid;
  align-content: start;
  gap: 12px;
  animation: glassGalleryHeaderIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: 80ms;
}

.glass-gallery__hero-copy span,
.glass-gallery__hero-overlay span,
.glass-gallery__hero-overlay strong,
.glass-gallery__thumb-overlay span,
.glass-gallery__thumb-overlay strong,
.glass-gallery__role-line span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.glass-gallery__hero-copy span,
.glass-gallery__hero-overlay span,
.glass-gallery__thumb-overlay span,
.glass-gallery__role-line span {
  color: rgba(255, 255, 255, 0.58);
}

.glass-gallery__hero-overlay strong,
.glass-gallery__thumb-overlay strong,
.glass-gallery__hero-copy strong,
.glass-gallery__role-line strong {
  color: rgba(255, 255, 255, 0.96);
}

.glass-gallery__role-line {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
}

.glass-gallery__role-line strong {
  font-size: 1rem;
  line-height: 1.2;
}

.glass-gallery__meta {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 8px;
}

.glass-gallery__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.glass-gallery__pill {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.glass-gallery__stage {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  justify-items: center;
}

.glass-gallery__hero-wrap {
  position: relative;
  width: min(860px, 100%);
  display: grid;
  justify-items: center;
  align-items: center;
}

.glass-gallery__hero {
  position: relative;
  display: grid;
  gap: 18px;
  justify-items: center;
  align-content: start;
  animation: glassGalleryHeroIn 920ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.glass-gallery__nav {
  position: absolute;
  top: 38%;
  z-index: 3;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    rgba(10, 10, 16, 0.42);
  color: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
  box-shadow:
    0 18px 36px rgba(4, 6, 12, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform var(--transition),
    border-color var(--transition),
    background var(--transition),
    box-shadow var(--transition);
}

.glass-gallery__nav::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0.9;
}

.glass-gallery__nav--prev {
  left: 0;
}

.glass-gallery__nav--next {
  right: 0;
}

.glass-gallery__nav:hover,
.glass-gallery__nav:focus-visible {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(164, 221, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
    rgba(12, 14, 20, 0.54);
  box-shadow:
    0 22px 40px rgba(4, 8, 18, 0.28),
    0 0 24px rgba(148, 212, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.glass-gallery__nav:active {
  transform: scale(0.94);
}

.glass-gallery__nav-pulse {
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(156, 221, 255, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.82);
  transition:
    opacity var(--transition),
    transform 220ms ease;
  pointer-events: none;
}

.glass-gallery__nav:hover .glass-gallery__nav-pulse,
.glass-gallery__nav:focus-visible .glass-gallery__nav-pulse {
  opacity: 1;
  transform: scale(1);
}

.glass-gallery__nav:active .glass-gallery__nav-pulse {
  opacity: 1;
  transform: scale(1.12);
}

.glass-gallery__nav-icon {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(-1px);
  transition: transform var(--transition);
}

.glass-gallery__nav--prev:hover .glass-gallery__nav-icon,
.glass-gallery__nav--prev:focus-visible .glass-gallery__nav-icon {
  transform: translateX(-2px) translateY(-1px);
}

.glass-gallery__nav--next:hover .glass-gallery__nav-icon,
.glass-gallery__nav--next:focus-visible .glass-gallery__nav-icon {
  transform: translateX(2px) translateY(-1px);
}

.glass-gallery__hero-glow {
  position: absolute;
  inset: auto 14% 8% 14%;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(136, 200, 255, 0.28), rgba(136, 200, 255, 0.06), transparent 72%);
  filter: blur(40px);
  pointer-events: none;
}

.glass-gallery__hero-shell,
.glass-gallery__thumb-shell {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(22, 23, 34, 0.94), rgba(8, 8, 12, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    0 28px 64px rgba(3, 3, 8, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.glass-gallery__hero-shell {
  width: min(430px, 100%);
  aspect-ratio: 9 / 16;
  padding: 14px;
  border-radius: 40px;
}

.glass-gallery__hero-shell::before,
.glass-gallery__thumb-shell::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 1;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  pointer-events: none;
}

.glass-gallery__thumb-shell::before {
  inset: 8px;
  border-radius: 22px;
}

.glass-gallery__hero-video,
.glass-gallery__thumb-shell video,
.glass-gallery__thumb-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.glass-gallery__hero-video {
  border-radius: 30px;
}

.glass-gallery__thumb-shell video,
.glass-gallery__thumb-shell img {
  border-radius: 22px;
}

.glass-gallery__hero-reflection,
.glass-gallery__thumb-reflection {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.glass-gallery__hero-reflection {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.06));
}

.glass-gallery__thumb-reflection {
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.12), transparent 26%),
    linear-gradient(180deg, transparent 62%, rgba(255, 255, 255, 0.04));
}

.glass-gallery__hero-overlay,
.glass-gallery__thumb-overlay {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(8, 8, 12, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.glass-gallery__hero-overlay {
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.glass-gallery__hero-copy {
  display: grid;
  gap: 8px;
  width: min(430px, 100%);
  padding: 0 6px;
}

.glass-gallery__hero-copy strong {
  font-size: clamp(1.1rem, 1.8vw, 1.42rem);
  line-height: 1.08;
}

.glass-gallery__thumb-grid {
  display: grid;
  width: 100%;
  max-width: 1240px;
  grid-template-columns: repeat(4, minmax(180px, 240px));
  gap: 16px;
  align-content: start;
  justify-content: center;
}

.glass-gallery__thumb {
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  animation: glassGalleryThumbIn 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: var(--glass-delay, 0ms);
  transition:
    transform var(--transition),
    filter var(--transition);
}

.glass-gallery__thumb:hover,
.glass-gallery__thumb:focus-visible {
  transform: translateY(-4px);
  filter: brightness(1.05);
}

.glass-gallery__thumb.is-active {
  transform: translateY(-6px);
}

.glass-gallery__thumb-shell {
  aspect-ratio: 9 / 16;
  padding: 10px;
  border-radius: 30px;
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.glass-gallery__thumb.is-active .glass-gallery__thumb-shell,
.glass-gallery__thumb:hover .glass-gallery__thumb-shell,
.glass-gallery__thumb:focus-visible .glass-gallery__thumb-shell {
  border-color: rgba(164, 221, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05)),
    linear-gradient(135deg, rgba(22, 23, 34, 0.96), rgba(8, 8, 12, 1));
  box-shadow:
    0 26px 54px rgba(4, 4, 10, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.glass-gallery__thumb-overlay {
  left: 16px;
  right: 16px;
  bottom: 16px;
}

@keyframes glassGalleryHeaderIn {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes glassGalleryHeroIn {
  from {
    opacity: 0;
    transform: translateY(26px) scale(0.97);
    filter: blur(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes glassGalleryThumbIn {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.96);
    filter: blur(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes glassGalleryFooterIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-card h3 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  margin-bottom: 16px;
}

.hero__title,
.section-heading h2,
.metrics__panel h2,
.contact-panel h2,
.modal-card h3 {
  line-height: 1.04;
  letter-spacing: -0.024em;
}

.hero__accent {
  line-height: 1.02;
}

.project-card__body,
.motion-gallery__intro,
.motion-gallery__thumb-copy,
.graphic-lightbox__topcopy,
.graphic-lightbox__caption,
.logo-showcase__intro,
.logo-showcase__thumb-copy,
.brand-board__intro,
.brand-board__focus-heading,
.glass-gallery__intro-copy,
.glass-gallery__intro-meta,
.glass-gallery__hero-copy,
.reels-deck__topcopy,
.reels-deck__focus-text,
.reels-deck__card-copy,
.reels-deck__rail-copy,
.campaign-wall__intro,
.campaign-wall__focus-card,
.campaign-wall__copy,
.vertical-cinema__intro,
.vertical-cinema__summary,
.vertical-cinema__active-copy,
.vertical-cinema__panel-copy,
.project-hub__active-panel,
.project-hub__asset-copy,
.project-hub__page-copy,
.mobile-edit-lab__thumb-copy,
.service-reel__intro-copy,
.choose-need__intro-copy,
.choose-need__copy,
.problem-solution__problem-copy,
.problem-solution__sheet-copy,
.problem-solution__solution,
.problem-solution__spotlight-copy,
.problem-solution-mobile__proof-copy,
.contact-form__intro,
.contact-panel__copy,
.contact-panel__trust-copy,
.portfolio-cta__copy {
  min-width: 0;
}

.project-card__body h3,
.motion-gallery__thumb-copy strong,
.graphic-lightbox__caption strong,
.logo-showcase__thumb-copy strong,
.brand-board__tab-copy strong,
.brand-board__focus-heading h4,
.glass-gallery__hero-copy strong,
.reels-deck__card-copy strong,
.reels-deck__rail-copy strong,
.campaign-wall__copy strong,
.vertical-cinema__panel-copy strong,
.project-hub__active-panel h4,
.project-hub__asset-copy strong,
.project-hub__page-copy strong,
.mobile-edit-lab__thumb-copy strong,
.service-reel__copy h3,
.choose-need__copy h3,
.problem-solution__sheet-copy strong,
.problem-solution__solution h3,
.problem-solution__spotlight-copy h3,
.contact-form__intro h3,
.contact-panel__trust-item strong,
.one-question__summary-copy strong,
.button--pulse__copy strong {
  line-height: 1.16;
}

.hero__title,
.hero__title-line,
.hero__accent,
.section-heading h2,
.metrics__panel h2,
.contact-panel h2,
.modal-card h3,
.project-card__body h3,
.info-card h3,
.marquee-card__header h2,
.portfolio-cta__copy h3,
.service-reel__intro-copy h2,
.service-reel__copy h3,
.choose-need__intro-copy h2,
.choose-need__copy h3,
.brand-platform__intro h2,
.brand-platform__core h3,
.brand-board__intro h3,
.brand-board__focus-heading h4,
.problem-solution__intro h2,
.problem-solution__sheet-copy strong,
.problem-solution__solution h3,
.problem-solution__spotlight-copy h3,
.project-hub__active-panel h4,
.project-hub__asset-copy strong,
.project-hub__page-copy strong,
.motion-gallery__thumb-copy strong,
.mobile-edit-lab__thumb-copy strong,
.campaign-wall__intro h3,
.campaign-wall__focus-card h4,
.campaign-wall__copy strong,
.vertical-cinema__intro h3,
.vertical-cinema__summary h4,
.vertical-cinema__active-copy h4,
.vertical-cinema__panel-copy strong,
.reels-deck__topcopy h3,
.reels-deck__focus-text h4,
.reels-deck__card-copy strong,
.reels-deck__rail-copy strong,
.graphic-lightbox__topcopy h3,
.graphic-lightbox__caption strong,
.logo-showcase__intro h3,
.logo-showcase__thumb-copy strong,
.glass-gallery__intro-copy h3,
.glass-gallery__hero-copy strong,
.contact-form__intro h3,
.contact-panel__trust-item strong,
.one-question__summary-copy strong,
.problem-solution-mobile__proof-copy strong {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.graphic-lightbox__topcopy h3,
.logo-showcase__intro h3,
.reels-deck__topcopy h3,
.glass-gallery__intro-copy h3,
.brand-board__intro h3,
.campaign-wall__intro h3,
.vertical-cinema__intro h3,
.motion-gallery__intro h3 {
  text-wrap: balance;
}

.graphic-lightbox__counter,
.logo-showcase__counter,
.reels-deck__counter,
.brand-board__counter {
  flex-shrink: 0;
}

.modal-card__meta {
  display: grid;
  gap: 8px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px) scale(0.985);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes statusPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(158, 255, 200, 0.18);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(158, 255, 200, 0);
    transform: scale(1.08);
  }
}

.floating {
  animation: floatY 5.6s ease-in-out infinite;
}

.floating--delay {
  animation-delay: 1.8s;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes ringRotate {
  from {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.06);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes lineShift {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes processPulse {
  0% {
    opacity: 0;
    transform: scale(0.65);
  }

  35% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(1.45);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes leadMagnetSlideIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderBar {
  0% {
    transform: translateX(-120%);
  }

  50% {
    transform: translateX(140%);
  }

  100% {
    transform: translateX(300%);
  }
}

@keyframes loaderPulse {
  0% {
    opacity: 0;
    transform: scale(0.62);
  }

  35% {
    opacity: 0.48;
  }

  100% {
    opacity: 0;
    transform: scale(1.26);
  }
}

@keyframes loaderOrb {
  0%,
  100% {
    transform: scale(0.92);
  }

  50% {
    transform: scale(1);
  }
}

@keyframes loaderPanelIn {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderBrandIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderMarkGlow {
  0%,
  100% {
    transform: scale(1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      0 0 18px rgba(114, 57, 221, 0.3);
  }

  50% {
    transform: scale(1.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.55),
      0 0 26px rgba(114, 57, 221, 0.42);
  }
}

@keyframes heroFloatingDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -14px;
  }
}

@keyframes wordPulse {
  0%,
  100% {
    text-shadow: 0 0 0 rgba(114, 57, 221, 0);
  }

  50% {
    text-shadow: 0 0 20px rgba(114, 57, 221, 0.38);
  }
}

@media (max-width: 1100px) {
  .hero,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .footer__closing {
    grid-template-columns: 1fr;
  }

  .footer__dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .contact-panel__rail {
    gap: 18px;
  }

  .contact-form {
    padding: 22px;
  }

  .hero__copy {
    max-width: none;
  }

  .hero__title {
    max-width: none;
  }

  .hero__accent {
    width: auto;
    min-width: 0;
    white-space: normal;
  }

  .hero__media-column {
    padding-top: 0;
  }

  .hero__floaters {
    display: none;
  }


  .hero__stage {
    min-height: 540px;
    margin-right: 0;
    transform: none;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-cta {
    grid-template-columns: 1fr;
  }

  .project-card {
    grid-column: span 1;
  }

  .project-card--wide,
  .project-card--full {
    grid-column: 1 / -1;
  }

  .service-reel__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-reel__intro-actions {
    justify-content: flex-start;
  }

  .service-reel__card {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  }

  .choose-need__intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .choose-need__intro-actions {
    justify-content: flex-start;
  }

  .choose-need__body {
    grid-template-columns: 1fr;
  }

  .choose-need__menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .choose-need__spotlight {
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
  }

  .brand-platform__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "core core"
      "motion web"
      "graphics ugc";
  }

  .problem-solution__layout {
    grid-template-columns: 1fr;
  }

  .problem-solution__menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-solution__solution-head {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .problem-solution__solution-stats {
    grid-template-columns: 1fr;
  }

  .project-hub {
    grid-template-columns: 1fr;
  }

  .graphic-lightbox__viewport {
    min-height: min(58vw, 640px);
  }

  .graphic-lightbox__card {
    width: min(76vw, 760px);
  }

  .graphic-lightbox__thumb-rail {
    justify-content: flex-start;
    padding-inline: 0;
  }

  .project-hub__main {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .project-hub__preview-stack {
    padding: 0 22px;
  }

  .project-hub__sidebar {
    padding-top: 28px;
  }

  .motion-gallery {
    padding-top: 72px;
  }

  .motion-gallery__header {
    grid-template-columns: 1fr 1fr;
  }

  .motion-gallery__intro {
    grid-column: 1 / -1;
  }

  .motion-gallery__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .campaign-wall__header {
    grid-template-columns: 1fr;
  }

  .vertical-cinema__header {
    grid-template-columns: 1fr;
  }

  .reels-deck__topbar {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .reels-deck__topmeta {
    justify-items: start;
  }

  .reels-deck__pills {
    justify-content: flex-start;
  }

  .glass-gallery__intro-card {
    grid-template-columns: 1fr;
  }

  .glass-gallery__stage {
    grid-template-columns: 1fr;
  }

  .glass-gallery__hero {
    justify-items: start;
  }

  .glass-gallery__hero-wrap {
    width: min(760px, 100%);
  }

  .glass-gallery__thumb-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .reels-deck__stage {
    min-height: 640px;
  }

  .reels-deck__nav {
    width: 58px;
    height: 58px;
  }

  .vertical-cinema__stage {
    grid-template-columns: minmax(160px, 0.74fr) minmax(0, 1fr) minmax(160px, 0.74fr);
  }

  .campaign-wall__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .campaign-wall__card.is-featured {
    grid-column: span 2;
  }

  .mobile-edit-lab {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mobile-edit-lab__hero {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: center;
  }

  .mobile-edit-lab__sidebar {
    padding-top: 0;
  }

  .mobile-edit-lab__thumb-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step:nth-child(even) .info-card--process {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .hero__title,
  .section-heading h2,
  .contact-panel h2,
  .modal-card h3,
  .problem-solution__intro h2,
  .contact-panel__copy--onequestion h2 {
    line-height: 1.05;
  }

  .project-card__body h3,
  .motion-gallery__thumb-copy strong,
  .mobile-edit-lab__thumb-copy strong,
  .campaign-wall__copy strong,
  .vertical-cinema__panel-copy strong,
  .reels-deck__card-copy strong,
  .reels-deck__rail-copy strong,
  .glass-gallery__hero-copy strong,
  .project-hub__active-panel h4,
  .project-hub__asset-copy strong,
  .project-hub__page-copy strong {
    line-height: 1.18;
  }

  html {
    scrollbar-gutter: auto;
  }

  .section,
  .section--wide,
  .topbar {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .topbar {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
  }

  .brand {
    flex: 0 0 auto;
    min-width: 0;
    gap: 8px;
    font-size: 0.76rem;
  }

  .brand__mark {
    width: 28px;
    height: 28px;
  }

  .topbar__nav {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .topbar__nav::-webkit-scrollbar {
    display: none;
  }

  .topbar__nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(230, 223, 255, 0.84);
    font-size: 0.76rem;
    letter-spacing: 0.02em;
    text-align: center;
    white-space: nowrap;
  }

  .topbar__nav a:hover,
  .topbar__nav a:focus-visible {
    transform: translateY(-1px);
    color: rgba(255, 255, 255, 0.98);
    border-color: rgba(165, 132, 255, 0.26);
    background: linear-gradient(180deg, rgba(120, 84, 215, 0.18), rgba(255, 255, 255, 0.03));
  }

  .page-loader__panel {
    padding: 28px 20px 22px;
    border-radius: 24px;
  }

  .page-loader__core {
    height: 124px;
    margin: 24px 0 14px;
  }

  .page-loader__orb {
    width: 68px;
    height: 68px;
  }

  .page-loader__pulse {
    width: 126px;
    height: 126px;
  }

  .hero {
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 28px;
    gap: 18px;
  }

  .hero__media-column {
    padding-top: 0;
  }

  .hero__floaters {
    display: none;
  }

  .hero__copy {
    display: grid;
    gap: 12px;
    justify-items: start;
    text-align: left;
    width: 100%;
    min-height: 244px;
    padding: 26px min(32vw, 144px) 8px 0;
    isolation: isolate;
  }

  .hero__copy .eyebrow {
    margin-bottom: 0;
    font-size: 0.68rem;
    letter-spacing: 0.18em;
    position: relative;
    z-index: 1;
  }

  .hero__title {
    position: relative;
    z-index: 1;
    max-width: none;
    font-size: clamp(1.98rem, 9.8vw, 2.55rem);
    line-height: 0.95;
    text-wrap: balance;
  }

  .hero__mobile-cards {
    position: absolute;
    top: 42px;
    right: 10px;
    display: grid;
    width: clamp(148px, 37vw, 194px);
    height: 196px;
    pointer-events: none;
    z-index: 0;
  }

  .hero__mobile-card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(18, 16, 31, 0.94)),
      radial-gradient(circle at top left, rgba(114, 57, 221, 0.2), transparent 52%);
    box-shadow:
      0 18px 38px rgba(6, 6, 12, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .hero__mobile-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 32%),
      linear-gradient(180deg, transparent 62%, rgba(114, 57, 221, 0.14));
    pointer-events: none;
  }

  .hero__mobile-card--back {
    position: absolute;
    top: 24px;
    left: 0;
    width: 102px;
    aspect-ratio: 4 / 5;
    padding: 8px;
    transform: rotate(-10deg);
    opacity: 0.84;
    animation: mobileCardFloatBack 7.2s ease-in-out infinite;
  }

  .hero__mobile-card--front {
    position: absolute;
    top: 4px;
    right: 0;
    width: 126px;
    aspect-ratio: 9 / 14;
    padding: 9px;
    transform: rotate(9deg);
    animation: mobileCardFloatFront 6.4s ease-in-out infinite;
  }

  .hero__mobile-card-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    filter: saturate(0.94) contrast(1.04) brightness(0.82);
  }

  .hero__copytext {
    position: relative;
    z-index: 1;
    max-width: 38ch;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.58;
  }

  @keyframes mobileCardFloatBack {
    0%,
    100% {
      transform: translateY(0) rotate(-10deg);
    }

    50% {
      transform: translateY(8px) rotate(-8deg);
    }
  }

  @keyframes mobileCardFloatFront {
    0%,
    100% {
      transform: translateY(0) rotate(9deg);
    }

    50% {
      transform: translateY(-10px) rotate(11deg);
    }
  }

  .marquee-card {
    padding: 22px 18px 18px;
    border-radius: 26px;
  }

  .marquee {
    padding-bottom: 88px;
  }

  .trust-strip {
    padding-bottom: 72px;
  }

  .trust-strip__panel {
    padding: 12px;
    border-radius: 24px;
  }

  .trust-strip__item {
    min-height: 96px;
    padding: 18px;
    border-radius: 18px;
  }

  .marquee-card__header {
    justify-items: center;
    text-align: center;
    margin-bottom: 16px;
  }

  .marquee__logo {
    min-width: 138px;
    height: 68px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 0.88rem;
  }

  .hero__actions,
  .services-grid,
  .metrics__grid {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    grid-auto-flow: row;
  }

  .project-card {
    grid-column: span 1;
  }

  .project-card--wide,
  .project-card--full {
    grid-column: span 2;
  }

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

  .project-card__button {
    position: relative;
    padding: 8px;
    gap: 0;
    min-height: 100%;
  }

  .project-card__media {
    aspect-ratio: 4 / 5;
    border-radius: 16px;
  }

  .project-card__media--landscape {
    aspect-ratio: 16 / 9;
    border-radius: 16px;
  }

  .project-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 38%, rgba(8, 8, 14, 0.06) 58%, rgba(8, 8, 14, 0.88) 100%);
  }

  .project-card__badge {
    z-index: 2;
  }

  .project-card__body {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    gap: 4px;
    pointer-events: none;
  }

  .project-card__body p,
  .project-card__body span {
    display: none;
  }

  .project-card__body h3 {
    font-size: 0.92rem;
    line-height: 1.14;
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .one-question__options,
  .one-question__main,
  .contact-form__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portfolio-cta {
    margin-top: 18px;
    padding: 20px;
    gap: 18px;
    border-radius: 24px;
  }

  .portfolio-cta__actions {
    gap: 10px;
  }

  .button--pulse {
    min-height: 66px;
    padding: 12px 14px 12px 18px;
  }

  .button--pulse__copy strong {
    font-size: 0.98rem;
  }

  .button--pulse__copy small {
    font-size: 0.78rem;
  }

  .button--pulse__icon {
    width: 38px;
    height: 38px;
  }

  .process-timeline::before {
    left: 23px;
  }

  .process-step {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 18px;
  }

  .process-step + .process-step {
    margin-top: 18px;
  }

  .process-step:nth-child(even) .info-card--process {
    margin-left: 0;
  }

  .hero__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    margin-top: 2px;
    gap: 10px;
    position: relative;
    z-index: 1;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 54px;
  }

  .hero__stage {
    display: grid;
    gap: 12px;
    min-height: auto;
    margin-right: 0;
    padding: 12px;
    transform: none;
    border-radius: 30px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(14, 13, 24, 0.96)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.24), transparent 58%);
    box-shadow:
      0 24px 54px rgba(5, 5, 12, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .hero__video-card {
    min-height: 0;
    aspect-ratio: 7 / 5;
    border-radius: 24px;
  }

  .hero__video-card::after {
    background: linear-gradient(180deg, rgba(7, 7, 10, 0.08), rgba(7, 7, 10, 0.52));
  }

  .hero__poster {
    transform: scale(1.06);
  }

  .hero__iframe,
  .hero__local-video {
    transform: scale(1.03);
  }

  .hero__play-indicator {
    right: 14px;
    bottom: 14px;
    width: 56px;
    height: 56px;
  }

  .hero__play-indicator span {
    margin-left: 3px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }

  .hero__app-chrome {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(10, 10, 16, 0.5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .hero__app-chrome-dot {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(229, 215, 255, 0.98), rgba(114, 57, 221, 0.96));
    box-shadow: 0 0 14px rgba(114, 57, 221, 0.44);
  }

  .hero__app-chrome-label {
    color: rgba(250, 247, 255, 0.98);
  }

  .hero__app-chrome-label {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: -0.01em;
  }

  .hero__app-chrome-state {
    flex: 0 0 auto;
    color: var(--accent-2);
    font-size: 0.64rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .hero-chip {
    display: none;
  }

  .hero-ring {
    display: none;
  }

  .metrics__panel,
  .contact-panel,
  .info-card,
  .modal-card__body {
    padding: 24px;
  }

  .service-reel {
    gap: 18px;
  }

  .service-reel__intro {
    padding: 24px;
  }

  .one-question__options,
  .one-question__main,
  .contact-form__fields {
    grid-template-columns: 1fr;
  }

  .contact-panel__trust--inline {
    grid-auto-flow: column;
    grid-auto-columns: minmax(188px, 68vw);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .contact-panel__trust--inline::-webkit-scrollbar {
    display: none;
  }

  .contact-panel__trust-item {
    scroll-snap-align: start;
  }

  .contact-form {
    padding: 18px;
    border-radius: 22px;
  }

  .contact-form--onequestion {
    padding: 0;
    border-radius: 0;
  }

  .contact-panel__copy--onequestion {
    gap: 10px;
  }

  .contact-panel__copy--onequestion h2 {
    max-width: 17ch;
    line-height: 0.99;
    font-size: clamp(2.6rem, 10vw, 3.45rem);
    text-wrap: balance;
  }

  .one-question__mobile-copy {
    width: min(100%, 36ch);
    margin-top: 4px;
    font-size: 0.94rem;
    line-height: 1.68;
    text-wrap: pretty;
  }

  .contact-panel__trust--mobile {
    margin-top: 4px;
  }

  .one-question__options {
    gap: 10px;
  }

  .one-question__option {
    min-height: 90px;
    padding: 14px 14px 14px 16px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border-radius: 22px;
    transform: none !important;
  }

  .one-question__option::after {
    display: none;
  }

  .one-question__option-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(247, 242, 255, 0.92);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(34, 26, 66, 0.94)),
      radial-gradient(circle at top left, rgba(186, 162, 255, 0.28), transparent 58%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 14px 26px rgba(25, 16, 54, 0.2);
  }

  .one-question__option-icon svg {
    width: 20px;
    height: 20px;
  }

  .one-question__option-copy {
    max-width: none;
    gap: 4px;
  }

  .one-question__option strong {
    font-size: 1rem;
    line-height: 1.08;
  }

  .one-question__option-copy span {
    font-size: 0.76rem;
    line-height: 1.28;
    color: rgba(223, 218, 255, 0.72);
  }

  .one-question__option-graphic {
    position: static;
    width: auto;
    min-width: 104px;
    height: 48px;
    padding: 0 14px;
    border-radius: 16px;
    gap: 8px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 18px 30px rgba(25, 16, 54, 0.2);
  }

  .one-question__option-graphic-text {
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  .one-question__option-graphic svg {
    width: 19px;
    height: 19px;
  }

  .one-question__option:hover .one-question__option-graphic,
  .one-question__option:focus-visible .one-question__option-graphic,
  .one-question__option.is-active .one-question__option-graphic {
    transform: scale(1.03);
  }

  .one-question__option:hover .one-question__option-graphic svg,
  .one-question__option:focus-visible .one-question__option-graphic svg,
  .one-question__option.is-active .one-question__option-graphic svg {
    transform: translateX(1px);
  }

  .one-question__sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    border: 0;
    background: rgba(6, 6, 12, 0.38);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .one-question__sheet-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .one-question__followup-shell {
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(calc(100% + 24px));
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    padding: 0 10px calc(12px + env(safe-area-inset-bottom));
  }

  .one-question__followup-shell.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .one-question__followup-inner {
    overflow: visible;
    padding-top: 0;
  }

  .one-question__followup {
    max-height: min(76vh, 640px);
    overflow-y: auto;
    padding: 12px 16px 18px;
    border-radius: 26px 26px 20px 20px;
    border-color: rgba(178, 150, 255, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(10, 9, 18, 0.96)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.18), transparent 38%);
    box-shadow:
      0 34px 60px rgba(7, 6, 14, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  .one-question__sheet-handle {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 999px;
    background: rgba(226, 218, 255, 0.28);
  }

  .one-question__mobile-step {
    display: grid;
    gap: 4px;
    padding: 0 0 2px;
  }

  .one-question__mobile-step small {
    color: rgba(190, 173, 255, 0.78);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .one-question__mobile-step strong {
    font-size: 1rem;
    letter-spacing: -0.02em;
  }

  .one-question__footer,
  .one-question__summary {
    align-items: start;
    flex-direction: column;
  }

  .one-question__summary {
    gap: 10px;
  }

  .one-question__summary-copy strong {
    font-size: 1.12rem;
  }

  .one-question__summary-copy small {
    color: rgba(203, 191, 255, 0.76);
  }

  .contact-form--onequestion .button--submit {
    width: 100%;
  }

  .contact-panel__trust-item {
    align-items: center;
    flex-direction: row;
    gap: 10px;
  }

  .contact-panel__trust-item span {
    text-align: left;
  }

  .problem-solution__intro {
    justify-items: center;
    text-align: center;
  }

  .problem-solution__intro h2 {
    max-width: 12ch;
  }

  .problem-solution__intro p:last-child {
    max-width: 34ch;
    line-height: 1.62;
  }

  .problem-solution__menu {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(248px, 78vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 12px;
    border: 0;
    background: none;
    box-shadow: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 2px;
  }

  .problem-solution__menu::-webkit-scrollbar {
    display: none;
  }

  .problem-solution__problem {
    min-height: 104px;
    padding: 14px 16px;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    scroll-snap-align: start;
    transform: none;
  }

  .problem-solution__problem:hover,
  .problem-solution__problem:focus-visible,
  .problem-solution__problem.is-active {
    transform: none;
  }

  .problem-solution__problem-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .problem-solution__problem-icon svg {
    width: 20px;
    height: 20px;
  }

  .problem-solution__problem-copy {
    gap: 4px;
  }

  .problem-solution__problem-copy strong {
    font-size: 1rem;
    line-height: 1.08;
  }

  .problem-solution__problem-copy span {
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  .problem-solution__problem-indicator {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .problem-solution__problem-indicator svg {
    width: 16px;
    height: 16px;
  }

  .problem-solution__solution {
    padding: 22px 20px;
    border-radius: 24px;
  }

  .service-reel__intro-copy h2 {
    max-width: 11ch;
  }

  .service-reel__card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .service-reel__media {
    min-height: 220px;
  }

  .service-reel__copy {
    padding: 0;
  }

  .service-reel__copy h3 {
    max-width: none;
  }

  .choose-need {
    gap: 18px;
  }

  .choose-need__intro {
    padding: 24px;
  }

  .choose-need__intro-copy h2 {
    max-width: 11ch;
  }

  .choose-need__menu {
    grid-template-columns: 1fr;
  }

  .choose-need__spotlight {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .choose-need__media {
    min-height: 220px;
  }

  .choose-need__copy {
    padding: 0;
  }

  .choose-need__copy h3 {
    max-width: none;
  }

  .brand-platform {
    gap: 18px;
  }

  .brand-platform__stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "core"
      "motion"
      "web"
      "graphics"
      "ugc";
    padding: 18px;
  }

  .brand-platform__core {
    padding: 24px;
  }

  .brand-platform__core > p:nth-of-type(2) {
    max-width: none;
  }

  .problem-solution {
    gap: 16px;
  }

  .problem-solution__intro {
    gap: 12px;
  }

  .problem-solution__intro h2 {
    max-width: 13ch;
    font-size: clamp(2.05rem, 10.4vw, 3rem);
    line-height: 0.98;
  }

  .problem-solution__intro p:last-child {
    max-width: 31ch;
    line-height: 1.68;
  }

  .problem-solution__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .problem-solution__menu {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(268px, 82vw);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 6px;
    border: 0;
    background: none;
    box-shadow: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x proximity;
    scroll-padding-inline: 2px;
  }

  .problem-solution__menu::-webkit-scrollbar {
    display: none;
  }

  .problem-solution__problem {
    min-height: 102px;
    padding: 14px 16px;
    gap: 12px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    border-radius: 22px;
    scroll-snap-align: start;
    transform: none;
  }

  .problem-solution__problem:hover,
  .problem-solution__problem:focus-visible,
  .problem-solution__problem.is-active {
    transform: none;
  }

  .problem-solution__problem-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .problem-solution__problem-icon svg {
    width: 20px;
    height: 20px;
  }

  .problem-solution__problem-copy {
    gap: 4px;
  }

  .problem-solution__problem-copy strong {
    font-size: 1rem;
    line-height: 1.08;
  }

  .problem-solution__problem-copy span {
    font-size: 0.72rem;
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  .problem-solution__problem-indicator {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .problem-solution__problem-indicator svg {
    width: 16px;
    height: 16px;
  }

  .problem-solution__solution--desktop {
    display: none;
  }

  .problem-solution__sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    border: 0;
    background: rgba(6, 6, 12, 0.38);
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .problem-solution__sheet-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .problem-solution__sheet-shell {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    transform: translateY(calc(100% + 24px));
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    padding: 0 10px calc(12px + env(safe-area-inset-bottom));
  }

  .problem-solution__sheet-shell.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .problem-solution__sheet-card {
    max-height: min(78vh, 640px);
    overflow-y: auto;
    padding: 12px 16px 18px;
    border-radius: 26px 26px 20px 20px;
    border: 1px solid rgba(178, 150, 255, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(10, 9, 18, 0.96)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.18), transparent 38%);
    box-shadow:
      0 34px 60px rgba(7, 6, 14, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .problem-solution__sheet-handle {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 999px;
    background: rgba(226, 218, 255, 0.28);
  }

  .problem-solution__solution--sheet {
    gap: 16px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }

  .problem-solution__solution--sheet .problem-solution__solution-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .problem-solution__solution--sheet .problem-solution__solution-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }

  .problem-solution__solution--sheet .problem-solution__solution-icon svg {
    width: 26px;
    height: 26px;
  }

  .problem-solution__solution--sheet h3 {
    font-size: clamp(1.9rem, 8vw, 2.5rem);
    line-height: 0.98;
  }

  .problem-solution__solution--sheet .problem-solution__solution-context {
    font-size: 0.76rem;
  }

  .problem-solution__solution--sheet .problem-solution__solution-lead {
    max-width: none;
    font-size: 1.02rem;
    line-height: 1.58;
  }

  .problem-solution__solution--sheet .problem-solution__solution-stats {
    grid-template-columns: 1fr;
  }

  .problem-solution__solution--sheet .problem-solution__actions {
    grid-template-columns: 1fr;
  }

  .problem-solution__solution--sheet .button--primary,
  .problem-solution__solution--sheet .button--project-link {
    width: 100%;
    justify-content: center;
  }

  .modal-card--project-hub {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--motion-gallery {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--campaign-wall {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--vertical-cinema {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--reels-deck {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--glass-gallery {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--graphic-lightbox {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--emote-showcase {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .modal-card--mobile-edit-lab {
    width: 100vw;
    height: 100svh;
    max-height: 100svh;
    border-radius: 28px 28px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .graphic-lightbox {
    gap: 18px;
    padding: 74px 18px 24px;
  }

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

  .graphic-lightbox__counter {
    justify-items: start;
    min-width: 0;
  }

  .graphic-lightbox__counter strong {
    text-align: left;
  }

  .graphic-lightbox__viewport {
    min-height: min(54svh, 460px);
  }

  .graphic-lightbox__nav {
    top: auto;
    bottom: 94px;
    width: 56px;
    height: 56px;
    transform: none;
  }

  .graphic-lightbox__nav:hover,
  .graphic-lightbox__nav:focus-visible {
    transform: scale(1.04);
  }

  .graphic-lightbox__nav--prev {
    left: max(6px, calc(50% - 180px));
  }

  .graphic-lightbox__nav--next {
    right: max(6px, calc(50% - 180px));
  }

  .graphic-lightbox__card {
    width: min(88vw, 520px);
  }

  .graphic-lightbox__card.is-far {
    display: none;
  }

  .graphic-lightbox__card-frame {
    border-radius: 28px;
  }

  .graphic-lightbox__thumb-rail {
    justify-content: flex-start;
    padding: 2px 0 10px;
  }

  .graphic-lightbox__thumb-dot {
    width: 80px;
    height: 48px;
  }

  .project-hub {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  .project-hub__main {
    display: contents;
    border: 0;
  }

  .modal-card__media--project-hub {
    order: 1;
    min-height: 42svh;
    border-radius: 0 0 30px 30px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }

  .project-hub__sidebar {
    order: 2;
    gap: 16px;
    padding: 22px 20px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(19, 18, 31, 0.94), rgba(12, 12, 19, 0.82)),
      radial-gradient(circle at top left, rgba(114, 57, 221, 0.18), transparent 34%);
  }

  .project-hub__sidebar-copy {
    position: relative;
    padding-right: 98px;
  }

  .project-hub__sidebar-copy::after {
    content: "Swipe pages";
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(165, 132, 255, 0.18);
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
  }

  .project-hub__page-list {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 78vw);
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
  }

  .project-hub__page-button {
    grid-template-columns: 1fr;
    min-width: 0;
    scroll-snap-align: start;
  }

  .project-hub__page-thumb {
    min-height: 140px;
  }

  .project-hub__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-hub__actions .button {
    width: 100%;
  }

  .project-hub__body {
    order: 3;
    gap: 18px;
    padding: 22px 20px 28px;
  }

  .project-hub__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-hub__meta span:last-child {
    grid-column: 1 / -1;
  }

  .project-hub__preview-badge {
    left: 14px;
    top: 14px;
  }

  .modal-shell {
    padding: 0;
  }

  .modal-card--project-hub::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    width: 64px;
    height: 5px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 18px rgba(114, 57, 221, 0.16);
  }

  .motion-gallery {
    gap: 18px;
    padding: 74px 18px 22px;
  }

  .campaign-wall {
    gap: 18px;
    padding: 74px 18px 24px;
  }

  .vertical-cinema {
    gap: 18px;
    padding: 74px 18px 24px;
  }

  .reels-deck {
    gap: 18px;
    padding: 74px 18px 24px;
  }

  .glass-gallery {
    gap: 18px;
    padding: 74px 18px 24px;
  }

  .glass-gallery__intro-card {
    padding: 22px 20px;
  }

  .glass-gallery__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .glass-gallery__meta span:last-child {
    grid-column: 1 / -1;
  }

  .glass-gallery__hero-shell {
    width: min(380px, 100%);
  }

  .glass-gallery__thumb-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .reels-deck__topbar {
    padding: 20px 18px;
  }

  .reels-deck__counter {
    min-height: 38px;
    padding-inline: 14px;
  }

  .reels-deck__card {
    width: min(270px, 32vw);
  }

  .reels-deck__card--center {
    width: min(350px, 42vw);
  }

  .reels-deck__nav {
    width: 56px;
    height: 56px;
  }

  .reels-deck__rail {
    grid-auto-columns: minmax(190px, 34vw);
  }

  .vertical-cinema__intro,
  .vertical-cinema__summary {
    padding: 22px 20px;
  }

  .vertical-cinema__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vertical-cinema__meta span:last-child {
    grid-column: 1 / -1;
  }

  .vertical-cinema__stage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vertical-cinema__panel--active {
    grid-column: 1 / -1;
    order: -1;
  }

  .vertical-cinema__selector {
    grid-auto-columns: minmax(150px, 42vw);
  }

  .campaign-wall__intro,
  .campaign-wall__focus-card {
    padding: 22px 20px;
  }

  .campaign-wall__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campaign-wall__meta span:last-child {
    grid-column: 1 / -1;
  }

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

  .campaign-wall__card.is-featured {
    grid-column: span 2;
  }

  .mobile-edit-lab {
    gap: 18px;
    padding: 74px 18px 24px;
  }

  .mobile-edit-lab__hero {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .mobile-edit-lab__device {
    width: min(100%, 340px);
  }

  .mobile-edit-lab__hero-copy,
  .mobile-edit-lab__panel,
  .mobile-edit-lab__sidebar {
    width: 100%;
  }

  .mobile-edit-lab__panel {
    padding: 22px 20px;
  }

  .mobile-edit-lab__meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-edit-lab__meta span:last-child {
    grid-column: 1 / -1;
  }

  .mobile-edit-lab__thumb-list {
    grid-auto-flow: column;
    grid-auto-columns: minmax(240px, 74vw);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
  }

  .mobile-edit-lab__thumb-button {
    scroll-snap-align: start;
  }

  .project-hub__preview-stack {
    padding: 0 18px;
  }

  .motion-gallery__header {
    grid-template-columns: 1fr;
  }

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

  .footer {
    padding: 56px 0 34px;
  }

  .footer__headline {
    max-width: 12ch;
    font-size: clamp(1.95rem, 9.5vw, 2.9rem);
  }

  .footer__copy {
    max-width: 24rem;
  }

  .footer__bar {
    padding: 16px;
    border-radius: 24px;
  }

  .footer__links {
    justify-content: flex-start;
  }

  .footer__top-link {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .footer__dock {
    grid-template-columns: 1fr;
  }

  .footer__dock-item {
    min-height: 78px;
    padding: 14px 16px;
  }
}

@media (max-width: 640px) {
  .topbar {
    justify-content: space-between;
    gap: 8px;
    overflow: visible;
    z-index: 60;
  }

  .topbar__nav {
    display: none;
  }

  .topbar__menu-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.72rem;
    color: rgba(245, 240, 255, 0.92);
    background: rgba(255, 255, 255, 0.04);
  }

  .topbar__menu-toggle.is-open {
    border-color: rgba(190, 165, 255, 0.28);
    background:
      linear-gradient(180deg, rgba(120, 84, 215, 0.18), rgba(255, 255, 255, 0.04)),
      rgba(255, 255, 255, 0.03);
  }

  .topbar__mobile-sheet {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    z-index: 32;
    display: grid !important;
    gap: 8px;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(214, 199, 255, 0.12);
    background:
      linear-gradient(180deg, rgba(30, 25, 48, 0.98), rgba(12, 10, 20, 0.985)),
      radial-gradient(circle at top right, rgba(136, 88, 255, 0.22), transparent 44%);
    box-shadow:
      0 28px 54px rgba(4, 4, 10, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.06),
      0 0 0 1px rgba(104, 65, 206, 0.12);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      opacity var(--transition),
      transform var(--transition),
      visibility var(--transition);
  }

  .topbar__mobile-sheet.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .topbar__mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(19, 17, 31, 0.92)),
      rgba(255, 255, 255, 0.03);
    color: rgba(250, 246, 255, 0.96);
    letter-spacing: -0.01em;
    transition:
      transform var(--transition),
      border-color var(--transition),
      background var(--transition);
  }

  .topbar__mobile-link::after {
    content: "->";
    color: rgba(210, 192, 255, 0.96);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
  }

  .topbar__mobile-link:hover,
  .topbar__mobile-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(173, 145, 255, 0.24);
    background: linear-gradient(180deg, rgba(120, 84, 215, 0.16), rgba(255, 255, 255, 0.04));
  }

  .hero__actions .button--primary {
    color: rgba(255, 255, 255, 0.99);
    background:
      linear-gradient(135deg, rgba(176, 122, 255, 1), rgba(110, 44, 243, 0.98)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(22, 18, 36, 0.92));
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.12) inset,
      0 18px 34px rgba(114, 57, 221, 0.32),
      0 0 24px rgba(176, 122, 255, 0.22);
  }
}

@media (max-width: 560px) {
  .hero {
    padding-top: 12px;
    gap: 16px;
  }

  .hero__copy {
    min-height: 224px;
    padding-top: 24px;
    padding-right: min(31vw, 116px);
  }

  .hero__title {
    font-size: clamp(1.86rem, 9.9vw, 2.22rem);
  }

  .hero__copytext {
    max-width: 34ch;
    font-size: 0.82rem;
  }

  .hero__mobile-cards {
    top: 34px;
    right: 4px;
    width: clamp(128px, 33vw, 156px);
    height: 164px;
  }

  .hero__mobile-card--back {
    top: 20px;
    width: 90px;
  }

  .hero__mobile-card--front {
    top: 2px;
    width: 108px;
    padding: 8px;
  }

  .hero__mobile-card-video {
    border-radius: 14px;
  }

  .hero__stage {
    padding: 10px;
    border-radius: 26px;
  }

  .marquee {
    padding-bottom: 72px;
  }

  .marquee-card {
    padding: 20px 16px 16px;
    border-radius: 24px;
  }

  .marquee-card__header {
    margin-bottom: 14px;
  }

  .hero__video-card {
    aspect-ratio: 5 / 4;
    border-radius: 22px;
  }

  .hero__app-chrome {
    top: 10px;
    left: 10px;
    right: 10px;
    min-height: 38px;
    padding-inline: 11px;
  }

  .hero__app-chrome-state {
    font-size: 0.58rem;
  }

  .topbar {
    width: min(calc(100% - 24px), var(--max-width));
    gap: 8px;
    padding: 9px 10px;
  }

  .brand {
    gap: 7px;
    font-size: 0.64rem;
  }

  .topbar__cta {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }

  .topbar__nav {
    gap: 5px;
  }

  .topbar__nav a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.7rem;
  }

  .portfolio-grid {
    gap: 8px;
    grid-auto-flow: row;
  }

  .project-card {
    grid-column: span 1;
  }

  .project-card--wide,
  .project-card--full {
    grid-column: span 2;
  }

  .project-card__button {
    padding: 6px;
  }

  .project-card__media {
    aspect-ratio: 4 / 5;
    border-radius: 14px;
  }

  .project-card__media--landscape {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .project-card__body {
    left: 12px;
    right: 12px;
    bottom: 10px;
  }

  .project-card__body h3 {
    font-size: 0.84rem;
    line-height: 1.14;
  }

  .project-card__badge {
    left: 8px;
    top: 8px;
    padding: 6px 8px;
    font-size: 0.56rem;
  }

  .project-hub__actions {
    grid-template-columns: 1fr;
  }

  .graphic-lightbox__topcopy h3 {
    max-width: 12ch;
  }

  .graphic-lightbox__viewport {
    min-height: 40svh;
  }

  .graphic-lightbox__nav {
    bottom: 88px;
    width: 52px;
    height: 52px;
  }

  .graphic-lightbox__card {
    width: min(94vw, 420px);
  }

  .graphic-lightbox__caption strong {
    font-size: 1rem;
  }

  .graphic-lightbox__thumb-dot {
    width: 72px;
    height: 44px;
  }

  .project-hub__meta {
    grid-template-columns: 1fr;
  }

  .project-hub__meta span:last-child {
    grid-column: auto;
  }

  .motion-gallery__grid {
    grid-template-columns: 1fr;
  }

  .campaign-wall__grid {
    grid-template-columns: 1fr;
  }

  .vertical-cinema__stage {
    grid-template-columns: 1fr;
  }

  .reels-deck__stage {
    min-height: auto;
    display: block;
    padding-bottom: 12px;
  }

  .reels-deck__nav {
    top: auto;
    bottom: 92px;
    width: 52px;
    height: 52px;
    transform: none;
  }

  .reels-deck__nav:hover,
  .reels-deck__nav:focus-visible {
    transform: scale(1.04);
  }

  .reels-deck__nav--prev {
    left: max(6px, calc(50% - 176px));
  }

  .reels-deck__nav--next {
    right: max(6px, calc(50% - 176px));
  }

  .glass-gallery__stage {
    grid-template-columns: 1fr;
  }

  .glass-gallery__hero {
    justify-items: center;
  }

  .glass-gallery__nav {
    width: 64px;
    height: 64px;
  }

  .glass-gallery__nav--prev {
    left: 10px;
  }

  .glass-gallery__nav--next {
    right: 10px;
  }

  .glass-gallery__hero-copy {
    width: min(360px, 100%);
  }

  .glass-gallery__thumb-grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(150px, 42vw);
    grid-template-columns: none;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 2px 2px 10px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
  }

  .glass-gallery__thumb {
    scroll-snap-align: start;
  }

  .reels-deck__card {
    position: static;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .reels-deck__card--far-left,
  .reels-deck__card--far-right {
    display: none;
  }

  .reels-deck__card--left,
  .reels-deck__card--right {
    display: none;
  }

  .reels-deck__focus-copy {
    justify-items: start;
  }

  .reels-deck__focus-text {
    text-align: left;
  }

  .reels-deck__selector {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .reels-deck__rail {
    grid-auto-columns: minmax(190px, 62vw);
  }

  .glass-gallery__hero-shell {
    width: min(100%, 340px);
  }

  .glass-gallery__hero-wrap {
    width: 100%;
  }

  .glass-gallery__nav {
    top: auto;
    bottom: 90px;
    width: 56px;
    height: 56px;
  }

  .glass-gallery__nav--prev {
    left: max(6px, calc(50% - 176px));
  }

  .glass-gallery__nav--next {
    right: max(6px, calc(50% - 176px));
  }

  .glass-gallery__nav-icon {
    font-size: 1.65rem;
  }

  .glass-gallery__hero-copy strong {
    font-size: 1rem;
  }

  .vertical-cinema__panel--side {
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
  }

  .vertical-cinema__panel--side .vertical-cinema__device {
    max-width: 92px;
  }

  .vertical-cinema__selector {
    grid-auto-columns: minmax(136px, 58vw);
  }

  .campaign-wall__card,
  .campaign-wall__card.is-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .campaign-wall__copy strong {
    font-size: 0.96rem;
  }

  .mobile-edit-lab__thumb-list {
    grid-auto-columns: minmax(220px, 82vw);
  }

  .mobile-edit-lab__thumb-button {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .mobile-edit-lab__thumb-copy strong {
    font-size: 0.92rem;
  }

  .project-hub__asset-list {
    gap: 8px;
  }

  .project-hub__sidebar-copy {
    padding-right: 0;
  }

  .project-hub__sidebar-copy::after {
    position: static;
    display: inline-flex;
    width: fit-content;
    margin-top: 10px;
  }

}





















@media (max-width: 760px) {
  .problem-solution {
    gap: 18px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .problem-solution__intro {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    padding-inline: 0;
    justify-items: center;
    text-align: center;
  }

  .problem-solution__intro h2 {
    max-width: 15.5ch;
    margin-inline: auto;
    font-size: clamp(1.9rem, 9.1vw, 2.8rem);
    line-height: 1;
    text-wrap: pretty;
  }

  .problem-solution__intro p:last-child {
    max-width: 30ch;
    margin-inline: auto;
    font-size: 0.94rem;
    line-height: 1.56;
  }

  .section-heading--process h2 {
    max-width: 16ch;
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1;
    text-wrap: balance;
  }

  .section-heading--process > p:last-child {
    max-width: 36ch;
    line-height: 1.65;
  }

  .problem-solution__layout {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
    overflow-x: clip;
  }

  .problem-solution__menu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none;
    overflow: visible !important;
    scrollbar-width: none;
    scroll-snap-type: none !important;
    scroll-padding-inline: 0 !important;
  }

  .problem-solution__menu::-webkit-scrollbar {
    display: none;
  }

  .problem-solution__problem {
    width: 100%;
    min-width: 0;
    min-height: 86px;
    padding: 13px 14px;
    gap: 12px;
    grid-column: auto;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas: "icon copy action";
    border-radius: 22px;
    transform: none;
    align-items: center;
    scroll-snap-align: none;
  }

  .problem-solution__problem:nth-child(-n + 2),
  .problem-solution__problem:nth-child(n + 3) {
    min-height: 86px;
    padding: 13px 14px;
    border-radius: 22px;
  }

  .problem-solution__problem:hover,
  .problem-solution__problem:focus-visible,
  .problem-solution__problem.is-active {
    transform: none;
  }

  .problem-solution__problem-icon {
    grid-area: icon;
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .problem-solution__problem-icon svg {
    width: 17px;
    height: 17px;
  }

  .problem-solution__problem-copy {
    grid-area: copy;
    min-width: 0;
    gap: 4px;
  }

  .problem-solution__problem-copy strong {
    font-size: 0.96rem;
    line-height: 1.08;
  }

  .problem-solution__problem-copy span {
    display: block;
    font-size: 0.72rem;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .problem-solution__problem-action {
    grid-area: action;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(194, 175, 255, 0.24);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(42, 32, 76, 0.92)),
      radial-gradient(circle at top left, rgba(175, 142, 255, 0.34), transparent 62%);
    color: rgba(250, 246, 255, 0.96);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 12px 24px rgba(20, 13, 43, 0.26);
  }

  .problem-solution__problem-action span {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }

  .problem-solution__problem-indicator {
    display: none;
  }

  .problem-solution__solution--desktop {
    display: none !important;
  }

  .problem-solution__sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    border: 0;
    background: rgba(6, 6, 12, 0.44);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .problem-solution__sheet-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .problem-solution__sheet-shell {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    transform: translateY(calc(100% + 28px));
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    padding: 0 12px calc(12px + env(safe-area-inset-bottom));
  }

  .problem-solution__sheet-shell.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .problem-solution__sheet-card {
    width: min(100%, 560px);
    max-height: min(82svh, 720px);
    margin: 0 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 16px 20px;
    border-radius: 28px 28px 18px 18px;
    border: 1px solid rgba(178, 150, 255, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(10, 9, 18, 0.97)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.2), transparent 40%);
    box-shadow:
      0 34px 60px rgba(7, 6, 14, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .problem-solution__sheet-handle {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 999px;
    background: rgba(226, 218, 255, 0.28);
  }

  .problem-solution__sheet-top {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 -4px 8px;
    padding: 0 4px 12px;
    background: linear-gradient(180deg, rgba(11, 10, 18, 0.98), rgba(11, 10, 18, 0));
  }

  .problem-solution__sheet-copy strong {
    font-size: 1.04rem;
  }

  .problem-solution__sheet-close {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 0.82rem;
  }

  .problem-solution__solution--sheet {
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
    position: static;
  }

  .problem-solution__solution--sheet .problem-solution__solution-kicker {
    display: none;
  }

  .problem-solution__solution--sheet .problem-solution__solution-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .problem-solution__solution--sheet .problem-solution__solution-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .problem-solution__solution--sheet .problem-solution__solution-icon svg {
    width: 24px;
    height: 24px;
  }

  .problem-solution__solution--sheet h3 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
    line-height: 0.98;
  }

  .problem-solution__solution--sheet .problem-solution__solution-context {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  .problem-solution__solution--sheet .problem-solution__solution-lead {
    max-width: none;
    font-size: 1rem;
    line-height: 1.56;
  }

  .problem-solution__solution--sheet .problem-solution__solution-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .problem-solution__solution--sheet .problem-solution__solution-block {
    padding-top: 14px;
  }

  .problem-solution__solution--sheet .problem-solution__list {
    gap: 10px;
  }

  .problem-solution__solution--sheet .problem-solution__proofs {
    gap: 8px;
    flex-wrap: wrap;
  }

  .problem-solution__solution--sheet .problem-solution__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .problem-solution__solution--sheet .button--primary,
  .problem-solution__solution--sheet .button--project-link {
    width: 100%;
    min-height: 56px;
    justify-content: center;
  }
}

/* Final override: problem -> solution section */
.problem-solution-section .problem-solution__intro {
  justify-items: center;
  text-align: center;
}

.problem-solution-section .problem-solution__intro h2 {
  margin: 0;
  max-width: 18ch;
  line-height: 1;
  text-wrap: balance;
}

.problem-solution-section .problem-solution__intro p:last-child {
  margin: 0;
  max-width: 48ch;
  line-height: 1.72;
}

.problem-solution-section .problem-solution__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
  gap: 22px;
  align-items: start;
}

.problem-solution-section .problem-solution__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(17, 16, 29, 0.92)),
    radial-gradient(circle at top left, rgba(114, 57, 221, 0.12), transparent 34%);
  box-shadow: var(--shadow);
}

.problem-solution-section .problem-solution__problem {
  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 164px;
  padding: 18px;
  color: inherit;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  gap: 16px;
  align-content: space-between;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(16, 14, 29, 0.94)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.18), transparent 54%);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.problem-solution-section .problem-solution__problem::after {
  content: "";
  position: absolute;
  inset: auto 18px 16px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(174, 145, 255, 0.32), rgba(174, 145, 255, 0));
  opacity: 0.78;
  pointer-events: none;
}

.problem-solution-section .problem-solution__problem.is-priority {
  min-height: 194px;
}

.problem-solution-section .problem-solution__problem.is-wide {
  grid-column: 1 / -1;
  min-height: 128px;
}

.problem-solution-section .problem-solution__problem:hover,
.problem-solution-section .problem-solution__problem:focus-visible,
.problem-solution-section .problem-solution__problem.is-active {
  transform: translateY(-4px);
  border-color: rgba(176, 146, 255, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(21, 18, 38, 0.98)),
    radial-gradient(circle at top right, rgba(114, 57, 221, 0.26), transparent 54%);
  box-shadow:
    0 24px 46px rgba(9, 8, 18, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.problem-solution-section .problem-solution__problem-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.problem-solution-section .problem-solution__problem-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  flex: 0 0 auto;
}

.problem-solution-section .problem-solution__problem-icon svg {
  width: 24px;
  height: 24px;
}

.problem-solution-section .problem-solution__problem-trigger {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(245, 240, 255, 0.9);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(29, 25, 48, 0.96)),
    radial-gradient(circle at top left, rgba(166, 136, 255, 0.24), transparent 58%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 22px rgba(18, 14, 34, 0.22);
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    background var(--transition);
}

.problem-solution-section .problem-solution__problem-trigger svg {
  width: 18px;
  height: 18px;
}

.problem-solution-section .problem-solution__problem:hover .problem-solution__problem-trigger,
.problem-solution-section .problem-solution__problem:focus-visible .problem-solution__problem-trigger,
.problem-solution-section .problem-solution__problem.is-active .problem-solution__problem-trigger {
  transform: translateX(2px);
  border-color: rgba(197, 178, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(47, 36, 84, 0.98)),
    radial-gradient(circle at top left, rgba(182, 153, 255, 0.32), transparent 58%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 28px rgba(32, 20, 68, 0.26);
}

.problem-solution-section .problem-solution__problem-copy {
  min-width: 0;
  display: grid;
  align-content: end;
  gap: 7px;
}

.problem-solution-section .problem-solution__problem-copy strong {
  font-size: 1.12rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
  max-width: 11ch;
}

.problem-solution-section .problem-solution__problem-copy span {
  color: var(--accent-2);
  font-size: 0.73rem;
  line-height: 1.42;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  max-width: 18ch;
}

.problem-solution-section .problem-solution__problem.is-wide .problem-solution__problem-copy strong,
.problem-solution-section .problem-solution__problem.is-wide .problem-solution__problem-copy span {
  max-width: none;
}

.problem-solution-section .problem-solution__problem-indicator,
.problem-solution-section .problem-solution__problem-action {
  display: none !important;
}

.problem-solution-section .problem-solution__solution--mobile {
  display: none;
}

.problem-solution-section .problem-solution__mini-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.problem-solution-section .problem-solution__mini-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  color: rgba(242, 237, 255, 0.92);
  font-size: 0.76rem;
  line-height: 1.35;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(28, 23, 46, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 1120px) {
  .problem-solution-section .problem-solution__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .problem-solution-section .problem-solution {
    gap: 18px;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .problem-solution-section .problem-solution__intro {
    gap: 10px;
    width: 100%;
    max-width: 100%;
    padding-inline: 0;
  }

  .problem-solution-section .problem-solution__intro h2 {
    max-width: 10ch;
    margin-inline: auto;
    font-size: clamp(2rem, 10.2vw, 2.66rem);
    line-height: 0.94;
    text-wrap: pretty;
  }

  .problem-solution-section .problem-solution__intro p:last-child {
    max-width: 30ch;
    margin-inline: auto;
    font-size: 0.94rem;
    line-height: 1.64;
  }

  .problem-solution-section .problem-solution__layout {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
    min-width: 0;
  }

  .problem-solution-section .problem-solution__menu {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    width: 100%;
    min-width: 0;
    padding: 0 !important;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none;
    overflow: visible !important;
    scroll-snap-type: none !important;
  }

  .problem-solution-section .problem-solution__problem {
    min-height: 118px;
    padding: 14px 14px 16px;
    gap: 12px;
    border-radius: 22px;
    transform: none !important;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    align-content: start;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(18, 16, 32, 0.96)),
      radial-gradient(circle at top right, rgba(114, 57, 221, 0.18), transparent 52%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.05),
      0 14px 28px rgba(9, 8, 18, 0.18);
  }

  .problem-solution-section .problem-solution__problem::after {
    display: none;
  }

  .problem-solution-section .problem-solution__problem.is-priority,
  .problem-solution-section .problem-solution__problem:nth-child(-n + 2) {
    min-height: 136px;
  }

  .problem-solution-section .problem-solution__problem.is-wide {
    min-height: 98px;
    grid-column: 1 / -1;
  }

  .problem-solution-section .problem-solution__problem-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
  }

  .problem-solution-section .problem-solution__problem-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .problem-solution-section .problem-solution__problem-icon svg {
    width: 20px;
    height: 20px;
  }

  .problem-solution-section .problem-solution__problem-trigger {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    flex: 0 0 auto;
    color: rgba(245, 240, 255, 0.92);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(31, 24, 56, 0.98)),
      radial-gradient(circle at top left, rgba(182, 152, 255, 0.22), transparent 56%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 12px 24px rgba(19, 13, 40, 0.22);
  }

  .problem-solution-section .problem-solution__problem-copy {
    min-width: 0;
    display: grid;
    align-content: start;
    gap: 5px;
  }

  .problem-solution-section .problem-solution__problem-copy strong {
    font-size: 1rem;
    line-height: 1.08;
    letter-spacing: -0.035em;
    max-width: none;
  }

  .problem-solution-section .problem-solution__problem-copy span {
    font-size: 0.64rem;
    line-height: 1.3;
    letter-spacing: 0.14em;
    max-width: none;
  }

  .problem-solution-section .problem-solution__problem.is-wide .problem-solution__problem-copy strong {
    font-size: 1.06rem;
  }

  .problem-solution-section .problem-solution__problem:hover,
  .problem-solution-section .problem-solution__problem:focus-visible,
  .problem-solution-section .problem-solution__problem.is-active {
    transform: translateY(-2px);
    border-color: rgba(176, 146, 255, 0.26);
    box-shadow:
      0 18px 36px rgba(14, 10, 29, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .problem-solution-section .problem-solution__solution--desktop {
    display: none !important;
  }

  .problem-solution-section .problem-solution__solution--mobile {
    display: none !important;
  }

  .problem-solution-section .problem-solution__sheet-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    border: 0;
    background: rgba(6, 6, 12, 0.44);
    backdrop-filter: blur(12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 240ms ease;
  }

  .problem-solution-section .problem-solution__sheet-backdrop.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .problem-solution-section .problem-solution__sheet-shell {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 50;
    transform: translateY(calc(100% + 28px));
    transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    padding: 0 12px calc(12px + env(safe-area-inset-bottom));
  }

  .problem-solution-section .problem-solution__sheet-shell.is-visible {
    transform: translateY(0);
    pointer-events: auto;
  }

  .problem-solution-section .problem-solution__sheet-card {
    width: min(100%, 560px);
    max-height: min(82svh, 720px);
    margin: 0 auto;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px 16px 20px;
    border-radius: 28px 28px 18px 18px;
    border: 1px solid rgba(178, 150, 255, 0.2);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(10, 9, 18, 0.97)),
      radial-gradient(circle at top center, rgba(114, 57, 221, 0.2), transparent 40%);
    box-shadow:
      0 34px 60px rgba(7, 6, 14, 0.46),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .problem-solution-section .problem-solution__sheet-handle {
    display: block;
    width: 54px;
    height: 5px;
    margin: 2px auto 10px;
    border-radius: 999px;
    background: rgba(226, 218, 255, 0.28);
  }

  .problem-solution-section .problem-solution__sheet-top {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 -4px 8px;
    padding: 0 4px 12px;
    background: linear-gradient(180deg, rgba(11, 10, 18, 0.98), rgba(11, 10, 18, 0));
  }

  .problem-solution-section .problem-solution__sheet-copy strong {
    font-size: 1.04rem;
  }

  .problem-solution-section .problem-solution__sheet-close {
    min-height: 38px;
    padding-inline: 13px;
    font-size: 0.82rem;
  }

  .problem-solution-section .problem-solution__solution--sheet {
    gap: 16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    overflow: visible;
    position: static;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-kicker {
    display: none;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .problem-solution-section .problem-solution__solution--sheet h3 {
    font-size: 1.44rem;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-context {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-lead {
    font-size: 1rem;
    line-height: 1.55;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__solution-block {
    gap: 12px;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__proofs {
    gap: 8px;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__proofs span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .problem-solution-section .problem-solution__solution--sheet .problem-solution__actions {
    gap: 10px;
  }

  .problem-solution-section .problem-solution__solution--sheet .button--primary,
  .problem-solution-section .problem-solution__solution--sheet .button--project-link {
    width: 100%;
    min-height: 54px;
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .problem-solution-section .problem-solution {
    gap: 20px;
  }

  .problem-solution-section .problem-solution__intro {
    justify-items: center;
    text-align: center;
    gap: 10px;
  }

  .problem-solution-section .problem-solution__intro h2 {
    max-width: 18ch !important;
    margin-inline: auto;
    font-size: clamp(1.95rem, 8.9vw, 2.6rem);
    line-height: 1;
    text-wrap: balance;
  }

  .problem-solution-section .problem-solution__intro p:last-child {
    max-width: 34ch;
    margin-inline: auto;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .problem-solution-section .problem-solution__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .problem-solution-section .problem-solution__menu,
  .problem-solution-section .problem-solution__solution--desktop,
  .problem-solution-section .problem-solution__solution--mobile,
  .problem-solution-section .problem-solution__spotlight-stack,
  .problem-solution-section .problem-solution__selector-grid {
    display: none !important;
  }

  .problem-solution-mobile {
    display: grid !important;
    gap: 16px;
    width: 100%;
  }

  .problem-solution-mobile__proofs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .problem-solution-mobile__proof {
    min-width: 0;
    padding: 12px 10px;
    border-radius: 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(16, 15, 28, 0.96)),
      radial-gradient(circle at top left, rgba(114, 57, 221, 0.14), transparent 58%);
  }

  .problem-solution-mobile__proof-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(248, 243, 255, 0.95);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(40, 31, 69, 0.94)),
      radial-gradient(circle at top left, rgba(173, 145, 255, 0.24), transparent 58%);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .problem-solution-mobile__proof-icon svg {
    width: 17px;
    height: 17px;
  }

  .problem-solution-mobile__proof-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
  }

  .problem-solution-mobile__proof-copy span {
    font-size: 0.62rem;
    line-height: 1.15;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--accent-2);
  }

  .problem-solution-mobile__proof-copy strong {
    font-size: 0.9rem;
    line-height: 1.2;
    color: rgba(250, 246, 255, 0.95);
  }

  .problem-solution-mobile__switcher {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    overflow: visible;
  }

  .problem-solution-mobile__chip {
    min-width: 0;
    min-height: 92px;
    padding: 12px 10px;
    border-radius: 20px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 8px;
    text-align: center;
  }

  .problem-solution-mobile__chip:nth-last-child(1):nth-child(odd) {
    grid-column: 1 / -1;
  }

  .problem-solution-mobile__chip-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.98);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(53, 44, 88, 0.95)),
      radial-gradient(circle at top left, rgba(180, 151, 255, 0.22), transparent 60%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .problem-solution-mobile__chip-icon svg {
    width: 24px !important;
    height: 24px !important;
    color: rgba(255, 255, 255, 0.98);
  }

  .problem-solution-mobile__chip.is-active .problem-solution-mobile__chip-icon {
    color: #fff;
  }

  .problem-solution-mobile__chip-label {
    font-size: 0.84rem;
    line-height: 1.16;
    letter-spacing: -0.02em;
    color: rgba(247, 242, 255, 0.94);
  }

  .problem-solution__spotlight {
    display: grid !important;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(12, 11, 22, 0.96)),
      radial-gradient(circle at top right, rgba(114, 57, 221, 0.16), transparent 54%);
    box-shadow:
      0 18px 34px rgba(8, 7, 16, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
  }

  .problem-solution__spotlight-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }

  .problem-solution__spotlight-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px;
    min-height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    overflow: hidden;
  }

  .problem-solution__spotlight-icon svg {
    width: 22px !important;
    height: 22px !important;
  }

  .problem-solution__spotlight-copy,
  .problem-solution__spotlight-copy h3,
  .problem-solution__spotlight-context,
  .problem-solution__spotlight-lead {
    min-width: 0;
    max-width: 100%;
  }

  .problem-solution__spotlight-copy h3 {
    font-size: 1.44rem;
    line-height: 0.98;
    letter-spacing: -0.04em;
  }

  .problem-solution__spotlight-context {
    font-size: 0.72rem;
    letter-spacing: 0.13em;
  }

  .problem-solution__spotlight-lead {
    font-size: 0.96rem;
    line-height: 1.56;
  }

  .problem-solution__spotlight-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .problem-solution__spotlight-tags {
    gap: 8px;
  }

  .problem-solution__spotlight-actions {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  @media (max-width: 560px) {
    .problem-solution-mobile__proofs {
      grid-template-columns: 1fr;
    }
  }
}

.hero__title,
.section-heading h2,
.metrics__panel h2,
.contact-panel h2,
.modal-card h3,
.marquee-card__header h2,
.portfolio-cta__copy h3,
.service-reel__intro-copy h2,
.choose-need__intro-copy h2,
.brand-platform__intro h2,
.problem-solution__intro h2 {
  letter-spacing: -0.008em;
}

.service-reel__copy h3,
.choose-need__copy h3,
.brand-platform__core h3,
.brand-board__intro h3,
.brand-board__focus-heading h4,
.problem-solution__solution h3,
.problem-solution__spotlight-copy h3,
.project-hub__active-panel h4,
.graphic-lightbox__topcopy h3,
.logo-showcase__intro h3,
.campaign-wall__intro h3,
.campaign-wall__focus-card h4,
.vertical-cinema__intro h3,
.vertical-cinema__summary h4,
.vertical-cinema__active-copy h4,
.reels-deck__topcopy h3,
.reels-deck__focus-text h4,
.glass-gallery__intro-copy h3,
.contact-form__intro h3 {
  letter-spacing: -0.006em;
}

.project-card__body h3,
.motion-gallery__thumb-copy strong,
.mobile-edit-lab__thumb-copy strong,
.campaign-wall__copy strong,
.vertical-cinema__panel-copy strong,
.reels-deck__card-copy strong,
.reels-deck__rail-copy strong,
.graphic-lightbox__caption strong,
.logo-showcase__thumb-copy strong,
.glass-gallery__hero-copy strong,
.project-hub__asset-copy strong,
.project-hub__page-copy strong,
.brand-board__tab-copy strong,
.brand-board__focus-overlay strong,
.brand-board__counter strong,
.contact-panel__trust-item strong,
.one-question__summary-copy strong,
.button--pulse__copy strong,
.trust-strip__value,
.problem-solution-mobile__proof-copy strong {
  letter-spacing: -0.002em;
}

.hero__title {
  line-height: 1.02;
}

.hero__accent {
  line-height: 1;
  margin-block: 0.04em;
}

@media (max-width: 760px) {
  .hero__title {
    line-height: 0.98;
  }

  .hero__accent {
    line-height: 0.98;
    margin-block: 0.01em;
  }
}

@media (max-width: 760px) {
  html,
  body,
  #root,
  .site {
    background-color: #07070d;
  }

  body {
    background:
      radial-gradient(circle at 50% 0%, rgba(114, 57, 221, 0.12), transparent 30%),
      linear-gradient(180deg, #07070d 0%, #0b0b12 42%, #08080f 100%);
  }

  body::before,
  body::after,
  .cursor-glow {
    display: none;
  }

  .particle-field {
    opacity: 0.34;
  }

  .modal-card--project-hub,
  .modal-card--motion-gallery,
  .modal-card--graphic-lightbox,
  .modal-card--emote-showcase,
  .modal-card--brand-board,
  .modal-card--logo-showcase,
  .modal-card--reels-deck,
  .modal-card--glass-gallery,
  .modal-card--mobile-edit-lab {
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .project-card__media .project-card__video,
  .project-card__media .project-card__image,
  .project-card__logo-slide,
  .project-card:hover .project-card__media video,
  .project-card:hover .project-card__media img,
  .project-card:hover .project-card__gradient {
    transform: none;
  }

  .project-card__button,
  .project-hub__page-button,
  .project-hub__asset-button,
  .motion-gallery__thumb-button,
  .glass-gallery__thumb,
  .reels-deck__card,
  .reels-deck__rail-card,
  .reels-deck__selector-button,
  .modal-card__close {
    touch-action: manipulation;
  }

  .modal-card__media--project-hub {
    width: 100%;
    min-height: 0;
    height: auto;
    max-height: min(42svh, 68vw);
    aspect-ratio: 16 / 9;
    background:
      radial-gradient(circle at center, rgba(114, 57, 221, 0.16), transparent 54%),
      rgba(5, 5, 10, 0.96);
  }

  .project-hub__preview-video,
  .project-hub__preview-image,
  .project-hub__page-thumb video,
  .project-hub__page-thumb img,
  .modal-card__local-video {
    object-fit: contain;
    transform: none;
    background: #05050a;
  }

  .project-hub__page-thumb {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .project-hub__page-list,
  .reels-deck__rail,
  .reels-deck__selector,
  .glass-gallery__thumb-grid,
  .graphic-lightbox__thumb-rail,
  .logo-showcase__thumbs {
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scroll-padding-inline: 12px;
  }

  .graphic-lightbox__viewport {
    min-height: auto;
    padding: 8px 0 76px;
  }

  .graphic-lightbox__flow {
    min-height: 0;
    display: grid;
    place-items: center;
    perspective: none;
    transform-style: flat;
  }

  .graphic-lightbox__card {
    position: relative;
    top: auto;
    left: auto;
    width: min(92vw, 520px);
    transform: none !important;
    opacity: 1;
    filter: none;
    transition: opacity 180ms ease;
  }

  .graphic-lightbox__card:not(.is-active) {
    display: none;
  }

  .graphic-lightbox__card-frame {
    border-radius: 24px;
  }

  .graphic-lightbox__nav {
    top: auto;
    bottom: 8px;
    transform: none;
  }

  .graphic-lightbox__nav:hover,
  .graphic-lightbox__nav:focus-visible {
    transform: scale(1.03);
  }

  .graphic-lightbox__nav--prev {
    left: max(12px, calc(50% - 112px));
  }

  .graphic-lightbox__nav--next {
    right: max(12px, calc(50% - 112px));
  }

  .reels-deck__stage {
    min-height: min(70svh, 620px);
    overflow: visible;
  }

  .reels-deck__card {
    will-change: auto;
  }

  .reels-deck__device {
    width: min(78vw, 330px);
    margin: 0 auto;
  }

  .reels-deck__screen video,
  .reels-deck__rail-screen video,
  .reels-deck__rail-screen img,
  .glass-gallery__hero-video,
  .glass-gallery__thumb-shell video,
  .glass-gallery__thumb-shell img,
  .motion-gallery__thumb-media img,
  .motion-gallery__thumb-media video {
    transform: none;
  }

  .reels-deck__nav,
  .glass-gallery__nav,
  .graphic-lightbox__nav,
  .logo-showcase__nav,
  .emote-showcase__nav {
    z-index: 30;
    touch-action: manipulation;
  }

  .glass-gallery__nav,
  .reels-deck__nav,
  .graphic-lightbox__nav {
    width: 58px;
    height: 58px;
  }
}

@media (max-width: 560px) {
  .modal-card__media--project-hub {
    max-height: min(34svh, 62vw);
  }

  .reels-deck__stage {
    min-height: min(64svh, 560px);
  }

  .reels-deck__device {
    width: min(76vw, 300px);
  }
}

@media (max-width: 760px) {
  .glass-gallery__hero-video,
  .glass-gallery__thumb-shell video,
  .glass-gallery__thumb-shell img,
  .project-hub__preview-video,
  .project-hub__page-thumb video,
  .project-hub__page-thumb img,
  .reels-deck__screen video,
  .reels-deck__screen img,
  .reels-deck__rail-screen video,
  .reels-deck__rail-screen img,
  .emote-showcase__hero-video,
  .graphic-lightbox__card-frame img,
  .logo-showcase__hero-image,
  .logo-showcase__mark-image,
  .brand-board__asset-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }

  .graphic-lightbox__card.is-active,
  .graphic-lightbox__card.is-active .graphic-lightbox__card-frame,
  .graphic-lightbox__card.is-active .graphic-lightbox__card-frame img {
    opacity: 1;
    filter: none;
    visibility: visible;
  }

  .graphic-lightbox__card-frame img,
  .logo-showcase__hero-image,
  .project-hub__preview-image {
    transition: none;
  }

  .reels-deck__card:not(.is-active) video,
  .reels-deck__rail-card:not(.is-active) video {
    opacity: 0.78;
  }
}

@media (max-width: 760px) {
  .modal-card--glass-gallery *,
  .modal-card--reels-deck *,
  .modal-card--project-hub * {
    animation: none !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }

  .modal-card--glass-gallery,
  .modal-card--reels-deck,
  .modal-card--project-hub {
    width: calc(100vw - 14px);
    max-height: calc(100svh - 14px);
    border-radius: 28px;
  }

  .glass-gallery,
  .reels-deck {
    padding: 68px 14px 18px;
    gap: 16px;
  }

  .glass-gallery::before,
  .glass-gallery::after,
  .glass-gallery__hero-glow,
  .glass-gallery__hero-reflection,
  .glass-gallery__thumb-reflection,
  .glass-gallery__nav-pulse,
  .reels-deck__stage::before,
  .reels-deck__stage::after {
    display: none;
  }

  .glass-gallery__hero-wrap {
    width: 100%;
  }

  .glass-gallery__hero-shell {
    width: min(74vw, 300px);
    padding: 8px;
    border-radius: 28px;
    box-shadow: 0 18px 38px rgba(3, 3, 8, 0.32);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-gallery__hero-video {
    border-radius: 22px;
  }

  .glass-gallery__hero-overlay {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 8px 10px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-gallery__hero-copy {
    width: min(84vw, 340px);
    text-align: center;
  }

  .glass-gallery__intro-card {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 22px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-gallery__intro-meta,
  .glass-gallery__role-line,
  .glass-gallery__meta {
    display: none;
  }

  .glass-gallery__thumb-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 58px;
    grid-template-columns: none;
    justify-content: start;
    gap: 10px;
    max-width: 100%;
    overflow-x: auto;
    padding: 2px 4px 8px;
  }

  .glass-gallery__thumb,
  .glass-gallery__thumb.is-active,
  .glass-gallery__thumb:hover,
  .glass-gallery__thumb:focus-visible {
    transform: none;
    filter: none;
  }

  .glass-gallery__thumb-shell {
    aspect-ratio: 9 / 16;
    padding: 4px;
    border-radius: 18px;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-gallery__thumb-shell::before,
  .glass-gallery__thumb-overlay {
    display: none;
  }

  .glass-gallery__thumb-shell img {
    border-radius: 14px;
  }

  .glass-gallery__thumb.is-active .glass-gallery__thumb-shell {
    border-color: rgba(138, 92, 246, 0.72);
    box-shadow: 0 0 0 2px rgba(138, 92, 246, 0.18);
  }

  .glass-gallery__nav,
  .reels-deck__nav {
    width: 48px;
    height: 48px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .glass-gallery__nav {
    top: 42%;
  }

  .glass-gallery__nav--prev {
    left: 2px;
  }

  .glass-gallery__nav--next {
    right: 2px;
  }

  .reels-deck__topbar {
    grid-template-columns: 1fr;
    padding: 16px;
    border-radius: 22px;
  }

  .reels-deck__topcopy h3 {
    max-width: none;
    font-size: clamp(1.35rem, 8vw, 2rem);
  }

  .reels-deck__topmeta {
    justify-items: start;
  }

  .reels-deck__pills {
    display: none;
  }

  .reels-deck__stage {
    min-height: auto;
    padding: 4px 0;
    overflow: visible;
  }

  .reels-deck__card {
    position: relative;
    width: min(74vw, 300px);
    opacity: 1;
    filter: none;
    transform: none !important;
  }

  .reels-deck__device {
    width: 100%;
    padding: 8px;
    border-radius: 28px;
    box-shadow: 0 18px 38px rgba(2, 2, 6, 0.34);
  }

  .reels-deck__screen {
    border-radius: 22px;
  }

  .reels-deck__overlay {
    padding: 8px 10px;
    border-radius: 14px;
    backdrop-filter: none;
  }

  .reels-deck__focus-copy {
    gap: 12px;
  }

  .reels-deck__focus-text {
    display: none;
  }

  .reels-deck__selector {
    justify-content: center;
    gap: 8px;
  }

  .reels-deck__selector-button {
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
  }

  .reels-deck__rail {
    grid-auto-columns: 72px;
    gap: 10px;
    padding-bottom: 8px;
  }

  .reels-deck__rail-card {
    padding: 6px;
    border-radius: 18px;
    gap: 0;
    box-shadow: none;
  }

  .reels-deck__rail-device {
    padding: 4px;
    border-radius: 16px;
  }

  .reels-deck__rail-screen {
    border-radius: 12px;
  }

  .reels-deck__rail-notch,
  .reels-deck__rail-copy {
    display: none;
  }

  .project-hub__page-thumb video {
    display: none;
  }

  .project-hub__media-loader {
    background:
      radial-gradient(circle at center, rgba(114, 57, 221, 0.18), transparent 48%),
      rgba(5, 5, 10, 0.78);
  }

  .project-hub__media-spinner {
    animation: projectPreviewSpin 760ms linear infinite !important;
  }
}

@media (max-width: 760px) {
  .modal-card--logo-showcase {
    width: calc(100vw - 14px);
    max-height: calc(100svh - 14px);
    border-radius: 28px;
  }

  .logo-showcase {
    padding: 68px 14px 18px;
    gap: 14px;
  }

  .logo-showcase__topbar {
    display: grid;
    gap: 12px;
  }

  .logo-showcase__intro h3 {
    max-width: 13ch;
    font-size: clamp(1.45rem, 8vw, 2.05rem);
  }

  .logo-showcase__counter {
    justify-items: start;
    text-align: left;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 18px;
  }

  .logo-showcase__viewport {
    min-height: auto;
    padding: 0;
  }

  .logo-showcase__stage-shell {
    min-height: auto;
  }

  .logo-showcase__stage {
    grid-template-columns: 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .logo-showcase__hero-frame,
  .logo-showcase__mark-card {
    min-height: 0;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(5, 5, 10, 0.28);
  }

  .logo-showcase__hero-frame {
    aspect-ratio: 16 / 9;
    padding: 16px;
  }

  .logo-showcase__mark-card {
    width: min(58vw, 220px);
    aspect-ratio: 1 / 1;
    justify-self: center;
    align-self: center;
    padding: 18px;
  }

  .logo-showcase__hero-image {
    max-width: 96%;
    max-height: 82%;
    filter: none;
  }

  .logo-showcase__mark-image {
    max-width: 78%;
    max-height: 68%;
    filter: none;
  }

  .logo-showcase__hero-overlay {
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: auto;
    padding: 8px 10px;
    border-radius: 14px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .logo-showcase__hero-overlay strong {
    font-size: 0.82rem;
  }

  .logo-showcase__mark-caption {
    left: 8px;
    top: 8px;
    padding: 7px 9px;
  }

  .logo-showcase__hero-overlay span,
  .logo-showcase__mark-caption span {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
  }

  .logo-showcase__nav {
    top: min(34vw, 178px);
    bottom: auto;
    width: 46px;
    height: 46px;
    transform: translateY(-50%);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .logo-showcase__nav--prev {
    left: -2px;
  }

  .logo-showcase__nav--next {
    right: -2px;
  }

  .logo-showcase__nav:hover,
  .logo-showcase__nav:focus-visible {
    transform: translateY(-50%) scale(1.03);
  }

  .logo-showcase__thumbs {
    gap: 8px;
    padding-bottom: 8px;
  }

  .logo-showcase__thumb {
    flex-basis: 76px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 8px;
    border-radius: 18px;
  }

  .logo-showcase__thumb-image {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .logo-showcase__thumb-copy {
    display: none;
  }
}



















