:root {
  --pp-forest: #163d2b;
  --pp-forest-deep: #0f2d20;
  --pp-forest-soft: #355643;
  --pp-ivory: #fffdf8;
  --pp-cream: #f7f0e5;
  --pp-sand: #e2cfb2;
  --pp-sand-soft: #eee2d0;
  --pp-gold: #d6a84e;
  --pp-gold-soft: #f5e7c5;
  --pp-rose: #ad496d;
  --pp-rose-deep: #843850;
  --pp-ink: #302820;
  --pp-muted: #756d64;
  --pp-shadow: 0 30px 85px rgba(45, 35, 23, .09);
}

.personnel-page {
  min-width: 320px;
  overflow-x: hidden;
  background: #f8f2e8;
  color: var(--pp-ink);
}

.personnel-page main {
  overflow: clip;
}

.personnel-page :where(h1, h2, h3, p, ul, ol, dl, dd) {
  margin-top: 0;
}

.personnel-page :where(p, dd, dt, small) {
  overflow-wrap: break-word;
}

.pp-container {
  width: min(1460px, calc(100% - 64px));
  margin-inline: auto;
}

.pp-section {
  padding: clamp(92px, 8vw, 136px) 0;
}

.pp-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .62fr);
  align-items: end;
  gap: clamp(36px, 6vw, 98px);
  margin-bottom: clamp(44px, 5vw, 72px);
}

.pp-section-heading-compact {
  grid-template-columns: minmax(0, 1fr);
}

.pp-section-heading > p {
  max-width: 590px;
  margin-bottom: 5px;
  color: var(--pp-muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
}

.pp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #885b20;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .25em;
  line-height: 1.35;
}

.pp-eyebrow::before {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

.pp-section-heading h2,
.pp-status-heading h2,
.pp-comparison-layout h2,
.pp-privacy-copy h2,
.pp-closing h2 {
  margin: 19px 0 0;
  color: var(--pp-forest-deep);
  font: 500 clamp(46px, 5vw, 76px)/1.01 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
}

.pp-section-heading h2 em,
.pp-status-heading h2 em,
.pp-comparison-layout h2 em,
.pp-privacy-copy h2 em,
.pp-closing h2 em {
  color: var(--pp-rose);
  font-weight: 500;
}

.pp-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(530px, 1.08fr);
  align-items: center;
  gap: clamp(62px, 7vw, 118px);
  min-height: min(900px, calc(100vh - 92px));
  padding-block: clamp(78px, 8vw, 128px);
}

.pp-hero-copy {
  min-width: 0;
}

.pp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  margin-bottom: 51px;
  color: #81766a;
  font-size: 12px;
  font-weight: 700;
}

.pp-breadcrumb a,
.pp-breadcrumb strong {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

.pp-breadcrumb a:hover {
  color: var(--pp-rose-deep);
}

.pp-hero h1 {
  max-width: 800px;
  margin: 21px 0 28px;
  color: var(--pp-forest-deep);
  font: 500 clamp(57px, 6.1vw, 94px)/.94 Georgia, "Times New Roman", serif;
  letter-spacing: -.055em;
}

.pp-hero h1 em {
  display: inline-block;
  margin-top: 8px;
  color: var(--pp-rose);
  font-weight: 500;
}

.pp-hero-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #6f685f;
  font-size: clamp(17px, 1.38vw, 20px);
  line-height: 1.75;
}

.pp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}

.pp-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 15px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pp-button span {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
}

.pp-button-primary {
  min-width: 225px;
  background: var(--pp-rose);
  color: #fff;
  box-shadow: 0 16px 34px rgba(132, 56, 80, .18);
}

.pp-button-secondary {
  border-color: #cdbb9e;
  background: rgba(255, 253, 248, .6);
  color: #624e3c;
}

.pp-button:hover {
  transform: translateY(-2px);
}

.pp-button-primary:hover {
  background: var(--pp-rose-deep);
  box-shadow: 0 19px 42px rgba(132, 56, 80, .25);
}

.pp-button-secondary:hover {
  border-color: #aa8756;
  background: #fffdf8;
}

.pp-availability-line {
  display: grid;
  max-width: 680px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  margin-top: 23px;
}

.pp-availability-line span,
.pp-badge,
.pp-dossier-ready small {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.pp-availability-line span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #dce8d7;
  color: #345535;
}

.pp-availability-line p {
  margin-bottom: 0;
  color: #877c6e;
  font-size: 13px;
  line-height: 1.55;
}

.pp-dossier {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: clamp(22px, 2.4vw, 36px);
  border: 1px solid rgba(225, 199, 154, .7);
  border-radius: 34px;
  background: #fffdf8;
  box-shadow: var(--pp-shadow);
}

.pp-dossier::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--pp-forest), var(--pp-gold) 56%, var(--pp-rose));
  content: "";
}

.pp-dossier-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  padding: 9px 2px 27px;
  border-bottom: 1px solid var(--pp-sand-soft);
}

.pp-dossier-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: var(--pp-rose);
  color: #fff;
  font: 700 22px/1 Georgia, serif;
}

.pp-dossier-head div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.pp-dossier-head small,
.pp-dossier-list small {
  color: #897d70;
  font-size: 12px;
  line-height: 1.45;
}

.pp-dossier-head small {
  color: #966b36;
  font-weight: 900;
  letter-spacing: .12em;
}

.pp-dossier-head strong {
  color: var(--pp-forest-deep);
  font: 500 24px/1.14 Georgia, serif;
}

.pp-dossier-head > b {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid #bad0bd;
  border-radius: 50%;
  background: #edf3e9;
  color: #34583b;
  font-size: 12px;
}

.pp-dossier-list {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.pp-dossier-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 83px;
  padding: 13px 4px;
  border-bottom: 1px solid #eee3d2;
}

.pp-check {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #bcd0bb;
  border-radius: 50%;
  background: #e8f0e4;
  color: #3d633e;
  font-size: 13px;
  font-weight: 900;
}

.pp-dossier-list div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.pp-dossier-list strong {
  color: #3d372f;
  font-size: 13px;
}

.pp-dossier-list li > b {
  max-width: 150px;
  color: #466348;
  font-size: 12px;
  line-height: 1.35;
  text-align: right;
}

.pp-dossier-list .is-review .pp-check {
  border-color: #e1bd7d;
  background: #f8edd5;
  color: #a06c22;
}

.pp-dossier-list .is-review > b {
  color: #8b5b1d;
}

.pp-dossier-list .is-connected .pp-check {
  border-color: #d8b4c1;
  background: #f7e9ee;
  color: var(--pp-rose-deep);
}

.pp-dossier-list .is-connected > b {
  color: var(--pp-rose-deep);
}

.pp-dossier-ready {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  margin-top: 22px;
  padding: 19px;
  border: 1px solid #9eb7a1;
  border-radius: 19px;
  background: var(--pp-forest);
  color: #fff;
}

.pp-dossier-ready > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: #d5b05c;
  color: #173222;
  font-size: 18px;
  font-weight: 900;
}

.pp-dossier-ready div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.pp-dossier-ready small {
  color: #e5c987;
}

.pp-dossier-ready strong {
  font: 500 22px/1.2 Georgia, serif;
}

.pp-dossier-ready p {
  margin-bottom: 0;
  color: #c6d2c9;
  font-size: 12px;
  line-height: 1.45;
}

.pp-benefits {
  border-block: 1px solid #d9c5a5;
  background: rgba(255, 253, 248, .78);
}

.pp-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-benefit-grid > div {
  display: grid;
  min-height: 116px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  padding: 25px 28px;
  border-right: 1px solid #ded0ba;
}

.pp-benefit-grid > div:first-child {
  border-left: 1px solid #ded0ba;
}

.pp-benefit-grid span {
  color: var(--pp-rose);
  font: 600 13px/1 Georgia, serif;
}

.pp-benefit-grid strong {
  color: #405344;
  font-size: 13px;
  line-height: 1.45;
}

.pp-journey-section {
  background: #efe5d6;
}

.pp-journey {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-journey::before {
  position: absolute;
  top: 38px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: #c9b182;
  content: "";
}

.pp-journey li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 332px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #ddcbb0;
  border-radius: 22px;
  background: rgba(255, 253, 248, .72);
}

.pp-journey-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  margin-bottom: 34px;
  border: 5px solid #efe5d6;
  border-radius: 50%;
  background: var(--pp-forest);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  box-sizing: content-box;
}

.pp-journey li > small {
  color: #946531;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
}

.pp-journey h3 {
  margin: 12px 0 14px;
  color: var(--pp-forest-deep);
  font: 500 25px/1.12 Georgia, serif;
}

.pp-journey p {
  margin-bottom: 0;
  color: #736b63;
  font-size: 13px;
  line-height: 1.7;
}

.pp-journey li > b {
  display: inline-flex;
  width: fit-content;
  min-height: 27px;
  align-items: center;
  margin-top: auto;
  padding: 0 9px;
  border-radius: 999px;
  background: #f5e6bf;
  color: #7b551f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pp-journey .is-dependent {
  border-color: #d9b377;
  background: #fff9ec;
}

.pp-audience-section {
  background: var(--pp-ivory);
}

.pp-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pp-audience-grid article {
  position: relative;
  min-width: 0;
  min-height: 515px;
  overflow: hidden;
  padding: clamp(29px, 3vw, 44px);
  border: 1px solid var(--pp-sand);
  border-radius: 28px;
  background: #fbf6ed;
}

.pp-audience-grid article::before {
  position: absolute;
  top: 0;
  right: 30px;
  left: 30px;
  height: 4px;
  background: #a87638;
  content: "";
}

.pp-audience-mark {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 55px;
  border: 1px solid #d3bd98;
  border-radius: 50%;
  color: #8b5f2d;
  font: 600 13px/1 Georgia, serif;
}

.pp-audience-grid small {
  color: #966539;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
}

.pp-audience-grid h3 {
  max-width: 370px;
  margin: 14px 0 28px;
  color: var(--pp-forest-deep);
  font: 500 clamp(29px, 2.6vw, 39px)/1.08 Georgia, serif;
}

.pp-audience-grid ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.pp-audience-grid li {
  position: relative;
  min-height: 48px;
  padding: 12px 0 12px 29px;
  border-top: 1px solid rgba(167, 143, 105, .25);
  color: #615b53;
  font-size: 13px;
  line-height: 1.55;
}

.pp-audience-grid li::before {
  position: absolute;
  top: 13px;
  left: 1px;
  color: #64815f;
  content: "✓";
  font-weight: 900;
}

.pp-audience-grid .is-featured {
  border-color: #2f5c43;
  background: var(--pp-forest);
  box-shadow: 0 27px 65px rgba(17, 53, 37, .15);
}

.pp-audience-grid .is-featured::before {
  background: var(--pp-gold);
}

.pp-audience-grid .is-featured .pp-audience-mark {
  border-color: rgba(239, 202, 128, .4);
  color: #edc779;
}

.pp-audience-grid .is-featured small {
  color: #e9bd6b;
}

.pp-audience-grid .is-featured h3 {
  color: #fffdf8;
}

.pp-audience-grid .is-featured li {
  border-color: rgba(255, 255, 255, .13);
  color: #d3ddd5;
}

.pp-audience-grid .is-featured li::before {
  color: #ebc375;
}

.pp-capabilities-section {
  border-block: 1px solid #dcc8aa;
  background: #f1e7d8;
}

.pp-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pp-capability-grid article {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 300px;
  align-content: start;
  padding: 32px;
  border: 1px solid #dcc6a4;
  border-radius: 24px;
  background: rgba(255, 253, 248, .78);
}

.pp-capability-grid article::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  background: var(--pp-forest-soft);
  content: "";
}

.pp-capability-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  background: #e6eddf;
  color: #426044;
  font: 600 12px/1 Georgia, serif;
}

.pp-badge {
  position: absolute;
  top: 34px;
  right: 31px;
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
}

.pp-badge.is-ready {
  background: #dfe9d9;
  color: #365739;
}

.pp-badge.is-dependent {
  background: #f5e5bd;
  color: #79531f;
}

.pp-capability-grid h3 {
  margin: 37px 0 13px;
  color: var(--pp-forest-deep);
  font: 500 28px/1.13 Georgia, serif;
}

.pp-capability-grid p {
  margin-bottom: 0;
  color: #726b62;
  font-size: 13px;
  line-height: 1.72;
}

.pp-status-section {
  background: var(--pp-ivory);
}

.pp-status-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, .36fr);
  align-items: end;
  gap: clamp(38px, 7vw, 110px);
  margin-bottom: 64px;
}

.pp-status-heading aside {
  padding: 22px;
  border: 1px solid #d8b879;
  border-radius: 18px;
  background: #fbf0d6;
}

.pp-status-heading aside b {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  color: #76521d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pp-status-heading aside p {
  margin: 6px 0 0;
  color: #766752;
  font-size: 12px;
  line-height: 1.6;
}

.pp-status-chain {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pp-status-chain li {
  position: relative;
  min-width: 0;
  min-height: 245px;
  padding: 27px 23px;
  border: 1px solid #dac9b0;
  border-radius: 20px;
  background: #faf6ee;
}

.pp-status-chain li:not(:last-child)::after {
  position: absolute;
  top: 38px;
  right: -17px;
  z-index: 2;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid #d2bb96;
  border-radius: 50%;
  background: #fffdf8;
  color: #89622d;
  content: "→";
  font-size: 12px;
}

.pp-status-chain li > span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  margin-bottom: 31px;
  border-radius: 50%;
  background: #e5ecdf;
  color: #3d5b40;
  font-weight: 900;
}

.pp-status-chain small {
  color: #98673a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.pp-status-chain strong {
  display: block;
  margin-top: 9px;
  color: var(--pp-forest-deep);
  font: 500 23px/1.18 Georgia, serif;
}

.pp-status-chain p {
  margin: 13px 0 0;
  color: #777066;
  font-size: 12px;
  line-height: 1.62;
}

.pp-status-chain .is-final {
  border-color: #2f5b43;
  background: var(--pp-forest);
}

.pp-status-chain .is-final > span {
  background: var(--pp-gold);
  color: #213324;
}

.pp-status-chain .is-final small {
  color: #e8bc68;
}

.pp-status-chain .is-final strong {
  color: #fff;
}

.pp-status-chain .is-final p {
  color: #cfdbd2;
}

.pp-status-note {
  margin: 26px 0 0;
  padding: 20px 22px;
  border-left: 4px solid var(--pp-rose);
  background: #f8eee9;
  color: #71665d;
  font-size: 13px;
  line-height: 1.65;
}

.pp-status-note strong {
  color: var(--pp-rose-deep);
}

.pp-comparison-section {
  background: #eee3d3;
}

.pp-comparison-layout {
  display: grid;
  grid-template-columns: minmax(310px, .66fr) minmax(0, 1.34fr);
  align-items: start;
  gap: clamp(55px, 8vw, 124px);
}

.pp-comparison-layout header {
  position: sticky;
  top: 40px;
}

.pp-comparison-layout header > p {
  max-width: 480px;
  margin: 28px 0 0;
  color: #766e64;
  font-size: 15px;
  line-height: 1.7;
}

.pp-comparison-list {
  margin: 0;
}

.pp-comparison-list > div {
  display: grid;
  min-height: 105px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: center;
  border-top: 1px solid #ccb998;
}

.pp-comparison-list > div:last-child {
  border-bottom: 1px solid #ccb998;
}

.pp-comparison-list dt,
.pp-comparison-list dd {
  margin: 0;
  padding: 21px 24px;
  font-size: 14px;
  line-height: 1.5;
}

.pp-comparison-list dt {
  color: #817870;
  text-decoration: line-through;
  text-decoration-color: rgba(141, 83, 53, .55);
}

.pp-comparison-list dd {
  display: flex;
  align-items: center;
  gap: 19px;
  border-left: 1px solid #ccb998;
  color: #294936;
  font-weight: 800;
}

.pp-comparison-list dd span {
  color: var(--pp-rose);
  font-size: 20px;
  font-weight: 500;
}

.pp-privacy-section {
  position: relative;
  overflow: hidden;
  background: var(--pp-forest-deep);
  color: #fff;
}

.pp-privacy-section::before {
  position: absolute;
  top: -270px;
  right: -230px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(230, 193, 117, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(230, 193, 117, .025), 0 0 0 140px rgba(230, 193, 117, .018);
  content: "";
}

.pp-privacy-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr);
  gap: clamp(55px, 8vw, 125px);
}

.pp-privacy-copy .pp-eyebrow {
  color: #e7bc6c;
}

.pp-privacy-copy h2 {
  color: #fffdf8;
}

.pp-privacy-copy h2 em {
  color: #edb5c8;
}

.pp-privacy-copy > p {
  max-width: 500px;
  margin: 29px 0 0;
  color: #c5d0c8;
  font-size: 16px;
  line-height: 1.75;
}

.pp-role-chips {
  display: grid;
  gap: 8px;
  margin-top: 38px;
}

.pp-role-chips span {
  display: flex;
  min-height: 45px;
  align-items: center;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 13px;
  background: rgba(255, 255, 255, .04);
  color: #d4ddd6;
  font-size: 12px;
}

.pp-privacy-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .15);
  border-left: 1px solid rgba(255, 255, 255, .15);
  list-style: none;
}

.pp-privacy-rules li {
  display: grid;
  min-width: 0;
  min-height: 210px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 17px;
  padding: 27px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.pp-privacy-rules li > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(220, 174, 86, .16);
  color: #e7bd6f;
  font: 600 12px/1 Georgia, serif;
}

.pp-privacy-rules p {
  margin-bottom: 0;
  color: #bdc9c0;
  font-size: 12px;
  line-height: 1.65;
}

.pp-privacy-rules strong {
  display: block;
  margin-bottom: 8px;
  color: #fffdf8;
  font: 500 20px/1.2 Georgia, serif;
}

.pp-connections-section {
  background: var(--pp-ivory);
}

.pp-connection-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pp-connection-grid > a {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 300px;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  padding: 31px;
  border: 1px solid var(--pp-sand);
  border-radius: 24px;
  background: #faf6ef;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.pp-connection-grid > a::before {
  position: absolute;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  background: var(--pp-rose);
  content: "";
}

.pp-connection-grid > a:nth-child(2)::before {
  background: #a97833;
}

.pp-connection-grid > a:nth-child(3)::before {
  background: #527990;
}

.pp-connection-grid > a:hover {
  border-color: #c69d5f;
  box-shadow: 0 20px 48px rgba(68, 48, 29, .1);
  transform: translateY(-3px);
}

.pp-connection-mark {
  display: grid;
  width: 51px;
  height: 51px;
  place-items: center;
  border-radius: 50%;
  background: var(--pp-rose);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.pp-connection-grid > a:nth-child(2) .pp-connection-mark {
  background: #ad7c35;
}

.pp-connection-grid > a:nth-child(3) .pp-connection-mark {
  background: #527990;
}

.pp-connection-grid > a > div {
  display: flex;
  min-width: 0;
  min-height: 238px;
  flex-direction: column;
}

.pp-connection-grid small {
  color: #8f6339;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.pp-connection-grid h3 {
  margin: 13px 0 12px;
  color: var(--pp-forest-deep);
  font: 500 31px/1.1 Georgia, serif;
}

.pp-connection-grid p {
  margin-bottom: 0;
  color: #746c63;
  font-size: 13px;
  line-height: 1.7;
}

.pp-connection-grid b {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 17px;
  border-top: 1px solid #e2d4bf;
  color: var(--pp-rose-deep);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pp-connection-grid b i {
  font-size: 18px;
  font-style: normal;
  transition: transform .2s ease;
}

.pp-connection-grid > a:hover b i {
  transform: translateX(4px);
}

.pp-connection-note {
  margin: 27px 0 0;
  color: #81786d;
  font-size: 12px;
  line-height: 1.65;
}

.pp-closing {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .42fr);
  gap: clamp(38px, 6vw, 92px);
  margin-bottom: clamp(52px, 7vw, 102px);
  padding: clamp(52px, 6vw, 85px);
  border: 1px solid rgba(229, 190, 117, .35);
  border-radius: 36px;
  background: var(--pp-forest);
  color: #fff;
  box-shadow: 0 34px 85px rgba(15, 45, 32, .19);
}

.pp-closing .pp-eyebrow {
  color: #e8bd6e;
}

.pp-closing h2 {
  max-width: 930px;
  color: #fffdf8;
}

.pp-closing h2 em {
  color: #edb5c8;
}

.pp-closing > p {
  align-self: end;
  margin-bottom: 4px;
  color: #cbd6ce;
  font-size: 15px;
  line-height: 1.75;
}

.pp-closing .pp-actions {
  grid-column: 1 / -1;
  margin-top: 0;
}

.pp-button-light {
  min-width: 225px;
  background: #f0c877;
  color: #233226;
  box-shadow: 0 16px 36px rgba(5, 22, 14, .24);
}

.pp-button-outline {
  min-width: 225px;
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .04);
  color: #fff;
}

.pp-button-light:hover {
  background: #f5d795;
}

.pp-button-outline:hover {
  border-color: rgba(255, 255, 255, .48);
  background: rgba(255, 255, 255, .09);
}

.pp-transparency {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  margin-bottom: 88px;
  padding-top: 28px;
  border-top: 1px solid #d8c4a4;
}

.pp-transparency span {
  color: #8a5e28;
  font-size: 12px;
  font-weight: 900;
}

.pp-transparency p {
  max-width: 1120px;
  margin-bottom: 0;
  color: #7b7368;
  font-size: 13px;
  line-height: 1.65;
}

.personnel-page :where(a, button):focus-visible {
  outline: 3px solid #d8a549;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px rgba(255, 253, 248, .92);
}

.personnel-page .moreos-footer-group nav a,
.personnel-page .moreos-footer-bottom nav a,
.personnel-page .moreos-footer-bottom button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}

#zo-werkt-personeel,
#privacy-en-toegang {
  scroll-margin-top: 82px;
}

@media (max-width: 1220px) {
  .pp-hero {
    grid-template-columns: minmax(0, .82fr) minmax(470px, 1.18fr);
    gap: 48px;
  }

  .pp-hero h1 {
    font-size: clamp(54px, 6vw, 74px);
  }

  .pp-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-journey::before {
    display: none;
  }

  .pp-journey li {
    min-height: 290px;
  }

  .pp-journey-number {
    margin-bottom: 24px;
    border-width: 0;
    box-sizing: border-box;
  }

  .pp-privacy-layout {
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1.45fr);
    gap: 48px;
  }

  .pp-privacy-rules li {
    min-height: 230px;
    padding: 23px;
  }
}

@media (max-width: 980px) {
  .pp-container {
    width: min(100% - 48px, 920px);
  }

  .pp-section {
    padding-block: 94px;
  }

  .pp-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 58px;
    min-height: 0;
    padding-block: 76px 90px;
  }

  .pp-hero-copy {
    max-width: 800px;
  }

  .pp-hero h1 {
    max-width: 760px;
    font-size: clamp(58px, 8.5vw, 82px);
  }

  .pp-dossier {
    width: min(100%, 780px);
  }

  .pp-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pp-benefit-grid > div:nth-child(2) {
    border-right: 1px solid #ded0ba;
  }

  .pp-benefit-grid > div:nth-child(3),
  .pp-benefit-grid > div:nth-child(4) {
    border-top: 1px solid #ded0ba;
  }

  .pp-benefit-grid > div:nth-child(3) {
    border-left: 1px solid #ded0ba;
  }

  .pp-section-heading,
  .pp-status-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 27px;
  }

  .pp-section-heading > p {
    max-width: 720px;
  }

  .pp-audience-grid,
  .pp-capability-grid {
    grid-template-columns: 1fr;
  }

  .pp-audience-grid article {
    min-height: 0;
  }

  .pp-audience-mark {
    margin-bottom: 38px;
  }

  .pp-capability-grid article {
    min-height: 245px;
  }

  .pp-status-chain {
    grid-template-columns: 1fr;
  }

  .pp-status-chain li {
    min-height: 0;
    padding: 24px 25px 24px 85px;
  }

  .pp-status-chain li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -18px;
    left: 28px;
    content: "↓";
  }

  .pp-status-chain li > span {
    position: absolute;
    top: 24px;
    left: 25px;
    margin: 0;
  }

  .pp-comparison-layout,
  .pp-privacy-layout {
    grid-template-columns: 1fr;
  }

  .pp-comparison-layout header {
    position: static;
  }

  .pp-privacy-copy {
    max-width: 760px;
  }

  .pp-role-chips {
    max-width: 640px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-connection-grid {
    grid-template-columns: 1fr;
  }

  .pp-connection-grid > a {
    min-height: 250px;
  }

  .pp-connection-grid > a > div {
    min-height: 188px;
  }

  .pp-closing {
    grid-template-columns: 1fr;
  }

  .pp-closing .pp-actions {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .pp-container {
    width: min(100% - 32px, 640px);
  }

  .pp-section {
    padding-block: 76px;
  }

  .pp-eyebrow {
    font-size: 12px;
    letter-spacing: .2em;
  }

  .pp-eyebrow::before {
    width: 25px;
  }

  .pp-section-heading h2,
  .pp-status-heading h2,
  .pp-comparison-layout h2,
  .pp-privacy-copy h2,
  .pp-closing h2 {
    font-size: clamp(41px, 11vw, 58px);
  }

  .pp-hero {
    gap: 46px;
    padding-block: 53px 72px;
  }

  .pp-breadcrumb {
    margin-bottom: 32px;
  }

  .pp-hero h1 {
    font-size: clamp(49px, 13.8vw, 69px);
  }

  .pp-hero h1 br,
  .pp-section-heading h2 br,
  .pp-status-heading h2 br,
  .pp-comparison-layout h2 br,
  .pp-privacy-copy h2 br,
  .pp-closing h2 br {
    display: none;
  }

  .pp-actions {
    display: grid;
  }

  .pp-button {
    width: 100%;
  }

  .pp-availability-line {
    grid-template-columns: 1fr;
  }

  .pp-availability-line span {
    width: fit-content;
  }

  .pp-dossier {
    padding: 21px 17px;
    border-radius: 24px;
  }

  .pp-dossier-head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .pp-dossier-head > b {
    display: none;
  }

  .pp-dossier-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .pp-dossier-head strong {
    font-size: 20px;
  }

  .pp-dossier-list li {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 11px;
    min-height: 92px;
  }

  .pp-dossier-list li > b {
    grid-column: 2;
    max-width: none;
    text-align: left;
  }

  .pp-dossier-ready {
    padding: 16px;
  }

  .pp-dossier-ready strong {
    font-size: 19px;
  }

  .pp-benefit-grid {
    grid-template-columns: 1fr;
  }

  .pp-benefit-grid > div,
  .pp-benefit-grid > div:nth-child(n) {
    min-height: 78px;
    padding: 18px 3px;
    border: 0;
    border-bottom: 1px solid #ded0ba;
  }

  .pp-benefit-grid > div:last-child {
    border-bottom: 0;
  }

  .pp-journey {
    grid-template-columns: 1fr;
    padding-left: 19px;
  }

  .pp-journey::before {
    top: 22px;
    bottom: 22px;
    left: 34px;
    display: block;
    width: 1px;
    height: auto;
  }

  .pp-journey li {
    min-height: 0;
    padding: 25px 22px 25px 58px;
  }

  .pp-journey-number {
    position: absolute;
    top: 23px;
    left: -18px;
    margin: 0;
    border: 5px solid #efe5d6;
    box-sizing: content-box;
  }

  .pp-journey li > b {
    margin-top: 20px;
  }

  .pp-audience-grid article,
  .pp-capability-grid article {
    padding: 28px 23px;
  }

  .pp-audience-grid h3 {
    font-size: 32px;
  }

  .pp-badge {
    top: 29px;
    right: 23px;
  }

  .pp-capability-grid h3 {
    font-size: 26px;
  }

  .pp-status-heading aside {
    padding: 19px;
  }

  .pp-status-chain li {
    padding-right: 19px;
  }

  .pp-comparison-list > div {
    min-height: 0;
    grid-template-columns: 1fr;
    padding-block: 17px;
  }

  .pp-comparison-list dt,
  .pp-comparison-list dd {
    padding: 7px 3px;
  }

  .pp-comparison-list dd {
    border-left: 0;
  }

  .pp-privacy-rules {
    grid-template-columns: 1fr;
  }

  .pp-privacy-rules li {
    min-height: 0;
    padding: 23px 19px;
  }

  .pp-role-chips {
    grid-template-columns: 1fr;
  }

  .pp-connection-grid > a {
    min-height: 0;
    padding: 26px 21px;
  }

  .pp-connection-grid > a > div {
    min-height: 225px;
  }

  .pp-closing {
    width: min(100% - 24px, 650px);
    margin-bottom: 66px;
    padding: 44px 24px;
    border-radius: 27px;
  }

  .pp-transparency {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 66px;
  }
}

@media (max-width: 390px) {
  .pp-container {
    width: calc(100% - 26px);
  }

  .pp-hero h1 {
    font-size: 46px;
  }

  .pp-dossier-head small {
    letter-spacing: .07em;
  }

  .pp-dossier-list strong {
    font-size: 13px;
  }

  .pp-dossier-list small,
  .pp-dossier-list li > b {
    font-size: 12px;
  }

  .pp-dossier-ready {
    grid-template-columns: 1fr;
  }

  .pp-dossier-ready > span {
    width: 36px;
    height: 36px;
  }

  .pp-capability-grid article {
    padding-top: 76px;
  }

  .pp-capability-icon {
    position: absolute;
    top: 23px;
    left: 22px;
  }

  .pp-badge {
    top: 29px;
  }

  .pp-capability-grid h3 {
    margin-top: 16px;
  }

  .pp-connection-grid > a {
    grid-template-columns: 1fr;
  }

  .pp-connection-grid > a > div {
    min-height: 235px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .personnel-page {
    scroll-behavior: auto;
  }

  .personnel-page *,
  .personnel-page *::before,
  .personnel-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
