/*
Theme Name: Makkah Madinah Hotels
Theme URI: https://makkahmadinahotels.com
Author: Makkah Madinah Hotels
Description: Hotel discovery and enquiry theme for Makkah Madinah Hotels. Premium hospitality aesthetic in cream, deep green and muted gold. Hotels are managed as a custom post type with ACF fields.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: mmh
*/

/* ---------------------------------------------------------------
   1. Tokens
   --------------------------------------------------------------- */
:root {
  --mmh-cream: #F7F3EC;
  --mmh-panel: #FFFCF7;
  --mmh-band: #EFEBE1;
  --mmh-green: #10382F;
  --mmh-green-dark: #0A2620;
  --mmh-gold: #B08D57;
  --mmh-gold-light: #D9C39A;
  --mmh-ink: #1B1A17;
  --mmh-ink-2: #2B2A26;
  --mmh-ink-3: #3A382F;
  --mmh-muted: #4A463E;
  --mmh-muted-2: #6E6659;
  --mmh-muted-3: #8A8175;
  --mmh-line: rgba(27, 26, 23, 0.10);
  --mmh-line-strong: rgba(27, 26, 23, 0.18);
  --mmh-serif: "Marcellus", Georgia, "Times New Roman", serif;
  --mmh-sans: "Manrope", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mmh-shell: 1280px;
  --mmh-gutter: clamp(20px, 4vw, 48px);
}

/* ---------------------------------------------------------------
   2. Reset and base
   --------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--mmh-cream);
  color: var(--mmh-ink);
  font-family: var(--mmh-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--mmh-green); text-decoration: none; }
a:hover, a:focus { color: var(--mmh-gold); }

button, input, select, textarea { font-family: inherit; font-size: 100%; }

:focus-visible { outline: 2px solid var(--mmh-gold); outline-offset: 2px; }

h1, h2, h3, h4 { font-family: var(--mmh-serif); font-weight: 400; margin: 0; }

p { margin: 0; }

.mmh-shell { max-width: var(--mmh-shell); margin: 0 auto; padding-left: var(--mmh-gutter); padding-right: var(--mmh-gutter); }
.mmh-shell--narrow { max-width: 900px; }

.mmh-skip {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--mmh-green); color: var(--mmh-cream); padding: 12px 18px;
}
.mmh-skip:focus { left: 12px; top: 12px; color: var(--mmh-cream); }

.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap;
}

/* ---------------------------------------------------------------
   3. Type scale
   --------------------------------------------------------------- */
.mmh-eyebrow {
  display: block; font-family: var(--mmh-sans); font-size: 11px;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--mmh-gold);
  margin-bottom: 16px;
}
.mmh-eyebrow--light { color: var(--mmh-gold-light); }

.mmh-h1 { font-size: clamp(34px, 5.2vw, 62px); line-height: 1.07; }
.mmh-h2 { font-size: clamp(28px, 3.6vw, 44px); line-height: 1.15; }
.mmh-h3 { font-size: clamp(24px, 2.8vw, 32px); line-height: 1.2; }
.mmh-lede { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.7; font-weight: 300; color: var(--mmh-muted); }
.mmh-body { font-size: 16px; line-height: 1.75; font-weight: 300; color: var(--mmh-muted); }
.mmh-note { font-size: 13px; line-height: 1.7; color: var(--mmh-muted-3); }

/* ---------------------------------------------------------------
   4. Buttons
   --------------------------------------------------------------- */
.mmh-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 28px; border-radius: 2px; border: 1px solid transparent;
  font-size: 15px; letter-spacing: 0.04em; cursor: pointer; white-space: nowrap;
  text-align: center; transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.mmh-btn--sm { min-height: 46px; padding: 0 18px; font-size: 14px; }
.mmh-btn--block { width: 100%; }

.mmh-btn--primary { background: var(--mmh-green); color: var(--mmh-cream); border-color: var(--mmh-green); }
.mmh-btn--primary:hover, .mmh-btn--primary:focus { background: var(--mmh-green-dark); color: var(--mmh-cream); border-color: var(--mmh-green-dark); }

.mmh-btn--outline { background: transparent; color: var(--mmh-green); border-color: rgba(16, 56, 47, 0.35); }
.mmh-btn--outline:hover, .mmh-btn--outline:focus { background: var(--mmh-panel); border-color: var(--mmh-green); color: var(--mmh-green); }

.mmh-btn--cream { background: var(--mmh-cream); color: var(--mmh-green); }
.mmh-btn--cream:hover, .mmh-btn--cream:focus { background: var(--mmh-gold); color: var(--mmh-panel); }

.mmh-btn--gold { background: var(--mmh-gold-light); color: var(--mmh-green-dark); }
.mmh-btn--gold:hover, .mmh-btn--gold:focus { background: var(--mmh-panel); color: var(--mmh-green-dark); }

.mmh-btn--ghost { background: rgba(10, 38, 32, 0.35); color: var(--mmh-panel); border-color: rgba(255, 252, 247, 0.55); }
.mmh-btn--ghost:hover, .mmh-btn--ghost:focus { background: rgba(255, 252, 247, 0.14); color: var(--mmh-panel); border-color: var(--mmh-panel); }

/* ---------------------------------------------------------------
   5. Header
   --------------------------------------------------------------- */
.mmh-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 243, 236, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--mmh-line);
}
.mmh-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }

.mmh-brand { display: flex; align-items: center; gap: 12px; }
.mmh-brand__mark {
  width: 34px; height: 34px; flex: none; border: 1px solid var(--mmh-gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--mmh-green); font-family: var(--mmh-serif); font-size: 15px;
}
.mmh-brand__text { display: flex; flex-direction: column; line-height: 1.15; }
.mmh-brand__name { font-family: var(--mmh-serif); font-size: 18px; color: var(--mmh-green); letter-spacing: 0.02em; }
.mmh-brand__tag { font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mmh-muted-3); }

.mmh-nav { display: flex; align-items: center; gap: 6px; }
.mmh-nav ul { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; padding: 0; }
.mmh-nav a {
  display: inline-flex; align-items: center; min-height: 44px; padding: 0 12px;
  font-size: 14px; letter-spacing: 0.02em; color: var(--mmh-ink); white-space: nowrap;
}
.mmh-nav a:hover, .mmh-nav a:focus { color: var(--mmh-gold); }
.mmh-nav .current-menu-item > a, .mmh-nav .current_page_item > a { color: var(--mmh-gold); }
.mmh-nav__cta { margin-left: 14px; }

.mmh-burger {
  display: none; width: 46px; height: 46px; flex-direction: column; align-items: center; justify-content: center;
  gap: 5px; background: none; border: 1px solid var(--mmh-line-strong); border-radius: 2px; cursor: pointer;
}
.mmh-burger span { width: 18px; height: 1px; background: var(--mmh-ink); display: block; }

.mmh-mobile-nav { display: none; border-top: 1px solid var(--mmh-line); background: var(--mmh-cream); }
.mmh-mobile-nav.is-open { display: block; }
.mmh-mobile-nav ul { list-style: none; margin: 0; padding: 12px 0 8px; }
.mmh-mobile-nav a {
  display: flex; align-items: center; min-height: 52px; font-size: 16px;
  color: var(--mmh-ink); border-bottom: 1px solid rgba(27, 26, 23, 0.08);
}
.mmh-mobile-nav .mmh-btn { margin: 14px 0 22px; }

@media (max-width: 1023px) {
  .mmh-nav { display: none; }
  .mmh-burger { display: flex; }
}

/* ---------------------------------------------------------------
   6. Hero carousel
   --------------------------------------------------------------- */
.mmh-hero {
  position: relative; width: 100%;
  min-height: clamp(520px, 72vw, 750px);
  display: flex; flex-direction: column; justify-content: flex-end;
  overflow: hidden; background: var(--mmh-green-dark);
}
.mmh-hero__slide {
  position: absolute; inset: 0; z-index: 0; opacity: 0;
  transition: opacity 1100ms ease; pointer-events: none;
  background: var(--mmh-green-dark);
}
.mmh-hero__slide.is-active { opacity: 1; z-index: 1; pointer-events: auto; }
.mmh-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.mmh-hero__scrim-side {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(100deg, rgba(10, 38, 32, 0.88) 0%, rgba(10, 38, 32, 0.66) 38%, rgba(10, 38, 32, 0.22) 72%, rgba(10, 38, 32, 0.34) 100%);
}
.mmh-hero__scrim-base {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(10, 38, 32, 0.66), rgba(10, 38, 32, 0) 46%);
}

.mmh-hero__inner { position: relative; width: 100%; margin-top: auto; z-index: 5; }
.mmh-hero__pad { padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(30px, 3.4vw, 44px); }
.mmh-hero__copy { max-width: min(740px, 60%); color: var(--mmh-panel); }
.mmh-hero__copy h1 { color: var(--mmh-panel); max-width: 20ch; text-shadow: 0 1px 24px rgba(10, 38, 32, 0.45); }
.mmh-hero__copy p {
  margin-top: 22px; max-width: 54ch; font-size: clamp(15px, 1.3vw, 18px); line-height: 1.7;
  color: rgba(255, 252, 247, 0.88); font-weight: 300; text-shadow: 0 1px 18px rgba(10, 38, 32, 0.5);
}
.mmh-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.mmh-hero__controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: clamp(30px, 4vw, 46px); }

.mmh-dots { display: flex; gap: 7px; }
.mmh-dots button {
  width: 10px; height: 10px; padding: 0; cursor: pointer; border-radius: 10px;
  border: 1px solid rgba(255, 252, 247, 0.55); background: transparent;
  transition: width 300ms ease, background-color 300ms ease;
}
.mmh-dots button.is-active { width: 26px; background: var(--mmh-gold-light); }

.mmh-arrows { display: flex; gap: 8px; }
.mmh-arrows button {
  width: 44px; height: 44px; background: rgba(10, 38, 32, 0.4);
  border: 1px solid rgba(255, 252, 247, 0.4); border-radius: 2px;
  color: var(--mmh-panel); font-size: 16px; cursor: pointer;
}
.mmh-arrows button:hover { background: rgba(255, 252, 247, 0.2); }

@media (max-width: 1023px) {
  .mmh-hero__copy { max-width: 100%; }
}

/* ---------------------------------------------------------------
   7. Search band
   --------------------------------------------------------------- */
.mmh-searchband { background: var(--mmh-panel); border-bottom: 1px solid var(--mmh-line); }
.mmh-searchband__pad { padding-top: clamp(24px, 3vw, 34px); padding-bottom: clamp(24px, 3vw, 34px); }
.mmh-searchform { display: grid; grid-template-columns: repeat(auto-fit, minmax(165px, 1fr)); gap: 14px; align-items: end; }

.mmh-field { display: flex; flex-direction: column; gap: 8px; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mmh-muted-2); }
.mmh-field input, .mmh-field select, .mmh-field textarea {
  min-height: 52px; padding: 0 12px; border: 1px solid var(--mmh-line-strong); border-radius: 2px;
  background: var(--mmh-panel); font-size: 15px; color: var(--mmh-ink); letter-spacing: 0;
}
.mmh-field textarea { padding: 14px; min-height: 130px; resize: vertical; line-height: 1.6; }
.mmh-searchband__note { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; margin-top: 14px; font-size: 13px; color: var(--mmh-muted-2); }

/* ---------------------------------------------------------------
   8. Sections
   --------------------------------------------------------------- */
.mmh-section { padding-top: clamp(46px, 5vw, 76px); padding-bottom: clamp(46px, 5vw, 76px); }
.mmh-section--tight { padding-bottom: clamp(40px, 4.5vw, 66px); }
.mmh-section--panel { background: var(--mmh-panel); border-top: 1px solid var(--mmh-line); border-bottom: 1px solid var(--mmh-line); }
.mmh-section--green { background: var(--mmh-green); color: var(--mmh-cream); }
.mmh-section--green h2, .mmh-section--green h1 { color: var(--mmh-cream); }
.mmh-section--band { background: var(--mmh-band); border-top: 1px solid var(--mmh-line); }
.mmh-section--dark { background: var(--mmh-green-dark); color: var(--mmh-cream); }
.mmh-section--dark h2 { color: var(--mmh-cream); }

.mmh-section__head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 32px; }
.mmh-section__head p { max-width: 56ch; margin-top: 18px; }

.mmh-page-head { padding-top: clamp(48px, 7vw, 88px); padding-bottom: clamp(48px, 7vw, 88px); }
.mmh-page-head h1 { max-width: 22ch; }
.mmh-page-head p { margin-top: 20px; max-width: 62ch; font-size: 17px; line-height: 1.7; color: rgba(247, 243, 236, 0.8); font-weight: 300; }

/* Grids */
.mmh-grid { display: grid; gap: 26px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.mmh-grid--wide { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.mmh-grid--split { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: clamp(36px, 5vw, 72px); }

/* Hairline cells: each cell draws its own borders so empty cells stay invisible */
.mmh-cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); border-top: 1px solid rgba(27, 26, 23, 0.12); border-left: 1px solid rgba(27, 26, 23, 0.12); }
.mmh-cells > * { border-right: 1px solid rgba(27, 26, 23, 0.12); border-bottom: 1px solid rgba(27, 26, 23, 0.12); }

/* ---------------------------------------------------------------
   9. Hotel card
   --------------------------------------------------------------- */
.mmh-card {
  display: flex; flex-direction: column; height: 100%;
  background: var(--mmh-panel); border: 1px solid var(--mmh-line); border-radius: 3px; overflow: hidden;
}
.mmh-card__media { position: relative; width: 100%; aspect-ratio: 16 / 9; background: var(--mmh-band); overflow: hidden; }
.mmh-card__media img { width: 100%; height: 100%; object-fit: cover; }
.mmh-card__media--empty { background: var(--mmh-green-dark); }
.mmh-card__badge {
  position: absolute; top: 14px; left: 14px; pointer-events: none;
  background: rgba(16, 56, 47, 0.92); color: var(--mmh-cream);
  font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 6px 10px; border-radius: 2px; white-space: nowrap;
}
.mmh-card__body { padding: 22px 22px 24px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.mmh-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mmh-stars { color: var(--mmh-gold); font-size: 13px; letter-spacing: 0.14em; }
.mmh-card__band { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mmh-muted-2); }
.mmh-card__title { font-size: 23px; line-height: 1.25; }
.mmh-card__title a { color: var(--mmh-ink); }
.mmh-card__title a:hover { color: var(--mmh-gold); }
.mmh-card__where { font-size: 14px; color: var(--mmh-muted-2); }
.mmh-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mmh-tag { font-size: 12px; color: #3C463F; background: #F1EFE8; border-radius: 2px; padding: 6px 10px; }
.mmh-card__foot { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(27, 26, 23, 0.08); display: flex; flex-direction: column; gap: 12px; }
.mmh-card__rates { font-size: 13px; color: var(--mmh-muted-2); }
.mmh-card__actions { display: grid; grid-template-columns: repeat(auto-fit, minmax(128px, 1fr)); gap: 10px; }

/* ---------------------------------------------------------------
   10. Listing page
   --------------------------------------------------------------- */
.mmh-listing { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: clamp(28px, 3vw, 44px); align-items: start; padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(46px, 5vw, 76px); }
.mmh-filters {
  background: var(--mmh-panel); border: 1px solid var(--mmh-line); border-radius: 3px;
  padding: 26px; display: flex; flex-direction: column; gap: 26px; position: sticky; top: 100px;
}
.mmh-filters__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mmh-filters__head h2 { font-size: 21px; }
.mmh-linkbtn { background: none; border: 0; padding: 0; font-size: 13px; color: var(--mmh-gold); cursor: pointer; text-decoration: underline; }
.mmh-fieldset { border: 0; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.mmh-fieldset legend { padding: 0; font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mmh-muted-2); }
.mmh-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.mmh-chip {
  min-height: 40px; padding: 0 14px; border-radius: 2px; cursor: pointer; font-size: 13px; white-space: nowrap;
  background: transparent; color: #3C463F; border: 1px solid var(--mmh-line-strong);
}
.mmh-chip[aria-pressed="true"] { background: var(--mmh-green); color: var(--mmh-cream); border-color: var(--mmh-green); }

.mmh-results { display: flex; flex-direction: column; gap: 26px; }
.mmh-results__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.mmh-results__count { font-size: 14px; color: var(--mmh-muted-2); }
.mmh-results__tools { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mmh-sort { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--mmh-muted-2); }
.mmh-sort select { min-height: 46px; padding: 0 12px; border: 1px solid var(--mmh-line-strong); border-radius: 2px; background: var(--mmh-panel); font-size: 14px; color: var(--mmh-ink); }
.mmh-empty { margin: 0; padding: 48px 24px; text-align: center; background: var(--mmh-panel); border: 1px dashed rgba(27, 26, 23, 0.2); color: var(--mmh-muted-2); font-size: 15px; }
.mmh-filters-open { display: none; }

.mmh-drawer { position: fixed; inset: 0; z-index: 80; background: rgba(10, 38, 32, 0.5); display: none; align-items: flex-end; }
.mmh-drawer.is-open { display: flex; }
.mmh-drawer__panel {
  width: 100%; max-height: 88vh; overflow: auto; background: var(--mmh-cream);
  border-top: 1px solid rgba(217, 195, 154, 0.5);
  padding: 22px clamp(18px, 5vw, 26px) 26px; display: flex; flex-direction: column; gap: 24px;
}
.mmh-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.mmh-drawer__head h2 { font-size: 22px; }

@media (max-width: 1023px) {
  .mmh-listing { grid-template-columns: 1fr; }
  .mmh-filters { display: none; }
  .mmh-filters-open { display: inline-flex; }
}

/* ---------------------------------------------------------------
   11. Single hotel
   --------------------------------------------------------------- */
.mmh-crumbs { padding-top: 26px; font-size: 13px; color: var(--mmh-muted-2); display: flex; gap: 8px; flex-wrap: wrap; }
.mmh-crumbs a { color: var(--mmh-muted-2); }
.mmh-crumbs span[aria-current] { color: var(--mmh-ink); }
.mmh-back { padding-top: 14px; }

.mmh-gallery { padding-top: 22px; }
.mmh-gallery__main { width: 100%; max-width: 1100px; margin-inline: auto; aspect-ratio: 16 / 9; background: var(--mmh-band); border-radius: 3px; overflow: hidden; }
.mmh-gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.mmh-gallery__thumbs { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; margin-top: 12px; }
.mmh-gallery__thumbs figure { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.mmh-gallery__thumb { width: 100%; aspect-ratio: 16 / 9; background: var(--mmh-band); border-radius: 2px; overflow: hidden; }
.mmh-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.mmh-gallery__thumbs figcaption { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mmh-muted-3); }

.mmh-detail { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(32px, 4vw, 56px); align-items: start; padding-top: clamp(36px, 4vw, 56px); padding-bottom: clamp(46px, 5vw, 76px); }
.mmh-detail__main { display: flex; flex-direction: column; gap: clamp(40px, 5vw, 64px); }
.mmh-detail__head { display: flex; flex-direction: column; gap: 16px; }
.mmh-detail__head h1 { font-size: clamp(30px, 4.4vw, 52px); line-height: 1.1; }
.mmh-detail__where { font-size: 16px; color: var(--mmh-muted); }
.mmh-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }
.mmh-pill { font-size: 13px; padding: 9px 14px; border-radius: 2px; background: var(--mmh-band); color: #3C463F; }
.mmh-pill--green { background: var(--mmh-green); color: var(--mmh-cream); }

.mmh-detail__section h2 { margin-bottom: 22px; }
.mmh-prose { font-size: 17px; line-height: 1.8; color: var(--mmh-ink-3); font-weight: 300; max-width: 66ch; }
.mmh-prose p + p { margin-top: 1em; }

.mmh-rows { display: grid; border: 1px solid var(--mmh-line); border-radius: 3px; overflow: hidden; }
.mmh-rows > * { background: var(--mmh-panel); border-bottom: 1px solid var(--mmh-line); }
.mmh-rows > *:last-child { border-bottom: 0; }
.mmh-row-room { padding: 22px 24px; display: flex; flex-wrap: wrap; gap: 16px; align-items: baseline; justify-content: space-between; }
.mmh-row-room h3 { font-family: var(--mmh-sans); font-size: 18px; font-weight: 600; }
.mmh-row-room p { font-size: 14px; line-height: 1.7; color: var(--mmh-muted-2); font-weight: 300; max-width: 46ch; margin-top: 6px; }
.mmh-row-room__tag { font-size: 13px; color: var(--mmh-gold); letter-spacing: 0.1em; text-transform: uppercase; }
.mmh-row-info { padding: 18px 22px; display: flex; flex-wrap: wrap; gap: 10px 28px; }
.mmh-row-info dt { min-width: 190px; font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mmh-muted-3); margin: 0; }
.mmh-row-info dd { font-size: 15px; color: var(--mmh-ink-2); flex: 1; min-width: 200px; margin: 0; }

.mmh-facilities { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 14px; }
.mmh-facility { display: flex; flex-direction: column; gap: 6px; background: var(--mmh-panel); border: 1px solid var(--mmh-line); padding: 16px; border-radius: 2px; }
.mmh-facility__name { font-size: 15px; color: var(--mmh-ink-2); }
.mmh-facility__status { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mmh-muted-3); }

.mmh-bullets { display: grid; gap: 12px; }
.mmh-bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.7; color: var(--mmh-ink-3); }
.mmh-bullets { list-style: none; margin: 0; padding: 0; }
.mmh-bullets li::before { content: ""; width: 6px; height: 6px; background: var(--mmh-gold); border-radius: 50%; flex: none; margin-top: 9px; }

.mmh-map { aspect-ratio: 16 / 9; max-height: 380px; background: var(--mmh-band); border: 1px solid var(--mmh-line); border-radius: 3px; overflow: hidden; }
.mmh-map iframe { width: 100%; height: 100%; border: 0; display: block; }
.mmh-map__fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; padding: 20px; text-align: center; font-size: 13px; color: var(--mmh-muted-3); }
.mmh-nearby { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 20px; margin-top: 22px; }
.mmh-nearby__label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mmh-muted-3); display: block; margin-bottom: 6px; }
.mmh-nearby__value { font-size: 16px; color: var(--mmh-ink-2); }

.mmh-enquirybox {
  position: sticky; top: 100px; background: var(--mmh-panel); border: 1px solid rgba(27, 26, 23, 0.12);
  border-radius: 3px; padding: 28px; display: flex; flex-direction: column; gap: 18px;
}
.mmh-enquirybox__label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mmh-muted-3); }
.mmh-enquirybox__name { font-family: var(--mmh-serif); font-size: 22px; line-height: 1.25; }
.mmh-enquirybox ul { list-style: none; margin: 0; padding: 18px 0 0; border-top: 1px solid var(--mmh-line); display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--mmh-muted); }

@media (max-width: 1023px) {
  .mmh-detail { grid-template-columns: 1fr; }
  .mmh-enquirybox { position: static; }
}

/* ---------------------------------------------------------------
   12. Repeating content blocks
   --------------------------------------------------------------- */
.mmh-usps { display: grid; gap: 2px; background: var(--mmh-line); }
.mmh-usp { background: var(--mmh-panel); padding: 26px 4px 26px 0; display: flex; gap: 20px; align-items: flex-start; }
.mmh-usp__n { font-family: var(--mmh-serif); font-size: 15px; color: var(--mmh-gold); min-width: 34px; }
.mmh-usp h3 { font-family: var(--mmh-sans); font-size: 17px; font-weight: 600; letter-spacing: 0.01em; }
.mmh-usp p { font-size: 15px; line-height: 1.7; color: var(--mmh-muted-2); font-weight: 300; margin-top: 8px; }

.mmh-step { padding: 30px 26px; display: flex; flex-direction: column; gap: 14px; background: var(--mmh-panel); }
.mmh-cells--cream .mmh-step { background: var(--mmh-cream); }
.mmh-step__n { font-family: var(--mmh-serif); font-size: 34px; color: #DCCFB4; line-height: 1; }
.mmh-step h3 { font-family: var(--mmh-sans); font-size: 17px; font-weight: 600; }
.mmh-step p { font-size: 15px; line-height: 1.7; color: var(--mmh-muted-2); font-weight: 300; }

.mmh-areas { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; }
.mmh-area {
  text-align: left; background: rgba(255, 252, 247, 0.05); border: 1px solid rgba(217, 195, 154, 0.28);
  border-radius: 2px; padding: 24px; color: var(--mmh-cream); display: flex; flex-direction: column; gap: 10px;
}
.mmh-area:hover { background: rgba(255, 252, 247, 0.11); border-color: var(--mmh-gold-light); color: var(--mmh-cream); }
.mmh-area__name { font-family: var(--mmh-serif); font-size: 20px; }
.mmh-area__note { font-size: 13px; color: rgba(247, 243, 236, 0.7); line-height: 1.6; }
.mmh-area__count { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mmh-gold-light); margin-top: 6px; }

.mmh-quote { margin: 0; background: var(--mmh-panel); border: 1px solid var(--mmh-line); border-radius: 3px; padding: 32px; display: flex; flex-direction: column; gap: 20px; height: 100%; }
.mmh-quote blockquote { margin: 0; font-size: 17px; line-height: 1.7; color: var(--mmh-ink-2); font-weight: 300; }
.mmh-quote figcaption { margin-top: auto; font-size: 13px; color: var(--mmh-muted-2); letter-spacing: 0.02em; }

.mmh-trust { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 36px; }
.mmh-trust__figure { font-family: var(--mmh-serif); font-size: clamp(26px, 3vw, 34px); color: var(--mmh-green); display: block; margin-bottom: 10px; }
.mmh-trust__label { font-size: 14px; line-height: 1.65; color: var(--mmh-muted); }

.mmh-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.mmh-cta__copy { max-width: 52ch; }
.mmh-cta__copy h2 { font-size: clamp(26px, 3.4vw, 40px); line-height: 1.18; margin-bottom: 14px; }
.mmh-cta__copy p { font-size: 16px; line-height: 1.7; color: rgba(247, 243, 236, 0.75); font-weight: 300; }
.mmh-cta__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* FAQ */
.mmh-faqs { display: flex; flex-direction: column; }
.mmh-faq { border-top: 1px solid rgba(27, 26, 23, 0.12); }
.mmh-faq__q {
  width: 100%; min-height: 64px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px; background: none; border: 0; padding: 20px 0; cursor: pointer; text-align: left;
  font-size: 17px; color: var(--mmh-ink);
}
.mmh-faq__sign { color: var(--mmh-gold); font-size: 20px; flex: none; }
.mmh-faq__a { padding: 0 0 24px; max-width: 66ch; font-size: 15px; line-height: 1.8; color: var(--mmh-muted); font-weight: 300; }
.mmh-faq__a[hidden] { display: none; }

/* ---------------------------------------------------------------
   13. Contact + form
   --------------------------------------------------------------- */
.mmh-contact { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: clamp(32px, 4vw, 56px); align-items: start; padding-top: clamp(44px, 5vw, 72px); padding-bottom: clamp(44px, 5vw, 72px); }
.mmh-form { background: var(--mmh-panel); border: 1px solid var(--mmh-line); border-radius: 3px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; gap: 18px; }
.mmh-form__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 18px; }
.mmh-notice { margin: 0; padding: 16px 18px; font-size: 14px; line-height: 1.6; background: var(--mmh-band); border-left: 3px solid var(--mmh-gold); color: var(--mmh-ink-3); }
.mmh-notice--error { border-left-color: #9B4B3F; }
.mmh-aside { display: flex; flex-direction: column; gap: 20px; }
.mmh-aside__wa { background: var(--mmh-green-dark); color: var(--mmh-cream); border-radius: 3px; padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.mmh-aside__wa h2 { font-size: 22px; color: var(--mmh-cream); }
.mmh-aside__wa p { font-size: 14px; line-height: 1.7; color: rgba(247, 243, 236, 0.78); font-weight: 300; }
.mmh-aside__details { background: var(--mmh-panel); border: 1px solid var(--mmh-line); border-radius: 3px; padding: 28px; display: grid; gap: 20px; }
.mmh-aside__label { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mmh-muted-3); display: block; margin-bottom: 6px; }
.mmh-aside__value { font-size: 16px; color: var(--mmh-ink); display: block; }
.mmh-aside__note { font-size: 13px; color: var(--mmh-muted-2); display: block; margin-top: 6px; }

@media (max-width: 1023px) { .mmh-contact { grid-template-columns: 1fr; } }

/* ---------------------------------------------------------------
   14. Footer + floating CTA
   --------------------------------------------------------------- */
.mmh-footer { background: var(--mmh-green-dark); color: rgba(247, 243, 236, 0.78); }
.mmh-footer__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: clamp(28px, 4vw, 52px); padding-top: clamp(44px, 5vw, 68px); padding-bottom: 30px; }
.mmh-footer__col { display: flex; flex-direction: column; gap: 14px; }
.mmh-footer__brand { font-family: var(--mmh-serif); font-size: 20px; color: var(--mmh-panel); }
.mmh-footer__col p { font-size: 14px; line-height: 1.75; font-weight: 300; max-width: 34ch; }
.mmh-footer__domain { font-size: 13px; color: var(--mmh-gold-light); }
.mmh-footer__head { font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--mmh-gold-light); }
.mmh-footer a { color: rgba(247, 243, 236, 0.78); font-size: 14px; }
.mmh-footer a:hover { color: var(--mmh-gold-light); }
.mmh-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.mmh-social a { display: flex; align-items: center; gap: 12px; }
.mmh-social__mark {
  width: 26px; height: 26px; flex: none; display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(217, 195, 154, 0.45); font-family: var(--mmh-serif); font-size: 12px;
}
.mmh-social__mark--round { border-radius: 50%; }
.mmh-social__mark--soft { border-radius: 7px; }
.mmh-social__mark--sq { border-radius: 3px; }
.mmh-footer__base { border-top: 1px solid rgba(247, 243, 236, 0.14); }
.mmh-footer__base-inner { padding-top: 20px; padding-bottom: 20px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 12px; color: rgba(247, 243, 236, 0.55); }
.mmh-footer__base-inner a { font-size: 12px; color: rgba(247, 243, 236, 0.55); text-decoration: underline; }
.mmh-footer__policies { display: flex; flex-wrap: wrap; gap: 6px 18px; }

.mmh-wa-float {
  position: fixed; right: clamp(16px, 3vw, 28px); bottom: clamp(16px, 3vw, 28px); z-index: 60;
  min-height: 54px; padding: 0 22px; background: var(--mmh-green); color: var(--mmh-cream);
  border: 1px solid var(--mmh-gold-light); border-radius: 40px; font-size: 14px; letter-spacing: 0.04em;
  cursor: pointer; white-space: nowrap; box-shadow: 0 10px 30px rgba(10, 38, 32, 0.28);
  display: inline-flex; align-items: center;
}
.mmh-wa-float:hover { background: var(--mmh-gold-light); color: var(--mmh-green-dark); }

/* ---------------------------------------------------------------
   15. Editor content (About + policy pages)
   --------------------------------------------------------------- */
.mmh-editor { max-width: 68ch; }
.mmh-editor h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 1.6em 0 0.5em; }
.mmh-editor h3 { font-family: var(--mmh-sans); font-size: 19px; font-weight: 600; margin: 1.6em 0 0.4em; }
.mmh-editor p, .mmh-editor li { font-size: 16px; line-height: 1.8; color: var(--mmh-ink-3); font-weight: 300; }
.mmh-editor p + p, .mmh-editor ul, .mmh-editor ol { margin-top: 1em; }
.mmh-editor ul, .mmh-editor ol { padding-left: 1.2em; }
.mmh-editor li + li { margin-top: 0.4em; }
.mmh-editor img { margin: 1.4em 0; border-radius: 3px; }
.mmh-editor blockquote { margin: 1.6em 0; padding-left: 20px; border-left: 2px solid var(--mmh-gold); font-style: normal; }

/* WordPress core alignment helpers */
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { margin-left: auto; margin-right: auto; }
.wp-caption-text, .wp-element-caption { font-size: 13px; color: var(--mmh-muted-3); margin-top: 8px; }

/* ---------------------------------------------------------------
   16. Print
   --------------------------------------------------------------- */
@media print {
  .mmh-header, .mmh-footer, .mmh-wa-float, .mmh-hero__controls, .mmh-filters, .mmh-drawer { display: none !important; }
  body { background: #fff; }
}
