.utility-page {
  background: var(--urban-paper);
  color: var(--urban-black);
}

.utility-page main {
  overflow: clip;
  font-family: var(--urban-text);
}

.utility-page main a:focus-visible {
  outline: 3px solid var(--urban-pink);
  outline-offset: 5px;
}

.utility-eyebrow {
  margin: 0;
  color: var(--urban-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.contact-page-main {
  background: var(--urban-orange);
}

.contact-hero {
  min-height: calc(100svh - 96px);
  padding: clamp(58px, 8vw, 118px) var(--urban-pad) clamp(78px, 9vw, 132px);
}

.contact-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(300px, .68fr);
  gap: clamp(40px, 8vw, 132px);
  align-items: end;
  padding-bottom: clamp(52px, 7vw, 96px);
  border-bottom: 1px solid rgba(21, 29, 55, .5);
}

.contact-hero-copy > *,
.coming-hero > * {
  min-width: 0;
}

.contact-hero h1 {
  max-width: 950px;
  margin: 24px 0 0;
  color: var(--maestros-ink);
  font-size: clamp(72px, 10vw, 156px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .78;
  text-transform: uppercase;
}

.contact-hero-intro {
  max-width: 520px;
  padding-bottom: 4px;
  color: #2d251e;
  font-family: var(--urban-serif);
  font-size: clamp(19px, 1.55vw, 25px);
  line-height: 1.45;
}

.contact-board {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: clamp(42px, 5.5vw, 78px);
  border-top: 1px solid var(--maestros-ink);
  border-left: 1px solid var(--maestros-ink);
  font-style: normal;
}

.contact-channel {
  position: relative;
  min-height: 250px;
  padding: clamp(28px, 3vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  border-right: 1px solid var(--maestros-ink);
  border-bottom: 1px solid var(--maestros-ink);
  background: transparent;
  color: var(--maestros-ink);
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.contact-channel:nth-child(1) { grid-column: span 7; background: var(--urban-blue); color: var(--urban-white); }
.contact-channel:nth-child(2) { grid-column: span 5; background: var(--urban-paper); }
.contact-channel:nth-child(n+3) { grid-column: span 4; }
.contact-channel:nth-child(4) { background: var(--urban-pink); }

.contact-channel:hover {
  z-index: 1;
  background: var(--maestros-ink);
  color: var(--urban-white);
  transform: translateY(-4px);
}

.contact-channel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.contact-channel-label {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.contact-channel-arrow {
  font-size: 27px;
  line-height: 1;
}

.contact-channel strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: clamp(27px, 3.25vw, 50px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: .92;
}

.contact-channel p {
  max-width: 480px;
  margin-top: 17px;
  font-family: var(--urban-serif);
  font-size: 16px;
  line-height: 1.45;
}

.coming-page-main {
  min-height: calc(100svh - 96px);
  background: var(--urban-paper);
}

.coming-hero {
  min-height: calc(100svh - 96px);
  padding: clamp(58px, 7vw, 104px) var(--urban-pad) clamp(70px, 8vw, 120px);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: center;
}

.coming-copy h1 {
  max-width: 850px;
  margin: 26px 0 0;
  color: var(--urban-black);
  font-size: clamp(76px, 10.2vw, 156px);
  font-weight: 400;
  letter-spacing: -.085em;
  line-height: .76;
  text-transform: uppercase;
}

.coming-copy h1 strong {
  color: var(--urban-blue);
  font-weight: 850;
}

.coming-note {
  align-self: end;
  padding: clamp(38px, 5vw, 72px);
  background: var(--urban-orange);
  color: var(--maestros-ink);
}

.magazine-coming .coming-note {
  background: var(--urban-blue);
  color: var(--urban-white);
}

.coming-note p {
  max-width: 530px;
  font-family: var(--urban-serif);
  font-size: clamp(21px, 2vw, 30px);
  line-height: 1.4;
}

.coming-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.coming-actions a {
  min-height: 58px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.coming-actions a:first-child {
  border-color: var(--maestros-ink);
  background: var(--maestros-ink);
  color: var(--urban-white);
}

.magazine-coming .coming-actions a:first-child {
  border-color: var(--urban-orange);
  background: var(--urban-orange);
  color: var(--maestros-ink);
}

.coming-actions a:hover {
  background: var(--urban-pink);
  color: var(--maestros-ink);
}

@media (max-width: 980px) {
  .contact-hero-copy,
  .coming-hero {
    grid-template-columns: 1fr;
  }

  .contact-hero-intro {
    max-width: 700px;
  }

  .contact-channel:nth-child(1),
  .contact-channel:nth-child(2) {
    grid-column: span 6;
  }

  .contact-channel:nth-child(n+3) {
    grid-column: span 12;
    min-height: 210px;
  }

  .coming-note {
    max-width: 720px;
  }
}

@media (max-width: 640px) {
  .contact-hero,
  .coming-hero {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-hero h1,
  .coming-copy h1 {
    font-size: clamp(52px, 16.5vw, 82px);
  }

  .contact-board {
    grid-template-columns: 1fr;
    margin-right: -20px;
    margin-left: -20px;
    border-left: 0;
  }

  .contact-channel:nth-child(n) {
    grid-column: auto;
    min-height: 210px;
    border-right: 0;
  }

  .contact-channel {
    padding: 26px 20px;
  }

  .contact-channel:hover {
    transform: none;
  }

  .coming-note {
    margin-right: -20px;
    margin-left: -20px;
    padding: 36px 20px;
  }

  .coming-actions {
    flex-direction: column;
  }

  .coming-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-channel,
  .coming-actions a {
    transition: none;
  }

  .contact-channel:hover {
    transform: none;
  }
}
