﻿:root {
  --bg: #f3f5f8;
  --bg-soft: #eef2f6;
  --surface: #ffffff;
  --surface-muted: #f7f9fc;
  --line: rgba(16, 38, 68, 0.1);
  --text: #102243;
  --muted: #55667d;
  --accent: #134aa9;
  --accent-deep: #0b2d67;
  --accent-soft: #dfeafc;
  --navy: #071a3c;
  --shadow: 0 18px 44px rgba(15, 34, 65, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f5f7fa 0%, #f1f4f8 100%);
}

body[data-admin-shell],
.admin-entry-body {
  background: #f4f7fb;
}

img {
  max-width: 100%;
  display: block;
}

.admin-layout {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 248px 1fr;
  background: #f4f7fb;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 28px 20px;
  border-right: 1px solid rgba(16, 38, 68, 0.08);
  background: #ffffff;
}

.admin-sidebar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-sidebar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 700;
  background: #102243;
}

.admin-sidebar-brand strong,
.admin-header-user strong,
.admin-stat-card strong,
.admin-table strong {
  display: block;
}

.admin-sidebar-brand p,
.admin-header-user span,
.admin-header-description,
.admin-stat-card p,
.admin-table-subtle,
.admin-table-note,
.admin-pagination,
.admin-entry-note {
  margin: 0;
  color: #6b778c;
}

.admin-segmented-control {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.admin-segmented-control .button.is-active {
  background: #102644;
  color: #ffffff;
  border-color: #102644;
}

.admin-order-drawer {
  width: min(820px, 100%);
}

.admin-inline-editor {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.admin-stacked-form {
  display: grid;
  gap: 14px;
}

.admin-stacked-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  resize: vertical;
}

.admin-log-list {
  display: grid;
  gap: 12px;
}

.admin-log-card {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px 16px;
}

.admin-log-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.admin-log-card p,
.admin-log-empty {
  margin: 0;
  color: #475569;
}

.admin-sidebar-nav,
.admin-sidebar-footer {
  display: grid;
  gap: 8px;
}

.admin-sidebar-footer {
  margin-top: auto;
}

.admin-sidebar-link {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #24344d;
  font-weight: 500;
  text-decoration: none;
  background: transparent;
}

.admin-sidebar-link:hover,
.admin-sidebar-link.is-current {
  border-color: rgba(19, 74, 169, 0.12);
  background: #edf4ff;
  color: #103b82;
}

.admin-sidebar-button {
  width: 100%;
  cursor: pointer;
  font: inherit;
}

.admin-sidebar-group {
  display: grid;
  gap: 6px;
}

.admin-sidebar-group-toggle {
  justify-content: space-between;
}

.admin-sidebar-caret {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-right: 4px;
}

.admin-sidebar-group.is-open .admin-sidebar-caret {
  transform: rotate(225deg);
}

.admin-sidebar-subnav {
  display: grid;
  gap: 6px;
  padding-left: 14px;
}

.admin-sidebar-sublink {
  min-height: 38px;
  font-size: 0.96rem;
}

.admin-main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px 16px;
}

.admin-header-copy h1,
.admin-empty-state h2,
.admin-panel h2,
.admin-entry-copy h1 {
  margin: 6px 0 0;
  font-size: 1.8rem;
  line-height: 1.15;
}

.admin-eyebrow {
  margin: 0;
  color: #557197;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.admin-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-header-user {
  padding: 12px 14px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 14px;
  background: #ffffff;
  text-align: right;
}

.admin-content {
  padding: 0 32px 32px;
}

.admin-page,
.admin-grid-columns {
  display: grid;
  gap: 20px;
}

.admin-grid-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.admin-stat-card,
.admin-panel,
.admin-entry-card {
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 34, 65, 0.06);
}

.admin-stat-card {
  padding: 22px;
}

.admin-stat-card strong {
  margin-top: 10px;
  font-size: 2rem;
  color: #102243;
}

.admin-panel {
  padding: 20px;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 14px;
}

.admin-toolbar-inline {
  flex: 1;
}

.admin-toolbar-split {
  justify-content: space-between;
}

.admin-inline-actions,
.admin-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-page-actions {
  margin-bottom: 16px;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.admin-table th,
.admin-table td {
  padding: 14px 12px;
  text-align: left;
  border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  vertical-align: top;
}

.admin-table th {
  color: #6b778c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-table tbody tr:hover {
  background: #f8fbff;
}

.admin-table-action {
  min-height: 38px;
  padding: 0 14px;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: capitalize;
  background: #eef3fb;
  color: #35507a;
}

.admin-status-badge.is-success {
  background: #e7f6ec;
  color: #1f7a43;
}

.admin-status-badge.is-warning {
  background: #fff4dc;
  color: #8a5a00;
}

.admin-status-badge.is-danger {
  background: #fdeceb;
  color: #b22c2c;
}

.admin-status-badge.is-neutral {
  background: #eef0f4;
  color: #5b687c;
}

.admin-empty-state {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.admin-empty-state p {
  margin: 0;
  max-width: 640px;
  color: #6b778c;
}

.admin-loading {
  padding: 24px;
  color: #6b778c;
}

.admin-pagination {
  padding: 0 4px;
  font-size: 0.9rem;
}

.admin-guard-panel {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
}

.admin-entry-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.admin-entry-card {
  width: min(640px, 100%);
  padding: 32px;
  display: grid;
  gap: 18px;
}

.admin-entry-copy p {
  margin: 12px 0 0;
  color: #56657b;
}

.pickup-board-preview-note {
  margin: 0 0 12px;
  color: #5e7492;
  font-size: 0.92rem;
  line-height: 1.7;
}

.pickup-board-list-preview .pickup-board-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media (max-width: 980px) {
  .pickup-board-list-preview .pickup-board-track-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 4px;
  }

  .pickup-board-list-preview .pickup-board-track {
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-width: 0;
    width: max-content;
    padding-right: 6px;
  }

  .pickup-board-list-preview .pickup-board-table-head {
    display: none;
  }

  .pickup-board-list-preview .pickup-board-card {
    min-width: min(76vw, 278px);
    flex: 0 0 min(76vw, 278px);
  }

  .pickup-board-list-preview .pickup-board-card-row {
    min-width: 0;
    height: 100%;
    border-radius: 22px;
  }

  .pickup-board-list-preview .pickup-board-row-grid {
    grid-template-columns: 1fr;
  }

  .pickup-board-list-preview .pickup-board-row-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  }

  .pickup-board-list-preview .pickup-board-row-item:last-child {
    border-bottom: 0;
  }

  .pickup-board-list-preview .pickup-board-row-item::before {
    content: attr(data-label);
    flex: 0 0 68px;
    color: #5e7492;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .pickup-board-list-preview .pickup-board-row-item span {
    flex: 1 1 auto;
    text-align: right;
    white-space: normal;
    word-break: break-word;
    font-size: 0.88rem;
  }

  .pickup-board-list-preview .pickup-board-row-item-centered {
    text-align: left;
  }

  .pickup-board-list-preview .pickup-board-row-item-centered span,
  .pickup-board-list-preview .pickup-board-row-item-service span,
  .pickup-board-list-preview .pickup-board-row-item-flight span {
    display: block;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-list-preview .pickup-board-row-item-key {
    background: rgba(19, 74, 169, 0.05);
  }

  .pickup-board-list-preview .pickup-board-row-item-key span {
    color: var(--accent-deep);
    font-weight: 800;
  }
}

@media (max-width: 720px) {
  .pickup-board-preview-note {
    margin-bottom: 10px;
    font-size: 0.8rem;
    line-height: 1.52;
  }

  .pickup-board-list-preview .pickup-board-card {
    min-width: min(74vw, 252px);
    flex-basis: min(74vw, 252px);
  }

  .pickup-board-list-preview .pickup-board-row-item {
    gap: 10px;
    padding: 10px 11px;
  }

  .pickup-board-list-preview .pickup-board-row-item::before {
    flex-basis: 62px;
    font-size: 0.7rem;
  }

  .pickup-board-list-preview .pickup-board-row-item span {
    font-size: 0.84rem;
  }
}

.admin-table-warning {
  margin-top: 6px;
  color: #c24034;
  font-size: 0.88rem;
  font-weight: 600;
}

.admin-table-notice {
  margin-top: 6px;
  color: #1d4ed8;
  font-size: 0.88rem;
  font-weight: 600;
}

.admin-pet {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  justify-items: end;
  gap: 10px;
  pointer-events: none;
}

.admin-pet-bubble {
  max-width: 240px;
  padding: 12px 14px;
  border: 1px solid rgba(19, 74, 169, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(16, 38, 68, 0.12);
  color: #29405f;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.admin-pet-bubble.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.admin-pet-tips {
  width: 220px;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(19, 74, 169, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(16, 38, 68, 0.1);
}

#adminPetWidget .admin-pet-tips {
  display: none !important;
}

.admin-pet-tip {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(19, 74, 169, 0.12);
  border-radius: 14px;
  background: #f7fbff;
  color: #23436b;
  font: inherit;
  font-size: 0.88rem;
  text-align: left;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.admin-pet-tip:hover {
  border-color: rgba(19, 74, 169, 0.22);
  background: #eef5ff;
  transform: translateY(-1px);
}

.admin-pet.is-alert .admin-pet-bubble {
  border-color: rgba(194, 64, 52, 0.26);
  color: #9b342a;
}

.admin-pet-dog {
  position: relative;
  width: 122px;
  height: 128px;
  border: 0;
  background: transparent url("./img/admin-pet-dog.png") center / contain no-repeat;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  animation: admin-pet-float 3.8s ease-in-out infinite;
  filter: drop-shadow(0 10px 16px rgba(16, 38, 68, 0.08));
  overflow: visible;
}

.admin-pet-dog > span {
  opacity: 0;
  pointer-events: none;
}

.admin-pet-face,
.admin-pet-body {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.admin-pet-face {
  top: 10px;
  width: 84px;
  height: 66px;
  border-radius: 44% 44% 48% 48%;
  background: #ffffff;
  border: 3px solid #202020;
  border-bottom-width: 2px;
  box-shadow: none;
  z-index: 2;
}

.admin-pet-body {
  top: 52px;
  width: 86px;
  height: 62px;
  border-radius: 42% 42% 46% 46%;
  background: #ffffff;
  border: 3px solid #202020;
  box-shadow: none;
}

.admin-pet-ear,
.admin-pet-tail,
.admin-pet-paw,
.admin-pet-belly,
.admin-pet-cheek,
.admin-pet-eye,
.admin-pet-nose,
.admin-pet-mouth {
  position: absolute;
}

.admin-pet-ear {
  top: 8px;
  width: 20px;
  height: 28px;
  background: #eea64f;
  border: 3px solid #202020;
  border-radius: 14px 14px 12px 12px;
  z-index: 1;
}

.admin-pet-ear-left {
  left: 18px;
  transform: rotate(-18deg);
}

.admin-pet-ear-right {
  right: 18px;
  transform: rotate(18deg);
}

.admin-pet-eye {
  top: 27px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #202020;
  animation: admin-pet-blink 4.8s infinite;
}

.admin-pet-eye-left {
  left: 22px;
}

.admin-pet-eye-right {
  right: 22px;
}

.admin-pet-nose {
  top: 36px;
  left: 50%;
  width: 10px;
  height: 8px;
  border-radius: 50% 50% 65% 65%;
  background: #202020;
  transform: translateX(-50%);
}

.admin-pet-mouth {
  top: 44px;
  left: 50%;
  width: 22px;
  height: 12px;
  border-bottom: 3px solid #202020;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.admin-pet-cheek {
  top: 16px;
  width: 24px;
  height: 34px;
  border-radius: 999px;
  background: #eea64f;
}

.admin-pet-cheek-left {
  left: 6px;
}

.admin-pet-cheek-right {
  right: 6px;
}

.admin-pet-belly {
  left: 50%;
  bottom: 10px;
  width: 34px;
  height: 24px;
  border: 2px solid #202020;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: transparent;
  transform: translateX(-50%);
}

.admin-pet-paw {
  bottom: -4px;
  width: 16px;
  height: 22px;
  border-radius: 46%;
  background: #ffffff;
  border: 3px solid #202020;
}

.admin-pet-paw-left {
  left: 16px;
}

.admin-pet-paw-right {
  right: 16px;
}

.admin-pet-tail {
  left: -8px;
  top: 66px;
  width: 28px;
  height: 46px;
  border: 3px solid #202020;
  border-right: 0;
  border-radius: 22px 0 0 22px;
  background: #ffffff;
  transform-origin: 22px 30px;
  animation: admin-pet-tail 1.8s ease-in-out infinite;
}

.admin-pet-tail::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 16px;
  height: 20px;
  border-radius: 14px 0 0 14px;
  background: #eea64f;
}

.admin-pet-face::before,
.admin-pet-face::after {
  content: "";
  position: absolute;
  top: 44px;
  width: 12px;
  height: 1px;
  background: #202020;
  box-shadow:
    0 -4px 0 #202020,
    0 4px 0 #202020;
  opacity: 0.8;
}

.admin-pet-face::before {
  left: -3px;
  transform: rotate(4deg);
}

.admin-pet-face::after {
  right: -3px;
  transform: rotate(-4deg);
}

.admin-pet.is-waving .admin-pet-tail,
.admin-pet.is-curious .admin-pet-tail {
  animation-duration: 0.65s;
}

.admin-pet.is-curious .admin-pet-dog {
  transform: translateY(-2px) scale(1.03);
}

@keyframes admin-pet-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes admin-pet-tail {
  0%, 100% {
    transform: rotate(16deg);
  }
  50% {
    transform: rotate(-12deg);
  }
}

@keyframes admin-pet-blink {
  0%, 44%, 48%, 100% {
    transform: scaleY(1);
  }
  46% {
    transform: scaleY(0.15);
  }
}

#transportRequestsList,
#transportGroupsList,
#adminUsersTable {
  display: grid;
  gap: 20px;
}

@media (max-width: 1200px) {
  .admin-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  }

  .admin-header,
  .admin-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .admin-grid-columns,
  .admin-stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .admin-header {
    flex-direction: column;
  }

  .admin-header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .admin-header-user {
    flex: 1;
    text-align: left;
  }
}

@media (max-width: 1024px) {
  .carpool-hero,
  .carpool-form-layout,
  .carpool-form-row.two-columns {
    grid-template-columns: 1fr;
  }

  .carpool-summary-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .pickup-form-page {
    padding-bottom: 64px;
  }

  .carpool-hero-main,
  .carpool-form-card,
  .carpool-summary-card {
    padding: 22px 18px;
  }

  .carpool-hero-side {
    padding: 14px;
  }

  .carpool-meta {
    gap: 10px;
  }

  .carpool-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .carpool-actions,
  .pickup-process-cta {
    display: flex;
  }

  .carpool-actions .button,
  .pickup-process-cta .button,
  .carpool-submit-button {
    width: 100%;
  }

  .carpool-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .carpool-choice-group {
    padding: 18px 16px 14px;
  }
}

body[data-admin-shell],
.admin-entry-body {
  color: #1f2937;
  background: #f3f5f7;
}

.admin-layout {
  background: #f3f5f7;
  grid-template-columns: 236px 1fr;
}

.admin-sidebar {
  gap: 24px;
  padding: 24px 18px;
  border-right: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.admin-sidebar-badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #155eef;
}

.admin-sidebar-link {
  min-height: 40px;
  border-radius: 10px;
  color: #334155;
}

.admin-sidebar-link:hover,
.admin-sidebar-link.is-current {
  border-color: rgba(21, 94, 239, 0.12);
  background: #eef4ff;
  color: #1546a0;
}

.admin-header {
  padding: 24px 28px 14px;
}

.admin-header-copy h1,
.admin-empty-state h2,
.admin-panel h2,
.admin-entry-copy h1,
.admin-drawer-header h2,
.admin-modal h2 {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.admin-eyebrow {
  color: #64748b;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}

.admin-header-user {
  padding: 10px 12px;
  border-radius: 10px;
  background: #ffffff;
}

.admin-content {
  padding: 0 28px 28px;
}

.admin-stat-card,
.admin-panel,
.admin-entry-card,
.admin-drawer,
.admin-modal {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.admin-stat-card {
  padding: 20px;
}

.admin-panel {
  padding: 18px;
}

body[data-admin-shell] .button,
.admin-entry-body .button {
  min-width: auto;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: none;
}

body[data-admin-shell] .button-primary,
.admin-entry-body .button-primary {
  background: #155eef;
  color: #ffffff;
}

body[data-admin-shell] .button-secondary,
.admin-entry-body .button-secondary {
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: #334155;
}

.button-text {
  min-height: 32px;
  padding: 0;
  border: 0;
  color: #155eef;
  background: transparent;
}

.button-text.is-danger,
.button-danger {
  color: #b42318;
}

.button-danger {
  background: #fff1f0;
  border-color: rgba(180, 35, 24, 0.18);
}

.admin-table-wrap {
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 12px;
}

.admin-table {
  font-size: 0.9rem;
  background: #ffffff;
}

.admin-table th,
.admin-table td {
  padding: 14px 14px;
}

.admin-table th {
  color: #64748b;
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
  background: #f8fafc;
}

.admin-table tbody tr:hover {
  background: #f9fbff;
}

.admin-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-status-badge {
  min-height: 24px;
  padding: 0 10px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: none;
}

.admin-toolbar {
  gap: 12px;
}

.admin-toolbar .field {
  min-width: 180px;
}

body[data-admin-shell] .field span,
.admin-entry-body .field span {
  color: #475569;
  font-size: 0.86rem;
}

body[data-admin-shell] .field input,
body[data-admin-shell] .field select,
body[data-admin-shell] .field textarea,
.admin-entry-body .field input,
.admin-entry-body .field select,
.admin-entry-body .field textarea {
  min-height: 40px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
}

body[data-admin-shell] .field textarea,
.admin-entry-body .field textarea {
  min-height: 108px;
}

.admin-entry-card {
  width: min(520px, 100%);
  padding: 28px;
}

.admin-entry-form {
  display: grid;
  gap: 14px;
}

.admin-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, 0.28);
}

.admin-overlay[hidden] {
  display: none !important;
}

.admin-drawer {
  width: min(720px, 100%);
  max-height: min(90vh, 920px);
  overflow: auto;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-detail-item {
  padding: 14px 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #f8fafc;
}

.admin-detail-item strong,
.admin-detail-item span {
  display: block;
}

.admin-detail-item strong {
  color: #475569;
  font-size: 0.85rem;
}

.admin-detail-item span {
  margin-top: 6px;
  color: #0f172a;
  font-weight: 600;
  word-break: break-word;
}

.admin-detail-section {
  margin-top: 18px;
}

.admin-detail-section h3 {
  margin: 0 0 12px;
}

.admin-detail-pre {
  margin: 0;
  padding: 16px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.08);
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Outfit", sans-serif;
  line-height: 1.7;
}

.admin-drawer-header,
.admin-drawer-body,
.admin-modal {
  padding: 20px;
}

.admin-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.admin-drawer-header p,
.admin-modal p {
  margin: 8px 0 0;
  color: #64748b;
}

.admin-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.admin-field-span-2 {
  grid-column: 1 / -1;
}

.admin-modal {
  width: min(420px, 100%);
}

.admin-overlay-open {
  overflow: hidden;
}

#adminManagersTable,
#transportRequestsList,
#transportGroupsList,
#adminUsersTable,
#adminStorageList {
  display: grid;
  gap: 18px;
}

.storage-summary-card,
.storage-inline-form-card,
.storage-submit-success {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(20, 59, 139, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(248, 250, 255, 0.96), #ffffff);
}

.storage-summary-head,
.storage-inline-form-head,
.storage-notice-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.storage-inline-form-head p,
.storage-summary-tip,
.storage-notice-header p {
  margin: 6px 0 0;
  color: #64748b;
}

.storage-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.storage-summary-item {
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8faff;
  border: 1px solid rgba(20, 59, 139, 0.08);
}

.storage-summary-item strong,
.storage-summary-item span {
  display: block;
}

.storage-summary-item strong {
  color: #4b6288;
  font-size: 0.82rem;
}

.storage-summary-item span {
  margin-top: 6px;
  color: #102644;
  font-weight: 600;
}

.storage-booking-form {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.storage-inline-cta {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.storage-inline-cta p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.storage-booking-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}

.storage-booking-side,
.storage-booking-main {
  display: grid;
  gap: 18px;
}

.storage-form-section {
  padding: 18px;
  border-radius: 18px;
  background: #f8faff;
  border: 1px solid rgba(20, 59, 139, 0.08);
}

.storage-form-section h4 {
  margin: 0 0 12px;
  color: #102644;
}

.storage-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.storage-field-span-2 {
  grid-column: 1 / -1;
}

.storage-radio-group {
  display: grid;
  gap: 10px;
}

.storage-radio-group.compact {
  gap: 8px;
}

.storage-radio-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #102644;
}

.storage-field-label {
  color: #475569;
  font-size: 0.86rem;
}

.storage-form-message {
  margin: 0;
  min-height: 20px;
  color: #c2410c;
  font-size: 0.92rem;
}

.storage-form-message.is-success {
  color: #166534;
}

.service-unavailable-banner {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(19, 74, 169, 0.14);
  background: linear-gradient(180deg, rgba(238, 244, 255, 0.96), rgba(247, 250, 255, 0.98));
  color: #143b80;
}

.service-unavailable-banner strong,
.service-unavailable-banner p {
  margin: 0;
}

.service-unavailable-banner p {
  color: #51627a;
  line-height: 1.65;
}

.service-unavailable-modal[hidden] {
  display: none !important;
}

.service-unavailable-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 24px;
}

.service-unavailable-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 48, 0.66);
  backdrop-filter: blur(6px);
}

.service-unavailable-modal__dialog {
  position: relative;
  width: min(92vw, 700px);
  padding: 30px 28px 26px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.97));
  border: 1px solid rgba(24, 55, 109, 0.08);
  box-shadow: 0 30px 70px rgba(10, 19, 48, 0.24);
}

.service-unavailable-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 38, 84, 0.08);
  color: #143b8b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.service-unavailable-modal__eyebrow {
  margin: 0;
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-unavailable-modal__dialog h2 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.08;
  color: #102644;
}

.service-unavailable-modal__dialog p {
  margin: 14px 0 0;
  color: #52647c;
  line-height: 1.75;
}

.service-unavailable-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.service-unavailable-modal__actions .button {
  min-width: 180px;
  justify-content: center;
}

.button.is-disabled,
.button[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
  box-shadow: none;
}

.profile-gate-banner {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #eef4ff;
  border: 1px solid rgba(19, 74, 169, 0.14);
  color: #143b80;
}

.profile-gate-banner strong,
.profile-gate-banner p {
  margin: 0;
}

.profile-gate-banner p {
  margin-top: 6px;
  color: #4f6179;
}

.profile-gate-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.profile-gate-hint {
  color: #4f6179;
  font-size: 0.92rem;
}

.storage-notice-content {
  margin: 14px 0;
}

.storage-notice-list {
  margin: 0;
  padding-left: 20px;
  color: #334155;
  display: grid;
  gap: 8px;
}

.storage-copy-button,
.storage-notice-toggle {
  flex-shrink: 0;
}

.storage-submit-success {
  text-align: center;
}

.storage-submit-success strong {
  display: block;
  font-size: 1.12rem;
  color: #143b8b;
}

.storage-submit-success p {
  margin: 10px 0 0;
  color: #475569;
}

.storage-submit-success-order span {
  font-weight: 700;
  color: #102644;
}

@media (max-width: 960px) {
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .admin-form-grid {
    grid-template-columns: 1fr;
  }

  .admin-detail-grid,
  .storage-summary-grid,
  .storage-form-grid,
  .storage-booking-layout {
    grid-template-columns: 1fr;
  }

  .service-unavailable-modal {
    padding: 16px;
  }

  .service-unavailable-modal__dialog {
    width: min(100vw - 20px, 700px);
    padding: 24px 18px 20px;
    border-radius: 24px;
  }

  .service-unavailable-modal__actions .button {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 720px) {
  .storage-notice-content {
    display: none;
  }

  .storage-notice-content.is-open {
    display: block;
  }
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(243, 245, 248, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(16, 38, 68, 0.06);
}

.site-header,
.page-shell,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  text-decoration: none;
}

.brand-lockup {
  display: grid;
  gap: 6px;
}

.brand-lockup-header {
  min-width: 290px;
}

.logo-bubbles {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.logo-bubbles span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  background: linear-gradient(135deg, #72b5ec 0%, #4da2e4 100%);
}

.logo-bubbles span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  background: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  transform: translateX(-50%);
}

.logo-wordmark {
  color: #259ae6;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 0.94;
}

.logo-subtitle {
  color: #259ae6;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-lockup-footer {
  justify-items: center;
}

.brand-lockup-footer .logo-wordmark {
  font-size: 1.5rem;
}

.brand-lockup-footer .logo-subtitle {
  font-size: 0.58rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a,
.nav-trigger {
  color: var(--text);
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  font-size: 0.92rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 68, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-link:hover {
  transform: translateY(-1px);
}

.nav-link-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  border-color: rgba(11, 45, 103, 0.38);
}

.nav-link-accent {
  color: var(--accent-deep);
  background: linear-gradient(180deg, rgba(225, 235, 252, 0.96), rgba(245, 248, 255, 0.92));
  border-color: rgba(19, 74, 169, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 8px 18px rgba(19, 74, 169, 0.08);
}

.nav-link-accent:hover {
  border-color: rgba(19, 74, 169, 0.34);
  background: linear-gradient(180deg, rgba(214, 228, 252, 0.98), rgba(239, 245, 255, 0.94));
}

.nav-link-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(16, 38, 68, 0.08);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
}

.lang-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
}

.lang-btn {
  min-width: 42px;
  padding: 7px 10px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  background: transparent;
}

.lang-btn.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.home-mobile-menu-toggle,
.storage-mobile-menu-toggle,
.storage-mobile-menu {
  display: none;
}

.home-mobile-menu-toggle,
.storage-mobile-menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.home-mobile-menu-toggle span,
.storage-mobile-menu-toggle span {
  position: absolute;
  left: 11px;
  right: 11px;
  height: 2px;
  border-radius: 999px;
  background: var(--accent-deep);
  transition: transform 180ms ease, opacity 180ms ease;
}

.home-mobile-menu-toggle span:nth-child(1),
.storage-mobile-menu-toggle span:nth-child(1) {
  top: 13px;
}

.home-mobile-menu-toggle span:nth-child(2),
.storage-mobile-menu-toggle span:nth-child(2) {
  top: 20px;
}

.home-mobile-menu-toggle span:nth-child(3),
.storage-mobile-menu-toggle span:nth-child(3) {
  top: 27px;
}

.home-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1),
.storage-mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.home-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2),
.storage-mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.home-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3),
.storage-mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.storage-mobile-menu {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 12px;
}

.storage-mobile-menu[hidden] {
  display: none;
}

.storage-mobile-menu-inner {
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 252, 0.96));
  box-shadow: 0 18px 38px rgba(15, 34, 65, 0.08);
}

.storage-mobile-menu-inner a {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  background: rgba(244, 247, 252, 0.88);
}

.storage-mobile-menu-inner a:last-child {
  color: var(--accent-deep);
  background: rgba(223, 234, 252, 0.72);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
}

.home-menu-panel {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 14px;
}

.home-menu-pages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.home-menu-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  color: var(--accent-deep);
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(223, 234, 252, 0.98), rgba(239, 245, 255, 0.94));
  border: 1px solid rgba(19, 74, 169, 0.14);
  box-shadow: 0 12px 22px rgba(19, 74, 169, 0.08);
}

.home-menu-panel[hidden] {
  display: none;
}

.home-menu-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 248, 252, 0.94));
  box-shadow: 0 18px 38px rgba(15, 34, 65, 0.08);
}

.home-menu-inner a {
  padding: 13px 14px;
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  background: rgba(245, 248, 252, 0.86);
}

.home-menu-top-link {
  color: var(--accent-deep);
  background: linear-gradient(180deg, rgba(223, 234, 252, 0.98), rgba(239, 245, 255, 0.94));
  border: 1px solid rgba(19, 74, 169, 0.14);
}

.home-menu-inner a:hover {
  background: rgba(222, 234, 252, 0.92);
}

.page-shell {
  padding: 28px 0 72px;
}

.section {
  padding-top: 88px;
}

.section-heading {
  max-width: 760px;
}

.section-heading.centered {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-family: "Noto Serif SC", serif;
}

.section-heading p {
  margin: 18px auto 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.9;
}

.hero {
  padding-top: 18px;
}

.partners-section {
  padding-top: 64px;
}

.partners-shell {
  padding: 34px 28px 20px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, #f4f6f9 0%, #eef2f5 100%);
}

.partners-heading {
  max-width: 920px;
  margin: 0 auto 10px;
  text-align: center;
}

.partners-heading h2 {
  max-width: 860px;
  margin-inline: auto;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-align: center;
}

.partners-heading p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}

.partners-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 18px;
  border: 1px solid rgba(214, 157, 24, 0.28);
  border-radius: 999px;
  color: #c58f12;
  background: rgba(255, 241, 205, 0.64);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.partners-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0bc3d 0%, #cf8f00 100%);
  box-shadow: 0 0 0 3px rgba(240, 188, 61, 0.16);
}

.partners-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  padding: 12px 0 6px;
  background: transparent;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 140px;
  height: 100%;
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(239, 243, 247, 1), rgba(239, 243, 247, 0));
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(239, 243, 247, 1), rgba(239, 243, 247, 0));
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 74px;
  width: max-content;
  padding-inline: 56px;
  animation: partner-scroll 48s linear infinite;
}

.partners-marquee:hover .partners-track {
  animation-play-state: paused;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 108px;
  padding: 0;
}

.partner-wordmark {
  display: block;
  color: rgba(37, 44, 59, 0.44);
  text-align: center;
  white-space: nowrap;
}

.partner-wordmark strong,
.partner-wordmark span {
  display: block;
}

.partner-wordmark-stack {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 0.92;
}

.partner-logo-roost {
  min-width: 190px;
}

.partner-logo-roost .partner-wordmark span {
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.partner-logo-roost .partner-wordmark strong {
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.partner-logo-unite {
  min-width: 230px;
}

.partner-logo-unite .partner-wordmark strong {
  font-size: 1.32rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.partner-logo-fresh {
  min-width: 150px;
}

.partner-wordmark-fresh {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.partner-logo-hello {
  min-width: 260px;
}

.partner-wordmark-hello strong {
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.partner-logo-mezzino {
  min-width: 122px;
}

.partner-wordmark-mezzino {
  font-size: 1.48rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}

.partner-wordmark-mezzino::before {
  content: "M";
  display: block;
  margin-bottom: 4px;
  font-size: 4rem;
  line-height: 0.82;
  font-weight: 200;
  letter-spacing: -0.08em;
}

.partner-logo-prestige {
  min-width: 144px;
}

.partner-wordmark-prestige strong {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.partner-wordmark-prestige span {
  font-size: 0.92rem;
  font-style: italic;
  letter-spacing: 0.01em;
}

.partner-logo-homes {
  min-width: 226px;
}

.partner-wordmark-homes strong {
  font-size: 1.68rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

@keyframes partner-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(7, 26, 60, 0.86), rgba(7, 26, 60, 0.46) 48%, rgba(7, 26, 60, 0.2) 100%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    url("./img/nottingham-square/square-hero.png") center/cover no-repeat;
  box-shadow: var(--shadow);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(7, 26, 60, 0.14), rgba(7, 26, 60, 0.14));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 54px 48px;
  color: #ffffff;
}

.hero-badge,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-badge {
  background: rgba(19, 74, 169, 0.9);
}

.hero h1,
.section-copy h2,
.section-heading h2,
.values-copy h2 {
  margin: 18px 0 0;
  font-family: "Noto Serif SC", serif;
  line-height: 1.18;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.hero-content p {
  margin: 18px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  min-width: 152px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  border: 1px solid transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 34, 65, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #1d58bd 0%, #153f8d 100%);
  border-color: rgba(11, 45, 103, 0.28);
}

.button-secondary {
  color: #143b80;
  border: 1px solid rgba(19, 74, 169, 0.28);
  background: #e7f0ff;
  box-shadow: 0 6px 14px rgba(15, 34, 65, 0.06);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(15, 34, 65, 0.12);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: #dbe8ff;
  border-color: rgba(19, 74, 169, 0.44);
  color: #0f387c;
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
  box-shadow: none;
  transform: none;
}

.full-width {
  width: 100%;
}

.promise-strip {
  display: grid;
  grid-template-columns: 1.25fr repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.promise-card,
.team-card,
.values-cta,
.section-copy,
.timeline-item,
.collage-card {
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.promise-card {
  padding: 20px;
}

.promise-service-card {
  position: relative;
  overflow: hidden;
}

.membership-intro {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.membership-intro span,
.membership-intro strong {
  color: #ffffff;
}

.membership-intro p {
  color: rgba(255, 255, 255, 0.82);
}

.promise-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 700;
}

.promise-card strong {
  display: block;
  font-size: 1.06rem;
}

.promise-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.promise-visual {
  position: absolute;
  top: 10px;
  right: -8px;
  width: 104px;
  height: 72px;
  opacity: 0.18;
  pointer-events: none;
}

.promise-visual svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--accent);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.story-section {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 40px;
  align-items: center;
}

.section-copy {
  padding: 28px 8px 28px 0;
  background: transparent;
  box-shadow: none;
}

.eyebrow {
  padding: 0;
  border-radius: 0;
  color: var(--accent);
  background: transparent;
}

.section-copy h2,
.section-heading h2,
.values-copy h2 {
  font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.section-copy p,
.section-heading p,
.team-card p,
.values-copy span,
.values-cta p {
  color: var(--muted);
  line-height: 1.9;
}

.story-collage {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.business-collage {
  align-self: stretch;
}

.collage-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
}

.collage-photo-a {
  background:
    radial-gradient(circle at 70% 18%, rgba(255, 255, 255, 0.22), transparent 16%),
    linear-gradient(135deg, rgba(15, 34, 65, 0.15), rgba(15, 34, 65, 0.02)),
    linear-gradient(135deg, #d5d9dc 0%, #f0f2f3 50%, #cfd6da 100%);
}

.collage-photo-b {
  background:
    linear-gradient(180deg, rgba(7, 26, 60, 0.16), rgba(7, 26, 60, 0.32)),
    linear-gradient(135deg, #1d3657 0%, #355884 55%, #16304d 100%);
}

.collage-illustration-a {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.3), transparent 18%),
    linear-gradient(135deg, #a1b2a9 0%, #8da397 45%, #bcc9c1 100%);
}

.collage-illustration-b {
  background:
    radial-gradient(circle at 60% 24%, rgba(255, 255, 255, 0.18), transparent 14%),
    linear-gradient(135deg, #29535f 0%, #3d7581 46%, #244b56 100%);
}

.card-label {
  position: absolute;
  left: 16px;
  top: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.8rem;
  background: rgba(7, 26, 60, 0.42);
}

.business-card {
  padding: 74px 18px 20px;
  display: grid;
  align-content: end;
}

.business-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.business-card-link {
  align-self: end;
  margin-top: 18px;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.08);
}

.business-card-link:hover {
  background: rgba(255, 255, 255, 0.14);
}

.business-card-booking {
  background: linear-gradient(135deg, #e8ecef 0%, #d9dde2 100%);
}

.business-card-storage {
  background: linear-gradient(135deg, #a9bcb0 0%, #95aa9d 100%);
}

.business-card-pickup {
  background: linear-gradient(135deg, #2d6c79 0%, #3f8290 100%);
}

.business-card-visa {
  background: linear-gradient(135deg, #173c72 0%, #294f87 100%);
}

.campus-section {
  padding-top: 86px;
}

.campus-section .section-heading {
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px 44px;
  align-items: start;
}

.campus-section .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.campus-section .section-heading h2 {
  margin-top: 0;
  max-width: 720px;
}

.campus-section .section-heading p {
  margin: 10px 0 0;
  max-width: 520px;
}

.campus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.campus-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 20px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.campus-image {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 22px;
}

.campus-image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.campus-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(7, 26, 60, 0.72);
}

.campus-copy {
  display: grid;
  align-content: center;
}

.campus-copy h3 {
  margin: 0;
  font-size: 1.95rem;
}

.campus-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.campus-points {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.campus-points li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
  line-height: 1.75;
}

.campus-points li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2b72f2;
}

.button-outline {
  color: var(--accent);
  border: 2px solid rgba(19, 74, 169, 0.7);
  background: transparent;
}

.campus-button {
  margin-top: 24px;
  width: fit-content;
}

.campus-button-gold {
  color: #cb8b00;
  border-color: rgba(203, 139, 0, 0.78);
}

.timeline-section {
  padding: 90px 34px 0;
  background: var(--bg-soft);
  border-radius: 20px;
  margin-top: 88px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading p {
  max-width: 620px;
  margin: 16px auto 0;
}

.timeline {
  position: relative;
  display: grid;
  gap: 34px;
  padding: 44px 0 10px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 44px;
  bottom: 22px;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(19, 74, 169, 0.2), rgba(19, 74, 169, 0.4), rgba(19, 74, 169, 0.1));
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: calc(50% - 34px);
  padding: 24px;
}

.timeline-item::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 18px;
  height: 18px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(19, 74, 169, 0.12);
}

.timeline-left {
  justify-self: start;
  text-align: right;
}

.timeline-left::after {
  right: -43px;
}

.timeline-right {
  justify-self: end;
}

.timeline-right::after {
  left: -43px;
}

.timeline-year {
  color: var(--accent);
  font-weight: 700;
}

.timeline-item h3 {
  margin: 8px 0 0;
  font-size: 1.18rem;
}

.timeline-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.perks-section {
  padding-top: 64px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.video-card {
  padding: 0;
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.video-card-media {
  position: relative;
  min-height: 320px;
  background: linear-gradient(135deg, #c8d4e7 0%, #a7b8d2 100%);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
  padding: 24px;
  color: #ffffff;
  background:
    linear-gradient(180deg, rgba(7, 26, 60, 0.08), rgba(7, 26, 60, 0.72)),
    linear-gradient(135deg, rgba(19, 74, 169, 0.12), rgba(11, 45, 103, 0.18));
}

.video-card.is-playing .video-card-overlay {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.video-card-tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.18);
}

.video-card strong {
  font-size: 1.35rem;
}

.video-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.video-play-label {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.16);
}

.extra-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.extra-benefit-card {
  padding: 22px;
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.extra-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--accent);
  font-weight: 700;
  background: var(--accent-soft);
}

.extra-benefit-card h3 {
  margin: 16px 0 0;
  font-size: 1.08rem;
}

.extra-benefit-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.team-card {
  padding: 28px 22px 24px;
  text-align: center;
}

.team-avatar {
  width: 148px;
  height: 148px;
  margin: 0 auto 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid rgba(19, 74, 169, 0.08);
  box-shadow: 0 14px 30px rgba(15, 34, 65, 0.12);
  background: linear-gradient(135deg, #d8dee6 0%, #b8c3cf 100%);
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.avatar-vivian img {
  object-position: center 30%;
}

.avatar-kevin img {
  object-position: center 22%;
}

.avatar-firo img {
  object-position: center 18%;
}

.avatar-xiaoni img {
  object-position: center 22%;
}

.avatar-kim img {
  object-position: center 18%;
}

.avatar-jitui img {
  object-position: center 100%;
  transform: scale(1.18);
  transform-origin: center;
}

.team-card h3,
.team-card p {
  padding: 0;
}

.team-card h3 {
  margin: 16px 0 0;
}

.team-role {
  margin: 6px 0 0;
  color: var(--accent);
  font-size: 0.9rem;
}

.values-section {
  margin-top: 84px;
  padding-top: 0;
}

.values-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  padding: 42px 36px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(90deg, #071630 0%, #081a3f 45%, #0f2558 100%);
}

.values-copy h2 {
  margin-top: 0;
  color: #ffffff;
}

.values-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.values-list li {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.values-list li:first-child {
  border-top: 0;
}

.values-list strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.values-list strong::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2b72f2;
  box-shadow: 0 0 0 6px rgba(43, 114, 242, 0.16);
}

.values-copy span,
.values-cta p {
  color: rgba(255, 255, 255, 0.76);
}

.values-cta {
  padding: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.values-cta h3 {
  margin: 0;
  font-size: 1.5rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.stat-box {
  padding: 18px 16px;
  border-radius: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
}

.stat-box strong,
.stat-box span {
  display: block;
}

.stat-box strong {
  font-size: 1.5rem;
}

.stat-box span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.value-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}

.value-tags span {
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.84rem;
  background: rgba(255, 255, 255, 0.08);
}

.outlook-section {
  margin-top: 28px;
  padding-top: 24px;
}

.outlook-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.outlook-copy,
.outlook-quote {
  padding: 30px;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.outlook-copy h2 {
  margin: 14px 0 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.2;
}

.outlook-copy p,
.outlook-quote p {
  color: var(--muted);
  line-height: 1.9;
}

.outlook-quote {
  color: #ffffff;
  background: linear-gradient(135deg, #0b2d67 0%, #134aa9 55%, #2969d3 100%);
}

.outlook-quote strong {
  display: block;
  font-size: 1.36rem;
}

.outlook-quote p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.floating-menu-button {
  position: fixed;
  right: 18px;
  bottom: 22px;
  z-index: 18;
  min-width: 86px;
  padding: 11px 14px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 18px 30px rgba(11, 45, 103, 0.22);
}

.site-footer {
  display: grid;
  justify-items: stretch;
  gap: 18px;
  padding: 32px 0 48px;
  color: var(--muted);
  text-align: left;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.footer-copy {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.footer-lead {
  max-width: 700px;
}

.footer-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 16px;
  width: min(100%, 980px);
  margin: 0 auto;
}

.footer-contact-item {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(75, 118, 194, 0.12);
  box-shadow: 0 18px 36px rgba(15, 34, 65, 0.08);
}

.footer-contact-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer-contact-value {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--ink);
}

.footer-contact-value a {
  color: var(--accent-deep);
  text-decoration: none;
}

.footer-contact-value a:hover {
  text-decoration: underline;
}

.footer-hours-list {
  display: grid;
  gap: 10px;
}

.footer-hours-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
}

.footer-hours-day,
.footer-hours-time {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.6;
}

.footer-address-text {
  max-width: 34ch;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.site-footer p,
.site-footer small {
  margin: 0;
}

.footer-meta {
  text-align: center;
}

.storage-page {
  padding-top: 36px;
}

.storage-section {
  padding-top: 72px;
}

.storage-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: stretch;
}

.storage-hero-copy,
.storage-hero-visual,
.step-card,
.calculator-card,
.rule-card,
.faq-card,
.example-card {
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.storage-hero-copy {
  padding: 34px 32px;
}

.storage-hero-text {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.storage-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.storage-hero-meta span {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--accent-deep);
  font-size: 0.86rem;
  background: var(--accent-soft);
}

.storage-hero-visual {
  overflow: hidden;
}

.storage-hero-visual img,
.storage-gallery img,
.storage-detail-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.storage-hero-pricing {
  padding: 24px;
}

.pricing-mini-card {
  height: 100%;
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
}

.pricing-mini-header h3 {
  margin: 0;
}

.pricing-mini-header p {
  margin: 8px 0 0;
  color: var(--muted);
}

.pricing-mini-table {
  overflow: hidden;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 16px;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
}

.pricing-mini-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(16, 38, 68, 0.08);
}

.pricing-mini-row:last-child {
  border-bottom: 0;
}

.pricing-mini-head {
  color: var(--accent-deep);
  font-weight: 700;
  background: rgba(28, 72, 168, 0.08);
}

.pricing-mini-row span:last-child,
.pricing-mini-row span:nth-child(2) {
  font-weight: 600;
}

.pricing-mini-notes {
  display: grid;
  gap: 10px;
}

.pricing-mini-notes p {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  color: var(--muted);
  background: var(--surface-muted);
}

.storage-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.step-card {
  padding: 22px;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.step-card h3,
.example-card h3,
.rule-card h3,
.calculator-card h3,
.faq-card h3 {
  margin: 16px 0 0;
  font-size: 1.08rem;
}

.step-card p,
.example-card p,
.rule-card p,
.faq-card li {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.storage-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 26px;
}

.storage-detail-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.storage-gallery-main,
.storage-gallery-side {
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.storage-detail-card {
  overflow: hidden;
  margin: 0;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.storage-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.storage-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.storage-table th,
.storage-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.storage-table thead th {
  color: var(--accent-deep);
  background: #f5f8fc;
}

.calculator-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.calculator-card {
  padding: 24px;
}

.field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.field-help {
  margin: 0;
  color: #4f6179;
  font-size: 0.92rem;
  line-height: 1.6;
}

.box-order-grid {
  display: grid;
  gap: 12px;
}

.box-order-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 0 16px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.box-order-grid .mini-field {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--surface-muted);
}

.box-order-grid .mini-field .mini-field-title {
  font-weight: 700;
  color: var(--ink);
}

.mini-field-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.box-order-grid .mini-field .mini-field-label {
  display: none;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--muted);
}

.box-order-input {
  width: 100%;
  min-width: 0;
}

.box-order-input:disabled {
  cursor: not-allowed;
  color: var(--muted);
  background: rgba(16, 38, 68, 0.06);
}

.field-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(16, 38, 68, 0.12);
  border-radius: 12px;
  background: #ffffff;
}

.field span {
  font-weight: 600;
}

.field-check span {
  color: var(--ink);
}

.field input,
.field select {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(16, 38, 68, 0.12);
  border-radius: 12px;
  color: var(--text);
  font: inherit;
  background: #ffffff;
}

.field input[readonly] {
  background: #f3f6fb;
  color: #516278;
  border-color: rgba(16, 38, 68, 0.14);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
}

.result-grid div {
  padding: 16px;
  border-radius: 14px;
  background: var(--surface-muted);
}

.result-grid dt {
  color: var(--muted);
  font-size: 0.9rem;
}

.result-grid dd {
  margin: 10px 0 0;
  font-size: 1.28rem;
  font-weight: 700;
}

.result-grid .total-row {
  grid-column: 1 / -1;
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.result-grid .total-row dt,
.result-grid .total-row dd {
  color: #ffffff;
}

.result-note {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.calculator-note-card {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: #f7f9fd;
}

.calculator-note-card strong {
  display: block;
  color: var(--accent-deep);
}

.calculator-note-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.result-breakdown-card {
  margin-top: 18px;
}

.result-breakdown-empty {
  margin: 10px 0 0;
}

.result-breakdown-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.result-breakdown-item {
  padding: 14px 16px;
  border-radius: 14px;
  background: var(--surface-muted);
}

.result-breakdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-weight: 700;
  color: var(--ink);
}

.result-breakdown-meta {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.95rem;
}

.example-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.example-card {
  padding: 18px;
}

.rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rule-card {
  padding: 22px;
}

.storage-faq {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 22px;
}

.faq-card {
  padding: 24px;
}

.faq-card ul {
  margin: 18px 0 0;
  padding-left: 18px;
}

.pickup-page {
  padding-top: 36px;
}

.pickup-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.82fr);
  gap: 28px;
  align-items: stretch;
}

.pickup-hero-visual {
  padding: 24px;
  display: flex;
}

.pickup-highlight-card {
  width: 100%;
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 8px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(33, 79, 183, 0.12), transparent 48%),
    linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.pickup-highlight-block {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.pickup-highlight-block strong {
  display: block;
  color: var(--ink);
  font-size: 1rem;
}

.pickup-highlight-block p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.pickup-process-cta {
  margin-top: 22px;
}

.pickup-board-toolbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pickup-board-toolbar-actions .button-secondary {
  border-color: rgba(16, 38, 68, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--accent-deep);
  box-shadow: 0 12px 28px rgba(15, 34, 65, 0.08);
}

.pickup-board-toolbar-actions .button-secondary:hover,
.pickup-board-toolbar-actions .button-secondary:focus-visible {
  border-color: rgba(19, 74, 169, 0.28);
  background: #ffffff;
  color: #123f92;
}

.pickup-form-button-spotlight {
  position: relative;
  overflow: hidden;
  min-height: 60px;
  padding-inline: 28px;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow:
    0 18px 36px rgba(25, 70, 170, 0.28),
    0 0 0 0 rgba(39, 96, 221, 0.24);
  animation: pickupButtonPulse 2.2s ease-in-out infinite;
}

.pickup-form-button-spotlight::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -140%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  transform: skewX(-24deg);
  animation: pickupButtonShine 2.8s ease-in-out infinite;
}

.pickup-form-button-compact {
  min-height: 52px;
  padding-inline: 22px;
  font-size: 0.96rem;
}

@keyframes pickupButtonPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 18px 36px rgba(25, 70, 170, 0.28),
      0 0 0 0 rgba(39, 96, 221, 0.16);
  }
  50% {
    transform: translateY(-2px) scale(1.015);
    box-shadow:
      0 24px 44px rgba(25, 70, 170, 0.34),
      0 0 0 10px rgba(39, 96, 221, 0.06);
  }
}

@keyframes pickupButtonShine {
  0%,
  20% {
    left: -140%;
  }
  60%,
  100% {
    left: 180%;
  }
}

.pickup-form-page {
  padding-bottom: 88px;
}

.carpool-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: stretch;
}

.carpool-hero-card,
.carpool-form-card,
.carpool-summary-card {
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 28px 60px rgba(15, 34, 65, 0.1);
  backdrop-filter: blur(10px);
}

.carpool-hero-main {
  padding: 38px 36px 36px;
}

.carpool-hero-side {
  display: none;
  padding: 20px;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(219, 230, 251, 0.95) 0%, rgba(237, 243, 255, 0.98) 100%);
}

.carpool-eyebrow {
  margin: 0;
  color: #134aa9;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.carpool-hero-main h1,
.carpool-heading h2,
.carpool-summary-card h3 {
  margin: 18px 0 0;
  color: #0b2559;
}

.carpool-hero-main h1,
.carpool-heading h2 {
  font-family: "Noto Serif SC", serif;
}

.carpool-hero-main h1 {
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.18;
}

.carpool-lead {
  margin: 22px 0 0;
  color: #4d6284;
  font-size: 1.12rem;
  line-height: 1.95;
}

.carpool-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.carpool-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: #dce8fb;
  color: #153566;
  font-weight: 500;
}

.carpool-actions {
  margin-top: 34px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.carpool-primary-button {
  min-width: 190px;
  min-height: 58px;
  padding: 0 30px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 700;
  box-shadow: 0 18px 36px rgba(19, 74, 169, 0.28);
}

.carpool-action-note {
  margin: 14px 0 0;
  color: #647898;
  font-size: 0.95rem;
  line-height: 1.7;
}

.pickup-contact-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  padding: 15px 18px 15px 14px;
  min-width: 270px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.34), transparent 44%),
    linear-gradient(135deg, #3a7cff 0%, #1a4fb9 52%, #143b8b 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 59, 139, 0.28);
  font-family: "Outfit", "Noto Serif SC", sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  animation: pickupContactFloat 3.4s ease-in-out infinite;
}

.pickup-contact-fab::before {
  content: "";
  position: absolute;
  inset: -18%;
  border-radius: 30px;
  background: radial-gradient(circle, rgba(70, 157, 255, 0.3) 0%, rgba(70, 157, 255, 0) 68%);
  opacity: 0.72;
  animation: pickupContactPulse 2.8s ease-out infinite;
  pointer-events: none;
}

.pickup-contact-fab::after {
  content: "";
  position: absolute;
  top: -32%;
  left: -26%;
  width: 54%;
  height: 168%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  animation: pickupContactShine 3.9s ease-in-out infinite;
  pointer-events: none;
}

.pickup-contact-fab:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 24px 50px rgba(20, 59, 139, 0.34);
  filter: saturate(1.06);
}

.pickup-contact-fab:focus-visible {
  outline: 3px solid rgba(115, 178, 255, 0.45);
  outline-offset: 3px;
}

.pickup-contact-fab-icon {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  font-size: 30px;
  flex-shrink: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
  animation: pickupContactIconPop 2.9s ease-in-out infinite;
}

.pickup-contact-fab-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pickup-contact-fab-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(231, 242, 255, 0.92);
}

.pickup-contact-fab-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
}

.pickup-contact-fab-subtitle {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(239, 245, 255, 0.9);
}

@keyframes pickupContactFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes pickupContactPulse {
  0% {
    transform: scale(0.92);
    opacity: 0.5;
  }
  60% {
    transform: scale(1.08);
    opacity: 0.18;
  }
  100% {
    transform: scale(1.16);
    opacity: 0;
  }
}

@keyframes pickupContactShine {
  0%,
  18% {
    transform: translateX(-130%) rotate(18deg);
    opacity: 0;
  }
  28% {
    opacity: 1;
  }
  52% {
    transform: translateX(300%) rotate(18deg);
    opacity: 0.95;
  }
  100% {
    transform: translateX(300%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes pickupContactIconPop {
  0%,
  100% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  18% {
    transform: scale(0.98);
  }
  26% {
    transform: scale(1.08);
  }
  34% {
    transform: scale(1);
  }
}

.pickup-contact-modal[hidden] {
  display: none;
}

.pickup-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(10, 19, 48, 0.62);
}

.pickup-contact-modal-dialog {
  position: relative;
  width: min(92vw, 720px);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(10, 19, 48, 0.22);
  padding: 24px;
}

.pickup-contact-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 38, 84, 0.08);
  color: #143b8b;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.pickup-contact-modal img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.pickup-help-modal-open {
  overflow: hidden;
}

.pickup-help-fab-stack {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1200;
  display: grid;
  gap: 12px;
}

.pickup-help-fab {
  border: 0;
  border-radius: 22px;
  padding: 12px 16px;
  min-width: 190px;
  max-width: 190px;
  display: grid;
  gap: 4px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 42px rgba(20, 59, 139, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pickup-help-fab-form {
  background: linear-gradient(135deg, #ffffff 0%, #edf4ff 100%);
  color: #173a82;
  text-decoration: none;
}

.pickup-help-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(20, 59, 139, 0.24);
}

.pickup-help-fab-faq {
  background: linear-gradient(135deg, #173a82 0%, #2c58b7 100%);
  color: #ffffff;
}

.pickup-help-fab-wechat {
  background: #ffffff;
  color: var(--accent-deep);
}

.pickup-help-fab-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.pickup-help-fab-subtitle {
  font-size: 11px;
  line-height: 1.3;
  opacity: 0.9;
}

.pickup-help-modal {
  background: transparent;
}

.pickup-help-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 48, 0.62);
}

.pickup-help-modal-dialog {
  width: min(92vw, 840px);
  max-height: calc(100vh - 40px);
  overflow: auto;
}

.pickup-help-modal-dialog-qr {
  width: min(92vw, 560px);
}

.pickup-help-modal-dialog-process {
  width: min(94vw, 1240px);
  max-height: min(calc(100vh - 32px), 980px);
  padding: 28px 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 255, 0.98) 100%);
  box-shadow: 0 34px 80px rgba(10, 24, 54, 0.22);
}

.pickup-help-modal-head-process {
  text-align: center;
}

.pickup-help-modal-head-process h2 {
  margin-top: 10px;
}

.pickup-help-modal-head-process p:last-child {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.pickup-process-panel-modal {
  margin-top: 18px;
  padding: 26px 10px 12px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.pickup-process-panel-modal::before,
.pickup-process-panel-modal::after {
  opacity: 0.72;
}

.pickup-process-panel-modal .pickup-process-line {
  width: min(1200px, calc(100% - 90px));
  margin-top: 54px;
}

.pickup-process-panel-modal .pickup-process-timeline {
  margin-top: -18px;
}

.pickup-process-panel-modal .pickup-process-step {
  min-height: 332px;
}

.pickup-process-modal-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-process-button-dismiss {
  min-width: 180px;
}

.pickup-process-modal-actions .pickup-process-button {
  min-height: 58px;
  align-items: center;
  gap: 12px;
}

.pickup-process-button-primary {
  min-width: 260px;
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #7a4cff 0%, #4f8cff 100%);
  box-shadow: 0 20px 40px rgba(77, 109, 224, 0.28);
}

.pickup-process-button-primary:hover,
.pickup-process-button-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(77, 109, 224, 0.34);
}

.pickup-process-button-secondary {
  border-color: rgba(16, 38, 68, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: var(--accent-deep);
  box-shadow: 0 12px 24px rgba(15, 34, 65, 0.08);
}

.pickup-process-button-secondary:hover,
.pickup-process-button-secondary:focus-visible {
  background: #ffffff;
  border-color: rgba(19, 74, 169, 0.28);
  color: #123f92;
}

.pickup-help-modal-head h2 {
  margin: 8px 0 0;
}

.pickup-help-modal-head p:last-child {
  margin-top: 10px;
  line-height: 1.8;
}

.pickup-help-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.pickup-help-faq-item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(244, 247, 253, 0.9);
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-help-faq-item h3 {
  margin: 0;
  font-size: 1rem;
}

.pickup-help-faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.pickup-help-qr-wrap {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.pickup-help-qr-copy {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
}

.pickup-help-qr-copy strong {
  color: var(--accent-deep);
}

.carpool-note-card {
  padding: 22px 22px 20px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
}

.carpool-note-card h2 {
  margin: 0;
  color: #0b2559;
  font-size: 1.6rem;
}

.carpool-note-card p,
.carpool-heading p,
.carpool-step-card p,
.carpool-summary-text {
  margin: 12px 0 0;
  color: #5a6e8e;
  line-height: 1.85;
}

.carpool-heading {
  max-width: 880px;
}

.carpool-heading h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.04;
}

.carpool-step-grid {
  margin-top: 28px;
}

.carpool-step-card {
  min-height: 230px;
  border-radius: 24px;
}

.carpool-step-card span {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, #2d59b2 0%, #173a83 100%);
}

.carpool-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.carpool-form-card {
  padding: 28px;
}

.carpool-form-row {
  display: grid;
  gap: 18px;
  margin-bottom: 20px;
}

.carpool-form-row.two-columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.carpool-field span,
.carpool-choice-group legend,
.carpool-agreement span {
  color: #102243;
  font-size: 1rem;
  font-weight: 600;
}

.carpool-field span small,
.carpool-choice-group legend small {
  color: #6c7f9d;
  font-size: 0.95rem;
  font-weight: 400;
}

.carpool-field em,
.carpool-choice-group em {
  color: #ff5e45;
  font-style: normal;
}

.carpool-field input,
.carpool-inline-field input {
  min-height: 56px;
  border: 1px solid rgba(16, 38, 68, 0.12);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.carpool-field input:focus,
.carpool-inline-field input:focus {
  border-color: rgba(19, 74, 169, 0.48);
  box-shadow: 0 0 0 4px rgba(19, 74, 169, 0.12);
}

.carpool-choice-group {
  margin: 0 0 20px;
  padding: 22px 22px 18px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(248, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.carpool-choice-group legend {
  padding: 0 8px;
}

.carpool-choice-group label,
.carpool-agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.carpool-choice-group label {
  margin-top: 14px;
  color: #344764;
  line-height: 1.7;
}

.carpool-choice-group input[type="radio"],
.carpool-choice-group input[type="checkbox"],
.carpool-agreement input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 2px 0 0;
  accent-color: #134aa9;
}

.carpool-inline-hint {
  margin: 8px 0 0;
  color: #6d7f99;
}

.carpool-time-hint {
  margin-top: -2px;
}

.carpool-inline-field {
  margin-top: 18px;
}

.carpool-agreement {
  margin-top: 2px;
}

.carpool-submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.carpool-submit-message {
  margin: 0;
  color: #5c6d86;
  line-height: 1.7;
}

.carpool-submit-message.is-success {
  color: #16603b;
}

.carpool-submit-message.is-error {
  color: #b42318;
}

.carpool-submit-button {
  min-width: 180px;
  min-height: 56px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font-size: 1.08rem;
  font-weight: 700;
}

.carpool-submit-button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.carpool-summary-box {
  min-height: 300px;
  margin-top: 18px;
  padding: 18px;
  border: 1px dashed rgba(19, 74, 169, 0.24);
  border-radius: 22px;
  background: #f8fbff;
}

.carpool-summary-placeholder {
  margin: 0;
  color: #7386a2;
  line-height: 1.8;
}

.carpool-summary-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  color: #233651;
  font: inherit;
  line-height: 1.8;
}

.carpool-summary-emphasis {
  margin-top: 18px;
  padding: 18px 16px;
  border: 2px solid rgba(255, 104, 59, 0.34);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 246, 242, 0.98), rgba(255, 251, 249, 0.98));
  box-shadow: 0 14px 30px rgba(255, 104, 59, 0.12);
}

.carpool-summary-emphasis-label {
  margin: 0;
  color: #c14d21;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}

.carpool-summary-emphasis-number {
  margin: 10px 0 0;
  color: #0b2559;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
}

.carpool-summary-emphasis-group {
  margin: 10px 0 0;
  color: #143b8b;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.carpool-summary-emphasis-copy {
  margin: 10px 0 0;
  color: #7d4a36;
  font-size: 0.95rem;
  line-height: 1.7;
}

.carpool-summary-qr {
  margin-top: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 74, 169, 0.12);
  text-align: center;
}

.carpool-summary-qr img {
  display: block;
  width: min(220px, 100%);
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
}

.carpool-summary-qr p {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.7;
}

.carpool-summary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.carpool-summary-failure {
  margin-top: 18px;
  padding: 22px 20px;
  border: 2px solid rgba(209, 55, 55, 0.34);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 241, 241, 0.98), rgba(255, 248, 248, 0.98));
  box-shadow: 0 18px 36px rgba(209, 55, 55, 0.12);
}

.carpool-summary-failure-kicker {
  margin: 0;
  color: #c62828;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.carpool-summary-failure h4 {
  margin: 10px 0 0;
  color: #8f1111;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
}

.carpool-summary-failure-reason {
  margin: 12px 0 0;
  color: #b42318;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.7;
}

.carpool-summary-modal[hidden] {
  display: none !important;
}

.carpool-summary-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
}

.carpool-summary-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 48, 0.7);
  backdrop-filter: blur(4px);
}

.carpool-summary-modal-dialog {
  position: relative;
  width: min(1100px, calc(100vw - 48px));
  max-height: calc(100vh - 48px);
  margin: 24px auto;
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(15, 34, 65, 0.22);
}

.carpool-summary-modal-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 38, 84, 0.08);
  color: #143b8b;
  font-size: 26px;
  cursor: pointer;
}

.carpool-summary-box-modal {
  min-height: auto;
}

.pickup-pricing-stack {
  display: grid;
  gap: 22px;
}

.transport-admin-shell,
.transport-board-shell {
  padding-top: 36px;
}

.transport-admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.transport-admin-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.transport-admin-nav .button {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(16, 38, 68, 0.18);
  background: #ffffff;
  color: #102243;
  box-shadow: 0 8px 18px rgba(16, 38, 68, 0.08);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.transport-admin-nav .button:hover {
  background: #f4f8ff;
  border-color: rgba(19, 74, 169, 0.34);
  color: #0b2d67;
  box-shadow: 0 10px 22px rgba(19, 74, 169, 0.12);
  transform: translateY(-1px);
}

.transport-admin-nav .button:active {
  background: #e8f0ff;
  border-color: rgba(19, 74, 169, 0.42);
  color: #0b2d67;
  box-shadow: inset 0 2px 4px rgba(16, 38, 68, 0.08);
  transform: translateY(0);
}

.transport-admin-nav .button.is-current,
.transport-admin-nav .button[aria-current="page"] {
  border-color: rgba(11, 45, 103, 0.52);
  background: linear-gradient(135deg, #134aa9 0%, #0b2d67 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(11, 45, 103, 0.24);
}

.transport-admin-nav .button.is-current:hover,
.transport-admin-nav .button[aria-current="page"]:hover {
  background: linear-gradient(135deg, #1652b9 0%, #0d3377 100%);
  border-color: rgba(11, 45, 103, 0.6);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(11, 45, 103, 0.28);
}

.transport-filter-form,
.transport-form-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.transport-filter-form {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
}

.transport-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.transport-field-span-2 {
  grid-column: 1 / -1;
}

.transport-list-grid {
  display: grid;
  gap: 16px;
}

.transport-list-card,
.transport-board-card,
.transport-auth-card {
  padding: 24px;
}

.transport-board-card-surface {
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 38, 68, 0.06);
  box-shadow: 0 18px 42px rgba(12, 34, 67, 0.08);
}

.transport-board-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.transport-board-card-copy h3 {
  margin: 6px 0 0;
  font-size: 1.2rem;
  color: var(--ink);
}

.transport-board-card-kicker {
  margin: 0;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.transport-board-card-meta {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.transport-board-card-pill {
  white-space: nowrap;
  min-width: 104px;
}

.transport-list-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.transport-list-top h3 {
  margin: 0;
  font-size: 1.05rem;
}

.transport-list-top p,
.transport-list-card p,
.transport-board-card p {
  color: var(--muted);
  line-height: 1.7;
}

.transport-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(19, 74, 169, 0.1);
  color: var(--accent-deep);
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
}

.transport-card-actions,
.transport-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}

.transport-inline-actions select {
  flex: 1 1 280px;
}

.transport-quick-jump {
  align-items: end;
  margin-top: 18px;
}

.transport-quick-jump-field {
  min-width: min(420px, 100%);
}

.transport-group-filters {
  width: 100%;
  flex: 1 1 100%;
  justify-content: space-between;
  align-items: end;
}

.transport-groups-toolbar {
  display: block;
}

.transport-group-filters-main,
.transport-group-filters-side {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
}

.transport-group-filters-main {
  flex: 1 1 420px;
}

.transport-group-filters-side {
  flex: 0 1 auto;
  justify-content: flex-end;
}

.transport-group-filters-main .field,
.transport-group-filters-side .field {
  min-width: 150px;
}

.transport-group-filters-side .field:first-child {
  min-width: 220px;
}

.transport-group-filter-actions {
  display: flex;
  align-items: center;
  align-self: end;
  flex-wrap: nowrap;
  padding-top: 0;
  transform: translateY(-20px);
}

.transport-group-filter-actions .button {
  min-height: 40px;
}

#transportRequestsPage .admin-toolbar-split > .admin-inline-actions,
#transportRequestFilters > .admin-inline-actions {
  transform: translateY(-20px);
}

.transport-groups-primary-order + .admin-table-subtle {
  display: none;
}

.transport-groups-table-wrap {
  overflow-x: auto;
  overflow-y: visible;
  position: relative;
}

.transport-groups-table {
  min-width: 1550px;
}

.transport-groups-cell {
  vertical-align: top;
  min-width: 0;
}

.transport-groups-cell-center {
  text-align: center;
}

.transport-groups-cell .admin-status-badge {
  white-space: nowrap;
}

.transport-groups-table .admin-table-actions {
  flex-wrap: nowrap;
}

.transport-groups-table thead th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f8fbff;
  white-space: nowrap;
  box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.08);
}

.transport-groups-table thead th:first-child {
  left: 0;
  z-index: 7;
  box-shadow:
    inset -1px 0 0 rgba(15, 23, 42, 0.08),
    inset 0 -1px 0 rgba(15, 23, 42, 0.08);
}

.transport-groups-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.transport-groups-table tbody tr:nth-child(even) {
  background: #f6faff;
}

.transport-groups-table tbody tr:hover {
  background: #eef5ff;
}

.transport-groups-group-id {
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
}

.transport-groups-member-stack {
  display: grid;
  gap: 6px;
}

.transport-groups-member-stack-center {
  justify-items: center;
}

.transport-groups-member-line {
  min-height: 20px;
  white-space: nowrap;
}

.transport-groups-member-line.is-primary {
  color: var(--text-primary);
}

.transport-groups-cell-group {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 210px;
  background: #ffffff;
  box-shadow: inset -1px 0 0 rgba(15, 23, 42, 0.08);
}

.transport-groups-table tbody tr:nth-child(even) .transport-groups-cell-group {
  background: #f6faff;
}

.transport-groups-table tbody tr:hover .transport-groups-cell-group {
  background: #eef5ff;
}

.transport-assign-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.transport-sync-log-table th,
.transport-sync-log-table td {
  vertical-align: top;
}

.transport-sync-log-cell-details {
  min-width: 320px;
}

.transport-sync-log-details {
  margin-bottom: 10px;
}

.transport-sync-log-details:last-child {
  margin-bottom: 0;
}

.transport-sync-log-details summary {
  cursor: pointer;
  color: #134aa9;
  font-weight: 600;
}

.transport-sync-log-details-body {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}

.transport-sync-log-line {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid rgba(19, 74, 169, 0.08);
}

.transport-assign-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.transport-assign-card strong {
  display: block;
  margin-bottom: 4px;
}

.transport-assign-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.transport-form-message {
  margin: 0;
  min-height: 24px;
  color: #55667d;
}

.transport-form-message.is-error {
  color: #b42318;
}

.transport-form-message.is-success {
  color: #027a48;
}

.transport-loading,
.transport-empty {
  padding: 22px 20px;
  border-radius: 16px;
  border: 1px dashed rgba(16, 38, 68, 0.14);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.transport-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.transport-pagination-current {
  min-width: 84px;
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}

@media (max-width: 1200px) {
  .transport-group-filters {
    align-items: end;
  }

  .transport-group-filters-side {
    justify-content: flex-start;
  }

  .transport-group-filter-actions {
    flex-wrap: wrap;
  }
}

.transport-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.transport-board-grid-simple {
  margin-top: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.transport-board-scroll,
.pickup-board-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 74, 169, 0.28) transparent;
}

.transport-board-scroll::-webkit-scrollbar,
.pickup-board-scroll::-webkit-scrollbar {
  height: 8px;
}

.transport-board-scroll::-webkit-scrollbar-thumb,
.pickup-board-scroll::-webkit-scrollbar-thumb {
  background: rgba(19, 74, 169, 0.22);
  border-radius: 999px;
}

.transport-board-grid-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  min-width: max-content;
}

.transport-board-grid-inline .transport-board-field {
  flex: 0 0 220px;
  min-width: 220px;
}

.transport-board-grid div,
.transport-board-field,
.transport-check-card {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: #f8fbff;
}

.transport-board-grid strong,
.transport-board-field strong,
.transport-check-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-deep);
}

.transport-board-grid span {
  color: var(--text);
  line-height: 1.7;
}

.transport-board-field span {
  color: var(--text);
  line-height: 1.7;
}

.transport-board-shell .storage-section {
  max-width: 1440px;
  margin: 0 auto;
}

.transport-board-shell .section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.transport-board-shell .section-heading p {
  line-height: 1.8;
}

.transport-board-cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding: 24px 26px;
  border-radius: 28px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background:
    radial-gradient(circle at right top, rgba(92, 143, 255, 0.12), transparent 28%),
    radial-gradient(circle at left bottom, rgba(162, 114, 255, 0.1), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
  box-shadow: 0 20px 46px rgba(12, 34, 67, 0.08);
}

.transport-board-cta-copy {
  max-width: 760px;
}

.transport-board-cta-kicker {
  margin: 0;
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.transport-board-cta-copy h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.transport-board-cta-copy p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.transport-board-cta-actions {
  display: grid;
  gap: 12px;
  min-width: 320px;
}

.transport-board-cta-actions .button {
  width: 100%;
  justify-content: center;
}

.transport-board-cta-primary {
  min-height: 56px;
  font-size: 1rem;
  font-weight: 800;
  gap: 12px;
  position: relative;
  overflow: hidden;
  border: 0;
  color: #ffffff;
  background: linear-gradient(135deg, #1c56d8 0%, #6d78ff 100%);
  box-shadow: 0 22px 40px rgba(36, 84, 201, 0.24);
}

.transport-board-cta-primary::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), transparent 42%, transparent 58%, rgba(255, 255, 255, 0.12));
  opacity: 0.9;
  pointer-events: none;
}

.transport-board-cta-primary span {
  position: relative;
  z-index: 1;
}

.transport-board-cta-primary:hover,
.transport-board-cta-primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 28px 48px rgba(36, 84, 201, 0.3);
}

.transport-board-cta-arrow {
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.transport-board-cta-primary:hover .transport-board-cta-arrow,
.transport-board-cta-primary:focus-visible .transport-board-cta-arrow {
  transform: translateX(3px);
}

.transport-board-cta-secondary {
  border-color: rgba(16, 38, 68, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent-deep);
}

.transport-board-shell .transport-filter-form {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: end;
  padding: 28px;
  margin-bottom: 28px;
  border-radius: 28px;
  border: 1px solid rgba(16, 38, 68, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 249, 255, 0.96) 100%);
  box-shadow: 0 20px 46px rgba(12, 34, 67, 0.08);
}

.transport-board-shell .transport-filter-form .field {
  margin-bottom: 0;
}

.transport-board-shell .transport-filter-form .button {
  width: 100%;
  min-height: 50px;
}

.transport-board-shell .transport-list-grid {
  gap: 10px;
}

.transport-board-shell .transport-board-scroll-hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 10px 16px;
  border: 1px solid rgba(220, 38, 38, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 247, 247, 0.98) 0%, rgba(255, 241, 241, 0.96) 100%);
  color: #8f1d1d;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  box-shadow: 0 10px 24px rgba(220, 38, 38, 0.08);
  animation: transport-board-scroll-hint-pulse 1.9s ease-in-out infinite;
}

.transport-board-shell .transport-board-scroll-hint-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.12);
  color: #b91c1c;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  flex: 0 0 auto;
}

.transport-board-shell .transport-board-scroll-hint-copy {
  white-space: nowrap;
}

.transport-board-shell .transport-board-scroll-hint-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.14);
  color: #dc2626;
  font-size: 1rem;
  font-weight: 900;
  flex: 0 0 auto;
  animation: transport-board-scroll-hint-arrow 1.15s ease-in-out infinite;
}

@keyframes transport-board-scroll-hint-pulse {
  0%,
  100% {
    box-shadow: 0 10px 24px rgba(220, 38, 38, 0.08);
    transform: translateX(0);
  }
  50% {
    box-shadow: 0 14px 28px rgba(220, 38, 38, 0.14);
    transform: translateX(2px);
  }
}

@keyframes transport-board-scroll-hint-arrow {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .transport-board-shell .transport-board-scroll-hint,
  .transport-board-shell .transport-board-scroll-hint-arrow {
    animation: none;
  }
}

.transport-board-shell .transport-board-card {
  padding: 0;
}

.transport-board-shell .transport-board-card-surface {
  overflow: hidden;
  border-radius: 14px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.transport-board-shell .transport-board-table-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}

.transport-board-shell .transport-board-table {
  min-width: 1480px;
}

.transport-board-shell .transport-board-table-head {
  margin-bottom: 10px;
}

.transport-board-shell .transport-board-inline-row {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 1.05fr 0.8fr 0.95fr 1.05fr 1fr minmax(380px, 2.45fr);
  gap: 0;
  align-items: stretch;
  border-radius: 14px;
}

.transport-board-shell .transport-board-head-item,
.transport-board-shell .transport-board-inline-item {
  min-width: 0;
  padding: 12px 14px;
  border-right: 1px solid rgba(16, 38, 68, 0.08);
}

.transport-board-shell .transport-board-head-item {
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.98) 0%, rgba(232, 240, 253, 0.96) 100%);
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.transport-board-shell .transport-board-head-label-short {
  display: none;
}

.transport-board-shell .transport-board-inline-item {
  background: transparent;
}

.transport-board-shell .transport-board-inline-item span {
  display: block;
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.3;
  word-break: break-word;
}

.transport-board-shell .transport-board-head-item:last-child,
.transport-board-shell .transport-board-inline-item:last-child {
  border-right: 0;
}

.transport-board-shell .transport-board-inline-item-actions {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.transport-board-shell .transport-board-inline-item-highlight span {
  font-weight: 700;
}

.transport-board-shell .transport-board-table-body .transport-board-card + .transport-board-card {
  margin-top: 10px;
}

.transport-board-shell .transport-board-table-body .transport-board-card:nth-child(odd) .transport-board-inline-row {
  background: rgba(255, 249, 240, 0.94);
}

.transport-board-shell .transport-board-table-body .transport-board-card:nth-child(even) .transport-board-inline-row {
  background: rgba(244, 250, 243, 0.96);
}

.transport-board-shell .transport-pagination {
  margin-top: 30px;
}

.transport-pagination .button {
  min-width: 108px;
  min-height: 44px;
  justify-content: center;
}

.transport-pagination .button-secondary {
  border-color: rgba(16, 38, 68, 0.12);
  background: rgba(255, 255, 255, 0.96);
  color: var(--accent-deep);
  box-shadow: 0 10px 24px rgba(15, 34, 65, 0.08);
}

.transport-pagination .button-secondary:hover:not(:disabled),
.transport-pagination .button-secondary:focus-visible:not(:disabled) {
  border-color: rgba(19, 74, 169, 0.28);
  background: #ffffff;
  color: #123f92;
}

.transport-pagination .button-secondary:disabled {
  border-color: rgba(16, 38, 68, 0.08);
  background: rgba(241, 245, 251, 0.96);
  color: rgba(74, 96, 132, 0.62);
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
}

.transport-check-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.transport-check-card p {
  margin: 6px 0 0;
}

.transport-current-member {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: #f8fbff;
  margin-bottom: 12px;
}

.transport-current-member p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.transport-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.transport-panel-header h2,
.transport-panel-header p {
  margin: 0;
}

.transport-panel-header p {
  margin-top: 6px;
  color: var(--muted);
}

.transport-group-detail-panel {
  display: grid;
  gap: 18px;
}

.transport-group-summary-grid,
.transport-group-judgement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
}

.transport-group-summary-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  align-items: center;
  padding: 2px 0;
}

.transport-group-summary-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
}

.transport-group-summary-item span {
  color: var(--muted);
  font-size: 0.92rem;
  white-space: nowrap;
}

.transport-group-summary-item strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.4;
}

.transport-group-summary-item.is-primary strong {
  color: #123f92;
}

.transport-group-summary-input-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.transport-group-summary-input-row input {
  width: 88px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  border: 1px solid rgba(19, 74, 169, 0.18);
  background: #ffffff;
  color: var(--text);
}

.transport-group-dispatch-summary {
  border: 1px solid rgba(20, 59, 139, 0.12);
  border-radius: 20px;
  background: #f8fbff;
  padding: 20px 24px;
}

.transport-group-dispatch-summary-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}

.transport-group-dispatch-summary-textarea {
  width: 100%;
  min-height: 360px;
  border: 1px solid rgba(20, 59, 139, 0.14);
  border-radius: 16px;
  background: #ffffff;
  padding: 16px 18px;
  resize: vertical;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #15305b;
}

.transport-group-dispatch-summary-textarea:focus {
  outline: none;
  border-color: rgba(20, 59, 139, 0.28);
  box-shadow: 0 0 0 3px rgba(20, 59, 139, 0.08);
}

.transport-group-dispatch-summary-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #15305b;
}

.transport-group-summary-card {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(24, 55, 109, 0.08);
  min-width: 180px;
}

.transport-group-summary-card.is-primary {
  background: linear-gradient(135deg, rgba(19, 74, 169, 0.08), rgba(43, 114, 242, 0.12));
  border-color: rgba(19, 74, 169, 0.16);
}

.transport-group-summary-card span {
  color: var(--muted);
  font-size: 0.9rem;
}

.transport-group-summary-card strong {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
}

.transport-inline-tag {
  display: inline-flex;
  width: fit-content;
  margin-left: 8px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.8rem;
  font-weight: 700;
}

.transport-inline-tag.is-danger {
  background: rgba(206, 64, 48, 0.12);
  color: #a5362d;
}

.transport-inline-tag.is-success {
  background: rgba(52, 153, 95, 0.12);
  color: #1d7a4a;
}

.transport-inline-tag-service {
  margin-left: 0;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
}

.transport-group-reasons {
  display: grid;
  gap: 10px;
}

.transport-group-reasons-title {
  font-weight: 700;
}

.transport-group-reasons-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.transport-payment-list {
  display: grid;
  gap: 12px;
}

.transport-payment-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7faff;
  border: 1px solid rgba(24, 55, 109, 0.08);
}

.transport-payment-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.transport-group-members-table td {
  vertical-align: top;
}

.transport-checkbox-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transport-checkbox-field input {
  width: 20px;
  height: 20px;
}

.transport-convert-field {
  padding: 16px 18px;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 14px;
  background: rgba(239, 246, 255, 0.65);
}

.transport-form-note {
  margin: -6px 0 0;
  color: #35507a;
  font-size: 0.94rem;
  line-height: 1.7;
}

.transport-auth-wrap {
  max-width: 520px;
}

.auth-page-shell {
  position: relative;
  overflow: hidden;
}

.auth-page-shell::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at top left, rgba(209, 233, 255, 0.42), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 226, 177, 0.24), transparent 28%);
}

.auth-page-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.auth-page-tools {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -6px;
}

.auth-hero-panel {
  position: relative;
  z-index: 1;
  padding: 40px 36px;
  border-radius: 28px;
  background:
    linear-gradient(140deg, rgba(8, 30, 64, 0.94) 0%, rgba(18, 68, 126, 0.92) 58%, rgba(57, 119, 184, 0.86) 100%);
  color: #f5f9ff;
  box-shadow: 0 28px 60px rgba(13, 29, 58, 0.22);
}

.auth-hero-panel .eyebrow,
.auth-hero-panel h1,
.auth-hero-panel p,
.auth-feature-card strong,
.auth-feature-card p {
  color: inherit;
}

.auth-hero-panel h1 {
  margin: 10px 0 0;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.14;
}

.auth-hero-text {
  margin: 20px 0 0;
  max-width: 54ch;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(245, 249, 255, 0.84);
}

.auth-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.auth-feature-card {
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.auth-feature-card strong {
  display: block;
  font-size: 1rem;
}

.auth-feature-card p {
  margin: 8px 0 0;
  line-height: 1.75;
  color: rgba(245, 249, 255, 0.78);
}

.auth-card {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: grid;
  align-content: start;
  gap: 22px;
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.auth-card-header {
  display: grid;
  gap: 20px;
}

.auth-mode-switch {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  width: min(100%, 240px);
  border-radius: 999px;
  background: rgba(16, 38, 68, 0.06);
}

.auth-mode-button {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.auth-mode-button:hover {
  color: var(--accent-deep);
  transform: translateY(-1px);
}

.auth-mode-button.is-current {
  background: #ffffff;
  color: var(--accent-deep);
  box-shadow: 0 10px 24px rgba(15, 34, 65, 0.08);
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-form[hidden] {
  display: none !important;
}

.auth-inline-hint {
  margin: -2px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.auth-team-photo {
  margin: 4px 0 2px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 48px rgba(9, 22, 46, 0.18);
}

.auth-team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

[data-login-page] .auth-team-photo-brand {
  margin-top: 16px;
  padding: 18px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 244, 255, 0.9) 100%);
  box-shadow: 0 22px 44px rgba(8, 22, 46, 0.16);
}

[data-login-page] .auth-team-photo-brand img {
  aspect-ratio: auto;
  max-height: 320px;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
}

.auth-step-indicator {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(16, 38, 68, 0.08);
  color: var(--accent-deep);
  font-weight: 700;
}

.auth-field-group {
  display: grid;
  gap: 8px;
}

.auth-field-group span {
  font-weight: 600;
  color: var(--accent-deep);
}

.auth-form-stack {
  display: grid;
  gap: 18px;
}

.auth-turnstile-block {
  display: grid;
  gap: 10px;
}

.auth-turnstile-label {
  color: var(--muted);
  font-size: 0.96rem;
}

.auth-turnstile-slot {
  min-height: 66px;
}

.auth-turnstile-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.auth-verify-button {
  min-width: 220px;
}

.auth-turnstile-status {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.auth-turnstile-status.is-success {
  color: #1d6c47;
}

.auth-turnstile-status.is-error {
  color: #b54747;
}

.auth-step-two {
  display: grid;
  gap: 16px;
}

.auth-step-three {
  display: grid;
  gap: 16px;
}

.auth-step-two[hidden] {
  display: none !important;
}

.auth-step-three[hidden] {
  display: none !important;
}

.auth-resend-row {
  display: grid;
  gap: 10px;
}

.auth-resend-note {
  min-height: 24px;
  color: var(--muted);
  font-size: 0.95rem;
}

.auth-resend-button {
  min-width: 0;
}

.auth-submit,
.auth-back-link {
  width: 100%;
  justify-content: center;
}

.auth-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.auth-link-row-stack {
  display: grid;
}

.auth-inline-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.auth-inline-link:hover,
.auth-inline-link:focus-visible {
  text-decoration: underline;
}

.auth-submit:disabled,
.auth-back-link:disabled,
.auth-resend-button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.auth-state-card {
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
}

.auth-state-card h3 {
  margin: 0 0 8px;
}

.auth-state-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.auth-loading-dot-group {
  display: inline-flex;
  gap: 8px;
  margin-bottom: 16px;
}

.auth-loading-dot-group span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: var(--accent);
  animation: authDotPulse 1.4s ease-in-out infinite;
}

.auth-loading-dot-group span:nth-child(2) {
  animation-delay: 0.2s;
}

.auth-loading-dot-group span:nth-child(3) {
  animation-delay: 0.4s;
}

.auth-action-stack {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.site-auth-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.site-auth-nav-button {
  min-height: 44px;
}

.site-auth-menu {
  position: relative;
}

.site-user-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border-radius: 999px;
  background: rgba(223, 234, 252, 0.72);
  color: var(--accent-deep);
  font-weight: 700;
}

.site-auth-menu-trigger {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.site-user-chip-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
}

.site-auth-menu-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 160px;
  padding: 10px;
  border: 1px solid rgba(53, 80, 122, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(38, 66, 119, 0.14);
  display: grid;
  gap: 8px;
  z-index: 40;
}

.site-auth-menu-dropdown[hidden] {
  display: none !important;
}

.site-auth-menu-item {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border: 0;
  border-radius: 12px;
  background: rgba(223, 234, 252, 0.52);
  color: var(--accent-deep);
  text-decoration: none;
  text-align: left;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.site-auth-menu-item:hover,
.site-auth-menu-item:focus-visible {
  background: rgba(53, 90, 211, 0.12);
  outline: none;
}

.site-auth-mobile-slot {
  display: grid;
  gap: 8px;
}

.site-auth-mobile-slot a,
.site-auth-mobile-button {
  padding: 12px 14px;
  border-radius: 12px;
  color: var(--accent-deep);
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  background: rgba(223, 234, 252, 0.72);
  border: 0;
  text-align: left;
  cursor: pointer;
}

.service-guard-cta {
  margin-top: 18px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(223, 234, 252, 0.52);
  border: 1px solid rgba(28, 72, 168, 0.12);
}

.service-guard-cta p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.8;
}

.service-center-shell {
  padding-top: 28px;
}

.service-center-header-card,
.service-center-panel {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  border: 1px solid rgba(24, 55, 109, 0.08);
  box-shadow: 0 18px 42px rgba(14, 33, 66, 0.08);
}

.service-center-header-card {
  padding: 20px 22px 16px;
  display: grid;
  gap: 14px;
}

.service-center-header-top,
.service-center-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.service-center-quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 4px 0 2px;
}

.service-center-quick-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(24, 55, 109, 0.1);
  background: rgba(237, 243, 255, 0.72);
  color: var(--accent-deep);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(14, 33, 66, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.service-center-quick-link:hover,
.service-center-quick-link:focus-visible {
  transform: translateY(-1px);
  background: #f4f8ff;
  border-color: rgba(19, 74, 169, 0.18);
  box-shadow: 0 14px 28px rgba(14, 33, 66, 0.08);
}

.service-center-quick-link-primary {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, #2d56c4 0%, #23429a 100%);
  box-shadow: 0 16px 32px rgba(33, 66, 150, 0.22);
}

.service-center-quick-link-primary:hover,
.service-center-quick-link-primary:focus-visible {
  background: linear-gradient(135deg, #3562d8 0%, #2649aa 100%);
  box-shadow: 0 20px 36px rgba(33, 66, 150, 0.28);
}

.service-center-quick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 0.95rem;
}

.service-center-header-copy h1,
.service-center-profile-copy h2 {
  margin: 0;
}

.service-center-header-copy .eyebrow {
  margin-bottom: 6px;
}

.service-center-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.service-center-avatar {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  object-fit: cover;
  border: 1px solid rgba(28, 72, 168, 0.12);
  background: rgba(223, 234, 252, 0.5);
  flex-shrink: 0;
}

.service-center-profile-copy {
  min-width: 0;
}

.service-center-subtitle,
.service-center-intro {
  margin: 4px 0 0;
  color: #52647c;
}

.service-center-intro {
  line-height: 1.45;
}

.service-center-status-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(24, 55, 109, 0.08);
  background: var(--surface-muted);
}

.service-center-status-chip {
  min-width: 0;
  padding: 11px 14px;
  display: grid;
  gap: 2px;
  color: inherit;
  text-decoration: none;
  border-right: 1px solid rgba(24, 55, 109, 0.08);
}

.service-center-status-chip:last-child {
  border-right: 0;
}

.service-center-status-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.service-center-status-chip strong {
  font-size: 0.96rem;
  color: var(--text);
}

.service-center-status-chip-link strong {
  color: var(--accent-deep);
}

.service-center-status-chip-link:hover,
.service-center-status-chip-link:focus-visible {
  background: #e5eeff;
}

.service-center-toolbar {
  display: flex;
  justify-content: flex-end;
  min-height: 44px;
  flex-shrink: 0;
}

.service-center-primary-actions {
  display: grid;
  gap: 8px;
  width: min(270px, 100%);
  flex-shrink: 0;
}

.service-center-primary-actions .button {
  width: 100%;
  justify-content: center;
  min-height: 42px;
  padding-inline: 16px;
}

.service-center-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-card {
  padding: 16px 18px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid rgba(24, 55, 109, 0.08);
  box-shadow: 0 10px 24px rgba(14, 33, 66, 0.05);
  display: grid;
  align-content: start;
  gap: 8px;
}

.service-card-primary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.98));
}

.service-card h3,
.service-card p {
  margin: 0;
}

.service-card h3 {
  font-size: 1.03rem;
}

.service-card p {
  color: #55667d;
  line-height: 1.45;
}

.service-card-tag {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.78rem;
  font-weight: 700;
}

.service-center-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 14px;
  align-items: start;
}

.service-center-column {
  display: grid;
  gap: 14px;
}

.service-center-side-column {
  position: sticky;
  top: 18px;
}

.service-center-panel {
  padding: 18px 20px;
}

.service-center-panel-compact {
  padding: 16px 18px;
}

.service-center-panel-muted {
  background: rgba(250, 252, 255, 0.96);
  box-shadow: 0 4px 12px rgba(14, 33, 66, 0.028);
  border-color: rgba(24, 55, 109, 0.06);
}

.service-center-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.service-center-panel-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
}

.service-center-panel-head-compact {
  margin-bottom: 14px;
}

.service-center-panel-head-compact h2 {
  font-size: 1.2rem;
}

.service-center-task-list,
.service-center-link-list {
  display: grid;
  gap: 12px;
}

.service-center-task,
.service-center-link-item {
  border-radius: 16px;
  padding: 14px 16px;
  background: #f5f8fe;
  border: 1px solid rgba(24, 55, 109, 0.08);
}

.auth-select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #5873aa 50%),
    linear-gradient(135deg, #5873aa 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.auth-legal-note,
.auth-policy-row {
  margin: 0;
  color: #5c6f8f;
  font-size: 0.95rem;
  line-height: 1.6;
}

.auth-legal-note {
  margin-top: -4px;
}

.auth-policy-row {
  padding-top: 4px;
}

.auth-inline-link {
  color: var(--accent-deep);
  font-weight: 700;
  text-decoration: none;
}

.auth-inline-link:hover,
.auth-inline-link:focus-visible {
  text-decoration: underline;
}

.legal-page-shell {
  min-height: 100vh;
  padding: 40px 20px 56px;
}

.legal-page-wrap {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.legal-topbar {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.legal-topbar-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.legal-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(24, 55, 109, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(27, 43, 72, 0.14);
  padding: clamp(24px, 4vw, 40px);
}

.legal-hero {
  display: grid;
  gap: 12px;
}

.legal-hero h1,
.legal-hero p,
.legal-prose h2,
.legal-prose p,
.legal-prose ul {
  margin: 0;
}

.legal-hero h1 {
  font-size: clamp(2.3rem, 5vw, 4rem);
  line-height: 1.06;
}

.legal-hero-meta {
  color: #5b6e8e;
  font-size: 0.96rem;
}

.legal-prose {
  display: grid;
  gap: 22px;
  color: #29405f;
}

.legal-prose section {
  display: grid;
  gap: 10px;
}

.legal-prose h2 {
  font-size: 1.25rem;
}

.legal-prose p,
.legal-prose li {
  color: #4d617f;
  line-height: 1.7;
}

.legal-prose ul {
  padding-left: 20px;
  display: grid;
  gap: 8px;
}

@media (max-width: 720px) {
  .legal-page-shell {
    padding-inline: 14px;
    padding-top: 22px;
  }

  .legal-topbar {
    align-items: stretch;
  }

  .legal-topbar-links {
    width: 100%;
    justify-content: flex-start;
  }
}

.service-center-task {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.service-center-task h3,
.service-center-task p,
.service-center-link-item strong,
.service-center-link-item p {
  margin: 0;
}

.service-center-task p,
.service-center-link-item p {
  margin-top: 4px;
  color: #55667d;
  line-height: 1.5;
}

.service-center-task .button {
  white-space: nowrap;
  min-width: 142px;
}

.service-center-task-clickable,
.service-center-card-clickable {
  cursor: pointer;
}

.service-center-task-clickable:hover,
.service-center-task-clickable:focus-within,
.service-center-card-clickable:hover,
.service-center-card-clickable:focus-within {
  box-shadow: 0 12px 28px rgba(14, 33, 66, 0.1);
  border-color: rgba(53, 90, 211, 0.18);
}

.service-center-detail-modal[hidden] {
  display: none !important;
}

.service-center-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
}

.service-center-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 19, 48, 0.66);
  backdrop-filter: blur(4px);
}

.service-center-detail-dialog {
  position: relative;
  width: min(900px, calc(100vw - 40px));
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  padding: 26px;
  overflow: auto;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(10, 19, 48, 0.22);
}

.service-center-detail-close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: rgba(17, 38, 84, 0.08);
  color: #143b8b;
  font-size: 26px;
  cursor: pointer;
}

.service-center-detail-body {
  margin-top: 18px;
}

.service-center-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-center-detail-field {
  display: grid;
  gap: 8px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(24, 55, 109, 0.08);
}

.service-center-detail-field strong {
  color: #143b8b;
}

.service-center-detail-field span {
  color: #213551;
  line-height: 1.7;
  word-break: break-word;
}

.service-center-detail-field-wide {
  grid-column: 1 / -1;
}

.service-center-detail-warning {
  margin: 18px 0 0;
  color: #c62828;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.7;
}

.service-center-empty-state {
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--surface-muted);
  border: 1px dashed rgba(24, 55, 109, 0.16);
}

.service-center-empty-state strong,
.service-center-empty-state p {
  margin: 0;
}

.service-center-empty-state p {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.55;
}

.service-center-link-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.service-center-link-item:hover,
.service-center-link-item:focus-visible {
  background: #edf3ff;
  border-color: rgba(19, 74, 169, 0.16);
}

.service-center-link-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e6efff;
  border: 1px solid rgba(19, 74, 169, 0.16);
  color: var(--accent-deep);
  font-weight: 600;
  white-space: nowrap;
}

.service-center-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-radius: 999px;
  background: #edf3ff;
  color: #1f4fb3;
  font-size: 13px;
  vertical-align: -3px;
}

.profile-shell {
  padding-top: 28px;
}

.profile-page {
  display: grid;
  gap: 16px;
}

.profile-page-top,
.profile-card {
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  border: 1px solid rgba(24, 55, 109, 0.08);
  box-shadow: 0 14px 30px rgba(14, 33, 66, 0.06);
}

.profile-page-top {
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.profile-page-copy h1 {
  margin: 6px 0 0;
}

.profile-page-copy p:last-child {
  margin: 10px 0 0;
  color: #55667d;
  line-height: 1.55;
}

.profile-page-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.profile-card {
  padding: 20px 22px;
}

.profile-field-grid {
  display: grid;
  gap: 8px;
}

.profile-choice-group {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(24, 55, 109, 0.08);
  border-radius: 16px;
  background: #f7faff;
  grid-column: 1 / -1;
}

.profile-choice-group legend {
  padding: 0 6px;
  font-weight: 700;
  color: var(--text);
}

.profile-choice-options {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.profile-choice-options label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #14304f;
  font-weight: 600;
}

#profileWechatField,
#profileWhatsappField {
  grid-column: 1 / -1;
}

.profile-form-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}

@keyframes authDotPulse {
  0%, 80%, 100% {
    transform: scale(0.75);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 1080px) {
  .transport-board-cta-strip {
    flex-direction: column;
    align-items: stretch;
  }

  .transport-board-cta-actions {
    min-width: 0;
  }

  .transport-board-shell .transport-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .transport-board-shell .transport-board-inline-row {
    gap: 1px;
    background: rgba(16, 38, 68, 0.08);
  }

  .transport-filter-form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .auth-page-section {
    grid-template-columns: 1fr;
  }

  .service-center-overview-grid,
  .service-center-content-grid {
    grid-template-columns: 1fr;
  }

  .service-center-side-column {
    position: static;
  }

  .service-center-header-main {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 780px) {
  .transport-board-cta-strip {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .transport-board-shell .transport-filter-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transport-board-shell .transport-board-card {
    padding: 0;
  }

  .transport-board-shell .transport-board-table {
    min-width: 1240px;
  }

  .transport-board-shell .transport-board-inline-row {
    grid-template-columns: 0.95fr 0.68fr 0.88fr 0.66fr 0.8fr 0.9fr 0.85fr minmax(352px, 2.45fr);
  }

  .transport-board-shell .transport-board-inline-item {
    border-right: 0;
    background: rgba(255, 255, 255, 0.96);
  }

  .transport-board-shell .transport-board-head-item,
  .transport-board-shell .transport-board-inline-item {
    padding: 10px 11px;
  }

  .transport-admin-header,
  .transport-list-top,
  .transport-current-member,
  .transport-board-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .transport-filter-form,
  .transport-form-grid,
  .transport-board-grid {
    grid-template-columns: 1fr;
  }

  .transport-board-grid-simple {
    grid-template-columns: 1fr;
  }

  .auth-page-section {
    gap: 20px;
  }

  .auth-page-tools {
    justify-content: center;
    margin-bottom: 4px;
  }

  .auth-hero-panel,
  .auth-card {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .site-auth-nav {
    justify-content: center;
  }

  [data-login-page] .auth-team-photo-brand {
    margin-top: 12px;
    padding: 14px;
  }

  [data-login-page] .auth-team-photo-brand img {
    max-height: 240px;
  }

  .site-user-chip {
    width: 100%;
    justify-content: center;
  }

  .service-center-header-card,
  .service-center-panel {
    border-radius: 22px;
  }

  .service-center-header-card,
  .service-center-panel,
  .service-center-panel-compact {
    padding: 18px;
  }

  .service-center-header-top {
    flex-direction: column;
    align-items: stretch;
  }

  .service-center-quick-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-center-status-strip {
    grid-template-columns: 1fr;
  }

  .service-center-status-chip {
    border-right: 0;
    border-bottom: 1px solid rgba(24, 55, 109, 0.08);
  }

  .service-center-status-chip:last-child {
    border-bottom: 0;
  }

  .service-center-profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-center-task {
    grid-template-columns: 1fr;
  }

  .service-center-link-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-center-quick-link {
    width: 100%;
  }

  .profile-page-top {
    flex-direction: column;
    align-items: stretch;
  }

  .service-center-task .button,
  .service-center-primary-actions .button {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .carpool-hero,
  .carpool-form-layout,
  .carpool-form-row.two-columns {
    grid-template-columns: 1fr;
  }

  .carpool-summary-card {
    position: static;
  }
}

@media (max-width: 768px) {
  .pickup-form-page {
    padding-bottom: 64px;
  }

  .carpool-hero-main,
  .carpool-form-card,
  .carpool-summary-card {
    padding: 22px 18px;
  }

  .carpool-hero-side {
    padding: 14px;
  }

  .carpool-meta {
    gap: 10px;
  }

  .carpool-meta span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .carpool-actions,
  .pickup-process-cta {
    display: flex;
  }

  .carpool-actions .button,
  .pickup-process-cta .button,
  .carpool-submit-button {
    width: 100%;
  }

  .carpool-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .carpool-choice-group {
    padding: 18px 16px 14px;
  }
}

@media (max-width: 720px) {
  .pickup-process-panel:not(.pickup-process-panel-modal) {
    padding: 18px 12px 14px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-head {
    text-align: left;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-head h2 {
    margin-top: 8px;
    font-size: 1.32rem;
    line-height: 1.12;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-intro {
    margin-top: 8px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-line {
    display: none;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-timeline {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 0;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-step {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
    justify-items: center;
    padding: 14px 10px 12px;
    text-align: center;
    border-radius: 24px;
    grid-column: auto;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-step:last-child {
    grid-column: 1 / -1;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-index {
    top: 8px;
    right: 8px;
    min-width: 32px;
    height: 32px;
    font-size: 0.92rem;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-copy h3 {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.18;
    word-break: break-word;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-copy p {
    margin-top: 6px;
    font-size: 0.74rem;
    line-height: 1.4;
    word-break: break-word;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-cta {
    margin-top: 14px;
  }

  .pickup-contact-fab {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    min-width: 0;
    max-width: min(188px, calc(100vw - 32px));
    padding: 9px 11px;
    gap: 8px;
    border-radius: 20px;
  }

  .pickup-contact-fab-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 22px;
  }

  .pickup-contact-fab-eyebrow,
  .pickup-contact-fab-subtitle {
    display: none;
  }

  .pickup-contact-fab-title {
    font-size: 15px;
    line-height: 1.15;
  }

  .pickup-contact-modal {
    padding: 16px;
    overflow: hidden;
  }

  .pickup-help-modal-dialog-process {
    width: min(calc(100vw - 24px), 420px);
    max-height: calc(100vh - 20px);
    margin: 0 auto;
    padding: 16px 12px 12px;
    border-radius: 20px;
    overflow-x: hidden;
    justify-self: center;
  }

  .pickup-help-modal-head-process {
    text-align: left;
  }

  .pickup-help-modal-head-process h2 {
    margin-top: 8px;
    font-size: 1.22rem;
    line-height: 1.16;
  }

  .pickup-help-modal-head-process p:last-child {
    max-width: none;
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    font-size: 0.82rem;
    line-height: 1.52;
  }

  .pickup-process-panel-modal {
    margin-top: 12px;
    padding: 8px 0 0;
  }

  .pickup-process-panel-modal .pickup-process-line {
    display: none;
  }

  .pickup-process-panel-modal .pickup-process-timeline {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 2px 0 4px;
  }

  .pickup-process-panel-modal .pickup-process-step {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    justify-items: center;
    padding: 12px 8px 10px;
    text-align: center;
    min-width: 0;
    grid-column: auto;
  }

  .pickup-process-panel-modal .pickup-process-step:last-child {
    grid-column: 1 / -1;
  }

  .pickup-process-panel-modal .pickup-process-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .pickup-process-panel-modal .pickup-process-index {
    top: 6px;
    right: 6px;
    min-width: 22px;
    height: 22px;
    font-size: 0.68rem;
  }

  .pickup-process-panel-modal .pickup-process-copy h3 {
    margin: 0;
    font-size: 0.74rem;
    line-height: 1.18;
    word-break: break-word;
  }

  .pickup-process-panel-modal .pickup-process-copy p {
    margin-top: 4px;
    font-size: 0.62rem;
    line-height: 1.3;
    word-break: break-word;
  }

  .pickup-process-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
  }

  .pickup-process-modal-actions .pickup-process-button {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .pickup-contact-modal-dialog {
    padding: 18px;
    border-radius: 22px;
  }

  .pickup-help-fab-stack {
    right: 16px;
    bottom: 16px;
    width: min(260px, calc(100vw - 32px));
  }

  .pickup-help-fab {
    min-width: 0;
    width: 100%;
    padding: 12px 14px;
  }
}

@media (max-width: 520px) {
  .pickup-contact-fab {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    max-width: 152px;
    padding: 8px 10px;
  }

  .pickup-contact-fab-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 20px;
  }

  .pickup-contact-fab-title {
    font-size: 13px;
    line-height: 1.2;
  }

  .pickup-help-modal-dialog-process {
    width: min(calc(100vw - 16px), 392px);
    max-height: calc(100vh - 14px);
    margin: 0 auto;
    padding: 14px 10px 10px;
    border-radius: 16px;
    overflow-x: hidden;
    justify-self: center;
  }

  .pickup-help-modal-head-process h2 {
    font-size: 1.08rem;
  }

  .pickup-help-modal-head-process p:last-child {
    font-size: 0.76rem;
    line-height: 1.42;
  }

  .pickup-process-panel-modal {
    margin-top: 8px;
  }

  .pickup-process-panel-modal .pickup-process-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 0 4px;
  }

  .pickup-process-panel-modal .pickup-process-step {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 10px 7px 8px;
    border-radius: 14px;
    min-width: 0;
    grid-column: auto;
  }

  .pickup-process-panel-modal .pickup-process-step:last-child {
    grid-column: 1 / -1;
  }

  .pickup-process-panel-modal .pickup-process-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .pickup-process-panel-modal .pickup-process-index {
    top: 5px;
    right: 5px;
    min-width: 22px;
    height: 22px;
    font-size: 0.68rem;
  }

  .pickup-process-panel-modal .pickup-process-copy h3 {
    font-size: 0.7rem;
    line-height: 1.16;
  }

  .pickup-process-panel-modal .pickup-process-copy p {
    margin-top: 4px;
    font-size: 0.6rem;
    line-height: 1.28;
  }

  .pickup-process-modal-actions {
    gap: 8px;
    margin-top: 8px;
    padding-top: 8px;
  }

  .pickup-process-modal-actions .pickup-process-button {
    min-height: 40px;
    padding-inline: 8px;
    font-size: 0.76rem;
  }

  .carpool-summary-modal-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 18px;
    border-radius: 22px;
  }

  .carpool-summary-actions .button {
    width: 100%;
  }
}

.pickup-board-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.pickup-board-hint {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.pickup-board-list {
  display: block;
}

.pickup-board-track-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(19, 74, 169, 0.28) transparent;
}

.pickup-board-track-scroll::-webkit-scrollbar {
  height: 8px;
}

.pickup-board-track-scroll::-webkit-scrollbar-thumb {
  background: rgba(19, 74, 169, 0.22);
  border-radius: 999px;
}

.pickup-board-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: max-content;
}

.pickup-board-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  min-width: max-content;
}

.pickup-board-card-row {
  min-width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(18, 43, 90, 0.06);
}

.pickup-board-table-head {
  min-width: 100%;
  margin-bottom: 10px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 74, 169, 0.12), rgba(56, 104, 193, 0.08));
  border: 1px solid rgba(19, 74, 169, 0.12);
  overflow: hidden;
}

.pickup-board-head-item {
  padding: 14px 18px;
  border-right: 1px solid rgba(19, 74, 169, 0.12);
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 800;
}

.pickup-board-head-item:last-child {
  border-right: 0;
}

.pickup-board-track .pickup-board-card-row:nth-child(4n + 2) {
  background: rgba(241, 246, 255, 0.96);
}

.pickup-board-track .pickup-board-card-row:nth-child(4n + 3) {
  background: rgba(246, 251, 244, 0.98);
}

.pickup-board-track .pickup-board-card-row:nth-child(4n + 4) {
  background: rgba(255, 248, 241, 0.98);
}

.pickup-board-track .pickup-board-card-row:nth-child(4n + 5) {
  background: rgba(247, 244, 255, 0.98);
}

.pickup-board-row-grid {
  display: grid;
  grid-template-columns: 1.16fr 0.62fr 0.72fr 0.96fr 1.14fr 1.26fr 1.14fr;
  gap: 0;
}

.pickup-board-list-preview .pickup-board-table-head .pickup-board-row-grid,
.pickup-board-list-preview .pickup-preview-desktop-row .pickup-board-row-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.pickup-board-row-item {
  min-width: 0;
  padding: 16px 18px;
  border-right: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-board-row-item:last-child {
  border-right: 0;
}

.pickup-board-row-item span {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.35;
  word-break: break-word;
}

.pickup-board-row-item-service span,
.pickup-board-row-item-flight span {
  white-space: nowrap;
  word-break: normal;
}

.pickup-board-row-item-centered {
  text-align: center;
}

.pickup-board-row-item-centered span {
  display: inline-block;
  white-space: nowrap;
  word-break: normal;
}

.transport-board-card-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  flex-wrap: nowrap;
  min-width: 0;
}

.transport-board-action-button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
  justify-content: center;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
}

.transport-board-card-actions .transport-board-action-button:first-child {
  flex-grow: 0.94;
  flex-basis: 0;
}

.transport-board-card-actions .transport-board-action-button:last-child {
  flex-grow: 1.06;
  flex-basis: 0;
}

.transport-board-action-button-primary {
  position: relative;
  overflow: hidden;
  padding-right: 26px;
  color: #28406f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.48), transparent 28%),
    linear-gradient(135deg, #ffe0ef 0%, #fff0b8 22%, #d8ffe8 46%, #d6f8ff 68%, #e9ddff 100%);
  background-size: 180% 180%;
  box-shadow:
    0 12px 24px rgba(147, 184, 232, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
  animation: transport-board-join-glow 4.8s linear infinite;
}

.transport-board-action-button-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.42) 46%, rgba(255, 255, 255, 0) 74%);
  transform: translateX(-120%);
  animation: transport-board-join-sheen 3.2s ease-in-out infinite;
  pointer-events: none;
}

.transport-board-action-button-primary::after {
  content: "→";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.86rem;
  font-weight: 900;
  opacity: 0.74;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
  animation: transport-board-join-arrow 2.8s ease-in-out infinite;
}

@keyframes transport-board-join-glow {
  0%,
  100% {
    background-position: 0% 50%;
    box-shadow:
      0 12px 24px rgba(147, 184, 232, 0.18),
      0 0 0 1px rgba(255, 255, 255, 0.24) inset;
    transform: translateY(0);
  }
  50% {
    background-position: 100% 50%;
    box-shadow:
      0 14px 28px rgba(177, 197, 237, 0.24),
      0 0 0 1px rgba(255, 255, 255, 0.3) inset;
    transform: translateY(-1px);
  }
}

@keyframes transport-board-join-sheen {
  0%,
  100% {
    transform: translateX(-120%);
    opacity: 0;
  }
  24% {
    opacity: 0;
  }
  52% {
    transform: translateX(120%);
    opacity: 0.9;
  }
  72% {
    opacity: 0;
  }
}

@keyframes transport-board-join-arrow {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(2px);
  }
}

.pickup-detail-section {
  display: grid;
  gap: 10px;
}

.pickup-detail-block h3 {
  margin: 0 0 6px;
  color: var(--accent-deep);
  font-size: 1rem;
}

.pickup-detail-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
}

.pickup-detail-row strong {
  color: var(--accent-deep);
}

.pickup-detail-row span {
  text-align: right;
  color: var(--ink);
}

.pickup-detail-member-list {
  display: grid;
  gap: 12px;
}

.pickup-detail-member-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-detail-member-card h4 {
  margin: 0;
  color: var(--accent-deep);
  font-size: 0.98rem;
}

.pickup-detail-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.pickup-join-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.pickup-join-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.58);
}

.pickup-join-modal-dialog {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  margin: 24px auto;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.28);
}

.pickup-join-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 28px;
  cursor: pointer;
}

.pickup-join-form {
  display: grid;
  gap: 18px;
}

.pickup-join-section {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  background: #f8fbff;
}

.pickup-join-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pickup-join-grid label {
  display: grid;
  gap: 6px;
}

.pickup-join-grid-wide {
  grid-column: 1 / -1;
}

.pickup-join-note {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f8fafc;
  color: #475467;
  line-height: 1.6;
}

.pickup-join-service-alert {
  margin: 0 0 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #b42318;
  font-weight: 800;
  text-align: center;
}

.pickup-join-static-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pickup-join-static-card {
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(46, 91, 198, 0.12);
  background: #fff;
}

.pickup-join-static-label {
  font-size: 0.88rem;
  color: #667085;
}

.pickup-join-static-value {
  color: #101828;
  font-weight: 600;
  line-height: 1.5;
  word-break: break-word;
}

.pickup-join-static-empty {
  color: #98a2b3;
  font-weight: 500;
}

.pickup-join-field-hint {
  color: #667085;
  font-size: 0.84rem;
}

.pickup-join-choice {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(46, 91, 198, 0.12);
  border-radius: 14px;
  background: #fff;
}

.pickup-join-choice legend {
  padding: 0 4px;
  color: #101828;
  font-weight: 600;
}

.pickup-join-choice label,
.pickup-join-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.pickup-join-summary-pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.75;
  color: #0f172a;
  font-family: "Consolas", "SFMono-Regular", monospace;
}

.pickup-join-success-section {
  justify-items: center;
}

.pickup-join-success-qr {
  display: grid;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.pickup-join-success-qr img {
  width: 220px;
  max-width: 100%;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  border: 1px solid rgba(46, 91, 198, 0.12);
}

.pickup-join-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.pickup-join-error {
  color: #b42318;
  font-weight: 600;
}

@media (max-width: 980px) {
  .pickup-board-toolbar,
  .pickup-board-top {
    flex-direction: column;
    align-items: stretch;
  }

  .pickup-board-toolbar-actions {
    width: 100%;
  }

  .pickup-board-toolbar-actions .button {
    width: 100%;
  }

  .pickup-board-track-scroll {
    overflow-x: visible;
  }

  .pickup-board-track,
  .pickup-board-card {
    min-width: 0;
  }

  .pickup-board-table-head {
    display: none;
  }

  .pickup-board-row-grid {
    grid-template-columns: 1fr;
  }

  .pickup-board-card-row {
    border-radius: 20px;
  }

  .pickup-board-row-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  }

  .pickup-board-row-item:last-child {
    border-bottom: 0;
  }

  .pickup-board-row-item::before {
    content: attr(data-label);
    flex: 0 0 88px;
    color: #5e7492;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .pickup-board-row-item span {
    flex: 1 1 auto;
    text-align: right;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-row-item-centered {
    text-align: left;
  }

  .pickup-board-row-item-centered span,
  .pickup-board-row-item-service span,
  .pickup-board-row-item-flight span {
    display: block;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-row-item-key {
    background: rgba(19, 74, 169, 0.04);
  }

  .pickup-board-row-item-key span {
    color: var(--accent-deep);
    font-weight: 800;
  }
}

@media (max-width: 720px) {
  .pickup-join-grid {
    grid-template-columns: 1fr;
  }

  .pickup-join-static-grid {
    grid-template-columns: 1fr;
  }

.pickup-board-preview-note {
  margin-bottom: 10px;
  font-size: 0.84rem;
  line-height: 1.6;
}

.pickup-board-preview-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(117, 147, 210, 0.18);
  background:
    linear-gradient(135deg, rgba(245, 248, 255, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 28px rgba(32, 56, 110, 0.05);
}

.pickup-board-preview-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.16), rgba(61, 143, 255, 0.14));
  color: #21418a;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pickup-board-preview-copy {
  color: #5e7398;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pickup-board-preview-copy strong {
  color: #21418a;
  font-weight: 900;
}

  .pickup-board-list-preview .pickup-board-card {
    min-width: min(86vw, 292px);
    flex-basis: min(86vw, 292px);
  }

  .pickup-board-list-preview .pickup-board-row-item {
    gap: 10px;
    padding: 12px 13px;
  }

  .pickup-board-list-preview .pickup-board-row-item::before {
    flex-basis: 70px;
    font-size: 0.74rem;
  }

  .pickup-board-list-preview .pickup-board-row-item span {
    font-size: 0.9rem;
  }
}

.pickup-board-card.is-full {
  opacity: 0.78;
}

.pickup-board-card.is-closed {
  opacity: 0.64;
}

.pickup-board-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pickup-board-top h3 {
  margin: 0;
  font-size: 1.08rem;
  color: var(--ink);
}

.pickup-board-meta {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.pickup-board-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent-deep);
  background: rgba(19, 74, 169, 0.1);
}

.pickup-board-badge.is-open {
  color: #0b5b38;
  background: rgba(11, 91, 56, 0.12);
}

.pickup-board-badge.is-full {
  color: #9a5c00;
  background: rgba(154, 92, 0, 0.14);
}

.pickup-board-badge.is-closed {
  color: #6b7280;
  background: rgba(107, 114, 128, 0.15);
}

.pickup-board-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.pickup-board-stats-simple {
  margin-top: 0;
}

.pickup-board-stats-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  min-width: max-content;
}

.pickup-board-stats-inline .pickup-board-stat {
  flex: 0 0 220px;
  min-width: 220px;
}

.pickup-board-stat {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f3f7fd;
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-board-stat strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent-deep);
  font-size: 0.85rem;
}

.pickup-board-stat span {
  color: var(--ink);
  font-weight: 600;
}

.pickup-board-note {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.pickup-board-empty {
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(16, 38, 68, 0.14);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
}

.pickup-board-preview-note {
  margin: 0 0 12px;
  color: #5e7492;
  font-size: 0.92rem;
  line-height: 1.7;
}

.pickup-board-list-preview .pickup-board-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pickup-admin-shell {
  padding-top: 36px;
}

.pickup-admin-grid {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pickup-admin-card {
  padding: 24px;
}

.pickup-admin-form {
  display: grid;
  gap: 14px;
}

.pickup-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pickup-admin-status {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.75;
}

.pickup-admin-list {
  display: grid;
  gap: 14px;
}

.pickup-admin-item {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  background: #f9fbff;
}

.pickup-admin-item h3 {
  margin: 0;
  font-size: 1.02rem;
}

.pickup-admin-item p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.pickup-admin-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.pickup-admin-empty {
  padding: 18px;
  border-radius: 16px;
  border: 1px dashed rgba(16, 38, 68, 0.14);
  color: var(--muted);
}

.pickup-admin-local-note {
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(19, 74, 169, 0.08);
  color: var(--ink);
  line-height: 1.7;
}

.pickup-table-title {
  padding: 16px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--ink);
}

.pickup-table-title-normal {
  background: linear-gradient(135deg, #70cae9 0%, #88d6ef 100%);
}

.pickup-table-title-september {
  background: linear-gradient(135deg, #d7d1ec 0%, #e6e0f5 100%);
}

.pickup-table thead th {
  white-space: nowrap;
}

.pickup-summary-card {
  padding: 24px;
}

.pickup-summary-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.pickup-summary-grid div {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7f9fd;
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.pickup-summary-grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-deep);
  font-size: 0.88rem;
}

.pickup-summary-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.field textarea {
  min-height: 110px;
  resize: vertical;
  padding: 12px 14px;
  border: 1px solid rgba(16, 38, 68, 0.12);
  border-radius: 14px;
  font: inherit;
  color: var(--ink);
  background: #fff;
}

.policy-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 16px;
  background: #fbfcff;
}

.policy-table-wrap.compact {
  margin-top: 14px;
}

.discount-panel {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #fbfcff 0%, #f4f8ff 100%);
}

.discount-heading h4 {
  margin: 0;
  font-size: 1rem;
}

.discount-heading p {
  margin: 8px 0 0;
  color: var(--muted);
}

.discount-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.discount-card {
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(16, 38, 68, 0.08);
}

.discount-card span {
  display: block;
  color: var(--muted);
  font-size: 0.92rem;
}

.discount-card strong {
  display: block;
  margin-top: 8px;
  color: var(--accent-deep);
  font-size: 1.28rem;
}

.discount-card-wide {
  grid-column: span 3;
  background: linear-gradient(135deg, rgba(28, 72, 168, 0.08) 0%, rgba(18, 48, 83, 0.04) 100%);
}

.discount-card-wide strong {
  font-size: 1rem;
  line-height: 1.6;
}

.policy-table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  text-align: left;
  vertical-align: top;
}

.policy-table thead th {
  color: var(--accent-deep);
  background: #f2f6fd;
}

.policy-example-table {
  margin-top: 18px;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-actions {
    margin-left: auto;
  }

  .team-grid,
  .values-panel,
  .story-section,
  .campus-grid {
    grid-template-columns: 1fr 1fr;
  }

  .campus-section .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .storage-hero,
  .pickup-hero,
  .calculator-layout,
  .storage-faq,
  .pickup-admin-grid,
  .pickup-board-stats {
    grid-template-columns: 1fr;
  }

  .promise-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-section,
  .values-panel,
  .storage-gallery,
  .rules-grid {
    gap: 24px;
  }

  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid,
  .extra-benefits-grid,
  .outlook-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-menu-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .campus-card {
    grid-template-columns: 1fr;
  }

  .storage-steps,
  .storage-detail-gallery,
  .example-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .box-order-head {
    display: none;
  }

  .box-order-grid .mini-field {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .box-order-grid .mini-field-title {
    grid-column: 1 / -1;
  }

  .mini-field-item {
    gap: 6px;
  }

  .mini-field-label {
    display: none;
  }

  .box-order-grid .box-order-input::placeholder {
    color: rgba(16, 38, 68, 0.62);
    opacity: 1;
  }

  .mini-field-item.has-mobile-inline-hint::after {
    content: attr(data-mobile-hint);
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(16, 38, 68, 0.54);
    font-size: 0.95rem;
    line-height: 1.35;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mini-field-item--count.has-mobile-inline-hint .box-order-input,
  .mini-field-item--purchase.has-mobile-inline-hint .box-order-input {
    color: transparent;
    -webkit-text-fill-color: transparent;
    caret-color: var(--ink);
  }

  .discount-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .discount-card-wide {
    grid-column: span 2;
  }
}

@media (max-width: 780px) {
  .site-header,
  .page-shell,
  .site-footer {
    width: min(100% - 20px, 1180px);
  }

  .footer-contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-hours-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 12px 0;
  }

  .brand-lockup-header {
    min-width: auto;
  }

  .logo-wordmark {
    font-size: 1.6rem;
  }

  .logo-bubbles span {
    min-height: 22px;
    padding: 4px 10px;
    font-size: 0.68rem;
  }

  .site-nav,
  .header-actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .topbar-home .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
  }

  .topbar-home .brand {
    width: auto;
    min-width: 0;
    justify-content: flex-start;
  }

  .topbar-home .brand-lockup {
    gap: 2px;
  }

  .topbar-home .brand-lockup-header {
    min-width: 0;
  }

  .topbar-home .logo-bubbles,
  .topbar-home .site-nav {
    display: none;
  }

  .topbar-home .logo-wordmark {
    font-size: 1.28rem;
    letter-spacing: 0.08em;
  }

  .topbar-home .logo-subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  .topbar-home .header-actions {
    width: auto;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .topbar-home .lang-switch {
    padding: 3px;
  }

  .topbar-home .lang-btn {
    min-width: 36px;
    padding: 6px 8px;
    font-size: 0.8rem;
  }

  .topbar-home .home-mobile-menu-toggle {
    display: block;
  }

  .topbar-home .home-menu-panel {
    width: min(100% - 20px, 1180px);
    padding-bottom: 8px;
  }

  .topbar-home .home-menu-pages {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 0;
  }

  .topbar-home .home-menu-inner {
    display: none;
  }

  .topbar-home .floating-menu-button {
    display: none;
  }

  .topbar-home + .page-shell,
  .page-shell#top {
    padding-top: 10px;
  }

  .topbar-home ~ .floating-menu-button {
    display: none;
  }

  .topbar-transport-board .site-header {
    gap: 8px;
    padding: 8px 0 6px;
  }

  .topbar-transport-board .brand-lockup {
    gap: 3px;
  }

  .topbar-transport-board .brand-lockup-header {
    min-width: 0;
  }

  .topbar-transport-board .logo-bubbles {
    gap: 6px;
  }

  .topbar-transport-board .logo-bubbles span {
    min-height: 18px;
    padding: 2px 8px;
    font-size: 0.62rem;
  }

  .topbar-transport-board .logo-bubbles span::after {
    bottom: -4px;
    width: 8px;
    height: 8px;
  }

  .topbar-transport-board .logo-wordmark {
    font-size: 1.34rem;
    letter-spacing: 0.08em;
  }

  .topbar-transport-board .logo-subtitle {
    font-size: 0.54rem;
    letter-spacing: 0.1em;
  }

  .topbar-transport-board .site-auth-nav {
    gap: 6px;
  }

  .topbar-transport-board .site-user-chip {
    gap: 8px;
    padding: 6px 10px 6px 6px;
    font-size: 0.82rem;
  }

  .topbar-transport-board .site-user-chip-avatar {
    width: 28px;
    height: 28px;
  }

  .topbar-transport-board .site-nav {
    gap: 8px;
  }

  .topbar-transport-board .nav-link {
    min-height: 36px;
    padding: 0 14px;
    font-size: 0.84rem;
  }

  .topbar-transport-board + .page-shell {
    padding-top: 8px;
  }

  .transport-board-shell .section-heading h1 {
    font-size: 1.9rem;
  }

  .transport-board-shell .section-heading p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .transport-board-cta-copy h2 {
    font-size: 1.5rem;
  }

  .transport-board-cta-copy p:last-child {
    font-size: 0.9rem;
    line-height: 1.68;
  }

  .transport-board-shell .transport-filter-form {
    gap: 12px;
    margin-bottom: 18px;
  }

  .transport-board-shell .transport-filter-form .field span {
    font-size: 0.78rem;
  }

  .transport-board-shell .transport-filter-form input,
  .transport-board-shell .transport-filter-form select {
    font-size: 0.88rem;
  }

  .transport-board-shell .transport-filter-form .button {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .transport-board-shell .transport-board-head-item {
    font-size: 0.74rem;
  }

  .transport-board-shell .transport-board-inline-item span {
    font-size: 0.82rem;
    line-height: 1.24;
  }

  .transport-board-shell .transport-pagination {
    gap: 10px;
    margin-top: 22px;
  }

  .transport-board-shell .transport-pagination .button {
    min-width: 92px;
    min-height: 40px;
    font-size: 0.88rem;
  }

  .transport-pagination-current {
    font-size: 0.88rem;
  }

  .conversion-hero {
    padding-top: 10px;
  }

  .conversion-hero .hero-banner {
    min-height: 360px;
    border-radius: 22px;
  }

  .conversion-hero .hero-content {
    min-height: 360px;
    padding: 24px 18px;
  }

  .conversion-hero .hero-badge {
    padding: 6px 10px;
    font-size: 0.7rem;
  }

  .conversion-hero h1 {
    margin-top: 12px;
    font-size: clamp(2rem, 8.6vw, 2.9rem);
    line-height: 1.02;
  }

  .hero-subtitle,
  .conversion-hero .hero-content p:last-of-type {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .hero-actions .button {
    min-width: 0;
    width: 100%;
    padding: 12px 16px;
  }

  .hero-signals {
    gap: 8px;
    margin-top: 14px;
  }

  .hero-signals span {
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .topbar-storage .site-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
  }

  .topbar-storage .brand {
    width: auto;
    min-width: 0;
    justify-content: flex-start;
  }

  .topbar-storage .brand-lockup {
    gap: 2px;
  }

  .topbar-storage .brand-lockup-header {
    min-width: 0;
  }

  .topbar-storage .logo-bubbles,
  .topbar-storage .site-nav,
  .topbar-storage .header-cta {
    display: none;
  }

  .topbar-storage .logo-wordmark {
    font-size: 1.28rem;
    letter-spacing: 0.08em;
  }

  .topbar-storage .logo-subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.12em;
  }

  .topbar-storage .header-actions {
    width: auto;
    gap: 8px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }

  .topbar-storage .lang-switch {
    padding: 3px;
  }

  .topbar-storage .lang-btn {
    min-width: 36px;
    padding: 6px 8px;
    font-size: 0.8rem;
  }

  .topbar-storage .storage-mobile-menu-toggle {
    display: block;
  }

  .topbar-storage .storage-mobile-menu {
    width: min(100% - 20px, 1180px);
  }

  .topbar-storage .storage-mobile-menu:not([hidden]) {
    display: block;
  }

  .storage-page {
    padding-top: 14px;
  }

  .storage-section {
    padding-top: 52px;
  }

  .storage-hero {
    gap: 14px;
  }

  .storage-hero-copy {
    padding: 22px 18px;
  }

  .storage-hero-text {
    margin-top: 12px;
    line-height: 1.75;
  }

  .storage-hero-meta {
    gap: 8px;
    margin-top: 14px;
  }

  .storage-hero-meta span {
    padding: 7px 10px;
    font-size: 0.78rem;
  }

  .storage-page .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .storage-page .hero-actions .button {
    width: 100%;
  }

  .storage-hero-pricing {
    padding: 16px;
  }

  .pricing-mini-card {
    gap: 12px;
  }

  .pricing-mini-notes p {
    padding: 11px 12px;
  }

  .hero-banner {
    min-height: 390px;
  }

  .hero-content {
    padding: 34px 22px;
  }

  .promise-strip,
  .story-section,
  .story-collage,
  .team-grid,
  .video-grid,
  .extra-benefits-grid,
  .outlook-panel,
  .values-panel,
  .campus-grid,
  .stats-grid,
  .storage-steps,
  .storage-gallery,
  .storage-detail-gallery,
  .pickup-hero,
  .calculator-layout,
  .example-cards,
  .rules-grid,
  .storage-faq,
  .result-grid {
    grid-template-columns: 1fr;
  }

.pickup-board-toolbar,
.pickup-board-top {
  flex-direction: column;
  align-items: stretch;
}

  .pickup-board-toolbar-actions {
    width: 100%;
  }

  .pickup-board-toolbar-actions .button {
    width: 100%;
  }

  .pickup-board-track {
    min-width: 100%;
  }

  .pickup-board-track-scroll {
    overflow-x: visible;
  }

  .pickup-board-card {
    min-width: 0;
  }

  .pickup-board-table-head {
    display: none;
  }

  .pickup-board-row-grid {
    grid-template-columns: 1fr;
  }

  .pickup-board-card-row {
    border-radius: 20px;
  }

  .pickup-board-row-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  }

  .pickup-board-row-item:last-child {
    border-bottom: 0;
  }

  .pickup-board-row-item::before {
    content: attr(data-label);
    flex: 0 0 88px;
    color: #5e7492;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.45;
  }

  .pickup-board-row-item span {
    flex: 1 1 auto;
    text-align: right;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-row-item-centered {
    text-align: left;
  }

  .pickup-board-row-item-centered span,
  .pickup-board-row-item-service span,
  .pickup-board-row-item-flight span {
    display: block;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-row-item-key {
    background: rgba(19, 74, 169, 0.04);
  }

  .pickup-board-row-item-key span {
    color: var(--accent-deep);
    font-weight: 800;
  }

  .pickup-board-list-preview .pickup-board-track-scroll {
    overflow: visible;
    padding-bottom: 0;
  }

  .pickup-board-list-preview .pickup-board-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    min-width: 0;
    width: 100%;
  }

  .pickup-board-list-preview .pickup-board-table-head {
    display: none;
  }

  .pickup-board-list-preview .pickup-board-card {
    min-width: 0;
    width: 100%;
    flex: none;
  }

  .pickup-board-list-preview .pickup-board-card-row {
    min-width: 0;
    height: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(31, 55, 102, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .pickup-board-list-preview .pickup-board-card-row:active {
    transform: scale(0.985);
    box-shadow: 0 10px 18px rgba(31, 55, 102, 0.06);
  }

  .pickup-board-list-preview .pickup-board-row-grid {
    grid-template-columns: 1fr;
  }

  .pickup-board-list-preview .pickup-board-row-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
    padding: 6px 6px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
  }

  .pickup-board-list-preview .pickup-board-row-item:last-child {
    border-bottom: 0;
  }

  .pickup-board-list-preview .pickup-board-row-item::before {
    content: attr(data-label);
    flex: 0 0 32px;
    color: #5e7492;
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.15;
  }

  .pickup-board-list-preview .pickup-board-row-item span {
    flex: 1 1 auto;
    text-align: right;
    white-space: normal;
    word-break: break-word;
    font-size: 0.62rem;
    line-height: 1.18;
  }

  .pickup-board-list-preview .pickup-board-row-item-centered {
    text-align: left;
  }

  .pickup-board-list-preview .pickup-board-row-item-centered span,
  .pickup-board-list-preview .pickup-board-row-item-service span,
  .pickup-board-list-preview .pickup-board-row-item-flight span {
    display: block;
    white-space: normal;
    word-break: break-word;
  }

  .pickup-board-list-preview .pickup-board-row-item-key {
    background: rgba(19, 74, 169, 0.05);
  }

  .pickup-board-list-preview .pickup-board-row-item-key span {
    color: var(--accent-deep);
    font-weight: 800;
  }

  .pickup-board-list-preview {
    overflow: hidden;
  }

  .pickup-board-card-preview {
    min-width: 0;
  }

  .pickup-preview-desktop-row {
    display: none;
  }

  .pickup-preview-card-shell {
    position: relative;
    height: 100%;
    padding: 10px 9px 9px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(245, 248, 255, 0.82) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 16px 30px rgba(36, 59, 108, 0.09);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    overflow: hidden;
  }

  .pickup-preview-card-shell::before,
  .pickup-preview-card-shell::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(16px);
    opacity: 0.9;
  }

  .pickup-preview-card-shell::before {
    top: -18px;
    left: -10px;
    width: 62px;
    height: 62px;
    background: rgba(181, 126, 255, 0.24);
  }

  .pickup-preview-card-shell::after {
    right: -14px;
    bottom: -16px;
    width: 58px;
    height: 58px;
    background: rgba(97, 193, 255, 0.2);
  }

  .pickup-board-card-preview-violet .pickup-preview-card-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 239, 255, 0.84) 100%);
  }

  .pickup-board-card-preview-cyan .pickup-preview-card-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(235, 247, 255, 0.84) 100%);
  }

  .pickup-board-card-preview-amber .pickup-preview-card-shell {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 244, 232, 0.84) 100%);
  }

  .pickup-preview-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 8px;
  }

  .pickup-preview-service,
  .pickup-preview-seats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .pickup-preview-service {
    color: #ffffff;
    background: linear-gradient(135deg, #7b5cff 0%, #4b8fff 100%);
    box-shadow: 0 8px 14px rgba(88, 103, 223, 0.24);
  }

  .pickup-preview-seats {
    color: #284169;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(128, 151, 201, 0.2);
  }

  .pickup-preview-airport {
    color: #183158;
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }

  .pickup-preview-meta,
  .pickup-preview-time {
    color: #6a7b99;
    font-size: 0.56rem;
    line-height: 1.3;
  }

  .pickup-preview-meta {
    margin-top: 4px;
  }

  .pickup-preview-time {
    margin-top: 6px;
    font-weight: 700;
  }

  .pickup-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 8px;
  }

  .pickup-preview-cell {
    min-width: 0;
    padding: 6px;
    border-radius: 11px;
    border: 1px solid rgba(146, 169, 215, 0.14);
    background: rgba(255, 255, 255, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.68);
  }

  .pickup-preview-label {
    display: block;
    color: #7b8aa6;
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1.1;
  }

  .pickup-preview-value {
    display: block;
    margin-top: 4px;
    color: #1e365d;
    font-size: 0.6rem;
    line-height: 1.18;
    font-weight: 800;
    word-break: break-word;
  }

  .timeline-section {
    padding: 72px 18px 0;
    margin-top: 72px;
  }

  .timeline::before {
    left: 14px;
    transform: none;
  }

  .timeline-item,
  .timeline-left,
  .timeline-right {
    width: calc(100% - 36px);
    justify-self: end;
    text-align: left;
  }

  .timeline-item::after,
  .timeline-left::after,
  .timeline-right::after {
    left: -31px;
    right: auto;
  }

  .values-panel {
    padding: 28px 20px;
  }

  .team-avatar {
    width: 124px;
    height: 124px;
  }

  .partners-section {
    padding-top: 44px;
  }

  .partners-marquee {
    margin-top: 40px;
    padding: 18px 0;
  }

  .partners-shell {
    padding: 28px 18px 14px;
    border-radius: 26px;
  }

  .partner-logo {
    min-width: 110px;
    height: 82px;
  }

  .partner-logo-roost .partner-wordmark strong,
  .partner-wordmark-hello strong {
    font-size: 1.56rem;
  }

  .partner-wordmark-fresh,
  .partner-wordmark-homes strong {
    font-size: 1.34rem;
  }

  .partner-wordmark-mezzino::before {
    font-size: 2.9rem;
  }

  .partners-marquee::before,
  .partners-marquee::after {
    width: 24px;
  }

  .partners-track {
    gap: 42px;
    padding-inline: 28px;
  }

  .home-menu-panel {
    width: min(100% - 20px, 1180px);
  }

  .home-menu-inner {
    grid-template-columns: 1fr;
  }

  .floating-menu-button {
    right: 14px;
    bottom: 16px;
    min-width: 86px;
    padding: 11px 14px;
  }

  .storage-table {
    min-width: 640px;
  }

  .pricing-mini-row {
    grid-template-columns: 1fr 0.8fr 0.8fr;
    padding: 14px 14px;
    font-size: 0.95rem;
  }

  .discount-cards {
    grid-template-columns: 1fr;
  }

  .discount-card-wide {
    grid-column: span 1;
  }

  .pickup-highlight-card {
    padding: 0;
  }

.pickup-table-title {
    padding: 14px 16px;
    font-size: 1.04rem;
  }
}

.conversion-hero .hero-content {
  max-width: 620px;
}

.conversion-hero {
  padding-top: 24px;
}

.conversion-hero h1 {
  max-width: 560px;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  margin: 14px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.7;
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-signals span {
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.88rem;
  font-weight: 600;
}

.compact-member-section,
.why-us-section,
.scenarios-section,
.campus-summary-section,
.case-section,
.team-summary-section,
.benefits-summary-section,
.consult-section {
  margin-top: 58px;
}

.member-strip {
  margin-top: 28px;
  align-items: stretch;
}

.member-intro-button {
  margin-top: 18px;
}

.membership-intro strong {
  font-size: 1.32rem;
  line-height: 1.35;
}

.promise-service-card strong {
  font-size: 1.18rem;
  line-height: 1.45;
}

.promise-service-card p {
  line-height: 1.72;
}

.why-us-section .section-heading,
.case-section .section-heading {
  margin-bottom: 28px;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.four-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-card,
.scenario-card,
.case-card,
.team-summary-card,
.campus-summary-card {
  padding: 24px;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 38, 68, 0.06);
}

.card-kicker,
.card-benefit {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.card-kicker {
  padding: 6px 10px;
  color: var(--accent);
  background: rgba(46, 95, 196, 0.1);
}

.card-benefit {
  margin-top: 14px;
  color: var(--accent-deep);
}

.info-card strong,
.scenario-card strong,
.case-card strong,
.campus-summary-card h3 {
  display: block;
  color: var(--accent-deep);
  font-size: 1.15rem;
  line-height: 1.5;
}

.scenario-card,
.case-card {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.scenario-card strong,
.case-card strong,
.team-summary-card h3 {
  margin-top: 16px;
}

.info-card p,
.scenario-card p,
.case-card p,
.team-summary-card p,
.campus-summary-card p,
.consult-copy p,
.consult-note {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.85;
}

.scenario-card p,
.case-card p {
  margin-top: 8px;
}

.conversion-partners {
  margin-top: 64px;
}

.conversion-partners .partners-shell {
  border-radius: 30px;
}

.conversion-partners .partners-heading {
  max-width: 700px;
}

.scenarios-section .section-heading {
  margin-bottom: 28px;
}

.campus-summary-grid,
.team-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.campus-summary-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
}

.campus-summary-card .button {
  margin-top: 10px;
  width: fit-content;
}

.case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.case-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 600;
}

.team-summary-card {
  text-align: center;
  padding-top: 28px;
}

.team-summary-card .team-avatar {
  margin: 0 auto 18px;
}

.team-summary-card .team-role {
  margin-top: 8px;
  color: var(--accent);
  font-size: 0.92rem;
  font-weight: 700;
}

.team-summary-card p:last-child {
  margin-top: 10px;
}

.summary-actions {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.consult-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  padding: 36px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(7, 26, 60, 0.96), rgba(19, 74, 169, 0.84));
  box-shadow: var(--shadow);
}

.consult-shell-compact {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.consult-section {
  padding-bottom: 24px;
}

.consult-copy .eyebrow,
.consult-copy h2,
.consult-copy p,
.consult-note {
  color: #ffffff;
}

.consult-copy h2 {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.22;
}

.consult-shell-compact .consult-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.consult-note {
  margin-top: 14px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.consult-primary {
  margin-top: 20px;
  width: fit-content;
  min-width: 220px;
}

/* Homepage visual refresh: richer layering without changing copy */
.page-shell {
  position: relative;
}

.page-shell::before {
  content: "";
  position: absolute;
  inset: 120px 0 auto;
  height: 560px;
  background:
    radial-gradient(circle at 12% 18%, rgba(19, 74, 169, 0.08), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(108, 186, 242, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.section {
  position: relative;
}

.conversion-hero .hero-banner {
  min-height: 560px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(102deg, rgba(7, 26, 60, 0.92) 0%, rgba(7, 26, 60, 0.5) 48%, rgba(7, 26, 60, 0.16) 100%),
    radial-gradient(circle at 78% 22%, rgba(255, 255, 255, 0.24), transparent 24%),
    radial-gradient(circle at 68% 76%, rgba(229, 183, 102, 0.2), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    url("./img/nottingham-square/square-hero.png") center/cover no-repeat;
  box-shadow: 0 30px 80px rgba(8, 25, 58, 0.18);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
    linear-gradient(0deg, rgba(7, 26, 60, 0.18), rgba(7, 26, 60, 0.16));
}

.conversion-hero .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 560px;
  padding: 68px 56px;
}

.conversion-hero .hero-badge {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.conversion-hero h1 {
  max-width: 620px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 520px;
  font-size: 1.12rem;
  line-height: 1.8;
}

.conversion-hero .hero-content p:last-of-type {
  max-width: 520px;
}

.hero-actions {
  gap: 16px;
  margin-top: 34px;
}

.button {
  min-width: 168px;
  padding: 14px 24px;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  box-shadow: 0 16px 32px rgba(9, 36, 88, 0.22);
}

.button-secondary,
.button-outline {
  backdrop-filter: blur(12px);
}

.hero-signals {
  gap: 14px;
  margin-top: 26px;
  max-width: 540px;
}

.hero-signals span {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.compact-member-section,
.scenarios-section,
.team-summary-section,
.benefits-summary-section {
  padding-top: 110px;
}

.section-heading {
  position: relative;
  z-index: 1;
}

.section-heading h2 {
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.section-heading p {
  font-size: 1.04rem;
}

.eyebrow {
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.member-strip {
  gap: 22px;
}

.promise-card,
.info-card,
.scenario-card,
.case-card,
.team-summary-card,
.campus-summary-card,
.consult-shell,
.partners-shell {
  position: relative;
  overflow: hidden;
}

.promise-card,
.info-card,
.scenario-card,
.case-card,
.team-summary-card,
.campus-summary-card {
  border-radius: 24px;
  border: 1px solid rgba(16, 38, 68, 0.07);
  box-shadow: 0 22px 44px rgba(15, 34, 65, 0.08);
}

.promise-card::before,
.info-card::before,
.scenario-card::before,
.case-card::before,
.team-summary-card::before,
.campus-summary-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, rgba(19, 74, 169, 0.95), rgba(108, 186, 242, 0.66), rgba(229, 183, 102, 0.82));
  opacity: 0;
  transition: opacity 180ms ease;
}

.promise-card:hover,
.info-card:hover,
.scenario-card:hover,
.case-card:hover,
.team-summary-card:hover,
.campus-summary-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 56px rgba(15, 34, 65, 0.12);
}

.promise-card,
.info-card,
.scenario-card,
.case-card,
.team-summary-card,
.campus-summary-card,
.button,
.partner-logo {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.promise-card:hover::before,
.info-card:hover::before,
.scenario-card:hover::before,
.case-card:hover::before,
.team-summary-card:hover::before,
.campus-summary-card:hover::before {
  opacity: 1;
}

.membership-intro {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 26%),
    linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.promise-service-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 253, 0.96));
}

.promise-service-card:nth-child(3),
.info-card:nth-child(2),
.scenario-card:nth-child(2),
.campus-summary-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(252, 248, 239, 0.98), rgba(255, 255, 255, 0.95));
}

.promise-service-card:nth-child(4),
.info-card:nth-child(3),
.scenario-card:nth-child(5),
.case-card:nth-child(2) {
  background:
    linear-gradient(180deg, rgba(239, 247, 252, 0.98), rgba(255, 255, 255, 0.95));
}

.why-us-section::before,
.case-section::before,
.benefits-summary-section::before {
  content: "";
  position: absolute;
  inset: 34px -30px -24px;
  border-radius: 40px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.44)),
    radial-gradient(circle at top left, rgba(19, 74, 169, 0.07), transparent 30%);
  z-index: -1;
}

.team-summary-section::before {
  content: "";
  position: absolute;
  inset: 26px -24px -18px;
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.42)),
    radial-gradient(circle at 16% 18%, rgba(229, 183, 102, 0.1), transparent 22%),
    radial-gradient(circle at 84% 12%, rgba(173, 204, 244, 0.2), transparent 28%);
  z-index: -1;
}

.partners-shell {
  padding: 42px 34px 28px;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 44%),
    linear-gradient(180deg, rgba(245, 248, 252, 0.96) 0%, rgba(233, 239, 246, 0.98) 100%);
  box-shadow: 0 26px 60px rgba(15, 34, 65, 0.09);
}

.partners-marquee {
  position: relative;
  margin-top: 22px;
  padding: 18px 0;
}

.partners-marquee::before,
.partners-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
  pointer-events: none;
}

.partners-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(238, 242, 246, 1), rgba(238, 242, 246, 0));
}

.partners-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(238, 242, 246, 1), rgba(238, 242, 246, 0));
}

.partner-logo {
  min-width: 168px;
  height: 114px;
  border-radius: 24px;
  border: 1px solid rgba(16, 38, 68, 0.06);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.partner-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(15, 34, 65, 0.08);
}

.case-card,
.team-summary-card {
  padding: 28px;
}

.case-tags span {
  background: linear-gradient(180deg, rgba(223, 234, 252, 0.88), rgba(241, 246, 255, 0.95));
  border: 1px solid rgba(19, 74, 169, 0.08);
}

.team-summary-grid {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 18px 0 4px;
}

.team-summary-grid::before {
  content: "";
  position: absolute;
  inset: -4px 8% 18px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0)),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.3), transparent 56%);
  filter: blur(18px);
  opacity: 0.6;
  pointer-events: none;
  animation: teamSpotlight 9s ease-in-out infinite alternate;
}

.team-summary-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  transition: transform 460ms ease;
  will-change: transform;
}

.team-summary-card {
  flex: 0 0 calc((100% - (var(--team-visible, 3) - 1) * 24px) / var(--team-visible, 3));
  min-width: 0;
  padding: 32px 28px;
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(223, 234, 252, 0.7), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 253, 0.95));
  backdrop-filter: blur(10px);
}

.team-summary-track .team-summary-card {
  animation: none !important;
}

.team-summary-body {
  display: grid;
  align-content: start;
  gap: 10px;
}

.team-avatar {
  width: 172px;
  height: 172px;
  margin: 4px auto 22px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(195, 204, 222, 0.95);
  box-shadow: 0 20px 42px rgba(15, 34, 65, 0.12);
  background: #ffffff;
  animation: teamAvatarPulse 5.6s ease-in-out infinite;
}

.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-vivian img {
  object-position: center 32%;
}

.avatar-kevin img {
  object-position: center 24%;
}

.team-summary-card h3,
.team-role,
.team-summary-card p {
  text-align: center;
}

.team-summary-card h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  color: var(--accent-deep);
}

.team-summary-card .team-role {
  margin-top: 2px;
  color: var(--accent);
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
}

.team-summary-card p:last-child {
  margin-top: 8px;
  max-width: 32ch;
  margin-inline: auto;
  line-height: 1.9;
}

.team-summary-dots {
  display: none;
}

.team-summary-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(19, 74, 169, 0.16);
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, width 180ms ease;
}

.team-summary-dot.is-active {
  width: 28px;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.summary-actions {
  margin-top: 20px;
}

.summary-actions .button-outline {
  border-radius: 999px;
  padding-inline: 24px;
  border: 1px solid rgba(19, 74, 169, 0.16);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 14px 30px rgba(19, 74, 169, 0.08);
  animation: teamButtonGlow 4.8s ease-in-out infinite;
}

@keyframes teamSpotlight {
  0% {
    transform: translateX(-3%);
    opacity: 0.45;
  }
  100% {
    transform: translateX(3%);
    opacity: 0.78;
  }
}

@keyframes teamAvatarPulse {
  0%,
  100% {
    box-shadow: 0 20px 42px rgba(15, 34, 65, 0.12);
  }
  50% {
    box-shadow: 0 26px 52px rgba(15, 34, 65, 0.18);
  }
}

@keyframes teamButtonGlow {
  0%,
  100% {
    box-shadow: 0 14px 30px rgba(19, 74, 169, 0.08);
  }
  50% {
    box-shadow: 0 18px 36px rgba(19, 74, 169, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .team-summary-grid::before,
  .team-avatar,
  .summary-actions .button-outline {
    animation: none;
  }
}

.consult-section {
  margin-top: 70px;
  padding-bottom: 40px;
}

.consult-shell {
  padding: 44px 40px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(7, 26, 60, 0.98), rgba(19, 74, 169, 0.84));
  box-shadow: 0 28px 70px rgba(7, 26, 60, 0.18);
}

.consult-shell::before {
  content: "";
  position: absolute;
  inset: auto auto -90px -40px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 189, 242, 0.22), rgba(111, 189, 242, 0));
}

.consult-shell-compact .consult-copy {
  position: relative;
  z-index: 1;
}

.consult-copy h2 {
  max-width: 12ch;
  letter-spacing: -0.03em;
}

.site-footer {
  padding-bottom: 40px;
}

.detail-page {
  padding-top: 26px;
}

.detail-hero {
  padding: 30px 0 8px;
  max-width: 760px;
}

.detail-hero h1 {
  margin: 14px 0 0;
  font-family: "Noto Serif SC", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.18;
}

.detail-hero p:last-child {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.9;
}

.detail-section {
  margin-top: 42px;
}

.detail-page .detail-section:last-of-type {
  padding-bottom: 18px;
}

.detail-campus-grid {
  margin-top: 0;
}

.team-archive-page {
  padding-bottom: 42px;
}

.team-archive-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: end;
  padding: 42px 36px 34px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(244, 248, 255, 0.96) 0%, transparent 42%),
    radial-gradient(circle at bottom right, rgba(226, 236, 249, 0.8) 0%, transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 248, 253, 0.98) 100%);
  box-shadow:
    0 26px 68px rgba(18, 39, 72, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.team-archive-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(221, 231, 243, 0.92);
  pointer-events: none;
}

.team-archive-hero__copy,
.team-archive-hero__meta {
  position: relative;
  z-index: 1;
}

.team-archive-hero__copy h1 {
  max-width: 11ch;
}

.team-archive-hero__copy p:last-child {
  max-width: 56ch;
}

.team-archive-hero__meta {
  display: grid;
  gap: 14px;
}

.team-archive-hero__panel {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 16px 36px rgba(20, 43, 78, 0.08),
    inset 0 0 0 1px rgba(223, 232, 244, 0.88);
}

.team-archive-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(13, 37, 79, 0.68);
  background: rgba(242, 246, 252, 0.96);
  box-shadow: inset 0 0 0 1px rgba(219, 229, 241, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-archive-hero__panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.team-archive-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-archive-signal {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #163969;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 10px 22px rgba(17, 37, 72, 0.06),
    inset 0 0 0 1px rgba(223, 231, 242, 0.9);
  font-size: 0.84rem;
  font-weight: 600;
}

.team-archive-list-section {
  margin-top: 36px;
}

.team-archive-list {
  display: grid;
  gap: 24px;
}

.team-archive-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  gap: 24px;
  align-items: stretch;
  padding: 26px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
  box-shadow:
    0 24px 58px rgba(17, 37, 72, 0.08),
    inset 0 0 0 1px rgba(223, 232, 244, 0.92);
}

.team-archive-card.is-reversed {
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
}

.team-archive-card.is-reversed .team-archive-card__visual {
  order: 2;
}

.team-archive-card.is-reversed .team-archive-card__content {
  order: 1;
}

.team-archive-card__visual {
  display: grid;
  align-content: space-between;
  gap: 18px;
  min-height: 100%;
  padding: 24px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top, rgba(244, 248, 255, 0.92) 0%, transparent 44%),
    linear-gradient(180deg, rgba(241, 246, 252, 0.9) 0%, rgba(235, 242, 250, 0.74) 100%);
}

.team-archive-card__portrait {
  width: 210px;
  height: 210px;
  margin: 0;
  border-width: 8px;
  border-color: rgba(207, 220, 237, 0.94);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.82),
    0 24px 48px rgba(19, 40, 74, 0.16);
}

.team-archive-card__headline {
  display: grid;
  gap: 10px;
}

.team-archive-card__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(13, 37, 79, 0.68);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(216, 226, 240, 0.88);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-archive-card__headline h2 {
  margin: 0;
  color: #0d254f;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1.02;
}

.team-archive-card__headline .team-role {
  margin: 0;
}

.team-archive-card__short {
  margin: 0;
  max-width: 24ch;
  color: var(--muted);
  line-height: 1.8;
}

.team-archive-card__content {
  display: grid;
  gap: 18px;
}

.team-archive-card__body {
  padding: 24px 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: inset 0 0 0 1px rgba(223, 232, 244, 0.88);
}

.team-archive-card__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.92;
}

.team-archive-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.team-archive-meta-card {
  display: grid;
  gap: 10px;
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(246, 249, 253, 0.92);
  box-shadow:
    0 14px 30px rgba(20, 43, 78, 0.05),
    inset 0 0 0 1px rgba(223, 232, 244, 0.92);
}

.team-archive-meta-card span {
  color: rgba(13, 37, 79, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-archive-meta-card p {
  margin: 0;
  color: #19345f;
  line-height: 1.78;
}

.team-archive-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-archive-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: #1a3c6f;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: inset 0 0 0 1px rgba(216, 226, 240, 0.92);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 600;
}

.team-archive-summary {
  margin-top: 34px;
}

.team-archive-summary__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
  gap: 22px;
  padding: 28px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(251, 252, 255, 0.98) 0%, rgba(242, 246, 252, 0.98) 100%);
  box-shadow:
    0 24px 58px rgba(17, 37, 72, 0.08),
    inset 0 0 0 1px rgba(223, 232, 244, 0.94);
}

.team-archive-summary__copy p:last-child {
  color: var(--muted);
  line-height: 1.88;
}

.team-archive-summary__card {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: inset 0 0 0 1px rgba(223, 232, 244, 0.92);
}

.team-archive-summary__card strong {
  color: #0d254f;
  font-size: 1.1rem;
}

.team-archive-summary__card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.82;
}

.team-explorer-page {
  padding-bottom: 42px;
}

.team-explorer-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(290px, 0.86fr);
  gap: 24px;
  padding: 34px 34px 30px;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(215, 228, 255, 0.8), transparent 42%),
    radial-gradient(circle at 85% 18%, rgba(249, 241, 219, 0.78), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92));
  border: 1px solid rgba(163, 184, 214, 0.28);
  box-shadow: 0 28px 55px rgba(111, 135, 168, 0.14);
}

.team-explorer-hero::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  pointer-events: none;
}

.team-explorer-hero__copy,
.team-explorer-hero__meta {
  position: relative;
  z-index: 1;
}

.team-explorer-hero__copy h1 {
  max-width: 11ch;
}

.team-explorer-hero__copy p:last-child {
  max-width: 58ch;
}

.team-explorer-hero__meta {
  display: grid;
  gap: 14px;
}

.team-explorer-hero__panel {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(168, 187, 217, 0.28);
  box-shadow: 0 18px 36px rgba(128, 147, 174, 0.11);
}

.team-explorer-hero__label {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(227, 235, 249, 0.85);
  color: rgba(13, 37, 79, 0.7);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-explorer-hero__panel p {
  margin: 14px 0 0;
  color: var(--muted);
  line-height: 1.82;
}

.team-explorer-hero__signals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.team-explorer-signal {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(169, 188, 217, 0.26);
  color: rgba(25, 52, 95, 0.8);
  font-size: 0.88rem;
  box-shadow: 0 14px 28px rgba(125, 145, 171, 0.1);
}

.team-explorer-shell {
  margin-top: 34px;
}

.team-explorer-toolbar {
  display: grid;
  gap: 16px;
}

.team-explorer-toolbar__copy h2 {
  margin: 0;
  color: #0d254f;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
}

.team-explorer-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.team-explorer-filter {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(174, 191, 219, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: rgba(25, 52, 95, 0.76);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.team-explorer-filter:hover,
.team-explorer-filter:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(119, 151, 199, 0.4);
  box-shadow: 0 14px 28px rgba(116, 142, 174, 0.12);
  outline: none;
}

.team-explorer-filter.is-active {
  background: linear-gradient(135deg, rgba(246, 249, 255, 0.98), rgba(225, 235, 252, 0.96));
  color: #0d254f;
  border-color: rgba(109, 145, 196, 0.48);
  box-shadow: 0 16px 32px rgba(112, 139, 176, 0.14);
}

.team-explorer-layout {
  margin-top: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  gap: 22px;
  align-items: start;
}

.team-explorer-wall {
  position: relative;
}

.team-explorer-wall__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.team-explorer-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 232px;
  padding: 18px;
  border: 1px solid rgba(169, 188, 217, 0.24);
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.88));
  box-shadow: 0 20px 40px rgba(118, 141, 171, 0.11);
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition:
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    filter 220ms ease;
}

.team-explorer-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.team-explorer-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 14px 18px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(117, 139, 170, 0.18), transparent 68%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.team-explorer-card__glow {
  position: absolute;
  inset: -12% 18% auto 18%;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(252, 247, 227, 0.72), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.team-explorer-card__topline {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(235, 241, 251, 0.82);
  color: rgba(13, 37, 79, 0.64);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-explorer-card__avatar {
  width: 98px;
  height: 98px;
  margin: 0;
  box-shadow: 0 16px 30px rgba(114, 137, 168, 0.16);
}

.team-explorer-card__body {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.team-explorer-card__body strong {
  color: #0d254f;
  font-size: 1.38rem;
}

.team-explorer-card__body em {
  color: rgba(13, 37, 79, 0.6);
  font-style: normal;
  font-size: 0.92rem;
}

.team-explorer-card__body span {
  color: var(--muted);
  line-height: 1.72;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-explorer-card.is-wide {
  grid-column: span 6;
}

.team-explorer-card.is-compact {
  grid-column: span 3;
  min-height: 206px;
}

.team-explorer-card.is-tall {
  grid-column: span 3;
  min-height: 278px;
}

.team-explorer-card.is-standard {
  grid-column: span 6;
}

.team-explorer-card.is-muted {
  filter: saturate(0.78);
}

.team-explorer-card.is-muted.is-visible {
  opacity: 0.52;
}

.team-explorer-card.is-highlighted {
  border-color: rgba(128, 157, 201, 0.42);
  box-shadow: 0 24px 42px rgba(113, 138, 172, 0.14);
}

.team-explorer-card.is-active {
  border-color: rgba(110, 146, 197, 0.52);
  box-shadow: 0 28px 48px rgba(108, 133, 169, 0.18);
  transform: translateY(-4px);
}

.team-explorer-card.is-active::after,
.team-explorer-card:hover::after,
.team-explorer-card:focus-visible::after {
  opacity: 1;
}

.team-explorer-card.is-active .team-explorer-card__glow,
.team-explorer-card:hover .team-explorer-card__glow,
.team-explorer-card:focus-visible .team-explorer-card__glow {
  opacity: 1;
}

.team-explorer-card:hover,
.team-explorer-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(118, 151, 198, 0.38);
  outline: none;
}

.team-explorer-detail {
  position: sticky;
  top: 108px;
}

.team-explorer-detail__inner {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 32px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 255, 0.92));
  border: 1px solid rgba(167, 188, 217, 0.26);
  box-shadow: 0 28px 55px rgba(113, 137, 170, 0.14);
}

.team-explorer-detail__spotlight {
  position: absolute;
  inset: 18px 18px auto;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(251, 246, 225, 0.8), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.team-explorer-detail__hero,
.team-explorer-detail__body,
.team-explorer-detail__meta,
.team-explorer-detail__hint {
  position: relative;
  z-index: 1;
}

.team-explorer-detail__hero {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.team-explorer-detail__avatar {
  width: 132px;
  height: 132px;
  margin: 0;
  box-shadow: 0 22px 38px rgba(113, 137, 170, 0.16);
}

.team-explorer-detail__headline {
  display: grid;
  gap: 8px;
}

.team-explorer-detail__label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(234, 241, 251, 0.82);
  color: rgba(13, 37, 79, 0.65);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-explorer-detail__headline h3 {
  margin: 0;
  color: #0d254f;
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.team-explorer-detail__headline .team-role {
  margin: 0;
}

.team-explorer-detail__short {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.team-explorer-detail__body {
  margin-top: 22px;
  padding: 22px 0 0;
  border-top: 1px solid rgba(172, 190, 216, 0.2);
}

.team-explorer-detail__body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.92;
}

.team-explorer-detail__meta {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.team-explorer-detail__meta-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(248, 250, 255, 0.9);
  border: 1px solid rgba(171, 189, 218, 0.22);
}

.team-explorer-detail__meta-card span {
  color: rgba(13, 37, 79, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-explorer-detail__meta-card p {
  margin: 0;
  color: #19345f;
  line-height: 1.78;
}

.team-explorer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.team-explorer-tags em {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(233, 240, 251, 0.92);
  color: #173865;
  font-style: normal;
  font-size: 0.84rem;
}

.team-explorer-detail__hint {
  margin: 18px 0 0;
  color: rgba(25, 52, 95, 0.62);
  font-size: 0.92rem;
  line-height: 1.7;
}

.team-explorer-summary {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
  gap: 22px;
  padding: 26px;
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(246, 249, 255, 0.88));
  border: 1px solid rgba(167, 188, 217, 0.22);
  box-shadow: 0 22px 44px rgba(113, 137, 170, 0.12);
}

.team-explorer-summary__copy p:last-child {
  color: var(--muted);
  line-height: 1.88;
}

.team-explorer-summary__card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(169, 188, 217, 0.22);
}

.team-explorer-summary__card strong {
  color: #0d254f;
  font-size: 1.12rem;
}

.team-explorer-summary__card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms ease,
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .team-explorer-card {
    opacity: 1;
    transform: none;
    transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
  }
}

@media (max-width: 1180px) {
  .team-explorer-hero,
  .team-explorer-summary,
  .team-explorer-layout {
    grid-template-columns: 1fr;
  }

  .team-explorer-detail {
    position: relative;
    top: auto;
  }

  .team-explorer-wall__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .team-explorer-card.is-wide,
  .team-explorer-card.is-standard {
    grid-column: span 4;
  }

  .team-explorer-card.is-compact,
  .team-explorer-card.is-tall {
    grid-column: span 4;
  }
}

@media (max-width: 780px) {
  .team-explorer-hero {
    padding: 28px 18px 22px;
    border-radius: 26px;
  }

  .team-explorer-hero__copy h1 {
    max-width: none;
  }

  .team-explorer-filters {
    gap: 10px;
  }

  .team-explorer-filter {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.88rem;
  }

  .team-explorer-wall__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .team-explorer-card,
  .team-explorer-card.is-wide,
  .team-explorer-card.is-standard,
  .team-explorer-card.is-compact,
  .team-explorer-card.is-tall {
    grid-column: auto;
    min-height: auto;
    padding: 16px;
    border-radius: 24px;
  }

  .team-explorer-card__avatar {
    width: 82px;
    height: 82px;
  }

  .team-explorer-card__body strong {
    font-size: 1.2rem;
  }

  .team-explorer-detail__inner {
    padding: 20px;
    border-radius: 26px;
  }

  .team-explorer-detail__spotlight {
    inset: 12px 12px auto;
    height: 140px;
  }

  .team-explorer-detail__hero {
    grid-template-columns: 1fr;
  }

  .team-explorer-detail__avatar {
    width: 118px;
    height: 118px;
  }

  .team-explorer-detail__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-explorer-summary {
    padding: 18px;
    border-radius: 24px;
  }

  .team-explorer-summary__card {
    padding: 18px;
    border-radius: 20px;
  }
}

.team-detail-stage {
  position: relative;
  margin-top: 0;
  padding: 28px 28px 24px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 248, 253, 0.98) 100%);
  box-shadow:
    0 26px 70px rgba(21, 44, 78, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.team-detail-stage::before,
.team-detail-stage::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.team-detail-stage::before {
  inset: -10px auto auto 50%;
  width: 620px;
  height: 220px;
  background: radial-gradient(ellipse at center, rgba(245, 250, 255, 0.96) 0%, rgba(221, 233, 248, 0.55) 38%, transparent 76%);
  transform: translateX(-50%);
}

.team-detail-stage::after {
  left: 50%;
  bottom: 54px;
  width: 460px;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(21, 44, 78, 0.14) 0%, rgba(21, 44, 78, 0.06) 42%, transparent 74%);
  transform: translateX(-50%);
  filter: blur(16px);
}

.team-detail-carousel {
  position: relative;
  min-height: 640px;
  isolation: isolate;
}

.team-stage-shell {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) minmax(180px, 220px);
  align-items: center;
}

.team-stage-spotlight,
.team-stage-backdrop {
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}

.team-stage-spotlight {
  top: 26px;
  width: min(72vw, 560px);
  height: 320px;
  background: radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.98) 0%, rgba(239, 246, 255, 0.78) 34%, rgba(233, 240, 250, 0.2) 62%, transparent 78%);
  opacity: 0.96;
  filter: blur(6px);
}

.team-stage-backdrop {
  top: 110px;
  width: min(56vw, 480px);
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.84) 0%, rgba(229, 238, 248, 0.48) 44%, transparent 76%);
  filter: blur(10px);
  opacity: 0.84;
}

.team-stage-wing,
.team-stage-main,
.team-stage-mobile-list {
  position: relative;
  z-index: 1;
}

.team-stage-wing {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.team-stage-wing--left {
  align-items: flex-end;
  padding-right: 20px;
}

.team-stage-wing--right {
  align-items: flex-start;
  padding-left: 20px;
}

.team-standby-card {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 160px);
  padding: 8px 10px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  text-align: left;
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 10px 24px rgba(22, 45, 84, 0.05),
    inset 0 0 0 1px rgba(224, 232, 242, 0.62);
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    filter 420ms ease,
    box-shadow 420ms ease;
}

.team-standby-card.is-front {
  opacity: 0.58;
  filter: saturate(0.88);
}

.team-standby-card.is-back {
  opacity: 0.32;
  filter: saturate(0.72);
  transform: scale(0.86);
}

.team-stage-wing--left .team-standby-card.is-front {
  transform: translateX(-16px) translateY(8px) scale(0.94);
}

.team-stage-wing--right .team-standby-card.is-front {
  transform: translateX(16px) translateY(8px) scale(0.94);
}

.team-stage-wing--left .team-standby-card.is-back {
  transform: translateX(-42px) translateY(-10px) scale(0.84);
}

.team-stage-wing--right .team-standby-card.is-back {
  transform: translateX(42px) translateY(-10px) scale(0.84);
}

.team-standby-card:hover,
.team-standby-card:focus-visible {
  outline: none;
  opacity: 0.8;
  box-shadow:
    0 14px 28px rgba(22, 45, 84, 0.08),
    inset 0 0 0 1px rgba(205, 220, 238, 0.84);
}

.team-standby-card__avatar {
  width: 60px;
  height: 60px;
  margin: 0;
  flex: 0 0 auto;
  border-width: 4px;
  box-shadow: 0 8px 16px rgba(15, 34, 65, 0.08);
}

.team-standby-card__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team-standby-card__meta strong,
.team-mobile-pill__text strong {
  font-size: 0.88rem;
  color: #0d254f;
}

.team-standby-card__meta span,
.team-mobile-pill__text span {
  color: rgba(13, 37, 79, 0.52);
  font-size: 0.72rem;
  line-height: 1.4;
}

.team-stage-main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 580px;
}

.team-stage-shadow {
  position: absolute;
  left: 50%;
  bottom: 36px;
  width: min(72%, 380px);
  height: 78px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(18, 36, 68, 0.2) 0%, rgba(18, 36, 68, 0.08) 34%, transparent 76%);
  transform: translateX(-50%);
  filter: blur(14px);
}

.team-stage-card {
  position: relative;
  width: min(100%, 418px);
  min-height: 512px;
  padding: 24px 26px 28px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
  box-shadow:
    0 30px 62px rgba(17, 37, 72, 0.16),
    inset 0 0 0 1px rgba(221, 231, 243, 0.95);
  text-align: center;
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease,
    box-shadow 420ms ease;
}

.team-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(220, 228, 240, 0.9), rgba(255, 255, 255, 0.96), rgba(228, 236, 246, 0.82));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.team-stage-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(13, 37, 79, 0.68);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(241, 245, 251, 0.96);
  box-shadow: inset 0 0 0 1px rgba(219, 229, 240, 0.9);
}

.team-stage-card__avatar-wrap {
  position: relative;
  margin-top: 14px;
}

.team-stage-card__avatar {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  border-width: 8px;
  border-color: rgba(205, 218, 236, 0.9);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.72),
    0 24px 50px rgba(18, 37, 69, 0.22);
}

.team-stage-card__copy {
  margin-top: 18px;
}

.team-stage-card h3 {
  margin: 0;
  color: #0d254f;
  font-size: clamp(2rem, 4vw, 2.48rem);
  line-height: 1;
}

.team-stage-card .team-role {
  margin: 8px 0 0;
  font-size: 0.92rem;
}

.team-stage-card__summary {
  margin: 14px auto 0;
  max-width: 23ch;
  color: var(--muted);
  line-height: 1.76;
  font-size: 0.96rem;
}

.team-stage-card__cta {
  margin-top: 18px;
  padding: 11px 16px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  cursor: pointer;
  text-transform: uppercase;
  background: linear-gradient(135deg, #102d63 0%, #20488f 100%);
  box-shadow: 0 12px 26px rgba(19, 74, 169, 0.18);
}

.team-stage-shell.is-transitioning .team-stage-card {
  opacity: 0.72;
  transform: translateY(22px) scale(0.948);
}

.team-stage-shell.is-transitioning .team-stage-spotlight {
  opacity: 0.54;
}

.team-stage-shell.is-transitioning .team-stage-card__copy > * {
  opacity: 0;
  transform: translateY(10px);
}

.team-stage-shell.is-arriving .team-stage-card {
  animation: team-stage-card-enter 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.team-stage-shell.is-arriving .team-stage-spotlight {
  animation: team-stage-light-enter 620ms ease forwards;
}

.team-stage-shell.is-arriving .team-stage-card__copy > * {
  opacity: 0;
  transform: translateY(12px);
  animation: team-stage-copy-enter 460ms ease forwards;
}

.team-stage-shell.is-arriving .team-stage-card__copy > *:nth-child(1) {
  animation-delay: 120ms;
}

.team-stage-shell.is-arriving .team-stage-card__copy > *:nth-child(2) {
  animation-delay: 180ms;
}

.team-stage-shell.is-arriving .team-stage-card__copy > *:nth-child(3) {
  animation-delay: 240ms;
}

.team-stage-shell.is-arriving .team-stage-card__copy > *:nth-child(4) {
  animation-delay: 320ms;
}

@keyframes team-stage-card-enter {
  0% {
    opacity: 0.7;
    transform: translateY(28px) scale(0.93);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes team-stage-light-enter {
  0% {
    opacity: 0.48;
    transform: translateX(-50%) scale(0.94);
  }

  100% {
    opacity: 0.96;
    transform: translateX(-50%) scale(1);
  }
}

@keyframes team-stage-copy-enter {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-stage-mobile-list {
  display: none;
}

.team-stage-floating {
  position: fixed;
  z-index: 120;
  overflow: hidden;
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.82),
    0 18px 38px rgba(17, 37, 72, 0.22);
  transition:
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 560ms ease;
}

.team-stage-floating img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-detail-modal__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #1a386f;
  background: linear-gradient(135deg, rgba(231, 238, 248, 0.96), rgba(211, 224, 244, 0.84));
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.team-detail-hint {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  text-align: center;
  color: rgba(13, 37, 79, 0.72);
  font-size: 0.92rem;
  letter-spacing: 0.03em;
}

.team-detail-modal[hidden] {
  display: none;
}

.team-modal-open {
  overflow: hidden;
}

.team-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 90;
}

.team-detail-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 19, 43, 0.62);
  backdrop-filter: blur(12px);
}

.team-detail-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, calc(100vw - 32px));
  max-height: calc(100vh - 42px);
  margin: 21px auto;
  padding: 26px;
  overflow: auto;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(90, 132, 214, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 246, 255, 0.98) 100%);
  box-shadow: 0 32px 90px rgba(4, 16, 41, 0.34);
}

.team-detail-modal__close {
  position: sticky;
  top: 0;
  margin-left: auto;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #0d254f;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 28px rgba(10, 24, 53, 0.16);
}

.team-detail-modal__content {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 10px;
}

.team-detail-modal__avatar {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0;
}

.team-detail-modal__copy {
  padding: 10px 4px 8px;
}

.team-detail-modal__copy h2 {
  margin: 18px 0 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.02;
}

.team-detail-modal__copy .team-role {
  margin-top: 10px;
  font-size: 0.98rem;
}

.team-detail-modal__text {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.95;
  white-space: pre-line;
}

.info-slab {
  padding: 30px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: var(--shadow);
}

@media (max-width: 1120px) {
  .team-archive-hero,
  .team-archive-summary__panel {
    grid-template-columns: 1fr;
  }

  .team-archive-card,
  .team-archive-card.is-reversed {
    grid-template-columns: 1fr;
  }

  .team-archive-card.is-reversed .team-archive-card__visual,
  .team-archive-card.is-reversed .team-archive-card__content {
    order: initial;
  }

  .team-archive-card__visual {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: end;
  }

  .team-archive-card__portrait {
    width: 190px;
    height: 190px;
  }

  .team-detail-carousel {
    min-height: 600px;
  }

  .team-detail-modal__content {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .team-stage-shell {
    grid-template-columns: 160px minmax(0, 1fr) 160px;
  }

  .team-standby-card {
    width: min(100%, 144px);
    padding: 8px;
  }

  .team-standby-card__avatar {
    width: 56px;
    height: 56px;
  }

  .team-stage-main {
    min-height: 520px;
  }

  .team-stage-card {
    width: min(100%, 368px);
    min-height: 484px;
    padding: 22px 22px 26px;
  }

  .team-stage-card__avatar {
    width: 190px;
    height: 190px;
  }

  .four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-grid,
  .consult-shell,
  .campus-summary-grid,
  .team-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .team-archive-hero {
    padding: 28px 18px 22px;
    border-radius: 26px;
  }

  .team-archive-hero__copy h1 {
    max-width: none;
  }

  .team-archive-card {
    padding: 18px;
    border-radius: 24px;
  }

  .team-archive-card__visual {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .team-archive-card__portrait {
    width: 154px;
    height: 154px;
  }

  .team-archive-card__headline h2 {
    font-size: 1.9rem;
  }

  .team-archive-card__short {
    max-width: none;
  }

  .team-archive-card__body {
    padding: 18px;
    border-radius: 20px;
  }

  .team-archive-card__meta {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .team-archive-meta-card {
    padding: 16px;
    border-radius: 18px;
  }

  .team-archive-summary__panel {
    padding: 18px;
    border-radius: 24px;
  }

  .team-archive-summary__card {
    padding: 18px;
    border-radius: 18px;
  }

  .conversion-hero {
    padding-top: 16px;
  }

  .page-shell::before,
  .why-us-section::before,
  .case-section::before,
  .benefits-summary-section::before,
  .team-summary-section::before,
  .team-summary-grid::before,
  .consult-shell::before {
    display: none;
  }

  .conversion-hero .hero-banner {
    min-height: 440px;
    border-radius: 24px;
  }

  .conversion-hero .hero-content {
    min-height: 440px;
    padding: 36px 24px;
  }

  .conversion-hero h1 {
    font-size: clamp(2.4rem, 10vw, 3.4rem);
    line-height: 1.02;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-signals {
    gap: 10px;
  }

  .hero-signals span {
    font-size: 0.84rem;
  }

  .topbar-home ~ .page-shell {
    padding-top: 10px;
  }

  .topbar-home ~ .page-shell .conversion-hero {
    padding-top: 10px;
  }

  .topbar-home ~ .page-shell .conversion-hero .hero-banner {
    min-height: 360px;
    border-radius: 22px;
  }

  .topbar-home ~ .page-shell .conversion-hero .hero-content {
    min-height: 360px;
    padding: 24px 18px;
  }

  .topbar-home ~ .page-shell .conversion-hero h1 {
    margin-top: 12px;
    font-size: clamp(2rem, 8.6vw, 2.9rem);
  }

  .topbar-home ~ .page-shell .hero-subtitle,
  .topbar-home ~ .page-shell .conversion-hero .hero-content p:last-of-type {
    margin-top: 10px;
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .topbar-home ~ .page-shell .hero-actions {
    gap: 10px;
    margin-top: 16px;
  }

  .topbar-home ~ .page-shell .hero-actions .button {
    min-width: 0;
    width: 100%;
    padding: 12px 16px;
  }

  .topbar-home ~ .page-shell .hero-signals {
    gap: 8px;
    margin-top: 14px;
  }

  .topbar-home ~ .page-shell .hero-signals span {
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .topbar-home ~ .floating-menu-button {
    display: none;
  }

  .promise-card,
  .info-card,
  .scenario-card,
  .case-card,
  .team-summary-card,
  .campus-summary-card,
  .consult-shell,
  .partners-shell {
    border-radius: 20px;
  }

  .team-summary-card,
  .case-card {
    padding: 24px;
  }

  .team-summary-card {
    padding: 24px 20px;
    flex-basis: calc((100% - (var(--team-visible, 1) - 1) * 24px) / var(--team-visible, 1));
  }

  .team-avatar {
    width: 132px;
    height: 132px;
    border-width: 6px;
  }

  .team-summary-card,
  .team-avatar,
  .summary-actions .button-outline {
    animation: none;
  }

  .team-detail-stage {
    padding: 20px 14px 18px;
    border-radius: 26px;
  }

  .team-detail-carousel {
    min-height: 560px;
  }

  .team-stage-shell {
    display: block;
  }

  .team-stage-wing {
    display: none;
  }

  .team-stage-spotlight {
    top: 14px;
    width: min(94vw, 360px);
    height: 240px;
  }

  .team-stage-backdrop {
    top: 92px;
    width: min(82vw, 300px);
    height: 260px;
  }

  .team-stage-main {
    min-height: 420px;
  }

  .team-stage-shadow {
    bottom: 78px;
    width: 220px;
    height: 52px;
  }

  .team-stage-card {
    width: 100%;
    min-height: 390px;
    padding: 18px 16px 20px;
  }

  .team-stage-card__avatar {
    width: 150px;
    height: 150px;
    border-width: 6px;
  }

  .team-stage-card h3 {
    font-size: 1.68rem;
  }

  .team-stage-card__summary {
    margin-top: 12px;
    font-size: 0.92rem;
    line-height: 1.66;
  }

  .team-stage-card__cta {
    margin-top: 16px;
    padding: 10px 14px;
    font-size: 0.76rem;
  }

  .team-stage-mobile-list {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 2px 2px 10px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .team-stage-mobile-list::-webkit-scrollbar {
    display: none;
  }

  .team-mobile-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 138px;
    padding: 8px 10px;
    border: 0;
    border-radius: 18px;
    text-align: left;
    background: rgba(255, 255, 255, 0.82);
    box-shadow:
      0 10px 22px rgba(22, 45, 84, 0.08),
      inset 0 0 0 1px rgba(219, 229, 241, 0.84);
  }

  .team-mobile-pill.is-active {
    box-shadow:
      0 12px 26px rgba(22, 45, 84, 0.1),
      inset 0 0 0 1px rgba(184, 203, 229, 0.96);
    background: rgba(255, 255, 255, 0.98);
  }

  .team-mobile-pill__avatar {
    width: 54px;
    height: 54px;
    margin: 0;
    flex: 0 0 auto;
    border-width: 4px;
  }

  .team-mobile-pill__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
  }

  .team-detail-hint {
    margin-top: 12px;
    font-size: 0.8rem;
  }

  .team-detail-modal__dialog {
    width: min(100vw - 20px, 560px);
    max-height: calc(100vh - 20px);
    margin: 10px auto;
    padding: 18px;
    border-radius: 24px;
  }

  .team-detail-modal__content {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .team-detail-modal__avatar {
    width: 180px;
    margin: 0 auto;
  }

  .team-detail-modal__copy {
    padding: 0 4px 8px;
    text-align: center;
  }

  .team-detail-modal__copy h2 {
    font-size: 2rem;
  }

  .four-grid,
  .three-grid,
  .campus-summary-grid,
  .team-summary-grid {
    grid-template-columns: 1fr;
  }

  .consult-shell,
  .info-slab {
    padding: 24px 18px;
  }
}

@media (max-width: 420px) {
  .transport-board-shell .transport-board-table {
    min-width: 1140px;
  }

  .transport-board-shell .transport-board-inline-row {
    grid-template-columns: 0.86fr 0.58fr 0.76fr 0.58fr 0.68fr 0.76fr 0.72fr minmax(352px, 2.35fr);
  }

  .transport-board-shell .transport-board-head-item,
  .transport-board-shell .transport-board-inline-item {
    padding: 7px 8px;
  }

  .transport-board-shell .transport-board-head-item {
    font-size: 0.66rem;
    letter-spacing: -0.01em;
  }

  .transport-board-shell .transport-board-head-label-full {
    display: none;
  }

  .transport-board-shell .transport-board-head-label-short {
    display: inline;
  }

  .pickup-board-preview-note {
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .pickup-board-list-preview .pickup-board-track {
    gap: 6px;
  }

  .pickup-preview-card-shell {
    padding: 9px 8px 8px;
    border-radius: 16px;
  }

  .pickup-preview-airport {
    font-size: 0.76rem;
  }

  .pickup-preview-meta,
  .pickup-preview-time {
    font-size: 0.53rem;
  }

  .pickup-preview-grid {
    gap: 4px;
  }

  .pickup-preview-cell {
    padding: 5px;
  }

  .pickup-preview-label {
    font-size: 0.45rem;
  }

  .pickup-preview-value {
    font-size: 0.56rem;
  }
}

@media (max-width: 520px) {
  .pickup-process-panel:not(.pickup-process-panel-modal) {
    padding: 16px 10px 12px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-head h2 {
    font-size: 1.18rem;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-intro {
    font-size: 0.76rem;
    line-height: 1.48;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-timeline {
    gap: 8px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-step {
    gap: 8px;
    padding: 12px 8px 10px;
    border-radius: 20px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-index {
    top: 6px;
    right: 6px;
    min-width: 28px;
    height: 28px;
    font-size: 0.82rem;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-copy h3 {
    font-size: 0.76rem;
    line-height: 1.14;
  }

  .pickup-process-panel:not(.pickup-process-panel-modal) .pickup-process-copy p {
    margin-top: 4px;
    font-size: 0.66rem;
    line-height: 1.32;
  }

  .topbar-transport-board .site-header {
    gap: 6px;
    padding: 7px 0 4px;
  }

  .topbar-transport-board .logo-wordmark {
    font-size: 1.2rem;
  }

  .topbar-transport-board .logo-subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.08em;
  }

  .topbar-transport-board .site-user-chip {
    padding: 5px 9px 5px 5px;
    font-size: 0.78rem;
  }

  .topbar-transport-board .nav-link {
    min-height: 32px;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .topbar-transport-board + .page-shell {
    padding-top: 6px;
  }

  .transport-board-shell .section-heading .eyebrow {
    font-size: 0.68rem;
  }

  .transport-board-shell .section-heading h1 {
    font-size: 1.68rem;
    line-height: 1.08;
  }

  .transport-board-shell .transport-board-table {
    min-width: 1180px;
  }

  .transport-board-shell .transport-board-inline-row {
    grid-template-columns: 0.9fr 0.62fr 0.8fr 0.62fr 0.72fr 0.82fr 0.78fr minmax(364px, 2.4fr);
  }

  .transport-board-shell .section-heading p {
    font-size: 0.84rem;
    line-height: 1.62;
  }

  .transport-board-cta-strip {
    padding: 16px 14px;
    border-radius: 18px;
  }

  .transport-board-cta-copy h2 {
    font-size: 1.3rem;
  }

  .transport-board-cta-copy p:last-child {
    margin-top: 10px;
    font-size: 0.84rem;
    line-height: 1.6;
  }

  .transport-board-shell .transport-filter-form {
    gap: 10px;
    margin-bottom: 14px;
  }

  .transport-board-shell .transport-filter-form .field span {
    font-size: 0.74rem;
  }

  .transport-board-shell .transport-filter-form input,
  .transport-board-shell .transport-filter-form select {
    font-size: 0.84rem;
  }

  .transport-board-shell .transport-filter-form .button {
    min-height: 40px;
    font-size: 0.88rem;
  }

  .transport-board-shell .transport-board-head-item,
  .transport-board-shell .transport-board-inline-item {
    padding: 8px 9px;
  }

  .transport-board-action-button {
    min-height: 34px;
    padding: 0 7px;
    font-size: 0.68rem;
    letter-spacing: -0.02em;
  }

  .transport-board-shell .transport-board-head-item {
    font-size: 0.7rem;
  }

  .transport-board-shell .transport-board-inline-item span {
    font-size: 0.78rem;
    line-height: 1.18;
  }

  .transport-board-shell .transport-board-scroll-hint {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .transport-pagination-current {
    font-size: 0.82rem;
  }

  .transport-board-shell .transport-pagination .button {
    min-width: 84px;
    min-height: 36px;
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  .pickup-board-preview-note {
    margin: 10px 0 12px;
    padding: 8px 12px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(242, 247, 255, 0.92));
    border: 1px solid rgba(168, 186, 223, 0.28);
    color: #61759c;
    font-size: 0.73rem;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  }

  .pickup-preview-card-shell {
    padding: 10px 8px 9px;
    border-radius: 18px;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.82),
      0 18px 32px rgba(36, 59, 108, 0.1);
  }

  .pickup-preview-card-top {
    margin-bottom: 7px;
  }

  .pickup-preview-service,
  .pickup-preview-seats {
    min-height: 24px;
    padding: 0 9px;
    font-size: 0.56rem;
    font-weight: 900;
  }

  .pickup-preview-seats {
    color: #20395f;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
  }

  .pickup-preview-airport {
    font-size: 0.88rem;
    font-weight: 950;
    letter-spacing: -0.04em;
  }

  .pickup-preview-meta {
    margin-top: 5px;
    font-size: 0.58rem;
    font-weight: 700;
    color: #7083a6;
  }

  .pickup-preview-time {
    margin-top: 6px;
    font-size: 0.7rem;
    font-weight: 900;
    color: #203b69;
    letter-spacing: -0.02em;
  }

  .pickup-preview-grid {
    margin-top: 9px;
    gap: 6px;
  }

  .pickup-preview-cell {
    padding: 7px 6px;
    border-radius: 12px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 248, 255, 0.58));
    border: 1px solid rgba(144, 168, 216, 0.18);
  }

  .pickup-preview-cell-wide {
    grid-column: 1 / -1;
  }

  .pickup-preview-label {
    color: #667b9f;
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .pickup-preview-value {
    margin-top: 5px;
    color: #19335a;
    font-size: 0.66rem;
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 521px) {
  .pickup-board-list-preview .pickup-preview-desktop-row {
    display: block;
  }

  .pickup-board-list-preview .pickup-preview-card-shell {
    display: none;
  }
}

.pickup-board-preview-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(117, 147, 210, 0.18);
  background: linear-gradient(135deg, rgba(245, 248, 255, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 14px 28px rgba(32, 56, 110, 0.05);
}

.pickup-board-preview-badge {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.16), rgba(61, 143, 255, 0.14));
  color: #21418a;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pickup-board-preview-copy {
  color: #5e7398;
  font-size: 0.92rem;
  line-height: 1.6;
}

.pickup-board-preview-copy strong {
  color: #21418a;
  font-weight: 900;
}

@media (max-width: 720px) {
  .pickup-board-preview-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
    padding: 12px 14px;
  }

  .pickup-board-preview-copy {
    font-size: 0.84rem;
    line-height: 1.55;
  }
}

