:root {
  --ink: #263630;
  --ink-soft: #646b64;
  --paper: #f7f4ed;
  --surface: #fffefa;
  --line: #dfdfd5;
  --violet: #bf4833;
  --violet-dark: #a63a29;
  --violet-pale: #f8eae1;
  --coral: #c74b35;
  --jade: #336853;
  --night: #22352e;
  --shadow: 0 20px 55px rgba(38, 54, 48, .08), 0 3px 10px rgba(38, 54, 48, .03);
  --shell: 1240px;
  --header-height: 76px;
  --font-body: "Microsoft YaHei UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  --font-data: Bahnschrift, "DIN Alternate", "Segoe UI", var(--font-body);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

button {
  color: inherit;
  font: inherit;
}

h1, h2, h3, p, li, th, td, small { overflow-wrap: anywhere; }
button, a, summary { touch-action: manipulation; }

button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}

.shell {
  width: min(calc(100% - 80px), var(--shell));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 16px;
  padding: 8px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--night);
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
}

.header-inner {
  display: flex;
  align-items: center;
  min-height: var(--header-height);
  flex-wrap: wrap;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand img {
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(101, 71, 232, 0.18);
}

.brand span {
  display: grid;
  line-height: 1.15;
}

.brand strong {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 11px 10px;
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 600;
  min-height: 44px;
}

.desktop-nav a::after {
  position: absolute;
  right: 10px;
  bottom: 4px;
  left: 10px;
  height: 2px;
  background: var(--violet);
  content: "";
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 160ms ease, transform 160ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--violet-dark);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 22px;
}

.text-link {
  color: var(--ink-soft);
  font-size: 0.875rem;
  font-weight: 650;
}

.text-link:hover {
  color: var(--violet);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.5;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-compact {
  min-height: 44px;
  padding-inline: 16px;
  color: #fff;
  background: var(--violet);
  font-size: 0.875rem;
}

.button-compact:hover,
.button-primary:hover {
  background: var(--violet-dark);
}

.button-primary {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 5px 12px rgba(97, 85, 216, .15);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.button-secondary:hover {
  border-color: var(--violet);
  color: var(--violet-dark);
}

.menu-toggle,
.mobile-nav {
  display: none;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 28px;
  color: #746b81;
  font-size: 0.8125rem;
}

.breadcrumb a:hover {
  color: var(--violet);
}

.hero {
  position: relative;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  gap: 56px;
  align-items: center;
  padding: 72px 0 62px;
}

.eyebrow,
.section-label {
  margin: 0 0 16px;
  color: var(--violet-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--coral);
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  font-size: clamp(2.125rem, 3.15vw, 2.9375rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.4;
  text-wrap: balance;
}

.hero h1::selection,
.section h2::selection {
  color: #fff;
  background: var(--violet);
}

.hero-lead {
  max-width: 640px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.hero-facts div {
  display: grid;
  gap: 3px;
  padding-right: 12px;
}

.hero-facts strong {
  font-size: 1.1875rem;
}

.hero-facts span {
  color: #746b81;
  font-size: 0.75rem;
}

.visual {
  position: relative;
  min-width: 0;
}

.product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 62px 8px 28px 60px;
}

.product-visual > img {
  position: relative;
  z-index: 2;
  width: min(100%, 610px);
  filter: drop-shadow(0 32px 40px rgba(44, 31, 73, 0.18));
}

.product-visual > p {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink-soft);
  font-size: 0.75rem;
  box-shadow: 0 12px 30px rgba(46, 30, 81, 0.1);
}

.product-visual > p span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 0 4px rgba(22, 151, 119, 0.12);
}

.garment-ticket {
  position: absolute;
  z-index: 1;
  top: 34px;
  left: 0;
  display: grid;
  width: 196px;
  min-height: 260px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(-5deg);
}

.garment-ticket::before {
  position: absolute;
  top: 16px;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #b8afc6;
  border-radius: 50%;
  background: var(--paper);
  content: "";
  transform: translateX(-50%);
}

.garment-ticket span,
.garment-ticket small {
  color: #7a7187;
  font-size: 0.5625rem;
  letter-spacing: 0.15em;
}

.garment-ticket strong {
  align-self: center;
  font-family: STZhongsong, "Songti SC", serif;
  font-size: 1.6875rem;
  line-height: 1.3;
}

.garment-ticket i {
  height: 32px;
  background: repeating-linear-gradient(90deg, var(--ink) 0 2px, transparent 2px 5px);
}

.receipt-visual,
.member-visual,
.matrix-visual,
.dashboard-visual,
.network-visual,
.questions-visual,
.cases-visual {
  border: 1px solid #ddd6e8;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.receipt-visual {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 44px;
  background-color: var(--night);
  background-image: radial-gradient(circle at 20% 18%, rgba(119, 92, 226, 0.32), transparent 34%);
}

.scan-beam {
  position: absolute;
  top: 28%;
  left: 7%;
  width: 86%;
  height: 2px;
  background: var(--coral);
  box-shadow: 0 0 18px rgba(238, 112, 90, 0.9);
}

.receipt-card {
  position: relative;
  z-index: 2;
  width: min(100%, 350px);
  padding: 32px 28px 24px;
  color: #26202e;
  background: #fffdf8;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
  transform: rotate(1.5deg);
}

.receipt-card::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 10px;
  background: linear-gradient(135deg, #fffdf8 7px, transparent 0) 0 0 / 14px 14px repeat-x;
  content: "";
}

.receipt-card header,
.receipt-row,
.receipt-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.receipt-card header {
  margin-bottom: 28px;
}

.receipt-card header span {
  font-weight: 800;
}

.receipt-card header small,
.receipt-card footer {
  color: #82798b;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.receipt-row {
  margin: 13px 0;
  font-size: 0.8125rem;
}

.receipt-dash {
  margin: 20px 0;
  border-top: 1px dashed #a89fac;
}

.receipt-total strong {
  color: var(--violet-dark);
  font-size: 1.625rem;
}

.barcode {
  width: 74%;
  height: 36px;
  margin: 28px auto 14px;
  background: repeating-linear-gradient(90deg, #241f29 0 2px, transparent 2px 5px, #241f29 5px 6px, transparent 6px 9px);
}

.receipt-card footer {
  text-align: center;
}

.visual-note {
  position: absolute;
  right: 24px;
  bottom: 20px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.625rem;
  letter-spacing: 0.06em;
}

.visual-note span {
  color: #fff;
  font-weight: 800;
}

.visual-note i {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.member-visual {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  padding: 46px 34px;
  background: var(--violet-pale);
}

.member-card {
  min-height: 290px;
  padding: 28px;
  border-radius: 20px;
  color: #fff;
  background: var(--night);
  box-shadow: 0 28px 50px rgba(37, 26, 59, 0.24);
  transform: rotate(-3deg);
}

.member-card header {
  display: grid;
  margin-bottom: 36px;
}

.member-card header span,
.member-card footer {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
}

.member-card header strong {
  margin-top: 4px;
  font-size: 1.375rem;
}

.member-card p {
  display: flex;
  justify-content: space-between;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
}

.member-card p b {
  color: #fff;
  font-size: 1.125rem;
}

.member-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 20px 0 25px;
}

.member-card > div span {
  padding: 4px 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.5625rem;
}

.member-timeline {
  display: grid;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
}

.member-timeline li > span {
  width: 10px;
  height: 10px;
  margin-top: 7px;
  border: 2px solid var(--violet);
  border-radius: 50%;
  background: #fff;
}

.member-timeline li:not(:last-child)::after {
  position: absolute;
  top: 19px;
  bottom: -22px;
  left: 4px;
  width: 1px;
  background: #c9c0da;
  content: "";
}

.member-timeline div {
  display: grid;
}

.member-timeline b {
  font-size: 0.8125rem;
}

.member-timeline small {
  color: var(--ink-soft);
  font-size: 0.6875rem;
}

.matrix-visual {
  min-height: 450px;
  padding: 40px;
}

.matrix-visual > header,
.dashboard-visual > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--line);
}

.matrix-visual > header div,
.dashboard-visual > header div {
  display: grid;
}

.matrix-visual > header small,
.dashboard-visual > header small {
  color: #81778d;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
}

.matrix-visual > header strong {
  font-size: 1.125rem;
}

.matrix-visual > header > span {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--jade);
  background: rgba(22, 151, 119, 0.09);
  font-size: 0.75rem;
  font-weight: 750;
}

.matrix-head,
.stock-matrix {
  display: grid;
  grid-template-columns: 64px repeat(4, 1fr);
  gap: 8px;
}

.matrix-head {
  margin: 26px 0 8px;
  color: #796f86;
  text-align: center;
  font-size: 0.6875rem;
}

.stock-matrix b,
.stock-matrix span {
  display: grid;
  place-items: center;
  min-height: 48px;
  border-radius: 8px;
}

.stock-matrix b {
  justify-content: start;
  font-size: 0.75rem;
}

.stock-matrix span {
  border: 1px solid rgba(101, 71, 232, calc(0.08 + var(--stock) * 0.018));
  color: var(--violet-dark);
  background: rgba(101, 71, 232, calc(0.03 + var(--stock) * 0.012));
  font-size: 0.8125rem;
  font-weight: 800;
}

.matrix-visual footer {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: #776e83;
  font-size: 0.625rem;
}

.matrix-visual footer span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.matrix-visual footer strong {
  margin-left: auto;
  color: var(--ink-soft);
}

.swatch {
  width: 8px;
  height: 8px;
  border-radius: 2px;
}

.swatch-low {
  background: rgba(238, 112, 90, 0.6);
}

.swatch-good {
  background: rgba(101, 71, 232, 0.55);
}

.dashboard-visual {
  min-height: 470px;
  padding: 38px;
  background: #fbfafd;
}

.dashboard-visual > header strong {
  font-size: 1.875rem;
}

.dashboard-visual > header > span {
  color: #81778d;
  font-size: 0.625rem;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  margin: 20px 0;
}

.dashboard-grid section {
  min-height: 220px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.dashboard-grid section > span {
  font-size: 0.75rem;
  font-weight: 750;
}

.bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: 130px;
  margin-top: 20px;
}

.bars i {
  flex: 1;
  height: 36%;
  border-radius: 4px 4px 0 0;
  background: var(--violet-pale);
}

.bars i:nth-child(2) { height: 54%; }
.bars i:nth-child(3) { height: 46%; }
.bars i:nth-child(4) { height: 72%; }
.bars i:nth-child(5) { height: 62%; }
.bars i:nth-child(6) { height: 84%; }
.bars i:nth-child(7) { height: 96%; background: var(--violet); }

.dashboard-grid small {
  color: #8a8193;
  font-size: 0.5625rem;
}

.dashboard-grid ol {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.dashboard-grid li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.6875rem;
}

.dashboard-grid li em {
  padding: 3px 7px;
  border-radius: 999px;
  color: var(--jade);
  background: rgba(22, 151, 119, 0.08);
  font-size: 0.5625rem;
  font-style: normal;
}

.dashboard-visual > footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  color: #766d81;
  font-size: 0.625rem;
  text-align: center;
}

.network-visual {
  display: grid;
  place-items: center;
  min-height: 490px;
  padding: 38px;
  overflow: hidden;
  background: var(--night);
}

.network-hub {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 350px);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
}

.network-hub small {
  color: #b8aaf7;
  font-size: 0.5625rem;
  letter-spacing: 0.16em;
}

.network-hub strong {
  margin: 4px 0 8px;
  font-size: 1.3125rem;
}

.network-hub span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.625rem;
}

.network-lines {
  position: relative;
  width: 78%;
  height: 70px;
  border-right: 1px solid rgba(184, 170, 247, 0.4);
  border-bottom: 1px solid rgba(184, 170, 247, 0.4);
  border-left: 1px solid rgba(184, 170, 247, 0.4);
}

.network-lines::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(184, 170, 247, 0.4);
  content: "";
}

.store-nodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}

.store-nodes article {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.055);
}

.store-nodes article > span {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: var(--night);
  background: #b8aaf7;
  font-size: 0.625rem;
  font-weight: 800;
}

.store-nodes article div {
  display: grid;
  min-width: 0;
}

.store-nodes strong {
  font-size: 0.6875rem;
}

.store-nodes small {
  color: #c4cede;
  font-size: 0.5rem;
}

.questions-visual {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 20px;
  align-items: center;
  min-height: 450px;
  padding: 36px;
  background: var(--violet-pale);
}

.question-mark {
  color: var(--violet);
  font-family: Georgia, serif;
  font-size: 11.25rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.18;
}

.questions-visual ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.questions-visual li {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border: 1px solid #d7cfee;
  border-radius: 10px;
  background: #fff;
  font-size: 0.6875rem;
}

.questions-visual li span {
  color: var(--violet);
  font-size: 0.5625rem;
  font-weight: 800;
}

.questions-visual li i {
  color: var(--jade);
  font-size: 0.5625rem;
  font-style: normal;
}

.cases-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 20px;
  align-items: center;
  min-height: 460px;
  padding: 34px;
  overflow: hidden;
}

.cases-visual > img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  object-position: top;
}

.cases-visual > div {
  display: grid;
  gap: 12px;
}

.cases-visual > div strong {
  margin-bottom: 10px;
  font-size: 1.4375rem;
}

.cases-visual > div span {
  padding: 10px 12px;
  border-left: 3px solid var(--violet);
  background: var(--paper);
  font-size: 0.75rem;
}

.section {
  padding: 88px 0;
}

.section h2,
.audience-section h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(1.75rem, 2.65vw, 2.375rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.5;
  text-wrap: balance;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 80px;
  align-items: end;
}

.split-heading > p,
.centered-heading > p:last-child,
.flow-heading > p:last-child,
.faq-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.9;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.problem-grid article {
  padding-top: 20px;
  border-top: 2px solid var(--line);
}

.problem-grid article > span {
  color: var(--coral);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.problem-grid h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
}

.problem-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
}

.feature-section {
  background: var(--paper);
}

.centered-heading {
  max-width: 810px;
  text-align: center;
}

.centered-heading > p:last-child {
  margin-top: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 28px;
  border: 1px solid #e2ddea;
  border-radius: 7px;
  background: #fff;
  transition: border-color 180ms ease;
}

.feature-card:hover { border-color: #bdb0eb; }

.feature-card > span {
  color: var(--violet);
  font-size: 0.5625rem;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.feature-card h3 {
  margin: 24px 0 12px;
  font-size: 1.3125rem;
}

.feature-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
}

.feature-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--violet-dark);
  font-size: 0.8125rem;
  font-weight: 750;
}

.feature-card a i {
  font-style: normal;
  transition: transform 160ms ease;
}

.feature-card a:hover i {
  transform: translateX(4px);
}

.case-grid {
  margin-top: 48px;
}

.case-pending {
  max-width: 720px;
  margin: auto;
  padding: 34px;
  border: 1px dashed #bdb0cf;
  border-radius: 12px;
  background: #fff;
  text-align: center;
}

.case-pending strong {
  font-size: 1.25rem;
}

.case-pending p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.flow-section {
  color: #fff;
  background: var(--night);
}

.flow-section .section-label {
  color: #b9a9ff;
}

.flow-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.flow-heading {
  align-self: start;
}

.flow-heading > p:last-child {
  margin-top: 22px;
  color: #c4cede;
}

.flow-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-list li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.flow-list li > span {
  color: #b9a9ff;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.flow-list h3 {
  margin: 0 0 8px;
  font-size: 1.4375rem;
}

.flow-list p {
  margin: 0;
  color: #c4cede;
  font-size: 0.875rem;
}

.audience-section {
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.audience-inner {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 60px;
  align-items: center;
}

.audience-section h2 {
  font-size: 1.875rem;
}

.audience-inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-inner li {
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: var(--paper);
  font-size: 0.8125rem;
}

.customer-section {
  background: #fff;
}

.customer-wall {
  max-width: 900px;
  height: 410px;
  margin-top: 50px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
}

.customer-wall img {
  width: 100%;
  height: auto;
}

.faq-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 90px;
}

.faq-heading {
  align-self: start;
}

.faq-heading > p {
  margin-top: 20px;
}

.faq-heading > a {
  display: inline-block;
  margin-top: 24px;
  color: var(--violet-dark);
  font-size: 0.8125rem;
  font-weight: 750;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 750;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  flex: 0 0 28px;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: var(--violet-dark);
  background: var(--violet-pale);
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -4px 52px 22px 0;
  color: var(--ink-soft);
  font-size: 0.875rem;
}

.related-section {
  padding-top: 40px;
  background: var(--paper);
}

.related-section h2 {
  font-size: 2.125rem;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
}

.related-grid a {
  position: relative;
  display: grid;
  min-height: 180px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.related-grid a:hover {
  border-color: #ad9de9;
}

.related-grid span {
  color: var(--violet);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.related-grid strong {
  align-self: end;
  max-width: 85%;
  font-size: 1.0625rem;
  line-height: 1.45;
}

.related-grid i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--violet);
  font-style: normal;
}

.final-cta {
  padding: 82px 0;
  color: #fff;
  background: var(--violet);
}

.final-cta .section-label {
  color: rgba(255, 255, 255, 0.7);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p:last-child {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.final-cta-inner > div:last-child {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.button-light {
  color: var(--violet-dark);
  background: #fff;
}

.button-outline {
  border-color: rgba(255, 255, 255, 0.48);
  color: #fff;
}

.site-footer {
  padding: 70px 0 26px;
  color: rgba(255, 255, 255, 0.76);
  background: #192237;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, .7fr));
  gap: 48px;
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand small {
  color: rgba(255, 255, 255, 0.5);
}

.footer-brand > p {
  max-width: 440px;
  margin: 22px 0 0;
  color: #c4cede;
  font-size: 0.8125rem;
}

.footer-grid nav {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-grid nav strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 0.8125rem;
}

.footer-grid nav a {
  font-size: 0.75rem;
}

.footer-grid nav a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #b0bdd1;
  font-size: 0.6875rem;
}

.mobile-cta {
  display: none;
}

.trial-dialog {
  width: min(calc(100% - 30px), 520px);
  padding: 34px;
  border: 0;
  border-radius: 18px;
  color: var(--ink);
  box-shadow: 0 34px 90px rgba(25, 16, 45, 0.34);
  text-align: center;
}

.trial-dialog::backdrop {
  background: rgba(24, 16, 38, 0.65);
  backdrop-filter: blur(4px);
}

.trial-dialog h2 {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.3;
}

.trial-dialog > p:not(.section-label) {
  color: var(--ink-soft);
  font-size: 0.875rem;
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: var(--paper);
  cursor: pointer;
  font-size: 1.375rem;
}

.qr-frame {
  width: 276px;
  margin: 22px auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.dialog-actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.dialog-actions a:first-child {
  color: var(--violet-dark);
}

@media (max-width: 1120px) {
  .desktop-nav a {
    padding-inline: 7px;
    font-size: 0.8125rem;
  }

  .header-actions {
    margin-left: 12px;
  }

  .text-link {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.95fr;
    gap: 30px;
  }

  .product-visual {
    padding-left: 35px;
  }

  .garment-ticket {
    width: 165px;
    min-height: 230px;
  }

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

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

@media (max-width: 900px) {
  :root {
    --header-height: 64px;
  }

  .shell {
    width: min(calc(100% - 34px), var(--shell));
  }

  .desktop-nav,
  .header-actions > .button-compact {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .menu-toggle {
    display: grid;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 12px 10px;
    border: 0;
    border-radius: 8px;
    background: var(--paper);
    cursor: pointer;
  }

  .menu-toggle i {
    display: block;
    height: 2px;
    background: var(--ink);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) { transform: translateY(-6px) rotate(-45deg); }

  .mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 16px 17px 20px;
    border-top: 1px solid var(--line);
    background: #fff;
  }

  .mobile-nav[hidden] {
    display: none;
  }

  .mobile-nav a {
    padding: 11px 12px;
    border-radius: 8px;
    color: var(--ink-soft);
    background: var(--paper);
    font-size: 0.8125rem;
    font-weight: 650;
  }

  .mobile-nav a[aria-current="page"] {
    color: var(--violet-dark);
    background: var(--violet-pale);
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 58px 0 70px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .visual {
    width: min(100%, 650px);
    margin: 20px auto 0;
  }

  .split-heading,
  .flow-layout,
  .faq-layout,
  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .flow-heading {
    position: static;
  }

  .audience-inner {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .audience-inner ul {
    justify-content: flex-start;
  }

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

  .related-grid a {
    min-height: 140px;
  }

  .final-cta-inner > div:last-child {
    justify-content: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px));
    font-size: 1rem;
  }

  .shell {
    width: min(calc(100% - 28px), var(--shell));
  }

  .brand strong {
    font-size: 1rem;
  }

  .brand small {
    font-size: 0.5625rem;
  }

  .breadcrumb {
    padding-top: 18px;
  }

  .hero-grid {
    padding: 44px 0 58px;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }

  .hero-actions .button {
    padding-inline: 12px;
    font-size: 0.8125rem;
  }

  .hero-facts {
    margin-top: 30px;
  }

  .hero-facts strong {
    font-size: 0.9375rem;
  }

  .hero-facts span {
    font-size: 0.625rem;
  }

  .visual { border-radius: 14px; }

  .product-visual {
    min-height: 340px;
    padding: 60px 0 20px 28px;
  }

  .garment-ticket {
    top: 20px;
    width: 125px;
    min-height: 175px;
    padding: 19px 14px;
  }

  .garment-ticket strong {
    font-size: 1.125rem;
  }

  .product-visual > p {
    right: 0;
    bottom: 0;
    font-size: 0.5625rem;
  }

  .receipt-visual {
    padding: 28px 22px 52px;
  }

  .receipt-card {
    padding: 26px 20px 20px;
  }

  .member-visual {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .member-card {
    min-height: 250px;
  }

  .member-timeline {
    display: grid;
  }

  .matrix-visual,
  .dashboard-visual,
  .questions-visual,
  .cases-visual {
    padding: 24px 18px;
  }

  .matrix-visual > header {
    align-items: start;
  }

  .matrix-visual > header > span {
    font-size: 0.5625rem;
  }

  .matrix-head,
  .stock-matrix {
    grid-template-columns: 50px repeat(4, 1fr);
    gap: 5px;
  }

  .stock-matrix b,
  .stock-matrix span {
    min-height: 42px;
  }

  .matrix-visual footer strong {
    flex-basis: 100%;
    margin-left: 0;
  }

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

  .dashboard-grid section:last-child {
    display: block;
  }

  .dashboard-visual > footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .network-visual {
    padding: 28px 16px;
  }

  .network-lines {
    height: 52px;
  }

  .store-nodes article {
    display: grid;
    justify-items: center;
    padding: 10px 5px;
    text-align: center;
  }

  .store-nodes small {
    max-width: 92px;
  }

  .questions-visual {
    grid-template-columns: 1fr;
  }

  .question-mark {
    display: none;
  }

  .questions-visual li {
    grid-template-columns: 24px 1fr;
  }

  .questions-visual li i {
    display: none;
  }

  .cases-visual {
    grid-template-columns: 1fr;
  }

  .cases-visual > img {
    max-height: 220px;
  }

  .section {
    padding: 58px 0;
  }

  .section h2,
  .audience-section h2,
  .final-cta h2 {
    font-size: 1.6875rem;
  }

  .split-heading {
    gap: 22px;
  }

  .split-heading > p,
  .centered-heading > p:last-child,
  .flow-heading > p:last-child,
  .faq-heading > p {
    font-size: 0.9375rem;
  }

  .problem-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    margin-top: 36px;
  }

  .problem-grid article {
    padding-top: 20px;
  }

  .problem-grid h3 {
    margin-top: 0;
  }

  .feature-card {
    min-height: 0;
  }

  .flow-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .audience-section {
    padding: 44px 0;
  }

  .audience-inner li {
    font-size: 0.6875rem;
  }

  .faq-layout {
    gap: 22px;
  }

  .faq-list summary {
    font-size: 0.9375rem;
  }

  .faq-list details p {
    margin-right: 0;
  }

  .related-section {
    padding-top: 30px;
  }

  .final-cta {
    padding: 68px 0;
  }

  .final-cta-inner > div:last-child {
    display: grid;
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-bottom {
    display: grid;
  }

  .mobile-cta {
    position: fixed;
    z-index: 35;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 58px;
    border-top: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 -10px 28px rgba(34, 25, 50, 0.11);
  }

  .mobile-cta a,
  .mobile-cta button {
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    font-size: 0.8125rem;
    font-weight: 750;
  }

  .mobile-cta button {
    color: #fff;
    background: var(--violet);
  }

  .trial-dialog {
    max-height: calc(100vh - 28px);
    padding: 30px 20px;
    overflow-y: auto;
  }

  .trial-dialog h2 {
    font-size: 1.5rem;
  }

  .qr-frame {
    width: min(100%, 260px);
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Retail intelligence: semantic, static panels without a chart runtime. */
.hero-copy, .hero-figure { min-width: 0; }
/* Without scripts, keep the expanded navigation in the document flow. */
html:not(.js-ready) .site-header { position: static; }
html:not(.js-ready) .mobile-nav { max-height: none; overflow: visible; }
html:not(.js-ready) .mobile-cta { display: none; }
.hero-figure { margin: 0; }
.hero-figure > figcaption { margin-top: 14px; color: var(--ink-soft); font-size: .75rem; line-height: 1.7; text-align: right; }
.hero-intelligence-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 8px; color: var(--violet-dark); font-size: .875rem; font-weight: 650; }
.hero-intelligence-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.nav-group { position: relative; }
.nav-group > summary { display: flex; align-items: center; gap: 6px; min-height: 44px; padding: 8px 10px; border-radius: 6px; color: var(--ink-soft); font-size: .875rem; font-weight: 600; list-style: none; cursor: pointer; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group[open] > summary, .nav-group > summary:hover { color: var(--violet-dark); background: var(--violet-pale); }
.nav-panel { position: absolute; z-index: 50; top: calc(100% + 10px); left: -10px; display: grid; min-width: 230px; max-width: min(360px, 90vw); padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); box-shadow: var(--shadow); }
.nav-panel a { min-height: 44px; padding: 9px 12px; border-radius: 5px; font-size: .875rem; }
.nav-panel a:hover { background: var(--violet-pale); }
.nav-note { padding: 6px 12px; color: var(--ink-soft); font-size: .75rem; }
.decision-visual, .insight-visual { border: 1px solid #d1d9e8; border-radius: 14px; background: var(--surface); box-shadow: var(--shadow); }
.decision-visual { overflow: hidden; }
.console-topbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: #fafbfe; }
.console-brand { display: flex; align-items: center; gap: 8px; color: var(--ink-soft); font-family: var(--font-data); font-size: .625rem; font-weight: 600; letter-spacing: .1em; }
.console-brand i { width: 1px; height: 11px; background: #b8c3d5; }
.sample-label { color: var(--ink-soft); font-size: .6875rem; }
.console-heading { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 22px 24px 20px; }
.console-heading > div { display: grid; gap: 5px; }
.console-heading small { color: var(--ink-soft); font-size: .75rem; }
.console-heading strong { font-size: 1.1875rem; font-weight: 700; }
.edition-tag { display: inline-flex; align-items: center; padding: 4px 9px; border: 1px solid #d6d1f2; border-radius: 4px; color: var(--violet-dark); background: var(--violet-pale); font-size: .6875rem; font-weight: 650; line-height: 1.6; }
.console-heading .edition-tag { margin-top: 7px; }
.console-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-inline: 24px; padding: 15px 0; border-block: 1px solid var(--line); }
.console-metrics > div { display: grid; align-content: start; gap: 5px; padding-inline: 14px; border-left: 1px solid var(--line); }
.console-metrics > div:first-child { padding-left: 0; border-left: 0; }
.console-metrics span { color: var(--ink-soft); font-size: .6875rem; }
.console-metrics strong { font-size: 1rem; font-weight: 650; line-height: 1.5; }
.console-body { display: grid; gap: 16px; padding: 18px 24px 20px; }
.console-style { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 20px; align-items: center; }
.garment-art { display: grid; justify-items: center; padding: 5px 4px 7px; border-radius: 6px; background: var(--paper); }
.garment-art svg { display: block; width: 98px; height: 98px; }
.garment-art > span { margin-top: 2px; color: var(--ink-soft); font-size: .6875rem; text-align: center; }
.console-matrix { min-width: 0; }
.console-matrix table { width: 100%; border-collapse: separate; border-spacing: 4px; font-family: var(--font-data); font-size: .75rem; text-align: center; table-layout: fixed; }
.console-matrix caption { margin-bottom: 6px; color: var(--ink-soft); font-family: var(--font-body); font-size: .75rem; text-align: left; }
.console-matrix th { font-size: .6875rem; font-weight: 600; }
.console-matrix thead th { color: var(--ink-soft); }
.console-matrix th:first-child { width: 29%; text-align: left; }
.console-matrix td { padding: 5px 3px; border-radius: 4px; color: var(--violet-dark); background: var(--violet-pale); font-weight: 650; }
.console-matrix td.matrix-alert { color: var(--coral); background: #fbefeb; outline: 1px dashed #cc8779; outline-offset: -1px; }
.console-tasks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.console-tasks > a { display: flex; align-items: flex-start; gap: 10px; min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 6px; transition: border-color 160ms ease, background-color 160ms ease; }
.console-tasks > a:hover { border-color: #b8aeea; background: #fcfbff; }
.task-icon { display: grid; flex: 0 0 26px; place-items: center; width: 26px; height: 26px; border-radius: 5px; color: var(--violet-dark); background: var(--violet-pale); font-size: 1rem; }
.task-icon-teal { color: var(--jade); background: #eaf4f1; }
.console-tasks > a > div { display: grid; gap: 4px; min-width: 0; }
.console-tasks small { color: var(--violet-dark); font-size: .6875rem; }
.console-tasks strong { font-size: .75rem; font-weight: 650; line-height: 1.65; }
.console-tasks > a > div > span { color: var(--ink-soft); font-size: .6875rem; }
.console-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; padding: 12px 20px; border-top: 1px solid var(--line); color: var(--ink-soft); background: #fafbfe; font-size: .6875rem; }
.console-foot i { color: #9da9bd; font-style: normal; }
.console-foot strong { color: var(--jade); font-weight: 600; }
.insight-visual { padding: 28px; }
.panel-header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; align-items: flex-start; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.panel-header > div { display: grid; gap: 8px; }
.panel-header small { color: var(--ink-soft); font-family: var(--font-data); font-size: .6875rem; letter-spacing: .11em; }
.panel-header strong { font-size: 1.3125rem; font-weight: 700; line-height: 1.65; }
.panel-explanation { margin: 20px 0 0; color: var(--ink-soft); font-size: .75rem; }
.assortment-bars { display: grid; gap: 22px; padding: 22px 0 30px; }
.assortment-bars > div { display: grid; grid-template-columns: 36px minmax(0, 1fr) 52px; gap: 14px; align-items: center; font-size: .75rem; }
.assortment-bars i { height: 12px; border-radius: 2px; background: linear-gradient(to right, var(--violet) var(--bar), var(--violet-pale) var(--bar)); }
.assortment-bars b { color: var(--ink-soft); font-family: var(--font-data); font-size: .8125rem; font-weight: 500; }
.signal-row { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 8px 15px; padding: 15px 0; border-top: 1px solid var(--line); font-size: .75rem; }
.signal-row > span { flex: 0 0 auto; color: var(--violet-dark); }
.signal-row > strong { font-weight: 600; }
.transfer-route { display: grid; grid-template-columns: minmax(0, 1fr) 24px minmax(0, 1fr); gap: 16px; align-items: center; padding: 28px 0; }
.transfer-route > div { display: grid; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.transfer-route small { color: var(--ink-soft); font-size: .6875rem; }
.transfer-route strong { font-size: 1.3125rem; }
.transfer-route span { color: var(--ink-soft); font-size: .6875rem; }
.transfer-route > b { color: var(--violet); font-size: 1.5625rem; text-align: center; font-weight: 400; }
.confirmation-note { margin-top: 18px; padding: 13px 16px; border-left: 3px solid var(--jade); color: #205f59; background: #eaf4f1; font-size: .75rem; }
.report-sheet { margin-top: 20px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.report-kicker { margin: 20px 0 12px; color: var(--ink-soft); font-size: .75rem; }
.report-sheet .report-kicker { margin-top: 0; }
.report-sheet ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.report-sheet li { display: grid; grid-template-columns: 66px minmax(0, 1fr); gap: 12px; font-size: .75rem; }
.report-sheet li > span { color: var(--ink-soft); }
.rfm-map { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 26px 0; }
.rfm-map > div { display: grid; align-content: start; gap: 6px; padding: 16px 12px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper); }
.rfm-map b { color: var(--violet-dark); font-family: var(--font-data); font-size: 1.8125rem; font-weight: 500; line-height: 1.3; }
.rfm-map strong { font-size: .75rem; font-weight: 650; }
.rfm-map span { color: var(--ink-soft); font-size: .6875rem; }
.profile-sample { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.profile-sample > span { padding: 5px 10px; border: 1px solid #d8d3f2; border-radius: 4px; color: var(--violet-dark); background: var(--violet-pale); font-size: .6875rem; }
.capability-rail { border-bottom: 1px solid var(--line); background: var(--surface); }
.capability-rail > .shell { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 4px 20px; padding-block: 10px; }
.capability-rail a { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 44px; padding: 6px 0; color: var(--ink-soft); font-size: .8125rem; font-weight: 600; }
.capability-rail a > span { color: #8b96aa; }
.capability-rail a:hover { color: var(--violet-dark); }
.intelligence-section { background: var(--surface); }
.split-heading > div > p:not(.section-label) { margin: 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.9; }
.split-heading > div > .edition-tag { margin-bottom: 16px; }
.intelligence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.intelligence-card { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; padding: 32px; border: 1px solid var(--line); border-top: 3px solid var(--violet); border-radius: 8px; background: var(--paper); }
.intelligence-card:nth-child(2), .intelligence-card:nth-child(4) { border-top-color: var(--jade); background: #f3f8f7; }
.highlight-tag { color: var(--violet-dark); font-family: var(--font-data); font-size: .6875rem; font-weight: 600; letter-spacing: .1em; }
.intelligence-card h3 { margin: 15px 0 13px; font-size: 1.5625rem; line-height: 1.5; font-weight: 700; }
.intelligence-card h3 a:hover { color: var(--violet-dark); }
.intelligence-card > p { max-width: 33em; margin: 0; color: var(--ink-soft); font-size: .9375rem; line-height: 1.9; }
.card-link { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; margin-top: 20px; color: var(--violet-dark); font-size: .875rem; font-weight: 650; }
.card-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.definition-section { padding: 56px 0; border-block: 1px solid var(--line); background: var(--paper); }
.definition-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .75fr); gap: 66px; align-items: start; }
.definition-section h2 { margin: 0; font-size: 1.6875rem; font-weight: 700; line-height: 1.6; }
.definition-layout > div > p:last-child { margin: 18px 0 0; color: var(--ink-soft); font-size: .9375rem; line-height: 1.9; }
.availability { padding: 22px 24px; border-left: 2px solid #b5aacd; background: var(--surface); }
.availability > strong { font-size: .875rem; font-weight: 700; }
.availability > p { margin: 9px 0 0; color: var(--ink-soft); font-size: .8125rem; line-height: 1.9; }
.output-table-wrap { margin-top: 38px; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
.output-table { width: 100%; min-width: 550px; border-collapse: collapse; text-align: left; font-size: .9375rem; }
.output-table th, .output-table td { padding: 20px 26px; border-bottom: 1px solid var(--line); vertical-align: top; }
.output-table thead { color: var(--violet-dark); background: var(--violet-pale); font-size: .8125rem; }
.output-table tbody th { width: 32%; font-weight: 600; }
.output-table tbody td { color: var(--ink-soft); line-height: 1.9; }
.output-table tbody tr:nth-child(even) { background: #fafbfe; }
.output-table tbody tr:last-child > * { border-bottom: 0; }
.content-meta { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-block: 24px; color: var(--ink-soft); font-size: .75rem; }
.content-meta p { margin: 0; }

@media (min-width: 1025px) {
  .feature-grid.feature-count-6, .feature-grid.feature-count-9 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 621px) and (max-width: 1024px) {
  .feature-grid.feature-count-6, .feature-grid.feature-count-9 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .console-heading .edition-tag { margin-top: 0; }
  .console-tasks { grid-template-columns: 1fr; gap: 8px; }
  .console-tasks > a { padding: 10px 12px; }
  .console-style { grid-template-columns: 90px minmax(0, 1fr); gap: 12px; }
  .garment-art svg { width: 80px; }
  .definition-layout { gap: 40px; }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 50px 0; }
  .hero-copy { max-width: 750px; }
  .hero h1 { max-width: 19em; font-size: 2.5rem; }
  .hero-figure { width: min(100%, 720px); margin-inline: auto; }
  .console-style { grid-template-columns: 116px minmax(0, 1fr); gap: 20px; }
  .console-tasks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .console-tasks > a { padding: 14px; }
  .intelligence-card { padding: 28px; }
}
@media (max-width: 900px) {
  .menu-toggle { display: none; }
  .js-ready .menu-toggle { display: grid; width: 44px; height: 44px; }
  .mobile-nav { max-height: calc(100dvh - var(--header-height) - 72px); overflow-y: auto; }
  .mobile-nav a { min-height: 44px; }
  .definition-layout { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px; }
}
@media (max-width: 620px) {
  body { font-size: 1rem; padding-bottom: calc(62px + env(safe-area-inset-bottom, 0px)); }
  .hero h1 { font-size: clamp(1.8125rem, 7.7vw, 2.375rem); line-height: 1.5; letter-spacing: -.03em; }
  .hero-figure > figcaption { font-size: .6875rem; text-align: left; }
  .console-topbar { padding: 12px 16px; }
  .console-brand { font-size: .5625rem; letter-spacing: .04em; }
  .console-heading { gap: 8px; padding: 18px 16px 16px; }
  .console-heading strong { font-size: 1.0625rem; }
  .console-metrics { margin-inline: 16px; padding: 13px 0; }
  .console-metrics > div { padding-inline: 9px; }
  .console-metrics strong { font-size: .8125rem; }
  .console-body { gap: 14px; padding: 16px; }
  .console-style { grid-template-columns: 74px minmax(0, 1fr); gap: 10px; }
  .garment-art svg { width: 70px; height: 82px; }
  .garment-art > span { font-size: .625rem; }
  .console-matrix caption { font-size: .6875rem; }
  .console-matrix table { border-spacing: 3px; }
  .console-matrix th { font-size: .625rem; }
  .console-matrix th:first-child { width: 33%; }
  .console-tasks { grid-template-columns: 1fr; gap: 8px; }
  .console-tasks > a { padding: 12px; }
  .console-tasks strong { font-size: .8125rem; }
  .console-foot { gap: 8px; padding: 12px; font-size: .625rem; }
  .insight-visual { padding: 22px 18px; }
  .panel-header { padding-bottom: 18px; }
  .panel-header strong { font-size: 1.125rem; }
  .assortment-bars > div { grid-template-columns: 30px minmax(0, 1fr) 42px; gap: 10px; }
  .transfer-route { gap: 10px; padding-block: 22px; }
  .transfer-route > div { padding: 14px 12px; }
  .transfer-route strong { font-size: 1.1875rem; }
  .report-sheet { padding: 16px; }
  .report-sheet li { grid-template-columns: 1fr; gap: 3px; }
  .rfm-map { gap: 6px; }
  .rfm-map > div { padding: 12px 8px; }
  .rfm-map strong { font-size: .6875rem; }
  .rfm-map span { font-size: .625rem; }
  .capability-rail > .shell { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3px 16px; padding-block: 10px; }
  .capability-rail a { gap: 6px; font-size: .75rem; }
  .intelligence-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }
  .intelligence-card { padding: 24px; }
  .intelligence-card h3 { margin-block: 12px; font-size: 1.4375rem; }
  .card-link { margin-top: 13px; }
  .definition-section { padding: 38px 0; }
  .definition-section h2 { font-size: 1.6875rem; }
  .availability { padding: 18px 20px; }
  .output-table-wrap { margin-top: 28px; }
  .output-table { min-width: 490px; font-size: .875rem; }
  .output-table th, .output-table td { padding: 16px 20px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid nav a { min-height: 44px; display: flex; align-items: center; }
  .mobile-cta { min-height: 62px; padding-bottom: env(safe-area-inset-bottom, 0px); }
  .mobile-cta a, .mobile-cta button { min-height: 62px; padding: 10px; }
}
@media (max-width: 360px) {
  .hero-actions { grid-template-columns: 1fr; }
  .console-style { grid-template-columns: 1fr; }
  .garment-art { grid-template-columns: 64px 1fr; justify-items: start; align-items: center; padding: 8px 12px; }
  .garment-art svg { width: 56px; height: 60px; }
  .capability-rail > .shell { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* WorkBuddy examples are native, selectable text and charts, not product screenshots. */
.buddy-preview, .buddy-conversation { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); }
.buddy-window-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
.buddy-window-bar > strong, .buddy-window-bar h3 { margin: 0; font-family: var(--font-data); font-size: 1rem; font-weight: 650; }
.buddy-window-bar strong > span, .buddy-window-bar h3 > span { color: var(--ink-soft); font-family: var(--font-body); font-size: .8125rem; font-weight: 400; }
.buddy-window-bar .sample-label { flex-shrink: 0; }
.buddy-preview-body, .buddy-thread { display: grid; gap: 20px; padding: 28px; }
.buddy-message { min-width: 0; font-size: .9375rem; }
.buddy-message p { margin: 6px 0 0; }
.buddy-speaker { display: block; color: var(--violet-dark); font-size: .75rem; font-weight: 700; }
.buddy-user { justify-self: end; max-width: 90%; padding: 14px 18px; border: 1px solid var(--line); border-radius: 14px 14px 3px 14px; background: var(--violet-pale); }
.buddy-assistant { padding-left: 16px; border-left: 3px solid var(--violet); }
.buddy-mini-chart { display: grid; gap: 12px; margin-block: 20px; }
.buddy-mini-chart > div { display: grid; grid-template-columns: 6em minmax(0, 1fr) 4.5em; align-items: center; gap: 12px; font-size: .8125rem; }
.buddy-mini-chart i { width: var(--bar); height: 10px; border-radius: 0 3px 3px 0; background: var(--violet); }
.buddy-mini-chart > div:nth-child(even) i { background: var(--jade); }
.buddy-mini-chart b { text-align: right; font-family: var(--font-data); font-weight: 600; }
.buddy-source { display: block; margin-top: 14px; color: var(--ink-soft); font-size: .75rem; }
.buddy-preview-next { color: var(--ink-soft); font-size: .8125rem; }
.buddy-preview-next > span { margin-right: 8px; color: var(--violet); }
.buddy-demo-section { background: var(--paper); }
.buddy-reading-steps { display: flex; flex-wrap: wrap; gap: 16px 36px; margin: 34px 0 24px; padding: 0; list-style: none; }
.buddy-reading-steps li { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .875rem; }
.buddy-reading-steps b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: var(--surface); color: var(--violet-dark); font-family: var(--font-data); }
.buddy-workspace { display: grid; gap: 24px; align-items: start; }
.buddy-workspace.buddy-interactive { grid-template-columns: minmax(220px, .35fr) minmax(0, 1fr); }
.buddy-scene-list { display: grid; gap: 8px; }
.buddy-scene-list[hidden], .buddy-conversation[hidden] { display: none; }
.buddy-scene-button { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 8px; width: 100%; min-height: 44px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); text-align: left; cursor: pointer; }
.buddy-scene-button strong { font-size: .9375rem; }
.buddy-scene-button span { grid-column: 1; font-size: .8125rem; color: var(--ink-soft); }
.buddy-scene-button i { grid-column: 2; grid-row: 1; color: var(--violet-dark); font-style: normal; }
.buddy-scene-button:hover { border-color: var(--violet); }
.buddy-scene-button[aria-pressed="true"] { border-color: var(--violet); background: var(--violet-pale); box-shadow: inset 3px 0 var(--violet); }
.buddy-scene-button[aria-pressed="true"] strong { color: var(--violet-dark); }
.buddy-panels { display: grid; min-width: 0; gap: 28px; }
.buddy-thread { padding: 30px 36px; gap: 24px; }
.buddy-result { margin-top: 18px; padding: 0 18px 16px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.buddy-table-wrap { min-width: 0; }
.buddy-result table { width: 100%; border-collapse: collapse; font-size: .8125rem; }
.buddy-result caption { margin: 4px 0 10px; text-align: left; font-weight: 700; }
.buddy-result th, .buddy-result td { padding: 9px 8px; border-bottom: 1px solid var(--line); text-align: right; font-variant-numeric: tabular-nums; }
.buddy-result th:first-child { text-align: left; }
.buddy-result thead th { color: var(--ink-soft); font-weight: 400; }
.buddy-result tbody th { font-weight: 500; }
.buddy-reading-note { margin: 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }
.buddy-connect-note { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; padding-top: 30px; }
.buddy-connect-note p { flex: 1 1 400px; margin: 0; color: var(--ink-soft); font-size: .875rem; }
.buddy-connect-note strong { color: var(--ink); font-size: 1rem; }
.buddy-connect-note a { min-height: 44px; }
.buddy-mini-chart > div.buddy-bar-down i { background: var(--coral); }
.buddy-mini-chart > div.buddy-bar-up i { background: var(--jade); }
.buddy-drill-path { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0 0 18px; border-bottom: 1px solid var(--line); list-style: none; }
.buddy-drill-path li { color: var(--violet-dark); font-size: .75rem; font-weight: 650; }
.buddy-drill-path li + li::before { content: '→'; margin-right: 20px; color: var(--ink-soft); }
.buddy-reference { display: block; margin-top: 10px; color: var(--jade); font-size: .75rem; }
.buddy-evidence { border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.buddy-evidence summary { min-height: 44px; padding: 12px 16px; cursor: pointer; font-size: .8125rem; font-weight: 650; }
.buddy-evidence dl { display: grid; gap: 14px; margin: 0; padding: 0 16px 18px; font-size: .75rem; }
.buddy-evidence dt { color: var(--ink); font-weight: 650; }
.buddy-evidence dd { margin: 3px 0 0; color: var(--ink-soft); overflow-wrap: anywhere; }
.buddy-report-input { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 34px 0 24px; padding: 18px 24px; border-left: 3px solid var(--violet); background: var(--paper); font-size: .8125rem; }
.buddy-report-input span { color: var(--ink-soft); }
.buddy-report-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; align-items: start; margin-bottom: 24px; }
.buddy-role-report { min-width: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.buddy-role-report[open] { border-top: 3px solid var(--violet); }
.buddy-role-report summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 6px 12px; min-height: 110px; padding: 22px 24px; cursor: pointer; list-style: none; }
.buddy-role-report summary::-webkit-details-marker { display: none; }
.buddy-role-report summary > span { color: var(--violet-dark); font-size: .75rem; }
.buddy-role-report summary h3 { grid-column: 1; margin: 0; font-size: 1.125rem; line-height: 1.5; }
.buddy-role-report summary i { grid-column: 2; grid-row: 1 / span 2; align-self: center; font-style: normal; }
.buddy-role-report[open] summary i { transform: rotate(180deg); }
.buddy-report-body { padding: 0 24px 22px; }
.buddy-report-prompt { margin: 0 0 18px; padding: 12px; border-radius: 6px; background: var(--violet-pale); color: var(--violet-dark); font-size: .8125rem; }
.buddy-report-body ol { display: grid; gap: 14px; margin: 0 0 18px; padding-left: 20px; font-size: .8125rem; }
.buddy-report-body li::marker { color: var(--violet); font-family: var(--font-data); }
.buddy-report-body small { color: var(--ink-soft); font-size: .75rem; }
@media (max-width: 900px) {
  .buddy-workspace.buddy-interactive { grid-template-columns: minmax(0, 1fr); }
  .buddy-scene-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .buddy-scene-button { padding: 12px 16px; }
  .buddy-scene-button span { display: none; }
  .buddy-report-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .buddy-window-bar { padding: 14px 16px; flex-wrap: wrap; gap: 8px; }
  .buddy-preview-body, .buddy-thread { padding: 20px 16px; gap: 20px; }
  .buddy-user { max-width: 96%; padding: 12px 14px; }
  .buddy-assistant { padding-left: 10px; }
  .buddy-mini-chart > div { grid-template-columns: 5.5em minmax(0, 1fr) 4em; gap: 8px; font-size: .75rem; }
  .buddy-result { padding-inline: 8px; }
  .buddy-result th, .buddy-result td { padding: 8px 3px; }
  .buddy-result table { font-size: .75rem; }
  .buddy-reading-steps { gap: 10px 16px; }
  .buddy-reading-steps li { font-size: .75rem; }
  .buddy-scene-button { padding: 12px 8px; gap: 4px; }
  .buddy-scene-button strong { font-size: .8125rem; }
  .buddy-scene-button i { display: none; }
  .buddy-drill-path { gap: 8px 12px; }
  .buddy-drill-path li + li::before { margin-right: 12px; }
  .buddy-report-grid { grid-template-columns: minmax(0, 1fr); }
  .buddy-report-input { padding: 16px; }
  .buddy-role-report summary { min-height: 96px; padding: 18px; }
  .buddy-report-body { padding: 0 18px 18px; }
}

/* Owner-first product website: warm paper, clear problems and visible next steps. */
.site-header { background: rgba(255, 254, 250, .97); }
.brand img { box-shadow: none; }
.button { border-radius: 5px; gap: 16px; }
.button-primary { box-shadow: 0 5px 12px rgba(191, 72, 51, .12); }
.hero { background: var(--paper); }
.hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; padding: 60px 0 68px; }
.hero h1 { font-size: clamp(2rem, 3.2vw, 3rem); font-weight: 800; line-height: 1.4; letter-spacing: -.055em; }
.hero h1 > span { display: block; text-wrap: initial; }
[data-page="home"] .hero h1 > span:last-child { color: var(--violet); }
.hero-lead { font-size: 1rem; max-width: 33em; }
.hero-subhead { margin: 20px 0 0; font-size: 1.45rem; font-weight: 650; }
.hero-subhead + .hero-lead { margin-top: 16px; }
[data-page="home"] .hero h1 { max-width: 8em; font-size: clamp(2.75rem, 4.6vw, 4.25rem); line-height: 1.3; }
[data-page="home"] .hero-intelligence-link { color: var(--ink-soft); font-size: .8125rem; }
.hero-facts strong { font-family: var(--font-data); font-size: 1.3rem; }
.hero-facts span { color: var(--ink-soft); }
.hero-figure > figcaption { font-size: .6875rem; }
.eyebrow { letter-spacing: .04em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; }
.section-label { color: var(--violet-dark); font-size: .75rem; letter-spacing: .1em; }
.section h2, .audience-section h2, .final-cta h2 { line-height: 1.45; font-weight: 750; }
.capability-rail { background: var(--surface); }
.capability-rail > .shell { justify-content: center; gap: 44px; }
.capability-rail a { font-size: .8125rem; }
.section { padding-block: 88px; }
.owner-desk { position: relative; padding: 28px; background: var(--night); border-radius: 14px; color: #fffaf0; box-shadow: 14px 14px 0 #e8e6db; overflow: hidden; }
.desk-topline { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .6875rem; color: #c2d0c4; }
.desk-topline > span:first-child { display: flex; align-items: center; gap: 8px; }
.desk-topline i { width: 6px; height: 6px; background: #e8aa88; border-radius: 50%; }
.desk-topline > span:last-child { border: 1px solid #617369; padding: 1px 7px; border-radius: 3px; }
.desk-heading { position: relative; z-index: 1; padding-block: 22px 18px; width: 74%; }
.desk-heading p { margin: 0; font-size: clamp(1.5rem, 2.35vw, 2.25rem); line-height: 1.3; font-weight: 750; letter-spacing: .035em; }
.desk-heading > span { display: block; color: #e99876; font-size: 1.2rem; line-height: 1.6; }
.desk-garment { position: absolute; top: 86px; right: 13px; width: 32%; transform: rotate(8deg); }
.desk-garment svg { width: 100%; display: block; }
.desk-garment > span { position: absolute; bottom: -7px; right: 4px; background: #f3e4c9; color: #34463d; padding: 10px; font-size: .625rem; transform: rotate(-13deg); box-shadow: 0 6px 16px #18291e40; }
.desk-signal { display: flex; gap: 12px; align-items: center; margin: 2px 0 22px; color: #e8c5a6; }
.desk-signal .signal-cross { font-size: 2.6rem; line-height: 1; }
.desk-signal small, .desk-signal strong { display: block; font-size: .75rem; font-weight: 400; }
.desk-actions { position: relative; display: grid; gap: 8px; }
.desk-actions > a { display: grid; grid-template-columns: 40px minmax(0, 1fr) 20px; align-items: center; gap: 12px; padding: 13px 15px; background: #33483e; border: 1px solid #4b5c50; border-radius: 5px; transition: background-color 160ms; }
.desk-actions > a:hover { background: #425c4d; }
.desk-icon { display: grid; place-items: center; width: 36px; height: 36px; font-size: .875rem; background: #e8c5a6; color: #283a2f; border-radius: 50%; }
.desk-actions > a:nth-child(2) .desk-icon { background: #cbd6bb; }
.desk-actions > a:nth-child(3) .desk-icon { background: #efb69f; }
.desk-actions strong { display: block; font-size: .9375rem; font-weight: 650; }
.desk-actions small { display: block; color: #c7d1c6; font-size: .6875rem; margin-top: 2px; }
.desk-actions b { color: #e8c5a6; font-weight: 400; }
.desk-bottom { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; padding-top: 20px; font-size: .6875rem; color: #cad4c8; }
.desk-bottom i { font-style: normal; color: #e8b690; }
.owner-scenarios { background: var(--surface); }
.owner-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 36px; gap: 12px; }
.owner-tabs[hidden], .owner-panel[hidden] { display: none; }
.owner-tabs button { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 20px; align-items: center; text-align: left; padding: 20px 24px; min-height: 90px; border: 1px solid var(--line); background: var(--paper); cursor: pointer; border-radius: 5px; }
.owner-tabs button > span { color: #8b9186; font: 1.375rem var(--font-data); }
.owner-tabs button strong { display: block; font-size: 1.125rem; font-weight: 650; }
.owner-tabs button small { display: block; font-size: .75rem; color: var(--ink-soft); margin-top: 3px; }
.owner-tabs button i { font-style: normal; color: var(--violet); }
.owner-tabs button[aria-selected="true"] { background: var(--night); border-color: var(--night); color: #fff; }
.owner-tabs button[aria-selected="true"] :is(small, i, span) { color: #dfc0a1; }
.owner-tabs button:hover:not([aria-selected="true"]) { border-color: var(--violet); }
.owner-panels { display: grid; gap: 24px; }
.owner-panel { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 56px; padding: 40px; margin-top: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; align-items: center; }
.scenario-copy h3 { margin: 0 0 18px; font-size: 1.75rem; letter-spacing: -.03em; line-height: 1.45; }
.scenario-copy > strong { font-size: .9375rem; font-weight: 650; }
.scenario-copy > p:not(.section-label) { color: var(--ink-soft); font-size: .875rem; line-height: 1.9; margin: 12px 0 0; }
.scenario-proof { min-width: 0; padding: 22px; background: var(--surface); border-radius: 5px; border: 1px solid var(--line); }
.scenario-proof-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px; align-items: center; font-size: .75rem; }
.scenario-proof-top small { font-size: .625rem; color: var(--ink-soft); padding: 1px 5px; border: 1px solid var(--line); }
.scenario-diagram { min-height: 178px; align-items: center; }
.diagram-stock { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 18px; }
.scenario-store { padding: 14px 10px; border-top: 4px solid #b57559; background: #f8eee4; text-align: center; }
.scenario-store small, .scenario-store strong { display: block; }
.scenario-store small { font-size: .6875rem; color: var(--ink-soft); }
.scenario-store strong { font-size: .9375rem; margin-block: 4px 10px; }
.scenario-store.demand { border-color: #779881; background: #eef2e9; }
.stock-stack { display: flex; justify-content: center; gap: 4px; }
.stock-stack i { display: block; height: 22px; width: 10px; background: #bb8766; border-radius: 2px; }
.demand .stock-stack i { background: #79947a; }
.demand .stock-stack i:not(:first-child) { background: transparent; border: 1px dashed #a0b29c; }
.scenario-route { display: grid; text-align: center; gap: 2px; color: var(--ink-soft); font-size: .625rem; }
.scenario-route b { color: var(--violet); font-size: 2rem; line-height: 1.2; }
.scenario-proof > ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; list-style: none; margin: 0; padding: 16px 0 0; border-top: 1px solid var(--line); }
.scenario-proof > ul li { background: var(--paper); padding: 4px 9px; font-size: .625rem; color: var(--ink-soft); border-radius: 3px; }
.diagram-stores { display: grid; align-content: center; gap: 22px; }
.store-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; text-align: center; }
.store-overview > div { border-right: 1px solid var(--line); }
.store-overview > div:last-child { border: 0; }
.store-overview small { display: block; color: var(--ink-soft); font-size: .6875rem; }
.store-overview strong { display: block; font-size: 1.125rem; color: var(--jade); }
.scenario-drill { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; font-size: .6875rem; padding: 12px 8px; background: var(--paper); }
.scenario-drill b { color: var(--violet); font-weight: 400; }
.member-path { display: grid; gap: 12px; padding-block: 20px; }
.member-path > div { display: grid; grid-template-columns: 26px minmax(0, 1fr) auto; align-items: center; gap: 8px; }
.member-path span { color: var(--violet); font: .875rem var(--font-data); }
.member-path strong { font-size: .75rem; }
.member-path small { font-size: .625rem; color: var(--ink-soft); }
.intelligence-section { background: var(--night); color: #fffaf0; }
.intelligence-section .section-label { color: #e9b297; }
.intelligence-section .split-heading p:not(.section-label) { color: #c4d0c6; font-size: .875rem; }
.intelligence-section .edition-tag { color: #e8c5a6; background: transparent; border: 1px solid #627467; }
.intelligence-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.intelligence-card { position: relative; grid-column: span 2; display: flex; flex-direction: column; padding: 30px; border: 1px solid #586b5d; background: #2d4237; box-shadow: none; border-radius: 5px; }
.intelligence-card:nth-child(n+4) { grid-column: span 3; }
.intelligence-card:nth-child(2), .intelligence-card:nth-child(4) { background: #2d4237; border-top-color: #586b5d; }
.intelligence-card h3 a:hover { color: #f0c5ab; }
.intelligence-card:hover { border-color: #d3bda0; }
.intelligence-card .highlight-tag { color: #e8c5a6; }
.intelligence-card h3 { font-size: 1.4rem; margin-block: 22px 16px; }
.intelligence-card p { color: #cdd6cc; font-size: .875rem; }
.intelligence-card .card-link { color: #f0c5ab; margin-top: auto; padding-top: 24px; }
.owner-brief { background: #eeeade; }
.brief-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1fr); gap: 100px; align-items: center; }
.brief-copy > p:not(.section-label) { color: var(--ink-soft); font-size: .9375rem; margin: 24px 0; max-width: 28em; line-height: 1.95; }
.brief-copy > small { display: block; color: var(--ink-soft); font-size: .6875rem; margin-top: 22px; }
.brief-paper { position: relative; padding: 32px; background: #fffdf5; box-shadow: 8px 8px 0 #dad8cb, 0 18px 42px #293b2d12; border: 1px solid #ded9ca; }
.brief-masthead { display: flex; justify-content: space-between; gap: 12px; font-size: .6875rem; color: var(--ink-soft); border-bottom: 2px solid var(--ink); padding-bottom: 15px; }
.brief-paper h3 { margin: 24px 0 4px; font-size: 1.55rem; line-height: 1.5; }
.brief-date { margin: 0; font-size: .625rem; color: var(--ink-soft); letter-spacing: .08em; }
.brief-paper ol { margin: 22px 0 0; padding: 0; list-style: none; }
.brief-paper li { display: grid; grid-template-columns: 28px minmax(0, 1fr) 16px; gap: 12px; border-top: 1px solid var(--line); padding-block: 18px; }
.brief-paper li > span { font: 1.25rem var(--font-data); color: var(--violet); padding-top: 2px; }
.brief-paper h4 { margin: 0; font-size: .9375rem; font-weight: 650; }
.brief-paper li p { margin: 4px 0 0; font-size: .75rem; color: var(--ink-soft); line-height: 1.8; }
.brief-paper li b { color: var(--violet); font-weight: 400; }
.brief-signoff { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; border-top: 2px solid var(--ink); padding-top: 14px; font-size: .625rem; color: var(--ink-soft); }
.brief-signoff span { color: var(--violet); }
.owner-scene { background: var(--surface); }
.scene-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: 90px; align-items: start; }
.scene-story { position: relative; padding: 36px; border-left: 3px solid var(--violet); background: var(--paper); }
.scene-moment { display: block; color: var(--ink-soft); font-size: .8125rem; padding-top: 20px; }
.scene-story blockquote { margin: 16px 0 32px; font-size: 1.65rem; line-height: 1.7; font-weight: 600; letter-spacing: -.02em; }
.scene-caption { font-size: .625rem; color: var(--ink-soft); }
.scene-solution h2 { font-size: 1.75rem; }
.scene-solution ol { list-style: none; padding: 0; margin: 26px 0 0; }
.scene-solution li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 20px; padding-block: 18px; border-top: 1px solid var(--line); }
.scene-solution li > span { font: 1.125rem var(--font-data); color: var(--violet); padding-top: 3px; }
.scene-solution h3 { margin: 0 0 4px; font-size: 1rem; }
.scene-solution p { margin: 0; font-size: .875rem; color: var(--ink-soft); }
.problem-section { background: var(--paper); padding-top: 62px; padding-bottom: 62px; }
.problem-section .split-heading h2 { font-size: 1.8rem; }
.problem-section .split-heading > p { font-size: .875rem; }
.problem-grid h3 { font-size: 1rem; }
.problem-grid article { border-top-color: #baaa8d; }
.feature-section { background: var(--surface); }
.feature-grid { gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; border: 0; border-radius: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 34px; background: var(--surface); }
.feature-card:hover { background: var(--paper); }
.feature-card .feature-number { font: 1.875rem var(--font-data); color: #b1b7a8; display: block; line-height: 1; margin-bottom: 20px; letter-spacing: -.02em; }
.feature-card > span:not(.feature-number) { font-size: .625rem; }
.feature-card h3 { margin-top: 10px; font-size: 1.125rem; }
[data-page="home"] .feature-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
[data-page="home"] .feature-card { padding: 28px 22px; }
[data-page="home"] .feature-card h3 { font-size: 1.125rem; }
[data-page="home"] .feature-card p { font-size: .8125rem; }
.definition-section { background: var(--paper); }
.definition-section h2 { font-size: 1.5rem; }
.definition-section p, .availability p { font-size: .8125rem; }
.availability { background: #fffdf7; border-color: var(--line); }
.flow-section, .final-cta { background: var(--night); }
.flow-section .section-label, .final-cta .section-label { color: #e8b69a; }
.flow-list > li > span { color: #efc3a5; }
.flow-list p, .flow-heading > p:last-child, .final-cta p:not(.section-label) { color: #c9d5ca; }
.final-cta h2 { font-size: 2.15rem; max-width: 20em; }
.final-cta .button-light { background: #f3c7ab; color: #263a2f; }
.related-grid a { background: var(--paper); border-color: var(--line); }
.related-grid strong { font-size: 1.125rem; }
.site-footer { background: var(--surface); color: var(--ink-soft); border-top: 1px solid var(--line); }
.site-footer .brand, .footer-grid nav strong { color: var(--ink); }
.site-footer .brand small, .footer-brand > p, .footer-bottom { color: var(--ink-soft); }
.footer-bottom { border-top-color: var(--line); }
.footer-grid nav a:hover { color: var(--violet); }
.receipt-visual { background: #ede8dd; }
.receipt-visual, .member-visual { border-color: var(--line); border-radius: 10px; }
.receipt-visual .visual-note { color: var(--ink-soft); }
.receipt-visual .visual-note span { color: var(--ink); }
.receipt-visual .visual-note i { background: #b6bbac; }
.stock-matrix span { color: var(--jade); border-color: rgba(51, 104, 83, calc(.08 + var(--stock) * .018)); background: rgba(51, 104, 83, calc(.03 + var(--stock) * .012)); }
.swatch-good { background: #789c80; }
.dashboard-visual { background: var(--surface); }
.member-card { background: #304a3d; }
.member-timeline li > span { background: var(--violet); }
.dashboard-visual, .matrix-visual, .network-visual, .insight-visual { border-color: var(--line); border-radius: 10px; box-shadow: var(--shadow); }
.insight-visual { background: var(--surface); }
.network-hub { background: #304a3d; }
.network-hub small { color: #e8c5a6; }
.network-lines { border-color: #6b8270; }
.network-lines::before { background: #6b8270; }
.store-nodes article > span { background: #e8c5a6; }
.store-nodes article { background: #304a3d; border-color: #57705d; }
.rfm-map > div { background: var(--paper); border-color: var(--line); }
.report-sheet { background: var(--paper); }
.edition-tag, .profile-sample span { border-color: #e9cab9; }
.questions-visual { border-radius: 10px; }
.questions-visual li { border-color: var(--line); }
.buddy-user { background: #f3eee3; }

@media (max-width: 1120px) {
  .hero-grid { gap: 36px; }
  .desk-heading p { font-size: 1.7rem; }
  .brief-layout, .scene-layout { gap: 50px; }
  .owner-panel { gap: 32px; padding: 30px; }
  .owner-tabs button { gap: 12px; padding-inline: 18px; }
  .capability-rail > .shell { gap: 24px; }
  [data-page="home"] .feature-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-copy { max-width: 740px; }
  [data-page="home"] .hero h1 { max-width: 12em; }
  .hero-figure { width: min(100%, 640px); }
  .desk-heading p { font-size: 2rem; }
  .owner-desk { padding: 32px; }
  .owner-tabs button { gap: 10px; padding: 16px; }
  .owner-tabs button strong { font-size: 1rem; }
  .owner-panel { grid-template-columns: minmax(0, 1fr); }
  .scenario-proof { max-width: 560px; width: 100%; justify-self: center; }
  .intelligence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .intelligence-card, .intelligence-card:nth-child(n+4) { grid-column: auto; }
  .intelligence-card:last-child { grid-column: 1 / -1; }
  .brief-layout, .scene-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .brief-paper { max-width: 650px; width: 100%; }
  .scene-story blockquote { max-width: 24em; }
}
@media (max-width: 620px) {
  .section { padding-block: 52px; }
  .hero-grid { gap: 34px; padding: 34px 0 42px; }
  .hero h1 { font-size: 2rem; line-height: 1.5; }
  [data-page="home"] .hero h1 { font-size: 2.625rem; max-width: 7.5em; line-height: 1.35; }
  .hero-subhead { font-size: 1.0625rem; margin-top: 14px; }
  .hero-lead { font-size: .9375rem; }
  .hero-facts { gap: 8px; }
  .hero-facts strong { font-size: 1.125rem; }
  .hero-facts span { font-size: .6875rem; }
  .hero-actions { display: flex; }
  .hero-actions .button { flex: 1 1 130px; padding-inline: 12px; font-size: .875rem; }
  .owner-desk { padding: 22px 18px; box-shadow: 6px 6px 0 #e8e6db; }
  .desk-heading { width: 78%; padding-top: 22px; }
  .desk-heading p { font-size: 1.55rem; }
  .desk-garment { top: 96px; width: 28%; right: 8px; }
  .desk-garment > span { display: none; }
  .desk-signal { margin-bottom: 18px; }
  .desk-actions > a { grid-template-columns: 32px minmax(0, 1fr) 12px; padding: 12px 10px; gap: 10px; }
  .desk-actions strong { font-size: .8125rem; }
  .desk-icon { width: 30px; height: 30px; font-size: .75rem; }
  .desk-bottom { gap: 8px; font-size: .625rem; }
  .capability-rail > .shell { gap: 2px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .owner-tabs { gap: 6px; margin-top: 24px; }
  .owner-tabs button { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 6px; padding: 12px 10px; min-height: 90px; }
  .owner-tabs button > span { font-size: .875rem; }
  .owner-tabs button strong { font-size: .8125rem; }
  .owner-tabs button small, .owner-tabs button i { display: none; }
  .owner-panel { padding: 24px 18px; gap: 26px; margin-top: 10px; }
  .scenario-copy h3 { font-size: 1.5rem; }
  .scenario-copy > strong { font-size: .875rem; }
  .scenario-proof { padding: 16px 12px; }
  .diagram-stock { gap: 8px; min-height: 160px; }
  .scenario-store { padding: 10px 5px; }
  .scenario-store strong { font-size: .8125rem; }
  .scenario-route { font-size: .5625rem; }
  .stock-stack { gap: 3px; }
  .stock-stack i { width: 8px; height: 18px; }
  .scenario-proof > ul { gap: 4px; }
  .scenario-proof > ul li { padding: 4px 6px; }
  .member-path > div { grid-template-columns: 24px minmax(0, 1fr); gap: 1px 8px; }
  .member-path small { grid-column: 2; }
  .intelligence-grid { grid-template-columns: minmax(0, 1fr); margin-top: 28px; gap: 12px; }
  .intelligence-card { padding: 24px; }
  .intelligence-card h3 { font-size: 1.375rem; }
  .brief-paper { padding: 24px 18px; box-shadow: 5px 5px 0 #dad8cb; }
  .brief-paper h3 { font-size: 1.25rem; }
  .brief-paper li { grid-template-columns: 24px minmax(0, 1fr) 12px; gap: 8px; }
  .brief-paper h4 { font-size: .875rem; }
  .scene-story { padding: 26px; }
  .scene-story blockquote { font-size: 1.375rem; margin-bottom: 24px; }
  .scene-moment { padding-top: 6px; }
  .scene-solution h2 { font-size: 1.5rem; }
  .scene-solution li { gap: 12px; }
  .problem-section .split-heading h2 { font-size: 1.5rem; }
  .feature-grid, [data-page="home"] .feature-grid { grid-template-columns: minmax(0, 1fr); }
  .feature-card, [data-page="home"] .feature-card { padding: 26px; }
  .feature-card .feature-number { font-size: 1.5rem; margin-bottom: 14px; }
  .feature-card h3 { font-size: 1.125rem; }
  .final-cta h2 { font-size: 1.65rem; }
}
@media (prefers-reduced-motion: reduce) {
  .desk-actions > a { transition: none; }
}
