*, :before, :after {
  box-sizing: border-box;
}

.pj48-mag {
  color: #141414;
  background: #fff;
  margin: 0;
  font: 16px / 1.55 system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, sans-serif;
}

.pj48-mag img {
  max-width: 100%;
  display: block;
}

.pj48-mag a {
  color: #102443;
}

.pj48-mag h1, .pj48-mag h2, .pj48-mag h3 {
  text-transform: uppercase;
  letter-spacing: .01em;
  margin: 0 0 .4em;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  line-height: 1.02;
}

.pj48-topbar {
  z-index: 8;
  background: #fff;
  border-bottom: 4px solid #d5aa59;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 12px 4vw;
  display: flex;
  position: sticky;
  top: 0;
}

.pj48-wordmark {
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  color: #141414 !important;
}

.pj48-wordmark img {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

.pj48-tabs {
  gap: 4px;
  display: flex;
}

.pj48-tabs a {
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.pj48-tabs a:hover {
  color: #102443;
  background: #d5aa59;
}

.pj48-hamburger {
  background: none;
  border: 0;
  width: 40px;
  height: 34px;
  padding: 6px;
  display: none;
}

.pj48-hamburger i {
  background: #141414;
  height: 3px;
  margin: 4px 0;
  display: block;
}

.pj48-cover {
  color: #fff;
  background: #102443;
  padding: 9vw 4vw 7vw;
}

.pj48-cover a {
  color: #102443;
}

.pj48-overline {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #d5aa59;
  font-size: 12px;
  font-weight: 700;
}

.pj48-headline {
  color: #fff;
  max-width: 14ch;
  font-size: clamp(44px, 8.5vw, 112px);
}

.pj48-standfirst {
  opacity: .9;
  max-width: 620px;
  font-size: 19px;
}

.pj48-button {
  color: #102443;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: #d5aa59;
  border-radius: 4px;
  margin-top: 14px;
  padding: 14px 26px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.pj48-zone {
  padding: 64px 4vw;
}

.pj48-zone:nth-of-type(2n) {
  background: #f4f4f2;
}

.pj48-zone-title {
  border-left: 10px solid #d5aa59;
  padding-left: 14px;
  font-size: clamp(30px, 4vw, 48px);
}

.pj48-tiles {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
  display: grid;
}

.pj48-tile {
  background: #fff;
  border: 2px solid #141414;
  border-radius: 14px;
  padding: 26px 22px 22px;
  position: relative;
  overflow: hidden;
}

.pj48-tile:first-child {
  background: #d5aa59;
}

.pj48-tile-number {
  opacity: .12;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  font-size: 84px;
  font-weight: 800;
  position: absolute;
  top: -6px;
  right: 14px;
}

.pj48-tile small {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 11px;
}

.pj48-tile h3 {
  margin: 6px 0;
  font-size: 26px;
}

.pj48-tile p {
  margin: 0 0 16px;
  font-size: 13px;
}

.pj48-tile-link {
  background: #141414;
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  color: #fff !important;
}

.pj48-tile-empty {
  border: 2px dashed #141414;
  border-radius: 14px;
  padding: 32px;
}

.pj48-steps {
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  display: flex;
}

.pj48-step {
  background: #fff;
  border: 1px solid #d8d8d4;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  font-weight: 600;
  display: flex;
}

.pj48-step span {
  color: #fff;
  background: #102443;
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: grid;
}

.pj48-mosaic {
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  display: grid;
}

.pj48-mosaic-item a {
  color: #fff;
  border-radius: 14px;
  min-height: 240px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.pj48-mosaic-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.pj48-mosaic-item a:after {
  content: "";
  background: linear-gradient(#0000 30%, #000c);
  position: absolute;
  inset: 0;
}

.pj48-mosaic-item span, .pj48-mosaic-item strong, .pj48-mosaic-item em {
  z-index: 1;
  margin: 0 18px;
  display: block;
  position: relative;
}

.pj48-mosaic-item span {
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #d5aa59;
  padding-top: 150px;
  font-size: 11px;
}

.pj48-mosaic-item strong {
  text-transform: uppercase;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  font-size: 24px;
  line-height: 1.05;
}

.pj48-mosaic-item em {
  padding-bottom: 16px;
  font-size: 12px;
  font-style: normal;
}

.pj48-pair {
  grid-template-columns: 1fr 1fr;
  gap: 0;
  display: grid;
}

.pj48-pair article {
  padding: 52px 4vw;
}

.pj48-pair article:first-child {
  color: #102443;
  background: #d5aa59;
}

.pj48-pair article:last-child {
  color: #fff;
  background: #141414;
}

.pj48-pair article:last-child a, .pj48-pair article:last-child h3 {
  color: #fff;
}

.pj48-reader {
  max-width: 740px;
  margin: 0 auto;
  padding: 50px 20px 70px;
  font-size: 17px;
}

.pj48-reader-image {
  border-radius: 14px;
  margin-bottom: 26px;
}

.pj48-pull {
  border-left: 8px solid #d5aa59;
  margin: 26px 0;
  padding: 18px 22px;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  font-size: 21px;
}

.pj48-base {
  color: #cfcfcf;
  background: #141414;
  padding: 48px 4vw 28px;
}

.pj48-base a {
  color: #fff;
}

.pj48-base-cols {
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 24px;
  display: grid;
}

.pj48-base ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pj48-base li {
  margin: 6px 0;
}

.pj48-base b {
  text-transform: uppercase;
  color: #fff;
  font-family: Futura, Century Gothic, Trebuchet MS, Gill Sans, sans-serif;
  font-size: 20px;
}

.pj48-base small {
  opacity: .6;
  margin-top: 30px;
  display: block;
}

.pj48-pop {
  color: #102443;
  z-index: 30;
  background: #d5aa59;
  border-radius: 14px;
  max-width: 320px;
  padding: 16px;
  font-size: 12px;
  position: fixed;
  inset: auto 14px 14px auto;
  box-shadow: 0 12px 30px #00000040;
}

.pj48-pop button {
  color: #fff;
  background: #102443;
  border: 0;
  border-radius: 999px;
  padding: 7px 14px;
  font-weight: 700;
}

.pj48-pop.pj48-hide {
  display: none;
}

@media (width <= 860px) {
  .pj48-tabs {
    background: #fff;
    border-bottom: 4px solid #d5aa59;
    flex-direction: column;
    padding: 12px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .pj48-tabs.pj48-show {
    display: flex;
  }

  .pj48-hamburger {
    display: block;
  }

  .pj48-tiles {
    grid-template-columns: 1fr 1fr;
  }

  .pj48-mosaic, .pj48-pair {
    grid-template-columns: 1fr;
  }

  .pj48-base-cols {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 520px) {
  .pj48-tiles, .pj48-base-cols {
    grid-template-columns: 1fr;
  }
}
