/* Editorial home direction: a black studio floor with ticketed culture signals and one lime action. */
body.customer-app #homeView {
  --ed-ink: #0d0d0d;
  --ed-surface: #141414;
  --ed-surface-2: #18181b;
  --ed-line: rgba(255,255,255,.08);
  --ed-copy: #f3f3ef;
  --ed-muted: #969692;
  --ed-lime: #a3ff2e;
  --ed-radius: 0;
  background: var(--ed-ink) !important;
  color: var(--ed-copy);
  font-family: "Creativerse Manrope", "PingFang SC", "Microsoft YaHei", sans-serif;
}
body.customer-app #homeView .home-topbar {
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--ed-line);
  background: rgba(13,13,13,.96);
  backdrop-filter: none;
}
body.customer-app #homeView .brand-mark {
  border: 1px solid var(--ed-lime);
  border-radius: 0;
  background: var(--ed-lime);
}
body.customer-app #homeView .home-nav button,
body.customer-app #homeView .home-actions .button,
body.customer-app #homeView .home-actions .user-chip { border-radius: 0; }
body.customer-app #homeView .home-nav button { color: #9c9c98; }
body.customer-app #homeView .home-nav button:hover { color: var(--ed-copy); background: transparent; }
body.customer-app #homeView #homeStartBtn { color: var(--ed-lime); border-color: var(--ed-line); }
body.customer-app #homeView .home-hero {
  --home-hero-copy-width: 46%;
  min-height: min(740px, calc(100dvh - 76px));
  background: var(--ed-ink) !important;
}
body.customer-app #homeView .home-hero::before {
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: 0;
  background: #101010;
}
body.customer-app #homeView .home-hero::after {
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: 1;
  border: 0;
  border-radius: 0;
  clip-path: none;
  background: linear-gradient(90deg, rgba(13,13,13,.52), transparent 28%), linear-gradient(0deg, rgba(13,13,13,.3), transparent 45%);
}
body.customer-app #homeView .home-hero-background {
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: 0;
  width: calc(100% - var(--home-hero-copy-width));
  filter: saturate(.78) contrast(1.04);
  object-position: center;
}
body.customer-app #homeView #homeHeroEyebrow {
  display: inline-block;
  min-height: 0;
  margin-bottom: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  line-height: 1;
}
body.customer-app #homeView .home-hero.is-copy-entering #homeHeroEyebrow,
body.customer-app #homeView .home-hero.is-copy-entering #homeHeroTitle,
body.customer-app #homeView .home-hero.is-copy-entering #homeHeroDescription,
body.customer-app #homeView .home-hero.is-copy-entering .home-hero-actions { animation: none !important; }
body.customer-app #homeView .home-hero-copy {
  z-index: 3;
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  max-width: 640px;
  padding: clamp(56px, 6vw, 92px) clamp(32px, 5.2vw, 88px);
}
body.customer-app #homeView .home-hero-copy::after { display: none; }
body.customer-app #homeView .home-hero #homeHeroPreview:not([hidden]) {
  position: absolute;
  inset: 0 0 0 var(--home-hero-copy-width);
  z-index: 2;
  display: grid !important;
  place-items: center;
  pointer-events: none;
}
body.customer-app #homeView .home-hero-editorial-placeholder { position: relative; display: grid; place-items: center; width: min(52%, 520px); aspect-ratio: .78; color: rgba(243,243,239,.74); }
body.customer-app #homeView .hero-placeholder-code { position: absolute; top: 4%; left: 0; color: rgba(243,243,239,.46); font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; }
body.customer-app #homeView .hero-placeholder-garment { position: relative; display: block; width: 74%; height: 74%; filter: drop-shadow(0 28px 30px rgba(0,0,0,.4)); }
body.customer-app #homeView .hero-placeholder-body { position: absolute; inset: 9% 21% 0; border-radius: 22% 22% 8% 8%; background: #222428; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }
body.customer-app #homeView .hero-placeholder-sleeve { position: absolute; top: 14%; width: 31%; height: 44%; background: #222428; }
body.customer-app #homeView .hero-placeholder-sleeve.left { left: 3%; border-radius: 48% 12% 16% 52%; transform: rotate(18deg); }
body.customer-app #homeView .hero-placeholder-sleeve.right { right: 3%; border-radius: 12% 48% 52% 16%; transform: rotate(-18deg); }
body.customer-app #homeView .hero-placeholder-garment b { position: absolute; top: 42%; left: 46%; z-index: 1; color: rgba(163,255,46,.8); font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(26px, 4vw, 48px); font-weight: 500; letter-spacing: .04em; }
body.customer-app #homeView .hero-placeholder-caption { position: absolute; right: 0; bottom: 4%; color: rgba(243,243,239,.5); font-size: 10px; letter-spacing: .06em; }

body.customer-app #homeView .home-hero-copy h1,
body.customer-app #homeView #homeHeroTitle {
  display: block;
  width: 100%;
  max-width: 11em;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0;
  overflow: visible;
  color: var(--ed-copy);
  font-size: clamp(50px, 4.55vw, 78px) !important;
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: 1.06;
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}
body.customer-app #homeView #homeHeroDescription {
  width: min(100%, 31ch);
  max-width: 31ch;
  margin: 30px 0 0;
  color: #aaa9a3;
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.6;
}
body.customer-app #homeView .home-hero-actions { align-items: center; gap: 22px; margin-top: 28px; }
body.customer-app #homeView .home-hero-actions .button { min-height: 50px; border-radius: 0; }
body.customer-app #homeView .home-hero-actions .button.primary { min-width: 164px; border: 0; color: #0b0b0b; background: var(--ed-lime); box-shadow: none; }
body.customer-app #homeView .home-hero-actions .button.ghost { min-height: auto; padding: 6px 0; border: 0; color: var(--ed-copy); background: transparent; text-decoration: underline; text-decoration-color: rgba(255,255,255,.38); text-underline-offset: 5px; }
body.customer-app #homeView .home-hero-bg-controls {
  top: auto; right: clamp(22px, 4vw, 64px); bottom: 26px; left: auto; z-index: 4; width: auto; transform: none;
}
body.customer-app #homeView .home-hero-dot-nav,
body.customer-app #homeView .home-hero-pause,
body.customer-app #homeView .home-hero-progress { display: none !important; }
body.customer-app #homeView .home-hero-counter { min-width: auto; color: var(--ed-copy); font-size: 11px; letter-spacing: .14em; }
body.customer-app #homeView .home-hero-bg-controls::before {
  content: "280G 重磅气流纺 · 环保数码直喷";
  position: absolute; right: calc(100% + 18px); bottom: -1px; width: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(13,13,13,.22);
  color: #0d0d0d;
  background: #f3f3ef;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px; letter-spacing: .04em; white-space: nowrap;
}
body.customer-app #homeView .cr-broadcast-root { display: none; }

/* Ticket stub activity stream */
body.customer-app #homeView .cr-radar-root {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 80px);
  border-top: 1px solid var(--ed-line);
  background: var(--ed-ink);
}
body.customer-app #homeView .cr-radar-root::before { display: none; }
body.customer-app #homeView .cr-radar-live-line { color: #898985; }
body.customer-app #homeView .cr-radar-live-dot { display: none; }
body.customer-app #homeView .cr-radar-title { max-width: 10ch; color: var(--ed-copy); font-size: clamp(46px, 6vw, 82px); letter-spacing: -.06em; }
body.customer-app #homeView .cr-radar-intro { color: var(--ed-muted); }
body.customer-app #homeView .cr-radar-head-stats { display: none; }
body.customer-app #homeView .cr-radar-tabs { margin-top: 38px; padding-bottom: 14px; border-bottom: 1px solid var(--ed-line); }
body.customer-app #homeView .cr-radar-tab { min-height: 38px; padding: 0 14px; border-radius: 0; border-color: var(--ed-line); color: var(--ed-muted); background: transparent; }
body.customer-app #homeView .cr-radar-tab[aria-selected="true"] { color: #0b0b0b; border-color: var(--ed-lime); background: var(--ed-lime); }
body.customer-app #homeView .cr-radar-list { display: flex; gap: 12px; margin-top: 18px; overflow-x: auto; padding-bottom: 14px; scroll-snap-type: x mandatory; scrollbar-width: none; }
body.customer-app #homeView .cr-radar-list::-webkit-scrollbar { display: none; }
body.customer-app #homeView .cr-radar-card,
body.customer-app #homeView .cr-radar-card:first-child { flex: 0 0 min(430px, 84vw); grid-column: auto; scroll-snap-align: start; border: 1px dashed rgba(255,255,255,.22); border-radius: 0; background: var(--ed-surface-2); box-shadow: none; }
body.customer-app #homeView .cr-radar-card:hover { transform: translateY(-3px); border-color: rgba(163,255,46,.62); }
body.customer-app #homeView .cr-radar-card-trigger,
body.customer-app #homeView .cr-radar-card:first-child .cr-radar-card-trigger { grid-template-columns: 34% minmax(0, 1fr); min-height: 270px; }
body.customer-app #homeView .cr-radar-card-image-wrap { background: #202023; }
body.customer-app #homeView .cr-radar-card-image-wrap::after { background: linear-gradient(90deg, transparent 58%, rgba(20,20,20,.55)); }
body.customer-app #homeView .cr-radar-card-top { padding: 12px 14px; background: transparent; border-bottom: 1px solid var(--ed-line); }
body.customer-app #homeView .cr-radar-card-category { color: var(--ed-lime); }
body.customer-app #homeView .cr-radar-card-urgency { border-radius: 0; color: var(--ed-muted); background: transparent; }
body.customer-app #homeView .cr-radar-card-copy { padding: 16px 15px 18px; }
body.customer-app #homeView .cr-radar-card-countdown { border: 0; border-radius: 0; padding: 0; color: #8b8b86; background: transparent; }
body.customer-app #homeView .cr-radar-card-title { color: var(--ed-copy); font-size: 20px; }
body.customer-app #homeView .cr-radar-card-summary { color: var(--ed-muted); }
body.customer-app #homeView .cr-radar-card-meta { color: #7f7f7a; }
body.customer-app #homeView .cr-radar-card-foot { min-height: 58px; padding: 10px 14px; border-top: 1px dashed rgba(255,255,255,.22); background: transparent; }
body.customer-app #homeView .cr-radar-card-source { color: #73736f; }
body.customer-app #homeView .cr-radar-apply { flex: 0 0 auto; min-height: 36px; padding: 0; border: 0; color: var(--ed-copy); background: transparent; font: inherit; font-size: 11px; font-weight: 800; cursor: pointer; }
body.customer-app #homeView .cr-radar-apply:hover { color: var(--ed-lime); }
body.customer-app #homeView .cr-radar-more { min-height: 44px; border-radius: 0; border-color: var(--ed-line); color: var(--ed-copy); background: transparent; }
body.customer-app #homeView .cr-radar-more:hover { border-color: var(--ed-lime); color: var(--ed-lime); background: transparent; }

/* Founder agreement */
body.customer-app #homeView .cr-creator-root { padding: clamp(70px, 9vw, 128px) clamp(18px, 5vw, 80px); border-top: 1px solid var(--ed-line); background: #101010; }
body.customer-app #homeView .cr-creator-title { color: var(--ed-copy); font-size: clamp(44px, 6vw, 78px); letter-spacing: -.06em; }
body.customer-app #homeView .cr-creator-intro { color: var(--ed-muted); }
body.customer-app #homeView .cr-creator-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 42px; border-top: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); }
body.customer-app #homeView .cr-creator-card { min-height: 290px; padding: 26px 30px 30px 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
body.customer-app #homeView .cr-creator-card + .cr-creator-card { padding: 26px 0 30px 30px; border-left: 1px solid var(--ed-line); }
body.customer-app #homeView .cr-creator-card-label { color: #7e7e79; letter-spacing: .12em; }
body.customer-app #homeView .cr-creator-card h3 { color: var(--ed-copy); font-size: clamp(26px, 3vw, 42px); letter-spacing: -.04em; }
body.customer-app #homeView .cr-creator-card p { max-width: 30ch; color: var(--ed-muted); }
body.customer-app #homeView .cr-creator-action { align-self: end; width: fit-content; min-height: 42px; padding: 0; border: 0; border-bottom: 1px solid var(--ed-lime); border-radius: 0; color: var(--ed-lime); background: transparent; }
body.customer-app #homeView .cr-creator-badge { border: 0; border-radius: 0; padding: 0; color: var(--ed-lime); background: transparent; }

/* Products and archive */
body.customer-app #homeView .home-quick-products,
body.customer-app #homeView .home-ranking-section,
body.customer-app #homeView .home-product-section,
body.customer-app #homeView .home-library-section,
body.customer-app #homeView .home-faq-section { border-top: 1px solid var(--ed-line); background: var(--ed-ink); }
body.customer-app #homeView .home-quick-products { padding-block: clamp(64px, 8vw, 112px); }
body.customer-app #homeView .home-quick-products h2,
body.customer-app #homeView .home-product-heading h2,
body.customer-app #homeView .home-section-head h2,
body.customer-app #homeView .home-closing-section h2 { color: var(--ed-copy); font-size: clamp(40px, 5.6vw, 74px); letter-spacing: -.06em; }
body.customer-app #homeView .home-quick-products-head p,
body.customer-app #homeView .home-product-heading p,
body.customer-app #homeView .home-section-intro { color: var(--ed-muted); }
body.customer-app #homeView .home-quick-product-rail { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
body.customer-app #homeView .home-quick-product-rail::-webkit-scrollbar { display: none; }
body.customer-app #homeView .home-quick-product { flex: 0 0 min(278px, 72vw); scroll-snap-align: start; border: 1px solid var(--ed-line); border-radius: 0; background: var(--ed-surface); }
body.customer-app #homeView .home-quick-product-media { position: relative; background: #e6e6e0; }
body.customer-app #homeView .home-quick-product-copy { padding: 14px; }
body.customer-app #homeView .home-quick-product-copy small { color: var(--ed-muted); }
body.customer-app #homeView .home-quick-product-copy strong { color: var(--ed-copy); }
body.customer-app #homeView .home-quick-product-copy span { color: #858580; }
body.customer-app #homeView .home-product-art-overlay,
body.customer-app #homeView .home-runway-media .home-product-art-overlay { position: absolute; z-index: 2; top: 28%; left: 38%; width: 24%; height: 24%; padding: 0 !important; object-fit: contain !important; mix-blend-mode: multiply; pointer-events: none; filter: contrast(1.16) saturate(.76); }
body.customer-app #homeView .home-product-section,
body.customer-app #homeView .home-library-section,
body.customer-app #homeView .home-ranking-section,
body.customer-app #homeView .home-faq-section { padding-block: clamp(64px, 8vw, 120px); }
body.customer-app #homeView .home-product-showcase { gap: 0; }
body.customer-app #homeView .home-product-heading .button {
  border-color: var(--ed-line);
  color: var(--ed-copy);
  background: transparent;
}
body.customer-app #homeView .home-product-heading .button:hover { border-color: var(--ed-lime); color: var(--ed-lime); }
body.customer-app #homeView .home-runway-feature,
body.customer-app #homeView .home-runway-item,
body.customer-app #homeView .home-ranking-column { border-radius: 0; border: 1px solid var(--ed-line); background: var(--ed-surface); box-shadow: none; }
body.customer-app #homeView .home-runway-media { position: relative; background: #e6e6e0; }
body.customer-app #homeView .home-runway-copy { padding: 22px; }
body.customer-app #homeView .home-runway-copy small { color: #858580; }
body.customer-app #homeView .home-runway-copy h3 { color: var(--ed-copy); font-size: clamp(26px, 3vw, 46px); letter-spacing: -.04em; }
body.customer-app #homeView .home-runway-copy strong { color: var(--ed-lime); }
body.customer-app #homeView .home-library-section { background: #101010; }
body.customer-app #homeView .home-artwork-filters { gap: 8px; }
body.customer-app #homeView .home-artwork-filter { min-height: 36px; padding-inline: 13px; border: 1px solid var(--ed-line); border-radius: 0; color: var(--ed-muted); background: transparent; }
body.customer-app #homeView .home-artwork-filter.active { color: #0b0b0b; border-color: var(--ed-lime); background: var(--ed-lime); }
body.customer-app #homeView .home-art-wall { gap: 2px; }
body.customer-app #homeView .home-art-tile { border-radius: 0 !important; background: #121212; }
body.customer-app #homeView .home-art-tile > button { background: #121212; }
body.customer-app #homeView .home-art-tile img { filter: invert(.92) grayscale(.2) contrast(1.08); mix-blend-mode: screen; transition: transform 360ms ease, filter 360ms ease; }
body.customer-app #homeView .home-art-tile:hover img,
body.customer-app #homeView .home-art-tile:focus-within img { filter: invert(1) grayscale(0) contrast(1.14); transform: scale(.96); }
body.customer-app #homeView .home-art-social,
body.customer-app #homeView .home-art-badges { opacity: 0; transition: opacity 180ms ease; }
body.customer-app #homeView .home-art-tile:hover .home-art-social,
body.customer-app #homeView .home-art-tile:hover .home-art-badges,
body.customer-app #homeView .home-art-tile:focus-within .home-art-social,
body.customer-app #homeView .home-art-tile:focus-within .home-art-badges { opacity: 1; }
body.customer-app #homeView .home-creation-path { background: #101010; border-top: 1px solid var(--ed-line); }
body.customer-app #homeView .home-creation-path > div { border-color: var(--ed-line); }
body.customer-app #homeView .home-creation-path span { color: var(--ed-lime); }
body.customer-app #homeView .home-creation-path strong { color: var(--ed-copy); }
body.customer-app #homeView .home-creation-path p { color: var(--ed-muted); }
body.customer-app #homeView .home-closing-section { min-height: 440px; background: var(--ed-lime); }
body.customer-app #homeView .home-closing-section h2 { color: #0b0b0b; }
body.customer-app #homeView .home-closing-section p { color: #394b1f; }
body.customer-app #homeView .home-closing-section .button.primary { border-radius: 0; color: var(--ed-lime); background: #0b0b0b; }
body.customer-app #homeView .home-faq-section { background: var(--ed-ink); }
body.customer-app #homeView .home-faq-item { border-color: var(--ed-line); border-radius: 0; }
body.customer-app #homeView .home-faq-item summary { min-height: 72px; color: var(--ed-copy); }
body.customer-app #homeView .home-faq-item summary::after { color: var(--ed-lime); }
body.customer-app #homeView .home-faq-answer { color: var(--ed-muted); }
body.customer-app #homeView .home-mobile-dock { background: rgba(20,20,20,.96); border-top: 1px solid var(--ed-line); }
body.customer-app #homeView .home-mobile-dock-primary { border-radius: 0; color: #0b0b0b; background: var(--ed-lime); }

@media (max-width: 820px) {
  body.customer-app #homeView .home-topbar { grid-template-columns: 1fr auto; min-height: 64px; padding: 9px 16px; }
  body.customer-app #homeView .home-nav { display: none; }
  body.customer-app #homeView .home-actions > .button:not(.primary), body.customer-app #homeView .home-actions > .user-chip { display: none; }
  body.customer-app #homeView .home-hero,
  body.customer-app #homeView .home-hero.hero-banner-only { --home-hero-copy-width: 100%; min-height: auto; display: flex; flex-direction: column; padding-top: clamp(220px, 64vw, 310px); }
  body.customer-app #homeView .home-hero::before,
  body.customer-app #homeView .home-hero::after { inset: 0 0 auto; height: clamp(220px, 64vw, 310px); }
  body.customer-app #homeView .home-hero-background { inset: 0 0 auto; width: 100%; height: clamp(220px, 64vw, 310px); }
  body.customer-app #homeView .home-hero #homeHeroPreview:not([hidden]) { inset: 0 0 auto; width: 100%; height: clamp(220px, 64vw, 310px); }
  body.customer-app #homeView .home-hero-editorial-placeholder { width: min(58%, 260px); height: 88%; }
  body.customer-app #homeView .hero-placeholder-code { top: 8%; left: -20%; font-size: 8px; }
  body.customer-app #homeView .hero-placeholder-caption { right: -16%; bottom: 4%; font-size: 9px; }
  body.customer-app #homeView .home-hero-copy { min-height: 0; padding: 34px 18px 54px; background: var(--ed-ink); }
  body.customer-app #homeView #homeHeroEyebrow { margin-bottom: 20px; font-size: 9px; }
  body.customer-app #homeView #homeHeroTitle { max-width: 10em; font-size: clamp(40px, 10vw, 56px) !important; line-height: 1.08; }
  body.customer-app #homeView #homeHeroDescription { width: min(100%, 30ch); margin-top: 22px; font-size: 14px; line-height: 1.58; }
  body.customer-app #homeView .home-hero-actions { display: flex; flex-wrap: wrap; margin-top: 24px; }
  body.customer-app #homeView .home-hero-actions .button.primary { min-width: 152px; }
  body.customer-app #homeView .home-hero-bg-controls { top: clamp(220px, 64vw, 310px); right: 18px; bottom: auto; transform: translateY(-100%); }
  body.customer-app #homeView .home-hero-bg-controls::before { right: calc(100% + 12px); bottom: 0; font-size: 9px; }
  body.customer-app #homeView .cr-radar-root,
  body.customer-app #homeView .cr-creator-root,
  body.customer-app #homeView .home-product-section,
  body.customer-app #homeView .home-library-section,
  body.customer-app #homeView .home-ranking-section,
  body.customer-app #homeView .home-faq-section { padding-inline: 18px; }
  body.customer-app #homeView .cr-radar-title,
  body.customer-app #homeView .cr-creator-title { font-size: clamp(42px, 12vw, 58px); }
  body.customer-app #homeView .cr-radar-tabs { margin-top: 24px; overflow-x: auto; }
  body.customer-app #homeView .cr-creator-grid { grid-template-columns: 1fr; }
  body.customer-app #homeView .cr-creator-card,
  body.customer-app #homeView .cr-creator-card + .cr-creator-card { min-height: 240px; padding: 24px 0; border-left: 0; }
  body.customer-app #homeView .cr-creator-card + .cr-creator-card { border-top: 1px solid var(--ed-line); }
  body.customer-app #homeView .home-quick-products-head,
  body.customer-app #homeView .home-product-heading,
  body.customer-app #homeView .home-section-head { display: block; }
  body.customer-app #homeView .home-quick-products-actions { margin-top: 18px; justify-content: flex-start; }
  body.customer-app #homeView .home-quick-product { flex-basis: min(76vw, 300px); }
  body.customer-app #homeView .home-ranking-layout { grid-template-columns: 1fr; }
  body.customer-app #homeView .home-closing-section { min-height: 340px; padding: 58px 18px; }
}

@media (max-width: 1100px) {
  body.customer-app #homeView .home-library-section .home-artwork-controls {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.customer-app #homeView .home-library-section .home-artwork-controls::-webkit-scrollbar { display: none; }
  body.customer-app #homeView .home-library-section .home-artwork-controls .button {
    width: auto !important;
    flex: 0 0 auto !important;
    min-width: max-content !important;
    min-height: 32px !important;
    padding: 0 9px !important;
  }
}

/* Final mobile archive control sizing: compact inline actions. */
@media (max-width: 820px) {
  body.customer-app #homeView .home-library-section .home-artwork-controls {
    display: flex !important;
    flex-direction: row !important;
    width: auto !important;
    max-width: 100%;
    margin-top: 8px;
    overflow-x: auto;
  }
  body.customer-app #homeView .home-library-section .home-artwork-controls .button {
    width: auto !important;
    min-width: 0 !important;
    min-height: 30px !important;
    padding: 0 8px !important;
    font-size: 9px !important;
  }
  body.customer-app #homeView .home-library-section .home-artwork-controls .home-artwork-archive-count {
    flex: 0 0 auto;
    font-size: 9px;
  }
}

/* FAQ / policy accordion: editorial list, no card chrome. */
body.customer-app #homeView .home-faq-section {
  background: #0d0d0d;
  border-top: 1px solid var(--ed-line);
  padding-block: clamp(56px, 8vw, 112px);
}
body.customer-app #homeView .home-faq-section .home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(28px, 5vw, 56px);
}
body.customer-app #homeView #homeFaqTitle {
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(42px, 7vw, 88px);
  line-height: .94;
  letter-spacing: -.06em;
}
body.customer-app #homeView .home-faq-intro {
  margin: 10px 0 0;
  color: #777773;
  font: 11px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .08em;
}
body.customer-app #homeView .home-faq-list { border-top: 1px solid var(--ed-line); }
body.customer-app #homeView .home-faq-item {
  border: 0;
  border-bottom: 1px solid var(--ed-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
body.customer-app #homeView .home-faq-question {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 28px;
  align-items: center;
  width: 100%;
  min-height: 82px;
  padding: 16px 0;
  border: 0;
  background: transparent;
  color: var(--ed-copy);
  text-align: left;
  cursor: pointer;
}
body.customer-app #homeView .home-faq-index,
body.customer-app #homeView .home-faq-toggle {
  font: 11px/1 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
}
body.customer-app #homeView .home-faq-index { color: #656560; transition: color 180ms ease; }
body.customer-app #homeView .home-faq-item.is-open .home-faq-index { color: var(--ed-lime); }
body.customer-app #homeView .home-faq-question-text {
  padding-right: 18px;
  font-size: clamp(16px, 2vw, 23px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.025em;
}
body.customer-app #homeView .home-faq-toggle {
  position: relative;
  width: 16px;
  height: 16px;
  justify-self: end;
  transition: transform 240ms ease;
}
body.customer-app #homeView .home-faq-toggle::before,
body.customer-app #homeView .home-faq-toggle::after {
  position: absolute;
  top: 7px;
  left: 1px;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
}
body.customer-app #homeView .home-faq-toggle::after { transform: rotate(90deg); }
body.customer-app #homeView .home-faq-item.is-open .home-faq-toggle { transform: rotate(45deg); color: var(--ed-lime); }
body.customer-app #homeView .home-faq-answer {
  display: block;
  height: auto;
  overflow: hidden;
  color: var(--ed-muted);
}
body.customer-app #homeView .home-faq-answer[hidden] { display: none !important; height: 0; opacity: 0; }
body.customer-app #homeView .home-faq-answer p {
  max-width: 72ch;
  margin: 0;
  padding: 0 72px 28px;
  font-size: 15px;
  line-height: 1.8;
}
body.customer-app #homeView .home-faq-consult {
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777773;
  font: 11px/1.5 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  cursor: pointer;
}
body.customer-app #homeView .home-faq-consult span { color: var(--ed-copy); text-decoration: underline; text-underline-offset: 4px; }
body.customer-app #homeView .home-faq-consult:hover span { color: var(--ed-lime); }
@media (max-width: 820px) {
  body.customer-app #homeView .home-library-section .home-artwork-controls {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.customer-app #homeView .home-library-section .home-artwork-controls::-webkit-scrollbar { display: none; }
  body.customer-app #homeView .home-library-section .home-artwork-controls .home-artwork-archive-count {
    flex: 0 0 auto;
    margin: 0 8px 0 0;
    white-space: nowrap;
  }
  body.customer-app #homeView .home-library-section .home-artwork-controls .button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 10px;
    white-space: nowrap;
  }
  body.customer-app #homeView .home-faq-section .home-section-head { display: block; }
  body.customer-app #homeView .home-faq-question { grid-template-columns: 46px minmax(0, 1fr) 24px; min-height: 74px; }
  body.customer-app #homeView .home-faq-answer p { padding: 0 46px 24px; font-size: 14px; line-height: 1.75; }
  body.customer-app #homeView .home-faq-consult { margin-top: 24px; line-height: 1.8; }
}

/* Global stitch: one translucent header, one mobile action rail, one industrial footer. */
body.customer-app #homeView .home-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 68px;
  background: rgba(13,13,13,.8);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.customer-app #homeView .home-topbar .brand-mark { width: 30px; height: 30px; }
body.customer-app #homeView .home-topbar .brand strong { letter-spacing: -.04em; }
body.customer-app #homeView .home-topbar .brand span { color: #777773; font: 9px/1 "Space Mono", ui-monospace, monospace; letter-spacing: .08em; }
body.customer-app #homeView .home-nav { gap: 4px; }
body.customer-app #homeView .home-nav button,
body.customer-app #homeView .home-actions .button,
body.customer-app #homeView .home-actions .user-chip {
  min-height: 32px;
  padding-inline: 10px;
  border: 0;
  background: transparent;
}
body.customer-app #homeView .home-actions .cart-button,
body.customer-app #homeView .home-actions .cart-button span,
body.customer-app #homeView .home-actions .cart-button strong {
  font: 10px/1 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .08em;
}
body.customer-app #homeView .home-actions .cart-button { color: var(--ed-copy); }
body.customer-app #homeView .home-actions .user-chip strong { font-size: 11px; }
body.customer-app #homeView { padding-bottom: 0; }
body.customer-app #homeView .home-mobile-dock { display: none; }
.site-industrial-footer { border-top-color: rgba(255,255,255,.08); background: #0d0d0d; }
.site-industrial-footer .site-legal-inner { min-height: 58px; padding-block: 14px; font: 9px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace; letter-spacing: .08em; }
.site-industrial-footer .site-footer-status,
.site-industrial-footer .site-footer-promise { color: #a3ff2e; }
.site-industrial-footer .site-footer-copy { color: #777773; text-align: center; }
.site-industrial-footer .site-footer-legal { color: #555550; font-size: 8px; }
@media (max-width: 820px) {
  body.customer-app #homeView { padding-bottom: 76px; }
  body.customer-app #homeView .home-mobile-dock {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 16px;
    border-top: 1px solid rgba(255,255,255,.1);
    background: rgba(17,17,17,.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
  body.customer-app #homeView .home-mobile-dock > button { min-height: 38px; padding: 0 8px; border: 0; border-radius: 0; color: #9c9c98; background: transparent; font: 10px "Space Mono", ui-monospace, monospace; }
  body.customer-app #homeView .home-mobile-dock-primary { min-width: 132px; color: #0b0b0b !important; background: var(--ed-lime) !important; }
  body.customer-app #homeView .home-mobile-dock > button:active { transform: scale(.98); }
  .site-industrial-footer .site-legal-inner { align-items: flex-start; gap: 8px; padding-bottom: 88px; }
  .site-industrial-footer .site-footer-copy { text-align: left; }
  .site-industrial-footer .site-footer-legal { display: none; }
}

/* Creator protocol: one open split field, two routes, no SaaS card chrome. */
body.customer-app #homeView .cr-creator-root {
  --creator-left: 50%;
  padding: clamp(72px, 9vw, 128px) clamp(18px, 5vw, 80px);
  border-top: 1px solid var(--ed-line);
  background: var(--ed-ink);
}
body.customer-app #homeView .cr-creator-head { margin-bottom: 42px; }
body.customer-app #homeView .cr-creator-title {
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(42px, 6vw, 76px);
  letter-spacing: -.06em;
  line-height: .98;
}
body.customer-app #homeView .cr-creator-intro {
  margin-top: 14px;
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .12em;
}
body.customer-app #homeView .cr-creator-grid {
  display: grid;
  grid-template-columns: var(--creator-left) calc(100% - var(--creator-left));
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--ed-line);
  border-bottom: 1px solid var(--ed-line);
}
body.customer-app #homeView .cr-creator-card,
body.customer-app #homeView .cr-creator-card + .cr-creator-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 360px;
  padding: 28px 34px 32px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 220ms ease;
}
body.customer-app #homeView .cr-creator-card + .cr-creator-card { padding: 28px 0 32px 34px; border-left: 1px solid var(--ed-line); }
body.customer-app #homeView .cr-creator-card:hover { background: linear-gradient(110deg, rgba(255,255,255,.045), transparent 64%); }
body.customer-app #homeView .cr-creator-card + .cr-creator-card:hover { background: linear-gradient(250deg, rgba(255,255,255,.045), transparent 64%); }
body.customer-app #homeView .cr-creator-card-label {
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .1em;
}
body.customer-app #homeView .cr-creator-card-body { margin-top: 54px; }
body.customer-app #homeView .cr-creator-card h3 {
  max-width: 17em;
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 650;
  letter-spacing: -.04em;
  line-height: 1.16;
}
body.customer-app #homeView .cr-creator-points {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
body.customer-app #homeView .cr-creator-points li { display: grid; grid-template-columns: 34px 1fr; gap: 8px; color: #aaa9a3; font-size: 13px; line-height: 1.5; }
body.customer-app #homeView .cr-creator-points i { color: #777773; font: 10px/1.5 "Space Mono", "JetBrains Mono", ui-monospace, monospace; font-style: normal; }
body.customer-app #homeView .cr-creator-action {
  align-self: flex-start;
  width: fit-content;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  border: 1px solid var(--ed-lime);
  border-radius: 0;
  color: #0d0d0d;
  background: var(--ed-lime);
  font-size: 13px;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
body.customer-app #homeView .cr-creator-card + .cr-creator-card .cr-creator-action { border-color: rgba(243,243,239,.72); color: var(--ed-copy); background: transparent; }
body.customer-app #homeView .cr-creator-card + .cr-creator-card .cr-creator-action:hover { border-color: var(--ed-copy); color: #0d0d0d; background: var(--ed-copy); }
body.customer-app #homeView .cr-creator-action:hover { transform: translateY(-2px); }
body.customer-app #homeView .cr-creator-action:active { transform: scale(.98); }
body.customer-app #homeView .cr-creator-badge,
body.customer-app #homeView .cr-creator-card-note { display: none; }

@media (max-width: 820px) {
  body.customer-app #homeView .cr-creator-root { padding: 64px 18px 76px; }
  body.customer-app #homeView .cr-creator-head { margin-bottom: 30px; }
  body.customer-app #homeView .cr-creator-title { font-size: clamp(40px, 11vw, 56px); }
  body.customer-app #homeView .cr-creator-grid { display: block; }
  body.customer-app #homeView .cr-creator-card,
  body.customer-app #homeView .cr-creator-card + .cr-creator-card { min-height: 0; padding: 28px 0 34px; border: 0; }
  body.customer-app #homeView .cr-creator-card + .cr-creator-card { border-top: 1px solid var(--ed-line); }
  body.customer-app #homeView .cr-creator-card-body { margin-top: 34px; }
  body.customer-app #homeView .cr-creator-card h3 { max-width: 15em; font-size: 25px; }
  body.customer-app #homeView .cr-creator-action { width: 100%; min-height: 52px; margin-top: 34px; }
}

/* Product archive: operational catalog data in an editorial grid. */
body.customer-app #homeView .home-quick-products-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
body.customer-app #homeView .home-quick-products-head h2 {
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(40px, 5.4vw, 72px);
  letter-spacing: -.06em;
  line-height: .98;
}
body.customer-app #homeView .home-quick-products-head p { margin: 14px 0 0; color: var(--ed-muted); }
body.customer-app #homeView .home-quick-products-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
body.customer-app #homeView .home-product-archive-count {
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .1em;
  white-space: nowrap;
}
body.customer-app #homeView .home-quick-product-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  overflow: visible;
  padding: 0;
}
body.customer-app #homeView .home-quick-product-rail::after { content: none; }
body.customer-app #homeView .home-quick-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ed-line);
  border-radius: 0;
  background: var(--ed-surface);
}
body.customer-app #homeView .home-quick-product > button {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  color: var(--ed-copy);
  background: transparent;
  text-align: left;
}
body.customer-app #homeView .home-quick-product-media {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: #e9e9e3;
}
body.customer-app #homeView .home-quick-product-image {
  width: 100%;
  height: 100%;
  padding: 8%;
  object-fit: contain;
  transform: translateY(0) scale(1);
  transition: transform 250ms ease;
}
body.customer-app #homeView .home-product-index {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  color: rgba(13,13,13,.54);
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .08em;
}
body.customer-app #homeView .home-quick-product-media .home-product-art-overlay {
  position: absolute;
  top: 28%;
  left: 38%;
  z-index: 2;
  width: 24%;
  height: 24%;
  padding: 0 !important;
  object-fit: contain !important;
  mix-blend-mode: multiply;
  pointer-events: none;
  filter: contrast(1.14) saturate(.78);
}
body.customer-app #homeView .home-quick-product-cta {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 4;
  padding: 9px 10px;
  color: #0d0d0d;
  background: rgba(243,243,239,.94);
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .03em;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease;
}
body.customer-app #homeView .home-quick-product-copy {
  display: grid;
  gap: 7px;
  padding: 16px;
}
body.customer-app #homeView .home-quick-product-copy small { color: var(--ed-muted); font-size: 10px; letter-spacing: .06em; }
body.customer-app #homeView .home-quick-product-copy strong { color: var(--ed-copy); font-size: 15px; line-height: 1.25; }
body.customer-app #homeView .home-quick-product-price {
  color: var(--ed-copy) !important;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 16px !important;
  font-weight: 700;
  letter-spacing: -.02em;
}
body.customer-app #homeView .home-quick-product-price em { color: #777773; font-size: 10px; font-style: normal; font-weight: 400; }
body.customer-app #homeView .home-quick-product-min { color: #777773 !important; font-size: 10px !important; }
body.customer-app #homeView .home-quick-product:hover .home-quick-product-cta,
body.customer-app #homeView .home-quick-product:focus-within .home-quick-product-cta { opacity: 1; transform: translateY(0); }
body.customer-app #homeView .home-quick-product:hover .home-quick-product-image { transform: translateY(-4px) scale(1.02); }
body.customer-app #homeView .home-quick-product:active { transform: scale(.985); }

@media (max-width: 820px) {
  body.customer-app #homeView .home-quick-products-head { display: grid; align-items: start; gap: 18px; margin-bottom: 24px; }
  body.customer-app #homeView .home-quick-products-head h2 { font-size: clamp(36px, 10vw, 48px); }
  body.customer-app #homeView .home-quick-products-actions { display: grid; grid-template-columns: 1fr auto; justify-content: stretch; gap: 10px; }
  body.customer-app #homeView .home-product-archive-count { grid-column: 1 / -1; }
  body.customer-app #homeView .home-quick-product-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  body.customer-app #homeView .home-quick-product { display: block !important; }
  body.customer-app #homeView .home-quick-product-copy { padding: 12px; }
  body.customer-app #homeView .home-quick-product-copy strong { font-size: 13px; }
  body.customer-app #homeView .home-quick-product-cta { right: 8px; bottom: 8px; left: 8px; padding: 8px; font-size: 9px; }
  body.customer-app #homeView .home-quick-product:active .home-quick-product-cta { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body.customer-app #homeView * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Graphic archive: dark mount, dense index, no template-card gloss. */
body.customer-app #homeView .home-library-section {
  background: #101010;
}
body.customer-app #homeView .home-library-section .home-section-head {
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 24px;
}
body.customer-app #homeView .home-library-section .home-section-head h2 {
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(40px, 5.4vw, 72px);
  letter-spacing: -.06em;
  line-height: .98;
}
body.customer-app #homeView .home-library-section .home-section-intro {
  margin-top: 12px;
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .11em;
}
body.customer-app #homeView .home-artwork-controls { gap: 8px; }
body.customer-app #homeView .home-artwork-controls .button {
  min-height: 30px;
  padding-inline: 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 2px;
  color: #92928d;
  background: transparent;
  font-size: 10px;
}
body.customer-app #homeView .home-artwork-controls .button:hover { color: var(--ed-copy); border-color: rgba(255,255,255,.28); }
body.customer-app .artwork-card,
body.customer-app .artwork-card-media,
body.customer-app .artwork-image-button {
  border-color: rgba(255,255,255,.08) !important;
  border-radius: 0 !important;
  background-color: #141414 !important;
  background-image: none !important;
}
body.customer-app .artwork-image-button img {
  filter: invert(.92) brightness(1.12) contrast(1.08);
  mix-blend-mode: screen;
}
body.customer-app #homeView .home-artwork-filter {
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 2px;
  color: #92928d;
  background: transparent;
  font-size: 10px;
  letter-spacing: .03em;
}
body.customer-app #homeView .home-artwork-filter:hover { color: var(--ed-copy); border-color: rgba(255,255,255,.28); }
body.customer-app #homeView .home-artwork-filter.active { color: #0d0d0d; border-color: var(--ed-lime); background: var(--ed-lime); }
body.customer-app #homeView .home-artwork-filter strong { color: inherit; font: inherit; }
body.customer-app #homeView .home-artwork-archive-count {
  display: block;
  margin: 0;
  color: #777773;
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px;
  letter-spacing: .1em;
}
body.customer-app #homeView .home-art-wall,
body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: auto;
  gap: 10px;
  min-height: 0;
  max-height: none;
  padding: 0;
  overflow: visible;
}
body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall {
  max-height: 470px;
  overflow: hidden;
}
body.customer-app #homeView .home-art-tile,
body.customer-app #homeView .home-art-tile:nth-child(3n + 1),
body.customer-app #homeView .home-art-tile:nth-child(4n + 2),
body.customer-app #homeView .home-art-tile:nth-child(5n + 4),
body.customer-app #homeView .home-art-tile:nth-child(8n + 5) {
  position: relative;
  min-width: 0;
  grid-column: auto;
  grid-row: auto;
  height: auto;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
  background: #141414;
  transform: none;
  transition: transform 220ms ease, border-color 180ms ease, background-color 180ms ease;
}
body.customer-app #homeView .home-art-tile > button {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  color: var(--ed-copy);
  background: #141414 !important;
  background-image: none !important;
}
body.customer-app #homeView .home-art-image,
body.customer-app #homeView .home-art-tile button > img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15%;
  object-fit: contain;
  filter: invert(.92) brightness(1.12) contrast(1.08);
  mix-blend-mode: screen;
  transition: transform 220ms ease, filter 220ms ease;
}
body.customer-app #homeView .home-art-tile:hover .home-art-image,
body.customer-app #homeView .home-art-tile:focus-within .home-art-image { filter: invert(1) brightness(1.2) contrast(1.12); }
body.customer-app #homeView .home-art-index {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  color: rgba(243,243,239,.52);
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .08em;
}
body.customer-app #homeView .home-art-apply {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
  z-index: 4;
  padding: 8px;
  color: #0d0d0d;
  background: rgba(243,243,239,.94);
  font-family: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 9px;
  letter-spacing: .04em;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease;
}
body.customer-app #homeView .home-art-tile:hover .home-art-apply,
body.customer-app #homeView .home-art-tile:focus-within .home-art-apply,
body.customer-app #homeView .home-art-tile:active .home-art-apply { opacity: 1; transform: translateY(0); }
body.customer-app #homeView .home-art-tile:hover,
body.customer-app #homeView .home-art-tile:focus-within { border-color: rgba(243,243,239,.74); z-index: 4; }
body.customer-app #homeView .home-art-tile:hover { transform: translateY(-4px) scale(1.05); }
body.customer-app #homeView .home-art-tile:active { transform: scale(.97); }
body.customer-app #homeView .home-art-empty { display: grid; place-items: center; height: 100%; color: #777773; font: 10px "Space Mono", ui-monospace, monospace; }
body.customer-app #homeView .home-art-badges,
body.customer-app #homeView .home-art-social { display: none; }

@media (min-width: 1280px) {
  body.customer-app #homeView .home-art-wall,
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall { grid-template-columns: repeat(8, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  body.customer-app #homeView .home-product-heading h2 { max-width: 12em; font-size: clamp(32px, 9vw, 44px); line-height: 1.04; }
  body.customer-app #homeView .home-library-section .home-section-head { display: block; margin-bottom: 20px; }
  body.customer-app #homeView .home-library-section .home-section-head h2 { font-size: clamp(36px, 10vw, 48px); }
  body.customer-app #homeView .home-artwork-archive-count { margin: 0 0 6px; }
  body.customer-app #homeView .home-art-wall,
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; max-height: none; overflow: visible; }
  body.customer-app #homeView .home-library-section:not(.is-expanded) .home-art-wall { max-height: 430px; overflow: hidden; }
  body.customer-app #homeView .home-art-image,
  body.customer-app #homeView .home-art-tile button > img { padding: 11%; }
  body.customer-app #homeView .home-art-apply { right: 5px; bottom: 5px; left: 5px; padding: 6px; font-size: 8px; }
}

/* Mobile final pass: let the Chinese headline define its own height. */
@media (max-width: 820px) {
  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-copy {
    display: flex !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 34px 18px 56px !important;
  }

  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroTitle {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    font-size: clamp(36px, 9.5vw, 46px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.04em !important;
    -webkit-line-clamp: unset !important;
  }

  body.customer-app #homeView .home-hero.hero-banner-only #homeHeroDescription {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 28px !important;
    line-height: 1.6 !important;
    -webkit-line-clamp: unset !important;
  }

  body.customer-app #homeView .home-hero.hero-banner-only .home-hero-bg-controls::before {
    display: none;
  }
}

/* Mid-page cleanup: archive links, pending states, and restrained conversion close. */
body.customer-app #homeView .home-archive-pending,
body.customer-app #homeView .home-art-empty {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 12px;
  color: #777773;
  background: #141414;
  font: 9px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .04em;
  text-align: center;
}
body.customer-app #homeView .home-quick-product-media .home-archive-pending { min-height: 190px; }
body.customer-app #homeView .home-archive-gallery-link,
body.customer-app #homeView .home-product-cases-link {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  padding: 0;
  border: 0;
  color: #777773;
  background: transparent;
  font: 11px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  text-align: left;
  cursor: pointer;
  transition: color 180ms ease;
}
body.customer-app #homeView .home-archive-gallery-link:hover,
body.customer-app #homeView .home-product-cases-link:hover { color: var(--ed-lime); }
body.customer-app #homeView .home-product-cases-link { margin-top: 8px; font-size: 10px; }
body.customer-app #homeView .home-closing-section {
  min-height: 360px;
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d0d0d;
}
body.customer-app #homeView .home-closing-section h2 { color: var(--ed-copy); }
body.customer-app #homeView .home-closing-section p { color: #777773; font: 10px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace; letter-spacing: .08em; }
body.customer-app #homeView .home-closing-section .button.primary { min-width: 170px; border: 0; border-radius: 0; color: #0b0b0b; background: var(--ed-lime); font: 700 12px "Space Mono", ui-monospace, monospace; box-shadow: none; }
body.customer-app #homeView .home-closing-section .button.primary:hover { background: #b5ff4f; }
body.customer-app #homeView .home-product-section,
body.customer-app #homeView .home-ranking-section { display: none !important; }
@media (max-width: 820px) {
  body.customer-app #homeView .home-section-head .home-archive-gallery-link { max-width: 100%; white-space: normal; }
  body.customer-app #homeView .home-closing-section { min-height: 0; align-items: stretch; gap: 28px; }
  body.customer-app #homeView .home-closing-section .button.primary { width: 100%; }
}
body.customer-app #homeView .home-library-section .home-archive-gallery-link { align-self: flex-end; margin-top: 0; white-space: nowrap; }
@media (max-width: 820px) {
  body.customer-app #homeView .home-library-section .home-archive-gallery-link { align-self: flex-start; margin-top: 8px; white-space: normal; }
}
body.customer-app #homeView .home-hero-copy::after { height: 1px; background: rgba(255,255,255,.08); }
body.customer-app #homeView .cr-creator-card:hover,
body.customer-app #homeView .cr-creator-card + .cr-creator-card:hover { background: #141414; }

/* Community lookbook: image-led editorial corridor, no social metrics. */
body.customer-app #homeView .home-community-lookbook {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 80px);
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d0d0d;
  overflow: hidden;
}
body.customer-app #homeView .community-lookbook-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
body.customer-app #homeView .community-lookbook-head h2 {
  margin: 0;
  color: var(--ed-copy);
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
  letter-spacing: -.06em;
}
body.customer-app #homeView .community-lookbook-head p {
  margin: 12px 0 0;
  color: #777773;
  font: 10px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .12em;
}
body.customer-app #homeView .community-lookbook-link {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: #777773;
  background: transparent;
  font: 10px/1.4 "Space Mono", "JetBrains Mono", ui-monospace, monospace;
  cursor: pointer;
}
body.customer-app #homeView .community-lookbook-link:hover { color: var(--ed-copy); }
body.customer-app #homeView .community-lookbook-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 12px;
  gap: 14px;
}
body.customer-app #homeView .community-look-card {
  position: relative;
  min-width: 0;
  grid-row: span 27;
  overflow: hidden;
  background: #141414;
}
body.customer-app #homeView .community-look-card:nth-child(3n + 2) { grid-row: span 34; }
body.customer-app #homeView .community-look-card:nth-child(4n + 3) { grid-row: span 31; }
body.customer-app #homeView .community-look-card button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #141414;
  cursor: pointer;
}
body.customer-app #homeView .community-look-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.88);
  transition: transform 360ms ease, filter 360ms ease;
}
body.customer-app #homeView .community-look-card:hover img { transform: scale(1.035); filter: saturate(1); }
body.customer-app #homeView .community-look-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  padding: 34px 14px 14px;
  color: var(--ed-copy);
  background: linear-gradient(0deg, rgba(13,13,13,.88), transparent);
  text-align: left;
}
body.customer-app #homeView .community-look-copy strong { font-size: 15px; letter-spacing: -.02em; }
body.customer-app #homeView .community-look-copy small { color: #b1b1ab; font: 10px/1.4 "Space Mono", ui-monospace, monospace; }
body.customer-app #homeView .community-look-pending {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
  padding: 14px;
  color: #777773;
  background: #141414;
  font: 9px/1.4 "Space Mono", ui-monospace, monospace;
  text-align: center;
}
body.customer-app #homeView .community-lookbook-grid > .community-look-pending {
  grid-column: 1 / -1;
  grid-row: auto;
  width: 100%;
  min-height: 220px;
  height: 220px;
}
@media (max-width: 820px) {
  body.customer-app #homeView .community-lookbook-head { display: block; }
  body.customer-app #homeView .community-lookbook-link { display: block; margin-top: 18px; }
  body.customer-app #homeView .community-lookbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; grid-auto-rows: 10px; }
  body.customer-app #homeView .community-look-card { grid-row: span 26; }
  body.customer-app #homeView .community-look-card:nth-child(3n + 2) { grid-row: span 31; }
  body.customer-app #homeView .community-look-card:nth-child(4n + 3) { grid-row: span 28; }
  body.customer-app #homeView .community-look-copy { padding: 28px 10px 10px; }
  body.customer-app #homeView .community-look-copy strong { font-size: 13px; }
}

/* Resident artist stand: artwork-first, quiet gallery framing. */
body.customer-app #homeView .home-resident-art-root {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 80px);
  border-top: 1px solid rgba(255,255,255,.08);
  background: #0d0d0d;
}
body.customer-app #homeView .home-resident-art-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
body.customer-app #homeView .home-resident-art-head h2 { margin: 0; color: var(--ed-copy); font-size: clamp(40px, 5.6vw, 76px); line-height: .96; letter-spacing: -.06em; }
body.customer-app #homeView .home-resident-art-head p { margin: 12px 0 0; color: #777773; font: 10px/1.4 "Space Mono", ui-monospace, monospace; letter-spacing: .1em; }
body.customer-app #homeView .home-resident-art-link { flex: 0 0 auto; padding: 0; border: 0; color: #777773; background: transparent; font: 10px/1.4 "Space Mono", ui-monospace, monospace; cursor: pointer; }
body.customer-app #homeView .home-resident-art-link:hover { color: var(--ed-copy); }
body.customer-app #homeView .home-resident-art-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
body.customer-app #homeView .resident-art-card { min-width: 0; background: #141414; }
body.customer-app #homeView .resident-art-media { position: relative; aspect-ratio: 1 / 1; overflow: hidden; background: #141414; }
body.customer-app #homeView .resident-art-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform 300ms ease; }
body.customer-app #homeView .resident-art-apply { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 14px; color: #0d0d0d; background: #f3f3ef; font: 11px "Space Mono", ui-monospace, monospace; cursor: pointer; transform: translateY(100%); transition: transform 240ms ease; }
body.customer-app #homeView .resident-art-card:hover .resident-art-apply,
body.customer-app #homeView .resident-art-card:focus-within .resident-art-apply { transform: translateY(0); }
body.customer-app #homeView .resident-art-copy { display: grid; gap: 5px; padding: 14px 2px 0; }
body.customer-app #homeView .resident-art-copy strong { overflow: hidden; color: var(--ed-copy); font-size: 14px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .resident-art-copy span { overflow: hidden; color: #999994; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
body.customer-app #homeView .resident-art-copy small { color: var(--ed-lime); font: 10px "Space Mono", ui-monospace, monospace; }
body.customer-app #homeView .resident-art-pending { display: grid; place-items: center; width: 100%; height: 100%; min-height: 240px; color: #777773; background: #141414; font: 9px/1.4 "Space Mono", ui-monospace, monospace; text-align: center; }
@media (max-width: 820px) {
  body.customer-app #homeView .home-resident-art-head { display: block; }
  body.customer-app #homeView .home-resident-art-link { display: block; margin-top: 18px; }
  body.customer-app #homeView .home-resident-art-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  body.customer-app #homeView .resident-art-copy { padding-top: 10px; }
  body.customer-app #homeView .resident-art-copy strong { font-size: 13px; }
  body.customer-app #homeView .resident-art-apply { position: static; display: block; padding: 8px 0 0; color: #999994; background: transparent; font-size: 9px; transform: none; }
}
body.customer-app #homeView .home-resident-art-grid.is-empty {
  display: block;
  min-height: 240px;
}
body.customer-app #homeView .home-resident-art-grid.is-empty .resident-art-pending {
  width: 100%;
  height: 240px;
  min-height: 240px;
}

/* Keep gallery row gaps independent of card height and allow complete FAQ copy. */
body.customer-app #homeView .community-lookbook-grid { grid-auto-rows: auto; align-items: start; }
body.customer-app #homeView .community-look-card,
body.customer-app #homeView .community-look-card:nth-child(3n + 2),
body.customer-app #homeView .community-look-card:nth-child(4n + 3) { grid-row: auto; aspect-ratio: 4 / 5; }
body.customer-app #homeView .community-look-card:nth-child(even) { aspect-ratio: 3 / 4; }
body.customer-app #homeView .home-faq-answer p { display: block; max-height: none; overflow: visible; white-space: normal; text-overflow: clip; -webkit-line-clamp: unset; }
@media (max-width: 820px) {
  body.customer-app #homeView .resident-art-media { aspect-ratio: auto; }
  body.customer-app #homeView .resident-art-media img { aspect-ratio: 1; height: auto; }
  body.customer-app #homeView .resident-art-apply { min-height: 44px; padding: 12px 8px; }
}

/* Preserve uploaded artwork colors; only the mount is editorial-dark. */
body.customer-app #homeView .home-art-tile button > img,
body.customer-app #homeView .artwork-image-button img {
  filter: none !important;
  mix-blend-mode: normal !important;
}


/* Archive category counts: readable, centered, and sourced from operator labels. */
body.customer-app #homeView .home-artwork-filter { display: inline-flex; align-items: center; justify-content: center; gap: 8px; line-height: 1; white-space: nowrap; }
body.customer-app #homeView .home-artwork-filter strong { display: inline-grid; place-items: center; flex: 0 0 28px; width: 28px; min-width: 28px; height: 28px; padding: 0; border-radius: 50%; color: #0d0d0d; background: #a3ff2e; font: 12px/1 "Space Mono", ui-monospace, monospace; text-align: center; }
body.customer-app #homeView .home-artwork-filter.active strong { color: #a3ff2e; background: #0d0d0d; }
@media (max-width: 820px) { body.customer-app #homeView .home-artwork-filter { min-height: 34px; padding-inline: 9px; } body.customer-app #homeView .home-artwork-filter strong { flex-basis: 24px; width: 24px; min-width: 24px; height: 24px; font-size: 11px; } }

/* Mobile action dock: keep all three actions on one quiet 56px rail. */
@media (max-width: 820px) {
  body.customer-app #homeView .home-mobile-dock {
    box-sizing: border-box !important;
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
    padding: 8px 12px !important;
    gap: 8px !important;
    overflow: hidden !important;
  }
  body.customer-app #homeView .home-mobile-dock > button {
    box-sizing: border-box !important;
    flex: 0 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 10px !important;
    line-height: 40px !important;
    white-space: nowrap !important;
  }
  body.customer-app #homeView .home-mobile-dock-primary {
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 118px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    line-height: 40px !important;
  }
}

/* Header identity: make the verified mark legible at the compact scale. */
body.customer-app #homeView .home-actions .user-chip > span,
body.customer-app #homeView .home-actions .user-chip > span.has-verified-creator {
  position: relative;
  display: inline-grid;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  overflow: visible !important;
}
body.customer-app #homeView .home-actions .user-chip .avatar-shell {
  --creator-badge-size: 15px;
  --creator-badge-offset: -3px;
  overflow: visible;
}
body.customer-app #homeView .home-actions .user-chip .verified-creator-badge {
  border: 2px solid #0d0d0d;
  color: #0d0d0d;
  background: #a3ff2e;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.7));
}
body.customer-app #homeView .home-actions .user-chip .verified-creator-badge::before {
  inset: 2px;
  background: #a3ff2e;
}
body.customer-app #homeView .home-actions .user-chip .verified-creator-badge i {
  width: 4px;
  height: 7px;
  border-width: 0 2px 2px 0;
}
