.profile-pair {
  display: flex;
  flex-direction: column;
  gap: clamp(8rem, 16vw, 14rem);
  padding: clamp(7rem, 12vw, 11rem) clamp(1.4rem, 7vw, 7rem);
  background: #090909;
  overflow: hidden;
}

.profile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.62fr);
  gap: 0 clamp(2rem, 5vw, 5rem);
  width: min(1180px, 90vw);
}

.profile--mike {
  align-self: flex-start;
  grid-template-columns: minmax(520px, 0.9fr) minmax(0, 1fr);
  width: 100%;
}

.profile--mike .profile-bio {
  width: 100%;
  max-width: none;
  padding-right: clamp(2rem, 5vw, 5rem);
}

.profile--stacey {
  align-self: flex-end;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.9fr);
  grid-template-areas: "bio portrait";
  width: 100%;
  margin-left: 0;
}

.profile h1,
.profile h2 {
  grid-column: 1 / -1;
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  color: #f1ede7;
  font: 400 clamp(2.4rem, 5vw, 4.8rem) / 0.95 "Italiana", serif;
}

.profile--stacey h2 {
  font-size: clamp(2rem, 3.7vw, 4rem);
  text-align: right;
  white-space: nowrap;
}

.profile--stacey .profile-portrait-unit {
  grid-area: portrait;
  align-self: start;
  width: 100%;
}

.profile--stacey .profile-portrait-unit h2 {
  margin-top: 0;
}

.profile-frames {
  display: flex;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  min-height: 350px;
  padding: 2rem 1rem;
}

.profile--stacey .profile-frames {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: max-content;
  gap: 1.25rem;
  transform: none;
}

.profile--stacey .profile-frame {
  width: clamp(140px, 19vw, 215px);
}

.profile-frame-row {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.75rem);
}

.profile--stacey .profile-frame--top {
  transform: rotate(-4deg);
}

.profile--stacey .profile-frame-row--bottom .profile-frame:first-child {
  transform: rotate(4deg) translateY(-6px);
}

.profile--stacey .profile-frame-row--bottom .profile-frame:last-child {
  transform: rotate(-3deg) translateY(8px);
}

.profile--stacey .profile-frame-row--bottom {
  margin-top: -28px;
}

.profile--mike .profile-frames {
  display: grid;
  grid-template-columns: repeat(2, clamp(140px, 19vw, 215px));
  justify-content: start;
  gap: 1.25rem clamp(1rem, 2vw, 1.75rem);
  transform: translate(32px, -16px);
}

.profile--mike .profile-frame {
  width: clamp(140px, 19vw, 215px);
}

.profile--mike .profile-frame:nth-child(1) {
  grid-column: 1 / -1;
  justify-self: center;
  transform: rotate(-4deg);
}

.profile--mike .profile-frame:nth-child(2) {
  transform: rotate(4deg) translateY(-6px);
}

.profile--mike .profile-frame:nth-child(3) {
  transform: rotate(-3deg) translateY(8px);
}

.profile-frame {
  display: grid;
  overflow: hidden;
  width: clamp(125px, 17vw, 190px);
  aspect-ratio: 4 / 5;
  place-items: center;
  border: 8px solid #2a211b;
  outline: 1px solid rgba(215, 166, 117, 0.7);
  outline-offset: -4px;
  background: linear-gradient(145deg, #181818, #0d0d0d);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.45);
  color: #716b66;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease;
}

.profile-frame:nth-child(1) {
  transform: rotate(-7deg) translateY(-34px);
}

.profile-frame:nth-child(2) {
  transform: rotate(4deg) translateY(18px);
}

.profile-frame:nth-child(3) {
  transform: rotate(-3deg) translateY(-10px);
}

.profile-frame:hover {
  border-color: #49372b;
  transform: rotate(0) translateY(-4px);
}

.profile-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile--mike .mike-photo--portrait img {
  object-position: center 28%;
}

.profile--mike .mike-photo--close img {
  object-position: center 58%;
}

.profile-bio {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  max-width: 620px;
  min-height: 8rem;
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
  padding-top: 1.5rem;
  border-top: 1px solid rgba(192, 126, 78, 0.25);
  color: #aaa;
  line-height: 1.75;
}

.faith-verse {
  padding: clamp(3rem, 6vw, 5rem) 3vw;
  border-top: 1px solid rgba(192, 126, 78, 0.22);
  background: #090909;
  text-align: center;
}

.faith-verse blockquote {
  width: 100%;
  margin: 0 auto 1rem;
  color: #c99a72;
  font: 400 clamp(0.78rem, 3.4vw, 2.8rem) / 1.25 "Parisienne", cursive;
  white-space: nowrap;
}

.faith-verse cite {
  color: #a99380;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.profile--stacey .profile-bio {
  grid-area: bio;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0;
  padding: 1.5rem clamp(2rem, 5vw, 5rem) 1.5rem 0;
  text-align: left;
}

@media (max-width: 700px) {
  .profile {
    display: block;
    width: 100%;
  }

  .profile--stacey {
    grid-template-columns: 1fr;
    width: 100%;
    margin-left: 0;
  }

  .profile--mike {
    width: 100%;
  }

  .profile--mike .profile-bio {
    padding-right: 0;
  }

  .profile--stacey h2 {
    white-space: normal;
  }

  .profile--stacey .profile-frames {
    width: auto;
    transform: translate(0, -10px);
  }

  .profile--mike .profile-frames {
    grid-template-columns: repeat(2, min(30vw, 145px));
    transform: translate(10px, -10px);
  }

  .profile--stacey .profile-frame {
    width: min(30vw, 145px);
  }

  .profile--mike .profile-frame {
    width: min(30vw, 145px);
  }

  .profile-frames {
    gap: 1rem;
    min-height: 245px;
    padding: 1.5rem 0.25rem;
  }

  .profile-frame {
    width: min(29vw, 135px);
    border-width: 5px;
  }

  .profile-frame:nth-child(1) {
    transform: rotate(-6deg) translateY(-22px);
  }

  .profile-frame:nth-child(2) {
    transform: rotate(4deg) translateY(18px);
  }

  .profile-frame:nth-child(3) {
    transform: rotate(-3deg) translateY(-8px);
  }
}
