@font-face {
  font-family: "Circular Std";
  src: url("./assets/fonts/Circular-Std-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Circular Std";
  src: url("./assets/fonts/Circular-Std-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --sky: #b4e0f8;
  --sky-bright: #b2e0f9;
  --plum: #3e265b;
  --plum-header: #3f235c;
  --ink: #141414;
  --placeholder: #bebebe;
  --card: #f5f5f5;
  --card-light: #f8f8f8;
  --shell: #e8e8e8;
  --dash: #707070;
  --radius-pill: 999px;
  --container: min(1396px, calc(100vw - 48px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Circular Std", sans-serif;
  color: var(--ink);
  background: #ffffff;
}

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

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.desktop-only {
  display: inline-flex;
}

.br-mobile,
.mobile-title-prefix,
.application-note {
  display: none;
}

.br-desktop {
  display: inline;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 26px;
  border-radius: var(--radius-pill);
  border: 2px solid transparent;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-sky {
  min-width: 200px;
  background: var(--sky-bright);
  color: var(--plum-header);
}

.button-outline-sky {
  border-color: var(--sky-bright);
  color: var(--sky-bright);
  background: transparent;
}

.button-plum {
  min-width: 200px;
  background: var(--plum);
  color: var(--card-light);
}

.button-hero {
  min-width: 312px;
  min-height: 49px;
  font-size: 17px;
  line-height: 21px;
  color: var(--plum);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: var(--plum-header);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 197px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-actions .button-outline-sky {
  min-width: 251px;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  height: 890px;
}

.hero-tile {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 900ms ease, transform 1200ms ease;
}

body.is-ready .hero-tile {
  opacity: 1;
  transform: scale(1);
}

.hero-tile-1 {
  grid-area: 1 / 1 / 3 / 2;
  object-view-box: inset(0.7px 402.8px 0.3px 326.5px);
}

.hero-tile-2 {
  grid-area: 1 / 2 / 2 / 4;
  object-view-box: inset(0px 0.8px 0.9px 0px);
}

.hero-tile-3 {
  grid-area: 1 / 4 / 3 / 5;
  object-view-box: inset(0px 34.7px 0.2px 36.7px);
}

.hero-tile-4 {
  grid-area: 1 / 5 / 2 / 6;
  object-view-box: inset(0px 52.1px 0.2px 52.7px);
}

.hero-tile-5 {
  grid-area: 2 / 2 / 3 / 3;
  object-view-box: inset(0px 0px 0px 0px);
}

.hero-tile-6 {
  grid-area: 2 / 3 / 4 / 4;
  object-view-box: inset(0px 0.2px 0px 0.1px);
}

.hero-tile-7 {
  grid-area: 2 / 5 / 3 / 6;
  object-view-box: inset(1.6px 47.7px 0.3px 49.7px);
}

.hero-tile-8 {
  grid-area: 3 / 1 / 4 / 2;
  object-view-box: inset(0.9px 0.7px 0.1px 0px);
}

.hero-tile-9 {
  grid-area: 3 / 2 / 4 / 3;
  object-view-box: inset(0.5px 0.7px 0.2px 0.5px);
}

.hero-tile-10 {
  grid-area: 3 / 4 / 4 / 5;
  object-view-box: inset(0.1px 0.7px 0px 0px);
}

.hero-tile-11 {
  grid-area: 3 / 5 / 4 / 6;
  object-view-box: inset(0.8px 53.4px 2.3px 50.3px);
}

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.2) 50%,
      rgba(0, 0, 0, 0) 100%
    ),
    rgba(0, 0, 0, 0.2);
}

.hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 12px 24px 0;
  text-align: center;
}

.hero-content h1 {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-size: 72px;
  line-height: 78px;
}

.hero-line-1 {
  color: var(--card-light);
}

.hero-line-2 {
  color: var(--sky);
}

.hero-copy {
  margin: 22px 0 0;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--card-light);
}

.hero-content .button-hero {
  margin-top: 37px;
}

.hero-content h1,
.hero-copy,
.hero-content .button-hero {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}

body.is-ready .hero-content h1,
body.is-ready .hero-copy,
body.is-ready .hero-content .button-hero {
  opacity: 1;
  transform: translateY(0);
}

body.is-ready .hero-content h1 {
  transition-delay: 180ms;
}

body.is-ready .hero-copy {
  transition-delay: 300ms;
}

body.is-ready .hero-content .button-hero {
  transition-delay: 420ms;
}

.section {
  padding: 80px 0;
}

h2 {
  margin: 0;
  color: var(--plum);
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
}

.tagline {
  margin: 0;
  color: var(--plum);
  font-size: 25px;
  line-height: 31px;
}

p {
  font-size: 20px;
  line-height: 25px;
}

.lead-strong {
  font-weight: 700;
}

.split {
  width: auto;
  margin-left: max(24px, calc(50vw - 682px));
  margin-right: max(24px, calc(50vw - 820px));
  display: grid;
  grid-template-columns: minmax(0, 593px) minmax(0, 820px);
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}

.split-copy p {
  margin: 24px 0 0;
  max-width: 536px;
}

.split-copy .split-tagline {
  margin-top: 22px;
}

.split-copy .tagline {
  max-width: 536px;
}

.collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
}

.collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collage-main {
  grid-area: 1 / 1 / 3 / 2;
  aspect-ratio: 410 / 538;
  object-view-box: inset(0px 0.8px 0.8px 0.1px);
}

.collage-top {
  aspect-ratio: 410 / 269;
  object-view-box: inset(0.9px 0.1px 0.3px 0.2px);
}

.collage-bottom {
  aspect-ratio: 410 / 269;
  object-view-box: inset(0px 0.5px 0.7px 0px);
}

.quote-band {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.quote-band-runners {
  min-height: 297px;
}

.quote-band-laptop {
  min-height: 744px;
  margin-top: -257px;
  align-items: flex-start;
}

.quote-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-media-mobile {
  display: none;
}

.quote-band-laptop .quote-media {
  top: 0;
  left: auto;
  right: 0;
  width: 65.05%;
  height: 100%;
}

.quote-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 58.75%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.9) 62%,
    rgba(255, 255, 255, 0) 100%
  );
}

.quote-band-laptop .quote-fade {
  left: 0;
  width: 56.51%;
  background: linear-gradient(
    90deg,
    #ffffff 0%,
    #ffffff 62%,
    rgba(255, 255, 255, 0) 100%
  );
}

.quote-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 16px;
}

.quote-band-laptop .quote-inner {
  align-items: flex-start;
  padding-top: 451px;
}

.quote-mark {
  display: grid;
  place-items: center;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--plum);
}

.quote-mark img {
  width: 36px;
}

.quote-inner h2 {
  margin: 0;
  color: var(--plum-header);
}

.working {
  padding: 60px 0;
}

.compare {
  position: relative;
}

.compare-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: stretch;
}

.compare-card {
  padding: 30px 40px 57px;
  background: var(--card);
  border-radius: 20px;
}

.icon-badge {
  display: grid;
  place-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--plum);
}

.icon-badge img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.compare-card h3 {
  margin: 34px 0 0;
  color: var(--plum);
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}

.check-list {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 25px;
}

.check-list li:last-child {
  margin-bottom: 0;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 13'%3E%3Cpath d='M1.5 6.8 6.2 11.5 16.5 1.5' fill='none' stroke='%233F235C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lifestyle {
  padding-top: 66px;
  padding-bottom: 307px;
  background: var(--sky);
}

.section-heading {
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
}

.section-heading p {
  max-width: 568px;
  margin: 0 auto;
}

.lifestyle-cards {
  margin-top: 39px;
}

.lifestyle-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 260px));
  justify-content: center;
  gap: 30px;
}

.lifestyle-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 315px;
  padding: 45px 20px 20px;
  text-align: center;
  background: var(--card-light);
  border-radius: 20px;
}

.lifestyle-card h3 {
  margin: 26px 0 0;
  color: var(--plum);
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.lifestyle-card p {
  margin: 21px 0 0;
}

.carousel-dots {
  display: none;
}

.role-cards {
  position: relative;
  z-index: 1;
  margin-top: -251px;
  padding: 0;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 88px;
  align-items: stretch;
}

.info-card {
  padding: 43px 55px 34px;
  background: var(--card);
  border-radius: 20px;
}

.card-grid .info-card:nth-child(2) {
  padding-left: 44px;
}

.info-card h2 {
  margin: 21px 0 0;
  font-size: 44px;
  line-height: 46px;
}

.info-card .lead-strong {
  margin: 17px 0 0;
}

.feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 23px;
  font-size: 20px;
  line-height: 32px;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sky);
}

.application {
  padding: 83px 0 80px;
  background: var(--card);
}

.callback {
  padding: 63px 0 100px;
  background: var(--shell);
}

.form-shell {
  width: min(888px, var(--container));
  margin: 0 auto;
}

.application-kicker {
  margin: 0 0 19px;
  color: var(--plum);
  font-size: 25px;
  line-height: 31px;
  font-weight: 700;
}

.job-meta {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.job-meta li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 25px;
}

.job-meta li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.job-meta li:nth-child(1)::before {
  background-image: url("./assets/images/location.svg");
}

.job-meta li:nth-child(2)::before {
  background-image: url("./assets/images/job-type.svg");
}

.job-meta li:nth-child(3)::before {
  background-image: url("./assets/images/salary.svg");
}

.application-lead {
  margin: 36px 0 0;
  font-weight: 400;
}

.application-lead strong {
  font-weight: 700;
}

.callback h2 {
  margin-top: 20px;
}

.form-grid,
.callback-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 32px;
}

.form-grid {
  margin-top: 38px;
}

.callback-form {
  margin-top: 38px;
}

.form-grid input:not([type="file"]):not([type="checkbox"]),
.callback-form input:not([type="checkbox"]),
.callback-form select {
  width: 100%;
  min-height: 63px;
  padding: 0 30px;
  color: var(--ink);
  font-size: 20px;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 32px;
}

.form-grid input::placeholder,
.callback-form input::placeholder {
  color: var(--placeholder);
}

.form-grid input:not([type="file"]):not([type="checkbox"]):focus,
.callback-form input:not([type="checkbox"]):focus,
.callback-form select:focus {
  outline: none;
  border-color: var(--plum);
}

.callback-select {
  grid-column: 1 / -1;
}

.callback-form select {
  appearance: none;
  color: var(--placeholder);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 13'%3E%3Cpath d='M0 0h15L7.5 13z' fill='%23BEBEBE'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 15px 13px;
}

.interest-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}

.interest-row legend {
  float: left;
  width: 239px;
  padding: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 25px;
}

.interest-option {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  line-height: 25px;
  cursor: pointer;
}

.interest-option input,
.checkbox-row input {
  appearance: none;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  margin: 0;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.interest-option input:checked,
.checkbox-row input:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 13'%3E%3Cpath d='M1.5 6.8 6.2 11.5 16.5 1.5' fill='none' stroke='%233E265B' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 10px;
}

.interest-option input:focus-visible,
.checkbox-row input:focus-visible {
  outline: 2px solid var(--plum);
  outline-offset: 2px;
}

.upload-box {
  position: relative;
  grid-column: 1 / -1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  min-height: 134px;
  padding: 20px;
  text-align: center;
  background: #ffffff;
  border: 1px dashed var(--dash);
  border-radius: 32px;
  cursor: pointer;
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.upload-icon {
  width: 24px;
  height: 24px;
}

.upload-title,
.upload-copy {
  font-size: 20px;
  line-height: 25px;
}

.upload-title {
  color: var(--plum);
}

.upload-copy {
  color: var(--placeholder);
}

.checkbox-row input {
  place-self: start;
}

.checkbox-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  color: var(--plum);
  font-size: 15px;
  line-height: 19px;
}

.checkbox-row a {
  color: inherit;
}

.privacy-link {
  padding: 0;
  color: var(--plum);
  font: inherit;
  text-decoration: underline;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.privacy-link:hover {
  color: #3b225b;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(23, 18, 31, 0.56);
  backdrop-filter: blur(8px);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal-panel {
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  max-height: min(84vh, 900px);
  overflow: hidden;
  color: var(--ink);
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(33, 24, 51, 0.22);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-shrink: 0;
  padding: 34px 34px 18px;
}

.modal-panel .eyebrow {
  margin: 6px 0 0;
}

.modal-body {
  flex: 1;
  overflow: auto;
  padding: 0 34px 30px;
}

.modal-copy {
  color: var(--ink);
  line-height: 1.6;
}

.modal-copy > :first-child {
  margin-top: 0;
}

.modal-copy > :last-child {
  margin-bottom: 0;
}

.modal-close {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin: 0;
  color: var(--plum);
  font-size: 28px;
  line-height: 1;
  background: #f5f1f8;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

body.has-modal-open {
  overflow: hidden;
}

.form-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}

.reveal-block {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-block.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  color: var(--card-light);
  background: var(--plum);
}

.footer-inner {
  padding: 58px 0 54px;
}

.footer-branding {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  row-gap: 36px;
}

.footer-logo {
  width: 197px;
}

.button-footer {
  min-width: 334px;
  justify-self: end;
  color: var(--sky);
  border-color: var(--sky);
}

.footer-brand-copy {
  grid-column: 1 / 2;
}

.footer-brand-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 19px;
}

.footer-brand-copy p + p {
  margin-top: 24px;
}

@media (max-width: 1440px) {
  .quote-band-laptop .quote-media {
    width: 75%;
  }

  .quote-band-laptop .quote-fade {
    width: 70%;
  }
}

@media (max-width: 1280px) {
  .hero-content h1 {
    font-size: 60px;
    line-height: 66px;
  }

  .hero-copy {
    font-size: 28px;
    line-height: 34px;
  }

  h2 {
    font-size: 38px;
    line-height: 44px;
  }

  .info-card h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .tagline {
    font-size: 22px;
    line-height: 28px;
  }

  .split {
    width: var(--container);
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 46%);
    gap: 40px;
  }

  .card-grid {
    gap: 40px;
  }

  .info-card {
    padding: 32px 34px 36px;
  }

  .compare-card {
    padding: 26px 26px 30px;
  }

  .quote-band-laptop .quote-inner {
    padding-top: 300px;
  }

  .lifestyle-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .hero-content h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-copy {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .info-card h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hero-mosaic {
    height: 700px;
  }

  .split {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
  }

  .split-copy p,
  .split-copy .tagline {
    max-width: none;
  }

  .lifestyle {
    padding-bottom: 200px;
  }

  .role-cards {
    margin-top: -160px;
  }

  .card-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
  }

  .quote-band-laptop {
    min-height: 560px;
    margin-top: 0;
  }

  .quote-band-laptop .quote-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .quote-band-laptop .quote-media {
    width: 100%;
  }

  .quote-band-laptop .quote-fade {
    width: 100%;
    background: linear-gradient(
      90deg,
      #ffffff 0%,
      rgba(255, 255, 255, 0.85) 45%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  .quote-inner {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  :root {
    --container: min(100vw - 60px, 560px);
  }

  .desktop-only,
  .br-desktop {
    display: none;
  }

  .br-mobile,
  .mobile-title-prefix {
    display: inline;
  }

  .application-note {
    display: block;
    margin: 17px 0 0;
    font-size: 14px;
    line-height: 18px;
  }

  .button {
    min-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 17px;
    border-width: 1px;
  }

  .button-sky {
    min-width: 129px;
  }

  .button-hero {
    min-width: 257px;
    min-height: 40px;
    font-size: 14px;
    line-height: 17px;
  }

  .button-plum {
    min-width: 110px;
  }

  .header-inner {
    min-height: 128px;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .brand-logo {
    width: 132px;
  }

  .hero-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    height: 538px;
  }

  .hero-tile-3 {
    grid-area: 1 / 1 / 3 / 2;
    object-view-box: inset(21.4px 0.9px 22.8px 0.9px);
  }

  .hero-tile-4 {
    grid-area: 1 / 2 / 2 / 3;
    object-view-box: inset(0px 0.9px 0.2px 0.5px);
  }

  .hero-tile-7 {
    grid-area: 2 / 2 / 3 / 3;
    object-view-box: inset(0.6px 0.1px 1.2px 0.3px);
  }

  .hero-tile-1 {
    grid-area: 3 / 1 / 4 / 2;
    object-view-box: inset(32.7px 0px 137px 0.9px);
  }

  .hero-tile-11 {
    grid-area: 3 / 2 / 4 / 3;
    object-view-box: inset(3px 0px 0.1px 0.3px);
  }

  .hero-tile-2 {
    grid-area: 4 / 1 / 5 / 3;
  }

  .hero-tile-5,
  .hero-tile-6,
  .hero-tile-8,
  .hero-tile-9,
  .hero-tile-10 {
    display: none;
  }

  .hero-veil {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      rgba(0, 0, 0, 0.2);
  }

  .hero-content {
    justify-content: flex-start;
    padding-top: 110px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 40px;
  }

  .hero-line-1 {
    line-height: 36px;
  }

  .hero-line-2 {
    margin-top: 8px;
    line-height: 41px;
  }

  .hero-copy {
    margin-top: 11px;
    font-size: 16px;
    line-height: 20px;
  }

  .hero-content .button-hero {
    margin-top: 22px;
  }

  .section {
    padding: 48px 0;
  }

  .career {
    padding: 32px 0 30px;
  }

  .working {
    padding: 35px 0 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .info-card h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .tagline {
    font-size: 18px;
    line-height: 22px;
  }

  p {
    font-size: 14px;
    line-height: 18px;
  }

  .split {
    gap: 30px;
  }

  .split-copy {
    display: flex;
    flex-direction: column;
  }

  .career .split-copy .split-heading {
    order: 2;
  }

  .career .split-copy .split-tagline {
    order: 1;
  }

  .split-copy .split-tagline {
    margin: 0 0 14px;
  }

  .split-copy p {
    order: 3;
    margin-top: 18px;
    font-size: 14px;
    line-height: 18px;
  }

  .split-copy .tagline {
    font-size: 18px;
    line-height: 22px;
  }

  .career .split-copy .split-tagline + p {
    margin-top: 17px;
  }

  .career .split {
    gap: 13px;
  }

  .working .split-copy .split-tagline {
    margin: 12px 0 0;
  }

  .working .split-copy .split-tagline + p {
    margin-top: 15px;
  }

  .working .split-copy .tagline:not(.split-tagline) {
    margin-top: 14px;
  }


  .split-copy .tagline:not(.split-tagline) {
    order: 4;
    margin-top: 26px;
  }

  .collage {
    align-self: center;
    width: 100%;
    max-width: 333px;
  }

  .quote-band {
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
  }

  .quote-band-runners,
  .quote-band-laptop {
    min-height: 578px;
    margin-top: 0;
  }

  .quote-band .quote-media {
    display: none;
    left: 0;
    right: 0;
    width: 100%;
  }

  .quote-band .quote-media-mobile {
    display: block;
  }

  .quote-band-laptop .quote-media-mobile {
    object-view-box: inset(0px 157px 0px 93px);
  }

  .quote-fade,
  .quote-band-laptop .quote-fade {
    left: 0;
    width: 100%;
    height: 241px;
    bottom: auto;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .quote-inner,
  .quote-band-laptop .quote-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 30px 0 0;
  }

  .quote-mark {
    flex: 0 0 73px;
    width: 73px;
    height: 73px;
  }

  .quote-mark img {
    width: 26px;
  }

  .quote-inner h2 {
    color: var(--plum);
  }

  .compare {
    margin-left: calc((var(--container) - 100vw) / 2);
    margin-right: calc((var(--container) - 100vw) / 2);
  }

  .compare-track {
    display: flex;
    gap: 10px;
    padding: 0 calc((100vw - var(--container)) / 2);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: calc((100vw - var(--container)) / 2);
    scrollbar-width: none;
  }

  .compare-track::-webkit-scrollbar {
    display: none;
  }

  .compare-card {
    flex: 0 0 273px;
    min-width: 273px;
    padding: 30px 30px 29px;
    scroll-snap-align: start;
  }

  .compare-card h3 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 22px;
  }

  .check-list {
    margin-top: 20px;
  }

  .check-list li {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .check-list li::before {
    top: 3px;
    width: 13px;
    height: 9px;
  }

  .icon-badge {
    width: 73px;
    height: 73px;
  }

  .icon-badge img {
    width: 45px;
    height: 45px;
  }

  .lifestyle {
    padding: 35px 0 299px;
  }

  .application,
  .callback {
    padding: 32px 0 30px;
  }

  .modal-backdrop {
    padding: 12px;
  }

  .modal-panel {
    width: 100%;
    max-height: 90vh;
    border-radius: 24px;
  }

  .modal-header {
    padding: 24px 20px 16px;
  }

  .modal-body {
    padding: 0 20px 22px;
  }

  .section-heading {
    text-align: center;
  }

  .section-heading h2 {
    margin-bottom: 16px;
  }

  .lifestyle-cards {
    margin-top: 43px;
  }

  .lifestyle-track {
    display: flex;
    justify-content: flex-start;
    width: 234px;
    margin: 0 auto;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .lifestyle-track::-webkit-scrollbar {
    display: none;
  }

  .lifestyle-card {
    flex: 0 0 234px;
    min-width: 234px;
    min-height: 228px;
    padding: 30px 16px 35px;
    scroll-snap-align: center;
  }

  .lifestyle-card h3 {
    margin-top: 22px;
    font-size: 18px;
    line-height: 22px;
  }

  .lifestyle-card p {
    margin-top: 10px;
  }

  .carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
  }

  .carousel-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .carousel-dots-ink button {
    background: rgba(77, 81, 87, 0.5);
  }

  .carousel-dots-ink button[aria-current="true"] {
    background: #4d5157;
  }

  .carousel-dots-light button {
    background: rgba(255, 255, 255, 0.5);
  }

  .carousel-dots-light button[aria-current="true"] {
    background: #ffffff;
  }

  .role-cards {
    margin-top: -269px;
    padding: 0 0 30px;
  }

  .card-grid {
    gap: 30px;
  }

  .info-card,
  .card-grid .info-card:nth-child(2) {
    padding: 33px 20px 26px;
  }

  .info-card h2 {
    margin-top: 14px;
  }

  .info-card .lead-strong {
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .feature-list {
    margin-top: 12px;
  }

  .card-grid .info-card:nth-child(2) .feature-list {
    margin-right: -14px;
  }

  .feature-list li {
    padding-left: 18px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }

  .feature-list li::before {
    top: 7px;
    width: 5px;
    height: 5px;
  }

  .application-kicker {
    margin-bottom: 18px;
    margin-right: -12px;
    font-size: 18px;
    line-height: 22px;
  }

  .job-meta {
    margin-top: 15px;
  }

  .job-meta li {
    padding-left: 23px;
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
  }

  .job-meta li::before {
    top: 1px;
    width: 16px;
    height: 16px;
  }

  .application-lead {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .form-grid,
  .callback-form {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .form-grid {
    margin-top: 28px;
  }

  .callback-form {
    margin-top: 30px;
  }

  .form-grid input:not([type="file"]):not([type="checkbox"]),
  .callback-form input:not([type="checkbox"]),
  .callback-form select {
    min-height: 45px;
    padding: 0 20px;
    font-size: 14px;
  }

  .callback-form select {
    background-position: right 20px center;
    background-size: 12px 10px;
  }

  .interest-row {
    flex-wrap: wrap;
    gap: 12px 30px;
    margin-top: 0;
  }

  .interest-row legend {
    float: none;
    width: 100%;
    margin: 0 0 6px;
    font-size: 14px;
    line-height: 18px;
  }

  .interest-option {
    font-size: 14px;
    line-height: 18px;
  }

  .upload-box {
    min-height: 120px;
    border-radius: 20px;
  }

  .upload-title,
  .upload-copy {
    font-size: 14px;
    line-height: 18px;
  }

  .checkbox-row {
    gap: 10px;
    font-size: 12px;
    line-height: 15px;
  }

  .form-actions {
    justify-content: flex-start;
    margin-top: 8px;
  }

  .site-footer {
    text-align: center;
  }

  .footer-inner {
    padding: 29px 0 28px;
  }

  .footer-branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .footer-logo {
    width: 132px;
  }

  .button-footer {
    min-width: 214px;
    justify-self: center;
    border-color: var(--card-light);
  }

  .footer-brand-copy {
    width: 100%;
    text-align: left;
  }

  .footer-brand-copy p {
    font-size: 12px;
    line-height: 15px;
  }

  .footer-brand-copy p + p {
    margin-top: 27px;
  }
}

@media (max-width: 425px) {
  :root {
    --container: calc(100vw - 60px);
  }
}
