/* =========================================================
   CANDIDATES PAGE
========================================================= */

.candidates-page {
  background: #F5F3EF;
  color: #231C18;
}


/* =========================================================
   HERO
========================================================= */

.candidates-hero {
  background: #2A1F1A;
  padding-top: 170px;
  padding-bottom: 88px;
  color: #F5F3EF;
}

.candidates-hero .site-container {
  max-width: 1512px;
}

.candidates-hero__eyebrow {
  display: block;
  margin-bottom: 18px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  opacity: 0.75;
}

.candidates-hero h1 {
  max-width: 980px;
  margin: 0 0 28px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 50px;
  font-weight: 350;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.candidates-hero p {
  max-width: 760px;
  margin: 0 0 42px;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.45;

  color: rgba(245,243,239,0.82);
}

.candidates-hero__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}


/* =========================================================
   BUTTONS
========================================================= */

.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 22px;

  background: #F5F3EF;
  color: #231C18;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  transition: all 0.3s ease;
}

.btn-light:hover {
  background: #ffffff;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: #F5F3EF;

  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.btn-link span {
  display: flex;
  align-items: center;

  position: relative;
  top: -1px;

  font-size: 16px;
}

.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;
  padding: 0 22px;
  margin-top: 32px;

  background: #2A1F1A;
  color: #F5F3EF;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;

  transition: all 0.3s ease;
}

.btn-dark:hover {
  background: #000;
}


/* =========================================================
   INTRO
========================================================= */

.candidates-intro {
  padding-top: 0;
  padding-bottom: 0;
}

.candidates-intro__grid {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: stretch;
}

.candidates-intro__left {
  background: #F5F3EF;

  padding:
    84px
    78px
    70px
    50px;
}

.candidates-intro__left h2 {
  max-width: 520px;
  margin: 0 0 34px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: -0.03em;
}

.candidates-intro__left p {
  max-width: 520px;
  margin: 0 0 34px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.03;
  letter-spacing: -0.03em;
}


/* =========================================================
   INLINE LINK
========================================================= */

.candidates-intro__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.candidates-inline-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;

  margin-top: 32px;

  color: #231C18;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;

  text-decoration: none;

  transition: opacity 0.3s ease;
}

.candidates-inline-link:hover {
  opacity: 0.7;
}

.candidates-inline-link span {
  position: relative;
  top: -1px;

  font-size: 14px;
  line-height: 1;
}


/* =========================================================
   METRICS
========================================================= */

.metric {
  padding-top: 34px;
}

.metric h3 {
  margin: 0 0 10px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: clamp(54px, 4vw, 74px);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.metric p {
  max-width: 180px;
  margin: 0;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  line-height: 1.35;

  color: #5E5751;
}

/* =========================================================
   INTRO LAYOUT
========================================================= */

.candidates-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 735px;

  width: 100%;
  max-width: none;

  padding-right: 0;
}

.candidates-intro__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 822px;

  padding: 58px 52px 42px;
}

.candidates-intro__content {
  max-width: 662px;
}

.candidates-intro__right {
  position: relative;
}

.candidates-intro__right {
  position: relative;

  width: 100%;
  height: 822px;
}

.candidates-intro__image {
  width: 100%;
  height: 100%;
}

.candidates-intro__image img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
}


/* =========================================================
   METRICS
========================================================= */

.candidates-metrics {
  display: flex;
  gap: 70px;
}

.metric h3 {
  margin: 0 0 10px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.metric p {
  max-width: 150px;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  line-height: 1.25;

  color: #5E5751;
}

.metric--overlay {
  position: absolute;

  left: 58px;
  bottom: 34px;

  color: white;
}

.metric--overlay p {
  color: rgba(255,255,255,0.85);
}

.metric-number-wrapper {
  display: flex;
  align-items: flex-start;
}

.metric-number-wrapper span {
  position: relative;
  top: 6px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 74px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

/* =========================================================
   UNIQUE
========================================================= */

.candidates-unique {
  background: #B7B8AD;

  padding-top: 34px;
  padding-bottom: 62px;
}

.section-label {
  display: block;
  margin-top: 46px;
  margin-bottom: 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  color: #5E5751;
}

.candidates-unique h2 {
  margin: 0 0 78px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.95;
}

.candidates-unique__list {
  display: flex;
  flex-direction: column;
  gap: 34px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.candidates-unique__item {
  display: grid;
  grid-template-columns: 347px 817px;
  column-gap: 82px;

  align-items: start;
}

.candidates-unique__item h3 {
  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 35px;
  font-weight: 350;
  line-height: 40px;

  color: #231C18;
}

.candidates-unique__item p {
  margin: 0;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;

  color: #231C18;
}

/* =========================================================
   EDITORIAL
========================================================= */

.candidates-editorial {
  background: #ffffff;
  padding-top: 88px;
  padding-bottom: 88px;
}

.candidates-editorial__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.candidates-editorial__quote h2 {
  max-width: 540px;
  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 40px;
  font-weight: 350;
  line-height: 50px;
}

.candidates-editorial__content p {
  margin: 0 0 24px;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  line-height: 1.55;

  color: #4D453F;
}


/* =========================================================
   BANNER
========================================================= */

.candidates-banner {
  width: 100%;
  overflow: hidden;
}

.candidates-banner img {
  width: 100%;
  height: 520px;
  display: block;

  object-fit: cover;
}


/* =========================
   TESTIMONIALS
========================= */

.home-testimonials {
  width: 100%;
  background: #ffffff;
}

.home-testimonials__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;

  padding: 72px 54px 78px;
}

.home-testimonials__header span {
  display: block;
  margin-bottom: 4px;

  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;

  color: #8C8C8C;
}

.home-testimonials__header h2 {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 35px;
  font-weight: 350;
  line-height: 40px;

  color: #3B1200;
}

.home-testimonials__arrows {
  margin-top: 18px;

  display: flex;
  align-items: center;
  gap: 20px;
}

.home-testimonials__arrows button {
  padding: 0;
  border: 0;
  background: transparent;

  font-family: var(--font-sans);
  font-size: 22px;
  line-height: 1;
  font-weight: 300;

  color: #3B1200;
  cursor: pointer;
}

.home-testimonials__grid {
  margin-top: 44px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 92px;

  position: relative;
}

.home-testimonials__grid::before {
  content: "";
  position: absolute;

  top: 0;
  bottom: 0;
  left: 50%;

  width: 1px;
  background: #8C8C8C;
  opacity: .65;
}

.home-testimonial {
  max-width: 645px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  min-height: 365px;
}

.home-testimonial p {
  margin: 0;

  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 350;
  line-height: 30px;

  color: #3B1200;
}

.home-testimonial div {
  margin-top: 30px;
}

.home-testimonial strong {
  display: block;

  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;

  color: #000000;
}

.home-testimonial em {
  display: block;

  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  font-style: italic;

  color: #737373;
}

