/* ── Remuneration ── */
.remuneration-page .container--gov-sub {
  max-width: min(88%, 52rem);
}

.remuneration-page .gov-subpage__title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.remuneration-content {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.remuneration-table-block + .remuneration-table-block {
  margin-top: clamp(2.75rem, 5.5vw, 4rem);
}

.remuneration-table-block__title {
  margin: 0 0 clamp(1rem, 2vw, 1.25rem);
  font-family: var(--font-family);
  font-size: clamp(1.0625rem, 2vw, 1.1875rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  text-align: left;
  color: var(--color-text);
}

.remuneration-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.remuneration-table {
  width: 100%;
  min-width: 32rem;
  border-collapse: collapse;
  border-top: 1px solid var(--color-text);
  font-size: var(--page-body-size);
  line-height: 1.45;
}

.remuneration-table thead tr:first-child th {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  border-bottom: 1px solid var(--color-text);
  font-weight: 600;
  vertical-align: bottom;
  line-height: 1.25;
}

.remuneration-table thead tr:first-child th:first-child {
  padding-left: 0;
  width: 28%;
}

.remuneration-table thead tr:first-child th[colspan] {
  text-align: center;
}

.remuneration-table thead tr:last-child th {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  border-bottom: 1px solid var(--color-text);
  font-weight: 600;
  vertical-align: bottom;
  line-height: 1.25;
}

.remuneration-table thead tr:last-child th:first-child {
  text-align: left;
  padding-left: 0;
}

.remuneration-table thead tr:last-child th:not(:first-child) {
  text-align: right;
}

.remuneration-table--ceo thead tr:last-child th {
  background-color: #f5f2e9;
}

.remuneration-table tbody tr:not(.remuneration-table__total) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.remuneration-table tbody tr:has(+ .remuneration-table__total) {
  border-bottom: none;
}

.remuneration-table tbody th,
.remuneration-table tbody td {
  padding: clamp(0.875rem, 1.5vw, 1.125rem) 0.5rem;
  vertical-align: top;
  font-weight: 400;
}

.remuneration-table tbody th[scope="row"] {
  text-align: left;
  padding-left: 0;
  font-weight: 400;
}

.remuneration-table tbody td {
  text-align: right;
  white-space: nowrap;
}

.remuneration-table tbody td:last-child {
  padding-right: 0;
}

.remuneration-table tbody tr.remuneration-table__total {
  border-top: 1px solid var(--color-text);
  border-bottom: 1px solid var(--color-text);
}

.remuneration-table tbody tr.remuneration-table__total th,
.remuneration-table tbody tr.remuneration-table__total td {
  font-weight: 600;
}

.remuneration-footnotes {
  margin: clamp(1rem, 2vw, 1.25rem) 0 0;
  padding: 0;
  list-style: none;
  counter-reset: remuneration-footnote;
}

.remuneration-footnotes li {
  counter-increment: remuneration-footnote;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text);
}

.remuneration-footnotes li::before {
  content: counter(remuneration-footnote) ") ";
}

.remuneration-footnotes li + li {
  margin-top: 0.375rem;
}

.remuneration-page .team-related {
  padding-bottom: 0;
}

.remuneration-page__related {
  margin-top: clamp(4.5rem, 10vw, 7rem);
  padding-top: 0;
}

.remuneration-page__related .team-related__title {
  padding-top: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 1px solid var(--color-text);
}

.remuneration-page .governance-grid {
  margin-top: clamp(2rem, 4vw, 3rem);
}

/* ── Remuneration report (evaluation) ── */
.remuneration-evaluation-page .container--gov-sub {
  text-align: center;
}

.remuneration-evaluation-page .gov-subpage__title {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

.remuneration-evaluation {
  margin-bottom: clamp(3.5rem, 8vw, 5.5rem);
}

.remuneration-evaluation__intro {
  max-width: 50rem;
  margin: 0 auto clamp(2rem, 4vw, 2.75rem);
  font-size: var(--page-body-size);
  line-height: var(--page-body-lh);
  text-align: center;
  color: var(--color-text);
}

.remuneration-evaluation__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1rem);
}

.remuneration-evaluation__actions .btn-pill {
  min-width: min(100%, 20rem);
  padding: 0.875rem 1.75rem;
  text-decoration: none;
}

.btn-pill--with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-pill__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .remuneration-page .container--gov-sub {
    max-width: 100%;
    padding-inline: clamp(1.25rem, 5vw, 1.5rem);
  }

  .remuneration-page .gov-subpage__title {
    margin-bottom: clamp(1.5rem, 4vw, 2rem);
    padding-top: clamp(1.25rem, 3vw, 1.75rem);
    font-family: var(--font-gov-title);
    font-size: clamp(1.375rem, 6vw, 1.75rem);
    font-weight: 400;
    line-height: 1.25;
  }

  .remuneration-content {
    margin-bottom: clamp(4.5rem, 14vw, 7rem);
  }

  .remuneration-table {
    min-width: 0;
    table-layout: fixed;
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  .remuneration-table thead th,
  .remuneration-table tbody th,
  .remuneration-table tbody td {
    padding: 0.75rem 0.125rem;
    white-space: normal;
    hyphens: auto;
  }

  .remuneration-table thead tr:last-child th:not(:first-child),
  .remuneration-table tbody td {
    text-align: right;
  }

  .remuneration-table-block__title {
    font-size: clamp(0.9375rem, 3.5vw, 1.0625rem);
  }

  .remuneration-page__related {
    margin-top: clamp(5.5rem, 16vw, 8.5rem);
  }

  .remuneration-page__related .team-related__title {
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    font-size: clamp(1.25rem, 4vw, 1.375rem);
  }

  .remuneration-page .governance-grid {
    margin-top: 0;
  }
}
