/* French homepage scaffold styles */
.p-top-fr .header {
  background: rgba(255, 255, 255, 0.92);
}

.main-fr {
  background: linear-gradient(180deg, #f8f3e8 0%, #ffffff 45%, #f2f7f9 100%);
}

.frHero {
  padding: 120px 20px 80px;
  background:
    radial-gradient(1200px 400px at 80% -10%, rgba(17, 95, 115, 0.16), rgba(17, 95, 115, 0)),
    radial-gradient(900px 380px at -10% 20%, rgba(191, 122, 58, 0.18), rgba(191, 122, 58, 0));
}

.frHero__inner {
  max-width: 960px;
  margin: 0 auto;
}

.frHero__eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 14px;
}

.frHero__title {
  font-size: clamp(34px, 6vw, 64px);
  line-height: 1.08;
  margin: 0 0 20px;
}

.frHero__lead {
  max-width: 640px;
  margin: 0 0 26px;
}

.frSection {
  padding: 70px 20px;
}

.frSection--alt {
  background: rgba(17, 95, 115, 0.06);
}

.frSection__title {
  font-size: clamp(28px, 4vw, 42px);
  margin: 0 0 22px;
}

.frSection__txt {
  max-width: 760px;
}

.nav-lang,
.footer-lang {
  display: flex;
  gap: 10px;
  margin: 14px 0 0;
}

.nav-lang-link a,
.footer-lang-link a {
  display: inline-block;
  border: 1px solid #111;
  padding: 4px 8px;
  font-size: 11px;
  line-height: 1;
}

.nav-lang-link.is-current a,
.footer-lang-link.is-current a {
  background: #111;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .frHero {
    padding-top: 90px;
  }
}

.topSec01__mapBox.topSec01__mapBox--fr {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 46px;
}

.topSec01__mapBox.topSec01__mapBox--fr .topSec01__mapImg {
  margin-left: 0;
  width: 100%;
  justify-self: end;
}

.topSec01__mapLeadFr__ttl {
  margin: 0 0 26px;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.2;
  font-weight: 700;
  color: #b28b35;
  letter-spacing: 0.01em;
}

.topSec01__mapLeadFr__block + .topSec01__mapLeadFr__block {
  margin-top: 26px;
}

.topSec01__mapLeadFr__subttl {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1.3;
  font-weight: 500;
}

.topSec01__mapLeadFr__subttl.topSec01__mapLeadFr__subttl--p-bold {
  font-size: 19px;
  line-height: 1.75;
  font-weight: 700;
}

.topSec01__mapLeadFr__txt {
  margin: 12px 0 0;
  font-size: 19px;
  line-height: 1.75;
}

.frPoints {
  margin-top: 24px;
  background: #2f604b;
  overflow: hidden;
  color: #fff;
}

.frPoints__head {
  margin: 0;
  padding: 16px 28px;
  background: #1f4534;
  color: #d9b35f;
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 700;
}

.frPoints__grid {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 28px;
  align-items: stretch;
  padding: 28px;
}

.frPoints__image {
  align-self: start;
}

.frPoints__imageMedia {
  width: 100%;
}

.frPoints__imageMedia img {
  width: 100%;
  height: auto;
  display: block;
}

.frPoints__content {
  display: grid;
  gap: 22px;
}

.frPoints__item + .frPoints__item {
  padding-top: 22px;
}

.frPoints__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 700;
  color: #fff;
}

.frPoints__txt {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.72;
  color: #fff;
}

.topSec05.topSec05--frOffer .topSec05__ttl {
  color: #1f4534;
}

.topSec05.topSec05--frOffer .topSec05__ttlGold {
  color: #b28b35;
  font-weight: 700;
}

.topSec05.topSec05--frOffer .topSec05-list-item .txtBox .inner h3 {
  color: #1f4534;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 700;
}

.topSec05.topSec05--frOffer .topSec05-list-item .txtBox .inner p {
  font-size: 20px;
  line-height: 1.65;
}

.topSec04.topSec04--frCustom {
  background: #fff;
}

.frCustomTours {
  background: #2f604b;
  color: #fff;
  padding: 56px 60px;
  text-align: center;
}

.frCustomTours__ttl {
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(34px, 3.8vw, 48px);
  line-height: 1.12;
  font-weight: 500;
}

.frCustomTours__ttl strong {
  font-weight: 700;
}

.frCustomTours__txt {
  margin: 0;
  font-size: 20px;
  line-height: 1.72;
}

.frCustomTours__txt + .frCustomTours__txt {
  margin-top: 20px;
}

.frCustomTours__btnWrap {
  margin-top: 34px;
}

.frCustomTours__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 228px;
  height: 56px;
  padding: 0 26px;
  background: #b28b35;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  border-radius: 50vw;
}

@media screen and (max-width: 1024px) {
  .topSec01__mapBox.topSec01__mapBox--fr {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .topSec01__mapBox.topSec01__mapBox--fr .topSec01__mapImg {
    justify-self: start;
    max-width: 440px;
  }
  .frPoints__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .frPoints__image {
    max-width: 520px;
  }
}

@media screen and (max-width: 768px) {
  .topSec01__mapLeadFr__ttl {
    margin-bottom: 20px;
  }
  .topSec01__mapLeadFr__subttl {
    font-size: 22px;
  }
  .topSec01__mapLeadFr__subttl.topSec01__mapLeadFr__subttl--p-bold {
    font-size: 18px;
    line-height: 1.65;
  }
  .topSec01__mapLeadFr__txt {
    font-size: 18px;
    line-height: 1.65;
  }
  .frPoints__head {
    padding: 14px 18px;
  }
  .frPoints__grid {
    padding: 18px;
  }
  .frPoints__title {
    font-size: 20px;
  }
  .frPoints__txt {
    font-size: 18px;
    line-height: 1.65;
  }
  .topSec05.topSec05--frOffer .topSec05-list-item .txtBox .inner h3 {
    font-size: 20px;
  }
  .topSec05.topSec05--frOffer .topSec05-list-item .txtBox .inner p {
    font-size: 18px;
    line-height: 1.6;
  }
  .frCustomTours {
    padding: 34px 20px;
  }
  .frCustomTours__ttl {
    margin-bottom: 20px;
  }
  .frCustomTours__txt {
    font-size: 18px;
    line-height: 1.65;
  }
  .frCustomTours__btnWrap {
    margin-top: 26px;
  }
  .frCustomTours__btn {
    min-width: 0;
    width: 100%;
    max-width: 320px;
    height: 48px;
    font-size: 18px;
  }
}
