/* ==========================================================================
   Elite Maids — homepage
   --------------------------------------------------------------------------
   An editorial layout layer that loads only on the front page, on top of
   main.css. It uses the theme's brand tokens (navy, bright blue, light-blue
   surfaces, Manrope/Inter) — nothing here introduces a new colour.

   What makes it read as designed rather than generated is structure, not
   palette: hairline rules instead of shadowed cards, uneven column splits,
   a numbered service index, tabular prices, and photography in every section.
   ========================================================================== */

.emh {
  --emh-rhythm: clamp(3.75rem, 7vw, 7rem);
  --emh-gap: clamp(1.5rem, 4vw, 3.5rem);
  --emh-rule: var(--em-line);
  --emh-rule-strong: var(--em-navy);
  /* --em-blue fails AA for small text on white; blue-2 clears 4.7:1. */
  --emh-accent-text: var(--em-blue-2);

  color: var(--em-ink);
  font-size: clamp(1rem, 0.97rem + 0.15vw, 1.0625rem);
  line-height: 1.6;
  background: var(--em-white);
}

/* --------------------------------------------------------------------------
   Shared furniture
   -------------------------------------------------------------------------- */

.emh-wrap {
  width: min(100% - 2.5rem, 1220px);
  margin-inline: auto;
}

.emh-section {
  padding-block: var(--emh-rhythm);
  border-top: 1px solid var(--emh-rule);
}

.emh-display {
  margin: 0;
  font-family: var(--em-font-heading);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--em-navy);
  text-wrap: balance;
}

.emh h2.emh-display {
  font-size: clamp(1.875rem, 1.2rem + 2.6vw, 3rem);
}

.emh-index {
  margin: 0 0 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emh-accent-text);
}

.emh-index--light {
  color: #8fc6f5;
}

.emh-label {
  display: block;
  margin: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--em-muted);
}

.emh-kicker {
  margin: 0 0 1.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emh-accent-text);
}

.emh-lead {
  max-width: 34em;
  margin: 1.5rem 0 0;
  font-size: clamp(1.0625rem, 1rem + 0.35vw, 1.25rem);
  line-height: 1.55;
  color: var(--em-muted);
}

.emh-head {
  max-width: 46rem;
  margin-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.emh-head--split {
  display: grid;
  gap: 1.5rem var(--emh-gap);
  max-width: none;
  grid-template-columns: 1fr;
}

.emh-head__note {
  margin: 1.25rem 0 0;
  max-width: 34em;
  color: var(--em-muted);
}

.emh p {
  text-wrap: pretty;
}

/* Buttons ------------------------------------------------------------------ */

.emh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.emh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.5rem;
  border: 1px solid var(--em-navy);
  border-radius: var(--em-radius-sm);
  font-size: 0.9375rem;
  font-weight: 600;
  transition: background-color var(--em-transition), color var(--em-transition), border-color var(--em-transition);
}

.emh-btn--solid {
  background: var(--em-navy);
  color: var(--em-white);
}

.emh-btn--solid:hover,
.emh-btn--solid:focus-visible {
  background: var(--em-blue);
  border-color: var(--em-blue);
  color: var(--em-white);
}

.emh-btn--line {
  background: transparent;
  color: var(--em-navy);
}

.emh-btn--line:hover,
.emh-btn--line:focus-visible {
  background: var(--em-navy);
  color: var(--em-white);
}

.emh-textlink {
  color: var(--emh-accent-text);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.emh-textlink:hover {
  color: var(--em-navy);
}

/* Photography, or a slot waiting for it ------------------------------------ */

.emh-photo {
  display: block;
  width: 100%;
  border-radius: var(--em-radius-sm);
}

img.emh-photo {
  object-fit: cover;
  height: 100%;
}

.emh-photo--empty {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.4rem;
  min-height: 14rem;
  height: 100%;
  padding: 1.1rem 1.25rem;
  border: 1px solid var(--em-line);
  background:
    repeating-linear-gradient(-45deg, transparent 0 14px, rgba(22, 136, 232, 0.06) 14px 15px),
    var(--em-light-blue);
}

.emh-photo__note {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--emh-accent-text);
}

.emh-photo__alt {
  max-width: 30ch;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--em-muted);
}

.emh-figure {
  margin: 0;
}

.emh-figure figcaption {
  margin-top: 0.65rem;
  font-size: 0.8125rem;
  color: var(--em-muted);
}

/* --------------------------------------------------------------------------
   01 — Hero
   -------------------------------------------------------------------------- */

.emh-hero {
  /* The header is fixed and transparent at the top: pull the hero up under
     it so the sky gradient runs behind the bar, then pad past it. */
  margin-top: calc(-1 * var(--em-header-h, 0px));
  padding-block: calc(var(--em-header-h, 0px) + clamp(2.5rem, 5vw, 4.5rem)) clamp(2.5rem, 4vw, 4rem);
  background: linear-gradient(180deg, var(--em-sky) 0%, var(--em-white) 100%);
}

.emh-hero__grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: stretch;
}

.emh-hero__title {
  font-size: clamp(2.5rem, 1.4rem + 4.6vw, 4.5rem);
  max-width: 14ch;
}

.emh-hero__micro {
  margin: 1.75rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--emh-rule);
  font-size: 0.875rem;
  color: var(--em-muted);
}

.emh-hero__micro a {
  color: var(--emh-accent-text);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.emh-hero__media {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 1fr 1fr;
  height: clamp(20rem, 38vw, 30rem);
  align-self: start;
}

.emh-hero__media .emh-figure:first-child {
  grid-row: 1 / 3;
}

.emh-hero__media .emh-photo--empty {
  min-height: 0;
}

/* Rate strip --------------------------------------------------------------- */

.emh-rates {
  border-top: 1px solid var(--emh-rule-strong);
  border-bottom: 1px solid var(--emh-rule-strong);
  background: var(--em-white);
}

.emh-rates__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1.5rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--emh-rule);
}

.emh-rates__title {
  margin: 0;
  font-family: var(--em-font-heading);
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--em-navy);
}

.emh-rates__foot {
  margin: 0;
  font-size: 0.8125rem;
  color: var(--em-muted);
}

.emh-rates__list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
}

.emh-rates__row a {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1.1rem 1rem 1.1rem 0;
  border-bottom: 1px solid var(--emh-rule);
  transition: background-color var(--em-transition);
}

.emh-rates__row a:hover,
.emh-rates__row a:focus-visible {
  background: var(--em-sky);
  color: var(--em-ink);
}

.emh-rates__name {
  font-size: 0.875rem;
  font-weight: 600;
}

.emh-rates__unit {
  font-size: 0.75rem;
  color: var(--em-muted);
}

.emh-rates__price {
  margin-top: 0.25rem;
  font-family: var(--em-font-heading);
  font-size: 1.375rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  color: var(--em-navy);
}

/* --------------------------------------------------------------------------
   Facts strip
   -------------------------------------------------------------------------- */

.emh-facts {
  padding-block: clamp(2rem, 3.5vw, 3rem);
  background: var(--em-light-blue);
}

.emh-facts__row {
  display: grid;
  gap: 1.75rem;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
}

.emh-fact__value {
  margin: 0;
  font-family: var(--em-font-heading);
  font-size: clamp(1.75rem, 1.2rem + 1.8vw, 2.5rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--em-navy);
}

.emh-fact__label {
  margin: 0.4rem 0 0;
  font-size: 0.875rem;
  color: var(--em-ink);
}

.emh-fact__label span {
  display: block;
  font-size: 0.75rem;
  color: var(--em-muted);
}

.emh-facts__note {
  margin: 1.75rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(11, 42, 74, 0.15);
  font-size: 0.8125rem;
  color: var(--em-muted);
}

/* --------------------------------------------------------------------------
   02 — Services index
   -------------------------------------------------------------------------- */

.emh-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-list__item {
  border-bottom: 1px solid var(--emh-rule);
}

/* Every child is placed explicitly at each breakpoint — auto-placement was
   dropping the service name into the number column on phones. */
.emh-list__link {
  display: grid;
  gap: 0.35rem 1rem;
  padding: 1.25rem 0;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  align-items: start;
  transition: background-color var(--em-transition);
}

.emh-list__num {
  grid-column: 1;
  grid-row: 2;
  padding-top: 0.35rem;
  font-family: var(--em-font-heading);
  font-size: 0.875rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--emh-accent-text);
}

.emh-list__thumb {
  grid-column: 1 / 3;
  grid-row: 1;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--em-radius-sm);
}

.emh-list__thumb .emh-photo--empty {
  min-height: 0;
}

.emh-list__body {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}

.emh-list__name {
  display: block;
  font-family: var(--em-font-heading);
  font-size: clamp(1.25rem, 1.05rem + 0.9vw, 1.625rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--em-navy);
}

.emh-list__desc {
  display: block;
  max-width: 52ch;
  margin-top: 0.4rem;
  font-size: 0.9375rem;
  color: var(--em-muted);
}

.emh-list__price {
  grid-column: 2;
  grid-row: 3;
  padding-top: 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--em-navy);
}

.emh-list__arrow {
  display: none;
  color: var(--em-blue);
}

.emh-list__link:hover,
.emh-list__link:focus-visible {
  background: var(--em-sky);
  color: var(--em-ink);
}

/* --------------------------------------------------------------------------
   03 — Coverage
   -------------------------------------------------------------------------- */

.emh-areas {
  background: var(--em-sky);
}

.emh-areas__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}

.emh-areas__copy p {
  max-width: 40em;
  margin: 0 0 1.15rem;
  color: var(--em-muted);
}

.emh-areas__copy .emh-display {
  margin-bottom: 1.75rem;
}

.emh-areas__cta {
  margin-top: 2rem;
}

.emh-areas__index .emh-figure {
  margin-bottom: 2rem;
}

.emh-areas__index .emh-photo--empty {
  min-height: 15rem;
}

.emh-areas__index ul {
  display: grid;
  gap: 0;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-areas__index li {
  padding: 0.6rem 0.25rem;
  border-bottom: 1px solid var(--emh-rule);
  font-size: 0.9375rem;
}

.emh-areas__more {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: var(--em-muted);
}

/* --------------------------------------------------------------------------
   04 — Why us
   -------------------------------------------------------------------------- */

.emh-employed__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}

.emh-employed__copy .emh-display {
  max-width: 16ch;
  margin-bottom: 1.75rem;
}

.emh-employed__copy p {
  max-width: 38em;
  margin: 0 0 1.15rem;
  color: var(--em-muted);
}

.emh-employed__cta {
  margin-top: 1.75rem;
}

.emh-employed__photos {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}

.emh-employed__photos .emh-figure:first-child {
  grid-column: 1 / 3;
}

/* Small photos keep a fixed shape; the big one fills whatever height is left. */
.emh-employed__photos .emh-figure:not(:first-child) {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--em-radius-sm);
}

.emh-employed__photos .emh-figure:not(:first-child) .emh-photo {
  height: 100%;
  min-height: 0;
}

.emh-employed__photos .emh-figure:first-child {
  display: flex;
  flex-direction: column;
  min-height: 16rem;
}

.emh-employed__photos .emh-figure:first-child .emh-photo {
  flex: 1;
  min-height: 0;
  object-fit: cover;
}

.emh-employed__photos .emh-photo--empty {
  min-height: 11rem;
}

.emh-employed__photos .emh-figure:first-child .emh-photo--empty {
  min-height: 16rem;
}

.emh-compare {
  width: 100%;
  margin-top: 2.25rem;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 0.9375rem;
  text-align: left;
  border: 1px solid var(--emh-rule);
  border-radius: var(--em-radius);
}

.emh-compare th {
  padding: 0.85rem 1.1rem;
  background: var(--em-sky);
  border-bottom: 1px solid var(--emh-rule);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--em-muted);
}

.emh-compare th:last-child {
  color: var(--em-navy);
  background: var(--em-light-blue);
  border-left: 1px solid var(--emh-rule);
}

.emh-compare td {
  position: relative;
  width: 50%;
  padding: 1rem 1.1rem 1rem 2.6rem;
  border-bottom: 1px solid var(--emh-rule);
  vertical-align: top;
  line-height: 1.5;
}

.emh-compare tr:last-child td {
  border-bottom: 0;
}

/* Row markers: a grey cross on the platform side, a blue tick on ours. */
.emh-compare td::before {
  position: absolute;
  top: 1.05rem;
  left: 1.1rem;
  display: grid;
  place-items: center;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.emh-compare__no {
  color: var(--em-muted);
}

.emh-compare__no::before {
  content: "\00d7";
  color: var(--em-muted);
  background: var(--em-sky);
  border: 1px solid var(--emh-rule);
}

.emh-compare__yes {
  color: var(--em-navy);
  font-weight: 600;
  background: rgba(231, 244, 255, 0.45);
  border-left: 1px solid var(--emh-rule);
}

.emh-compare__yes::before {
  content: "\2713";
  color: var(--em-white);
  background: var(--em-blue);
}

/* --------------------------------------------------------------------------
   05 — Booking steps
   -------------------------------------------------------------------------- */

.emh-booking__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: start;
}

.emh-steps {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-step {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--emh-rule);
}

.emh-step__num {
  display: block;
  font-family: var(--em-font-heading);
  font-size: 2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: var(--em-blue);
}

.emh-step__title {
  margin: 0.75rem 0 0.4rem;
  font-family: var(--em-font-heading);
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--em-navy);
}

.emh-step p {
  margin: 0;
  max-width: 34em;
  font-size: 0.9375rem;
  color: var(--em-muted);
}

.emh-booking__media .emh-photo--empty {
  min-height: 20rem;
}

/* --------------------------------------------------------------------------
   Guarantee band
   -------------------------------------------------------------------------- */

.emh-guarantee {
  padding-block: clamp(3.25rem, 6vw, 5.5rem);
  background: var(--em-navy);
  color: rgba(255, 255, 255, 0.82);
}

.emh-guarantee__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4rem);
  grid-template-columns: 1fr;
  align-items: center;
}

.emh-guarantee .emh-display {
  max-width: 16ch;
  margin-bottom: 1.5rem;
  color: var(--em-white);
}

.emh-guarantee p {
  max-width: 38em;
  margin: 0;
}

.emh-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  justify-self: start;
  padding: 1.75rem 2.25rem;
  border: 2px solid var(--em-blue);
  border-radius: var(--em-radius-sm);
  outline: 1px solid rgba(22, 136, 232, 0.6);
  outline-offset: 4px;
  color: #8fc6f5;
  text-align: center;
  transform: rotate(-3deg);
}

.emh-stamp__amount {
  font-family: var(--em-font-heading);
  font-size: 2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--em-white);
}

.emh-stamp__label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.emh-stamp__rule {
  width: 2.5rem;
  height: 1px;
  margin: 0.4rem 0;
  background: var(--em-blue);
}

.emh-stamp__small {
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

/* --------------------------------------------------------------------------
   05 — The app
   -------------------------------------------------------------------------- */

.emh-app {
  overflow: hidden;
  background: linear-gradient(180deg, var(--em-white) 0%, var(--em-sky) 100%);
}

.emh-app__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr;
  align-items: center;
}

.emh-app__copy .emh-display {
  max-width: 16ch;
}

.emh-app__points {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-app__points li {
  display: grid;
  gap: 0.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--emh-rule);
}

.emh-app__points strong {
  font-family: var(--em-font-heading);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--em-navy);
}

.emh-app__points span {
  font-size: 0.9375rem;
  color: var(--em-muted);
}

.emh-app__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.emh-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1.1rem 0.55rem 0.9rem;
  border: 1px solid var(--em-navy);
  border-radius: var(--em-radius-sm);
  background: var(--em-navy);
  color: var(--em-white);
  line-height: 1.1;
  transition: background-color var(--em-transition), border-color var(--em-transition);
}

.emh-badge:hover,
.emh-badge:focus-visible {
  background: var(--em-blue);
  border-color: var(--em-blue);
  color: var(--em-white);
}

.emh-badge span {
  display: flex;
  flex-direction: column;
  font-family: var(--em-font-heading);
  font-size: 1rem;
  font-weight: 700;
}

.emh-badge small {
  font-family: var(--em-font-body);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.8;
}

.emh-app__note {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: var(--em-muted);
}

/* iPhone ------------------------------------------------------------------ */

.emh-app__device {
  display: flex;
  justify-content: center;
}

.emh-phone {
  position: relative;
  width: min(100%, 19rem);
  aspect-ratio: 9 / 19.2;
  padding: 0.75rem;
  border-radius: 3.1rem;
  background: #0d1b2a;
  box-shadow:
    inset 0 0 0 2px #2d3f52,
    0 0 0 1px #0a1521,
    0 30px 60px -20px rgba(11, 42, 74, 0.45);
}

/* Side buttons */
.emh-phone::before,
.emh-phone::after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: #2d3f52;
}

.emh-phone::before {
  top: 22%;
  left: -3px;
  height: 14%;
}

.emh-phone::after {
  top: 26%;
  right: -3px;
  height: 10%;
}

.emh-phone__island {
  position: absolute;
  top: 1.35rem;
  left: 50%;
  z-index: 2;
  width: 32%;
  height: 1.55rem;
  border-radius: 999px;
  background: #0a1521;
  transform: translateX(-50%);
}

.emh-phone__screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 2.4rem;
  background: var(--em-white);
}

.emh-phone__screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mock booking screen, shown until a real screenshot is supplied ---------- */

.emh-mock {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem 1rem 1.1rem;
  font-size: 0.75rem;
  color: var(--em-ink);
  background: var(--em-sky);
}

.emh-mock__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.6rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--em-navy);
}

.emh-mock__signal {
  width: 1.4rem;
  height: 0.55rem;
  border: 1px solid var(--em-navy);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--em-navy) 0 70%, transparent 70%);
}

.emh-mock__title {
  margin: 2rem 0 0.9rem;
  font-family: var(--em-font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--em-navy);
}

.emh-mock__label {
  margin: 0.7rem 0 0.35rem;
  font-size: 0.5625rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--em-muted);
}

.emh-mock__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.emh-mock__chips span,
.emh-mock__days span {
  padding: 0.4rem 0.6rem;
  border: 1px solid var(--em-line);
  border-radius: 999px;
  background: var(--em-white);
  font-weight: 600;
  white-space: nowrap;
}

.emh-mock__days {
  display: grid;
  gap: 0.3rem;
  grid-template-columns: repeat(5, 1fr);
}

.emh-mock__days span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.4rem 0;
  border-radius: 0.6rem;
  font-size: 0.8125rem;
}

.emh-mock__days b {
  font-size: 0.5625rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--em-muted);
}

.emh-mock__chips .is-on,
.emh-mock__days .is-on {
  border-color: var(--em-navy);
  background: var(--em-navy);
  color: var(--em-white);
}

.emh-mock__days .is-on b {
  color: rgba(255, 255, 255, 0.7);
}

.emh-mock__row {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--em-line);
}

.emh-mock__row:first-of-type {
  margin-top: 0.9rem;
  border-top: 1px solid var(--em-line);
}

.emh-mock__row span {
  color: var(--em-muted);
}

.emh-mock__total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: auto;
  padding-top: 0.9rem;
}

.emh-mock__total span {
  font-weight: 600;
  color: var(--em-muted);
}

.emh-mock__total b {
  font-family: var(--em-font-heading);
  font-size: 1.25rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--em-navy);
}

.emh-mock__cta {
  margin-top: 0.7rem;
  padding: 0.8rem;
  border-radius: 0.75rem;
  background: var(--em-blue);
  color: var(--em-white);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
}

/* --------------------------------------------------------------------------
   06 — Reviews
   -------------------------------------------------------------------------- */

.emh-quotes {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-quote {
  margin: 0;
  padding: 2rem 0;
  border-bottom: 1px solid var(--emh-rule);
}

.emh-quote blockquote {
  margin: 0;
}

.emh-quote blockquote p {
  margin: 0;
  font-size: clamp(1.0625rem, 1rem + 0.4vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.5;
  color: var(--em-navy);
}

.emh-quote figcaption {
  margin-top: 1rem;
  font-size: 0.8125rem;
}

.emh-quote__name {
  font-weight: 700;
}

.emh-quote__service {
  color: var(--em-muted);
}

.emh-quote__service::before {
  content: " — ";
  color: var(--em-line);
}

/* --------------------------------------------------------------------------
   07 — FAQ
   -------------------------------------------------------------------------- */

.emh-faq {
  background: var(--em-sky);
}

.emh-faq__grid {
  display: grid;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: 1fr;
  align-items: start;
}

.emh-faq__head .emh-display {
  margin-bottom: 1.25rem;
}

.emh-faq__list {
  border-top: 1px solid var(--emh-rule-strong);
}

.emh-faq__item {
  border-bottom: 1px solid var(--emh-rule);
}

.emh-faq__item summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0;
  cursor: pointer;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--em-navy);
  list-style: none;
}

.emh-faq__item summary::-webkit-details-marker {
  display: none;
}

.emh-faq__item summary:hover {
  color: var(--em-blue);
}

.emh-faq__sign {
  position: relative;
  flex: 0 0 auto;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.3rem;
}

.emh-faq__sign::before,
.emh-faq__sign::after {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 2px;
  background: var(--em-blue);
}

.emh-faq__sign::after {
  transform: rotate(90deg);
  transition: transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.emh-faq__item.is-open .emh-faq__sign::after,
.emh-faq__item[open]:not(.is-animated) .emh-faq__sign::after {
  transform: rotate(0deg);
}

/* Answers ease open (grid-template-rows 0fr -> 1fr, driven by home.js);
   without JS the <details> element simply shows the answer. */
.emh-faq__item.is-animated .emh-faq__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 240ms cubic-bezier(0.4, 0, 1, 1);
}

.emh-faq__item.is-animated.is-open .emh-faq__body {
  grid-template-rows: 1fr;
  transition: grid-template-rows 360ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.emh-faq__body > div {
  min-height: 0;
  overflow: hidden;
}

.emh-faq__item.is-animated .emh-faq__body > div {
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 240ms cubic-bezier(0.4, 0, 1, 1), transform 240ms cubic-bezier(0.4, 0, 1, 1);
}

.emh-faq__item.is-animated.is-open .emh-faq__body > div {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 260ms ease 40ms, transform 320ms cubic-bezier(0.2, 0.7, 0.2, 1) 40ms;
}

.emh-faq__item p {
  margin: 0 0 1.35rem;
  max-width: 54ch;
  font-size: 0.9375rem;
  color: var(--em-muted);
}

/* --------------------------------------------------------------------------
   08 — Closing
   -------------------------------------------------------------------------- */

.emh-close {
  padding-block: var(--emh-rhythm);
  border-top: 1px solid var(--emh-rule-strong);
  background: var(--em-white);
}

.emh-close__grid {
  display: grid;
  gap: clamp(2.5rem, 5vw, 4.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}

.emh-close .emh-display {
  max-width: 14ch;
  font-size: clamp(2rem, 1.4rem + 2.6vw, 3.25rem);
}

.emh-close__pitch p {
  max-width: 34em;
  margin: 1.25rem 0 0;
  color: var(--em-muted);
}

/* First-clean offer, set like a voucher: light-blue field, hairline inset,
   the code in a mono-ish chip. Replaces the old address block, which only
   repeated the footer. */
.emh-offer {
  position: relative;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  background: var(--em-light-blue);
  border-radius: var(--em-radius);
  outline: 1px dashed rgba(8, 40, 70, 0.28);
  outline-offset: -0.75rem;
}

.emh-offer p {
  margin: 0;
}

.emh-offer__kicker {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--emh-accent-text);
}

.emh-offer__value {
  margin-top: 0.75rem !important;
  font-family: var(--em-font-heading);
  font-size: clamp(3rem, 2rem + 4vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.95;
  color: var(--em-navy);
}

.emh-offer__label {
  margin-top: 0.35rem !important;
  font-family: var(--em-font-heading);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--em-navy);
}

.emh-offer__code {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.25rem !important;
  font-size: 0.875rem;
  color: var(--em-muted);
}

.emh-offer__code code {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--em-navy);
  background: var(--em-white);
  border: 1px solid var(--em-line);
  border-radius: var(--em-radius-sm);
}

.emh-offer__note {
  margin-top: 1rem !important;
  max-width: 30em;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--em-muted);
}

/* --------------------------------------------------------------------------
   Larger screens
   -------------------------------------------------------------------------- */

@media (min-width: 48rem) {
  .emh-rates__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .emh-rates__row a {
    border-bottom: 0;
  }

  .emh-rates__row + .emh-rates__row a {
    padding-left: 1rem;
    border-left: 1px solid var(--emh-rule);
  }

  .emh-rates__row:nth-child(4) a {
    padding-left: 0;
    border-left: 0;
  }

  .emh-rates__row:nth-child(n + 4) a {
    border-top: 1px solid var(--emh-rule);
  }

  .emh-facts__row {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .emh-fact {
    padding-right: 1rem;
  }

  .emh-fact + .emh-fact {
    padding-left: var(--emh-gap);
    border-left: 1px solid rgba(11, 42, 74, 0.15);
  }

  .emh-areas__index ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .emh-areas__index li {
    padding-right: 1rem;
  }

  .emh-quotes {
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid var(--emh-rule);
  }

  .emh-quote {
    padding: 2rem var(--emh-gap) 2rem 0;
    border-bottom: 0;
  }

  .emh-quote + .emh-quote {
    padding-left: var(--emh-gap);
    border-left: 1px solid var(--emh-rule);
  }

  .emh-head--split {
    grid-template-columns: 1.15fr 1fr;
    align-items: end;
  }

  .emh-head--split .emh-head__note {
    margin-top: 0;
  }

  .emh-list__link {
    grid-template-columns: 2.5rem 9rem minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.35rem 1.25rem;
  }

  .emh-list__num {
    grid-row: 1;
  }

  .emh-list__thumb {
    grid-column: 2;
    grid-row: 1 / 3;
    aspect-ratio: 4 / 3;
  }

  .emh-list__body {
    grid-column: 3;
    grid-row: 1;
  }

  .emh-list__price {
    grid-column: 3;
    grid-row: 2;
  }
}

@media (min-width: 62rem) {
  /* Deliberately uneven splits — nothing here is 50/50. */
  .emh-hero__grid {
    grid-template-columns: 1.15fr 1fr;
  }

  .emh-rates__list {
    grid-template-columns: repeat(6, 1fr);
  }

  .emh-rates__row:nth-child(4) a {
    padding-left: 1rem;
    border-left: 1px solid var(--emh-rule);
  }

  .emh-rates__row:nth-child(n + 4) a {
    border-top: 0;
  }

  .emh-areas__grid {
    grid-template-columns: 1.25fr 1fr;
  }

  /* The copy is shorter than the photo + area list beside it: keep it in
     view while the list scrolls, the way the FAQ heading does. */
  .emh-areas__copy {
    position: sticky;
    top: calc(var(--em-header-h) + 2rem);
  }

  .emh-employed__grid {
    grid-template-columns: 1.15fr 1fr;
    align-items: stretch;
  }

  .emh-employed__photos {
    grid-template-rows: 1fr auto;
    height: 100%;
  }

  .emh-booking__grid {
    grid-template-columns: 1.6fr 1fr;
  }

  .emh-guarantee__grid {
    grid-template-columns: 1.5fr auto;
  }

  .emh-app__grid {
    grid-template-columns: 1.3fr 1fr;
  }

  .emh-phone {
    /* Lean the device slightly so it does not sit like a stock-photo cutout. */
    transform: rotate(-4deg) translateX(1rem);
  }

  .emh-faq__grid {
    grid-template-columns: 1fr 1.9fr;
  }

  .emh-faq__head {
    position: sticky;
    top: 7rem;
  }

  .emh-close__grid {
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
  }

  .emh-list__link {
    grid-template-columns: 3rem 10rem minmax(0, 1fr) 11rem 2rem;
    align-items: start;
    padding-inline: 0.75rem;
    margin-inline: -0.75rem;
    border-radius: var(--em-radius-sm);
  }

  .emh-list__link {
    grid-template-rows: auto;
  }

  .emh-list__thumb {
    grid-row: 1;
  }

  .emh-list__body {
    grid-row: 1;
  }

  .emh-list__price {
    grid-column: 4;
    grid-row: 1;
    text-align: right;
  }

  .emh-list__arrow {
    display: block;
    grid-column: 5;
    padding-top: 0.35rem;
    text-align: right;
    opacity: 0;
    transform: translateX(-0.35rem);
    transition: opacity var(--em-transition), transform var(--em-transition);
  }

  .emh-list__link:hover .emh-list__arrow,
  .emh-list__link:focus-visible .emh-list__arrow {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Clear the fixed Call / WhatsApp / Book bar, which appears below 780px. */
@media (max-width: 780px) {
  .emh-close {
    padding-bottom: calc(var(--emh-rhythm) + 4.5rem);
  }
}

/* Lenis smooth scroll — recommended base styles. */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .emh *,
  .emh *::before,
  .emh *::after {
    transition-duration: 1ms !important;
  }

  .emh-list__arrow,
  .emh-phone {
    transform: none;
  }
}
