/* Registration: one welcoming scene and one focused account form. */
.auth-registration .auth-v2 { padding: 24px; gap: clamp(32px, 5vw, 80px); align-items: flex-start; }
.auth-registration .auth-v2 .auth-brand { width: 46%; max-width: none; min-height: min(820px, calc(100svh - 48px)); padding: 36px; gap: 28px; background: #e9e8de; --story-ink: #202b23; --story-muted: #586252; color: #202b23; position: sticky; top: 24px; border-radius: 28px; justify-content: flex-start; }
.auth-registration .auth-v2 .auth-brand-top { margin-bottom: 12px; }
.auth-registration .auth-v2 .auth-brand .auth-wordmark { color: #202b23; }
.auth-registration .auth-v2 .auth-logo { color: white; }
.auth-registration .auth-v2 .auth-brand-mid { max-width: none; flex: 1; display: flex; flex-direction: column; }
.auth-registration .auth-v2 .auth-brand .auth-brand-headline { color: #202b23; font-size: clamp(28px, 3.2vw, 46px); line-height: 1.08; letter-spacing: -.045em; max-width: 15ch; }
.auth-registration .auth-v2 .auth-brand .auth-brand-sub { color: #586252; max-width: 43ch; font-size: 14px; line-height: 1.65; margin-top: 16px; }
.auth-registration .auth-v2 .seller-brand-art { display: block; width: calc(100% + 72px); max-width: none; height: auto; aspect-ratio: 3 / 2; object-fit: cover; object-position: center 54%; margin: 28px -36px -8px; border-radius: 0; }
.auth-registration .auth-v2 .auth-brand-features { margin-top: auto; gap: 8px 16px; }
.auth-registration .auth-v2 .auth-brand .auth-brand-features li { color: #586252; font-family: inherit; font-size: 12px; letter-spacing: 0; }
.auth-registration .auth-v2 .auth-brand-features li::before { background: #65755d; }
.auth-registration .auth-v2 .auth-form-col { padding: 32px 0; min-width: 0; }
.auth-registration .auth-v2 .auth-form-wrap { max-width: 460px; padding: 0 12px; border: 0; border-radius: 0; background: transparent; }
.auth-registration .auth-v2 .auth-h { margin-bottom: 24px; }
.auth-registration .auth-v2 .auth-h-title { font-size: clamp(28px, 2.7vw, 38px); line-height: 1.1; max-width: 20ch; }
.auth-registration .auth-v2 .auth-h-sub { line-height: 1.6; font-size: 14px; margin-top: 12px; }
.auth-registration .auth-v2 .seller-steps { margin: 0 0 24px; padding: 0 0 20px; gap: 10px; }
.auth-registration .seller-steps li { flex-direction: row; align-items: center; font-size: 11px; gap: 6px; }
.auth-registration .seller-step-number { width: 22px; height: 22px; flex: 0 0 22px; font-size: 11px; }
.auth-registration .auth-v2 .auth-form { gap: 18px; }
.auth-registration .auth-v2 .auth-label { font-size: 13px; color: var(--story-ink); }
.auth-registration .auth-v2 .auth-input { min-height: 48px; background: var(--story-surface); border-color: var(--story-line); font-size: 15px; padding: 12px 14px; border-radius: 10px; }
.auth-registration .auth-v2 .auth-input:focus { border-color: var(--story-accent); }
.auth-registration .auth-v2 .auth-input.is-error { border-color: var(--danger); }
.auth-registration .auth-v2 .auth-hint { margin-top: 2px; font-size: 12px; }
.auth-registration .auth-v2 .auth-btn { min-height: 48px; margin-top: 2px; font-size: 14px; border-radius: 10px; }
.auth-registration .auth-v2 .auth-footer { margin-top: 22px; }
.auth-registration .auth-v2 .auth-legal { margin-top: 22px; }
.auth-customer-signup .auth-v2 .auth-brand { background: #e7e9e1; }
.auth-customer-signup .auth-v2 .auth-brand .auth-brand-headline { max-width: 17ch; }
@media (max-width: 1023px) {
  .auth-registration .auth-v2 { padding: 0; }
  .auth-registration .auth-v2 .auth-form-col { padding: 28px 20px; }
  .auth-registration .auth-v2 .auth-form-wrap { max-width: 500px; padding: 0; }
  .auth-registration .auth-v2 .auth-mobile-mark { justify-content: flex-start; margin-bottom: 32px; }
  .auth-registration .auth-v2 .auth-mobile-mark .auth-wordmark { color: var(--story-ink); }
  .auth-registration .auth-v2 .auth-input { font-size: 16px; }
}
@media (max-width: 420px) {
  .auth-registration .seller-steps li { flex-direction: column; align-items: flex-start; }
  .auth-registration .auth-v2 .auth-h-title { font-size: 30px; }
}
