.page-home .hero-media {
  position: relative;
  min-height: clamp(560px, 72vh, 780px);
  overflow: hidden;
  background: var(--color-navy);
}

.page-home .hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(16, 42, 68, 0.9) 0%, rgba(22, 58, 92, 0.68) 46%, rgba(22, 58, 92, 0.28) 100%),
    linear-gradient(180deg, rgba(16, 42, 68, 0.22) 0%, rgba(16, 42, 68, 0.08) 40%, rgba(16, 42, 68, 0.35) 100%);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: clamp(560px, 72vh, 780px);
}

.page-home .hero-content {
  width: 100%;
  padding: clamp(48px, 8vh, 88px) 0;
}

.home-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  width: 100%;
}

.home-hero__copy {
  max-width: 760px;
}

.page-home .hero-title {
  margin: 0;
  max-width: 760px;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 6vw, 5.6rem);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #fff !important;
}

.page-home .hero-title span {
  display: block;
}

.home-hero__lead {
  max-width: 560px;
  margin: 26px 0 0;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9) !important;
}

.home-hero__cta,
.home-contact__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 30px;
  padding: 13px 26px;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-navy);
  background: #fff;
}

.home-hero__cta:hover {
  color: #fff;
  background: var(--color-gold);
}

.home-hero__brand {
  display: flex;
  justify-content: flex-end;
  align-self: start;
  padding-top: 8px;
}

.page-home .hero-logo {
  width: min(240px, 22vw);
  margin-top: 0;
  filter: brightness(0) invert(1);
}

.home-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.page-home .about-copy {
  max-width: 620px;
  padding-left: 0;
}

.home-section {
  padding: 88px 0;
}

.page-home .about-section {
  padding-bottom: 48px;
}

.home-section--activities {
  background: transparent;
  padding-top: 48px;
}

.home-rail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin: 8px 0;
  background: transparent;
}

.home-rail::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(73, 95, 116, 0.45);
}

.home-rail__label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 22px;
  color: #6a7c8c;
  background: var(--color-sand);
  border: 1px solid rgba(73, 95, 116, 0.45);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.home-rail__label img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  object-position: center;
}

.home-showcase {
  padding: 48px 0 88px;
  background: transparent;
}

.home-showcase__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
  gap: clamp(32px, 4.5vw, 72px);
  align-items: center;
}

.home-showcase__head {
  max-width: 460px;
  margin: 0;
  padding-top: 0;
  text-align: left;
}

.home-showcase__head .contact-info__heading {
  margin-bottom: 0;
}

.home-showcase__head .contact-info__title {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.home-showcase__lead {
  max-width: 36ch;
  margin: 16px 0 0;
  margin-left: calc(88px + 18px);
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.65;
  text-align: left;
  color: var(--color-navy);
}

.home-showcase__stage {
  --showcase-list-h: 540px;
  --showcase-left-w: 200px;
  --showcase-left-h: 440px;
  --showcase-list-w: 340px;
  --showcase-overlap-left: 95px;
  --showcase-overlap-right: 80px;
  position: relative;
  width: 100%;
  height: var(--showcase-list-h);
  margin: 0;
}

.home-showcase__media {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #d9d2c8;
}

.home-showcase__media--left {
  left: 0;
  top: 50%;
  width: var(--showcase-left-w);
  height: var(--showcase-left-h);
  transform: translateY(-50%);
}

.home-showcase__media--right {
  left: calc(
    var(--showcase-left-w) - var(--showcase-overlap-left) + var(--showcase-list-w) - var(--showcase-overlap-right)
  );
  right: 0;
  top: 50%;
  width: auto;
  max-width: none;
  height: 280px;
  transform: translateY(-50%);
}

.home-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-showcase__media--left img {
  object-position: center center;
}

.home-showcase__media--right img {
  object-position: 55% center;
}

.home-showcase__list {
  position: absolute;
  left: calc(var(--showcase-left-w) - var(--showcase-overlap-left));
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--showcase-list-w);
  height: var(--showcase-list-h);
  margin: 0;
  padding: 30px 28px;
  box-sizing: border-box;
  background: #ece4db;
  border: 1px solid #00416b;
  box-shadow: none;
  font-family: var(--font-display);
}

.home-showcase__list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-showcase__list li {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(0.88rem, 1.05vw, 1.02rem);
  font-weight: 400;
  line-height: 1.35;
  color: #00416b;
  border-bottom: 1px solid rgba(0, 65, 107, 0.55);
}

.home-showcase__list li:last-child {
  border-bottom: 0;
}

.home-showcase__list li::before {
  content: none;
}

.home-showcase__media {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #d9d2c8;
}

.home-showcase__media--left {
  left: 0;
  top: 50%;
  width: var(--showcase-left-w);
  height: var(--showcase-left-h);
  transform: translateY(-50%);
}

.home-showcase__media--right {
  left: calc(
    var(--showcase-left-w) - var(--showcase-overlap-left) + var(--showcase-list-w) - var(--showcase-overlap-right)
  );
  right: 0;
  top: 50%;
  width: auto;
  max-width: none;
  height: 280px;
  transform: translateY(-50%);
}

.home-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-showcase__media--left img {
  object-position: center center;
}

.home-showcase__media--right img {
  object-position: 55% center;
}

.home-showcase__list {
  position: absolute;
  left: calc(var(--showcase-left-w) - var(--showcase-overlap-left));
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: var(--showcase-list-w);
  height: var(--showcase-list-h);
  margin: 0;
  padding: 32px 28px;
  box-sizing: border-box;
  background: #ece4db;
  border: 1px solid #00416b;
  box-shadow: none;
  font-family: var(--font-display);
}

.home-showcase__list ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-showcase__list li {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: clamp(0.9rem, 1.05vw, 1.05rem);
  font-weight: 400;
  line-height: 1.35;
  color: #00416b;
  border-bottom: 1px solid rgba(0, 65, 107, 0.55);
}

.home-showcase__list li:last-child {
  border-bottom: 0;
}

.home-showcase__list li::before {
  content: none;
}

.home-callback {
  position: relative;
  padding: clamp(56px, 7vw, 72px) 0;
  background: #d9d5cd;
  border-top: 1px solid rgba(32, 72, 109, 0.65);
  border-bottom: 1px solid rgba(32, 72, 109, 0.65);
}

.home-callback__rail {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.home-callback__rail .activity-contact-divider__label {
  pointer-events: auto;
  background: var(--color-sand);
}

.home-callback__rail--top {
  top: 0;
  transform: translateY(-50%);
}

.home-callback__rail--bottom {
  bottom: 0;
  transform: translateY(50%);
}

.home-callback__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(40px, 7vw, 96px);
  align-items: center;
}

.home-callback__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-navy);
  text-transform: uppercase;
}

.home-callback__text {
  max-width: 440px;
  margin: 14px 0 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-navy);
}

.home-callback__form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.home-callback__input {
  width: 100%;
  min-height: 52px;
  padding: 14px 28px;
  border: 1px solid rgba(32, 72, 109, 0.45);
  border-radius: 999px;
  background: var(--color-sand);
  color: var(--color-navy);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 300;
}

.home-callback__input::placeholder {
  color: rgba(32, 72, 109, 0.42);
}

.home-callback__input:focus {
  outline: none;
  border-color: var(--color-navy);
  background: #fff;
}

.home-callback__submit {
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--color-navy);
  cursor: pointer;
}

.home-callback__submit:hover {
  color: var(--color-gold);
}

.home-callback__status {
  width: 100%;
  margin: 0;
  font-size: 0.9rem;
  text-align: right;
}

.home-callback__status.is-success {
  color: #2f6b4f;
}

.home-callback__status.is-error {
  color: #9b3b3b;
}

.home-destinations {
  padding: 64px 0 48px;
  background: transparent;
}

.home-destinations__head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  margin-bottom: 40px;
}

.home-destinations__heading .home-section__kicker {
  text-align: left;
}

.home-destinations__intro {
  padding-top: 28px;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-text);
}

.home-destinations__intro p {
  margin: 0 0 1em;
}

.home-destinations__intro p:last-child {
  margin-bottom: 0;
}

.home-dest {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.home-dest__frame {
  border: 1px solid rgba(32, 72, 109, 0.4);
  background: #dcd9d3;
}

.home-dest__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 18px 28px 6px;
  border: 0;
  background: transparent;
}

.home-dest__tab {
  position: relative;
  padding: 6px 16px;
  border: 0;
  background: none;
  font: inherit;
  font-size: 0.98rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: rgba(32, 72, 109, 0.5);
  cursor: pointer;
}

.home-dest__tab:first-child {
  padding-left: 0;
}

.home-dest__tab:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 0.95em;
  background: rgba(32, 72, 109, 0.4);
  transform: translateY(-50%);
}

.home-dest__tab.is-active,
.home-dest__tab:hover {
  color: var(--color-navy);
}

.home-dest__panel {
  display: none;
}

.home-dest__panel.is-active {
  display: block;
}

.home-dest__card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(22px, 3.5vw, 40px);
  align-items: stretch;
  padding: 12px 28px 28px;
  border: 0;
  background: transparent;
}

.home-dest__media {
  overflow: hidden;
  height: 267px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: var(--color-navy);
}

.home-dest__media img {
  display: block;
  width: 100%;
  height: 267px;
  object-fit: cover;
  object-position: center;
  image-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.home-dest__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 4px 0 0;
}

.home-dest__text {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-text);
}

.home-dest__regions {
  margin-top: 26px;
}

.home-dest__regions-title {
  margin: 0 0 14px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.home-dest__regions-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-dest__regions-list a {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-navy);
  text-decoration: none;
}

.home-dest__regions-list a:hover {
  color: var(--color-gold);
}

.home-dest__more {
  display: block;
  width: fit-content;
  align-self: flex-end;
  margin: 16px 4px 0 0;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: rgba(32, 72, 109, 0.55);
}

.home-dest__more:hover {
  color: var(--color-navy);
}

.home-section__kicker--navy {
  color: var(--color-navy);
  letter-spacing: 0.22em;
}

.home-hotels,
.home-villas {
  padding: 48px 0;
}

.home-hotels__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.7fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: 40px;
}

.home-hotels__intro {
  margin-top: 18px;
  max-width: 560px;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-text);
}

.home-hotels__intro p {
  margin: 0 0 0.9em;
}

.home-hotels__intro p:last-child {
  margin-bottom: 0;
}

.home-hotels__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 28px 28px 30px;
  background: #dcd9d3;
  border: 1px solid var(--color-navy);
  border-radius: 28px;
  color: var(--color-navy);
  text-align: center;
}

.home-hotels__note-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.home-hotels__note-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-hotels__note p {
  margin: 0;
  max-width: 18em;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.45;
  color: var(--color-navy);
}

.home-hotels__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.home-hotel-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid #00416b;
  box-shadow: 0 10px 30px rgba(0, 65, 107, 0.14);
}

.home-hotel-card__media {
  overflow: hidden;
  line-height: 0;
  background: #d9d2c8;
}

.home-hotel-card__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

.home-hotel-card:hover .home-hotel-card__media img {
  transform: scale(1.04);
}

.home-hotel-card__body {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 32px 24px;
  border-top: 1px solid #00416b;
  border-bottom: 1px solid #00416b;
}

.home-hotel-card__title {
  margin: 0;
  max-width: 16em;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  color: #00416b;
}

.home-hotel-card__place {
  padding: 14px 16px;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #00416b;
}

.home-hotels__more {
  margin-top: 40px;
  text-align: center;
}

.home-hotels__more a,
.home-transport__link {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  color: #00416b;
}

.home-hotels__more a:hover,
.home-transport__link:hover {
  color: var(--color-gold);
}

.home-transport {
  padding: 48px 0;
}

.home-transport__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

.home-transport__visual {
  overflow: hidden;
  min-height: 420px;
}

.home-transport__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.home-transport__text {
  margin-top: 18px;
  max-width: 520px;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--color-text);
}

.home-transport__text p {
  margin: 0 0 0.95em;
}

.home-transport__text p:last-child {
  margin-bottom: 0;
}

.home-transport__link {
  margin-top: 24px;
}

.home-why {
  padding: 48px 0;
}

.home-why__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.home-why__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 100%;
  padding: 32px 28px 30px;
  text-align: center;
  background: #dcd9d3;
  border: 1px solid #00416b;
  color: #00416b;
}

.home-why-card.is-accent {
  background: #dcd9d3;
  border: 1px solid #00416b;
  box-shadow: none;
}

.home-why-card__icon {
  display: block;
  width: auto;
  height: 48px;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.home-why-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 400;
  line-height: 1.1;
  color: #00416b;
}

.home-why-card__text {
  margin: 0;
  max-width: 22em;
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  font-weight: 300;
  line-height: 1.5;
  color: #00416b;
}

.home-why__media {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid #00416b;
  background: transparent;
}

.home-why__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.home-partner-banner {
  padding: 48px 0;
}

.home-partner-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.home-partner-banner__rule {
  width: min(960px, 100%);
  height: 1px;
  background: #00416b;
}

.home-partner-banner__rule--top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: auto;
  background: transparent;
}

.home-partner-banner__rule--top::before,
.home-partner-banner__rule--top::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #00416b;
}

.home-partner-banner__mark {
  display: block;
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  margin: 0 16px;
}

.home-partner-banner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.08em;
  margin: clamp(28px, 4vw, 44px) 0;
  padding: 0 12px;
  font-family: var(--font-display);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #00416b;
}

.home-partner-banner__title span {
  display: block;
}

@media (max-width: 1199.98px) {
  .home-partner-banner__title {
    font-size: clamp(2.5rem, 6vw, 64px);
  }
}

@media (max-width: 991.98px) {
  .home-partner-banner__title {
    font-size: clamp(2rem, 5.5vw, 48px);
  }
}

.home-hotels__heading .contact-info__heading,
.home-destinations__heading .contact-info__heading,
.home-transport__copy .contact-info__heading {
  margin-bottom: 18px;
}

.about-copy .contact-info__heading {
  margin-bottom: 24px;
}

.home-partners {
  padding: 48px 0;
}

.home-partners__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.home-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  padding: 16px 12px;
  border: 1px solid rgba(32, 72, 109, 0.22);
}

.home-partners__item img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 48px;
  object-fit: contain;
}

.home-section__head {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.home-section__kicker,
.home-contact__kicker {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-gold);
}

.home-section__title,
.home-contact__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  font-weight: 400;
  line-height: 1;
  color: var(--color-navy);
}

.home-section__lead {
  max-width: 620px;
  margin: 18px auto 0;
  font-weight: 300;
  line-height: 1.65;
  color: var(--color-text);
}

.page-home .services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0;
}

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

.home-highlight {
  min-width: 0;
}

.home-highlight__link {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 430px;
  color: #fff;
  background: var(--color-navy);
}

.home-highlight__image,
.home-highlight__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-highlight__image {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.home-highlight__shade {
  background: linear-gradient(180deg, rgba(22, 58, 92, 0.08) 22%, rgba(22, 58, 92, 0.9) 100%);
}

.home-highlight__content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.home-highlight__title {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
}

.home-highlight__text {
  margin-top: 10px;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
}

.home-highlight__arrow {
  margin-top: 20px;
  color: var(--color-gold);
}

.home-highlight__link:hover {
  color: #fff;
}

.home-highlight__link:hover .home-highlight__image {
  transform: scale(1.045);
}

.home-section__more {
  margin-top: 36px;
  text-align: center;
}

.home-section__more a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-navy);
}

.home-contact {
  padding: 76px 0;
  background: var(--color-navy);
}

.home-contact__inner {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}

.home-contact__kicker {
  color: var(--color-gold);
}

.home-contact__title {
  max-width: 760px;
  color: #fff;
}

.home-contact__button {
  flex: 0 0 auto;
  margin-top: 0;
}

.home-contact__button:hover {
  color: #fff;
  background: var(--color-gold);
}

@media (max-width: 991.98px) {
  .home-hero__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__brand {
    display: none;
  }

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

  .home-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-showcase__layout {
    display: block;
  }

  .home-showcase__head {
    max-width: 640px;
    margin: 0 0 36px;
  }

  .home-showcase__stage {
    width: 100%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
  }

  .home-showcase__media--left {
    position: relative;
    left: auto;
    top: auto;
    width: min(235px, 48vw);
    height: auto;
    aspect-ratio: 235 / 480;
    transform: none;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-showcase__media--right {
    display: none;
  }

  .home-showcase__list {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: -48px;
    padding: 22px 24px;
    align-self: stretch;
  }

  .home-showcase__list ul {
    flex: 0 0 auto;
    gap: 0;
  }

  .home-showcase__list li {
    flex: 0 0 auto;
  }

  .home-callback__inner,
  .home-destinations__head,
  .home-dest__card,
  .home-hotels__head,
  .home-transport__inner,
  .home-hotels__grid,
  .home-why__inner {
    grid-template-columns: 1fr;
  }

  .home-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-why__media img {
    min-height: 360px;
  }

  .home-hotels__grid {
    gap: 20px;
  }

  .home-hotel-card__media img {
    width: 100%;
    height: auto;
  }

  .home-transport__visual,
  .home-transport__visual img {
    min-height: 280px;
  }

  .home-callback__form {
    align-items: stretch;
  }

  .home-callback__submit,
  .home-callback__status {
    text-align: left;
  }

  .home-dest__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-right: 16px;
  }

  .home-dest__more {
    align-self: flex-start;
  }

  .home-contact__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 639.98px) {
  .page-home .hero-media,
  .page-home .hero-inner {
    min-height: 540px;
  }

  .page-home .hero-title {
    font-size: clamp(2.4rem, 12vw, 3.6rem);
  }

  .page-home .about-section {
    padding: 60px 0 48px;
  }

  .page-home .focus-visual {
    min-height: 350px;
  }

  .home-section {
    padding: 64px 0;
  }

  .home-showcase {
    padding: 48px 0 72px;
  }

  .home-showcase__lead {
    margin-left: 0;
  }

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

  .home-highlight__link {
    min-height: 380px;
  }

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

  .home-dest__card {
    padding: 8px 16px 20px;
  }

  .home-dest__tabs {
    padding: 14px 16px 4px;
  }

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

  .home-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-partners__item {
    min-height: 84px;
    padding: 12px 8px;
  }

  .home-partners__item img {
    height: 36px;
  }

  .home-partner-banner__title {
    font-size: 1.75rem;
    margin: 22px 0;
  }

  .home-partner-banner__mark {
    width: 22px;
    height: 22px;
    margin: 0 12px;
  }
}
