/* Absolute Hotel App — packages landing */

html:has(body.ha) {
  overflow-x: clip;
}

body.ha {
  overflow-x: clip;
}

.ha-hero {
  padding: clamp(2.5rem, 6vw, 4.25rem) 0 clamp(2.25rem, 5vw, 3.5rem);
  background:
    radial-gradient(ellipse 70% 55% at 85% 0%, rgba(201, 169, 98, 0.14), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--mp-bg) 100%);
  border-bottom: 1px solid var(--mp-line);
}

.ha-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.9fr);
  gap: clamp(1.5rem, 4vw, 2.75rem);
  align-items: center;
}

.ha-hero .mp-brand-mark {
  display: inline-block;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mp-navy);
  margin: 0 0 0.85rem;
  line-height: 1.1;
}

.ha-hero .mp-brand-mark span {
  color: var(--mp-accent);
}

.ha-hero h1 {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--mp-navy);
  max-width: 16ch;
}

.ha-hero-lead {
  margin: 0 0 1.35rem;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.55;
  color: var(--mp-muted);
  max-width: 36rem;
}

.ha-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.ha-hero-points {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.ha-hero-points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  color: var(--mp-ink-2);
  font-weight: 500;
}

.ha-hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--mp-accent);
  border-radius: 1px;
}

/* ── Embedded guest-app mini demo ── */
.ha-mini-wrap {
  justify-self: center;
  width: min(100%, 340px);
  position: relative;
}

.ha-mini-kicker {
  margin: 0 0 0.65rem;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-muted);
}

.ha-mini {
  --ha-mini-bg: #0b111d;
  --ha-mini-card: rgba(255, 255, 255, 0.055);
  --ha-mini-line: rgba(255, 255, 255, 0.08);
  --ha-mini-text: #f4f1ea;
  --ha-mini-muted: rgba(244, 241, 234, 0.62);
  position: relative;
  border-radius: 32px;
  background: var(--ha-mini-bg);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 28px 60px rgba(12, 27, 51, 0.28),
    0 0 0 1px rgba(201, 169, 98, 0.08);
  overflow: hidden;
  color: var(--ha-mini-text);
  font-family: inherit;
  user-select: none;
  -webkit-user-select: none;
}

.ha-mini-notch {
  width: 34%;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  margin: 0.55rem auto 0.3rem;
}

.ha-mini-screen {
  position: relative;
  height: min(560px, 68vh);
  display: flex;
  flex-direction: column;
}

.ha-mini-panels {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.ha-mini-panel {
  height: 100%;
  overflow: auto;
  padding: 0 0.65rem 0.55rem;
  scrollbar-width: thin;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ha-mini-panel[hidden] {
  display: none !important;
}

.ha-mini-hero {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 158px;
}

.ha-mini-hero img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  display: block;
}

.ha-mini-hero-fade {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.85rem 0.9rem;
  background: linear-gradient(180deg, rgba(11, 17, 29, 0.08) 8%, rgba(11, 17, 29, 0.9) 100%);
}

.ha-mini-brand {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mp-accent);
  font-weight: 700;
}

.ha-mini-hi {
  margin: 0.12rem 0 0;
  font-size: 1.18rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.ha-mini-place {
  margin: 0.1rem 0 0.5rem;
  font-size: 0.74rem;
  color: rgba(244, 241, 234, 0.78);
}

.ha-mini-pill {
  align-self: flex-start;
  appearance: none;
  border: 0;
  cursor: pointer;
  font: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: var(--mp-accent);
  color: var(--mp-navy);
  transition: transform 0.15s ease, background 0.2s ease;
}

.ha-mini-pill:hover { transform: translateY(-1px); }
.ha-mini-pill.is-done {
  background: rgba(201, 169, 98, 0.22);
  color: var(--mp-accent);
}

.ha-mini-ribbon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 0.6rem 0;
  padding: 0.5rem 0.6rem;
  border-radius: 12px;
  background: var(--ha-mini-card);
  border: 1px solid var(--ha-mini-line);
  font-size: 0.7rem;
  color: rgba(244, 241, 234, 0.88);
}

.ha-mini-chip {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.2rem 0.42rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.22);
  color: var(--mp-accent);
  white-space: nowrap;
}

.ha-mini-chip.is-ready {
  background: rgba(80, 158, 47, 0.22);
  color: #8fd17a;
}

.ha-mini-card {
  margin-bottom: 0.65rem;
  padding: 0.7rem 0.72rem;
  border-radius: 14px;
  background: var(--ha-mini-card);
  border: 1px solid var(--ha-mini-line);
}

.ha-mini-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.ha-mini-card-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
}

.ha-mini-card-head h3 { margin: 0; }

.ha-mini-link {
  appearance: none;
  border: 0;
  background: none;
  padding: 0;
  font: inherit;
  font-size: 0.68rem;
  font-weight: 650;
  color: var(--mp-accent);
  cursor: pointer;
}

.ha-mini-sub {
  margin: 0.2rem 0 0.5rem;
  font-size: 0.68rem;
  color: var(--ha-mini-muted);
}

.ha-mini-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.38rem;
}

.ha-mini-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.07);
  color: var(--ha-mini-text);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 650;
  padding: 0.55rem 0.45rem;
  border-radius: 10px;
  text-align: center;
  line-height: 1.25;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}

.ha-mini-btn:hover {
  background: rgba(255, 255, 255, 0.11);
}

.ha-mini-btn:active {
  transform: scale(0.98);
}

.ha-mini-btn.is-primary {
  grid-column: 1 / -1;
  background: var(--mp-accent);
  color: var(--mp-navy);
  border-color: transparent;
  font-weight: 750;
}

.ha-mini-btn.is-primary.is-done {
  background: rgba(201, 169, 98, 0.22);
  color: var(--mp-accent);
}

.ha-mini-btn.is-wide {
  grid-column: 1 / -1;
}

.ha-mini-weather {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.3rem 0.7rem;
  align-items: center;
}

.ha-mini-weather p {
  margin: 0.12rem 0 0;
  font-size: 0.68rem;
  color: var(--ha-mini-muted);
}

.ha-mini-weather strong {
  font-size: 1.5rem;
  font-weight: 750;
  color: var(--mp-accent);
  line-height: 1;
}

.ha-mini-weather ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.28rem;
  margin: 0.3rem 0 0;
  padding: 0;
  list-style: none;
}

.ha-mini-weather li {
  text-align: center;
  font-size: 0.6rem;
  line-height: 1.35;
  padding: 0.32rem 0.15rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(244, 241, 234, 0.78);
}

.ha-mini-svc-rail {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0.1rem 0.15rem 0.35rem;
  margin: 0 -0.15rem;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

.ha-mini-svc-rail::-webkit-scrollbar { display: none; }
.ha-mini-svc-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }

.ha-mini-svc {
  flex: 0 0 46%;
  scroll-snap-align: start;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.05);
  appearance: none;
  padding: 0;
  text-align: left;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.ha-mini-svc img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

.ha-mini-svc span {
  display: block;
  padding: 0.38rem 0.45rem 0.48rem;
  font-size: 0.66rem;
  font-weight: 650;
  line-height: 1.25;
}

.ha-mini-hint {
  margin: 0.15rem 0 0;
  font-size: 0.62rem;
  color: rgba(244, 241, 234, 0.42);
  text-align: center;
}

.ha-mini-list {
  display: grid;
  gap: 0.45rem;
}

.ha-mini-list button {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 0.55rem;
  align-items: center;
  width: 100%;
  appearance: none;
  border: 1px solid var(--ha-mini-line);
  background: var(--ha-mini-card);
  border-radius: 12px;
  padding: 0.4rem;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.ha-mini-list img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}

.ha-mini-list strong {
  display: block;
  font-size: 0.74rem;
  font-weight: 700;
}

.ha-mini-list span {
  display: block;
  margin-top: 0.12rem;
  font-size: 0.64rem;
  color: var(--ha-mini-muted);
}

.ha-mini-list em {
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--mp-accent);
}

.ha-mini-trip dl {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.ha-mini-trip dt {
  font-size: 0.62rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ha-mini-muted);
  font-weight: 650;
}

.ha-mini-trip dd {
  margin: 0.15rem 0 0;
  font-size: 0.82rem;
  font-weight: 650;
}

.ha-mini-help p {
  margin: 0 0 0.65rem;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--ha-mini-muted);
}

.ha-mini-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.15rem;
  padding: 0.35rem 0.4rem calc(0.45rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 12, 20, 0.96);
}

.ha-mini-tabs button {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(244, 241, 234, 0.48);
  font: inherit;
  font-size: 0.62rem;
  font-weight: 650;
  padding: 0.4rem 0.15rem;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  gap: 0.2rem;
  justify-items: center;
  transition: color 0.15s ease, background 0.15s ease;
}

.ha-mini-tabs button svg {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.ha-mini-tabs button.is-active {
  color: var(--mp-accent);
  background: rgba(201, 169, 98, 0.1);
}

.ha-mini-tabs button.is-active svg {
  opacity: 1;
}

.ha-mini-toast {
  position: absolute;
  left: 50%;
  bottom: 4.1rem;
  transform: translateX(-50%) translateY(8px);
  max-width: calc(100% - 1.5rem);
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.95);
  color: var(--mp-navy);
  font-size: 0.68rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 3;
  white-space: nowrap;
}

.ha-mini-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.ha-mini-caption {
  margin: 0.7rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  color: var(--mp-muted);
  line-height: 1.4;
}

.ha-mini-caption a {
  color: var(--mp-navy);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Local story / why section */
.ha-edge {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
  border-bottom: 1px solid var(--mp-line);
  background:
    radial-gradient(ellipse 55% 40% at 92% 0%, rgba(201, 169, 98, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 45% at 0% 100%, rgba(12, 27, 51, 0.04), transparent 52%),
    linear-gradient(180deg, var(--mp-bg) 0%, #fff 72%);
  position: relative;
  overflow: hidden;
}

.ha-edge::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230c1b33' fill-opacity='0.018'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.9;
}

.ha-edge > .mp-wrap {
  position: relative;
  z-index: 1;
}

.ha-story {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.ha-story-copy .mp-eyebrow {
  margin-bottom: 0.75rem;
}

.ha-story-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--mp-navy);
  max-width: 16ch;
}

.ha-story-lead {
  margin: 0 0 1.1rem;
  font-size: clamp(1.02rem, 2vw, 1.12rem);
  line-height: 1.6;
  color: var(--mp-ink-2);
  max-width: 36rem;
}

.ha-story-note {
  margin: 0;
  padding-left: 0.9rem;
  border-left: 3px solid var(--mp-accent);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.45;
  color: var(--mp-navy);
  max-width: 28rem;
}

.ha-story-visual {
  margin: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.85rem;
}

.ha-story-visual.ha-story-product {
  aspect-ratio: auto;
  max-height: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  transform: none;
  background: transparent;
}

.ha-story-visual.ha-story-product::after {
  display: none;
}

.ha-story-phone {
  width: min(100%, 280px);
  border-radius: 28px;
  background: #121820;
  border: 1px solid rgba(12, 27, 51, 0.12);
  box-shadow:
    0 22px 48px rgba(12, 27, 51, 0.14),
    0 0 0 8px rgba(255, 255, 255, 0.65);
  overflow: hidden;
  color: #f4f1ea;
  transform: rotate(1deg);
}

.ha-story-phone-notch {
  width: 34%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  margin: 0.5rem auto 0.35rem;
}

.ha-story-phone-screen {
  padding: 0 0.6rem 0.75rem;
}

.ha-story-phone-hero {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 148px;
}

.ha-story-phone-hero img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  display: block;
}

.ha-story-phone-fade {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.75rem 0.8rem;
  background: linear-gradient(180deg, transparent 20%, rgba(12, 27, 51, 0.88) 100%);
}

.ha-story-phone-fade span {
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mp-accent);
  font-weight: 700;
}

.ha-story-phone-fade strong {
  margin-top: 0.12rem;
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.ha-story-phone-fade em {
  margin: 0.1rem 0 0.45rem;
  font-style: normal;
  font-size: 0.68rem;
  color: rgba(244, 241, 234, 0.75);
}

.ha-story-phone-fade b {
  align-self: flex-start;
  font-size: 0.64rem;
  font-weight: 700;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  background: var(--mp-accent);
  color: var(--mp-navy);
}

.ha-story-phone-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.4rem;
  margin: 0.55rem 0;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.64rem;
  color: rgba(244, 241, 234, 0.85);
}

.ha-story-phone-chip {
  font-size: 0.56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.22);
  color: var(--mp-accent);
  white-space: nowrap;
}

.ha-story-phone-actions {
  display: grid;
  gap: 0.32rem;
}

.ha-story-phone-actions span {
  display: block;
  text-align: center;
  font-size: 0.64rem;
  font-weight: 650;
  padding: 0.48rem 0.4rem;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
}

.ha-story-phone-actions span.is-gold {
  background: var(--mp-accent);
  color: var(--mp-navy);
  font-weight: 750;
}

.ha-story-product > figcaption {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  color: var(--mp-navy);
  text-align: center;
  padding: 0 0.5rem;
}

.ha-story-product > figcaption span {
  color: var(--mp-accent);
}

.ha-story-product > figcaption strong {
  color: var(--mp-navy);
  font-size: 0.98rem;
}

.ha-moments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem 1.5rem;
  margin-bottom: 1.25rem;
}

.ha-moment {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  padding: 1.05rem 0.15rem 1.15rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 2px solid var(--mp-accent);
  box-shadow: none;
  transition: transform 0.22s ease;
}

.ha-moment:hover {
  transform: translateY(-2px);
  box-shadow: none;
  border-color: var(--mp-accent);
}

.ha-moment.is-local {
  background: transparent;
  border-color: var(--mp-accent);
  box-shadow: none;
  color: inherit;
  position: relative;
}

.ha-moment.is-local::before {
  display: none;
}

.ha-moment.is-local:hover {
  box-shadow: none;
}

.ha-moment-mark {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(201, 169, 98, 0.14);
  color: var(--mp-navy);
  flex-shrink: 0;
}

.ha-moment.is-local .ha-moment-mark {
  background: rgba(201, 169, 98, 0.2);
  color: #8a6f2f;
}

.ha-moment-mark svg {
  width: 1.35rem;
  height: 1.35rem;
}

.ha-moment-label {
  margin: 0 0 0.2rem;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--mp-accent);
}

.ha-moment h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--mp-navy);
}

.ha-moment.is-local h3 {
  color: var(--mp-navy);
}

.ha-moment p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--mp-muted);
}

.ha-moment.is-local p {
  color: var(--mp-muted);
}

.ha-moment-em {
  font-weight: 700;
  color: var(--mp-navy);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.86em;
}

.ha-moment.is-local .ha-moment-em {
  color: var(--mp-navy);
}

.ha-gift {
  margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
  padding: 0.95rem 1.15rem;
  border-radius: 0 var(--mp-radius-sm) var(--mp-radius-sm) 0;
  border: 0;
  border-left: 3px solid var(--mp-accent);
  background: var(--mp-accent-soft);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--mp-ink-2);
}

.ha-gift strong {
  color: var(--mp-navy);
  font-weight: 750;
}

.ha-pkg-features li.is-bonus {
  color: var(--mp-muted);
  font-weight: 500;
}

.ha-pkg-features li.is-bonus::before {
  background: transparent;
  border: 1.5px solid var(--mp-accent);
  box-sizing: border-box;
}

.ha-module.is-bonus-mod {
  border-style: solid;
  background: transparent;
}

.ha-module.is-bonus-mod .ha-module-index {
  background: rgba(201, 169, 98, 0.18);
  color: #8a6f2f;
}

.ha-rails {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.15rem;
  padding: 1.35rem 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--mp-ink);
  border: 0;
  border-top: 1px solid var(--mp-line);
  box-shadow: none;
  align-items: center;
  margin-top: 0.35rem;
  padding-top: 1.5rem;
}

.ha-rails-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mp-accent);
}

.ha-rails-intro h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--mp-navy);
}

.ha-rails-intro p:last-child {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--mp-muted);
  max-width: 32rem;
}

.ha-rails-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}

.ha-rail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 0.95rem 0.15rem 0.35rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 2px solid var(--mp-accent);
  box-shadow: none;
}

.ha-rail strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--mp-navy);
}

.ha-rail p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--mp-muted);
}

.ha-rails .ha-trust-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 2.65rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid rgba(12, 27, 51, 0.06);
  padding: 0.3rem 0.4rem;
  flex-shrink: 0;
}

.ha-rails .ha-trust-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ha-rails .ha-trust-logo-epoint {
  width: 5.75rem;
}

@media (max-width: 900px) {
  .ha-story {
    grid-template-columns: 1fr;
  }

  .ha-story-copy h2 {
    max-width: none;
  }

  .ha-story-phone {
    transform: none;
    width: min(100%, 260px);
  }

  .ha-story-visual.ha-story-product {
    order: -1;
  }

  .ha-rails {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ha-moments,
  .ha-rails-pair {
    grid-template-columns: 1fr;
  }
}

/* Packages */
.ha-packages {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  align-items: stretch;
  position: relative;
}

.ha-packages::before {
  content: "";
  position: absolute;
  top: 1.55rem;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.55), transparent);
  pointer-events: none;
  z-index: 0;
}

.ha-packages > .ha-pkg {
  z-index: 1;
}

.ha-pkg {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--mp-surface);
  border: 1px solid var(--mp-line);
  border-radius: var(--mp-radius);
  padding: 1.25rem 1.15rem 1.35rem;
  box-shadow: var(--mp-shadow);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.ha-pkg:hover {
  transform: translateY(-3px);
  box-shadow: var(--mp-shadow-lg);
  border-color: rgba(12, 27, 51, 0.18);
}

.ha-pkg.is-popular {
  border-color: rgba(201, 169, 98, 0.65);
  box-shadow: var(--mp-shadow-lg);
  background:
    linear-gradient(180deg, rgba(201, 169, 98, 0.1), transparent 38%),
    #fff;
}

.ha-pkg.is-ultimate {
  border-color: rgba(12, 27, 51, 0.55);
  box-shadow: var(--mp-shadow-lg);
  background:
    linear-gradient(165deg, rgba(12, 27, 51, 0.06), transparent 42%),
    linear-gradient(180deg, rgba(201, 169, 98, 0.12), transparent 55%),
    #fff;
}

.ha-pkg.is-ultimate .ha-pkg-name {
  color: var(--mp-navy);
}

.ha-pkg-badge {
  position: absolute;
  top: -0.55rem;
  left: 1rem;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 4px;
}

.ha-pkg-badge-ultimate {
  background: linear-gradient(135deg, #0c1b33 0%, #1a3a5c 55%, #c9a962 140%);
  letter-spacing: 0.08em;
}

.ha-pkg-footnote {
  margin: 0.15rem 0 1rem;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--mp-muted);
}

.ha-pkg-name {
  margin: 0.15rem 0 0.35rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--mp-navy);
}

.ha-pkg-step {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--mp-accent);
}

.ha-pkg-tagline {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--mp-muted);
  min-height: 2.6em;
}

.ha-pkg-price {
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 1.95rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mp-ink);
  line-height: 1;
}

.ha-pkg-price small {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--mp-muted);
}

.ha-pkg-divider {
  height: 1px;
  background: var(--mp-line);
  margin: 1rem 0;
  border: 0;
}

.ha-pkg-features {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  flex: 1;
}

.ha-pkg-features li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--mp-ink-2);
}

.ha-pkg-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  background: var(--mp-accent);
  border-radius: 1px;
}

.ha-pkg-features li.is-highlight {
  font-weight: 700;
  color: var(--mp-navy);
}

.ha-pkg-features li.is-highlight::before {
  background: var(--mp-navy);
}

.ha-pkg .mp-btn {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* Custom band */
.ha-custom {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: clamp(1.35rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 1.65rem);
  background:
    radial-gradient(ellipse 60% 80% at 100% 0%, rgba(201, 169, 98, 0.22), transparent 55%),
    linear-gradient(145deg, #0c1b33 0%, #152a4a 100%);
  color: #fff;
  border-radius: var(--mp-radius);
  border: 1px solid rgba(201, 169, 98, 0.22);
}

.ha-custom h3 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
}

.ha-custom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  line-height: 1.55;
}

.ha-custom-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.ha-custom-tags span {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
}

.ha-custom-actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  align-items: stretch;
}

.ha-custom-actions .mp-btn {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.ha-custom a.mp-btn-ghost,
.ha-custom .mp-btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.ha-custom a.mp-btn-ghost:hover,
.ha-custom .mp-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

/* Modules */
.ha-modules {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem 1.35rem;
}

.ha-module {
  padding: 0.85rem 0 0.15rem;
  background: transparent;
  border: 0;
  border-top: 2px solid var(--mp-accent);
  border-radius: 0;
  transition: transform 0.2s ease;
}

.ha-module:hover {
  transform: translateY(-2px);
}

.ha-module-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7rem;
  height: 1.7rem;
  margin-bottom: 0.65rem;
  padding: 0 0.4rem;
  border-radius: 6px;
  background: rgba(12, 27, 51, 0.06);
  color: var(--mp-navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ha-module h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--mp-navy);
}

.ha-module p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--mp-muted);
}

/* Package ladder */
.ha-ladder {
  padding: 2.75rem 0 0.5rem;
  border-bottom: 1px solid var(--mp-line);
  background: #fff;
}

.ha-ladder-list {
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  counter-reset: ha-step;
}

.ha-ladder-list li {
  position: relative;
  padding: 1.15rem 1rem 1.2rem;
  border-radius: var(--mp-radius-sm);
  background: var(--mp-bg);
  border: 1px solid var(--mp-line);
  counter-increment: ha-step;
}

.ha-ladder-list li::before {
  content: "0" counter(ha-step);
  display: block;
  margin-bottom: 0.55rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--mp-accent);
}

.ha-ladder-list strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--mp-navy);
  letter-spacing: -0.02em;
}

.ha-ladder-list span {
  display: block;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--mp-muted);
}

.ha-ladder-list li.is-featured {
  background:
    linear-gradient(180deg, rgba(201, 169, 98, 0.12), transparent 55%),
    #fff;
  border-color: rgba(201, 169, 98, 0.5);
}

/* Who */
.ha-who .mp-ops-grid,
.ha .mp-ops-grid.ha-who-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.75rem;
}

.ha-who-note {
  margin-top: 1.35rem;
  font-weight: 550;
  color: var(--mp-ink-2);
  line-height: 1.55;
}

/* Compare note */
.ha-compare-note {
  margin: 1.25rem 0 0;
  padding: 1rem 1.15rem;
  background: rgba(201, 169, 98, 0.1);
  border-left: 3px solid var(--mp-accent);
  border-radius: 0 var(--mp-radius-sm) var(--mp-radius-sm) 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--mp-ink-2);
}

.ha-compare-note strong {
  color: var(--mp-navy);
}

@media (max-width: 1100px) {
  .ha-packages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ha-packages::before {
    display: none;
  }

  .ha-modules,
  .ha-ladder-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .ha-hero {
    padding: 1.5rem 0 2rem;
  }

  .ha-hero-grid,
  .ha-custom {
    grid-template-columns: 1fr;
  }

  .ha-hero h1 {
    max-width: none;
  }

  .ha-hero-ctas {
    flex-direction: column;
    align-items: stretch;
  }

  .ha-hero-ctas .mp-btn {
    width: 100%;
    justify-content: center;
  }

  .ha-mini-wrap {
    width: min(100%, 320px);
    margin-top: 0.35rem;
    justify-self: center;
  }

  .ha-mini-screen {
    height: min(520px, 68vh);
  }

  .ha-pkg {
    padding: 1.35rem 1.1rem 1.25rem;
  }

  .ha-pkg:hover {
    transform: none;
  }

  .ha-pkg.is-popular,
  .ha-pkg.is-ultimate {
    margin-top: 0.35rem;
  }

  .ha-pkg-features {
    font-size: 0.86rem;
  }

  .ha-custom {
    padding: 1.25rem 1.1rem;
  }

  .ha-story-phone {
    margin-inline: auto;
  }

  .ha-ladder {
    padding-top: 2rem;
  }

  .ha-moment:hover,
  .ha-module:hover {
    transform: none;
  }
}

@media (max-width: 560px) {
  .ha-packages,
  .ha-modules,
  .ha-ladder-list,
  .ha-who .mp-ops-grid,
  .ha .mp-ops-grid.ha-who-grid {
    grid-template-columns: 1fr;
  }

  .ha-pkg-tagline {
    min-height: 0;
  }

  .ha-pkg-price {
    font-size: 1.45rem;
  }

  .ha-mini-kicker {
    font-size: 0.68rem;
  }

  .ha-compare-note {
    padding: 0.9rem 1rem;
    font-size: 0.86rem;
  }

  .ha-ladder-list li {
    padding: 1rem 0.95rem;
  }

  .mp.ha .mp-footer-grid {
    gap: 1.5rem;
  }
}

/* ── Showcase: Guest journey / Branded app / Add-ons / Custom ── */

.ha-pill {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.14);
  color: #8a6f2f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ha-link-more {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  font-size: 0.95rem;
  font-weight: 750;
  color: var(--mp-navy);
  text-decoration: none;
  transition: color 0.2s ease;
}

.ha-link-more:hover {
  color: #8a6f2f;
}

.ha-link-more-ico {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: var(--mp-navy);
  color: #fff;
  flex-shrink: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ha-link-more:hover .ha-link-more-ico {
  background: #8a6f2f;
  transform: translateX(2px);
}

.ha-link-more-ico svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ha-show {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--mp-line);
  background: #fff;
  overflow: hidden;
}

.ha-show.is-soft {
  background:
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(201, 169, 98, 0.08), transparent 55%),
    linear-gradient(180deg, var(--mp-bg) 0%, #fff 70%);
}

.ha-show.is-navy {
  background:
    radial-gradient(ellipse 45% 55% at 100% 0%, rgba(201, 169, 98, 0.18), transparent 50%),
    linear-gradient(160deg, #0c1b33 0%, #152a4a 100%);
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.ha-show.is-navy .ha-pill {
  background: rgba(201, 169, 98, 0.2);
  color: #e8d5a3;
}

.ha-show.is-navy h2 {
  color: #fff;
}

.ha-show.is-navy .ha-show-lead {
  color: rgba(255, 255, 255, 0.72);
}

.ha-show.is-navy .ha-feat strong {
  color: #fff;
}

.ha-show.is-navy .ha-feat p,
.ha-show.is-navy .ha-check-list li {
  color: rgba(255, 255, 255, 0.7);
}

.ha-show.is-navy .ha-link-more {
  color: #e8d5a3;
}

.ha-show.is-navy .ha-link-more-ico {
  background: var(--mp-accent);
  color: var(--mp-navy);
}

.ha-show-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.75rem, 5vw, 3.5rem);
  align-items: center;
}

.ha-show-grid.is-flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.ha-show-grid.is-flip .ha-show-visual {
  order: 2;
}

.ha-show-grid.is-flip .ha-show-copy {
  order: 1;
}

.ha-show h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--mp-navy);
  max-width: 18ch;
}

.ha-show-lead {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--mp-muted);
  max-width: 36rem;
}

.ha-feats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem 1.25rem;
}

.ha-feat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
}

.ha-feat-ico {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: rgba(12, 27, 51, 0.06);
  color: var(--mp-navy);
  flex-shrink: 0;
}

.ha-feat-ico svg {
  width: 1.15rem;
  height: 1.15rem;
}

.ha-feat.is-gold .ha-feat-ico {
  background: rgba(201, 169, 98, 0.18);
  color: #8a6f2f;
}

.ha-feat strong {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--mp-navy);
  letter-spacing: -0.01em;
}

.ha-feat p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--mp-muted);
}

.ha-feat-stack {
  display: grid;
  gap: 1.1rem;
}

.ha-check-list {
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.ha-check-list li {
  position: relative;
  padding-left: 1.55rem;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--mp-ink-2);
  line-height: 1.4;
}

.ha-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  background: var(--mp-accent);
}

.ha-check-list li::after {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.52rem;
  width: 0.38rem;
  height: 0.22rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* Device stage */
.ha-stage {
  position: relative;
  min-height: 420px;
  display: grid;
  place-items: center;
  padding: 1.5rem 0.5rem;
}

.ha-stage-glow {
  position: absolute;
  width: min(78%, 340px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.35) 0%, rgba(12, 27, 51, 0.12) 45%, transparent 70%);
  z-index: 0;
  pointer-events: none;
}

.ha-stage.is-navy-glow .ha-stage-glow {
  background: radial-gradient(circle, rgba(201, 169, 98, 0.45) 0%, rgba(255, 255, 255, 0.08) 48%, transparent 72%);
}

.ha-float {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background: #fff;
  color: var(--mp-navy);
  box-shadow: 0 10px 28px rgba(12, 27, 51, 0.12);
  border: 1px solid rgba(12, 27, 51, 0.06);
}

.ha-float svg {
  width: 1.2rem;
  height: 1.2rem;
}

.ha-float.is-gold {
  background: var(--mp-navy);
  color: var(--mp-accent);
  border-color: transparent;
}

.ha-float-a { top: 12%; left: 8%; }
.ha-float-b { bottom: 18%; right: 6%; }
.ha-float-c { top: 22%; right: 10%; }

.ha-phones {
  position: relative;
  z-index: 1;
  width: min(100%, 400px);
  height: 440px;
  margin: 0 auto;
}

/*
  Photoreal phone chassis (sample-matched):
  thin chrome rim + hairline black bezel — not a thick white stroke.
*/
.ha-phone {
  --ha-phone-radius: 34px;
  position: absolute;
  width: 196px;
  border-radius: var(--ha-phone-radius);
  padding: 3.5px;
  background:
    linear-gradient(
      145deg,
      #f3f4f6 0%,
      #dde0e5 28%,
      #b4b8c0 62%,
      #cfd2d8 82%,
      #e8eaee 100%
    );
  box-shadow:
    0 0 0 0.5px rgba(70, 74, 82, 0.28),
    0 22px 44px rgba(0, 0, 0, 0.34),
    0 6px 14px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    inset 1px 0 0 rgba(255, 255, 255, 0.28),
    inset -1px 0 0 rgba(0, 0, 0, 0.08);
  overflow: visible;
  -webkit-font-smoothing: antialiased;
}

/* Left: mute + volume (segmented rail) */
.ha-phone::before {
  content: "";
  position: absolute;
  left: -1.5px;
  top: 72px;
  width: 2px;
  height: 78px;
  border-radius: 1px 0 0 1px;
  background:
    linear-gradient(
      180deg,
      #c5c8ce 0 10px,
      transparent 10px 14px,
      #c5c8ce 14px 40px,
      transparent 40px 44px,
      #c5c8ce 44px 78px
    );
  box-shadow:
    -0.5px 0 0 rgba(255, 255, 255, 0.35),
    inset 0.5px 0 0 rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

/* Right: power */
.ha-phone::after {
  content: "";
  position: absolute;
  right: -1.5px;
  top: 112px;
  width: 2px;
  height: 40px;
  border-radius: 0 1px 1px 0;
  background: linear-gradient(180deg, #d5d7dc, #b0b4bc);
  box-shadow:
    0.5px 0 0 rgba(255, 255, 255, 0.3),
    inset -0.5px 0 0 rgba(0, 0, 0, 0.16);
  pointer-events: none;
}

.ha-phone-screen {
  position: relative;
  border-radius: calc(var(--ha-phone-radius) - 2.5px);
  overflow: hidden;
  background: #f7f5f1;
  height: 378px;
  display: flex;
  flex-direction: column;
  /* Hairline black display bezel (sample) */
  box-shadow:
    0 0 0 1.25px #14151a,
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.04);
  isolation: isolate;
}

/* Soft glass sheen */
.ha-phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background: linear-gradient(
    125deg,
    rgba(255, 255, 255, 0.14) 0%,
    rgba(255, 255, 255, 0.02) 32%,
    transparent 48%
  );
  mix-blend-mode: soft-light;
}

/* Compact Dynamic Island + speaker/camera cues */
.ha-phone-screen::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 8;
  width: 68px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 999px;
  background:
    radial-gradient(circle at 78% 50%, #2a4a66 0 2.2px, transparent 2.4px),
    linear-gradient(180deg, #151518, #050506);
  box-shadow:
    0 0 0 0.5px rgba(0, 0, 0, 0.55),
    inset 0 0.5px 0 rgba(255, 255, 255, 0.06),
    inset 18px 0 0 -12px rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.ha-phone.is-back {
  right: 0;
  top: 30px;
  transform: rotate(6deg);
  z-index: 1;
}

.ha-phone.is-front {
  left: 0;
  top: 0;
  transform: rotate(-4deg);
  z-index: 2;
}

.ha-phone-bar {
  display: flex;
  gap: 0.35rem;
  padding: 1.55rem 0.65rem 0.4rem;
  background: #fff;
  border-bottom: 1px solid rgba(12, 27, 51, 0.06);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--mp-muted);
}

.ha-phone-bar span.is-on {
  color: var(--mp-navy);
  border-bottom: 2px solid var(--mp-accent);
  padding-bottom: 0.15rem;
}

.ha-chat {
  flex: 1;
  padding: 0.7rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  background: linear-gradient(180deg, #fff, #f3efe8);
}

.ha-chat-bubble {
  max-width: 88%;
  padding: 0.45rem 0.55rem;
  border-radius: 12px;
  font-size: 0.68rem;
  line-height: 1.35;
  color: var(--mp-ink);
  background: #fff;
  border: 1px solid rgba(12, 27, 51, 0.06);
  box-shadow: 0 4px 10px rgba(12, 27, 51, 0.04);
}

.ha-chat-bubble.is-guest {
  align-self: flex-end;
  background: var(--mp-navy);
  color: #fff;
  border-color: transparent;
}

.ha-chat-bubble em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-size: 0.55rem;
  opacity: 0.65;
}

.ha-guide {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ha-guide-head {
  padding: 1.55rem 0.7rem 0.5rem;
  background: var(--mp-navy);
  color: #fff;
}

.ha-guide-head strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
}

.ha-guide-head span {
  font-size: 0.6rem;
  opacity: 0.7;
}

.ha-guide-search {
  margin: 0.45rem 0.65rem;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(12, 27, 51, 0.06);
  font-size: 0.62rem;
  color: var(--mp-muted);
}

.ha-guide-cards {
  flex: 1;
  overflow: hidden;
  padding: 0 0.55rem 0.55rem;
  display: grid;
  gap: 0.4rem;
}

.ha-guide-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 72px;
}

.ha-guide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-guide-card span {
  position: absolute;
  left: 0.45rem;
  bottom: 0.35rem;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.ha-home-hero {
  position: relative;
  height: 55%;
  overflow: hidden;
}

.ha-home-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-home-hero figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem 0.7rem 0.7rem;
  background: linear-gradient(transparent, rgba(12, 27, 51, 0.85));
  color: #fff;
}

.ha-home-hero figcaption span {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-accent);
  font-weight: 800;
}

.ha-home-hero figcaption strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 0.15rem;
}

.ha-home-body {
  flex: 1;
  padding: 0.55rem;
  display: grid;
  gap: 0.4rem;
  background: #fff;
}

.ha-home-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3rem;
}

.ha-home-actions span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--mp-muted);
  text-align: center;
}

.ha-home-actions i {
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.16);
  color: #8a6f2f;
  font-style: normal;
}

.ha-home-actions i svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ha-campaign {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 12%;
  z-index: 4;
  padding: 0.65rem;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(12, 27, 51, 0.2);
  border: 1px solid rgba(201, 169, 98, 0.35);
}

.ha-campaign strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--mp-navy);
}

.ha-campaign span {
  display: block;
  margin: 0.15rem 0 0.45rem;
  font-size: 0.58rem;
  color: var(--mp-muted);
}

.ha-campaign b {
  display: inline-block;
  padding: 0.3rem 0.55rem;
  border-radius: 6px;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
}

.ha-pwa-badges,
.ha-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

.ha-pwa-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 8px;
  background: #0c1b33;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(201, 169, 98, 0.35);
}

.ha-pwa-badge small {
  display: block;
  font-size: 0.55rem;
  font-weight: 600;
  opacity: 0.65;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ha-pwa-badge span {
  line-height: 1.2;
}

.ha-store-badge {
  display: block;
  height: 42px;
  width: auto;
  max-width: min(46vw, 160px);
}

.ha-store-badge img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.ha-stat-chip {
  position: absolute;
  z-index: 4;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(12, 27, 51, 0.14);
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--mp-navy);
  border: 1px solid rgba(12, 27, 51, 0.06);
}

.ha-stat-chip em {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.12rem 0.35rem;
  border-radius: 999px;
  background: rgba(80, 158, 47, 0.15);
  color: #3d7a22;
  font-style: normal;
  font-size: 0.58rem;
}

.ha-stat-chip.is-bl {
  bottom: 8%;
  left: 0;
}

.ha-code-chip {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 18%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: #0c1b33;
  color: #c9e4c0;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.55rem;
  line-height: 1.45;
  box-shadow: 0 12px 28px rgba(12, 27, 51, 0.25);
  max-width: 11rem;
}

/* Add-on feature cards */
.ha-addon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
  margin-top: 0.5rem;
}

.ha-addon-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--mp-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mp-line);
  box-shadow: var(--mp-shadow);
}

.ha-addon-head {
  padding: 1.25rem 1.25rem 1.1rem;
  background:
    radial-gradient(ellipse 80% 120% at 100% 0%, rgba(201, 169, 98, 0.28), transparent 55%),
    linear-gradient(145deg, #0c1b33, #152a4a);
  color: #fff;
}

.ha-addon-head svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: 0.65rem;
  color: var(--mp-accent);
}

.ha-addon-head h3 {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
}

.ha-addon-head p {
  margin: 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

.ha-addon-body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0.85rem;
  padding: 1.15rem 1.2rem 1.25rem;
  flex: 1;
  align-items: center;
}

.ha-addon-body.is-stack {
  grid-template-columns: 1fr;
}

.ha-addon-body .ha-check-list {
  margin: 0;
}

.ha-addon-body > p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--mp-muted);
}

.ha-addon-visual {
  border-radius: 12px;
  overflow: hidden;
  background: var(--mp-bg);
  min-height: 120px;
  position: relative;
}

.ha-addon-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 160px;
  max-height: 200px;
  object-fit: cover;
  object-position: center 35%;
}

.ha-addon-card.is-photo .ha-addon-body {
  grid-template-columns: 1fr 1.05fr;
  align-items: stretch;
}

.ha-addon-card.is-photo .ha-addon-visual {
  min-height: 0;
  align-self: stretch;
}

.ha-addon-card.is-photo .ha-addon-photo {
  max-height: none;
  min-height: 180px;
  height: 100%;
  border-radius: 12px;
}

.ha-addon-visual.is-loyalty {
  overflow: visible;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(12, 27, 51, 0.06), transparent 70%),
    #ece8e1;
  min-height: 230px;
  padding: 0.85rem 0.55rem 0.65rem;
}

.ha-loyalty-stack {
  position: relative;
  height: 214px;
  margin: 0 auto;
  max-width: 340px;
  filter: drop-shadow(0 14px 26px rgba(12, 27, 51, 0.18));
}

.ha-loyalty-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 86%;
  height: 102px;
  border-radius: 14px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 12px 24px rgba(12, 27, 51, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ha-loyalty-card::before {
  content: "";
  position: absolute;
  inset: 0 0 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='90' viewBox='0 0 160 90'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.22' stroke-width='0.8'%3E%3Cpath d='M8 70 L40 20 L72 62 L104 12 L136 58 L152 30'/%3E%3Cpath d='M20 78 L52 28 L84 66 L116 18 L148 54'/%3E%3Cpath d='M0 50 L32 10 L64 58 L96 8 L128 50 L160 18'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 160px 90px;
  background-repeat: no-repeat;
  background-position: 58% 42%;
  pointer-events: none;
  z-index: 0;
}

.ha-loyalty-card::after {
  content: "";
  position: absolute;
  inset: 0 0 28px;
  background: linear-gradient(120deg, rgba(255,255,255,0.22) 0%, transparent 45%, rgba(0,0,0,0.08) 100%);
  pointer-events: none;
  z-index: 0;
}

.ha-loyalty-body,
.ha-loyalty-foot {
  position: relative;
  z-index: 1;
}

.ha-loyalty-body {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.45rem;
  padding: 0.55rem 0.7rem 0.35rem;
  min-height: 0;
}

.ha-loyalty-meta {
  display: grid;
  gap: 0.05rem;
  min-width: 0;
}

.ha-loyalty-tier {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 1px 1px rgba(12, 27, 51, 0.18);
}

.ha-loyalty-guest {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.58rem;
  font-weight: 500;
  color: rgba(12, 27, 51, 0.78);
  line-height: 1.15;
}

.ha-loyalty-id {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.5rem;
  font-weight: 400;
  color: rgba(12, 27, 51, 0.55);
}

.ha-loyalty-brand-block {
  text-align: right;
  padding-top: 0.15rem;
  min-width: 0;
}

.ha-loyalty-brand {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0 1px 1px rgba(12, 27, 51, 0.16);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 8.5rem;
}

.ha-loyalty-sub {
  display: block;
  margin-top: 0.12rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(12, 27, 51, 0.72);
}

.ha-loyalty-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  height: 28px;
  padding: 0 0.65rem;
  background: rgba(245, 246, 248, 0.94);
  border-top: 1px solid rgba(12, 27, 51, 0.06);
}

.ha-loyalty-foot > span {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #3a4554;
  white-space: nowrap;
}

.ha-loyalty-progress {
  display: grid;
  gap: 0.18rem;
  justify-items: end;
  min-width: 5.5rem;
}

.ha-loyalty-progress em {
  font-style: normal;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #5c6675;
}

.ha-loyalty-progress i {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(12, 27, 51, 0.12);
  overflow: hidden;
}

.ha-loyalty-progress i b {
  display: block;
  width: var(--p, 30%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8a93a0, #5c6675);
}

.ha-loyalty-card.is-platinum {
  top: 4px;
  left: 14%;
  z-index: 1;
  transform: rotate(3deg);
  background: linear-gradient(145deg, #dfe4ea 0%, #c9d0d8 45%, #b7c0c8 100%);
}

.ha-loyalty-card.is-gold {
  top: 38px;
  left: 9%;
  z-index: 2;
  transform: rotate(1.5deg);
  background: linear-gradient(145deg, #d2b25a 0%, #c4a047 48%, #a8893f 100%);
}

.ha-loyalty-card.is-bronze {
  top: 72px;
  left: 4%;
  z-index: 3;
  transform: rotate(-0.5deg);
  background: linear-gradient(145deg, #d08a55 0%, #c4784a 48%, #a85f35 100%);
}

.ha-loyalty-card.is-silver {
  top: 106px;
  left: 0;
  z-index: 4;
  transform: rotate(-2deg);
  background: linear-gradient(145deg, #b7c2ce 0%, #9eacbb 48%, #8796a6 100%);
}

.ha-kiosk-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.ha-kiosk-pair div {
  display: grid;
  gap: 0.35rem;
  place-items: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
  border-radius: 10px;
  background: var(--mp-bg);
  border: 1px solid var(--mp-line);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--mp-navy);
}

.ha-kiosk-pair svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #8a6f2f;
}

.ha-addon-foot {
  padding: 0 1.2rem 1.15rem;
}

.ha-addon-cta {
  margin-top: 1.25rem;
  padding: clamp(1.35rem, 3vw, 1.75rem) 1.5rem;
  border-radius: var(--mp-radius);
  background:
    radial-gradient(ellipse 70% 100% at 50% 0%, rgba(201, 169, 98, 0.22), transparent 55%),
    linear-gradient(145deg, #0c1b33, #152a4a);
  color: #fff;
  text-align: center;
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.ha-addon-cta h3 {
  margin: 0;
  font-size: clamp(1.1rem, 2.4vw, 1.35rem);
  font-weight: 800;
  color: #fff;
  max-width: 36rem;
  line-height: 1.3;
}

.ha-addon-cta .mp-btn {
  min-width: 14rem;
}

.ha-mini-mods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.ha-mini-mod {
  padding: 0.95rem 0 0;
  border-top: 2px solid var(--mp-accent);
}

.ha-mini-mod h4 {
  margin: 0 0 0.3rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--mp-navy);
}

.ha-mini-mod p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--mp-muted);
}

/* Integrations wall */
.ha-integrations {
  padding: clamp(2.75rem, 6vw, 4.25rem) 0;
  border-bottom: 1px solid var(--mp-line);
  background:
    radial-gradient(ellipse 55% 50% at 50% 0%, rgba(201, 169, 98, 0.1), transparent 55%),
    linear-gradient(180deg, #fff 0%, var(--mp-bg) 100%);
}

.ha-integrations .mp-head {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
}

.ha-integrations .mp-head .mp-lead {
  margin-inline: auto;
}

.ha-integrations-media {
  margin: 1.5rem auto 0;
  max-width: 920px;
  border-radius: var(--mp-radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--mp-line);
  box-shadow: var(--mp-shadow-lg);
}

.ha-integrations-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1080 / 608;
  object-fit: contain;
  background: #fff;
}

.ha-integrations-note {
  margin: 1rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--mp-muted);
}

@media (max-width: 640px) {
  .ha-integrations {
    padding: 2.25rem 0;
  }

  .ha-integrations-media {
    margin-top: 1.15rem;
    border-radius: var(--mp-radius-sm);
  }
}

@media (max-width: 980px) {
  .ha-show-grid,
  .ha-show-grid.is-flip {
    grid-template-columns: 1fr;
  }

  .ha-show-grid.is-flip .ha-show-visual,
  .ha-show-grid.is-flip .ha-show-copy {
    order: initial;
  }

  .ha-show h2 {
    max-width: none;
  }

  .ha-stage {
    min-height: 360px;
    padding-bottom: 0.5rem;
  }

  .ha-phones {
    height: 440px;
  }

  .ha-addon-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ha-feats {
    grid-template-columns: 1fr;
  }

  .ha-addon-body,
  .ha-addon-card.is-photo .ha-addon-body {
    grid-template-columns: 1fr;
  }

  .ha-addon-card.is-photo .ha-addon-photo {
    min-height: 160px;
    max-height: 200px;
  }

  .ha-addon-visual.is-loyalty {
    min-height: 210px;
    padding: 0.7rem 0.4rem 0.55rem;
  }

  .ha-loyalty-stack {
    height: 198px;
  }

  .ha-loyalty-card {
    height: 94px;
    width: 88%;
  }

  .ha-loyalty-brand {
    font-size: 0.58rem;
    max-width: 7.5rem;
  }

  .ha-loyalty-guest {
    font-size: 0.54rem;
    font-weight: 500;
  }

  .ha-loyalty-card.is-platinum { top: 2px; left: 12%; }
  .ha-loyalty-card.is-gold { top: 34px; left: 8%; }
  .ha-loyalty-card.is-bronze { top: 66px; left: 4%; }
  .ha-loyalty-card.is-silver { top: 98px; left: 0; }

  .ha-mini-mods {
    grid-template-columns: 1fr;
  }

  .ha-phone {
    --ha-phone-radius: 30px;
    width: 168px;
    padding: 3px;
  }

  .ha-phone-screen {
    height: 328px;
  }

  .ha-phone-screen::before {
    width: 60px;
    height: 16px;
    top: 7px;
  }

  .ha-phones {
    width: min(100%, 340px);
    height: 400px;
  }

  .ha-phone.is-back {
    top: 18px;
    transform: rotate(4deg);
  }

  .ha-phone.is-front {
    transform: rotate(-3deg);
  }

  .ha-store-badges {
    margin-top: 1.75rem;
    gap: 0.65rem;
  }

  .ha-code-chip,
  .ha-stat-chip.is-bl {
    display: none;
  }

  .ha-float-a,
  .ha-float-c {
    display: none;
  }

  .ha-store-badge,
  .ha-store-badge img {
    height: 36px;
  }
}

/* AI concierge chat section */
.ha-ai {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--mp-line);
  background:
    radial-gradient(ellipse 50% 60% at 100% 20%, rgba(201, 169, 98, 0.16), transparent 55%),
    radial-gradient(ellipse 40% 50% at 0% 80%, rgba(12, 27, 51, 0.08), transparent 50%),
    linear-gradient(180deg, var(--mp-bg) 0%, #fff 70%);
  overflow: hidden;
}

.ha-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.ha-ai-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--mp-navy);
  max-width: 18ch;
}

.ha-ai-copy .ha-show-lead {
  margin-bottom: 1.25rem;
}

.ha-ai-stage {
  position: relative;
  padding: 1.25rem;
  border-radius: calc(var(--mp-radius) + 4px);
  background:
    linear-gradient(135deg, rgba(12, 27, 51, 0.92) 0%, rgba(26, 58, 92, 0.88) 55%, rgba(201, 169, 98, 0.55) 140%);
  box-shadow: var(--mp-shadow-lg);
  min-width: 0;
  overflow: hidden;
}

.ha-ai-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 85% 15%, rgba(201, 169, 98, 0.35), transparent 40%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.08), transparent 45%);
  pointer-events: none;
}

.ha-ai-card {
  position: relative;
  z-index: 1;
  padding: clamp(0.95rem, 2.5vw, 1.25rem);
  border-radius: var(--mp-radius);
  background: #fff;
  box-shadow: 0 18px 40px rgba(12, 27, 51, 0.18);
  min-width: 0;
  overflow: hidden;
}

.ha-thread {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 22rem;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

/* Visible by default (no-JS / before enhance). JS adds .is-ready then animates. */
.ha-thread-bubble {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: flex-end;
  max-width: 92%;
  width: fit-content;
  min-width: 0;
  box-sizing: border-box;
  opacity: 1;
  transform: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.ha-thread.is-ready .ha-thread-bubble {
  opacity: 0;
  transform: translateY(10px);
}

.ha-thread.is-ready .ha-thread-bubble.is-visible {
  opacity: 1;
  transform: none;
}

.ha-thread-bubble.is-out {
  margin-left: auto;
  grid-template-columns: minmax(0, 1fr) auto;
  max-width: 88%;
}

.ha-thread-bubble.is-out .ha-thread-avatar {
  order: 2;
}

.ha-thread-bubble.is-out .ha-thread-body {
  order: 1;
  background: var(--mp-navy);
  color: #fff;
  border-radius: 18px 18px 4px 18px;
}

.ha-thread-bubble.is-in .ha-thread-body {
  background: #f1eee8;
  color: var(--mp-ink);
  border-radius: 18px 18px 18px 4px;
}

.ha-thread-avatar {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.ha-thread-avatar.is-ai {
  background: linear-gradient(135deg, #c9a962, #a8893f);
  color: #0c1b33;
}

.ha-thread-avatar.is-guest {
  background: rgba(12, 27, 51, 0.1);
  color: var(--mp-navy);
}

.ha-thread-body {
  padding: 0.7rem 0.85rem;
  font-size: 0.9rem;
  line-height: 1.45;
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ha-thread-name {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 800;
  color: #8a6f2f;
  letter-spacing: 0.02em;
}

.ha-thread-bubble.is-out .ha-thread-name {
  color: #e8d5a3;
}

.ha-thread-body p {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ha-thread-word {
  opacity: 1;
  transition: opacity 0.12s ease;
}

.ha-thread.is-ready .ha-thread-word {
  opacity: 0;
}

.ha-thread.is-ready .ha-thread-word.is-on {
  opacity: 1;
}

@media (max-width: 900px) {
  .ha-ai-grid {
    grid-template-columns: 1fr;
  }

  .ha-ai-copy h2 {
    max-width: none;
  }

  .ha-thread {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .ha-ai-stage {
    padding: 0.75rem;
  }

  .ha-ai-card {
    padding: 0.85rem;
  }

  .ha-thread-body {
    font-size: 0.86rem;
    padding: 0.6rem 0.7rem;
  }

  .ha-thread-bubble.is-in {
    max-width: 100%;
  }

  .ha-thread-bubble.is-out {
    max-width: 92%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ha-thread.is-ready .ha-thread-bubble,
  .ha-thread-bubble {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .ha-thread.is-ready .ha-thread-word,
  .ha-thread-word {
    opacity: 1;
  }
}

/* Native guest journey trio */
.ha-native {
  padding: clamp(3rem, 7vw, 5rem) 0;
  border-bottom: 1px solid var(--mp-line);
  background: #fff;
  overflow: hidden;
}

.ha-native-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.ha-native-copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3.4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--mp-navy);
  max-width: 16ch;
}

.ha-include {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin: 0;
  padding: 1rem 1.1rem;
  border-radius: 0 var(--mp-radius-sm) var(--mp-radius-sm) 0;
  border-left: 3px solid var(--mp-accent);
  background: rgba(201, 169, 98, 0.12);
}

.ha-include-ico {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 6px;
  background: var(--mp-navy);
  color: #fff;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.ha-include-ico svg {
  width: 0.85rem;
  height: 0.85rem;
}

.ha-include strong {
  display: block;
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--mp-navy);
}

.ha-include p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: var(--mp-muted);
}

.ha-trio {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0.55rem;
  min-height: 380px;
  padding: 0.5rem 0 0;
}

.ha-trio-phone {
  --ha-trio-rim: 3.5px;
  --ha-trio-r: 24px;
  position: relative;
  width: min(32%, 168px);
  border-radius: var(--ha-trio-r);
  background:
    linear-gradient(155deg, #c9ced6 0%, #8e96a3 28%, #5c6574 55%, #3a4250 78%, #2a3140 100%);
  padding: var(--ha-trio-rim);
  box-shadow:
    0 22px 40px rgba(12, 27, 51, 0.2),
    0 8px 16px rgba(12, 27, 51, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -1px 0 rgba(0, 0, 0, 0.28);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.ha-trio-phone::before {
  content: "";
  position: absolute;
  top: calc(var(--ha-trio-rim) + 7px);
  left: 50%;
  z-index: 4;
  width: 28%;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.ha-trio-phone:nth-child(1) {
  transform: translateY(18px) rotate(-6deg);
  z-index: 1;
}

.ha-trio-phone:nth-child(2) {
  --ha-trio-r: 26px;
  width: min(36%, 186px);
  transform: translateY(0);
  z-index: 3;
}

.ha-trio-phone:nth-child(2)::before {
  height: 10px;
  width: 30%;
}

.ha-trio-phone:nth-child(3) {
  transform: translateY(18px) rotate(6deg);
  z-index: 2;
}

.ha-trio-screen {
  border-radius: calc(var(--ha-trio-r) - var(--ha-trio-rim) - 1px);
  overflow: hidden;
  background: #f7f5f1;
  height: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow:
    0 0 0 1.25px #0a0a0a,
    inset 0 0 0 0.5px rgba(255, 255, 255, 0.12);
}

.ha-trio-phone:nth-child(2) .ha-trio-screen {
  height: 360px;
}

.ha-trio-hero {
  position: relative;
  flex: 1;
  min-height: 0;
}

.ha-trio-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-trio-hero-fade {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem 0.65rem 0.85rem;
  background:
    linear-gradient(180deg, rgba(12, 27, 51, 0.35) 0%, transparent 35%, transparent 55%, rgba(12, 27, 51, 0.55) 100%);
  color: #fff;
  text-align: center;
}

.ha-trio-hero-fade span {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mp-accent);
}

.ha-trio-hero-fade strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 800;
}

.ha-trio-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: 100%;
  margin-top: auto;
  padding: 0.48rem 0.55rem;
  border-radius: 999px;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.6rem;
  font-weight: 750;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(12, 27, 51, 0.28);
}

.ha-trio-cta svg {
  width: 0.78rem;
  height: 0.78rem;
  flex-shrink: 0;
}

.ha-trio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0 0 0.55rem;
}

.ha-trio-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.18rem 0.4rem;
  border-radius: 999px;
  background: rgba(12, 27, 51, 0.06);
  color: var(--mp-navy);
  font-size: 0.5rem;
  font-weight: 750;
}

.ha-trio-chip.is-gold {
  background: rgba(201, 162, 39, 0.16);
  color: #8a6a12;
}

.ha-trio-item time,
.ha-trio-item .ha-trio-item-time {
  margin-left: auto;
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--mp-muted);
  white-space: nowrap;
}

.ha-trio-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.1rem;
  padding: 0.35rem 0.2rem 0.4rem;
  background: #fff;
  border-top: 1px solid rgba(12, 27, 51, 0.06);
}

.ha-trio-nav span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.12rem;
  font-size: 0.42rem;
  font-weight: 700;
  color: var(--mp-muted);
  text-align: center;
  line-height: 1.1;
}

.ha-trio-nav span.is-on {
  color: var(--mp-navy);
}

.ha-trio-nav svg {
  width: 0.78rem;
  height: 0.78rem;
}

.ha-trio-list {
  flex: 1;
  padding: 0.55rem 0.55rem 0.4rem;
  overflow: hidden;
  background: #fff;
}

.ha-trio-list-head {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 0.55rem;
  padding: 0.4rem 0.5rem;
  border-radius: 8px;
  background: rgba(12, 27, 51, 0.05);
  font-size: 0.62rem;
  color: var(--mp-muted);
}

.ha-trio-list-head svg {
  width: 0.7rem;
  height: 0.7rem;
}

.ha-trio-list p {
  margin: 0 0 0.45rem;
  font-size: 0.62rem;
  line-height: 1.35;
  color: var(--mp-ink-2);
  font-weight: 650;
}

.ha-trio-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(12, 27, 51, 0.06);
  font-size: 0.68rem;
  font-weight: 750;
  color: var(--mp-navy);
}

.ha-trio-item svg {
  width: 0.75rem;
  height: 0.75rem;
  color: #8a6f2f;
  flex-shrink: 0;
}

.ha-trio-near {
  margin-top: 0.55rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 72px;
}

.ha-trio-near img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-trio-near span {
  position: absolute;
  left: 0.45rem;
  bottom: 0.35rem;
  font-size: 0.58rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.ha-trio-map {
  flex: 1;
  position: relative;
  background:
    radial-gradient(circle at 30% 40%, rgba(80, 158, 47, 0.25), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(201, 169, 98, 0.2), transparent 42%),
    linear-gradient(160deg, #dfe8d8 0%, #c5d4b8 45%, #b7c9a8 100%);
  overflow: hidden;
}

.ha-trio-map-title {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  right: 0.55rem;
  z-index: 2;
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--mp-navy);
  text-align: center;
  box-shadow: 0 4px 12px rgba(12, 27, 51, 0.08);
}

.ha-trio-pin {
  position: absolute;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 999px;
  background: var(--mp-navy);
  color: #fff;
  font-size: 0.52rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 10px rgba(12, 27, 51, 0.25);
  border: 2px solid #fff;
}

.ha-trio-pin.is-gold {
  background: #c9a962;
  color: #0c1b33;
}

.ha-trio-map img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  mix-blend-mode: multiply;
}

@media (max-width: 980px) {
  .ha-native-grid {
    grid-template-columns: 1fr;
  }

  .ha-native-copy {
    order: 1;
  }

  .ha-native-visual {
    order: 2;
  }

  .ha-native-copy h2 {
    max-width: none;
  }

  .ha-trio {
    min-height: 320px;
  }

  .ha-trio-screen {
    height: 280px;
  }

  .ha-trio-phone:nth-child(2) .ha-trio-screen {
    height: 300px;
  }
}

@media (max-width: 560px) {
  .ha-trio {
    gap: 0.35rem;
    min-height: 0;
    align-items: stretch;
  }

  .ha-trio-phone,
  .ha-trio-phone:nth-child(2) {
    width: 31%;
  }

  .ha-trio-phone:nth-child(1),
  .ha-trio-phone:nth-child(3) {
    transform: translateY(10px) rotate(-4deg);
  }

  .ha-trio-phone:nth-child(3) {
    transform: translateY(10px) rotate(4deg);
  }

  .ha-trio-phone:nth-child(2) {
    transform: none;
  }

  .ha-trio-screen,
  .ha-trio-phone:nth-child(2) .ha-trio-screen {
    height: 240px;
  }

  .ha-trio-nav span {
    font-size: 0;
    gap: 0;
  }

  .ha-trio-nav svg {
    width: 0.85rem;
    height: 0.85rem;
  }

  .ha-trio-cta {
    font-size: 0.48rem;
    padding: 0.35rem 0.4rem;
  }

  .ha-trio-phone::before {
    height: 7px;
    top: calc(var(--ha-trio-rim) + 5px);
  }

  .ha-trio-list p,
  .ha-trio-item {
    font-size: 0.55rem;
  }

  .ha-trio-near {
    height: 48px;
  }
}

/* Why-section product collage */
.ha-story-visual.ha-story-collage {
  aspect-ratio: auto;
  max-height: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  background: transparent;
  gap: 0.9rem;
}

.ha-collage {
  position: relative;
  width: min(100%, 420px);
  height: 420px;
  margin: 0 auto;
}

.ha-collage-stage {
  position: absolute;
  inset: 8% 4% 4%;
  border-radius: 28px;
  background:
    radial-gradient(ellipse 70% 55% at 70% 20%, rgba(201, 169, 98, 0.22), transparent 55%),
    linear-gradient(160deg, #0c1b33 0%, #152a4a 100%);
  box-shadow: 0 24px 48px rgba(12, 27, 51, 0.22);
}

.ha-collage-inset {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 5;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #fff;
  box-shadow: 0 12px 28px rgba(12, 27, 51, 0.28);
}

.ha-collage-inset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-collage-phone {
  position: absolute;
  border-radius: 22px;
  background: #0a1424;
  padding: 6px;
  box-shadow:
    0 18px 40px rgba(12, 27, 51, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
  overflow: hidden;
}

.ha-collage-phone.is-home {
  width: 168px;
  left: 6%;
  top: 10%;
  z-index: 2;
  transform: rotate(-4deg);
}

.ha-collage-phone.is-list {
  width: 156px;
  right: 10%;
  top: 14%;
  z-index: 1;
  transform: rotate(5deg);
}

.ha-collage-phone.is-concierge {
  width: 178px;
  left: 28%;
  bottom: 2%;
  z-index: 4;
  transform: rotate(12deg);
}

.ha-collage-screen {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  height: 300px;
  display: flex;
  flex-direction: column;
}

.ha-collage-phone.is-list .ha-collage-screen {
  height: 280px;
}

.ha-collage-phone.is-concierge .ha-collage-screen {
  height: 290px;
}

.ha-collage-brand {
  padding: 0.45rem 0.5rem 0.25rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-navy);
  background: #fff;
}

.ha-collage-hero {
  height: 42%;
  overflow: hidden;
}

.ha-collage-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ha-collage-welcome {
  flex: 1;
  padding: 0.45rem 0.5rem 0.3rem;
  background: #fff;
}

.ha-collage-welcome strong {
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--mp-navy);
  margin-bottom: 0.35rem;
}

.ha-collage-quick {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
  margin-bottom: 0.35rem;
}

.ha-collage-quick span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.42rem;
  font-weight: 700;
  color: var(--mp-muted);
  text-align: center;
}

.ha-collage-quick i {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(201, 169, 98, 0.18);
  border: 1px solid rgba(201, 169, 98, 0.35);
}

.ha-collage-welcome em {
  display: block;
  font-style: normal;
  font-size: 0.52rem;
  color: var(--mp-muted);
  padding: 0.3rem 0.35rem;
  border-radius: 6px;
  background: rgba(12, 27, 51, 0.04);
}

.ha-collage-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.1rem;
  padding: 0.3rem 0.2rem 0.35rem;
  background: #fff;
  border-top: 1px solid rgba(12, 27, 51, 0.06);
}

.ha-collage-tabs span {
  font-size: 0.42rem;
  font-weight: 700;
  text-align: center;
  color: var(--mp-muted);
}

.ha-collage-tabs span.is-on {
  color: var(--mp-navy);
}

.ha-collage-tabs.is-dark {
  background: #0c1b33;
  border-top-color: rgba(255, 255, 255, 0.08);
}

.ha-collage-tabs.is-dark span {
  color: rgba(255, 255, 255, 0.55);
}

.ha-collage-tabs.is-dark span.is-on {
  color: var(--mp-accent);
}

.ha-collage-screen.is-light {
  background: #fff;
}

.ha-collage-list-head {
  padding: 0.7rem 0.65rem 0.45rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--mp-navy);
}

.ha-collage-list {
  list-style: none;
  margin: 0;
  padding: 0 0.45rem;
}

.ha-collage-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.48rem 0.35rem;
  border-bottom: 1px solid rgba(12, 27, 51, 0.06);
  font-size: 0.62rem;
  font-weight: 700;
  color: var(--mp-navy);
}

.ha-collage-list li::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid var(--mp-accent);
  border-bottom: 1.5px solid var(--mp-accent);
  transform: rotate(-45deg);
  opacity: 0.8;
}

.ha-collage-concierge-head {
  padding: 0.65rem 0.65rem 0.5rem;
  background: var(--mp-navy);
  color: #fff;
}

.ha-collage-concierge-head span {
  display: block;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mp-accent);
}

.ha-collage-concierge-head strong {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.92rem;
  font-weight: 800;
}

.ha-collage-tiles {
  flex: 1;
  display: grid;
  gap: 0.35rem;
  padding: 0.4rem;
  background: #f4f1ea;
  min-height: 0;
}

.ha-collage-tile {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 52px;
}

.ha-collage-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.ha-collage-tile span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 52px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
  background: linear-gradient(90deg, rgba(12, 27, 51, 0.45), rgba(12, 27, 51, 0.15));
}

.ha-story-collage > figcaption {
  text-align: center;
  padding: 0 0.5rem;
}

.ha-story-collage > figcaption span {
  display: block;
  color: var(--mp-accent);
  font-size: 0.78rem;
  font-weight: 750;
}

.ha-story-collage > figcaption strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--mp-navy);
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .ha-story-visual.ha-story-collage {
    order: -1;
  }

  .ha-collage {
    width: min(100%, 360px);
    height: 360px;
  }

  .ha-collage-phone.is-home {
    width: 148px;
  }

  .ha-collage-phone.is-list {
    width: 136px;
  }

  .ha-collage-phone.is-concierge {
    width: 156px;
  }

  .ha-collage-screen,
  .ha-collage-phone.is-list .ha-collage-screen,
  .ha-collage-phone.is-concierge .ha-collage-screen {
    height: 250px;
  }

  .ha-collage-inset {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 560px) {
  .ha-collage {
    width: min(100%, 300px);
    height: 300px;
  }

  .ha-collage-phone.is-home {
    width: 118px;
    left: 4%;
  }

  .ha-collage-phone.is-list {
    width: 110px;
    right: 6%;
  }

  .ha-collage-phone.is-concierge {
    width: 128px;
    left: 26%;
    transform: rotate(10deg);
  }

  .ha-collage-screen,
  .ha-collage-phone.is-list .ha-collage-screen,
  .ha-collage-phone.is-concierge .ha-collage-screen {
    height: 200px;
  }

  .ha-collage-inset {
    width: 64px;
    height: 64px;
  }

  .ha-collage-quick span,
  .ha-collage-tabs span {
    font-size: 0;
  }

  .ha-collage-quick i {
    width: 1.1rem;
    height: 1.1rem;
  }

  .ha-collage-list li {
    font-size: 0.52rem;
    padding: 0.35rem 0.25rem;
  }
}
