/* Press kit block on Contact */

.press {
  margin: 0 0 clamp(4rem, 10vh, 6.5rem);
  max-width: 42rem;
  scroll-margin-top: 1.5rem;
}

.press-kicker {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--violet-light, #c3aaf5);
  margin: 0 0 0.65rem;
}

.press-title {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #f2edf8;
  margin: 0 0 0.85rem;
}

.press-lead {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.02em;
  color: var(--fog-dim, rgba(226, 221, 234, 0.78));
  margin: 0 0 2rem;
  max-width: 36rem;
}

.press-block {
  padding: 1.6rem 0;
  border-top: 1px solid var(--rule, rgba(217, 210, 226, 0.14));
}

.press-block:last-child {
  border-bottom: 1px solid var(--rule, rgba(217, 210, 226, 0.14));
}

.press-label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.press-label {
  font-size: 0.6rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(242, 237, 248, 0.55);
  margin: 0;
}

.press-block > .press-label {
  margin-bottom: 0.9rem;
}

.press-bio {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.02em;
  color: var(--fog-dim, rgba(226, 221, 234, 0.78));
  margin: 0;
}

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
  margin-top: 0.85rem;
}

.press-btn,
.press-copy {
  font-family: inherit;
  font-size: 0.58rem;
  font-weight: 400;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fog-dim, rgba(226, 221, 234, 0.78));
  background: transparent;
  border: 1px solid rgba(195, 170, 245, 0.4);
  padding: 0.5rem 0.85rem;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.press-btn:hover,
.press-copy:hover {
  color: #f2edf8;
  border-color: var(--violet-light, #c3aaf5);
}

.press-portrait {
  width: min(10.5rem, 42%);
  display: block;
  margin: 0 0 0.55rem;
}

.press-block > p .press-dl {
  margin-top: 0;
}

.press-shots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem 0.85rem;
}

.press-shot {
  margin: 0;
  min-width: 0;
}

.press-shot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.press-shot figcaption {
  margin-top: 0.5rem;
}

.press-shot figcaption p {
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.55;
  color: var(--fog-soft, rgba(226, 221, 234, 0.55));
  margin: 0;
}

.press-shot figcaption .press-shot__title {
  color: var(--fog-dim, rgba(226, 221, 234, 0.78));
}

.press-dl {
  all: unset;
  display: inline;
  font-size: 0.62rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.55;
  color: var(--violet-light, #c3aaf5);
  cursor: pointer;
  border-bottom: 1px solid rgba(195, 170, 245, 0.4);
}

.press-dl:hover {
  color: #f2edf8;
  border-bottom-color: #f2edf8;
}

@media (max-width: 720px) {
  .press-shots {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
