.website-hero {
  min-height: min(760px, 88vh);
  background: linear-gradient(115deg, #07031d 0%, #16082d 58%, #3b1039 100%);
  border-bottom: 1px solid rgba(255, 44, 141, 0.35);
}

.website-hero__content {
  max-width: 800px;
  padding: clamp(5rem, 11vh, 8rem) 0 6rem;
}

.website-eyebrow {
  color: #ff6aad;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.website-hero h1 {
  max-width: 760px;
  margin-top: 1rem;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  line-height: 1.02;
}

.website-hero__content > p:not(.website-eyebrow) {
  max-width: 690px;
  margin-top: 1.5rem;
  color: var(--white-78);
  font-size: 1.15rem;
}

.website-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.website-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  font-weight: 600;
}

.website-button--primary {
  border-color: #ff3e95;
  background: #ff3e95;
}

.website-band {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background: #080522;
}

.website-section-heading {
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.website-section-heading h2,
.website-connected h2,
.website-work h2,
.website-cta h2 {
  margin-top: 0.7rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.12;
}

.website-section-heading > p:last-child,
.website-connected p:not(.website-eyebrow),
.website-work p,
.website-connected__list {
  margin-top: 1rem;
  color: var(--white-72);
}

.website-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.13);
}

.website-option {
  min-height: 260px;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  background: #10092f;
}

.website-option span {
  color: #ff6aad;
  font-size: 0.82rem;
  font-weight: 700;
}

.website-option h3 {
  margin-top: 2.4rem;
  font-size: 1.35rem;
}

.website-option p {
  margin-top: 0.8rem;
  color: var(--white-72);
}

.website-band--connected {
  background: #12082d;
}

.website-connected,
.website-work,
.website-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
}

.website-connected__list {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.website-connected__list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.website-text-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #ff6aad;
  font-weight: 700;
}

.website-band--work {
  background: #05031a;
}

.website-work__image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: #fff;
}

.website-work p + p {
  margin-top: 1rem;
}

.website-cta {
  padding: 4.5rem 0;
  background: #281037;
  border-top: 1px solid rgba(255, 44, 141, 0.3);
}

.website-cta__inner {
  grid-template-columns: minmax(0, 1fr) auto;
}

@media (max-width: 780px) {
  .website-hero {
    min-height: auto;
  }

  .website-hero__content {
    padding: 4rem 0 5rem;
  }

  .website-options,
  .website-connected,
  .website-work,
  .website-cta__inner {
    grid-template-columns: 1fr;
  }

  .website-option {
    min-height: 220px;
  }
}
