/* IPN Impact Honours — page accents using site tokens */

.impact-honours-page .ih-intro-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.impact-honours-page .ih-intro-title {
  line-height: 1.2;
}

.impact-honours-page .ih-intro-lead,
.impact-honours-page .ih-intro-closing {
  font-size: 18px;
  line-height: 1.75;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.impact-honours-page .ih-highlight {
  background: linear-gradient(
    135deg,
    rgba(49, 40, 31, 0.04) 0%,
    rgba(248, 208, 179, 0.35) 100%
  );
  border: 1px solid rgba(49, 40, 31, 0.08);
  border-radius: 16px;
  padding: 48px 40px;
}

.impact-honours-page .ih-stat-block {
  text-align: center;
  padding: 20px 16px;
}

.impact-honours-page .ih-stat-value {
  display: block;
  font-size: clamp(48px, 8vw, 72px);
  font-weight: 600;
  line-height: 1;
  color: var(--tp-theme-primary, #31281f);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.impact-honours-page .ih-stat-label {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: rgba(49, 40, 31, 0.65);
  line-height: 1.45;
  max-width: 220px;
  margin: 0 auto;
}

.impact-honours-page .ih-pillar {
  height: 100%;
  padding: 32px 28px;
  border-radius: 12px;
  border: 1px solid rgba(49, 40, 31, 0.1);
  background: rgba(255, 255, 255, 0.7);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.impact-honours-page .ih-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 40, 31, 0.18);
  box-shadow: 0 18px 40px rgba(49, 40, 31, 0.08);
}

.impact-honours-page .ih-pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: var(--tp-theme-secondary, #f8d0b3);
  color: var(--tp-theme-primary, #31281f);
  margin-bottom: 22px;
  font-size: 22px;
}

.impact-honours-page .ih-pillar h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.35;
}

.impact-honours-page .ih-pillar p {
  margin-bottom: 0;
  color: rgba(49, 40, 31, 0.7);
  line-height: 1.7;
  font-size: 15px;
}

.impact-honours-page .ih-partner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(49, 40, 31, 0.1);
  background: #fff;
}

.impact-honours-page .ih-partner-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 40px 32px;
  background: linear-gradient(160deg, #fff8f3 0%, #f8d0b3 100%);
  text-align: center;
}

.impact-honours-page .ih-partner-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
}

.impact-honours-page .ih-partner-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(49, 40, 31, 0.55);
}

.impact-honours-page .ih-partner-body {
  padding: 40px 36px;
}

.impact-honours-page .ih-partner-body h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1.3;
}

.impact-honours-page .ih-partner-body p {
  margin-bottom: 18px;
  color: rgba(49, 40, 31, 0.72);
  line-height: 1.75;
  font-size: 16px;
}

.impact-honours-page .ih-partner-body p:last-child {
  margin-bottom: 0;
}

.impact-honours-page .ih-partner-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-weight: 500;
  color: var(--tp-theme-primary, #31281f);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.impact-honours-page .ih-partner-link:hover {
  color: rgba(49, 40, 31, 0.75);
}

.impact-honours-page .ih-ripple {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: center;
  margin-top: 36px;
}

.impact-honours-page .ih-ripple span {
  font-size: 15px;
  font-weight: 500;
  color: var(--tp-theme-primary, #31281f);
  position: relative;
  padding-left: 18px;
}

.impact-honours-page .ih-ripple span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tp-common-yellow, #fdc93a);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .impact-honours-page .ih-highlight {
    padding: 56px 56px;
  }
}

@media only screen and (min-width: 992px) {
  .impact-honours-page .ih-partner {
    grid-template-columns: minmax(260px, 340px) 1fr;
  }

  .impact-honours-page .ih-partner-body {
    padding: 48px 48px;
  }

  .impact-honours-page .ih-partner-logo {
    padding: 48px 36px;
  }
}
