.brand {
  display: block;
  width: auto;
  padding: 2px 0;
  background: transparent;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: .01em;
  text-shadow: 0 1px 12px rgba(0,0,0,.45);
}

.hero-art img,
.glow {
  animation: none;
}

.glow {
  display: none;
}

.brand i {
  display: none;
}

.collection-status {
  display: block;
  margin-top: 6px;
  color: var(--wine);
  font-weight: 700;
}

.art-card p {
  max-width: 250px;
}

.footer-wordmark {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  margin: 0 0 14px;
}

.footer-wordmark + p {
  color: #d0c2b5;
  margin-top: 0;
}

.career {
  background: #191412;
  color: var(--cream);
  padding: clamp(80px, 10vw, 145px) 5vw;
}

.career-heading {
  display: grid;
  grid-template-columns: .8fr 2.2fr;
  gap: 4vw;
  align-items: end;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.career-heading .eyebrow {
  margin: 0;
}

.career-heading h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
  margin: 0;
}

.career-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 42px 0 48px;
}

.career-list article {
  min-height: 170px;
  padding: 4px 28px 24px 0;
  border-right: 1px solid rgba(255,255,255,.2);
}

.career-list article:not(:first-child) {
  padding-left: 28px;
}

.career-list article:last-child {
  border-right: 0;
}

.career-list span {
  display: block;
  color: #f2a653;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.career-list h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 8px;
}

.career-list p {
  color: #d6cbc2;
  font-size: .9rem;
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 850px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand {
    width: auto;
    font-size: 1.45rem;
  }

  .hero {
    min-height: 92svh;
    padding: 100px 24px 34px;
  }

  .hero .eyebrow {
    font-size: .68rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 12vw, 4.25rem);
    line-height: .98;
    max-width: 8.5em;
  }

  .hero .intro {
    font-size: 1rem;
    line-height: 1.4;
    margin: 16px 0 20px;
    max-width: 22rem;
  }

  .hero .button {
    padding: 13px 18px;
  }

  .scroll-cue {
    display: none;
  }

  .career {
    padding: 76px 24px;
  }

  .career-heading,
  .career-list {
    display: block;
  }

  .career-heading h2 {
    margin-top: 8px;
  }

  .career-list {
    margin: 35px 0 42px;
  }

  .career-list article,
  .career-list article:not(:first-child) {
    min-height: 0;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
}
