:root {
  color-scheme: light;
  /* Canonical design-token contract. Breakpoint values are mirrored by the
     checked media-query registry because custom properties are not valid in
     media-query conditions. */
  --font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 2rem;
  --font-weight-regular: 400;
  --font-weight-medium: 600;
  --font-weight-bold: 700;
  --font-weight-strong: 800;
  --line-height-tight: 1.2;
  --line-height-compact: 1.35;
  --line-height-normal: 1.6;
  --letter-spacing-tight: -0.02em;

  --space-0: 0;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --size-touch-target: 2.75rem;
  --size-control: 2.75rem;
  --size-icon-sm: 1rem;
  --size-icon-md: 1.5rem;
  --size-icon-lg: 2rem;
  --size-content: 74rem;
  --size-reading: 47rem;
  --storefront-stack-height: 0px;

  --radius-xs: 0.4rem;
  --radius-sm: 0.55rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.3rem;
  --radius-round: 50%;
  --radius-pill: 999px;
  --border-width-hairline: 1px;
  --border-width-strong: 2px;

  --breakpoint-compact: 20rem;
  --breakpoint-small-phone: 24rem;
  --breakpoint-phone: 26rem;
  --breakpoint-wide-phone: 30rem;
  --breakpoint-narrow: 40rem;
  --breakpoint-mobile: 46rem;
  --breakpoint-mobile-next: 46.001rem;
  --breakpoint-tablet-compact: 47.5rem;
  --breakpoint-tablet: 48rem;
  --breakpoint-content-compact: 52rem;
  --breakpoint-content: 54rem;
  --breakpoint-wide: 68rem;
  --breakpoint-wide-next: 68.001rem;
  --breakpoint-canvas: 82rem;

  --z-behind: -1;
  --z-base: 0;
  --z-raised: 1;
  --z-header: 100;
  --z-dock: 120;
  --z-overlay: 1000;
  --motion-duration-instant: 0.01ms;
  --motion-duration-fast: 140ms;
  --motion-duration-standard: 160ms;
  --motion-duration-slow: 280ms;
  --motion-duration-spinner: 850ms;
  --motion-duration-skeleton: 1.3s;
  --motion-easing-standard: ease;
  --motion-easing-linear: linear;

  --focus-ring-width: 3px;
  --focus-ring-offset: 3px;
  --focus-ring-offset-compact: 2px;
  --focus-ring-offset-tight: 1px;
  --focus-ring: var(--focus-ring-width) solid var(--focus);

  --bg: #f5f7fa;
  --bg-elevated: rgba(255, 255, 255, 0.92);
  --surface: #ffffff;
  --surface-soft: #edf1f6;
  --surface-strong: #111827;
  --text: #172033;
  --text-strong: #0b1220;
  --muted: #5d6878;
  --line: #d7dee8;
  --line-strong: #b8c3d1;
  --brand: #2256d8;
  --brand-hover: #1947bd;
  --brand-soft: #e8efff;
  --brand-ink: #153a96;
  --accent: #087b70;
  --accent-soft: #ddf6f1;
  --warning: #925d08;
  --warning-soft: #fff1ce;
  --danger: #b42318;
  --danger-soft: #fee9e7;
  --verified: #087b52;
  --verified-soft: #dcf7e9;
  --focus: #2f66e8;
  --shadow-sm: 0 1px 2px rgba(16, 24, 40, 0.06), 0 7px 20px rgba(16, 24, 40, 0.05);
  --shadow-md: 0 0 0 1px var(--line);
  --shadow-lg: 0 24px 64px rgba(16, 24, 40, 0.12);
  --shadow-header: 0 1px 0 rgba(16, 24, 40, 0.02);
  --shadow-dock: 0 -8px 28px rgba(16, 24, 40, 0.08);
  --shadow-none: none;
  --radius: var(--radius-md);
  --content: var(--size-content);
  --reading: var(--size-reading);
  --page-gutter: clamp(32px, 4vw, 48px);
  --page-gutter-compact: clamp(24px, 4vw, 32px);
  --sticky-content-offset: 8rem;
  --mobile-dock-offset: 0px;
  --text-muted: var(--muted);
  --surface-subtle: var(--surface-soft);
  --brand-solid: var(--brand);
  --success-solid: var(--verified);
  --success-soft: var(--verified-soft);
  --warning-solid: var(--warning);
  --danger-solid: var(--danger);
  --digital-solid: #5a55d6;
  --on-brand: #ffffff;
  --on-brand-hover: #0b1220;
  --on-brand-static: #ffffff;
  --on-danger: #ffffff;
  --brand-mark-bg: #e60012;
  --media-canvas: #000000;
  --overlay-scrim: rgba(3, 8, 16, 0.84);
  --dialog-scrim: rgba(5, 10, 18, 0.68);
  --profile-cover-brand: #172b4d;
  --profile-cover-accent: #15374f;
  --print-text: #000000;
  --print-surface: #ffffff;

  --status-neutral: var(--muted);
  --status-info: var(--brand);
  --status-success: var(--verified);
  --status-warning: var(--warning);
  --status-danger: var(--danger);
  --status-info-soft: var(--brand-soft);
  --status-success-soft: var(--verified-soft);
  --status-warning-soft: var(--warning-soft);
  --status-danger-soft: var(--danger-soft);
  --auction-urgency-calm: var(--text);
  --auction-urgency-soon: var(--accent);
  --auction-urgency-urgent: var(--warning);
  --auction-urgency-critical: var(--danger);
  --auction-urgency-soon-soft: var(--accent-soft);
  --auction-urgency-urgent-soft: var(--warning-soft);
  --auction-urgency-critical-soft: var(--danger-soft);
  --data-series-1: var(--brand);
  --data-series-2: var(--accent);
  --data-series-3: var(--digital-solid);
  --data-series-4: var(--verified);
  --data-series-5: var(--warning);
  --data-series-6: var(--danger);
  --data-grid: var(--line);
  --data-axis: var(--muted);
  /* One brand badge palette prevents the cart count from inverting between
     document paints while light or dark preference is restored. */
  --cart-badge-bg: #2256d8;
  --cart-badge-text: var(--on-brand-static);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #0d131c;
  --bg-elevated: rgba(15, 22, 32, 0.92);
  --surface: #151e2a;
  --surface-soft: #1b2735;
  --surface-strong: #edf3fb;
  --text: #dce5f0;
  --text-strong: #f7faff;
  --muted: #a3b0c1;
  --line: #2d3a49;
  --line-strong: #465568;
  --brand: #81a5ff;
  --brand-hover: #a6beff;
  --brand-soft: #1b3160;
  --brand-ink: #c4d4ff;
  --accent: #65d5c5;
  --accent-soft: #153b38;
  --warning: #f4c76d;
  --warning-soft: #3d3018;
  --danger: #ff9189;
  --danger-soft: #482220;
  --verified: #69dba9;
  --verified-soft: #153b2d;
  --focus: #9ab6ff;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.22), 0 8px 24px rgba(0, 0, 0, 0.18);
  --shadow-md: 0 0 0 1px var(--line);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, 0.34);
  --shadow-header: 0 1px 0 rgba(255, 255, 255, 0.04);
  --shadow-dock: 0 -8px 28px rgba(0, 0, 0, 0.32);
  --digital-solid: #aaa4ff;
  --on-brand: #0b1220;
  --on-brand-hover: #091123;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  scroll-padding-top: var(--sticky-content-offset);
}

body {
  margin: 0;
  min-width: 0;
  background:
    radial-gradient(circle at 88% -12%, color-mix(in srgb, var(--brand) 11%, transparent), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-md);
  line-height: var(--line-height-normal);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}

body.nav-open {
  overflow: hidden;
}

body.video-overlay-open {
  overflow: hidden;
}

a {
  color: var(--brand-ink);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--brand-hover);
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-ring-offset);
}

img,
svg {
  display: block;
  max-width: 100%;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: var(--z-overlay);
  top: 0.8rem;
  left: 0.8rem;
  transform: translateY(-150%);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--bg);
  padding: 0.65rem 0.9rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.header-shell {
  position: sticky;
  z-index: var(--z-header);
  top: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-header);
  backdrop-filter: blur(18px) saturate(140%);
}

.partnership-announcement {
  width: 100%;
  border-bottom: 1px solid color-mix(in srgb, var(--brand) 18%, var(--line));
  background: color-mix(in srgb, var(--brand-soft) 56%, var(--surface));
  color: var(--text);
}

.partnership-announcement-inner {
  display: flex;
  width: 100%;
  max-width: var(--content);
  min-width: 0;
  margin: 0 auto;
  padding: 0.48rem clamp(12px, 3vw, 24px);
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.16rem 0.55rem;
  font-size: clamp(0.78rem, 0.75rem + 0.18vw, 0.9rem);
  line-height: 1.35;
  text-align: center;
}

.partnership-announcement strong {
  color: var(--text-strong);
}

.partnership-announcement a {
  color: var(--brand-ink);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.site-header {
  display: flex;
  min-height: 4.5rem;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  align-items: center;
  gap: 0.8rem;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: clamp(8px, 0.65rem, 12px);
  color: var(--text-strong);
  text-decoration: none;
}

.brand-mark {
  display: block;
  width: clamp(34px, 2.15rem, 44px);
  height: clamp(34px, 2.15rem, 44px);
  border-radius: 0.65rem;
  overflow: hidden;
  background: var(--brand-mark-bg) url("data:image/webp;base64,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") center / cover no-repeat;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--brand-mark-bg) 28%, var(--line));
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: clamp(15px, 0.98rem, 20px);
  letter-spacing: 0.01em;
}

.brand-copy small {
  margin-top: clamp(2px, 0.2rem, 4px);
  color: var(--muted);
  font-size: clamp(10px, 0.68rem, 13px);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-search {
  position: relative;
  display: flex;
  width: min(24rem, 28vw);
  min-width: 13rem;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  align-items: center;
  overflow: visible;
  transition: border-color var(--motion-duration-standard) var(--motion-easing-standard),
    box-shadow var(--motion-duration-standard) var(--motion-easing-standard);
}

.header-search-suggestions {
  position: absolute;
  z-index: 40;
  top: calc(100% + 0.45rem);
  right: 0;
  left: 0;
  display: grid;
  max-height: min(26rem, 60vh);
  overflow-y: auto;
  border: 1px solid var(--line-strong);
  border-radius: 0.75rem;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  padding: 0.35rem;
  gap: 0.15rem;
  overscroll-behavior: contain;
}

.header-search-suggestions[hidden] {
  display: none;
}

.header-search-suggestion {
  display: grid;
  min-height: 44px;
  border-radius: 0.55rem;
  color: var(--text-strong);
  padding: 0.65rem 0.75rem;
  text-decoration: none;
  gap: 0.15rem;
}

.header-search-suggestion span {
  overflow: hidden;
  color: var(--muted);
  font-size: clamp(12px, 0.76rem, 16px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-suggestion:hover,
.header-search-suggestion[aria-selected="true"] {
  background: var(--surface-soft);
}

.header-search-suggestion:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-ring-offset-compact);
}

.header-search-row {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: stretch;
  gap: 0.55rem;
}

.header-search-row .header-search {
  flex: 1 1 auto;
}

.header-search .header-advanced-search {
  min-height: clamp(44px, 2.75rem, 56px);
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  background: var(--surface);
  color: var(--text-strong);
  padding: clamp(8px, 0.55rem, 12px) clamp(12px, 0.9rem, 18px);
  font-size: clamp(13px, 0.8rem, 17px);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  text-wrap: nowrap;
  white-space: nowrap;
}

.header-search .header-advanced-search:hover,
.header-search .header-advanced-search:focus-visible {
  border-color: var(--line-strong);
  background: var(--surface-soft);
  color: var(--text-strong);
}

.market-search {
  border-radius: 0.75rem;
}

.header-search:focus-within {
  border-color: var(--focus);
  outline: var(--focus-ring);
  outline-offset: var(--focus-ring-offset-compact);
}

.header-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-strong);
  padding: clamp(10px, 0.68rem, 16px) clamp(4px, 0.25rem, 8px) clamp(10px, 0.68rem, 16px) clamp(12px, 0.9rem, 18px);
  font: inherit;
  font-size: clamp(14px, 0.84rem, 20px);
}

.header-search input::placeholder {
  color: var(--muted);
}

.header-search button {
  min-height: clamp(44px, 2.75rem, 56px);
  margin: clamp(3px, 0.2rem, 5px);
  border: 0;
  border-radius: 0.55rem;
  background: var(--surface-strong);
  color: var(--bg);
  padding: clamp(6px, 0.4rem, 10px) clamp(10px, 0.72rem, 16px);
  font: inherit;
  font-size: clamp(13px, 0.75rem, 17px);
  font-weight: 800;
  cursor: pointer;
}

.market-search button {
  border: 0;
  border-radius: 0.55rem;
  background: var(--surface-strong);
  color: var(--bg);
  font-weight: 800;
  cursor: pointer;
}

.primary-nav {
  display: flex;
  margin-left: 0;
  align-items: center;
  gap: 0.15rem;
}

.primary-nav a,
.account-link {
  border-radius: var(--radius-sm);
  color: var(--muted);
  padding: clamp(7px, 0.48rem, 10px) clamp(9px, 0.65rem, 12px);
  font-size: clamp(14px, 0.88rem, 18px);
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: var(--surface-soft);
  color: var(--text-strong);
}

.account-link {
  border: 1px solid var(--line);
  background: var(--surface);
}

.account-link:hover {
  border-color: var(--line-strong);
  color: var(--text-strong);
}

.nav-toggle {
  display: none;
  width: clamp(44px, 2.75rem, 56px);
  height: clamp(44px, 2.75rem, 56px);
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  place-items: center;
}

.nav-toggle-lines,
.nav-toggle-lines::before,
.nav-toggle-lines::after {
  display: block;
  width: 1.12rem;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transition: transform var(--motion-duration-standard) var(--motion-easing-standard),
    opacity var(--motion-duration-standard) var(--motion-easing-standard);
}

.nav-toggle-lines::before {
  transform: translateY(-0.35rem);
}

.nav-toggle-lines::after {
  transform: translateY(0.23rem);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines {
  background: transparent;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::before {
  transform: translateY(0) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-lines::after {
  transform: translateY(-2px) rotate(-45deg);
}

.mobile-dock {
  display: none;
}

.site-header.canonical-header {
  display: grid;
  width: min(calc(100% - var(--page-gutter)), var(--content));
  min-height: clamp(112px, 7rem, 144px);
  max-width: var(--content);
  padding: clamp(8px, 0.65rem, 12px) 0;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  grid-template-areas:
    "brand navigation utilities theme"
    "search search search search";
  column-gap: clamp(8px, 0.7rem, 14px);
  row-gap: clamp(6px, 0.55rem, 10px);
}

.canonical-header .brand {
  min-width: 0;
  grid-area: brand;
}

.canonical-header .header-search-row {
  min-width: 0;
  grid-area: search;
}

.canonical-header .header-search {
  width: 100%;
  max-width: none;
  min-width: 0;
  margin: 0;
  justify-self: stretch;
}

.canonical-header .canonical-nav {
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-top: 0;
  justify-content: safe center;
  grid-area: navigation;
  overflow-x: auto;
  scrollbar-width: thin;
}

.canonical-header .header-utilities {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.3rem;
  grid-area: utilities;
}

.canonical-header .account-access-group {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.3rem;
}

.canonical-header .account-link {
  display: inline-flex;
  min-height: clamp(44px, 2.75rem, 56px);
  align-items: center;
  justify-content: center;
}

.canonical-header .customer-auth-action {
  min-width: 5.65em;
  cursor: pointer;
}

.canonical-header .customer-auth-action[aria-disabled="true"] {
  cursor: wait;
  opacity: 0.7;
}

.canonical-header .cart-link {
  display: inline-flex;
  min-height: clamp(44px, 2.75rem, 56px);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--muted);
  padding: clamp(7px, 0.42rem, 10px) clamp(9px, 0.58rem, 12px);
  align-items: center;
  gap: clamp(5px, 0.38rem, 8px);
  font-size: clamp(13px, 0.82rem, 17px);
  font-weight: 720;
  text-decoration: none;
  white-space: nowrap;
}

.canonical-header .cart-link:hover,
.canonical-header .cart-link[aria-current="page"] {
  border-color: var(--line-strong);
  background: var(--surface-soft);
  color: var(--text-strong);
}

.canonical-header .cart-count {
  display: grid;
  flex: 0 0 auto;
  min-width: clamp(22px, 1.35rem, 28px);
  height: clamp(22px, 1.35rem, 28px);
  border-radius: 999px;
  background: var(--cart-badge-bg);
  color: var(--cart-badge-text);
  place-items: center;
  font-size: clamp(11px, 0.7rem, 14px);
  font-variant-numeric: tabular-nums;
  font-weight: 850;
  line-height: 1;
}

.canonical-header .theme-control {
  margin: 0;
  grid-area: theme;
}

.canonical-header .nav-toggle {
  grid-area: toggle;
}

.theme-control {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: clamp(44px, 2.75rem, 56px);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  padding: clamp(3px, 0.2rem, 5px);
  align-items: center;
  gap: 0.15rem;
}

.theme-control-indicator,
.theme-control-label {
  display: none;
}

.theme-control-options {
  display: inline-flex;
  gap: 0.08rem;
}

.theme-control-choice {
  min-height: clamp(30px, 1.85rem, 40px);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: clamp(3px, 0.18rem, 5px) clamp(7px, 0.5rem, 11px);
  font-size: clamp(12px, 0.7rem, 15px);
  font-weight: 800;
  cursor: pointer;
}

.theme-control-choice[data-theme-choice="system"] {
  min-width: clamp(78px, 6.15rem, 110px);
}

.theme-auto-resolution::after {
  content: " (Light)";
}

html[data-theme="dark"] .theme-auto-resolution::after {
  content: " (Dark)";
}

.theme-control-choice:hover {
  color: var(--text-strong);
}

.theme-control-choice[aria-pressed="true"] {
  background: var(--surface-strong);
  color: var(--bg);
}

html[data-theme-source="system"] .theme-control-choice[data-theme-choice="system"],
html[data-theme-source="user"][data-theme="light"] .theme-control-choice[data-theme-choice="light"],
html[data-theme-source="user"][data-theme="dark"] .theme-control-choice[data-theme-choice="dark"] {
  background: var(--surface-strong);
  color: var(--bg);
}

.page-shell {
  width: min(calc(100% - var(--page-gutter)), var(--content));
  margin: 0 auto;
}

.launch-preview-disclosure {
  width: min(calc(100% - var(--page-gutter)), var(--content));
  margin: 0.45rem auto 0;
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-soft) 34%, var(--surface));
  color: var(--muted);
  padding: 0.38rem 0.8rem;
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: center;
}

.launch-preview-disclosure strong {
  color: var(--text-strong);
}

.launch-preview-disclosure a {
  color: var(--brand-ink);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

main {
  min-height: calc(100vh - 13rem);
}

.hero {
  display: grid;
  padding: clamp(60px, 8vw, 112px) 0 clamp(48px, 7vw, 88px);
  align-items: center;
  gap: clamp(32px, 6vw, 72px);
  grid-template-columns: minmax(0, 1.16fr) minmax(20rem, 0.84fr);
}

.eyebrow {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 clamp(12px, 1rem, 18px);
  color: var(--brand-ink);
  align-items: center;
  gap: clamp(7px, 0.55rem, 10px);
  flex-wrap: wrap;
  font-size: clamp(12px, 0.75rem, 15px);
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-wrap: balance;
  text-transform: uppercase;
}

.eyebrow::before {
  width: clamp(8px, 0.55rem, 10px);
  height: clamp(8px, 0.55rem, 10px);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 clamp(3px, 0.25rem, 5px) var(--accent-soft);
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--text-strong);
  line-height: 1.12;
  text-wrap: balance;
  overflow-wrap: normal;
  hyphens: none;
}

.hero-lead,
.page-intro,
.storefront-page-head > p,
.storefront-section-heading > p,
.section-heading > p,
.card p,
.notice,
.boundary-note,
.launch-preview-disclosure {
  text-wrap: pretty;
}

h1 {
  max-width: 15ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.55rem, 6vw, 5.35rem);
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  letter-spacing: -0.015em;
}

.hero-lead,
.page-intro {
  max-width: 42rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
}

.hero-actions,
.button-row {
  display: flex;
  margin-top: 1.75rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.button,
button.button {
  display: inline-flex;
  max-width: 100%;
  min-height: clamp(46px, 2.85rem, 64px);
  border: 1px solid transparent;
  border-radius: 0.72rem;
  background: var(--brand);
  color: var(--on-brand);
  padding: clamp(10px, 0.68rem, 14px) clamp(14px, 1rem, 20px);
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 0.5rem, 10px);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  transition: background var(--motion-duration-fast) var(--motion-easing-standard),
    border-color var(--motion-duration-fast) var(--motion-easing-standard),
    transform var(--motion-duration-fast) var(--motion-easing-standard);
}

html[data-theme="dark"] .button,
html[data-theme="dark"] button.button {
  color: var(--on-brand);
}

.button:hover,
button.button:hover {
  background: var(--brand-hover);
  color: var(--on-brand-hover);
  transform: translateY(-1px);
}

html[data-theme="dark"] .button:hover,
html[data-theme="dark"] button.button:hover {
  color: var(--on-brand-hover);
}

.button.secondary {
  border-color: var(--line-strong);
  background: var(--surface);
  color: var(--text-strong);
}

.button.secondary:hover {
  border-color: var(--brand);
  background: var(--brand-soft);
  color: var(--brand-ink);
}

html[data-theme="dark"] .button.secondary,
html[data-theme="dark"] button.button.secondary {
  color: var(--text-strong);
}

html[data-theme="dark"] .button.secondary:hover,
html[data-theme="dark"] button.button.secondary:hover {
  color: var(--brand-ink);
}

.button.small {
  min-height: 2.35rem;
  padding: 0.48rem 0.75rem;
  font-size: 0.86rem;
}

.button:disabled,
button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.hero-proof {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.hero-proof::before {
  display: block;
  height: 0.35rem;
  background: linear-gradient(90deg, var(--brand), var(--accent));
  content: "";
}

.proof-heading {
  padding: 1.4rem 1.4rem 0.35rem;
}

.proof-heading p {
  margin-bottom: 0.35rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.proof-heading h2 {
  margin: 0;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.proof-list {
  margin: 0;
  padding: 0.8rem 1.4rem 1.45rem;
  list-style: none;
}

.proof-list li {
  display: grid;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  align-items: center;
  gap: 0.25rem 0.8rem;
  grid-template-columns: 1.2rem 1fr auto;
}

.proof-list li:last-child {
  border-bottom: 0;
}

.proof-check {
  display: grid;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--verified-soft);
  color: var(--verified);
  place-items: center;
  font-size: 0.75rem;
  font-weight: 900;
}

.proof-list strong {
  color: var(--text-strong);
  font-size: 0.93rem;
}

.proof-list small {
  color: var(--muted);
  font-size: 0.74rem;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  border: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  padding: 0.28rem 0.55rem;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.7rem;
  font-weight: 830;
  line-height: 1.15;
  white-space: normal;
  text-align: center;
  overflow-wrap: anywhere;
}

.status-pill[data-tone="verified"],
.status-pill.is-defined {
  background: var(--verified-soft);
  color: var(--verified);
}

.status-pill[data-tone="warning"],
.status-pill.is-gated {
  background: var(--warning-soft);
  color: var(--warning);
}

.status-pill[data-tone="danger"] {
  background: var(--danger-soft);
  color: var(--danger);
}

.section {
  padding: clamp(56px, 7vw, 104px) 0;
  border-top: 1px solid var(--line);
}

.section.soft {
  position: relative;
}

.section.soft::before {
  position: absolute;
  z-index: var(--z-behind);
  inset: 0;
  background: color-mix(in srgb, var(--surface-soft) 66%, transparent);
  content: "";
}

.section-heading {
  display: grid;
  margin-bottom: clamp(28px, 2.2rem, 40px);
  align-items: end;
  gap: clamp(16px, 1rem, 24px) clamp(24px, 3rem, 48px);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, clamp(280px, 18rem, 440px)), 1fr));
}

.section-heading > *,
.card-grid > *,
.card,
.flow-list,
.flow-list li,
.flow-list li > * {
  min-width: 0;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.system-map {
  display: grid;
  align-items: stretch;
  gap: 0.8rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.system-node {
  position: relative;
  min-height: 13.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
}

.system-node-number {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: 0.6rem;
  background: var(--brand-soft);
  color: var(--brand-ink);
  place-items: center;
  font-size: 0.8rem;
  font-weight: 900;
}

.system-node p,
.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.system-node ul,
.check-list,
.plain-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.system-node li,
.check-list li {
  position: relative;
  margin-top: 0.45rem;
  padding-left: 1.15rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.system-node li::before,
.check-list li::before {
  position: absolute;
  top: 0.48em;
  left: 0;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.card-grid {
  display: grid;
  gap: clamp(16px, 1rem, 24px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: clamp(18px, 1.25rem, 28px);
}

.card-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--brand-ink);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.card-footer {
  margin-top: 1.1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.signin-form {
  display: grid;
  margin-top: 1rem;
  gap: 0.9rem;
}

.signin-form > p {
  margin: 0;
  color: var(--muted);
}

.signin-field {
  min-width: 0;
}

.signin-field label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--text-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.signin-field [aria-invalid="true"] {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.signin-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.text-link {
  font-size: 0.9rem;
  font-weight: 800;
}

.boundary-note,
.notice {
  border: 1px solid var(--line);
  border-left: 0.28rem solid var(--accent);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--muted);
  padding: 1rem 1.1rem;
}

.boundary-note strong,
.notice strong {
  color: var(--text-strong);
}

.page-hero {
  padding: clamp(36px, 4.5vw, 64px) 0 clamp(32px, 4vw, 52px);
}

.page-hero h1 {
  max-width: 19ch;
  font-size: clamp(2.25rem, 4.4vw, 4rem);
  line-height: 1.04;
}

.page-meta {
  display: flex;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.marketplace-panel {
  overflow: hidden;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
}

.marketplace-toolbar {
  padding: 1.15rem;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-soft) 64%, var(--surface));
}

.marketplace-toolbar-top {
  display: flex;
  margin-bottom: 0.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.marketplace-toolbar-top p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.catalog-search {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

.catalog-search input,
.contact-field input,
.contact-field select,
.contact-field textarea,
.signin-field input {
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 0.7rem;
  background: var(--bg);
  color: var(--text-strong);
  padding: clamp(10px, 0.72rem, 14px) clamp(10px, 0.82rem, 14px);
  font-size: clamp(16px, 1rem, 22px);
}

.catalog-search input {
  min-height: 2.85rem;
}

.catalog-search input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.catalog-search input::placeholder,
.contact-field input::placeholder,
.contact-field textarea::placeholder,
.signin-field input::placeholder {
  color: color-mix(in srgb, var(--muted) 80%, transparent);
}

.catalog-stage {
  min-height: 24rem;
  padding: clamp(1.2rem, 4vw, 2rem);
}

.catalog-state {
  display: grid;
  min-height: 20rem;
  padding: 2rem;
  text-align: center;
  place-items: center;
}

.catalog-state-inner {
  max-width: 34rem;
}

.state-symbol {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1.15rem;
  border-radius: 1rem;
  background: var(--warning-soft);
  color: var(--warning);
  place-items: center;
  font-size: 1.35rem;
  font-weight: 900;
}

.state-symbol.is-loading {
  border: 3px solid var(--line);
  border-top-color: var(--brand);
  border-radius: 50%;
  background: transparent;
  animation: spin var(--motion-duration-spinner) var(--motion-easing-linear) infinite;
}

.catalog-state h2 {
  font-size: 1.55rem;
}

.catalog-state p {
  color: var(--muted);
}

.catalog-state .button {
  margin-top: 0.5rem;
}

.catalog-summary {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.catalog-summary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.listing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.listing-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.listing-media {
  display: grid;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--brand-soft) 76%, var(--surface)), var(--surface-soft));
  color: var(--muted);
  place-items: center;
  font-size: 0.78rem;
  font-weight: 750;
}

.listing-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listing-body {
  padding: 1rem;
}

.listing-body h3 {
  overflow: hidden;
  display: -webkit-box;
  min-height: 2.4em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-price {
  margin: 0.75rem 0 0;
  color: var(--text-strong);
  font-size: 1.15rem;
  font-weight: 850;
}

.listing-presentation {
  display: grid;
  gap: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-soft);
  padding: clamp(1rem, 2.5vw, 1.5rem);
}

.listing-purchase .listing-presentation {
  border: 0;
  background: transparent;
  padding: 0;
}

.listing-presentation > * {
  margin-block: 0;
}

.listing-presentation h1,
.listing-presentation h2,
.listing-presentation h3,
.listing-presentation h4 {
  color: var(--text-strong);
  text-wrap: balance;
}

.listing-presentation .product-assurance,
.listing-presentation-description,
.listing-presentation-condition,
.listing-deadline,
.listing-subtitle {
  color: var(--muted);
}

.listing-presentation .listing-price {
  display: flex;
  margin: 0.2rem 0;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.listing-presentation .listing-price strong {
  color: var(--text-strong);
  font-size: clamp(1.55rem, 4vw, 2rem);
}

.listing-presentation .listing-price span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 750;
}

.listing-presentation-policies {
  display: grid;
  margin: 0.25rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
  grid-template-columns: minmax(6.5rem, 0.35fr) minmax(0, 1fr);
  gap: 0.45rem 0.9rem;
}

.listing-presentation-policies dt {
  color: var(--text-strong);
  font-size: 0.78rem;
  font-weight: 850;
}

.listing-presentation-policies dd {
  margin: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
}

@media (max-width: 30rem) {
  .listing-presentation-policies {
    grid-template-columns: 1fr;
    gap: 0.18rem;
  }

  .listing-presentation-policies dd + dt {
    margin-top: 0.55rem;
  }
}

.listing-status {
  margin-top: 0.65rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.readiness-table-wrap {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.readiness-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.readiness-table th,
.readiness-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.readiness-table tr:last-child td {
  border-bottom: 0;
}

.readiness-table th {
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.readiness-table td {
  color: var(--muted);
  font-size: 0.86rem;
}

.readiness-table td:first-child {
  color: var(--text-strong);
  font-weight: 800;
}

.flow-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: clamp(16px, 1rem, 24px);
  list-style: none;
  counter-reset: flow;
}

.flow-list li {
  display: grid;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: clamp(16px, 1.1rem, 24px);
  align-items: start;
  gap: clamp(12px, 0.9rem, 20px);
  grid-template-columns: clamp(32px, 2rem, 44px) minmax(0, 1fr);
  counter-increment: flow;
}

.flow-list li::before {
  display: grid;
  width: clamp(32px, 2rem, 44px);
  height: clamp(32px, 2rem, 44px);
  border-radius: 0.65rem;
  background: var(--brand-soft);
  color: var(--brand-ink);
  content: counter(flow);
  place-items: center;
  font-size: 0.78rem;
  font-weight: 900;
}

.flow-list p {
  margin: 0.28rem 0 0;
  color: var(--muted);
  font-size: clamp(15px, 0.88rem, 24px);
}

.timeline {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline-step {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: 1.25rem;
}

.timeline-step::before {
  position: absolute;
  top: 0;
  right: 1.25rem;
  left: 1.25rem;
  height: 0.2rem;
  border-radius: 0 0 999px 999px;
  background: var(--brand);
  content: "";
}

.timeline-range {
  display: block;
  margin-bottom: 1rem;
  color: var(--brand-ink);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-step p,
.timeline-step li {
  color: var(--muted);
  font-size: 0.86rem;
}

.timeline-step ul {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.exit-check {
  margin-top: 1rem;
  padding-top: 0.9rem;
  border-top: 1px solid var(--line);
}

.exit-check strong {
  color: var(--text-strong);
  font-size: 0.78rem;
}

.contact-layout {
  display: grid;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(16rem, 0.62fr) minmax(0, 1fr);
}

.contact-context {
  position: sticky;
  top: var(--sticky-content-offset);
}

.contact-context p,
.contact-context li {
  color: var(--muted);
}

.contact-context ul {
  padding-left: 1.15rem;
}

.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.contact-field-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-field {
  min-width: 0;
}

.contact-field.is-wide {
  grid-column: 1 / -1;
}

.contact-field label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: var(--text-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.contact-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-field [aria-invalid="true"] {
  border-color: var(--danger);
  background: var(--danger-soft);
}

.contact-field-meta {
  display: flex;
  min-height: 1.4rem;
  margin-top: 0.28rem;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.contact-field-meta small,
.contact-error {
  color: var(--muted);
  font-size: 0.74rem;
}

.contact-error:not(:empty) {
  color: var(--danger);
  font-weight: 750;
}

.contact-form-footer {
  display: flex;
  margin-top: 1.2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-form-footer p {
  max-width: 22rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.contact-form-status {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.contact-form-status.is-error {
  color: var(--danger);
}

.contact-form-status.is-success {
  color: var(--verified);
}

.cta-panel {
  display: grid;
  overflow: hidden;
  margin: 0 0 clamp(3.5rem, 7vw, 6.5rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(120deg, color-mix(in srgb, var(--brand-soft) 76%, var(--surface)), var(--surface));
  padding: clamp(1.5rem, 5vw, 3rem);
  align-items: center;
  gap: 1.5rem 3rem;
  grid-template-columns: 1fr auto;
}

.cta-panel h2 {
  max-width: 18ch;
  margin-bottom: 0.6rem;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.cta-panel p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 62%, transparent);
}

.footer-inner {
  display: grid;
  width: min(calc(100% - var(--page-gutter)), var(--content));
  margin: 0 auto;
  padding: 2.3rem 0;
  align-items: center;
  gap: 1rem 2rem;
  grid-template-columns: 1fr auto;
}

.footer-inner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.canonical-footer-grid {
  align-items: start;
  padding: 3rem 0 1.4rem;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.canonical-footer-intro {
  display: grid;
  max-width: 24rem;
  gap: 0.75rem;
}

.canonical-footer-intro .brand {
  width: max-content;
}

.canonical-footer-intro p {
  line-height: 1.55;
}

.canonical-footer-intro .footer-availability {
  font-size: 0.72rem;
}

.canonical-footer-section {
  display: grid;
  align-content: start;
  gap: 0.52rem;
}

.canonical-footer-section strong {
  margin-bottom: 0.2rem;
  color: var(--text-strong);
  font-size: 0.78rem;
}

.canonical-footer-section a {
  color: var(--muted);
  font-size: 0.76rem;
  text-decoration: none;
}

.canonical-footer-section a:hover,
.canonical-footer-section a[aria-current="page"] {
  color: var(--text-strong);
}

.canonical-footer-bottom {
  display: flex;
  padding-top: 1.15rem;
  border-top: 1px solid var(--line);
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  grid-column: 1 / -1;
}

.canonical-footer-bottom p {
  font-size: 0.72rem;
}

@media (min-width: 30rem) {
  .canonical-footer-intro {
    grid-column: 1 / -1;
  }
}

.copyright-trigger {
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}

.copyright-trigger:hover {
  color: var(--text-strong);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

.video-overlay {
  position: fixed;
  z-index: var(--z-overlay);
  inset: 0;
  display: grid;
  background: var(--overlay-scrim);
  padding: 1.25rem;
  place-items: center;
  backdrop-filter: blur(9px);
}

.video-overlay-panel {
  width: min(58rem, 100%);
  max-height: calc(100vh - 2.5rem);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  padding: 1.2rem;
}

.video-overlay-close {
  float: right;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-soft);
  padding: 0.45rem 0.7rem;
  font-weight: 800;
  cursor: pointer;
}

.video-overlay-panel h2 {
  margin: 0 5rem 1rem 0;
  font-size: 1.3rem;
}

.video-overlay-player {
  width: 100%;
  max-height: 70vh;
  border-radius: var(--radius);
  background: var(--media-canvas);
}

.video-overlay-description {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 12rem);
  padding: 4rem 0;
  place-items: center;
  text-align: center;
}

.not-found-inner {
  max-width: 38rem;
}

.not-found h1 {
  margin-right: auto;
  margin-left: auto;
}

.not-found-code {
  display: block;
  margin-bottom: 1rem;
  color: var(--brand-ink);
  font-size: clamp(4.5rem, 18vw, 9rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.85;
}

@media (max-width: 68rem) {
  .canonical-footer-bottom {
    grid-column: 1 / -1;
  }

  .site-header {
    flex-wrap: wrap;
  }

  .site-header.canonical-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand utilities theme toggle"
      "search search search search"
      "navigation navigation navigation navigation";
    row-gap: 0.4rem;
  }

  .site-header.canonical-header .nav-toggle {
    display: none;
  }

  .header-search {
    width: min(24rem, 38vw);
    margin-left: auto;
  }

  .site-header.canonical-header .primary-nav {
    display: flex;
    visibility: visible;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0.45rem 0.5rem 0.25rem;
    border-top: 1px solid var(--line);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .site-header.canonical-header .primary-nav::-webkit-scrollbar {
    display: none;
  }

  .site-header.canonical-header .primary-nav.is-open {
    display: flex;
  }

  .primary-nav a {
    display: inline-flex;
    min-height: clamp(44px, 2.75rem, 56px);
    padding: 0.65rem 0.8rem;
    align-items: center;
    scroll-margin-inline: 0.5rem;
  }

  .theme-control {
    margin-left: 0;
  }

  .canonical-header .account-link {
    display: none;
  }

  .canonical-header .customer-auth-action {
    display: inline-flex;
  }

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

  .hero-copy {
    max-width: 48rem;
  }

  .hero-proof {
    max-width: 42rem;
  }

  .system-map,
  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .system-node:nth-child(2)::after {
    display: none;
  }

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

@media (min-width: 46.001rem) and (max-width: 68rem) {
  .canonical-header .header-utilities .account-link {
    display: inline-flex;
  }
}

@media (min-width: 68.001rem) and (max-width: 82rem) {
  .canonical-header .theme-auto-resolution::after {
    content: "";
  }

  .canonical-header .theme-control-choice[data-theme-choice="system"] {
    min-width: clamp(72px, 4.5rem, 82px);
  }

  .canonical-header .primary-nav {
    gap: 0;
  }

  .canonical-header .primary-nav a {
    padding-right: clamp(8px, 0.5rem, 10px);
    padding-left: clamp(8px, 0.5rem, 10px);
    font-size: clamp(13px, 0.82rem, 16px);
  }
}

@media (max-width: 52rem) {
  .site-header.canonical-header {
    grid-template-columns: minmax(0, 1fr) auto auto;
    grid-template-areas:
      "brand utilities toggle"
      "search search search"
      "theme theme theme"
      "navigation navigation navigation";
    row-gap: 0.4rem;
  }

  .canonical-header .theme-control {
    width: fit-content;
    max-width: 100%;
    justify-self: start;
  }

  .canonical-header .header-search {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}

@media (max-width: 46rem), (max-height: 32rem) and (max-width: 60rem) {
  .partnership-announcement-inner {
    display: grid;
    gap: 0.18rem;
    justify-content: stretch;
    text-align: left;
  }

  body {
    padding-bottom: calc(var(--mobile-dock-offset, 4.7rem) + 0.75rem);
  }

  html {
    scroll-padding-bottom: calc(var(--mobile-dock-offset, 4.7rem) + 1rem);
  }

  :where(input, textarea, select, button, a[href], [tabindex]):focus {
    scroll-margin-bottom: calc(var(--mobile-dock-offset, 4.7rem) + 1rem);
  }

  .launch-preview-disclosure {
    width: calc(100% - 1rem);
    margin-top: 0.35rem;
    border-radius: 0.7rem;
    padding: clamp(7px, 0.45rem, 10px) clamp(10px, 0.65rem, 14px);
    font-size: clamp(12px, 0.69rem, 16px);
    text-align: left;
  }

  .site-header {
    min-height: 4.1rem;
    padding-top: max(0.65rem, env(safe-area-inset-top));
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .site-header.canonical-header {
    width: min(calc(100% - var(--page-gutter-compact)), var(--content));
    min-height: 0;
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "search";
    row-gap: 0.5rem;
  }

  .canonical-header .header-utilities,
  .canonical-header .theme-control,
  .site-header.canonical-header .nav-toggle,
  .site-header.canonical-header .primary-nav,
  .site-header.canonical-header .primary-nav.is-open {
    display: none;
    visibility: hidden;
  }

  .brand-copy small {
    display: none;
  }

  .header-search {
    display: none;
  }

  .canonical-header .header-search {
    display: flex;
  }

  .header-search-row {
    gap: 0.4rem;
  }

  .header-search .header-advanced-search {
    display: none;
  }

  .mobile-dock {
    position: fixed;
    z-index: var(--z-dock);
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    min-height: calc(clamp(66px, 4.15rem, 82px) + env(safe-area-inset-bottom));
    padding: clamp(5px, 0.35rem, 8px) clamp(6px, 0.45rem, 10px) max(clamp(5px, 0.35rem, 8px), env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: color-mix(in srgb, var(--bg-elevated) 94%, transparent);
    box-shadow: var(--shadow-dock);
    backdrop-filter: blur(18px) saturate(150%);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .mobile-dock-link {
    display: grid;
    min-width: 0;
    min-height: clamp(54px, 3.4rem, 68px);
    border-radius: 0.75rem;
    color: var(--muted);
    place-content: center;
    justify-items: center;
    gap: 0;
    font-size: clamp(12px, 0.72rem, 16px);
    font-weight: 760;
    line-height: 1.2;
    padding-inline: clamp(2px, 0.15rem, 4px);
    text-align: center;
    overflow-wrap: normal;
    white-space: nowrap;
    text-decoration: none;
  }

  .mobile-dock-link:hover,
  .mobile-dock-link[aria-current="page"] {
    background: var(--surface-soft);
    color: var(--text-strong);
  }

  .theme-control-choice {
    padding-right: 0.42rem;
    padding-left: 0.42rem;
    font-size: 0.66rem;
  }

  .page-shell,
  .footer-inner {
    width: min(calc(100% - var(--page-gutter-compact)), var(--content));
  }

  .hero,
  .page-hero {
    padding-top: 2.4rem;
  }

  h1 {
    max-width: none;
    font-size: clamp(34px, 2.2rem, 50px);
    letter-spacing: -0.045em;
    line-height: 1.06;
  }

  .page-hero h1 {
    font-size: clamp(34px, 2.25rem, 50px);
  }

  h2 {
    font-size: clamp(28px, 1.75rem, 48px);
  }

  h3,
  .flow-list strong {
    font-size: clamp(18px, 1.08rem, 28px);
  }

  .hero,
  .page-hero {
    padding-top: clamp(36px, 2.4rem, 48px);
  }

  .section-heading,
  .contact-layout,
  .cta-panel,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .contact-context {
    position: static;
  }

  .card-grid,
  .card-grid.two,
  .system-map,
  .timeline,
  .listing-grid,
  .contact-field-grid {
    grid-template-columns: 1fr;
  }

  .system-node {
    min-height: 0;
  }

  .proof-list li {
    grid-template-columns: 1.2rem 1fr;
  }

  .proof-list .status-pill {
    grid-column: 2;
  }

  .catalog-search {
    grid-template-columns: 1fr;
  }

  .catalog-search .button {
    width: 100%;
  }

  .marketplace-toolbar-top,
  .contact-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .readiness-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .readiness-table,
  .readiness-table tbody,
  .readiness-table tr,
  .readiness-table td {
    display: block;
    width: 100%;
  }

  .readiness-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .readiness-table tr {
    margin-bottom: 0.8rem;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow-sm);
    padding: 0.4rem 1rem;
  }

  .readiness-table td,
  .readiness-table tr:last-child td {
    padding: 0.65rem 0;
    border-bottom: 1px solid var(--line);
  }

  .readiness-table td:last-child {
    border-bottom: 0;
  }

  .readiness-table td::before {
    display: block;
    margin-bottom: 0.18rem;
    color: var(--muted);
    content: attr(data-label);
    font-size: 0.66rem;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }

  .cta-panel .button {
    width: 100%;
  }

  .footer-inner {
    padding-bottom: max(2.3rem, calc(1.2rem + env(safe-area-inset-bottom)));
  }
}

@media (max-width: 26rem) {
  .site-header.canonical-header {
    padding-top: max(8px, env(safe-area-inset-top));
    padding-bottom: 8px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "brand"
      "search";
    row-gap: 0.4rem;
  }

  .canonical-header .brand-copy {
    display: grid;
  }

  .canonical-header .brand-copy small {
    display: none;
  }

  .canonical-header .brand {
    gap: 8px;
  }

  .canonical-header .brand-mark {
    width: clamp(34px, 2.15rem, 44px);
    height: clamp(34px, 2.15rem, 44px);
    flex: 0 0 auto;
  }

  .canonical-header .brand-copy strong {
    font-size: clamp(15px, 0.98rem, 24px);
  }

  .canonical-header .header-search {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .canonical-header .header-search .header-advanced-search {
    display: none;
  }

  .canonical-header .header-search input {
    width: auto;
    min-width: 0;
    flex: 1 1 3rem;
  }

  .canonical-header .header-search > button {
    flex: 0 0 auto;
  }

}

@media (max-width: 20rem) {
  .canonical-header .brand-copy {
    display: grid;
  }

  .canonical-header .brand-copy strong {
    font-size: 0.86rem;
  }
}

@media (max-width: 24rem) {
  .site-header.canonical-header {
    padding-right: 0;
    padding-left: 0;
    column-gap: 0.4rem;
  }

  .header-search input {
    padding-left: 0.65rem;
    font-size: 0.8rem;
  }

  .header-search button {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 0.69rem;
  }
}

@media (max-width: 30rem) {
  .canonical-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: var(--motion-duration-instant) !important;
    animation-iteration-count: 1 !important;
    transition-duration: var(--motion-duration-instant) !important;
  }
}


@media (forced-colors: active) {
  :focus-visible,
  .skip-link:focus {
    outline: var(--focus-ring-width) solid Highlight;
    outline-offset: var(--focus-ring-offset-compact);
  }

  .brand[aria-current="page"],
  .primary-nav a[aria-current="page"],
  .mobile-dock-link[aria-current="page"],
  .theme-control-choice[aria-pressed="true"],
  [role="tab"][aria-selected="true"],
  [role="option"][aria-selected="true"] {
    border: var(--border-width-strong) solid Highlight;
    forced-color-adjust: auto;
  }

  .status-pill,
  [role="status"],
  [aria-live]:not([aria-live="off"]) {
    border: var(--border-width-hairline) solid CanvasText;
  }

  .button,
  button,
  input,
  select,
  textarea {
    border-color: ButtonText;
  }
}

@media print {
  .header-shell,
  .partnership-announcement,
  .launch-preview-disclosure,
  .site-footer,
  .hero-actions,
  .cta-panel,
  .nav-toggle,
  .mobile-dock,
  .theme-control {
    display: none !important;
  }

  body {
    background: var(--print-surface);
    color: var(--print-text);
  }

  .page-shell {
    width: 100%;
  }

  .card,
  .system-node,
  .timeline-step,
  .readiness-table-wrap {
    box-shadow: none;
    break-inside: avoid;
  }
}
