/* =========================================================
   MOBILE CANDIDATES PAGE
========================================================= */
  @media screen and (max-width: 768px) {
  .mobile-candidates-page {
    background: #ffffff;
    color: #231C18;
  }

  /* =========================================================
    RESET DESKTOP
  ========================================================= */

  .mobile-candidates-page * {
    box-sizing: border-box;
  }

  .mobile-candidates-page .site-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-candidates-page {
    margin-top: 0;
    padding-top: 0;
  }


  /* =========================================================
    GLOBAL
  ========================================================= */

  .mobile-candidates-label {
    display: block;

    margin-bottom: 12px;

    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #ffffff;
  }


  /* =========================================================
    HERO
  ========================================================= */
  .mobile-candidates-hero__inner {
    padding-top: 80px; 
    padding-bottom: 20px;
  }

  .mobile-candidates-hero {

    position: relative;

    overflow: hidden;

    background-color: #2A1F1A;

    background-image:
      url('../../img/candidates/candidates-hero-mobile.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding:
      104px
      21px
      54px;

    color: #F5F3EF;
  }

  .mobile-candidates-hero h1 {
    margin: 0 0 22px;

    font-family: var(--font-serif);
    font-size: 35px;
    font-weight: 350;
    line-height: 42px;
    letter-spacing: 0;
  }

  .mobile-candidates-hero p {
    margin: 0 0 56px;

    max-width: 330px;

    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    color: rgba(245,243,239,.82);
  }

  .mobile-candidates-hero__actions {
    display: flex;
    align-items: center;
    gap: 18px;
  }


  /* =========================================================
    BUTTONS
  ========================================================= */

  .mobile-candidates-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 56px;

    padding: 0 8px;

    text-decoration: none;

    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;

    transition: all .3s ease;
  }

  .mobile-candidates-btn--light {
    background: #F5F3EF;
    color: #231C18;
  }

  .mobile-candidates-btn--dark {
    background: #231C18;
    color: #F5F3EF;
  }

  .mobile-candidates-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #F5F3EF;

    text-decoration: none;
  }

  .mobile-candidates-link span {
    position: relative;
    top: -1px;
  }


  /* =========================================================
    INTRO
  ========================================================= */

  .mobile-candidates-intro {
    background: #ffffff;
  }

  .mobile-candidates-intro__text {
    padding:
      40px
      21px
      36px;
  }

  .mobile-candidates-intro__text h2 {
    margin: 0 0 22px;

    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: 350;
    line-height: 36px;
    letter-spacing: 0;

    color: #231C18;
  }

  .mobile-candidates-intro__text p {
    margin: 0 0 22px;

    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: 350;
    line-height: 36px;
    letter-spacing: 0;

    color: #231C18;
  }

  .mobile-candidates-inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;

    color: #231C18;
    text-decoration: none;
  }

  .mobile-candidates-inline-link span {
    position: relative;
    top: -1px;
  }


  /* =========================================================
    INTRO IMAGE + METRICS
  ========================================================= */

  .mobile-candidates-intro__visual {
    position: relative;

    width: 100%;
    height: 800px;

    overflow: hidden;
  }

  .mobile-candidates-intro__visual img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center top;
  }

  .mobile-candidates-intro__visual::after {
    content: "";

    position: absolute;
    inset: 0;

    background: linear-gradient(
      to bottom,
      rgba(0,0,0,0) 35%,
      rgba(0,0,0,0.55) 100%
    );

    z-index: 1;
  }

  .mobile-candidates-metrics {
    position: absolute;
    left: 21px;
    bottom: 28px;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 30px;

    padding: 0;
  }

  .mobile-candidates-metric h3 {
    margin: 0 0 4px;

    font-family: var(--font-serif);
    font-size: 58px;
    font-weight: 350;
    line-height: .9;
    letter-spacing: -0.05em;

    color: #FFFFFF;
  }

  .mobile-candidates-metric p {
    margin: 0;

    max-width: 185px;

    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;

    color: #FFFFFF;
  }

  /* =========================================================
    UNIQUE
  ========================================================= */

  .mobile-candidates-unique {
    background: #B7B8AD;

    padding:
      42px
      21px
      52px;
  }

  .mobile-candidates-unique .mobile-candidates-label {
    color: #5E5751;
  }

  .mobile-candidates-label {
    display: block;
    margin-bottom: 4px;

    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;

    color: rgba(0, 0, 0, 0.5);
  }

  .mobile-candidates-unique h2 {
    margin: 0 0 100px;

    font-family: var(--font-serif);
    font-size: 40px;
    font-weight: 350;
    line-height: 40px;

    color: #231C18;
  }

  .mobile-candidates-unique__list {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .mobile-candidates-unique__item h3 {
    margin: 0 0 10px;

    font-family: var(--font-serif);
    font-size: 30px;
    font-weight: 350;
    line-height: 40px;

    color: #231C18;
  }

  .mobile-candidates-unique__item p {
    margin: 0;

    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    color: #231C18;
  }


  /* =========================================================
    EDITORIAL
  ========================================================= */

  .mobile-candidates-editorial {
    padding:
      48px
      21px
      54px;

    background: #ffffff;
  }

  .mobile-candidates-editorial__quote {
    margin-bottom: 38px;
  }

  .mobile-candidates-editorial__quote h2 {
    margin: 0;

    font-family: var(--font-serif);
    font-size: 38px;
    font-weight: 350;
    line-height: 40px;
    letter-spacing: 0;

    color: #231C18;
  }

  .mobile-candidates-editorial__content p {
    margin: 0 0 24px;

    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;

    color: #4D453F;
  }

  .mobile-candidates-editorial__content p:last-of-type {
    margin-bottom: 34px;
  }

  .btn-dark {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0 22px;

    background: #2A1F1A;
    color: #F5F3EF;

    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;

    transition: all 0.3s ease;
  }


  /* =========================================================
    BANNER
  ========================================================= */

  .mobile-candidates-banner {
    width: 100%;
    height: 670px;

    overflow: hidden;
  }

  .mobile-candidates-banner img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;
  }

  /* =========================================================
    TESTIMONIALS
  ========================================================= */

  .mobile-home-testimonials__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .mobile-home-testimonials__content {
    padding:
      36px
      21px
      40px;
  }

  .mobile-home-testimonials__top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 28px;
  }

  .mobile-home-testimonials .mobile-section-label {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-muted);
    margin-bottom: -4px;
  }

  .mobile-home-testimonials__arrows {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
  }

  .mobile-home-testimonials__arrows button {
    padding: 0;
    border: 0;
    background: transparent;
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    color: #3B1200;
    cursor: pointer;
  }

  .mobile-home-testimonial p {
    margin: 0 0 28px;
    max-width: 395px;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: 350;
    line-height: 35px;
    letter-spacing: 0;
    color: #3B1200;
  }

  .mobile-home-testimonial__author {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .mobile-home-testimonial__author strong {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: var(--color-dark);
  }

  .mobile-home-testimonial__author span {
    font-family: var(--font-sans);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    color: #8C8C8C;
  }

  /* =========================================================
    FORCED
  ========================================================= */
  .mobile-candidates-hero .mobile-candidates-label {
    color: #FFFFFF !important;
    opacity: 0.5;
  }
}