body.page-template-default.page-about #content,
body.page-id-147 #content {
  background:
    radial-gradient(circle at 8% 10%, color-mix(in srgb, var(--acad-highlight) 9%, transparent), transparent 28rem),
    radial-gradient(circle at 92% 74%, color-mix(in srgb, var(--acad-green) 6%, transparent), transparent 30rem),
    var(--acad-cream);
}

.about-page {
  min-height: calc(100vh - 150px);
  padding-block: clamp(34px, 5vw, 68px) clamp(54px, 7vw, 92px);
  overflow: clip;
}

.about-page .acad-container {
  width: min(100% - clamp(28px, 3vw, 44px), 1200px);
}

.about-profile__card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  min-height: 590px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--acad-green) 11%, transparent);
  border-radius: clamp(22px, 3vw, 32px);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 28px 72px rgba(7, 49, 46, 0.13);
}

.about-profile__copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 82px);
  animation: aboutReveal 620ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-profile__copy::after {
  position: absolute;
  bottom: clamp(34px, 5vw, 58px);
  left: clamp(42px, 7vw, 82px);
  width: 74px;
  height: 4px;
  border-radius: 999px;
  background: var(--acad-highlight);
  content: "";
}

.about-profile__eyebrow {
  margin: 0 0 14px;
  color: var(--acad-highlight);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.about-profile h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--acad-green);
  font-size: clamp(3rem, 5.7vw, 5rem);
  line-height: 0.98;
}

.about-profile__role {
  max-width: 37ch;
  margin: 24px 0 0;
  color: var(--acad-text);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}

.about-profile__contact {
  display: grid;
  gap: 5px;
  align-self: flex-start;
  margin-top: 34px;
  padding: 15px 20px;
  border-left: 4px solid var(--acad-highlight);
  border-radius: 0 var(--acad-radius-sm) var(--acad-radius-sm) 0;
  background: color-mix(in srgb, var(--acad-cream) 74%, #fff);
}

.about-profile__contact-label {
  color: var(--acad-text);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-profile__contact a {
  color: var(--acad-green);
  font-size: 1rem;
  font-weight: 700;
  text-decoration-color: color-mix(in srgb, var(--acad-highlight) 70%, transparent);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.about-profile__contact-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-profile__scholar-link {
  display: inline-grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--acad-highlight) 55%, var(--acad-green));
  border-radius: 50%;
  background: #fff;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.about-profile__scholar-link svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.about-profile__portrait {
  position: relative;
  display: grid;
  min-width: 0;
  margin: 0;
  padding: clamp(34px, 5vw, 58px);
  place-items: center;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    var(--acad-green);
  background-size: 42px 42px, 42px 42px, auto;
}

.about-profile__portrait::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--acad-highlight) 24%, transparent), transparent 38%);
  content: "";
}

.about-profile__portrait-frame {
  position: relative;
  width: min(100%, 390px);
  animation: aboutPortraitIn 720ms 100ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-profile__portrait-frame::before {
  position: absolute;
  inset: 15px -15px -15px 15px;
  border: 2px solid var(--acad-highlight);
  border-radius: 20px;
  content: "";
}

.about-profile__portrait img {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.about-resources {
  display: grid;
  grid-template-columns: minmax(210px, 0.6fr) minmax(0, 1.4fr);
  align-items: stretch;
  gap: clamp(22px, 3vw, 36px);
  margin-top: clamp(24px, 3vw, 36px);
  animation: aboutReveal 620ms 180ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.about-resources__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid color-mix(in srgb, var(--acad-green) 10%, transparent);
  border-radius: var(--acad-radius-lg);
  background: rgba(255, 255, 255, 0.7);
}

.about-resources__header h2 {
  max-width: 8ch;
  margin: 0;
  color: var(--acad-green);
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.05;
}

.about-resources__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.about-resource-card {
  position: relative;
  display: flex;
  min-height: 210px;
  overflow: hidden;
  flex-direction: column;
  padding: 30px;
  border: 1px solid color-mix(in srgb, var(--acad-highlight) 30%, transparent);
  border-radius: var(--acad-radius-lg);
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 105% -10%, color-mix(in srgb, var(--acad-highlight) 22%, transparent), transparent 50%),
    var(--acad-green);
  box-shadow: var(--acad-shadow-soft);
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-resource-card::after {
  position: absolute;
  right: -24px;
  bottom: -50px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "DM Serif Display", serif;
  font-size: 10rem;
  line-height: 1;
  content: "PDF";
  pointer-events: none;
}

.about-resource-card__type {
  color: var(--acad-highlight);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.about-resource-card__title {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: #fff;
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.1;
}

.about-resource-card__action {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  color: #fff;
  font-weight: 700;
}

@media (hover: hover) {
  .about-resource-card:hover {
    box-shadow: var(--acad-shadow);
    transform: translateY(-5px);
  }

  .about-profile__contact a:hover {
    color: color-mix(in srgb, var(--acad-highlight) 82%, var(--acad-green));
  }

  .about-profile__scholar-link:hover {
    border-color: var(--acad-highlight);
    background: var(--acad-highlight);
    color: #fff;
    transform: translateY(-2px);
  }
}

@keyframes aboutReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes aboutPortraitIn {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 860px) {
  .about-profile__card {
    grid-template-columns: 1fr;
  }

  .about-profile__copy {
    min-height: 470px;
  }

  .about-profile__portrait {
    min-height: 550px;
  }

  .about-resources {
    grid-template-columns: 1fr;
  }

  .about-resources__header h2 {
    max-width: none;
  }
}

@media (max-width: 600px) {
  .about-page {
    padding-top: 24px;
  }

  .about-profile__card {
    border-radius: 22px;
  }

  .about-profile__copy {
    min-height: 0;
    padding: 38px 28px 64px;
  }

  .about-profile__copy::after {
    bottom: 34px;
    left: 28px;
  }

  .about-profile h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13vw, 3.6rem);
  }

  .about-profile__role {
    margin-top: 18px;
  }

  .about-profile__contact {
    align-self: stretch;
    margin-top: 26px;
  }

  .about-profile__contact-links {
    justify-content: space-between;
  }

  .about-profile__portrait {
    min-height: 0;
    padding: 28px 34px 42px 26px;
  }

  .about-profile__portrait-frame::before {
    inset: 10px -10px -10px 10px;
  }

  .about-resources__header {
    padding: 26px;
  }

  .about-resources__grid {
    grid-template-columns: 1fr;
  }

  .about-resource-card {
    min-height: 190px;
    padding: 26px;
  }
}
