/* Secondary-colour treatment: LUNO teal extends beyond the home hero. */
.page-hero.light,
.jobs-head,
.job-search,
.process-mini,
.insight-grid article {
  background: var(--teal);
}

.service-list,
.support-grid,
.sectors,
.full-process {
  background: linear-gradient(135deg, rgba(20, 69, 82, .18), transparent 44%);
}

.sectors a:hover {
  background: var(--teal);
}

.hero-copy {
  max-width: none;
  align-items: center;
  padding-left: clamp(24px, 8vw, 140px);
  text-align: center;
}

.hero-copy h1 {
  max-width: 1100px;
  font-size: clamp(60px, 8vw, 132px);
}

.hero-copy .lede {
  max-width: 610px;
}

.hero-copy .actions {
  justify-content: center;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.service-ampersand {
  display: inline-block;
  font-family: var(--sans);
  font-size: 1.42em;
  font-weight: 650;
  line-height: .68;
  transform: scaleX(1.08);
  vertical-align: -0.16em;
  letter-spacing: 0;
}

.enquiry-fields {
  margin-top: 20px;
}

.enquiry-fields[hidden] {
  display: none;
}

.contact-layout select:hover,
.contact-layout select:focus {
  border-color: var(--teal);
  background-color: rgba(20, 69, 82, .32);
  outline-color: var(--teal);
}

.contact-layout select option {
  background: var(--paper);
  color: var(--cream);
}

.contact-layout select option:hover,
.contact-layout select option:checked {
  background: var(--teal);
  color: var(--cream);
  box-shadow: 0 0 0 100px var(--teal) inset;
}

.contact-layout .button.cream {
  background: var(--teal);
  color: var(--cream);
}

.contact-layout .button.cream:hover {
  background: #1c5f70;
}

.enquiry-picker {
  position: relative;
  margin: 0 0 18px;
}

.enquiry-picker-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
}

.enquiry-trigger {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 0;
  background: var(--paper);
  color: var(--cream);
  padding: 13px;
  font: 14px var(--sans);
  text-align: left;
  cursor: pointer;
}

.enquiry-trigger:hover,
.enquiry-trigger:focus,
.enquiry-trigger[aria-expanded="true"] {
  border-color: var(--teal);
  background: rgba(20, 69, 82, .32);
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}

.enquiry-trigger span:last-child {
  color: var(--cream);
  font-size: 18px;
  line-height: .7;
}

.enquiry-options {
  position: absolute;
  z-index: 20;
  right: 0;
  left: 0;
  top: calc(100% + 6px);
  overflow: hidden;
  border: 1px solid var(--teal);
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .35);
}

.enquiry-option {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  border-radius: 0;
  background: var(--paper);
  color: var(--cream);
  padding: 13px;
  font: 14px var(--sans);
  text-align: left;
  cursor: pointer;
}

.enquiry-option:last-child {
  border-bottom: 0;
}

.enquiry-option:hover,
.enquiry-option:focus,
.enquiry-option[aria-selected="true"] {
  background: var(--teal);
  color: var(--cream);
  outline: 0;
}

.contact-layout .button.cream,
.contact-layout .button.cream:hover,
.contact-layout .button.cream:focus {
  border-color: var(--teal) !important;
  background: var(--teal) !important;
  color: var(--cream) !important;
  box-shadow: none !important;
}

.contact-layout .button.cream:hover,
.contact-layout .button.cream:focus {
  background: #1c5f70 !important;
}

/* Keep the hero statement as the sole focal point. */
.hero-art p,
.hero-art .coordinate {
  display: none;
}

/* Teal is used as a composed accent in the dark page introductions. */
.page-hero:not(.light) {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, var(--ink) 0%, var(--ink) 68%, #0d2730 100%);
}

.page-hero:not(.light)::after {
  content: '';
  position: absolute;
  width: min(38vw, 540px);
  height: min(38vw, 540px);
  right: -9vw;
  bottom: -45%;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 38px rgba(20, 69, 82, .22), 0 0 0 76px rgba(20, 69, 82, .1);
}

.page-hero:not(.light) > * {
  position: relative;
  z-index: 1;
}

.contact-layout {
  position: relative;
  overflow: hidden;
  background: linear-gradient(115deg, var(--ink) 0%, var(--ink) 65%, #0b2028 100%);
}

.contact-layout::before {
  content: '';
  position: absolute;
  width: min(40vw, 570px);
  height: min(40vw, 570px);
  right: -14vw;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 56px rgba(20, 69, 82, .16);
}

.contact-layout > * {
  position: relative;
  z-index: 1;
}

/* Candidate conversion panel: black base, teal detail. */
.cv-band {
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.cv-band::before {
  content: '';
  position: absolute;
  width: min(42vw, 560px);
  height: min(42vw, 560px);
  right: -10vw;
  bottom: -58%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 50px rgba(20, 69, 82, .18);
}

.cv-band > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .menu-button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    color: #fff;
  }

  .menu-button i {
    display: block;
    width: 23px;
    height: 2px;
    margin: 0;
    border: 0;
    background: #fff;
    box-shadow: 0 7px #fff, 0 -7px #fff;
  }

  .hero-copy {
    align-items: flex-start;
    padding-left: 25px;
    text-align: left;
  }

  .hero-copy h1 {
    font-size: 55px;
  }

  .hero-copy .actions {
    justify-content: flex-start;
  }

  .page-hero:not(.light)::after {
    width: 310px;
    height: 310px;
    right: -130px;
    bottom: -130px;
  }

  .contact-layout::before {
    width: 280px;
    height: 280px;
    right: -160px;
  }

  .cv-band::before {
    width: 300px;
    height: 300px;
    right: -145px;
    bottom: -140px;
  }
}
