@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,400&display=swap');

:root {
  --sb-navy: #0f1729;
  --sb-navy-mid: #1a2744;
  --sb-navy-soft: #2d3a5c;
  --sb-copper: #b87333;
  --sb-rose-gold: #c9a962;
  --sb-ivory: #faf8f5;
  --sb-white: #ffffff;
  --sb-text: #2c2a26;
  --sb-muted: #6b6560;
  --sb-radius: 18px;
  --sb-radius-sm: 12px;
  --sb-radius-card: 14px;
  --sb-shadow: 0 8px 28px rgba(15, 23, 41, 0.075);
  --sb-shadow-hover: 0 18px 44px rgba(15, 23, 41, 0.12);
  --sb-shadow-soft: 0 6px 22px rgba(15, 23, 41, 0.06);
  --sb-shadow-lift: 0 14px 40px rgba(15, 23, 41, 0.1);
  --sb-safe-top: env(safe-area-inset-top, 0px);
  --sb-safe-bottom: env(safe-area-inset-bottom, 0px);
  --sb-header-bar: 52px;
  --sb-header-stack: calc(var(--sb-header-bar) + var(--sb-safe-top));
  --sb-nav-stack: calc(68px + max(12px, var(--sb-safe-bottom)));
  --sb-nav-inner: 52px;
  --sb-space-page: clamp(16px, 4.5vw, 22px);
  --sb-space-section: 1.75rem;
  --sb-space-section-lg: clamp(1.85rem, 5vw, 2.35rem);
  --sb-tap-min: 44px;
  --sb-ease-out: cubic-bezier(0.25, 0.1, 0.25, 1);
  --sb-ease-spring: cubic-bezier(0.33, 1, 0.68, 1);
  --sb-ease-ui: cubic-bezier(0.4, 0, 0.2, 1);
  --sb-dur-fast: 0.18s;
  --sb-dur: 0.28s;
  --sb-focus-ring: 0 0 0 3px rgba(201, 169, 98, 0.35);
  --sb-font-serif: 'Cormorant Garamond', Georgia, serif;
  --sb-font-sans: 'DM Sans', system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--sb-font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--sb-text);
  background: var(--sb-ivory);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: calc(var(--sb-nav-stack) + 12px);
  padding-top: calc(var(--sb-header-stack) + 12px);
  transition: background-color var(--sb-dur) var(--sb-ease-ui), color var(--sb-dur) var(--sb-ease-ui);
}

body.sb-loading {
  overflow: hidden;
}

h1, h2, h3, .sb-font-serif {
  font-family: var(--sb-font-serif);
  font-weight: 600;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
}

h1 {
  font-size: clamp(1.35rem, 4.2vw, 1.68rem);
  line-height: 1.16;
  margin: 0 0 0.35rem;
  font-weight: 600;
}

h2 {
  font-size: clamp(1.14rem, 3.2vw, 1.32rem);
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

a {
  color: var(--sb-navy-mid);
  text-decoration: none;
}

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

.sb-app {
  max-width: 480px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

@media (min-width: 600px) {
  .sb-app {
    max-width: 520px;
  }
}

@media (min-width: 900px) {
  .sb-app {
    max-width: 560px;
    box-shadow: 0 0 0 1px rgba(15, 23, 41, 0.04), var(--sb-shadow-lift);
  }
}

/* —— Page rhythm & chrome (all storefront pages) —— */
.sb-back-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--sb-tap-min);
  margin: 0 0 0.5rem;
  padding: 6px 4px 6px 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--sb-muted);
  transition: color 0.2s var(--sb-ease-out), transform 0.2s var(--sb-ease-out);
}

.sb-back-link:active {
  transform: translateX(-2px);
  color: var(--sb-copper);
}

.sb-back-link:focus-visible {
  outline: none;
  color: var(--sb-copper);
  box-shadow: var(--sb-focus-ring);
  border-radius: 8px;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: -6px;
}

.sb-back-link--inline {
  margin: 0;
  min-height: auto;
  padding: 8px 0;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 0.86rem;
  font-weight: 500;
}

.sb-auth-alt {
  margin: 1.1rem 0 0;
}

.sb-page-head {
  margin-bottom: clamp(1.25rem, 4vw, var(--sb-space-section));
}

.sb-page-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-page-title {
  margin: 0 0 0.35rem;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.38rem, 4.5vw, 1.72rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--sb-navy);
}

.sb-page-lede {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--sb-muted);
  max-width: 36em;
}

.sb-page-lede--tight {
  margin-bottom: 0.35rem;
}

.sb-page-section {
  margin-bottom: var(--sb-space-section);
}

.sb-page-section--tight {
  margin-bottom: 1.15rem;
}

.sb-form-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sb-form-stack .sb-field {
  margin-bottom: 1.05rem;
}

.sb-form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0.25rem;
}

.sb-form-actions .sb-btn {
  margin-top: 0;
}

.sb-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  margin-top: 1.75rem;
  padding: 14px 0 8px;
}

.sb-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--sb-tap-min);
  padding: 0 18px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sb-navy-mid);
  border-radius: 999px;
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.1);
  box-shadow: var(--sb-shadow-soft);
  transition: color 0.2s var(--sb-ease-out), box-shadow 0.2s var(--sb-ease-out), transform 0.2s var(--sb-ease-out);
}

.sb-pagination a:active {
  transform: scale(0.97);
  box-shadow: none;
}

.sb-pagination a:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring);
  border-color: rgba(184, 115, 51, 0.35);
}

/* —— Search (premium mobile-first) —— */
body.sb-search-page .sb-main {
  padding-bottom: max(1.5rem, var(--sb-safe-bottom));
}

.sb-search-head {
  margin-bottom: 0.35rem;
}

.sb-search-sticky {
  position: sticky;
  top: calc(var(--sb-header-stack) + 4px);
  z-index: 60;
  margin: 0 calc(-1 * var(--sb-space-page)) 1rem;
  padding: 8px var(--sb-space-page) 12px;
  background: linear-gradient(180deg, rgba(250, 248, 245, 0.96) 55%, rgba(250, 248, 245, 0.82) 100%);
  backdrop-filter: blur(14px) saturate(1.15);
  -webkit-backdrop-filter: blur(14px) saturate(1.15);
  border-bottom: 1px solid rgba(15, 23, 41, 0.05);
}

.sb-search-form {
  margin: 0;
}

.sb-search-bar {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 52px;
  padding: 0 6px 0 12px;
  border-radius: 16px;
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 10px 36px rgba(15, 23, 41, 0.07), 0 0 0 1px rgba(201, 169, 98, 0.08);
  transition: border-color 0.2s var(--sb-ease-out), box-shadow 0.2s var(--sb-ease-out);
}

.sb-search-bar:focus-within {
  border-color: rgba(184, 115, 51, 0.4);
  box-shadow: 0 12px 40px rgba(15, 23, 41, 0.09), 0 0 0 3px rgba(201, 169, 98, 0.18);
}

.sb-search-bar__icon {
  flex-shrink: 0;
  display: flex;
  color: var(--sb-muted);
  margin-right: 4px;
}

.sb-search-bar__input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 10px 8px;
  border: none;
  background: transparent;
  font-family: var(--sb-font-sans);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--sb-navy);
  -webkit-appearance: none;
  appearance: none;
}

.sb-search-bar__input::placeholder {
  color: rgba(107, 101, 96, 0.85);
  font-weight: 400;
}

.sb-search-bar__input:focus {
  outline: none;
}

.sb-search-bar__clear {
  flex-shrink: 0;
  padding: 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sb-copper);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.sb-search-bar__clear:active {
  opacity: 0.75;
}

.sb-search-bar__submit {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  margin: 3px 3px 3px 4px;
  border: none;
  border-radius: 13px;
  background: linear-gradient(145deg, var(--sb-navy-mid), var(--sb-navy));
  color: var(--sb-rose-gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 41, 0.2);
  transition: transform 0.2s var(--sb-ease-spring), box-shadow 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-search-bar__submit:active {
  transform: scale(0.96);
}

.sb-search-results-head {
  margin-bottom: 1rem;
  padding-bottom: 4px;
}

.sb-search-results-head__count {
  margin: 0;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-search-results-head__num {
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  color: var(--sb-navy);
}

.sb-search-results-head__for {
  margin: 6px 0 0;
  font-size: 0.88rem;
  color: var(--sb-muted);
  line-height: 1.35;
}

.sb-search-results-head__for span {
  color: var(--sb-navy-mid);
  font-weight: 600;
}

.sb-grid--search {
  gap: 16px 14px;
  margin-bottom: 0.5rem;
}

.sb-card--search-result .sb-card__body--search {
  padding: 13px 14px 15px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sb-card__img-wrap--search {
  border-radius: 0;
}

.sb-card--search-result {
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.sb-card__search-meta {
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--sb-muted);
  margin: 2px 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-card__foot--search {
  margin-top: auto;
  padding-top: 6px;
}

@media (min-width: 540px) {
  .sb-grid--search {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 16px;
  }
}

.sb-search-empty {
  text-align: center;
  padding: 0.5rem 0 1.5rem;
}

.sb-search-empty__visual {
  width: 88px;
  height: 88px;
  margin: 0 auto 1.25rem;
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(201, 169, 98, 0.22), rgba(26, 39, 68, 0.08));
  border: 1px solid rgba(201, 169, 98, 0.25);
  box-shadow: 0 14px 40px rgba(15, 23, 41, 0.08);
  position: relative;
}

.sb-search-empty__visual::after {
  content: '';
  position: absolute;
  inset: 22px;
  border-radius: 14px;
  border: 2px dashed rgba(15, 23, 41, 0.12);
  opacity: 0.9;
}

.sb-search-empty__visual--soft {
  background: linear-gradient(160deg, rgba(26, 39, 68, 0.07), rgba(184, 115, 51, 0.12));
}

.sb-search-empty__title {
  margin: 0 0 10px;
  font-family: var(--sb-font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-search-empty__text {
  margin: 0 auto 1.25rem;
  max-width: 22rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--sb-muted);
}

.sb-search-empty__text strong {
  color: var(--sb-navy-mid);
  font-weight: 600;
}

.sb-search-empty__query {
  color: var(--sb-navy);
  font-weight: 600;
}

.sb-search-chips__label {
  margin: 0 0 10px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-search-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1.35rem;
}

.sb-search-chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sb-navy-mid);
  text-decoration: none;
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 6px 20px rgba(15, 23, 41, 0.05);
  transition: transform 0.2s var(--sb-ease-spring), border-color 0.2s var(--sb-ease-out), box-shadow 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-search-chip:active {
  transform: scale(0.97);
}

@media (hover: hover) {
  .sb-search-chip:hover {
    border-color: rgba(201, 169, 98, 0.45);
    box-shadow: 0 10px 28px rgba(15, 23, 41, 0.08);
  }
}

.sb-search-browse-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--sb-tap-min);
  padding: 0 22px;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--sb-copper);
  text-decoration: none;
  border-bottom: 2px solid rgba(184, 115, 51, 0.35);
}

.sb-results-count {
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.sb-video-footnote {
  margin-top: 1rem;
  font-size: 0.84rem;
  color: var(--sb-muted);
  line-height: 1.5;
}

.sb-checkout-hint {
  margin: 0 0 1.1rem;
  padding: 14px 16px;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--sb-navy-mid);
  background: rgba(255, 255, 255, 0.75);
  border-radius: var(--sb-radius-sm);
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: var(--sb-shadow-soft);
}

.sb-summary--checkout {
  margin-bottom: 1.15rem;
}

/* —— Checkout (mobile-first) —— */
body.sb-checkout-page .sb-main {
  padding-bottom: max(1.25rem, var(--sb-safe-bottom));
}

.sb-checkout-head {
  margin-bottom: 0.35rem;
}

.sb-checkout-flash {
  margin: 0.65rem 0 1rem;
}

.sb-checkout-trust {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 1.15rem;
  padding: 14px 16px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--sb-navy-mid);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.9));
  border-radius: 16px;
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: 0 8px 28px rgba(15, 23, 41, 0.05);
}

.sb-checkout-trust__icon {
  flex-shrink: 0;
  margin-top: 2px;
  color: #2d6a4f;
}

.sb-checkout {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sb-checkout-card {
  padding: 18px 16px 20px;
  border-radius: 20px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 248, 0.98) 100%);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.055);
}

.sb-checkout-card__title {
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-checkout-card__lede {
  margin: -6px 0 14px;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-checkout-card__fields .sb-field {
  margin-bottom: 1rem;
}

.sb-checkout-card__fields .sb-field:last-child {
  margin-bottom: 0;
}

.sb-checkout-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-checkout-input,
.sb-checkout-textarea {
  border-radius: 14px;
  min-height: 52px;
}

.sb-checkout-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}

.sb-checkout-field--invalid .sb-checkout-input,
.sb-checkout-field--invalid .sb-checkout-textarea {
  border-color: rgba(185, 28, 28, 0.45);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.08);
}

.sb-checkout-field-err {
  margin: 8px 0 0;
  font-size: 0.76rem;
  font-weight: 600;
  color: #9a3412;
  line-height: 1.35;
}

.sb-checkout-pay {
  margin: 0;
  padding: 0;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sb-checkout-pay__option {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sb-checkout-pay__option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  clip: rect(0, 0, 0, 0);
}

.sb-checkout-pay__box {
  position: relative;
  display: block;
  padding: 16px 16px 16px 48px;
  border-radius: 16px;
  border: 2px solid rgba(15, 23, 41, 0.1);
  background: rgba(255, 255, 255, 0.85);
  transition:
    border-color 0.2s var(--sb-ease-out),
    background 0.2s var(--sb-ease-out),
    box-shadow 0.2s var(--sb-ease-out);
}

.sb-checkout-pay__option input:checked + .sb-checkout-pay__box {
  border-color: rgba(201, 169, 98, 0.65);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.12), rgba(255, 255, 255, 0.95));
  box-shadow: 0 0 0 1px rgba(201, 169, 98, 0.2);
}

.sb-checkout-pay__option input:focus-visible + .sb-checkout-pay__box {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.25);
}

.sb-checkout-pay__box::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 22px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 41, 0.18);
  background: var(--sb-white);
  transition: border-color 0.2s var(--sb-ease-out), background 0.2s var(--sb-ease-out);
}

.sb-checkout-pay__option input:checked + .sb-checkout-pay__box::before {
  border-color: var(--sb-copper);
  background: radial-gradient(circle at center, var(--sb-copper) 42%, transparent 44%);
}

.sb-checkout-pay__name {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sb-navy);
}

.sb-checkout-pay__hint {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--sb-muted);
}

.sb-checkout-summary {
  padding: 20px 18px 18px;
  border-radius: 22px;
  background: linear-gradient(155deg, #1a2744 0%, #0f1729 52%, #152038 100%);
  border: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow:
    0 18px 48px rgba(15, 23, 41, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: rgba(255, 255, 255, 0.9);
}

.sb-checkout-summary__title {
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.88);
}

.sb-checkout-summary__rows {
  margin-bottom: 0;
}

.sb-checkout-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.sb-checkout-summary__row--muted {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.8rem;
}

.sb-checkout-summary__row--total {
  margin-top: 14px;
  padding-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.02rem;
  font-weight: 700;
  font-family: var(--sb-font-serif);
  color: #fff;
}

.sb-checkout-summary__row--total span:last-child {
  font-size: 1.2rem;
  color: var(--sb-rose-gold);
}

.sb-checkout-summary__note {
  margin: 14px 0 0;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
}

.sb-checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 4px;
  padding-bottom: 0.35rem;
}

.sb-checkout-actions__secondary {
  min-height: 50px;
  border-radius: 16px;
}

.sb-checkout-submit {
  position: relative;
  width: 100%;
  min-height: 56px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: linear-gradient(135deg, #e8d5a8 0%, #c9a962 42%, #d4b76e 100%);
  color: var(--sb-navy);
  border: none;
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.2);
}

.sb-checkout-submit:active:not(:disabled) {
  transform: scale(0.99);
}

.sb-checkout-submit .sb-checkout-submit__spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 2px solid rgba(15, 23, 41, 0.25);
  border-top-color: var(--sb-navy);
  border-radius: 50%;
  animation: sb-spin 0.65s linear infinite;
}

.sb-checkout-submit.sb-btn--busy .sb-btn__label {
  opacity: 0;
}

.sb-checkout-submit.sb-btn--busy .sb-checkout-submit__spinner {
  display: block;
}

/* —— Order thanks / confirmation —— */
body.sb-thanks-page .sb-main {
  padding-bottom: max(1.5rem, var(--sb-safe-bottom));
}

.sb-thanks {
  text-align: center;
  padding: 0.35rem 0 1rem;
}

.sb-thanks__hero {
  margin-bottom: 1.35rem;
}

.sb-thanks__badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #40916c, #2d6a4f);
  box-shadow: 0 14px 40px rgba(45, 106, 79, 0.35);
  color: #fff;
}

.sb-thanks__check {
  width: 36px;
  height: 36px;
}

.sb-thanks__kicker {
  margin: 0 0 6px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-thanks__title {
  margin: 0 0 10px;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.35rem, 4.5vw, 1.6rem);
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-thanks__lede {
  margin: 0 auto;
  max-width: 22rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--sb-muted);
}

.sb-thanks-invoice-card {
  margin: 0 auto 1.5rem;
  max-width: 20rem;
  padding: 18px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(160deg, #fff 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 44px rgba(15, 23, 41, 0.08);
}

.sb-thanks-invoice-card__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-thanks-invoice-card__no {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sb-navy);
}

.sb-thanks-invoice-card__hint {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-thanks-steps {
  list-style: none;
  margin: 0 auto 1.5rem;
  padding: 0;
  max-width: 22rem;
  text-align: left;
}

.sb-thanks-steps__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.sb-thanks-steps__item:last-child {
  margin-bottom: 0;
}

.sb-thanks-steps__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--sb-rose-gold);
  background: linear-gradient(135deg, var(--sb-navy-mid), var(--sb-navy));
  box-shadow: 0 4px 14px rgba(15, 23, 41, 0.2);
}

.sb-thanks-steps__title {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sb-navy);
  margin-bottom: 4px;
}

.sb-thanks-steps__text {
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-thanks-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 0.25rem;
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-thanks-actions .sb-btn {
  margin-top: 0;
  min-height: 52px;
  border-radius: 16px;
}

.sb-thanks-actions__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: var(--sb-navy);
  background: linear-gradient(135deg, #e8d5a8 0%, #c9a962 42%, #d4b76e 100%);
  border: none;
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(15, 23, 41, 0.18);
  transition: transform 0.2s var(--sb-ease-spring), box-shadow 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-thanks-actions__primary:active {
  transform: scale(0.99);
}

.sb-thanks-actions__tertiary {
  border-color: rgba(15, 23, 41, 0.12);
  background: rgba(255, 255, 255, 0.75);
}

/* —— Loading overlay —— */
.sb-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: radial-gradient(ellipse 120% 80% at 50% 0%, #243154 0%, var(--sb-navy) 42%, #0a0f1a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition:
    opacity 0.48s var(--sb-ease-ui),
    visibility 0.48s var(--sb-ease-ui),
    transform 0.48s var(--sb-ease-ui);
}

.sb-loader.sb-loader--hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: scale(1.012);
}

.sb-loader__ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.2);
  animation: sb-spin 8s linear infinite;
}

.sb-loader__ring::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: 50%;
  border: 1px solid transparent;
  border-top-color: rgba(201, 169, 98, 0.45);
  animation: sb-spin 1.8s linear infinite;
}

@keyframes sb-spin {
  to { transform: rotate(360deg); }
}

.sb-loader__mark {
  position: relative;
  z-index: 1;
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.sb-loader__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: block;
  animation: sb-pulse 2s ease-in-out infinite;
}

@keyframes sb-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.03); opacity: 0.92; }
}

.sb-loader__text {
  position: relative;
  z-index: 1;
  margin: 1.35rem 0 0;
  font-family: var(--sb-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sb-rose-gold);
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.sb-loader__sub {
  position: relative;
  z-index: 1;
  margin: 0.5rem 0 0;
  font-size: 0.7rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sb-loader__bar {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 2px;
  margin-top: 1.5rem;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.sb-loader__bar-fill {
  display: block;
  height: 100%;
  width: 40%;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--sb-copper), var(--sb-rose-gold));
  animation: sb-bar 1.1s ease-in-out infinite;
}

@keyframes sb-bar {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(350%); }
}

/* —— Header —— */
.sb-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  max-width: 480px;
  min-height: var(--sb-header-stack);
  padding: var(--sb-safe-top) var(--sb-space-page) 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(250, 248, 245, 0.9);
  backdrop-filter: blur(20px) saturate(1.25);
  -webkit-backdrop-filter: blur(20px) saturate(1.25);
  border-bottom: 1px solid rgba(15, 23, 41, 0.05);
  z-index: 1000;
  transition:
    background var(--sb-dur) var(--sb-ease-ui),
    box-shadow var(--sb-dur) var(--sb-ease-ui),
    border-color var(--sb-dur) var(--sb-ease-ui);
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 600px) {
  .sb-header {
    max-width: 520px;
  }
}

@media (min-width: 900px) {
  .sb-header {
    max-width: 560px;
  }
}

.sb-header--lux {
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 0 rgba(201, 169, 98, 0.18);
}

.sb-header--scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: rgba(15, 23, 41, 0.07);
  box-shadow: 0 4px 24px rgba(15, 23, 41, 0.08), 0 1px 0 rgba(201, 169, 98, 0.12);
}

.sb-header--lux.sb-header--scrolled {
  box-shadow: 0 6px 28px rgba(15, 23, 41, 0.1), 0 1px 0 rgba(201, 169, 98, 0.2);
}

.sb-header__logo {
  height: 34px;
  width: auto;
  display: flex;
  align-items: center;
  min-height: var(--sb-tap-min);
}

.sb-header__logo img {
  height: 100%;
  width: auto;
  display: block;
}

.sb-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sb-icon-btn {
  width: var(--sb-tap-min);
  height: var(--sb-tap-min);
  border: none;
  border-radius: 50%;
  background: var(--sb-white);
  color: var(--sb-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--sb-shadow-soft), 0 0 0 1px rgba(15, 23, 41, 0.04);
  transition:
    transform var(--sb-dur-fast) var(--sb-ease-spring),
    box-shadow var(--sb-dur-fast) var(--sb-ease-out),
    background var(--sb-dur-fast) var(--sb-ease-out);
}

.sb-header__actions .sb-icon-btn svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

.sb-icon-btn:focus-visible {
  outline: none;
  box-shadow: var(--sb-shadow-soft), var(--sb-focus-ring);
}

.sb-icon-btn:active {
  transform: scale(0.94);
  box-shadow: 0 2px 12px rgba(15, 23, 41, 0.06);
}

@media (hover: hover) {
  .sb-icon-btn:hover {
    background: #fffefb;
    box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08), 0 0 0 1px rgba(201, 169, 98, 0.12);
  }
}

.sb-icon-btn--cart {
  position: relative;
}

.sb-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--sb-copper), var(--sb-rose-gold));
  color: var(--sb-navy);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* —— Bottom nav —— */
.sb-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 100%;
  max-width: 480px;
  padding: 8px 8px max(10px, var(--sb-safe-bottom));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(22px) saturate(1.2);
  -webkit-backdrop-filter: blur(22px) saturate(1.2);
  border-top: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 -10px 36px rgba(15, 23, 41, 0.07), 0 -1px 0 rgba(201, 169, 98, 0.12);
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  z-index: 1000;
  transition: box-shadow var(--sb-dur) var(--sb-ease-ui);
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 600px) {
  .sb-bottom-nav {
    max-width: 520px;
  }
}

@media (min-width: 900px) {
  .sb-bottom-nav {
    max-width: 560px;
  }
}

.sb-bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  min-height: max(var(--sb-nav-inner), var(--sb-tap-min));
  padding: 6px 2px 4px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: var(--sb-muted);
  text-decoration: none;
  border-radius: 14px;
  -webkit-tap-highlight-color: transparent;
  transition:
    color var(--sb-dur-fast) var(--sb-ease-ui),
    background var(--sb-dur-fast) var(--sb-ease-ui),
    transform var(--sb-dur-fast) var(--sb-ease-spring);
}

.sb-bottom-nav a svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
  flex-shrink: 0;
  transition: stroke var(--sb-dur-fast) var(--sb-ease-ui), transform var(--sb-dur-fast) var(--sb-ease-spring);
}

.sb-bottom-nav a:active {
  transform: scale(0.96);
  background: rgba(201, 169, 98, 0.08);
}

.sb-bottom-nav a.sb-nav--active {
  position: relative;
  color: var(--sb-navy);
  font-weight: 700;
}

.sb-bottom-nav a.sb-nav--active svg {
  stroke: var(--sb-copper);
  color: var(--sb-copper);
  transform: translateY(-1px);
}

.sb-bottom-nav a.sb-nav--active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--sb-copper), var(--sb-rose-gold));
  box-shadow: 0 2px 8px rgba(184, 115, 51, 0.35);
}

.sb-bottom-nav a:focus-visible {
  outline: none;
  background: rgba(201, 169, 98, 0.12);
  box-shadow: var(--sb-focus-ring);
}

.sb-bottom-nav--five a {
  font-size: 0.58rem;
  gap: 4px;
  padding-left: 1px;
  padding-right: 1px;
}

.sb-bottom-nav--five a svg {
  width: 23px;
  height: 23px;
}

/* —— Sections —— */
.sb-main {
  padding: 0 var(--sb-space-page) max(28px, calc(var(--sb-safe-bottom) + 8px));
}

.sb-hero {
  position: relative;
  border-radius: var(--sb-radius);
  overflow: hidden;
  min-height: 248px;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--sb-navy-mid) 0%, var(--sb-navy-soft) 50%, #3d2a1f 100%);
  box-shadow: var(--sb-shadow);
}

.sb-hero__inner {
  position: relative;
  z-index: 1;
  padding: 1.75rem 1.5rem;
  color: var(--sb-white);
}

.sb-hero__inner h1 {
  color: var(--sb-white);
  font-size: 1.85rem;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.sb-hero__inner p {
  margin: 0;
  opacity: 0.88;
  font-size: 0.9rem;
  max-width: 260px;
}

.sb-hero__accent {
  position: absolute;
  right: -20%;
  top: -30%;
  width: 70%;
  height: 160%;
  background: radial-gradient(circle, rgba(201, 169, 98, 0.22) 0%, transparent 70%);
  pointer-events: none;
}

.sb-hero__eyebrow {
  margin: 0 0 0.45rem;
  font-family: var(--sb-font-sans);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.sb-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.2rem;
}

.sb-hero__btn {
  flex: 1 1 auto;
  min-width: 132px;
  width: auto;
  padding: 12px 16px;
  font-size: 0.86rem;
}

.sb-btn--hero-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

.sb-btn--hero-ghost:active {
  transform: scale(0.98);
  background: rgba(255, 255, 255, 0.16);
}

.sb-hero__fine {
  margin: 1.1rem 0 0;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.55);
}

.sb-hero__fine a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sb-otp-hint {
  margin-top: 1rem;
  padding: 14px 16px;
  border-radius: var(--sb-radius-sm);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.12), rgba(184, 115, 51, 0.08));
  border: 1px solid rgba(184, 115, 51, 0.35);
  text-align: center;
}

.sb-otp-hint__label {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sb-muted);
  margin-bottom: 6px;
}

.sb-otp-hint__code {
  display: block;
  font-family: var(--sb-font-serif);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--sb-navy);
}

.sb-otp-hint__sub {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
  color: var(--sb-muted);
}

/* —— Login / OTP (mobile-first) —— */
.sb-login-page .sb-main {
  padding-bottom: max(2rem, env(safe-area-inset-bottom, 0px));
}

.sb-login-flow {
  max-width: 400px;
  margin: 0 auto;
}

.sb-login-flow__steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto 1.5rem;
  max-width: 200px;
}

.sb-login-flow__step {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--sb-muted);
  background: rgba(15, 23, 41, 0.06);
  border: 1px solid rgba(15, 23, 41, 0.08);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.sb-login-flow__step--active {
  color: var(--sb-navy);
  background: linear-gradient(145deg, rgba(201, 169, 98, 0.35), rgba(255, 255, 255, 0.9));
  border-color: rgba(201, 169, 98, 0.45);
  box-shadow: 0 6px 20px rgba(201, 169, 98, 0.2);
  transform: scale(1.06);
}

.sb-login-flow__step--done {
  color: var(--sb-navy);
  background: rgba(201, 169, 98, 0.2);
  border-color: rgba(201, 169, 98, 0.35);
  font-size: 0.85rem;
}

.sb-login-flow__step-line {
  flex: 1;
  height: 2px;
  margin: 0 6px;
  border-radius: 1px;
  background: rgba(15, 23, 41, 0.1);
  min-width: 24px;
  transition: background 0.25s ease;
}

.sb-login-flow__step-line--active {
  background: linear-gradient(90deg, rgba(201, 169, 98, 0.5), rgba(201, 169, 98, 0.85));
}

.sb-login-flow__head {
  text-align: center;
}

.sb-login-flow__lede {
  max-width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.sb-login-flow__phone {
  font-weight: 600;
  color: var(--sb-navy);
  letter-spacing: 0.04em;
}

.sb-login-flow__phone-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.55rem;
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  color: var(--sb-muted);
  text-align: center;
}

.sb-login-flow__edit-number {
  font-weight: 600;
  color: var(--sb-copper);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.sb-login-flow__edit-number:hover {
  color: var(--sb-navy);
  border-bottom-color: rgba(201, 169, 98, 0.5);
}

.sb-login-flow__alt {
  text-align: center;
  margin-top: 1.25rem;
}

.sb-login-field-err {
  margin: 8px 0 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: #9a3412;
  line-height: 1.4;
}

.sb-login-phone {
  margin-bottom: 0.25rem;
}

.sb-login-phone__label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.sb-login-phone__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-login-phone__counter {
  font-size: 0.68rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  color: rgba(15, 23, 41, 0.35);
  transition: color 0.2s ease;
}

.sb-login-phone__counter.sb-login-phone__counter--ready {
  color: rgba(201, 169, 98, 0.95);
}

.sb-login-phone__shell {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 58px;
  padding: 0 6px 0 0;
  border-radius: 16px;
  background: linear-gradient(160deg, #fff 0%, rgba(252, 251, 248, 0.97) 100%);
  border: 1px solid rgba(15, 23, 41, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 42px rgba(15, 23, 41, 0.08),
    0 0 0 1px rgba(201, 169, 98, 0.1);
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.2s ease;
}

.sb-login-phone__shell:focus-within {
  border-color: rgba(201, 169, 98, 0.5);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 44px rgba(15, 23, 41, 0.1),
    0 0 0 3px rgba(201, 169, 98, 0.22);
  transform: translateY(-1px);
}

.sb-login-phone__shell.sb-login-phone__shell--invalid {
  border-color: rgba(180, 83, 9, 0.45);
  box-shadow:
    0 14px 40px rgba(15, 23, 41, 0.07),
    0 0 0 3px rgba(180, 83, 9, 0.12);
}

.sb-login-phone__cc {
  flex-shrink: 0;
  padding: 0 14px 0 18px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--sb-navy-mid);
  border-right: 1px solid rgba(15, 23, 41, 0.08);
}

.sb-login-phone__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 16px 14px 16px 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  color: var(--sb-navy);
  outline: none;
}

.sb-login-phone__input::placeholder {
  color: rgba(15, 23, 41, 0.28);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.sb-login-phone__hint {
  margin: 10px 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-otp-demo-banner {
  margin: 0 0 1.35rem;
  padding: 16px 18px 18px;
  border-radius: calc(var(--sb-radius-sm) + 4px);
  background: linear-gradient(155deg, rgba(26, 39, 68, 0.06), rgba(201, 169, 98, 0.14));
  border: 1px solid rgba(201, 169, 98, 0.35);
  text-align: center;
}

.sb-otp-demo-banner--muted {
  text-align: left;
  background: rgba(15, 23, 41, 0.04);
  border-color: rgba(15, 23, 41, 0.08);
}

.sb-otp-demo-banner--muted .sb-otp-demo-banner__text {
  margin: 0;
  font-size: 0.78rem;
  color: var(--sb-muted);
}

.sb-otp-demo-banner__label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-otp-demo-banner__text {
  margin: 0 0 10px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--sb-text);
}

.sb-otp-demo-banner__code {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  font-family: var(--sb-font-serif);
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--sb-navy);
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.06);
}

.sb-otp-demo-banner__sub {
  margin: 12px 0 0;
  font-size: 0.68rem;
  line-height: 1.5;
  color: var(--sb-muted);
}

.sb-otp-demo-banner__code-inline {
  font-size: 0.62rem;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(15, 23, 41, 0.06);
  font-family: ui-monospace, monospace;
  word-break: break-all;
}

.sb-login-otp-wrap {
  margin-bottom: 0.25rem;
}

.sb-login-otp-wrap__label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-login-otp-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 16px;
  font-size: 1.55rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.45em;
  text-indent: 0.2em;
  text-align: center;
  border-radius: calc(var(--sb-radius-sm) + 6px);
  border: 1px solid rgba(15, 23, 41, 0.1);
  background: linear-gradient(180deg, #fff, #faf8f5);
  color: var(--sb-navy);
  box-shadow: 0 12px 32px rgba(15, 23, 41, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.sb-login-otp-input:focus {
  outline: none;
  border-color: rgba(201, 169, 98, 0.55);
  box-shadow: 0 14px 36px rgba(15, 23, 41, 0.08), 0 0 0 3px rgba(201, 169, 98, 0.18);
}

.sb-login-otp-wrap__hint {
  margin: 8px 0 0;
  text-align: center;
  font-size: 0.72rem;
  color: var(--sb-muted);
}

.sb-login-otp-wrap__attempts {
  font-weight: 600;
  color: rgba(15, 23, 41, 0.45);
}

.sb-btn--login {
  position: relative;
  width: 100%;
  min-height: 52px;
  margin-top: 0.35rem;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.sb-btn--login .sb-btn__spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: sb-spin 0.65s linear infinite;
}

.sb-btn--login.sb-btn--busy .sb-btn__label {
  opacity: 0;
}

.sb-btn--login.sb-btn--busy .sb-btn__spinner {
  display: block;
}

@keyframes sb-spin {
  to {
    transform: rotate(360deg);
  }
}

.sb-section-lead {
  margin: -0.35rem 0 1rem;
  font-size: 0.82rem;
  color: var(--sb-muted);
  line-height: 1.45;
}

.sb-cta-reels {
  width: auto;
  display: inline-flex;
  padding: 11px 22px;
  font-size: 0.82rem;
}

/* —— Category showcase (home) —— */
.sb-cat-showcase {
  margin: 0 -16px 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sb-cat-showcase::-webkit-scrollbar {
  display: none;
}

.sb-cat-showcase__track {
  display: flex;
  gap: 14px;
  padding: 4px 16px 16px;
}

.sb-cat-showcase--tiles .sb-collection-tile {
  flex: 0 0 82%;
  max-width: 300px;
  scroll-snap-align: start;
}

.sb-collection-tile {
  display: flex;
  flex-direction: column;
  border-radius: calc(var(--sb-radius-sm) + 4px);
  overflow: hidden;
  background: var(--sb-white);
  box-shadow: 0 16px 44px rgba(15, 23, 41, 0.11), 0 0 0 1px rgba(15, 23, 41, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  text-decoration: none;
  color: inherit;
}

.sb-collection-tile:active {
  transform: scale(0.987);
  box-shadow: 0 10px 32px rgba(15, 23, 41, 0.12);
}

.sb-collection-tile__canvas {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    hsl(var(--cat-hue, 220), 38%, 22%) 0%,
    hsl(var(--cat-hue, 220), 32%, 14%) 50%,
    #0f1729 100%
  );
}

.sb-collection-tile__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-collection-tile__mesh {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(201, 169, 98, 0.12) 0%,
    transparent 42%
  ),
    linear-gradient(to top, rgba(15, 23, 41, 0.55) 0%, transparent 48%);
  pointer-events: none;
  z-index: 1;
}

.sb-collection-tile__abstract {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(ellipse 80% 70% at 70% 30%, hsla(var(--cat-hue, 220), 45%, 28%, 0.5) 0%, transparent 55%),
    linear-gradient(160deg, hsl(var(--cat-hue, 220), 35%, 18%) 0%, #0f1729 100%);
}

.sb-collection-tile__glyph {
  font-family: var(--sb-font-serif);
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.14);
  text-shadow: 0 0 40px rgba(201, 169, 98, 0.15);
}

.sb-collection-tile__rings {
  position: absolute;
  width: 140%;
  height: 100%;
  left: -20%;
  top: 10%;
  border: 1px solid rgba(201, 169, 98, 0.12);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.sb-collection-tile__rings::after {
  content: '';
  position: absolute;
  inset: 18%;
  border: 1px solid rgba(201, 169, 98, 0.1);
  border-radius: 50%;
}

.sb-collection-tile--fallback .sb-collection-tile__glyph {
  color: rgba(255, 255, 255, 0.22);
  text-shadow: 0 0 48px rgba(201, 169, 98, 0.35);
}

.sb-collection-tile--fallback .sb-collection-tile__canvas::after {
  content: 'Artisan edit';
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  padding: 5px 10px;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(15, 23, 41, 0.45);
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 98, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.sb-cat-showcase--home {
  margin-left: calc(-1 * var(--sb-space-page));
  margin-right: calc(-1 * var(--sb-space-page));
}

.sb-cat-showcase--home .sb-cat-showcase__track {
  padding-bottom: 18px;
}

.sb-collection-tile__rim {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 169, 98, 0.28);
  border-radius: calc(var(--sb-radius-sm) - 2px);
  pointer-events: none;
  z-index: 2;
}

.sb-collection-tile__gloss {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, transparent 100%);
  pointer-events: none;
  z-index: 3;
}

.sb-collection-tile__text {
  min-width: 0;
  flex: 1;
}

.sb-collection-tile__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 14px 16px;
  background: linear-gradient(180deg, #fffefb 0%, var(--sb-white) 100%);
  border-top: 1px solid rgba(201, 169, 98, 0.15);
}

.sb-collection-tile__name {
  display: block;
  font-family: var(--sb-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sb-navy);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sb-collection-tile__count {
  display: block;
  margin-top: 3px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-collection-tile__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sb-navy);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.35), rgba(184, 115, 51, 0.2));
  border: 1px solid rgba(184, 115, 51, 0.35);
  box-shadow: 0 4px 14px rgba(184, 115, 51, 0.12);
}

.sb-collection-tile__cta svg {
  opacity: 0.75;
}

.sb-cat-showcase__card {
  flex: 0 0 78%;
  max-width: 280px;
  scroll-snap-align: start;
  border-radius: var(--sb-radius-sm);
  overflow: hidden;
  position: relative;
  box-shadow: var(--sb-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sb-cat-showcase__card:active {
  transform: scale(0.985);
}

.sb-cat-showcase__media {
  aspect-ratio: 4 / 5;
  position: relative;
  background: linear-gradient(145deg, #e8e4dc, #d4cfc4);
}

.sb-cat-showcase__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-cat-showcase__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    hsla(var(--cat-hue, 220), 48%, 16%, 0.15) 0%,
    transparent 45%
  ),
    linear-gradient(to top, hsl(var(--cat-hue, 220), 38%, 12%) 0%, transparent 52%);
  pointer-events: none;
}

.sb-cat-showcase__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1rem 0.9rem;
  z-index: 1;
}

.sb-cat-showcase__title {
  display: block;
  font-family: var(--sb-font-serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
  line-height: 1.2;
}

.sb-cat-showcase__sub {
  display: block;
  margin-top: 4px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

/* —— Category page hero —— */
.sb-cat-hero {
  position: relative;
  border-radius: var(--sb-radius-sm);
  overflow: hidden;
  min-height: 168px;
  margin-bottom: 1rem;
  box-shadow: var(--sb-shadow);
}

.sb-cat-hero__bg {
  position: absolute;
  inset: -4px;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  filter: saturate(1.05);
}

.sb-cat-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    hsla(var(--cat-hue, 220), 42%, 18%, 0.55) 0%,
    hsla(var(--cat-hue, 220), 35%, 10%, 0.75) 100%
  );
}

/* Custom `category-{id}.*` or strong product photo: slightly lighter veil */
.sb-cat-hero--photo-real .sb-cat-hero__veil {
  background: linear-gradient(
    120deg,
    hsla(var(--cat-hue, 220), 42%, 18%, 0.38) 0%,
    hsla(var(--cat-hue, 220), 35%, 10%, 0.58) 100%
  );
}

.sb-cat-hero__content {
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.2rem;
  min-height: 168px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sb-cat-hero__title {
  font-family: var(--sb-font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.sb-cat-hero__sub {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.sb-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 1.15rem;
  padding-bottom: 4px;
}

.sb-section-title h2 {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.22rem, 3.8vw, 1.42rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--sb-navy);
}

.sb-link-all {
  display: inline-flex;
  align-items: center;
  min-height: var(--sb-tap-min);
  padding: 6px 2px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sb-copper);
  border-bottom: 1px solid rgba(184, 115, 51, 0.3);
  transition: color var(--sb-dur-fast) var(--sb-ease-ui);
}

.sb-link-all:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: var(--sb-focus-ring);
  border-bottom-color: transparent;
}

/* —— Product grid —— */
.sb-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(13px, 3.5vw, 16px);
}

@media (min-width: 400px) {
  .sb-grid:not(.sb-grid--search) {
    gap: 16px 14px;
  }
}

@media (min-width: 520px) {
  .sb-grid:not(.sb-grid--search) {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 15px;
  }
}

.sb-card {
  background: var(--sb-white);
  border-radius: var(--sb-radius-card);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 41, 0.06);
  box-shadow: var(--sb-shadow-soft);
  transition:
    transform var(--sb-dur) var(--sb-ease-spring),
    box-shadow var(--sb-dur) var(--sb-ease-out),
    border-color var(--sb-dur) var(--sb-ease-out);
}

.sb-card:active {
  transform: scale(0.987);
  box-shadow: 0 4px 18px rgba(15, 23, 41, 0.06);
}

a.sb-card:focus-visible {
  outline: none;
  border-color: rgba(184, 115, 51, 0.45);
  box-shadow: var(--sb-shadow-lift), var(--sb-focus-ring);
}

@media (hover: hover) {
  .sb-card:hover {
    box-shadow: var(--sb-shadow-lift);
    border-color: rgba(201, 169, 98, 0.22);
  }
}

.sb-card__img-wrap {
  aspect-ratio: 3 / 4;
  background: linear-gradient(145deg, #ebe6de, #f7f3ed);
  position: relative;
  overflow: hidden;
}

.sb-card__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.sb-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s var(--sb-ease-out);
}

.sb-card:active .sb-card__img-wrap img {
  transform: scale(1.02);
}

.sb-card__ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 5px 11px;
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sb-navy);
  background: linear-gradient(135deg, #f0e4c8, var(--sb-rose-gold));
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 41, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.sb-card--home-arrival .sb-card__img-wrap::after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), inset 0 -40px 50px rgba(15, 23, 41, 0.12);
}

.sb-card__body {
  padding: 13px 14px 15px;
}

.sb-card__cat {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--sb-copper);
  font-weight: 600;
}

.sb-card__title {
  font-family: var(--sb-font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--sb-navy);
  margin: 4px 0 6px;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-price {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--sb-navy-mid);
}

.sb-price--muted {
  font-weight: 500;
  font-size: 0.8rem;
  color: var(--sb-muted);
}

/* —— Category chips / cards —— */
.sb-cat-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  margin-bottom: 0.5rem;
  scrollbar-width: none;
}

.sb-cat-scroll::-webkit-scrollbar {
  display: none;
}

.sb-cat-pill {
  flex-shrink: 0;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.08);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(15, 23, 41, 0.04);
}

.sb-cat-pill--active {
  background: var(--sb-navy);
  color: var(--sb-rose-gold);
  border-color: var(--sb-navy);
}

.sb-cat-banner {
  display: block;
  border-radius: var(--sb-radius-sm);
  min-height: 88px;
  padding: 1rem 1.1rem;
  margin-bottom: 10px;
  background: linear-gradient(120deg, hsl(var(--cat-hue, 220), 42%, 22%) 0%, hsl(calc(var(--cat-hue, 220) + 24), 35%, 32%) 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: var(--sb-shadow);
}

.sb-cat-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(201, 169, 98, 0.12) 100%);
  pointer-events: none;
}

.sb-cat-banner strong {
  font-family: var(--sb-font-serif);
  font-size: 1.1rem;
  display: block;
  position: relative;
  z-index: 1;
}

.sb-cat-banner span {
  font-size: 0.72rem;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}

/* —— Product detail (premium PDP) —— */
body.sb-body--pdp {
  padding-bottom: calc(var(--sb-nav-stack) + max(92px, var(--sb-safe-bottom)));
}

.sb-pdp-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  margin: 0 0 1rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sb-pdp-breadcrumb__link {
  color: var(--sb-muted);
  transition: color 0.2s ease;
}

.sb-pdp-breadcrumb__link:hover {
  color: var(--sb-copper);
}

.sb-pdp-breadcrumb__sep {
  color: rgba(15, 23, 41, 0.2);
  font-weight: 400;
}

.sb-pdp {
  margin-bottom: 0.5rem;
}

.sb-pdp-gallery {
  margin: 0 -4px 1.25rem;
  position: relative;
}

.sb-pdp-gallery--single .sb-pdp-gallery__stage {
  box-shadow: 0 24px 64px rgba(15, 23, 41, 0.14), 0 0 0 1px rgba(201, 169, 98, 0.14);
}

.sb-pdp-gallery__stage {
  position: relative;
  border-radius: calc(var(--sb-radius) + 2px);
  overflow: hidden;
  background: linear-gradient(145deg, #f5f2ec 0%, #e8e4dc 100%);
  box-shadow: 0 20px 56px rgba(15, 23, 41, 0.12), 0 0 0 1px rgba(201, 169, 98, 0.12);
  touch-action: pan-y;
}

.sb-pdp-gallery__rim {
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(201, 169, 98, 0.28);
  border-radius: calc(var(--sb-radius) - 4px);
  pointer-events: none;
  z-index: 2;
}

.sb-pdp-gallery__shine {
  position: absolute;
  top: -30%;
  right: -20%;
  width: 70%;
  height: 90%;
  background: linear-gradient(125deg, transparent 35%, rgba(255, 255, 255, 0.35) 48%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.sb-pdp-gallery__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 0;
  transition: opacity 0.28s ease, transform 0.45s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.sb-pdp-gallery__img--fade {
  opacity: 0.55;
  transform: scale(1.02);
}

.sb-pdp-gallery__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 4px;
}

.sb-pdp-gallery__counter {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-pdp-gallery__hint {
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(184, 115, 51, 0.75);
}

.sb-pdp-gallery__thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  padding: 2px 2px 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sb-pdp-gallery__thumbs::-webkit-scrollbar {
  display: none;
}

.sb-pdp-gallery__thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 96px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  background: var(--sb-white);
  box-shadow: 0 4px 16px rgba(15, 23, 41, 0.08);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.sb-pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sb-pdp-gallery__thumb--active {
  border-color: var(--sb-copper);
  box-shadow: 0 6px 20px rgba(184, 115, 51, 0.22), 0 0 0 1px rgba(184, 115, 51, 0.15);
}

.sb-pdp-gallery__thumb:focus-visible {
  outline: 2px solid var(--sb-copper);
  outline-offset: 3px;
}

.sb-pdp-gallery__thumb:active {
  transform: scale(0.96);
}

.sb-pdp-sheet {
  padding-bottom: 0.5rem;
}

.sb-pdp-sheet__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0.65rem;
}

.sb-pdp-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-navy);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.22), rgba(184, 115, 51, 0.12));
  border: 1px solid rgba(184, 115, 51, 0.25);
}

.sb-pdp-sku {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--sb-muted);
  text-transform: uppercase;
}

.sb-pdp-kicker {
  margin: 0 0 0.35rem;
  font-family: var(--sb-font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-pdp-title {
  margin: 0 0 0.5rem;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.45rem, 4.8vw, 1.75rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
}

.sb-pdp-fabric {
  margin: 0 0 1.15rem;
  font-size: 0.84rem;
  color: var(--sb-muted);
  line-height: 1.45;
}

.sb-pdp-fabric__sep {
  margin: 0 0.4em;
  opacity: 0.45;
}

.sb-pdp-fabric__weave {
  color: var(--sb-navy-mid);
  font-weight: 600;
}

.sb-pdp-priceblock {
  padding: 1.15rem 1.2rem 1.2rem;
  margin-bottom: 1.25rem;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  background: linear-gradient(165deg, #fffefb 0%, var(--sb-white) 42%, #faf7f2 100%);
  border: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow: 0 10px 36px rgba(15, 23, 41, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.sb-pdp-priceblock__eyebrow {
  margin: 0 0 0.2rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(107, 101, 96, 0.88);
}

.sb-pdp-priceblock__sale-row {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.sb-pdp-priceblock__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin-top: 0.45rem;
  min-height: 1.5rem;
}

.sb-pdp-priceblock__pct {
  flex-shrink: 0;
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-navy);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.5), rgba(184, 115, 51, 0.2));
  border: 1px solid rgba(184, 115, 51, 0.38);
}

.sb-pdp-priceblock__mrp-wrap {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 0.95rem;
}

.sb-pdp-priceblock__mrp-label {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-pdp-priceblock__mrp {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--sb-muted);
  text-decoration: line-through;
  text-decoration-color: rgba(107, 101, 96, 0.5);
}

.sb-pdp-priceblock__sale {
  font-family: var(--sb-font-serif);
  font-size: clamp(1.75rem, 6.2vw, 2rem);
  font-weight: 700;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
  line-height: 1.05;
}

.sb-pdp-priceblock__save {
  margin: 0.5rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2d6a4f;
}

.sb-pdp-priceblock__stock-wrap {
  margin: 0.85rem 0 0;
}

.sb-pdp-stock-banner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 600;
  border: 1px solid transparent;
}

.sb-pdp-stock-banner--ok {
  color: #1b4332;
  background: rgba(45, 106, 79, 0.08);
  border-color: rgba(45, 106, 79, 0.14);
}

.sb-pdp-stock-banner--low {
  color: #6b3f1d;
  background: rgba(184, 115, 51, 0.1);
  border-color: rgba(184, 115, 51, 0.22);
}

.sb-pdp-stock-banner--out {
  color: #5c1f1f;
  background: rgba(155, 44, 44, 0.08);
  border-color: rgba(155, 44, 44, 0.16);
}

.sb-pdp-stock-text {
  flex: 1;
  min-width: 0;
}

.sb-pdp-stock-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
}

.sb-pdp-stock-dot--ok {
  background: #2d6a4f;
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.2);
}

.sb-pdp-stock-dot--low {
  background: var(--sb-copper);
  box-shadow: 0 0 0 3px rgba(184, 115, 51, 0.2);
}

.sb-pdp-stock-dot--out {
  background: #9b2c2c;
  box-shadow: 0 0 0 3px rgba(155, 44, 44, 0.15);
}

.sb-pdp-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 12px;
  margin: 0 0 1.35rem;
  padding: 12px 14px;
  border-radius: var(--sb-radius-sm);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-pdp-trust__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--sb-muted);
  flex: 1 1 28%;
  min-width: 0;
}

.sb-pdp-trust__ic {
  flex-shrink: 0;
  display: flex;
  color: var(--sb-copper);
  opacity: 0.9;
}

.sb-pdp-form {
  margin-bottom: 1.5rem;
}

.sb-pdp-field {
  margin-bottom: 1.2rem;
}

.sb-pdp-field__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.sb-pdp-field__label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-pdp-field__label--solo {
  display: block;
  margin-bottom: 10px;
}

.sb-pdp-field__hint {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sb-navy-mid);
}

.sb-variant-chips--lux {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin: 0;
  padding: 2px 0 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.sb-variant-chips--lux::-webkit-scrollbar {
  display: none;
}

.sb-variant-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 41, 0.1);
  background: var(--sb-white);
  font-family: var(--sb-font-sans);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sb-navy);
  cursor: pointer;
  box-shadow: 0 2px 12px rgba(15, 23, 41, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.sb-variant-chip__swatch {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(15, 23, 41, 0.12);
}

.sb-variant-chip__swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sb-variant-chip__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sb-copper), var(--sb-rose-gold));
  margin-left: 4px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.sb-variant-chip__label {
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sb-variant-chip.sb-variant-chip--active {
  border-color: var(--sb-navy);
  background: linear-gradient(135deg, rgba(15, 23, 41, 0.04), rgba(201, 169, 98, 0.1));
  box-shadow: 0 6px 20px rgba(15, 23, 41, 0.1);
}

.sb-variant-chip:focus-visible {
  outline: 2px solid var(--sb-copper);
  outline-offset: 3px;
}

.sb-variant-chip:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  filter: grayscale(0.35);
}

.sb-pdp-qty {
  display: inline-flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 41, 0.1);
  background: var(--sb-white);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 41, 0.05);
}

.sb-pdp-qty__btn {
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--sb-navy);
  cursor: pointer;
  transition: background 0.2s ease;
}

.sb-pdp-qty__btn:hover {
  background: rgba(201, 169, 98, 0.12);
}

.sb-pdp-qty__btn:active {
  background: rgba(201, 169, 98, 0.2);
}

.sb-pdp-qty__input {
  width: 48px;
  border: none;
  border-left: 1px solid rgba(15, 23, 41, 0.08);
  border-right: 1px solid rgba(15, 23, 41, 0.08);
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--sb-font-sans);
  color: var(--sb-navy);
  background: transparent;
  padding: 12px 0;
  -moz-appearance: textfield;
}

.sb-pdp-qty__input::-webkit-outer-spin-button,
.sb-pdp-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sb-pdp-wa {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.15rem;
  padding: 15px 16px 15px 17px;
  min-height: 52px;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  background: linear-gradient(145deg, #1f6f54 0%, #174a3a 48%, #143d30 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 32px rgba(31, 111, 84, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.sb-pdp-wa:active {
  transform: scale(0.99);
}

.sb-pdp-wa:focus-visible {
  outline: 2px solid var(--sb-rose-gold);
  outline-offset: 3px;
}

.sb-pdp-wa__icon {
  flex-shrink: 0;
  display: flex;
  opacity: 0.95;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.15));
}

.sb-pdp-wa__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.sb-pdp-wa__title {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sb-pdp-wa__sub {
  font-size: 0.72rem;
  opacity: 0.9;
  line-height: 1.4;
  font-weight: 500;
}

.sb-pdp-wa__chev {
  flex-shrink: 0;
  display: flex;
  opacity: 0.75;
}

.sb-pdp-actions-inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sb-btn--pdp-cart {
  width: 100%;
  min-height: 52px;
  padding: 16px 22px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--sb-navy-mid), var(--sb-navy));
  color: var(--sb-rose-gold);
  border: none;
  box-shadow: 0 10px 32px rgba(15, 23, 41, 0.28);
}

.sb-btn--pdp-buy {
  width: 100%;
  min-height: 50px;
  padding: 15px 22px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 14px;
  background: var(--sb-white);
  color: var(--sb-navy);
  border: 2px solid var(--sb-navy);
  box-shadow: 0 4px 18px rgba(15, 23, 41, 0.06);
}

.sb-btn--pdp-cart:disabled,
.sb-btn--pdp-buy:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.sb-pdp-prose {
  margin: 1.75rem 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 41, 0.08);
}

.sb-pdp-prose__title {
  margin: 0 0 0.75rem;
  font-family: var(--sb-font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-pdp-prose__body {
  font-size: 0.91rem;
  line-height: 1.72;
  color: var(--sb-text);
  padding-left: 14px;
  border-left: 2px solid rgba(201, 169, 98, 0.45);
}

.sb-pdp-prose__body .sb-pdp-prose__p {
  margin: 0 0 0.95rem;
}

.sb-pdp-prose__body .sb-pdp-prose__p:last-child {
  margin-bottom: 0;
}

.sb-pdp-specs {
  margin: 1.5rem 0;
  padding: 1.15rem 1rem 1.2rem;
  border-radius: var(--sb-radius-sm);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-pdp-specs__title {
  margin: 0 0 0.85rem;
  font-family: var(--sb-font-serif);
  font-size: 1.08rem;
  font-weight: 600;
}

.sb-pdp-specs__list {
  margin: 0;
  padding: 0;
}

.sb-pdp-specs__row {
  display: grid;
  grid-template-columns: minmax(0, 38%) 1fr;
  gap: 8px 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 41, 0.06);
  font-size: 0.82rem;
}

.sb-pdp-specs__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sb-pdp-specs__row dt {
  margin: 0;
  font-weight: 700;
  color: var(--sb-muted);
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.06em;
}

.sb-pdp-specs__row dd {
  margin: 0;
  color: var(--sb-text);
  line-height: 1.45;
}

.sb-pdp-related {
  margin: 1.5rem -16px 0;
  padding: 1.35rem 16px 0.5rem;
  background: linear-gradient(180deg, rgba(26, 39, 68, 0.04) 0%, transparent 100%);
  border-radius: var(--sb-radius) var(--sb-radius) 0 0;
}

.sb-pdp-related__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.sb-pdp-related__head-text {
  min-width: 0;
}

.sb-pdp-related__kicker {
  margin: 0 0 0.2rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-pdp-related__title {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: 1.12rem;
  font-weight: 600;
}

.sb-pdp-related__link {
  flex-shrink: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sb-navy);
  white-space: nowrap;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(201, 169, 98, 0.45);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 14px rgba(15, 23, 41, 0.06);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.sb-pdp-related__link:hover {
  border-color: var(--sb-copper);
  background: var(--sb-white);
}

.sb-pdp-related__track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sb-pdp-related__track::-webkit-scrollbar {
  display: none;
}

.sb-pdp-related__card {
  flex: 0 0 44%;
  max-width: 176px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  background: var(--sb-white);
  border-radius: var(--sb-radius-sm);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08);
  border: 1px solid rgba(15, 23, 41, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sb-pdp-related__card:active {
  transform: scale(0.98);
}

.sb-pdp-related__img-wrap {
  aspect-ratio: 3 / 4;
  background: #f0ebe3;
  overflow: hidden;
}

.sb-pdp-related__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-pdp-related__cat {
  display: block;
  padding: 8px 10px 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-pdp-related__name {
  padding: 4px 10px;
  font-family: var(--sb-font-serif);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--sb-navy);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-pdp-related__price {
  display: block;
  padding: 0 10px 12px;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sb-navy-mid);
}

.sb-pdp-sticky {
  position: fixed;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  bottom: var(--sb-nav-stack);
  width: 100%;
  max-width: 520px;
  z-index: 50;
  padding: 14px 16px max(14px, var(--sb-safe-bottom));
  background: linear-gradient(180deg, rgba(250, 248, 245, 0) 0%, rgba(250, 248, 245, 0.92) 18%, #faf8f5 100%);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-top: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow: 0 -20px 56px rgba(15, 23, 41, 0.12);
}

.sb-pdp-sticky__inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sb-pdp-sticky__price {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sb-pdp-sticky__label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-muted);
  margin-bottom: 2px;
}

.sb-pdp-sticky__mrp {
  font-size: 0.7rem;
  color: var(--sb-muted);
  text-decoration: line-through;
  line-height: 1.2;
}

.sb-pdp-sticky__sale {
  font-family: var(--sb-font-serif);
  font-size: clamp(1.1rem, 4.5vw, 1.28rem);
  font-weight: 700;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.sb-pdp-sticky__btns {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.sb-pdp-sticky .sb-btn {
  width: auto;
}

.sb-btn--sticky-cart {
  padding: 13px 15px;
  min-width: 0;
  min-height: 46px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border-radius: 13px;
  border: none;
  background: linear-gradient(135deg, var(--sb-navy-mid), var(--sb-navy));
  color: var(--sb-rose-gold);
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.26);
  white-space: nowrap;
}

.sb-btn--sticky-buy {
  padding: 13px 14px;
  min-height: 46px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 13px;
  border: 2px solid var(--sb-navy);
  background: var(--sb-white);
  color: var(--sb-navy);
  white-space: nowrap;
}

.sb-btn--sticky-cart:disabled,
.sb-btn--sticky-buy:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Legacy chip row (other pages) */
.sb-variant-chips:not(.sb-variant-chips--lux) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1rem 0;
}

.sb-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--sb-tap-min);
  padding: 14px 22px;
  border: none;
  border-radius: 999px;
  font-family: var(--sb-font-sans);
  font-size: 0.93rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.22s var(--sb-ease-spring), box-shadow 0.22s var(--sb-ease-out), opacity 0.2s var(--sb-ease-out);
  text-decoration: none;
  box-sizing: border-box;
}

a.sb-btn {
  text-align: center;
}

.sb-btn--primary {
  background: linear-gradient(145deg, #1e2d4d 0%, var(--sb-navy-mid) 45%, var(--sb-navy) 100%);
  color: var(--sb-rose-gold);
  font-weight: 700;
  box-shadow:
    0 10px 32px rgba(15, 23, 41, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.07) inset;
}

.sb-btn--primary:active {
  transform: scale(0.985);
  box-shadow: 0 5px 20px rgba(15, 23, 41, 0.22);
}

.sb-btn--outline {
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid rgba(26, 39, 68, 0.88);
  color: var(--sb-navy-mid);
  font-weight: 600;
  box-shadow: var(--sb-shadow-soft);
}

.sb-btn--outline:active {
  transform: scale(0.985);
}

.sb-btn:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring), 0 8px 28px rgba(15, 23, 41, 0.15);
}

.sb-btn--primary:focus-visible {
  box-shadow: var(--sb-focus-ring), 0 10px 32px rgba(15, 23, 41, 0.28);
}

.sb-btn--outline:focus-visible {
  box-shadow: var(--sb-focus-ring);
}

/* —— Forms —— */
.sb-field {
  margin-bottom: 1rem;
}

.sb-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--sb-muted);
  margin-bottom: 6px;
}

.sb-input, .sb-textarea, .sb-select {
  width: 100%;
  min-height: var(--sb-tap-min);
  padding: 13px 16px;
  border: 1px solid rgba(15, 23, 41, 0.11);
  border-radius: var(--sb-radius-sm);
  font-family: var(--sb-font-sans);
  font-size: 1rem;
  background: var(--sb-white);
  box-shadow: 0 1px 3px rgba(15, 23, 41, 0.04);
  transition:
    border-color var(--sb-dur-fast) var(--sb-ease-ui),
    box-shadow var(--sb-dur-fast) var(--sb-ease-ui),
    background var(--sb-dur-fast) var(--sb-ease-ui);
}

.sb-input:focus,
.sb-textarea:focus,
.sb-select:focus {
  outline: none;
  border-color: rgba(184, 115, 51, 0.5);
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.22);
  background: #fffefb;
}

.sb-textarea {
  min-height: 112px;
  resize: vertical;
}

/* —— Alerts —— */
.sb-flash {
  padding: 14px 16px;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  margin-bottom: 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  border: 1px solid transparent;
  box-shadow: var(--sb-shadow-soft);
}

.sb-flash--ok {
  background: rgba(34, 120, 80, 0.12);
  color: #1d5c3e;
}

.sb-flash--err {
  background: rgba(180, 60, 60, 0.1);
  color: #8b2c2c;
}

.sb-flash--info {
  background: rgba(26, 39, 68, 0.08);
  color: var(--sb-navy-mid);
}

.sb-flash--inline {
  margin-bottom: 0.75rem;
}

.sb-thanks-invoice {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: var(--sb-text);
}

/* —— Lists —— */
.sb-order-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 15px;
  margin-bottom: 12px;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.06);
  box-shadow: var(--sb-shadow-soft);
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s var(--sb-ease-spring), box-shadow 0.22s var(--sb-ease-out);
}

.sb-order-row:last-child {
  margin-bottom: 0;
}

.sb-order-row:active {
  transform: scale(0.99);
  box-shadow: 0 4px 16px rgba(15, 23, 41, 0.06);
}

.sb-order-row__meta {
  font-size: 0.8rem;
  color: var(--sb-muted);
  margin-top: 4px;
}

.sb-order-row__right {
  text-align: right;
  flex-shrink: 0;
}

.sb-order-row--compact {
  padding: 14px 0;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: none;
}

.sb-order-row--compact:active {
  transform: none;
}

.sb-order-row--compact:last-child {
  border-bottom: none;
}

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

.sb-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(184, 115, 51, 0.15);
  color: var(--sb-copper);
}

/* —— Bag / cart (mobile-first, app-like) —— */
body.sb-bag-page .sb-main {
  padding-bottom: max(1rem, var(--sb-safe-bottom));
}

.sb-bag-head {
  margin-bottom: 0.25rem;
}

.sb-bag-flash {
  margin-top: 0.75rem;
}

.sb-bag-empty {
  text-align: center;
  padding: 1.25rem 0.5rem 2rem;
  max-width: 22rem;
  margin: 0 auto;
}

.sb-bag-empty__visual {
  margin: 0 auto 1.35rem;
  width: min(132px, 38vw);
  color: var(--sb-navy-mid);
}

.sb-bag-empty__svg {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 28px rgba(15, 23, 41, 0.08));
}

.sb-bag-empty__title {
  margin: 0 0 0.65rem;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.28rem, 4.2vw, 1.48rem);
  font-weight: 600;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
}

.sb-bag-empty__text {
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--sb-muted);
}

.sb-bag-empty__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.sb-bag-empty__cta {
  width: 100%;
  min-height: 52px;
  justify-content: center;
}

.sb-bag-empty__cta--ghost {
  border-color: rgba(15, 23, 41, 0.12);
  background: rgba(255, 255, 255, 0.65);
}

.sb-bag {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 0.5rem;
}

.sb-bag__form {
  margin: 0;
}

.sb-bag__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sb-bag-line {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px 14px;
  padding: 16px 14px 16px 12px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 248, 0.98) 100%);
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88) inset,
    0 14px 40px rgba(15, 23, 41, 0.07);
  align-items: start;
  -webkit-tap-highlight-color: transparent;
}

.sb-bag-line__media {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.1);
  align-self: start;
}

.sb-bag-line__media img {
  width: 104px;
  height: 140px;
  object-fit: cover;
  display: block;
}

.sb-bag-line__main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sb-bag-line__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.sb-bag-line__title {
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--sb-navy);
  text-decoration: none;
  flex: 1;
  min-width: 0;
}

.sb-bag-line__remove {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: -6px -8px -6px 0;
  padding: 0;
  border: none;
  border-radius: 14px;
  background: rgba(15, 23, 41, 0.04);
  color: var(--sb-muted);
  cursor: pointer;
  transition:
    background 0.2s var(--sb-ease-out),
    color 0.2s var(--sb-ease-out),
    transform 0.2s var(--sb-ease-out);
}

.sb-bag-line__remove:active {
  transform: scale(0.94);
  background: rgba(185, 28, 28, 0.1);
  color: #991b1b;
}

.sb-bag-line__sku {
  margin: -4px 0 0;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-bag-line__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-top: 2px;
}

.sb-bag-line__unit {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sb-muted);
}

.sb-bag-line__unit-label {
  font-weight: 500;
  text-transform: lowercase;
  opacity: 0.85;
}

.sb-bag-line__line-total {
  font-family: var(--sb-font-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
}

.sb-bag-line__qty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 6px;
  padding-top: 12px;
  border-top: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-bag-line__qty-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-qty--bag {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 4px;
  border-radius: 16px;
  background: rgba(15, 23, 41, 0.04);
  border: 1px solid rgba(15, 23, 41, 0.08);
}

.sb-qty--bag .sb-qty__btn {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: none;
  border-radius: 12px;
  background: var(--sb-white);
  cursor: pointer;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  color: var(--sb-navy);
  box-shadow: 0 2px 10px rgba(15, 23, 41, 0.06);
  transition:
    transform 0.18s var(--sb-ease-spring),
    background 0.2s var(--sb-ease-out),
    color 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-qty--bag .sb-qty__btn:active {
  transform: scale(0.92);
  background: rgba(201, 169, 98, 0.2);
  color: var(--sb-navy-mid);
}

.sb-qty--bag .sb-qty__input {
  width: 44px;
  min-height: 44px;
  margin: 0 2px;
  padding: 6px 4px;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--sb-navy);
  outline: none;
  -moz-appearance: textfield;
}

.sb-qty--bag .sb-qty__input::-webkit-outer-spin-button,
.sb-qty--bag .sb-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sb-bag__toolbar {
  margin-top: 1.15rem;
}

.sb-bag__save {
  width: 100%;
  min-height: 50px;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sb-bag-summary {
  position: sticky;
  bottom: max(10px, calc(var(--sb-nav-stack) + 6px));
  z-index: 50;
  padding: 20px 18px 20px;
  border-radius: 22px;
  background: linear-gradient(155deg, #1a2744 0%, #0f1729 55%, #152038 100%);
  border: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow:
    0 20px 50px rgba(15, 23, 41, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  color: rgba(255, 255, 255, 0.92);
}

.sb-bag-summary__heading {
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.88);
}

.sb-bag-summary__rows {
  margin-bottom: 4px;
}

.sb-bag-summary__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 10px;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.sb-bag-summary__row--muted {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.sb-bag-summary__row--total {
  margin-top: 14px;
  padding-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 1.05rem;
  font-weight: 700;
  font-family: var(--sb-font-serif);
  color: #fff;
  letter-spacing: 0.02em;
}

.sb-bag-summary__row--total span:last-child {
  font-size: 1.22rem;
  color: var(--sb-rose-gold);
}

.sb-bag-summary__checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--sb-navy);
  background: linear-gradient(135deg, #e8d5a8 0%, #c9a962 45%, #d4b76e 100%);
  border: none;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s var(--sb-ease-spring), box-shadow 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-bag-summary__checkout:active {
  transform: scale(0.98);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.22);
}

.sb-bag-summary__note {
  margin: 14px 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
  text-align: center;
}

@media (min-width: 420px) {
  .sb-bag-line {
    grid-template-columns: 112px minmax(0, 1fr);
    padding: 18px 16px 18px 14px;
  }

  .sb-bag-line__media img {
    width: 112px;
    height: 150px;
  }
}

.sb-summary {
  background: linear-gradient(165deg, #fffefb 0%, var(--sb-white) 100%);
  border-radius: calc(var(--sb-radius-sm) + 4px);
  padding: 1.15rem 1.2rem 1.25rem;
  border: 1px solid rgba(201, 169, 98, 0.18);
  box-shadow: var(--sb-shadow-lift);
  margin-top: 1.25rem;
}

.sb-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 10px;
  font-size: 0.88rem;
  color: var(--sb-text);
}

.sb-summary-row--total {
  font-weight: 700;
  font-size: 1.12rem;
  font-family: var(--sb-font-serif);
  color: var(--sb-navy);
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 41, 0.08);
}

.sb-summary .sb-btn {
  margin-top: 16px;
}

/* —— Video embed —— */
.sb-video-frame {
  border-radius: var(--sb-radius-sm);
  overflow: hidden;
  box-shadow: var(--sb-shadow);
  background: var(--sb-navy);
  aspect-ratio: 9/16;
  max-height: 520px;
  margin: 0 auto;
}

.sb-video-frame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* —— Account hub (mobile-first, app-like) —— */
body.sb-account-page .sb-main {
  padding-bottom: max(1.5rem, var(--sb-safe-bottom));
}

.sb-account-hub {
  padding: 0 2px max(0.5rem, var(--sb-safe-bottom));
}

.sb-account-hero {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px 12px;
  margin: 0 0 1.75rem;
  padding: 18px 16px 18px 14px;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, rgba(252, 250, 246, 0.98) 55%, rgba(201, 169, 98, 0.1) 100%);
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 48px rgba(15, 23, 41, 0.08),
    0 0 0 1px rgba(15, 23, 41, 0.04);
}

.sb-account-hero__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--sb-font-serif);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--sb-navy);
  background: linear-gradient(160deg, rgba(201, 169, 98, 0.35), rgba(255, 255, 255, 0.95));
  border: 1px solid rgba(201, 169, 98, 0.35);
  box-shadow: 0 8px 22px rgba(201, 169, 98, 0.15);
}

.sb-account-hero__body {
  min-width: 0;
}

.sb-account-hero__kicker {
  margin: 0 0 2px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-account-hero__title {
  margin: 0 0 4px;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.2rem, 4vw, 1.42rem);
  font-weight: 600;
  line-height: 1.2;
  color: var(--sb-navy);
}

.sb-account-hero__phone {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--sb-navy-mid);
}

.sb-account-hero__addr {
  margin: 8px 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--sb-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-account-hero__edit {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: start;
  margin-top: 2px;
  padding: 10px 12px;
  min-height: var(--sb-tap-min);
  border-radius: 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sb-navy-mid);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 4px 14px rgba(15, 23, 41, 0.05);
  transition:
    transform 0.2s var(--sb-ease-out),
    box-shadow 0.2s var(--sb-ease-out),
    border-color 0.2s var(--sb-ease-out);
}

.sb-account-hero__edit svg {
  width: 16px;
  height: 16px;
  opacity: 0.45;
}

.sb-account-hero__edit:active {
  transform: scale(0.97);
}

.sb-account-section {
  margin: 0 0 1.5rem;
}

.sb-account-section__title {
  margin: 0 0 12px;
  padding: 0 4px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-account-shortcuts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.sb-account-shortcut {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 104px;
  padding: 14px 10px 16px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--sb-navy);
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 10px 32px rgba(15, 23, 41, 0.06);
  transition:
    transform 0.22s var(--sb-ease-spring),
    box-shadow 0.22s var(--sb-ease-out),
    border-color 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-account-shortcut--has-badge {
  border-color: rgba(201, 169, 98, 0.35);
  box-shadow: 0 10px 32px rgba(201, 169, 98, 0.12);
}

.sb-account-shortcut__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: var(--sb-navy);
  background: linear-gradient(135deg, #e8d5a8, #c9a962);
  border: 1px solid rgba(15, 23, 41, 0.12);
  box-shadow: 0 4px 12px rgba(15, 23, 41, 0.12);
}

.sb-account-shortcut:active {
  transform: scale(0.98);
  box-shadow: 0 6px 20px rgba(15, 23, 41, 0.05);
}

.sb-account-shortcut__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: var(--sb-navy-mid);
  background: rgba(15, 23, 41, 0.04);
  border: 1px solid rgba(15, 23, 41, 0.06);
  transition:
    background 0.2s var(--sb-ease-out),
    color 0.2s var(--sb-ease-out);
}

.sb-account-shortcut__icon svg {
  width: 24px;
  height: 24px;
}

.sb-account-shortcut__icon--orders {
  background: rgba(26, 39, 68, 0.07);
  color: var(--sb-navy);
}

.sb-account-shortcut__icon--track {
  background: rgba(201, 169, 98, 0.14);
  color: #8a5a1c;
}

.sb-account-shortcut__icon--exchange {
  background: rgba(184, 115, 51, 0.12);
  color: var(--sb-copper);
}

.sb-account-shortcut__icon--profile {
  background: rgba(15, 23, 41, 0.06);
  color: var(--sb-navy-mid);
}

.sb-account-shortcut__label {
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sb-account-shortcut__hint {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-account-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sb-account-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: calc(var(--sb-tap-min) + 14px);
  padding: 16px 16px 16px 14px;
  border-radius: 18px;
  text-decoration: none;
  color: var(--sb-navy);
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 10px 30px rgba(15, 23, 41, 0.055);
  transition:
    transform 0.2s var(--sb-ease-spring),
    box-shadow 0.2s var(--sb-ease-out),
    border-color 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-account-card:active {
  transform: scale(0.99);
  box-shadow: 0 6px 22px rgba(15, 23, 41, 0.05);
}

.sb-account-card__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: var(--sb-navy-mid);
  background: linear-gradient(160deg, rgba(201, 169, 98, 0.12), rgba(15, 23, 41, 0.04));
  border: 1px solid rgba(201, 169, 98, 0.15);
}

.sb-account-card__icon svg {
  width: 22px;
  height: 22px;
}

.sb-account-card__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.sb-account-card__title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.sb-account-card__desc {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--sb-muted);
  line-height: 1.35;
}

.sb-account-card__chev {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  opacity: 0.35;
  stroke-width: 2;
}

.sb-account-logout {
  margin-top: 0.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-account-logout__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  padding: 14px 18px;
  border-radius: 16px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #7f1d1d;
  background: rgba(254, 242, 242, 0.9);
  border: 1px solid rgba(185, 28, 28, 0.18);
  box-shadow: 0 6px 20px rgba(127, 29, 29, 0.06);
  transition:
    transform 0.2s var(--sb-ease-out),
    background 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-account-logout__btn svg {
  width: 22px;
  height: 22px;
  opacity: 0.85;
}

.sb-account-logout__btn:active {
  transform: scale(0.99);
  background: rgba(254, 226, 226, 0.95);
}

/* Profile subpage */
.sb-account-profile-head {
  text-align: left;
}

.sb-account-profile-fallback {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(15, 23, 41, 0.04);
  border: 1px solid rgba(15, 23, 41, 0.08);
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--sb-muted);
}

.sb-account-profile-card {
  margin-bottom: 0.5rem;
}

.sb-account-profile-card__readonly {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, rgba(252, 251, 248, 0.97));
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 10px 28px rgba(15, 23, 41, 0.05);
}

.sb-account-profile-card__readonly-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-account-profile-card__readonly-val {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.05em;
  color: var(--sb-navy);
}

.sb-account-profile-card__readonly-hint {
  margin: 10px 0 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-account-profile-form {
  margin-top: 0.25rem;
}

/* Legacy account tiles (unused on hub; kept for compatibility) */
.sb-tiles {
  display: grid;
  gap: 12px;
}

.sb-tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: calc(var(--sb-tap-min) + 6px);
  padding: 16px 17px;
  background: var(--sb-white);
  border-radius: calc(var(--sb-radius-sm) + 2px);
  border: 1px solid rgba(15, 23, 41, 0.06);
  box-shadow: var(--sb-shadow-soft);
  color: var(--sb-navy);
  text-decoration: none;
  transition: transform 0.22s var(--sb-ease-spring), box-shadow 0.22s var(--sb-ease-out), border-color 0.2s var(--sb-ease-out);
}

.sb-tile__main {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}

.sb-tile__text {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.25;
}

.sb-tile__hint {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--sb-muted);
  line-height: 1.35;
}

.sb-tile:active {
  transform: scale(0.99);
  box-shadow: 0 4px 16px rgba(15, 23, 41, 0.06);
}

.sb-tile svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  opacity: 0.4;
  stroke-width: 2;
  transition: opacity 0.2s var(--sb-ease-out), transform 0.2s var(--sb-ease-out);
}

.sb-tile:active svg {
  opacity: 0.65;
  transform: translateX(2px);
}

.sb-account-signout {
  margin-top: 1.5rem;
}

.sb-account-hub__welcome {
  margin-bottom: 1.5rem;
}

.sb-account-group {
  margin-bottom: 1.65rem;
}

.sb-account-group__label {
  margin: 0 0 10px;
  padding-left: 2px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-field-hint {
  display: block;
  margin-top: 6px;
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--sb-muted);
}

.sb-optional {
  font-weight: 500;
  color: var(--sb-muted);
  text-transform: lowercase;
}

/* —— Order detail CTAs —— */
.sb-order-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.sb-order-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--sb-tap-min);
  padding: 12px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 14px;
  border: 2px solid rgba(15, 23, 41, 0.12);
  background: var(--sb-white);
  color: var(--sb-navy);
  box-shadow: var(--sb-shadow-soft);
  transition: transform 0.2s var(--sb-ease-out), box-shadow 0.2s var(--sb-ease-out), border-color 0.2s var(--sb-ease-out);
}

.sb-order-cta__link:active {
  transform: scale(0.98);
}

.sb-order-cta__link--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--sb-navy-mid), var(--sb-navy));
  color: var(--sb-rose-gold);
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.22);
}

/* —— Orders list footer —— */
.sb-orders-foot {
  margin-top: 1.5rem;
  padding: 1.15rem 1rem 1.2rem;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(201, 169, 98, 0.2);
  text-align: center;
}

.sb-orders-foot__text {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: var(--sb-muted);
}

.sb-orders-foot .sb-btn {
  margin: 0 auto;
  max-width: 100%;
}

/* —— Track order (guest + logged-in, mobile-first) —— */
body.sb-track-page .sb-main {
  padding-bottom: max(1rem, var(--sb-safe-bottom));
}

.sb-track-head {
  margin-bottom: 0.15rem;
}

.sb-track-flash {
  margin-top: 0.65rem;
}

.sb-track-form {
  padding: 18px 16px 20px;
  border-radius: 20px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 248, 0.97) 100%);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 14px 42px rgba(15, 23, 41, 0.06);
}

.sb-track-form .sb-field {
  margin-bottom: 1rem;
}

.sb-track-field__label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-track-field__input {
  border-radius: 14px;
  min-height: 52px;
}

.sb-track-submit {
  min-height: 54px;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.sb-track-signed {
  padding: 16px 16px 14px;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.12), rgba(15, 23, 41, 0.03));
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: 0 8px 26px rgba(15, 23, 41, 0.04);
}

.sb-track-signed__label {
  display: block;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sb-muted);
  margin-bottom: 6px;
}

.sb-track-signed__val {
  font-size: 1.02rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: var(--sb-navy);
}

.sb-track-signed__note {
  margin: 10px 0 0;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-track-shortcut {
  margin: 0.35rem 0 1.1rem;
  text-align: center;
}

.sb-track-shortcut a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--sb-copper);
  border-bottom: 1px solid rgba(184, 115, 51, 0.35);
}

.sb-track-result {
  margin-top: 0.5rem;
}

.sb-track-order-card {
  padding: 18px 16px 16px;
  margin-bottom: 1.15rem;
  border-radius: 20px;
  background: linear-gradient(145deg, #fff 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(201, 169, 98, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 16px 44px rgba(15, 23, 41, 0.07);
}

.sb-track-order-card__title {
  margin: 0 0 6px;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.15rem, 3.8vw, 1.32rem);
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-track-order-card__meta {
  margin: 0;
  font-size: 0.82rem;
  color: var(--sb-muted);
  line-height: 1.4;
}

.sb-track-status-card {
  margin-top: 16px;
  padding: 14px 14px 16px;
  border-radius: 16px;
  background: rgba(26, 39, 68, 0.04);
  border: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-track-status-card__eyebrow {
  display: block;
  margin-bottom: 6px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-track-status-card__title {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--sb-navy);
  line-height: 1.25;
}

.sb-track-status-card__raw {
  margin: 10px 0 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-track-status-card__raw-label {
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(15, 23, 41, 0.38);
  margin-bottom: 4px;
}

.sb-track-status-card__hint {
  margin: 8px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-track-timeline-wrap {
  margin-bottom: 1.2rem;
  padding: 18px 16px 20px;
  border-radius: 20px;
  background: var(--sb-white);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.055);
}

.sb-track-timeline-wrap__title {
  margin: 0 0 16px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-track-timeline-wrap__title--exchange {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 41, 0.07);
  color: var(--sb-copper);
}

.sb-track-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.sb-track-timeline__step {
  display: flex;
  gap: 16px;
  padding-bottom: 1.2rem;
  position: relative;
}

.sb-track-timeline__step:last-child {
  padding-bottom: 0;
}

.sb-track-timeline__step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 32px;
  bottom: 2px;
  width: 3px;
  margin-left: -1px;
  border-radius: 2px;
  background: rgba(15, 23, 41, 0.07);
}

.sb-track-timeline__step--done:not(:last-child)::before {
  background: linear-gradient(180deg, #2d6a4f 0%, rgba(45, 106, 79, 0.35) 70%, rgba(15, 23, 41, 0.06) 100%);
}

.sb-track-timeline__marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 1px;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 41, 0.12);
  background: var(--sb-white);
  box-shadow: 0 4px 12px rgba(15, 23, 41, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.sb-track-timeline__step--done .sb-track-timeline__marker {
  border-color: #2d6a4f;
  background: linear-gradient(145deg, #40916c, #2d6a4f);
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.35);
}

.sb-track-timeline__check {
  width: 16px;
  height: 16px;
  color: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sb-track-timeline__pulse {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sb-rose-gold), var(--sb-copper));
  box-shadow: 0 0 0 0 rgba(201, 169, 98, 0.5);
  animation: sb-track-pulse 2s ease-out infinite;
}

.sb-track-timeline__pulse--exchange {
  background: linear-gradient(135deg, #b87333, #8b5a2b);
  box-shadow: 0 0 0 0 rgba(184, 115, 51, 0.45);
  animation-name: sb-track-pulse-exchange;
}

@keyframes sb-track-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 169, 98, 0.45);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(201, 169, 98, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(201, 169, 98, 0);
  }
}

@keyframes sb-track-pulse-exchange {
  0% {
    box-shadow: 0 0 0 0 rgba(184, 115, 51, 0.4);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(184, 115, 51, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(184, 115, 51, 0);
  }
}

.sb-track-timeline__step--current .sb-track-timeline__marker {
  border-color: rgba(201, 169, 98, 0.65);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95), rgba(201, 169, 98, 0.18));
  box-shadow: 0 0 0 4px rgba(201, 169, 98, 0.15), 0 6px 18px rgba(15, 23, 41, 0.08);
}

.sb-track-timeline__step--upcoming .sb-track-timeline__marker {
  opacity: 0.65;
  background: rgba(252, 251, 248, 0.9);
}

.sb-track-timeline__step--upcoming:not(:last-child)::before {
  background: rgba(15, 23, 41, 0.06);
}

.sb-track-timeline__body {
  min-width: 0;
  padding-top: 4px;
}

.sb-track-timeline__label {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sb-navy);
  letter-spacing: 0.01em;
}

.sb-track-timeline__step--current .sb-track-timeline__label {
  color: var(--sb-navy-mid);
}

.sb-track-timeline__step--upcoming .sb-track-timeline__label {
  color: var(--sb-muted);
  font-weight: 600;
}

.sb-track-timeline__sub {
  display: block;
  margin-top: 4px;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-track-timeline__step--current .sb-track-timeline__sub {
  color: rgba(15, 23, 41, 0.55);
}

.sb-track-timeline--exchange .sb-track-timeline__step--done .sb-track-timeline__marker {
  border-color: #8b5a2b;
  background: linear-gradient(145deg, #b87333, #8b4513);
}

.sb-track-detail-card {
  padding: 18px 16px 18px;
  margin-bottom: 1.15rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff, rgba(252, 251, 248, 0.96));
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 10px 32px rgba(15, 23, 41, 0.05);
}

.sb-track-detail-card__h {
  margin: 0 0 14px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-track-detail-dl {
  margin: 0;
}

.sb-track-detail-dl > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(15, 23, 41, 0.06);
  font-size: 0.86rem;
}

.sb-track-detail-dl > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sb-track-detail-dl dt {
  margin: 0;
  color: var(--sb-muted);
  font-weight: 600;
  flex-shrink: 0;
}

.sb-track-detail-dl dd {
  margin: 0;
  text-align: right;
  color: var(--sb-text);
  font-weight: 500;
}

.sb-track-detail-card__trust {
  margin: 14px 0 0;
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--sb-muted);
}

.sb-track-mono {
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  word-break: break-all;
}

.sb-track-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sb-track-actions .sb-btn {
  margin: 0;
  min-height: 50px;
  border-radius: 16px;
}

.sb-track-pending {
  margin: 0.35rem 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--sb-muted);
}

@media (prefers-reduced-motion: reduce) {
  .sb-track-timeline__pulse,
  .sb-track-timeline__pulse--exchange {
    animation: none;
    box-shadow: none;
  }
}

/* —— Exchange flow (mobile-first) —— */
body.sb-exchange-page .sb-main {
  padding-bottom: max(1.25rem, var(--sb-safe-bottom));
}

.sb-exchange-head {
  margin-bottom: 0.25rem;
}

.sb-exchange-flash {
  margin: 0.65rem 0 1rem;
}

.sb-exchange-setup {
  padding: 1.25rem 1.05rem 1.3rem;
  border-radius: 20px;
  background: linear-gradient(165deg, rgba(26, 39, 68, 0.05), rgba(201, 169, 98, 0.1));
  border: 1px solid rgba(201, 169, 98, 0.28);
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.06);
}

.sb-exchange-setup__title {
  margin: 0 0 10px;
  font-family: var(--sb-font-serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-exchange-setup__text {
  margin: 0 0 10px;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--sb-text);
}

.sb-exchange-setup__inline {
  font-size: 0.72rem;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(15, 23, 41, 0.06);
  font-family: ui-monospace, monospace;
}

.sb-exchange-setup__details {
  margin: 12px 0;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 41, 0.08);
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
}

.sb-exchange-setup__summary {
  padding: 12px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: var(--sb-navy-mid);
}

.sb-exchange-setup__summary::-webkit-details-marker {
  display: none;
}

.sb-exchange-setup__pre {
  margin: 0;
  padding: 12px 14px 14px;
  max-height: 220px;
  overflow: auto;
  font-size: 0.65rem;
  line-height: 1.45;
  background: rgba(15, 23, 41, 0.04);
  border-top: 1px solid rgba(15, 23, 41, 0.06);
  white-space: pre-wrap;
  word-break: break-word;
}

.sb-exchange-setup .sb-btn {
  margin-top: 8px;
}

.sb-exchange-history__title,
.sb-exchange-new__title {
  margin: 0 0 14px;
  font-family: var(--sb-font-serif);
  font-size: 1.12rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-exchange-history__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sb-exchange-card {
  padding: 16px 16px 17px;
  border-radius: 18px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 248, 0.98) 100%);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 12px 34px rgba(15, 23, 41, 0.06);
}

.sb-exchange-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.sb-exchange-card__badge {
  display: inline-block;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sb-exchange-card__badge--pending {
  background: rgba(184, 115, 51, 0.16);
  color: #8b4513;
}

.sb-exchange-card__badge--reviewed {
  background: rgba(26, 39, 68, 0.1);
  color: var(--sb-navy-mid);
}

.sb-exchange-card__badge--resolved {
  background: rgba(45, 106, 79, 0.16);
  color: #1d5c3e;
}

.sb-exchange-card__time {
  font-size: 0.68rem;
  color: var(--sb-muted);
}

.sb-exchange-card__invoice {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-exchange-card__reasonkey {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--sb-navy-mid);
}

.sb-exchange-card__note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--sb-text);
}

.sb-exchange-card__reason {
  margin: 10px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--sb-muted);
  padding-top: 10px;
  border-top: 1px solid rgba(15, 23, 41, 0.06);
}

.sb-exchange-card__photo-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: 12px;
  text-decoration: none;
  color: var(--sb-copper);
}

.sb-exchange-card__photo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 41, 0.08);
  box-shadow: 0 6px 18px rgba(15, 23, 41, 0.08);
}

.sb-exchange-card__photo-cap {
  font-size: 0.72rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(184, 115, 51, 0.35);
}

.sb-exchange-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 0 1.2rem;
  padding: 14px 16px;
  list-style: none;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(201, 169, 98, 0.2);
  box-shadow: 0 8px 26px rgba(15, 23, 41, 0.04);
}

.sb-exchange-steps li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--sb-navy-mid);
  line-height: 1.35;
}

.sb-exchange-steps span:first-child {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sb-navy-mid), var(--sb-navy));
  color: var(--sb-rose-gold);
  font-size: 0.68rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-exchange-form {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sb-exchange-fieldset {
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.sb-exchange-fieldset__legend {
  display: block;
  margin-bottom: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-exchange-fieldset__hint {
  margin: 0 0 12px;
  font-size: 0.76rem;
  line-height: 1.45;
  color: var(--sb-muted);
}

.sb-exchange-orders {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sb-exchange-order {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sb-exchange-order input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  clip: rect(0, 0, 0, 0);
}

.sb-exchange-order__box {
  display: block;
  padding: 14px 14px 14px 44px;
  border-radius: 16px;
  border: 2px solid rgba(15, 23, 41, 0.1);
  background: rgba(255, 255, 255, 0.9);
  transition:
    border-color 0.2s var(--sb-ease-out),
    box-shadow 0.2s var(--sb-ease-out);
}

.sb-exchange-order input:checked + .sb-exchange-order__box {
  border-color: rgba(201, 169, 98, 0.55);
  background: linear-gradient(135deg, rgba(201, 169, 98, 0.1), rgba(255, 255, 255, 0.98));
  box-shadow: 0 0 0 1px rgba(201, 169, 98, 0.15);
}

.sb-exchange-order input:focus-visible + .sb-exchange-order__box {
  outline: none;
  box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.22);
}

.sb-exchange-order__box::before {
  content: '';
  position: absolute;
  left: 16px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 41, 0.2);
  background: var(--sb-white);
}

.sb-exchange-order input:checked + .sb-exchange-order__box::before {
  border-color: var(--sb-copper);
  background: radial-gradient(circle at center, var(--sb-copper) 45%, transparent 47%);
}

.sb-exchange-order__title {
  display: block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--sb-navy);
}

.sb-exchange-order__meta {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: var(--sb-muted);
}

.sb-exchange-order__items {
  display: block;
  margin-top: 8px;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--sb-text);
}

.sb-exchange-field {
  margin-bottom: 1rem;
}

.sb-exchange-label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-exchange-input,
.sb-exchange-textarea {
  border-radius: 14px;
  min-height: 52px;
}

.sb-exchange-textarea {
  min-height: 120px;
  line-height: 1.5;
}

.sb-exchange-reasons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sb-exchange-reason {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sb-exchange-reason input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}

.sb-exchange-reason__box {
  display: block;
  padding: 14px 14px 14px 42px;
  border-radius: 14px;
  border: 2px solid rgba(15, 23, 41, 0.08);
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--sb-navy-mid);
  background: rgba(255, 255, 255, 0.85);
  transition: border-color 0.2s var(--sb-ease-out), background 0.2s var(--sb-ease-out);
}

.sb-exchange-reason input:checked + .sb-exchange-reason__box {
  border-color: rgba(184, 115, 51, 0.45);
  background: rgba(184, 115, 51, 0.08);
  color: var(--sb-navy);
}

.sb-exchange-reason__box::before {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 41, 0.18);
  background: var(--sb-white);
}

.sb-exchange-reason input:checked + .sb-exchange-reason__box::before {
  border-color: var(--sb-copper);
  background: radial-gradient(circle at center, var(--sb-copper) 45%, transparent 47%);
}

.sb-exchange-upload-hint {
  margin: 0 0 8px;
  font-size: 0.74rem;
  color: var(--sb-muted);
  line-height: 1.4;
}

.sb-exchange-file {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 0.8rem;
  border-radius: 14px;
  border: 1px dashed rgba(15, 23, 41, 0.15);
  background: rgba(15, 23, 41, 0.02);
}

.sb-exchange-photo-preview {
  margin-top: 12px;
}

.sb-exchange-photo-preview img {
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 41, 0.08);
  object-fit: cover;
}

.sb-exchange-submit {
  position: relative;
  width: 100%;
  min-height: 54px;
  margin-top: 0.5rem;
  border-radius: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.sb-exchange-submit .sb-exchange-submit__spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: sb-spin 0.65s linear infinite;
}

.sb-exchange-submit.sb-btn--busy .sb-btn__label {
  opacity: 0;
}

.sb-exchange-submit.sb-btn--busy .sb-exchange-submit__spinner {
  display: block;
}

.sb-detail-items-title {
  margin: 1.35rem 0 0.35rem;
  font-family: var(--sb-font-serif);
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-form-stack > .sb-summary {
  margin-top: 0;
}

/* —— Home: trust strip —— */
.sb-trust-strip {
  margin: 0 calc(-1 * var(--sb-space-page)) 16px;
  padding: 14px var(--sb-space-page);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, transparent 100%),
    linear-gradient(90deg, rgba(26, 39, 68, 0.05), rgba(184, 115, 51, 0.1), rgba(26, 39, 68, 0.05));
  border-top: 1px solid rgba(15, 23, 41, 0.05);
  border-bottom: 1px solid rgba(201, 169, 98, 0.2);
  box-shadow: 0 12px 32px rgba(15, 23, 41, 0.04);
}

.sb-trust-strip--home {
  border-radius: 0 0 var(--sb-radius-sm) var(--sb-radius-sm);
}

.sb-trust-strip__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 6px;
  max-width: 100%;
}

.sb-trust-strip__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 6px;
  min-height: 52px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-navy-mid);
  line-height: 1.2;
}

.sb-trust-strip__icon {
  color: var(--sb-copper);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 250, 246, 0.95) 100%);
  box-shadow: 0 4px 14px rgba(15, 23, 41, 0.07), 0 0 0 1px rgba(201, 169, 98, 0.15);
}

/* —— Hero slider —— */
.sb-hero-slider {
  margin: 0 calc(-1 * var(--sb-space-page)) clamp(1.5rem, 4vw, 1.85rem);
  position: relative;
}

.sb-hero-slider__viewport {
  overflow: hidden;
  border-radius: calc(var(--sb-radius) + 2px);
  box-shadow:
    0 24px 64px rgba(15, 23, 41, 0.18),
    0 0 0 1px rgba(201, 169, 98, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sb-hero-slider__track {
  display: flex;
  transition: transform 0.52s var(--sb-ease-ui);
  touch-action: pan-y;
}

.sb-hero-slider__slide {
  flex: 0 0 100%;
  position: relative;
  min-height: clamp(312px, 78vw, 400px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* Production hero slide layers */
.sb-hero-slide {
  --sb-hero-copper: #c9a962;
  --sb-hero-copper-deep: #8b6914;
  --sb-hero-rose: #d4a574;
}

.sb-hero-slide__mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(155deg, #0f1729 0%, #152238 42%, #1f1410 100%);
}

.sb-hero-slide--new-arrivals .sb-hero-slide__mesh {
  background: linear-gradient(145deg, #0a1224 0%, #152a45 38%, #2a1812 92%),
    radial-gradient(ellipse 100% 70% at 92% 8%, rgba(201, 169, 98, 0.28) 0%, transparent 52%),
    radial-gradient(ellipse 60% 50% at 10% 88%, rgba(184, 115, 51, 0.18) 0%, transparent 50%);
}

.sb-hero-slide--festive .sb-hero-slide__mesh {
  background: linear-gradient(160deg, #120a18 0%, #1e1530 35%, #3d2414 88%),
    radial-gradient(ellipse 90% 65% at 85% 12%, rgba(212, 165, 116, 0.35) 0%, transparent 48%),
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(139, 69, 19, 0.22) 0%, transparent 55%);
}

.sb-hero-slide--elegant-silk .sb-hero-slide__mesh {
  background: linear-gradient(138deg, #0c1628 0%, #143040 45%, #1a2520 100%),
    radial-gradient(ellipse 85% 60% at 100% 0%, rgba(201, 169, 98, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 18% 95%, rgba(100, 140, 130, 0.12) 0%, transparent 45%);
}

.sb-hero-slide__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center top;
  transform: scale(1.03);
  filter: saturate(1.05) contrast(1.02);
}

.sb-hero-slide--has-photo .sb-hero-slide__photo {
  mask-image: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.97) 0%,
    rgba(0, 0, 0, 0.88) 38%,
    rgba(0, 0, 0, 0.35) 72%,
    rgba(0, 0, 0, 0.12) 100%
  );
  -webkit-mask-image: linear-gradient(
    105deg,
    rgba(0, 0, 0, 0.97) 0%,
    rgba(0, 0, 0, 0.88) 38%,
    rgba(0, 0, 0, 0.35) 72%,
    rgba(0, 0, 0, 0.12) 100%
  );
}

.sb-hero-slide__scrim {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(8, 12, 22, 0.94) 0%,
    rgba(15, 23, 41, 0.55) 42%,
    rgba(15, 23, 41, 0.25) 100%
  );
  pointer-events: none;
}

.sb-hero-slide--has-photo .sb-hero-slide__scrim {
  background: linear-gradient(
    115deg,
    rgba(8, 12, 22, 0.97) 0%,
    rgba(15, 23, 41, 0.82) 36%,
    rgba(15, 23, 41, 0.2) 58%,
    rgba(15, 23, 41, 0.08) 100%
  ),
    linear-gradient(to top, rgba(8, 12, 22, 0.88) 0%, transparent 55%);
}

.sb-hero-slide__grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.sb-hero-slide__frame {
  position: absolute;
  inset: 10px;
  z-index: 4;
  border: 1px solid rgba(201, 169, 98, 0.22);
  border-radius: calc(var(--sb-radius) - 6px);
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.sb-hero-slide__ornament {
  position: absolute;
  z-index: 4;
  width: 44px;
  height: 44px;
  pointer-events: none;
  border-color: rgba(201, 169, 98, 0.38);
  border-style: solid;
  border-width: 0;
}

.sb-hero-slide__ornament--tl {
  top: 18px;
  left: 18px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
}

.sb-hero-slide__ornament--br {
  bottom: 18px;
  right: 18px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-right-radius: 4px;
}

.sb-hero-slide__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 1.35rem 1.25rem 1.5rem;
}

.sb-hero-slide__lockup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 0.65rem;
}

.sb-hero-slide__brand {
  font-family: var(--sb-font-sans);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.sb-hero-slide__brand-line {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--sb-hero-copper), rgba(212, 165, 116, 0.2));
  vertical-align: middle;
}

.sb-hero-slide__series {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.95);
}

.sb-hero-slide__title {
  margin: 0 0 0.4rem;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.45rem, 5.2vw, 1.85rem);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  letter-spacing: 0.015em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  max-width: 16ch;
}

.sb-hero-slide__sub {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
  max-width: min(19.5rem, 92vw);
}

.sb-hero-slide__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 1.05rem;
}

@media (min-width: 480px) {
  .sb-hero-slide__inner {
    padding: 1.5rem 1.5rem 1.65rem;
  }

  .sb-hero-slide--has-photo .sb-hero-slide__photo {
    mask-image: linear-gradient(
      100deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 32%,
      rgba(0, 0, 0, 0.28) 68%,
      rgba(0, 0, 0, 0.05) 100%
    );
    -webkit-mask-image: linear-gradient(
      100deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.9) 32%,
      rgba(0, 0, 0, 0.28) 68%,
      rgba(0, 0, 0, 0.05) 100%
    );
  }
}

.sb-btn--hero-primary {
  flex: 1 1 auto;
  min-width: 140px;
  min-height: 48px;
  padding: 13px 20px;
  font-size: 0.87rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #e8d5a8 0%, var(--sb-rose-gold) 45%, #d4b56a 100%);
  color: var(--sb-navy);
  font-weight: 700;
  letter-spacing: 0.03em;
  border: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s var(--sb-ease-spring), box-shadow 0.2s var(--sb-ease-out);
}

.sb-btn--hero-primary:active {
  transform: scale(0.98);
}

.sb-btn--hero-primary:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring), 0 8px 28px rgba(0, 0, 0, 0.28);
}

.sb-btn--hero-secondary {
  flex: 1 1 auto;
  min-width: 124px;
  min-height: 48px;
  padding: 12px 18px;
  font-size: 0.82rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.42);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.2s var(--sb-ease-spring), background 0.2s var(--sb-ease-out), border-color 0.2s var(--sb-ease-out);
}

.sb-btn--hero-secondary:active {
  transform: scale(0.98);
  background: rgba(255, 255, 255, 0.18);
}

.sb-btn--hero-secondary:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring);
}

.sb-hero-slider__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-top: 16px;
}

.sb-hero-slider__dot {
  position: relative;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.sb-hero-slider__dot::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15, 23, 41, 0.2);
  transition: transform 0.22s var(--sb-ease-spring), background 0.22s var(--sb-ease-out);
}

.sb-hero-slider__dot--active::after {
  background: linear-gradient(135deg, var(--sb-copper), var(--sb-rose-gold));
  transform: scale(1.35);
}

.sb-hero-slider__dot:focus-visible {
  outline: none;
}

.sb-hero-slider__dot:focus-visible::after {
  box-shadow: var(--sb-focus-ring);
}

/* —— Home sections —— */
.sb-home-section {
  margin-bottom: var(--sb-space-section-lg);
}

.sb-section-kicker {
  margin: 0 0 0.25rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(0.85rem, 3vw, 1.1rem);
}

.sb-section-head--flush {
  align-items: flex-start;
}

.sb-section-head__title {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: 1.38rem;
  font-weight: 600;
  color: var(--sb-navy);
  line-height: 1.15;
}

.sb-section-head__sub {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--sb-muted);
  line-height: 1.45;
  max-width: 280px;
}

.sb-section-head__link {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-height: var(--sb-tap-min);
  margin-bottom: 2px;
  padding: 8px 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--sb-copper);
  border-bottom: 2px solid rgba(184, 115, 51, 0.35);
  transition: color var(--sb-dur-fast) var(--sb-ease-ui), border-color var(--sb-dur-fast) var(--sb-ease-ui);
}

.sb-section-head__link:focus-visible {
  outline: none;
  border-radius: 8px;
  box-shadow: var(--sb-focus-ring);
  border-bottom-color: transparent;
}

.sb-section-head__link:active {
  color: var(--sb-navy-mid);
}

.sb-cat-showcase__card--lux {
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.12);
}

.sb-cat-showcase__veil--lux {
  background: linear-gradient(
    165deg,
    hsla(var(--cat-hue, 220), 48%, 16%, 0.12) 0%,
    transparent 40%
  ),
    linear-gradient(to top, hsl(var(--cat-hue, 220), 36%, 11%) 0%, transparent 55%);
}

.sb-cat-showcase__shine {
  position: absolute;
  top: -40%;
  right: -30%;
  width: 70%;
  height: 120%;
  background: linear-gradient(120deg, transparent 40%, rgba(255, 255, 255, 0.07) 50%, transparent 60%);
  pointer-events: none;
  z-index: 2;
}

.sb-grid--tight {
  gap: 14px;
}

.sb-card--lux {
  box-shadow: var(--sb-shadow-lift);
  border: 1px solid rgba(15, 23, 41, 0.06);
  border-radius: var(--sb-radius-card);
}

.sb-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  gap: 8px;
}

.sb-card__hint {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sb-copper);
  opacity: 0.85;
}

/* —— Product rails —— */
.sb-rail-section {
  margin-bottom: clamp(1.65rem, 4.5vw, 2rem);
}

.sb-rail-section__kicker {
  margin-bottom: 0.2rem;
}

.sb-rail-section--festive .sb-section-kicker,
.sb-rail-section--festive .sb-rail-section__kicker {
  color: #8b4513;
}

.sb-rail {
  margin: 0 calc(-1 * var(--sb-space-page));
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}

.sb-rail::-webkit-scrollbar {
  display: none;
}

.sb-rail__track {
  display: flex;
  gap: 14px;
  padding: 6px var(--sb-space-page) 12px;
}

.sb-rail__card {
  flex: 0 0 42%;
  max-width: 172px;
  scroll-snap-align: start;
  background: linear-gradient(180deg, #fffefb 0%, var(--sb-white) 100%);
  border-radius: var(--sb-radius-card);
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.09), 0 0 0 1px rgba(15, 23, 41, 0.05);
  border: 1px solid rgba(201, 169, 98, 0.12);
  transition: transform var(--sb-dur-fast) var(--sb-ease-spring), box-shadow var(--sb-dur-fast) var(--sb-ease-out);
  text-decoration: none;
  color: inherit;
}

.sb-rail__card:active {
  transform: scale(0.985);
  box-shadow: 0 8px 24px rgba(15, 23, 41, 0.08);
}

a.sb-rail__card:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring), 0 12px 36px rgba(15, 23, 41, 0.1);
}

.sb-rail__img-wrap {
  aspect-ratio: 3 / 4;
  background: linear-gradient(145deg, #ebe7df, #f7f4ef);
  position: relative;
}

.sb-rail__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.sb-rail__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-rail__body {
  padding: 11px 12px 13px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sb-rail__cat {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-rail__name {
  font-family: var(--sb-font-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--sb-navy);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-rail__price {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--sb-navy-mid);
  margin-top: 4px;
}

/* —— Video showcase (home, PDP, hub) —— */
.sb-video-showcase {
  margin-bottom: 0.25rem;
}

.sb-video-showcase__head {
  margin-bottom: 14px;
}

.sb-video-showcase__player-wrap {
  margin: 0 -4px 16px;
}

.sb-video-showcase__player {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(165deg, #0f1729 0%, #1a2744 55%, #2d1f18 100%);
  aspect-ratio: 9 / 16;
  max-height: min(72vh, 420px);
  margin: 0 auto;
  box-shadow:
    0 20px 56px rgba(15, 23, 41, 0.22),
    0 0 0 1px rgba(201, 169, 98, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sb-video-showcase__player::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.sb-video-showcase__player iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: relative;
  z-index: 0;
}

.sb-video-showcase__rail-label,
.sb-pdp-video-showcase__rail-label {
  margin: 0 0 10px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sb-muted);
}

.sb-video-showcase__rail-wrap {
  margin-bottom: 1.15rem;
}

.sb-video-showcase__rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 2px 12px;
  margin: 0 -16px;
  padding-left: 16px;
  padding-right: 16px;
}

.sb-video-showcase__rail::-webkit-scrollbar {
  display: none;
}

.sb-video-showcase__pick {
  flex: 0 0 44%;
  max-width: 168px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  border-radius: 16px;
}

.sb-video-showcase__pick.is-active .sb-video-showcase__thumb {
  box-shadow: 0 0 0 2px var(--sb-white), 0 0 0 4px rgba(201, 169, 98, 0.85);
}

.sb-video-showcase__thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a2744, #3d2918);
  box-shadow: 0 10px 28px rgba(15, 23, 41, 0.15);
}

.sb-video-showcase__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sb-video-showcase__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at center, rgba(15, 23, 41, 0.2), rgba(15, 23, 41, 0.55));
  color: rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));
}

.sb-video-showcase__pick-title {
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--sb-navy-mid);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sb-video-showcase__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

@media (min-width: 400px) {
  .sb-video-showcase__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }

  .sb-video-showcase__cta {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
  }
}

.sb-video-showcase__cta--ghost {
  border-color: rgba(201, 169, 98, 0.35);
}

/* PDP video */
.sb-pdp-video-showcase {
  margin: 1.75rem 0 1.5rem;
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(15, 23, 41, 0.08);
}

.sb-pdp-video-showcase__head {
  display: grid;
  gap: 6px;
  margin-bottom: 14px;
}

.sb-pdp-video-showcase__kicker {
  margin: 0;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-pdp-video-showcase__title {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-pdp-video-showcase__sub {
  margin: 0;
  font-size: 0.8rem;
  color: var(--sb-muted);
  line-height: 1.45;
}

.sb-pdp-video-showcase__link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sb-copper);
  text-decoration: none;
  border-bottom: 1px solid rgba(184, 115, 51, 0.35);
  justify-self: start;
  margin-top: 4px;
}

.sb-pdp-video-showcase__player {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 41, 0.16), 0 0 0 1px rgba(201, 169, 98, 0.18);
  background: var(--sb-navy);
  aspect-ratio: 9 / 16;
  max-height: min(68vh, 340px);
  margin: 0 auto 14px;
}

.sb-pdp-video-showcase__corners {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border: 1px solid rgba(201, 169, 98, 0.22);
  border-radius: 18px;
  margin: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.sb-pdp-video-showcase__player iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: relative;
  z-index: 0;
}

.sb-pdp-video-showcase__rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 10px;
  margin-bottom: 4px;
}

.sb-pdp-video-showcase__rail::-webkit-scrollbar {
  display: none;
}

.sb-pdp-video-showcase__pick {
  flex: 0 0 72px;
  scroll-snap-align: start;
  width: 72px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 12px;
  -webkit-tap-highlight-color: transparent;
}

.sb-pdp-video-showcase__pick.is-active .sb-pdp-video-showcase__thumb {
  box-shadow: 0 0 0 2px var(--sb-white), 0 0 0 3px rgba(201, 169, 98, 0.9);
}

.sb-pdp-video-showcase__thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a2744, #3d2918);
  box-shadow: 0 8px 22px rgba(15, 23, 41, 0.12);
}

.sb-pdp-video-showcase__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sb-pdp-video-showcase__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 41, 0.35);
  color: #fff;
}

.sb-pdp-video-showcase__cta-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.sb-pdp-video-showcase__cta {
  min-height: 48px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (min-width: 380px) {
  .sb-pdp-video-showcase__cta-row {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sb-pdp-video-showcase__cta {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
  }
}

/* Videos hub page */
body.sb-videos-page .sb-main {
  padding-bottom: max(1.25rem, var(--sb-safe-bottom));
}

.sb-videos-head {
  margin-bottom: 0.35rem;
}

.sb-videos-hub__player {
  border-radius: 22px;
  overflow: hidden;
  background: var(--sb-navy);
  aspect-ratio: 9 / 16;
  max-height: min(78vh, 520px);
  margin: 0 auto 1.25rem;
  box-shadow: 0 20px 56px rgba(15, 23, 41, 0.2), 0 0 0 1px rgba(201, 169, 98, 0.15);
}

.sb-videos-hub__player iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.sb-videos-hub__list-title {
  margin: 0 0 12px;
  font-family: var(--sb-font-serif);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-videos-hub__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1.35rem;
}

.sb-videos-hub__card {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(165deg, #fff 0%, rgba(252, 251, 248, 0.98) 100%);
  border: 1px solid rgba(15, 23, 41, 0.07);
  box-shadow: 0 10px 32px rgba(15, 23, 41, 0.06);
  transition:
    transform 0.22s var(--sb-ease-spring),
    box-shadow 0.22s var(--sb-ease-out),
    border-color 0.2s var(--sb-ease-out);
  -webkit-tap-highlight-color: transparent;
}

.sb-videos-hub__card:active {
  transform: scale(0.99);
}

.sb-videos-hub__card.is-current {
  border-color: rgba(201, 169, 98, 0.45);
  box-shadow: 0 14px 40px rgba(15, 23, 41, 0.1), 0 0 0 1px rgba(201, 169, 98, 0.2);
}

.sb-videos-hub__card-thumb {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, #ebe6de, #2d2419);
}

.sb-videos-hub__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sb-videos-hub__card-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 41, 0.32);
  color: #fff;
}

.sb-videos-hub__card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.sb-videos-hub__card-title {
  font-family: var(--sb-font-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--sb-navy);
}

.sb-videos-hub__card-meta {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sb-copper);
}

.sb-videos-hub__card-go {
  font-size: 1.1rem;
  color: var(--sb-muted);
  opacity: 0.7;
}

.sb-videos-hub__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 1rem;
}

@media (min-width: 400px) {
  .sb-videos-hub__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .sb-videos-hub__actions .sb-btn {
    flex: 1 1 calc(50% - 6px);
    justify-content: center;
  }
}

.sb-videos-footnote {
  text-align: center;
  margin-bottom: 0;
}

/* —— Home: empty / loading states —— */
.sb-home-empty {
  text-align: center;
  padding: 1.75rem 1.25rem 2rem;
  border-radius: calc(var(--sb-radius) + 2px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.95) 0%, rgba(252, 250, 246, 0.98) 100%);
  border: 1px solid rgba(201, 169, 98, 0.22);
  box-shadow: 0 14px 44px rgba(15, 23, 41, 0.06);
}

.sb-home-empty__visual {
  width: 64px;
  height: 64px;
  margin: 0 auto 1rem;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(201, 169, 98, 0.25), rgba(26, 39, 68, 0.12));
  border: 1px solid rgba(201, 169, 98, 0.3);
  box-shadow: 0 10px 28px rgba(15, 23, 41, 0.08);
}

.sb-home-empty__title {
  margin: 0 0 8px;
  font-family: var(--sb-font-serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-home-empty__text {
  margin: 0 auto 1.15rem;
  max-width: 20rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--sb-muted);
}

.sb-home-empty__btn {
  max-width: 16rem;
  margin: 0 auto;
}

/* Shop / category: zero-product catalog */
.sb-catalog-empty {
  text-align: center;
  padding: 2rem 1.25rem 2.5rem;
  margin: 0 auto 1.5rem;
  max-width: 22rem;
  border-radius: calc(var(--sb-radius-sm) + 2px);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.96) 0%, rgba(252, 250, 246, 0.99) 100%);
  border: 1px solid rgba(201, 169, 98, 0.2);
  box-shadow: 0 12px 36px rgba(15, 23, 41, 0.06);
}

.sb-catalog-empty__title {
  margin: 0 0 0.5rem;
  font-family: var(--sb-font-serif);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--sb-navy);
}

.sb-catalog-empty__text {
  margin: 0 0 1.25rem;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--sb-muted);
}

body.sb-home-page .sb-video-showcase--home .sb-video-showcase__player {
  max-height: min(70vh, 440px);
}

body.sb-home-page .sb-video-showcase--home .sb-video-showcase__head {
  margin-bottom: 12px;
}

body.sb-home-page .sb-bottom-nav a.sb-nav--active {
  color: var(--sb-navy);
}

body.sb-home-page .sb-bottom-nav a.sb-nav--active svg {
  stroke: var(--sb-copper);
  filter: drop-shadow(0 2px 6px rgba(184, 115, 51, 0.25));
}

/* —— Trust badges —— */
.sb-trust-badges {
  margin: 0 calc(-1 * var(--sb-space-page)) 1.65rem;
  padding: 1.65rem var(--sb-space-page) 1.85rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, transparent 38%),
    linear-gradient(165deg, rgba(26, 39, 68, 0.04) 0%, rgba(201, 169, 98, 0.09) 100%);
  border-radius: calc(var(--sb-radius) + 2px);
  border: 1px solid rgba(201, 169, 98, 0.18);
  box-shadow: 0 16px 48px rgba(15, 23, 41, 0.06);
}

.sb-trust-badges__title {
  margin: 0 0 1.15rem;
  text-align: center;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.22rem, 3.8vw, 1.38rem);
  font-weight: 600;
  color: var(--sb-navy);
  letter-spacing: 0.02em;
}

.sb-trust-badges__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 12px;
}

.sb-trust-badges__item {
  padding: 14px 13px 15px;
  background: linear-gradient(180deg, #fffefb 0%, var(--sb-white) 100%);
  border-radius: var(--sb-radius-sm);
  box-shadow: 0 8px 26px rgba(15, 23, 41, 0.06);
  border: 1px solid rgba(15, 23, 41, 0.06);
  transition: box-shadow 0.22s var(--sb-ease-out), border-color 0.22s var(--sb-ease-out);
}

.sb-trust-badges__glyph {
  display: block;
  font-size: 0.7rem;
  color: var(--sb-copper);
  margin-bottom: 8px;
  letter-spacing: 0.12em;
}

.sb-trust-badges__item strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sb-navy);
  margin-bottom: 5px;
  line-height: 1.25;
}

.sb-trust-badges__item span:last-of-type {
  font-size: 0.72rem;
  color: var(--sb-muted);
  line-height: 1.4;
  display: block;
}

/* —— WhatsApp CTA + FAB —— */
.sb-wa-cta {
  margin-bottom: 1.65rem;
  border-radius: calc(var(--sb-radius) + 2px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 90% 80% at 100% 0%, rgba(37, 211, 102, 0.18) 0%, transparent 55%),
    linear-gradient(145deg, #152038 0%, #0f1729 40%, #0d2820 100%);
  box-shadow: 0 18px 50px rgba(15, 23, 41, 0.22), 0 0 0 1px rgba(201, 169, 98, 0.15);
}

.sb-wa-cta__inner {
  padding: 1.5rem 1.35rem 1.55rem;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
  position: relative;
}

.sb-wa-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 50%, rgba(255, 255, 255, 0.04) 100%);
  pointer-events: none;
}

.sb-wa-cta__copy {
  position: relative;
  z-index: 1;
}

.sb-wa-cta__title {
  margin: 0;
  font-family: var(--sb-font-serif);
  font-size: clamp(1.25rem, 3.8vw, 1.42rem);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.25);
}

.sb-wa-cta__sub {
  margin: 0.4rem 0 0;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  max-width: 26em;
}

.sb-btn--wa {
  position: relative;
  z-index: 1;
  align-self: stretch;
  text-align: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2fe576 0%, #25d366 45%, #1fb855 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.93rem;
  letter-spacing: 0.02em;
  border: none;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.12) inset;
  transition: transform 0.2s var(--sb-ease-spring), box-shadow 0.2s var(--sb-ease-out);
}

.sb-btn--wa:active {
  transform: scale(0.99);
}

.sb-btn--wa:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring), 0 8px 28px rgba(37, 211, 102, 0.4);
}

.sb-wa-fab {
  position: fixed;
  right: 16px;
  bottom: calc(var(--sb-nav-stack) + 14px);
  z-index: 1001;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(145deg, #25d366, #128c7e);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(18, 140, 126, 0.45);
  transition: transform 0.2s ease;
}

.sb-wa-fab:active {
  transform: scale(0.94);
}

/* —— Site footer —— */
.sb-footer {
  margin: 0 calc(-1 * var(--sb-space-page));
  padding: 1.85rem var(--sb-space-page) calc(0.65rem + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(15, 23, 41, 0.06) 100%);
  border-top: 1px solid rgba(201, 169, 98, 0.22);
}

.sb-footer--home {
  margin-top: 0.25rem;
}

.sb-footer__brand {
  text-align: center;
  margin-bottom: 1.35rem;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid rgba(15, 23, 41, 0.07);
}

.sb-footer__mark {
  font-family: var(--sb-font-serif);
  font-size: 1.22rem;
  font-weight: 600;
  color: var(--sb-navy);
  letter-spacing: 0.08em;
}

.sb-footer__tagline {
  margin: 0.4rem 0 0;
  font-size: 0.76rem;
  font-weight: 500;
  color: var(--sb-muted);
  letter-spacing: 0.02em;
}

.sb-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  margin-bottom: 1.2rem;
}

.sb-footer__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--sb-navy-mid);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 41, 0.08);
  transition: color 0.2s var(--sb-ease-out), border-color 0.2s var(--sb-ease-out), box-shadow 0.2s var(--sb-ease-out);
}

.sb-footer__nav a:focus-visible {
  outline: none;
  box-shadow: var(--sb-focus-ring);
}

.sb-footer__nav a:active {
  color: var(--sb-copper);
}

.sb-footer__contact {
  text-align: center;
  font-size: 0.8rem;
  color: var(--sb-muted);
  line-height: 1.55;
  margin-bottom: 1.05rem;
}

.sb-footer__contact a {
  color: var(--sb-copper);
  font-weight: 700;
}

.sb-footer__copy {
  margin: 0;
  text-align: center;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(107, 101, 96, 0.8);
}

.sb-footer--fab-space {
  padding-bottom: 5.5rem;
}

/* —— Tablet / desktop polish (same app shell, room to breathe) —— */
@media (min-width: 520px) {
  body {
    padding-bottom: calc(var(--sb-nav-stack) + 16px);
    padding-top: calc(var(--sb-header-stack) + 16px);
    font-size: 15.5px;
  }

  .sb-main {
    padding-bottom: max(32px, calc(var(--sb-safe-bottom) + 12px));
  }

  .sb-page-title {
    font-size: clamp(1.45rem, 3.2vw, 1.78rem);
  }

  .sb-section-head__title {
    font-size: 1.42rem;
  }
}

@media (min-width: 900px) {
  .sb-app {
    border-radius: 0 0 20px 20px;
  }
}

/* —— Motion preferences —— */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .sb-loader,
  .sb-loader__ring,
  .sb-loader__ring::after,
  .sb-loader__icon,
  .sb-loader__bar-fill,
  .sb-card,
  .sb-btn,
  .sb-icon-btn,
  .sb-bottom-nav a {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .sb-loader.sb-loader--hide {
    transform: none;
  }
}
