/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: 0;
  }
  .right-0 {
    right: 0;
  }
  .left-0 {
    left: 0;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-full {
    height: 100%;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .text-center {
    text-align: center;
  }
  .text-white {
    color: var(--color-white);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
}
.gradient-text {
  background: linear-gradient(to right, #FF50D0, #B370FF, #FFA620, #FF50D0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-border {
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #FF50D0, #B370FF, #FFA620, #FF50D0) border-box;
  border-radius: 8px;
}
html {
  scroll-behavior: smooth;
}
.btn {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  color: #FEFEFE;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  box-sizing: border-box;
  transition: background 0.3s ease, background-image 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.btn-primary {
  background: #FF50D0;
}
.btn-primary:hover {
  background: linear-gradient(90deg, #FF50D0 0%, #B370FF 31.731%, #FFA721 69.231%, #FF50D0 100%);
}
.btn-secondary {
  border-color: #FFFFFF;
}
.btn-secondary:hover {
  border-color: transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, #FF50D0, #B370FF, #FFA721, #FF50D0) border-box;
}
.btn-ghost:hover {
  color: transparent;
  background: linear-gradient(90deg, #FF50D0, #B370FF, #FFA721, #FF50D0);
  -webkit-background-clip: text;
  background-clip: text;
}
.nav-logo {
  position: relative;
  display: block;
  width: 98px;
  height: 39px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.nav-logo-full {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  pointer-events: none;
  width: 98px;
  height: 39px;
}
.is-home .nav-logo {
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
}
.is-home .nav-logo.nav-logo--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.nav-link {
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
.nav-link.nav-link--active, .nav-dropdown-wrap[aria-expanded="true"] .nav-dropdown-toggle {
  text-shadow: 1px 1px 8px #FF96E3;
}
.nav-link[data-nav="thinking"].nav-link--active {
  color: #FF50D0;
}
.nav-link[data-nav="team"].nav-link--active {
  color: #FFA721;
}
.nav-link[data-nav="work"].nav-link--active, .nav-dropdown-wrap[aria-expanded="true"] .nav-dropdown-toggle {
  color: #B370FF;
}
.nav-link.nav-link--active:hover, .nav-dropdown-wrap[aria-expanded="true"] .nav-dropdown-toggle:hover {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.nav-dropdown-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
}
.nav-dropdown-toggle .nav-chevron {
  transition: transform 0.25s ease;
  margin-left: -6px;
}
.nav-dropdown-wrap[aria-expanded="true"] .nav-chevron {
  transform: rotate(180deg);
}
.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 180px;
  display: none;
  flex-direction: column;
  gap: 4px;
  padding: 12px 8px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-radius: 16px;
  z-index: 60;
}
.nav-dropdown-wrap[aria-expanded="true"] .nav-dropdown-menu {
  display: flex;
  animation: nav-dropdown-in 0.25s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes nav-dropdown-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nav-dropdown-item {
  justify-content: flex-end !important;
  text-align: right !important;
  padding: 10px 20px !important;
}
.nav-burger {
  display: none;
  width: 32px;
  height: 24px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 60;
}
.nav-burger-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #FEFEFE;
  border-radius: 2px;
  transition: transform 0.3s ease, top 0.3s ease, bottom 0.3s ease, opacity 0.15s ease;
}
.nav-burger-line:nth-child(1) {
  top: 4px;
}
.nav-burger-line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.nav-burger-line:nth-child(3) {
  bottom: 4px;
}
.nav-burger[aria-expanded="true"] .nav-burger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.nav-burger[aria-expanded="true"] .nav-burger-line:nth-child(2) {
  opacity: 0;
}
.nav-burger[aria-expanded="true"] .nav-burger-line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.nav-mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.94);
  backdrop-filter: blur(24px) saturate(140%);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
  z-index: 40;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-mobile-menu.is-open {
  transform: translateY(0);
}
.nav-mobile-menu-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 100px 32px 40px;
  max-width: 480px;
  margin: 0 auto;
}
.nav-mobile-link, .nav-mobile-section-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
  text-decoration: none;
  padding: 8px 0;
}
.nav-mobile-section-items {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0 8px 20px;
  border-left: 2px solid #B370FF;
  margin-top: 8px;
}
.nav-mobile-sublink {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  padding: 10px 0;
}
.nav-mobile-link.nav-mobile-link--active[data-nav="thinking"] {
  color: #FF50D0;
  text-shadow: 0 0 3px rgba(255, 150, 227, 0.35);
}
.nav-mobile-link.nav-mobile-link--active[data-nav="team"] {
  color: #FFA721;
  text-shadow: 0 0 3px rgba(255, 150, 227, 0.35);
}
.nav-mobile-section.nav-mobile-section--active .nav-mobile-section-title {
  color: #B370FF;
  text-shadow: 0 0 3px rgba(255, 150, 227, 0.35);
}
.nav-mobile-cta {
  align-self: flex-start;
  margin-top: 16px;
}
.neon-marker {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FF50D0;
  box-shadow: 1px 1px 8px rgba(255, 80, 208, 0.9), 0 0 12px rgba(255, 80, 208, 0.55);
  cursor: pointer;
}
.neon-marker::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255, 80, 208, 0.35);
  animation: neon-marker-pulse 2.4s ease-out infinite;
}
@keyframes neon-marker-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
#office-map .mapboxgl-ctrl-attrib {
  background: rgba(0, 0, 0, 0.6);
  color: rgba(255, 255, 255, 0.6);
  font-size: 10px;
}
#office-map .mapboxgl-ctrl-attrib a {
  color: rgba(255, 255, 255, 0.7);
}
.scroll-chevron {
  width: 44px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: chevron-pulse 1.6s ease-in-out infinite;
  will-change: transform, opacity;
}
.scroll-chevron:hover {
  opacity: 1;
}
@keyframes chevron-pulse {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
}
.loop-page {
  position: relative;
  height: 400vh;
  background: #000;
}
.loop-edge-label {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
  pointer-events: none;
  background: linear-gradient(180deg, #FF96E3 0%, #D797FF 38.5%, #FFCA7A 73%, #FF96E3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loop-sticky.is-initial .loop-edge-label {
  opacity: 0;
}
.loop-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.loop-sticky-content {
  display: grid;
  grid-template-columns: 668fr 668fr;
  align-items: center;
  gap: 24px;
  max-width: 1360px;
  padding: 65px 40px 40px;
  margin: 0 auto;
  height: 100%;
  box-sizing: border-box;
}
.loop-ring-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.loop-ring {
  --spin: 0deg;
  position: relative;
  width: min(100%, 464px);
  aspect-ratio: 1;
}
.loop-ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(var(--spin));
  transition: transform 0.35s ease-out, filter 0.6s ease;
  overflow: visible;
}
.loop-ring-svg.is-initial, .loop-ring-svg.is-complete {
  filter: drop-shadow(0 0 8px rgba(255, 167, 33, 0.7)) drop-shadow(0 0 18px rgba(255, 167, 33, 0.5)) drop-shadow(0 0 28px rgba(255, 167, 33, 0.35));
}
.loop-initial-ring {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loop-ring-svg:not(.is-initial) .loop-initial-ring {
  opacity: 0;
}
.loop-dashed-ring {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.loop-ring-svg:not(.is-initial):not(.is-complete) .loop-dashed-ring {
  opacity: 0.55;
}
.loop-segment {
  --seg-progress: 0;
  stroke-dasharray: 452.4;
  stroke-dashoffset: calc(452.4 * (1 - var(--seg-progress)));
  transition: stroke-dashoffset 0.35s ease-out;
}
.loop-core {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  padding: 60px;
  box-sizing: border-box;
}
.loop-caption {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 6.72px;
  line-height: 1.28;
  text-transform: uppercase;
  margin: 0 0 20px;
  transition: opacity 0.4s ease;
  background: linear-gradient(90deg, #FF50D0 0%, #B370FF 31.7%, #FFA721 69.2%, #FF50D0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: loop-caption-enter 1s ease-out both;
}
@keyframes loop-caption-enter {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.loop-caption.is-land, .loop-caption.is-evolve, .loop-caption.is-endure {
  animation: none;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: initial;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  text-transform: none;
  max-width: 256px;
}
.loop-caption.is-land {
  color: #FF50D0;
}
.loop-caption.is-evolve {
  color: #B370FF;
}
.loop-caption.is-endure {
  color: #FFA721;
}
.loop-hint {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.24px;
  color: #FFCAF1;
  margin: 0;
  transition: opacity 0.3s ease;
}
.spoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  transform: rotate(calc(var(--base, 0deg) + var(--spin, 0deg)));
  transition: transform 0.25s ease-out;
}
.pill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(calc(-1 * (var(--base, 0deg) + var(--spin, 0deg))));
  transition: transform 0.25s ease-out, box-shadow 0.3s ease, filter 0.2s ease;
  pointer-events: auto;
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  border-radius: 44px;
  padding: 14px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}
.pill-land {
  background: #FF50D0;
}
.pill-evolve {
  background: #B370FF;
}
.pill-endure {
  background: #FFA721;
}
.pill:hover {
  filter: brightness(1.1);
}
.pill.active {
  box-shadow: 0 0 20px currentColor;
}
.pill-land.active {
  box-shadow: 0 0 20px rgba(255, 80, 208, 0.9), 0 0 40px rgba(255, 80, 208, 0.5);
}
.pill-evolve.active {
  box-shadow: 0 0 20px rgba(179, 112, 255, 0.9), 0 0 40px rgba(179, 112, 255, 0.5);
}
.pill-endure.active {
  box-shadow: 0 0 20px rgba(255, 167, 33, 0.9), 0 0 40px rgba(255, 167, 33, 0.5);
}
.loop-panels {
  position: relative;
  height: 100%;
  width: 100%;
}
.loop-panel {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px;
  border-radius: 30px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.loop-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
.loop-panel-heading h2 {
  font-family: 'Rubik One', sans-serif;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 16px;
}
.loop-panel-sub {
  font-family: 'Rubik One', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}
.loop-panel-copy p {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0 0 14px;
}
.loop-panel .scroll-chevron {
  align-self: center;
  margin-top: 16px;
}
.loop-panel-land {
  border: 2px solid #FF50D0;
}
.loop-panel-evolve {
  border: 2px solid #B370FF;
}
.loop-panel-endure {
  border: 2px solid #FFA721;
}
.loop-panel-intro {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
  padding-left: 20px;
  border-left: 2px solid;
}
.loop-panel-land .loop-panel-intro {
  border-left-color: #FF50D0;
}
.loop-panel-evolve .loop-panel-intro {
  border-left-color: #B370FF;
}
.loop-panel-endure .loop-panel-intro {
  border-left-color: #FFA721;
}
.loop-panel-cases-title {
  font-family: 'Rubik One', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.28;
  text-transform: uppercase;
  margin: 0;
}
.loop-panel-land .loop-panel-cases-title {
  color: #FF50D0;
}
.loop-panel-evolve .loop-panel-cases-title {
  color: #B370FF;
}
.loop-panel-endure .loop-panel-cases-title {
  color: #FFA721;
}
.loop-cases {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.case-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 180px;
  padding: 16px 12px;
  border-radius: 16px;
  cursor: pointer;
  text-align: center;
  background: transparent;
  border: none;
  font-family: inherit;
}
.case-card:disabled {
  cursor: default;
  opacity: 0.7;
}
.case-card-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid;
  object-fit: cover;
  display: block;
  overflow: hidden;
}
.case-card-brand {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  line-height: 1.4;
  margin: 0;
}
.case-card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  margin: 0;
}
.case-card-cta {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
  padding: 14px 20px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  pointer-events: none;
  transition: background 0.3s ease;
}
.case-card[data-stage="land"] .case-card-img {
  border-color: #FF50D0;
}
.case-card[data-stage="land"] .case-card-brand {
  color: #FF50D0;
}
.case-card[data-stage="land"] .case-card-cta {
  background: #FF50D0;
}
.case-card[data-stage="evolve"] .case-card-img {
  border-color: #B370FF;
}
.case-card[data-stage="evolve"] .case-card-brand {
  color: #B370FF;
}
.case-card[data-stage="evolve"] .case-card-cta {
  background: #B370FF;
}
.case-card[data-stage="endure"] .case-card-img {
  border-color: #FFA721;
}
.case-card[data-stage="endure"] .case-card-brand {
  color: #FFA721;
}
.case-card[data-stage="endure"] .case-card-cta {
  background: #FFA721;
}
.case-card .case-card-title {
  color: #FFFFFF;
}
.case-card[data-stage]:hover .case-card-cta {
  background: linear-gradient(90deg, #FF50D0 0%, #B370FF 31.731%, #FFA721 69.231%, #FF50D0 100%);
}
.case-card-img.is-placeholder {
  background: linear-gradient(135deg, rgba(255,80,208,0.2), rgba(179,112,255,0.2), rgba(255,167,33,0.2));
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
}
.case-modal {
  padding: 0;
  border: none;
  border-radius: 30px;
  width: 671px;
  max-width: 90vw;
  max-height: 90vh;
  color: #000000;
  overflow: hidden;
  margin: auto;
}
.case-modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.case-modal[open] {
  animation: case-modal-drop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.case-modal[open]::backdrop {
  animation: case-modal-backdrop-fade 0.4s ease-out both;
}
.case-modal.is-closing {
  animation: case-modal-lift-out 0.32s cubic-bezier(0.55, 0, 0.75, 0.1) both;
}
.case-modal.is-closing::backdrop {
  animation: case-modal-backdrop-out 0.28s ease-in both;
}
@keyframes case-modal-drop-in {
  from {
    opacity: 0;
    transform: translateY(-52px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes case-modal-lift-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-32px);
  }
}
@keyframes case-modal-backdrop-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes case-modal-backdrop-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.case-modal[data-stage="land"] {
  background: #FFCAF1;
}
.case-modal[data-stage="evolve"] {
  background: #E4BAFF;
}
.case-modal[data-stage="endure"] {
  background: #FFE5BC;
}
.case-modal-inner {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.case-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease;
}
.case-modal-close svg {
  display: block;
}
.case-modal-close:hover {
  transform: rotate(90deg);
}
.case-modal-client {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.case-modal-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid;
  object-fit: cover;
  display: block;
  overflow: hidden;
}
.case-modal[data-stage="land"] .case-modal-img {
  border-color: #FF50D0;
}
.case-modal[data-stage="evolve"] .case-modal-img {
  border-color: #B370FF;
}
.case-modal[data-stage="endure"] .case-modal-img {
  border-color: #FFA721;
}
.case-modal-img.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  font-size: 40px;
  color: rgba(0, 0, 0, 0.5);
}
.case-modal-brand, .case-modal-title, .case-modal-body p {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.case-modal-brand {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  text-align: center;
}
.case-modal-title {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  text-align: center;
}
.case-modal-body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #000000;
  width: 100%;
  max-width: 551px;
}
.case-modal-body p {
  margin: 0 0 28px;
}
.case-modal-body p:last-child {
  margin-bottom: 0;
}
.case-modal-body .lead {
  margin-bottom: 32px;
}
.case-modal-body .lead {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.4;
}
.case-modal-body p:not(.lead) {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
}
.case-modal-placeholder {
  padding: 20px 0;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.where-page {
  background: #000;
  padding: 90px 24px 80px;
}
.where-container {
  max-width: 1290px;
  margin: 0 auto;
}
.where-header {
  text-align: center;
  margin-bottom: 48px;
}
.where-title {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.where-lead {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
}
.where-lead strong {
  font-weight: 700;
}
.where-map-frame {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
}
.where-map-scroll {
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.where-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1290 / 521;
  max-width: 1290px;
  margin: 0 auto;
}
.where-lead-cta-mobile {
  display: none;
}
.where-lead-cta-desktop {
  display: inline;
}
.where-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
.where-pins {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.where-pin {
  position: absolute;
  top: var(--top);
  left: var(--left);
  transform: translate(-50%, -100%);
  width: 22px;
  height: 30px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform-origin: 50% 100%;
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.where-pin:hover, .where-pin:focus-visible {
  transform: translate(-50%, -100%) scale(1.4);
}
.where-pin:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 4px;
}
.where-pin svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: filter 0.3s ease;
}
.where-pin-country svg path {
  fill: #FF50D0;
}
.where-pin-region svg path {
  fill: #FFA721;
}
.where-pin-country svg {
  filter: drop-shadow(0 0 4px rgba(255, 80, 208, 0.55)) drop-shadow(0 0 10px rgba(255, 80, 208, 0.35)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}
.where-pin-region svg {
  filter: drop-shadow(0 0 4px rgba(255, 167, 33, 0.55)) drop-shadow(0 0 10px rgba(255, 167, 33, 0.35)) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}
.where-pin-country:hover svg, .where-pin-country:focus-visible svg {
  filter: drop-shadow(0 0 6px rgba(255, 80, 208, 0.8)) drop-shadow(0 0 16px rgba(255, 80, 208, 0.55)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.where-pin-region:hover svg, .where-pin-region:focus-visible svg {
  filter: drop-shadow(0 0 6px rgba(255, 167, 33, 0.8)) drop-shadow(0 0 16px rgba(255, 167, 33, 0.55)) drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.where-stats {
  position: absolute;
  left: 0;
  bottom: 8px;
  display: flex;
  gap: 40px;
  align-items: center;
  z-index: 3;
  pointer-events: none;
}
.where-stat {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
}
.where-stat--country {
  color: #FF50D0;
}
.where-stat--region {
  color: #FFA721;
}
.where-modal {
  padding: 0;
  border: none;
  border-radius: 30px;
  width: 671px;
  max-width: 92vw;
  max-height: 90vh;
  color: #000000;
  overflow: hidden;
  margin: auto;
}
.where-modal::backdrop {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.where-modal[data-type="country"] {
  background: #FFCAF1;
}
.where-modal[data-type="region"] {
  background: #FFE5BC;
}
.where-modal[open] {
  animation: case-modal-drop-in 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.where-modal[open]::backdrop {
  animation: case-modal-backdrop-fade 0.4s ease-out both;
}
.where-modal.is-closing {
  animation: case-modal-lift-out 0.32s cubic-bezier(0.55, 0, 0.75, 0.1) both;
}
.where-modal.is-closing::backdrop {
  animation: case-modal-backdrop-out 0.28s ease-in both;
}
.where-modal-inner {
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-height: 90vh;
  overflow-y: auto;
  box-sizing: border-box;
}
.where-modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.2s ease;
}
.where-modal-close svg {
  display: block;
}
.where-modal-close:hover {
  transform: rotate(90deg);
}
.where-modal-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  color: #000000;
  text-align: center;
  margin: 0;
  max-width: 463px;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.where-modal-title .where-modal-place {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.28;
}
.where-modal-questions {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 551px;
}
.where-modal-question {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
}
.where-modal-question-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  color: rgba(0, 0, 0, 0.5);
}
.where-modal-question-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.where-modal-question-text {
  flex: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #000000;
  margin: 0;
}
.where-modal-placeholder {
  padding: 20px 0;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.team-page {
  background: #000;
  padding: 144px 40px 100px;
}
.team-container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team-row {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
}
.team-row-hero {
  align-items: center;
  justify-content: space-between;
}
.team-row-cards {
  flex-wrap: wrap;
}
.team-intro {
  width: 600px;
  text-align: center;
  color: #FEFEFE;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.team-intro-title, .team-intro-lead, .team-intro-body, .team-card-number, .team-card-monogram, .team-card-name, .team-card-title, .team-card-cta, .team-card-bio, .team-recruit-heading, .team-recruit-subhead, .team-recruit-body, .team-recruit-email {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.team-intro-title {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 1.28;
  text-transform: uppercase;
  margin: 0;
}
.team-intro-lead {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.4;
  margin: 0;
}
.team-intro-body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  margin: 0;
}
.team-card-slot, .team-card {
  width: 322px;
  height: 366px;
  perspective: 1200px;
  flex-shrink: 0;
}
.team-card {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
}
.team-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.team-card[aria-pressed="true"] .team-card-inner {
  transform: rotateY(180deg);
}
.team-card-front, .team-card-back {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #FF50D0, #B370FF, #FFA721, #FF50D0) border-box;
  box-sizing: border-box;
}
.team-card-back {
  transform: rotateY(180deg);
}
.team-card--settled .team-card-inner {
  transform: none !important;
  transform-style: flat;
  transition: none;
}
.team-card--settled .team-card-front, .team-card--settled .team-card-back {
  transform: none;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.team-card--settled[aria-pressed="true"] .team-card-front {
  display: none;
}
.team-card--settled[aria-pressed="false"] .team-card-back {
  display: none;
}
.team-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  text-align: center;
}
.team-card-number {
  align-self: flex-start;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FEFEFE;
}
.team-card-image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #FF50D0, #B370FF, #FFA721, #FF50D0) border-box;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}
.team-card-image-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 80, 208, 0.2), rgba(179, 112, 255, 0.2), rgba(255, 167, 33, 0.2));
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Rubik One', sans-serif;
  font-size: 24px;
  letter-spacing: 0.48px;
}
.team-card-monogram {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1.28;
  color: #FEFEFE;
  margin-top: 4px;
}
.team-card-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
}
.team-card-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
}
.team-card-cta {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
}
.team-card-back {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.team-card-bio {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.4;
  color: #FEFEFE;
  text-align: center;
  margin: 0;
}
.team-recruit-card {
  width: 100%;
  max-width: 1360px;
  min-height: 320px;
  padding: 60px;
  border-radius: 30px;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #FF50D0, #B370FF, #FFA721, #FF50D0) border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.team-recruit-heading {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FEFEFE;
  margin: 0;
}
.team-recruit-subhead {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #FEFEFE;
  margin: 0;
}
.team-recruit-body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 1.4;
  color: #FEFEFE;
  max-width: 700px;
  margin: 0;
}
.team-recruit-email {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FEFEFE;
  text-decoration: none;
  margin: 0;
}
.team-recruit-email:hover {
  text-decoration: underline;
}
.team-recruit-cta {
  margin-top: 4px;
}
.how-page {
  padding: 105px 40px 80px;
  background: #000;
  min-height: 100vh;
}
.how-container {
  max-width: 895px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
}
.how-intro {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.how-title, .how-copy, .methods-title, .methods-copy {
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  margin: 0;
}
.how-title {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FEFEFE;
  text-align: center;
}
.how-copy {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FEFEFE;
  text-align: center;
  width: 100%;
}
.methods {
  width: 600px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.methods-title {
  font-family: 'Rubik One', sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 1.28;
  text-transform: uppercase;
  color: #FEFEFE;
  text-align: center;
}
.methods-copy {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.4;
  color: #FEFEFE;
  text-align: center;
  width: 100%;
}
.methods-copy b {
  font-weight: 700;
}
.methods-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 100%;
}
.methods-row-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.methods-subrow {
  display: contents;
}
.method-icon {
  flex: 0 0 150px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
}
.method-icon:focus-visible {
  outline: 2px solid #FF96E3;
  outline-offset: 4px;
  border-radius: 8px;
}
.method-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(135deg, #FF50D0 0%, #FF50D0 25%, #B370FF 50%, #FFA721 75%, #FF50D0 100% ) border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, filter 0.25s ease;
}
.method-icon-glyph {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FEFEFE;
}
.method-icon-glyph svg {
  display: block;
  width: 100%;
  height: 100%;
}
.method-icon-label {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2.88px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  color: #FEFEFE;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  width: 150px;
  transition: color 0.25s ease;
  word-spacing: 100vw;
}
.method-icon[aria-pressed="true"] .method-icon-circle, .method-icon:hover .method-icon-circle {
  background: linear-gradient(#FF50D0, #FF50D0) padding-box, linear-gradient(135deg, #FF50D0 0%, #FF50D0 25%, #B370FF 50%, #FFA721 75%, #FF50D0 100% ) border-box;
  filter: drop-shadow(1px 1px 4px rgba(255, 150, 227, 0.6));
}
.method-icon[aria-pressed="true"] .method-icon-label, .method-icon:hover .method-icon-label {
  font-weight: 900;
  color: #FF50D0;
}
.methods-content-wrap {
  width: 100%;
  position: relative;
  padding: 12px 0;
}
.methods-content {
  --chevron-x: 75px;
  position: relative;
  border-radius: 24px;
  padding: 24px;
  background: #000;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.methods-outline {
  position: absolute;
  top: -14px;
  left: 0;
  width: 100%;
  height: calc(100% + 28px);
  overflow: visible;
  pointer-events: none;
  z-index: 1;
}
.methods-outline path {
  fill: none;
  stroke: url(#neon-outline-gradient);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  transition: d 0.45s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.methods-content-lead, .methods-content-body p, .methods-content-conclusion {
  margin: 0;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  font-family: 'Raleway', sans-serif;
  line-height: 1.4;
  color: #FEFEFE;
}
.methods-content-lead {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
}
.methods-content-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.methods-content-body p {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.24px;
}
.methods-content-conclusion {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #FF50D0;
}
@media (max-width: 900px) {
  nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1000 !important;
  }
  nav > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .nav-links {
    display: none !important;
  }
  .nav-burger {
    display: block !important;
  }
  .nav-mobile-menu {
    display: block !important;
  }
  body > section, body > footer, body > .loop-page {
    overflow-x: clip;
  }
  nav > div {
    padding: 16px 24px !important;
  }
  nav > div > div > *:not(:last-child) {
    display: none !important;
  }
  nav > div > div {
    gap: 0 !important;
  }
  nav a[href="#contact"] {
    padding: 10px 14px !important;
    font-size: 10px !important;
    letter-spacing: 1.5px !important;
  }
  .loop-page {
    height: auto !important;
  }
  .loop-edge-label {
    display: none !important;
  }
  .loop-sticky {
    position: static !important;
    height: auto !important;
    width: 100% !important;
    overflow: visible !important;
  }
  .loop-sticky-content {
    display: block !important;
    height: auto !important;
    max-width: 520px !important;
    padding: 130px 24px 40px !important;
    margin: 0 auto !important;
  }
  .loop-ring-wrap {
    margin-bottom: 32px !important;
  }
  .loop-ring {
    width: 280px !important;
    margin: 0 auto !important;
  }
  .pill {
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    padding: 8px !important;
    border-radius: 50% !important;
    font-size: 9px !important;
    letter-spacing: 1.2px !important;
    line-height: 1.3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: normal !important;
  }
  .pill-evolve {
    word-spacing: 100vw !important;
  }
  .loop-core {
    padding: 62px 30px 34px !important;
    justify-content: center !important;
  }
  .loop-caption {
    font-size: 20px !important;
    letter-spacing: 4px !important;
    max-width: 200px !important;
    margin: 0 !important;
  }
  .loop-hint {
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 0.24px !important;
    text-transform: none !important;
    color: #FFCAF1 !important;
    margin-top: 12px !important;
  }
  .loop-panel-copy p, .loop-panel-intro {
    font-size: 16px !important;
  }
  .loop-panels {
    display: block !important;
    height: auto !important;
    position: static !important;
    width: 100% !important;
  }
  .loop-panel {
    position: static !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    margin-bottom: 32px !important;
    padding: 24px !important;
    scroll-margin-top: 80px !important;
  }
  .loop-panel .scroll-chevron {
    display: none !important;
  }
  .loop-cases {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .case-card {
    width: 100% !important;
    max-width: 300px !important;
  }
  .where-page {
    padding: 100px 24px 60px !important;
  }
  .where-title {
    font-size: 24px !important;
    letter-spacing: 0.48px !important;
    margin: 0 0 20px !important;
  }
  .where-lead {
    font-size: 16px !important;
  }
  .where-map-frame {
    max-width: none !important;
    margin: 0 -24px !important;
  }
  .where-map-scroll {
    overflow-x: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    scrollbar-width: none;
  }
  .where-map-scroll::-webkit-scrollbar {
    display: none;
  }
  .where-map-wrap {
    aspect-ratio: unset !important;
    height: min(65vh, 520px) !important;
    width: calc(min(65vh, 520px) * 1290 / 521) !important;
    max-width: none !important;
    margin: 0 !important;
    flex-shrink: 0;
  }
  .where-pin {
    width: 20px !important;
    height: 28px !important;
  }
  .where-pin:hover, .where-pin:focus-visible {
    transform: translate(-50%, -100%) scale(1.35) !important;
  }
  .where-stats {
    position: absolute !important;
    left: 20px !important;
    bottom: 12px !important;
    gap: 24px !important;
    z-index: 5;
  }
  .where-lead-cta-desktop {
    display: none !important;
  }
  .where-lead-cta-mobile {
    display: inline !important;
  }
  .where-modal-inner {
    padding: 48px 24px 40px !important;
    gap: 28px !important;
  }
  .where-modal-close {
    top: 20px !important;
    right: 20px !important;
  }
  .where-modal-title {
    font-size: 20px !important;
    max-width: 220px !important;
  }
  .where-modal-questions {
    gap: 28px !important;
  }
  .where-modal-question-icon {
    width: 36px !important;
    height: 36px !important;
  }
  .where-modal-question-text {
    font-size: 16px !important;
  }
  .case-modal {
    width: 92vw !important;
  }
  .case-modal-inner {
    padding: 48px 24px 40px !important;
    gap: 32px !important;
  }
  .case-modal-close {
    top: 20px !important;
    right: 20px !important;
  }
  .case-modal-img {
    width: 120px !important;
    height: 120px !important;
  }
  .case-modal-title {
    font-size: 20px !important;
  }
  .case-modal-body .lead {
    font-size: 20px !important;
  }
  .case-modal-body p:not(.lead) {
    font-size: 16px !important;
  }
  .team-page {
    padding: 100px 24px 60px !important;
  }
  .team-container {
    gap: 24px !important;
  }
  .team-row-cards {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .team-row-hero {
    flex-direction: column !important;
    align-items: center !important;
    gap: 40px !important;
  }
  .team-row-hero .team-intro, .team-card-slot, .team-card, .team-recruit-card {
    width: 100% !important;
    max-width: 500px !important;
  }
  .team-row-hero .team-intro {
    order: -1;
    gap: 40px !important;
  }
  .team-intro-title {
    font-size: 28px !important;
  }
  .team-intro-lead {
    font-size: 20px !important;
  }
  .team-intro-body {
    font-size: 16px !important;
  }
  .team-recruit-card {
    padding: 40px 24px !important;
    min-height: 0 !important;
    gap: 16px !important;
  }
  .team-card-bio, .team-recruit-body {
    font-size: 14px !important;
    letter-spacing: 0.28px !important;
  }
  #hero {
    min-height: auto !important;
    padding: 24px 24px 48px !important;
  }
  #hero > div:first-child {
    margin-top: 0 !important;
  }
  #hero video {
    width: 90vw !important;
    max-width: 380px !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
  }
  #hero > div:nth-child(2) {
    width: 100% !important;
    margin-top: 16px !important;
    gap: 20px !important;
  }
  #hero p {
    font-size: 12px !important;
    letter-spacing: 2px !important;
  }
  #hero h1 {
    font-size: 22px !important;
    letter-spacing: 3px !important;
  }
  #about {
    padding: 60px 24px !important;
    min-height: auto !important;
  }
  #about > div {
    font-size: 20px !important;
  }
  #tagline {
    padding: 48px 24px !important;
    min-height: auto !important;
  }
  #tagline h2 {
    font-size: 22px !important;
    letter-spacing: 3px !important;
  }
  #contact {
    padding: 48px 24px 32px !important;
  }
  #contact > div:first-child {
    flex-direction: column !important;
    gap: 48px !important;
    margin-bottom: 48px !important;
  }
  #contact > div:first-child > div {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
  #contact > div:first-child img, #contact #office-map {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 636 / 355 !important;
    object-fit: cover !important;
  }
  #contact > div:first-child .flex.justify-between {
    width: 100% !important;
    flex-direction: column !important;
    gap: 24px !important;
    margin-top: 24px !important;
  }
  #contact > div:last-child > div:first-child {
    flex-direction: column !important;
    gap: 32px !important;
    align-items: flex-start !important;
  }
  .how-page {
    padding: 100px 24px 60px !important;
  }
  .how-intro, .methods {
    width: 100% !important;
    max-width: 500px !important;
  }
  .how-title, .methods-title {
    font-size: 24px !important;
  }
  .how-copy, .methods-copy {
    font-size: 16px !important;
  }
  .methods-row-group {
    flex-direction: column !important;
    gap: 32px !important;
    width: 100% !important;
  }
  .methods-subrow {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .methods-content-lead, .methods-content-conclusion {
    font-size: 16px !important;
  }
  .methods-content-body p {
    font-size: 14px !important;
    letter-spacing: 0.28px !important;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
