:root {
  --blue: #4a5dff;
  --dark: #132644;
  --ink: #14253d;
  --gray: #637085;
  --line: #e2e7ef;
  --pale: #f5f7fb;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  color: var(--ink);
  background: white;
  font:
    16px/1.7 -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    sans-serif;
}
button,
input,
textarea,
select {
  font: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #8591ff;
  outline-offset: 4px;
}
button {
  border: 0;
  background: none;
}
svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
  flex-shrink: 0;
}
i[data-icon] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  flex-shrink: 0;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1248px, calc(100% - 96px));
  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 {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 0;
}
.preview-note {
  font-size: 12px;
  text-align: center;
  background: #eff2ff;
  color: #4b5874;
  padding: 5px 18px;
  line-height: 1.6;
}
.preview-note span {
  padding: 0 8px;
}
.site-header {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #ffffffee;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid #eef0f5;
}
.nav-wrap {
  max-width: 1344px;
  padding: 0 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 650;
  font-size: 25px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
.brand b {
  color: #3652b4;
  font-size: 22px;
  font-weight: 600;
}
.logo-crop {
  display: block;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
}
.logo-crop img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.site-header nav {
  display: flex;
  gap: 32px;
}
.site-header nav a {
  font-size: 14px;
  color: #566279;
  position: relative;
  padding: 28px 0;
}
.site-header nav a:after {
  content: "";
  height: 2px;
  background: var(--blue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.site-header nav a:hover {
  color: var(--blue);
}
.site-header nav a:hover:after {
  transform: scaleX(1);
}
.nav-actions {
  display: flex;
  gap: 22px;
  align-items: center;
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  padding: 8px 0;
  color: #566279;
}
.text-button:hover {
  color: var(--blue);
}
.text-button svg {
  width: 16px;
  height: 16px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 550;
  transition:
    background 0.22s,
    box-shadow 0.22s,
    transform 0.22s;
  white-space: normal;
  text-align: center;
}
.button.small {
  min-height: 42px;
  padding: 8px 19px;
  font-size: 14px;
}
.button.primary {
  background: var(--blue);
  color: white;
  box-shadow: 0 4px 10px #4a5dff16;
}
.button.primary:hover {
  background: #3448ec;
  box-shadow: 0 7px 20px #4a5dff30;
  transform: translateY(-2px);
}
.button.secondary {
  background: white;
  border-color: #dce2ee;
  color: #34425c;
}
.button.secondary:hover {
  border-color: #8995ff;
  background: #f7f8ff;
  transform: translateY(-2px);
}
.button svg {
  transition: transform 0.2s;
}
.button:hover svg {
  transform: translateX(3px);
}
.icon-button {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.icon-button:hover {
  background: #edf0fa;
}
.mobile-menu {
  display: none;
}
.mobile-break {
  display: none;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 550;
  color: #52658c;
}
.tiny-mark {
  color: var(--blue);
}
.tiny-mark svg {
  width: 18px;
}
.hero {
  background: linear-gradient(#fff 75%, #fafbfe);
  padding-top: 55px;
}
.hero-copy {
  text-align: center;
  padding: 0 24px;
}
.hero h1 {
  font-size: 58px;
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -2.2px;
  margin: 19px 0 20px;
}
.hero h1 span {
  color: #2842a3;
}
.hero-copy > p {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}
.hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 26px;
}
.hero-scene {
  position: relative;
  height: 465px;
  margin-top: 43px;
  border-radius: 18px;
  overflow: hidden;
  background: #eff2f8;
  border: 1px solid #e9edf5;
  isolation: isolate;
}
.fabric-hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transition: transform 1.2s var(--ease);
  z-index: -1;
}
.hero-scene:hover .fabric-hero {
  transform: scale(1.035);
}
.hero-scene:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(#fff9, transparent 22%, transparent 80%, #fff8);
  z-index: -1;
  pointer-events: none;
}
.scene-topline {
  display: flex;
  justify-content: space-between;
  padding: 23px 28px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #4f607c;
}
.scene-topline span + span {
  font-size: 12px;
  letter-spacing: 0.16em;
}
.floating-card {
  position: absolute;
  background: #ffffffed;
  backdrop-filter: blur(16px);
  border: 1px solid #fff9;
  box-shadow: 0 12px 45px #14264120;
  border-radius: 13px;
  text-align: left;
  padding: 19px 20px;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s;
  display: block;
}
.floating-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px #16275630;
}
.fabric-passport {
  top: 92px;
  left: 34px;
  width: 306px;
}
.card-overline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4f5e77;
  font-size: 12px;
}
.card-overline svg {
  width: 16px;
  height: 16px;
}
.card-link {
  margin-left: auto;
  color: #566cf2;
}
.swatch-row {
  display: flex;
  gap: 14px;
  margin-top: 18px;
  align-items: center;
}
.swatch-row > img {
  object-fit: cover;
  border-radius: 5px;
}
.swatch-row b,
.swatch-row small,
.swatch-row em {
  display: block;
}
.swatch-row b {
  font-size: 16px;
  font-weight: 600;
}
.swatch-row small {
  font-size: 12px;
  color: #6b778b;
  margin-top: 3px;
}
.swatch-row em {
  font-size: 12px;
  font-style: normal;
  color: #435c9b;
  margin-top: 7px;
}
.passport-bottom {
  display: block;
  font-size: 12px;
  margin-top: 17px;
  border-top: 1px solid #e5e9f0;
  padding-top: 12px;
  color: #6c768b;
}
.progress-card {
  right: 35px;
  top: 62px;
  width: 268px;
  padding: 20px 23px;
}
.progress-heading {
  display: block;
  font-size: 16px;
  margin-top: 16px;
  font-weight: 600;
}
.progress-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c768b;
  margin: 5px 0 14px;
}
.mini-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 12px;
}
.mini-timeline > span {
  position: relative;
  padding: 8px 0 8px 20px;
  color: #768194;
}
.mini-timeline > span:not(:last-child):before {
  content: "";
  position: absolute;
  left: 3px;
  top: 22px;
  height: 25px;
  width: 1px;
  background: #ccd4e3;
}
.mini-timeline i {
  position: absolute;
  left: 0;
  top: 16px;
  border: 1.5px solid #b4bfd1;
  background: white;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.mini-timeline .current {
  color: #354edf;
  font-weight: 550;
}
.mini-timeline .current i {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 0 4px #4a5dff12;
}
.hero-command {
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
  width: min(590px, calc(100% - 40px));
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fffffff5;
  backdrop-filter: blur(16px);
  border: 1px solid #fff;
  border-radius: 13px;
  padding: 15px 18px;
  box-shadow: 0 14px 30px #13284d20;
  font-size: 15px;
  transition:
    box-shadow 0.25s,
    border-color 0.25s;
}
.hero-command:hover {
  box-shadow: 0 16px 40px #122e5540;
  border-color: #94a3ff;
}
.command-symbol {
  display: inline-flex;
  color: var(--blue);
}
.command-action {
  display: flex;
  gap: 6px;
  margin-left: auto;
  white-space: nowrap;
  font-size: 13px;
  color: var(--blue);
}
.command-action svg {
  width: 15px;
}
.image-caption {
  position: absolute;
  bottom: 14px;
  right: 21px;
  font-size: 12px;
  color: #405471;
}
.business-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 15px 32px;
  gap: 20px;
  color: #667187;
  font-size: 14px;
}
.business-strip > span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.business-strip > span:first-child {
  font-size: 12px;
  color: #8c96a7;
}
.business-strip svg {
  width: 18px;
  color: #8997b0;
}
.section {
  padding-top: 110px;
  padding-bottom: 98px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 38px;
}
h2 {
  font-size: 40px;
  line-height: 1.38;
  font-weight: 600;
  letter-spacing: -1.2px;
  margin: 15px 0 0;
}
.section-heading > p {
  font-size: 16px;
  color: var(--gray);
  margin: 0 0 6px;
}
.product-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  background: #f0f3f8;
  padding: 6px;
  border: 1px solid #e9edf3;
  border-radius: 10px;
  margin-bottom: 22px;
}
.product-tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border-radius: 6px;
  font-size: 15px;
  color: #66738b;
  transition:
    background 0.2s,
    color 0.2s;
}
.product-tabs button:hover {
  background: #fff8;
  color: var(--blue);
}
.product-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 2px 8px #182f4d0c;
  color: #3f54dc;
}
.product-panel {
  background: #f5f7fb;
  border: 1px solid #e8edf4;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 30px;
  padding: 40px;
  min-height: 426px;
  align-items: center;
}
.panel-copy h3 {
  font-size: 27px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 16px;
  letter-spacing: -0.6px;
}
.panel-copy p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.85;
}
.panel-copy .link-button {
  margin-top: 15px;
}
.link-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
  font-size: 14px;
  padding: 8px 0;
  font-weight: 550;
}
.link-button svg {
  width: 17px;
  transition: transform 0.2s;
}
.link-button:hover svg {
  transform: translateX(4px);
}
.demo-workspace {
  background: white;
  border-radius: 10px;
  box-shadow: 0 15px 45px #1c3b6710;
  border: 1px solid #e3e9f2;
  overflow: hidden;
  min-width: 0;
}
.workspace-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #edf0f5;
  font-size: 14px;
}
.workspace-top strong {
  font-weight: 600;
}
.workspace-top small {
  font-size: 12px;
  color: #8490a4;
}
.workspace-body {
  padding: 22px;
}
.fabric-demo {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 23px;
  align-items: center;
}
.fabric-demo > img {
  width: 155px;
  height: 202px;
  object-fit: cover;
  border-radius: 6px;
}
.fabric-info h4 {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 4px;
}
.fabric-info > small {
  font-size: 12px;
  color: #8b95a5;
}
.mini-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 15px 0 0;
  gap: 11px;
}
.mini-fields div {
  font-size: 12px;
  color: #8490a1;
}
.mini-fields b {
  font-size: 13px;
  color: #36445c;
  display: block;
  font-weight: 500;
  margin-top: 2px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.tags span {
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 7px;
  color: #526893;
  background: #f0f3fa;
}
.workspace-bottom {
  padding: 13px 20px;
  background: #fafbfe;
  border-top: 1px solid #edf0f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  color: #7d8a9f;
}
.workspace-bottom button {
  font-size: 12px;
  color: #5064dc;
  padding: 4px 0;
}
.product-foot {
  display: flex;
  justify-content: center;
  gap: 44px;
  margin-top: 23px;
  color: #7b8699;
  font-size: 12px;
}
.product-foot > span {
  display: flex;
  gap: 7px;
  align-items: center;
}
.product-foot svg {
  width: 14px;
  color: #638081;
}
.mini-process-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 13px;
}
.mini-process-header strong {
  font-size: 16px;
  font-weight: 600;
}
.mini-process-header small {
  display: block;
  font-size: 12px;
  color: #8590a3;
  margin-top: 4px;
}
.status-pill {
  font-size: 12px;
  color: #4659b0;
  background: #f0f2ff;
  border-radius: 4px;
  padding: 3px 7px;
  align-self: start;
  white-space: nowrap;
}
.steps {
  display: flex;
  justify-content: space-between;
  gap: 9px;
  margin: 28px 0;
  font-size: 12px;
  position: relative;
}
.steps > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  width: 33%;
  z-index: 1;
  color: #7c899f;
}
.steps:before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  height: 1px;
  background: #dce2ed;
  top: 14px;
}
.step-number {
  border-radius: 50%;
  width: 29px;
  height: 29px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #d9e0ec;
  background: #fff;
  font-size: 12px;
}
.steps .active {
  color: var(--blue);
}
.active .step-number {
  background: var(--blue);
  color: white;
  border-color: var(--blue);
}
.process-metrics {
  display: flex;
  background: #f7f9fc;
  border-radius: 6px;
  padding: 12px;
  gap: 20px;
  justify-content: space-around;
}
.process-metrics div {
  font-size: 12px;
  color: #78859a;
}
.process-metrics b {
  display: block;
  color: #36455c;
  font-size: 15px;
  font-weight: 550;
}
.stock-summary {
  font-size: 12px;
  color: #7e8a9e;
  margin: 0 0 15px;
  display: flex;
  justify-content: space-between;
}
.stock-summary b {
  color: #263750;
  font-size: 17px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
  font-size: 12px;
  white-space: nowrap;
}
th {
  font-weight: 500;
  color: #8390a4;
  background: #f6f8fb;
}
td,
th {
  padding: 10px 11px;
  border-bottom: 1px solid #e9edf4;
}
td {
  color: #46556e;
}
td:first-child,
th:first-child {
  padding-left: 10px;
}
.row-check {
  width: 14px;
  height: 14px;
  accent-color: var(--blue);
  vertical-align: middle;
}
.ai-section {
  background: #12213b;
  color: #fff;
  padding: 92px 0;
  position: relative;
  overflow: hidden;
}
.ai-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}
.ai-copy .eyebrow {
  color: #abb9f3;
}
.ai-copy h2 {
  font-size: 41px;
  line-height: 1.48;
  margin: 17px 0 22px;
}
.ai-copy > p {
  color: #b2bfd3;
  font-size: 16px;
  line-height: 1.9;
}
.ai-principles {
  display: flex;
  gap: 20px;
  margin: 27px 0;
}
.ai-principles > span {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  color: #d6e0f0;
}
.ai-principles svg {
  width: 20px;
  color: #91a5ff;
}
.ai-callout {
  font-size: 12px;
  line-height: 1.8;
  color: #8294b1;
  padding-top: 25px;
  border-top: 1px solid #ffffff17;
  margin-top: 34px;
}
.chat-window {
  background: #fff;
  border: 1px solid #ffffff70;
  box-shadow: 0 20px 70px #060c1960;
  color: var(--ink);
  border-radius: 15px;
  padding: 0 22px 10px;
  overflow: hidden;
}
.chat-head {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid #eef0f5;
  padding: 17px 0;
}
.assistant-avatar {
  height: 38px;
  width: 38px;
  flex-shrink: 0;
  display: flex;
  background: transparent;
}
.assistant-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.chat-head strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.chat-head div > span {
  font-size: 12px;
  color: #8b96a6;
}
.demo-label {
  font-size: 12px;
  color: #7989a4;
  background: #f1f4f9;
  border-radius: 4px;
  padding: 3px 7px;
  margin-left: auto;
}
.chat-body {
  min-height: 235px;
  max-height: 382px;
  overflow: auto;
  padding: 21px 0;
  scrollbar-width: thin;
}
.assistant-greeting {
  text-align: center;
  padding: 35px 0 22px;
}
.chat-spark {
  display: inline-flex;
  width: 40px;
  height: 40px;
  background: #f0f3ff;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  color: var(--blue);
}
.assistant-greeting h3 {
  font-size: 19px;
  font-weight: 550;
  margin: 16px 0 5px;
}
.assistant-greeting p {
  font-size: 12px;
  color: #8b95a6;
}
.chat-options {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin: 7px 0 13px;
}
.chat-options button {
  font-size: 12px;
  border: 1px solid #e2e7f0;
  color: #6e7c95;
  border-radius: 6px;
  padding: 5px 10px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.chat-options button:hover {
  background: #f1f3ff;
  border-color: #9eacff;
  color: var(--blue);
}
.chat-composer {
  border: 1px solid #dce2ec;
  border-radius: 10px;
  padding: 10px 12px 7px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.chat-composer:focus-within {
  border-color: #8f9bff;
  box-shadow: 0 0 0 3px #4a5dff0c;
}
.chat-composer textarea {
  width: 100%;
  border: 0;
  background: transparent;
  resize: none;
  font-size: 12px;
  line-height: 1.8;
  padding: 2px;
  outline: 0;
  min-height: 32px;
}
.chat-composer textarea::placeholder {
  color: #97a1b4;
}
.composer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.composer-bottom > span {
  font-size: 12px;
  color: #8c98ae;
  display: flex;
  gap: 5px;
  align-items: center;
}
.composer-bottom svg {
  width: 13px;
  height: 13px;
}
.send-button {
  width: 29px;
  height: 29px;
  background: var(--blue);
  color: white;
  display: grid;
  place-items: center;
  border-radius: 7px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.send-button svg {
  width: 19px;
  height: 19px;
}
.send-button:hover {
  background: #2f44e8;
  transform: translateY(-2px);
}
.chat-disclaimer {
  text-align: center;
  font-size: 12px;
  color: #969fb0;
  margin: 10px 0 0;
}
.user-bubble {
  background: #eff2ff;
  border-radius: 11px 11px 2px 11px;
  padding: 9px 13px;
  font-size: 13px;
  max-width: 90%;
  width: fit-content;
  margin: 0 0 17px auto;
}
.answer p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0 0 12px;
  color: #5a6a83;
}
.answer-card {
  border: 1px solid #e1e7f0;
  border-radius: 8px;
  padding: 14px;
}
.answer-card strong {
  display: block;
  font-size: 14px;
}
.answer-card small {
  display: block;
  color: #8b96a8;
  font-size: 12px;
  margin: 4px 0;
}
.answer-card .mini-fields {
  margin: 12px 0;
}
.answer-action {
  background: #f0f3ff;
  padding: 8px 12px;
  font-size: 12px;
  color: #4359db;
  border-radius: 6px;
  margin-top: 12px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.answer-action:hover {
  background: #e0e6ff;
}
.answer-action svg {
  width: 14px;
  height: 14px;
}
.answer-pending {
  padding: 20px 0;
  font-size: 13px;
  color: #8590a7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.loading-ring {
  width: 15px;
  height: 15px;
  border: 2px solid #dce2fe;
  border-top-color: #6577ec;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
.device-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 65px;
  align-items: center;
}
.device-picker > button {
  width: 100%;
  display: flex;
  gap: 17px;
  text-align: left;
  padding: 24px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 11px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.device-picker > button:hover {
  background: #f8f9fc;
}
.device-picker > button[aria-selected="true"] {
  background: #f4f6fc;
  border-color: #dce4f3;
}
.device-icon {
  color: #5570c3;
  background: #e9eefb;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 9px;
}
.device-picker strong {
  font-size: 18px;
  display: block;
  font-weight: 550;
}
.device-picker small {
  font-size: 13px;
  color: #8290a4;
  display: block;
  margin-top: 5px;
}
.device-picker > button > i {
  margin-left: auto;
  color: #778dcd;
}
.quiet {
  color: #8a95a7;
  font-size: 12px;
  line-height: 1.8;
  margin: 20px;
}
.device-panel {
  background: #f4f7fb;
  border: 1px solid #edf0f5;
  border-radius: 17px;
  padding: 32px;
  min-height: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.device-content {
  width: 100%;
}
.desktop-mini {
  background: white;
  border: 1px solid #dce3ed;
  border-radius: 8px;
  box-shadow: 0 13px 30px #1936660b;
  overflow: hidden;
}
.desktop-mini .workspace-top {
  font-size: 12px;
  padding: 12px 17px;
}
.mini-dashboard {
  display: grid;
  grid-template-columns: 140px 1fr;
  min-height: 154px;
}
.mini-nav {
  padding: 15px;
  font-size: 12px;
  color: #9aa4b3;
  border-right: 1px solid #edf1f5;
}
.mini-nav span {
  display: block;
  padding: 6px 8px;
}
.mini-nav .chosen {
  background: #f0f3ff;
  color: #4a5dff;
  border-radius: 4px;
}
.mini-records {
  padding: 19px 20px;
}
.mini-records strong {
  font-size: 13px;
  font-weight: 500;
}
.mini-records p {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #edf0f5;
  padding: 9px 0;
  margin: 0;
  font-size: 12px;
  color: #79859a;
}
.mini-records p > span {
  color: #586dc1;
}
.device-caption {
  color: #8491a6;
  font-size: 12px;
  text-align: center;
  margin: 15px 0 0;
}
.mobile-mini {
  display: flex;
  gap: 28px;
  align-items: center;
}
.phone-demo {
  max-width: 205px;
  width: 100%;
  border-radius: 23px;
  background: white;
  border: 5px solid #263651;
  padding: 18px 14px;
  box-shadow: 0 12px 24px #10264918;
  flex-shrink: 0;
}
.phone-top {
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
}
.phone-top svg {
  width: 16px;
}
.phone-search {
  background: #f1f4f8;
  color: #7b8799;
  font-size: 12px;
  padding: 7px;
  border-radius: 6px;
  display: flex;
  gap: 7px;
  align-items: center;
}
.phone-search svg {
  width: 12px;
}
.phone-fabric {
  display: flex;
  gap: 9px;
  margin: 14px 0;
  font-size: 12px;
  align-items: center;
}
.phone-fabric img {
  width: 43px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
.phone-fabric small {
  display: block;
  color: #93a0b3;
  font-size: 12px;
  margin-top: 5px;
}
.phone-notice {
  background: #eff3fc;
  padding: 9px;
  font-size: 12px;
  border-radius: 5px;
  color: #617392;
}
.mobile-explainer {
  font-size: 14px;
  color: #66768e;
  line-height: 2;
}
.mobile-explainer strong {
  display: block;
  color: #35465f;
  font-weight: 550;
  font-size: 17px;
  margin-bottom: 8px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  border-top: 1px solid var(--line);
  padding-top: 80px;
  padding-bottom: 92px;
}
.faq-section h2 {
  font-size: 32px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  list-style: none;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > i {
  color: #8392b2;
  transition: transform 0.2s;
}
.faq-list details[open] summary > i {
  transform: rotate(45deg);
}
.faq-list summary:hover {
  color: var(--blue);
}
.faq-list p {
  font-size: 14px;
  color: #76849b;
  padding: 0 28px 20px 0;
  margin: 0;
  line-height: 1.9;
}
.closing {
  background: #eef2fd;
  border: 1px solid #e5ebf8;
  border-radius: 15px;
  padding: 47px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 65px;
}
.closing h2 {
  font-size: 31px;
  margin-top: 12px;
}
.closing .eyebrow {
  font-size: 13px;
  color: #6e80a4;
}
.footer {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 25px 0 38px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: #8490a4;
}
.footer .brand {
  font-size: 20px;
  color: var(--ink);
}
.footer .brand b {
  font-size: 18px;
}
.footer .logo-crop {
  width: 32px;
  height: 32px;
}
.footer > div {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer a:last-child {
  display: flex;
  gap: 6px;
}
.footer a:last-child svg {
  width: 15px;
}
.footer .text-button {
  font-size: 12px;
}
dialog {
  padding: 24px 30px 30px;
  border: 1px solid #e5eaf3;
  border-radius: 17px;
  width: min(620px, calc(100% - 32px));
  max-height: 88vh;
  overflow: auto;
  box-shadow: 0 40px 100px #10214655;
  color: var(--ink);
}
dialog::backdrop {
  background: #10204080;
  backdrop-filter: blur(5px);
}
body:has(dialog[open]) {
  overflow: hidden;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.modal-header .eyebrow {
  font-size: 12px;
  color: #7b8baa;
  letter-spacing: 0.12em;
}
.modal-header .icon-button {
  margin-right: -8px;
}
.modal-header + div h2 {
  font-size: 27px;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}
.modal-intro {
  color: #6e7d96;
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0 22px;
}
.modal-content-card {
  background: #f5f7fb;
  border: 1px solid #e7ecf4;
  border-radius: 10px;
  padding: 18px;
  margin: 18px 0;
}
.modal-content-card h3 {
  font-size: 18px;
  margin: 0 0 8px;
}
.modal-content-card p {
  font-size: 14px;
  color: #77859b;
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.modal-actions .button {
  font-size: 14px;
  min-height: 44px;
  padding: 10px 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.form-grid label {
  font-size: 13px;
  color: #52627d;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-grid label.full {
  grid-column: 1/-1;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  padding: 10px 12px;
  border: 1px solid #dce3ee;
  border-radius: 7px;
  background: white;
  min-width: 0;
  width: 100%;
  font-size: 14px;
  color: #344863;
}
.form-grid textarea {
  resize: vertical;
  min-height: 86px;
}
.form-error {
  font-size: 13px;
  color: #b63749;
  min-height: 20px;
  margin-top: 8px;
}
.form-note {
  font-size: 12px;
  color: #8b97ab;
  line-height: 1.8;
}
.receipt {
  border: 1px solid #e0e7f0;
  border-radius: 10px;
  padding: 20px;
}
.receipt dl {
  margin: 0;
}
.receipt dl > div {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #edf1f6;
  font-size: 14px;
}
.receipt dt {
  color: #8a97ac;
}
.receipt dd {
  margin: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
}
.success-icon {
  background: #eaf5f0;
  color: #438a6e;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.stock-modal-note {
  font-size: 12px;
  color: #8391a7;
  margin-top: 15px;
}
.toast {
  position: fixed;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 32px);
  padding: 12px 20px;
  border: 1px solid #dce3ef;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 12px 40px #182e4830;
  z-index: 100;
  color: #425574;
  font-size: 14px;
}
.modal-fabric {
  display: flex;
  gap: 23px;
  align-items: center;
}
.modal-fabric img {
  width: 125px;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
}
.modal-fabric .mini-fields {
  gap: 14px;
}
.modal-fabric h3 {
  font-size: 18px;
  margin: 0;
}
.modal-data-note {
  font-size: 12px;
  color: #8b98ab;
  margin-top: 15px;
}
.modal-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 20px 0;
}
.modal-steps > div {
  padding: 13px 0;
  border-bottom: 1px solid #e5ebf5;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.modal-steps b {
  font-size: 12px;
  color: #5e73ad;
  border: 1px solid #d6e0f1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
}
.modal-steps span {
  margin-left: auto;
  color: #8090a7;
  font-size: 12px;
}
.recognition-line {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e6ecf4;
  font-size: 13px;
}
.recognition-line label {
  width: 100px;
  color: #7e8ea6;
  flex-shrink: 0;
}
.recognition-line input {
  min-width: 0;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d9e2ef;
  border-radius: 6px;
  font-size: 14px;
}
.recognition-line input[readonly] {
  background: #f5f7fc;
  color: #8090a4;
}
.subtle-note {
  font-size: 12px;
  color: #8b96a9;
}
@media (min-width: 1100px) {
  .hero h1 {
    font-size: 61px;
  }
}
@media (max-width: 1120px) {
  .site-header nav {
    gap: 20px;
  }
  .nav-actions {
    gap: 15px;
  }
  .desktop-login {
    display: none;
  }
  .hero h1 {
    font-size: 48px;
  }
  .fabric-passport {
    left: 23px;
    width: 284px;
  }
  .progress-card {
    right: 23px;
    width: 255px;
  }
  .product-panel {
    grid-template-columns: 260px minmax(0, 1fr);
    padding: 28px;
    gap: 24px;
  }
  .fabric-demo {
    grid-template-columns: 115px 1fr;
    gap: 16px;
  }
  .fabric-demo > img {
    width: 115px;
    height: 190px;
  }
  .ai-grid {
    gap: 45px;
  }
  .ai-principles {
    gap: 13px;
  }
  .ai-copy h2 {
    font-size: 35px;
  }
  .device-layout {
    gap: 30px;
  }
  .mobile-mini {
    gap: 15px;
  }
  .phone-demo {
    max-width: 175px;
  }
  .mobile-explainer {
    font-size: 12px;
  }
  .mobile-explainer strong {
    font-size: 15px;
  }
  .mini-dashboard {
    grid-template-columns: 110px 1fr;
  }
}
@media (max-width: 820px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .nav-wrap {
    padding: 0 20px;
  }
  .site-header {
    height: 68px;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    padding: 16px 22px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 15px 25px #182a4810;
    flex-direction: column;
    gap: 0;
  }
  .site-header nav.open {
    display: flex;
  }
  .site-header nav a {
    padding: 13px 8px;
  }
  .site-header nav a:after {
    display: none;
  }
  .mobile-menu {
    display: flex;
  }
  .hero {
    padding-top: 42px;
  }
  .hero h1 {
    font-size: 40px;
    letter-spacing: -1.7px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-scene {
    height: 490px;
  }
  .floating-card {
    padding: 15px;
  }
  .fabric-passport {
    width: 253px;
    left: 18px;
    top: 78px;
  }
  .progress-card {
    width: 232px;
    right: 18px;
    top: 205px;
  }
  .progress-card .mini-timeline {
    font-size: 12px;
  }
  .scene-topline {
    padding: 20px;
    font-size: 12px;
  }
  .scene-topline span + span {
    display: none;
  }
  .hero-command {
    bottom: 29px;
    font-size: 12px;
    padding: 13px;
    gap: 8px;
    width: calc(100% - 36px);
  }
  .command-action {
    font-size: 12px;
  }
  .image-caption {
    bottom: 6px;
    font-size: 12px;
  }
  .business-strip {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 27px;
    padding: 23px 0;
    font-size: 12px;
  }
  .business-strip > span:first-child {
    width: 100%;
    justify-content: center;
    font-size: 12px;
  }
  .section {
    padding: 74px 0;
  }
  .section-heading {
    gap: 24px;
    align-items: start;
  }
  h2 {
    font-size: 32px;
    letter-spacing: -1px;
  }
  .section-heading > p {
    font-size: 14px;
    max-width: 260px;
    margin-top: 40px;
  }
  .product-panel {
    grid-template-columns: 1fr;
    padding: 27px;
    gap: 20px;
  }
  .panel-copy h3 {
    font-size: 25px;
  }
  .panel-copy p {
    font-size: 14px;
  }
  .panel-copy .link-button {
    margin-top: 0;
  }
  .fabric-demo {
    grid-template-columns: 145px 1fr;
  }
  .fabric-demo > img {
    width: 145px;
    height: 170px;
  }
  .product-foot {
    gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .product-tabs button {
    font-size: 13px;
    gap: 7px;
    padding: 12px 6px;
  }
  .product-tabs svg {
    width: 17px;
  }
  .ai-section {
    padding: 65px 0;
  }
  .ai-grid {
    grid-template-columns: 1fr;
    gap: 33px;
  }
  .ai-copy h2 {
    font-size: 34px;
  }
  .ai-callout {
    margin-top: 17px;
    padding-top: 17px;
  }
  .ai-principles {
    gap: 30px;
  }
  .ai-principles > span {
    flex-direction: row;
    align-items: center;
  }
  .chat-window {
    max-width: 600px;
    width: 100%;
    margin: auto;
  }
  .chat-body {
    min-height: 240px;
  }
  .device-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .device-picker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .device-picker > button {
    padding: 17px 12px;
    gap: 12px;
    margin: 0;
  }
  .device-picker > button > i {
    display: none;
  }
  .device-picker strong {
    font-size: 16px;
  }
  .device-picker small {
    font-size: 12px;
  }
  .device-picker .quiet {
    grid-column: 1/-1;
    margin: 6px 3px 15px;
  }
  .device-panel {
    padding: 28px;
    min-height: 270px;
  }
  .phone-demo {
    max-width: 205px;
  }
  .mobile-explainer {
    font-size: 14px;
  }
  .mobile-explainer strong {
    font-size: 18px;
  }
  .mini-dashboard {
    grid-template-columns: 140px 1fr;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .closing {
    padding: 32px;
    gap: 24px;
  }
  .closing h2 {
    font-size: 26px;
  }
  .closing .eyebrow {
    font-size: 12px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .footer > div {
    margin-left: auto;
  }
  .hero-actions .button {
    font-size: 14px;
    padding: 12px 20px;
  }
}
@media (max-width: 520px) {
  .preview-note {
    font-size: 12px;
    padding: 6px 12px;
  }
  .brand {
    font-size: 22px;
  }
  .brand b {
    font-size: 19px;
  }
  .brand .logo-crop {
    width: 38px;
    height: 38px;
  }
  .nav-actions {
    gap: 8px;
  }
  .button.small {
    font-size: 12px;
    padding: 7px 12px;
    min-height: 36px;
  }
  .hero {
    padding-top: 34px;
  }
  .eyebrow {
    font-size: 12px;
  }
  .hero h1 {
    font-size: 37px;
    line-height: 1.3;
    margin: 18px 0 17px;
    letter-spacing: -1.3px;
  }
  .hero h1 span {
    display: block;
  }
  .hero-copy > p {
    font-size: 14px;
    line-height: 1.9;
  }
  .mobile-break {
    display: block;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 24px;
  }
  .hero-actions .button {
    font-size: 12px;
    padding: 11px 13px;
    gap: 6px;
    min-height: 45px;
  }
  .hero-actions svg {
    width: 16px;
  }
  .hero-scene {
    margin-top: 31px;
    height: 445px;
    width: calc(100% - 28px);
    border-radius: 12px;
  }
  .fabric-hero {
    object-fit: cover;
    object-position: 47% center;
  }
  .fabric-passport {
    top: 64px;
    width: 230px;
    left: 13px;
    padding: 14px;
  }
  .card-overline {
    font-size: 12px;
  }
  .swatch-row {
    margin-top: 12px;
    gap: 11px;
  }
  .swatch-row img {
    width: 45px;
    height: 51px;
  }
  .swatch-row b {
    font-size: 14px;
  }
  .swatch-row small {
    font-size: 12px;
  }
  .swatch-row em {
    font-size: 12px;
    margin-top: 3px;
  }
  .passport-bottom {
    margin-top: 12px;
    padding-top: 9px;
    font-size: 12px;
  }
  .progress-card {
    top: 217px;
    right: 13px;
    width: 223px;
    padding: 13px 15px;
  }
  .progress-card .card-overline {
    font-size: 12px;
  }
  .progress-heading {
    font-size: 13px;
    margin-top: 9px;
  }
  .progress-meta {
    font-size: 12px;
    margin-bottom: 7px;
  }
  .mini-timeline {
    gap: 0;
  }
  .mini-timeline > span {
    font-size: 12px;
    padding: 3px 0 3px 16px;
  }
  .mini-timeline i {
    top: 10px;
    width: 6px;
    height: 6px;
  }
  .mini-timeline > span:not(:last-child):before {
    top: 15px;
    height: 16px;
    left: 2.5px;
  }
  .hero-command {
    bottom: 20px;
    width: calc(100% - 26px);
    padding: 12px 11px;
    font-size: 12px;
    border-radius: 9px;
  }
  .command-symbol svg {
    width: 16px;
  }
  .command-action {
    font-size: 0;
    gap: 0;
  }
  .command-action svg {
    width: 16px;
  }
  .scene-topline {
    font-size: 12px;
    padding: 17px;
  }
  .image-caption {
    bottom: 3px;
    right: 14px;
    font-size: 12px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading > p {
    margin-top: 19px;
    max-width: none;
    font-size: 14px;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  h2 {
    font-size: 29px;
  }
  .product-tabs {
    padding: 4px;
    gap: 1px;
  }
  .product-tabs button {
    font-size: 12px;
    gap: 5px;
    padding: 11px 3px;
  }
  .product-tabs svg {
    width: 15px;
  }
  .product-panel {
    padding: 22px 15px;
    gap: 18px;
    min-height: 450px;
  }
  .panel-copy {
    padding: 0 5px;
  }
  .panel-copy h3 {
    font-size: 23px;
    margin-bottom: 12px;
  }
  .panel-copy p {
    font-size: 13px;
    margin: 0 0 7px;
  }
  .panel-copy .link-button {
    font-size: 12px;
  }
  .workspace-top {
    padding: 12px;
    font-size: 12px;
  }
  .workspace-top small {
    font-size: 12px;
  }
  .workspace-body {
    padding: 14px;
  }
  .fabric-demo {
    grid-template-columns: 93px 1fr;
    gap: 12px;
  }
  .fabric-demo > img {
    width: 93px;
    height: 151px;
  }
  .fabric-info h4 {
    font-size: 15px;
  }
  .fabric-info > small {
    font-size: 12px;
  }
  .mini-fields {
    gap: 9px;
    margin-top: 9px;
  }
  .mini-fields div {
    font-size: 12px;
  }
  .mini-fields b {
    font-size: 12px;
  }
  .tags {
    margin-top: 11px;
    gap: 4px;
  }
  .tags span {
    font-size: 12px;
    padding: 2px 5px;
  }
  .workspace-bottom {
    padding: 10px 12px;
    font-size: 12px;
    gap: 9px;
  }
  .workspace-bottom button {
    font-size: 12px;
  }
  .product-foot {
    font-size: 12px;
    gap: 8px 17px;
    justify-content: flex-start;
    padding: 0 8px;
  }
  .product-foot > span {
    gap: 4px;
  }
  .stock-summary {
    font-size: 12px;
  }
  .stock-summary b {
    font-size: 15px;
  }
  table {
    font-size: 12px;
  }
  th,
  td {
    padding: 9px 7px;
  }
  .mini-process-header strong {
    font-size: 13px;
  }
  .mini-process-header small {
    font-size: 12px;
  }
  .status-pill {
    font-size: 12px;
  }
  .steps {
    font-size: 12px;
  }
  .process-metrics {
    gap: 12px;
    padding: 10px;
  }
  .process-metrics div {
    font-size: 12px;
  }
  .process-metrics b {
    font-size: 13px;
  }
  .ai-copy h2 {
    font-size: 31px;
  }
  .ai-copy > p {
    font-size: 14px;
  }
  .ai-principles {
    gap: 17px;
  }
  .ai-principles > span {
    gap: 6px;
    font-size: 12px;
  }
  .ai-principles svg {
    width: 17px;
  }
  .ai-callout {
    font-size: 12px;
  }
  .chat-window {
    padding: 0 15px 10px;
    border-radius: 11px;
  }
  .chat-head {
    gap: 8px;
  }
  .chat-head strong {
    font-size: 13px;
  }
  .chat-head div > span {
    font-size: 12px;
  }
  .demo-label {
    font-size: 12px;
  }
  .chat-options button {
    font-size: 12px;
    padding: 5px 7px;
  }
  .chat-disclaimer {
    font-size: 12px;
  }
  .chat-composer textarea {
    font-size: 12px;
  }
  .device-picker {
    grid-template-columns: 1fr;
  }
  .device-picker .quiet {
    font-size: 12px;
  }
  .device-panel {
    padding: 18px;
    min-height: 260px;
  }
  .mini-dashboard {
    grid-template-columns: 89px 1fr;
    min-height: 145px;
  }
  .mini-nav {
    padding: 9px 6px;
    font-size: 12px;
  }
  .mini-nav span {
    padding: 6px;
  }
  .mini-records {
    padding: 14px 11px;
  }
  .mini-records strong {
    font-size: 12px;
  }
  .mini-records p {
    font-size: 12px;
    gap: 8px;
  }
  .desktop-mini .workspace-top {
    padding: 10px;
    font-size: 12px;
  }
  .device-caption {
    font-size: 12px;
  }
  .mobile-mini {
    gap: 18px;
  }
  .phone-demo {
    max-width: 163px;
    padding: 15px 10px;
    border-width: 4px;
  }
  .mobile-explainer {
    font-size: 12px;
  }
  .mobile-explainer strong {
    font-size: 14px;
  }
  .phone-top {
    font-size: 12px;
  }
  .phone-search {
    font-size: 12px;
  }
  .phone-fabric {
    font-size: 12px;
  }
  .phone-fabric img {
    width: 35px;
  }
  .phone-fabric small {
    font-size: 12px;
  }
  .phone-notice {
    font-size: 12px;
  }
  .faq-section h2 {
    font-size: 28px;
  }
  .faq-list summary {
    font-size: 14px;
    padding: 20px 0;
  }
  .faq-list p {
    font-size: 13px;
  }
  .closing {
    padding: 30px 24px;
    display: block;
    margin-bottom: 38px;
  }
  .closing h2 {
    font-size: 26px;
    line-height: 1.5;
  }
  .closing .eyebrow {
    font-size: 12px;
  }
  .closing .button {
    margin-top: 23px;
    font-size: 14px;
  }
  .footer {
    padding: 24px 0 30px;
    gap: 15px;
  }
  .footer > span {
    font-size: 12px;
  }
  .footer > div {
    width: 100%;
    justify-content: space-between;
    font-size: 12px;
  }
  .footer .text-button {
    font-size: 12px;
  }
  dialog {
    padding: 18px 20px 24px;
    max-height: 89vh;
  }
  .modal-header + div h2 {
    font-size: 24px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .form-grid label.full {
    grid-column: auto;
  }
  .modal-fabric {
    gap: 15px;
  }
  .modal-fabric img {
    width: 95px;
    height: 135px;
  }
  .modal-fabric h3 {
    font-size: 16px;
  }
  .receipt dl > div {
    grid-template-columns: 77px 1fr;
    font-size: 12px;
  }
  .modal-steps > div {
    font-size: 12px;
    gap: 10px;
  }
  .modal-steps span {
    font-size: 12px;
  }
}
.chat-composer textarea,
.answer p,
.user-bubble,
.form-grid label,
.recognition-line,
.faq-list p {
  font-size: 14px;
}
.chat-options button,
.chat-disclaimer,
.composer-bottom > span {
  font-size: 12px;
}
.hero-copy > p,
.panel-copy p {
  font-size: 16px;
}
.scene-topline {
  font-size: 12px;
}
.mini-timeline > span {
  line-height: 1.7;
}
.progress-card .mini-timeline {
  font-size: 12px;
}
@media (max-width: 520px) {
  .progress-card {
    top: 220px;
  }
  .progress-heading {
    margin-top: 7px;
  }
  .progress-meta {
    margin-bottom: 4px;
  }
  .mini-timeline > span {
    padding-block: 2px;
  }
  .hero-command {
    bottom: 18px;
  }
  .image-caption {
    display: none;
  }
  .hero-copy > p {
    font-size: 15px;
  }
  .product-tabs button {
    font-size: 12px;
  }
  .device-picker small {
    font-size: 14px;
  }
  .mobile-mini {
    gap: 15px;
  }
  .phone-demo {
    max-width: 175px;
  }
  .mobile-explainer {
    font-size: 14px;
  }
  .chat-window {
    padding-inline: 13px;
  }
  .chat-disclaimer {
    font-size: 12px;
  }
  .mini-records p {
    flex-wrap: wrap;
    gap: 2px;
  }
  .workspace-bottom {
    flex-wrap: wrap;
  }
  .fabric-info h4 {
    font-size: 16px;
  }
  .mini-fields {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .mini-fields div {
    display: flex;
    gap: 7px;
    align-items: center;
  }
  .mini-fields b {
    margin: 0;
  }
  .fabric-demo > img {
    height: 180px;
  }
  .modal-fabric .mini-fields {
    gap: 8px;
  }
  .hero-command > span:nth-child(2) {
    font-size: 12px;
  }
  .business-strip {
    font-size: 14px;
  }
  .mobile-explainer strong {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .hero-scene {
    height: 545px;
  }
  .progress-card {
    top: 265px;
  }
  .brand .logo-crop {
    width: 38px;
  }
  .footer .brand .logo-crop {
    width: 32px;
    height: 32px;
  }
}
.user-bubble,
.answer,
.chat-composer textarea {
  overflow-wrap: anywhere;
}
.chat-body {
  overflow-x: hidden;
}
@media (max-width: 620px) {
  .hero-scene {
    height: auto;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 17px 13px 20px;
  }
  .scene-topline {
    padding: 0;
    min-height: 25px;
  }
  .floating-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    flex-shrink: 0;
  }
  .fabric-passport {
    width: 248px;
    max-width: 100%;
  }
  .progress-card {
    align-self: flex-end;
    width: 236px;
    max-width: 100%;
  }
  .hero-command {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    min-height: 48px;
    flex-shrink: 0;
  }
  .hero-command:hover {
    transform: none;
  }
  .fabric-passport:hover,
  .progress-card:hover {
    transform: translateY(-3px);
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
