/* CregAsia — 2026 visual system */
:root {
  --site-forest-950: #092724;
  --site-forest-900: #103b36;
  --site-forest-800: #17544c;
  --site-forest-700: #1e6b61;
  --site-forest-100: #dcece8;
  --site-forest-50: #eff7f5;
  --site-sun: #f2b84b;
  --site-sun-dark: #d99a27;
  --site-ink: #132622;
  --site-slate: #5d6e69;
  --site-mist: #f4f7f5;
  --site-sand: #f7f1e7;
  --site-white: #fff;
  --site-line: #dfe8e4;
  --site-danger: #b42318;
  --site-radius-sm: 12px;
  --site-radius-md: 20px;
  --site-radius-lg: 30px;
  --site-shadow-sm: 0 10px 30px rgba(9, 39, 36, .08);
  --site-shadow-md: 0 22px 60px rgba(9, 39, 36, .13);
  --site-shadow-lg: 0 32px 90px rgba(9, 39, 36, .2);
  --site-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --site-display: "Avenir Next", Avenir, "Segoe UI", var(--site-font);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.site-body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: var(--site-mist);
  color: var(--site-ink);
  font-family: var(--site-font);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.site-body.menu-open { overflow: hidden; }

.site-body *,
.site-body *::before,
.site-body *::after { box-sizing: border-box; }

.site-body img { max-width: 100%; }
.site-body svg { margin: 0; border: 0; }
.site-body a { color: inherit; text-decoration: none; }
.site-body button,
.site-body input,
.site-body select,
.site-body textarea { font: inherit; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 12px;
  z-index: 10000;
  padding: 10px 16px;
  border-radius: 10px;
  background: var(--site-forest-950);
  color: #fff;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus { transform: translateY(0); }

.site-body :focus-visible {
  outline: 3px solid rgba(242, 184, 75, .8);
  outline-offset: 3px;
}

.hm-wrap {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: var(--site-forest-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-eyebrow--light { color: #a9cec6; }

.site-eyebrow--hero {
  color: #ffe3a6;
  letter-spacing: .12em;
}

.site-eyebrow--hero > span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--site-sun);
  box-shadow: 0 0 0 5px rgba(242, 184, 75, .17);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  width: 100%;
  border-bottom: 1px solid rgba(16, 59, 54, .08);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 1px 0 rgba(16, 59, 54, .03);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 34px rgba(9, 39, 36, .08);
}

.site-nav-shell {
  display: flex;
  width: min(1240px, calc(100% - 48px));
  min-height: 76px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  color: var(--site-forest-950);
}

.site-brand__mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px 13px 13px 4px;
  background: var(--site-forest-900);
  color: var(--site-sun);
  box-shadow: 0 8px 20px rgba(16, 59, 54, .18);
}

.site-brand__mark svg { width: 30px; height: 30px; }
.site-brand__copy { display: grid; gap: 1px; }

.site-brand__name {
  font-family: var(--site-display);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.site-brand__name span { color: var(--site-forest-700); }

.site-brand__tagline {
  color: #7b8d88;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.site-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-menu > a {
  position: relative;
  display: inline-flex;
  min-height: 42px;
  padding: 0 14px;
  align-items: center;
  border-radius: 999px;
  color: #425752;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s ease, background .2s ease;
}

.site-menu > a:hover,
.site-menu > a[aria-current="page"] {
  background: var(--site-forest-50);
  color: var(--site-forest-800);
}

.site-menu > a[aria-current="page"]::after {
  position: absolute;
  right: 16px;
  bottom: 5px;
  left: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--site-sun);
  content: "";
}

.site-menu > .site-menu__account {
  margin-left: 8px;
  padding-inline: 16px;
  background: var(--site-forest-900);
  color: #fff;
  box-shadow: 0 8px 22px rgba(16, 59, 54, .16);
}

.site-menu > .site-menu__account:hover {
  background: var(--site-forest-800);
  color: #fff;
}

.site-menu__account svg { width: 18px; height: 18px; margin-right: 7px; }

.site-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--site-line);
  border-radius: 13px;
  background: #fff;
  color: var(--site-forest-900);
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 2px auto;
  border-radius: 99px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.site-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.site-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.site-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Buttons and links */
.site-button {
  display: inline-flex;
  min-height: 50px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.site-button:hover { transform: translateY(-2px); }
.site-button svg { width: 19px; height: 19px; }

.site-button--primary {
  background: var(--site-sun);
  color: var(--site-forest-950);
  box-shadow: 0 14px 28px rgba(217, 154, 39, .25);
}

.site-button--primary:hover { background: #ffc95f; box-shadow: 0 18px 34px rgba(217, 154, 39, .32); }

.site-button--secondary {
  border-color: var(--site-forest-100);
  background: var(--site-forest-50);
  color: var(--site-forest-800);
}

.site-button--secondary:hover { background: var(--site-forest-100); }

.site-button--light {
  background: #fff;
  color: var(--site-forest-950);
  box-shadow: var(--site-shadow-sm);
}

.hm-text-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 5px;
  color: var(--site-forest-700);
  font-size: 14px;
  font-weight: 800;
}

.hm-text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.hm-text-link:hover svg { transform: translateX(4px); }

/* Home hero */
.hm-page { margin: 0; padding: 0; background: var(--site-mist); }

.hm-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--site-forest-950);
  isolation: isolate;
}

.hm-hero__image,
.hm-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hm-hero__image { object-fit: cover; object-position: center center; }

.hm-hero__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 35, 31, .93) 0%, rgba(7, 38, 34, .78) 34%, rgba(7, 38, 34, .34) 65%, rgba(7, 38, 34, .08) 100%),
    linear-gradient(0deg, rgba(5, 30, 27, .22), transparent 50%);
}

.hm-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 620px;
  padding-block: 100px 155px;
  align-items: center;
}

.hm-hero__copy { width: min(660px, 64%); }

.hm-hero h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: var(--site-display);
  font-size: clamp(46px, 5.3vw, 76px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .99;
  text-wrap: balance;
}

.hm-hero__copy > p {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(17px, 1.6vw, 21px);
  line-height: 1.65;
}

.hm-hero__reassurance {
  display: flex;
  margin-top: 28px;
  gap: 22px;
  flex-wrap: wrap;
}

.hm-hero__reassurance span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 700;
}

.hm-hero__reassurance svg { width: 21px; height: 21px; color: #ffe3a6; }

/* Search */
.hm-search-zone {
  position: relative;
  z-index: 5;
  padding-bottom: 28px;
}

.hm-search-card {
  margin-top: -92px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: var(--site-radius-lg);
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--site-shadow-lg);
  backdrop-filter: blur(18px);
}

.hm-search-card__head {
  display: flex;
  margin-bottom: 18px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.hm-search-card__kicker {
  display: block;
  margin-bottom: 2px;
  color: var(--site-forest-700);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hm-search-card h2 {
  margin: 0;
  color: var(--site-ink);
  font-family: var(--site-display);
  font-size: 24px;
  letter-spacing: -.035em;
  line-height: 1.2;
}

.hm-search-card__hint { color: var(--site-slate); font-size: 12px; }

.hm-search-grid {
  display: grid;
  grid-template-columns: minmax(260px, 2fr) minmax(145px, 1fr) minmax(145px, 1fr) minmax(140px, .85fr) auto;
  gap: 10px;
  align-items: end;
}

.hm-field { min-width: 0; }

.hm-field > label {
  display: flex;
  min-height: 24px;
  margin-bottom: 6px;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  color: #536660;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.hm-field > label span {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--site-forest-50);
  color: var(--site-forest-700);
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}

.hm-control {
  position: relative;
  display: flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.hm-control:focus-within {
  border-color: var(--site-forest-700);
  box-shadow: 0 0 0 4px rgba(30, 107, 97, .1);
}

.hm-control > svg {
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  color: var(--site-forest-700);
  pointer-events: none;
}

.hm-control input {
  width: 100%;
  min-width: 0;
  height: 52px;
  padding: 0 12px 0 43px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--site-ink);
  font-size: 13px;
  font-weight: 650;
}

.hm-control input::placeholder { color: #91a09c; font-weight: 500; }
.hm-control input[type="date"] { padding-right: 8px; font-size: 12px; }

.hm-guest-control {
  display: grid;
  min-height: 54px;
  padding: 5px;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  border: 1px solid var(--site-line);
  border-radius: 14px;
  background: #fff;
}

.hm-guest-control button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid var(--site-line);
  border-radius: 10px;
  background: var(--site-forest-50);
  color: var(--site-forest-800);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.hm-guest-control button:hover { background: var(--site-forest-100); }

.hm-guest-control input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--site-ink);
  font-weight: 800;
  text-align: center;
  -moz-appearance: textfield;
}

.hm-guest-control input::-webkit-inner-spin-button { display: none; }
.hm-search-submit .site-button { min-width: 142px; min-height: 54px; border-radius: 14px; }

.hm-search-status {
  min-height: 0;
  margin: 8px 0 -8px;
  color: var(--site-forest-700);
  font-size: 12px;
  font-weight: 650;
}

.hm-search-status:empty { display: none; }
.hm-search-status.is-error { color: var(--site-danger); }

.hm-city-shortcuts {
  display: flex;
  padding: 18px 8px 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--site-slate);
  font-size: 12px;
}

.hm-city-shortcuts > span { margin-right: 2px; font-weight: 700; }

.hm-city-shortcuts a {
  padding: 6px 11px;
  border: 1px solid var(--site-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--site-forest-700);
  font-weight: 750;
  transition: border-color .2s ease, background .2s ease;
}

.hm-city-shortcuts a:hover { border-color: var(--site-forest-100); background: var(--site-forest-100); }

/* Suggestions */
.suggest-box {
  position: absolute;
  z-index: 9000;
  display: none;
}

.suggest-box.is-open { display: block; }

.suggest__panel {
  max-height: min(390px, 60vh);
  padding: 8px;
  overflow: auto;
  border: 1px solid var(--site-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--site-shadow-md);
  overscroll-behavior: contain;
}

.suggest__group {
  padding: 9px 10px 6px;
  color: #7b8d88;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.suggest__item {
  display: grid;
  width: 100%;
  padding: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: var(--site-ink);
  text-align: left;
  cursor: pointer;
}

.suggest__item:hover,
.suggest__item:focus-visible { background: var(--site-forest-50); }
.suggest__item > span:first-child { display: grid; min-width: 0; }
.suggest__title { overflow: hidden; font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.suggest__sub { overflow: hidden; color: var(--site-slate); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }

.suggest__tag {
  padding: 4px 8px;
  border: 1px solid var(--site-forest-100);
  border-radius: 999px;
  background: #fff;
  color: var(--site-forest-700);
  font-size: 9px;
  font-weight: 800;
  text-transform: capitalize;
}

/* Home sections */
.hm-section { padding-block: 76px; }
.hm-featured { padding-top: 56px; background: #fff; }
.hm-destinations { background: var(--site-sand); }

.hm-section-head {
  display: flex;
  margin-bottom: 30px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.hm-section-head h2,
.hm-value-section__head h2,
.hm-faq__intro h2 {
  margin: 0;
  color: var(--site-ink);
  font-family: var(--site-display);
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 750;
  letter-spacing: -.05em;
  line-height: 1.08;
  text-wrap: balance;
}

.hm-section-head p,
.hm-faq__intro > p {
  max-width: 590px;
  margin: 10px 0 0;
  color: var(--site-slate);
  font-size: 15px;
}

/* Hotel cards */
.hm-hotel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hm-hotel-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-md);
  background: #fff;
  box-shadow: 0 8px 28px rgba(9, 39, 36, .06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hm-hotel-card:hover {
  border-color: #c9dcd7;
  box-shadow: var(--site-shadow-md);
  transform: translateY(-5px);
}

.hm-hotel-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--site-forest-50);
}

.hm-hotel-card__media::after {
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(6, 35, 31, .26));
  content: "";
  pointer-events: none;
}

.hm-hotel-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.hm-hotel-card:hover .hm-hotel-card__media img { transform: scale(1.045); }

.hm-hotel-card__stars,
.hm-hotel-card__score {
  position: absolute;
  z-index: 2;
  top: 14px;
  display: inline-flex;
  min-height: 30px;
  padding: 5px 9px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: var(--site-forest-950);
  font-size: 11px;
  font-weight: 850;
  backdrop-filter: blur(10px);
}

.hm-hotel-card__stars { left: 14px; gap: 4px; }
.hm-hotel-card__stars svg { width: 14px; height: 14px; color: var(--site-sun-dark); }
.hm-hotel-card__score { right: 14px; }
.hm-hotel-card__score strong { margin-right: 2px; font-size: 13px; }

.hm-hotel-card__body {
  display: flex;
  min-height: 270px;
  padding: 20px;
  flex-direction: column;
}

.hm-hotel-card__location {
  display: block;
  margin-bottom: 6px;
  color: var(--site-forest-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hm-hotel-card h3 {
  display: -webkit-box;
  min-height: 48px;
  margin: 0;
  overflow: hidden;
  color: var(--site-ink);
  font-family: var(--site-display);
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hm-hotel-card__reviews { margin: 4px 0 0; color: var(--site-slate); font-size: 11px; }

.hm-amenities {
  display: flex;
  min-height: 29px;
  margin-top: 13px;
  gap: 6px;
  flex-wrap: wrap;
}

.hm-amenities span {
  padding: 5px 8px;
  border-radius: 8px;
  background: var(--site-forest-50);
  color: var(--site-forest-700);
  font-size: 9px;
  font-weight: 750;
}

.hm-hotel-card__footer {
  display: flex;
  margin-top: auto;
  padding-top: 16px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #edf1ef;
}

.hm-price-block { display: flex; min-width: 0; flex-direction: column; }
.hm-price-block > span { color: var(--site-slate); font-size: 9px; }
.hm-price-block strong { color: var(--site-forest-900); font-size: 17px; font-weight: 850; letter-spacing: -.025em; }
.hm-price-block small { color: var(--site-slate); font-size: 9px; }
.hm-price-block del { color: #95a29e; font-size: 10px; }

.hm-card-button {
  display: inline-flex;
  min-height: 42px;
  padding: 0 13px;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--site-forest-100);
  border-radius: 12px;
  background: var(--site-forest-50);
  color: var(--site-forest-800);
  font-size: 11px;
  font-weight: 850;
  cursor: pointer;
}

.hm-card-button:hover { border-color: var(--site-forest-700); background: var(--site-forest-700); color: #fff; }
.hm-card-button svg { width: 16px; height: 16px; }

.hm-empty-state {
  display: flex;
  min-height: 180px;
  padding: 30px;
  align-items: center;
  gap: 22px;
  border: 1px dashed #bfd3ce;
  border-radius: var(--site-radius-md);
  background: var(--site-forest-50);
}

.hm-empty-state__icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 18px;
  background: #fff;
  color: var(--site-forest-700);
  box-shadow: var(--site-shadow-sm);
}

.hm-empty-state__icon svg { width: 30px; height: 30px; }
.hm-empty-state h3 { margin: 0 0 5px; font-size: 19px; }
.hm-empty-state p { max-width: 600px; margin: 0; color: var(--site-slate); font-size: 13px; }
.hm-empty-state .site-button { margin-left: auto; }
.hm-empty-state--simple { background: rgba(255, 255, 255, .58); }

/* Destinations */
.hm-destination-grid {
  display: grid;
  grid-auto-rows: 220px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.hm-destination-card {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--site-radius-md);
  background: var(--site-forest-900);
  box-shadow: 0 10px 30px rgba(9, 39, 36, .11);
}

.hm-destination-card--large { grid-column: span 2; grid-row: span 2; }

.hm-destination-card > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hm-destination-card img,
.hm-destination-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hm-destination-card img {
  object-fit: cover;
  filter: saturate(.8) contrast(1.04);
  transition: transform .55s ease, filter .4s ease;
}

.hm-destination-card__shade {
  background: linear-gradient(180deg, rgba(5, 30, 27, .05) 20%, rgba(5, 30, 27, .86) 100%);
}

.hm-destination-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 20px;
  flex-direction: column;
  color: #fff;
}

.hm-destination-card__place {
  display: inline-flex;
  margin-bottom: 5px;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .76);
  font-size: 10px;
  font-weight: 700;
}

.hm-destination-card__place svg { width: 14px; height: 14px; color: #ffe3a6; }

.hm-destination-card h3 {
  margin: 0;
  font-family: var(--site-display);
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.hm-destination-card--large h3 { font-size: clamp(26px, 3vw, 38px); }

.hm-destination-card__action {
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  color: #ffe3a6;
  font-size: 11px;
  font-weight: 750;
  opacity: 0;
  transition: max-height .25s ease, margin .25s ease, opacity .25s ease;
}

.hm-destination-card:hover img { filter: saturate(1) contrast(1.04); transform: scale(1.055); }
.hm-destination-card:hover .hm-destination-card__action { max-height: 30px; margin-top: 8px; opacity: 1; }

/* Value section */
.hm-value-section {
  position: relative;
  padding-block: 86px;
  overflow: hidden;
  background: var(--site-forest-950);
  color: #fff;
}

.hm-value-section::before {
  position: absolute;
  top: -240px;
  right: -130px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  box-shadow: 0 0 0 75px rgba(255, 255, 255, .018), 0 0 0 150px rgba(255, 255, 255, .012);
  content: "";
}

.hm-value-section__head { position: relative; z-index: 1; max-width: 720px; }
.hm-value-section__head h2 { color: #fff; }

.hm-value-grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hm-value-grid article {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--site-radius-md);
  background: rgba(255, 255, 255, .055);
}

.hm-value-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  background: rgba(242, 184, 75, .14);
  color: #ffd98e;
}

.hm-value-icon svg { width: 25px; height: 25px; }

.hm-value-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: rgba(255, 255, 255, .13);
  font-family: var(--site-display);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.hm-value-grid h3 {
  margin: 32px 0 8px;
  color: #fff;
  font-family: var(--site-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.025em;
}

.hm-value-grid p { margin: 0; color: rgba(255, 255, 255, .63); font-size: 13px; line-height: 1.75; }

/* FAQ */
.hm-faq { background: #fff; }

.hm-faq__layout {
  display: grid;
  grid-template-columns: minmax(280px, .85fr) minmax(0, 1.4fr);
  gap: clamp(50px, 8vw, 110px);
}

.hm-faq__intro { align-self: start; }

.hm-faq__items { border-top: 1px solid var(--site-line); }

.hm-faq details { border-bottom: 1px solid var(--site-line); }

.hm-faq summary {
  display: flex;
  min-height: 76px;
  padding: 20px 2px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--site-ink);
  font-size: 15px;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}

.hm-faq summary::-webkit-details-marker { display: none; }

.hm-faq summary span {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--site-forest-50);
}

.hm-faq summary span::before,
.hm-faq summary span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1.5px;
  border-radius: 99px;
  background: var(--site-forest-700);
  content: "";
  transform: translate(-50%, -50%);
}

.hm-faq summary span::after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .2s ease; }
.hm-faq details[open] summary span::after { transform: translate(-50%, -50%) rotate(0); }
.hm-faq details p { max-width: 670px; margin: -8px 0 22px; color: var(--site-slate); font-size: 13px; line-height: 1.75; }

/* Footer */
.site-footer { margin: 0; padding: 0; background: var(--site-forest-950); color: #fff; text-align: left; }

.site-footer__cta-wrap { padding: 0 24px; background: #fff; }

.site-footer__cta {
  display: flex;
  width: min(1180px, 100%);
  min-height: 220px;
  margin: 0 auto;
  padding: 44px 52px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: var(--site-radius-lg) var(--site-radius-lg) 0 0;
  background: var(--site-forest-800);
}

.site-footer__cta h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-family: var(--site-display);
  font-size: clamp(28px, 3.5vw, 45px);
  font-weight: 720;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.site-footer__cta .site-button { min-width: 170px; }
.site-footer__main { padding: 66px 24px 24px; }

.site-footer__grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: 1.5fr .7fr .8fr 1fr;
  gap: 54px;
}

.site-brand--footer { color: #fff; }
.site-brand--footer .site-brand__mark { background: rgba(255, 255, 255, .09); box-shadow: none; }
.site-brand--footer .site-brand__name span { color: #a9cec6; }
.site-brand--footer .site-brand__tagline { color: rgba(255, 255, 255, .42); }

.site-footer__brand > p,
.site-footer__note p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.8;
}

.site-footer__column { display: flex; flex-direction: column; align-items: flex-start; }

.site-footer__column h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.site-footer__column a {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
  transition: color .2s ease, transform .2s ease;
}

.site-footer__column a:hover { color: #ffe3a6; transform: translateX(3px); }
.site-footer__note p { margin-top: 0; }

.site-footer__bottom {
  display: flex;
  width: min(1180px, 100%);
  margin: 56px auto 0;
  padding-top: 22px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
}

.site-footer__bottom p { margin: 0; }

/* Modern surface for existing hotel/detail/blog pages */
.ix-page {
  min-height: 65vh;
  padding: 48px 0 76px;
  background: var(--site-mist);
}

.ix-page .ix-head { margin-bottom: 22px; }
.ix-page .ix-title { color: var(--site-ink); font-family: var(--site-display); font-size: clamp(32px, 4vw, 48px); letter-spacing: -.045em; }
.ix-page .ix-sub { margin-top: 6px; color: var(--site-slate); }

.ix-page .hm-searchbar,
.ix-page .ix-filter,
.hd-detail .ch-card {
  border-color: var(--site-line);
  border-radius: var(--site-radius-md);
  box-shadow: var(--site-shadow-sm);
}

.ix-page .hd-card,
.hd-detail .hd-card,
.hd-detail .hd-mainimg,
.hd-detail .hd-map { border-radius: var(--site-radius-md); box-shadow: var(--site-shadow-sm); }

.ix-page .app-btn--brand,
.ix-page .app-btn--brand-ghost,
.hd-detail .hd-btn--brand,
.hd-detail .hd-btn--primary {
  border-color: var(--site-forest-700);
  background: var(--site-forest-700);
  color: #fff;
}

.hd-detail { min-height: 65vh; padding-block: 32px 70px; background: var(--site-mist); }
.hd-detail .hd-wrap { width: min(1200px, calc(100% - 40px)); padding: 0; }
.hd-detail .hd-title { color: var(--site-ink); font-family: var(--site-display); letter-spacing: -.04em; }

.br-cont {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 28px;
}

.br-cont .breadcrumb { color: var(--site-slate); font-size: 12px; }

.site-body > .container,
.site-body .br-cont + .container {
  width: min(1180px, calc(100% - 48px));
  max-width: none;
  margin: 20px auto 70px;
  padding: 0;
  align-items: flex-start;
  gap: 24px;
}

.site-body .main-content,
.site-body .sidebar {
  border: 1px solid var(--site-line);
  border-radius: var(--site-radius-md);
  box-shadow: var(--site-shadow-sm);
}

.site-body .main-content { padding: clamp(22px, 3vw, 38px); }
.site-body .sidebar { padding: 22px; }
.site-body .main-content h1 { color: var(--site-ink); font-family: var(--site-display); letter-spacing: -.04em; }
.site-body .main-content h2,
.site-body .main-content h3 { color: var(--site-forest-900); }
.site-body .main-content a { color: var(--site-forest-700); }

.site-body .search-bar {
  display: grid;
  margin-bottom: 26px;
  grid-template-columns: 1fr auto;
  gap: 9px;
}

.site-body .search-bar input {
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--site-line);
  border-radius: 12px;
  outline: 0;
}

.site-body .search-bar input:focus { border-color: var(--site-forest-700); box-shadow: 0 0 0 4px rgba(30, 107, 97, .1); }
.site-body .search-bar button { min-height: 48px; padding: 0 20px; border: 0; border-radius: 12px; background: var(--site-forest-700); color: #fff; font-weight: 800; }

.site-body .post-item {
  padding: 18px 0;
  border: 0;
  border-bottom: 1px solid var(--site-line);
  border-radius: 0;
  box-shadow: none;
}

.blog-index-head { margin-bottom: 28px; }
.blog-index-head h1 { margin: 0; color: var(--site-ink); font-family: var(--site-display); font-size: clamp(32px, 4vw, 46px); letter-spacing: -.045em; line-height: 1.08; }
.blog-index-head p { margin: 10px 0 0; color: var(--site-slate); text-align: left; }

.site-body .post-item img { border-radius: 14px; object-fit: cover; }
.site-body .post-content h2 { font-family: var(--site-display); font-size: 20px; letter-spacing: -.025em; }
.site-body .recent-post { border-color: var(--site-line); border-radius: 14px; box-shadow: none; }
.site-body .recent-post img { aspect-ratio: 16 / 9; object-fit: cover; }
.site-body .sidebar h3 { border-color: var(--site-sun); color: var(--site-forest-900); }

.info-page { min-height: 62vh; padding: 68px 24px 90px; background: var(--site-mist); }
.info-page__shell { width: min(880px, 100%); margin: 0 auto; }
.info-page__card { padding: clamp(28px, 6vw, 68px); border: 1px solid var(--site-line); border-radius: var(--site-radius-lg); background: #fff; box-shadow: var(--site-shadow-sm); }
.info-page h1 { margin: 0 0 16px; font-family: var(--site-display); font-size: clamp(36px, 6vw, 58px); letter-spacing: -.05em; line-height: 1; }
.info-page__lead { margin: 0 0 34px; color: var(--site-slate); font-size: 17px; }
.info-page__updated { margin: -22px 0 34px; color: #8a9995; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.info-page__content h2 { margin: 30px 0 8px; color: var(--site-forest-900); font-size: 21px; }
.info-page__content p,
.info-page__content li { color: var(--site-slate); font-size: 14px; line-height: 1.8; }
.info-page__content ul { padding-left: 22px; }

/* Responsive */
@media (max-width: 1080px) {
  .hm-search-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hm-field--destination { grid-column: span 2; }
  .hm-search-submit { grid-column: span 2; }
  .hm-search-submit .site-button { width: 100%; }
  .hm-hotel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1.3fr .7fr .8fr; }
  .site-footer__note { grid-column: 1 / -1; }
  .site-footer__note p { max-width: 600px; }
}

@media (max-width: 860px) {
  .site-nav-shell { min-height: 68px; }
  .site-menu-toggle { display: block; }
  .site-menu {
    position: fixed;
    top: 68px;
    right: 16px;
    left: 16px;
    display: flex;
    max-height: 0;
    padding: 0 10px;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    border: 1px solid transparent;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--site-shadow-md);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: max-height .3s ease, padding .3s ease, opacity .2s ease, transform .2s ease;
  }
  .site-menu.is-open {
    max-height: calc(100vh - 90px);
    padding: 10px;
    overflow: auto;
    border-color: var(--site-line);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-menu > a { min-height: 48px; border-radius: 12px; }
  .site-menu > a[aria-current="page"]::after { display: none; }
  .site-menu > .site-menu__account { margin: 5px 0 0; justify-content: center; }
  .hm-hero,
  .hm-hero__inner { min-height: 580px; }
  .hm-hero__inner { padding-block: 80px 140px; }
  .hm-hero__copy { width: min(650px, 83%); }
  .hm-destination-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hm-value-grid { grid-template-columns: 1fr; }
  .hm-value-grid article { min-height: auto; }
  .hm-faq__layout { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__cta { padding-inline: 38px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .hm-wrap,
  .site-nav-shell,
  .br-cont,
  .site-body > .container,
  .site-body .br-cont + .container { width: min(100% - 30px, 1180px); }
  .site-brand__mark { width: 38px; height: 38px; }
  .site-brand__mark svg { width: 27px; height: 27px; }
  .site-brand__name { font-size: 19px; }
  .hm-hero,
  .hm-hero__inner { min-height: 560px; }
  .hm-hero__image { object-position: 60% center; }
  .hm-hero__shade { background: linear-gradient(90deg, rgba(6, 35, 31, .9), rgba(7, 38, 34, .55)), linear-gradient(0deg, rgba(5, 30, 27, .3), transparent); }
  .hm-hero__inner { padding-block: 70px 145px; align-items: flex-start; }
  .hm-hero__copy { width: 100%; }
  .hm-hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hm-hero__copy > p { font-size: 16px; }
  .hm-search-card { margin-top: -76px; padding: 20px 16px; border-radius: 24px; }
  .hm-search-card__head { align-items: flex-start; }
  .hm-search-card__hint { display: none; }
  .hm-search-grid { grid-template-columns: 1fr 1fr; }
  .hm-field--destination,
  .hm-field--guests,
  .hm-search-submit { grid-column: 1 / -1; }
  .hm-search-submit .site-button { margin-top: 2px; }
  .hm-city-shortcuts { justify-content: flex-start; }
  .hm-city-shortcuts > span { width: 100%; }
  .hm-section { padding-block: 58px; }
  .hm-featured { padding-top: 44px; }
  .hm-section-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hm-hotel-grid { grid-template-columns: 1fr; }
  .hm-hotel-card__body { min-height: 250px; }
  .hm-destination-grid { grid-auto-rows: 220px; grid-template-columns: 1fr; }
  .hm-destination-card--large { grid-column: span 1; grid-row: span 1; }
  .hm-destination-card--large h3 { font-size: 24px; }
  .hm-value-section { padding-block: 64px; }
  .hm-value-grid { margin-top: 30px; }
  .hm-empty-state { align-items: flex-start; flex-direction: column; }
  .hm-empty-state .site-button { width: 100%; margin-left: 0; }
  .site-footer__cta-wrap { padding: 0 15px; }
  .site-footer__cta { padding: 36px 24px; align-items: flex-start; flex-direction: column; }
  .site-footer__cta .site-button { width: 100%; }
  .site-footer__main { padding: 52px 20px 22px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .site-footer__note { grid-column: 1 / -1; }
  .site-footer__bottom { margin-top: 42px; align-items: flex-start; flex-direction: column; }
  .site-body > .container,
  .site-body .br-cont + .container { flex-direction: column; }
  .site-body .main-content,
  .site-body .sidebar { width: 100%; flex: 0 0 auto; }
}

@media (max-width: 420px) {
  .site-brand__tagline { display: none; }
  .hm-hero__reassurance { gap: 12px; flex-direction: column; }
  .hm-search-grid { grid-template-columns: 1fr; }
  .hm-field--destination,
  .hm-field--guests,
  .hm-search-submit { grid-column: auto; }
  .hm-city-shortcuts a { padding-inline: 9px; }
  .hm-hotel-card__footer { align-items: stretch; flex-direction: column; }
  .hm-card-button { justify-content: center; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__brand,
  .site-footer__note { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
