@media (hover: hover) and (pointer: fine) {
  html,
  body,
  a,
  button,
  input,
  select,
  textarea,
  .project-card,
  .work-card,
  .contact-cta {
    cursor: none;
  }
}

.focus-cursor {
  width: 46px;
  height: 46px;
  left: 50vw;
  top: 50vh;
  border: 0;
  background: url("brand/kinga-cursor.svg") center / contain no-repeat;
  opacity: 0;
  mix-blend-mode: normal;
  filter: drop-shadow(0 0 8px rgba(255,255,255,.72)) drop-shadow(12px 5px 12px rgba(168,115,47,.24));
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: 50% 50%;
  transition: width .16s ease, height .16s ease, filter .16s ease, opacity .16s ease;
}

.focus-cursor.is-visible {
  opacity: .96;
}

.focus-cursor:before,
.focus-cursor:after {
  display: none;
}

.focus-cursor.is-hovering {
  width: 52px;
  height: 52px;
  opacity: 1;
  filter: drop-shadow(0 0 18px rgba(255,255,255,.45)) drop-shadow(18px 8px 16px rgba(168,115,47,.35));
}

.focus-cursor.is-dragging {
  width: 60px;
  height: 60px;
  opacity: 1;
  filter: drop-shadow(0 0 20px rgba(255,255,255,.65)) drop-shadow(28px 10px 22px rgba(168,115,47,.5));
}

.cursor-spark {
  position: fixed;
  z-index: 69;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(241,241,237,.82);
  box-shadow: 0 0 10px rgba(255,255,255,.54);
  transform: translate(-50%, -50%);
  animation: cursorBurn .62s ease-out forwards;
}

.cursor-spark.hot {
  background: rgba(168,115,47,.95);
  box-shadow: 0 0 14px rgba(168,115,47,.75);
}

.more-link svg,
.contact-cta svg,
.project-info svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.hero {
  grid-template-columns: 1fr;
  place-items: center;
}

.hero:before {
  background:
    radial-gradient(circle at 50% 30%, rgba(255,255,255,.13), transparent 24%),
    radial-gradient(circle at 68% 36%, rgba(255,255,255,.1), transparent 18%),
    linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.58) 36%, rgba(5,5,5,.28) 62%, rgba(5,5,5,.95) 100%),
    linear-gradient(180deg, rgba(5,5,5,.7), rgba(5,5,5,.18) 42%, rgba(5,5,5,.9) 100%);
}

.hero-copy {
  justify-self: center;
  width: min(760px, calc(100% - 88px));
  padding: 92px 42px 76px;
  text-align: center;
}

.hero-logo {
  width: min(520px, 58vw);
  margin: 0 auto 28px;
}

.hero h1 {
  letter-spacing: .3em;
}

.hero-lines {
  max-width: 720px;
  margin: 0 auto;
}

.hero-actions {
  justify-content: center;
}

.hero-media {
  inset: 0;
  width: 100%;
}

.hero-media img {
  object-position: center center;
  filter: grayscale(1) contrast(1.18) brightness(.5);
}

.first-scroll-burn {
  position: fixed;
  inset: 0;
  z-index: 64;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255,255,255,.2) 19%, transparent 20% 48%, rgba(168,115,47,.22) 49%, transparent 50%),
    radial-gradient(circle at 44% 48%, rgba(255,255,255,.2), transparent 18%),
    repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 8px);
  mix-blend-mode: screen;
}

body.has-first-scroll .first-scroll-burn {
  animation: firstScrollBurn .9s steps(5, end) forwards;
}

body.has-first-scroll .hero-copy {
  animation: heroScrollLift .9s cubic-bezier(.2,.8,.25,1) both;
}

body.has-first-scroll .film-shell {
  animation: firstScrollGate .78s steps(3, end) both;
}

@keyframes cursorBurn {
  0% {
    opacity: .95;
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate(calc(-50% - 26px), calc(-50% + 9px)) scale(.18);
  }
}

@keyframes firstScrollBurn {
  0% {
    opacity: 0;
    transform: translateY(8px) scaleY(1.04);
  }

  18% {
    opacity: .95;
  }

  42% {
    opacity: .42;
    transform: translateY(-10px) scaleY(.98);
  }

  100% {
    opacity: 0;
    transform: translateY(-28px) scaleY(1);
  }
}

@keyframes heroScrollLift {
  0% {
    transform: translateY(0);
    filter: none;
  }

  36% {
    transform: translateY(-8px);
    filter: brightness(1.45) contrast(1.25);
  }

  100% {
    transform: translateY(0);
    filter: none;
  }
}

@keyframes firstScrollGate {
  0% {
    filter: brightness(1.4) contrast(1.25);
  }

  100% {
    filter: none;
  }
}

.collab-intro {
  max-width: 780px;
}

.collab-intro h1 {
  font-size: clamp(44px, 6.8vw, 96px);
  line-height: .94;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.collab-intro p {
  margin-top: 22px;
  color: #bdbdb5;
  font-size: 18px;
  line-height: 1.65;
}

.collab-board {
  display: grid;
  gap: 38px;
}

.logo-wall {
  margin-bottom: 44px;
  border: 1px solid #202020;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.045), transparent 22%),
    linear-gradient(145deg, #080808, #030303 72%);
  padding: 30px;
}

.logo-wall h2 {
  font-size: clamp(26px, 3.8vw, 54px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: .04em;
}

.logo-wall p {
  margin-top: 10px;
  color: #77736c;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 34px;
  align-items: center;
  margin-top: 42px;
}

.logo-link {
  min-height: 108px;
  display: grid;
  place-items: center;
  border: 1px solid transparent;
  color: rgba(241,241,237,.84);
  filter: grayscale(1);
  transition: color .22s ease, opacity .22s ease, border-color .22s ease, transform .22s ease, filter .22s ease;
}

.logo-link:hover {
  color: #fff;
  border-color: #292929;
  filter: grayscale(.2);
  transform: translateY(-2px);
}

.logo-link.is-pending {
  opacity: .36;
  cursor: default;
}

.logo-link.is-pending:hover {
  transform: none;
  filter: grayscale(1);
}

.logo-type {
  display: block;
  text-align: center;
  font-size: clamp(20px, 3vw, 42px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.logo-type.small {
  font-size: clamp(18px, 2.1vw, 30px);
  letter-spacing: .02em;
}

.logo-type.script {
  font-style: italic;
  letter-spacing: -.06em;
  transform: skewX(-8deg);
}

.logo-type.slim {
  font-weight: 300;
  letter-spacing: .08em;
}

.logo-type.stack {
  letter-spacing: .06em;
}

.logo-link em,
.logo-link span + em {
  display: block;
  margin-top: 9px;
  color: #68635c;
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .18em;
  text-align: center;
  text-transform: uppercase;
}

.collab-group {
  border-top: 1px solid #242424;
  padding-top: 24px;
}

.collab-group h2 {
  color: var(--amber);
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.collab-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px 24px;
  margin-top: 24px;
}

.collab-link {
  min-height: 86px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  color: #efefea;
  font-size: clamp(20px, 2vw, 34px);
  line-height: 1.05;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease, transform .2s ease, text-shadow .2s ease;
}

.collab-link span {
  display: block;
}

.collab-link em {
  display: block;
  margin-top: 8px;
  color: #6f6b63;
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  font-style: normal;
  letter-spacing: .18em;
}

.collab-link:hover {
  border-color: #2d2d2d;
  color: #fff;
  transform: translateY(-3px);
  text-shadow: 0 0 18px rgba(255,255,255,.26);
}

.collab-more {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  color: #868178;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: .24em;
  text-align: center;
  text-transform: uppercase;
}

.collab-more:before,
.collab-more:after {
  content: "";
  height: 1px;
  background: #242424;
}

.format-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.format-card {
  min-height: 270px;
  border: 1px solid #282828;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.035), transparent 24%),
    #050505;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow: hidden;
  position: relative;
}

.format-card:before {
  content: attr(data-index);
  position: absolute;
  left: 10px;
  bottom: 8px;
  color: #6d6861;
  font-family: 'Space Mono', monospace;
  font-size: 9px;
  letter-spacing: .16em;
}

.format-card span {
  font-size: clamp(18px, 2.2vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.format-card .scratch {
  font-style: italic;
  letter-spacing: .02em;
  transform: rotate(-7deg);
}

.format-card .red {
  color: #f3473d;
}

.format-card .blue {
  color: #0167d6;
}

.format-card .green {
  color: #25b900;
}

.format-card .orange {
  color: #d77328;
}

.format-card .stone {
  color: #b7a692;
}

.format-card.has-asset {
  padding: 18px;
}

.format-card.has-asset img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, .55));
}

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

.someday-card {
  border: 1px solid #242424;
  background: #050505;
  min-height: 300px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}

.someday-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}

.someday-card.heavy {
  justify-content: flex-end;
  background:
    radial-gradient(circle at 68% 24%, rgba(255, 255, 255, .045), transparent 28%),
    linear-gradient(145deg, #070707, #0d0d0d 56%, #040404);
}

.someday-card h2 {
  font-size: 14px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.someday-card p {
  color: #aaa69d;
  line-height: 1.55;
  font-size: 13px;
  margin-top: 8px;
}

.someday-card a {
  color: var(--amber);
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.title-card {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  background:
    linear-gradient(90deg, rgba(98,65,170,.65) 0 2px, transparent 2px calc(100% - 2px), rgba(98,65,170,.65) calc(100% - 2px)),
    radial-gradient(circle at 50% 60%, rgba(168,115,47,.08), transparent 28%),
    #020202;
  padding: 24px;
}

.title-card span {
  color: #f07123;
  font-size: clamp(18px, 3.6vw, 34px);
  line-height: 1.25;
  letter-spacing: .02em;
  text-align: center;
  text-transform: none;
}

.title-card em {
  margin-top: 22vh;
  color: #f07123;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  font-style: normal;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (hover: none), (pointer: coarse), (max-width: 980px) {
  html,
  body,
  a,
  button,
  input,
  select,
  textarea {
    cursor: auto;
  }

  .focus-cursor,
  .cursor-spark {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero-copy {
    width: 100%;
    padding: 84px 24px 56px;
  }

  .hero h1 {
    letter-spacing: .14em;
  }

  .hero-actions {
    justify-content: start;
    margin-left: auto;
    margin-right: auto;
  }

  .collab-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .logo-grid,
  .format-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .someday-archive {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .collab-link {
    min-height: 72px;
  }
}

@media (max-width: 560px) {
  .collab-list {
    grid-template-columns: 1fr;
  }

  .logo-grid,
  .format-strip {
    grid-template-columns: 1fr;
  }

  .someday-archive {
    grid-template-columns: 1fr;
  }

  .logo-wall {
    padding: 22px;
  }
}
@media (hover: hover) and (pointer: fine) { *, *::before, *::after { cursor: none !important; } .focus-cursor { transform: translate(-50%, -50%) rotate(-90deg); } }
