﻿: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);
}

/* Mobile personal center polish */
@media (max-width: 720px) {
  .service-center-shell,
  .profile-shell {
    width: min(100%, 430px);
    padding: 10px 12px 34px;
  }

  .service-center-shell .storage-section,
  .profile-shell .storage-section {
    padding: 10px 0;
  }

  .service-center-header-card,
  .service-center-panel,
  .profile-page-top,
  .profile-card {
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(14, 33, 66, 0.07);
  }

  .service-center-header-card {
    gap: 10px;
    padding: 14px;
  }

  .service-center-header-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 10px;
  }

  .service-center-header-copy .eyebrow,
  .profile-page-copy .eyebrow {
    padding: 4px 8px;
    font-size: 0.56rem;
    letter-spacing: 0.08em;
  }

  .service-center-header-copy h1,
  .profile-page-copy h1 {
    margin-top: 5px;
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .service-center-toolbar {
    min-height: 0;
    justify-content: end;
  }

  .service-center-toolbar .site-auth-nav-button,
  .service-center-toolbar .site-user-chip {
    width: auto;
    min-width: 0;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
  }

  .service-center-toolbar .site-user-chip-avatar {
    width: 24px;
    height: 24px;
  }

  .service-center-toolbar .site-auth-menu-dropdown {
    right: 0;
    left: auto;
    min-width: 138px;
  }

  .service-center-quick-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0;
  }

  .service-center-quick-link {
    min-height: 36px;
    padding: 7px 9px;
    border-radius: 12px;
    font-size: 0.72rem;
    line-height: 1.18;
    box-shadow: 0 7px 18px rgba(14, 33, 66, 0.05);
  }

  .service-center-quick-link:not(.service-center-quick-link-primary) {
    grid-column: 1 / -1;
  }

  .service-center-quick-icon {
    width: 18px;
    height: 18px;
    font-size: 0.72rem;
  }

  .service-center-header-main {
    gap: 10px;
  }

  .service-center-profile {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .service-center-avatar {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .service-center-profile-copy h2 {
    font-size: 0.98rem;
    line-height: 1.16;
  }

  .service-center-subtitle,
  .service-center-intro {
    margin-top: 2px;
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .service-center-intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .service-center-primary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 7px;
  }

  .service-center-primary-actions .button,
  .service-center-task .button {
    min-width: 0;
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .service-center-status-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 14px;
  }

  .service-center-status-chip,
  .service-center-status-chip:last-child {
    min-height: 52px;
    padding: 8px 10px;
    border-right: 1px solid rgba(24, 55, 109, 0.08);
    border-bottom: 1px solid rgba(24, 55, 109, 0.08);
  }

  .service-center-status-chip:nth-child(2n) {
    border-right: 0;
  }

  .service-center-status-chip:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .service-center-status-label {
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .service-center-status-chip strong {
    font-size: 0.72rem;
    line-height: 1.22;
  }

  .service-center-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .service-card {
    gap: 5px;
    min-height: 96px;
    padding: 11px;
    border-radius: 15px;
  }

  .service-card-tag {
    padding: 4px 7px;
    font-size: 0.58rem;
  }

  .service-card h3 {
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .service-card p {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .service-center-content-grid,
  .service-center-column {
    gap: 10px;
  }

  .service-center-panel,
  .service-center-panel-compact {
    padding: 14px;
  }

  .service-center-panel-head {
    margin-bottom: 10px;
  }

  .service-center-panel-head h2,
  .service-center-panel-head-compact h2 {
    font-size: 0.92rem;
  }

  .service-center-task-list,
  .service-center-link-list {
    gap: 8px;
  }

  .service-center-task,
  .service-center-link-item {
    gap: 8px;
    padding: 10px;
    border-radius: 13px;
  }

  .service-center-task h3,
  .service-center-link-item strong {
    font-size: 0.78rem;
    line-height: 1.24;
  }

  .service-center-task p,
  .service-center-link-item p,
  .service-center-link-item > span {
    font-size: 0.64rem;
    line-height: 1.34;
  }

  .service-center-empty-state {
    padding: 14px;
    border-radius: 14px;
  }

  .service-center-empty-state strong {
    font-size: 0.8rem;
  }

  .service-center-empty-state p {
    font-size: 0.66rem;
  }

  .service-center-detail-dialog {
    width: calc(100% - 24px);
    max-height: 82dvh;
    padding: 16px;
    border-radius: 18px;
  }

  .service-center-detail-dialog h2 {
    font-size: 1.1rem;
  }

  .service-center-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .service-center-detail-field {
    padding: 9px;
    border-radius: 12px;
  }

  .service-center-detail-field strong {
    font-size: 0.58rem;
  }

  .service-center-detail-field span,
  .service-center-detail-warning {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .profile-page {
    gap: 10px;
  }

  .profile-page-top,
  .profile-card {
    padding: 14px;
  }

  .profile-membership-header {
    display: grid;
    gap: 8px;
  }

  .profile-membership-benefits,
  .profile-membership-summary {
    grid-template-columns: 1fr;
  }

  .profile-membership-benefit {
    min-height: 96px;
    padding: 12px;
  }

  .profile-page-copy p:last-child {
    margin-top: 7px;
    font-size: 0.68rem;
    line-height: 1.42;
  }

  .profile-page-tools {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
  }

  .profile-page-tools .button,
  .profile-page-tools .site-auth-nav-button,
  .profile-page-tools .site-user-chip {
    min-width: 0;
    min-height: 34px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 0.68rem;
  }

  .profile-field-grid {
    gap: 7px;
  }

  .profile-card .field {
    gap: 4px;
    margin-bottom: 8px;
  }

  .profile-card .field span,
  .profile-choice-group legend {
    font-size: 0.68rem;
  }

  .profile-card .field input {
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 0.72rem;
  }

  .profile-card .field-help {
    font-size: 0.6rem;
    line-height: 1.32;
  }

  .profile-choice-group {
    padding: 10px;
    border-radius: 12px;
  }

  .profile-choice-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .profile-choice-options label {
    min-height: 34px;
    justify-content: center;
    padding: 6px 8px;
    border: 1px solid rgba(24, 55, 109, 0.1);
    border-radius: 999px;
    background: #fff;
    font-size: 0.68rem;
  }

  .profile-form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .profile-form-actions .button {
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 12px;
    font-size: 0.72rem;
  }
}

.rule-card-toggle {
  display: none;
}

@media (max-width: 720px) {
  #storage-rules .rule-card {
    align-items: center;
  }

  #storage-rules .rule-card.is-open {
    align-items: start;
  }

  #storage-rules .rule-card p {
    display: none;
  }

  #storage-rules .rule-card.is-open p {
    display: block;
  }

  #storage-rules .rule-card .rule-card-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    margin-top: 8px;
    padding: 0 10px;
    border: 1px solid color-mix(in srgb, var(--rule-card-accent) 22%, #ffffff 78%);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.58)),
      color-mix(in srgb, var(--rule-card-soft) 34%, #ffffff 66%);
    color: var(--rule-card-accent);
    box-shadow: 0 8px 18px rgba(21, 46, 92, 0.08);
    cursor: pointer;
    font: 700 0.68rem/1 "Outfit", "Noto Serif SC", sans-serif;
    touch-action: manipulation;
  }

  #storage-rules .rule-card .rule-card-toggle::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 7px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-1px) rotate(45deg);
    transition: transform 0.18s ease;
  }

  #storage-rules .rule-card.is-open .rule-card-toggle::after {
    transform: translateY(2px) rotate(225deg);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: "Outfit", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #f5f7fa 0%, #f1f4f8 100%);
  overflow-x: hidden;
}

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-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-panel-head-actions {
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.admin-panel-head-actions .field {
  min-width: 220px;
}

.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-empty-state .admin-membership-generated-code {
  margin: 0;
  color: #d92d20;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.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;
  touch-action: none;
  user-select: 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: 132px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: grab;
  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;
  touch-action: none;
}

.admin-pet-dog:active,
.admin-pet.is-dragging .admin-pet-dog {
  cursor: grabbing;
}

.admin-pet-sprite {
  --admin-pet-row: 0%;
  position: absolute;
  inset: 0;
  display: block;
  background-image: url("./img/admin-pet-fleta.webp");
  background-repeat: no-repeat;
  background-size: 800% 900%;
  background-position: 0 var(--admin-pet-row);
  image-rendering: pixelated;
  pointer-events: none;
  animation: admin-pet-sprite-idle 60s steps(7) infinite;
  transform-origin: 50% 70%;
}

.admin-pet.is-waving .admin-pet-sprite {
  --admin-pet-row: 12.5%;
  animation-duration: 60s;
}

.admin-pet.is-happy .admin-pet-sprite {
  --admin-pet-row: 25%;
  animation-duration: 60s;
}

.admin-pet.is-alert .admin-pet-sprite {
  --admin-pet-row: 37.5%;
  animation-duration: 60s;
}

.admin-pet.is-curious .admin-pet-sprite {
  --admin-pet-row: 50%;
  transform: scale(1.03);
}

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

@keyframes admin-pet-sprite-idle {
  from {
    background-position: 0 var(--admin-pet-row);
  }
  to {
    background-position: 100% var(--admin-pet-row);
  }
}

#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 tbody tr.admin-storage-member-order-row,
.admin-table tbody tr.admin-storage-member-order-row:hover {
  background: #fff7d6;
}

.admin-table tbody tr.admin-storage-member-order-row td {
  border-top-color: rgba(217, 119, 6, 0.2);
  border-bottom-color: rgba(217, 119, 6, 0.2);
}

.admin-table tbody tr.admin-storage-member-order-row td:first-child {
  box-shadow: inset 4px 0 0 #f59e0b;
}

.admin-table-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.admin-storage-address-cell {
  display: grid;
  gap: 4px;
  min-width: 260px;
  max-width: 460px;
  white-space: normal;
}

.admin-storage-address-cell strong {
  color: #102644;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.admin-storage-address-cell span {
  color: #64748b;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.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-item.is-danger {
  border-color: rgba(220, 38, 38, 0.3);
  background: #fff1f2;
}

.admin-detail-item.is-danger strong,
.admin-detail-item.is-danger span {
  color: #b91c1c;
}

.admin-detail-section {
  margin-top: 18px;
}

.admin-detail-section h3 {
  margin: 0 0 12px;
}

.admin-detail-pre {
  margin: 0;
  padding: 16px;
  width: 100%;
  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;
}

textarea.admin-detail-pre {
  min-height: 180px;
  resize: vertical;
  color: #1f2937;
}

.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-intro-modal[hidden] {
  display: none;
}

.storage-intro-modal {
  position: fixed;
  inset: 0;
  z-index: 1500;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(42, 55, 82, 0.84);
  backdrop-filter: blur(7px);
}

.storage-intro-dialog {
  position: relative;
  display: grid;
  gap: 24px;
  width: min(92vw, 1152px);
  max-height: min(88vh, 780px);
  overflow: auto;
  padding: 62px 60px 0;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 34px;
  background: #ffffff;
  color: #071a3d;
  box-shadow: 0 34px 86px rgba(16, 29, 55, 0.34);
  animation: storageIntroEnter 240ms ease-out both;
}

.storage-intro-close {
  position: absolute;
  top: 34px;
  right: 42px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8da0bd;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.storage-intro-close:hover,
.storage-intro-close:focus-visible {
  background: rgba(226, 232, 240, 0.62);
  color: #43536f;
  outline: none;
  transform: rotate(90deg);
}

.storage-intro-dialog h2 {
  max-width: none;
  margin: 0;
  color: #061738;
  font-size: clamp(2rem, 3.1vw, 2.6rem);
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.storage-intro-lead {
  max-width: 760px;
  margin: -8px auto 12px;
  color: #52658a;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.storage-intro-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
}

.storage-intro-step {
  --step-surface: #f1e9ff;
  --step-icon: #a968ff;
  --step-shadow: rgba(169, 104, 255, 0.32);
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  min-height: 222px;
  padding: 28px 18px 24px;
  border: 2px solid transparent;
  border-radius: 22px;
  background: var(--step-surface);
  color: #061738;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(15, 23, 42, 0);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, filter 220ms ease;
}

.storage-intro-step:nth-child(2) {
  --step-surface: #e7f0ff;
  --step-icon: #5f95ff;
  --step-shadow: rgba(95, 149, 255, 0.3);
}

.storage-intro-step:nth-child(3) {
  --step-surface: #defaf5;
  --step-icon: #55cdbd;
  --step-shadow: rgba(85, 205, 189, 0.28);
}

.storage-intro-step:nth-child(4) {
  --step-surface: #fff1da;
  --step-icon: #f8931f;
  --step-shadow: rgba(248, 147, 31, 0.3);
}

.storage-intro-step:hover,
.storage-intro-step:focus-visible,
.storage-intro-step.is-active {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px var(--step-shadow);
  outline: none;
}

.storage-intro-step:active {
  transform: translateY(-3px) scale(0.98);
}

.storage-intro-step-number {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #526071;
  font-size: 1.05rem;
  font-weight: 900;
}

.storage-intro-step-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  margin-bottom: 4px;
  border-radius: 24px;
  background: var(--step-icon);
  box-shadow: 0 10px 20px var(--step-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.storage-intro-step:hover .storage-intro-step-icon,
.storage-intro-step:focus-visible .storage-intro-step-icon,
.storage-intro-step.is-active .storage-intro-step-icon {
  transform: scale(1.06) rotate(-2deg);
  box-shadow: 0 14px 26px var(--step-shadow);
}

.storage-intro-step-icon::before,
.storage-intro-step-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.storage-intro-step-icon[data-intro-icon="rules"]::before {
  width: 29px;
  height: 36px;
  border: 4px solid #ffffff;
  border-radius: 5px;
}

.storage-intro-step-icon[data-intro-icon="rules"]::after {
  width: 14px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: translate(4px, 3px);
}

.storage-intro-step-icon[data-intro-icon="calculator"]::before {
  width: 34px;
  height: 40px;
  border: 4px solid #ffffff;
  border-radius: 6px;
}

.storage-intro-step-icon[data-intro-icon="calculator"]::after {
  width: 18px;
  height: 18px;
  background:
    radial-gradient(circle, #ffffff 38%, transparent 42%) 0 0 / 9px 9px;
  transform: translateY(6px);
}

.storage-intro-step-icon[data-intro-icon="form"]::before {
  width: 36px;
  height: 34px;
  border: 4px solid #ffffff;
  border-radius: 6px;
  transform: translateY(3px);
}

.storage-intro-step-icon[data-intro-icon="form"]::after {
  width: 28px;
  height: 12px;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: translateY(-12px);
}

.storage-intro-step-icon[data-intro-icon="support"]::before {
  width: 38px;
  height: 38px;
  border: 4px solid #ffffff;
  border-radius: 999px;
}

.storage-intro-step-icon[data-intro-icon="support"]::after {
  width: 16px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}

.storage-intro-steps strong {
  color: #061738;
  font-size: 1.28rem;
  font-weight: 900;
  line-height: 1.2;
}

.storage-intro-steps small {
  color: #52658a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.35;
}

.storage-intro-detail {
  min-height: 32px;
  margin: 0;
  color: #20365c;
  font-size: 1.08rem;
  line-height: 1.6;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.storage-intro-detail.is-changing {
  opacity: 0;
  transform: translateY(4px);
}

.storage-intro-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  margin: 12px -60px 0;
  padding: 38px 60px;
  border-top: 1px solid #e9edf4;
  border-radius: 0 0 34px 34px;
  background: #f6f8fc;
}

.storage-intro-actions .button {
  min-height: 76px;
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  font-size: 1.35rem;
  font-weight: 850;
  letter-spacing: 0;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.storage-intro-actions .button-primary {
  border: 0;
  background: linear-gradient(135deg, #5839f7 0%, #a621f4 100%);
  box-shadow: 0 12px 22px rgba(88, 57, 247, 0.28);
}

.storage-intro-actions .button-secondary {
  border: 3px solid #e1e7f2;
  background: #ffffff;
  color: #15274a;
  box-shadow: none;
}

.storage-intro-actions .button:hover,
.storage-intro-actions .button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.storage-intro-actions .button-primary:hover,
.storage-intro-actions .button-primary:focus-visible {
  box-shadow: 0 16px 30px rgba(88, 57, 247, 0.34);
}

.storage-intro-actions .button-secondary:hover,
.storage-intro-actions .button-secondary:focus-visible {
  border-color: #cbd5e1;
  background: #fbfdff;
}

@keyframes storageIntroEnter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .storage-intro-dialog,
  .storage-intro-step,
  .storage-intro-step-icon,
  .storage-intro-close,
  .storage-intro-actions .button,
  .storage-intro-detail {
    animation: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .storage-intro-dialog {
    padding: 48px 28px 0;
  }

  .storage-intro-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storage-intro-actions {
    margin-right: -28px;
    margin-left: -28px;
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 720px) {
  .storage-intro-modal {
    align-items: end;
    padding: 12px;
  }

  .storage-intro-dialog {
    width: 100%;
    max-height: 94vh;
    gap: 13px;
    padding: 42px 14px 0;
    border-radius: 26px;
  }

  .storage-intro-close {
    top: 10px;
    right: 12px;
    width: 44px;
    height: 44px;
    font-size: 30px;
  }

  .storage-intro-dialog h2 {
    font-size: 1.65rem;
  }

  .storage-intro-lead {
    margin-bottom: 2px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .storage-intro-steps {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .storage-intro-step {
    min-height: 144px;
    gap: 6px;
    padding: 20px 8px 14px;
    border-radius: 18px;
  }

  .storage-intro-step-number {
    top: 8px;
    right: 8px;
    width: 24px;
    height: 24px;
    font-size: 0.9rem;
  }

  .storage-intro-step-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
  }

  .storage-intro-step-icon[data-intro-icon="rules"]::before,
  .storage-intro-step-icon[data-intro-icon="calculator"]::before,
  .storage-intro-step-icon[data-intro-icon="form"]::before,
  .storage-intro-step-icon[data-intro-icon="support"]::before {
    transform: scale(0.68);
  }

  .storage-intro-step-icon[data-intro-icon="rules"]::after,
  .storage-intro-step-icon[data-intro-icon="calculator"]::after,
  .storage-intro-step-icon[data-intro-icon="form"]::after,
  .storage-intro-step-icon[data-intro-icon="support"]::after {
    transform: scale(0.68);
  }

  .storage-intro-step strong {
    font-size: 0.98rem;
  }

  .storage-intro-step small {
    font-size: 0.82rem;
  }

  .storage-intro-detail {
    min-height: 44px;
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .storage-intro-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 -14px;
    padding: 14px;
    border-radius: 0 0 26px 26px;
  }

  .storage-intro-actions .button {
    min-height: 52px;
    border-radius: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 380px) {
  .storage-intro-dialog {
    gap: 10px;
  }

  .storage-intro-step {
    min-height: 128px;
  }

  .storage-intro-step-icon {
    width: 48px;
    height: 48px;
  }

  .storage-intro-step strong {
    font-size: 0.9rem;
  }

  .storage-intro-step small {
    font-size: 0.76rem;
  }

  .storage-intro-detail {
    min-height: 38px;
    font-size: 0.84rem;
  }
}

.storage-inline-cta {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.storage-inline-cta p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.storage-inline-cta .storage-booking-entry {
  --entry-accent: #ff8a3d;
  --entry-accent-deep: #d94f18;
  --entry-shadow: rgba(249, 115, 22, 0.24);
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 28px;
  align-items: center;
  justify-content: stretch;
  gap: 12px;
  min-height: 82px;
  padding: 12px 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 18px;
  text-align: left;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 246, 226, 0.34), transparent 28%),
    linear-gradient(135deg, var(--entry-accent) 0%, var(--entry-accent-deep) 100%);
  box-shadow: 0 18px 34px var(--entry-shadow);
  isolation: isolate;
}

.storage-inline-cta .storage-booking-entry[data-storage-booking-target="storage_return"] {
  --entry-accent: #ff6f61;
  --entry-accent-deep: #c83d2d;
  --entry-shadow: rgba(248, 113, 113, 0.24);
}

.storage-inline-cta .storage-booking-entry[data-storage-booking-target="box_delivery"] {
  --entry-accent: #f6b83f;
  --entry-accent-deep: #d97706;
  --entry-shadow: rgba(245, 158, 11, 0.24);
}

.storage-inline-cta .storage-booking-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.24) 42%, transparent 62%),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.22), transparent 32%);
  opacity: 0;
  transform: translateX(-22%);
  transition: opacity 0.22s ease, transform 0.28s ease;
}

.storage-inline-cta .storage-booking-entry:hover,
.storage-inline-cta .storage-booking-entry:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 22px 42px var(--entry-shadow);
}

.storage-inline-cta .storage-booking-entry:hover::before,
.storage-inline-cta .storage-booking-entry:focus-visible::before {
  opacity: 1;
  transform: translateX(18%);
}

.storage-inline-cta .storage-booking-entry:active {
  transform: translateY(-1px) scale(0.99);
}

.storage-booking-entry-icon {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.storage-booking-entry-icon::before,
.storage-booking-entry-icon::after {
  content: "";
  position: absolute;
  border-radius: 4px;
  background: #ffffff;
}

.storage-booking-entry-icon::before {
  left: 12px;
  top: 11px;
  width: 18px;
  height: 16px;
  opacity: 0.95;
}

.storage-booking-entry-icon::after {
  left: 15px;
  top: 8px;
  width: 12px;
  height: 7px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  background: transparent;
}

.storage-booking-entry-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.storage-booking-entry-title {
  color: #ffffff;
  font-size: 0.98rem;
  line-height: 1.2;
}

.storage-booking-entry-copy small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
}

.storage-booking-entry-arrow {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 0.22s ease, background 0.22s ease;
}

.storage-booking-entry-arrow::before {
  content: "";
  position: absolute;
  left: 9px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.storage-inline-cta .storage-booking-entry:hover .storage-booking-entry-arrow,
.storage-inline-cta .storage-booking-entry:focus-visible .storage-booking-entry-arrow {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.26);
}

.storage-box-quick-order {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffaf3, #ffffff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.storage-box-quick-order[hidden] {
  display: none;
}

.storage-box-quick-head {
  display: grid;
  gap: 4px;
}

.storage-box-quick-head strong {
  color: #102644;
  font-size: 1.02rem;
}

.storage-box-quick-head p {
  margin: 0;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.6;
}

.storage-box-quick-items {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.storage-box-quick-items-head,
.storage-box-quick-item {
  display: grid;
  grid-template-columns: minmax(78px, 1fr) 74px 78px 78px;
  gap: 10px;
  align-items: center;
}

.storage-box-quick-items-head {
  color: #8a6a44;
  font-size: 0.78rem;
  font-weight: 700;
}

.storage-box-quick-item {
  min-height: 46px;
  padding: 8px 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 12px;
  background: #fffdf8;
}

.storage-box-quick-item strong {
  color: #102644;
  font-size: 0.92rem;
}

.storage-box-quick-item span {
  color: #a05216;
  font-size: 0.86rem;
  font-weight: 700;
}

.storage-box-quick-item input {
  width: 100%;
  min-width: 0;
  height: 36px;
  padding: 6px 8px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 10px;
  background: #ffffff;
}

.storage-box-quick-item em {
  color: #c2410c;
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.storage-box-quick-total {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
  padding: 12px 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff7ed, #ecfeff);
  color: #12335a;
}

.storage-box-quick-total > strong {
  color: #c2410c;
  font-size: 1.08rem;
}

.storage-box-quick-order .button[type="submit"] {
  min-height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff8a3d, #d94f18);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.2);
}

@media (max-width: 640px) {
  .storage-box-quick-items-head {
    display: none;
  }

  .storage-box-quick-item {
    grid-template-columns: 1fr 72px;
  }

  .storage-box-quick-item span,
  .storage-box-quick-item em {
    text-align: left;
  }

  .storage-box-quick-item input {
    grid-row: span 2;
  }
}

.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-service-type-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.storage-service-type-card {
  display: grid;
  gap: 6px;
  align-content: start;
  min-height: 118px;
  padding: 14px;
  border: 1px solid rgba(16, 38, 68, 0.14);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.storage-service-type-card:has(input:checked) {
  border-color: #102644;
  box-shadow: 0 0 0 2px rgba(16, 38, 68, 0.08);
}

.storage-service-type-card input {
  width: 18px;
  height: 18px;
}

.storage-service-type-card strong {
  color: #102644;
}

.storage-service-type-card span,
.storage-section-hint {
  color: #667085;
  font-size: 0.92rem;
  line-height: 1.45;
}

.storage-section-hint {
  margin: -4px 0 14px;
}

.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: 18px;
}

.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;
}

body.storage-receipt-open {
  overflow: hidden;
}

.storage-receipt-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 203, 120, 0.34), transparent 26rem),
    radial-gradient(circle at 84% 24%, rgba(248, 113, 113, 0.18), transparent 20rem),
    rgba(15, 23, 42, 0.56);
  backdrop-filter: blur(14px);
}

.storage-receipt-overlay[hidden] {
  display: none;
}

.storage-receipt-modal {
  position: relative;
  width: min(520px, 100%);
  animation: storageReceiptDropIn 360ms cubic-bezier(0.18, 0.88, 0.32, 1.12);
  transform-origin: top center;
}

@keyframes storageReceiptDropIn {
  from {
    opacity: 0;
    transform: translateY(-72px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.storage-receipt-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(154, 52, 18, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.92);
  color: #9a3412;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(88, 45, 16, 0.14);
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.storage-receipt-close:hover,
.storage-receipt-close:focus-visible {
  transform: translateY(-1px);
  background: #fff;
  box-shadow: 0 16px 30px rgba(88, 45, 16, 0.2);
}

.storage-receipt-paper {
  position: relative;
  overflow: hidden;
  padding: 0 0 20px;
  border: 1px solid rgba(251, 146, 60, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 250, 242, 0.98) 56%, #fff 100%);
  box-shadow:
    0 34px 90px rgba(15, 23, 42, 0.3),
    0 10px 30px rgba(154, 52, 18, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.storage-receipt-paper::before,
.storage-receipt-paper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 14px;
  background: radial-gradient(circle at 7px 7px, transparent 7px, #fffaf2 7.4px) 0 0 / 20px 14px repeat-x;
  pointer-events: none;
}

.storage-receipt-paper::before {
  top: -1px;
}

.storage-receipt-paper::after {
  bottom: -1px;
  transform: rotate(180deg);
}

.storage-receipt-header {
  position: relative;
  padding: 30px 54px 22px 24px;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.54), transparent 8rem),
    linear-gradient(135deg, #ffb454 0%, #f97316 50%, #dc5a2f 100%);
  text-align: center;
  color: #fff;
}

.storage-receipt-header span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fffaf2;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.03em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.24);
}

.storage-receipt-header h2 {
  margin: 13px 0 8px;
  color: #fff;
  font-size: 1.56rem;
  letter-spacing: 0;
}

.storage-receipt-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.55;
}

.storage-receipt-order {
  position: relative;
  margin: -14px 22px 16px;
  padding: 18px 16px 17px;
  border: 1px solid rgba(251, 146, 60, 0.24);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(251, 146, 60, 0.08) 0 1px, transparent 1px) 0 0 / 10px 10px,
    linear-gradient(135deg, #fffaf2, #fff);
  text-align: center;
  box-shadow: 0 18px 38px rgba(124, 45, 18, 0.12);
}

.storage-receipt-order::before,
.storage-receipt-order::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #fff8ef;
}

.storage-receipt-order::before {
  left: -12px;
  box-shadow: inset -1px 0 0 rgba(251, 146, 60, 0.18);
}

.storage-receipt-order::after {
  right: -12px;
  box-shadow: inset 1px 0 0 rgba(251, 146, 60, 0.18);
}

.storage-receipt-order span,
.storage-receipt-row span {
  display: block;
  color: #a05216;
  font-size: 0.78rem;
  font-weight: 850;
}

.storage-receipt-order strong {
  display: block;
  margin-top: 7px;
  color: #0f172a;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
}

.storage-receipt-summary {
  display: grid;
  gap: 0;
  margin: 0 22px;
  padding: 6px 0;
  border-top: 1px dashed rgba(154, 52, 18, 0.18);
  border-bottom: 1px dashed rgba(154, 52, 18, 0.18);
}

.storage-receipt-row {
  display: grid;
  grid-template-columns: minmax(88px, 0.38fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
  padding: 10px 2px;
  border-bottom: 1px solid rgba(154, 52, 18, 0.08);
  background: transparent;
}

.storage-receipt-row:last-child {
  border-bottom: 0;
}

.storage-receipt-row strong {
  display: block;
  color: #172033;
  font-size: 0.96rem;
  line-height: 1.45;
  text-align: right;
  overflow-wrap: anywhere;
}

.storage-receipt-contact {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 18px 22px 0;
  padding: 16px;
  border: 1px solid rgba(96, 165, 250, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.26), transparent 58%),
    linear-gradient(135deg, #fff7ed 0%, #eef6ff 100%);
}

.storage-receipt-contact img {
  width: 148px;
  height: 148px;
  padding: 9px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 14px 30px rgba(88, 45, 16, 0.14);
}

.storage-receipt-contact strong {
  display: block;
  color: #102644;
  font-size: 1.06rem;
}

.storage-receipt-contact p {
  margin: 9px 0 5px;
  color: #5f4a39;
}

.storage-receipt-contact p span {
  color: #c2410c;
  font-weight: 900;
}

.storage-receipt-contact small {
  color: #725b49;
  line-height: 1.45;
}

.storage-receipt-actions {
  display: grid;
  gap: 10px;
  margin: 18px 22px 0;
}

@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-service-type-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;
  }

  .storage-receipt-overlay {
    padding: 12px;
    place-items: end center;
  }

  .storage-receipt-paper {
    max-height: calc(100vh - 34px);
    overflow: auto;
    border-radius: 24px;
  }

  .storage-receipt-close {
    top: 10px;
    right: 10px;
  }

  .storage-receipt-header {
    padding: 28px 52px 20px 18px;
  }

  .storage-receipt-order,
  .storage-receipt-summary,
  .storage-receipt-contact,
  .storage-receipt-actions {
    margin-left: 16px;
    margin-right: 16px;
  }

  .storage-receipt-contact {
    grid-template-columns: 1fr;
  }

  .storage-receipt-row {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
  }

  .storage-receipt-contact {
    text-align: center;
  }

  .storage-receipt-contact img {
    width: min(210px, 72vw);
    height: min(210px, 72vw);
    margin: 0 auto;
  }
}

.storage-receipt-overlay {
  align-items: start;
  justify-items: center;
  overflow: auto;
  padding: 0 18px;
  background: rgba(15, 23, 42, 0.42);
  backdrop-filter: blur(10px);
}

.storage-receipt-modal {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 0;
}

.storage-receipt-paper {
  min-height: min(100dvh, 980px);
  max-height: 100dvh;
  overflow: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.22);
}

.storage-receipt-paper::before,
.storage-receipt-paper::after {
  display: none;
}

.storage-receipt-close {
  top: 18px;
  right: 18px;
  border-color: rgba(15, 23, 42, 0.08);
  background: rgba(248, 250, 252, 0.92);
  color: #64748b;
  box-shadow: none;
}

.storage-receipt-header {
  padding: 46px 48px 28px;
  background: #fff;
  color: #0f172a;
}

.storage-receipt-check {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #ecfdf5;
}

.storage-receipt-check svg {
  width: 44px;
  height: 44px;
  stroke: #2f8b63;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.storage-receipt-header h2 {
  margin: 0;
  color: #0f172a;
  font-size: clamp(1.8rem, 4vw, 2.25rem);
  font-weight: 650;
}

.storage-receipt-header p {
  max-width: 420px;
  margin: 18px auto 0;
  color: #64748b;
  font-size: 1.05rem;
}

.storage-receipt-required {
  max-width: 440px;
  margin: 18px auto 0;
  padding: 12px 16px;
  border: 1px solid #fecaca;
  border-radius: 12px;
  background: #fff1f2;
  color: #b91c1c;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.55;
}

.storage-receipt-order {
  margin: 0 48px;
  padding: 46px 0 42px;
  border: 0;
  border-top: 2px dashed #d6d9df;
  border-bottom: 2px dashed #d6d9df;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storage-receipt-order::before,
.storage-receipt-order::after {
  display: none;
}

.storage-receipt-order span {
  color: #94a3b8;
  font-size: 1rem;
  font-weight: 500;
}

.storage-receipt-order strong {
  margin-top: 12px;
  color: #020617;
  font-family: "Outfit", "Courier New", monospace;
  font-size: clamp(1.45rem, 4.5vw, 1.95rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  overflow-wrap: anywhere;
}

.storage-receipt-summary {
  margin: 34px 48px 0;
  padding: 0 0 28px;
  border-top: 0;
  border-bottom: 2px dashed #d6d9df;
}

.storage-receipt-row {
  grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
  gap: 16px;
  padding: 9px 0;
  border-bottom: 0;
}

.storage-receipt-row span {
  color: #6b7280;
  font-size: 1.02rem;
  font-weight: 500;
}

.storage-receipt-row strong {
  color: #020617;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: right;
}

.storage-receipt-contact {
  display: block;
  margin: 30px 48px 0;
  padding: 20px 24px;
  border: 0;
  border-radius: 14px;
  background: #fcfcfd;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.03);
}

.storage-receipt-service-line {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 4px;
  align-items: baseline;
}

.storage-receipt-service-line span {
  color: #64748b;
  font-size: 1rem;
}

.storage-receipt-service-line strong {
  color: #020617;
  font-size: 1.05rem;
  font-weight: 700;
}

.storage-receipt-service-line b {
  color: #0f172a;
}

.storage-receipt-service-line small {
  grid-column: 2;
  color: #64748b;
  font-size: 0.92rem;
}

.storage-receipt-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  align-items: center;
  margin: 46px 48px 0;
  padding-bottom: 38px;
  border-bottom: 2px dashed #d6d9df;
}

.storage-receipt-meta > div:first-child {
  display: grid;
  gap: 12px;
  justify-items: center;
  width: 100%;
}

.storage-receipt-meta img {
  width: min(390px, 100%);
  height: auto;
  aspect-ratio: 1;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  background: #fff;
  object-fit: contain;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

.storage-receipt-meta span,
.storage-receipt-meta small {
  color: #94a3b8;
  font-size: 0.98rem;
}

.storage-receipt-meta > div:last-child {
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}

.storage-receipt-meta strong {
  color: #334155;
  font-size: 1.15rem;
  font-weight: 500;
}

.storage-receipt-footnote {
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 34px 48px 46px;
  color: #94a3b8;
  font-size: 1rem;
}

.storage-receipt-footnote strong {
  color: #64748b;
  font-size: 1.05rem;
  font-weight: 500;
}

.storage-receipt-actions {
  position: sticky;
  bottom: 0;
  margin: 0;
  padding: 22px 32px 24px;
  border-top: 1px solid #e5e7eb;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
}

.storage-receipt-actions .button {
  min-height: 64px;
  border-radius: 10px;
  font-size: 1.18rem;
  font-weight: 700;
  background: #3f5bf6;
  box-shadow: none;
}

@media (max-width: 720px) {
  .storage-receipt-overlay {
    padding: 14px;
    place-items: center;
  }

  .storage-receipt-modal {
    width: min(100%, 390px);
  }

  .storage-receipt-paper {
    min-height: 0;
    max-height: min(82dvh, 660px);
    border-radius: 22px;
  }

  .storage-receipt-header {
    padding: 24px 44px 14px 20px;
  }

  .storage-receipt-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 1.05rem;
  }

  .storage-receipt-check {
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
  }

  .storage-receipt-check svg {
    width: 25px;
    height: 25px;
  }

  .storage-receipt-header h2 {
    font-size: 1.18rem;
  }

  .storage-receipt-header p {
    margin-top: 8px;
    font-size: 0.74rem;
    line-height: 1.42;
  }

  .storage-receipt-required {
    margin-top: 9px;
    padding: 7px 9px;
    border-radius: 10px;
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .storage-receipt-order,
  .storage-receipt-summary,
  .storage-receipt-contact,
  .storage-receipt-meta {
    margin-left: 16px;
    margin-right: 16px;
  }

  .storage-receipt-order {
    padding: 17px 0 14px;
  }

  .storage-receipt-order span {
    font-size: 0.68rem;
  }

  .storage-receipt-order strong {
    margin-top: 6px;
    font-size: 1rem;
    letter-spacing: 0.06em;
  }

  .storage-receipt-summary {
    margin-top: 14px;
    padding-bottom: 12px;
  }

  .storage-receipt-row {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 9px;
    padding: 5px 0;
  }

  .storage-receipt-row span,
  .storage-receipt-row strong {
    font-size: 0.7rem;
    line-height: 1.34;
  }

  .storage-receipt-contact {
    margin-top: 14px;
    padding: 11px 12px;
    border-radius: 12px;
  }

  .storage-receipt-service-line {
    grid-template-columns: 1fr;
    row-gap: 3px;
  }

  .storage-receipt-service-line span {
    font-size: 0.72rem;
  }

  .storage-receipt-service-line strong {
    font-size: 0.78rem;
  }

  .storage-receipt-service-line small {
    grid-column: auto;
    font-size: 0.66rem;
    line-height: 1.32;
  }

  .storage-receipt-meta {
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 12px;
  }

  .storage-receipt-meta img {
    width: min(148px, 46vw);
    height: auto;
    padding: 7px;
    border-radius: 14px;
  }

  .storage-receipt-meta {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .storage-receipt-meta > div:last-child {
    justify-items: center;
    text-align: center;
  }

  .storage-receipt-meta span,
  .storage-receipt-meta small,
  .storage-receipt-meta strong {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .storage-receipt-footnote {
    padding: 10px 18px 12px;
    font-size: 0.62rem;
  }

  .storage-receipt-footnote strong {
    font-size: 0.66rem;
  }

  .storage-receipt-actions {
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  }

  .storage-receipt-actions .button {
    min-height: 44px;
    border-radius: 10px;
    font-size: 0.86rem;
  }
}

.storage-booking-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 199, 122, 0.18), transparent 24rem),
    radial-gradient(circle at 90% 12%, rgba(255, 138, 112, 0.12), transparent 28rem),
    linear-gradient(180deg, #fff8ef 0%, #f5f8fc 42%, #eef3f8 100%);
}

.storage-booking-page .storage-main {
  padding-bottom: 72px;
}

.storage-booking-page .storage-hero {
  min-height: auto;
  align-items: flex-start;
  padding: 26px 0 28px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 211, 128, 0.28), transparent 22rem),
    linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(255, 247, 237, 0.78));
}

.storage-booking-page .storage-hero::before,
.storage-booking-page .storage-hero::after {
  display: none;
}

.storage-booking-page .storage-container {
  width: min(calc(100% - 56px), 1180px);
  margin: 0 auto;
}

.storage-booking-page .storage-hero-copy {
  max-width: 760px;
}

.storage-booking-hero-copy {
  position: relative;
}

.storage-booking-page .storage-hero h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.55rem);
  letter-spacing: 0;
  line-height: 1.08;
}

.storage-booking-page .storage-section {
  width: 100%;
  padding-top: 14px;
}

.storage-booking-page .storage-booking-layout {
  align-items: start;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
}

.storage-booking-page .storage-summary-card,
.storage-booking-page .storage-inline-form-card,
.storage-booking-page .storage-submit-success {
  border: 1px solid rgba(202, 138, 4, 0.14);
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 217, 147, 0.22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.92));
  box-shadow:
    0 22px 50px rgba(137, 81, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.storage-booking-page .storage-summary-head,
.storage-booking-page .storage-inline-form-head,
.storage-booking-page .storage-notice-header {
  gap: 16px;
}

.storage-booking-page .storage-summary-head strong,
.storage-booking-page .storage-inline-form-head strong,
.storage-booking-page .storage-form-section h4 {
  color: #24160f;
}

.storage-booking-page .storage-summary-tip,
.storage-booking-page .storage-inline-form-head p,
.storage-booking-page .storage-notice-header p,
.storage-booking-page .storage-section-hint {
  color: #725b49;
}

.storage-booking-page .storage-summary-grid {
  gap: 10px;
}

.storage-booking-page .storage-summary-item {
  border: 1px solid rgba(202, 138, 4, 0.12);
  background: rgba(255, 250, 243, 0.76);
}

.storage-booking-page .storage-summary-item strong {
  color: #a05216;
}

.storage-booking-page .storage-summary-item span {
  color: #1f2937;
}

.storage-booking-page .storage-booking-form {
  gap: 18px;
}

.storage-booking-page .storage-form-section {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(202, 138, 4, 0.13);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 237, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.storage-booking-page .storage-form-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #f59e0b, #fb7185, #60a5fa);
  opacity: 0.8;
}

.storage-booking-page .storage-form-grid {
  gap: 14px;
}

.storage-booking-page .storage-form-subsection {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(151, 92, 34, 0.14);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.92), rgba(255, 247, 237, 0.72));
}

.storage-booking-page .storage-form-subsection + .storage-form-subsection {
  margin-top: 16px;
}

.storage-booking-page .storage-form-subsection-head {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.storage-booking-page .storage-form-subsection-head strong {
  color: #111827;
  font-size: 1rem;
  line-height: 1.25;
}

.storage-booking-page .storage-form-subsection-head p {
  margin: 0;
  color: #7c2d12;
  font-size: 0.86rem;
  line-height: 1.55;
}

.storage-booking-page .storage-box-delivery-fields {
  border-color: rgba(249, 115, 22, 0.22);
  background: linear-gradient(180deg, rgba(255, 251, 235, 0.94), rgba(255, 247, 237, 0.8));
}

.storage-booking-page .storage-intake-fields {
  position: relative;
  border-color: rgba(151, 92, 34, 0.12);
  background:
    linear-gradient(90deg, rgba(14, 165, 164, 0.12), rgba(14, 165, 164, 0) 4px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 253, 250, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.storage-booking-page .storage-intake-fields .storage-form-subsection-head {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(151, 92, 34, 0.1);
}

.storage-booking-page .storage-intake-fields .storage-form-subsection-head p {
  color: #475569;
}

.storage-booking-page .storage-locked-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
}

.storage-booking-page .storage-locked-summary:empty {
  display: none;
}

.storage-booking-page .storage-locked-summary-item {
  position: relative;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(202, 138, 4, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 247, 237, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.storage-booking-page .storage-locked-summary-item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.1);
}

.storage-booking-page .storage-locked-summary-item span,
.storage-booking-page .storage-locked-summary-item strong {
  display: block;
}

.storage-booking-page .storage-locked-summary-item span {
  color: #9a3412;
  font-size: 0.82rem;
  font-weight: 850;
}

.storage-booking-page .storage-locked-summary-item strong {
  margin-top: 7px;
  padding-right: 18px;
  color: #111827;
  font-size: 1rem;
  line-height: 1.25;
}

.storage-booking-page .storage-form-grid label,
.storage-booking-page .storage-form-grid > div {
  min-width: 0;
}

.storage-booking-page .storage-field-label {
  display: block;
  margin-bottom: 7px;
  color: #3d2c22;
  font-weight: 850;
}

.storage-booking-page .storage-form-grid input,
.storage-booking-page .storage-form-grid select,
.storage-booking-page .storage-form-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(151, 92, 34, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #111827;
  font: inherit;
  box-shadow: inset 0 1px 0 rgba(137, 81, 22, 0.03);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.storage-booking-page .storage-form-grid textarea {
  min-height: 48px;
  resize: vertical;
}

.storage-booking-page .storage-form-grid input:focus,
.storage-booking-page .storage-form-grid select:focus,
.storage-booking-page .storage-form-grid textarea:focus {
  outline: none;
  border-color: rgba(249, 115, 22, 0.56);
  background: #fffdfa;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.storage-booking-page .storage-form-grid input[readonly] {
  color: #4b5563;
  background: linear-gradient(180deg, #fff8ef, #fff3e5);
}

.storage-booking-page .storage-service-type-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storage-booking-page .storage-service-type-card {
  position: relative;
  min-height: 124px;
  padding: 18px;
  border: 1px solid rgba(151, 92, 34, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 237, 0.84));
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.storage-booking-page .storage-service-type-card:hover,
.storage-booking-page .storage-service-type-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.32);
  box-shadow: 0 16px 32px rgba(137, 81, 22, 0.1);
}

.storage-booking-page .storage-service-type-card:has(input:checked) {
  border-color: rgba(249, 115, 22, 0.62);
  background:
    radial-gradient(circle at 86% 12%, rgba(251, 146, 60, 0.22), transparent 34%),
    linear-gradient(180deg, #fff7ed, #fffaf3);
  box-shadow: 0 16px 34px rgba(249, 115, 22, 0.16);
}

.storage-booking-page .storage-service-type-card input {
  accent-color: #f97316;
}

.storage-booking-page .storage-service-type-card strong {
  color: #24160f;
  font-size: 1.04rem;
}

.storage-booking-page .storage-service-type-card span {
  color: #725b49;
  line-height: 1.55;
}

.storage-booking-page .storage-radio-group.compact {
  gap: 10px;
}

.storage-booking-page .storage-radio-group.compact label {
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(151, 92, 34, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.storage-booking-page .storage-radio-group input {
  accent-color: #f97316;
}

.storage-booking-page .storage-form-message {
  padding: 0 4px;
  color: #c2410c;
  font-weight: 800;
}

.storage-booking-page #storageBookingSubmitButton {
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fb923c, #dc5527);
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.24);
}

@media (max-width: 960px) {
  .storage-booking-page .storage-container {
    width: calc(100% - 32px);
  }

  .storage-booking-page .storage-booking-layout,
  .storage-booking-page .storage-service-type-grid,
  .storage-booking-page .storage-locked-summary {
    grid-template-columns: 1fr;
  }
}

/* Storage mobile first-pass polish: tighter first screen and thumb-friendly estimate flow */
@media (max-width: 720px) {
  .storage-page {
    background:
      linear-gradient(180deg, #f8fbff 0%, #eef4fb 48%, #f7f9fc 100%);
  }

  .storage-service-topbar {
    background: rgba(255, 255, 255, 0.94);
  }

  .storage-service-header {
    min-height: 64px;
  }

  .storage-service-header .brand-lockup-header {
    min-width: 0;
  }

  .storage-service-header .logo-wordmark {
    font-size: 1.75rem;
  }

  .storage-service-header .logo-subtitle {
    font-size: 0.53rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .storage-service-header .site-auth-nav {
    display: none;
  }

  .storage-hero.storage-hero-poster {
    padding: 18px 0 24px;
    background:
      radial-gradient(circle at 12% 0%, rgba(76, 112, 236, 0.1), transparent 18rem),
      linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  }

  .storage-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
  }

  .storage-hero-copy {
    order: 1;
    width: calc(100% - 32px);
    max-width: none;
    margin: 0 auto;
    padding: 20px 18px 18px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(26, 47, 86, 0.1);
    backdrop-filter: blur(12px);
  }

  .storage-location-chip {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .storage-hero h1 {
    max-width: 11.5em;
    margin-top: 10px;
    font-size: clamp(1.82rem, 8.2vw, 2.34rem);
    line-height: 1.08;
    letter-spacing: -0.018em;
  }

  .storage-hero-highlight {
    margin-top: 9px;
    font-size: clamp(1rem, 4.7vw, 1.3rem);
    line-height: 1.24;
  }

  .storage-hero-text {
    margin-top: 10px;
    font-size: 0.86rem;
    line-height: 1.62;
    font-weight: 620;
  }

  .storage-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: none;
    margin-top: 14px;
  }

  .storage-hero-feature {
    min-height: 66px;
    padding: 10px 8px;
    border-radius: 15px;
    text-align: center;
  }

  .storage-hero-feature strong {
    font-size: 0.82rem;
    line-height: 1.25;
  }

  .storage-hero-feature small {
    margin-top: 4px;
    font-size: 0.66rem;
    line-height: 1.28;
  }

  .storage-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .storage-hero-meta span {
    min-height: 34px;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.8rem;
  }

  .storage-page .hero-actions {
    position: sticky;
    bottom: 0;
    z-index: 18;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 10px;
    margin: 18px -18px -20px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(205, 216, 232, 0.78);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
  }

  .storage-page .hero-actions .button {
    min-width: 0;
    min-height: 48px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .storage-hero-media {
    order: 2;
    width: calc(100% - 32px);
    min-height: 190px;
    margin: 0 auto;
  }

  .storage-hero-media-frame {
    inset: 0;
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(26, 47, 86, 0.11);
  }

  .storage-hero-media-frame::before {
    background:
      linear-gradient(180deg, rgba(9, 23, 52, 0.02), rgba(9, 23, 52, 0.18)),
      linear-gradient(90deg, rgba(9, 23, 52, 0.08), rgba(9, 23, 52, 0));
  }

  .storage-hero-media-frame video.storage-hero-video {
    object-position: 54% center;
    transform: scale(1.04);
  }

  #storage-process,
  #storage-boxes,
  #storage-rules,
  .calculator-section {
    width: calc(100% - 28px);
  }

  #storage-process {
    margin-top: 30px;
    padding: 42px 0 42px;
  }

  #storage-process .section-heading,
  #storage-boxes .section-heading,
  #storage-rules .section-heading,
  .calculator-section .section-heading {
    margin-bottom: 26px;
  }

  #storage-process .section-heading h2,
  #storage-boxes .section-heading h2,
  #storage-rules .section-heading h2,
  .calculator-section .section-heading h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.25rem);
    line-height: 1.12;
  }

  #storage-process .section-heading p,
  #storage-boxes .section-heading p:not(.storage-boxes-badge),
  #storage-rules .section-heading p:not(.storage-rules-badge),
  .calculator-section .section-heading p {
    margin-top: 10px;
    font-size: 0.93rem;
    line-height: 1.62;
  }

  #storage-process .storage-steps {
    gap: 16px;
  }

  #storage-process .step-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(43, 127, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  #storage-process .step-card > span {
    top: 10px;
    left: 52px;
    min-width: 28px;
    height: 24px;
    font-size: 0.76rem;
  }

  #storage-process .step-card-icon {
    width: 58px;
    height: 58px;
  }

  #storage-process .step-card-icon::before,
  #storage-process .step-card-icon::after {
    transform: scale(0.76);
  }

  #storage-process .step-card-copy {
    margin-top: 2px;
  }

  #storage-process .step-card h3 {
    font-size: 0.98rem;
  }

  #storage-process .step-card p {
    margin-top: 6px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .storage-process-link {
    width: 100%;
    min-height: 48px;
    margin-top: 22px;
    border: 1px solid rgba(21, 93, 252, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
  }

  #storage-boxes {
    padding: 48px 0 34px;
  }

  .storage-boxes-title-row {
    gap: 12px;
  }

  .storage-box-photo-button {
    width: 100%;
    min-height: 46px;
    border-radius: 15px;
  }

  .storage-box-card-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .storage-box-price-card {
    padding: 18px;
    border-radius: 16px;
  }

  .storage-box-price-card::before {
    width: 44px;
    margin-bottom: 16px;
  }

  .storage-box-card-head {
    gap: 12px;
  }

  .storage-box-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .storage-box-card-head h3 {
    font-size: 1.24rem;
  }

  .storage-box-card-head p {
    font-size: 0.88rem;
  }

  .storage-box-price-pair {
    margin-top: 18px;
    padding-bottom: 16px;
  }

  .storage-box-price-pair div {
    min-height: 70px;
    padding: 12px 10px;
    border-radius: 13px;
  }

  .storage-box-price-pair span {
    font-size: 0.76rem;
  }

  .storage-box-price-pair strong {
    font-size: 1.36rem;
  }

  .storage-box-card-note {
    margin-top: 14px;
    font-size: 0.86rem;
  }

  .storage-weight-advice {
    margin-top: 18px;
    border-radius: 16px;
  }

  .calculator-section {
    padding-top: 42px;
  }

  .calculator-layout {
    gap: 14px;
  }

  .storage-calculator-form,
  .storage-calculator-result {
    border-radius: 18px;
  }

  .calculator-tool-head,
  .calculator-result-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .calculator-tool-head h3,
  .calculator-result-head h3 {
    font-size: 1.12rem;
    line-height: 1.28;
  }

  .calculator-tool-badge,
  .calculator-result-status {
    width: fit-content;
    min-height: 32px;
    font-size: 0.78rem;
  }

  .calculator-section-label {
    margin: 18px 0 10px;
  }

  .calculator-section-label strong {
    font-size: 0.96rem;
  }

  .storage-calculator-form .field {
    margin-bottom: 10px;
    padding: 12px;
  }

  .storage-calculator-form .field input,
  .storage-calculator-form .field select,
  .box-order-input {
    min-height: 46px;
    font-size: 16px;
  }

  .box-type-card {
    padding: 12px;
    border-radius: 15px;
  }

  .box-type-card-head {
    margin-bottom: 10px;
  }

  .box-type-fields {
    gap: 8px;
  }

  .storage-calculator-form .button[type="submit"],
  .storage-calculator-result .storage-booking-entry {
    min-height: 52px;
    border-radius: 16px;
  }

  .storage-calculator-result .result-grid {
    gap: 9px;
  }

  .storage-calculator-result .result-grid div {
    min-height: 70px;
    padding: 13px 14px;
    border-radius: 15px;
  }

  .storage-calculator-result .result-grid dd {
    font-size: 1.18rem;
  }

  .storage-calculator-result .result-grid .total-row {
    min-height: 92px;
  }

  .storage-rules-fab {
    right: 14px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
    box-shadow: 0 16px 32px rgba(37, 99, 235, 0.24);
  }

  .storage-rules-modal-dialog,
  .storage-box-photo-dialog {
    border-radius: 20px;
  }
}

@media (max-width: 380px) {
  .storage-hero-copy {
    width: calc(100% - 24px);
    padding: 20px 14px 18px;
  }

  .storage-hero-features {
    grid-template-columns: 1fr;
  }

  .storage-page .hero-actions {
    grid-template-columns: 1fr;
  }

  .storage-hero-media {
    min-height: 280px;
  }

  .storage-box-price-pair {
    grid-template-columns: 1fr;
  }
}

.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%);
}

.storage-service-topbar {
  display: none;
}

.storage-service-header {
  width: min(100% - 48px, 1200px);
  display: flex;
  min-height: 64px;
  margin: 0 auto;
  padding: 0;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}

.storage-service-header .brand {
  display: grid;
  gap: 4px;
  flex: 0 0 auto;
  text-decoration: none;
}

.storage-service-header .brand-lockup-header {
  min-width: 210px;
}

.storage-service-header .logo-bubbles {
  display: none;
}

.storage-service-header .logo-wordmark {
  margin-top: 0;
  color: #4f8fe2;
  font-size: 2.05rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.storage-service-header .logo-subtitle {
  color: #4f8fe2;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.storage-service-header .site-nav {
  margin-left: auto;
  gap: 8px;
  flex: 0 0 auto;
}

.storage-service-header .site-nav > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #0f2340;
  font-size: 0.95rem;
  font-weight: 650;
  text-decoration: none;
}

.storage-service-header .site-nav > a:hover {
  background: rgba(255, 255, 255, 0.62);
}

.storage-service-header .pickup-nav-dropdown {
  position: relative;
}

.storage-service-header .pickup-nav-dropdown-toggle {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #0f2340;
  font-size: 0.95rem;
  font-weight: 650;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
}

.storage-service-header .pickup-nav-dropdown-toggle[aria-expanded="true"] {
  background: rgba(255, 255, 255, 0.72);
}

.storage-service-header .pickup-nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  z-index: 60;
  display: grid;
  gap: 6px;
  min-width: 180px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 48px rgba(19, 40, 76, 0.14);
}

.storage-service-header .pickup-nav-dropdown-menu[hidden] {
  display: none;
}

.storage-service-header .pickup-nav-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 12px;
  color: #0f2340;
  font-size: 0.92rem;
  text-decoration: none;
}

.storage-service-header .pickup-nav-dropdown-item::after {
  content: "↗";
  color: #8aa0c0;
  font-size: 0.86rem;
}

.storage-service-header .pickup-nav-dropdown-item:hover {
  background: #f2f6ff;
  color: #203552;
}

.storage-service-header .lang-switch {
  display: none;
}

.storage-service-header .site-auth-nav-button {
  min-width: 116px;
  min-height: 42px;
  border-radius: 999px;
}

.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: 18px;
  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: 18px;
}

.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: 18px;
}

.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 {
  width: 100%;
  max-width: none;
  padding: 0 0 72px;
}

.storage-contact-fab {
  display: none !important;
}

.storage-section {
  width: min(100% - 64px, 1620px);
  margin: 0 auto;
  padding-top: 72px;
}

#storage-process {
  margin-top: 0;
  padding-top: 18px;
  scroll-margin-top: 150px;
}

#storage-process .section-heading {
  max-width: 900px;
  margin: 0 auto 8px;
  text-align: center;
}

#storage-process .section-heading h2 {
  margin: 0;
  color: #0b1832;
  font-family: "Noto Serif SC", "PingFang SC", "Microsoft YaHei", serif;
  font-size: clamp(2.8rem, 3vw, 3.55rem);
  font-weight: 700;
  line-height: 1.08;
}

#storage-process .section-heading h2::before,
#storage-process .section-heading h2::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 34px 0 0;
  border-radius: 999px;
  background: #f47c20;
  vertical-align: middle;
}

#storage-process .section-heading h2::after {
  margin: 0 0 0 34px;
}

#storage-process .section-heading p {
  max-width: 880px;
  margin: 8px auto 0;
  color: #66758f;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.75;
}

.storage-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 740px;
  padding: 54px 32px 28px;
  overflow: hidden;
  margin-top: 0;
  background:
    linear-gradient(90deg, rgba(244, 249, 255, 0.98) 0%, rgba(245, 249, 255, 0.9) 34%, rgba(246, 250, 255, 0.36) 50%, rgba(246, 250, 255, 0.08) 63%, rgba(246, 250, 255, 0) 76%),
    linear-gradient(180deg, rgba(217, 234, 255, 0.32) 0%, rgba(242, 247, 255, 0.08) 48%, rgba(255, 255, 255, 0) 74%),
    url("./img/nottingham-square/Nottingham-square.png") right top / auto 104% no-repeat;
}

.storage-hero-inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1620px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 540px);
  justify-content: start;
  gap: clamp(72px, 4.3vw, 90px);
  align-items: center;
}

.storage-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 24%;
  background:
    radial-gradient(ellipse at 18% 94%, rgba(211, 228, 252, 0.4) 0%, rgba(211, 228, 252, 0.18) 34%, rgba(255, 255, 255, 0) 66%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 68%, #ffffff 100%);
  pointer-events: none;
}

.storage-hero::after {
  content: "";
  position: absolute;
  left: -52px;
  top: 136px;
  z-index: 0;
  width: 190px;
  height: 320px;
  opacity: 0.45;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.96) 1.8px, transparent 2.2px);
  background-size: 13px 13px;
  mask-image: radial-gradient(ellipse at center, #000 0%, #000 58%, transparent 76%);
  pointer-events: none;
}

.storage-hero-copy,
.storage-hero-visual,
.step-card,
.calculator-card,
.rule-card,
.faq-card,
.example-card {
  min-width: 0;
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.storage-hero-copy {
  max-width: 720px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.storage-location-chip {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  color: #2f68de;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 12px 30px rgba(39, 82, 145, 0.1);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin: 0;
}

.storage-location-chip::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 16px;
  border: 4px solid currentColor;
  border-radius: 5px;
  box-shadow: inset 0 0 0 4px rgba(47, 104, 222, 0.08);
  transform: rotate(30deg) skew(-8deg);
}

.storage-hero h1 {
  max-width: 5.05em;
  margin: 26px 0 0;
  color: #08142c;
  font-size: clamp(4.55rem, 5.15vw, 6.05rem);
  font-weight: 900;
  line-height: 1.03;
  letter-spacing: 0;
}

.storage-hero-highlight {
  margin: 14px 0 0;
  color: #f97316;
  font-size: clamp(2.55rem, 3.15vw, 3.55rem);
  font-weight: 900;
  line-height: 1.06;
}

.storage-hero-text {
  max-width: 690px;
  margin: 18px 0 0;
  color: #1a2e55;
  font-size: 1.17rem;
  font-weight: 800;
  line-height: 1.72;
}

.storage-hero-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
  margin-top: 16px;
}

.storage-hero-feature {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 3px;
  align-items: center;
  min-height: 86px;
  padding: 14px 18px;
  border: 1px solid rgba(190, 209, 238, 0.74);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 32px rgba(35, 66, 117, 0.12);
  backdrop-filter: blur(8px);
}

.storage-hero-feature-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  border: 4px solid rgba(45, 101, 207, 0.9);
  border-radius: 12px;
  color: #2f68de;
  font-size: 1.35rem;
  font-weight: 900;
}

.storage-hero-feature strong {
  color: #112143;
  font-size: 1.18rem;
  line-height: 1.1;
}

.storage-hero-feature small {
  color: #5d6e8d;
  font-size: 0.9rem;
  line-height: 1.24;
}

.storage-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 18px;
}

.storage-hero-meta span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #2e559a;
  font-size: 1.1rem;
  font-weight: 850;
}

.storage-hero-meta span::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 3px solid currentColor;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.storage-hero-meta span + span::before {
  border-radius: 999px;
  transform: none;
}

.storage-page .hero-actions {
  gap: 18px;
  margin-top: 20px;
}

.storage-page .hero-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 290px;
  min-height: 62px;
  padding: 0 34px;
  border-radius: 20px;
  font-size: 1.17rem;
  font-weight: 900;
}

.storage-page .hero-actions .button::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 5px;
}

.storage-page .hero-actions .button-primary::before {
  box-shadow:
    inset 0 7px 0 rgba(255, 255, 255, 0.28),
    inset 7px 0 0 rgba(255, 255, 255, 0.16);
}

.storage-page .hero-actions .button-secondary::before {
  width: 24px;
  height: 18px;
  border-radius: 999px;
  box-shadow: 10px 8px 0 -7px currentColor;
}

.storage-page .hero-actions .button-primary {
  border-color: #f97316;
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.28);
}

.storage-page .hero-actions .button-primary:hover,
.storage-page .hero-actions .button-primary:focus-visible {
  border-color: #ea580c;
  background: linear-gradient(135deg, #fb7f25 0%, #f97316 100%);
  box-shadow: 0 22px 38px rgba(249, 115, 22, 0.34);
}

.storage-page .hero-actions .button-secondary {
  border: 2px solid rgba(64, 116, 218, 0.32);
  background: rgba(255, 255, 255, 0.64);
  color: #2f68de;
  box-shadow: 0 12px 28px rgba(35, 72, 138, 0.08);
}

.storage-page .hero-actions .button-secondary:hover,
.storage-page .hero-actions .button-secondary:focus-visible {
  border-color: rgba(20, 59, 139, 0.34);
  background: rgba(255, 255, 255, 0.94);
  color: #0b2d67;
}

.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 {
  overflow: visible;
  width: min(100%, 540px);
  justify-self: end;
  align-self: start;
  padding: 24px 26px 24px;
  border: 2px solid rgba(255, 255, 255, 0.96);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(25, 50, 93, 0.2);
  backdrop-filter: blur(16px);
}

.pricing-mini-card {
  height: 100%;
  display: grid;
  gap: 12px;
}

.pricing-mini-header {
  position: relative;
  min-height: 78px;
  padding-left: 116px;
  text-align: center;
}

.pricing-mini-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50px;
  width: 58px;
  height: 58px;
  border: 3px solid rgba(249, 115, 22, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.pricing-mini-header::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 68px;
  width: 25px;
  height: 25px;
  border: 4px solid #f97316;
  border-radius: 6px;
  transform: rotate(30deg) skew(-8deg);
}

.pricing-mini-header h3 {
  margin: 0;
  color: #07142d;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.pricing-mini-header p {
  margin: 6px 0 0;
  color: #6f7b90;
  font-size: 1.07rem;
  font-weight: 800;
}

.pricing-mini-table {
  display: grid;
  gap: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pricing-mini-row {
  display: grid;
  grid-template-columns: 1fr 0.82fr 0.62fr;
  align-items: center;
  gap: 16px;
  min-height: 55px;
  padding: 7px 28px;
  border: 1px solid rgba(230, 235, 245, 0.86);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 20px rgba(31, 54, 97, 0.045);
}

.pricing-mini-row + .pricing-mini-row {
  margin-top: 6px;
}

.pricing-mini-row:last-child {
  border-bottom: 1px solid rgba(230, 235, 245, 0.86);
}

.pricing-mini-head {
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  color: #69758c;
  font-size: 1rem;
  font-weight: 800;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.pricing-mini-row:not(.pricing-mini-head) span:first-child {
  color: #101b34;
  font-size: 1.23rem;
  font-weight: 900;
}

.pricing-mini-row span:nth-child(2) {
  color: #f97316;
  font-size: 1.46rem;
  font-weight: 900;
}

.pricing-mini-row span:last-child {
  color: #2d68d7;
  font-size: 1.4rem;
  font-weight: 900;
}

.pricing-mini-notes {
  display: grid;
  gap: 10px;
}

.pricing-mini-notes p {
  margin: 0;
  padding: 15px 18px;
  border: 1px solid rgba(249, 115, 22, 0.15);
  border-radius: 12px;
  color: #5f4a25;
  font-size: 1rem;
  font-weight: 850;
  background: rgba(255, 238, 217, 0.88);
}

#storage-boxes {
  padding-top: 112px;
}

.storage-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 48px;
}

.step-card {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 178px;
  padding: 38px 34px 30px;
  border: 1px solid rgba(210, 219, 232, 0.74);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 42px rgba(38, 57, 91, 0.11);
}

.step-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -34px;
  width: 18px;
  height: 18px;
  border-top: 5px solid rgba(122, 139, 166, 0.48);
  border-right: 5px solid rgba(122, 139, 166, 0.48);
  transform: translateY(-50%) rotate(45deg);
}

.step-card span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 44px;
  border-radius: 14px 0 22px 0;
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: 900;
  background: linear-gradient(135deg, #ff8d2b 0%, #ee6a19 100%);
  box-shadow: 0 10px 20px rgba(238, 106, 25, 0.2);
}

.step-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  color: #285ca9;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.95), rgba(239, 244, 251, 0.92));
}

.step-card-icon::before {
  content: "";
  width: 42px;
  height: 42px;
  border: 4px solid currentColor;
  border-radius: 12px;
}

.step-card-icon::after {
  position: absolute;
  color: currentColor;
}

.step-card-icon[data-process-icon="rules"]::before {
  border-radius: 8px;
  box-shadow: inset 0 14px 0 rgba(40, 92, 169, 0.08);
}

.step-card-icon[data-process-icon="rules"]::after {
  content: "";
  right: 24px;
  bottom: 26px;
  width: 22px;
  height: 22px;
  border: 4px solid currentColor;
  border-radius: 999px;
  box-shadow: 13px 13px 0 -9px currentColor;
}

.step-card-icon[data-process-icon="box"]::before {
  width: 56px;
  height: 48px;
  transform: rotate(-30deg) skew(12deg);
  border-radius: 8px;
}

.step-card-icon[data-process-icon="box"]::after {
  content: "";
  width: 46px;
  height: 34px;
  border-top: 4px solid currentColor;
  border-left: 4px solid currentColor;
  transform: translateY(4px) rotate(30deg) skew(-12deg);
}

.step-card-icon[data-process-icon="calculator"]::before {
  width: 54px;
  height: 66px;
  border-radius: 9px;
}

.step-card-icon[data-process-icon="calculator"]::after {
  content: "+";
  right: 30px;
  bottom: 28px;
  font-size: 1.45rem;
  font-weight: 900;
}

.step-card-icon[data-process-icon="form"]::before {
  width: 50px;
  height: 62px;
  border-radius: 9px;
}

.step-card-icon[data-process-icon="form"]::after {
  content: "";
  right: 30px;
  bottom: 28px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-36deg);
  box-shadow: 9px 0 0 -2px currentColor;
}

.step-card-icon[data-process-icon="mail"]::before {
  width: 66px;
  height: 46px;
  border-radius: 8px;
}

.step-card-icon[data-process-icon="mail"]::after {
  content: "";
  width: 42px;
  height: 42px;
  right: 20px;
  bottom: 20px;
  border: 4px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
}

.step-card-icon[data-process-icon="support"]::before {
  width: 58px;
  height: 48px;
  border: 0;
  border-top: 4px solid currentColor;
  border-radius: 999px 999px 10px 10px;
}

.step-card-icon[data-process-icon="support"]::after {
  content: "";
  width: 62px;
  height: 42px;
  border-left: 4px solid currentColor;
  border-right: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  border-radius: 18px;
}

.step-card-copy {
  min-width: 0;
}

.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 h3 {
  margin: 0;
  color: #0d1733;
  font-size: 1.26rem;
  font-weight: 900;
  line-height: 1.25;
}

.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 {
  max-width: 100%;
  min-width: 0;
  margin-top: 18px;
  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;
}

.storage-field-help {
  display: block;
  margin-top: 6px;
  color: #7a5a35;
  font-size: 0.86rem;
  line-height: 1.5;
}

.storage-field-help.is-warning {
  color: #b45309;
  font-weight: 700;
}

.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: #102644;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 204, 213, 0.72), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(196, 231, 255, 0.78), transparent 34%),
    radial-gradient(circle at 24% 100%, rgba(255, 229, 153, 0.66), transparent 38%),
    linear-gradient(135deg, #fff7ed 0%, #fef3c7 28%, #dcfce7 52%, #dbeafe 76%, #f5d0fe 100%);
}

.result-grid .total-row dt,
.result-grid .total-row dd {
  color: #102644;
}

.result-note {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.result-note.result-note-alert {
  color: #c81e1e;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.65;
}

.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;
}

.calculator-section {
  position: relative;
}

.calculator-section::before {
  content: "";
  position: absolute;
  inset: 34px -28px auto;
  height: 360px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 16% 20%, rgba(74, 128, 255, 0.12), rgba(74, 128, 255, 0) 36%),
    radial-gradient(circle at 84% 18%, rgba(249, 115, 22, 0.1), rgba(249, 115, 22, 0) 34%),
    linear-gradient(180deg, rgba(245, 249, 255, 0.86), rgba(245, 249, 255, 0));
  pointer-events: none;
  z-index: -1;
}

.calculator-section .section-heading {
  max-width: 880px;
}

.calculator-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.96fr);
  gap: 26px;
}

.storage-calculator-form,
.storage-calculator-result {
  overflow: hidden;
  border: 1px solid rgba(248, 178, 118, 0.3);
  border-radius: 28px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 214, 165, 0.3), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(255, 155, 133, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 247, 236, 0.96));
  box-shadow:
    0 24px 56px rgba(168, 93, 36, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.storage-calculator-form {
  padding: 0 28px 28px;
}

.calculator-tool-head,
.calculator-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 -28px 26px;
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(168, 93, 36, 0.11);
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 214, 102, 0.24), transparent 34%),
    linear-gradient(135deg, rgba(255, 244, 224, 0.98), rgba(255, 234, 214, 0.76) 52%, rgba(255, 250, 235, 0.9));
}

.calculator-tool-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
  font-size: 0.76rem;
  font-weight: 850;
}

.calculator-tool-head h3,
.calculator-result-head h3 {
  margin: 10px 0 0;
  color: #101828;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.15;
}

.calculator-tool-head p {
  margin: 10px 0 0;
  max-width: 52ch;
  color: #5b6980;
  line-height: 1.65;
}

.calculator-tool-badge,
.calculator-result-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #f97316, #ea580c);
  font-size: 0.88rem;
  font-weight: 850;
  box-shadow: 0 12px 26px rgba(249, 115, 22, 0.18);
}

.calculator-result-status {
  color: #2458c9;
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.calculator-section-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 14px;
  color: #102644;
}

.calculator-section-label:first-of-type {
  margin-top: 0;
}

.calculator-section-label span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 11px;
  color: #b45309;
  background: linear-gradient(135deg, #fff7ed, #fed7aa);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.14);
}

.calculator-section-label strong {
  font-size: 1.04rem;
  font-weight: 900;
}

.storage-calculator-form .field {
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(180, 83, 9, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 251, 245, 0.78));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.storage-calculator-form .field:hover,
.storage-calculator-form .field:focus-within {
  transform: translateY(-1px);
  border-color: rgba(249, 115, 22, 0.24);
  background: #fffaf2;
  box-shadow: 0 12px 24px rgba(168, 93, 36, 0.08);
}

.storage-calculator-form .field > span {
  color: #13284b;
  font-size: 0.96rem;
  font-weight: 850;
}

.storage-calculator-form .field input,
.storage-calculator-form .field select {
  min-height: 48px;
  border-color: rgba(178, 103, 30, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 1px 0 rgba(168, 93, 36, 0.03);
}

.storage-calculator-form .field input:focus,
.storage-calculator-form .field select:focus,
.box-order-input:focus {
  outline: none;
  border-color: rgba(249, 115, 22, 0.54);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.box-type-intro {
  margin-top: 8px;
}

.box-type-card-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.box-type-card {
  padding: 14px;
  border: 1px solid rgba(180, 83, 9, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 237, 0.84)),
    linear-gradient(180deg, #fffaf2, #fff4e8);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.box-type-card:hover,
.box-type-card:focus-within {
  transform: translateY(-1px);
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow: 0 12px 22px rgba(168, 93, 36, 0.08);
}

.box-type-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.box-type-card-head strong {
  color: #0f1f3d;
  font-size: 1rem;
  font-weight: 850;
}

.box-type-remove-button {
  border: 0;
  border-radius: 999px;
  padding: 7px 12px;
  color: #b42318;
  background: rgba(254, 226, 226, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
}

.box-type-remove-button:hover,
.box-type-remove-button:focus-visible {
  outline: none;
  background: rgba(254, 202, 202, 0.95);
}

.box-type-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.box-type-fields .mini-field {
  gap: 7px;
}

.box-type-fields .mini-field > span {
  color: #62748e;
  font-size: 0.82rem;
  font-weight: 800;
}

.box-type-picker {
  margin-top: 12px;
  padding: 12px;
  border: 1px dashed rgba(249, 115, 22, 0.42);
  border-radius: 16px;
  background: rgba(255, 247, 237, 0.76);
}

.box-type-picker > span {
  display: block;
  margin-bottom: 10px;
  color: #7c2d12;
  font-size: 0.84rem;
  font-weight: 850;
}

.box-type-choice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.box-type-choice-button {
  min-height: 38px;
  border: 1px solid rgba(249, 115, 22, 0.28);
  border-radius: 999px;
  padding: 0 13px;
  color: #a34112;
  background: rgba(255, 255, 255, 0.84);
  font-weight: 900;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.box-type-choice-button:hover,
.box-type-choice-button:focus-visible {
  outline: none;
  border-color: rgba(249, 115, 22, 0.68);
  color: #7c2d12;
  background: rgba(255, 237, 213, 0.92);
}

.box-type-choice-empty {
  color: #8a6a4a;
  font-size: 0.86rem;
  font-weight: 750;
}

.storage-calculator-form .button[type="submit"] {
  min-height: 54px;
  margin-top: 8px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fb923c, #dc5527);
  box-shadow: 0 18px 34px rgba(249, 115, 22, 0.24);
}

.storage-calculator-result {
  position: sticky;
  top: 92px;
  padding: 0 24px 24px;
}

.storage-calculator-result .result-grid {
  gap: 12px;
  margin-top: 0;
}

.storage-calculator-result .result-grid div {
  min-height: 88px;
  border: 1px solid rgba(180, 83, 9, 0.09);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 238, 0.86));
}

.storage-calculator-result .result-grid dt {
  color: #52637d;
  font-size: 0.82rem;
  font-weight: 800;
}

.storage-calculator-result .result-grid dd {
  color: #102644;
  font-size: 1.34rem;
  font-weight: 900;
}

.storage-calculator-result .result-grid .total-row {
  min-height: 108px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 184, 108, 0.28);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0) 48%),
    radial-gradient(circle at 10% 16%, rgba(255, 128, 171, 0.34), transparent 30%),
    radial-gradient(circle at 92% 18%, rgba(125, 211, 252, 0.38), transparent 31%),
    radial-gradient(circle at 28% 104%, rgba(252, 211, 77, 0.38), transparent 36%),
    linear-gradient(135deg, #fff7ed 0%, #fef3c7 30%, #dcfce7 52%, #dbeafe 76%, #fae8ff 100%);
  box-shadow:
    0 18px 36px rgba(249, 115, 22, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.storage-calculator-result .result-grid .total-row dt {
  color: #5b4b70;
}

.storage-calculator-result .result-grid .total-row dd {
  color: #102644;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.storage-calculator-result .calculator-note-card,
.storage-calculator-result .storage-inline-form-card {
  border-radius: 20px;
  box-shadow: none;
}

.storage-calculator-result .result-breakdown-item {
  border: 1px solid rgba(180, 83, 9, 0.09);
  background: rgba(255, 255, 255, 0.78);
}

.storage-calculator-result .storage-inline-form-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 239, 0.92));
}

.example-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.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: 18px;
}

.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: 18px;
}

.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: 18px;
}

.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: 18px;
  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;
}

.storage-detail-form {
  align-items: start;
}

.storage-admin-detail-page {
  align-content: start;
  gap: 12px;
}

.storage-admin-detail-page .admin-page-actions {
  margin-bottom: 0;
}

.storage-admin-detail-page .transport-form-message:empty {
  display: none;
}

.storage-detail-fixed-type {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 0 0 8px;
  border-bottom: 1px solid rgba(180, 35, 24, 0.18);
}

.storage-detail-fixed-type span {
  color: #b42318;
  font-weight: 800;
}

.storage-detail-fixed-type strong {
  color: #b42318;
  font-size: 1.14rem;
}

.storage-detail-section-title {
  padding: 18px 0 4px;
  border-top: 1px solid rgba(16, 38, 68, 0.1);
}

.storage-detail-section-title:first-child {
  padding-top: 0;
  border-top: 0;
}

.storage-detail-section-title h2 {
  margin: 0 0 6px;
  color: #0f1f3d;
  font-size: 1.08rem;
}

.storage-detail-section-title p {
  margin: 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.55;
}

.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: 18px;
}

.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;
}

.step-card p {
  margin-top: 10px;
  color: #68738a;
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.72;
}

.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-browser-tip {
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(181, 71, 71, 0.2);
  border-radius: 8px;
  background: #fff7ed;
  color: #8a3b12;
  font-size: 0.96rem;
  line-height: 1.6;
}

.auth-turnstile-block {
  display: grid;
  gap: 10px;
}

.auth-turnstile-block[hidden] {
  display: none !important;
}

.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-detail-button {
  justify-self: start;
  margin-top: 4px;
}

.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;
}

.service-center-membership-card {
  position: relative;
  overflow: hidden;
  padding: 24px 26px 26px;
  border: 1px solid transparent;
  border-color: rgba(124, 111, 255, 0.14);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94)) padding-box,
    linear-gradient(120deg, #f9c5d1, #fce7a9, #c8f7dc, #cde7ff, #eadcff) border-box;
  box-shadow: 0 22px 52px rgba(53, 69, 118, 0.12);
}

.service-center-membership-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #f9b8ca, #ffe39c, #bdf5d0, #bfe2ff, #ddc8ff);
  opacity: 0.95;
}

.service-center-membership-card::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 22px;
  width: 168px;
  height: 86px;
  border: 1px solid rgba(31, 79, 179, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 244, 255, 0.38)),
    repeating-linear-gradient(135deg, rgba(31, 79, 179, 0.07) 0 1px, transparent 1px 10px);
  transform: rotate(2deg);
  pointer-events: none;
}

.service-center-membership-card > * {
  position: relative;
}

.service-center-membership-card .profile-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 2px 0 0;
}

.service-center-membership-card #serviceCenterMembershipBody {
  padding: 0;
}

.profile-membership-card {
  display: grid;
  gap: 14px;
}

.profile-membership-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.profile-membership-header h2 {
  margin: 4px 0 0;
}

.profile-membership-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8f5ef, #eef6ff);
  color: #154b78;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.profile-membership-status.is-muted {
  background: #eef2f7;
  color: #526173;
}

.profile-membership-body p {
  margin: 0;
  color: #4b5c73;
  line-height: 1.55;
}

.profile-membership-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.profile-membership-actions,
.profile-membership-code-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 14px;
}

.profile-membership-code-form .field {
  min-width: min(100%, 280px);
}

.profile-membership-actions [data-membership-show-code],
.profile-membership-code-form button[type="submit"] {
  position: relative;
  min-height: 48px;
  padding-inline: 22px;
  border: 0;
  background:
    linear-gradient(135deg, #1f4fb3 0%, #315ed0 52%, #6857d8 100%);
  box-shadow: 0 16px 32px rgba(31, 79, 179, 0.26);
  isolation: isolate;
  overflow: hidden;
}

.profile-membership-actions [data-membership-show-code]::after,
.profile-membership-code-form button[type="submit"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 42%, transparent 70%);
  transform: translateX(-110%);
  transition: transform 0.42s ease;
  z-index: -1;
}

.profile-membership-actions [data-membership-show-code]:hover::after,
.profile-membership-actions [data-membership-show-code]:focus-visible::after,
.profile-membership-code-form button[type="submit"]:hover::after,
.profile-membership-code-form button[type="submit"]:focus-visible::after {
  transform: translateX(110%);
}

.profile-membership-code-form {
  width: 100%;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid rgba(31, 79, 179, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 255, 0.86));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.profile-membership-code-form .field span {
  color: #0f2d62;
  font-weight: 800;
}

.profile-membership-code-form input {
  border-color: rgba(31, 79, 179, 0.14);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 20px rgba(31, 79, 179, 0.06);
}

.profile-membership-code-form input:focus {
  border-color: rgba(31, 79, 179, 0.42);
  box-shadow: 0 0 0 4px rgba(31, 79, 179, 0.12);
}

.profile-membership-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.profile-membership-details > div {
  padding: 12px 14px;
  border: 1px solid rgba(124, 111, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

.profile-membership-details dt {
  margin: 0 0 4px;
  color: #607086;
  font-size: 0.78rem;
  font-weight: 700;
}

.profile-membership-details dd {
  margin: 0;
  color: #102844;
  font-size: 1.03rem;
  font-weight: 800;
}

.profile-membership-pass {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: flex-start;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(124, 111, 255, 0.14);
  border-left: 4px solid #f2b3c6;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 244, 248, 0.88), rgba(255, 251, 229, 0.72) 33%, rgba(236, 255, 246, 0.72) 64%, rgba(238, 244, 255, 0.86));
  box-shadow: none;
}

.profile-membership-pass-main {
  display: grid;
  gap: 8px;
}

.profile-membership-pass-kicker {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #26549f;
  font-size: 0.76rem;
  font-weight: 800;
}

.profile-membership-pass h3 {
  margin: 0;
  color: #0f2442;
  font-size: 1.25rem;
  line-height: 1.25;
}

.profile-membership-pass p {
  max-width: 62ch;
  margin: 0;
  color: #40546f;
  line-height: 1.65;
}

.profile-membership-pass-side {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.profile-membership-pass-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #22613f;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.profile-membership-pass-actions {
  display: flex;
  justify-content: flex-end;
}

.profile-membership-pass-details {
  grid-column: 1 / -1;
}

.service-center-membership-card .profile-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #22613f;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .service-center-membership-section {
    padding-top: 28px;
  }

  .service-center-membership-card {
    padding: 18px 18px 20px;
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(53, 69, 118, 0.1);
  }

  .service-center-membership-card::before {
    height: 4px;
  }

  .service-center-membership-card::after {
    top: 16px;
    right: 16px;
    width: 150px;
    height: 66px;
    border-radius: 16px;
  }

  .service-center-membership-card .profile-card-head {
    display: grid;
    padding: 0;
    gap: 10px;
  }

  .service-center-membership-card #serviceCenterMembershipBody {
    padding: 0;
  }

  .service-center-membership-card .eyebrow {
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  .profile-membership-header h2 {
    margin-top: 2px;
    font-size: clamp(1.05rem, 5vw, 1.38rem);
    line-height: 1.18;
  }

  .profile-membership-status {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 0.78rem;
    justify-self: start;
  }

  .profile-membership-body p {
    font-size: 0.78rem;
    line-height: 1.38;
  }

  .profile-membership-actions {
    margin-top: 12px;
  }

  .profile-membership-actions [data-membership-show-code],
  .profile-membership-code-form button[type="submit"] {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 0.8rem;
    box-shadow: 0 12px 24px rgba(31, 79, 179, 0.22);
  }

  .profile-membership-code-form {
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .profile-membership-code-form .field span {
    font-size: 0.72rem;
  }

  .profile-membership-code-form input {
    min-height: 38px;
    font-size: 0.78rem;
  }

  .profile-membership-pass,
  .profile-membership-details {
    grid-template-columns: 1fr;
  }

  .profile-membership-pass {
    padding: 16px;
  }

  .profile-membership-pass-side {
    justify-items: start;
  }

  .profile-membership-pass-actions,
  .profile-membership-pass-actions .button,
  .profile-membership-actions .button,
  .profile-membership-code-form .field,
  .profile-membership-code-form button[type="submit"] {
    width: 100%;
  }
}

.profile-membership-benefit {
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  border: 1px solid rgba(24, 55, 109, 0.12);
  border-radius: 16px;
  background: #fff;
  color: #163354;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(14, 33, 66, 0.05);
}

.profile-membership-benefit:hover,
.profile-membership-benefit:focus-visible {
  border-color: rgba(31, 79, 179, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.profile-membership-benefit:disabled {
  cursor: wait;
  opacity: 0.7;
  transform: none;
}

.profile-membership-benefit strong,
.profile-membership-summary strong {
  color: #102844;
  font-size: 1rem;
}

.profile-membership-benefit span,
.profile-membership-summary span {
  color: #607086;
  font-size: 0.82rem;
  line-height: 1.45;
}

.profile-membership-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.profile-membership-summary > div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(24, 55, 109, 0.08);
  border-radius: 14px;
  background: #fff;
}

.membership-storage-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.membership-storage-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 22, 48, 0.46);
  backdrop-filter: blur(8px);
}

.membership-storage-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  padding: 28px;
  border: 1px solid rgba(34, 82, 175, 0.16);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 70px rgba(9, 27, 60, 0.28);
}

.membership-storage-modal-card h2 {
  margin: 6px 0 16px;
  color: #102844;
  font-size: 1.45rem;
  line-height: 1.25;
}

.membership-storage-modal-copy {
  display: grid;
  gap: 10px;
}

.membership-storage-modal-copy p {
  margin: 0;
  color: #41536b;
  line-height: 1.65;
}

.membership-storage-modal-copy p:nth-child(2) {
  padding: 12px 14px;
  border-radius: 14px;
  background: #eef5ff;
  color: #163b85;
  font-weight: 800;
}

.membership-storage-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.membership-storage-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(24, 55, 109, 0.12);
  border-radius: 50%;
  background: #f7f9fd;
  color: #284362;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.membership-storage-modal-close:hover,
.membership-storage-modal-close:focus-visible {
  border-color: rgba(31, 79, 179, 0.34);
  outline: none;
  color: #1f4fb3;
}

.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 {
  max-width: 100%;
  min-width: 0;
  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-inner,
  .pickup-hero,
  .calculator-layout,
  .storage-faq,
  .pickup-admin-grid,
  .pickup-board-stats {
    grid-template-columns: 1fr;
  }

  .storage-hero {
    min-height: auto;
    padding: 46px 24px 68px;
    background-position: right center;
  }

  .storage-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .storage-hero-copy {
    max-width: 760px;
  }

  .storage-hero-pricing {
    width: min(100%, 520px);
    max-width: 520px;
    justify-self: start;
  }

  .storage-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-card {
    min-height: 220px;
    padding: 50px 24px 24px;
  }

  .step-card-icon {
    width: 82px;
    height: 82px;
  }

  .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: 18px;
  }

  .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: 0;
  }

  .storage-section {
    width: min(100% - 32px, 1200px);
    padding-top: 52px;
  }

  .storage-hero {
    min-height: auto;
    padding: 34px 16px 52px;
    background:
      linear-gradient(180deg, rgba(245, 248, 255, 0.98) 0%, rgba(245, 248, 255, 0.94) 72%, rgba(255, 255, 255, 0.98) 100%);
  }

  .storage-hero::after {
    display: none;
  }

  .storage-hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .storage-hero h1 {
    max-width: 9ch;
    margin-top: 18px;
    font-size: clamp(2.82rem, 11.2vw, 3.9rem);
    line-height: 1.08;
  }

  .storage-hero-highlight {
    margin-top: 14px;
    font-size: clamp(1.82rem, 8.2vw, 2.72rem);
  }

  .storage-hero-text {
    margin-top: 16px;
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.72;
  }

  .storage-hero-features {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .storage-hero-feature {
    min-height: 82px;
    padding: 14px;
  }

  .storage-hero-meta {
    gap: 10px 14px;
    margin-top: 14px;
  }

  .storage-hero-meta span {
    font-size: 0.86rem;
  }

  .storage-page .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .storage-page .hero-actions .button {
    width: 100%;
    min-height: 50px;
  }

  .storage-hero-pricing {
    width: 100%;
    padding: 12px;
    border-radius: 22px;
  }

  #storage-process {
    margin-top: 0;
    padding-top: 56px;
  }

  #storage-process .section-heading {
    margin-bottom: 24px;
  }

  #storage-process .section-heading h2::before,
  #storage-process .section-heading h2::after {
    width: 7px;
    height: 7px;
    margin-right: 12px;
  }

  #storage-process .section-heading h2::after {
    margin-right: 0;
    margin-left: 12px;
  }

  #storage-process .section-heading p {
    margin-top: 12px;
    font-size: 0.94rem;
  }

  .step-card {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 42px 18px 20px;
  }

  .step-card span {
    min-width: 54px;
    height: 38px;
    font-size: 1.1rem;
    border-radius: 10px 0 16px 0;
  }

  .step-card-icon {
    width: 66px;
    height: 66px;
  }

  .step-card-icon::before {
    width: 34px;
    height: 34px;
    border-width: 3px;
  }

  .step-card-icon[data-process-icon="calculator"]::before,
  .step-card-icon[data-process-icon="form"]::before {
    height: 42px;
  }

  .step-card-icon[data-process-icon="mail"]::before {
    width: 42px;
    height: 30px;
  }

  .step-card h3 {
    font-size: 1.02rem;
  }

  .step-card p {
    margin-top: 8px;
    font-size: 0.82rem;
    line-height: 1.58;
  }

  .pricing-mini-card {
    gap: 12px;
  }

  .pricing-mini-row {
    min-height: 58px;
    padding: 10px 12px;
    gap: 8px;
  }

  .pricing-mini-row:not(.pricing-mini-head) span:first-child,
  .pricing-mini-row span:nth-child(2),
  .pricing-mini-row span:last-child {
    font-size: 0.96rem;
  }

  .pricing-mini-notes p {
    padding: 11px 12px;
    font-size: 0.86rem;
  }

  .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: 18px;
}

.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: 18px;
}

.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: 18px;
  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: 18px;
  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: 18px;
  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: 18px;
  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;
  }
}

/* Storage homepage pickup-style composition */
.storage-service-topbar {
  display: block;
  background: rgba(246, 249, 255, 0.92);
  border-bottom: 1px solid rgba(113, 139, 183, 0.12);
  backdrop-filter: blur(16px);
}

.storage-service-header {
  width: min(calc(100% - 56px), 1340px);
  min-height: 96px;
}

.storage-service-header .brand-lockup-header {
  min-width: 230px;
}

.storage-service-header .logo-wordmark {
  color: #5e8de2;
  font-size: 2.3rem;
  letter-spacing: 0.08em;
}

.storage-service-header .site-nav > a,
.storage-service-header .pickup-nav-dropdown-toggle {
  min-height: 42px;
}

.storage-service-header .site-auth-nav-button {
  min-width: 168px;
  min-height: 52px;
  border-radius: 999px;
}

.storage-page {
  background:
    radial-gradient(circle at 86% 8%, rgba(52, 115, 226, 0.08), transparent 28rem),
    linear-gradient(180deg, #f3f7fc 0%, #eef3f8 100%);
}

.storage-section {
  width: min(calc(100% - 56px), 1340px);
}

.storage-hero {
  min-height: 760px;
  padding: 26px 0 56px;
  align-items: center;
  background:
    radial-gradient(circle at 15% 8%, rgba(71, 121, 223, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(244, 248, 253, 0.96) 0%, rgba(238, 243, 249, 0.86) 100%);
}

.storage-hero::before {
  height: 25%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 243, 249, 0.72) 62%, #eef3f8 100%);
}

.storage-hero-inner {
  width: min(calc(100% - 56px), 1340px);
  grid-template-columns: minmax(0, 620px) minmax(0, 1fr);
  gap: 34px;
  align-items: center;
}

.storage-hero-copy {
  max-width: 620px;
}

.storage-location-chip {
  min-height: 34px;
  padding: 0 16px;
  color: #2153cf;
  background: rgba(33, 83, 207, 0.08);
  border: 1px solid rgba(33, 83, 207, 0.16);
  box-shadow: none;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.storage-location-chip::before {
  display: none;
}

.storage-hero h1 {
  max-width: none;
  color: #13203a;
  font-size: clamp(3rem, 4.05vw, 4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.storage-hero-highlight {
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
}

.storage-hero-text {
  max-width: 610px;
  margin-top: 18px;
  color: #5e718c;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.85;
}

.storage-hero-features {
  max-width: 470px;
  gap: 14px;
  margin-top: 18px;
}

.storage-hero-feature {
  grid-template-columns: 1fr;
  min-height: 76px;
  padding: 15px 18px;
  border: 1px solid rgba(13, 28, 54, 0.07);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(13, 28, 54, 0.06);
}

.storage-hero-feature-icon {
  display: none;
}

.storage-hero-feature strong {
  color: #2153cf;
  font-size: 1.1rem;
}

.storage-hero-feature small {
  color: #6b7e97;
  font-size: 0.78rem;
}

.storage-hero-meta {
  gap: 12px;
  margin-top: 18px;
}

.storage-hero-meta span {
  min-height: 42px;
  padding: 0 17px;
  border: 1px solid rgba(33, 83, 207, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #425875;
  font-size: 0.95rem;
  font-weight: 800;
}

.storage-hero-meta span::before {
  display: none;
}

.storage-page .hero-actions {
  gap: 12px;
  margin-top: 30px;
}

.storage-page .hero-actions .button {
  min-width: 210px;
  min-height: 70px;
  padding: 0 26px;
  font-size: 1rem;
}

.storage-page .hero-actions .button-primary {
  border-color: rgba(71, 96, 240, 0.28);
  background: linear-gradient(135deg, #7e8cff 0%, #5167e8 100%);
  box-shadow: 0 18px 36px rgba(70, 96, 232, 0.28);
}

.storage-page .hero-actions .button-primary:hover,
.storage-page .hero-actions .button-primary:focus-visible {
  border-color: rgba(71, 96, 240, 0.38);
  background: linear-gradient(135deg, #8a98ff 0%, #5d72ee 100%);
  box-shadow: 0 22px 42px rgba(70, 96, 232, 0.34);
}

.storage-page .hero-actions .button-secondary {
  border-color: rgba(24, 45, 86, 0.08);
  background: rgba(255, 255, 255, 0.88);
  color: #425875;
  box-shadow: 0 8px 20px rgba(16, 31, 65, 0.06);
}

.storage-hero-media {
  position: relative;
  min-height: 650px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.storage-hero-media-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 32px;
  background: #eef3f8;
  box-shadow: 0 22px 60px rgba(8, 16, 60, 0.14);
}

.storage-hero-media-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.18), transparent 34%);
  pointer-events: none;
}

.storage-hero-media-frame video,
.storage-hero-media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  display: block;
}

.storage-hero-media-frame video.storage-hero-video {
  object-position: center center;
  transform: scale(1.24);
  transform-origin: center center;
}

#storage-process {
  position: relative;
  z-index: 3;
  margin-top: 56px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 12px 28px rgba(8, 16, 60, 0.05);
  backdrop-filter: blur(18px);
}

#storage-process .section-heading {
  max-width: none;
  margin: 0 0 24px;
  text-align: left;
}

#storage-process .section-heading h2 {
  color: #13203a;
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(1.9rem, 2.5vw, 2.55rem);
  font-weight: 800;
  letter-spacing: 0;
}

#storage-process .section-heading h2::before,
#storage-process .section-heading h2::after {
  display: none;
}

#storage-process .section-heading p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #66758f;
  font-size: 1rem;
  font-weight: 650;
}

.storage-steps {
  gap: 16px;
}

.step-card {
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  min-height: 238px;
  padding: 30px;
  border: 1px solid rgba(13, 28, 54, 0.06);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 42px rgba(38, 57, 91, 0.08);
}

.step-card:not(:last-child)::after {
  display: none;
}

.step-card span {
  position: static;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border-radius: 18px;
  background: rgba(71, 96, 240, 0.1);
  color: #2153cf;
  box-shadow: none;
}

.step-card:first-child {
  color: #ffffff;
  background: linear-gradient(155deg, #17326d 0%, #1c3f88 100%);
  border-color: rgba(255, 255, 255, 0.08);
}

.step-card:first-child span,
.step-card:first-child .step-card-icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.step-card:first-child h3,
.step-card:first-child p {
  color: rgba(255, 255, 255, 0.96);
}

.step-card-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: rgba(71, 96, 240, 0.1);
}

.step-card-icon::before {
  width: 28px;
  height: 28px;
  border-width: 3px;
}

#storage-boxes {
  padding-top: 72px;
}

#storage-boxes .section-heading {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

#storage-boxes .section-heading p:not(.storage-boxes-badge) {
  white-space: nowrap;
}

.storage-boxes-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin: 0 0 18px;
  padding: 0 22px;
  border-radius: 999px;
  color: #b95600;
  font-size: 1rem;
  font-weight: 900;
  background: rgba(255, 231, 194, 0.84);
}

.storage-box-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 52px;
}

.storage-box-price-card {
  min-height: 350px;
  padding: 38px 34px 32px;
  border: 1px solid rgba(20, 35, 65, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.5)),
    var(--storage-box-card-bg, #f8f4ff);
  box-shadow: 0 18px 38px rgba(19, 32, 58, 0.1);
}

.storage-box-price-card-1 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(255, 243, 235, 0.92), rgba(255, 245, 250, 0.78));
  --storage-box-accent: #ef5d76;
  --storage-box-accent-2: #f97316;
}

.storage-box-price-card-2 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(236, 252, 255, 0.94), rgba(237, 247, 255, 0.82));
  --storage-box-accent: #4aa7f2;
  --storage-box-accent-2: #2563eb;
}

.storage-box-price-card-3 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(246, 240, 255, 0.94), rgba(241, 241, 255, 0.82));
  --storage-box-accent: #9651f3;
  --storage-box-accent-2: #6d5df6;
}

.storage-box-price-card-4 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(235, 255, 245, 0.94), rgba(242, 255, 250, 0.82));
  --storage-box-accent: #4fc96f;
  --storage-box-accent-2: #20a767;
}

.storage-box-price-card-5 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(255, 251, 225, 0.94), rgba(255, 250, 236, 0.82));
  --storage-box-accent: #f2a200;
  --storage-box-accent-2: #ec7a00;
}

.storage-box-price-card-6 {
  --storage-box-card-bg: linear-gradient(135deg, rgba(238, 244, 255, 0.94), rgba(242, 246, 255, 0.86));
  --storage-box-accent: #6074ff;
  --storage-box-accent-2: #5062e9;
}

.storage-box-card-head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.storage-box-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--storage-box-accent), var(--storage-box-accent-2));
  box-shadow: 0 16px 24px color-mix(in srgb, var(--storage-box-accent) 32%, transparent);
}

.storage-box-card-icon::before,
.storage-box-card-icon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.storage-box-card-icon::before {
  transform: rotate(30deg) skew(-8deg);
}

.storage-box-card-icon::after {
  width: 15px;
  height: 21px;
  border-left: 0;
  border-top: 0;
  transform: translate(7px, 4px) rotate(30deg) skew(-8deg);
}

.storage-box-card-head h3 {
  margin: 0;
  color: #101a31;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.08;
}

.storage-box-card-head p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: #4c5b72;
  font-size: 1.08rem;
  font-weight: 650;
}

.storage-box-size-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 5px;
  transform: rotate(45deg);
}

.storage-box-size-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 2px;
  height: 16px;
  background: currentColor;
  box-shadow: 5px 0 0 currentColor;
  opacity: 0.42;
}

.storage-box-price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 58px;
}

.storage-box-price-pair div {
  min-height: 104px;
  padding: 20px 22px;
  border: 1px solid rgba(20, 35, 65, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 18px rgba(20, 35, 65, 0.09);
}

.storage-box-price-pair span {
  display: block;
  color: #67758d;
  font-size: 0.95rem;
  font-weight: 700;
}

.storage-box-price-pair strong {
  display: block;
  margin-top: 10px;
  color: #101a31;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.storage-box-price-pair div:first-child strong {
  color: #e85045;
}

.storage-box-card-note {
  margin: 58px 0 0;
  padding-top: 24px;
  border-top: 1px solid rgba(20, 35, 65, 0.08);
  color: #4b5d76;
  font-size: 1.03rem;
  font-weight: 650;
}

.storage-weight-advice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  margin-top: 52px;
  padding: 30px 34px;
  border: 1px solid rgba(245, 158, 11, 0.2);
  border-radius: 18px;
  color: #8a4305;
  background: rgba(255, 249, 236, 0.92);
}

.storage-weight-advice h3 {
  margin: 0;
  color: #7c3d05;
  font-size: 1.14rem;
  font-weight: 900;
}

.storage-weight-advice p {
  margin: 10px 0 0;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.8;
}

.storage-weight-icon {
  position: relative;
  width: 28px;
  height: 24px;
  margin-top: 2px;
  border: 3px solid #d97706;
  border-radius: 8px 8px 10px 10px;
}

.storage-weight-icon::before {
  content: "";
  position: absolute;
  left: 7px;
  top: -12px;
  width: 9px;
  height: 9px;
  border: 3px solid #d97706;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

@media (max-width: 1120px) {
  .storage-hero-inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .storage-hero-copy {
    max-width: 760px;
  }

  .storage-hero-media {
    min-height: 520px;
  }

  .storage-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .storage-box-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .storage-booking-topbar .site-auth-nav {
    display: none;
  }

  .storage-service-header {
    width: calc(100% - 32px);
    min-height: 72px;
  }

  .storage-hero {
    min-height: auto;
    padding: 18px 0 36px;
  }

  .storage-hero-inner,
  .storage-section {
    width: calc(100% - 32px);
  }

  .storage-hero h1 {
    max-width: 9.4em;
    font-size: clamp(2.5rem, 11vw, 3.55rem);
    white-space: normal;
  }

  .storage-hero-media {
    min-height: 380px;
  }

  .storage-hero-media-frame {
    border-radius: 24px;
  }

  #storage-process {
    margin-top: 32px;
    padding: 22px;
  }

  .storage-steps {
    grid-template-columns: 1fr;
  }

  .storage-boxes-badge {
    min-height: 34px;
    padding: 0 16px;
    font-size: 0.9rem;
  }

  #storage-boxes .section-heading p:not(.storage-boxes-badge) {
    white-space: normal;
  }

  .storage-box-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 34px;
  }

  .storage-box-price-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .storage-box-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
  }

  .storage-box-card-head {
    gap: 16px;
  }

  .storage-box-card-head h3 {
    font-size: 1.55rem;
  }

  .storage-box-card-head p {
    font-size: 0.96rem;
  }

  .storage-box-price-pair {
    gap: 12px;
    margin-top: 28px;
  }

  .storage-box-price-pair div {
    min-height: 88px;
    padding: 16px;
  }

  .storage-box-price-pair strong {
    font-size: 1.62rem;
  }

  .storage-box-card-note {
    margin-top: 28px;
    padding-top: 18px;
  }

  .storage-weight-advice {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
    padding: 22px;
  }
}

/* Storage process and box pricing Figma-aligned webpage layout */
#storage-process,
#storage-boxes {
  width: min(calc(100% - 56px), 1340px);
}

#storage-process {
  position: relative;
  margin-top: 76px;
  padding: 74px 0 70px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

#storage-process::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background:
    radial-gradient(circle at 84% 8%, rgba(107, 151, 231, 0.18), transparent 25rem),
    linear-gradient(135deg, #eef6ff 0%, #eef2ff 100%);
  transform: translateX(-50%);
}

#storage-process .section-heading {
  max-width: 840px;
  margin: 0 0 54px;
  text-align: left;
}

#storage-process .section-heading h2,
#storage-boxes .section-heading h2 {
  color: #101828;
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(2.15rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

#storage-process .section-heading h2::before,
#storage-process .section-heading h2::after,
#storage-boxes .section-heading h2::before,
#storage-boxes .section-heading h2::after {
  display: none;
}

#storage-process .section-heading p,
#storage-boxes .section-heading p:not(.storage-boxes-badge) {
  max-width: 760px;
  margin-top: 14px;
  color: #4a5565;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

#storage-process .storage-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  margin-top: 0;
}

#storage-process .storage-steps::before {
  content: "";
  position: absolute;
  left: 11.5%;
  right: 11.5%;
  top: 48px;
  height: 2px;
  border-top: 2px dashed rgba(43, 127, 255, 0.28);
}

#storage-process .step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-align: center;
  background: transparent;
  box-shadow: none;
}

#storage-process .step-card:not(:last-child)::before,
#storage-process .step-card:not(:last-child)::after {
  display: none;
}

#storage-process .step-card > span {
  position: absolute;
  top: -10px;
  left: calc(50% + 34px);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid rgba(43, 127, 255, 0.18);
  border-radius: 10px;
  color: #2563eb;
  font-size: 0.82rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 18px rgba(32, 74, 146, 0.08);
}

#storage-process .step-card-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  border-radius: 999px;
  color: #ffffff;
  background: #2b7fff;
  box-shadow: 0 14px 26px rgba(43, 127, 255, 0.18);
}

#storage-process .step-card-icon::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

#storage-process .step-card-icon::after {
  position: absolute;
  color: currentColor;
}

#storage-process .step-card-icon[data-process-icon="rules"]::before {
  width: 30px;
  height: 38px;
  border-radius: 4px;
  box-shadow: inset 0 11px 0 rgba(255, 255, 255, 0.12);
}

#storage-process .step-card-icon[data-process-icon="rules"]::after {
  content: "";
  left: 40px;
  top: 37px;
  width: 18px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor;
}

#storage-process .step-card-icon[data-process-icon="calculator"]::before {
  width: 34px;
  height: 40px;
  border-radius: 6px;
}

#storage-process .step-card-icon[data-process-icon="calculator"]::after {
  content: "";
  left: 38px;
  top: 38px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 11px 0 0 currentColor, 0 11px 0 currentColor, 11px 11px 0 currentColor;
}

#storage-process .step-card-icon[data-process-icon="form"]::before {
  width: 36px;
  height: 28px;
  border-radius: 5px;
  transform: translateY(4px);
}

#storage-process .step-card-icon[data-process-icon="form"]::after {
  content: "";
  right: 32px;
  top: 31px;
  width: 30px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-45deg);
}

#storage-process .step-card-icon[data-process-icon="support"]::before {
  width: 38px;
  height: 31px;
  border-radius: 999px 999px 10px 10px;
}

#storage-process .step-card-icon[data-process-icon="support"]::after {
  content: "";
  right: 30px;
  bottom: 31px;
  width: 12px;
  height: 8px;
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  border-radius: 0 0 7px 0;
}

#storage-process .step-card-copy {
  width: 100%;
  max-width: 284px;
  margin: 22px auto 0;
}

#storage-process .step-card h3 {
  margin: 0;
  color: #101828;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

#storage-process .step-card p {
  margin: 12px 0 0;
  color: #4a5565;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.75;
}

.storage-process-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 42px auto 0;
  color: #155dfc;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.storage-process-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

#storage-boxes {
  margin-top: 0;
  padding: 80px 0 56px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#storage-boxes .section-heading {
  max-width: 820px;
  margin: 0;
  text-align: left;
}

.storage-boxes-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 0 16px;
  border: 1px solid rgba(43, 127, 255, 0.16);
  border-radius: 999px;
  color: #155dfc;
  font-size: 0.88rem;
  font-weight: 800;
  background: rgba(235, 242, 255, 0.9);
  box-shadow: none;
}

#storage-boxes .section-heading p:not(.storage-boxes-badge) {
  margin-right: 0;
  margin-left: 0;
  white-space: normal;
}

.storage-boxes-title-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
}

.storage-boxes-title-row h2 {
  margin: 0;
}

.storage-box-photo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  color: #2458c9;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.1);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.storage-box-photo-button::before {
  content: "";
  width: 18px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px rgba(37, 99, 235, 0.08);
}

.storage-box-photo-button:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.38);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.14);
}

.storage-box-photo-button:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.24);
  outline-offset: 3px;
}

.storage-box-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

.storage-box-price-card,
.storage-box-price-card-1,
.storage-box-price-card-2,
.storage-box-price-card-3,
.storage-box-price-card-4,
.storage-box-price-card-5,
.storage-box-price-card-6 {
  --storage-box-accent: #2b7fff;
}

.storage-box-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 302px;
  padding: 28px 30px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(15, 34, 65, 0.045);
}

.storage-box-price-card::before {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: #2b7fff;
}

.storage-box-card-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}

.storage-box-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  color: #6b7b98;
  background: #f6f8fb;
  box-shadow: none;
}

.storage-box-card-icon::before,
.storage-box-card-icon::after {
  content: "";
  position: absolute;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.storage-box-card-icon::before {
  width: 28px;
  height: 24px;
  transform: rotate(28deg) skew(-8deg);
}

.storage-box-card-icon::after {
  width: 17px;
  height: 20px;
  border-left: 0;
  border-top: 0;
  transform: translate(8px, 5px) rotate(28deg) skew(-8deg);
}

.storage-box-card-head h3 {
  margin: 0;
  color: #101828;
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.2;
}

.storage-box-card-head p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: #526179;
  font-size: 0.98rem;
  font-weight: 560;
}

.storage-box-size-icon {
  position: relative;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 4px;
  transform: rotate(45deg);
  opacity: 0.72;
}

.storage-box-size-icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: -2px;
  width: 2px;
  height: 14px;
  background: currentColor;
  box-shadow: 5px 0 0 currentColor;
  opacity: 0.28;
}

.storage-box-price-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
  padding: 0 0 24px;
  border-bottom: 1px solid #f0f2f5;
}

.storage-box-price-pair div {
  min-height: 82px;
  padding: 16px 18px;
  border: 1px solid #edf0f5;
  border-radius: 12px;
  background: #f8fafc;
  box-shadow: none;
}

.storage-box-price-pair div + div {
  border-left: 1px solid #edf0f5;
}

.storage-box-price-pair span {
  display: block;
  color: #6a7282;
  font-size: 0.86rem;
  font-weight: 600;
}

.storage-box-price-pair strong {
  display: block;
  margin-top: 8px;
  color: #101828;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1;
}

.storage-box-price-pair div:first-child strong {
  color: #ff6900;
}

.storage-box-card-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 18px 0 0;
  padding-top: 0;
  border-top: 0;
  color: #4a5565;
  font-size: 0.92rem;
  font-weight: 520;
  line-height: 1.55;
}

.storage-box-card-note::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 2px;
  border: 2px solid #2b7fff;
  border-radius: 999px;
  box-shadow: inset 0 0 0 4px rgba(43, 127, 255, 0.12);
}

.storage-weight-advice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 32px;
  padding: 24px;
  border: 0;
  border-radius: 14px;
  color: #ffffff;
  background: linear-gradient(90deg, #ff6900 0%, #f54900 100%);
  box-shadow: 0 12px 26px rgba(245, 73, 0, 0.16);
}

.storage-weight-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.storage-weight-icon::before {
  content: "";
  position: absolute;
  left: 13px;
  top: -6px;
  width: 14px;
  height: 13px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
}

.storage-weight-icon::after {
  content: "KG";
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.storage-weight-advice h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 850;
}

.storage-weight-advice p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
}

@media (max-width: 1120px) {
  #storage-process .storage-steps,
  .storage-box-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #storage-process .storage-steps::before {
    display: none;
  }
}

@media (max-width: 720px) {
  #storage-process,
  #storage-boxes {
    width: calc(100% - 32px);
  }

  #storage-process {
    margin-top: 52px;
    padding: 50px 0 48px;
  }

  #storage-process .section-heading,
  #storage-boxes .section-heading {
    text-align: left;
  }

  .storage-boxes-title-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .storage-box-photo-button {
    min-height: 40px;
    padding: 0 16px;
    font-size: 0.92rem;
  }

  #storage-process .section-heading h2,
  #storage-boxes .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  #storage-process .storage-steps,
  .storage-box-card-grid {
    grid-template-columns: 1fr;
  }

  #storage-process .storage-steps {
    gap: 22px;
    padding-left: 0;
  }

  #storage-process .storage-steps::before {
    display: none;
  }

  #storage-process .step-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    text-align: left;
  }

  #storage-process .step-card > span {
    top: -5px;
    left: 52px;
  }

  #storage-process .step-card-icon {
    width: 72px;
    height: 72px;
  }

  #storage-process .step-card-copy {
    max-width: none;
    margin: 6px 0 0;
  }

  .storage-process-link {
    margin: 34px 0 0;
  }

  #storage-boxes {
    padding-top: 58px;
  }

  .storage-box-card-grid {
    gap: 16px;
    margin-top: 30px;
  }

  .storage-box-photo-modal {
    padding: 14px;
  }

  .storage-box-photo-dialog {
    width: 100%;
    max-height: 88vh;
    border-radius: 24px;
  }

  .storage-box-photo-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    margin: 14px 14px -52px auto;
  }

  .storage-box-photo-head {
    padding: 22px 58px 16px 20px;
  }

  .storage-box-photo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px 20px;
  }

  .storage-box-photo-card.is-large {
    grid-column: auto;
  }

  .storage-box-price-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .storage-box-card-icon {
    width: 56px;
    height: 56px;
  }

  .storage-box-price-pair {
    gap: 10px;
  }

  .storage-box-price-pair div {
    min-height: 78px;
    padding: 14px 12px;
  }

  .storage-box-price-pair strong {
    font-size: 1.48rem;
  }

  .storage-weight-advice {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }
}

/* Storage rules Figma-aligned layout */
#storage-rules {
  width: min(calc(100% - 56px), 1340px);
  margin-top: 28px;
  padding: 84px 0 58px;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(219, 234, 254, 0.58), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f9fafb 48%, #ffffff 100%);
  box-shadow: none;
}

#storage-rules .section-heading {
  max-width: 860px;
  margin: 0 auto 54px;
  text-align: center;
}

.storage-rules-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 0 16px;
  padding: 0 18px;
  border: 1px solid rgba(249, 115, 22, 0.16);
  border-radius: 999px;
  color: #ca3500;
  font-size: 0.92rem;
  font-weight: 800;
  background: linear-gradient(90deg, #ffedd5 0%, #fce7f3 100%);
}

.storage-rules-badge::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px rgba(202, 53, 0, 0.1);
}

#storage-rules .section-heading h2 {
  margin: 0;
  color: #101828;
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(2.5rem, 3.8vw, 3.4rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

#storage-rules .section-heading h2::before,
#storage-rules .section-heading h2::after {
  display: none;
}

#storage-rules .section-heading p:not(.storage-rules-badge) {
  max-width: 760px;
  margin: 16px auto 0;
  color: #4a5565;
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.7;
}

#storage-rules .rules-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 26px;
  margin-top: 0;
}

#storage-rules .rule-card {
  --rule-card-bg: linear-gradient(135deg, #fff7ed 0%, #fffbeb 100%);
  --rule-card-accent: #ff6900;
  position: relative;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 160px;
  overflow: hidden;
  padding: 32px 34px;
  border: 2px solid #ffffff;
  border-radius: 16px;
  background: var(--rule-card-bg);
  box-shadow: 0 8px 18px rgba(15, 34, 65, 0.075);
}

#storage-rules .rule-card::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: var(--rule-card-accent);
  opacity: 0.08;
  filter: blur(16px);
}

#storage-rules .rule-card::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rule-card-accent), transparent 88%);
  opacity: 0.6;
}

#storage-rules .rule-card-long {
  --rule-card-bg: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  --rule-card-accent: #00c950;
}

#storage-rules .rule-card-weight {
  --rule-card-bg: linear-gradient(135deg, #eff6ff 0%, #ecfeff 100%);
  --rule-card-accent: #2b7fff;
}

#storage-rules .rule-card-delivery {
  --rule-card-bg: linear-gradient(135deg, #faf5ff 0%, #fdf2f8 100%);
  --rule-card-accent: #ad46ff;
}

.rule-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  color: var(--rule-card-accent);
  background: color-mix(in srgb, var(--rule-card-accent) 13%, #ffffff);
  box-shadow: 0 1px 3px rgba(15, 34, 65, 0.08);
}

.rule-card-icon::before,
.rule-card-icon::after {
  content: "";
  position: absolute;
}

.rule-card-icon[data-rule-icon="short"]::before {
  width: 26px;
  height: 26px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.rule-card-icon[data-rule-icon="short"]::after {
  left: 29px;
  top: 18px;
  width: 2px;
  height: 12px;
  background: currentColor;
  box-shadow: 6px 10px 0 -4px currentColor;
  transform-origin: bottom center;
  transform: rotate(38deg);
}

.rule-card-icon[data-rule-icon="long"]::before {
  width: 30px;
  height: 18px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: rotate(-18deg);
}

.rule-card-icon[data-rule-icon="long"]::after {
  right: 17px;
  top: 22px;
  width: 9px;
  height: 9px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.rule-card-icon[data-rule-icon="weight"]::before {
  left: 18px;
  top: 24px;
  width: 24px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.rule-card-icon[data-rule-icon="weight"]::after {
  left: 24px;
  top: 15px;
  width: 12px;
  height: 12px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.rule-card-icon[data-rule-icon="delivery"]::before {
  left: 15px;
  top: 24px;
  width: 26px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.rule-card-icon[data-rule-icon="delivery"]::after {
  left: 22px;
  bottom: 14px;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 999px;
  box-shadow: 18px 0 0 -2px currentColor;
}

#storage-rules .rule-card h3 {
  margin: 0;
  color: #101828;
  font-size: 1.22rem;
  font-weight: 850;
  line-height: 1.3;
}

#storage-rules .rule-card p {
  margin: 12px 0 0;
  color: #364153;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.68;
}

#storage-rules .storage-rules-discount-panel {
  position: relative;
  overflow: hidden;
  margin-top: 52px;
  padding: 42px 40px 38px;
  border: 2px solid #f3f4f6;
  border-radius: 24px;
  background: #ffffff;
  box-shadow:
    0 20px 34px rgba(15, 34, 65, 0.08),
    0 8px 12px rgba(15, 34, 65, 0.04);
}

#storage-rules .storage-rules-discount-panel::before,
#storage-rules .storage-rules-discount-panel::after {
  content: "";
  position: absolute;
  width: 256px;
  height: 256px;
  border-radius: 999px;
  opacity: 0.32;
  filter: blur(52px);
}

#storage-rules .storage-rules-discount-panel::before {
  right: -24px;
  top: -24px;
  background: linear-gradient(135deg, #dbeafe, #f3e8ff);
}

#storage-rules .storage-rules-discount-panel::after {
  left: -28px;
  bottom: -28px;
  background: linear-gradient(135deg, #dcfce7, #cffafe);
}

#storage-rules .discount-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

#storage-rules .discount-heading h4 {
  margin: 0;
  color: #101828;
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1.2;
}

#storage-rules .discount-heading p {
  margin: 12px 0 0;
  color: #4a5565;
  font-size: 1rem;
  line-height: 1.65;
}

#storage-rules .discount-cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 46px;
}

#storage-rules .discount-card {
  position: relative;
  min-height: 150px;
  padding: 28px 20px 22px;
  border: 2px solid #dbeafe;
  border-radius: 16px;
  text-align: center;
  background: linear-gradient(145deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: 0 8px 16px rgba(15, 34, 65, 0.08);
}

#storage-rules .discount-card::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  border: 2px solid #2b7fff;
  border-radius: 10px;
  background: rgba(43, 127, 255, 0.08);
  transform: rotate(8deg);
}

#storage-rules .discount-card::after {
  content: "";
  position: absolute;
  right: -7px;
  top: -7px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #2b7fff;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.18);
}

#storage-rules .discount-card span {
  display: block;
  color: #4a5565;
  font-size: 0.9rem;
  font-weight: 650;
}

#storage-rules .discount-card strong {
  display: block;
  margin-top: 8px;
  color: #155dfc;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1.1;
}

#storage-rules .discount-card-wide {
  grid-column: 1 / -1;
  min-height: 146px;
  padding: 36px 28px;
  border: 2px solid #ffffff;
  background: linear-gradient(90deg, #fccee8 0%, #e9d4ff 50%, #bedbff 100%);
  box-shadow: 0 18px 28px rgba(120, 82, 180, 0.16);
}

#storage-rules .discount-card-wide::before {
  width: 34px;
  height: 34px;
  border-color: rgba(16, 24, 40, 0.2);
  background: rgba(255, 255, 255, 0.32);
}

#storage-rules .discount-card-wide::after {
  display: none;
}

#storage-rules .discount-card-wide span {
  color: #101828;
  font-size: 0.96rem;
}

#storage-rules .discount-card-wide strong {
  margin-top: 10px;
  color: #101828;
  font-size: 1.45rem;
  line-height: 1.45;
}

#storage-rules .storage-faq {
  margin-top: 52px;
  opacity: 0.92;
}

#storage-rules .policy-example-table {
  margin-top: 28px;
  opacity: 0.86;
}

.storage-rules-fab {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1260;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 21px;
  background: linear-gradient(135deg, #ff9f2e 0%, #f97316 52%, #df5c0d 100%);
  box-shadow: 0 18px 38px rgba(249, 115, 22, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.storage-rules-fab:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 22px 46px rgba(249, 115, 22, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.storage-rules-fab:focus-visible {
  outline: 3px solid rgba(249, 115, 22, 0.28);
  outline-offset: 4px;
}

.storage-rules-fab-icon {
  position: relative;
  display: block;
  width: 31px;
  height: 26px;
  border: 3px solid #fff;
  border-radius: 9px;
}

.storage-rules-fab-icon::before,
.storage-rules-fab-icon::after {
  content: "";
  position: absolute;
  background: #fff;
}

.storage-rules-fab-icon::before {
  left: 6px;
  top: 7px;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #fff;
}

.storage-rules-fab-icon::after {
  right: 2px;
  bottom: -8px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 3px 0;
  transform: rotate(45deg);
}

.storage-rules-modal[hidden] {
  display: none;
}

.storage-box-photo-modal[hidden] {
  display: none;
}

.storage-box-photo-modal {
  position: fixed;
  inset: 0;
  z-index: 1410;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(8, 19, 43, 0.48);
  backdrop-filter: blur(10px);
}

.storage-box-photo-dialog {
  position: relative;
  width: min(1180px, calc(100vw - 56px));
  max-height: min(88vh, 880px);
  overflow: auto;
  border: 1px solid rgba(149, 164, 195, 0.28);
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.storage-box-photo-head {
  padding: 28px 34px 18px;
  border-bottom: 1px solid rgba(16, 38, 68, 0.08);
}

.storage-box-photo-head p {
  margin: 0 0 8px;
  color: #f97316;
  font-size: 0.84rem;
  font-weight: 850;
}

.storage-box-photo-head h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(1.7rem, 2.3vw, 2.4rem);
  line-height: 1.12;
}

.storage-box-photo-head span {
  display: block;
  margin-top: 10px;
  color: #58677f;
  font-size: 0.98rem;
  line-height: 1.6;
}

.storage-box-photo-close {
  position: sticky;
  top: 20px;
  right: 22px;
  z-index: 3;
  float: right;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 20px 22px -62px auto;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #1d2b4d;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 38, 68, 0.12);
}

.storage-box-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 24px 34px 34px;
  clear: both;
}

.storage-box-photo-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 34, 65, 0.08);
}

.storage-box-photo-card.is-large {
  grid-column: span 2;
}

.storage-box-photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef3fb;
}

.storage-box-photo-card.is-large img {
  aspect-ratio: 16 / 10;
}

.storage-box-photo-card figcaption {
  padding: 12px 14px 14px;
  color: #17213c;
  font-size: 0.92rem;
  font-weight: 800;
}

.storage-rules-modal {
  position: fixed;
  inset: 0;
  z-index: 1400;
  display: grid;
  place-items: end;
  padding: 28px;
  background: rgba(8, 19, 43, 0.42);
  backdrop-filter: blur(10px);
}

.storage-rules-modal-dialog {
  position: relative;
  width: min(980px, calc(100vw - 56px));
  max-height: min(82vh, 760px);
  overflow: hidden;
  border: 1px solid rgba(149, 164, 195, 0.28);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.26);
}

.storage-rules-modal-head {
  padding: 26px 30px 18px;
  border-bottom: 1px solid rgba(16, 38, 68, 0.08);
}

.storage-rules-modal-head p {
  margin: 0 0 8px;
  color: #f97316;
  font-size: 0.82rem;
  font-weight: 800;
}

.storage-rules-modal-head h2 {
  margin: 0;
  color: #0f1f3d;
  font-size: clamp(1.55rem, 2.1vw, 2.2rem);
  line-height: 1.16;
}

.storage-rules-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(16, 38, 68, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #1d2b4d;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(16, 38, 68, 0.1);
}

.storage-rules-modal-content {
  max-height: calc(min(82vh, 760px) - 92px);
  overflow: auto;
  padding: 24px 30px 30px;
}

.storage-faq.storage-faq-modal {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 18px;
  margin-top: 0;
  opacity: 1;
}

.storage-faq-modal .faq-card {
  border: 1px solid rgba(16, 38, 68, 0.08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(22, 35, 66, 0.08);
}

.storage-faq-modal .faq-card h3 {
  margin-top: 0;
  color: #17213c;
  font-size: 1.08rem;
}

.storage-faq-modal .faq-card li {
  font-size: 0.98rem;
}

.storage-faq-modal .policy-table-wrap {
  background: #f8fbff;
}

@media (max-width: 1120px) {
  .storage-box-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #storage-rules .rules-grid {
    grid-template-columns: 1fr;
  }

  #storage-rules .discount-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #storage-rules .discount-card-wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  #storage-rules {
    width: calc(100% - 32px);
    padding: 58px 0 38px;
  }

  #storage-rules .section-heading {
    margin-bottom: 34px;
    text-align: left;
  }

  #storage-rules .section-heading p:not(.storage-rules-badge) {
    margin-left: 0;
  }

  #storage-rules .rules-grid,
  #storage-rules .discount-cards {
    grid-template-columns: 1fr;
  }

  #storage-rules .rule-card {
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 16px;
    min-height: 0;
    padding: 24px 20px;
  }

  .rule-card-icon {
    width: 52px;
    height: 52px;
  }

  #storage-rules .storage-rules-discount-panel {
    margin-top: 34px;
    padding: 30px 18px 24px;
    border-radius: 20px;
  }

  #storage-rules .discount-heading {
    text-align: left;
  }

  #storage-rules .discount-heading h4 {
    font-size: 1.55rem;
  }

  #storage-rules .discount-card {
    min-height: 128px;
  }

  .storage-rules-fab {
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
  }

  .storage-box-photo-modal {
    padding: 14px;
  }

  .storage-box-photo-dialog {
    width: 100%;
    max-height: 88vh;
    border-radius: 24px;
  }

  .storage-box-photo-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    margin: 14px 14px -52px auto;
  }

  .storage-box-photo-head {
    padding: 22px 58px 16px 20px;
  }

  .storage-box-photo-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 16px 20px;
  }

  .storage-box-photo-card.is-large {
    grid-column: auto;
  }

  .storage-rules-modal {
    align-items: end;
    padding: 14px;
  }

  .storage-rules-modal-dialog {
    width: 100%;
    max-height: 86vh;
    border-radius: 24px;
  }

  .storage-rules-modal-head {
    padding: 22px 56px 16px 20px;
  }

  .storage-rules-modal-content {
    max-height: calc(86vh - 90px);
    padding: 18px 16px 20px;
  }

  .storage-faq.storage-faq-modal {
    grid-template-columns: 1fr;
  }

  .storage-faq-modal .faq-card {
    padding: 20px;
  }

  #storage-rules .discount-card-wide {
    min-height: 124px;
  }

  .calculator-section::before {
    display: none;
  }

  .calculator-layout {
    gap: 16px;
  }

  .storage-calculator-form,
  .storage-calculator-result {
    border-radius: 22px;
  }

  .storage-calculator-form {
    padding: 0 16px 18px;
  }

  .storage-calculator-result {
    position: static;
    padding: 0 16px 18px;
  }

  .calculator-tool-head,
  .calculator-result-head {
    flex-direction: column;
    margin: 0 -16px 20px;
    padding: 20px 16px 18px;
  }

  .calculator-section-label {
    margin-top: 22px;
  }

  .storage-calculator-form .field {
    padding: 14px;
    border-radius: 16px;
  }

  .box-type-card {
    padding: 13px;
  }

  .box-type-fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .storage-calculator-result .result-grid {
    grid-template-columns: 1fr;
  }
}

/* Final mobile overrides for the public storage page. Keep after all storage rules. */
@media (max-width: 720px) {
  .storage-page {
    background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 48%, #f7f9fc 100%);
  }

  .storage-service-topbar {
    background: rgba(255, 255, 255, 0.94);
  }

  .storage-service-header {
    min-height: 64px;
  }

  .storage-service-header .brand-lockup-header {
    min-width: 0;
  }

  .storage-service-header .logo-wordmark {
    font-size: 1.75rem;
  }

  .storage-service-header .logo-subtitle {
    font-size: 0.53rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }

  .storage-service-header .site-auth-nav {
    display: none;
  }

  .storage-hero.storage-hero-poster {
    padding: 0 0 22px;
    background:
      linear-gradient(180deg, rgba(11, 30, 66, 0.76), rgba(15, 36, 76, 0.3) 44%, rgba(248, 251, 255, 0) 100%),
      linear-gradient(180deg, #dce8f5 0%, #f8fbff 92%);
  }

  .storage-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%;
  }

  .storage-hero-copy {
    order: 2;
    width: calc(100% - 32px);
    max-width: none;
    margin: -56px auto 0;
    padding: 22px 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 44px rgba(26, 47, 86, 0.14);
    backdrop-filter: blur(14px);
  }

  .storage-location-chip {
    min-height: 30px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .storage-hero h1 {
    max-width: 10.5em;
    margin-top: 12px;
    font-size: clamp(2.15rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .storage-hero-highlight {
    margin-top: 10px;
    font-size: clamp(1.18rem, 6vw, 1.65rem);
    line-height: 1.22;
  }

  .storage-hero-text {
    margin-top: 12px;
    font-size: 0.94rem;
    line-height: 1.68;
  }

  .storage-hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: none;
    margin-top: 16px;
  }

  .storage-hero-feature {
    min-height: 76px;
    padding: 12px 9px;
    border-radius: 16px;
    text-align: center;
  }

  .storage-hero-feature strong {
    font-size: 0.9rem;
    line-height: 1.25;
  }

  .storage-hero-feature small {
    margin-top: 4px;
    font-size: 0.72rem;
    line-height: 1.28;
  }

  .storage-hero-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 14px;
  }

  .storage-hero-meta span {
    min-height: 36px;
    justify-content: center;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .storage-page .hero-actions {
    position: sticky;
    bottom: 0;
    z-index: 18;
    display: grid;
    grid-template-columns: 1fr 0.82fr;
    gap: 10px;
    margin: 18px -18px -20px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(205, 216, 232, 0.78);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
  }

  .storage-page .hero-actions .button {
    min-width: 0;
    min-height: 50px;
    padding: 0 12px;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.2;
  }

  .storage-hero-media {
    order: 1;
    width: 100%;
    min-height: 310px;
  }

  .storage-hero-media-frame {
    inset: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: none;
  }

  .storage-hero-media-frame::before {
    background:
      linear-gradient(180deg, rgba(9, 23, 52, 0.08), rgba(9, 23, 52, 0.46)),
      linear-gradient(90deg, rgba(9, 23, 52, 0.18), rgba(9, 23, 52, 0));
  }

  .storage-hero-media-frame video.storage-hero-video {
    object-position: 54% center;
    transform: scale(1.08);
  }

  #storage-process,
  #storage-boxes,
  #storage-rules,
  .calculator-section {
    width: calc(100% - 28px);
  }

  #storage-process {
    margin-top: 30px;
    padding: 42px 0;
  }

  #storage-process .section-heading,
  #storage-boxes .section-heading,
  #storage-rules .section-heading,
  .calculator-section .section-heading {
    margin-bottom: 26px;
  }

  #storage-process .section-heading h2,
  #storage-boxes .section-heading h2,
  #storage-rules .section-heading h2,
  .calculator-section .section-heading h2 {
    font-size: clamp(1.75rem, 8.8vw, 2.25rem);
    line-height: 1.12;
  }

  #storage-process .section-heading p,
  #storage-boxes .section-heading p:not(.storage-boxes-badge),
  #storage-rules .section-heading p:not(.storage-rules-badge),
  .calculator-section .section-heading p {
    margin-top: 10px;
    font-size: 0.93rem;
    line-height: 1.62;
  }

  #storage-process .storage-steps {
    gap: 16px;
  }

  #storage-process .step-card {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 14px;
    border: 1px solid rgba(43, 127, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
  }

  #storage-process .step-card > span {
    top: 10px;
    left: 52px;
    min-width: 28px;
    height: 24px;
    font-size: 0.76rem;
  }

  #storage-process .step-card-icon {
    width: 58px;
    height: 58px;
  }

  #storage-process .step-card-icon::before,
  #storage-process .step-card-icon::after {
    transform: scale(0.76);
  }

  #storage-process .step-card-copy {
    margin-top: 2px;
  }

  #storage-process .step-card h3 {
    font-size: 0.98rem;
  }

  #storage-process .step-card p {
    margin-top: 6px;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .storage-process-link {
    width: 100%;
    min-height: 48px;
    margin-top: 22px;
    border: 1px solid rgba(21, 93, 252, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
  }

  #storage-boxes {
    padding: 48px 0 34px;
  }

  .storage-box-photo-button {
    width: 100%;
    min-height: 46px;
    border-radius: 15px;
  }

  .storage-box-card-grid {
    gap: 12px;
    margin-top: 22px;
  }

  .storage-box-price-card {
    padding: 18px;
    border-radius: 16px;
  }

  .storage-box-price-card::before {
    width: 44px;
    margin-bottom: 16px;
  }

  .storage-box-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .storage-box-card-head h3 {
    font-size: 1.24rem;
  }

  .storage-box-card-head p {
    font-size: 0.88rem;
  }

  .storage-box-price-pair {
    margin-top: 18px;
    padding-bottom: 16px;
  }

  .storage-box-price-pair div {
    min-height: 70px;
    padding: 12px 10px;
    border-radius: 13px;
  }

  .storage-box-price-pair span {
    font-size: 0.76rem;
  }

  .storage-box-price-pair strong {
    font-size: 1.36rem;
  }

  .storage-box-card-note {
    margin-top: 14px;
    font-size: 0.86rem;
  }

  .storage-weight-advice {
    margin-top: 18px;
    border-radius: 16px;
  }

  .calculator-section {
    padding-top: 42px;
  }

  .storage-calculator-form,
  .storage-calculator-result {
    border-radius: 18px;
  }

  .calculator-tool-head,
  .calculator-result-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .calculator-tool-head h3,
  .calculator-result-head h3 {
    font-size: 1.12rem;
    line-height: 1.28;
  }

  .calculator-tool-badge,
  .calculator-result-status {
    width: fit-content;
    min-height: 32px;
    font-size: 0.78rem;
  }

  .calculator-section-label {
    margin: 18px 0 10px;
  }

  .calculator-section-label strong {
    font-size: 0.96rem;
  }

  .storage-calculator-form .field {
    margin-bottom: 10px;
    padding: 12px;
  }

  .storage-calculator-form .field input,
  .storage-calculator-form .field select,
  .box-order-input {
    min-height: 46px;
    font-size: 16px;
  }

  .box-type-card {
    padding: 12px;
    border-radius: 15px;
  }

  .box-type-fields {
    gap: 8px;
  }

  .storage-calculator-form .button[type="submit"],
  .storage-calculator-result .storage-booking-entry {
    min-height: 52px;
    border-radius: 16px;
  }

  .storage-calculator-result .result-grid {
    gap: 9px;
  }

  .storage-calculator-result .result-grid div {
    min-height: 70px;
    padding: 13px 14px;
    border-radius: 15px;
  }

  .storage-calculator-result .result-grid dd {
    font-size: 1.18rem;
  }

  .storage-calculator-result .result-grid .total-row {
    min-height: 92px;
  }

  .storage-rules-fab {
    right: 14px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 380px) {
  .storage-hero-copy {
    width: calc(100% - 24px);
    padding: 20px 14px 18px;
  }

  .storage-hero-features,
  .storage-page .hero-actions,
  .storage-box-price-pair {
    grid-template-columns: 1fr;
  }

  .storage-hero-media {
    min-height: 280px;
  }
}

/* Storage intro modal conversion refresh */
.storage-intro-modal {
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 186, 116, 0.22), transparent 28rem),
    radial-gradient(circle at 76% 78%, rgba(72, 132, 255, 0.2), transparent 28rem),
    rgba(21, 34, 58, 0.72);
  backdrop-filter: blur(10px) saturate(1.08);
}

.storage-intro-dialog {
  width: min(94vw, 1040px);
  max-height: min(90vh, 760px);
  gap: 18px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.97));
  color: #0d1b35;
  box-shadow: 0 30px 90px rgba(7, 18, 40, 0.34);
}

.storage-intro-dialog::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 139, 68, 0.12), transparent 22rem),
    radial-gradient(circle at 92% 16%, rgba(74, 127, 255, 0.12), transparent 20rem);
  pointer-events: none;
}

.storage-intro-close {
  top: 18px;
  right: 18px;
  z-index: 4;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.78);
  color: #667085;
  font-size: 28px;
  box-shadow: 0 10px 24px rgba(15, 34, 65, 0.1);
}

.storage-intro-close:hover,
.storage-intro-close:focus-visible {
  background: #ffffff;
  color: #0f2242;
  transform: rotate(90deg) scale(1.03);
}

.storage-intro-hero,
.storage-intro-steps,
.storage-intro-progress,
.storage-intro-detail-card,
.storage-intro-actions {
  position: relative;
  z-index: 1;
}

.storage-intro-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.34fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px 34px 0;
}

.storage-intro-hero-copy {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.storage-intro-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  color: #2458c9;
  background: #eef5ff;
  font-size: 0.82rem;
  font-weight: 650;
}

.storage-intro-dialog h2 {
  max-width: 12em;
  margin: 0;
  color: #0f1f3d;
  font-family: "Outfit", "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: left;
  text-wrap: balance;
}

.storage-intro-lead {
  max-width: 640px;
  margin: 0;
  color: #53657f;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.72;
  text-align: left;
}

.storage-intro-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.storage-intro-trust span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(15, 34, 65, 0.08);
  border-radius: 999px;
  color: #34435c;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 560;
}

.storage-intro-trust span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.storage-intro-mini-quote {
  display: grid;
  align-content: end;
  min-height: 188px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 190, 120, 0.3);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.58), transparent 30%),
    linear-gradient(145deg, #fff7ed 0%, #ffedd5 48%, #e0f2fe 100%);
  box-shadow: 0 18px 42px rgba(217, 119, 6, 0.12);
}

.storage-intro-mini-quote::before {
  content: "";
  position: absolute;
  right: 48px;
  top: 56px;
  width: 74px;
  height: 52px;
  border: 3px solid rgba(234, 88, 12, 0.34);
  border-radius: 10px 10px 14px 14px;
  transform: rotate(-5deg);
}

.storage-intro-mini-quote span,
.storage-intro-mini-quote small {
  color: #8a4a17;
  font-weight: 560;
}

.storage-intro-mini-quote strong {
  margin-top: 8px;
  color: #9a3412;
  font-size: 2rem;
  font-weight: 720;
  line-height: 1;
}

.storage-intro-mini-quote small {
  max-width: 18ch;
  margin-top: 8px;
  line-height: 1.45;
}

.storage-intro-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 20px 34px 0;
}

.storage-intro-step {
  --step-surface: #ffffff;
  --step-icon: #7c5cff;
  --step-shadow: rgba(94, 92, 255, 0.16);
  justify-items: start;
  align-content: start;
  gap: 8px;
  min-height: 152px;
  padding: 16px;
  border: 1px solid rgba(15, 34, 65, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.92));
  text-align: left;
  box-shadow: 0 10px 24px rgba(15, 34, 65, 0.055);
  transform: translateY(0);
}

.storage-intro-step:nth-child(2) {
  --step-icon: #3b82f6;
  --step-shadow: rgba(59, 130, 246, 0.16);
}

.storage-intro-step:nth-child(3) {
  --step-icon: #14b8a6;
  --step-shadow: rgba(20, 184, 166, 0.16);
}

.storage-intro-step:nth-child(4) {
  --step-icon: #f97316;
  --step-shadow: rgba(249, 115, 22, 0.18);
}

.storage-intro-step:hover,
.storage-intro-step:focus-visible,
.storage-intro-step.is-active {
  border-color: color-mix(in srgb, var(--step-icon) 38%, white);
  background:
    radial-gradient(circle at 94% 0%, color-mix(in srgb, var(--step-icon) 14%, transparent), transparent 42%),
    linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 16px 34px var(--step-shadow);
  transform: translateY(-3px);
}

.storage-intro-step:active {
  transform: translateY(-1px) scale(0.99);
}

.storage-intro-step-number {
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  background: rgba(248, 250, 252, 0.92);
  color: #667085;
  font-size: 0.88rem;
  font-weight: 650;
}

.storage-intro-step-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  border-radius: 16px;
  background: color-mix(in srgb, var(--step-icon) 13%, white);
  color: var(--step-icon);
  box-shadow: none;
}

.storage-intro-step:hover .storage-intro-step-icon,
.storage-intro-step:focus-visible .storage-intro-step-icon,
.storage-intro-step.is-active .storage-intro-step-icon {
  transform: scale(1.03);
  box-shadow: 0 12px 22px var(--step-shadow);
}

.storage-intro-step-icon[data-intro-icon]::before {
  border-width: 2px;
}

.storage-intro-step-icon[data-intro-icon="rules"]::before {
  width: 20px;
  height: 25px;
}

.storage-intro-step-icon[data-intro-icon="rules"]::after {
  width: 10px;
  height: 12px;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.storage-intro-step-icon[data-intro-icon="calculator"]::before {
  width: 23px;
  height: 27px;
}

.storage-intro-step-icon[data-intro-icon="calculator"]::after {
  width: 14px;
  height: 14px;
  background: radial-gradient(circle, currentColor 38%, transparent 42%) 0 0 / 7px 7px;
  transform: translateY(4px);
}

.storage-intro-step-icon[data-intro-icon="form"]::before {
  width: 25px;
  height: 23px;
}

.storage-intro-step-icon[data-intro-icon="form"]::after {
  width: 20px;
  height: 8px;
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.storage-intro-step-icon[data-intro-icon="support"]::before {
  width: 25px;
  height: 25px;
}

.storage-intro-step-icon[data-intro-icon="support"]::after {
  width: 11px;
  height: 7px;
  border-left-width: 2px;
  border-bottom-width: 2px;
}

.storage-intro-steps strong {
  color: #101828;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

.storage-intro-steps small {
  color: #667085;
  font-size: 0.84rem;
  font-weight: 420;
  line-height: 1.35;
}

.storage-intro-progress {
  height: 6px;
  margin: 4px 34px 0;
  overflow: hidden;
  border-radius: 999px;
  background: #e8eef8;
}

.storage-intro-progress span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2563eb, #f97316);
  transition: width 220ms ease;
}

.storage-intro-dialog[data-storage-intro-active="calculator"] .storage-intro-progress span {
  width: 50%;
}

.storage-intro-dialog[data-storage-intro-active="form"] .storage-intro-progress span {
  width: 75%;
}

.storage-intro-dialog[data-storage-intro-active="support"] .storage-intro-progress span {
  width: 100%;
}

.storage-intro-detail-card {
  display: grid;
  gap: 4px;
  margin: 0 34px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(239, 246, 255, 0.94), rgba(255, 247, 237, 0.82));
}

.storage-intro-detail-label {
  margin: 0;
  color: #2458c9;
  font-size: 0.8rem;
  font-weight: 650;
}

.storage-intro-detail {
  min-height: 0;
  margin: 0;
  color: #26364f;
  font-size: 0.98rem;
  font-weight: 430;
  line-height: 1.62;
  text-align: left;
}

.storage-intro-actions {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 12px;
  margin: 0;
  padding: 20px 34px 28px;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 0;
  background: rgba(248, 250, 252, 0.92);
}

.storage-intro-actions .button {
  min-height: 58px;
  border-radius: 17px;
  font-size: 1rem;
  font-weight: 600;
}

.storage-intro-actions .button-primary {
  background: linear-gradient(135deg, #2563eb 0%, #f97316 100%);
  box-shadow: 0 16px 30px rgba(249, 115, 22, 0.22);
}

.storage-intro-actions .button-secondary {
  border: 1px solid rgba(37, 99, 235, 0.14);
  color: #163969;
  background: #ffffff;
}

.storage-intro-actions .button:hover,
.storage-intro-actions .button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(15, 34, 65, 0.12);
}

@media (max-width: 720px) {
  .storage-intro-modal {
    align-items: end;
    padding: 10px;
  }

  .storage-intro-dialog {
    width: 100%;
    max-height: 92vh;
    border-radius: 28px;
    overflow: auto;
  }

  .storage-intro-close {
    top: 14px;
    right: 14px;
    width: 42px;
    height: 42px;
  }

  .storage-intro-hero {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 18px 0;
  }

  .storage-intro-dialog h2 {
    max-width: 9.5em;
    font-size: clamp(1.58rem, 7.2vw, 2rem);
  }

  .storage-intro-lead {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .storage-intro-trust {
    gap: 6px;
  }

  .storage-intro-trust span {
    min-height: 30px;
    padding: 0 10px;
    font-size: 0.78rem;
  }

  .storage-intro-mini-quote {
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 14px;
    align-items: center;
    align-content: center;
    min-height: 76px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .storage-intro-mini-quote strong {
    grid-row: span 2;
    margin: 0;
    font-size: 1.32rem;
  }

  .storage-intro-mini-quote small {
    max-width: none;
    margin-top: 2px;
  }

  .storage-intro-steps {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 16px 18px 2px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .storage-intro-steps::-webkit-scrollbar {
    display: none;
  }

  .storage-intro-step {
    flex: 0 0 164px;
    min-height: 112px;
    padding: 12px;
    scroll-snap-align: start;
  }

  .storage-intro-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .storage-intro-steps strong {
    font-size: 0.94rem;
  }

  .storage-intro-steps small {
    font-size: 0.8rem;
  }

  .storage-intro-progress {
    margin: 12px 18px 0;
  }

  .storage-intro-detail-card {
    margin: 0 18px;
    padding: 14px;
  }

  .storage-intro-detail {
    font-size: 0.9rem;
  }

  .storage-intro-actions {
    grid-template-columns: 1fr;
    position: static;
    bottom: 0;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom));
  }

  .storage-intro-actions .button {
    min-height: 52px;
  }
}

/* Storage intro compact mobile revision: all four steps visible, less explanatory weight */
.storage-intro-hero {
  grid-template-columns: 1fr;
}

.storage-intro-mini-quote,
.storage-intro-progress,
.storage-intro-detail-card {
  display: none;
}

@media (max-width: 720px) {
  .storage-intro-dialog {
    max-height: 90vh;
  }

  .storage-intro-hero {
    padding: 22px 18px 0;
  }

  .storage-intro-kicker {
    min-height: 28px;
    font-size: 0.76rem;
  }

  .storage-intro-dialog h2 {
    max-width: 11em;
    font-size: clamp(1.34rem, 6.5vw, 1.72rem);
    line-height: 1.12;
  }

  .storage-intro-lead {
    max-width: none;
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .storage-intro-trust {
    gap: 6px;
  }

  .storage-intro-trust span {
    min-height: 28px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  .storage-intro-trust span::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
  }

  .storage-intro-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 16px 18px 12px;
    scroll-snap-type: none;
  }

  .storage-intro-step {
    min-width: 0;
    min-height: 104px;
    padding: 12px;
    border-radius: 17px;
  }

  .storage-intro-step-number {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 0.78rem;
  }

  .storage-intro-step-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 4px;
    border-radius: 12px;
  }

  .storage-intro-steps strong {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .storage-intro-steps small {
    font-size: 0.72rem;
    line-height: 1.3;
  }

  .storage-intro-actions {
    gap: 10px;
    padding: 12px 18px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(226, 232, 240, 0.88);
  }

  .storage-intro-actions .button {
    min-height: 50px;
    font-size: 0.92rem;
    border-radius: 15px;
  }
}

/* Storage intro CTA refresh */
.storage-intro-actions .storage-intro-cta {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 10px 14px;
  overflow: hidden;
  text-align: left;
  isolation: isolate;
  touch-action: manipulation;
}

.storage-intro-actions .storage-intro-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.32) 42%, transparent 64%),
    radial-gradient(circle at 90% 20%, rgba(255, 255, 255, 0.26), transparent 30%);
  transform: translateX(-28%);
  transition: opacity 180ms ease, transform 260ms ease;
}

.storage-intro-actions .storage-intro-cta:hover::before,
.storage-intro-actions .storage-intro-cta:focus-visible::before {
  opacity: 1;
  transform: translateX(16%);
}

.storage-intro-actions .storage-intro-cta:active {
  transform: translateY(0) scale(0.985);
}

.storage-intro-cta-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.storage-intro-cta-primary .storage-intro-cta-icon {
  background: rgba(255, 255, 255, 0.2);
}

.storage-intro-cta-secondary .storage-intro-cta-icon {
  background: rgba(37, 99, 235, 0.08);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.12);
}

.storage-intro-cta-icon::before,
.storage-intro-cta-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.storage-intro-cta-icon[data-cta-icon="estimate"]::before {
  width: 24px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.storage-intro-cta-icon[data-cta-icon="estimate"]::after {
  left: 17px;
  top: 17px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 9px 0 0 #ffffff, 0 9px 0 #ffffff, 9px 9px 0 #ffffff;
}

.storage-intro-cta-icon[data-cta-icon="return"]::before {
  width: 25px;
  height: 20px;
  border: 2px solid #2563eb;
  border-radius: 7px;
}

.storage-intro-cta-icon[data-cta-icon="return"]::after {
  right: 13px;
  top: 14px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #2563eb;
  border-left: 2px solid #2563eb;
  transform: rotate(-45deg);
}

.storage-intro-cta-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.storage-intro-cta-copy strong,
.storage-intro-cta-copy small {
  display: block;
}

.storage-intro-cta-copy strong {
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.2;
}

.storage-intro-cta-copy small {
  font-size: 0.78rem;
  font-weight: 430;
  line-height: 1.3;
}

.storage-intro-cta-primary .storage-intro-cta-copy strong {
  color: #ffffff;
}

.storage-intro-cta-primary .storage-intro-cta-copy small {
  color: rgba(255, 255, 255, 0.82);
}

.storage-intro-cta-secondary .storage-intro-cta-copy strong {
  color: #12335f;
}

.storage-intro-cta-secondary .storage-intro-cta-copy small {
  color: #5a6b86;
}

.storage-intro-cta-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.storage-intro-cta-secondary .storage-intro-cta-arrow {
  background: rgba(37, 99, 235, 0.08);
}

.storage-intro-cta-arrow::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.storage-intro-cta-primary .storage-intro-cta-arrow {
  color: #ffffff;
}

.storage-intro-cta-secondary .storage-intro-cta-arrow {
  color: #2563eb;
}

.storage-intro-actions .storage-intro-cta:hover .storage-intro-cta-arrow,
.storage-intro-actions .storage-intro-cta:focus-visible .storage-intro-cta-arrow {
  transform: translateX(3px);
  background: rgba(255, 255, 255, 0.26);
}

.storage-intro-actions .storage-intro-cta-secondary:hover .storage-intro-cta-arrow,
.storage-intro-actions .storage-intro-cta-secondary:focus-visible .storage-intro-cta-arrow {
  background: rgba(37, 99, 235, 0.14);
}

@media (max-width: 720px) {
  .storage-intro-actions .storage-intro-cta {
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    min-height: 60px;
    padding: 9px 11px;
    gap: 10px;
  }

  .storage-intro-cta-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .storage-intro-cta-copy strong {
    font-size: 0.92rem;
  }

  .storage-intro-cta-copy small {
    font-size: 0.72rem;
  }

  .storage-intro-cta-arrow {
    width: 28px;
    height: 28px;
  }
}

/* Storage intro CTA color pass: calmer premium service palette */
.storage-intro-actions .storage-intro-cta-primary {
  border: 1px solid rgba(13, 148, 136, 0.26);
  background:
    radial-gradient(circle at 10% 18%, rgba(204, 251, 241, 0.3), transparent 32%),
    radial-gradient(circle at 92% 22%, rgba(191, 219, 254, 0.24), transparent 30%),
    linear-gradient(135deg, #0f766e 0%, #2563eb 100%);
  box-shadow:
    0 18px 34px rgba(15, 118, 110, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.storage-intro-actions .storage-intro-cta-primary:hover,
.storage-intro-actions .storage-intro-cta-primary:focus-visible {
  box-shadow:
    0 22px 40px rgba(37, 99, 235, 0.2),
    0 10px 22px rgba(15, 118, 110, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.storage-intro-actions .storage-intro-cta-secondary {
  border: 1px solid rgba(234, 179, 8, 0.28);
  background:
    radial-gradient(circle at 12% 16%, rgba(254, 243, 199, 0.78), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(219, 234, 254, 0.72), transparent 32%),
    linear-gradient(180deg, #fffaf0 0%, #ffffff 100%);
  box-shadow:
    0 14px 28px rgba(120, 75, 20, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.storage-intro-actions .storage-intro-cta-secondary:hover,
.storage-intro-actions .storage-intro-cta-secondary:focus-visible {
  border-color: rgba(217, 119, 6, 0.36);
  background:
    radial-gradient(circle at 14% 18%, rgba(254, 215, 170, 0.75), transparent 34%),
    radial-gradient(circle at 92% 12%, rgba(219, 234, 254, 0.78), transparent 32%),
    linear-gradient(180deg, #fff8ed 0%, #ffffff 100%);
  box-shadow:
    0 18px 34px rgba(120, 75, 20, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.storage-intro-cta-primary .storage-intro-cta-icon {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.12));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.24),
    0 10px 20px rgba(5, 46, 45, 0.16);
}

.storage-intro-cta-secondary .storage-intro-cta-icon {
  background:
    linear-gradient(180deg, rgba(240, 253, 250, 0.95), rgba(239, 246, 255, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(20, 184, 166, 0.2),
    0 10px 18px rgba(15, 118, 110, 0.08);
}

.storage-intro-cta-icon[data-cta-icon="return"]::before,
.storage-intro-cta-icon[data-cta-icon="return"]::after {
  border-color: #0f766e;
}

.storage-intro-cta-secondary .storage-intro-cta-copy strong {
  color: #0f2f3a;
}

.storage-intro-cta-secondary .storage-intro-cta-copy small {
  color: #6a5742;
}

.storage-intro-cta-secondary .storage-intro-cta-arrow {
  color: #0f766e;
  background: rgba(13, 148, 136, 0.1);
}

.storage-intro-actions .storage-intro-cta-secondary:hover .storage-intro-cta-arrow,
.storage-intro-actions .storage-intro-cta-secondary:focus-visible .storage-intro-cta-arrow {
  background: rgba(13, 148, 136, 0.16);
}

/* Storage intro CTA pastel revision and centered mobile dialog */
.storage-intro-actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.storage-intro-actions .storage-intro-cta {
  min-height: 62px;
}

.storage-intro-actions .storage-intro-cta-primary {
  border-color: rgba(125, 211, 252, 0.5);
  background:
    radial-gradient(circle at 14% 20%, rgba(187, 247, 208, 0.72), transparent 34%),
    radial-gradient(circle at 62% 0%, rgba(191, 219, 254, 0.82), transparent 38%),
    radial-gradient(circle at 92% 78%, rgba(221, 214, 254, 0.78), transparent 36%),
    linear-gradient(135deg, #ecfeff 0%, #eff6ff 48%, #f5f3ff 100%);
  box-shadow:
    0 16px 30px rgba(59, 130, 246, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.storage-intro-actions .storage-intro-cta-secondary {
  border-color: rgba(253, 186, 116, 0.55);
  background:
    radial-gradient(circle at 16% 18%, rgba(254, 240, 138, 0.62), transparent 36%),
    radial-gradient(circle at 70% 0%, rgba(254, 202, 202, 0.58), transparent 38%),
    radial-gradient(circle at 94% 82%, rgba(186, 230, 253, 0.72), transparent 36%),
    linear-gradient(135deg, #fff7ed 0%, #fff1f2 48%, #f0f9ff 100%);
  box-shadow:
    0 14px 28px rgba(249, 115, 22, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.storage-intro-actions .storage-intro-cta-primary:hover,
.storage-intro-actions .storage-intro-cta-primary:focus-visible,
.storage-intro-actions .storage-intro-cta-secondary:hover,
.storage-intro-actions .storage-intro-cta-secondary:focus-visible {
  box-shadow:
    0 18px 36px rgba(59, 130, 246, 0.13),
    0 8px 18px rgba(15, 118, 110, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.storage-intro-cta-primary .storage-intro-cta-copy strong,
.storage-intro-cta-secondary .storage-intro-cta-copy strong {
  color: #0f2747;
}

.storage-intro-cta-primary .storage-intro-cta-copy small,
.storage-intro-cta-secondary .storage-intro-cta-copy small {
  color: #5f6f86;
}

.storage-intro-cta-primary .storage-intro-cta-icon {
  background: rgba(255, 255, 255, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(14, 165, 233, 0.2),
    0 10px 18px rgba(14, 165, 233, 0.08);
}

.storage-intro-cta-secondary .storage-intro-cta-icon {
  background: rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 0 0 1px rgba(249, 115, 22, 0.2),
    0 10px 18px rgba(249, 115, 22, 0.08);
}

.storage-intro-cta-icon[data-cta-icon="estimate"]::before {
  border-color: #2563eb;
}

.storage-intro-cta-icon[data-cta-icon="estimate"]::after {
  background: #2563eb;
  box-shadow: 9px 0 0 #2563eb, 0 9px 0 #2563eb, 9px 9px 0 #2563eb;
}

.storage-intro-cta-primary .storage-intro-cta-arrow {
  color: #2563eb;
  background: rgba(37, 99, 235, 0.1);
}

@media (max-width: 720px) {
  .storage-intro-modal {
    align-items: center;
    padding: 12px;
  }

  .storage-intro-dialog {
    max-height: 88vh;
    border-radius: 26px;
  }

  .storage-intro-actions {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .storage-intro-actions .storage-intro-cta {
    min-height: 56px;
  }

  .storage-intro-cta-copy strong {
    font-size: 0.84rem;
  }

  .storage-intro-cta-copy small {
    font-size: 0.68rem;
  }

}

/* Storage mobile hero order and type scale fix */
@media (max-width: 720px) {
  .storage-hero.storage-hero-poster {
    padding: 18px 0 24px;
    background:
      radial-gradient(circle at 12% 0%, rgba(76, 112, 236, 0.1), transparent 18rem),
      linear-gradient(180deg, #f7fbff 0%, #eef4fb 100%);
  }

  .storage-hero-inner {
    gap: 14px;
  }

  .storage-hero-copy {
    order: 1;
    margin: 0 auto;
    padding: 20px 18px 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 34px rgba(26, 47, 86, 0.1);
    backdrop-filter: blur(12px);
  }

  .storage-hero h1 {
    max-width: 11.5em;
    margin-top: 10px;
    font-size: clamp(1.82rem, 8.2vw, 2.34rem);
    line-height: 1.08;
    letter-spacing: -0.018em;
  }

  .storage-hero-highlight {
    margin-top: 9px;
    font-size: clamp(1rem, 4.7vw, 1.3rem);
    line-height: 1.24;
  }

  .storage-hero-text {
    margin-top: 10px;
    font-size: 0.86rem;
    font-weight: 620;
    line-height: 1.62;
  }

  .storage-hero-features {
    margin-top: 14px;
  }

  .storage-hero-feature {
    min-height: 66px;
    padding: 10px 8px;
    border-radius: 15px;
  }

  .storage-hero-feature strong {
    font-size: 0.82rem;
  }

  .storage-hero-feature small {
    font-size: 0.66rem;
  }

  .storage-hero-meta span {
    min-height: 34px;
    font-size: 0.8rem;
  }

  .storage-page .hero-actions .button {
    min-height: 48px;
    padding: 0 10px;
    border-radius: 15px;
    font-size: 0.82rem;
  }

  .storage-hero-media {
    order: 2;
    width: calc(100% - 32px);
    min-height: 190px;
    margin: 0 auto;
  }

  .storage-hero-media-frame {
    border-radius: 22px;
    box-shadow: 0 14px 30px rgba(26, 47, 86, 0.11);
  }

  .storage-hero-media-frame::before {
    background:
      linear-gradient(180deg, rgba(9, 23, 52, 0.02), rgba(9, 23, 52, 0.18)),
      linear-gradient(90deg, rgba(9, 23, 52, 0.08), rgba(9, 23, 52, 0));
  }

  .storage-hero-media-frame video.storage-hero-video {
    transform: scale(1.04);
  }
}

@media (max-width: 380px) {
  .storage-hero-media {
    min-height: 178px;
  }
}

/* Storage process mobile overlap and type-scale fix */
@media (max-width: 720px) {
  #storage-process {
    margin-top: 24px;
    padding: 34px 0 36px;
  }

  #storage-process .section-heading {
    margin-bottom: 20px;
  }

  #storage-process .section-heading h2 {
    font-size: clamp(1.48rem, 7vw, 1.88rem);
    line-height: 1.14;
    font-weight: 760;
  }

  #storage-process .section-heading p {
    margin-top: 8px;
    font-size: 0.82rem;
    font-weight: 520;
    line-height: 1.58;
  }

  #storage-process .storage-steps {
    gap: 12px;
  }

  #storage-process .step-card {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 0;
    padding: 13px 14px;
    border-radius: 18px;
    overflow: hidden;
  }

  #storage-process .step-card > span {
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    align-self: start;
    width: auto;
    min-width: 34px;
    height: 20px;
    margin: 0 0 4px;
    padding: 0 8px;
    border-radius: 999px;
    color: #315fe8;
    background: rgba(49, 95, 232, 0.09);
    box-shadow: none;
    font-size: 0.68rem;
    font-weight: 760;
    line-height: 20px;
  }

  #storage-process .step-card-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 46px;
    height: 46px;
    margin: 3px 0 0;
    border-radius: 16px;
    box-shadow: 0 10px 18px rgba(43, 127, 255, 0.14);
  }

  #storage-process .step-card-icon::before,
  #storage-process .step-card-icon::after {
    transform: scale(0.64);
    transform-origin: center;
  }

  #storage-process .step-card-icon[data-process-icon="rules"]::after {
    left: 20px;
    top: 17px;
  }

  #storage-process .step-card-icon[data-process-icon="calculator"]::after {
    left: 18px;
    top: 18px;
  }

  #storage-process .step-card-icon[data-process-icon="form"]::before {
    transform: translateY(3px) scale(0.64);
  }

  #storage-process .step-card-icon[data-process-icon="form"]::after {
    right: 9px;
    top: 20px;
    transform: rotate(-45deg) scale(0.64);
  }

  #storage-process .step-card-icon[data-process-icon="support"]::after {
    right: 11px;
    bottom: 15px;
    transform: scale(0.64);
  }

  #storage-process .step-card-copy {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-width: 0;
    max-width: none;
    margin: 23px 0 0;
  }

  #storage-process .step-card h3 {
    font-size: 0.88rem;
    font-weight: 760;
    line-height: 1.28;
  }

  #storage-process .step-card p {
    margin-top: 6px;
    font-size: 0.78rem;
    font-weight: 460;
    line-height: 1.52;
  }

  .storage-process-link {
    min-height: 46px;
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: 720;
  }
}

/* Storage box pricing mobile density fix */
@media (max-width: 720px) {
  #storage-boxes {
    padding: 30px 0 28px;
  }

  #storage-boxes .section-heading {
    margin-bottom: 16px;
  }

  .storage-boxes-badge {
    min-height: 28px;
    margin-bottom: 8px;
    padding: 0 12px;
    font-size: 0.78rem;
  }

  .storage-boxes-title-row {
    gap: 8px;
    margin-top: 8px;
  }

  #storage-boxes .section-heading h2 {
    font-size: clamp(1.42rem, 6.4vw, 1.78rem);
    line-height: 1.16;
    font-weight: 760;
  }

  #storage-boxes .section-heading p:not(.storage-boxes-badge) {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.5;
  }

  .storage-box-photo-button {
    width: auto;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.76rem;
  }

  .storage-box-photo-button::before {
    width: 13px;
    height: 10px;
    border-width: 1.5px;
  }

  .storage-box-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 14px;
  }

  .storage-box-price-card {
    min-height: 0;
    padding: 10px;
    border-radius: 14px;
    box-shadow: 0 8px 18px rgba(15, 34, 65, 0.045);
  }

  .storage-box-price-card::before {
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
  }

  .storage-box-card-head {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
  }

  .storage-box-card-icon {
    width: 30px;
    height: 30px;
    border-radius: 10px;
  }

  .storage-box-card-icon::before {
    width: 16px;
    height: 14px;
    border-width: 1.5px;
  }

  .storage-box-card-icon::after {
    width: 10px;
    height: 12px;
    border-width: 1.5px;
    transform: translate(5px, 3px) rotate(28deg) skew(-8deg);
  }

  .storage-box-card-head h3 {
    font-size: 0.92rem;
    font-weight: 780;
    line-height: 1.18;
  }

  .storage-box-card-head p {
    gap: 4px;
    margin-top: 3px;
    font-size: 0.64rem;
    line-height: 1.25;
  }

  .storage-box-size-icon {
    width: 10px;
    height: 10px;
    border-width: 1.5px;
    border-radius: 3px;
  }

  .storage-box-size-icon::before {
    left: 2px;
    top: -1px;
    width: 1.5px;
    height: 10px;
    box-shadow: 3.5px 0 0 currentColor;
  }

  .storage-box-price-pair {
    gap: 6px;
    margin-top: 9px;
    padding-bottom: 8px;
  }

  .storage-box-price-pair div {
    min-height: 48px;
    padding: 7px 6px;
    border-radius: 10px;
  }

  .storage-box-price-pair span {
    font-size: 0.6rem;
    line-height: 1.15;
  }

  .storage-box-price-pair strong {
    margin-top: 4px;
    font-size: 1rem;
  }

  .storage-box-card-note {
    gap: 5px;
    margin-top: 8px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .storage-box-card-note::before {
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-width: 1.5px;
    box-shadow: inset 0 0 0 2px rgba(43, 127, 255, 0.12);
  }

  .storage-weight-advice {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    margin-top: 12px;
    padding: 12px;
    border-radius: 13px;
  }

  .storage-weight-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .storage-weight-icon::before {
    left: 9px;
    top: -4px;
    width: 10px;
    height: 9px;
    border-width: 2px;
  }

  .storage-weight-icon::after {
    font-size: 0.56rem;
  }

  .storage-weight-advice h3 {
    font-size: 0.78rem;
  }

  .storage-weight-advice p {
    margin-top: 4px;
    font-size: 0.68rem;
    line-height: 1.42;
  }
}

/* Storage calculator mobile density fix */
@media (max-width: 720px) {
  .calculator-section {
    padding-top: 28px;
  }

  .calculator-section .section-heading {
    margin-bottom: 14px;
  }

  .calculator-section .section-heading h2 {
    font-size: clamp(1.42rem, 6.4vw, 1.78rem);
    line-height: 1.16;
  }

  .calculator-layout {
    gap: 10px;
  }

  .storage-calculator-form,
  .storage-calculator-result {
    padding: 0 9px 10px;
    border-radius: 15px;
  }

  .calculator-tool-head,
  .calculator-result-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
    margin: 0 -9px 8px;
    padding: 9px;
  }

  .calculator-tool-kicker {
    min-height: 18px;
    padding: 0 7px;
    font-size: 0.58rem;
  }

  .calculator-tool-head h3,
  .calculator-result-head h3 {
    margin-top: 3px;
    font-size: 0.88rem;
    line-height: 1.18;
  }

  .calculator-tool-badge,
  .calculator-result-status {
    min-height: 24px;
    padding: 0 9px;
    font-size: 0.62rem;
  }

  .calculator-section-label {
    gap: 7px;
    margin: 8px 0 5px;
  }

  .calculator-section-label span {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 0.64rem;
  }

  .calculator-section-label strong {
    font-size: 0.82rem;
  }

  .storage-calculator-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .storage-calculator-form .calculator-tool-head,
  .storage-calculator-form .calculator-section-label,
  .storage-calculator-form .button[type="submit"] {
    grid-column: 1 / -1;
  }

  .storage-calculator-form > div.field {
    grid-column: 1 / -1;
  }

  .storage-calculator-form > label.field {
    grid-column: auto;
  }

  .storage-calculator-form .field {
    margin-bottom: 0;
    gap: 4px;
    padding: 6px;
    border-radius: 12px;
  }

  .storage-calculator-form .field > span {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .storage-calculator-form .field input,
  .storage-calculator-form .field select,
  .box-order-input {
    min-height: 40px;
    padding: 0 8px;
    border-radius: 11px;
    font-size: 0.78rem;
    font-weight: 520;
  }

  .storage-calculator-form .field input[type="date"] {
    font-size: 0.76rem;
    letter-spacing: 0;
  }

  .storage-calculator-form .field input[type="date"]::-webkit-datetime-edit {
    font-size: 0.76rem;
    line-height: 1;
  }

  .storage-calculator-form #pickupMethod,
  .storage-calculator-form #returnType,
  .storage-calculator-form #deliveryMethod {
    font-size: 0.72rem;
    font-weight: 500;
  }

  .storage-calculator-form .field input[type="date"]::-webkit-calendar-picker-indicator {
    width: 16px;
    height: 16px;
    margin-right: 0;
  }

  .storage-calculator-form .field select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .field-help {
    display: none;
  }

  .box-type-card-list {
    gap: 7px;
    margin-top: 7px;
  }

  .box-type-card {
    padding: 7px;
    border-radius: 12px;
  }

  .box-type-card-head {
    margin-bottom: 7px;
  }

  .box-type-card-head strong {
    font-size: 0.72rem;
  }

  .box-type-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .box-type-fields .mini-field {
    gap: 4px;
  }

  .box-type-fields .mini-field > span {
    font-size: 0.54rem;
    line-height: 1.2;
  }

  .box-type-fields .box-order-input {
    min-height: 36px;
    font-size: 0.8rem;
  }

  .box-type-picker {
    margin-top: 7px;
    padding: 7px;
    border-radius: 12px;
  }

  .box-type-picker > span {
    margin-bottom: 6px;
    font-size: 0.66rem;
  }

  .box-type-choice-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .box-type-choice-button {
    min-height: 28px;
    padding: 0 5px;
    font-size: 0.58rem;
  }

  .storage-calculator-form .button[type="submit"] {
    min-height: 46px;
    margin-top: 2px;
    border-radius: 13px;
    font-size: 0.86rem;
  }

  .storage-calculator-result .result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .storage-calculator-result .result-grid div {
    min-height: 50px;
    padding: 8px;
    border-radius: 12px;
  }

  .storage-calculator-result .result-grid dt {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .storage-calculator-result .result-grid dd {
    margin-top: 4px;
    font-size: 0.92rem;
    line-height: 1;
  }

  .storage-calculator-result .result-grid .total-row {
    grid-column: 1 / -1;
    min-height: 62px;
    padding: 10px 12px;
  }

  .storage-calculator-result .result-grid .total-row dd {
    font-size: 1.38rem;
  }

  .storage-calculator-result .calculator-note-card,
  .storage-calculator-result .storage-inline-form-card {
    margin-top: 9px;
    padding: 8px;
    border-radius: 13px;
  }

  .storage-calculator-result .result-breakdown-card,
  .storage-calculator-result #resultOtherCityCard,
  .storage-inline-form-head p {
    display: none;
  }

  .storage-calculator-result .result-note {
    display: none;
    margin: 8px 0 0;
    padding: 8px 9px;
    border: 1px solid rgba(249, 115, 22, 0.2);
    border-radius: 12px;
    color: #8a3b12;
    background: rgba(255, 247, 237, 0.86);
    font-size: 0.66rem;
    font-weight: 560;
    line-height: 1.38;
  }

  .storage-calculator-result .result-note.result-note-visible {
    display: block;
  }

  .storage-calculator-result .result-note.result-note-alert {
    color: #c81e1e;
    font-size: 0.86rem;
    font-weight: 800;
  }

  .storage-calculator-result .calculator-note-card strong,
  .storage-inline-form-head strong {
    font-size: 0.76rem;
  }

  .storage-calculator-result .calculator-note-card p,
  .result-note,
  .storage-inline-form-head p {
    font-size: 0.64rem;
    line-height: 1.38;
  }

  .storage-inline-cta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .storage-calculator-result .storage-inline-form-card {
    display: block;
    margin-top: 8px;
    padding: 8px;
    border-radius: 13px;
  }

  .storage-inline-form-head {
    margin-bottom: 7px;
  }

  .storage-inline-form-head strong {
    font-size: 0.72rem;
  }

  .storage-booking-entry-icon,
  .storage-booking-entry-arrow {
    display: none;
  }

  .storage-calculator-result .storage-booking-entry {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 10px;
    border-radius: 12px;
    text-align: center;
  }

  .storage-booking-entry-copy {
    align-items: center;
    justify-items: center;
    width: 100%;
    text-align: center;
  }

  .storage-booking-entry-copy strong {
    font-size: 0.72rem;
    line-height: 1.15;
    text-align: center;
  }

  .storage-booking-entry-copy small {
    display: none;
  }

  .calculator-section .example-cards {
    display: none;
  }
}

/* Storage rules mobile density pass */
@media (max-width: 720px) {
  #storage-rules {
    width: calc(100% - 32px);
    margin-top: 18px;
    padding: 34px 0 30px;
  }

  #storage-rules .section-heading {
    margin-bottom: 18px;
    text-align: left;
  }

  .storage-rules-badge {
    min-height: 28px;
    margin-bottom: 8px;
    padding: 0 12px;
    font-size: 0.74rem;
  }

  .storage-rules-badge::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border-width: 1.5px;
  }

  #storage-rules .section-heading h2 {
    font-size: clamp(1.72rem, 8vw, 2.18rem);
    line-height: 1.12;
    font-weight: 820;
  }

  #storage-rules .section-heading p:not(.storage-rules-badge) {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.52;
  }

  #storage-rules .rules-grid {
    gap: 9px;
  }

  #storage-rules .rule-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    border-width: 1px;
    border-radius: 14px;
  }

  #storage-rules .rule-card::before {
    width: 76px;
    height: 76px;
    right: -28px;
    top: -28px;
    filter: blur(12px);
  }

  #storage-rules .rule-card::after {
    height: 2px;
  }

  .rule-card-icon {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .rule-card-icon::before,
  .rule-card-icon::after {
    transform: scale(0.66);
    transform-origin: center;
  }

  #storage-rules .rule-card h3 {
    font-size: 0.86rem;
    line-height: 1.24;
    font-weight: 760;
  }

  #storage-rules .rule-card p {
    margin-top: 5px;
    font-size: 0.68rem;
    line-height: 1.45;
    font-weight: 460;
  }

  #storage-rules .storage-rules-discount-panel {
    margin-top: 16px;
    padding: 14px 12px 12px;
    border-width: 1px;
    border-radius: 15px;
    box-shadow: 0 10px 22px rgba(15, 34, 65, 0.06);
  }

  #storage-rules .storage-rules-discount-panel::before,
  #storage-rules .storage-rules-discount-panel::after {
    width: 130px;
    height: 130px;
    filter: blur(32px);
  }

  #storage-rules .discount-heading {
    text-align: left;
  }

  #storage-rules .discount-heading h4 {
    font-size: 1rem;
    line-height: 1.2;
  }

  #storage-rules .discount-heading p {
    margin-top: 5px;
    font-size: 0.68rem;
    line-height: 1.42;
  }

  #storage-rules .discount-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 12px;
  }

  #storage-rules .discount-card {
    min-height: 72px;
    padding: 10px 8px 8px;
    border-width: 1px;
    border-radius: 12px;
  }

  #storage-rules .discount-card::before {
    width: 16px;
    height: 16px;
    margin-bottom: 5px;
    border-width: 1.5px;
    border-radius: 6px;
  }

  #storage-rules .discount-card::after {
    width: 14px;
    height: 14px;
    right: -4px;
    top: -4px;
    box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.18);
  }

  #storage-rules .discount-card span {
    font-size: 0.62rem;
    line-height: 1.2;
  }

  #storage-rules .discount-card strong {
    margin-top: 3px;
    font-size: 1.08rem;
  }

  #storage-rules .discount-card-wide {
    min-height: 76px;
    padding: 12px 10px;
    border-width: 1px;
  }

  #storage-rules .discount-card-wide span {
    font-size: 0.64rem;
  }

  #storage-rules .discount-card-wide strong {
    margin-top: 4px;
    font-size: 0.78rem;
    line-height: 1.32;
  }

  #storage-rules .storage-faq {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  #storage-rules .storage-faq .faq-card {
    padding: 12px;
    border-radius: 14px;
  }

  #storage-rules .storage-faq .faq-card h3 {
    font-size: 0.88rem;
  }

  #storage-rules .storage-faq .faq-card li,
  #storage-rules .policy-table {
    font-size: 0.68rem;
    line-height: 1.42;
  }

  #storage-rules .policy-example-table {
    margin-top: 12px;
    font-size: 0.66rem;
  }

  #storage-rules .policy-example-table th,
  #storage-rules .policy-example-table td {
    padding: 8px 7px;
  }

  .storage-rules-modal-head {
    padding: 18px 52px 12px 18px;
  }

  .storage-rules-modal-head p {
    margin-bottom: 6px;
    font-size: 0.66rem;
  }

  .storage-rules-modal-head h2 {
    font-size: 1.28rem;
    line-height: 1.12;
  }

  .storage-rules-modal-content {
    max-height: calc(86vh - 74px);
    padding: 14px 14px 18px;
  }

  .storage-faq.storage-faq-modal {
    gap: 12px;
  }

  .storage-faq-modal .faq-card {
    padding: 14px;
    border-radius: 18px;
  }

  .storage-faq-modal .faq-card h3 {
    margin-bottom: 10px;
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .storage-faq-modal .faq-card ul {
    gap: 8px;
    padding-left: 18px;
  }

  .storage-faq-modal .faq-card li {
    font-size: 0.68rem;
    line-height: 1.48;
  }

  .storage-faq-modal .policy-table-wrap {
    border-radius: 14px;
  }

  .storage-faq-modal .policy-table {
    font-size: 0.62rem;
    line-height: 1.34;
  }

  .storage-faq-modal .policy-table th,
  .storage-faq-modal .policy-table td {
    padding: 8px 7px;
  }
}

@media (max-width: 720px) {
  .storage-booking-page .storage-main {
    padding-bottom: 34px;
  }

  .storage-booking-page .storage-hero {
    padding: 6px 0 4px;
  }

  .storage-booking-page .storage-container {
    width: calc(100% - 24px);
  }

  .storage-booking-page .storage-hero h1 {
    font-size: 1.05rem;
    line-height: 1.08;
  }

  .storage-booking-page .profile-gate-banner {
    margin-top: 6px;
    padding: 8px;
    border-radius: 12px;
  }

  .storage-booking-page .profile-gate-banner strong {
    font-size: 0.68rem;
  }

  .storage-booking-page .profile-gate-banner p,
  .storage-booking-page .profile-gate-hint {
    font-size: 0.58rem;
    line-height: 1.35;
  }

  .storage-booking-page .profile-gate-banner p,
  .storage-booking-page .profile-gate-hint {
    display: none;
  }

  .storage-booking-page .profile-gate-actions {
    margin-top: 6px;
  }

  .storage-booking-page .profile-gate-actions .button {
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.66rem;
  }

  .storage-booking-page .storage-section {
    padding-top: 6px;
  }

  .storage-booking-page .storage-booking-layout {
    gap: 10px;
  }

  .storage-booking-page .storage-booking-side {
    display: none;
  }

  .storage-booking-page .storage-summary-card,
  .storage-booking-page .storage-inline-form-card,
  .storage-booking-page .storage-submit-success {
    border-radius: 16px;
  }

  .storage-booking-page .storage-summary-head,
  .storage-booking-page .storage-inline-form-head,
  .storage-booking-page .storage-notice-header {
    align-items: center;
    gap: 8px;
  }

  .storage-booking-page .storage-summary-head strong,
  .storage-booking-page .storage-inline-form-head strong,
  .storage-booking-page .storage-form-section h4 {
    font-size: 0.84rem;
    line-height: 1.15;
  }

  .storage-booking-page .storage-summary-tip,
  .storage-booking-page .storage-inline-form-head p,
  .storage-booking-page .storage-notice-header p,
  .storage-booking-page .storage-section-hint {
    font-size: 0.62rem;
    line-height: 1.34;
  }

  .storage-booking-page .storage-inline-form-head p,
  .storage-booking-page .storage-notice-header p,
  .storage-booking-page .storage-section-hint {
    display: none;
  }

  .storage-booking-page .storage-summary-grid {
    gap: 6px;
    margin-top: 8px;
  }

  .storage-booking-page .storage-summary-item {
    min-height: 0;
    padding: 8px;
    border-radius: 12px;
  }

  .storage-booking-page .storage-summary-item strong {
    font-size: 0.64rem;
  }

  .storage-booking-page .storage-summary-item span {
    font-size: 0.64rem;
    line-height: 1.32;
  }

  .storage-booking-page .storage-booking-form {
    gap: 7px;
    padding: 8px;
    border-radius: 16px;
  }

  .storage-booking-page .storage-form-section {
    padding: 8px;
    border-radius: 14px;
  }

  .storage-booking-page .storage-account-section {
    display: none;
  }

  .storage-booking-page .storage-form-section::before {
    height: 2px;
  }

  .storage-booking-page .storage-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .storage-booking-page .storage-form-subsection {
    margin-top: 10px;
    padding: 10px;
    border-radius: 13px;
  }

  .storage-booking-page .storage-form-subsection + .storage-form-subsection {
    margin-top: 9px;
  }

  .storage-booking-page .storage-form-subsection-head {
    gap: 2px;
    margin-bottom: 7px;
  }

  .storage-booking-page .storage-form-subsection-head strong {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .storage-booking-page .storage-form-subsection-head p {
    font-size: 0.58rem;
    line-height: 1.32;
  }

  .storage-booking-page .storage-form-grid .storage-field-span-2 {
    grid-column: 1 / -1;
  }

  .storage-booking-page .storage-service-section .storage-form-grid .storage-field-span-2 {
    grid-column: auto;
  }

  .storage-booking-page .storage-field-label {
    margin-bottom: 4px;
    font-size: 0.62rem;
    line-height: 1.22;
  }

  .storage-booking-page .storage-form-grid input,
  .storage-booking-page .storage-form-grid select,
  .storage-booking-page .storage-form-grid textarea {
    min-height: 32px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 0.66rem;
    line-height: 1.22;
  }

  .storage-booking-page .storage-form-grid input[type="date"] {
    font-size: 0.62rem;
  }

  .storage-booking-page .storage-form-grid textarea {
    min-height: 32px;
    padding-top: 6px;
  }

  .storage-booking-page .storage-field-help {
    display: none;
  }

  .storage-booking-page .storage-service-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .storage-booking-page .storage-service-type-card {
    min-height: 72px;
    padding: 9px;
    border-radius: 13px;
  }

  .storage-booking-page .storage-service-type-card strong {
    font-size: 0.72rem;
    line-height: 1.2;
  }

  .storage-booking-page .storage-service-type-card span {
    font-size: 0.58rem;
    line-height: 1.25;
  }

  .storage-booking-page .storage-locked-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 8px 0 10px;
  }

  .storage-booking-page .storage-locked-summary-item {
    min-height: 48px;
    padding: 8px;
    border-radius: 11px;
  }

  .storage-booking-page .storage-locked-summary-item::after {
    right: 8px;
    top: 8px;
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
  }

  .storage-booking-page .storage-locked-summary-item span {
    font-size: 0.55rem;
  }

  .storage-booking-page .storage-locked-summary-item strong {
    margin-top: 4px;
    padding-right: 10px;
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .storage-booking-page .storage-radio-group.compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .storage-booking-page .storage-radio-group.compact label {
    min-height: 28px;
    padding: 4px 7px;
    font-size: 0.6rem;
  }

  .storage-booking-page .storage-notice-toggle {
    width: auto;
    min-width: 72px;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.66rem;
  }

  .storage-booking-page .storage-form-message {
    font-size: 0.66rem;
    line-height: 1.3;
  }

  .storage-booking-page #storageBookingSubmitButton {
    min-height: 40px;
    border-radius: 12px;
    font-size: 0.76rem;
  }
}

@media (max-width: 720px) {
  .site-footer {
    gap: 12px;
    padding: 22px 0 34px;
  }

  .site-footer .brand-lockup-footer .logo-wordmark {
    font-size: 1.25rem;
    letter-spacing: 0.14em;
  }

  .site-footer .brand-lockup-footer .logo-subtitle {
    font-size: 0.52rem;
    letter-spacing: 0.14em;
  }

  .footer-copy {
    gap: 7px;
  }

  .footer-copy p {
    max-width: 24em;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .footer-contact-grid {
    gap: 10px;
    width: min(100%, 94vw);
  }

  .footer-contact-item {
    gap: 8px;
    padding: 15px 16px;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(15, 34, 65, 0.06);
  }

  .footer-contact-label {
    font-size: 0.66rem;
    letter-spacing: 0.08em;
  }

  .footer-contact-value,
  .footer-hours-day,
  .footer-hours-time {
    font-size: 0.82rem;
    line-height: 1.48;
  }

  .footer-hours-list {
    gap: 6px;
  }

  .footer-links {
    gap: 4px;
  }

  .footer-address-text {
    max-width: none;
  }

  .site-footer small {
    padding: 0 10px;
    font-size: 0.66rem;
    line-height: 1.35;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .storage-service-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1300;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
    background: rgba(248, 251, 255, 0.9);
    box-shadow: 0 10px 26px rgba(15, 34, 65, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .storage-page {
    padding-top: 76px;
  }

  .storage-service-header {
    width: calc(100% - 32px);
    min-height: 76px;
    gap: 10px;
  }

  .storage-service-header .brand {
    min-width: 0;
  }

  .storage-service-header .brand-lockup-header {
    min-width: 0;
  }

  .storage-service-header .logo-wordmark {
    font-size: 1.92rem;
    letter-spacing: 0.08em;
  }

  .storage-service-header .logo-subtitle {
    max-width: 188px;
    overflow: hidden;
    font-size: 0.54rem;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .storage-service-header .header-actions {
    flex: 0 0 auto;
    gap: 8px;
  }

  .storage-service-header .site-auth-nav {
    display: flex;
  }

  .storage-service-header .site-user-chip {
    gap: 7px;
    max-width: 138px;
    padding: 5px 10px 5px 5px;
    font-size: 0.8rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.54);
  }

  .storage-service-header .site-user-chip-avatar {
    width: 30px;
    height: 30px;
  }

  .storage-service-header .site-auth-nav-button {
    min-width: 0;
    min-height: 38px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.82rem;
  }

  .storage-service-header .site-auth-menu-dropdown {
    right: -50px;
  }

  .storage-service-header .storage-mobile-menu-toggle {
    width: 48px;
    height: 48px;
    border-radius: 18px;
  }

  .storage-mobile-menu {
    width: 100%;
    padding: 0 16px 16px;
  }

  #storage-calculator,
  #storage-rules,
  #storage-process,
  #storage-boxes,
  #storage-contact {
    scroll-margin-top: 96px;
  }

  .storage-mobile-menu-inner {
    position: relative;
    overflow: hidden;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    padding: 14px;
    border: 1px solid rgba(143, 165, 205, 0.2);
    border-radius: 24px;
    background:
      radial-gradient(circle at 12% 0%, rgba(97, 129, 246, 0.12), transparent 42%),
      radial-gradient(circle at 92% 100%, rgba(255, 169, 104, 0.12), transparent 38%),
      rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 38px rgba(15, 34, 65, 0.1);
    backdrop-filter: blur(16px);
  }

  .storage-mobile-menu-inner a,
  .storage-mobile-menu-inner a:last-child {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    align-items: center;
    min-height: 64px;
    padding: 10px 12px;
    border: 1px solid rgba(217, 226, 241, 0.74);
    border-radius: 18px;
    color: #102243;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(248, 251, 255, 0.76));
    box-shadow: 0 10px 20px rgba(25, 52, 96, 0.055);
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }

  .storage-mobile-menu-inner a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(31, 67, 128, 0.56);
    border-bottom: 2px solid rgba(31, 67, 128, 0.56);
    transform: rotate(-45deg);
    justify-self: center;
  }

  .storage-mobile-menu-inner a:active {
    transform: scale(0.985);
  }

  .storage-mobile-menu-inner a:focus-visible {
    outline: 3px solid rgba(65, 102, 231, 0.22);
    outline-offset: 2px;
  }

  .storage-mobile-menu-inner a.is-contact {
    grid-column: 1 / -1;
    border-color: rgba(122, 156, 242, 0.28);
    background:
      linear-gradient(135deg, rgba(232, 240, 255, 0.96), rgba(255, 248, 240, 0.9));
  }

  .storage-mobile-menu-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 13px;
    background: linear-gradient(135deg, #e8f0ff, #ffffff);
    color: #4166e7;
    box-shadow: inset 0 0 0 1px rgba(65, 102, 231, 0.12);
  }

  .storage-mobile-menu-card[data-menu-icon="home"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="storage"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="storage"] .storage-mobile-menu-icon::after,
  .storage-mobile-menu-card[data-menu-icon="pickup"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="price"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="rules"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="contact"] .storage-mobile-menu-icon::before,
  .storage-mobile-menu-card[data-menu-icon="rules"] .storage-mobile-menu-icon::after,
  .storage-mobile-menu-card[data-menu-icon="contact"] .storage-mobile-menu-icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
  }

  .storage-mobile-menu-card[data-menu-icon="home"] .storage-mobile-menu-icon::before {
    width: 17px;
    height: 14px;
    bottom: 8px;
    border: 2px solid currentColor;
    border-top: 0;
    border-radius: 3px;
    transform: skewY(-1deg);
  }

  .storage-mobile-menu-card[data-menu-icon="home"] .storage-mobile-menu-icon::after {
    content: "";
    position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    border-left: 2px solid currentColor;
    border-top: 2px solid currentColor;
    transform: rotate(45deg);
  }

  .storage-mobile-menu-card[data-menu-icon="pickup"] .storage-mobile-menu-icon::before {
    width: 19px;
    height: 12px;
    border: 2px solid currentColor;
    border-radius: 4px 7px 4px 4px;
  }

  .storage-mobile-menu-card[data-menu-icon="pickup"] .storage-mobile-menu-icon::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 11px 0 0 currentColor;
  }

  .storage-mobile-menu-card[data-menu-icon="storage"] .storage-mobile-menu-icon::before {
    width: 18px;
    height: 14px;
    border: 2px solid currentColor;
    border-radius: 4px;
  }

  .storage-mobile-menu-card[data-menu-icon="storage"] .storage-mobile-menu-icon::after {
    top: 15px;
    width: 12px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -5px 0 currentColor;
  }

  .storage-mobile-menu-card[data-menu-icon="price"] .storage-mobile-menu-icon::before {
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-radius: 50%;
  }

  .storage-mobile-menu-card[data-menu-icon="price"] .storage-mobile-menu-icon::after {
    content: "£";
    position: absolute;
    color: currentColor;
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1;
  }

  .storage-mobile-menu-card[data-menu-icon="rules"] .storage-mobile-menu-icon::before {
    width: 16px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 4px;
  }

  .storage-mobile-menu-card[data-menu-icon="rules"] .storage-mobile-menu-icon::after {
    width: 8px;
    height: 2px;
    top: 12px;
    background: currentColor;
    box-shadow: 0 5px 0 currentColor;
  }

  .storage-mobile-menu-card[data-menu-icon="contact"] .storage-mobile-menu-icon {
    color: #f97316;
    background: linear-gradient(135deg, #fff0df, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(249, 115, 22, 0.14);
  }

  .storage-mobile-menu-card[data-menu-icon="contact"] .storage-mobile-menu-icon::before {
    width: 19px;
    height: 15px;
    border: 2px solid currentColor;
    border-radius: 8px;
  }

  .storage-mobile-menu-card[data-menu-icon="contact"] .storage-mobile-menu-icon::after {
    right: 8px;
    bottom: 7px;
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(35deg);
  }

  .storage-mobile-menu-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
  }

  .storage-mobile-menu-copy strong {
    color: #102243;
    font-size: 0.98rem;
    font-weight: 820;
    line-height: 1.08;
  }

  .storage-mobile-menu-copy small {
    overflow: hidden;
    color: #5d6e88;
    font-size: 0.68rem;
    font-weight: 560;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 380px) {
  .storage-service-header .site-user-chip {
    max-width: 112px;
    padding-right: 8px;
    font-size: 0.72rem;
  }

  .storage-service-header .logo-wordmark {
    font-size: 1.68rem;
  }

  .storage-service-header .logo-subtitle {
    max-width: 150px;
    font-size: 0.48rem;
  }
}

@media (max-width: 720px) {
  #storage-rules .policy-example-table {
    overflow-x: hidden;
  }

  #storage-rules .policy-example-table .storage-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
  }

  #storage-rules .policy-example-table th,
  #storage-rules .policy-example-table td {
    padding: 6px 5px;
    font-size: 0.56rem;
    line-height: 1.32;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  #storage-rules .policy-example-table th:nth-child(1),
  #storage-rules .policy-example-table td:nth-child(1) {
    width: 24%;
  }

  #storage-rules .policy-example-table th:nth-child(2),
  #storage-rules .policy-example-table td:nth-child(2) {
    width: 58%;
  }

  #storage-rules .policy-example-table th:nth-child(3),
  #storage-rules .policy-example-table td:nth-child(3) {
    width: 18%;
    text-align: right;
  }
}

@media (max-width: 720px) {
  #storage-rules .storage-rules-discount-panel {
    margin-top: 13px;
    padding: 12px 10px 10px;
  }

  #storage-rules .discount-heading h4 {
    font-size: 0.88rem;
    line-height: 1.18;
  }

  #storage-rules .discount-heading p {
    margin-top: 4px;
    font-size: 0.62rem;
    line-height: 1.38;
  }

  #storage-rules .discount-cards {
    gap: 6px;
    margin-top: 10px;
  }

  #storage-rules .discount-card {
    min-height: 58px;
    padding: 8px 7px 7px;
    border-radius: 11px;
  }

  #storage-rules .discount-card::before {
    width: 13px;
    height: 13px;
    margin-bottom: 4px;
    border-radius: 5px;
  }

  #storage-rules .discount-card span {
    font-size: 0.55rem;
    line-height: 1.15;
  }

  #storage-rules .discount-card strong {
    margin-top: 2px;
    font-size: 0.86rem;
    line-height: 1.05;
  }

  #storage-rules .discount-card-wide {
    min-height: 60px;
    padding: 9px 8px;
  }

  #storage-rules .discount-card-wide span {
    font-size: 0.56rem;
  }

  #storage-rules .discount-card-wide strong {
    margin-top: 3px;
    font-size: 0.64rem;
    line-height: 1.28;
  }
}

/* Final mobile overrides for personal center pages. */
.personal-mobile-topbar {
  display: none;
}

@media (max-width: 720px) {
  .personal-mobile-topbar {
    position: sticky;
    top: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    min-height: 62px;
    padding: 10px 28px 8px;
    border-bottom: 1px solid rgba(16, 38, 68, 0.08);
    background: rgba(248, 251, 255, 0.94);
    backdrop-filter: blur(14px);
  }

  .personal-mobile-brand {
    display: grid;
    gap: 2px;
    color: #5d86df;
    text-decoration: none;
  }

  .personal-mobile-logo {
    font-size: 1.82rem;
    font-weight: 750;
    line-height: 0.92;
    letter-spacing: 0.12em;
  }

  .personal-mobile-subtitle {
    color: #5d86df;
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .service-center-shell,
  .profile-shell {
    width: min(100%, 430px);
    padding: 10px 12px 34px;
  }

  .service-center-shell .storage-section,
  .profile-shell .storage-section {
    padding: 8px 0;
  }

  .service-center-header-card {
    gap: 9px;
    padding: 13px;
    border-radius: 18px;
  }

  .service-center-header-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 9px;
  }

  .service-center-header-copy h1,
  .profile-page-copy h1 {
    font-size: 1.05rem;
    line-height: 1.12;
  }

  .service-center-header-copy .eyebrow,
  .profile-page-copy .eyebrow {
    padding: 4px 8px;
    font-size: 0.5rem;
  }

  .service-center-toolbar .site-user-chip,
  .service-center-toolbar .site-auth-nav-button {
    width: auto;
    min-width: 0;
    min-height: 32px;
    padding: 5px 9px;
    font-size: 0.6rem;
  }

  .service-center-toolbar .site-user-chip-avatar {
    width: 23px;
    height: 23px;
  }

  .service-center-quick-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .service-center-quick-link {
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 11px;
    font-size: 0.62rem;
  }

  .service-center-quick-link:not(.service-center-quick-link-primary) {
    grid-column: 1 / -1;
  }

  .service-center-quick-icon {
    width: 17px;
    height: 17px;
    font-size: 0.68rem;
  }

  .service-center-header-main {
    display: grid;
    gap: 8px;
  }

  .service-center-profile {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
  }

  .service-center-avatar {
    width: 46px;
    height: 46px;
    border-radius: 13px;
  }

  .service-center-profile-copy h2 {
    font-size: 0.82rem;
    line-height: 1.14;
  }

  .service-center-subtitle,
  .service-center-intro {
    margin-top: 2px;
    font-size: 0.56rem;
    line-height: 1.24;
  }

  .service-center-intro {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .service-center-primary-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }

  .service-center-primary-actions .button {
    min-width: 0;
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 11px;
    font-size: 0.62rem;
  }

  .service-center-status-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 13px;
  }

  .service-center-status-chip,
  .service-center-status-chip:last-child {
    min-height: 46px;
    padding: 7px 9px;
    border-right: 1px solid rgba(24, 55, 109, 0.08);
    border-bottom: 1px solid rgba(24, 55, 109, 0.08);
  }

  .service-center-status-chip:nth-child(2n) {
    border-right: 0;
  }

  .service-center-status-chip:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .service-center-status-label {
    font-size: 0.48rem;
  }

  .service-center-status-chip strong {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .service-center-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .service-card {
    min-height: 88px;
    padding: 10px;
    border-radius: 14px;
  }

  .service-card-tag {
    padding: 4px 7px;
    font-size: 0.5rem;
  }

  .service-card h3 {
    font-size: 0.66rem;
  }

  .service-card p {
    font-size: 0.56rem;
  }

  .service-center-panel,
  .service-center-panel-compact {
    padding: 13px;
    border-radius: 17px;
  }

  .service-center-content-grid,
  .service-center-column,
  .service-center-task-list,
  .service-center-link-list {
    gap: 8px;
  }

  .service-center-panel-head,
  .service-center-panel-head-compact {
    margin-bottom: 8px;
  }

  .service-center-panel-head h2,
  .service-center-panel-head-compact h2 {
    font-size: 0.78rem;
  }

  .service-center-task,
  .service-center-link-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 9px;
    border-radius: 12px;
  }

  .service-center-task h3,
  .service-center-link-item strong {
    font-size: 0.66rem;
  }

  .service-center-task p,
  .service-center-link-item p,
  .service-center-link-item > span {
    font-size: 0.56rem;
    line-height: 1.32;
  }

  .service-center-task .button {
    min-width: 0;
    min-height: 34px;
    padding: 7px 8px;
    border-radius: 11px;
    font-size: 0.62rem;
  }

  .service-center-empty-state {
    padding: 13px;
    border-radius: 13px;
  }

  .service-center-empty-state strong {
    font-size: 0.68rem;
  }

  .service-center-empty-state p {
    font-size: 0.56rem;
  }

  .service-center-detail-dialog {
    width: calc(100% - 24px);
    max-height: 82dvh;
    padding: 15px;
    border-radius: 17px;
  }

  .service-center-detail-dialog h2 {
    font-size: 0.94rem;
  }

  .service-center-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .service-center-detail-field {
    padding: 8px;
    border-radius: 11px;
  }

  .service-center-detail-field strong {
    font-size: 0.5rem;
  }

  .service-center-detail-field span,
  .service-center-detail-warning {
    font-size: 0.56rem;
    line-height: 1.34;
  }

  .profile-page-top,
  .profile-card {
    padding: 13px;
    border-radius: 17px;
  }

  .profile-card .field[hidden] {
    display: none !important;
  }

  .profile-page-copy p:last-child {
    font-size: 0.58rem;
    line-height: 1.36;
  }

  .profile-page-tools {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px;
  }

  .profile-page-tools .button,
  .profile-page-tools .site-auth-nav-button,
  .profile-page-tools .site-user-chip,
  .profile-form-actions .button {
    min-width: 0;
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 11px;
    font-size: 0.62rem;
  }

  .profile-field-grid {
    gap: 6px;
  }

  .profile-card .field {
    gap: 4px;
    margin-bottom: 7px;
  }

  .profile-card .field span,
  .profile-choice-group legend {
    font-size: 0.6rem;
  }

  .profile-card .field input {
    min-height: 34px;
    padding: 7px 9px;
    border-radius: 10px;
    font-size: 0.62rem;
  }

  .profile-card .field-help {
    font-size: 0.52rem;
    line-height: 1.3;
  }

  .profile-choice-group {
    padding: 9px;
    border-radius: 11px;
  }

  .profile-choice-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .profile-choice-options label {
    min-height: 32px;
    justify-content: center;
    padding: 6px 8px;
    border: 1px solid rgba(24, 55, 109, 0.1);
    border-radius: 999px;
    background: #fff;
    font-size: 0.6rem;
  }

  .profile-form-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 9px;
  }
}

/* Homepage mobile first-paint stabilization. */
@media (max-width: 720px) {
  .topbar-home {
    min-height: 68px;
  }

  .topbar-home .site-header {
    min-height: 68px;
    padding: 8px 0;
  }

  .topbar-home .site-auth-nav {
    display: flex;
    justify-content: flex-end;
    min-width: 56px;
    min-height: 34px;
  }

  .topbar-home .site-auth-nav:empty::before {
    content: "";
    width: 52px;
    height: 34px;
    border-radius: 999px;
    background: rgba(226, 235, 250, 0.68);
  }

  .topbar-home .home-menu-panel[hidden] {
    display: none !important;
  }

  .topbar-home .home-menu-panel {
    max-height: calc(100dvh - 74px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .topbar-home ~ .page-shell {
    padding-top: 10px;
  }

  .topbar-home ~ .page-shell .conversion-hero .hero-banner,
  .topbar-home ~ .page-shell .conversion-hero .hero-content {
    min-height: min(360px, calc(100dvh - 96px));
  }
}

/* Final mobile override for the service-center membership card. */
@media (max-width: 860px) {
  .service-center-membership-section {
    padding-top: 24px;
  }

  .service-center-membership-card.profile-card {
    padding: 16px 16px 18px;
    border-radius: 18px;
  }

  .service-center-membership-card::after {
    width: 132px;
    height: 56px;
    top: 16px;
    right: 16px;
    border-radius: 14px;
  }

  .service-center-membership-card .eyebrow {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  .service-center-membership-card .profile-membership-header h2 {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.15;
  }

  .service-center-membership-card .profile-membership-status,
  .service-center-membership-card .profile-status-pill {
    min-height: 22px;
    padding: 3px 9px;
    font-size: 0.66rem;
  }

  .service-center-membership-card .profile-membership-body p {
    font-size: 9px;
    line-height: 1.42;
  }

  .service-center-membership-card .profile-membership-actions {
    margin-top: 12px;
  }

  .service-center-membership-card .profile-membership-actions [data-membership-show-code],
  .service-center-membership-card .profile-membership-code-form button[type="submit"] {
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.74rem;
  }

  .service-center-membership-card .profile-membership-code-form {
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .service-center-membership-card .profile-membership-code-form .field span {
    font-size: 0.62rem;
  }

  .service-center-membership-card .profile-membership-code-form input {
    min-height: 34px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 0.68rem;
  }
}
