/* Focused polish for the homepage Why section. */

.why-gold {
  overflow: clip;
  padding-block: clamp(5.5rem, 7vw, 7.5rem);
}

.why-gold__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  align-items: stretch;
  gap: clamp(2.75rem, 5vw, 4.75rem);
  margin-bottom: clamp(4.5rem, 5.5vw, 4.75rem);
}

.why-gold__media {
  min-width: 0;
}

.why-gold__wide-image {
  height: 100%;
  aspect-ratio: 1.35;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: 0 1.25rem 3.5rem rgba(44, 32, 20, 0.09);
}

.why-gold__wide-image picture,
.why-gold__wide-image img {
  width: 100%;
  height: 100%;
}

.why-gold__wide-image img {
  object-fit: cover;
}

.why-gold__wide-image:hover img {
  transform: none;
}

.why-gold__statement {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 3.4vw, 3.25rem);
  border: var(--line);
  background: var(--paper);
}

.why-gold__statement-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 2.3rem + 1.8vw, 3.75rem);
  font-weight: 500;
  letter-spacing: var(--tracking-display);
  line-height: 1.06;
  text-wrap: balance;
}

.why-gold__statement-title span {
  display: block;
}

.why-gold__statement-title span:last-child {
  color: var(--warm-gold);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  letter-spacing: var(--tracking-display);
}

.why-gold__statement-body {
  max-width: 24rem;
  margin: 1.35rem 0 0;
  color: var(--muted-ink);
  font-family: var(--font-body);
  font-size: var(--type-body);
  font-weight: 400;
  letter-spacing: 0;
  line-height: var(--leading-body);
}

.why-gold__statement-link {
  min-height: 3rem;
  gap: 1.75rem;
  margin-top: clamp(2rem, 3vw, 2.5rem);
  padding-block: 0.25rem;
  font-size: var(--type-ui);
}

.why-gold__intro {
  display: grid;
  justify-items: center;
  max-width: min(var(--measure-wide), 100%);
  margin-inline: auto;
  text-align: center;
}

.why-gold__intro .eyebrow {
  margin-bottom: 1rem;
  font-size: var(--type-label);
  font-weight: 600;
  letter-spacing: var(--tracking-label);
}

.why-gold__intro h3 {
  max-width: 48rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: 500;
  letter-spacing: var(--tracking-display);
  line-height: var(--leading-heading);
  text-wrap: balance;
}

.why-gold__intro .large-copy {
  max-width: var(--measure-wide);
  margin: 0;
  color: var(--muted-ink);
  font-family: var(--font-body);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  text-wrap: pretty;
}

@media (max-width: 62rem) {
  .why-gold {
    padding-block: 5rem;
  }

  .why-gold__showcase {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    max-width: 46rem;
    margin-inline: auto;
    margin-bottom: 4rem;
  }

  .why-gold__wide-image {
    aspect-ratio: 3 / 2;
  }

  .why-gold__statement {
    min-height: auto;
    padding: 2.75rem;
  }

  .why-gold__statement-title {
    font-size: clamp(2.85rem, 6.5vw, 3.75rem);
  }

  .why-gold__statement-body {
    max-width: 30rem;
  }
}

@media (max-width: 44rem) {
  .why-gold {
    padding-block: 3.75rem;
  }

  .why-gold__showcase {
    gap: 1.25rem;
    margin-bottom: 3.75rem;
  }

  .why-gold__wide-image {
    aspect-ratio: 4 / 3;
  }

  .why-gold__statement {
    padding: 1.5rem;
  }

  .why-gold__statement-title {
    font-size: clamp(2.65rem, 13vw, 3.4rem);
    line-height: 0.99;
  }

  .why-gold__statement-body {
    margin-top: 1.15rem;
    font-size: 1.0625rem;
    line-height: 1.65;
  }

  .why-gold__statement-link {
    width: 100%;
    min-height: 3rem;
    justify-content: space-between;
    margin-top: 1.5rem;
  }

  .why-gold__intro .eyebrow {
    margin-bottom: 0.875rem;
  }

  .why-gold__intro h3 {
    max-width: 16ch;
    margin-bottom: 1.25rem;
    font-size: clamp(2.3rem, 10.5vw, 3rem);
    line-height: 1.07;
  }

  .why-gold__intro .large-copy {
    font-size: 1.0625rem;
    line-height: 1.65;
  }
}

@media (max-width: 30rem) {
  .why-gold__statement {
    padding: 1.35rem;
  }
}
