.signal-site-nav {
  align-items: center;
  background: color-mix(in srgb, var(--surface, #101114) 92%, transparent);
  border-top: 1px solid color-mix(in srgb, currentColor 10%, transparent);
  display: flex;
  gap: 0.3rem;
  justify-content: center;
  min-height: 2.15rem;
  overflow-x: auto;
  padding: 0.28rem max(0.8rem, env(safe-area-inset-left));
  scrollbar-width: none;
  white-space: nowrap;
}

.signal-site-nav::-webkit-scrollbar {
  display: none;
}

.signal-site-nav a {
  border: 1px solid color-mix(in srgb, currentColor 15%, transparent);
  border-radius: 999px;
  color: inherit;
  font: 700 0.55rem/1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.11em;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.signal-site-nav a:hover,
.signal-site-nav a:focus-visible {
  background: currentColor;
  color: var(--surface, #101114);
  outline: none;
}

.work-index-row__arrow {
  font-size: clamp(1.5rem, 3vw, 3rem);
  line-height: 1;
}

.work-index-row--sunrise {
  background:
    radial-gradient(circle at 84% 18%, rgb(255 199 71 / 72%), transparent 22rem),
    linear-gradient(125deg, #ef6d4f 0%, #f35f91 100%);
  color: #fffdf7;
}

.work-index-row--prism {
  background:
    radial-gradient(circle at 78% 20%, rgb(34 211 197 / 48%), transparent 24rem),
    radial-gradient(circle at 20% 80%, rgb(109 59 255 / 48%), transparent 26rem),
    #080a12;
  color: #f5f8ff;
}

.work-index-row--afterlight {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #090a0c;
  color: #f4f1e7;
}

.work-index-row--afterlight::before {
  position: absolute;
  z-index: -1;
  inset: -35% 17% -35% auto;
  width: 23%;
  content: "";
  background: rgb(244 241 231 / 16%);
  transform: skewX(-18deg);
}

.work-index-row--afterlight::after {
  position: absolute;
  top: 18%;
  right: 7%;
  width: 0.72rem;
  height: 0.72rem;
  content: "";
  background: #b52c27;
}

.work-index-row--nullclub {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #f4f3ee;
  color: #0d0e10;
}

.work-index-row--nullclub::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: clamp(3.625rem, 7vw, 6rem);
  content: "";
  background: #0d0e10;
}

.work-index-row--nullclub::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: calc(clamp(3.625rem, 7vw, 6rem) - 0.5rem);
  width: 0.5rem;
  height: 100%;
  content: "";
  background: #d43f35;
}

.work-index-row--nullclub .work-index-row__arrow {
  color: #f4f3ee;
}

.work-index-row--crumbsiren {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: #f7faf8;
  background-image:
    linear-gradient(rgb(23 50 58 / 12%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(23 50 58 / 12%) 1px, transparent 1px);
  background-size: clamp(3.5rem, 7vw, 6rem) clamp(3.5rem, 7vw, 6rem);
  color: #17323a;
}

.work-index-row--crumbsiren::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: clamp(4.25rem, 8vw, 7rem);
  content: "";
  background: #147568;
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
}

.work-index-row--crumbsiren .work-index-row__arrow {
  color: #f7faf8;
}

.work-index-row--quitcase {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(118deg, rgb(255 47 138 / 18%), transparent 46%),
    #f6f0e9;
  color: #171319;
}

.work-index-row--quitcase::before {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 auto;
  width: clamp(4.75rem, 9vw, 8rem);
  content: "";
  background:
    linear-gradient(
      90deg,
      transparent 29%,
      #171319 29% 35%,
      transparent 35% 51%,
      #171319 51% 57%,
      transparent 57%
    ),
    #ff2f8a;
}

.work-index-row--quitcase .work-index-row__arrow {
  color: #fff8fb;
}

.home-hero__media--signal-projects {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.signal-projects__heading {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.signal-projects__heading span {
  color: color-mix(in srgb, currentColor 58%, transparent);
  font: 700 0.58rem/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.18em;
}

.signal-projects__heading strong {
  font: 700 0.62rem/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.08em;
}

.signal-projects__grid {
  display: grid;
  gap: clamp(0.65rem, 1.4vw, 1rem);
  grid-template-columns: 1fr;
}

.signal-project-card {
  aspect-ratio: 16 / 8.65;
  background: #050508;
  border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  border-radius: clamp(0.8rem, 1.4vw, 1.25rem);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 22%);
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.signal-project-card a {
  color: #fff;
  display: block;
  height: 100%;
  isolation: isolate;
  text-decoration: none;
}

.signal-project-card video {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transform: scale(1.005);
  transition: filter 420ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
  width: 100%;
}

.signal-project-card--main video {
  filter: brightness(1.5) saturate(1.18);
}

.signal-project-card__wash {
  background:
    linear-gradient(90deg, rgb(2 3 8 / 90%) 0%, rgb(2 3 8 / 34%) 63%, transparent 100%),
    linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, transparent 62%);
  inset: 0;
  position: absolute;
  z-index: 1;
}

.signal-project-card__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: flex-end;
  padding: clamp(0.85rem, 2vw, 1.4rem);
  position: absolute;
  z-index: 2;
}

.signal-project-card__copy small,
.signal-project-card__copy em,
.signal-project-card__copy b {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-style: normal;
}

.signal-project-card__copy small {
  font-size: clamp(0.48rem, 0.75vw, 0.65rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  opacity: 0.72;
  text-transform: uppercase;
}

.signal-project-card__copy strong {
  font-size: clamp(1.1rem, 2.5vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 0.95;
  margin: 0.28rem 0 0.42rem;
}

.signal-project-card__copy em {
  font-size: clamp(0.5rem, 0.72vw, 0.64rem);
  letter-spacing: 0.04em;
  opacity: 0.76;
}

.signal-project-card__copy b {
  border-bottom: 1px solid rgb(255 255 255 / 48%);
  font-size: clamp(0.54rem, 0.72vw, 0.64rem);
  letter-spacing: 0.08em;
  margin-top: clamp(0.55rem, 1.2vw, 0.8rem);
  padding-bottom: 0.18rem;
  text-transform: uppercase;
}

.signal-project-card__copy i {
  font-style: normal;
}

.signal-project-card a:hover video,
.signal-project-card a:focus-visible video {
  filter: brightness(1.12) saturate(1.12);
  transform: scale(1.035);
}

.signal-project-card--main a:hover video,
.signal-project-card--main a:focus-visible video {
  filter: brightness(1.7) saturate(1.28);
}

.signal-project-card a:focus-visible {
  outline: 3px solid #d8ff38;
  outline-offset: -3px;
}

html {
  scroll-padding-top: 8rem !important;
}

.studio-concierge-beacon:focus-visible {
  position: fixed;
  z-index: 46;
}

.signal-projects__note {
  color: color-mix(in srgb, currentColor 62%, transparent);
  font: 600 0.58rem/1.45 ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.05em;
  margin: 0.65rem 0 0;
  text-align: right;
}

@media (max-width: 760px) {
  .signal-site-nav {
    justify-content: flex-start;
  }

  [role="alert"] {
    font-size: 0.68rem !important;
    line-height: 1.35 !important;
    padding: 0.5rem 0.75rem !important;
  }

  .home-hero__media--signal-projects {
    margin-top: 1.2rem;
  }

  .signal-projects__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.32rem;
  }

  .signal-project-card {
    aspect-ratio: 16 / 10;
  }

  .signal-projects__note {
    text-align: left;
  }

  .project-intake__progress ol {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-width: 0;
  }

  .project-intake__progress button {
    font-size: 0.5rem;
    gap: 0.2rem;
    justify-items: center;
    min-height: 3.75rem;
    overflow-wrap: anywhere;
    padding: 0.45rem 0.12rem;
    text-align: center;
  }

  .project-intake__progress button span {
    font-size: 0.58rem;
  }
}

@media (max-width: 480px) {
  .dyment-pet {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal-project-card video {
    display: none;
  }

  .signal-project-card a:hover video,
  .signal-project-card a:focus-visible video {
    transform: none;
  }
}
