:root {
  --studio-black: #181818;
  --studio-white: #f4f3ed;
  --studio-acid: #d9ff3f;
  --studio-orange: #ff5b35;
  --studio-blue: #2864ff;
  --studio-pink: #ff90b9;
}

body {
  background: var(--studio-white);
}

.site-header {
  max-width: none;
  height: 72px;
  padding: 0 32px;
  background: var(--studio-black);
  color: white;
  border-color: #383838;
}

.brand-mark {
  background: var(--studio-acid);
  color: var(--studio-black);
}

.hero {
  max-width: none;
  min-height: calc(100vh - 72px);
  padding: 72px max(32px, calc((100vw - 1240px) / 2)) 84px;
  background: var(--studio-black);
  color: white;
  grid-template-columns: .95fr 1.05fr;
  overflow: hidden;
}

.hero-copy { z-index: 3; }

.eyebrow {
  color: #b9b9b2;
  font: 600 11px "DM Sans", sans-serif;
  letter-spacing: 1.6px;
}

.status-dot {
  background: var(--studio-acid);
  box-shadow: 0 0 0 5px #d9ff3f20;
}

.hero h1 {
  max-width: 700px;
  font-size: clamp(58px, 7.2vw, 116px);
  line-height: .92;
  letter-spacing: -.075em;
}

.hero h1 em { color: var(--studio-acid); }
.hero h1 em::after { display: none; }

.hero-description {
  max-width: 560px;
  color: #bcbcb5;
  font-size: 17px;
  line-height: 1.75;
}

.button-dark {
  background: var(--studio-acid);
  color: var(--studio-black);
  border: 1px solid var(--studio-acid);
}

.text-link { color: white; }

.hero-art {
  height: 580px;
  perspective: 1000px;
}

.deck-label {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  color: #6f6f6b;
  font: 600 10px "DM Sans", sans-serif;
  letter-spacing: 2px;
  white-space: nowrap;
}

.deck-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 235px;
  height: 330px;
  padding: 26px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 35px 70px #0008;
  transition: transform .5s cubic-bezier(.2,.8,.2,1);
}

.deck-card > span {
  font: 700 76px/1 "DM Sans", sans-serif;
  letter-spacing: -5px;
}

.deck-card small {
  font: 700 11px/1.45 "DM Sans", sans-serif;
  letter-spacing: 1px;
}

.deck-a { background: var(--studio-pink); color: #181818; transform: translate(-125%, -52%) rotate(-15deg); }
.deck-b { background: var(--studio-blue); color: white; transform: translate(-88%, -50%) rotate(-8deg); }
.deck-c { background: var(--studio-orange); color: #181818; transform: translate(-48%, -50%) rotate(-2deg); }
.deck-main { background: var(--studio-white); color: #181818; transform: translate(-5%, -50%) rotate(4deg); z-index: 2; }
.deck-main > span { font-size: 112px; }
.deck-d { background: var(--studio-acid); color: #181818; transform: translate(38%, -47%) rotate(13deg); }

.hero-art:hover .deck-a { transform: translate(-135%, -55%) rotate(-19deg); }
.hero-art:hover .deck-b { transform: translate(-94%, -53%) rotate(-10deg); }
.hero-art:hover .deck-main { transform: translate(0%, -54%) rotate(2deg); }
.hero-art:hover .deck-d { transform: translate(48%, -48%) rotate(17deg); }

.section {
  max-width: 1240px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-number {
  color: #777770;
  letter-spacing: 1.7px;
}

.section h2 {
  font-size: clamp(42px, 5.2vw, 74px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.featured-grid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 310px 310px;
}

.featured-card {
  border-radius: 3px;
  padding: 34px;
  border: 1px solid #181818;
  box-shadow: 8px 8px 0 #181818;
}

.featured-card:first-child { background: var(--studio-acid); }
.featured-card:nth-child(2) { background: var(--studio-orange); }
.featured-card:nth-child(3) { background: var(--studio-blue); color: white; }
.featured-card:nth-child(3) p { color: #dfe6ff; }
.featured-card:nth-child(3) .arrow { border-color: white; }

.featured-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 12px 12px 0 #181818;
}

.service-icon, .mini-icon {
  border-radius: 50%;
  box-shadow: none;
}

.mini-section {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1184px) / 2));
  padding-right: max(28px, calc((100vw - 1184px) / 2));
  background: #efeee7;
  border-top: 1px solid #181818;
}

.mini-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  border: 0;
}

.mini-item {
  position: relative;
  min-height: 270px;
  padding: 24px;
  border: 1px solid #181818;
  background: #faf9f3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transition: transform .25s, background .25s, color .25s;
}

.mini-item:nth-child(4n+1) { background: #fff1a8; }
.mini-item:nth-child(4n+2) { background: #dfe6ff; }
.mini-item:nth-child(4n+3) { background: #ffd7e5; }
.mini-item:nth-child(4n) { background: #dff6d7; }

.mini-item.live:hover {
  transform: rotate(-1deg) translateY(-5px);
  background: var(--studio-black);
  color: white;
}

.mini-index {
  position: absolute;
  top: 22px;
  right: 22px;
  font: 600 11px "DM Sans", sans-serif;
  letter-spacing: 1px;
}

.mini-icon {
  width: 62px;
  height: 62px;
  margin-bottom: auto;
  border: 1px solid #181818;
  font-size: 27px;
}

.mini-copy h3 {
  font-size: 22px;
  letter-spacing: -.8px;
  margin-bottom: 7px;
}

.mini-copy p {
  min-height: 42px;
  color: #65655f;
  line-height: 1.55;
  white-space: normal;
  max-width: none;
  overflow: visible;
  text-overflow: clip;
}

.mini-item:hover .mini-copy p { color: #bcbcb5; }

.mini-state,
.mini-item.live .mini-state {
  margin-top: 18px;
  padding: 0;
  background: none;
  color: inherit;
  font: 700 10px "DM Sans", sans-serif;
  letter-spacing: 1.4px;
}

.coming-note { display: none; }

.creator-section {
  background: var(--studio-black);
  border-top: 1px solid #444;
}

.creator-item { transition: padding .25s, background .25s; }
.creator-item:hover { padding-left: 16px; padding-right: 16px; background: #252525; }

.project-list { grid-template-columns: repeat(3, 1fr); }
.project-item {
  min-height: 150px;
  border-radius: 0;
  border-color: #181818;
  background: transparent;
}

.project-item:hover { background: var(--studio-acid); border-color: #181818; }

.closing {
  max-width: 1184px;
  border-radius: 0;
  background: var(--studio-orange);
  border: 1px solid #181818;
  box-shadow: 12px 12px 0 #181818;
}

footer { max-width: 1240px; }

.featured-card:nth-child(2) p { color: #181818; }
.featured-card:nth-child(3) p { color: #ffffff; }

.mini-copy h3,
.mini-copy p,
.project-item h3,
.project-item p {
  overflow-wrap: anywhere;
}

.load-fallback {
  grid-column: 1 / -1;
  margin: 0;
  padding: 28px;
  border: 1px dashed #777770;
  color: #65655f;
  line-height: 1.7;
}

.load-fallback-dark { color: #d2d2cb; }

a:focus-visible {
  outline: 4px solid #ffffff;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #181818;
}

.mini-item:focus-visible,
.featured-card:focus-visible,
.project-item:focus-visible {
  outline-color: var(--studio-blue);
  box-shadow: 0 0 0 7px #ffffff;
}

.site-header > a,
.hero-actions a,
.footer-brand,
.footer-links a,
.closing a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 64px 22px 40px;
  }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-art { height: 430px; transform: scale(.78); margin: -20px -90px; }
  .mini-list { grid-template-columns: repeat(2, 1fr); }
  .project-list { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-header { padding: 0 20px; }
  .hero { min-height: auto; }
  .hero-description { font-size: 15px; }
  .hero-art { height: 350px; transform: scale(.63); margin: -40px -130px -25px; }
  .deck-card { width: 210px; height: 290px; }
  .section { padding: 80px 20px; }
  .section h2 { font-size: 42px; }
  .section-heading { margin-bottom: 32px; }
  .featured-card, .featured-card:first-child { min-height: 260px; box-shadow: 5px 5px 0 #181818; }
  .mini-section { padding-left: 16px; padding-right: 16px; }
  .mini-list { grid-template-columns: 1fr 1fr; gap: 8px; }
  .mini-item { min-height: 230px; padding: 17px; }
  .mini-index { top: 16px; right: 16px; }
  .mini-icon { width: 52px; height: 52px; font-size: 23px; }
  .mini-copy h3 { font-size: 18px; }
  .mini-copy p { white-space: normal; max-width: none; font-size: 11px; }
  .mini-state, .mini-item.live .mini-state { font-size: 9px; }
  .closing { margin-left: 20px; margin-right: 20px; box-shadow: 7px 7px 0 #181818; }
}
