/*
 * Moody Hotel Design System
 *
 * Self-contained stylesheet for templateVariant=hotel sites. Replaces
 * the legacy color-overlay with a full hotel-affiliate design system:
 * sticky modern header, edge-to-edge hero, image-first card grids,
 * destination explorers, segment cards, newsletter strip, modern
 * footer, mobile bottom-nav.
 *
 * Color schemes (body.md-cs-{name}):
 *   coastal (default) - Mediterranean navy + cream + gold
 *   gold              - Charcoal + warm white + champagne gold (luxury)
 *   tropical          - Deep teal + cream + coral (resort)
 *   alpine            - Forest green + ivory + warm wood
 *   sunset            - Terracotta + cream + amber (Tuscan villa)
 *   metro             - Black + white + crimson (urban)
 *
 * Typography: Playfair Display headlines + Inter body, with system-font
 * fallbacks so no external HTTP fetch is required.
 */

/* ============================================================
   CSS RESET (template-scoped only)
   ============================================================ */
.mh-page *,
.mh-page *::before,
.mh-page *::after {
  box-sizing: border-box;
}

/* ============================================================
   COLOR SCHEME — DEFAULT (coastal)
   ============================================================ */
body.md-hotel {
  --mh-bg: #faf9f6;
  --mh-bg-soft: #f5f1e8;
  --mh-surface: #ffffff;
  --mh-surface-alt: #f3eee0;
  --mh-text: #14283d;
  --mh-text-muted: #5a6a7e;
  --mh-text-dim: #8a98ab;
  --mh-line: #e6e0d0;
  --mh-line-strong: #c8bfa8;
  --mh-brand: #0a2740;
  --mh-brand-soft: #1c4670;
  --mh-accent: #c4a572;
  --mh-accent-deep: #8a7244;
  --mh-bg-dark: #0a2740;
  --mh-bg-darker: #061a2c;
  --mh-on-dark: #faf6ee;
  --mh-on-dark-muted: rgba(250, 246, 238, 0.72);
  --mh-shadow-sm: 0 2px 8px -3px rgba(10, 39, 64, 0.18);
  --mh-shadow-md: 0 14px 30px -18px rgba(10, 39, 64, 0.32);
  --mh-shadow-lg: 0 28px 60px -28px rgba(10, 39, 64, 0.42);
  --mh-radius-sm: 4px;
  --mh-radius-md: 8px;
  --mh-radius-lg: 16px;
  --mh-hero-fallback: linear-gradient(135deg, #0a2740 0%, #1c4670 55%, #c4a572 130%);
}

body.md-hotel.md-cs-gold {
  --mh-bg: #f8f5ee;
  --mh-bg-soft: #f0ead8;
  --mh-surface: #ffffff;
  --mh-surface-alt: #ece3c9;
  --mh-text: #1a1a1a;
  --mh-text-muted: #5c5547;
  --mh-text-dim: #908973;
  --mh-line: #e8e0c9;
  --mh-line-strong: #c5a572;
  --mh-brand: #1a1a1a;
  --mh-brand-soft: #2e2e2e;
  --mh-accent: #c5a572;
  --mh-accent-deep: #8c7548;
  --mh-bg-dark: #0e0e0e;
  --mh-bg-darker: #060606;
  --mh-on-dark: #f8f5ee;
  --mh-on-dark-muted: rgba(248, 245, 238, 0.74);
  --mh-hero-fallback: linear-gradient(135deg, #1a1a1a 0%, #2e2e2e 50%, #c5a572 130%);
}

body.md-hotel.md-cs-tropical {
  --mh-bg: #f5f3ed;
  --mh-bg-soft: #e8efed;
  --mh-surface: #ffffff;
  --mh-surface-alt: #dceae7;
  --mh-text: #0d2929;
  --mh-text-muted: #4a6868;
  --mh-text-dim: #7e9595;
  --mh-line: #d8e3e0;
  --mh-line-strong: #a8c8c4;
  --mh-brand: #0d4f4f;
  --mh-brand-soft: #186161;
  --mh-accent: #e07759;
  --mh-accent-deep: #b85a3f;
  --mh-bg-dark: #0d4f4f;
  --mh-bg-darker: #083333;
  --mh-on-dark: #f5f3ed;
  --mh-on-dark-muted: rgba(245, 243, 237, 0.74);
  --mh-hero-fallback: linear-gradient(135deg, #0d4f4f 0%, #186161 55%, #e07759 130%);
}

body.md-hotel.md-cs-alpine {
  --mh-bg: #f7f3ec;
  --mh-bg-soft: #ede7d8;
  --mh-surface: #ffffff;
  --mh-surface-alt: #e2dac4;
  --mh-text: #1a2a1d;
  --mh-text-muted: #506452;
  --mh-text-dim: #7a8b7c;
  --mh-line: #ddd5c0;
  --mh-line-strong: #a8987c;
  --mh-brand: #1a3a2c;
  --mh-brand-soft: #2c5240;
  --mh-accent: #d97e3b;
  --mh-accent-deep: #a05c25;
  --mh-bg-dark: #1a3a2c;
  --mh-bg-darker: #11261d;
  --mh-on-dark: #f7f3ec;
  --mh-on-dark-muted: rgba(247, 243, 236, 0.74);
  --mh-hero-fallback: linear-gradient(135deg, #1a3a2c 0%, #2c5240 55%, #d97e3b 130%);
}

body.md-hotel.md-cs-sunset {
  --mh-bg: #f9f1e6;
  --mh-bg-soft: #f1e3cd;
  --mh-surface: #ffffff;
  --mh-surface-alt: #ead3b0;
  --mh-text: #3a2818;
  --mh-text-muted: #7a5a40;
  --mh-text-dim: #a08566;
  --mh-line: #e6d4b8;
  --mh-line-strong: #c4a070;
  --mh-brand: #c4623a;
  --mh-brand-soft: #a8512c;
  --mh-accent: #e8b04a;
  --mh-accent-deep: #b88a30;
  --mh-bg-dark: #3a2818;
  --mh-bg-darker: #261810;
  --mh-on-dark: #f9f1e6;
  --mh-on-dark-muted: rgba(249, 241, 230, 0.74);
  --mh-hero-fallback: linear-gradient(135deg, #3a2818 0%, #c4623a 55%, #e8b04a 130%);
}

body.md-hotel.md-cs-metro {
  --mh-bg: #ffffff;
  --mh-bg-soft: #f4f4f4;
  --mh-surface: #ffffff;
  --mh-surface-alt: #ececec;
  --mh-text: #0a0a0a;
  --mh-text-muted: #4a4a4a;
  --mh-text-dim: #7a7a7a;
  --mh-line: #e4e4e4;
  --mh-line-strong: #b8b8b8;
  --mh-brand: #0a0a0a;
  --mh-brand-soft: #2a2a2a;
  --mh-accent: #d72631;
  --mh-accent-deep: #a01b24;
  --mh-bg-dark: #0a0a0a;
  --mh-bg-darker: #000000;
  --mh-on-dark: #ffffff;
  --mh-on-dark-muted: rgba(255, 255, 255, 0.72);
  --mh-hero-fallback: linear-gradient(135deg, #0a0a0a 0%, #2a2a2a 50%, #d72631 130%);
}

/* ============================================================
   GLOBAL — body, typography, base
   ============================================================ */
body.md-hotel {
  margin: 0;
  background: var(--mh-bg);
  color: var(--mh-text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.md-hotel .mh-serif,
body.md-hotel .mh-page h1,
body.md-hotel .mh-page h2,
body.md-hotel .mh-page h3,
body.md-hotel .mh-page h4 {
  font-family: "Playfair Display", "Iowan Old Style", "Apple Garamond", "Baskerville", "Times New Roman", Georgia, serif;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -0.01em;
}

body.md-hotel a {
  color: var(--mh-brand);
  text-decoration: none;
}

body.md-hotel img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.md-hotel .mh-page {
  min-height: 100vh;
  padding-top: 88px; /* sticky header offset */
}

body.md-hotel .mh-shell {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

@media (max-width: 720px) {
  body.md-hotel .mh-page { padding-top: 68px; }
  body.md-hotel .mh-shell { padding: 0 18px; }
}

body.md-hotel .mh-only-sr {
  position: absolute;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* ============================================================
   STICKY HEADER
   ============================================================ */
.mh-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.mh-header.is-stuck {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: var(--mh-line);
  box-shadow: 0 4px 20px -10px rgba(0,0,0,0.08);
}

.mh-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}

.mh-brand {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mh-brand);
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.mh-brand__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mh-accent);
  margin-bottom: 2px;
}

.mh-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.mh-nav a {
  color: var(--mh-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
  padding: 6px 0;
  transition: color 150ms ease;
}

.mh-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1.5px;
  background: var(--mh-accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 220ms ease;
}

.mh-nav a:hover,
.mh-nav a.is-active {
  color: var(--mh-brand);
}

.mh-nav a:hover::after,
.mh-nav a.is-active::after {
  transform: scaleX(1);
}

.mh-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--mh-brand);
  color: var(--mh-on-dark);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background 150ms ease, transform 120ms ease;
}

.mh-header__cta:hover {
  background: var(--mh-accent-deep);
  transform: translateY(-1px);
}

.mh-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--mh-line);
  color: var(--mh-text);
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .mh-nav { display: none; }
  .mh-nav.is-open {
    display: flex;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--mh-surface);
    flex-direction: column;
    gap: 0;
    padding: 12px 28px 24px;
    border-bottom: 1px solid var(--mh-line);
    box-shadow: var(--mh-shadow-md);
  }
  .mh-nav.is-open a {
    padding: 14px 0;
    border-bottom: 1px solid var(--mh-line);
    width: 100%;
    font-size: 16px;
  }
  .mh-nav.is-open a:last-child { border-bottom: none; }
  .mh-nav-toggle { display: inline-flex; align-items: center; gap: 6px; }
  .mh-header__cta { display: none; }
}

/* ============================================================
   HERO
   ============================================================ */
.mh-hero {
  position: relative;
  min-height: clamp(520px, 78vh, 720px);
  margin: 0 0 0;
  background-color: var(--mh-bg-dark);
  background-image: var(--mh-hero-fallback);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  color: var(--mh-on-dark);
}

.mh-hero[data-has-image="1"] {
  background-image: var(--mh-hero-image), var(--mh-hero-fallback);
  background-blend-mode: multiply;
  background-color: rgba(10, 22, 38, 0.10);
}

.mh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 35%, rgba(0,0,0,0.55) 100%);
  z-index: 1;
}

.mh-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 56px 0 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.6fr);
  gap: 48px;
  align-items: end;
}

.mh-hero__body {
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mh-hero__kicker {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--mh-accent);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.mh-hero__kicker::before {
  content: "";
  width: 28px;
  height: 1.5px;
  background: var(--mh-accent);
  display: inline-block;
}

.mh-hero__title {
  font-size: clamp(36px, 6vw, 64px);
  margin: 0;
  color: var(--mh-on-dark);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0,0,0,0.25);
}

.mh-hero__lead {
  margin: 0;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--mh-on-dark);
  opacity: 0.92;
  max-width: 56ch;
}

.mh-hero__ctaRow {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.mh-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  background: var(--mh-accent);
  color: var(--mh-bg-dark);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: 1.5px solid var(--mh-accent);
  transition: background 150ms ease, border-color 150ms ease, transform 120ms ease;
}

.mh-cta:hover {
  background: var(--mh-on-dark);
  color: var(--mh-bg-dark);
  border-color: var(--mh-on-dark);
  transform: translateY(-1px);
}

.mh-cta--ghost {
  background: transparent;
  color: var(--mh-on-dark);
  border-color: rgba(255,255,255,0.4);
}

.mh-cta--ghost:hover {
  background: rgba(255,255,255,0.08);
  border-color: var(--mh-on-dark);
  color: var(--mh-on-dark);
}

.mh-hero__meta {
  font-size: 12px;
  color: var(--mh-on-dark);
  opacity: 0.72;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
}

.mh-hero__meta span + span::before {
  content: "•";
  margin-right: 12px;
  opacity: 0.5;
}

/* Hero side card (when hero post exists) */
.mh-hero__card {
  background: rgba(255,255,255,0.95);
  color: var(--mh-text);
  padding: 26px;
  border-radius: var(--mh-radius-md);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: var(--mh-shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh-hero__card-kicker {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mh-accent-deep);
  font-weight: 700;
}

.mh-hero__card-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 19px;
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
}

.mh-hero__card-title a {
  color: inherit;
  text-decoration: none;
}

.mh-hero__card-meta {
  font-size: 12px;
  color: var(--mh-text-muted);
  letter-spacing: 0.04em;
}

@media (max-width: 920px) {
  .mh-hero { min-height: clamp(460px, 70vh, 600px); }
  .mh-hero__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0 56px;
  }
  .mh-hero__card { display: none; }
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.mh-trust {
  background: var(--mh-surface);
  border-bottom: 1px solid var(--mh-line);
  padding: 18px 0;
}

.mh-trust__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 36px 56px;
}

.mh-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--mh-text-muted);
  letter-spacing: 0.04em;
}

.mh-trust__item strong {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--mh-brand);
  letter-spacing: 0;
}

.mh-trust__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mh-accent);
  display: inline-block;
}

@media (max-width: 720px) {
  .mh-trust__row { gap: 16px 24px; }
  .mh-trust__item { font-size: 12px; }
  .mh-trust__item strong { font-size: 15px; }
}

/* ============================================================
   SECTION (shared)
   ============================================================ */
.mh-section {
  padding: 80px 0;
}

.mh-section--alt {
  background: var(--mh-bg-soft);
}

.mh-section--dark {
  background: var(--mh-bg-dark);
  color: var(--mh-on-dark);
}

.mh-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}

.mh-section__heading {
  max-width: 640px;
}

.mh-section__kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mh-accent-deep);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.mh-section__title {
  font-size: clamp(28px, 3.5vw, 42px);
  margin: 0 0 12px;
  color: var(--mh-text);
  letter-spacing: -0.015em;
}

.mh-section--dark .mh-section__title {
  color: var(--mh-on-dark);
}

.mh-section__lead {
  font-size: 16px;
  color: var(--mh-text-muted);
  margin: 0;
  line-height: 1.6;
  max-width: 60ch;
}

.mh-section--dark .mh-section__lead {
  color: var(--mh-on-dark-muted);
}

.mh-section__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--mh-brand);
  text-decoration: none;
  white-space: nowrap;
}

.mh-section__more:hover { color: var(--mh-accent-deep); }

@media (max-width: 720px) {
  .mh-section { padding: 56px 0; }
  .mh-section__head { margin-bottom: 28px; }
}

/* ============================================================
   FEATURED STAYS GRID (3 cards)
   ============================================================ */
.mh-stays {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.mh-stay {
  background: var(--mh-surface);
  border-radius: var(--mh-radius-md);
  overflow: hidden;
  box-shadow: var(--mh-shadow-sm);
  transition: transform 250ms ease, box-shadow 250ms ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.mh-stay:hover {
  transform: translateY(-6px);
  box-shadow: var(--mh-shadow-lg);
}

.mh-stay__media {
  aspect-ratio: 4 / 3;
  background: var(--mh-surface-alt);
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

/* Solid-state media for posts without a featured image — solid brand
   wash so we never invent fake hotel imagery. */
.mh-stay__media--solid {
  background:
    linear-gradient(135deg, var(--mh-brand) 0%, var(--mh-brand-soft) 60%, var(--mh-accent) 130%);
}
.mh-stay__media--solid::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.10) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(0,0,0,0.18) 0%, transparent 60%);
}

.mh-stay__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.mh-stay:hover .mh-stay__media img {
  transform: scale(1.04);
}

.mh-stay__pill {
  position: absolute;
  top: 14px; left: 14px;
  z-index: 2;
  background: var(--mh-on-dark);
  color: var(--mh-bg-dark);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 4px 14px -6px rgba(0,0,0,0.4);
}

.mh-stay__body {
  padding: 22px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.mh-stay__loc {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mh-accent-deep);
  font-weight: 700;
}

.mh-stay__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  margin: 0;
  color: var(--mh-text);
  font-weight: 700;
  line-height: 1.2;
}

.mh-stay__excerpt {
  font-size: 14px;
  color: var(--mh-text-muted);
  margin: 0;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mh-stay__foot {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--mh-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mh-stay__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--mh-accent-deep);
  font-size: 13px;
  font-weight: 700;
}

.mh-stay__cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--mh-brand);
}

@media (max-width: 920px) {
  .mh-stays { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

@media (max-width: 600px) {
  .mh-stays { grid-template-columns: 1fr; }
}

/* ============================================================
   DESTINATIONS GRID (6 image cards)
   ============================================================ */
.mh-dests {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.mh-dest {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--mh-radius-md);
  overflow: hidden;
  text-decoration: none;
  color: var(--mh-on-dark);
  isolation: isolate;
  background-color: var(--mh-bg-dark);
}

.mh-dest__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background:
    linear-gradient(135deg, var(--mh-brand) 0%, var(--mh-brand-soft) 60%, var(--mh-accent) 130%);
  transition: transform 600ms ease;
  z-index: 0;
}

.mh-dest:hover .mh-dest__bg { transform: scale(1.06); }

.mh-dest::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.65) 100%);
  z-index: 1;
}

.mh-dest__body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 22px;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.mh-dest__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

.mh-dest__count {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.85;
  flex: none;
}

@media (max-width: 720px) {
  .mh-dests { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .mh-dest__body { padding: 14px; }
  .mh-dest__count { display: none; }
}

/* ============================================================
   SEGMENTS (4 cards: Couples / Families / Business / Luxury)
   ============================================================ */
.mh-segments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mh-segment {
  background: var(--mh-surface);
  border: 1px solid var(--mh-line);
  border-radius: var(--mh-radius-md);
  padding: 30px 24px;
  text-decoration: none;
  color: var(--mh-text);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.mh-segment:hover {
  border-color: var(--mh-accent);
  transform: translateY(-2px);
  box-shadow: var(--mh-shadow-md);
}

.mh-segment__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--mh-bg-soft);
  color: var(--mh-brand);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
}

.mh-segment__name {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 20px;
  margin: 0;
  font-weight: 700;
  color: var(--mh-text);
}

.mh-segment__desc {
  font-size: 14px;
  color: var(--mh-text-muted);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.mh-segment__cta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--mh-accent-deep);
  text-transform: uppercase;
}

@media (max-width: 920px) {
  .mh-segments { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .mh-segments { grid-template-columns: 1fr; }
}

/* ============================================================
   LATEST REVIEWS LIST (compact horizontal rows)
   ============================================================ */
.mh-list {
  display: grid;
  gap: 4px;
}

.mh-list__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--mh-line);
  text-decoration: none;
  color: inherit;
  align-items: start;
  transition: opacity 150ms ease;
}

.mh-list__row:first-child { border-top: 1px solid var(--mh-line); }

.mh-list__row:hover { opacity: 0.85; }

.mh-list__media {
  aspect-ratio: 4 / 3;
  background: var(--mh-surface-alt);
  background-image: var(--mh-hero-fallback);
  background-size: cover;
  background-position: center;
  border-radius: var(--mh-radius-sm);
  overflow: hidden;
}

.mh-list__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-list__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 6px;
}

.mh-list__cat {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--mh-accent-deep);
  font-weight: 700;
}

.mh-list__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--mh-text);
}

.mh-list__lead {
  font-size: 14px;
  color: var(--mh-text-muted);
  margin: 0;
  line-height: 1.55;
}

.mh-list__meta {
  font-size: 12px;
  color: var(--mh-text-dim);
  letter-spacing: 0.04em;
  margin-top: 2px;
}

@media (max-width: 720px) {
  .mh-list__row { grid-template-columns: 1fr; gap: 12px; }
  .mh-list__media { aspect-ratio: 16 / 10; }
}

/* ============================================================
   NEWSLETTER STRIP (full-width, dark, with overlay image)
   ============================================================ */
.mh-newsletter {
  position: relative;
  padding: 96px 0;
  background: var(--mh-bg-dark);
  color: var(--mh-on-dark);
  overflow: hidden;
  isolation: isolate;
}

.mh-newsletter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--mh-hero-image, var(--mh-hero-fallback));
  background-size: cover;
  background-position: center;
  opacity: 0.22;
  z-index: 0;
}

.mh-newsletter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--mh-bg-dark) 0%, rgba(10,22,38,0.85) 100%);
  z-index: 1;
}

.mh-newsletter__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  align-items: center;
}

.mh-newsletter__kicker {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mh-accent);
  font-weight: 700;
  margin-bottom: 10px;
}

.mh-newsletter__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 14px;
  color: var(--mh-on-dark);
  line-height: 1.15;
}

.mh-newsletter__lead {
  margin: 0 0 0;
  color: var(--mh-on-dark-muted);
  font-size: 16px;
  line-height: 1.6;
  max-width: 50ch;
}

.mh-newsletter__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mh-newsletter__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.mh-newsletter__input {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: var(--mh-on-dark);
  padding: 16px 18px;
  font-size: 15px;
  border-radius: 999px;
  font-family: inherit;
  transition: border-color 150ms ease, background 150ms ease;
}

.mh-newsletter__input:focus {
  outline: none;
  border-color: var(--mh-accent);
  background: rgba(255,255,255,0.12);
}

.mh-newsletter__input::placeholder { color: rgba(255,255,255,0.55); }

.mh-newsletter__btn {
  background: var(--mh-accent);
  color: var(--mh-bg-dark);
  border: none;
  padding: 14px 26px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-radius: 999px;
  cursor: pointer;
  transition: background 150ms ease, transform 120ms ease;
  font-family: inherit;
}

.mh-newsletter__btn:hover {
  background: var(--mh-on-dark);
  transform: translateY(-1px);
}

.mh-newsletter__fineprint {
  margin: 0;
  font-size: 11px;
  color: var(--mh-on-dark-muted);
  letter-spacing: 0.04em;
}

@media (max-width: 920px) {
  .mh-newsletter { padding: 64px 0; }
  .mh-newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .mh-newsletter__row { grid-template-columns: 1fr; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.mh-footer {
  background: var(--mh-bg-darker);
  color: var(--mh-on-dark);
  padding: 80px 0 24px;
}

.mh-footer__top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}

.mh-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mh-footer__brand-mark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mh-on-dark);
}

.mh-footer__brand-text {
  margin: 0;
  font-size: 14px;
  color: var(--mh-on-dark-muted);
  line-height: 1.6;
  max-width: 36ch;
}

.mh-footer__contact {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: var(--mh-accent);
  margin-top: 6px;
  font-weight: 600;
  text-decoration: none;
}

.mh-footer__contact:hover { color: var(--mh-on-dark); }

.mh-footer__col-title {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mh-accent);
  margin: 0 0 16px;
  font-weight: 700;
}

.mh-footer__list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mh-footer__list a {
  color: var(--mh-on-dark);
  opacity: 0.8;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 150ms ease, color 150ms ease;
}

.mh-footer__list a:hover {
  color: var(--mh-accent);
  opacity: 1;
}

.mh-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
}

.mh-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mh-accent);
  font-weight: 700;
}

.mh-footer__badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mh-accent);
  display: inline-block;
}

@media (max-width: 920px) {
  .mh-footer__top { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 600px) {
  .mh-footer__top { grid-template-columns: 1fr; gap: 28px; }
  .mh-footer { padding: 56px 0 20px; }
}

/* ============================================================
   MOBILE BOTTOM NAV (sticky)
   ============================================================ */
.mh-bottom-nav {
  display: none;
}

@media (max-width: 720px) {
  .mh-bottom-nav {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    z-index: 90;
    background: rgba(255,255,255,0.98);
    border-top: 1px solid var(--mh-line);
    padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
    justify-content: space-around;
    box-shadow: 0 -4px 20px -10px rgba(0,0,0,0.12);
  }
  .mh-bottom-nav__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 8px 4px;
    color: var(--mh-text-muted);
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .mh-bottom-nav__item.is-active { color: var(--mh-brand); }
  .mh-bottom-nav__icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  body.md-hotel .mh-page { padding-bottom: 72px; }
}

/* ============================================================
   SINGULAR (single post / static page wrapper)
   ============================================================ */
.mh-singular {
  background: var(--mh-bg);
  padding: 56px 0 80px;
}

.mh-singular__head {
  text-align: left;
  max-width: 760px;
  margin: 0 auto 32px;
}

.mh-singular__crumb {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mh-text-muted);
  margin-bottom: 14px;
}

.mh-singular__crumb a { color: inherit; text-decoration: none; }
.mh-singular__crumb a:hover { color: var(--mh-brand); }

.mh-singular__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4.5vw, 52px);
  margin: 0 0 18px;
  line-height: 1.15;
  color: var(--mh-text);
  letter-spacing: -0.02em;
}

.mh-singular__byline {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--mh-text-muted);
  padding-bottom: 22px;
  border-bottom: 1px solid var(--mh-line);
}

.mh-singular__avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--mh-accent);
}

.mh-singular__avatar img {
  width: 100%; height: 100%;
  object-fit: cover;
}

.mh-singular__hero {
  max-width: 1100px;
  margin: 0 auto 40px;
  border-radius: var(--mh-radius-md);
  overflow: hidden;
}

.mh-singular__hero img {
  width: 100%; height: auto;
}

.mh-singular__content {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.78;
  color: var(--mh-text);
}

.mh-singular__content > p { margin: 0 0 20px; }

.mh-singular__content h2,
.mh-singular__content h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  color: var(--mh-brand);
  font-family: "Playfair Display", Georgia, serif;
}

.mh-singular__content h2 { font-size: 28px; }
.mh-singular__content h3 { font-size: 22px; }

.mh-singular__content a {
  color: var(--mh-brand);
  text-decoration: underline;
  text-decoration-color: var(--mh-accent);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.mh-singular__content a:hover { color: var(--mh-accent-deep); }

.mh-singular__content img {
  border-radius: var(--mh-radius-sm);
  margin: 22px 0;
}

.mh-singular__content blockquote {
  margin: 28px 0;
  padding: 18px 24px;
  border-left: 3px solid var(--mh-accent);
  background: var(--mh-bg-soft);
  font-style: italic;
  color: var(--mh-text);
  border-radius: 0 var(--mh-radius-sm) var(--mh-radius-sm) 0;
}

.mh-singular__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.mh-singular__content th,
.mh-singular__content td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--mh-line);
  text-align: left;
}

.mh-singular__content th {
  background: var(--mh-bg-soft);
  font-weight: 700;
  color: var(--mh-brand);
}

/* ============================================================
   ARCHIVE / SEARCH / 404
   ============================================================ */
.mh-archive {
  padding: 64px 0 80px;
}

.mh-archive__head {
  text-align: center;
  margin-bottom: 48px;
}

.mh-archive__kicker {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--mh-accent-deep);
  font-weight: 700;
  margin-bottom: 8px;
}

.mh-archive__title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(32px, 4.5vw, 48px);
  margin: 0;
  color: var(--mh-brand);
  letter-spacing: -0.015em;
}

.mh-archive__lead {
  margin: 14px auto 0;
  max-width: 60ch;
  color: var(--mh-text-muted);
  font-size: 16px;
}

.mh-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

@media (max-width: 920px) {
  .mh-archive__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .mh-archive__grid { grid-template-columns: 1fr; }
}

.mh-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}

.mh-pagination a,
.mh-pagination span {
  display: inline-flex;
  min-width: 40px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid var(--mh-line);
  border-radius: 999px;
  color: var(--mh-text);
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.mh-pagination a:hover {
  background: var(--mh-brand);
  color: var(--mh-on-dark);
  border-color: var(--mh-brand);
}

.mh-pagination .current {
  background: var(--mh-brand);
  color: var(--mh-on-dark);
  border-color: var(--mh-brand);
}

/* ============================================================
   UTILITIES
   ============================================================ */
.mh-hide { display: none !important; }
@media (max-width: 720px) { .mh-hide-mobile { display: none !important; } }
@media (min-width: 721px) { .mh-hide-desktop { display: none !important; } }
