.home-page {
  background: #fbfaf6;
}

.home-hero {
  position: relative;
  min-height: 38rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #352714;
}

.home-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(30, 23, 12, .94) 0%, rgba(37, 28, 14, .78) 42%, rgba(37, 28, 14, .24) 72%, rgba(37, 28, 14, .08) 100%);
}

.home-shell {
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.home-hero__content {
  padding-block: 6.5rem;
}

.home-hero__panel {
  max-width: 42rem;
  color: #fff;
}

.home-kicker {
  color: #b87818;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.home-hero .home-kicker {
  color: #f2c66d;
}

.home-hero__title {
  max-width: 41rem;
  margin-top: 1rem;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.7rem, 5.3vw, 4.8rem);
  font-weight: 600;
  line-height: 1.03;
  letter-spacing: -.03em;
  text-wrap: balance;
}

.home-hero__text {
  max-width: 37rem;
  margin-top: 1.4rem;
  color: rgba(255, 255, 255, .84);
  font-size: 1.02rem;
  line-height: 1.75;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 2rem;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: .75rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 2px;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
  transition: background-color .2s ease, border-color .2s ease;
}

.home-button:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .1);
}

.home-button--gold {
  border-color: #d9a038;
  background: #d9a038;
  color: #261b0e;
}

.home-button--gold:hover {
  border-color: #edbd60;
  background: #edbd60;
}

.home-button--dark {
  border-color: #49351e;
  background: #49351e;
  color: #fff;
}

.home-button--dark:hover {
  border-color: #654a2a;
  background: #654a2a;
}

.home-facts {
  position: relative;
  z-index: 1;
  margin-top: -2.75rem;
}

.home-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #ded5c6;
  background: #fff;
  box-shadow: 0 18px 45px -35px rgba(40, 28, 12, .55);
}

.home-fact {
  padding: 1.6rem 1.75rem;
}

.home-fact + .home-fact {
  border-left: 1px solid #ded5c6;
}

.home-fact__value {
  font-family: Fraunces, Georgia, serif;
  color: #49351e;
  font-size: 1.8rem;
  line-height: 1;
}

.home-fact__label {
  margin-top: .5rem;
  color: #756b5e;
  font-size: .78rem;
  line-height: 1.45;
}

.home-section {
  padding-block: 4.5rem;
}

.home-section--white {
  border-block: 1px solid #e4ddd2;
  background: #fff;
}

.home-minister {
  display: grid;
  grid-template-columns: minmax(160px, 182px) 1fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  border: 1px solid #e4ddd2;
  background: #fff;
  padding: clamp(1.25rem, 3vw, 2.5rem);
}

.home-minister__portrait-wrap {
  overflow: hidden;
  background: #f4f0e7;
}

.home-minister__portrait {
  display: block;
  width: 100%;
  aspect-ratio: 394 / 507;
  object-fit: cover;
}

.home-minister__role {
  margin-top: .75rem;
  color: #49351e;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.6;
}

.home-minister__rule {
  width: 4rem;
  height: 2px;
  margin: 1.5rem 0;
  background: #b78a3d;
}

.home-minister__details {
  display: grid;
  gap: 1.15rem;
  font-size: .95rem;
  line-height: 1.7;
}

.home-minister__details div {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1rem;
}

.home-minister__details dt {
  color: #49351e;
  font-weight: 600;
}

.home-minister__details dd {
  color: #756b5e;
}

.home-minister__details a {
  color: #49351e;
  text-decoration: underline;
  text-underline-offset: .2em;
}

.home-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: 4rem;
  align-items: start;
}

.home-gallery {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 1rem;
  margin-top: 2.5rem;
}

.home-gallery__item {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  background: #49351e;
}

.home-gallery__item:first-child {
  min-height: 25rem;
}

.home-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-gallery__item:hover .home-gallery__image {
  transform: scale(1.025);
}

.home-gallery__caption {
  position: absolute;
  inset: auto 0 0;
  padding: 2.6rem 1.25rem 1.15rem;
  background: linear-gradient(0deg, rgba(26, 20, 12, .88), transparent);
  color: rgba(255, 255, 255, .9);
  font-size: .78rem;
  line-height: 1.45;
}

.home-section__heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.home-section__intro {
  max-width: 34rem;
  color: #756b5e;
  font-size: .86rem;
  line-height: 1.65;
}

.home-heading {
  margin-top: .8rem;
  font-family: Fraunces, Georgia, serif;
  color: #49351e;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.home-copy {
  margin-top: 1.4rem;
  color: #62594e;
  font-size: .96rem;
  line-height: 1.8;
}

.home-text-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: #7b4c13;
  font-size: .86rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.home-role {
  border-top: 2px solid #b87818;
}

.home-role__item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: .75rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #ded5c6;
}

.home-role__number {
  color: #b87818;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.05rem;
}

.home-role__title {
  color: #49351e;
  font-weight: 600;
}

.home-role__text {
  margin-top: .35rem;
  color: #756b5e;
  font-size: .82rem;
  line-height: 1.6;
}

.home-update {
  display: grid;
  grid-template-columns: 10rem 1fr auto;
  gap: 2rem;
  align-items: center;
  margin-top: 2.5rem;
  padding-block: 2rem;
  border-block: 1px solid #d8cdbd;
}

.home-update__date {
  color: #756b5e;
  font-size: .82rem;
}

.home-update__title {
  font-family: Fraunces, Georgia, serif;
  color: #49351e;
  font-size: 1.45rem;
  font-weight: 600;
}

.home-update__text {
  max-width: 38rem;
  margin-top: .45rem;
  color: #756b5e;
  font-size: .84rem;
  line-height: 1.6;
}

.home-membership {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  padding: 3.25rem;
  border-left: 4px solid #d9a038;
  background: #49351e;
  color: #fff;
}

.home-membership .home-heading {
  margin-top: .55rem;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.home-membership__text {
  max-width: 42rem;
  margin-top: .9rem;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  line-height: 1.7;
}

.home-table-wrap {
  margin-top: 2.5rem;
  overflow-x: auto;
  border: 1px solid #e4ddd2;
  border-top: 3px solid #d9a038;
  background: #fff;
}

.home-table {
  width: 100%;
  min-width: 30rem;
  border-collapse: collapse;
  font-size: .92rem;
}

.home-table thead th {
  padding: 1rem 1.75rem;
  background: #49351e;
  color: #fff;
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  font-size: .74rem;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

.home-table thead th:last-child {
  text-align: right;
}

.home-table tbody td {
  padding: 1.05rem 1.75rem;
  color: #3d342a;
  border-bottom: 1px solid #e4ddd2;
  line-height: 1.5;
}

.home-table tbody tr:last-child td {
  border-bottom: none;
}

.home-table tbody tr:nth-child(even) {
  background: #faf7f1;
}

.home-table tbody tr:hover {
  background: #f6efe1;
}

.home-table td:last-child {
  color: #49351e;
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .home-hero {
    min-height: 34rem;
    align-items: flex-end;
  }

  .home-hero__image {
    object-position: 44% center;
  }

  .home-hero::after {
    background: linear-gradient(0deg, rgba(30, 23, 12, .96) 0%, rgba(37, 28, 14, .72) 65%, rgba(37, 28, 14, .22) 100%);
  }

  .home-hero__content {
    padding-block: 7rem 4rem;
  }

  .home-facts {
    margin-top: 0;
  }

  .home-facts__grid,
  .home-intro,
  .home-gallery,
  .home-update,
  .home-membership {
    grid-template-columns: 1fr;
  }

  .home-minister {
    grid-template-columns: 1fr;
  }

  .home-minister__portrait-wrap {
    max-width: 10.5rem;
  }

  .home-minister__details div {
    grid-template-columns: 1fr;
    gap: .2rem;
  }

  .home-fact + .home-fact {
    border-top: 1px solid #ded5c6;
    border-left: 0;
  }

  .home-section {
    padding-block: 3.5rem;
  }

  .home-intro {
    gap: 3rem;
  }

  .home-section__heading-row {
    display: block;
  }

  .home-section__intro {
    margin-top: 1rem;
  }

  .home-gallery__item,
  .home-gallery__item:first-child {
    min-height: 17rem;
  }

  .home-update {
    gap: 1rem;
  }

  .home-membership {
    gap: 1.5rem;
    padding: 2rem;
  }
}
