:root {
  --av-ink: #090c0e;
  --av-paper: #f1e7d6;
  --av-gold: #c6a35f;
  --av-red: #b32b25;
  --av-teal: #1f5a5c;
}

.global-brand img {
  width: min(245px, 48vw) !important;
  max-height: 50px !important;
  object-fit: contain !important;
}

.adam-social-bar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(.75rem, 2vw, 1.5rem);
  min-height: 58px;
  padding: .7rem 1.25rem;
  color: var(--av-paper);
  background:
    linear-gradient(90deg, rgba(179,43,37,.22), transparent 28%, transparent 72%, rgba(31,90,92,.2)),
    var(--av-ink);
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(198,163,95,.32);
}

.adam-social-bar > span {
  color: #cdbfa9;
  font: 600 .58rem/1.2 var(--mono, ui-monospace, monospace);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.adam-social-links {
  display: flex;
  align-items: center;
  gap: .55rem;
}

.adam-social-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 38px;
  padding: .5rem .82rem;
  color: #fff;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  font: 650 .67rem/1 var(--sans, Arial, sans-serif);
  letter-spacing: .035em;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.adam-social-link:hover,
.adam-social-link:focus-visible {
  color: #fff;
  background: rgba(179,43,37,.25);
  border-color: var(--av-gold);
  transform: translateY(-2px);
  outline: none;
}

.adam-social-link img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.adam-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
  margin-top: 1.15rem;
}

.adam-footer-socials .adam-social-link {
  min-height: 35px;
  padding: .45rem .72rem;
}

.adam-footer-socials .adam-social-link img {
  width: 17px;
  height: 17px;
}

.press-hero-logo {
  width: min(720px, 82vw) !important;
  max-height: 148px;
  object-fit: contain !important;
}

/* Keep the author site and the established Iron Road Reader podcast distinct. */
.listen-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 45%, rgba(181, 57, 35, .22), transparent 34%),
    linear-gradient(120deg, #080609 0%, #160b12 58%, #060506 100%);
}

.listen-hero > img {
  inset: 50% clamp(1.5rem, 4vw, 5rem) auto auto !important;
  z-index: 1;
  width: min(42vw, 660px) !important;
  height: auto !important;
  aspect-ratio: 1;
  object-fit: contain !important;
  transform: translateY(-50%);
  border: 1px solid rgba(211, 110, 65, .42);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .62);
}

.listen-overlay {
  z-index: 0;
  background: linear-gradient(90deg, rgba(7, 4, 8, .98) 0%, rgba(18, 8, 15, .94) 48%, rgba(8, 4, 7, .24) 78%, transparent 100%) !important;
}

.listen-hero-copy {
  z-index: 3;
  width: min(58vw, 900px);
  max-width: none !important;
}

.listen-hero h1 {
  font-size: clamp(4.8rem, 8.8vw, 9rem) !important;
}

.listen-hero .studio-id {
  z-index: 4;
  background: rgba(12, 7, 11, .82);
  backdrop-filter: blur(9px);
}

@media (max-width: 680px) {
  .adam-social-bar {
    justify-content: space-between;
    gap: .65rem;
    overflow-x: auto;
    padding: .65rem 1rem;
  }

  .adam-social-bar > span {
    white-space: nowrap;
  }

  .adam-social-links {
    flex: 0 0 auto;
  }

  .adam-social-link {
    padding: .48rem .65rem;
  }

  .adam-social-link span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .listen-hero {
    min-height: auto;
    padding: 4rem 1.25rem;
    flex-direction: column;
    align-items: stretch;
  }

  .listen-hero > img {
    position: relative !important;
    inset: auto !important;
    order: 2;
    width: min(100%, 560px) !important;
    margin: 2.5rem auto 0;
    transform: none;
  }

  .listen-hero-copy {
    order: 1;
    width: 100%;
    padding: 0 !important;
  }

  .listen-hero h1 {
    font-size: clamp(4.35rem, 20vw, 7.4rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .adam-social-link {
    transition: none;
  }
}
