.account-main { max-width: 420px; }
.account-wide { max-width: 800px; }
.account-card { background: #fff; border: 1px solid var(--border, #dde3dd); border-radius: 6px; padding: 1.5rem; }

.checkout-progress {
  margin: 0 0 1.1rem;
  padding: 0.65rem 0.75rem;
  background: #eef2f7;
  border: 1px solid var(--border, #dde3dd);
  border-radius: 8px;
  border-left: 4px solid var(--accent, #e87722);
}

.checkout-progress__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.checkout-progress__step {
  flex: 1;
  min-width: 6.5rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--muted, #5c5c5c);
}

.checkout-progress__step a,
.checkout-progress__step span {
  display: block;
  padding: 0.45rem 0.5rem;
  border-radius: 4px;
  text-decoration: none;
  color: inherit;
}

.checkout-progress__step a:hover {
  color: var(--primary, #003366);
  background: #fff;
}

.checkout-progress__step a:focus-visible,
.checkout-progress__step span:focus-visible,
.account-card a:focus-visible,
.account-card button:focus-visible,
.account-hub-nav a:focus-visible {
  outline: 2px solid var(--primary, #003366);
  outline-offset: 2px;
}

.checkout-progress__step.is-current span {
  color: #fff;
  background: var(--primary, #003366);
}

.checkout-next-hint {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.75rem;
  background: #fff8f0;
  border: 1px solid #f0d2b0;
  border-radius: 6px;
  font-size: 0.92rem;
}

.account-card .btn,
.fulfillment-option .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  background: var(--accent, #e87722);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 700;
  border: 0;
}

.account-card .btn:hover,
.fulfillment-option .btn:hover {
  filter: brightness(1.06);
  color: #fff;
  text-decoration: none;
}

.account-card button.btn-secondary {
  background: var(--primary, #003366);
}

.account-hub-nav {
  display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0 0 1.25rem; padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border, #dde3dd);
}
.account-hub-nav a {
  text-decoration: none; color: var(--primary, #003366); font-size: 0.9rem; font-weight: 600;
  padding: 0.35rem 0.65rem; border-radius: 4px; border: 1px solid transparent;
}
.account-hub-nav a:hover { background: #f4f7f4; }
.account-hub-nav a.is-active { background: var(--primary, #003366); color: #fff; }

.account-section {
  margin: 1.75rem 0 0; padding-top: 1.25rem;
  border-top: 1px solid var(--border, #dde3dd);
}
.account-section:first-of-type { border-top: 0; padding-top: 0; }
.account-section h2 { margin: 0 0 0.5rem; font-size: 1.15rem; color: var(--primary, #003366); }

.account-table { width: 100%; border-collapse: collapse; margin: 0.5rem 0 1rem; }
.account-table th, .account-table td { text-align: left; padding: 0.4rem 0.35rem; border-bottom: 1px solid var(--border, #dde3dd); vertical-align: top; }
.account-btn { display: inline-block; margin: 0.25rem 0.35rem 0.25rem 0; padding: 0.45rem 0.75rem; border: 1px solid var(--border, #dde3dd); border-radius: 6px; text-decoration: none; color: inherit; }

.account-form button { width: auto; min-width: 10rem; }
.account-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.account-grid3 { display: grid; grid-template-columns: 1.4fr 0.7fr 0.7fr; gap: 0.75rem; }
@media (max-width: 640px) {
  .account-grid2, .account-grid3 { grid-template-columns: 1fr; }
}

.account-check {
  display: flex !important; align-items: flex-start; gap: 0.5rem; font-weight: 500 !important;
  margin-top: 0.65rem !important;
}
.account-check input { width: auto !important; margin: 0.2rem 0 0 !important; }

.account-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; margin-top: 0.75rem; }
.account-table th, .account-table td {
  text-align: left; padding: 0.5rem 0.4rem; border-bottom: 1px solid var(--border, #dde3dd);
  vertical-align: top;
}
.account-table th { font-size: 0.8rem; color: var(--muted, #5c5c5c); }
.account-rewards-balance { font-size: 1.35rem; margin: 0.35rem 0; }
.account-link-btn {
  display: inline-block; margin-top: 0.75rem; padding: 0.5rem 0.85rem;
  background: #f4f7f4; border: 1px solid var(--border, #dde3dd); border-radius: 4px;
  text-decoration: none; color: var(--primary, #003366); font-weight: 600;
}
.account-vehicle-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.account-vehicle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 2.75rem;
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border, #dde3dd);
}
.account-vehicle-remove {
  margin: 0;
}
.account-btn-quiet {
  min-width: auto !important;
  background: transparent;
  border: 1px solid var(--border, #dde3dd);
  color: var(--primary, #003366);
  border-radius: 4px;
  padding: 0.35rem 0.65rem;
  font-weight: 600;
}

.login-mascot { width: 72px; height: 72px; margin: 0 auto 1rem; display: block; object-fit: contain; }
.account-card h1 { margin: 0 0 0.5rem; font-size: 1.4rem; color: var(--primary, #003366); }
.account-tabs { display: flex; gap: 0.5rem; margin-bottom: 1.25rem; }
.account-tabs a {
  flex: 1; text-align: center; padding: 0.5rem; border-radius: 4px;
  text-decoration: none; color: var(--primary, #003366); border: 1px solid var(--border, #dde3dd);
}
.account-tabs a.active { background: var(--primary, #003366); color: #fff; }

.account-page-tabs {
  display: flex;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  padding: 0.25rem;
  background: #f4f7f4;
  border-radius: 8px;
  border: 1px solid var(--border, #dde3dd);
}
.account-page-tabs a {
  flex: 1;
  text-align: center;
  padding: 0.55rem 0.75rem;
  border-radius: 6px;
  text-decoration: none;
  color: var(--primary, #003366);
  font-weight: 700;
  font-size: 0.95rem;
}
.account-page-tabs a:hover { background: #fff; }
.account-page-tabs a.is-active {
  background: var(--primary, #003366);
  color: #fff;
}

.gp-prefs { margin-top: 0.75rem; }
.gp-group {
  margin: 0 0 1.1rem;
  padding: 0.85rem 1rem 1rem;
  border: 1px solid var(--border, #dde3dd);
  border-radius: 8px;
  background: #fafcfa;
}
.gp-group legend {
  padding: 0 0.35rem;
  font-weight: 700;
  color: var(--primary, #003366);
}
.gp-group-hint { margin: 0.15rem 0 0.65rem !important; }
.gp-field {
  display: block;
  margin-top: 0.65rem;
  font-weight: 600;
}
.gp-field select,
.gp-field textarea {
  width: 100%;
  max-width: 28rem;
  margin-top: 0.3rem;
  padding: 0.45rem 0.5rem;
  box-sizing: border-box;
  font-weight: 500;
}
.gp-prefs--compact .gp-group {
  padding: 0.65rem 0.75rem 0.85rem;
  margin-bottom: 0.75rem;
}
.gp-picker-prefs {
  margin: 0.75rem 0;
  padding: 0.75rem 0.9rem;
  border: 1px solid #c5d4c8;
  border-radius: 8px;
  background: #f3faf5;
}
.gp-picker-prefs h4 {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
  color: #1b5e20;
}
.gp-picker-group + .gp-picker-group { margin-top: 0.75rem; }
.gp-picker-prefs ul {
  margin: 0;
  padding-left: 1.1rem;
}
.gp-picker-prefs li { margin: 0.2rem 0; }
.account-card label { display: block; margin-top: 0.75rem; font-weight: 600; }
.account-card input, .account-card select { width: 100%; padding: 0.5rem; margin-top: 0.25rem; box-sizing: border-box; }
.account-card button { margin-top: 1rem; width: 100%; padding: 0.65rem; background: var(--primary, #003366); color: #fff; border: 0; border-radius: 4px; cursor: pointer; font-size: 1rem; }
.account-error { background: #ffebee; color: #b71c1c; padding: 0.75rem; border-radius: 4px; margin-bottom: 1rem; }
.account-ok { background: #e8f5e9; color: #1b5e20; padding: 0.75rem; border-radius: 4px; margin-bottom: 1rem; }
.account-back { margin-top: 1.5rem; text-align: center; }
.account-hint { color: var(--muted, #5c5c5c); font-size: 0.9rem; }

.list-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; margin-bottom: 1rem; flex-wrap: wrap; }
.list-stats { background: #f4f7f4; padding: 0.5rem 0.75rem; border-radius: 4px; font-size: 0.9rem; white-space: nowrap; }
.list-overview { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.list-overview-item { border-bottom: 1px solid var(--border, #dde3dd); }
.list-overview-link { display: block; padding: 0.85rem 0; text-decoration: none; color: inherit; }
.list-overview-link:hover strong { color: var(--primary, #003366); }
.list-overview-meta { display: block; font-size: 0.85rem; color: var(--muted, #5c5c5c); margin-top: 0.2rem; }

.shopping-list { list-style: none; padding: 0; margin: 0 0 1.5rem; }
.shopping-list-item {
  display: flex; align-items: flex-start; gap: 0.5rem; padding: 0.65rem 0;
  border-bottom: 1px solid var(--border, #dde3dd);
}
.shopping-list-item.is-checked .list-item-name { text-decoration: line-through; color: var(--muted, #5c5c5c); }
.list-item-check, .list-item-delete { margin: 0; flex-shrink: 0; }
.list-check-btn, .list-delete-btn {
  width: 2rem; height: 2rem; margin-top: 0; padding: 0; border: 1px solid var(--border, #dde3dd);
  border-radius: 6px; background: #fff; cursor: pointer; font-size: 1rem; line-height: 1;
}
.list-check-btn:hover { background: #e8f5e9; }
.list-delete-btn { color: #b71c1c; }
.list-delete-btn:hover { background: #ffebee; }
.list-clear-all { margin: 1rem 0 1.5rem; }
.list-clear-btn {
  width: auto; min-width: 0; margin-top: 0; padding: 0.45rem 0.85rem;
  background: #fff; color: #b71c1c; border: 1px solid #ef9a9a; font-size: 0.9rem;
}
.list-clear-btn:hover { background: #ffebee; }
.list-item-body { flex: 1; min-width: 0; display: flex; flex-wrap: wrap; gap: 0.35rem 0.75rem; align-items: baseline; }
.list-item-name { font-weight: 600; }
.list-item-qty, .list-item-loc, .list-item-price { font-size: 0.85rem; color: var(--muted, #5c5c5c); }

.list-add-section h2 { font-size: 1.1rem; margin: 1.25rem 0 0.5rem; color: var(--primary, #003366); }
.list-search-form { display: flex; gap: 0.5rem; margin-bottom: 0.75rem; }
.list-search-form .list-search-input { flex: 1; margin: 0; }
.list-search-form button { width: auto; margin: 0; padding: 0.5rem 1rem; }
.list-search-results { list-style: none; padding: 0; margin: 0 0 1rem; }
.list-search-item {
  display: flex; justify-content: space-between; align-items: center; gap: 0.75rem;
  padding: 0.5rem 0; border-bottom: 1px solid var(--border, #dde3dd);
}
.list-add-btn { width: auto; margin: 0; padding: 0.35rem 0.75rem; font-size: 0.9rem; }
.list-custom-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.list-custom-form button { width: auto; }

.route-section { margin-bottom: 1.25rem; padding: 1rem; background: #f4f7f4; border-radius: 10px; border: 1px solid var(--border, #dde3dd); }
.route-section h2 { margin: 0 0 0.75rem; font-size: 1.1rem; color: var(--primary, #003366); }

.list-modes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

@media (max-width: 640px) {
  .list-modes__grid {
    grid-template-columns: 1fr;
  }
}

.mode-card {
  margin: 0 !important;
  padding: 0.9rem 1rem !important;
  border-radius: 8px !important;
  background: #fff;
}

.mode-card--assist { border-left: 4px solid var(--primary, #003366) !important; }

.mode-card--concierge { border-left: 4px solid var(--accent, #e87722) !important; }

.mode-card.is-selected {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary, #003366) 35%, transparent);
}

.list-modes__hint {
  margin: 0.85rem 0 0;
}

/* Full-width route map under the two choice cards (not inside a column) */
.list-route-panel {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border, #dde3dd);
  width: 100%;
}

.list-route-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
}

.list-route-panel__title {
  margin: 0;
  font-size: 1.05rem;
  color: var(--primary, #003366);
}

.route-map-embed--full {
  width: 100%;
  max-width: none;
}

.list-route-panel .route-map-viewport {
  max-height: min(85vh, 900px);
  width: 100%;
}

.mode-card__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted, #5c5c5c);
}

.mode-card__powered {
  margin: 0 0 0.45rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--primary, #003366);
  line-height: 1.3;
}

.account-card .btn.btn-secondary,
.fulfillment-option .btn.btn-secondary {
  background: var(--primary, #003366);
  margin-right: 0.35rem;
}
.route-plan-form { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: flex-end; margin-bottom: 0.75rem; }
.route-plan-form label { margin: 0; }
.route-plan-form select { width: auto; min-width: 200px; }
.route-plan-form button { width: auto; margin: 0; }
.route-stops { margin: 0.5rem 0 0; padding-left: 1.25rem; }
.route-stops ul { margin: 0.25rem 0 0.5rem; padding-left: 1rem; }
.route-meta { margin: 0.5rem 0; }
.route-map-embed { margin: 0.75rem 0; max-width: 100%; }
.route-legend-hint { font-size: 0.82rem; color: var(--muted, #5c5c5c); margin: 0.35rem 0 0.75rem; }

.route-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.85rem;
  background: var(--card, #fff);
  border: 1px solid var(--border, #dde3dd);
  border-radius: 6px;
  font-size: 0.82rem;
  color: var(--muted, #5c5c5c);
}

.route-map-legend strong { color: var(--text, #1a1a1a); margin-right: 0.35rem; }

.route-map-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--text, #1a1a1a);
  font-weight: 600;
}

.route-map-swatch {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}
.route-stops-details { margin-top: 0.5rem; }
.route-stops-details summary { cursor: pointer; font-weight: 600; color: var(--primary, #003366); margin-bottom: 0.5rem; }

/* Concierge associate identity + shopper trust */
.concierge-promise {
  margin: 0.75rem 0 0;
  padding: 0.75rem 0.85rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.concierge-promise--order {
  margin: 0 0 1.15rem;
  border-left: 4px solid var(--accent, #e87722);
  background: #fffaf5;
}

.concierge-promise__title {
  margin: 0 0 0.4rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--primary, #003366);
}

.concierge-promise ul {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.45;
}

.concierge-promise li {
  margin: 0.2rem 0;
}

.concierge-card__intro {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  line-height: 1.45;
}

.concierge-goals {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.concierge-goals li {
  margin: 0.2rem 0;
}

.concierge-trust-strip {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--border, #dde3dd);
  border-left: 4px solid var(--accent, #e87722);
  background: #fffaf5;
}

.concierge-trust-strip__title {
  margin: 0 0 0.35rem;
  font-size: 0.95rem;
}

.concierge-trust-strip p {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  line-height: 1.45;
}

.concierge-card {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin: 1.15rem 0;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  border: 1px solid var(--border, #dde3dd);
  background: linear-gradient(135deg, #f7faf8 0%, #fff 55%);
  border-left: 4px solid var(--primary, #003366);
}

.concierge-card__badge {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary, #003366);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.concierge-card__badge--waiting {
  background: #8a93a3;
  font-size: 1.25rem;
}

.concierge-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.concierge-card__label {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted, #5c5c5c);
}

.concierge-card__name {
  margin: 0.2rem 0 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--primary, #003366);
}

.concierge-card__cert {
  margin: 0 0 0.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--accent, #2a7a4b);
}

.concierge-card__specs {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  color: var(--muted, #5a6478);
}

.concierge-card__promise {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--text, #1a1a1a);
}

.concierge-item-list {
  list-style: none;
  margin: 0.5rem 0 1rem;
  padding: 0;
}

.concierge-item {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px solid var(--border, #e6ebe6);
}

.concierge-item__name {
  font-weight: 600;
}

.concierge-item-status {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #eef2f7;
  color: #334;
}

.concierge-item-status--found {
  background: #e6f4ea;
  color: #1b5e20;
}

.concierge-item-status--proposed {
  background: #fff3e0;
  color: #e65100;
}

.concierge-item-status--substituted {
  background: #e3f2fd;
  color: #0d47a1;
}

.concierge-item-status--refunded,
.concierge-item-status--skipped {
  background: #fce8e6;
  color: #b71c1c;
}

.concierge-item-status--rejected {
  background: #f3e5f5;
  color: #6a1b9a;
}

/* Buyer demo walkthrough coach */
.wt-coach {
  margin: 0 0 1.25rem;
  padding: 1rem 1.15rem;
  border: 2px solid #1b5e20;
  border-radius: 10px;
  background: linear-gradient(180deg, #f3faf4 0%, #eef6f0 100%);
  box-shadow: 0 4px 18px rgba(27, 94, 32, 0.08);
}
.wt-coach--admin { margin-bottom: 1rem; }
.wt-coach__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2e7d32;
}
.wt-coach__steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0 0 0.85rem;
  padding: 0;
}
.wt-coach__step {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #5a6570;
  background: #e4ebe6;
}
.wt-coach__step.is-done { color: #1b5e20; background: #c8e6c9; }
.wt-coach__step.is-active {
  color: #fff;
  background: #1b5e20;
}
.wt-coach__num {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.12);
}
.wt-coach__step.is-active .wt-coach__num { background: rgba(255, 255, 255, 0.25); }
.wt-coach__title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
  color: #1a2332;
}
.wt-coach__body {
  margin: 0;
  color: #334;
  line-height: 1.45;
}
.wt-coach__actions {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.wt-fill-btn,
button.wt-fill-btn,
a.wt-fill-btn {
  display: inline-block;
  padding: 0.7rem 1.15rem !important;
  border: none !important;
  border-radius: 8px !important;
  background: #1b5e20 !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  text-decoration: none !important;
  cursor: pointer;
}
.wt-fill-btn:hover,
button.wt-fill-btn:hover,
a.wt-fill-btn:hover {
  background: #145218 !important;
  color: #fff !important;
}
.wt-fill-form { margin: 0; }
.wt-highlight {
  outline: 3px solid #2e7d32;
  outline-offset: 3px;
  border-radius: 10px;
}
.wt-pay-box {
  margin: 1rem 0;
  padding: 1rem;
  border: 2px dashed #2e7d32;
  border-radius: 10px;
  background: #f7faf8;
}

.account-property {
  --st-paper: #f7f4ee;
  --st-ink: #1c1916;
  --st-rule: #d8d2c8;
  --st-chart: #2f5d50;
  --st-motion-ms: 280ms;
  --st-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--st-paper);
  color: var(--st-ink);
}
.account-property .account-card {
  background: #fffdf8;
  border-color: var(--st-rule);
  color: var(--st-ink);
}
.account-property .account-card h1,
.account-property .account-section h2 {
  color: var(--st-ink);
  letter-spacing: -0.02em;
}
.occupant-suite { margin: 0 0 1.25rem; }
.occupant-kicker {
  margin: 0 0 0.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted, #5c5c5c);
}
.occupant-suite h2 { margin: 0 0 0.25rem; font-size: 1.7rem; }
.occupant-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.5rem;
}
.occupant-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.9rem 0.85rem;
  border: 1px solid var(--st-rule, var(--border, #dde3dd));
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  transition: transform var(--st-motion-ms, 280ms) var(--st-ease, ease),
    box-shadow var(--st-motion-ms, 280ms) var(--st-ease, ease);
}
.occupant-card:hover,
.occupant-card.is-active {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(28, 25, 22, 0.08);
}
.occupant-card-kicker {
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted, #5c5c5c);
}
.occupant-card strong { font-size: 1.35rem; }
.occupant-panel { display: none; }
.occupant-panel.is-open,
.occupant-panel#space { display: block; view-transition-name: occupant-fn; }
.occupant-map { margin: 0.75rem 0 0; max-width: 100%; }
.occupant-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 0.75rem;
}
.occupant-fact {
  padding: 0.85rem;
  border: 1px solid var(--st-rule, var(--border, #dde3dd));
  border-radius: 8px;
  background: #fff;
}
.occupant-fact h3 { margin: 0 0 0.35rem; font-size: 0.95rem; }
.occupant-fact-value { margin: 0; font-size: 1.4rem; font-weight: 700; color: var(--st-chart, #2f5d50); }
.occupant-fact-value span { font-size: 0.85rem; font-weight: 500; color: var(--muted, #5c5c5c); }
.occupant-spark { display: block; width: 6rem; height: 1.75rem; margin-top: 0.4rem; color: var(--st-chart, #2f5d50); }
.occupant-dl { display: grid; grid-template-columns: 8rem 1fr; gap: 0.35rem 0.75rem; margin: 0.5rem 0 0; }
.occupant-dl dt { color: var(--muted, #5c5c5c); font-weight: 600; }
.occupant-dl dd { margin: 0; }
@media (max-width: 640px) {
  .occupant-dl { grid-template-columns: 1fr; }
}

