/* ============================================================
   THE HOSPITAL — /about/the-hospital
   Layered on base.css + v3.css + v9.css. Reuses tokens, type
   and the accent system so it tracks every palette automatically.
   Institutional credibility page: specifics, not adjectives.
   Signature component: the facility stat band + named-equipment
   ledger (§3), and the sofa-bed reassurance callout (§4).
   ============================================================ */

/* ---------- Breadcrumb (shared shape with .jn-crumb) ---------- */
.hs-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: var(--fs-note);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--slate-mid);
}
.hs-crumb a { color: var(--slate-mid); text-decoration: none; border: 0; transition: color 160ms var(--ease); }
.hs-crumb a:hover { color: var(--fg-strong); opacity: 1; }
.hs-crumb .sep { opacity: 0.5; }
.hs-crumb .here { color: var(--fg-strong); }

/* ============================================================
   1 — HERO
   ============================================================ */
.hs-hero {
  padding: 43px 0 0;
  border-bottom: 1px solid var(--border-soft);
}
.hs-hero-grid {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin-top: 8px;
}
.hs-hero-text { padding: 8px 0 40px; }
.hs-hero h1 { max-width: none; }
.hs-hero .hs-standfirst {
  margin-top: 26px;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.62;
  color: var(--slate-dark);
  max-width: var(--measure);
}
.hs-hero .hs-standfirst em { font-style: italic; color: var(--accent-deep); }
.hs-hero-ctas {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}
.hs-hero-media {
  margin: 8px 0 0;
  position: relative;
}
.hs-hero-media image-slot,
.hs-hero-media img {
  display: block;
  width: 80%;
  margin: 0 auto;
  aspect-ratio: 4 / 5;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
}
.hs-hero-cap {
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: var(--fs-note);
  letter-spacing: 0.03em;
  color: var(--slate-mid);
}

/* ============================================================
   2 — THE HOSPITAL — what it is / where
   ============================================================ */
.hs-place { padding: var(--section-py) 0; }
.hs-locale-map {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 0;
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  overflow: hidden;
  background: none;
  cursor: zoom-in;
  position: relative;
}
.hs-locale-map img { display: block; width: 100%; }
.hs-locale-map-hint {
  position: absolute;
  right: 10px; bottom: 10px;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sage-ink);
  background: color-mix(in oklab, var(--bg-card) 90%, transparent);
  border: 1px solid var(--border-soft);
  padding: 5px 10px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}
.hs-mapbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(20px, 5vw, 64px);
  background: color-mix(in oklab, var(--fg-strong) 78%, transparent);
  backdrop-filter: blur(4px);
  cursor: zoom-out;
}
.hs-mapbox[hidden] { display: none; }
.hs-mapbox img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.4);
}
.hs-mapbox-close {
  position: absolute;
  top: 20px; right: 24px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--bg-card);
  color: var(--fg-strong);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.hs-place-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.hs-place-copy .eyebrow { margin-bottom: 22px; }
.hs-place-copy h2 { max-width: 20ch; }
.hs-place-copy .hs-lede {
  margin-top: 26px;
  font-size: clamp(16px, 1.4vw, 18.5px);
  line-height: 1.74;
  color: var(--slate-dark);
  max-width: var(--measure);
}
.hs-place-copy .hs-lede + .hs-lede { margin-top: 20px; }
.hs-place-copy .hs-lede strong { color: var(--fg-strong); font-weight: 600; }
.hs-place-copy .hs-lede em { font-style: italic; color: var(--accent-deep); }

/* Location / address card */
.hs-locale {
  background: var(--sage-pale);
  border-radius: 14px;
  padding: 32px 34px 34px;
  position: sticky;
  top: 40px;
}
.hs-locale .k {
  display: block;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 12px;
}
.hs-locale .addr {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px,1.9vw, 25px);
  line-height: 1.28;
  letter-spacing: -0.008em;
  color: var(--sage-ink);
  margin: 0 0 24px;
}
.hs-locale .addr em { font-style: italic; color: var(--sage-deep); }
.hs-landmarks {
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid color-mix(in oklab, var(--sage-deep) 20%, transparent);
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.hs-landmarks li {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: var(--fs-sm);
  line-height: 1.45;
  color: var(--sage-ink);
}
.hs-landmarks li .dot {
  flex: 0 0 auto;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--sage-deep);
  transform: translateY(-2px);
}

/* ============================================================
   3 — THE FACILITY — the strongest section
   ============================================================ */
.hs-facility { padding: 92px 0; background: var(--bg-alt); }
.hs-facility .section-head { margin-bottom: 48px; }

/* Stat band — the numbers do the work */
.hs-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border-soft);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  overflow: hidden;
}
.hs-stat {
  background: var(--bg-card);
  padding: 30px 30px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hs-stat .n {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: var(--fg-strong);
}
.hs-stat .n .u {
  font-size: 0.42em;
  font-style: italic;
  color: var(--accent-deep);
  margin-left: 4px;
  letter-spacing: 0;
}
.hs-stat .l {
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  line-height: 1.45;
  color: var(--slate-dark);
  max-width: 26ch;
}
.hs-stat .l strong { color: var(--fg-strong); font-weight: 600; }

/* Named-equipment ledger + apheresis highlight */
.hs-equip {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.hs-equip-main { display: flex; flex-direction: column; }
.hs-ledger { list-style: none; margin: 0; padding: 0; }
.hs-ledger li {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--border);
  align-items: baseline;
}
.hs-ledger li:last-child { border-bottom: 1px solid var(--border); }
.hs-ledger .k {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.hs-ledger .v {
  font-size: 15px;
  line-height: 1.6;
  color: var(--slate-dark);
}
.hs-ledger .v strong { color: var(--fg-strong); font-weight: 600; }

/* Apheresis feature — names the actual machine (per content guide) */
.hs-apheresis {
  background: var(--sage-pale);
  border-radius: 14px;
  padding: 32px 34px 34px;
  position: sticky;
  top: 96px;
}
.hs-apheresis .tag {
  display: inline-flex;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin-bottom: 16px;
}
.hs-apheresis .mach {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.012em;
  color: var(--sage-ink);
  margin: 0 0 8px;
}
.hs-apheresis .mach em { font-style: italic; }
.hs-apheresis .sys {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sage-deep);
  margin: 0 0 18px;
}
.hs-apheresis p {
  font-size: var(--fs-sm);
  line-height: 1.66;
  color: var(--sage-ink);
  margin: 0;
}
.hs-facility-media {
  margin-top: 40px;
  position: relative;
}
.hs-facility-media image-slot,
.hs-facility-media img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
}
.hs-media-cap {
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: var(--fs-note);
  letter-spacing: 0.03em;
  color: var(--slate-mid);
}

/* ============================================================
   4 — WHERE YOU'LL STAY
   ============================================================ */
.hs-stay { padding: 92px 0; }
.hs-stay .section-head { margin-bottom: 44px; }

/* Sofa-bed reassurance — surfaced, not buried (per content guide) */
.hs-sofabed {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: stretch;
  background: var(--sage-pale);
  border-radius: 14px;
  padding: clamp(32px, 4vw, 52px);
  margin-bottom: 44px;
}
.hs-sofabed-body { display: flex; flex-direction: column; justify-content: center; }
.hs-sofabed-media { margin: 0; align-self: stretch; }
.hs-sofabed-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 10px;
}
.hs-sofabed-mark {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.hs-sofabed-mark .ic {
  width: 34px; height: 34px;
  color: var(--sage-deep);
}
.hs-sofabed-mark .ic svg { width: 34px; height: 34px; stroke: currentColor; fill: none; stroke-width: 1.3; }
.hs-sofabed-mark .k {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-deep);
}
.hs-sofabed h3 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px, 2.8vw, 38px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--sage-ink);
  margin: 0 0 16px;
  max-width: 20ch;
}
.hs-sofabed h3 em { font-style: italic; }
.hs-sofabed p {
  font-size: clamp(15.5px, 1.4vw, 17.5px);
  line-height: 1.7;
  color: var(--sage-ink);
  margin: 0;
  max-width: var(--measure);
}
.hs-sofabed p strong { font-weight: 600; }

/* Ward detail: environment copy + facilities grid + image */
.hs-stay-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.hs-stay-copy h4 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.16;
  color: var(--fg-strong);
  margin: 0 0 16px;
}
.hs-stay-copy h4 em { font-style: italic; }
.hs-stay-copy p {
  font-size: clamp(15.5px, 1.4vw, 17px);
  line-height: 1.72;
  color: var(--slate-dark);
  margin: 0 0 20px;
}
.hs-stay-copy p:last-of-type { margin-bottom: 0; }
.hs-stay-copy p strong { color: var(--fg-strong); font-weight: 600; }
.hs-stay-copy p em { font-style: italic; color: var(--accent-deep); }
.hs-stay-media { position: relative; align-self: start; }
.hs-stay-media image-slot,
.hs-stay-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: 3 / 2;
  border-radius: 14px;
  overflow: hidden;
  object-fit: cover;
  object-position: center 72%;
}
.hs-stay-media img {
  aspect-ratio: auto;
  height: clamp(320px, 24vw, 380px);
  max-width: 380px;
  margin-left: auto;
  object-position: center 50%;
}

/* Amenities chip list */
.hs-amenities {
  margin-top: 48px;
  border-top: 1px solid var(--border-soft);
  padding-top: 36px;
}
.hs-amenities .k {
  display: block;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--slate-mid);
  margin-bottom: 22px;
}
.hs-amenities ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 32px;
}
.hs-amenities li {
  display: flex;
  align-items: baseline;
  gap: 11px;
  font-size: var(--fs-sm);
  line-height: 1.5;
  color: var(--slate-dark);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--border-soft);
}
.hs-amenities li .tick {
  flex: 0 0 auto;
  color: var(--accent-deep);
  font-size: var(--fs-note);
  transform: translateY(-1px);
}

/* ============================================================
   5 — MEALS
   ============================================================ */
.hs-meals { padding: var(--section-py) 0; background: var(--bg-alt); }
.hs-meals-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.hs-meals-panel .eyebrow { margin-bottom: 20px; }
.hs-meals-panel h2 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--fg-strong);
  margin: 0;
  max-width: 14ch;
}
.hs-meals-panel h2 em { font-style: italic; }
.hs-meals-panel p {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.72;
  color: var(--slate-dark);
  margin: 0;
  max-width: var(--measure);
}
.hs-meals-panel p strong { color: var(--fg-strong); font-weight: 600; }
.hs-meals-gallery {
  margin-top: clamp(32px, 4vw, 48px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.hs-meals-gallery figure { margin: 0; }
.hs-meals-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 12px;
}

/* ============================================================
   6 — OUR STANDARDS — Mayo + accreditation + CNMIA
   ============================================================ */
.hs-standards { padding: var(--section-py) 0; }
.hs-standards .section-head { margin-bottom: 48px; }

/* CNMIA designation — strongest trust signal, given prominence */
.hs-designation {
  background: var(--bg-dark);
  border-radius: 14px;
  padding: clamp(36px, 4.5vw, 60px) clamp(32px, 5vw, 68px);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  margin-bottom: 40px;
}
.hs-designation .seal {
  width: 92px; height: 92px;
  border-radius: 50%;
  border: 1.5px solid var(--coral-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral-soft);
  flex: 0 0 auto;
}
.hs-designation .seal svg { width: 44px; height: 44px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.hs-designation .k {
  display: block;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--coral-soft);
  margin-bottom: 14px;
}
.hs-designation h3 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px,2.4vw, 32px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: #fff;
  margin: 0 0 12px;
  max-width: 30ch;
}
.hs-designation h3 em { font-style: italic; }
.hs-designation p {
  font-size: 15px;
  line-height: 1.66;
  color: rgba(255,255,255,0.72);
  margin: 0;
  max-width: var(--measure);
}

/* Mayo + accreditation two-up */
.hs-standards-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.hs-mayo {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: clamp(32px, 3.5vw, 48px);
}
.hs-mayo .k {
  display: block;
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 18px;
}
.hs-mayo h3 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--fg-strong);
  margin: 0 0 22px;
  max-width: 25ch;
}
.hs-mayo h3 em { font-style: italic; }
.hs-mayo p {
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--slate-dark);
  margin: 0 0 18px;
  max-width: var(--measure);
}
.hs-mayo p:last-of-type { margin-bottom: 0; }
.hs-mayo p strong { color: var(--fg-strong); font-weight: 600; }
.hs-mayo p em { font-style: italic; color: var(--accent-deep); }
.hs-econsult {
  margin-top: 26px;
  border-left: 2px solid var(--accent);
  padding: 4px 0 4px 22px;
}
.hs-econsult .lbl {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 10px;
}
.hs-econsult p { font-size: var(--fs-sm); line-height: 1.66; margin: 0; }

/* Accreditation side column */
.hs-accred {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.hs-accred-card {
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 26px 28px 28px;
}
.hs-accred-card .k {
  display: block;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--slate-mid);
  margin-bottom: 12px;
}
.hs-accred-card h4 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: var(--fg-strong);
  margin: 0 0 10px;
}
.hs-accred-card p {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--slate-dark);
  margin: 0;
}
.hs-accred-card .status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--font-sans);
  font-size: var(--fs-note);
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--sage-deep);
}
.hs-accred-card .status::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--sage-deep);
}

/* ============================================================
   7 + 8 — TEASERS (medical team / getting here)
   ============================================================ */
.hs-teasers { padding: var(--section-py) 0; background: var(--bg-alt); }
.hs-teaser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.hs-teaser {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border-soft);
  border-radius: 14px;
  padding: clamp(30px, 3vw, 44px);
  text-decoration: none;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease);
}
.hs-teaser:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 48px -24px rgba(31,42,38,0.28);
  opacity: 1;
}
.hs-teaser .k {
  font-family: var(--font-sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deep);
  margin-bottom: 16px;
}
.hs-teaser h3 {
  font-family: var(--font-serif);
  font-weight:500;
  font-size: clamp(24px,2.1vw, 28px);
  line-height: 1.14;
  letter-spacing: -0.01em;
  color: var(--fg-strong);
  margin: 0 0 14px;
  max-width: 22ch;
}
.hs-teaser h3 em { font-style: italic; }
.hs-teaser p {
  font-size: 15px;
  line-height: 1.66;
  color: var(--slate-dark);
  margin: 0 0 24px;
  flex: 1;
}
.hs-teaser .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: var(--fs-sm);
  font-weight: 600;
  color: var(--accent-deep);
}
.hs-teaser .go .arrow { transition: transform 160ms var(--ease);}
.hs-teaser:hover .go .arrow { transform: translateX(4px);}

/* ============================================================
   9 — CLOSING CTA (shared shape with .jn-cta-panel)
   ============================================================ */
.hs-cta-sec { padding: var(--section-py) 0 calc(var(--section-py) * 1.2); }
.hs-cta-panel {
  background: var(--bg-dark);
  border-radius: 14px;
  padding: clamp(56px, 6vw, 88px) clamp(32px, 6vw, 96px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hs-cta-panel .eyebrow { color: var(--coral-soft); margin-bottom: 22px; }
.hs-cta-panel .eyebrow::before { background: var(--coral-soft); }
.hs-cta-panel h2 { color: #fff; max-width: 20ch; }
.hs-cta-panel h2 em { font-style: italic; }
.hs-cta-panel .lede {
  margin-top: 24px;
  max-width: var(--measure);
  color: rgba(255,255,255,0.78);
  font-size: clamp(16px, 1.5vw, 18.5px);
  line-height: 1.7;
}
.hs-cta-panel .btn { margin-top: 36px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1000px) {
  .hs-place-grid { grid-template-columns: 1fr; gap: 36px; }
  .hs-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hs-hero-media img { aspect-ratio: 16 / 10; }
  .hs-locale { position: static; }
  .hs-equip { grid-template-columns: 1fr; gap: 32px; }
  .hs-apheresis { position: static; }
  .hs-stay-grid { grid-template-columns: 1fr; gap: 32px; }
  .hs-stay-media img { max-width: none; margin-left: 0; height: auto; aspect-ratio: 16 / 11; }
  .hs-standards-grid { grid-template-columns: 1fr; gap: 28px; }
  .hs-amenities ul { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .hs-stats { grid-template-columns: 1fr 1fr; }
  .hs-sofabed { grid-template-columns: 1fr; gap: 24px; }
  .hs-sofabed-media img { min-height: 300px; aspect-ratio: 16 / 10; }
  .hs-meals-panel { grid-template-columns: 1fr; gap: 24px; }
  .hs-meals-gallery { grid-template-columns: repeat(2, 1fr); }
  .hs-designation { grid-template-columns: 1fr; gap: 24px; text-align: left; }
  .hs-teaser-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .hs-place, .hs-facility, .hs-stay, .hs-meals, .hs-standards, .hs-teasers { padding: 64px 0; }
  .hs-cta-sec { padding: 64px 0 80px; }
  .hs-stats { grid-template-columns: 1fr; }
  .hs-ledger li { grid-template-columns: 1fr; gap: 6px; }
  .hs-amenities ul { grid-template-columns: 1fr; }
}
