/* CregAsia 2026 redesign — shared shell and hotel discovery experience */
:root {
  --ca-forest: #173c3a;
  --ca-forest-2: #245853;
  --ca-ink: #182321;
  --ca-muted: #68736f;
  --ca-cream: #f6f3ec;
  --ca-paper: #fffdf9;
  --ca-line: #e4e2da;
  --ca-coral: #e56e50;
  --ca-coral-dark: #c95036;
  --ca-gold: #c89b51;
  --ca-radius: 24px;
  --ca-shadow: 0 20px 60px rgba(19, 43, 40, .12);
  --ca-font: "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Noto Sans JP", system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  padding-top: 82px;
  background: var(--ca-cream);
  color: var(--ca-ink);
  font-family: var(--ca-font);
  font-feature-settings: "palt";
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

body, button, input, select, textarea { font-family: var(--ca-font); }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
svg { border: 0; margin: 0; }

:focus-visible {
  outline: 3px solid rgba(229, 110, 80, .42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 24px;
  z-index: 10000;
  padding: 10px 16px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  color: var(--ca-forest);
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: rgba(19, 48, 46, .94);
  box-shadow: 0 8px 30px rgba(9, 27, 26, .12);
  backdrop-filter: blur(18px);
}

.site-nav {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  flex: 0 0 auto;
}

.site-brand__mark {
  position: relative;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  background: rgba(255,255,255,.09);
}

.site-brand__sun {
  position: absolute;
  top: 9px;
  left: 13px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ca-coral);
}

.site-brand__roof {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 10px;
  height: 9px;
  border-top: 2px solid #fff;
  border-radius: 50% 50% 0 0;
  transform: rotate(-5deg);
}

.site-brand__copy { display: grid; line-height: 1.08; }
.site-brand__copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; letter-spacing: .02em; }
.site-brand__copy small { margin-top: 5px; color: rgba(255,255,255,.68); font-size: 9px; letter-spacing: .18em; }

.site-menu { display: flex; align-items: center; gap: 4px; }
.site-menu > a {
  position: relative;
  padding: 12px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  transition: color .2s ease, background .2s ease;
}
.site-menu > a:hover, .site-menu > a.is-active { color: #fff; background: rgba(255,255,255,.09); }
.site-menu > a.is-active::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 6px;
  left: 16px;
  height: 2px;
  border-radius: 2px;
  background: var(--ca-coral);
}
.site-menu .site-menu__account {
  margin-left: 10px;
  padding: 10px 17px;
  border: 1px solid rgba(255,255,255,.32);
  background: rgba(255,255,255,.1);
  color: #fff;
}
.site-menu__account svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; vertical-align: -3px; }

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: #fff; transition: .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Home hero */
.hm-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 0 96px;
  background: var(--ca-cream);
}

.hm-page::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: url("../images/hero-japan-stay.webp") center 55% / cover no-repeat;
}

.hm-page::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background:
    linear-gradient(90deg, rgba(11, 28, 27, .89) 0%, rgba(11, 28, 27, .66) 40%, rgba(11, 28, 27, .2) 72%, rgba(11, 28, 27, .2) 100%),
    linear-gradient(0deg, rgba(10, 28, 27, .78) 0%, transparent 38%);
}

.hm-page .hm-wrap { width: min(1180px, calc(100% - 40px)); }

.hm-hero-copy {
  min-height: 352px;
  margin: 0;
  padding: 70px 0 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.hm-kicker, .hm-section-kicker {
  margin: 0 0 14px;
  color: #f3c2b4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .24em;
}
.hm-kicker span { margin-right: 8px; color: var(--ca-coral); font-size: 8px; vertical-align: 2px; }

.hm-page .hm-hero-copy .ix-title {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.24;
  text-shadow: 0 3px 20px rgba(0,0,0,.24);
}
.hm-page .hm-hero-copy .ix-title span { color: #f2b49f; }
.hm-page .hm-hero-copy .ix-sub { margin: 20px 0 0; color: rgba(255,255,255,.83); font-size: 15px; line-height: 1.9; }

.hm-hero-points { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 22px; }
.hm-hero-points span { display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.84); font-size: 12px; font-weight: 700; }
.hm-hero-points svg { width: 17px; height: 17px; padding: 2px; border-radius: 50%; background: rgba(255,255,255,.15); fill: none; stroke: #fff; stroke-width: 2; }

/* Search experience */
.hm-page .hm-searchbar,
.ix-page .hm-searchbar {
  overflow: visible;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 22px;
  background: rgba(255,253,249,.97);
  box-shadow: 0 22px 70px rgba(8, 26, 24, .28);
  backdrop-filter: blur(16px);
}

.hm-page .hm-sb-row,
.ix-page .hm-sb-row { gap: 10px; grid-template-columns: minmax(220px, 1.55fr) 1fr 1fr .86fr auto; }

.hm-sb-label {
  margin: 0 0 7px;
  color: #53605c;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hm-page .hx-input, .hm-page .hx-num,
.ix-page .hx-input, .ix-page .hx-num {
  height: 52px;
  border: 1px solid #dadcd6;
  border-radius: 12px;
  background: #fff;
  color: var(--ca-ink);
  font-size: 13px;
}
.hm-page .hx-input:hover, .ix-page .hx-input:hover { border-color: #abb7b2; }
.hm-page .hx-input:focus, .hm-page .hx-num:focus,
.ix-page .hx-input:focus, .ix-page .hx-num:focus { border-color: var(--ca-forest-2); box-shadow: 0 0 0 3px rgba(36,88,83,.13); }
.hm-icon { color: var(--ca-forest-2); }
.hm-nights-badge { border: 0; background: #edf3f0; color: var(--ca-forest-2); }
.hm-guests { gap: 5px; }
.ch-btn { width: 38px; height: 52px; border-color: #dadcd6; border-radius: 12px; color: var(--ca-forest); font-size: 20px; }
.ch-btn:hover { border-color: var(--ca-forest-2); background: #f0f5f2; }
.hm-page .hx-num, .ix-page .hx-num { width: 46px; border: 0; background: transparent; }

.app-btn {
  height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  font-size: 13px;
  letter-spacing: .04em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.app-btn--brand {
  border-color: var(--ca-coral);
  background: var(--ca-coral);
  box-shadow: 0 10px 24px rgba(201, 80, 54, .26);
}
.app-btn--brand:hover { background: var(--ca-coral-dark); transform: translateY(-2px); }
.app-btn--brand-ghost { border-color: #ccd5d1; background: #fff; color: var(--ca-forest); }
.app-btn--brand-ghost:hover { border-color: var(--ca-forest); background: var(--ca-forest); color: #fff; }

.hm-trustbar {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  letter-spacing: .03em;
}
.hm-trustbar span { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; }
.hm-trustbar strong { color: #f2b49f; font-family: Georgia, serif; font-size: 13px; }
.hm-trustbar i { width: 36px; height: 1px; background: rgba(255,255,255,.24); }

.suggest__panel { border-color: var(--ca-line); border-radius: 16px; box-shadow: var(--ca-shadow); }
.suggest__group { color: var(--ca-muted); }
.suggest__item { padding: 11px 14px; }
.suggest__item:hover { background: #f4f6f2; }
.suggest__tag { border: 0; background: #edf3f0; color: var(--ca-forest-2); }

/* Sections */
.hm-page .hm-citysec { margin-top: 92px; }
.hm-page .hd-nearbar, .hm-section-head { margin: 0 0 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.hm-section-kicker { margin-bottom: 7px; color: var(--ca-coral-dark); }
.hm-page .hd-h3, .hm-lm-title-head {
  margin: 0;
  color: var(--ca-ink);
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(25px, 3.3vw, 38px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: .03em;
}
.hm-section-sub { margin: 7px 0 0; color: var(--ca-muted); font-size: 13px; }
.hm-text-link { flex: 0 0 auto; padding-bottom: 3px; border-bottom: 1px solid #97a49f; color: var(--ca-forest); font-size: 12px; font-weight: 800; }
.hm-text-link span { margin-left: 6px; }

.hm-notice, .hm-empty { grid-column: 1 / -1; border-color: #e7ded6; background: #fffaf4; box-shadow: none; }
.hm-notice .ch-card__body { padding: 15px 18px; color: #805b4f; font-size: 12px; }
.hm-empty .ch-card__body { padding: 32px; display: grid; gap: 4px; text-align: center; }
.hm-empty .ch-card__body strong { color: var(--ca-forest); }
.hm-empty .ch-card__body span { color: var(--ca-muted); font-size: 13px; }

/* Hotel cards */
.hm-grid-hotels { gap: 20px; }
.hm-page .hd-card, .ix-page .hd-card {
  overflow: hidden;
  border: 1px solid rgba(29,62,59,.1);
  border-radius: 20px;
  background: var(--ca-paper);
  box-shadow: 0 12px 36px rgba(28, 52, 49, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hm-page .hd-card:hover, .ix-page .hd-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(28,52,49,.14); }
.hd-card__media { position: relative; overflow: hidden; }
.hm-page .hd-card__img, .ix-page .hd-card__img { height: 215px; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.hm-page .hd-card:hover .hd-card__img, .ix-page .hd-card:hover .hd-card__img { transform: scale(1.04); }
.hd-card__score {
  position: absolute;
  right: 12px;
  bottom: 12px;
  min-width: 58px;
  padding: 8px 10px;
  display: grid;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 12px;
  background: rgba(23,60,58,.94);
  color: #fff;
  line-height: 1.05;
  text-align: center;
  backdrop-filter: blur(8px);
}
.hd-card__score strong { font-family: Georgia, serif; font-size: 18px; }
.hd-card__score small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 8px; }
.hm-page .hd-card__body, .ix-page .hd-card__body { flex: 1; padding: 18px; display: flex; flex-direction: column; gap: 10px; }
.hm-page .ch-card__title, .ix-page .ch-card__title { min-height: 2.9em; margin: 0; color: var(--ca-ink); font-size: 16px; line-height: 1.45; }
.hm-page .hd-meta, .ix-page .hd-meta { gap: 8px 12px; color: var(--ca-muted); font-size: 11px; }
.hd-stars { color: var(--ca-gold); font-weight: 800; }
.hd-tag { height: 25px; border-color: #dde4df; background: #f2f5f2; color: #53605c; font-size: 10px; }
.hm-page .hd-price, .ix-page .hd-price { margin-top: auto; display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px 8px; color: var(--ca-ink); }
.hm-page .hd-price small, .ix-page .hd-price small { width: 100%; color: var(--ca-muted); font-size: 10px; font-weight: 500; }
.hm-page .hd-price strong, .ix-page .hd-price strong { font-family: Georgia, "Yu Mincho", serif; font-size: 21px; }
.hd-price__strike { font-size: 11px; font-weight: 500; }
.hm-page .hd-actions, .ix-page .hd-actions { margin-top: 4px; }
.hm-page .hd-actions .app-btn, .ix-page .hd-actions .app-btn { width: 100%; height: 44px; justify-content: space-between; }

/* Landmark cards */
.hm-landmarks { margin-top: 104px; }
.hm-lm-grid { gap: 16px; }
.hm-lm-card {
  position: relative;
  overflow: hidden;
  min-height: 370px;
  border: 0;
  border-radius: 20px;
  background: #173c3a;
  box-shadow: 0 16px 40px rgba(28,52,49,.13);
}
.hm-lm-link { position: absolute; inset: 0; display: block; }
.hm-lm-thumb { position: absolute; inset: 0; width: auto; aspect-ratio: auto; }
.hm-lm-thumb::after { background: linear-gradient(180deg, rgba(10,25,24,.02) 25%, rgba(10,25,24,.92) 100%); opacity: 1; }
.hm-lm-thumb img { height: 100%; }
.hm-lm-link:hover .hm-lm-thumb img { transform: scale(1.07); }
.hm-lm-body { position: absolute; inset: auto 0 0; z-index: 2; padding: 24px 20px 20px; color: #fff; }
.hm-lm-title { padding-right: 42px; color: #fff; font-family: Georgia, "Yu Mincho", serif; font-size: 20px; font-weight: 500; line-height: 1.4; }
.hm-lm-meta { color: rgba(255,255,255,.7); font-size: 11px; }
.hm-lm-meta::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ca-coral); }
.hm-lm-arrow {
  position: absolute;
  right: 18px;
  bottom: 19px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  transition: background .2s ease, color .2s ease;
}
.hm-lm-link:hover .hm-lm-arrow { background: #fff; color: var(--ca-forest); }

/* Result and detail surfaces */
.ix-page { min-height: 70vh; padding: 38px 0 80px; background: var(--ca-cream); }
.ix-page .ix-head { margin-bottom: 22px !important; }
.ix-page .ix-title { color: var(--ca-ink); font-family: Georgia, "Yu Mincho", serif; font-size: clamp(28px,4vw,44px); font-weight: 500; }
.ix-page .ix-sub { color: var(--ca-muted); }
.ix-page .hm-searchbar { box-shadow: var(--ca-shadow); }
.ix-page .ix-filter { border-color: var(--ca-line); box-shadow: 0 8px 30px rgba(28,52,49,.06); }
.ix-page .ix-filter .hx-input { padding-left: 14px; }
.hd-detail { background: var(--ca-cream); color: var(--ca-ink); }
.hd-detail .hd-wrap { padding-top: 40px; padding-bottom: 80px; }
.hd-detail .hd-title { font-family: Georgia, "Yu Mincho", serif; font-weight: 500; }
.hd-detail .hd-section, .hd-detail .hd-book { border-color: var(--ca-line); }
.hd-detail .hd-btn--primary, .hd-detail .hd-btn--brand { border-color: var(--ca-coral); background: var(--ca-coral); }

/* Blog refresh */
.br-cont { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding-top: 30px; }
.breadcrumb { color: var(--ca-muted); }
.breadcrumb a, .main-content a { color: var(--ca-forest-2); }
body.page-blog .container { width: min(1180px, calc(100% - 40px)); margin: 14px auto 72px; padding: 0; gap: 28px; }
body.page-blog .main-content, body.page-blog .sidebar { border: 1px solid var(--ca-line); border-radius: 20px; background: var(--ca-paper); box-shadow: 0 12px 38px rgba(28,52,49,.07); }
.search-bar input[type="text"] { border-color: var(--ca-line); border-radius: 10px; }
.search-bar button { border-radius: 10px; background: var(--ca-forest); }
.post-item { border: 1px solid var(--ca-line); border-radius: 16px; box-shadow: none; }
.post-content h2, .sidebar h3, .recent-post h4 { color: var(--ca-forest); }
.recent-post { border-color: var(--ca-line); border-radius: 14px; box-shadow: none; }

/* Nearby page consistency (overrides its locally scoped legacy theme) */
#nearby-app .nearby-page { background: var(--ca-cream); color: var(--ca-ink); }
#nearby-app .nearby-wrap { max-width: 1180px; padding-top: 46px; padding-bottom: 90px; }
#nearby-app .nearby-title { font-family: Georgia, "Yu Mincho", serif; font-size: clamp(29px,4vw,44px); font-weight: 500; }
#nearby-app .toolbar { top: 94px; border-color: var(--ca-line); border-radius: 18px; box-shadow: 0 12px 36px rgba(28,52,49,.08); }
#nearby-app .card { border-color: var(--ca-line); border-radius: 20px; box-shadow: 0 12px 34px rgba(28,52,49,.07); transition: transform .2s ease, box-shadow .2s ease; }
#nearby-app .card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(28,52,49,.13); }
#nearby-app .pin svg { color: var(--ca-coral); }

/* Footer */
.site-footer { margin: 0; padding: 62px 0 22px; background: #112e2c; color: #fff; text-align: left; }
.site-footer__inner, .site-footer__bottom { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-footer__inner { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; padding-bottom: 46px; }
.site-footer__brand p { max-width: 390px; margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.site-brand--footer .site-brand__copy strong { font-size: 25px; }
.site-footer__nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.site-footer__nav div { display: grid; align-content: start; gap: 9px; }
.site-footer__nav strong { margin-bottom: 7px; color: rgba(255,255,255,.94); font-size: 12px; letter-spacing: .12em; }
.site-footer__nav a { width: fit-content; margin: 0; color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer__nav a:hover { color: #fff; }
.site-footer__bottom { padding-top: 20px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }

@media (max-width: 920px) {
  body { padding-top: 70px; }
  .site-header { height: 70px; }
  .site-nav { width: min(100% - 28px, 1180px); }
  .site-brand__mark { width: 38px; height: 38px; }
  .site-brand__copy strong { font-size: 20px; }
  .site-brand__copy small { display: none; }
  .menu-toggle { display: block; }
  .site-menu {
    position: fixed;
    top: 70px;
    right: 14px;
    width: min(320px, calc(100% - 28px));
    padding: 14px;
    display: grid;
    gap: 4px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 0 0 18px 18px;
    background: rgba(17,46,44,.99);
    box-shadow: 0 20px 50px rgba(7,23,22,.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s ease;
  }
  .site-menu.active { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-menu > a { padding: 12px 15px; }
  .site-menu .site-menu__account { margin: 7px 0 0; justify-self: stretch; text-align: center; }
  .hm-page .hm-sb-row, .ix-page .hm-sb-row { grid-template-columns: 1fr 1fr; }
  .hm-page .hm-sb-cta, .ix-page .hm-sb-cta { justify-content: stretch; }
  .hm-page .hm-sb-cta .app-btn, .ix-page .hm-sb-cta .app-btn { width: 100%; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 620px) {
  .hm-page::before, .hm-page::after { height: 1010px; }
  .hm-page::before { background-position: 59% center; }
  .hm-page::after { background: linear-gradient(90deg, rgba(11,28,27,.91), rgba(11,28,27,.54)), linear-gradient(0deg, rgba(10,28,27,.82), transparent 45%); }
  .hm-page .hm-wrap { width: min(100% - 28px, 1180px); }
  .hm-hero-copy { min-height: 360px; padding: 54px 0 30px; }
  .hm-page .hm-hero-copy .ix-title { font-size: clamp(34px, 11vw, 46px); }
  .hm-page .hm-hero-copy .ix-sub { font-size: 13px; }
  .hm-hero-points { display: grid; gap: 8px; }
  .hm-page .hm-searchbar, .ix-page .hm-searchbar { padding: 14px; border-radius: 18px; }
  .hm-page .hm-sb-row, .ix-page .hm-sb-row { grid-template-columns: 1fr 1fr; gap: 11px 8px; }
  .hm-sb-field:not(.is-guests):not(.hm-sb-cta) { grid-column: 1 / -1; }
  .hm-sb-field.is-guests { grid-column: 1; }
  .hm-sb-cta { grid-column: 2; }
  .hm-page .hm-sb-cta .app-btn { padding: 0 16px; }
  .hm-trustbar { padding: 16px 0; display: grid; grid-template-columns: 1fr; justify-items: start; gap: 7px; }
  .hm-trustbar i { display: none; }
  .hm-page .hm-citysec { margin-top: 78px; }
  .hm-page .hd-nearbar, .hm-section-head { align-items: flex-start; flex-direction: column; gap: 14px; }
  .hm-page .hd-h3, .hm-lm-title-head { font-size: 27px; }
  .hm-grid-hotels { gap: 16px; }
  .hm-page .hd-card__img, .ix-page .hd-card__img { height: 220px; }
  .hm-landmarks { margin-top: 76px; }
  .hm-lm-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hm-lm-card { min-height: 290px; border-radius: 16px; }
  .hm-lm-body { padding: 18px 14px 14px; }
  .hm-lm-title { padding-right: 0; font-size: 16px; }
  .hm-lm-arrow { display: none; }
  .ix-page { padding-top: 28px; }
  body.page-blog .container { width: min(100% - 28px, 1180px); }
  .site-footer { padding-top: 44px; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 34px; }
  .site-footer__bottom { flex-direction: column; gap: 4px; }
}

@media (max-width: 390px) {
  .hm-page::before, .hm-page::after { height: 1030px; }
  .hm-lm-grid { grid-template-columns: 1fr; }
  .hm-lm-card { min-height: 330px; }
}

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