.join-page {
  background: #fbf8f1;
  color: #29251f;
}

.join-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #a37209;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.5;
  text-transform: uppercase;
}

.join-eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.join-hero {
  overflow: hidden;
  background: #211f1a;
}

.join-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  min-height: 730px;
}

.join-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(40px, 6vw, 95px) 90px 0;
}

.join-hero h1 {
  margin: 28px 0 30px;
  color: #fffaf0;
  font-family: var(--font-display);
  font-size: clamp(68px, 8vw, 116px);
  font-weight: 500;
  line-height: .83;
  letter-spacing: -.055em;
}

.join-hero h1 em {
  color: #e1b23a;
  font-weight: 400;
}

.join-hero__content > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,250,240,.67);
  font-size: 17px;
  line-height: 1.8;
}

.join-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.join-btn--gold {
  background: #e1b23a;
  color: #211f1a;
}

.join-btn--line {
  border: 1px solid rgba(255,255,255,.25);
  color: #fffaf0;
}

.join-btn:hover {
  color: #211f1a;
  background: #fffaf0;
  transform: translateY(-2px);
}

.join-hero__note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 620px;
  margin-top: 42px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,250,240,.53);
  font-size: 13px;
  line-height: 1.65;
}

.join-hero__note i {
  margin-top: 4px;
  color: #e1b23a;
}

.join-hero__visual {
  position: relative;
  min-height: 730px;
  overflow: hidden;
  border-radius: 90px 0 0 0;
}

.join-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .9s cubic-bezier(.16,1,.3,1);
}

.join-hero__visual:hover img {
  transform: scale(1.025);
}

.join-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(22,19,15,.8));
}

.join-hero__visual > p {
  position: absolute;
  right: 40px;
  bottom: 46px;
  left: 40px;
  max-width: 440px;
  margin: 0;
}

.join-hero__visual > p span,
.join-hero__visual > p strong {
  display: block;
}

.join-hero__visual > p span {
  margin-bottom: 9px;
  color: #e1b23a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.join-hero__visual > p strong {
  color: #fffaf0;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 43px);
  font-weight: 500;
  line-height: 1.06;
}

.join-hero__rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1320px;
  margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.12);
}

.join-hero__rail span {
  display: grid;
  min-height: 92px;
  padding: 20px;
  place-items: center;
  border-right: 1px solid rgba(255,255,255,.12);
  color: rgba(255,250,240,.72);
  font-family: var(--font-display);
  font-size: 21px;
}

.join-hero__rail span:last-child {
  border-right: 0;
  background: #e1b23a;
  color: #211f1a;
}

.join-pathways,
.join-volunteer,
.join-process {
  padding: clamp(90px, 10vw, 145px) 0;
}

.join-section-head {
  display: grid;
  grid-template-columns: .55fr 1.2fr .7fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: end;
  margin-bottom: 64px;
}

.join-section-head small {
  display: block;
  margin-top: 25px;
  color: #746b5c;
  font-family: var(--font-display);
  font-size: 20px;
  font-style: italic;
}

.join-section-head h2,
.join-values__intro h2,
.join-volunteer__content h2,
.join-process header h2,
.join-closing h2 {
  margin: 0;
  color: #29251f;
  font-family: var(--font-display);
  font-size: clamp(49px, 5.8vw, 80px);
  font-weight: 500;
  line-height: .92;
  letter-spacing: -.045em;
}

.join-section-head > p {
  margin: 0 0 4px;
  color: #6d6556;
  font-size: 16px;
  line-height: 1.75;
}

.join-pathways__grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: repeat(3, minmax(220px, auto));
  border-top: 1px solid #d9cfbb;
  border-left: 1px solid #d9cfbb;
}

.join-pathway {
  position: relative;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  padding: 30px;
  border-right: 1px solid #d9cfbb;
  border-bottom: 1px solid #d9cfbb;
  background: #fbf8f1;
  transition: background .25s ease, transform .25s ease;
}

.join-pathway--featured {
  grid-row: span 3;
  padding: clamp(35px, 5vw, 58px);
  background: #25221d;
}

.join-pathway:hover:not(.join-pathway--featured) {
  z-index: 1;
  background: #f0e5cf;
  transform: translateY(-3px);
}

.join-pathway > span {
  color: #a57309;
  font-family: var(--font-display);
  font-size: 18px;
}

.join-pathway > i {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #a57309;
  font-size: 34px;
}

.join-pathway--featured > i {
  top: 50px;
  right: 50px;
  color: #e1b23a;
  font-size: 68px;
}

.join-pathway > div {
  align-self: end;
}

.join-pathway small {
  display: block;
  color: #9a6b07;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.join-pathway h3 {
  max-width: 470px;
  margin: 12px 0 12px;
  color: #2b2721;
  font-family: var(--font-display);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.02;
}

.join-pathway p {
  max-width: 470px;
  margin: 0 0 22px;
  color: #6e6657;
  font-size: 15px;
  line-height: 1.7;
}

.join-pathway a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  color: #332e27;
  font-size: 14px;
  font-weight: 700;
}

.join-pathway--featured small,
.join-pathway--featured > span {
  color: #e1b23a;
}

.join-pathway--featured h3 {
  margin-top: 220px;
  color: #fffaf0;
  font-size: clamp(48px, 5vw, 70px);
}

.join-pathway--featured p {
  color: rgba(255,250,240,.63);
  font-size: 16px;
}

.join-pathway--featured a {
  color: #e1b23a;
}

.join-values {
  padding: clamp(85px, 9vw, 130px) 0;
  background: #eee3cc;
}

.join-values__grid {
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
  gap: clamp(50px, 8vw, 110px);
}

.join-values__intro h2 {
  margin: 24px 0 26px;
}

.join-values__intro p {
  max-width: 490px;
  margin: 0;
  color: #655d50;
  font-size: 17px;
  line-height: 1.8;
}

.join-values__list {
  border-top: 1px solid rgba(53,45,31,.22);
}

.join-values__list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(53,45,31,.22);
}

.join-values__list article > span {
  color: #a67409;
  font-family: var(--font-display);
  font-size: 18px;
}

.join-values__list h3 {
  margin: 0 0 7px;
  color: #29251f;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 600;
}

.join-values__list p {
  margin: 0;
  color: #6a6253;
  font-size: 15px;
  line-height: 1.7;
}

.join-volunteer__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
}

.join-volunteer__media {
  position: relative;
  min-height: 660px;
}

.join-volunteer__media img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  border-radius: 2px 85px 2px 2px;
}

.join-volunteer__media > div {
  position: absolute;
  right: -35px;
  bottom: 45px;
  max-width: 290px;
  padding: 27px 31px;
  background: #25221d;
}

.join-volunteer__media > div span,
.join-volunteer__media > div strong {
  display: block;
}

.join-volunteer__media > div span {
  margin-bottom: 9px;
  color: #e1b23a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.join-volunteer__media > div strong {
  color: #fffaf0;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.12;
}

.join-volunteer__content h2 {
  margin: 23px 0 27px;
}

.join-volunteer__content > p {
  margin: 0;
  color: #665e50;
  font-size: 17px;
  line-height: 1.8;
}

.join-volunteer__roles {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}

.join-volunteer__roles span {
  padding: 10px 14px;
  border: 1px solid #d1c5ad;
  border-radius: 999px;
  color: #5f5749;
  font-size: 14px;
}

.join-volunteer__callout {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 32px;
  padding: 21px;
  border-left: 2px solid #d9a92f;
  background: #f1e7d3;
}

.join-volunteer__callout i {
  margin-top: 4px;
  color: #a67308;
}

.join-volunteer__callout p,
.join-volunteer__callout strong,
.join-volunteer__callout span {
  display: block;
  margin: 0;
}

.join-volunteer__callout strong {
  margin-bottom: 4px;
  color: #302b24;
  font-size: 15px;
}

.join-volunteer__callout span {
  color: #6a6254;
  font-size: 14px;
  line-height: 1.6;
}

.join-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid #302b24;
  color: #302b24;
  font-size: 15px;
  font-weight: 700;
}

.join-process {
  background: #f0e5cf;
}

.join-process header {
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 58px;
}

.join-process__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(53,45,31,.24);
  border-left: 1px solid rgba(53,45,31,.24);
}

.join-process__steps article {
  min-height: 270px;
  padding: 30px;
  border-right: 1px solid rgba(53,45,31,.24);
  border-bottom: 1px solid rgba(53,45,31,.24);
}

.join-process__steps article > span {
  color: #a57208;
  font-family: var(--font-display);
  font-size: 18px;
}

.join-process__steps h3 {
  margin: 85px 0 10px;
  color: #29251f;
  font-family: var(--font-display);
  font-size: 29px;
  font-weight: 600;
}

.join-process__steps p {
  margin: 0;
  color: #6b6354;
  font-size: 15px;
  line-height: 1.7;
}

.join-closing {
  padding: clamp(90px, 10vw, 145px) 0;
  background: #25221d;
  text-align: center;
}

.join-closing .join-eyebrow {
  justify-content: center;
}

.join-closing h2 {
  max-width: 970px;
  margin: 25px auto 24px;
  color: #fffaf0;
}

.join-closing > .container > p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255,250,240,.62);
  font-size: 17px;
  line-height: 1.8;
}

.join-closing > .container > div {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 37px;
}

@media (max-width: 1199px) {
  .join-section-head {
    grid-template-columns: .7fr 1.3fr;
  }

  .join-section-head > p {
    grid-column: 2;
  }
}

@media (max-width: 991px) {
  .join-hero__grid,
  .join-values__grid,
  .join-volunteer__grid {
    grid-template-columns: 1fr;
  }

  .join-hero__content {
    min-height: 660px;
    padding-right: 0;
  }

  .join-hero__visual {
    min-height: 620px;
  }

  .join-pathways__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .join-pathway--featured {
    grid-row: auto;
    min-height: 540px;
  }

  .join-volunteer__media {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .join-hero__content {
    min-height: auto;
    padding: 90px 0 75px;
  }

  .join-hero__actions,
  .join-closing > .container > div {
    align-items: stretch;
    flex-direction: column;
  }

  .join-hero__visual {
    min-height: 520px;
    border-radius: 55px 0 0 0;
  }

  .join-hero__rail {
    grid-template-columns: repeat(2, 1fr);
  }

  .join-section-head,
  .join-process header {
    grid-template-columns: 1fr;
  }

  .join-section-head > p {
    grid-column: auto;
  }

  .join-pathway--featured {
    min-height: 460px;
  }

  .join-pathway--featured h3 {
    margin-top: 160px;
  }

  .join-volunteer__media,
  .join-volunteer__media img {
    min-height: 490px;
    height: 490px;
  }

  .join-volunteer__media > div {
    right: 0;
  }

  .join-process__steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .join-hero__rail {
    grid-template-columns: 1fr;
  }

  .join-pathway,
  .join-pathway--featured {
    padding: 27px 22px;
  }

  .join-pathway--featured > i {
    top: 28px;
    right: 25px;
  }

  .join-pathway h3 {
    font-size: 31px;
  }
}
