/* ============================================================
   AI Street — Skyline Market visual layer
   Reference: street-engineer-eyecatch.jpg (1521 × 544)
   Keeps the product and interaction structure from style.css.
   ============================================================ */

:root {
  --bg: #eef8ff;
  --bg-card: rgba(255, 255, 255, 0.88);
  --bg-card-hover: #ffffff;
  --glass: rgba(255, 255, 255, 0.82);
  --glass-border: rgba(18, 96, 171, 0.18);
  --cyan: #00aeea;
  --purple: #7957e8;
  --pink: #d744dd;
  --blue: #1268e8;
  --green: #009f72;
  --red: #e84d62;
  --amber: #e6a000;
  --text: #0b1c37;
  --text-dim: #36526f;
  --text-muted: #68819a;
  --gradient: linear-gradient(135deg, #0868ef 0%, #00c7ef 48%, #8d59ec 100%);
  --gradient-h: linear-gradient(90deg, #075fe2 0%, #00aeea 52%, #7b52e5 100%);
  --glow-cyan: 0 16px 38px rgba(0, 143, 219, 0.22);
  --glow-purple: 0 16px 38px rgba(121, 87, 232, 0.2);
  --glow-pink: 0 16px 38px rgba(215, 68, 221, 0.18);
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 8px 24px rgba(9, 58, 107, 0.1);
  --shadow-md: 0 18px 42px rgba(9, 58, 107, 0.14);
  --shadow-lg: 0 28px 68px rgba(6, 42, 82, 0.2);
  --max-width: 1240px;
  --transition: 0.24s ease;
  --ink-panel: #07172f;
  --ink-panel-2: #0b2245;
  --sun: #ffc928;
}

html { background: #eef8ff; }

body {
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(0, 194, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 92% 20%, rgba(121, 87, 232, 0.12), transparent 28rem),
    linear-gradient(180deg, #eef9ff 0%, #f9fcff 38%, #edf7ff 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(9, 97, 170, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 97, 170, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
}

::selection { color: #fff; background: #1268e8; }

:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(0, 174, 234, 0.42);
  outline-offset: 3px;
}

.container { padding-inline: 28px; }
.section { padding: 92px 0; }
.section--alt {
  background: rgba(226, 244, 255, 0.7);
  border-block: 1px solid rgba(18, 96, 171, 0.09);
}

.gradient-text {
  background: var(--gradient-h);
  -webkit-background-clip: text;
  background-clip: text;
}

/* Header */
.header {
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(18, 96, 171, 0.16);
  box-shadow: 0 8px 28px rgba(10, 68, 121, 0.08);
}

.header__inner { height: 72px; padding-inline: 28px; }
.header__logo { color: #061a38; letter-spacing: -0.04em; }
.header__logo::before {
  content: '';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #07172f url('../favicon.svg') center / cover no-repeat;
  box-shadow: 0 9px 22px rgba(18, 104, 232, 0.25);
}
.header__logo-sub { color: #66809d; letter-spacing: 0; }
.header__link { color: #36516e; }
.header__link:hover { color: #075cce; background: rgba(18, 104, 232, 0.08); }
.header__link--primary,
.header__link--primary:hover {
  color: #07172f;
  background: var(--sun);
  box-shadow: 0 10px 24px rgba(255, 186, 0, 0.24);
}
.header__menu-btn { color: #0b2447; }

/* Eyecatch */
.hero {
  overflow: visible;
  padding: 0 24px 72px;
  background: linear-gradient(180deg, #dff5ff 0%, #eef9ff 64%, transparent 100%);
}

.hero__orb { display: none; }

.hero__artwork {
  position: relative;
  z-index: 1;
  width: min(1521px, calc(100vw - 48px));
  aspect-ratio: 1521 / 544;
  margin: 24px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  background: #8ed7ff;
  box-shadow: 0 30px 70px rgba(16, 103, 171, 0.24), 0 0 0 7px rgba(255, 255, 255, 0.55);
  isolation: isolate;
}

.hero__artwork-base,
.hero__card-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__artwork-base { z-index: 1; }

.hero__card-layer {
  z-index: 2;
  pointer-events: none;
  will-change: transform, filter;
  filter: brightness(1.055) saturate(1.07) drop-shadow(0 8px 8px rgba(15, 31, 75, 0.2));
}

.hero__card-layer--web {
  clip-path: polygon(5.7% 5%, 21.8% 4.8%, 22.9% 36.2%, 5.5% 37.4%);
  animation: heroCardFloatA 6.2s ease-in-out infinite;
}
.hero__card-layer--assistant {
  clip-path: polygon(5% 38.2%, 22.5% 37.1%, 22.6% 69.8%, 4.5% 70.8%);
  animation: heroCardFloatB 7.4s -2.1s ease-in-out infinite;
}
.hero__card-layer--design {
  clip-path: polygon(3.8% 67%, 21.4% 68.4%, 21.5% 96.6%, 3.2% 95.4%);
  animation: heroCardFloatA 7s -3.8s ease-in-out infinite reverse;
}
.hero__card-layer--video {
  clip-path: polygon(83% 4%, 97.2% 1.4%, 98.2% 28.4%, 82.5% 30.2%);
  animation: heroCardFloatB 6.7s -1.1s ease-in-out infinite reverse;
}
.hero__card-layer--saas {
  clip-path: polygon(81.3% 36.2%, 95.1% 34%, 95.8% 67%, 81% 68.6%);
  animation: heroCardFloatA 7.8s -4.3s ease-in-out infinite;
}
.hero__card-layer--invest {
  clip-path: polygon(83.7% 68.2%, 96.8% 66.6%, 97.7% 98.8%, 83.6% 99%);
  animation: heroCardFloatB 6.5s -3.2s ease-in-out infinite;
}

.hero__artwork-glint {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 37%, rgba(255, 255, 255, 0.28) 49%, transparent 60%);
  transform: translateX(-115%);
  animation: heroGlint 9s 1.2s ease-in-out infinite;
}

@keyframes heroCardFloatA {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0.28%, -0.75%, 0) scale(1.004); }
}

@keyframes heroCardFloatB {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(-0.24%, 0.7%, 0) scale(1.003); }
}

@keyframes heroGlint {
  0%, 68% { transform: translateX(-115%); opacity: 0; }
  74% { opacity: 0.65; }
  88%, 100% { transform: translateX(115%); opacity: 0; }
}

.hero__inner {
  z-index: 4;
  max-width: 960px;
  margin: 22px auto 0;
  padding: 36px 44px 38px;
  border: 1px solid rgba(255, 255, 255, 0.96);
  border-radius: 28px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 24px 60px rgba(13, 77, 134, 0.18);
  backdrop-filter: blur(22px) saturate(1.15);
}
.hero__title {
  color: #071a3a;
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.hero__title .highlight {
  background: var(--gradient-h);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero__sub { color: #49647f; margin-bottom: 28px; }
.hero__search { max-width: 640px; margin-bottom: 24px; }
.hero__search input {
  color: #0b1c37;
  background: #fff;
  border: 1px solid rgba(18, 104, 232, 0.22);
  box-shadow: inset 0 1px 0 #fff, 0 12px 32px rgba(18, 104, 232, 0.1);
}
.hero__search input::placeholder { color: #7b8fa5; }
.hero__search input:focus {
  border-color: #00aeea;
  box-shadow: 0 0 0 4px rgba(0, 174, 234, 0.14), 0 14px 34px rgba(18, 104, 232, 0.13);
}
.hero__search-icon { color: #1268e8; }

/* Buttons */
.btn {
  border-radius: 13px;
  box-shadow: 0 8px 22px rgba(8, 61, 115, 0.08);
}
.btn--primary {
  color: #07172f;
  background: var(--sun);
  box-shadow: 0 12px 28px rgba(255, 184, 0, 0.26);
}
.btn--primary:hover {
  box-shadow: 0 16px 34px rgba(255, 184, 0, 0.34);
  transform: translateY(-2px);
}
.btn--outline {
  color: #075cce;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(18, 104, 232, 0.24);
}
.btn--outline:hover { color: #034da9; border-color: #00aeea; background: #fff; }
.btn--ghost { color: #4e6984; }
.btn--ghost:hover { color: #075cce; background: rgba(18, 104, 232, 0.08); }
.btn--green { color: #fff; background: #00a57a; }
.btn--red { color: #fff; background: #e84d62; }
.btn--amber { color: #171000; background: var(--sun); }

/* Headlines and statistics */
.stats-bar {
  max-width: 820px;
  margin: -30px auto 0;
  padding: 30px 44px;
  border: 1px solid rgba(18, 96, 171, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}
.stat-item__num { background: var(--gradient-h); -webkit-background-clip: text; background-clip: text; }
.stat-item__label { color: #6a8198; }
.section-title { color: #081c3c; letter-spacing: -0.035em; }
.section-subtitle { color: #58718b; }

/* Light informational surfaces */
.explainer__step,
.trust-item,
.ranking__item,
.item-meta-item,
.info-block,
.radio-card,
.ekyc-mock,
.level-table,
.my-stat,
.listing-card,
.txn-row,
.revenue-chart,
.biz-stat,
.transfer-item {
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(18, 96, 171, 0.16);
  box-shadow: var(--shadow);
}
.explainer__step,
.trust-item { position: relative; overflow: hidden; }
.explainer__step::after,
.trust-item::after {
  content: '';
  position: absolute;
  inset: auto 18% -26px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 174, 234, 0.13);
  filter: blur(20px);
}
.explainer__step:hover,
.trust-item:hover {
  background: #fff;
  border-color: rgba(0, 174, 234, 0.42);
  box-shadow: var(--glow-cyan);
}
.explainer__icon,
.trust-item__icon {
  color: #075fd3;
  background: linear-gradient(145deg, #e1f7ff, #e8e8ff);
  box-shadow: inset 0 0 0 1px rgba(18, 104, 232, 0.11);
}
.explainer__num { background: var(--gradient); }
.explainer__title,
.steps-col__title,
.step-item__title,
.trust-item__title,
.ranking__title,
.ranking__name,
.item-title,
.item-section__title,
.item-meta-item__value,
.info-block__title,
.similar-items__title,
.wizard__title,
.flow-step__title,
.level-table th,
.mypage__title,
.listing-card__name,
.txn-row__name,
.revenue-chart__title {
  color: #0a1d3b;
}
.explainer__text,
.step-item__text,
.trust-item__text,
.ranking__desc,
.item-tagline,
.item-developer,
.item-features li,
.info-block__text,
.wizard__subtitle,
.flow-step__text,
.level-table td,
.mypage__sub,
.listing-card__tagline,
.txn-row__date {
  color: #526c87;
}
.steps-col__title { border-color: rgba(18, 96, 171, 0.16); }
.step-item__num { color: #075fd3; background: #e4f6ff; border-color: rgba(0, 174, 234, 0.24); }

/* Dark floating market cards from the eyecatch language */
.badge-card,
.card {
  color: #eaf6ff;
  background:
    radial-gradient(circle at 12% 0%, rgba(60, 111, 255, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(7, 23, 50, 0.98), rgba(8, 20, 43, 0.96));
  border-color: rgba(83, 176, 255, 0.31);
  box-shadow: 0 18px 42px rgba(6, 30, 65, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.badge-card::after,
.card::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 0 26px rgba(93, 67, 220, 0.08);
}
.badge-card:hover,
.card:hover {
  border-color: rgba(113, 201, 255, 0.72);
  box-shadow: 0 24px 56px rgba(4, 42, 88, 0.3), 0 0 24px rgba(70, 182, 255, 0.18);
}
.badge-card__title,
.card__title { color: #fff; }
.badge-card__text,
.card__tagline,
.card__developer { color: #b8cae0; }
.card { position: relative; }
.card__screen { background: #0c2346; }
.card__screen svg { transform: scale(1.003); }
.card__body { padding: 10px 18px 18px; }
.card__badge { position: relative; z-index: 1; }
.card__price--paid { color: #65d8ff; }
.card__verified { color: #6ce0ff; background: rgba(0, 174, 234, 0.13); border-color: rgba(0, 196, 239, 0.25); }
.card__completeness { color: #ffd35b; background: rgba(255, 201, 40, 0.1); }

/* Explore */
.street-header,
.about-hero {
  color: var(--text);
  background:
    radial-gradient(circle at 25% 10%, rgba(0, 195, 255, 0.2), transparent 25rem),
    radial-gradient(circle at 84% 0%, rgba(121, 87, 232, 0.14), transparent 25rem),
    rgba(239, 249, 255, 0.76);
  border-bottom-color: rgba(18, 96, 171, 0.13);
}
.about-hero__title { color: #081c3c; }
.about-hero__sub { color: #506b87; }
.street-search input,
.form-input,
.form-textarea,
.form-select,
.sort-select {
  color: #0a1c37;
  background-color: #fff;
  border-color: rgba(18, 96, 171, 0.2);
  box-shadow: 0 8px 22px rgba(7, 62, 119, 0.07);
}
.street-search input::placeholder,
.form-input::placeholder,
.form-textarea::placeholder { color: #8295a8; }
.street-search input:focus,
.form-input:focus,
.form-textarea:focus,
.form-select:focus { border-color: #00aeea; box-shadow: 0 0 0 4px rgba(0, 174, 234, 0.13); }
.street-search__results { color: var(--text); background: rgba(255, 255, 255, 0.97); border-color: rgba(18, 96, 171, 0.16); }
.street-search__results [style*="color:#fff"] { color: #0a1d3b !important; }
.street-search__result-item:hover { background: #edf8ff; }
.filter-tabs { border-color: rgba(18, 96, 171, 0.15); }
.filter-tab,
.category-chip {
  color: #526b84;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(18, 96, 171, 0.14);
  box-shadow: 0 5px 14px rgba(7, 62, 119, 0.05);
}
.filter-tab:hover,
.category-chip:hover { color: #075cce; background: #fff; }
.filter-tab.is-active,
.category-chip.is-active { color: #fff; background: var(--gradient); border-color: transparent; box-shadow: 0 9px 24px rgba(18, 104, 232, 0.22); }
.sort-select:hover { color: #075cce; border-color: #00aeea; }
.sort-select option,
.form-select option { color: #0b1c37; background: #fff; }
.street-count { color: #617a93; }

/* Detail and purchase */
.item-header { padding-top: 48px; }
.item-main > .item-section,
.item-main > .info-block {
  padding: 26px;
  border: 1px solid rgba(18, 96, 171, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow);
}
.item-info--sticky {
  padding: 24px;
  border: 1px solid rgba(84, 181, 255, 0.34);
  border-radius: 22px;
  color: #eaf6ff;
  background:
    radial-gradient(circle at 14% 0%, rgba(41, 115, 255, 0.25), transparent 48%),
    linear-gradient(150deg, #07172f, #0b2245);
  box-shadow: 0 24px 56px rgba(6, 35, 74, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.item-info--sticky .item-title,
.item-info--sticky .item-meta-item__value,
.item-info--sticky .price-block__price--paid { color: #fff; }
.item-info--sticky .item-tagline,
.item-info--sticky .item-developer { color: #b6cbe0; }
.item-info--sticky .item-meta-item,
.item-info--sticky .price-block {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(117, 199, 255, 0.2);
  box-shadow: none;
}
.item-info--sticky .item-meta-item__label { color: #91abc4; }
.item-info--sticky .btn--outline { color: #d9f5ff; background: rgba(255, 255, 255, 0.07); border-color: rgba(117, 199, 255, 0.28); }
.item-screen { border-color: rgba(18, 96, 171, 0.22); box-shadow: var(--shadow-lg); }
.item-section__title { border-color: rgba(18, 96, 171, 0.14); }
.progress-bar,
.wip-meter__bar { background: rgba(18, 96, 171, 0.11); }
.verified-bar { background: #e7f8ff; border-color: rgba(0, 174, 234, 0.2); }
.sale-type-badge { color: #0a1d3b; background: #fff; border-color: rgba(18, 96, 171, 0.16); }
.price-block { background: #fff; border-color: rgba(18, 96, 171, 0.16); box-shadow: var(--shadow); }
.prompt-preview { background: #f3efff; }
.prompt-preview__text { color: #4d5672; }
.prompt-preview__blur { background: linear-gradient(transparent, rgba(245, 241, 255, 0.97)); }
.purchase-overlay { background: rgba(5, 24, 51, 0.62); }
.purchase-modal { color: var(--text); background: #f9fcff; border-color: rgba(18, 96, 171, 0.2); box-shadow: 0 32px 80px rgba(4, 40, 83, 0.28); }
.purchase-modal__title,
.confirm-row__value,
.pay-method__label { color: #0a1d3b; }
#modal-summary [style*="color:#fff"] { color: #0a1d3b !important; }
.purchase-modal__close:hover { color: #075cce; background: rgba(18, 104, 232, 0.08); }
.pay-method { background: #fff; border-color: rgba(18, 96, 171, 0.16); }
.full-prompt { background: #f3efff; }

/* Listing wizard */
.wizard {
  max-width: 820px;
  margin-block: 48px 80px;
  padding: 42px;
  border: 1px solid rgba(18, 96, 171, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(18px);
}
.wizard__step-indicator,
.modal-step-dot { background: #fff; border-color: rgba(18, 96, 171, 0.18); }
.wizard__step-line,
.modal-step-line { background: rgba(18, 96, 171, 0.16); }
.wizard__step-indicator.is-active,
.modal-step-dot.is-active { background: var(--gradient); }
.wizard h1[style*="color:#fff"],
.wizard h2[style*="color:#fff"] { color: #0a1d3b !important; }
.form-label,
.checkbox-item,
.confirm-table td { color: #0b1c37; }
.radio-card,
.type-card { color: var(--text); background: #fff; border-color: rgba(18, 96, 171, 0.16); box-shadow: var(--shadow); }
.radio-card__label { color: #0b1c37; }
.radio-card.is-selected,
.type-card.is-selected { background: #eefaff; }
.wizard__side-note,
.fee-sim { color: #4b657f; background: #eefaff; }
.confirm-table tr { border-color: rgba(18, 96, 171, 0.14); }
.thumb-preview { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), var(--shadow); }

/* My page */
.mypage { padding-top: 54px; }
.my-tabs { border-color: rgba(18, 96, 171, 0.15); }
.my-tab { color: #667f98; }
.my-tab:hover { color: #0a1d3b; }
.my-tab.is-active { color: #075fd3; border-bottom-color: #00aeea; }
.empty-state__icon { color: #66809a; background: #fff; border-color: rgba(18, 96, 171, 0.18); }

/* About, FAQ and footer */
.flow-step__dot { background: var(--gradient); }
.flow-step__connector { background: rgba(18, 96, 171, 0.18); }
.level-table th { background: #e7f5ff; border-color: rgba(18, 96, 171, 0.14); }
.level-table td { border-color: rgba(18, 96, 171, 0.1); }
.prohibited-item { color: #73424a; background: #fff4f5; }
.faq-list { display: grid; gap: 12px; }
.faq-item {
  padding: 0 22px;
  border: 1px solid rgba(18, 96, 171, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 7px 20px rgba(7, 62, 119, 0.05);
}
.faq-item__q { color: #0a1d3b; }
.faq-item__a p { color: #526c87; }
.footer {
  color: #91a8c3;
  background:
    radial-gradient(circle at 25% 0%, rgba(24, 100, 232, 0.24), transparent 28rem),
    linear-gradient(160deg, #06142b, #081a36);
  border-color: rgba(111, 190, 255, 0.17);
}
.footer__brand { color: #fff; }
.footer__links a:hover { color: #69dfff; }
.footer__copy { border-color: rgba(111, 190, 255, 0.16); }

@media (max-width: 767px) {
  .header__inner { padding-inline: 18px; }
  .header__nav {
    top: 72px;
    background: rgba(255, 255, 255, 0.97);
    border-color: rgba(18, 96, 171, 0.16);
    box-shadow: 0 18px 38px rgba(7, 62, 119, 0.12);
  }
  .header__link { color: #274765; }
  .item-layout { display: flex; flex-direction: column; gap: 24px; }
  .item-main { display: contents; }
  .item-screen { order: 1; }
  .item-info--sticky { order: 2; position: static; }
  .item-main > :not(.item-screen) { order: 3; }
  .item-main > .item-section,
  .item-main > .info-block { margin-bottom: 0; }
  .hero { padding-inline: 12px; }
  .hero__artwork {
    width: 100%;
    height: 200px;
    aspect-ratio: auto;
    margin-top: 12px;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(16, 103, 171, 0.2), 0 0 0 4px rgba(255, 255, 255, 0.52);
  }
  .hero__artwork-base,
  .hero__card-layer { object-fit: cover; object-position: center; }
  .hero__card-layer { display: none; }
  .hero__inner {
    margin: 14px 8px 0;
    padding: 28px 20px 30px;
    border-radius: 22px;
  }
  .hero__title { font-size: clamp(1.85rem, 9vw, 2.45rem); }
  .hero__sub { margin-bottom: 24px; }
  .hero__search input { font-size: 0.92rem; padding-left: 16px; }
  .hero__cta .btn { flex: 1; min-width: 132px; }
  .stats-bar { margin-top: -28px; padding: 24px 18px; }
  .container { padding-inline: 18px; }
  .wizard { margin: 24px 14px 64px; padding: 26px 18px; }
}

@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero { padding-top: 0; padding-bottom: 68px; }
  .stats-bar { gap: 18px; }
  .stat-item { min-width: 84px; }
  .card { max-width: 460px; margin-inline: auto; }
  .item-main > .item-section,
  .item-main > .info-block { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero__card-layer,
  .hero__artwork-glint { animation: none !important; }
}

/* ============================================================
   Home — editorial marketplace layout
   Layout reference: failedups.com (captured 2026-08-29)
   Scoped to the home page so the other five routes keep their UI.
   ============================================================ */

.home-editorial {
  --max-width: 1352px;
  color: #081a36;
  background: #fbfdff;
}

.home-editorial::before {
  background-image:
    linear-gradient(rgba(16, 82, 149, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 82, 149, 0.032) 1px, transparent 1px);
  background-size: 88px 88px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0, #000 34%, transparent 70%);
  mask-image: linear-gradient(to bottom, #000 0, #000 34%, transparent 70%);
}

.home-editorial .container { padding-inline: 32px; }

.home-editorial .header {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(13, 54, 101, 0.11);
  box-shadow: none;
}

.home-editorial .header__inner { height: 68px; }

.home-editorial .header__logo::before {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  box-shadow: 0 6px 16px rgba(18, 104, 232, 0.18);
}

.home-editorial .header__link {
  padding: 8px 14px;
  font-size: 0.82rem;
}

.home-editorial .hero {
  padding: 0 0 0;
  overflow: hidden;
  color: #071a38;
  background: rgba(255, 255, 255, 0.64);
  border-bottom: 1px solid rgba(14, 72, 132, 0.1);
}

.home-editorial .hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 108px 32px 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
}

.hero__eyebrow,
.home-eyebrow {
  margin: 0 0 22px;
  color: #1764dd;
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-editorial .hero__title {
  max-width: 1000px;
  margin: 0 auto 26px;
  color: #07152d;
  font-family: 'Noto Sans JP', 'Inter', sans-serif;
  font-size: clamp(4rem, 5.65vw, 5.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.065em;
}

.home-editorial .hero__title .highlight {
  color: #1262ee;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.home-editorial .hero__sub {
  max-width: 660px;
  margin: 0 auto 30px;
  color: #506880;
  font-size: 1rem;
  line-height: 1.75;
}

.home-editorial .hero__search {
  max-width: 620px;
  margin: 0 auto 20px;
}

.home-editorial .hero__search input {
  min-height: 54px;
  border-radius: 999px;
  border-color: rgba(17, 88, 197, 0.2);
  box-shadow: 0 10px 30px rgba(15, 70, 137, 0.07);
}

.home-editorial .hero__search-icon {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
}

.home-editorial .hero__search-icon:hover {
  color: #fff;
  background: #1262ee;
}

.home-editorial .hero__cta { gap: 12px; }

.home-editorial .hero__cta .btn {
  min-width: 148px;
  padding: 13px 24px;
  border-radius: 999px;
}

.home-editorial .hero__stats {
  max-width: 720px;
  margin: 0 auto;
}

.home-editorial .stats-bar {
  max-width: none;
  margin: 0;
  padding: 28px 0 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-editorial .stat-item + .stat-item {
  border-left: 1px solid rgba(20, 73, 128, 0.14);
}

.home-editorial .stat-item__num {
  color: #0b5feb;
  font-size: 1.6rem;
  background: none;
  -webkit-text-fill-color: currentColor;
}

.home-editorial .stat-item__label {
  margin-top: 5px;
  color: #7b8da0;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.home-editorial .hero__artwork {
  width: min(1320px, calc(100vw - 64px));
  margin: 18px auto 44px;
  border-radius: 22px;
  box-shadow: 0 26px 68px rgba(13, 65, 119, 0.18), 0 0 0 1px rgba(18, 96, 171, 0.09);
}

.home-editorial .hero__marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 74px);
  min-height: 58px;
  padding: 14px 32px;
  overflow: hidden;
  color: #8292a3;
  background: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(13, 54, 101, 0.09);
  font-family: 'Inter', sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  white-space: nowrap;
}

.home-editorial .hero__marquee span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 10px 2px 0;
  border-radius: 50%;
  background: #2165ee;
}

.home-editorial .section {
  padding: 116px 0;
  border: 0;
}

.home-editorial .section-title {
  margin: 0;
  color: #08162e;
  font-size: clamp(2.7rem, 4.3vw, 4.25rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.06em;
  text-align: left;
}

.home-editorial .section-subtitle {
  margin: 16px 0 0;
  color: #62768b;
  font-size: 0.94rem;
  line-height: 1.75;
  text-align: left;
}

.home-intro {
  background: rgba(255, 255, 255, 0.88);
}

.home-intro__heading { max-width: 1100px; }

.home-intro .section-title {
  font-size: clamp(3.4rem, 5.25vw, 5.15rem);
  line-height: 1.05;
}

.home-intro .explainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 88px;
  border-block: 1px solid rgba(13, 65, 119, 0.14);
}

.home-intro .explainer__step {
  min-height: 238px;
  padding: 38px 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.home-intro .explainer__step + .explainer__step {
  border-left: 1px solid rgba(13, 65, 119, 0.14);
}

.home-intro .explainer__step::after { display: none; }

.home-intro .explainer__step:hover {
  border-color: rgba(13, 65, 119, 0.14);
  background: rgba(232, 244, 255, 0.5);
  box-shadow: none;
}

.home-intro .explainer__icon {
  width: 42px;
  height: 42px;
  margin: 0 0 26px;
  border-radius: 10px;
}

.home-intro .explainer__num {
  position: absolute;
  top: 42px;
  right: 34px;
}

.home-intro .explainer__title {
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.home-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 48px;
}

.home-text-link {
  flex: 0 0 auto;
  padding: 9px 0;
  color: #145dda;
  border-bottom: 1px solid currentColor;
  font-size: 0.84rem;
  font-weight: 700;
  transition: gap var(--transition), color var(--transition);
}

.home-text-link:hover { color: #00a4db; }

.home-arrivals { background: #fff; }

.home-arrivals .section-title { font-size: clamp(2.5rem, 3.5vw, 3.5rem); }

.home-arrivals .cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.home-arrivals .card {
  width: 100%;
  min-width: 0;
  margin-inline: 0;
  border-radius: 14px;
  box-shadow: 0 14px 32px rgba(6, 30, 65, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-arrivals .card:hover { transform: translateY(-5px); }

.home-listing-types {
  color: #eef7ff;
  background:
    radial-gradient(circle at 10% 0%, rgba(31, 105, 236, 0.28), transparent 34rem),
    #07172f;
}

.home-listing-types .home-eyebrow { color: #78d9ff; }
.home-listing-types .section-title { color: #fff; }
.home-listing-types .section-subtitle { color: #a9bfd5; }
.home-listing-types .home-text-link { color: #ffd14a; }

.home-listing-types .badge-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(126, 191, 255, 0.2);
  border-radius: 18px;
  background: rgba(126, 191, 255, 0.2);
}

.home-listing-types .badge-card {
  min-height: 230px;
  padding: 32px 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-listing-types .badge-card:hover {
  transform: none;
  background: #0b2449;
  box-shadow: none;
}

.home-listing-types .badge-card::after { display: none; }

.home-how { background: #fff; }

.home-how > .container > .section-title {
  margin-bottom: 52px;
  font-size: clamp(2.7rem, 3.8vw, 3.8rem);
}

.home-how .steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 65, 119, 0.14);
  border-radius: 18px;
  background: rgba(248, 252, 255, 0.84);
}

.home-how .steps-col { padding: 40px 44px 34px; }

.home-how .steps-col + .steps-col {
  border-left: 1px solid rgba(13, 65, 119, 0.14);
}

.home-how .steps-col__title {
  margin-bottom: 28px;
  padding-bottom: 20px;
  font-size: 1rem;
}

.home-how .step-item { padding-block: 14px; }

.home-trust {
  padding-block: 132px !important;
  background: #eaf6ff;
}

.home-trust > .container {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(54px, 8vw, 120px);
}

.home-trust .section-title {
  font-size: clamp(3rem, 4.5vw, 4.35rem);
}

.home-trust .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(13, 65, 119, 0.14);
  border-radius: 18px;
  background: rgba(13, 65, 119, 0.14);
}

.home-trust .trust-item {
  min-height: 210px;
  padding: 30px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: none;
  text-align: left;
}

.home-trust .trust-item::after { display: none; }

.home-trust .trust-item:hover {
  background: #fff;
  box-shadow: none;
}

.home-trust .trust-item__icon { margin: 0 0 24px; }

.home-faq {
  background: rgba(255, 255, 255, 0.94);
}

.home-faq > .container {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  align-items: start;
  gap: clamp(54px, 9vw, 140px);
}

.home-faq .section-title { font-size: clamp(3rem, 4.4vw, 4.2rem); }

.home-faq .faq-list {
  max-width: none;
  gap: 10px;
}

.home-faq .faq-item {
  padding-inline: 24px;
  border-radius: 10px;
  box-shadow: none;
}

.home-editorial .footer { padding-top: 64px; }

@media (max-width: 1099px) {
  .home-editorial .hero__title { font-size: clamp(3.5rem, 6.5vw, 4.7rem); }
  .home-arrivals .cards-grid,
  .home-listing-types .badge-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-trust > .container { grid-template-columns: 1fr; }
  .home-trust__heading { max-width: 620px; }
}

@media (max-width: 767px) {
  .home-editorial .container { padding-inline: 18px; }
  .home-editorial .header__inner { height: 64px; padding-inline: 16px; }
  .home-editorial .header__logo::before { width: 28px; height: 28px; }
  .home-editorial .header__nav { top: 64px; }
  .home-editorial .header__menu-btn {
    width: 44px;
    height: 44px;
    padding: 6px;
  }

  .home-editorial .hero__inner {
    padding: 72px 18px 36px;
  }

  .hero__eyebrow,
  .home-eyebrow {
    margin-bottom: 16px;
    font-size: 0.64rem;
  }

  .home-editorial .hero__title {
    margin-bottom: 22px;
    font-size: clamp(2.7rem, 12.2vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.07em;
  }

  .home-editorial .hero__sub {
    margin-bottom: 24px;
    font-size: 0.9rem;
  }

  .home-editorial .hero__search { margin-bottom: 16px; }
  .home-editorial .hero__search input { min-height: 50px; }
  .home-editorial .hero__cta { flex-wrap: nowrap; }
  .home-editorial .hero__cta .btn { min-width: 0; padding-inline: 20px; }

  .home-editorial .hero__stats { padding-inline: 18px; }
  .home-editorial .stats-bar { gap: 0; padding: 24px 0 34px; }
  .home-editorial .stat-item { min-width: 0; padding-inline: 8px; }
  .home-editorial .stat-item__num { font-size: 1.18rem; }
  .home-editorial .stat-item__label { font-size: 0.58rem; letter-spacing: 0.03em; }

  .home-editorial .hero__artwork {
    width: calc(100vw - 24px);
    height: auto;
    aspect-ratio: 1521 / 544;
    margin: 10px auto 28px;
    border-radius: 12px;
    box-shadow: 0 14px 34px rgba(13, 65, 119, 0.16);
  }

  .home-editorial .hero__artwork-base,
  .home-editorial .hero__card-layer {
    object-fit: contain;
    object-position: center;
  }

  .home-editorial .hero__marquee {
    justify-content: flex-start;
    gap: 32px;
    min-height: 52px;
    padding-inline: 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .home-editorial .hero__marquee::-webkit-scrollbar { display: none; }

  .home-editorial .section { padding: 82px 0; }

  .home-editorial .section-title,
  .home-intro .section-title {
    font-size: clamp(2.35rem, 10.8vw, 3rem);
    line-height: 1.13;
  }

  .home-intro .explainer {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .home-intro .explainer__step {
    min-height: 0;
    padding: 30px 22px 32px;
  }

  .home-intro .explainer__step + .explainer__step {
    border-top: 1px solid rgba(13, 65, 119, 0.14);
    border-left: 0;
  }

  .home-intro .explainer__num { top: 34px; right: 22px; }

  .home-section-head {
    align-items: end;
    margin-bottom: 34px;
  }

  .home-section-head .section-title { font-size: 2.55rem; }
  .home-text-link { font-size: 0.72rem; }

  .home-arrivals .cards-grid,
  .home-listing-types .badge-cards { grid-template-columns: 1fr; }

  .home-arrivals .card { max-width: none; }

  .home-listing-types .badge-card {
    min-height: 0;
    padding: 28px 24px;
  }

  .home-how > .container > .section-title { margin-bottom: 34px; }

  .home-how .steps-grid { grid-template-columns: 1fr; }

  .home-how .steps-col { padding: 30px 24px 24px; }

  .home-how .steps-col + .steps-col {
    border-top: 1px solid rgba(13, 65, 119, 0.14);
    border-left: 0;
  }

  .home-trust { padding-block: 88px !important; }
  .home-trust > .container { gap: 44px; }
  .home-trust .trust-grid { grid-template-columns: 1fr; }
  .home-trust .trust-item { min-height: 0; padding: 26px 24px; }

  .home-faq > .container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-faq .faq-item { padding-inline: 18px; }
}
