body[data-page="colabora"] {
  background:
    linear-gradient(120deg, rgba(246, 196, 0, 0.1), transparent 32%),
    var(--paper);
}

.collaborate-hero {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100% - var(--max)) / 2));
  padding-right: max(18px, calc((100% - var(--max)) / 2));
  padding-top: 28px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
  align-items: start;
  text-align: center;
  background:
    linear-gradient(115deg, rgba(246, 196, 0, 0.1), transparent 34%),
    #ffffff;
  border-bottom: 1px solid rgba(6, 6, 6, 0.08);
}

.collaborate-hero > * {
  min-width: 0;
}

.collaborate-hero .reveal {
  width: 100%;
}

.collaborate-hero .kicker {
  margin-left: auto;
  margin-right: auto;
}

.collaborate-hero p:not(.kicker) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  color: var(--muted-dark);
  font-size: 18px;
}

.collaborate-hero h1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(38px, 4.45vw, 62px);
  line-height: 1.02;
}

.collaborate-title {
  display: grid;
  gap: 0;
}

.collaborate-title span {
  display: block;
  max-width: 100%;
  text-wrap: balance;
}

.collaborate-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.collaborate-actions .btn {
  appearance: none;
}

.format-icon em {
  display: block;
  color: var(--yellow);
  font-weight: 950;
}

.creator-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.creator-type-card {
  min-height: 390px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.creator-type-card-dark {
  color: var(--white);
  background: #000000;
  border-color: rgba(246, 196, 0, 0.32);
}

.creator-type-head {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 20px;
  align-items: start;
}

.creator-type-card .creator-type-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  color: var(--yellow);
  border: 2px solid var(--yellow);
  border-radius: 50%;
}

.creator-type-card .creator-type-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.creator-type-card h2 {
  margin-bottom: 12px;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 0.98;
}

.creator-type-card p {
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.55;
}

.creator-type-card-dark p {
  color: var(--muted);
}

.creator-type-columns {
  margin-top: 0;
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  border-top: 1px solid rgba(6, 6, 6, 0.12);
}

.creator-type-card-dark .creator-type-columns {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.creator-type-columns > div + div {
  padding-left: 26px;
  border-left: 1px solid rgba(6, 6, 6, 0.12);
}

.creator-type-card-dark .creator-type-columns > div + div {
  border-left-color: rgba(255, 255, 255, 0.16);
}

.creator-type-card h3 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--yellow);
  font-size: 18px;
  line-height: 1.1;
}

.creator-type-card h3 span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}

.creator-type-card h3 svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.creator-type-card ul {
  display: grid;
  gap: 12px;
  padding-left: 18px;
  color: var(--muted-dark);
  line-height: 1.45;
}

.creator-type-card-dark ul {
  color: var(--muted);
}

.creator-type-card li::marker,
.format-grid li::marker {
  color: var(--yellow);
}

.format-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.format-grid article {
  min-height: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.format-icon {
  width: 100%;
  height: 58px;
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  color: var(--yellow);
  border: 0;
  border-radius: 0;
}

.format-icon svg {
  order: 2;
  width: 44px;
  height: 44px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.format-icon em {
  order: 1;
  position: static;
  font-style: normal;
  font-size: 24px;
  line-height: 0.95;
  letter-spacing: 0;
}

.format-grid strong {
  display: block;
  margin: 0 0 12px;
  color: var(--white);
  font-size: 22px;
  line-height: 1.1;
}

.format-grid b {
  display: block;
  margin-bottom: 12px;
  color: var(--yellow);
  font-size: 15px;
  line-height: 1.3;
}

.format-grid p {
  color: var(--muted);
}

.contact-points {
  margin-top: 18px;
  display: grid;
  gap: 16px;
  list-style: none;
}

.contact-points li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: start;
  color: var(--muted);
  line-height: 1.55;
}

.contact-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--yellow);
  border-radius: 50%;
}

.contact-icon svg,
.mail-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cta-panel .btn-light {
  gap: 10px;
}

.mail-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
}

.cta-panel {
  margin-top: 58px;
}

body.creator-map-open {
  overflow: hidden;
}

.creator-map-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  padding: 24px;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.creator-map-modal.is-open {
  pointer-events: auto;
  opacity: 1;
}

.creator-map-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.creator-map-dialog {
  position: relative;
  width: min(96vw, 1120px);
  max-height: min(92vh, 780px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(246, 196, 0, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.46);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.2s ease;
}

.creator-map-modal.is-open .creator-map-dialog {
  transform: translateY(0) scale(1);
}

.creator-map-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--black);
  background: var(--yellow);
  border: 1px solid rgba(6, 6, 6, 0.14);
  border-radius: 999px;
  cursor: pointer;
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.creator-map-header {
  padding: 22px 72px 18px 24px;
  border-bottom: 1px solid var(--line-dark);
}

.creator-map-header .kicker {
  margin-bottom: 10px;
}

.creator-map-header h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.creator-map-image-shell {
  min-height: 0;
  padding: 16px;
  display: grid;
  place-items: center;
  overflow: auto;
  background: var(--paper);
}

.creator-map-image-shell img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(92vh - 136px);
  display: block;
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
}

@media (max-width: 980px) {
  .collaborate-hero,
  .creator-type-grid {
    grid-template-columns: 1fr;
  }

  .format-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .collaborate-title span {
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .creator-type-head,
  .creator-type-columns,
  .format-grid {
    grid-template-columns: 1fr;
  }

  .creator-type-card {
    min-height: 0;
    padding: 26px;
  }

  .creator-type-columns > div + div {
    padding: 18px 0 0;
    border-top: 1px solid rgba(6, 6, 6, 0.12);
    border-left: 0;
  }

  .creator-type-card-dark .creator-type-columns > div + div {
    border-top-color: rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .creator-map-modal {
    padding: 12px;
  }

  .creator-map-dialog {
    max-height: 94vh;
  }

  .creator-map-header {
    padding: 18px 62px 14px 18px;
  }

  .creator-map-image-shell {
    padding: 10px;
  }

  .creator-map-image-shell img {
    max-height: calc(94vh - 120px);
  }
}
