/* SWING Editorial Signal
   Customer-facing visual system. Loaded after the legacy styles so existing
   workflows and selectors keep working while the presentation stays unified. */

:root {
  --editorial-paper: #f1eee7;
  --editorial-paper-soft: #e7e3da;
  --editorial-ink: #121313;
  --editorial-ink-soft: #5e5d58;
  --editorial-night: #101113;
  --editorial-panel: #18191d;
  --editorial-panel-soft: #202126;
  --editorial-blue: #2948bd;
  --editorial-blue-bright: #5673e8;
  --editorial-coral: #d85f51;
  --editorial-green: #72bf8d;
  --editorial-gold: #d3a66f;
  --editorial-line: rgba(18, 19, 19, 0.2);
  --editorial-line-light: rgba(241, 238, 231, 0.16);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "DM Mono", "SFMono-Regular", Consolas, monospace;
  --radius-sm: 4px;
  --radius: 6px;
  --radius-lg: 8px;
  --container: 1320px;
  --container-wide: 1480px;
}

* {
  letter-spacing: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
}

body::after,
.atmosphere,
.noise,
.orb {
  display: none !important;
}

body::before {
  opacity: 0.018;
  mix-blend-mode: multiply;
}

h1,
h2,
.hero-h1,
.panel-heading,
.preview-title,
.manifesto-text,
.legal-hero h1 {
  font-family: var(--serif);
  font-weight: 400;
}

.italic,
.hero-h1 em {
  font-family: inherit;
  font-style: italic;
  font-weight: 300;
}

.kicker,
.eyebrow,
.panel-eyebrow,
.data-eyebrow,
.cell-eyebrow,
.profile-label,
.stat-label,
.sidebar-section-label,
.legal-updated {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.kicker::before {
  width: 18px;
}

.btn {
  min-height: 42px;
  border-radius: 3px !important;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary,
.btn-fill,
.btn-gold {
  border-color: var(--editorial-blue) !important;
  background: var(--editorial-blue) !important;
  color: #fff !important;
}

.btn-primary:hover,
.btn-fill:hover,
.btn-gold:hover {
  border-color: #183494 !important;
  background: #183494 !important;
}

.btn-ghost {
  border-color: currentColor;
  background: transparent;
}

input,
textarea,
select {
  border-radius: 3px !important;
}

:focus-visible {
  outline-color: var(--editorial-coral);
}

::selection {
  background: var(--editorial-coral);
  color: #fff;
}

/* Shared public navigation */
body[data-page="profiles"],
body[data-page="support"],
.legal-page {
  --bg: var(--editorial-paper);
  --bg-soft: var(--editorial-paper-soft);
  --bg-elev: #f7f4ed;
  --bg-elev-2: #ebe7de;
  --ink: var(--editorial-ink);
  --ink-soft: var(--editorial-ink-soft);
  --ink-mute: #77746d;
  --gold: var(--editorial-blue);
  --gold-soft: var(--editorial-blue-bright);
  --line: var(--editorial-line);
  --line-strong: rgba(18, 19, 19, 0.34);
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

body[data-page="profiles"] .topbar,
body[data-page="support"] .topbar,
.legal-page .topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  min-height: 72px;
  padding: 0 max(24px, calc((100% - 1320px) / 2));
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  background: rgba(241, 238, 231, 0.94);
  color: var(--editorial-ink);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body[data-page="profiles"] .topbar .brand,
body[data-page="support"] .topbar .brand,
.legal-page .topbar .brand {
  min-width: 0;
}

body[data-page="profiles"] .brand-link,
body[data-page="support"] .brand-link,
.legal-page .brand-link {
  gap: 10px;
}

body[data-page="profiles"] .brand-mark,
body[data-page="support"] .brand-mark,
.legal-page .brand-mark {
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

body[data-page="profiles"] .brand-name,
body[data-page="support"] .brand-name,
.legal-page .brand-name {
  color: var(--editorial-ink) !important;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

body[data-page="profiles"] .brand-tag,
body[data-page="support"] .brand-tag,
.legal-page .brand-tag {
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="profiles"] .brand-link,
body[data-page="support"] .brand-link,
.legal-page .brand-link,
body[data-page="profiles"] .topbar-toggle,
body[data-page="support"] .topbar-toggle,
.legal-page .topbar-toggle {
  color: var(--editorial-ink);
}

body[data-page="profiles"] .topbar-actions .btn-ghost,
body[data-page="support"] .topbar-actions .btn-ghost,
.legal-page .topbar-actions .btn-ghost {
  color: var(--editorial-ink);
}

body[data-page="profiles"] .topnav,
body[data-page="support"] .topnav,
.legal-page .topnav {
  gap: 26px;
  font-size: 12px;
}

body[data-page="profiles"] .topnav a,
body[data-page="support"] .topnav a,
.legal-page .topnav a {
  color: var(--editorial-ink-soft);
}

body[data-page="profiles"] .topnav a:hover,
body[data-page="support"] .topnav a:hover,
.legal-page .topnav a:hover {
  color: var(--editorial-blue);
}

/* Homepage */
body[data-page="home"] {
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

body[data-page="home"]::before {
  mix-blend-mode: normal;
  opacity: 0.025;
}

body[data-page="home"] .ticker-bar {
  position: relative;
  z-index: 92;
  height: 28px;
  border: 0;
  background: var(--editorial-ink);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .site-nav {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  z-index: 90;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  background: transparent;
  color: #fff;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

body[data-page="home"] .site-nav.is-scrolled {
  position: fixed;
  top: 0;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(16, 17, 19, 0.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body[data-page="home"] .nav-pill {
  max-width: 1380px;
  min-height: 74px;
  padding: 0 30px;
  gap: 28px;
}

body[data-page="home"] .nav-brand {
  color: #fff;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
}

body[data-page="home"] .nav-logo {
  width: 27px;
  height: 27px;
  border-radius: 3px;
}

body[data-page="home"] .nav-wordmark {
  font-weight: 500;
}

body[data-page="home"] .nav-links {
  gap: 26px;
  font-size: 12px;
}

body[data-page="home"] .nav-links a {
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .nav-links a:hover {
  color: #fff;
}

body[data-page="home"] .nav-links a::after {
  background: var(--editorial-coral);
}

body[data-page="home"] .nav-btn-login,
body[data-page="home"] .nav-btn-reg {
  min-height: 38px;
  padding: 0 16px;
}

body[data-page="home"] .nav-btn-login {
  color: #fff;
}

body[data-page="home"] .nav-btn-reg {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--editorial-ink) !important;
}

body[data-page="home"] .page-progress {
  z-index: 100;
  height: 3px;
  background: var(--editorial-coral);
}

body[data-page="home"] .s-hero {
  --editorial-hero-y: 50%;
  position: relative;
  display: grid;
  min-height: max(700px, calc(100svh - 84px));
  max-height: 920px;
  padding: 118px 0 36px;
  overflow: hidden;
  border: 0;
  background-image: url("/design-images/editorial-signal-hero-v1.webp?v=20260718");
  background-position: center var(--editorial-hero-y);
  background-size: cover;
  color: #fff;
}

body[data-page="home"] .s-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  background: rgba(5, 7, 9, 0.53);
  pointer-events: none;
}

body[data-page="home"] .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  align-items: end;
  gap: 70px;
  width: min(1380px, calc(100% - 60px));
  margin: 0 auto;
  padding: 44px 0 0;
}

body[data-page="home"] .hero-copy {
  align-self: end;
  max-width: 880px;
}

body[data-page="home"] .hero-copy .kicker {
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .hero-copy .kicker::before {
  background: var(--editorial-coral);
}

body[data-page="home"] .hero-h1 {
  max-width: 860px;
  margin: 20px 0 26px;
  color: #fff;
  font-size: 82px;
  line-height: 0.92;
}

body[data-page="home"] .hero-h1 .line {
  display: inline;
}

body[data-page="home"] .hero-h1 .line::after {
  content: " ";
}

body[data-page="home"] .hero-h1 em {
  color: #fff;
}

body[data-page="home"] .hero-lead {
  max-width: 650px;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.77);
  font-size: 16px;
  line-height: 1.65;
}

body[data-page="home"] .hero-actions {
  margin-top: 28px;
}

body[data-page="home"] .hero-actions .btn-fill {
  border-color: var(--editorial-coral) !important;
  background: var(--editorial-coral) !important;
}

body[data-page="home"] .hero-actions .btn-ghost {
  color: #fff;
}

body[data-page="home"] .hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 650px;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

body[data-page="home"] .trust-item {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

body[data-page="home"] .trust-item:first-child {
  padding-left: 0;
}

body[data-page="home"] .trust-item:last-child {
  border-right: 0;
}

body[data-page="home"] .trust-item .num {
  color: #fff;
  font-family: var(--mono);
  font-size: 10px;
}

body[data-page="home"] .trust-item .lbl {
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
}

body[data-page="home"] .hero-stage {
  align-self: end;
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 430px;
}

body[data-page="home"] .terminal,
body[data-page="home"] .hero-flow {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  background: rgba(9, 10, 12, 0.84);
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .term-head,
body[data-page="home"] .term-foot,
body[data-page="home"] .hero-flow-head {
  font-family: var(--mono);
  font-size: 8px;
}

body[data-page="home"] .live-row {
  min-height: 39px;
}

body[data-page="home"] .hero-flow ol {
  grid-template-columns: repeat(3, 1fr);
}

body[data-page="home"] .hero-flow li {
  min-width: 0;
  padding: 13px 12px;
}

body[data-page="home"] .hero-flow li small {
  white-space: normal;
}

body[data-page="home"] .s-proof {
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

body[data-page="home"] .proof-num {
  color: var(--editorial-blue);
}

body[data-page="home"] .proof-txt,
body[data-page="home"] .proof-divider {
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .s,
body[data-page="home"] .s-manifesto {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 120px max(30px, calc((100% - 1320px) / 2));
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

body[data-page="home"] .s-manifesto {
  padding-top: 145px;
  padding-bottom: 145px;
}

body[data-page="home"] .manifesto-inner {
  display: grid;
  grid-template-columns: 120px 1fr 80px;
  width: min(1320px, 100%);
  margin: 0 auto;
}

body[data-page="home"] .manifesto-mark,
body[data-page="home"] .manifesto-num {
  color: var(--editorial-blue);
  font-family: var(--mono);
}

body[data-page="home"] .manifesto-text {
  max-width: 980px;
  color: var(--editorial-ink);
  font-size: 62px;
  line-height: 1;
}

body[data-page="home"] .manifesto-text em {
  color: var(--editorial-blue);
}

body[data-page="home"] .manifesto-sig {
  margin-top: 30px;
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .s-head {
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body[data-page="home"] .s-head.split {
  grid-template-columns: 0.46fr 1.54fr;
  gap: 60px;
  align-items: start;
}

body[data-page="home"] .s-head h2 {
  max-width: 860px;
  margin-top: 12px;
  color: var(--editorial-ink);
  font-size: 62px;
  line-height: 0.98;
}

body[data-page="home"] .s-head .lead {
  max-width: 480px;
  justify-self: end;
  color: var(--editorial-ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

body[data-page="home"] .kicker {
  color: var(--editorial-blue);
}

body[data-page="home"] .kicker::before {
  background: var(--editorial-coral);
}

body[data-page="home"] .method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1320px, 100%);
  margin: 70px auto 0;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="home"] .method-item {
  min-height: 500px;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="home"] .method-num {
  color: var(--editorial-coral);
  font-family: var(--mono);
}

body[data-page="home"] .method-item h3 {
  margin-top: 70px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  color: var(--editorial-ink);
}

body[data-page="home"] .method-item > p {
  color: var(--editorial-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

body[data-page="home"] .method-detail {
  margin-top: auto;
  border-color: var(--editorial-line);
}

body[data-page="home"] .method-detail .row {
  border-color: var(--editorial-line);
}

body[data-page="home"] .method-detail .k,
body[data-page="home"] .method-detail .v {
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
}

.editorial-media,
.editorial-page-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--editorial-ink);
  border-radius: 0;
  background: var(--editorial-ink);
}

.editorial-media {
  width: min(1320px, 100%);
  margin: 70px auto 0;
}

.editorial-media img,
.editorial-page-media img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  transition: transform 900ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.editorial-media:hover img,
.editorial-page-media:hover img {
  transform: scale(1.015);
}

.editorial-media figcaption,
.editorial-page-media figcaption {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 32px;
  align-items: center;
  padding: 18px 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--editorial-ink);
  color: #fff;
}

.editorial-media figcaption span,
.editorial-page-media figcaption span {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.editorial-media figcaption strong,
.editorial-page-media figcaption strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

body[data-page="home"] .bento {
  width: min(1320px, 100%);
  margin: 28px auto 0;
  gap: 1px;
  padding: 1px;
  background: var(--editorial-line);
}

body[data-page="home"] .cell {
  border: 0;
  border-radius: 0;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="home"] .cell:hover {
  border-color: transparent;
  transform: none;
  background: #e9e5dc;
}

body[data-page="home"] .cell-num,
body[data-page="home"] .cell-eyebrow {
  color: var(--editorial-blue);
}

body[data-page="home"] .cell-title {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.06;
  color: var(--editorial-ink);
}

body[data-page="home"] .cell-body {
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .clock-ring,
body[data-page="home"] .vault-ring {
  border-color: var(--editorial-line);
}

/* Connected product system: one interface, not a collection of floating cards. */
body[data-page="home"] .system-suite {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  width: min(1320px, 100%);
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid var(--editorial-ink);
  background: var(--editorial-line);
  color: var(--editorial-ink);
}

body[data-page="home"] .system-module {
  position: relative;
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  background: var(--editorial-paper);
}

body[data-page="home"] .system-operations {
  grid-column: span 5;
}

body[data-page="home"] .system-activity {
  grid-column: span 7;
  border-right: 0;
  background: #e7e4dc;
}

body[data-page="home"] .system-profiles,
body[data-page="home"] .system-pricing {
  grid-column: 1 / -1;
  border-right: 0;
}

body[data-page="home"] .system-custody,
body[data-page="home"] .system-connection {
  grid-column: span 6;
}

body[data-page="home"] .system-connection {
  border-right: 0;
}

body[data-page="home"] .system-pricing {
  border-bottom: 0;
  background: var(--editorial-night);
  color: #fff;
}

body[data-page="home"] .system-module-head {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 28px;
  margin-bottom: clamp(30px, 4vw, 54px);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--editorial-line);
  font-family: var(--mono);
  font-size: 9px;
  line-height: 1.4;
  text-transform: uppercase;
}

body[data-page="home"] .system-pricing .system-module-head {
  border-bottom-color: var(--editorial-line-light);
}

body[data-page="home"] .system-index {
  color: var(--editorial-coral);
}

body[data-page="home"] .system-eyebrow {
  color: var(--editorial-ink);
  font-weight: 500;
}

body[data-page="home"] .system-pricing .system-eyebrow {
  color: #fff;
}

body[data-page="home"] .system-caption,
body[data-page="home"] .system-module-head > a {
  color: var(--editorial-ink-soft);
  text-align: right;
  text-decoration: none;
}

body[data-page="home"] .system-module-head > a:hover {
  color: var(--editorial-blue);
}

body[data-page="home"] .system-pricing .system-caption {
  color: rgba(255, 255, 255, 0.52);
}

body[data-page="home"] .system-state,
body[data-page="home"] .activity-status {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-self: end;
  color: var(--editorial-ink-soft);
  white-space: nowrap;
}

body[data-page="home"] .system-state i,
body[data-page="home"] .activity-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--editorial-blue);
  box-shadow: 0 0 0 4px rgba(41, 72, 189, 0.1);
}

body[data-page="home"] .system-state.is-secure i,
body[data-page="home"] .activity-status i {
  background: var(--editorial-green);
  box-shadow: 0 0 0 4px rgba(114, 191, 141, 0.12);
}

body[data-page="home"] .system-copy h3 {
  max-width: 18ch;
  margin: 0;
  color: currentColor;
  font-family: var(--serif);
  font-size: clamp(27px, 2.4vw, 40px);
  font-weight: 400;
  line-height: 1.02;
}

body[data-page="home"] .system-copy p {
  max-width: 54ch;
  margin: 16px 0 0;
  color: var(--editorial-ink-soft);
  font-size: 14px;
  line-height: 1.65;
}

body[data-page="home"] .system-pricing .system-copy p {
  color: rgba(255, 255, 255, 0.6);
}

body[data-page="home"] .system-operations-layout,
body[data-page="home"] .system-activity-layout,
body[data-page="home"] .system-profiles-layout,
body[data-page="home"] .system-pricing-layout {
  display: grid;
  gap: clamp(28px, 4vw, 58px);
  align-items: end;
}

body[data-page="home"] .system-operations-layout {
  grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
}

body[data-page="home"] .system-activity-layout {
  grid-template-columns: minmax(300px, 1.4fr) minmax(180px, 0.7fr);
}

body[data-page="home"] .system-profiles-layout,
body[data-page="home"] .system-pricing-layout {
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
}

body[data-page="home"] .system-pricing-layout {
  align-items: center;
}

body[data-page="home"] .system-monitor {
  min-width: 0;
}

body[data-page="home"] .system-monitor-value {
  color: var(--editorial-ink);
  font-family: var(--mono);
  font-size: clamp(50px, 6vw, 78px);
  font-weight: 300;
  line-height: 0.9;
}

body[data-page="home"] .system-monitor-value span {
  color: var(--editorial-blue);
  font-size: 0.42em;
}

body[data-page="home"] .system-monitor-label {
  margin-top: 10px;
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

body[data-page="home"] .system-monitor-track {
  position: relative;
  height: 2px;
  margin-top: 34px;
  overflow: hidden;
  background: rgba(18, 19, 19, 0.16);
}

body[data-page="home"] .system-monitor-track::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  background: var(--editorial-blue);
}

body[data-page="home"] .system-monitor-track i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: 2px solid var(--editorial-paper);
  border-radius: 50%;
  background: var(--editorial-coral);
  transform: translate(-50%, -50%);
  animation: system-monitor-scan 4.8s ease-in-out infinite;
}

body[data-page="home"] .system-monitor-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

@keyframes system-monitor-scan {
  0%, 8% { left: 0; }
  48%, 58% { left: 68%; }
  92%, 100% { left: 100%; }
}

body[data-page="home"] .system-facts,
body[data-page="home"] .connection-facts {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .system-facts li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--editorial-line);
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .system-facts strong {
  color: var(--editorial-ink);
  font-weight: 500;
  text-align: right;
}

body[data-page="home"] .activity-console {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--editorial-night);
  color: #fff;
}

body[data-page="home"] .activity-console-head,
body[data-page="home"] .activity-row {
  display: grid;
  grid-template-columns: 50px 76px minmax(140px, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
}

body[data-page="home"] .activity-console-head {
  grid-template-columns: 1fr auto;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--editorial-line-light);
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .activity-row {
  min-height: 46px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .activity-row:last-child {
  border-bottom: 0;
}

body[data-page="home"] .activity-row time {
  color: rgba(255, 255, 255, 0.34);
}

body[data-page="home"] .activity-row strong {
  color: #fff;
  font-weight: 500;
}

body[data-page="home"] .activity-row > span {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  text-overflow: ellipsis;
  white-space: nowrap;
}

body[data-page="home"] .activity-row em {
  color: var(--editorial-green);
  font-style: normal;
  text-align: right;
}

body[data-page="home"] .activity-row.is-protected em {
  color: var(--editorial-gold);
}

body[data-page="home"] .activity-row.is-closed em {
  color: #ee8c80;
}

body[data-page="home"] .risk-spectrum {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--editorial-ink);
}

body[data-page="home"] .risk-stage {
  position: relative;
  min-width: 0;
  min-height: 148px;
  padding: 22px 18px 18px;
  border-right: 1px solid var(--editorial-line);
}

body[data-page="home"] .risk-stage:last-child {
  border-right: 0;
}

body[data-page="home"] .risk-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--profile-color);
  transform: scaleX(0.72);
  transform-origin: left;
  transition: transform 240ms ease;
}

body[data-page="home"] .risk-stage:hover::before {
  transform: scaleX(1);
}

body[data-page="home"] .risk-stage-1 { --profile-color: var(--editorial-green); }
body[data-page="home"] .risk-stage-2 { --profile-color: var(--editorial-blue); }
body[data-page="home"] .risk-stage-3 { --profile-color: var(--editorial-gold); }
body[data-page="home"] .risk-stage-4 { --profile-color: var(--editorial-coral); }

body[data-page="home"] .risk-stage span,
body[data-page="home"] .risk-stage small {
  display: block;
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .risk-stage strong {
  display: block;
  min-height: 40px;
  margin: 38px 0 8px;
  color: var(--editorial-ink);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

body[data-page="home"] .system-custody .system-copy,
body[data-page="home"] .system-connection .system-copy {
  min-height: 184px;
}

body[data-page="home"] .permission-matrix {
  margin-top: 32px;
  border-top: 1px solid var(--editorial-ink);
}

body[data-page="home"] .permission-matrix > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  min-height: 46px;
  border-bottom: 1px solid var(--editorial-line);
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .permission-matrix strong {
  font-weight: 500;
  text-transform: uppercase;
}

body[data-page="home"] .permission-on {
  color: #277c4d;
}

body[data-page="home"] .permission-off {
  color: var(--editorial-coral);
}

body[data-page="home"] .connection-flow {
  display: grid;
  grid-template-columns: auto minmax(70px, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 70px;
  margin-bottom: 34px;
  padding: 0 20px;
  border: 1px solid var(--editorial-line);
  background: #e7e4dc;
  font-family: var(--mono);
  font-size: 10px;
}

body[data-page="home"] .connection-link {
  position: relative;
  height: 1px;
  background: var(--editorial-line);
}

body[data-page="home"] .connection-link::before,
body[data-page="home"] .connection-link::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--editorial-blue);
  transform: translateY(-50%);
}

body[data-page="home"] .connection-link::before { left: 0; }
body[data-page="home"] .connection-link::after { right: 0; }

body[data-page="home"] .connection-link i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--editorial-coral);
  transform: translateY(-50%);
  animation: connection-packet 3.6s ease-in-out infinite;
}

@keyframes connection-packet {
  0%, 10% { left: 0; }
  85%, 100% { left: calc(100% - 28px); }
}

body[data-page="home"] .connection-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-top: 1px solid var(--editorial-line);
}

body[data-page="home"] .connection-facts li {
  flex: 1 1 150px;
  padding: 12px 12px 0 0;
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .connection-facts li::before {
  content: "✓";
  margin-right: 7px;
  color: var(--editorial-blue);
}

body[data-page="home"] .pricing-formula {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr);
  align-items: center;
}

body[data-page="home"] .pricing-formula > div {
  min-width: 0;
  padding: 24px 0;
  border-top: 1px solid var(--editorial-line-light);
  border-bottom: 1px solid var(--editorial-line-light);
}

body[data-page="home"] .pricing-formula strong,
body[data-page="home"] .pricing-formula span {
  display: block;
}

body[data-page="home"] .pricing-formula strong {
  color: #fff;
  font-family: var(--mono);
  font-size: clamp(42px, 6vw, 74px);
  font-weight: 300;
  line-height: 1;
}

body[data-page="home"] .pricing-formula span {
  min-height: 32px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--mono);
  font-size: 8px;
  line-height: 1.5;
  text-transform: uppercase;
}

body[data-page="home"] .pricing-formula > b {
  color: var(--editorial-coral);
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

body[data-page="home"] .system-pricing .system-copy {
  padding-left: clamp(0px, 3vw, 38px);
  border-left: 1px solid var(--editorial-line-light);
}

body[data-page="home"] .system-pricing .system-copy h3 {
  max-width: 20ch;
}

body[data-page="home"] .system-pricing .btn {
  margin-top: 24px;
}

@media (max-width: 1040px) {
  body[data-page="home"] .system-operations,
  body[data-page="home"] .system-activity,
  body[data-page="home"] .system-custody,
  body[data-page="home"] .system-connection {
    grid-column: 1 / -1;
    border-right: 0;
  }

  body[data-page="home"] .system-operations-layout,
  body[data-page="home"] .system-activity-layout {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  }

  body[data-page="home"] .system-custody .system-copy,
  body[data-page="home"] .system-connection .system-copy {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .system-suite {
    margin-top: 22px;
  }

  body[data-page="home"] .system-module {
    padding: 24px 20px 28px;
  }

  body[data-page="home"] .system-module-head {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 30px;
  }

  body[data-page="home"] .system-module-head > :last-child {
    grid-column: 2;
    justify-self: start;
    text-align: left;
  }

  body[data-page="home"] .system-operations-layout,
  body[data-page="home"] .system-activity-layout,
  body[data-page="home"] .system-profiles-layout,
  body[data-page="home"] .system-pricing-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body[data-page="home"] .system-monitor {
    max-width: 280px;
  }

  body[data-page="home"] .system-copy h3 {
    max-width: 22ch;
    font-size: 30px;
  }

  body[data-page="home"] .system-activity-layout .system-copy {
    order: -1;
  }

  body[data-page="home"] .activity-console-head,
  body[data-page="home"] .activity-row {
    grid-template-columns: 42px 68px minmax(0, 1fr);
    gap: 8px;
    padding-right: 12px;
    padding-left: 12px;
  }

  body[data-page="home"] .activity-console-head {
    grid-template-columns: 1fr auto;
  }

  body[data-page="home"] .activity-row em {
    display: none;
  }

  body[data-page="home"] .risk-spectrum {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="home"] .risk-stage:nth-child(2) {
    border-right: 0;
  }

  body[data-page="home"] .risk-stage:nth-child(-n + 2) {
    border-bottom: 1px solid var(--editorial-line);
  }

  body[data-page="home"] .connection-flow {
    grid-template-columns: auto minmax(40px, 1fr) auto;
    gap: 10px;
    padding: 0 12px;
    font-size: 9px;
  }

  body[data-page="home"] .pricing-formula {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  }

  body[data-page="home"] .pricing-formula strong {
    font-size: 42px;
  }

  body[data-page="home"] .system-pricing .system-copy {
    padding-top: 26px;
    padding-left: 0;
    border-top: 1px solid var(--editorial-line-light);
    border-left: 0;
  }
}

/* Compact system summary: four decisions, no explanatory dashboard density. */
body[data-page="home"] .system-suite-compact .system-module {
  min-height: 270px;
  padding: 30px 34px 34px;
}

body[data-page="home"] .system-suite-compact .system-module-head {
  margin-bottom: 30px;
}

body[data-page="home"] .system-suite-compact .system-operations,
body[data-page="home"] .system-suite-compact .system-custody {
  grid-column: span 7;
}

body[data-page="home"] .system-suite-compact .system-profiles,
body[data-page="home"] .system-suite-compact .system-pricing {
  grid-column: span 5;
}

body[data-page="home"] .system-suite-compact .system-profiles,
body[data-page="home"] .system-suite-compact .system-pricing {
  border-right: 0;
}

body[data-page="home"] .system-suite-compact .system-custody,
body[data-page="home"] .system-suite-compact .system-pricing {
  border-bottom: 0;
}

body[data-page="home"] .compact-operation {
  display: grid;
  grid-template-columns: minmax(150px, 0.65fr) minmax(220px, 1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: end;
}

body[data-page="home"] .compact-operation h3,
body[data-page="home"] .compact-custody h3 {
  margin: 0;
  color: var(--editorial-ink);
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
}

body[data-page="home"] .compact-operation p,
body[data-page="home"] .compact-pricing p {
  max-width: 36ch;
  margin: 14px 0 0;
  color: var(--editorial-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

body[data-page="home"] .system-suite-compact .system-monitor-track {
  margin-top: 28px;
}

body[data-page="home"] .compact-profiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="home"] .compact-profiles > span {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 72px;
  padding: 22px 14px 12px;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  color: var(--editorial-ink);
  font-size: 12px;
  font-weight: 600;
}

body[data-page="home"] .compact-profiles > span::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: var(--profile-color);
}

body[data-page="home"] .compact-profiles .profile-1 { --profile-color: var(--editorial-green); }
body[data-page="home"] .compact-profiles .profile-2 { --profile-color: var(--editorial-blue); }
body[data-page="home"] .compact-profiles .profile-3 { --profile-color: var(--editorial-gold); }
body[data-page="home"] .compact-profiles .profile-4 { --profile-color: var(--editorial-coral); }

body[data-page="home"] .compact-custody {
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(300px, 1.2fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: end;
}

body[data-page="home"] .compact-permissions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--editorial-ink);
}

body[data-page="home"] .compact-permissions > span {
  display: grid;
  gap: 18px;
  min-width: 0;
  padding: 16px 12px 0;
  border-right: 1px solid var(--editorial-line);
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .compact-permissions > span:last-child {
  border-right: 0;
}

body[data-page="home"] .compact-permissions strong {
  color: #277c4d;
  font-size: 10px;
  font-weight: 500;
}

body[data-page="home"] .compact-permissions strong.permission-off {
  color: var(--editorial-coral);
}

body[data-page="home"] .system-suite-compact .system-pricing {
  background: var(--editorial-night);
  color: #fff;
}

body[data-page="home"] .system-suite-compact .system-pricing .system-module-head > a {
  color: rgba(255, 255, 255, 0.54);
}

body[data-page="home"] .compact-pricing {
  display: grid;
  gap: 18px;
}

body[data-page="home"] .compact-price {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px 0 18px;
  border-bottom: 1px solid var(--editorial-line-light);
}

body[data-page="home"] .compact-price strong {
  color: #fff;
  font-family: var(--mono);
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 300;
  line-height: 1;
}

body[data-page="home"] .compact-price b {
  color: var(--editorial-coral);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 300;
}

body[data-page="home"] .compact-pricing p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 900px) {
  body[data-page="home"] .system-suite-compact .system-operations,
  body[data-page="home"] .system-suite-compact .system-profiles,
  body[data-page="home"] .system-suite-compact .system-custody,
  body[data-page="home"] .system-suite-compact .system-pricing {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid var(--editorial-line);
  }

  body[data-page="home"] .system-suite-compact .system-pricing {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .system-suite-compact .system-module {
    min-height: 0;
    padding: 22px 20px 26px;
  }

  body[data-page="home"] .system-suite-compact .system-module-head {
    margin-bottom: 24px;
  }

  body[data-page="home"] .compact-operation,
  body[data-page="home"] .compact-custody {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body[data-page="home"] .compact-operation h3,
  body[data-page="home"] .compact-custody h3 {
    font-size: 32px;
  }

  body[data-page="home"] .compact-operation p {
    margin-top: 10px;
  }

  body[data-page="home"] .compact-profiles > span {
    min-height: 62px;
    padding: 20px 10px 10px;
    font-size: 11px;
  }

  body[data-page="home"] .compact-permissions > span {
    gap: 12px;
    padding: 13px 8px 0;
  }

  body[data-page="home"] .compact-price strong {
    font-size: 46px;
  }
}

/* Minimal product strip. Four signals, one calm visual rhythm. */
body[data-page="home"] .system-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1320px, 100%);
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--editorial-night);
  box-shadow: 0 24px 70px rgba(18, 19, 19, 0.14);
}

body[data-page="home"] .system-strip-item {
  --strip-accent: var(--editorial-blue-bright);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 250px;
  padding: 28px 26px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  background: transparent;
  color: #fff;
  text-decoration: none;
  transition: background-color 220ms ease;
}

body[data-page="home"] .system-strip-item:last-child {
  border-right: 0;
}

body[data-page="home"] a.system-strip-item:hover {
  background: rgba(255, 255, 255, 0.045);
}

body[data-page="home"] .system-strip-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 34%;
  height: 3px;
  background: var(--strip-accent);
  transition: width 260ms ease;
}

body[data-page="home"] .system-strip-item:hover::before {
  width: 100%;
}

body[data-page="home"] .strip-profiles { --strip-accent: var(--editorial-green); }
body[data-page="home"] .strip-custody { --strip-accent: var(--editorial-gold); }
body[data-page="home"] .strip-pricing { --strip-accent: var(--editorial-coral); }

body[data-page="home"] .system-strip-item header {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .system-strip-item header > span {
  color: var(--strip-accent);
}

body[data-page="home"] .system-strip-item header strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}

body[data-page="home"] .system-strip-item header i {
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--sans);
  font-size: 13px;
  font-style: normal;
}

body[data-page="home"] .strip-value {
  margin-top: auto;
  color: #fff;
  font-family: var(--mono);
  font-size: clamp(45px, 4.8vw, 66px);
  font-weight: 300;
  line-height: 0.95;
  white-space: nowrap;
}

body[data-page="home"] .strip-value > span {
  color: var(--strip-accent);
  font-size: 0.42em;
}

body[data-page="home"] .strip-value.strip-word {
  font-family: var(--serif);
  font-size: clamp(36px, 3.7vw, 52px);
  font-weight: 400;
}

body[data-page="home"] .strip-value.strip-price {
  font-size: clamp(39px, 4.2vw, 58px);
}

body[data-page="home"] .strip-value b {
  color: var(--strip-accent);
  font-family: var(--serif);
  font-size: 0.55em;
  font-weight: 300;
}

body[data-page="home"] .system-strip-item > p {
  min-height: 38px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.55;
}

body[data-page="home"] .strip-profile-lines {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-top: auto;
  margin-bottom: 18px;
}

body[data-page="home"] .strip-profile-lines i {
  height: 4px;
  background: var(--editorial-green);
}

body[data-page="home"] .strip-profile-lines i:nth-child(2) { background: var(--editorial-blue-bright); }
body[data-page="home"] .strip-profile-lines i:nth-child(3) { background: var(--editorial-gold); }
body[data-page="home"] .strip-profile-lines i:nth-child(4) { background: var(--editorial-coral); }

body[data-page="home"] .strip-profiles .strip-value {
  margin-top: 0;
  font-family: var(--serif);
  font-size: clamp(37px, 3.8vw, 52px);
  font-weight: 400;
}

body[data-page="home"] .strip-profiles .strip-value span {
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--sans);
  font-size: 0.3em;
  font-weight: 500;
  text-transform: uppercase;
}

body[data-page="home"] .strip-permissions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 17px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="home"] .strip-permissions b {
  margin-left: 3px;
  color: var(--editorial-green);
  font-weight: 500;
}

body[data-page="home"] .strip-permissions span:last-child b {
  color: var(--editorial-coral);
}

@media (max-width: 900px) {
  body[data-page="home"] .system-strip {
    grid-template-columns: 1fr 1fr;
  }

  body[data-page="home"] .system-strip-item:nth-child(2) {
    border-right: 0;
  }

  body[data-page="home"] .system-strip-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .system-strip {
    margin-top: 22px;
  }

  body[data-page="home"] .system-strip-item {
    min-height: 205px;
    padding: 22px 18px 20px;
  }

  body[data-page="home"] .strip-value {
    font-size: 47px;
  }

  body[data-page="home"] .strip-value.strip-word,
  body[data-page="home"] .strip-profiles .strip-value {
    font-size: 34px;
  }

  body[data-page="home"] .strip-value.strip-price {
    font-size: 30px;
  }

  body[data-page="home"] .system-strip-item > p {
    min-height: 0;
    margin-top: 13px;
    font-size: 10px;
  }

  body[data-page="home"] .strip-permissions {
    gap: 7px;
    font-size: 7px;
  }
}

body[data-page="home"] .prof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1320px, 100%);
  margin: 28px auto 0;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="home"] .prof-card {
  min-height: 420px;
  padding: 26px;
  border: 0;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="home"] .prof-card:hover {
  transform: none;
  background: #e9e5dc;
}

body[data-page="home"] .prof-num {
  color: var(--editorial-coral);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="home"] .prof-orb {
  width: 46px;
  height: 46px;
  margin-top: 54px;
  border: 1px solid var(--editorial-line);
  border-radius: 50%;
  color: var(--editorial-blue);
}

body[data-page="home"] .prof-name {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
  color: var(--editorial-ink);
}

body[data-page="home"] .prof-desc {
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .prof-meta {
  margin-top: auto;
}

body[data-page="home"] .prof-card .tag {
  border-color: var(--editorial-line);
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .prof-cta {
  width: min(1320px, 100%);
  margin: 32px auto 0;
}

body[data-page="home"] .s-pricing {
  background: var(--editorial-blue);
  color: #fff;
}

body[data-page="home"] .s-pricing .s-head h2,
body[data-page="home"] .s-pricing .s-head .lead,
body[data-page="home"] .s-pricing .kicker {
  color: #fff;
}

body[data-page="home"] .s-pricing .kicker::before {
  background: var(--editorial-coral);
}

body[data-page="home"] .price-rail-wrap {
  width: min(1320px, 100%);
  margin: 70px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 0;
  background: transparent;
}

body[data-page="home"] .price-rail,
body[data-page="home"] .price-row,
body[data-page="home"] .price-row-head {
  background: transparent;
  color: #fff;
}

body[data-page="home"] .price-row,
body[data-page="home"] .price-row-head {
  border-color: rgba(255, 255, 255, 0.28);
}

body[data-page="home"] .price-row.is-popular {
  background: rgba(0, 0, 0, 0.1);
}

body[data-page="home"] .price-plan .name,
body[data-page="home"] .pc-price {
  color: #fff;
  font-family: var(--serif);
  font-weight: 400;
}

body[data-page="home"] .pc-price {
  font-size: 58px;
}

body[data-page="home"] .price-feats,
body[data-page="home"] .pc-period,
body[data-page="home"] .pc-note {
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .price-cta .btn {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--editorial-blue) !important;
}

body[data-page="home"] .pc-note {
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body[data-page="home"] .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1320px, 100%);
  margin: 70px auto 0;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="home"] .step {
  min-height: 460px;
  padding: 28px;
  border: 0;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="home"] .step-badge {
  color: var(--editorial-coral);
  font-family: var(--mono);
}

body[data-page="home"] .step h3 {
  margin-top: 70px;
  font-family: var(--serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--editorial-ink);
}

body[data-page="home"] .step > p {
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .step-snippet {
  margin-top: auto;
  border-color: var(--editorial-line);
  background: transparent;
}

body[data-page="home"] .step-snippet .row {
  border-color: var(--editorial-line);
}

body[data-page="home"] .step-snippet .k,
body[data-page="home"] .step-snippet .v {
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .faq-grid {
  grid-template-columns: minmax(0, 1fr);
  width: min(1040px, 100%);
  margin: 70px auto 0;
  gap: 0;
  border-top: 1px solid var(--editorial-ink);
}

body[data-page="home"] .s-faq {
  background: var(--editorial-paper);
  color: var(--editorial-ink);
}

body[data-page="home"] .faq-column {
  gap: 0;
}

body[data-page="home"] .faq-item {
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  transform: none;
}

body[data-page="home"] .faq-item summary {
  grid-template-columns: 118px minmax(0, 1fr) 32px;
  min-height: 82px;
  padding: 20px 18px;
  color: var(--editorial-ink);
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

body[data-page="home"] .faq-item:hover,
body[data-page="home"] .faq-item[open] {
  border-color: var(--editorial-line);
  background: #e8e4db;
  transform: none;
}

body[data-page="home"] .faq-item summary::after,
body[data-page="home"] .faq-index {
  color: var(--editorial-coral);
}

body[data-page="home"] .faq-index {
  align-self: center;
  padding: 0;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

body[data-page="home"] .faq-item summary::after {
  border-color: rgba(18, 19, 19, 0.32);
}

body[data-page="home"] .faq-item p {
  padding: 0 70px 24px 154px;
  color: var(--editorial-ink-soft);
  font-size: 15px;
  line-height: 1.7;
}

body[data-page="home"] .faq-note {
  width: min(1040px, 100%);
  margin-right: auto;
  margin-left: auto;
  border-color: var(--editorial-line);
  color: var(--editorial-ink-soft);
}

body[data-page="home"] .s-preview {
  background: var(--editorial-night);
  color: #fff;
}

body[data-page="home"] .preview-eyebrow {
  color: var(--editorial-coral);
}

body[data-page="home"] .preview-title {
  width: min(1320px, 100%);
  color: #fff;
  font-size: 62px;
  line-height: 1;
}

body[data-page="home"] .preview-shot {
  width: min(1320px, 100%);
  margin-right: auto;
  margin-left: auto;
}

body[data-page="home"] .mockup-frame {
  border-radius: 3px;
  box-shadow: none;
}

body[data-page="home"] .s-cta {
  display: grid;
  min-height: 520px;
  padding: 100px max(30px, calc((100% - 1320px) / 2));
  border: 0;
  background: var(--editorial-coral);
  color: #fff;
}

body[data-page="home"] .s-cta h2 {
  max-width: 920px;
  color: #fff;
  font-family: var(--serif);
  font-size: 76px;
  font-weight: 400;
  line-height: 0.95;
}

body[data-page="home"] .cta-inner {
  width: min(1320px, 100%);
  max-width: none;
  margin: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .cta-inner::before {
  display: none;
}

body[data-page="home"] .cta-inner .kicker {
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="home"] .cta-inner .kicker::before {
  background: #fff;
}

body[data-page="home"] .cta-inner h2 .italic {
  color: #fff;
}

body[data-page="home"] .s-cta p {
  color: rgba(255, 255, 255, 0.76);
}

body[data-page="home"] .s-cta .btn-fill {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--editorial-coral) !important;
}

body[data-page="home"] .s-cta .btn-ghost {
  color: #fff;
}

body[data-page="home"] .site-footer {
  border: 0;
  background: var(--editorial-ink);
  color: #fff;
}

body[data-page="home"] .footer-inner {
  max-width: 1320px;
}

body[data-page="home"] .footer-brand-block,
body[data-page="home"] .footer-col,
body[data-page="home"] .footer-base {
  border-color: rgba(255, 255, 255, 0.13);
}

body[data-page="home"] .footer-tag,
body[data-page="home"] .footer-col a,
body[data-page="home"] .footer-base {
  color: rgba(255, 255, 255, 0.58);
}

/* Profiles page */
body[data-page="profiles"] main {
  background: var(--editorial-paper);
}

body[data-page="profiles"] .profiles {
  width: min(1320px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
  padding: 110px 0;
}

body[data-page="profiles"] .profiles + .profiles {
  border-top: 1px solid var(--editorial-line);
}

body[data-page="profiles"] .section-head {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 40px;
  align-items: start;
  max-width: none;
  margin-bottom: 64px;
  text-align: left;
}

body[data-page="profiles"] .section-head .eyebrow {
  color: var(--editorial-blue);
}

body[data-page="profiles"] .section-head h1,
body[data-page="profiles"] .section-head h2 {
  grid-column: 2;
  margin: 0;
  color: var(--editorial-ink);
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 0.96;
}

body[data-page="profiles"] .section-head > p:last-child {
  grid-column: 2;
  max-width: 680px;
  color: var(--editorial-ink-soft);
  font-size: 16px;
  line-height: 1.75;
}

.editorial-page-media {
  margin: 0 0 38px;
}

body[data-page="profiles"] .profile-explainer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0 0 76px;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="profiles"] .profile-explainer-card {
  min-height: 220px;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="profiles"] .profile-explainer-card > span {
  color: var(--editorial-coral);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="profiles"] .profile-explainer-card strong {
  margin-top: 28px;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

body[data-page="profiles"] .profile-explainer-card p {
  color: var(--editorial-ink-soft);
  font-size: 13px;
  line-height: 1.65;
}

body[data-page="profiles"] .profile-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--editorial-line);
}

body[data-page="profiles"] .profile-detail-card {
  min-width: 0;
  padding: 34px;
  border: 0;
  border-radius: 0;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="profiles"] .profile-detail-card:hover {
  transform: none;
  background: #eae6de;
}

body[data-page="profiles"] .profile-detail-card h3 {
  margin-bottom: 18px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
}

body[data-page="profiles"] .risk-bar-wrap {
  height: 3px;
  border-radius: 0;
  background: rgba(18, 19, 19, 0.12);
}

body[data-page="profiles"] .risk-bar {
  border-radius: 0;
  background: var(--editorial-blue);
}

body[data-page="profiles"] .profile-block {
  border-color: var(--editorial-line);
}

body[data-page="profiles"] .profile-label {
  color: var(--editorial-coral);
}

body[data-page="profiles"] .profile-block p:not(.profile-label),
body[data-page="profiles"] .profile-list {
  color: var(--editorial-ink-soft);
}

body[data-page="profiles"] .profile-test-panel {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 0;
  border: 1px solid var(--editorial-ink);
  border-radius: 0;
  background: transparent;
}

body[data-page="profiles"] .profile-quiz,
body[data-page="profiles"] .profile-test-note {
  padding: 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="profiles"] .profile-test-note {
  border-left: 1px solid var(--editorial-line);
  background: var(--editorial-ink);
  color: #fff;
}

body[data-page="profiles"] .profile-test-note .profile-list,
body[data-page="profiles"] .profile-test-note .profile-back-link {
  color: rgba(255, 255, 255, 0.68);
}

body[data-page="profiles"] .footer {
  border-color: var(--editorial-line-light);
  background: var(--editorial-ink);
  color: rgba(255, 255, 255, 0.65);
}

/* Support */
body[data-page="support"] .support-page {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0 110px;
  background: var(--editorial-paper);
}

body[data-page="support"] .support-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  min-height: 510px;
  margin: 0;
  padding: 90px max(28px, calc((100% - 1320px) / 2)) 62px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-image: url("/design-images/editorial-custody-v1.webp?v=20260718");
  background-position: center;
  background-size: cover;
  color: #fff;
}

body[data-page="support"] .support-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(9, 10, 12, 0.62);
}

body[data-page="support"] .support-hero > * {
  position: relative;
  z-index: 1;
}

body[data-page="support"] .support-hero > div {
  max-width: 760px;
}

body[data-page="support"] .support-hero .panel-eyebrow {
  color: var(--editorial-coral);
}

body[data-page="support"] .support-hero h1 {
  margin: 16px 0;
  color: #fff;
  font-family: var(--serif);
  font-size: 72px;
  font-weight: 400;
  line-height: 0.95;
}

body[data-page="support"] .support-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

body[data-page="support"] .support-search-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  max-width: 680px;
  margin-top: 30px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 3px;
  background: rgba(10, 11, 13, 0.74);
}

body[data-page="support"] .support-search-shell input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #fff;
}

body[data-page="support"] .support-hero > .btn {
  color: #fff;
}

body[data-page="support"] .support-topic-grid,
body[data-page="support"] .support-kb-panel,
body[data-page="support"] .support-public-grid {
  width: min(1320px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

body[data-page="support"] .support-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 54px;
  border-top: 1px solid var(--editorial-ink);
  border-left: 1px solid var(--editorial-line);
}

body[data-page="support"] .support-topic-card {
  min-height: 180px;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--editorial-line);
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  text-align: left;
}

body[data-page="support"] .support-topic-card:hover {
  background: #e7e3da;
  transform: none;
}

body[data-page="support"] .support-topic-card span {
  color: var(--editorial-coral);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

body[data-page="support"] .support-topic-card strong {
  margin-top: 44px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

body[data-page="support"] .data-card {
  border: 1px solid var(--editorial-line);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.28);
  color: var(--editorial-ink);
  box-shadow: none;
}

body[data-page="support"] .support-kb-panel {
  margin-top: 36px;
}

body[data-page="support"] .support-public-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  margin-top: 18px;
}

body[data-page="support"] .data-card h4 {
  color: var(--editorial-ink);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

body[data-page="support"] .data-eyebrow {
  color: var(--editorial-blue);
}

body[data-page="support"] .data-lead,
body[data-page="support"] .empty-state {
  color: var(--editorial-ink-soft);
}

body[data-page="support"] .settings-form input,
body[data-page="support"] .settings-form textarea,
body[data-page="support"] .settings-form select {
  border-color: var(--editorial-line);
  background: rgba(255, 255, 255, 0.42);
  color: var(--editorial-ink);
}

body[data-page="support"] .field label {
  color: var(--editorial-ink-soft);
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

/* Account workspace */
body[data-page="account"] {
  --bg: var(--editorial-night);
  --bg-soft: #141518;
  --bg-elev: var(--editorial-panel);
  --bg-elev-2: var(--editorial-panel-soft);
  --ink: #f1eee7;
  --ink-soft: #bbb8b1;
  --ink-mute: #777771;
  --gold: var(--editorial-coral);
  --gold-soft: #e88a7e;
  --gold-deep: #b6493e;
  --indigo: var(--editorial-blue-bright);
  --sage: var(--editorial-green);
  --terra: var(--editorial-coral);
  --line: rgba(241, 238, 231, 0.11);
  --line-strong: rgba(241, 238, 231, 0.2);
  background: var(--editorial-night);
  color: #f1eee7;
}

body[data-page="account"]::before {
  mix-blend-mode: normal;
  opacity: 0.018;
}

body[data-page="account"] .topbar {
  border-color: var(--editorial-line-light);
  background: rgba(16, 17, 19, 0.96);
}

body[data-page="account"] .dashboard,
body[data-page="account"] .app-shell,
body[data-page="account"] .acct-main {
  background: var(--editorial-night);
}

body[data-page="account"] .app-shell {
  grid-template-columns: 238px minmax(0, 1fr);
}

body[data-page="account"] .acct-sidebar {
  width: 238px;
  border-right: 1px solid var(--editorial-line-light);
  background: #0d0e10;
}

body[data-page="account"] .sidebar-brand {
  min-height: 104px;
  padding: 0 22px;
  border-bottom: 1px solid var(--editorial-line-light);
}

body[data-page="account"] .sidebar-logo {
  width: 28px;
  height: 28px;
  border-radius: 3px;
}

body[data-page="account"] .sidebar-name {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 500;
}

body[data-page="account"] .sidebar-sub {
  color: #777771;
  font-family: var(--mono);
  font-size: 8px;
  text-transform: uppercase;
}

body[data-page="account"] .account-tabs {
  padding: 22px 12px;
}

body[data-page="account"] .sidebar-section-label {
  padding: 18px 11px 8px;
  color: #61615d;
}

body[data-page="account"] .account-tab {
  min-height: 42px;
  border: 0;
  border-left: 2px solid transparent;
  border-radius: 0;
  color: #979791;
  font-size: 12px;
}

body[data-page="account"] .account-tab:hover {
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
}

body[data-page="account"] .account-tab.is-active {
  border-left-color: var(--editorial-coral);
  background: rgba(216, 95, 81, 0.08);
  color: #fff;
  box-shadow: none;
}

body[data-page="account"] .tab-icon {
  color: inherit;
}

body[data-page="account"] .sidebar-foot {
  border-color: var(--editorial-line-light);
}

body[data-page="account"] .dashboard-content {
  width: min(1460px, 100%);
  padding: 50px 44px 80px;
}

body[data-page="account"] .panel-header {
  align-items: end;
  min-height: 130px;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--editorial-line-light);
}

body[data-page="account"] .panel-eyebrow {
  color: var(--editorial-coral);
}

body[data-page="account"] .panel-heading {
  margin-top: 7px;
  color: #f1eee7;
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 400;
  line-height: 1;
}

body[data-page="account"] .panel-subtitle {
  max-width: 650px;
  color: #8c8c86;
  font-size: 13px;
  line-height: 1.55;
}

body[data-page="account"] .glass-card,
body[data-page="account"] .data-card,
body[data-page="account"] .stat-card,
body[data-page="account"] .quick-control,
body[data-page="account"] .setup-checklist,
body[data-page="account"] .account-settings-hero,
body[data-page="account"] .company-ai-command,
body[data-page="account"] .company-ai-attention,
body[data-page="account"] .company-ai-now,
body[data-page="account"] .company-ai-visual-qa,
body[data-page="account"] .strategy-ai-command {
  border: 1px solid var(--editorial-line-light);
  border-radius: 4px;
  background: var(--editorial-panel);
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

body[data-page="account"] .stat-row {
  gap: 10px;
}

body[data-page="account"] .stat-card {
  position: relative;
  min-height: 150px;
  padding: 24px;
  overflow: hidden;
}

body[data-page="account"] .stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--editorial-blue-bright);
}

body[data-page="account"] .stat-card:nth-child(2)::before {
  background: var(--editorial-coral);
}

body[data-page="account"] .stat-card:nth-child(3)::before {
  background: var(--editorial-green);
}

body[data-page="account"] .stat-label,
body[data-page="account"] .data-eyebrow {
  color: #777771;
}

body[data-page="account"] .stat-value {
  margin-top: 18px;
  color: #f1eee7;
  font-family: var(--mono);
  font-size: 34px;
  font-weight: 400;
}

body[data-page="account"] .stat-meta,
body[data-page="account"] .data-lead,
body[data-page="account"] .helper,
body[data-page="account"] .quick-control-help {
  color: #85857f;
}

body[data-page="account"] .data-card {
  padding: 26px;
}

body[data-page="account"] .data-card h3,
body[data-page="account"] .data-card h4,
body[data-page="account"] .section-sub-head h3,
body[data-page="account"] .account-card h3 {
  color: #f1eee7;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
}

body[data-page="account"] .data-card-head {
  padding-bottom: 22px;
  border-bottom: 1px solid var(--editorial-line-light);
}

body[data-page="account"] .data-highlight {
  border: 1px solid var(--editorial-line-light);
  border-radius: 3px;
  background: #121316;
}

body[data-page="account"] .quick-controls {
  gap: 10px;
}

body[data-page="account"] .quick-control {
  padding: 22px;
}

body[data-page="account"] .quick-control-head,
body[data-page="account"] .quick-control-body {
  border-color: var(--editorial-line-light);
}

body[data-page="account"] input,
body[data-page="account"] textarea,
body[data-page="account"] select {
  border-color: rgba(241, 238, 231, 0.18);
  background: #111215;
  color: #f1eee7;
}

body[data-page="account"] input:focus,
body[data-page="account"] textarea:focus,
body[data-page="account"] select:focus {
  border-color: var(--editorial-blue-bright);
  box-shadow: 0 0 0 2px rgba(86, 115, 232, 0.16);
}

body[data-page="account"] .field label {
  color: #898983;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

body[data-page="account"] .btn-primary {
  border-color: var(--editorial-blue) !important;
  background: var(--editorial-blue) !important;
}

body[data-page="account"] .btn-ghost {
  color: #d0cdc5;
}

body[data-page="account"] .support-layout,
body[data-page="account"] .account-settings-grid,
body[data-page="account"] .billing-layout,
body[data-page="account"] .portfolio-layout {
  gap: 12px;
}

body[data-page="account"] .support-thread {
  border-color: var(--editorial-line-light);
  background: #121316;
}

body[data-page="account"] .modal-card,
body[data-page="account"] .disconnect-modal-card {
  border-color: var(--editorial-line-light);
  border-radius: 4px;
  background: var(--editorial-panel);
}

body[data-page="account"] .acct-lock {
  background-image: url("/design-images/editorial-signal-hero-v1.webp?v=20260718");
  background-position: center;
  background-size: cover;
}

body[data-page="account"] .acct-lock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 8, 10, 0.7);
}

body[data-page="account"] .acct-lock-inner {
  position: relative;
  z-index: 1;
}

body[data-page="account"] .acct-lock-card {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background: rgba(12, 13, 15, 0.86);
  box-shadow: none;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

body[data-page="account"] .acct-lock-card h2 {
  font-family: var(--serif);
  font-size: 46px;
  font-weight: 400;
}

/* Legal */
.legal-page .legal-main {
  padding: 0 0 110px;
  background: var(--editorial-paper);
}

.legal-page .legal-shell {
  width: min(1040px, calc(100% - 48px));
  max-width: none;
  margin: 0 auto;
}

.legal-page .legal-hero {
  position: relative;
  width: 100vw;
  min-height: 430px;
  margin: 0 0 70px calc(50% - 50vw);
  padding: 90px max(28px, calc((100% - 1040px) / 2)) 60px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background-image: url("/design-images/editorial-custody-v1.webp?v=20260718");
  background-position: center;
  background-size: cover;
  color: #fff;
}

.legal-page .legal-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(8, 9, 11, 0.67);
}

.legal-page .legal-hero > * {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.legal-page .legal-hero .eyebrow {
  color: var(--editorial-coral);
}

.legal-page .legal-hero h1 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 68px;
  line-height: 0.96;
}

.legal-page .legal-updated,
.legal-page .legal-intro {
  color: rgba(255, 255, 255, 0.68);
}

.legal-page .legal-warning {
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.76);
}

.legal-page .legal-card {
  padding: 42px 0;
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-ink);
  box-shadow: none;
}

.legal-page .legal-card h2 {
  max-width: 760px;
  color: var(--editorial-ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 400;
}

.legal-page .legal-card p,
.legal-page .legal-list {
  max-width: 760px;
  color: var(--editorial-ink-soft);
  line-height: 1.75;
}

.legal-page .legal-card a {
  color: var(--editorial-blue);
}

.legal-page .footer {
  border: 0;
  background: var(--editorial-ink);
  color: rgba(255, 255, 255, 0.62);
}

/* Shared modal treatment */
body[data-page="home"] .modal-card,
body[data-page="profiles"] .modal-card {
  border: 1px solid var(--editorial-line);
  border-radius: 4px;
  background: var(--editorial-paper);
  color: var(--editorial-ink);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.28);
}

body[data-page="home"] .modal-card h3,
body[data-page="profiles"] .modal-card h3 {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

body[data-page="home"] .modal-card input,
body[data-page="home"] .modal-card textarea,
body[data-page="home"] .modal-card select,
body[data-page="profiles"] .modal-card input,
body[data-page="profiles"] .modal-card textarea,
body[data-page="profiles"] .modal-card select {
  border-color: var(--editorial-line);
  background: rgba(255, 255, 255, 0.52);
  color: var(--editorial-ink);
}

body[data-page="home"] .modal-card .field label,
body[data-page="profiles"] .modal-card .field label {
  color: var(--editorial-ink-soft);
}

/* Motion hooks */
.editorial-motion [data-editorial-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.editorial-motion [data-editorial-reveal].is-editorial-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
  body[data-page="home"] .nav-links {
    gap: 16px;
    font-size: 11px;
  }

  body[data-page="home"] .hero-grid {
    grid-template-columns: 1fr 360px;
    gap: 32px;
  }

  body[data-page="home"] .hero-h1 {
    font-size: 66px;
  }

  body[data-page="account"] .dashboard-content {
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media (max-width: 900px) {
  body[data-page="home"] .site-nav {
    top: 28px;
  }

  body[data-page="home"] .nav-pill {
    grid-template-columns: 1fr auto;
  }

  body[data-page="home"] .nav-links,
  body[data-page="home"] .nav-end {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 17, 19, 0.98);
  }

  body[data-page="home"] .site-nav.menu-open .nav-links,
  body[data-page="home"] .site-nav.menu-open .nav-end,
  body[data-page="home"] .site-nav.is-open .nav-links,
  body[data-page="home"] .site-nav.is-open .nav-end,
  body[data-page="home"] .topbar-open .nav-links,
  body[data-page="home"] .topbar-open .nav-end {
    display: flex;
  }

  body[data-page="home"] .site-nav.is-open {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    border: 0;
    background: var(--editorial-night);
  }

  body[data-page="home"] .site-nav.is-open .nav-pill {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: start;
    width: 100%;
    min-height: 100%;
    padding: 0 18px 24px;
  }

  body[data-page="home"] .site-nav.is-open .nav-links,
  body[data-page="home"] .site-nav.is-open .nav-end {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
  }

  body[data-page="home"] .site-nav.is-open .nav-links {
    padding: 24px 0 0;
  }

  body[data-page="home"] .site-nav.is-open .nav-end {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
  }

  body[data-page="home"] .site-nav.is-open .nav-end .btn {
    width: 100%;
    min-height: 46px;
    filter: none;
    box-shadow: none;
  }

  body[data-page="home"] .nav-links {
    flex-direction: column;
    gap: 0;
    padding: 14px;
  }

  body[data-page="home"] .nav-links a {
    padding: 10px;
  }

  body[data-page="home"] .nav-end {
    top: auto;
    margin-top: 310px;
    padding: 12px;
  }

  body[data-page="home"] .nav-toggle {
    display: grid;
  }

  body[data-page="home"] .s-hero {
    min-height: 820px;
    max-height: none;
  }

  body[data-page="home"] .hero-grid {
    grid-template-columns: 1fr;
    align-content: end;
  }

  body[data-page="home"] .hero-stage {
    max-width: 100%;
  }

  body[data-page="home"] .manifesto-inner,
  body[data-page="home"] .s-head.split,
  body[data-page="profiles"] .section-head,
  .editorial-media figcaption,
  .editorial-page-media figcaption {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .manifesto-text,
  body[data-page="home"] .s-head h2,
  body[data-page="home"] .preview-title {
    font-size: 50px;
  }

  body[data-page="home"] .manifesto-mark,
  body[data-page="home"] .manifesto-num {
    display: none;
  }

  body[data-page="home"] .method-grid,
  body[data-page="home"] .steps {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .method-item,
  body[data-page="home"] .step {
    min-height: 360px;
  }

  body[data-page="home"] .prof-grid,
  body[data-page="profiles"] .profile-detail-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page="profiles"] .section-head h1,
  body[data-page="profiles"] .section-head h2,
  body[data-page="profiles"] .section-head > p:last-child {
    grid-column: 1;
  }

  body[data-page="profiles"] .section-head h1,
  body[data-page="profiles"] .section-head h2,
  body[data-page="support"] .support-hero h1,
  .legal-page .legal-hero h1 {
    font-size: 58px;
  }

  body[data-page="profiles"] .profile-explainer-grid,
  body[data-page="support"] .support-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  body[data-page="profiles"] .profile-test-panel,
  body[data-page="support"] .support-public-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="profiles"] .profile-test-note {
    border-top: 1px solid var(--editorial-line-light);
    border-left: 0;
  }

  body[data-page="support"] .support-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body[data-page="account"] .app-shell {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  body[data-page="account"] .acct-sidebar {
    width: 84px;
  }
}

@media (max-width: 680px) {
  body[data-page="profiles"] .topbar,
  body[data-page="support"] .topbar,
  .legal-page .topbar {
    display: flex;
    min-height: 64px;
    padding: 0 18px;
  }

  body[data-page="home"] .ticker-bar {
    height: 24px;
  }

  body[data-page="home"] .site-nav {
    top: 24px;
  }

  body[data-page="home"] .site-nav.is-scrolled {
    top: 0;
  }

  body[data-page="home"] .nav-pill {
    min-height: 64px;
    padding: 0 18px;
  }

  body[data-page="home"] .s-hero {
    min-height: calc(100svh - 68px);
    padding-top: 94px;
    background-position: 62% center;
  }

  body[data-page="home"] .hero-grid {
    width: calc(100% - 36px);
    gap: 22px;
    padding-top: 20px;
  }

  body[data-page="home"] .hero-h1 {
    margin-top: 14px;
    font-size: 47px;
    line-height: 0.93;
  }

  body[data-page="home"] .hero-lead {
    font-size: 14px;
  }

  body[data-page="home"] .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  body[data-page="home"] .hero-actions .btn {
    width: 100%;
    min-width: 0;
    padding: 0 12px;
    white-space: normal;
  }

  body[data-page="home"] .hero-trust {
    margin-top: 22px;
  }

  body[data-page="home"] .trust-item {
    display: grid;
    align-content: start;
    padding: 10px 8px;
    overflow: hidden;
  }

  body[data-page="home"] .trust-item .num,
  body[data-page="home"] .trust-item .lbl {
    min-width: 0;
    font-size: 8px;
    line-height: 1.35;
    white-space: normal;
  }

  body[data-page="home"] .hero-stage {
    display: none;
  }

  body[data-page="home"] .s,
  body[data-page="home"] .s-manifesto {
    padding: 82px 18px;
  }

  body[data-page="home"] .manifesto-text,
  body[data-page="home"] .s-head h2,
  body[data-page="home"] .preview-title {
    font-size: 39px;
  }

  body[data-page="home"] .s-head .lead {
    justify-self: start;
  }

  body[data-page="home"] .method-grid,
  body[data-page="home"] .steps,
  body[data-page="home"] .faq-grid,
  body[data-page="home"] .prof-grid {
    margin-top: 44px;
  }

  body[data-page="home"] .method-item h3,
  body[data-page="home"] .step h3 {
    margin-top: 38px;
  }

  body[data-page="home"] .prof-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .prof-card {
    min-height: 330px;
  }

  body[data-page="home"] .prof-orb {
    margin-top: 32px;
  }

  body[data-page="home"] .price-row-head {
    display: none;
  }

  body[data-page="home"] .price-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 28px;
  }

  body[data-page="home"] .faq-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .faq-item summary {
    grid-template-columns: 1fr 32px;
    gap: 10px 16px;
    min-height: 0;
    padding: 20px 16px;
    font-size: 16px;
  }

  body[data-page="home"] .faq-index {
    grid-column: 1;
    padding: 0;
  }

  body[data-page="home"] .faq-item summary::after {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  body[data-page="home"] .faq-item p {
    padding: 0 58px 22px 16px;
    font-size: 14px;
  }

  body[data-page="home"] .s-cta {
    min-height: 440px;
    padding: 76px 18px;
  }

  body[data-page="home"] .s-cta h2 {
    font-size: 46px;
  }

  .editorial-media img,
  .editorial-page-media img {
    aspect-ratio: 4 / 3;
  }

  .editorial-media figcaption strong,
  .editorial-page-media figcaption strong {
    font-size: 20px;
  }

  body[data-page="profiles"] .profiles,
  body[data-page="support"] .support-topic-grid,
  body[data-page="support"] .support-kb-panel,
  body[data-page="support"] .support-public-grid,
  .legal-page .legal-shell {
    width: calc(100% - 36px);
  }

  body[data-page="profiles"] .profiles {
    padding: 76px 0;
  }

  body[data-page="profiles"] .section-head {
    margin-bottom: 44px;
  }

  body[data-page="profiles"] .section-head h1,
  body[data-page="profiles"] .section-head h2,
  body[data-page="support"] .support-hero h1,
  .legal-page .legal-hero h1 {
    font-size: 45px;
  }

  body[data-page="profiles"] .profile-explainer-grid,
  body[data-page="profiles"] .profile-detail-grid,
  body[data-page="support"] .support-topic-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="profiles"] .profile-detail-card {
    padding: 28px 22px;
  }

  body[data-page="support"] .support-hero {
    min-height: 520px;
    padding: 80px 18px 44px;
  }

  body[data-page="support"] .support-search-shell {
    grid-template-columns: 1fr;
  }

  body[data-page="support"] .support-topic-grid {
    margin-top: 36px;
  }

  body[data-page="support"] .data-card {
    padding: 22px 18px;
  }

  body[data-page="account"] .app-shell {
    display: block;
  }

  body[data-page="account"] .acct-sidebar {
    width: 100%;
  }

  body[data-page="account"] .dashboard-content {
    padding: 28px 16px 90px;
  }

  body[data-page="account"] .panel-header {
    min-height: 108px;
  }

  body[data-page="account"] .panel-heading {
    font-size: 36px;
  }

  body[data-page="account"] .stat-row {
    grid-template-columns: 1fr;
  }

  body[data-page="account"] .stat-card {
    min-height: 126px;
  }

  body[data-page="account"] .data-card,
  body[data-page="account"] .quick-control {
    padding: 20px 16px;
  }

  .legal-page .legal-hero {
    min-height: 440px;
    padding: 78px 18px 46px;
  }

  .legal-page .legal-card {
    padding: 34px 0;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .editorial-motion [data-editorial-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Profiles uses the same product navigation as the homepage. */
body[data-page="profiles"] .ticker-bar {
  position: relative;
  z-index: 92;
  height: 28px;
  border: 0;
  background: var(--editorial-ink);
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--mono);
  font-size: 9px;
}

body[data-page="profiles"] .site-nav {
  position: sticky;
  top: 0;
  z-index: 90;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(16, 17, 19, 0.97);
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

body[data-page="profiles"] .nav-pill {
  max-width: 1380px;
  min-height: 74px;
  padding: 0 30px;
  gap: 28px;
}

body[data-page="profiles"] .nav-brand {
  color: #fff;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
  text-transform: none;
}

body[data-page="profiles"] .nav-logo {
  width: 27px;
  height: 27px;
  border-radius: 3px;
}

body[data-page="profiles"] .nav-wordmark {
  font-weight: 500;
}

body[data-page="profiles"] .nav-links {
  gap: 26px;
  font-size: 12px;
}

body[data-page="profiles"] .nav-links a {
  color: rgba(255, 255, 255, 0.72);
}

body[data-page="profiles"] .nav-links a:hover,
body[data-page="profiles"] .nav-links a[aria-current="page"] {
  color: #fff;
}

body[data-page="profiles"] .nav-links a::after {
  background: var(--editorial-coral);
}

body[data-page="profiles"] .nav-links a[aria-current="page"]::after {
  left: 0;
  width: 100%;
}

body[data-page="profiles"] .nav-btn-login,
body[data-page="profiles"] .nav-btn-reg {
  min-height: 38px;
  padding: 0 16px;
}

body[data-page="profiles"] .nav-btn-login {
  border-color: rgba(255, 255, 255, 0.34) !important;
  background: transparent !important;
  color: #fff !important;
}

body[data-page="profiles"] .nav-btn-reg {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--editorial-ink) !important;
}

body[data-page="profiles"] .page-progress {
  z-index: 100;
  height: 3px;
  background: var(--editorial-coral);
}

@media (max-width: 900px) {
  body[data-page="profiles"] .nav-pill {
    grid-template-columns: 1fr auto;
  }

  body[data-page="profiles"] .nav-links,
  body[data-page="profiles"] .nav-end {
    position: absolute;
    top: 74px;
    right: 18px;
    left: 18px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(16, 17, 19, 0.98);
  }

  body[data-page="profiles"] .site-nav.is-open {
    position: fixed;
    inset: 0;
    overflow-y: auto;
    border: 0;
    background: var(--editorial-night);
  }

  body[data-page="profiles"] .site-nav.is-open .nav-pill {
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: start;
    width: 100%;
    min-height: 100%;
    padding: 0 18px 24px;
  }

  body[data-page="profiles"] .site-nav.is-open .nav-links,
  body[data-page="profiles"] .site-nav.is-open .nav-end {
    position: static;
    grid-column: 1 / -1;
    display: flex;
    width: 100%;
    margin: 0;
    border: 0;
    background: transparent;
  }

  body[data-page="profiles"] .site-nav.is-open .nav-links {
    flex-direction: column;
    gap: 0;
    padding: 24px 0 0;
  }

  body[data-page="profiles"] .site-nav.is-open .nav-links a {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  body[data-page="profiles"] .site-nav.is-open .nav-end {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 18px;
    padding: 0;
  }

  body[data-page="profiles"] .site-nav.is-open .nav-end .btn {
    width: 100%;
    min-height: 46px;
  }

  body[data-page="profiles"] .nav-toggle {
    display: grid;
    color: #fff;
  }
}

@media (max-width: 680px) {
  body[data-page="profiles"] .ticker-bar {
    height: 24px;
  }

  body[data-page="profiles"] .nav-pill {
    min-height: 64px;
    padding: 0 18px;
  }
}
