﻿/* Public desktop app overrides. The shell classes come from /admin/dashboard.css. */

:root {
  --public-accent: #2dd4bf;
  --public-warm: #f6c85f;
  --public-panel: rgba(11, 18, 32, 0.86);
  --public-panel-strong: rgba(15, 23, 42, 0.96);
  --public-line: rgba(148, 163, 184, 0.22);
  --public-text: #e5eefb;
  --public-muted: #9fb0c7;
}

.public-landing-body,
.public-console-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(45, 212, 191, 0.16), transparent 34%),
    radial-gradient(circle at 82% 10%, rgba(246, 200, 95, 0.12), transparent 30%),
    #070d18;
  color: var(--public-text);
  font-family: "Space Grotesk", system-ui, sans-serif;
}

.public-landing-body {
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

.landing-header,
.landing-footer {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.landing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 88px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
}

.landing-brand img {
  width: 84px;
  height: auto;
  display: block;
}

.landing-nav,
.landing-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.landing-link {
  border: 0;
  background: transparent;
  color: var(--public-text);
  font: inherit;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.landing-register,
.landing-actions .btn-primary,
.landing-actions .btn-ghost {
  min-width: 118px;
  text-align: center;
  text-decoration: none;
}

.landing-actions button,
.landing-nav button {
  font-family: inherit;
  cursor: pointer;
}

.landing-hero {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 168px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 1.04fr);
  align-items: center;
  gap: 48px;
  padding: 32px 0 52px;
}

.landing-hero h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  font-family: "Chakra Petch", "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.96;
  letter-spacing: 0;
}

.landing-lede {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--public-muted);
  font-size: 18px;
  line-height: 1.7;
}

.landing-session-status {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--public-muted);
  font-size: 14px;
}

.landing-console-preview {
  min-height: 470px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid var(--public-line);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(45, 212, 191, 0.16), transparent 32%),
    rgba(8, 13, 24, 0.82);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.preview-sidebar,
.preview-workspace {
  border: 1px solid var(--public-line);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.8);
}

.preview-sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 16px;
}

.preview-sidebar span,
.preview-topline,
.preview-kpis span,
.preview-panel {
  display: block;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(45, 212, 191, 0.58), rgba(246, 200, 95, 0.36));
}

.preview-sidebar span {
  height: 12px;
}

.preview-sidebar span:nth-child(2) {
  width: 72%;
}

.preview-sidebar span:nth-child(3) {
  width: 84%;
}

.preview-workspace {
  padding: 24px;
}

.preview-topline {
  width: 54%;
  height: 18px;
  margin-bottom: 24px;
}

.preview-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.preview-kpis span {
  height: 82px;
  border-radius: 16px;
  opacity: 0.84;
}

.preview-panel {
  height: 240px;
  border-radius: 18px;
  opacity: 0.42;
}

.landing-values {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 70px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-value-card {
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(15, 23, 42, 0.72);
}

.landing-value-card h2 {
  margin: 8px 0 10px;
  font-size: 22px;
  letter-spacing: 0;
}

.landing-value-card p:last-child {
  margin: 0;
  color: var(--public-muted);
  line-height: 1.6;
}

.landing-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0 34px;
  color: var(--public-muted);
  border-top: 1px solid var(--public-line);
}

.auth-modal,
.modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none;
  place-items: center;
  padding: 24px;
}

.auth-modal.is-open,
.modal.open {
  display: grid;
}

.auth-modal-backdrop,
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(10px);
}

.auth-modal-card,
.modal-card {
  position: relative;
  z-index: 1;
  width: min(460px, calc(100vw - 48px));
  max-height: min(760px, calc(100vh - 48px));
  overflow-y: auto;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 28px;
  background: var(--public-panel-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.auth-modal-close,
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.92);
  color: var(--public-text);
  cursor: pointer;
}

.auth-modal-close svg,
.modal-close svg {
  width: 20px;
  height: 20px;
}

.auth-modal-brand {
  display: flex;
  justify-content: center;
  margin: 2px 0 14px;
}

.auth-logo {
  width: 92px;
  height: auto;
}

.login-page {
  display: none;
}

.login-page.loginPageOpen {
  display: block;
}

.auth-copy {
  text-align: center;
}

.login-message {
  margin: 0 42px 20px;
  font-family: "Chakra Petch", "Space Grotesk", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.login-message--small {
  font-size: 18px;
  color: var(--public-accent);
}

.auth-panel {
  display: grid;
  gap: 16px;
}

.field {
  position: relative;
}

.field label {
  display: block;
  margin: 0 0 8px;
  color: var(--public-muted);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.field .form-input {
  width: 100%;
}

.field-icon {
  position: absolute;
  right: 10px;
  bottom: 9px;
  min-width: 52px;
  height: 34px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.92);
  color: var(--public-text);
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.forgot-link,
.auth-switch {
  border: 0;
  background: transparent;
  color: var(--public-muted);
  font: inherit;
  cursor: pointer;
}

.forgot-link {
  justify-self: start;
  padding: 0;
}

.forgot-link:hover,
.auth-switch:hover,
.auth-switch span {
  color: var(--public-accent);
}

.auth-submit {
  width: 100%;
  justify-content: center;
  min-height: 48px;
}

.field-error-inline,
.modal-status {
  min-height: 18px;
  color: #fca5a5;
  font-size: 13px;
}

.field-error-inline {
  display: block;
  margin-top: 6px;
}

.field.has-error .form-input {
  border-color: rgba(248, 113, 113, 0.72);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.modal-heading {
  padding-right: 44px;
}

.modal-title {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}

.modal-subtitle {
  margin: 0;
  color: var(--public-muted);
  line-height: 1.5;
}

.modal-body,
.modal-footer {
  display: grid;
  gap: 16px;
}

.modal-loading {
  display: none;
}

.modal-card.is-loading .modal-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.68);
}

.is-hidden {
  display: none !important;
}

.public-console-layout .sidebar-title {
  white-space: nowrap;
}

.nav-item--with-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.notifBadge {
  min-width: 22px;
  height: 22px;
  display: none;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--public-warm);
  color: #111827;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.notifBadge.is-active {
  display: inline-grid;
}

.kpi-value--text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
}

.public-dashboard-grid,
.public-notifications-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.public-card-copy {
  margin: 0 0 22px;
  color: var(--public-muted);
  line-height: 1.7;
}

.public-quick-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.public-activity-list li {
  color: var(--public-muted);
}

.updatesStatus {
  margin: 0 0 16px;
  color: var(--public-muted);
}

.updatesStatus.is-error,
.profileStatus.is-error {
  color: #fca5a5;
}

.updatesList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.updatesList.is-hidden {
  display: none;
}

.updateCard {
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 18px;
  background: var(--public-panel);
}

.updateCard.is-new {
  border-color: rgba(246, 200, 95, 0.68);
}

.updateHeader {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.updateBadge {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--public-warm);
  background: rgba(246, 200, 95, 0.12);
}

.updateBadge svg {
  width: 22px;
  height: 22px;
}

.updateMetaWrap {
  min-width: 0;
  flex: 1;
}

.updateTitle {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0;
}

.updateMeta {
  margin: 6px 0 0;
  color: var(--public-muted);
  font-size: 13px;
}

.updateNew {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 4px 8px;
  background: rgba(45, 212, 191, 0.14);
  color: var(--public-accent);
  font-size: 12px;
  font-weight: 700;
}

.updateActions {
  margin-top: 18px;
}

.updateBtn {
  min-height: 40px;
  border: 1px solid rgba(45, 212, 191, 0.38);
  border-radius: 8px;
  padding: 0 14px;
  background: rgba(45, 212, 191, 0.1);
  color: var(--public-text);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.updatesModalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(8px);
}

.updatesModalBackdrop.open {
  display: block;
}

.updatesModal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: min(720px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 48px));
  display: none;
  overflow: auto;
  transform: translate(-50%, -50%);
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 28px;
  background: var(--public-panel-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.updatesModal.open {
  display: block;
}

.updatesModalClose {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.92);
  color: var(--public-text);
  cursor: pointer;
}

.updatesModalClose svg {
  width: 20px;
  height: 20px;
}

.updatesDetailTitle {
  margin: 0 44px 6px 0;
  font-size: 30px;
  letter-spacing: 0;
}

.updatesDetailMeta {
  margin: 0 0 22px;
  color: var(--public-muted);
}

.updatesDetailBody {
  color: var(--public-text);
  line-height: 1.7;
}

.profile-workspace {
  max-width: 920px;
}

.profile-card-panel {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.profileAvatarWrap {
  position: relative;
  width: 160px;
}

.profileAvatar {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(45, 212, 191, 0.32);
  border-radius: 999px;
  background: rgba(45, 212, 191, 0.08);
}

.profileAvatar img {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}

.profileAvatar.has-photo img {
  display: block;
}

.profileAvatarPlaceholder {
  display: grid;
  place-items: center;
  color: var(--public-muted);
}

.profileAvatarPlaceholder svg {
  width: 72px;
  height: 72px;
}

.profilePhotoFab {
  position: absolute;
  right: 4px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(45, 212, 191, 0.42);
  border-radius: 999px;
  background: #102033;
  color: var(--public-text);
  cursor: pointer;
}

.profilePhotoFab svg {
  width: 22px;
  height: 22px;
}

.profile-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.profile-actions {
  grid-column: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.profileStatus {
  min-height: 22px;
  margin: 0;
  color: var(--public-muted);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.confirmOverlay,
.page-loading {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
}

.confirmOverlay.open,
.page-loading.active {
  display: grid;
}

.confirmBackdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 23, 0.72);
  backdrop-filter: blur(8px);
}

.confirmCard {
  position: relative;
  z-index: 1;
  width: min(420px, calc(100% - 32px));
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 28px;
  background: var(--public-panel-strong);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.confirmIcon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 999px;
  color: var(--public-warm);
  background: rgba(246, 200, 95, 0.12);
}

.confirmIcon svg {
  width: 30px;
  height: 30px;
}

.confirmTitle {
  margin: 0 0 8px;
  font-size: 24px;
  letter-spacing: 0;
}

.confirmText {
  margin: 0 0 22px;
  color: var(--public-muted);
  line-height: 1.6;
}

.confirmActions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 220;
  min-height: 48px;
  display: none;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--public-line);
  border-radius: 8px;
  padding: 12px 16px;
  background: var(--public-panel-strong);
  color: var(--public-text);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.toast.active,
.page-loading.active .toast {
  display: inline-flex;
}

.toast--center {
  position: static;
}

.toast-icon {
  width: 22px;
  height: 22px;
  color: var(--public-accent);
}

.toastSpinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(229, 238, 251, 0.28);
  border-top-color: var(--public-accent);
  border-radius: 999px;
  animation: public-spin 0.9s linear infinite;
}

@keyframes public-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 980px) {
  .landing-header {
    min-height: 78px;
  }

  .landing-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 34px;
  }

  .landing-console-preview {
    min-height: 360px;
    grid-template-columns: 86px 1fr;
  }

  .landing-values {
    grid-template-columns: 1fr;
  }

  .public-dashboard-grid,
  .public-notifications-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .landing-header,
  .landing-footer,
  .landing-hero,
  .landing-values {
    width: min(100% - 28px, 1180px);
  }

  .landing-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 0 8px;
  }

  .landing-nav {
    width: 100%;
  }

  .landing-nav a,
  .landing-actions a {
    flex: 1 1 130px;
  }

  .landing-hero h1 {
    font-size: 42px;
  }

  .landing-console-preview {
    grid-template-columns: 1fr;
  }

  .preview-sidebar {
    display: none;
  }

  .preview-kpis {
    grid-template-columns: 1fr;
  }

  .landing-footer {
    flex-direction: column;
  }

  .profile-card-panel {
    grid-template-columns: 1fr;
  }

  .profile-actions {
    grid-column: 1;
  }

  .profileAvatarWrap {
    width: 132px;
  }

  .profileAvatar {
    width: 132px;
    height: 132px;
  }

  .updatesList {
    grid-template-columns: 1fr;
  }

  .toast {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }
}

/* ===================================================================
   China2SA public landing page
   =================================================================== */

html {
  scroll-behavior: auto;
}

.china2sa-landing {
  --c2sa-navy: #0c2340;
  --c2sa-navy-900: #061426;
  --c2sa-navy-800: #132f54;
  --c2sa-red: #e32b2b;
  --c2sa-red-700: #c51624;
  --c2sa-green: #007a4d;
  --c2sa-gold: #f2b705;
  --c2sa-neutral: #f8f9fa;
  --c2sa-surface: #ffffff;
  --c2sa-ink: #152238;
  --c2sa-muted: #667085;
  --c2sa-line: #e3e7ee;
  --c2sa-shadow: 0 22px 58px rgba(2, 6, 23, 0.28);
  --c2sa-radius: 8px;
  --c2sa-z-modal-backdrop: 160;
  --c2sa-z-modal: 170;
  --c2sa-z-overlay: 180;
  --c2sa-z-toast: 190;
  height: auto;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--c2sa-navy);
  color: #ffffff;
  font-family: "Inter", Arial, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

.china2sa-landing.is-c2sa-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
}

/* The shared dashboard stylesheet adds a fixed grid to every body. */
body.china2sa-landing::before,
body.china2sa-landing::after {
  content: none;
  background: none;
  opacity: 0;
}

.china2sa-landing *,
.china2sa-landing *::before,
.china2sa-landing *::after {
  box-sizing: border-box;
}

.china2sa-landing img,
.china2sa-landing svg {
  display: block;
}

.china2sa-landing button,
.china2sa-landing input {
  font: inherit;
}

.china2sa-landing a {
  color: inherit;
}

.china2sa-landing :focus-visible {
  outline: 3px solid rgba(242, 183, 5, 0.55);
  outline-offset: 3px;
}

.china2sa-landing h1,
.china2sa-landing h2,
.china2sa-landing h3,
.china2sa-landing p {
  margin-top: 0;
  letter-spacing: 0;
}

.section-container {
  width: min(1580px, calc(100% - 40px));
  margin-inline: auto;
}

/* Brand-red scrollbars (landing page only). */
html:has(.china2sa-landing) {
  scrollbar-color: var(--c2sa-red) #061426;
}

html:has(.china2sa-landing)::-webkit-scrollbar,
.china2sa-landing ::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

html:has(.china2sa-landing)::-webkit-scrollbar-track,
.china2sa-landing ::-webkit-scrollbar-track {
  background: #061426;
}

html:has(.china2sa-landing)::-webkit-scrollbar-thumb,
.china2sa-landing ::-webkit-scrollbar-thumb {
  border: 2px solid #061426;
  border-radius: 999px;
  background: linear-gradient(180deg, #f04141, var(--c2sa-red-700));
}

html:has(.china2sa-landing)::-webkit-scrollbar-thumb:hover,
.china2sa-landing ::-webkit-scrollbar-thumb:hover {
  background: #ff5050;
}

.landing-hero-shell {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  background:
    radial-gradient(ellipse 48% 64% at 72% 43%, rgba(23, 79, 164, 0.24), transparent 68%),
    radial-gradient(ellipse 35% 52% at 94% 78%, rgba(1, 12, 24, 0.58), transparent 70%),
    radial-gradient(ellipse 30% 42% at 27% 52%, rgba(227, 43, 43, 0.1), transparent 72%),
    linear-gradient(135deg, #030b17 0%, #061326 40%, #071b31 72%, #031523 100%);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow-x: clip;
  overflow-y: visible;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: auto;
  z-index: -1;
  pointer-events: none;
}

.hero-section::before {
  inset: 0;
  z-index: 0;
  opacity: 0.86;
  -webkit-mask-image: linear-gradient(180deg, transparent 1%, #000 18%, #000 88%, transparent 100%);
  mask-image: linear-gradient(180deg, transparent 1%, #000 18%, #000 88%, transparent 100%);
  background:
    radial-gradient(ellipse 42% 46% at 67% 43%, rgba(40, 93, 180, 0.22), transparent 72%),
    radial-gradient(ellipse 30% 40% at 89% 70%, rgba(2, 15, 29, 0.42), transparent 74%);
}

.hero-section::after {
  inset: 0;
  z-index: 0;
  background:
    /* Low-key brand auroras add depth to the dark canvas without competing with the copy. */
    radial-gradient(ellipse 36% 58% at 31% 50%, rgba(119, 38, 73, 0.14), transparent 72%),
    radial-gradient(ellipse 44% 22% at 52% 0%, rgba(49, 102, 178, 0.14), transparent 78%),
    /* Text-protection scrim on the left, one long smooth fade from the top. */
    linear-gradient(90deg, rgba(3, 11, 23, 0.96) 0%, rgba(4, 15, 30, 0.91) 20%, rgba(5, 18, 36, 0.62) 35%, rgba(5, 18, 36, 0.18) 50%, rgba(5, 18, 36, 0) 62%),
    linear-gradient(180deg, rgba(3, 11, 23, 0.48) 0%, rgba(4, 15, 30, 0.24) 12%, rgba(4, 15, 30, 0.06) 24%, rgba(4, 15, 30, 0) 36%, rgba(4, 15, 30, 0) 79%, rgba(3, 11, 23, 0.42) 100%);
}

.hero-content,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: relative;
  z-index: 5;
  width: 100%;
  background: transparent;
}

.site-header__inner {
  width: min(1435px, calc(100% - 40px));
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-inline: auto;
  padding: 10px 0;
}

.brand-link {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.brand-link__wordmark {
  height: 110px;
  width: auto;
  flex: 0 0 auto;
  filter: drop-shadow(0 6px 16px rgba(2, 6, 23, 0.5));
}

.landing-header-actions,
.hero-actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.button,
.landing-nav-login {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  padding: 0 22px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.button:hover,
.landing-nav-login:hover {
  transform: translateY(-2px);
}

.button--primary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, #f04141 0%, var(--c2sa-red) 52%, #cc1f27 100%);
  color: #ffffff;
  box-shadow:
    0 12px 30px rgba(227, 43, 43, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: linear-gradient(180deg, #ff5050 0%, #ee3434 52%, var(--c2sa-red-700) 100%);
  box-shadow:
    0 16px 38px rgba(227, 43, 43, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button--secondary,
.landing-nav-login {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(9, 24, 47, 0.4);
  color: #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button--secondary:hover,
.button--secondary:focus-visible,
.landing-nav-login:hover,
.landing-nav-login:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(19, 41, 74, 0.55);
}

.button svg {
  width: 20px;
  height: 20px;
}

.hero-content {
  min-height: 0;
  width: min(1580px, calc(100% - 40px));
  display: grid;
  grid-template-columns: minmax(0, 43fr) minmax(0, 57fr);
  grid-template-rows: minmax(0, 1fr) auto;
  grid-template-areas:
    "copy artwork"
    "dock dock";
  align-items: center;
  column-gap: clamp(24px, 3.6vw, 56px);
  padding: clamp(18px, 3vh, 34px) 0 clamp(16px, 3vh, 30px);
}

.hero-copy {
  grid-area: copy;
  align-self: center;
  justify-self: end;
  width: min(100%, 585px);
  min-width: 0;
}

.c2sa-hero-artwork {
  position: relative;
  grid-area: artwork;
  align-self: center;
  justify-self: end;
  width: min(112%, 1050px);
  min-width: 0;
  aspect-ratio: 1672 / 941;
  transform: translateX(clamp(12px, 2vw, 34px));
}

.c2sa-hero-artwork::before {
  content: none;
}

.c2sa-hero-artwork::after {
  content: none;
}

.c2sa-hero-artwork picture {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*
   * A clean four-edge dissolve merges the artwork into the hero background
   * without introducing a visible frame or geometric container.
   */
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 5%, #000 12%, #000 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 11%, #000 88%, rgba(0, 0, 0, 0.62) 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.5) 5%, #000 12%, #000 95%, rgba(0, 0, 0, 0.72) 98%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 5%, #000 11%, #000 88%, rgba(0, 0, 0, 0.62) 95%, transparent 100%);
  mask-composite: intersect;
  filter: drop-shadow(0 30px 70px rgba(2, 6, 23, 0.2));
}

.c2sa-hero-artwork img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 58%;
  transform: scale(1.34);
  transform-origin: 100% 60%;
  filter: saturate(0.98) contrast(1.02);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--c2sa-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c2sa-green) 0 34%, var(--c2sa-gold) 34% 67%, var(--c2sa-red) 67% 100%);
}

.hero-copy h1 {
  max-width: 920px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.3rem, 4.35vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.04;
}

.hero-line {
  display: block;
}

.hero-tagline {
  margin: 10px 0 0;
  color: #ff5252;
  font-size: clamp(1.3rem, 2.3vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.005em;
  line-height: 1.15;
  text-shadow: 0 0 32px rgba(227, 43, 43, 0.35);
}

.hero-lede {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.55;
}

.hero-actions {
  margin-top: clamp(16px, 2.4vh, 26px);
  flex-wrap: wrap;
}

.trust-line {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
  margin: clamp(12px, 2vh, 22px) 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  list-style: none;
}

.trust-line li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-line li::before,
.footer-trust li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border-radius: 999px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4 8.2 2.5 2.5L12 5.3' fill='none' stroke='%23061426' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat,
    linear-gradient(135deg, var(--c2sa-green), #15a66e),
    var(--c2sa-green);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.16);
}

.session-status {
  min-height: 0;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
}

.hero-stepper {
  position: relative;
  grid-area: dock;
  max-width: 100%;
  margin-top: clamp(12px, 2vh, 22px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  padding: 12px 18px 10px;
  /* Light-touch dark glass: the brand scene stays visible through the dock. */
  background: rgba(7, 19, 38, 0.34);
  box-shadow:
    0 20px 50px rgba(2, 6, 23, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(5px);
}

.works-route {
  --route-progress: 0%;
  --route-scale: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  min-height: 0;
}

.hero-stepper[data-active-step="2"] .works-route {
  --route-progress: 33.333%;
  --route-scale: 0.333;
}

.hero-stepper[data-active-step="3"] .works-route {
  --route-progress: 66.666%;
  --route-scale: 0.666;
}

.hero-stepper[data-active-step="4"] .works-route {
  --route-progress: 100%;
  --route-scale: 1;
}

.works-route__line {
  position: absolute;
  top: 19px;
  /* Start/end at the centres of the first and last circles so the track
     never pokes out past the outer milestones. */
  left: 12.5%;
  right: 12.5%;
  height: 3px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.works-route__line::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--route-progress);
  border-radius: inherit;
  background: var(--c2sa-red);
  box-shadow: 0 0 22px rgba(227, 43, 43, 0.28);
  transition: width 900ms ease;
}

.works-route__parcel {
  display: none;
}

.works-route__parcel svg {
  width: 25px;
  height: 25px;
}

.works-route-stage {
  position: relative;
  z-index: 2;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: 40px auto;
  justify-items: center;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  cursor: pointer;
}

.works-route-stage__icon,
.works-route-stage__number {
  grid-area: 1 / 1;
}

.works-route-stage__icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  /* Opaque fill (tint over navy) so the connector line is hidden behind each
     circle and only shows in the gaps between milestones. */
  background:
    linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    var(--c2sa-navy);
  color: rgba(255, 255, 255, 0.84);
  transition:
    background-color 520ms ease,
    box-shadow 520ms ease,
    border-color 520ms ease,
    color 520ms ease;
}

.works-route-stage__icon svg {
  width: 19px;
  height: 19px;
}

.works-route-stage__icon--text {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.works-route-stage__number {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  align-self: end;
  justify-self: end;
  margin-right: calc(50% - 23px);
  border-radius: 999px;
  background: var(--c2sa-navy-900);
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.works-route-stage__copy {
  display: grid;
  gap: 5px;
  opacity: 0.6;
  transition: opacity 520ms ease;
}

.works-route-stage__copy strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.works-route-stage__copy span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.38;
}

.works-route-stage.is-active .works-route-stage__icon {
  border-color: var(--c2sa-red);
  background:
    linear-gradient(rgba(227, 43, 43, 0.12), rgba(227, 43, 43, 0.12)),
    var(--c2sa-navy);
  color: #ffffff;
  box-shadow:
    0 0 0 4px rgba(227, 43, 43, 0.18),
    0 0 22px rgba(227, 43, 43, 0.28);
}

.works-route-stage.is-active .works-route-stage__number {
  background: var(--c2sa-gold);
  color: var(--c2sa-navy-900);
}

.works-route-stage.is-active .works-route-stage__copy {
  opacity: 1;
}

.hero-stepper.is-reduced-motion .works-route__parcel {
  display: none;
}

.hero-stepper.is-reduced-motion .works-route-stage,
.hero-stepper.is-reduced-motion .works-route-stage__copy {
  color: rgba(255, 255, 255, 0.84);
  opacity: 1;
}

.hero-freight {
  min-width: 0;
  max-width: 560px;
  margin-top: clamp(14px, 2.2vh, 24px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.hero-freight__item {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 10px 16px 10px 10px;
  background: rgba(10, 25, 49, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.hero-freight__icon {
  flex: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(227, 43, 43, 0.14);
  color: #ffffff;
}

.hero-freight__item:last-child .hero-freight__icon {
  background: rgba(0, 122, 77, 0.2);
}

.hero-freight__icon svg {
  width: 22px;
  height: 22px;
}

.hero-freight__copy {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 3px;
}

.hero-freight__copy strong {
  color: #ffffff;
  font-size: 14.5px;
  line-height: 1.2;
}

.hero-freight__copy span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 12.8px;
  font-weight: 500;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.china2sa-landing .works-customs-caption {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.52);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.service-handles-section,
.c2sa-shopping-brands-section,
.final-cta-section {
  position: relative;
  z-index: 1;
  background: var(--c2sa-neutral);
}

.service-handles-section {
  padding: clamp(72px, 9vw, 118px) 0 clamp(24px, 3.2vw, 42px);
}

.c2sa-shopping-brands-section {
  --shopping-brand-gap: clamp(18px, 2.3vw, 32px);
  --shopping-brand-tile-width: clamp(128px, 11vw, 178px);
  --shopping-brand-tile-height: clamp(78px, 6vw, 102px);
  --shopping-brand-logo-height: clamp(44px, 4.1vw, 62px);
  overflow: hidden;
  padding: clamp(28px, 3.4vw, 48px) 0 clamp(58px, 7vw, 92px);
}

.c2sa-shopping-brands-content {
  max-width: 790px;
  margin: 0 auto clamp(38px, 5vw, 60px);
  text-align: center;
}

.c2sa-shopping-brands-content .landing-section-eyebrow {
  margin-bottom: 10px;
}

.c2sa-shopping-brands-content h2 {
  margin: 0;
  color: var(--c2sa-navy-900);
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.04;
}

.c2sa-shopping-brands-content p {
  max-width: 66ch;
  margin: 18px auto 0;
  color: var(--c2sa-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

.c2sa-shopping-brands-marquee {
  display: grid;
  gap: clamp(16px, 2vw, 22px);
}

.c2sa-shopping-brands-row {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-block: 2px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.c2sa-shopping-brands-row:focus-visible {
  outline-offset: 5px;
}

.c2sa-shopping-brands-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: c2sa-shopping-brands-scroll 34s linear infinite;
}

.c2sa-shopping-brands-row--reverse .c2sa-shopping-brands-track {
  animation-direction: reverse;
  animation-duration: 39s;
}

@media (hover: hover) and (pointer: fine) {
  .c2sa-shopping-brands-marquee:has(.c2sa-shopping-brand-tile:hover) .c2sa-shopping-brands-track {
    animation-play-state: paused;
  }
}

.c2sa-shopping-brands-sequence {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: var(--shopping-brand-gap);
  padding-right: var(--shopping-brand-gap);
}

.c2sa-shopping-brand-tile {
  flex: 0 0 auto;
  width: var(--shopping-brand-tile-width);
  height: var(--shopping-brand-tile-height);
  display: grid;
  place-items: center;
  border: 1px solid rgba(12, 35, 64, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(2, 6, 23, 0.05),
    0 14px 34px rgba(2, 6, 23, 0.09);
}

.c2sa-shopping-brand-tile img {
  width: auto;
  max-width: calc(100% - 26px);
  height: auto;
  max-height: var(--shopping-brand-logo-height);
  object-fit: contain;
}

@keyframes c2sa-shopping-brands-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.landing-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  align-items: end;
  gap: 18px 56px;
  margin-bottom: clamp(42px, 5vw, 68px);
}

.landing-section-eyebrow {
  margin: 0 0 14px;
  color: var(--c2sa-red-700);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-section-heading h2,
.final-cta-panel h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  font-weight: 800;
  line-height: 1.04;
}

.landing-section-heading h2 {
  color: var(--c2sa-navy-900);
}

.final-cta-panel h2 {
  color: #ffffff;
}

.landing-section-support {
  margin: 0;
  max-width: 44ch;
  align-self: end;
  color: var(--c2sa-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
}

.c2sa-service-panels {
  --service-panel-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --service-panel-height: clamp(420px, 40vw, 520px);
  display: flex;
  gap: 0;
  min-width: 0;
  height: var(--service-panel-height);
  overflow: hidden;
  border: 1px solid rgba(12, 35, 64, 0.12);
  border-radius: 18px;
  background: var(--c2sa-navy-900);
  box-shadow:
    0 1px 2px rgba(2, 6, 23, 0.06),
    0 24px 62px rgba(2, 6, 23, 0.18);
}

.c2sa-service-panel {
  position: relative;
  min-width: 0;
  flex: 1 1 0;
  overflow: hidden;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  padding: 0;
  background: var(--c2sa-navy-900);
  color: #ffffff;
  text-align: left;
  cursor: pointer;
  transition:
    flex-grow 660ms var(--service-panel-ease),
    filter 660ms var(--service-panel-ease);
}

.c2sa-service-panel:first-child {
  border-left: 0;
}

.c2sa-service-panel.is-active {
  flex-grow: 2.55;
  filter: saturate(1.05);
}

.c2sa-service-panel__image,
.c2sa-service-panel__shade {
  position: absolute;
  inset: 0;
}

.c2sa-service-panel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  transition: transform 720ms var(--service-panel-ease);
}

.c2sa-service-panel:nth-child(1) .c2sa-service-panel__image {
  object-position: 53% center;
}

.c2sa-service-panel:nth-child(2) .c2sa-service-panel__image {
  object-position: 44% center;
}

.c2sa-service-panel:nth-child(3) .c2sa-service-panel__image {
  object-position: 48% center;
}

.c2sa-service-panel:nth-child(4) .c2sa-service-panel__image {
  object-position: 56% center;
}

.c2sa-service-panel.is-active .c2sa-service-panel__image {
  transform: scale(1.055);
}

.c2sa-service-panel__shade {
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0.14) 0%, rgba(6, 20, 38, 0.28) 42%, rgba(6, 20, 38, 0.9) 100%),
    linear-gradient(90deg, rgba(6, 20, 38, 0.78) 0%, rgba(6, 20, 38, 0.32) 46%, rgba(6, 20, 38, 0.08) 100%);
  transition: background 660ms var(--service-panel-ease);
}

.c2sa-service-panel:not(.is-active) .c2sa-service-panel__shade {
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0.22) 0%, rgba(6, 20, 38, 0.42) 42%, rgba(6, 20, 38, 0.92) 100%),
    linear-gradient(90deg, rgba(6, 20, 38, 0.64), rgba(6, 20, 38, 0.54));
}

.c2sa-service-panel__content {
  position: relative;
  z-index: 2;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: clamp(22px, 2.8vw, 34px);
}

.c2sa-service-panel__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.c2sa-service-panel__index,
.c2sa-service-panel__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(6, 20, 38, 0.82);
  color: #ffffff;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 12px 26px rgba(2, 6, 23, 0.28);
}

.c2sa-service-panel__index {
  width: 38px;
  height: 38px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.c2sa-service-panel__icon {
  width: 42px;
  height: 42px;
  color: var(--c2sa-gold);
}

.c2sa-service-panel__icon svg {
  width: 21px;
  height: 21px;
}

.c2sa-service-panel__copy {
  min-width: 0;
  display: grid;
  gap: 11px;
}

.c2sa-service-panel__title,
.c2sa-service-panel__description {
  display: block;
  text-shadow: 0 2px 18px rgba(2, 6, 23, 0.62);
}

.c2sa-service-panel__title {
  max-width: 12ch;
  color: #ffffff;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.12;
}

.c2sa-service-panel__description {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.58;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 420ms ease 110ms,
    transform 420ms ease 110ms;
}

.c2sa-service-panel.is-active .c2sa-service-panel__description {
  opacity: 1;
  transform: translateY(0);
}

.c2sa-service-panel:not(.is-active) .c2sa-service-panel__content {
  padding-inline: clamp(16px, 2vw, 24px);
}

.c2sa-service-panel:not(.is-active) .c2sa-service-panel__meta {
  display: grid;
  justify-items: start;
  gap: 10px;
}

.c2sa-service-panel:not(.is-active) .c2sa-service-panel__copy {
  gap: 0;
}

.c2sa-service-panel:not(.is-active) .c2sa-service-panel__title {
  max-width: 8.5ch;
  font-size: clamp(0.98rem, 1.3vw, 1.15rem);
}

.c2sa-service-panel:hover .c2sa-service-panel__icon,
.c2sa-service-panel:focus-visible .c2sa-service-panel__icon,
.c2sa-service-panel.is-active .c2sa-service-panel__icon {
  color: #ffffff;
  background:
    linear-gradient(rgba(227, 43, 43, 0.18), rgba(227, 43, 43, 0.18)),
    rgba(6, 20, 38, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 0 0 4px rgba(227, 43, 43, 0.18),
    0 12px 26px rgba(2, 6, 23, 0.28);
}

.c2sa-service-panel:focus-visible {
  z-index: 3;
  outline: 3px solid rgba(242, 183, 5, 0.7);
  outline-offset: -6px;
}

@media (prefers-reduced-motion: reduce) {
  .c2sa-service-panel,
  .c2sa-service-panel__image,
  .c2sa-service-panel__description {
    transition-duration: 80ms;
  }

  .c2sa-shopping-brands-row {
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .c2sa-shopping-brands-track {
    display: block;
    width: 100%;
    animation: none;
    transform: none;
  }

  .c2sa-shopping-brands-sequence {
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 0;
  }

  .c2sa-shopping-brands-sequence[aria-hidden="true"] {
    display: none;
  }
}

.final-cta-section {
  padding: 0 0 clamp(42px, 6vw, 76px);
}

.final-cta-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(22px, 3vw, 32px);
  padding: clamp(58px, 8vw, 104px) clamp(22px, 6vw, 72px);
  background:
    radial-gradient(720px at 50% 0%, rgba(227, 43, 43, 0.16), transparent 70%),
    linear-gradient(180deg, rgba(6, 20, 38, 0.9) 0%, rgba(6, 20, 38, 0.82) 55%, rgba(6, 20, 38, 0.94) 100%),
    url("/assets/img/hero-section-image.jpeg") center 30% / cover no-repeat,
    var(--c2sa-navy-900);
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-align: center;
}

.final-cta-panel h2 {
  max-width: 940px;
}

.final-cta-panel p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  font-weight: 500;
  line-height: 1.55;
}

.final-cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.final-cta-actions .button {
  min-width: min(100%, 260px);
  min-height: 62px;
  padding-inline: 28px;
  font-size: 16px;
}

.site-footer {
  position: relative;
  z-index: 2;
  width: 100%;
  background:
    radial-gradient(circle at 50% 0%, rgba(227, 43, 43, 0.06), transparent 46%),
    var(--c2sa-navy-900);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--c2sa-red), var(--c2sa-gold), var(--c2sa-green));
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(240px, 0.32fr) minmax(320px, 0.42fr) minmax(240px, 0.42fr);
  align-items: flex-start;
  gap: clamp(28px, 4.5vw, 56px);
  padding-block: clamp(46px, 6vw, 60px) clamp(42px, 5vw, 52px);
}

.footer-brand {
  display: grid;
  gap: 14px;
  justify-items: start;
  min-width: 0;
}

.footer-brand .brand-link__wordmark {
  height: 46px;
}

.footer-tagline {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

.footer-description {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.c2sa-footer-info,
.c2sa-footer-support {
  display: grid;
  gap: 18px;
}

.c2sa-footer-block {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
}

.c2sa-footer-block__icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--c2sa-green);
}

.c2sa-footer-block:nth-child(2) .c2sa-footer-block__icon {
  color: var(--c2sa-gold);
}

.c2sa-footer-support .c2sa-footer-block:first-child .c2sa-footer-block__icon {
  color: var(--c2sa-red);
}

.c2sa-footer-block__icon svg {
  width: 19px;
  height: 19px;
}

.c2sa-footer-block h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.c2sa-footer-block p,
.c2sa-footer-block address {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.62;
}

.c2sa-footer-block address {
  line-height: 1.72;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding-block: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.footer-top-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.footer-top-link:hover,
.footer-top-link:focus-visible {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
}

.c2sa-footer-nav {
  display: flex;
  align-items: center;
  min-width: 0;
}

.china2sa-landing .auth-modal-card,
.china2sa-landing .modal-card,
.china2sa-landing .confirmCard {
  z-index: var(--c2sa-z-modal);
  max-height: min(760px, calc(100dvh - 32px));
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border-color: rgba(12, 35, 64, 0.12);
  background: #ffffff;
  color: var(--c2sa-ink);
}

.china2sa-landing .auth-modal,
.china2sa-landing .modal {
  z-index: var(--c2sa-z-modal-backdrop);
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
  overscroll-behavior: contain;
}

.china2sa-landing .auth-modal-backdrop,
.china2sa-landing .modal-backdrop,
.china2sa-landing .confirmBackdrop {
  background: rgba(6, 20, 38, 0.72);
  touch-action: none;
}

.china2sa-landing .confirmOverlay,
.china2sa-landing .page-loading {
  z-index: var(--c2sa-z-overlay);
}

.china2sa-landing .auth-logo {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  object-fit: cover;
}

.china2sa-landing .login-message,
.china2sa-landing .modal-title,
.china2sa-landing .confirmTitle {
  color: var(--c2sa-navy);
  font-family: "Inter", Arial, system-ui, sans-serif;
}

.china2sa-landing .field label,
.china2sa-landing .modal-subtitle,
.china2sa-landing .forgot-link,
.china2sa-landing .auth-switch,
.china2sa-landing .modal-status,
.china2sa-landing .confirmText {
  color: var(--c2sa-muted);
}

.china2sa-landing .form-input {
  min-height: 46px;
  border: 1px solid var(--c2sa-line);
  border-radius: var(--c2sa-radius);
  background: #ffffff;
  color: var(--c2sa-ink);
}

.china2sa-landing .field-icon,
.china2sa-landing .auth-modal-close,
.china2sa-landing .modal-close {
  border-color: var(--c2sa-line);
  background: var(--c2sa-neutral);
  color: var(--c2sa-navy);
}

.china2sa-landing .toast {
  z-index: var(--c2sa-z-toast);
  border-color: rgba(12, 35, 64, 0.12);
  background: #ffffff;
  color: var(--c2sa-ink);
}

.china2sa-landing .toastSpinner {
  border-color: rgba(12, 35, 64, 0.18);
  border-top-color: var(--c2sa-red);
}

.china2sa-landing .auth-modal-card {
  padding: 30px 28px 28px;
}

.china2sa-landing .auth-modal-brand {
  display: flex;
  justify-content: center;
  margin: 2px 0 18px;
}

.china2sa-landing .auth-copy {
  margin-bottom: 20px;
  text-align: center;
}

.china2sa-landing .login-message {
  max-width: 340px;
  margin: 0 auto;
  font-size: clamp(24px, 2.1vw, 28px);
  font-weight: 800;
  line-height: 1.14;
}

.china2sa-landing .auth-panel {
  display: grid;
  gap: 15px;
}

.china2sa-landing .auth-modal .field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.china2sa-landing .auth-modal .field label {
  order: -1;
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.china2sa-landing .auth-modal .form-input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--c2sa-line);
  border-radius: var(--c2sa-radius);
  padding: 0 14px;
  background: #ffffff;
  color: var(--c2sa-ink);
  font-size: 15px;
  line-height: 1.4;
}

.china2sa-landing .auth-modal .field:has(.field-icon) .form-input {
  padding-right: 78px;
}

.china2sa-landing .auth-modal .form-input:focus,
.china2sa-landing .auth-modal .form-input:focus-visible {
  border-color: var(--c2sa-red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(227, 43, 43, 0.14);
}

.china2sa-landing .auth-modal .field.has-error .form-input {
  border-color: rgba(248, 113, 113, 0.72);
}

.china2sa-landing .auth-modal .field-icon {
  position: absolute;
  top: 30px;
  right: 8px;
  bottom: auto;
  min-width: 56px;
  height: 32px;
  border: 1px solid rgba(12, 35, 64, 0.12);
  border-radius: var(--c2sa-radius);
  background: var(--c2sa-neutral);
  color: var(--c2sa-navy);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.china2sa-landing .auth-modal .field-icon:hover,
.china2sa-landing .auth-modal .field-icon:focus-visible {
  border-color: rgba(227, 43, 43, 0.34);
  background: rgba(227, 43, 43, 0.07);
  color: var(--c2sa-red);
}

.china2sa-landing .forgot-link {
  margin-top: -2px;
  color: var(--c2sa-muted);
  font-size: 15px;
  line-height: 1.4;
}

.china2sa-landing .auth-modal .auth-submit {
  min-height: 48px;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-transform: none;
}

.china2sa-landing .auth-switch {
  justify-self: center;
  color: var(--c2sa-muted);
  font-size: 15px;
  line-height: 1.45;
}

.china2sa-landing .auth-switch span,
.china2sa-landing .auth-switch:hover,
.china2sa-landing .forgot-link:hover {
  color: var(--c2sa-red);
}

/* ============================================================
   Login / Register modal — glass (navy + red) theme to match
   the landing hero's translucent blocks, plus a right-to-left
   slide on open and left-to-right slide on close.
   Scoped to .auth-modal so the forgot-password / confirm
   dialogs keep their existing style.
   ============================================================ */
.china2sa-landing .auth-modal-backdrop {
  background: rgba(6, 16, 30, 0.62);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

/* Pin the panel to the right edge and let it fill the full height. */
.china2sa-landing .auth-modal {
  padding: 0;
  align-items: stretch;
  justify-items: end;
}

.china2sa-landing .auth-modal-card {
  display: flex;
  flex-direction: column;
  width: min(440px, 100vw);
  max-width: 100vw;
  height: 100dvh;
  max-height: none;
  padding: 56px 30px 40px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  background:
    radial-gradient(120% 42% at 50% 0%, rgba(227, 43, 43, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(19, 41, 74, 0.96), rgba(9, 22, 43, 0.98));
  box-shadow: -26px 0 60px rgba(2, 6, 23, 0.5);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #ffffff;
}

/* Vertically center the visible form; it still scrolls if it ever overflows. */
.china2sa-landing .auth-modal .login-page.loginPageOpen {
  margin-block: auto;
}

.china2sa-landing .auth-modal-close {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.china2sa-landing .auth-modal-close:hover {
  border-color: rgba(227, 43, 43, 0.5);
  background: rgba(227, 43, 43, 0.16);
}

.china2sa-landing .auth-modal .auth-logo {
  width: 62px;
  height: 62px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.china2sa-landing .auth-modal .login-message {
  color: #ffffff;
}

.china2sa-landing .auth-modal .field label {
  color: rgba(255, 255, 255, 0.72);
}

.china2sa-landing .auth-modal .form-input {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.china2sa-landing .auth-modal .form-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.china2sa-landing .auth-modal .form-input:focus,
.china2sa-landing .auth-modal .form-input:focus-visible {
  border-color: var(--c2sa-red);
  box-shadow: 0 0 0 3px rgba(227, 43, 43, 0.28);
}

.china2sa-landing .auth-modal .field-icon {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.china2sa-landing .auth-modal .field-icon:hover,
.china2sa-landing .auth-modal .field-icon:focus-visible {
  border-color: rgba(227, 43, 43, 0.5);
  background: rgba(227, 43, 43, 0.18);
  color: #ffffff;
}

.china2sa-landing .auth-modal .forgot-link,
.china2sa-landing .auth-modal .auth-switch {
  color: rgba(255, 255, 255, 0.66);
}

.china2sa-landing .auth-modal .field-error-inline,
.china2sa-landing .auth-modal .modal-status {
  color: #ffb4b4;
}

.china2sa-landing .auth-modal .auth-submit {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--c2sa-radius);
  background: var(--c2sa-red);
  color: #ffffff;
  font-family: inherit;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(227, 43, 43, 0.34);
}

.china2sa-landing .auth-modal .auth-submit.is-loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: wait;
  opacity: 0.92;
}

.china2sa-landing .auth-modal .auth-submit.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 auto;
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-top-color: #ffffff;
  border-radius: 999px;
  animation: public-spin 0.8s linear infinite;
}

.china2sa-landing .auth-modal .auth-submit:not(.is-loading)::before {
  display: none;
}

.china2sa-landing .auth-modal .auth-inline-status {
  min-height: 20px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.china2sa-landing .auth-modal .auth-inline-status.is-error {
  color: #ffb4b4;
}

.china2sa-landing .auth-modal .auth-submit:hover {
  background: var(--c2sa-red-700);
  box-shadow: 0 16px 34px rgba(227, 43, 43, 0.42);
}

.china2sa-landing .auth-modal .auth-submit::after {
  display: none;
}

@keyframes c2saAuthCardIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes c2saAuthCardOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes c2saAuthFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes c2saAuthFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.china2sa-landing .auth-modal.is-open .auth-modal-backdrop {
  animation: c2saAuthFadeIn 320ms ease both;
}

.china2sa-landing .auth-modal.is-open .auth-modal-card {
  animation: c2saAuthCardIn 380ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.china2sa-landing .auth-modal.is-closing .auth-modal-backdrop {
  animation: c2saAuthFadeOut 300ms ease both;
}

.china2sa-landing .auth-modal.is-closing .auth-modal-card {
  animation: c2saAuthCardOut 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19) both;
}

@media (prefers-reduced-motion: reduce) {
  .china2sa-landing .auth-modal.is-open .auth-modal-card {
    animation-name: c2saAuthFadeIn;
  }

  .china2sa-landing .auth-modal.is-closing .auth-modal-card {
    animation-name: c2saAuthFadeOut;
  }
}

.china2sa-landing .hero-video-modal__card {
  width: min(900px, calc(100vw - 40px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    radial-gradient(120% 60% at 50% 0%, rgba(227, 43, 43, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(19, 41, 74, 0.96), rgba(9, 22, 43, 0.98));
  box-shadow: 0 40px 100px rgba(2, 6, 23, 0.6);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #ffffff;
}

.china2sa-landing .hero-video-modal .modal-header {
  position: static;
  margin-bottom: 14px;
  padding: 4px 4px 0;
  background: transparent;
  border-bottom: 0;
}

.china2sa-landing .hero-video-modal .modal-title {
  color: #ffffff;
}

.china2sa-landing .hero-video-modal .modal-subtitle {
  color: rgba(255, 255, 255, 0.66);
}

.china2sa-landing .hero-video-modal .modal-close {
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.china2sa-landing .hero-video-modal .modal-close:hover {
  border-color: rgba(227, 43, 43, 0.5);
  background: rgba(227, 43, 43, 0.16);
}

.china2sa-landing .hero-video-modal .modal-close svg {
  display: block;
  width: 18px;
  height: 18px;
}

.hero-video-modal__media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: #000000;
}

/* Modern lightbox open/close transition for the video modal. */
@keyframes c2saLightboxIn {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes c2saLightboxOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.96);
  }
}

.china2sa-landing .hero-video-modal.open .modal-backdrop {
  animation: c2saAuthFadeIn 300ms ease both;
}

.china2sa-landing .hero-video-modal.open .modal-card {
  animation: c2saLightboxIn 300ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.china2sa-landing .hero-video-modal.is-closing .modal-backdrop {
  animation: c2saAuthFadeOut 220ms ease both;
}

.china2sa-landing .hero-video-modal.is-closing .modal-card {
  animation: c2saLightboxOut 220ms ease both;
}

@media (prefers-reduced-motion: reduce) {
  .china2sa-landing .hero-video-modal.open .modal-card {
    animation-name: c2saAuthFadeIn;
  }

  .china2sa-landing .hero-video-modal.is-closing .modal-card {
    animation-name: c2saAuthFadeOut;
  }
}

@media (max-width: 1023px) {
  .hero-section {
    overflow-x: clip;
    overflow-y: visible;
  }

  .hero-section::before {
    inset: 0;
    width: auto;
    right: auto;
    bottom: auto;
  }

  .hero-section::after {
    background:
      linear-gradient(180deg, rgba(6, 20, 38, 0.56) 0%, rgba(6, 20, 38, 0.42) 40%, rgba(6, 20, 38, 0.48) 74%, rgba(6, 20, 38, 0.66) 100%);
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "copy"
      "artwork"
      "dock";
    row-gap: 18px;
    justify-items: center;
    text-align: center;
    padding-block: 24px;
  }

  .hero-copy {
    max-width: 720px;
    justify-self: center;
  }

  .c2sa-hero-artwork {
    align-self: center;
    justify-self: center;
    width: min(100%, 820px);
    transform: none;
  }

  .c2sa-hero-artwork::after {
    content: none;
  }

  .c2sa-hero-artwork picture {
    -webkit-mask-image:
      linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
      linear-gradient(180deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
    mask-composite: intersect;
  }

  .c2sa-hero-artwork img {
    transform: scale(1.08);
  }

  .eyebrow,
  .hero-actions,
  .trust-line {
    justify-content: center;
  }

  .hero-freight {
    max-width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
  }

  .hero-stepper {
    width: 100%;
  }

  .works-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .works-route__line,
  .works-route__parcel {
    display: none;
  }

  .landing-section-heading {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  .landing-section-support {
    align-self: start;
  }

  .c2sa-service-panels {
    --service-panel-height: 470px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .hero-section::before {
    inset: 0;
    width: auto;
    aspect-ratio: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .hero-section::after {
    background:
      linear-gradient(180deg, rgba(6, 20, 38, 0.55) 0%, rgba(6, 20, 38, 0.38) 22%, rgba(6, 20, 38, 0.58) 46%, rgba(6, 20, 38, 0.9) 66%, #061426 82%);
  }

  .section-container,
  .site-header__inner {
    width: min(1180px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
  }

  .landing-hero-shell,
  .hero-section {
    min-height: 100vh;
    min-height: 100dvh;
  }

  .site-header__inner {
    min-height: 74px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .landing-header-actions {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    width: 100%;
  }

  .brand-link__wordmark {
    height: 80px;
  }

  .landing-header-actions {
    gap: 8px;
  }

  .landing-header-actions .landing-nav-login,
  .landing-header-actions .button {
    min-width: 0;
    min-height: 44px;
    padding-inline: 11px;
    font-size: 13px;
    white-space: normal;
  }

  .hero-content {
    align-content: start;
    justify-items: start;
    row-gap: 18px;
    padding: 20px 0 18px;
    text-align: left;
  }

  .hero-copy {
    align-self: start;
    width: 100%;
  }

  .hero-copy h1 {
    font-size: clamp(1.9rem, 8.1vw, 2.35rem);
    line-height: 1.06;
  }

  .hero-tagline {
    font-size: clamp(1.15rem, 5.6vw, 1.5rem);
  }

  .hero-lede {
    font-size: 16px;
  }

  .eyebrow,
  .hero-actions,
  .trust-line {
    justify-content: flex-start;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .trust-line {
    display: grid;
    gap: 10px;
  }

  .hero-stepper {
    width: 100%;
    padding: 18px;
  }

  .c2sa-hero-artwork {
    width: 100%;
    margin-top: 0;
  }

  .works-route {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }

  .works-route::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 19px;
    width: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
  }

  .works-route::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 19px;
    width: 3px;
    height: calc(100% - 40px);
    border-radius: 999px;
    background: var(--c2sa-red);
    box-shadow: 0 0 22px rgba(227, 43, 43, 0.28);
    transform: scaleY(var(--route-scale));
    transform-origin: top;
    transition: transform 900ms ease;
  }

  .works-route-stage {
    min-height: 0;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto;
    justify-items: start;
    gap: 13px;
    padding: 0 0 16px;
    text-align: left;
  }

  .works-route-stage:last-child {
    padding-bottom: 0;
  }

  .works-route-stage__icon,
  .works-route-stage__number {
    grid-area: 1 / 1;
  }

  .works-route-stage__copy {
    grid-column: 2;
    align-self: center;
    opacity: 1;
  }

  .works-route-stage__number {
    margin-right: 0;
  }

  .hero-freight {
    width: 100%;
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: left;
  }

  .works-customs-caption {
    text-align: left;
  }

  .service-handles-section {
    padding-block: 58px 46px;
  }

  .c2sa-shopping-brands-section {
    --shopping-brand-gap: 12px;
    --shopping-brand-tile-width: clamp(104px, 30vw, 128px);
    --shopping-brand-tile-height: 76px;
    --shopping-brand-logo-height: 48px;
    padding-block: 56px 48px;
  }

  .landing-section-heading {
    gap: 14px;
    margin-bottom: 34px;
  }

  .c2sa-shopping-brands-content {
    margin-bottom: 32px;
  }

  .landing-section-heading h2,
  .c2sa-shopping-brands-content h2,
  .final-cta-panel h2 {
    font-size: clamp(2rem, 10vw, 2.6rem);
  }

  .landing-section-support,
  .c2sa-shopping-brands-content p {
    font-size: 16px;
  }

  .c2sa-shopping-brands-marquee {
    gap: 12px;
  }

  .c2sa-shopping-brands-row {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
  }

  .c2sa-shopping-brands-track {
    animation-duration: 41s;
  }

  .c2sa-shopping-brands-row--reverse .c2sa-shopping-brands-track {
    animation-duration: 46s;
  }

  .c2sa-shopping-brand-tile img {
    max-width: calc(100% - 18px);
  }

  .c2sa-service-panels {
    height: auto;
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .c2sa-service-panel,
  .c2sa-service-panel.is-active {
    min-height: 94px;
    height: auto;
    flex: initial;
    border: 1px solid rgba(12, 35, 64, 0.12);
    border-radius: 16px;
    box-shadow:
      0 1px 2px rgba(2, 6, 23, 0.06),
      0 14px 34px rgba(2, 6, 23, 0.12);
    transition:
      min-height 620ms var(--service-panel-ease),
      box-shadow 240ms ease;
  }

  .c2sa-service-panel.is-active {
    min-height: 330px;
  }

  .c2sa-service-panel__content {
    min-height: inherit;
    gap: 12px;
    padding: 18px;
  }

  .c2sa-service-panel__meta {
    gap: 8px;
  }

  .c2sa-service-panel__index {
    width: 34px;
    height: 34px;
    font-size: 11px;
  }

  .c2sa-service-panel__icon {
    width: 38px;
    height: 38px;
  }

  .c2sa-service-panel__title,
  .c2sa-service-panel:not(.is-active) .c2sa-service-panel__title {
    max-width: min(100%, 24ch);
    font-size: 1.08rem;
  }

  .c2sa-service-panel__description {
    max-width: 32ch;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .c2sa-service-panel:not(.is-active) .c2sa-service-panel__content {
    padding-inline: 18px;
  }

  .c2sa-service-panel:not(.is-active) .c2sa-service-panel__meta {
    display: inline-flex;
    justify-items: initial;
  }

  .c2sa-service-panel:not(.is-active) .c2sa-service-panel__description {
    display: none;
  }

  .final-cta-panel {
    border-radius: 24px;
    padding: 44px 18px;
  }

  .final-cta-panel p {
    font-size: 16px;
  }

  .final-cta-actions {
    width: 100%;
    gap: 12px;
  }

  .final-cta-actions .button {
    width: 100%;
    min-height: 54px;
  }

  .footer-main {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding-block: 38px 32px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-description {
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 16px 10px;
    text-align: center;
  }

  .china2sa-landing .hero-video-modal__card {
    width: min(100% - 24px, 900px);
    padding: 12px;
  }
}

@media (max-width: 600px) {
  .landing-header-actions {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  .site-header__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-header-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-header-actions .landing-nav-login,
  .landing-header-actions .button {
    min-width: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .china2sa-landing *,
  .china2sa-landing *::before,
  .china2sa-landing *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .works-route__parcel {
    display: none;
  }

  .works-route-stage,
  .works-route-stage__copy {
    color: rgba(255, 255, 255, 0.84);
    opacity: 1;
  }
}
.public-console-body .eyebrow {
  margin: 0;
  color: rgba(224, 235, 238, 0.55);
  font-family: "Chakra Petch", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .public-console-body .eyebrow {
    letter-spacing: 0.18em;
  }
}

/* ===================================================================
   China2SA public portal skin
   Scoped to the logged-in public app only. Layout comes from dashboard.css.
   =================================================================== */

.public-console-body {
  --c2sa-navy: #0c2340;
  --c2sa-navy-900: #061426;
  --c2sa-navy-800: #132f54;
  --c2sa-red: #e32b2b;
  --c2sa-red-700: #c51624;
  --c2sa-green: #007a4d;
  --c2sa-gold: #f2b705;
  --c2sa-neutral: #f8f9fa;
  --c2sa-surface: #ffffff;
  --c2sa-ink: #152238;
  --c2sa-muted: #667085;
  --c2sa-line: #e3e7ee;
  --c2sa-shadow: 0 22px 58px rgba(2, 6, 23, 0.28);
  --bg-0: var(--c2sa-navy-900);
  --bg-1: var(--c2sa-navy);
  --bg-2: var(--c2sa-navy-800);
  --ink: var(--c2sa-ink);
  --ink-soft: var(--c2sa-muted);
  --accent: var(--c2sa-red);
  --accent-2: var(--c2sa-gold);
  --panel: rgba(255, 255, 255, 0.9);
  --panel-strong: #ffffff;
  --stroke: rgba(12, 35, 64, 0.12);
  --shadow: 0 18px 40px rgba(2, 6, 23, 0.16);
  --shadow-strong: var(--c2sa-shadow);
  background:
    radial-gradient(circle at 18% 18%, rgba(227, 43, 43, 0.18), transparent 29%),
    radial-gradient(circle at 82% 76%, rgba(0, 122, 77, 0.18), transparent 32%),
    linear-gradient(135deg, var(--c2sa-navy-900) 0%, var(--c2sa-navy-900) 48%, var(--c2sa-navy) 84%, var(--c2sa-navy-800) 100%);
  color: var(--c2sa-muted);
  font-family: "Inter", Arial, system-ui, sans-serif;
  text-rendering: optimizeLegibility;
}

.public-console-body::before {
  background-image:
    linear-gradient(transparent 23px, rgba(255, 255, 255, 0.045) 24px),
    linear-gradient(90deg, transparent 23px, rgba(255, 255, 255, 0.045) 24px);
  opacity: 0.24;
}

.public-console-body::after {
  background:
    linear-gradient(180deg, rgba(6, 20, 38, 0.08), rgba(6, 20, 38, 0.28)),
    radial-gradient(circle at 68% 18%, rgba(242, 183, 5, 0.08), transparent 24%);
}

.public-console-body * {
  scrollbar-color: rgba(227, 43, 43, 0.62) rgba(6, 20, 38, 0.22);
}

.public-console-body *::-webkit-scrollbar-track {
  background: rgba(6, 20, 38, 0.22);
}

.public-console-body *::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(227, 43, 43, 0.78), rgba(197, 22, 36, 0.58));
  border-color: rgba(6, 20, 38, 0.28);
}

.public-console-body *::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(227, 43, 43, 0.92), rgba(197, 22, 36, 0.72));
}

.public-console-body .neural-grid {
  background-image:
    repeating-linear-gradient(to right, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.11) 0 1px, transparent 1px 24px);
  opacity: 0.16;
  filter: none;
  mix-blend-mode: normal;
}

.public-console-body .sidebar,
.public-console-body .main {
  border-color: rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(120% 42% at 50% 0%, rgba(227, 43, 43, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(19, 41, 74, 0.92), rgba(9, 22, 43, 0.96));
  box-shadow: 0 34px 80px rgba(2, 6, 23, 0.36);
  color: rgba(255, 255, 255, 0.72);
}

.public-console-body .sidebar::before,
.public-console-body .main::after {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.12), transparent 58%);
}

.public-console-body .main::before {
  border-color: rgba(255, 255, 255, 0.08);
}

.public-console-body .sidebar-logo {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow:
    0 0 0 5px rgba(255, 255, 255, 0.07),
    0 18px 34px rgba(0, 0, 0, 0.32);
  filter: none;
}

.public-console-body .sidebar-title,
.public-console-body .eyebrow,
.public-console-body .section-eyebrow,
.public-console-body .kpi-label,
.public-console-body .form-label,
.public-console-body .chart-pill,
.public-console-body .status-pill,
.public-console-body .nav-item,
.public-console-body .btn-primary,
.public-console-body .btn-ghost,
.public-console-body .action-btn {
  font-family: "Inter", Arial, system-ui, sans-serif;
}

.public-console-body .sidebar-title {
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.public-console-body .eyebrow,
.public-console-body .section-eyebrow,
.public-console-body .kpi-label,
.public-console-body .form-label {
  color: rgba(255, 255, 255, 0.58);
  font-weight: 800;
}

.public-console-body .main-title,
.public-console-body .section-title {
  color: #ffffff;
  font-weight: 800;
}

.public-console-body .nav-item,
.public-console-body .nav-toggle {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.public-console-body .nav-signout {
  border-color: rgba(227, 43, 43, 0.34);
  background: rgba(227, 43, 43, 0.12);
}

.public-console-body .nav-item:hover,
.public-console-body .nav-toggle:hover {
  border-color: rgba(227, 43, 43, 0.42);
  background: rgba(227, 43, 43, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.public-console-body .nav-item.is-active,
.public-console-body .nav-toggle.is-active {
  border-color: rgba(227, 43, 43, 0.58);
  background: var(--c2sa-red);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(227, 43, 43, 0.28);
}

.public-console-body .nav-item::before,
.public-console-body .btn-primary::before,
.public-console-body .btn-ghost::before,
.public-console-body .action-btn::before {
  border-color: rgba(255, 255, 255, 0.22);
}

.public-console-body .nav-item::after,
.public-console-body .btn-primary::after,
.public-console-body .btn-ghost::after,
.public-console-body .action-btn::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.24), transparent);
}

.public-console-body .sidebar-close,
.public-console-body .sidebar-handle,
.public-console-body .updatesModalClose,
.public-console-body .auth-modal-close,
.public-console-body .modal-close {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.86);
}

.public-console-body .sidebar-close:hover,
.public-console-body .sidebar-handle:hover,
.public-console-body .updatesModalClose:hover,
.public-console-body .auth-modal-close:hover,
.public-console-body .modal-close:hover {
  border-color: rgba(227, 43, 43, 0.5);
  background: rgba(227, 43, 43, 0.16);
  color: #ffffff;
}

.public-console-body .status-pill,
.public-console-body .chart-pill,
.public-console-body .notifBadge,
.public-console-body .updateNew {
  border-color: rgba(242, 183, 5, 0.34);
  background: rgba(242, 183, 5, 0.14);
  color: #ffe08a;
}

.public-console-body .kpi-card,
.public-console-body .chart-card,
.public-console-body .updateCard,
.public-console-body .profile-card-panel,
.public-console-body .confirmCard,
.public-console-body .updatesModal,
.public-console-body .toast {
  border-color: rgba(12, 35, 64, 0.12);
  background: #ffffff;
  color: var(--c2sa-muted);
  box-shadow: 0 22px 48px rgba(2, 6, 23, 0.18);
}

.public-console-body .kpi-value,
.public-console-body .chart-header h3,
.public-console-body .updateTitle,
.public-console-body .updatesDetailTitle,
.public-console-body .confirmTitle,
.public-console-body .updatesDetailBody {
  color: var(--c2sa-ink);
}

.public-console-body .kpi-foot,
.public-console-body .public-card-copy,
.public-console-body .public-activity-list li,
.public-console-body .updatesStatus,
.public-console-body .updateMeta,
.public-console-body .updatesDetailMeta,
.public-console-body .confirmText,
.public-console-body .profileStatus {
  color: var(--c2sa-muted);
}

.public-console-body .activity-list span {
  border-color: rgba(0, 122, 77, 0.18);
  background: rgba(0, 122, 77, 0.1);
  color: var(--c2sa-green);
}

.public-console-body .updateBadge,
.public-console-body .confirmIcon {
  background: rgba(242, 183, 5, 0.14);
  color: var(--c2sa-gold);
}

.public-console-body .updateCard.is-new {
  border-color: rgba(227, 43, 43, 0.36);
  box-shadow: 0 22px 48px rgba(227, 43, 43, 0.12);
}

.public-console-body .btn-primary,
.public-console-body .updateBtn {
  border: 1px solid rgba(227, 43, 43, 0.42);
  background: var(--c2sa-red);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 14px 30px rgba(227, 43, 43, 0.26);
}

.public-console-body .btn-primary:hover,
.public-console-body .updateBtn:hover {
  border-color: rgba(197, 22, 36, 0.8);
  background: var(--c2sa-red-700);
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(227, 43, 43, 0.34);
}

.public-console-body .btn-ghost,
.public-console-body .action-btn {
  border-color: rgba(12, 35, 64, 0.16);
  background: #ffffff;
  color: var(--c2sa-navy);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: 0 12px 24px rgba(2, 6, 23, 0.1);
}

.public-console-body .btn-ghost:hover,
.public-console-body .action-btn:hover {
  border-color: rgba(227, 43, 43, 0.36);
  background: rgba(227, 43, 43, 0.06);
  color: var(--c2sa-red);
  box-shadow: 0 14px 28px rgba(2, 6, 23, 0.12);
}

.public-console-body .section-header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.public-console-body .form-input,
.public-console-body .search-field input,
.public-console-body .filter-select {
  border: 1px solid var(--c2sa-line);
  background: #ffffff;
  color: var(--c2sa-ink);
}

.public-console-body .form-input:disabled {
  background: var(--c2sa-neutral);
  color: #8a94a6;
}

.public-console-body .form-input:focus,
.public-console-body .search-field input:focus,
.public-console-body .filter-select:focus {
  border-color: var(--c2sa-red);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(227, 43, 43, 0.14);
}

.public-console-body .profileAvatar {
  border-color: rgba(227, 43, 43, 0.24);
  background: rgba(227, 43, 43, 0.07);
}

.public-console-body .profileAvatarPlaceholder {
  color: var(--c2sa-muted);
}

.public-console-body .profilePhotoFab {
  border-color: rgba(227, 43, 43, 0.34);
  background: var(--c2sa-red);
  color: #ffffff;
}

.public-console-body .confirmBackdrop,
.public-console-body .updatesModalBackdrop {
  background: rgba(6, 20, 38, 0.72);
}

.public-console-body .toast-icon {
  color: var(--c2sa-red);
}

.public-console-body .toastSpinner {
  border-color: rgba(12, 35, 64, 0.18);
  border-top-color: var(--c2sa-red);
}

.public-console-body .kpi-card .kpi-label,
.public-console-body .chart-card .form-label {
  color: var(--c2sa-muted);
}

.public-console-body .chart-card .chart-pill {
  border-color: rgba(0, 122, 77, 0.18);
  background: rgba(0, 122, 77, 0.1);
  color: var(--c2sa-green);
}

.public-console-body .chart-card .chart-pill--segmented {
  border-color: rgba(227, 43, 43, 0.22);
  background: rgba(227, 43, 43, 0.08);
  color: var(--c2sa-red);
}
/* ================================================================
   Mailbox + booked address sections
================================================================ */
.mailbox-address-wrap {
  max-width: 920px;
}

.mailbox-address-card {
  display: grid;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.mailbox-address-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.mailbox-address-heading h3,
.mailbox-address-card--recovery h3,
.mailbox-empty-card h3 {
  margin: 0.25rem 0 0;
  color: var(--ink);
}

.mailbox-full-address {
  margin: 0;
  padding: clamp(1.1rem, 3vw, 1.65rem);
  border: 1px solid rgba(0, 184, 161, 0.28);
  border-radius: 16px;
  color: var(--ink);
  background: rgba(0, 184, 161, 0.07);
  font-style: normal;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  font-weight: 650;
  line-height: 1.55;
}

.mailbox-address-explainer,
.mailbox-address-card--recovery p,
.mailbox-empty-card p {
  margin: 0;
  color: rgba(224, 235, 238, 0.68);
  line-height: 1.65;
}

.mailbox-address-card--recovery {
  border-color: rgba(255, 138, 61, 0.35);
}

.mailbox-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.mailbox-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.58rem 0.85rem;
  color: rgba(224, 235, 238, 0.7);
  background: rgba(7, 11, 15, 0.55);
  font: inherit;
  font-size: 0.78rem;
  cursor: pointer;
}

.mailbox-tab span {
  display: inline-grid;
  min-width: 1.45rem;
  min-height: 1.45rem;
  place-items: center;
  border-radius: 999px;
  color: rgba(224, 235, 238, 0.82);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.7rem;
}

.mailbox-tab:hover,
.mailbox-tab.is-active {
  border-color: rgba(0, 184, 161, 0.45);
  color: var(--ink);
  background: rgba(0, 184, 161, 0.11);
}

.mailbox-tab.is-active span {
  color: #07110f;
  background: var(--accent);
}

.mailbox-status {
  min-height: 1.3rem;
  margin: 0 0 0.8rem;
  color: rgba(224, 235, 238, 0.58);
  font-size: 0.8rem;
}

.mailbox-package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 410px), 1fr));
  gap: 1rem;
}

.mailbox-package-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.mailbox-package-card--expiring {
  border-color: rgba(255, 138, 61, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255, 138, 61, 0.12);
}

.mailbox-package-media {
  min-height: 100%;
  background: rgba(7, 11, 15, 0.72);
}

.mailbox-package-photo {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
}

.mailbox-package-photo--placeholder {
  place-items: center;
  align-content: center;
  gap: 0.45rem;
  color: rgba(224, 235, 238, 0.38);
  background:
    linear-gradient(145deg, rgba(0, 184, 161, 0.07), transparent),
    rgba(7, 11, 15, 0.72);
}

.mailbox-package-photo--placeholder span {
  font-size: 2rem;
}

.mailbox-package-body {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
}

.mailbox-package-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.mailbox-package-heading h3 {
  margin: 0.15rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.mailbox-package-eyebrow {
  margin: 0;
  color: rgba(0, 184, 161, 0.75);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mailbox-public-status {
  flex: none;
  border: 1px solid rgba(0, 184, 161, 0.3);
  border-radius: 999px;
  padding: 0.3rem 0.55rem;
  color: #8ce6d9;
  background: rgba(0, 184, 161, 0.08);
  font-size: 0.67rem;
  white-space: nowrap;
}

.mailbox-public-status--awaiting_value {
  border-color: rgba(255, 138, 61, 0.4);
  color: #ffc49d;
  background: rgba(255, 138, 61, 0.1);
}

.mailbox-public-status--on_hold {
  border-color: rgba(255, 93, 117, 0.42);
  color: #ffadba;
  background: rgba(255, 93, 117, 0.1);
}

.mailbox-public-status--shipped {
  border-color: rgba(224, 235, 238, 0.2);
  color: rgba(224, 235, 238, 0.62);
  background: rgba(224, 235, 238, 0.05);
}

.mailbox-package-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0;
}

.mailbox-package-details div {
  min-width: 0;
}

.mailbox-package-details dt {
  color: rgba(224, 235, 238, 0.48);
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mailbox-package-details dd {
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
  color: rgba(224, 235, 238, 0.82);
  font-size: 0.8rem;
}

.mailbox-storage-panel {
  display: grid;
  gap: 0.5rem;
  border: 1px solid rgba(0, 184, 161, 0.24);
  border-radius: 12px;
  padding: 0.8rem;
  background: rgba(0, 184, 161, 0.05);
}

.mailbox-storage-panel--expiring {
  border-color: rgba(255, 138, 61, 0.4);
  background: rgba(255, 138, 61, 0.08);
}

.mailbox-storage-heading,
.mailbox-storage-fee {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.mailbox-storage-heading strong {
  color: #8ce6d9;
  font-size: 0.8rem;
}

.mailbox-storage-panel--expiring .mailbox-storage-heading strong {
  color: #ffc49d;
}

.mailbox-storage-heading span,
.mailbox-storage-panel p,
.mailbox-storage-panel small {
  color: rgba(224, 235, 238, 0.62);
  font-size: 0.7rem;
}

.mailbox-storage-heading span {
  white-space: nowrap;
}

.mailbox-storage-panel p,
.mailbox-storage-panel small {
  margin: 0;
  line-height: 1.45;
}

.mailbox-storage-fee {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.55rem;
  color: rgba(224, 235, 238, 0.64);
  font-size: 0.74rem;
}

.mailbox-storage-fee strong {
  color: var(--ink);
}

.mailbox-package-value-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(224, 235, 238, 0.58);
  font-size: 0.78rem;
}

.mailbox-value {
  color: var(--ink);
  font-weight: 700;
}

.mailbox-value-needed {
  color: #ffc49d;
  font-weight: 700;
}

.mailbox-value-help,
.mailbox-value-lock,
.mailbox-value-form-status {
  margin: 0;
  color: rgba(224, 235, 238, 0.64);
  font-size: 0.76rem;
  line-height: 1.5;
}

.mailbox-value-lock {
  color: rgba(224, 235, 238, 0.52);
}

.mailbox-value-action {
  justify-self: start;
}

.mailbox-value-form {
  display: grid;
  gap: 0.55rem;
  border: 1px solid rgba(0, 184, 161, 0.22);
  border-radius: 12px;
  padding: 0.75rem;
  background: rgba(0, 184, 161, 0.05);
}

.mailbox-value-form[hidden] {
  display: none;
}

.mailbox-value-form > label {
  color: rgba(224, 235, 238, 0.72);
  font-size: 0.72rem;
}

.mailbox-value-input-row {
  display: grid;
  grid-template-columns: auto minmax(80px, 1fr) auto auto;
  align-items: center;
  gap: 0.45rem;
}

.mailbox-value-input-row > span {
  color: var(--accent);
  font-weight: 700;
}

.mailbox-value-input-row input {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 9px;
  padding: 0.62rem 0.7rem;
  color: var(--ink);
  background: rgba(7, 11, 15, 0.72);
  font: inherit;
}

.mailbox-value-form-status:not(:empty) {
  color: #ffc49d;
}

.mailbox-hold-panel {
  display: grid;
  gap: 0.55rem;
  border: 1px solid rgba(255, 93, 117, 0.34);
  border-radius: 12px;
  padding: 0.8rem;
  background: rgba(255, 93, 117, 0.07);
}

.mailbox-hold-panel strong {
  color: #ffadba;
}

.mailbox-hold-panel p {
  margin: 0;
  color: rgba(224, 235, 238, 0.72);
  font-size: 0.78rem;
  line-height: 1.55;
}

.mailbox-contact-support {
  justify-self: start;
}

.restricted-public-intro {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.restricted-public-intro h3,
.restricted-public-card h3,
.restricted-public-empty h3 {
  margin: 0;
  color: var(--ink);
}

.restricted-public-intro p,
.restricted-public-card p,
.restricted-public-empty p {
  margin: 0;
  color: rgba(224, 235, 238, 0.68);
  line-height: 1.6;
}

.restricted-public-status {
  min-height: 1.3rem;
  margin: 0 0 0.8rem;
  color: rgba(224, 235, 238, 0.58);
  font-size: 0.8rem;
}

.restricted-public-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1rem;
}

.restricted-public-card,
.restricted-public-empty {
  display: grid;
  gap: 0.55rem;
}

.restricted-public-empty {
  grid-column: 1 / -1;
}

.mailbox-empty-card {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.mailbox-placeholder-icon {
  color: rgba(0, 184, 161, 0.55);
  font-size: 2.4rem;
}

@media (max-width: 650px) {
  .mailbox-address-heading,
  .mailbox-package-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .mailbox-address-heading .btn-primary {
    width: 100%;
  }

  .mailbox-package-card {
    grid-template-columns: 1fr;
  }

  .mailbox-package-photo {
    min-height: 190px;
    max-height: 260px;
  }

  .mailbox-public-status {
    align-self: flex-start;
  }

  .mailbox-value-input-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .mailbox-value-input-row .btn-primary,
  .mailbox-value-input-row .btn-ghost {
    grid-column: auto;
  }
}

/* Phase 3: delivery address, shipment selection and request flow */
.delivery-address-panel {
  align-content: start;
}

.delivery-address-grid {
  margin-top: 0.35rem;
}

.mailbox-package-select {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.7rem 1rem;
  color: rgba(224, 235, 238, 0.78);
  background: rgba(0, 184, 161, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}

.mailbox-package-select input,
.ship-checkbox-row input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--accent);
}

.mailbox-ship-bar {
  position: sticky;
  z-index: 20;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  border: 1px solid rgba(0, 184, 161, 0.35);
  border-radius: 14px;
  padding: 0.8rem 1rem;
  color: var(--ink);
  background: rgba(8, 16, 21, 0.96);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

.mailbox-ship-bar[hidden] {
  display: none;
}

.shipments-status {
  min-height: 1.3rem;
  color: rgba(224, 235, 238, 0.58);
  font-size: 0.8rem;
}

.shipments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
  gap: 1rem;
}

.shipment-card {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.shipment-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.shipment-card-header h3 {
  margin: 0.15rem 0 0;
  color: var(--ink);
}

.shipment-status--cancelled {
  border-color: rgba(224, 235, 238, 0.2);
  color: rgba(224, 235, 238, 0.62);
  background: rgba(224, 235, 238, 0.05);
}

.shipment-status--shipped {
  border-color: rgba(0, 184, 161, 0.4);
  color: #8ce6d9;
}

.shipment-status--quoted {
  border-color: rgba(255, 195, 73, 0.38);
  color: #ffda8f;
  background: rgba(255, 195, 73, 0.08);
}

.shipment-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
}

.shipment-details dt {
  color: rgba(224, 235, 238, 0.48);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shipment-details dd {
  margin: 0.2rem 0 0;
  overflow-wrap: anywhere;
  color: rgba(224, 235, 238, 0.84);
  font-size: 0.8rem;
}

.shipment-note {
  margin: 0;
  border-left: 2px solid rgba(0, 184, 161, 0.5);
  padding-left: 0.75rem;
  color: rgba(224, 235, 238, 0.68);
  font-size: 0.8rem;
  line-height: 1.55;
}

.ship-flow-overlay {
  position: fixed;
  z-index: 190;
  inset: 0;
  display: none;
  place-items: center;
  padding: 1rem;
}

.ship-flow-overlay.is-open {
  display: grid;
}

.ship-flow-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 9, 0.78);
  backdrop-filter: blur(8px);
}

.ship-flow-card {
  position: relative;
  width: min(760px, 100%);
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
  padding: 1.25rem;
}

.ship-flow-header,
.ship-flow-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ship-flow-header h2 {
  margin: 0.15rem 0 0;
  color: var(--ink);
}

.ship-flow-step {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.ship-flow-step[hidden] {
  display: none;
}

.ship-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ship-address-grid label,
.ship-note-label {
  display: grid;
  gap: 0.4rem;
  color: rgba(224, 235, 238, 0.72);
  font-size: 0.75rem;
}

.ship-field-wide {
  grid-column: 1 / -1;
}

.ship-checkbox-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: rgba(224, 235, 238, 0.82);
  font-size: 0.8rem;
  cursor: pointer;
}

.ship-repack-copy {
  border: 1px solid rgba(0, 184, 161, 0.25);
  border-radius: 12px;
  padding: 1rem;
  background: rgba(0, 184, 161, 0.06);
}

.ship-repack-copy h3,
.ship-repack-copy p {
  margin: 0;
}

.ship-repack-copy p {
  margin-top: 0.45rem;
  color: rgba(224, 235, 238, 0.72);
  line-height: 1.55;
}

.ship-review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.ship-review-block {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  padding: 0.9rem;
  background: rgba(255, 255, 255, 0.025);
}

.ship-review-block:first-child {
  grid-column: 1 / -1;
}

.ship-review-block h3,
.ship-review-block p {
  margin: 0;
}

.ship-review-block ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.7rem 0;
  padding: 0;
  list-style: none;
}

.ship-review-block li,
.ship-review-totals {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: rgba(224, 235, 238, 0.72);
  font-size: 0.78rem;
}

.ship-review-totals {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 0.7rem;
}

.ship-review-block address,
.ship-review-block p,
.ship-review-note {
  color: rgba(224, 235, 238, 0.7);
  font-size: 0.8rem;
  font-style: normal;
  line-height: 1.6;
}

.ship-review-note {
  margin: 0;
}

.ship-flow-status {
  min-height: 1.3rem;
  margin: 1rem 0 0;
}

.ship-flow-actions {
  justify-content: flex-end;
  margin-top: 0.75rem;
}

@media (max-width: 650px) {
  .mailbox-ship-bar,
  .shipment-card-header,
  .ship-flow-header {
    align-items: stretch;
    flex-direction: column;
  }

  .mailbox-ship-bar .btn-primary,
  .ship-flow-header .btn-ghost {
    width: 100%;
  }

  .ship-address-grid,
  .ship-review {
    grid-template-columns: 1fr;
  }

  .ship-review-block:first-child,
  .ship-field-wide {
    grid-column: auto;
  }

  .ship-flow-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

/* tempWebsite-only overrides */
html:has(.china2sa-landing),
html:has(.china2sa-landing) body.china2sa-landing {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.china2sa-landing .coming-soon-note {
  margin: 10px 0 0;
  color: #f87171;
  font-size: 0.95rem;
  font-weight: 600;
}

.china2sa-landing .landing-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 12px;
}

.china2sa-landing .landing-header-actions .coming-soon-note {
  margin: 0;
  flex: 1 0 100%;
  text-align: right;
}

.china2sa-landing .final-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.china2sa-landing .hero-video-modal__embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.china2sa-landing .hero-video-modal__embed .hero-video-modal__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1023px) {
  .china2sa-landing .site-header__inner,
  .china2sa-landing .section-container {
    width: min(1180px, calc(100% - 32px));
    max-width: calc(100% - 32px);
  }

  .china2sa-landing .brand-link__wordmark {
    height: clamp(52px, 9vw, 72px);
  }

  .china2sa-landing .landing-header-actions {
    display: flex;
    width: auto;
    max-width: 100%;
  }

  .china2sa-landing .landing-header-actions .button {
    min-width: 0;
    white-space: nowrap;
  }

  .china2sa-landing .c2sa-footer-info,
  .china2sa-landing .c2sa-footer-support {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .china2sa-landing .site-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 12px;
    min-height: 64px;
    width: min(1180px, calc(100% - 24px));
    max-width: calc(100% - 24px);
    padding: 8px 0;
  }

  .china2sa-landing .section-container {
    width: min(1180px, calc(100% - 24px));
    max-width: calc(100% - 24px);
  }

  .china2sa-landing .brand-link {
    max-width: calc(100% - 8px);
  }

  .china2sa-landing .brand-link__wordmark {
    height: 46px;
    max-width: min(220px, 58vw);
    object-fit: contain;
  }

  .china2sa-landing .landing-header-actions {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
    gap: 8px;
  }

  .china2sa-landing .landing-header-actions .button {
    width: auto;
    min-height: 44px;
    padding-inline: 12px;
    font-size: 12.5px;
    white-space: nowrap;
  }

  .china2sa-landing .landing-header-actions .coming-soon-note {
    flex: 1 0 100%;
    text-align: right;
    font-size: 0.88rem;
  }

  .china2sa-landing .hero-content {
    width: 100%;
    max-width: 100%;
    padding: 16px 0 18px;
    row-gap: 16px;
  }

  .china2sa-landing .hero-copy,
  .china2sa-landing .c2sa-hero-artwork,
  .china2sa-landing .hero-stepper,
  .china2sa-landing .hero-freight {
    width: 100%;
    max-width: 100%;
  }

  .china2sa-landing .hero-copy h1 {
    font-size: clamp(1.75rem, 7.6vw, 2.25rem);
    line-height: 1.08;
  }

  .china2sa-landing .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }

  .china2sa-landing .hero-actions .button {
    width: 100%;
    min-height: 48px;
  }

  .china2sa-landing .coming-soon-note {
    text-align: left;
  }

  .china2sa-landing .hero-freight {
    grid-template-columns: 1fr;
  }

  .china2sa-landing .final-cta-panel {
    padding: 36px 16px;
  }

  .china2sa-landing .final-cta-actions {
    width: 100%;
  }

  .china2sa-landing .final-cta-actions .button {
    width: 100%;
  }

  .china2sa-landing .final-cta-actions .coming-soon-note {
    text-align: center;
  }

  .china2sa-landing .hero-video-modal__card {
    width: calc(100% - 16px);
    max-width: calc(100% - 16px);
    max-height: calc(100dvh - 16px);
    margin: 8px auto;
    padding: 10px;
    overflow: auto;
  }

  .china2sa-landing .hero-video-modal .modal-header {
    align-items: flex-start;
    gap: 8px;
  }

  .china2sa-landing .hero-video-modal .modal-title {
    font-size: 1.05rem;
  }

  .china2sa-landing .hero-video-modal .modal-subtitle {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .china2sa-landing .c2sa-footer-info,
  .china2sa-landing .c2sa-footer-support,
  .china2sa-landing .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 430px) {
  .china2sa-landing .site-header__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .china2sa-landing .brand-link {
    justify-content: center;
  }

  .china2sa-landing .brand-link__wordmark {
    height: 42px;
    max-width: min(240px, 78vw);
  }

  .china2sa-landing .landing-header-actions {
    width: 100%;
    justify-content: stretch;
  }

  .china2sa-landing .landing-header-actions .button {
    width: 100%;
  }

  .china2sa-landing .landing-header-actions .coming-soon-note {
    text-align: center;
  }

  .china2sa-landing .hero-copy h1 {
    font-size: clamp(1.6rem, 8vw, 2rem);
  }

  .china2sa-landing .hero-tagline {
    font-size: clamp(1.05rem, 5.2vw, 1.3rem);
  }
}
