/* ===== Indexable area and directions pages ===== */
body.areaPage {
  min-height: 100vh;
  color: #f5f0e6;
  text-align: start;
}
.areaPage a {
  color: inherit;
}
.areaHero,
.areaContent,
.areaRelated,
.areasHubListing,
.areasHubLocation {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}
.areaBreadcrumbs {
  margin: 26px 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: rgba(245, 240, 230, 0.64);
  font-size: 0.88rem;
  line-height: 1.5;
}
.areaBreadcrumbs a {
  color: #e7cf84;
  text-underline-offset: 3px;
}
.areaHeroPanel {
  border: 1px solid rgba(200, 171, 79, 0.25);
  border-radius: 26px;
  padding: clamp(28px, 5vw, 62px);
  background:
    radial-gradient(circle at top right, rgba(200, 171, 79, 0.16), transparent 42%),
    rgba(13, 13, 13, 0.9);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.32);
}
[dir="rtl"] .areaHeroPanel {
  background:
    radial-gradient(circle at top left, rgba(200, 171, 79, 0.16), transparent 42%),
    rgba(13, 13, 13, 0.9);
}
.areaEyebrow {
  margin: 0 0 12px;
  color: #d7b95f;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  line-height: 1.5;
  text-transform: uppercase;
}
[dir="rtl"] .areaEyebrow {
  letter-spacing: 0;
}
.areaPage h1 {
  max-width: 920px;
  margin: 0;
  color: #fff3c2;
  font-size: clamp(2rem, 5vw, 3.55rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.areaLead {
  max-width: 820px;
  margin: 20px 0 0;
  color: rgba(245, 240, 230, 0.86);
  font-size: clamp(1rem, 1.8vw, 1.13rem);
  line-height: 1.82;
}
.areaActionGroup {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.areaPage .areaButton,
.homeAreas .areaButton {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 171, 79, 0.55);
  border-radius: 12px;
  padding: 10px 18px;
  background: #c8ab4f;
  color: #0b0b0b;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.areaPage .areaButton--secondary,
.homeAreas .areaButton--secondary {
  background: rgba(200, 171, 79, 0.08);
  color: #f3df9b;
}
.areaPage .areaButton:hover,
.areaPage .areaButton:focus-visible,
.homeAreas .areaButton:hover,
.homeAreas .areaButton:focus-visible {
  border-color: #e2ca7d;
  background: #e2ca7d;
  color: #090806;
  outline: 3px solid rgba(226, 202, 125, 0.25);
  outline-offset: 2px;
}
.areaContent {
  padding-block: 52px 22px;
}
.areaLocationNote {
  margin: 0 0 42px;
  border: 1px solid rgba(200, 171, 79, 0.3);
  border-inline-start: 5px solid #d4b45a;
  border-radius: 16px;
  padding: clamp(20px, 4vw, 30px);
  background: linear-gradient(135deg, rgba(200, 171, 79, 0.13), rgba(255, 255, 255, 0.035));
  color: rgba(245, 240, 230, 0.9);
  line-height: 1.82;
}
.areaLocationNote strong {
  display: block;
  margin-bottom: 8px;
  color: #f3df9b;
  font-size: 1.1rem;
}
.areaAddressLine {
  display: block;
  margin-block-start: 0.65rem;
  color: #f3df9b;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.areaSection + .areaSection {
  margin-top: 46px;
}
.areaSection h2,
.areaRelated h2,
.areasHubListing h2,
.areasHubLocation h2 {
  margin: 0 0 16px;
  color: #f3df9b;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.areaSection p,
.areasHubLocation p,
.areasHubIntro {
  margin: 0;
  color: rgba(245, 240, 230, 0.84);
  font-size: 1.02rem;
  line-height: 1.9;
}
.areaSection p + p {
  margin-top: 16px;
}
.areaRouteGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.areaPackageGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.areaPage .areaPackageCard {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(200, 171, 79, 0.22);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 24px);
  background: rgba(200, 171, 79, 0.06);
  color: rgba(245, 240, 230, 0.88);
  text-align: start;
  text-decoration: none;
}
.areaPage .areaPackageCard:hover,
.areaPage .areaPackageCard:focus-visible {
  border-color: rgba(200, 171, 79, 0.62);
  background: rgba(200, 171, 79, 0.11);
  outline: none;
}
.areaPackageMeta,
.areaPackagePrice {
  display: block;
  margin-top: 8px;
  color: rgba(245, 240, 230, 0.74);
  font-size: 0.92rem;
  line-height: 1.55;
}
.areaSection .areaServicesHubLink {
  margin-top: 18px;
}
.areaPackagePrice {
  color: #fff3c2;
  font-weight: 850;
}
.areaRouteCard {
  min-width: 0;
  border: 1px solid rgba(200, 171, 79, 0.2);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 24px);
  background: rgba(255, 255, 255, 0.03);
}
.areaRouteCard h3 {
  margin: 0 0 10px;
  color: #fff3c2;
  font-size: 1.08rem;
  line-height: 1.4;
}
.areaRouteCard p {
  color: rgba(245, 240, 230, 0.78);
  font-size: 0.96rem;
  line-height: 1.78;
}
.areaFaq {
  margin-top: 46px;
}
.areaFaq details {
  border-block-start: 1px solid rgba(255, 255, 255, 0.12);
}
.areaFaq details:last-child {
  border-block-end: 1px solid rgba(255, 255, 255, 0.12);
}
.areaFaq summary {
  min-height: 52px;
  padding: 15px 4px;
  cursor: pointer;
  color: #f8edc9;
  font-weight: 800;
  line-height: 1.5;
}
.areaFaq p {
  margin: 0;
  padding: 0 4px 18px;
  color: rgba(245, 240, 230, 0.78);
  line-height: 1.75;
}
.areaRelated {
  padding-block: 34px 70px;
}
.areaRelatedGuidesTitle {
  margin-block-start: 34px;
}
.areaRelatedGrid,
.areasHubGrid,
.homeAreasGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.areaPage .areaRelatedCard,
.areaPage .areaHubCard,
.homeAreas .homeAreaCard {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(200, 171, 79, 0.2);
  border-radius: 16px;
  padding: clamp(18px, 3vw, 24px);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 240, 230, 0.88);
  text-align: start;
  text-decoration: none;
}
.areaPage .areaRelatedCard:hover,
.areaPage .areaRelatedCard:focus-visible,
.areaPage .areaHubCard:hover,
.areaPage .areaHubCard:focus-visible,
.homeAreas .homeAreaCard:hover,
.homeAreas .homeAreaCard:focus-visible {
  border-color: rgba(200, 171, 79, 0.58);
  background: rgba(200, 171, 79, 0.08);
  outline: none;
}
.areaCardTitle {
  display: block;
  color: #f3df9b;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.4;
}
.areaCardBody {
  display: block;
  margin-top: 8px;
  color: rgba(245, 240, 230, 0.72);
  font-size: 0.92rem;
  line-height: 1.65;
}
.areaCardCta {
  margin-top: auto;
  padding-top: 14px;
  color: #f3df9b;
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.areasHubLocation {
  margin-top: 44px;
  border: 1px solid rgba(200, 171, 79, 0.28);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 34px);
  background: rgba(200, 171, 79, 0.07);
}
.areasHubListing {
  padding-block: 48px 72px;
}
.areasHubIntro {
  margin: -4px 0 24px;
}
.areasHubGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.areaPage .areaHubCard {
  min-height: 190px;
}
.homeAreas {
  width: min(1120px, calc(100% - 32px));
  margin: 38px auto 18px;
  border: 1px solid rgba(200, 171, 79, 0.22);
  border-radius: 22px;
  padding: clamp(22px, 4vw, 36px);
  background: linear-gradient(145deg, rgba(200, 171, 79, 0.09), rgba(255, 255, 255, 0.025));
  color: #f5f0e6;
  text-align: start;
}
.homeAreasHeader {
  margin-bottom: 22px;
}
.homeAreas h2 {
  margin: 0 0 10px;
  color: #f3df9b;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.25;
}
.homeAreas p {
  margin: 0;
  color: rgba(245, 240, 230, 0.78);
  line-height: 1.75;
}
.homeAreasGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.homeAreas .homeAreaCard {
  min-height: 150px;
}
.homeAreasActions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 900px) {
  .areaRouteGrid,
  .areaPackageGrid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .areaHero,
  .areaContent,
  .areaRelated,
  .areasHubListing,
  .areasHubLocation,
  .homeAreas {
    width: min(100% - 24px, 1120px);
  }
  .areaBreadcrumbs {
    margin-top: 18px;
  }
  .areaHeroPanel {
    border-radius: 18px;
    padding: 24px 20px 28px;
  }
  .areaPage h1 {
    font-size: clamp(1.75rem, 9.5vw, 2.45rem);
  }
  .areaLead,
  .areaSection p,
  .areasHubLocation p,
  .areasHubIntro {
    font-size: 0.98rem;
    line-height: 1.82;
  }
  .areaActionGroup {
    display: grid;
    grid-template-columns: 1fr;
  }
  .areaPage .areaButton,
  .homeAreas .areaButton {
    width: 100%;
  }
  .areaContent {
    padding-block-start: 34px;
  }
  .areaRelatedGrid,
  .areasHubGrid,
  .homeAreasGrid {
    grid-template-columns: 1fr;
  }
  .areaPage .areaHubCard,
  .homeAreas .homeAreaCard {
    min-height: 0;
  }
  .areaRelated,
  .areasHubListing {
    padding-block: 34px 50px;
  }
  .homeAreas {
    margin-top: 28px;
    border-radius: 18px;
    padding: 20px;
  }
}
