.about div > p {
  color: var(--white);
}

.hero h1,
.star {
  text-shadow: 6px 6px 0 #c88d00;
}

.event-chip {
  box-shadow: 10px 10px 0 #c88d00;
}

@media (min-width: 761px) {
  .kicker {
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(6.8rem, 13vw, 13.3rem);
  }

  .hero h1 small {
    font-size: clamp(1.55rem, 2.7vw, 3rem);
  }

  .subhead {
    align-self: flex-start;
    margin-top: clamp(42px, 7vh, 86px);
    text-align: left;
    font-size: clamp(2rem, 3vw, 3.2rem);
  }

  .event-chip {
    padding: 21px 26px 22px;
    font-size: 13px;
  }

  .event-chip strong {
    font-size: 29px;
  }
}

.gallery {
  background: var(--pale);
  border-bottom: 5px solid var(--blue);
}

.original-art {
  display: grid;
  grid-template-columns: 29% 1fr;
  padding: clamp(70px, 10vw, 130px) 8vw;
  background: var(--blue);
  color: var(--white);
  border-bottom: 5px solid var(--blue);
}

.original-art h2 {
  color: var(--white);
  font-size: clamp(3.2rem, 6.7vw, 7.6rem);
}

.original-art h2 span {
  color: var(--yellow);
}

.original-art div > p {
  max-width: 570px;
  margin: 42px 0 0;
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.gallery-heading {
  padding: clamp(70px, 10vw, 130px) 8vw 65px;
  display: grid;
  grid-template-columns: 29% 1fr;
}

.gallery-heading h2 {
  font-size: clamp(3.2rem, 6.6vw, 7.4rem);
}

.gallery-heading > p:last-child {
  grid-column: 2;
  max-width: 370px;
  margin: 34px 0 0;
  font-weight: 600;
  line-height: 1.35;
}

.artwork-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 5px solid var(--blue);
}

.art-card {
  padding: 18px;
  border-right: 5px solid var(--blue);
  border-bottom: 5px solid var(--blue);
  background: var(--white);
}

.art-card:nth-child(3n) {
  border-right: 0;
}

.art-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: var(--yellow);
}

.art-card__number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  margin: 18px 0 7px;
}

.art-card h3 {
  color: var(--blue);
  font: 400 clamp(1.6rem, 2.3vw, 2.7rem)/.94 var(--black);
  letter-spacing: -.07em;
  margin: 0 0 18px;
}

.art-card p {
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
}

.art-card .price {
  color: var(--orange);
  font-size: 17px;
  font-weight: 700;
  margin-top: 13px;
}

.brand {
  letter-spacing: -.055em;
}

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

.hero h1 small {
  letter-spacing: .02em;
  transform: scaleX(1.23);
  transform-origin: left center;
}

.hero-image img {
  object-position: center top;
}

.hero-copy {
  background: var(--blue);
  color: var(--white);
}

.hero-copy .kicker {
  display: none;
}

.hero h1 {
  color: var(--white);
  text-shadow: 6px 6px 0 #17104d;
}

.original-tagline {
  color: var(--white);
}

.hero-copy .event-chip {
  background: transparent;
  box-shadow: none;
  color: var(--white);
  padding: 0;
  font-size: 20px;
  text-shadow: 2px 2px 0 #17104d;
}

.hero-copy .event-chip strong {
  color: var(--white);
  font-size: 44px;
  text-shadow: 4px 4px 0 #17104d;
}

.original-tagline {
  margin: 16px 0 0;
  color: var(--white);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (min-width: 761px) {
  .hero-copy {
    padding-top: clamp(68px, 6vw, 88px);
    padding-bottom: 78px;
  }

  .original-tagline {
    position: static;
    margin-top: auto;
    margin-bottom: auto;
    font-size: clamp(1.8rem, 2.65vw, 2.75rem);
  }

  .hero-copy .event-chip {
    margin-top: 0;
  }
}

h2 {
  letter-spacing: -.055em;
}

.event-chip strong {
  letter-spacing: -.025em;
}

.art-card h3 {
  letter-spacing: -.045em;
}

@media (max-width: 760px) {
  .original-tagline {
    position: static;
    margin-top: 13px;
    font-size: 14px;
  }

  .gallery-heading {
    display: block;
    padding: 65px 8vw 50px;
  }

  .original-art {
    grid-template-columns: 1fr;
    padding: 65px 8vw;
  }

  .original-art .section-label {
    margin-bottom: 34px;
  }

  .original-art div > p {
    margin-top: 28px;
  }

  .gallery-heading > p:last-child {
    margin-top: 28px;
  }

  .artwork-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .art-card {
    padding: 11px;
    border-right-width: 3px;
    border-bottom-width: 3px;
  }

  .art-card:nth-child(3n) {
    border-right-width: 3px;
  }

  .art-card:nth-child(2n) {
    border-right: 0;
  }

  .art-card__number {
    margin-top: 12px;
  }

  .art-card h3 {
    font-size: clamp(1.4rem, 6vw, 2rem);
    margin-bottom: 13px;
  }

  .art-card p {
    font-size: 11px;
  }

  .art-card .price {
    font-size: 14px;
  }
}
