.luxury-page {
  --earth-dark: #24170f;
  --earth-brown: #6f4426;
  --earth-clay: #8b5b33;
  --earth-copper: #c98b3b;
  --earth-orange: #e88b22;
  display: block;
  width: 100%;
  min-width: 0;
  background: #f7f1e7;
  color: #241b12;
  overflow-x: hidden;
}

.luxury-page > section,
.luxury-page > div {
  min-width: 0;
}

.luxury-page a {
  text-decoration: none;
}

.luxury-hero {
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  isolation: isolate;
  background-image: linear-gradient(90deg, rgba(20, 16, 11, .72), rgba(20, 16, 11, .36), rgba(20, 16, 11, .18)), var(--hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 96px 24px;
}

.luxury-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(180deg, rgba(247, 241, 231, 0), #f7f1e7);
  z-index: -1;
}

.luxury-hero__content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.luxury-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #f0c982;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.luxury-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: #f0c982;
}

.luxury-hero h1 {
  max-width: 860px;
  margin: 18px 0 18px;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1;
}

.luxury-hero p {
  max-width: 650px;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.7;
}

.luxury-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.luxury-button,
.luxury-button-outline {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 12px 20px;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.luxury-button {
  background: var(--earth-copper);
  color: #fff;
  border: 1px solid var(--earth-copper);
}

.luxury-button-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .58);
}

.luxury-button:hover,
.luxury-button-outline:hover {
  transform: translateY(-1px);
}

.luxury-button:hover {
  color: #fff;
  background: var(--earth-clay);
}

.luxury-button-outline:hover {
  color: #fff;
  border-color: #fff;
}

.luxury-intro,
.luxury-listing-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.luxury-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 48px;
  align-items: center;
  padding: 74px 0 58px;
}

.luxury-section-title {
  margin: 0;
  color: #241b12;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.12;
  text-align: left;
}

.luxury-section-copy {
  margin: 18px 0 0;
  padding: 0;
  color: #625445;
  font-size: 16px;
  line-height: 1.8;
}

.luxury-metrics {
  display: grid;
  gap: 20px;
  border-left: 1px solid #d8c7ad;
  padding-left: 28px;
}

.luxury-metric strong {
  display: block;
  color: var(--earth-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
}

.luxury-metric span {
  display: block;
  margin-top: 4px;
  padding: 0;
  color: #776854;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.luxury-image-band {
  min-height: 430px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  position: relative;
  background-image: linear-gradient(90deg, rgba(36, 23, 15, .76), rgba(36, 23, 15, .32)), var(--band-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 72px 24px;
}

.luxury-image-band__content {
  width: min(1080px, 100%);
  margin: 0 auto;
}

.luxury-image-band h2 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.13;
  text-align: left;
}

.luxury-image-band p {
  max-width: 600px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.8;
}

.luxury-listing-section {
  padding: 76px 0 82px;
}

.luxury-section-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.luxury-section-header p {
  max-width: 440px;
  margin: 0;
  padding: 0;
  color: #71614f;
  line-height: 1.7;
}

.luxury-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.luxury-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid #e2d1b9;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(36, 27, 18, .08);
}

.luxury-card__image {
  height: 255px;
  overflow: hidden;
  background: #dac6aa;
}

.luxury-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.luxury-card:hover .luxury-card__image img,
.luxury-page .card-safaris:hover .card-img {
  transform: scale(1.035);
}

.luxury-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px;
}

.luxury-card__meta {
  color: #a36b2f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.luxury-card h3 {
  margin: 10px 0 0;
  color: #241b12;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
}

.luxury-card__title-link {
  color: inherit;
  text-decoration: none;
}

.luxury-card__title-link:hover,
.luxury-card__title-link:focus {
  color: var(--earth-brown);
}

.luxury-card p {
  margin: 14px 0 0;
  padding: 0;
  color: #665746;
  line-height: 1.7;
}

.luxury-text-link {
  margin-top: auto;
  padding-top: 20px;
  color: var(--earth-brown);
  font-weight: 900;
}

.luxury-text-link:hover {
  color: var(--earth-orange);
}

.luxury-empty {
  background: #fffaf2;
  border: 1px solid #e2d1b9;
  border-radius: 8px;
  color: #71614f;
  padding: 28px;
  text-align: center;
}

.luxury-page .container-safaris {
  max-width: 1180px;
  padding: 0;
}

.luxury-page .card-grid-safaris {
  width: 100%;
  gap: 24px;
  margin: 0;
}

.luxury-page .card-safaris {
  overflow: hidden;
  background: #fffaf2;
  border: 1px solid #e2d1b9;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(36, 27, 18, .08);
  padding: 0;
}

.luxury-page .card-img {
  height: 255px;
  border-radius: 0;
  margin: 0;
  transition: transform .35s ease;
}

.luxury-page .card-title-safaris {
  margin: 0;
  padding: 20px 20px 0;
  color: #241b12;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
}

.luxury-page .card-desc-safaris {
  margin: 12px 20px 0;
  color: #665746;
  line-height: 1.7;
}

.luxury-page .card-footer-safaris {
  align-items: end;
  gap: 14px;
  padding: 18px 20px 0;
}

.luxury-page .card-price-safaris {
  margin: 0;
  padding: 0;
  color: #665746;
}

.luxury-page .rate-kicker {
  display: block;
  margin-bottom: 5px;
  color: #9d5f31;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.luxury-page .price-highlight {
  display: block;
  padding: 0;
  color: var(--earth-brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.luxury-page .btn-wrapper {
  justify-content: flex-start;
  padding: 0 20px 22px;
}

.luxury-page .button-5 {
  max-width: none;
  min-height: 42px;
  margin-top: 0;
  border-radius: 4px;
  background: var(--earth-brown);
  font-size: 14px;
}

.luxury-page .button-5:hover,
.luxury-page .button-5:focus {
  background: #4e2f1d;
}

.luxury-page--blogs .luxury-hero {
  min-height: 610px;
  align-items: flex-end;
  background-image: linear-gradient(180deg, rgba(36, 23, 15, .12), rgba(36, 23, 15, .82)), var(--hero-image);
  padding-bottom: 120px;
}

.luxury-page--blogs .luxury-hero__content {
  max-width: 980px;
}

.luxury-page--blogs .luxury-hero h1 {
  max-width: 780px;
}

.luxury-page--accommodations .luxury-hero {
  min-height: 680px;
  align-items: flex-end;
  justify-content: flex-start;
  background-image: linear-gradient(180deg, rgba(36, 23, 15, .08), rgba(36, 23, 15, .26) 48%, rgba(36, 23, 15, .68)), var(--hero-image);
  padding-bottom: 92px;
}

.luxury-page--accommodations .luxury-hero__content {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-left: 4px solid var(--earth-copper);
  border-radius: 0;
  padding: 0 0 0 26px;
  box-shadow: none;
}

.luxury-page--accommodations .luxury-hero h1,
.luxury-page--accommodations .luxury-hero p {
  max-width: 720px;
}

.luxury-page--safaris .luxury-hero {
  min-height: 650px;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(180deg, rgba(36, 23, 15, .18), rgba(36, 23, 15, .68)), var(--hero-image);
}

.luxury-page--safaris .luxury-hero__content {
  display: grid;
  justify-items: center;
}

.luxury-page--safaris .luxury-hero h1,
.luxury-page--safaris .luxury-hero p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .luxury-card-grid,
  .luxury-page .card-grid-safaris {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .luxury-hero {
    min-height: 560px;
    padding: 72px 18px;
  }

  .luxury-hero h1 {
    font-size: 42px;
  }

  .luxury-hero p {
    font-size: 16px;
  }

  .luxury-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 54px 0 44px;
  }

  .luxury-section-title,
  .luxury-image-band h2 {
    font-size: 32px;
  }

  .luxury-metrics {
    border-left: 0;
    border-top: 1px solid #d8c7ad;
    padding: 22px 0 0;
  }

  .luxury-image-band {
    min-height: 360px;
    padding: 58px 18px;
  }

  .luxury-section-header {
    display: block;
  }

  .luxury-section-header p {
    margin-top: 14px;
  }

  .luxury-card-grid,
  .luxury-page .card-grid-safaris {
    grid-template-columns: 1fr;
  }
}
