/* =========================
   ABOUT PAGE
========================= */

.about-page {
  background: #ffffff;
}


/* =========================
   HERO
========================= */

.about-hero {
  width: 100%;
  background: #B7B8AD;
}


/* TOP SECTION */

.about-hero__intro {
  padding-top: 80px;
  padding-bottom: 80px;
}


/* CONTAINER */

.about-hero__inner {
  width: 100%;
  max-width: 1512px;

  margin: 0 auto;

  padding-left: 32px;
  padding-right: 32px;
}


/* EYEBROW */

.about-hero__eyebrow {
  display: block;

  margin-bottom: 8px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;

  text-transform: uppercase;

  color: #000000;
}


/* TITLE */

.about-hero__title {
  max-width: 1433px;

  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.035em;

  color: #000000;
}

.about-hero__title span {
  color: #FFFFFF;
}


/* IMAGE */

.about-hero__image {
  width: 100%;
  height: 390px;

  overflow: hidden;
}

.about-hero__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: center center;

  filter: grayscale(100%);
}

/* =========================
   MISSION
========================= */

.about-mission {
  background: #ffffff;

  padding-top: 74px;
  padding-bottom: 138px;
}


.about-mission__inner {
  width: 100%;
  max-width: 1512px;

  margin: 0 auto;

  padding-left: 33px;
  padding-right: 53px;
}


/* EYEBROW */

.about-mission__eyebrow {
  display: block;

  margin-bottom: 18px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;

  text-transform: uppercase;

  color: #231C18;
}


/* CONTENT */

.about-mission__content {
  max-width: 1426px;
}


/* TEXT */

.about-mission__text {
  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.03em;

  color: #A9A9A9;
}


/* DARK WORDS */

.about-mission__highlight {
  color: #40281E;
}

/* =========================
   THE TEAM
========================= */

.about-team {
  background: #EDECE9;
  padding-top: 54px;
  padding-bottom: 120px;
}

.about-team__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding-left: 33px;
  padding-right: 53px;
}

.about-team__eyebrow {
  display: block;
  margin-bottom: 28px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;

  color: #231C18;
}

.team-member {
  display: grid;
  grid-template-columns: 598px 1fr;
  column-gap: 78px;

  margin-bottom: 180px;
}

.team-member:last-child {
  margin-bottom: 0;
}

.team-member__image {
  width: 598px;
  height: 673px;
  overflow: hidden;
}

.team-member__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-member__content {
  padding-top: 18px;
  max-width: 657px;
}

.team-member__content h2 {
  margin: 0 0 32px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 43px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;

  color: #231C18;
}

.team-member__content p {
  margin: 0 0 24px;

  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.38;

  color: #231C18;
}

.team-member__accordion {
  margin-top: 36px;
}

.team-member__accordion details {
  border-top: 1px solid rgba(35, 28, 24, 0.25);
}

.team-member__accordion details:last-child {
  border-bottom: 1px solid rgba(35, 28, 24, 0.25);
}

.team-member__accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 10px 0;

  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;

  color: #231C18;
  cursor: pointer;

  list-style: none;
}

.team-member__accordion summary::-webkit-details-marker {
  display: none;
}

.team-member__accordion summary::after {
  content: "+";
  font-size: 15px;
}

/* =========================
   VALUES
========================= */

.about-values {
  background: #2B221E;
  padding-top: 72px;
  padding-bottom: 84px;
}


.about-values__inner {
  width: 100%;
  max-width: 1512px;

  margin: 0 auto;

  padding-left: 32px;
  padding-right: 32px;

  box-sizing: border-box;
}


/* EYEBROW */

.about-values__eyebrow {
  display: block;

  margin-bottom: 34px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;

  text-transform: uppercase;

  color: #FFFFFF;
}

/* ROW */

.about-value {
  display: grid;

  grid-template-columns: 36% 1fr;
  column-gap: 72px;

  align-items: start;

  padding-top: 24px;
  padding-bottom: 24px;
}


/* TITLES */

.about-value h3 {
  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0;

  color: #FFFFFF;
}


/* TEXT */

.about-value p {
  margin: 0;

  max-width: 817px;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;

  color: #FFFFFF;
}

/* =========================
   ABOUT TESTIMONIALS
========================= */

.about-testimonials {
  background: #F5F3EF;
  padding-top: 54px;
  padding-bottom: 78px;
}

.about-testimonials__inner {
  width: 100%;
  max-width: 1512px;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}

.about-testimonials__header {
  margin-bottom: 34px;
}

.about-testimonials__header span {
  display: block;
  margin-bottom: 6px;

  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;

  color: #231C18;
}

.about-testimonials__header h2 {
  margin: 0 0 8px;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;

  color: #231C18;
}

.about-testimonials__arrows {
  display: flex;
  gap: 14px;
}

.about-testimonials__arrows button {
  border: 0;
  background: transparent;
  padding: 0;

  font-family: 'DM Sans', sans-serif;
  font-size: 18px;
  cursor: pointer;

  color: #231C18;
}

.about-testimonials__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 88px;

  max-width: 1340px;
  margin: 0 auto;
}

.about-testimonial {
  color: #231C18;
}

.about-testimonial__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.about-testimonial p {
  margin: 0;

  font-family: 'P22 Mackinac Pro', serif;
  font-size: 20px;
  line-height: 1.28;
  font-weight: 300;
  letter-spacing: -0.025em;

  color: #231C18;
}

.about-testimonial__author {
  margin-top: 34px;

  font-family: 'DM Sans', sans-serif;
  text-align: left;
}

.about-testimonial__author strong {
  display: block;

  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;

  color: #231C18;
}

.about-testimonial__author span {
  display: block;
  margin-top: 4px;

  font-size: 11px;
  font-style: italic;
  line-height: 1.2;

  color: #8C8C8C;
}

.about-testimonial__author {
  margin-top: 42px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  font-family: 'DM Sans', sans-serif;
}