:root {
  --primary: #E91E63;
  --secondary: #FFD700;
  --accent: #8E24AA;
  --ink: #1f1720;
  --muted: #6f6472;
  --paper: #ffffff;
  --soft: #FFF8FC;
  --line: #eadde6;
  --success: #087f5b;
  --warning: #b7791f;
  --shadow: 0 18px 50px rgba(31, 23, 32, .12);
  --radius: 8px;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(233, 30, 99, .35);
  outline-offset: 2px;
}
.icon {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}

.site-container {
  width: min(100% - 32px, 1440px);
  margin-inline: auto;
}

.top-strip {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 8px 16px;
  background: #1f1720;
  color: #fff;
  font-size: 13px;
}
.top-strip a {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1080;
  background: rgba(255, 248, 252, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(234, 221, 230, .9);
}

.offcanvas {
  --bs-offcanvas-width: min(88vw, 360px);
  z-index: 1090;
  background: #fff;
  color: var(--ink);
  max-width: calc(100vw - 18px);
  overflow: hidden;
}
.offcanvas-header,
.offcanvas-body {
  background: #fff;
}
.offcanvas-header {
  border-bottom: 1px solid var(--line);
}

.header-nav { min-height: 84px; }
.header-nav .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: nowrap;
}
.header-nav .brand-mark {
  flex: 1 1 0%;
  width: 0;
  min-width: 0;
  max-width: 360px;
  margin-right: 0;
}
.mobile-header-search-wrap {
  display: none;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(234, 221, 230, .9);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: var(--ink);
  min-width: 0;
  flex-shrink: 0;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark-image {
  gap: 0;
}

.brand-logo-image {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 22px rgba(31, 23, 32, .12));
}

.brand-logo-icon {
  display: block;
  flex: 0 0 auto;
  width: 176px;
  height: 102px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
  filter: drop-shadow(0 10px 18px rgba(31, 23, 32, .12));
  image-rendering: auto;
}

.brand-logo-header-icon {
  width: clamp(136px, 11vw, 176px);
  height: clamp(78px, 6.4vw, 102px);
}

.brand-logo-mobile-icon {
  width: 126px;
  height: 58px;
}

.brand-logo-footer-icon {
  width: 260px;
  height: 164px;
  filter: drop-shadow(0 16px 28px rgba(0,0,0,.18));
}

.brand-logo-auth-icon {
  width: min(100%, 300px);
  height: 188px;
  margin-bottom: 2px;
  filter: drop-shadow(0 14px 26px rgba(31, 23, 32, .14));
}

.brand-logo-admin-auth-icon,
.brand-logo-admin-icon {
  width: 190px;
  height: 120px;
}

.brand-logo-header .brand-logo-image {
  height: 60px;
}

.brand-logo-mobile .brand-logo-image {
  height: 70px;
}

.brand-logo-footer .brand-logo-image {
  height: 96px;
}

.brand-logo-auth .brand-logo-image {
  height: 148px;
}

.brand-logo-admin-auth .brand-logo-image {
  height: 84px;
}

.brand-logo-admin .brand-logo-image {
  height: 72px;
}

.brand-gem {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  color: #2b1730;
  font-size: 19px;
  font-weight: 900;
  background:
    radial-gradient(circle at 28% 28%, rgba(255,255,255,.95), transparent 34%),
    linear-gradient(145deg, #fff4ad 0%, #ffd760 28%, #f697bd 72%, #8e24aa 100%);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 16px 30px rgba(233, 30, 99, .2), inset 0 1px 0 rgba(255,255,255,.8);
}

.brand-gem::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.28);
}

.brand-copy {
  display: grid;
  gap: 4px;
  line-height: 1.08;
  min-width: 0;
  align-items: flex-start;
}

.brand-copy strong {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #241428;
  white-space: nowrap;
  text-transform: uppercase;
}

.brand-copy small {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(233, 30, 99, .16), rgba(255, 246, 251, .98));
  border: 1px solid rgba(233, 30, 99, .2);
  color: #5a2f44;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(233, 30, 99, .08);
}

.header-nav .brand-copy,
.mobile-menu-brand .brand-copy {
  gap: 2px;
}

.header-nav .brand-copy strong,
.mobile-menu-brand .brand-copy strong {
  font-size: 16px;
  letter-spacing: .14em;
  line-height: 1.05;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-nav .brand-copy small,
.mobile-menu-brand .brand-copy small {
  font-size: 9.5px;
  letter-spacing: .09em;
  max-width: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desktop-nav .nav-link {
  font-weight: 700;
  color: var(--ink);
}

.desktop-nav {
  align-items: center;
}

.desktop-nav .navbar-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu {
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-x: hidden;
}

.mobile-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: 0 0 auto;
}

.mobile-icon-pill,
.mobile-menu-trigger {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 112, 0, .28);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 22px rgba(31, 23, 32, .1);
}

.mobile-menu-trigger {
  padding-right: 16px;
  background: #fff;
  color: #061d3f;
  white-space: nowrap;
  min-width: 74px;
  justify-content: center;
}

.mobile-icon-pill {
  min-width: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--ink);
  position: relative;
}

.icon-link-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.icon-link-badge.is-hidden {
  display: none;
}
.wishlist-link,
.cart-link {
  position: relative;
}

.mobile-menu a,
.mobile-logout {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 800;
}
.mobile-search-shell {
  width: 100%;
  max-width: none;
}
.mobile-header-search {
  max-width: none;
  box-shadow: 0 10px 24px rgba(31, 23, 32, .06);
}
.mobile-menu-header {
  align-items: center;
  position: relative;
  top: auto;
  flex: 0 0 64px;
  min-height: 64px;
  max-height: 64px;
  padding: 6px 14px;
  gap: 8px;
  z-index: 2;
  overflow: hidden;
  background: rgba(255, 255, 255, .98);
  contain: layout paint;
  box-shadow: 0 10px 22px rgba(31, 23, 32, .05);
}
.mobile-menu-brand {
  flex: 1 1 auto;
  min-width: 0;
  max-width: calc(100% - 58px);
  height: 54px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--ink);
}
.mobile-menu-brand .brand-logo-mobile-icon {
  width: clamp(112px, 30vw, 132px);
  height: 54px;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 7px 12px rgba(31, 23, 32, .1));
}
.mobile-menu-header .btn-close {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  border-radius: 999px;
  background-color: rgba(31, 23, 32, .06);
  background-size: 14px;
  box-sizing: border-box;
  opacity: 1;
}
.mobile-menu-hero {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,244,250,.94));
  box-shadow: 0 14px 30px rgba(31, 23, 32, .06);
}
.mobile-menu-hero strong {
  font-size: 16px;
}
.mobile-menu-hero p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.mobile-menu-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.mobile-menu-actions a,
.mobile-menu-actions button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
  text-align: left;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(31, 23, 32, .04);
}
.mobile-menu-action-primary,
.mobile-menu-action-logout {
  grid-column: auto;
}
.mobile-menu-actions strong {
  min-width: 22px;
  min-height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 12px;
}
.mobile-menu-actions strong.is-hidden {
  display: none;
}
.mobile-menu-action-primary {
  text-align: left;
}
.mobile-menu-action-logout {
  border-color: rgba(233, 30, 99, .18);
  background: linear-gradient(180deg, rgba(233, 30, 99, .96), rgba(218, 30, 109, .94));
  color: #fff;
  box-shadow: 0 16px 28px rgba(233, 30, 99, .2);
}
.mobile-menu-action-logout i,
.mobile-menu-action-logout span {
  color: inherit;
}
.mobile-menu-section {
  display: grid;
  gap: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(234, 221, 230, .84);
}
.mobile-menu-section > span {
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mobile-menu-section a {
  min-width: 0;
  padding: 0 10px;
  border-bottom: 0;
  border-radius: 10px;
  background: #fff;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.mobile-menu-department-grid,
.mobile-menu-link-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.mobile-menu-block-grid {
  display: grid;
  gap: 10px;
}
.mobile-menu-block {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(233, 30, 99, .1);
  border-radius: 12px;
  background: rgba(255,255,255,.92);
}
.mobile-menu a.mobile-menu-department-card,
.mobile-menu a.mobile-menu-chip,
.mobile-menu a.mobile-menu-block-head {
  min-height: 0;
  border-bottom: 0;
  padding: 0;
}
.mobile-menu a.mobile-menu-department-card {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 54px;
  padding: 10px 12px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}
.mobile-menu a.mobile-menu-department-card strong,
.mobile-menu a.mobile-menu-chip span,
.mobile-menu a.mobile-menu-block-head strong {
  margin: 0;
}
.mobile-menu a.mobile-menu-department-card small,
.mobile-menu a.mobile-menu-chip small,
.mobile-menu a.mobile-menu-block-head small {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}
.mobile-menu a.mobile-menu-block-head {
  justify-content: space-between;
  align-items: center;
}
.mobile-menu a.mobile-menu-chip {
  display: grid;
  gap: 4px;
  align-content: center;
  min-height: 48px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.navbar-toggler {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.mobile-menu-trigger svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.4;
}

.mobile-menu-trigger-copy {
  display: inline-flex;
  align-items: center;
  text-align: left;
  line-height: 1;
}

.mobile-menu-trigger-copy strong {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-menu-trigger-copy small {
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
}

.mega-menu { position: static; }
.mega-panel {
  width: min(760px, calc(100vw - 32px));
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.mega-menu:hover .mega-panel { display: grid; }
.mega-panel a, .mega-panel strong { display: block; margin-bottom: 10px; }
.mega-section {
  min-width: 0;
}
.mega-section-title strong {
  margin-bottom: 12px;
}
.mega-highlight {
  padding: 16px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #fff6d2, #ffe7b7);
}
.mega-highlight span {
  color: var(--warning);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.search-shell {
  position: relative;
  flex: 1;
  max-width: 560px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(31, 23, 32, .05);
  overflow: visible;
}
.search-shell input {
  width: 100%;
  border: 0;
  padding: 13px 16px;
  background: transparent;
  outline: none;
}
.search-shell button,
.icon-link,
.logout-button {
  width: 42px;
  height: 42px;
  border: 0;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: var(--ink);
}
.search-suggestions {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  overflow: auto;
  display: none;
  z-index: 70;
  max-height: min(72vh, 520px);
  padding: 8px;
}
.search-suggestions.open { display: block; }
.suggestion-section {
  display: grid;
  gap: 4px;
}
.suggestion-section + .suggestion-section {
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}
.suggestion-section-title {
  padding: 2px 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.suggestion-query {
  display: block;
  margin-bottom: 6px;
  padding: 12px 14px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,245,251,.98), rgba(255,255,255,.98));
  border: 1px solid rgba(233, 30, 99, .14);
  font-weight: 700;
}
.suggestion-query strong {
  color: var(--primary);
}
.suggestion-item {
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border-radius: 12px;
}
.suggestion-item img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}
.suggestion-item span {
  min-width: 0;
}
.suggestion-item strong,
.suggestion-item small {
  display: block;
}
.suggestion-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion-item small {
  color: var(--muted);
}
.suggestion-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 12px;
}
.suggestion-recent-row {
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 0;
  border: 1px solid rgba(233, 30, 99, .1);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,246,251,.94));
}
.suggestion-link-row-media {
  grid-template-columns: 44px 1fr auto;
}
.suggestion-link-row img {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  object-fit: cover;
}
.suggestion-link-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}
.suggestion-link-copy strong,
.suggestion-link-copy small {
  display: block;
}
.suggestion-link-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion-link-copy small {
  color: var(--muted);
}
.suggestion-recent-row .suggestion-link-copy {
  gap: 4px;
}
.suggestion-recent-row .suggestion-link-copy small {
  font-size: 12px;
  line-height: 1.35;
}
.suggestion-tag {
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 30, 99, .08);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
}
.suggestion-recent-row .suggestion-tag {
  background: rgba(31, 23, 32, .06);
  color: var(--ink);
}
.suggestion-item:hover,
.suggestion-link-row:hover,
.suggestion-query:hover {
  background: rgba(255, 245, 251, .88);
}
.suggestion-empty,
.suggestion-view-all {
  display: block;
  padding: 12px;
  color: var(--muted);
}
.suggestion-view-all {
  color: var(--primary);
  font-weight: 900;
  margin-top: 6px;
  border-top: 1px solid var(--line);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-logout-btn {
  min-height: 42px;
  padding: 10px 14px;
}
.account-pill,
.btn-main,
.btn-primary-mini,
.admin-btn {
  border: 0;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 10px 24px rgba(233, 30, 99, .24);
}
.btn-ghost,
.btn-soft {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-primary-mini,
.btn-soft {
  padding: 10px 12px;
  min-height: 42px;
}

.site-alert {
  width: min(100% - 32px, 900px);
  margin: 16px auto 0;
  border-radius: 8px;
}

.hero-slider {
  --hero-slide-height: clamp(260px, 22vw, 320px);
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 14px 0 8px;
}
.hero-copy {
  padding: 24px clamp(22px, 4vw, 52px);
}
.hero-copy-surface {
  display: grid;
  align-content: center;
  gap: 18px;
  border: 1px solid rgba(233, 30, 99, .1);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.94));
  box-shadow: 0 20px 48px rgba(31, 23, 32, .08);
}
.eyebrow,
.admin-eyebrow {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
}
.hero-copy h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(44px, 6.6vw, 78px);
  line-height: .95;
  margin: 0;
}
.hero-copy p {
  color: var(--muted);
  font-size: clamp(16px, 1.8vw, 20px);
  max-width: 560px;
  line-height: 1.65;
  margin: 0;
}
.hero-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.hero-quick-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.hero-feature-note {
  display: grid;
  gap: 6px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.82);
}
.hero-feature-note strong {
  font-size: 22px;
  line-height: 1.25;
}
.hero-feature-note small {
  color: var(--muted);
  line-height: 1.6;
}
.hero-chip-row span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  font-size: 13px;
  font-weight: 800;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}
.hero-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.hero-meta-grid article {
  min-height: 100%;
  padding: 16px;
  border: 1px solid rgba(233, 30, 99, .1);
  border-radius: 8px;
  background: rgba(255,255,255,.8);
}
.hero-meta-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}
.hero-meta-grid small {
  color: var(--muted);
  line-height: 1.6;
}
.hero-visual {
  position: relative;
  min-height: var(--hero-slide-height);
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}
.hero-slide {
  position: absolute;
  top: 0;
  left: calc(100% + 32px);
  display: block;
  min-height: 0;
  height: var(--hero-slide-height);
  border-radius: 12px;
  overflow: hidden;
  background: #f8f3f6;
  box-shadow: 0 18px 44px rgba(31, 23, 32, .08);
  transition:
    left .48s cubic-bezier(.22, 1, .36, 1),
    width .48s cubic-bezier(.22, 1, .36, 1),
    opacity .38s ease,
    box-shadow .22s ease,
    filter .22s ease;
  color: inherit;
  text-decoration: none;
  will-change: left, width, opacity;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.hero-showcase-track {
  --hero-gap: 18px;
  --hero-third-width: clamp(220px, 19vw, 300px);
  --hero-card-large: calc((100% - (var(--hero-gap) * 2) - var(--hero-third-width)) / 2);
  position: relative;
  min-height: var(--hero-slide-height);
  height: var(--hero-slide-height);
  isolation: isolate;
}
.hero-showcase-track.hero-count-2 {
  --hero-third-width: 0px;
  --hero-card-large: calc((100% - var(--hero-gap)) / 2);
}
.hero-showcase-track.hero-count-1 {
  --hero-third-width: 0px;
  --hero-card-large: 100%;
}
.hero-slide.is-active,
.hero-slide.is-next,
.hero-slide.is-third {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide.is-active {
  z-index: 3;
  width: var(--hero-card-large);
  left: 0;
}
.hero-slide.is-next {
  z-index: 2;
  width: var(--hero-card-large);
  left: calc(var(--hero-card-large) + var(--hero-gap));
}
.hero-slide.is-third {
  z-index: 1;
  width: var(--hero-third-width);
  left: calc((var(--hero-card-large) * 2) + (var(--hero-gap) * 2));
}
.hero-showcase-track.hero-count-1 .hero-slide.is-next,
.hero-showcase-track.hero-count-1 .hero-slide.is-third,
.hero-showcase-track.hero-count-2 .hero-slide.is-third {
  opacity: 0;
  pointer-events: none;
}
.hero-showcase-track.hero-count-1 .hero-slide.is-next,
.hero-showcase-track.hero-count-1 .hero-slide.is-third {
  width: 100%;
  left: calc(100% + 24px);
}
.hero-showcase-track.hero-count-2 .hero-slide.is-next {
  width: var(--hero-card-large);
  left: calc(var(--hero-card-large) + var(--hero-gap));
}
.hero-slide.is-hidden {
  z-index: 0;
  width: var(--hero-third-width);
  left: calc(100% + 32px);
}

.hero-slide:hover {
  box-shadow: 0 20px 46px rgba(31, 23, 32, .12);
  filter: saturate(1.02);
}
.hero-slide img,
.hero-visual img {
  width: 100%;
  height: var(--hero-slide-height);
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.hero-product-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.hero-product-mini {
  min-height: 100%;
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
}
.hero-product-mini img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 6px;
}
.hero-product-mini span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
.hero-product-mini strong {
  display: block;
  margin-top: 4px;
  color: var(--primary);
  font-size: 15px;
}
.hero-slide-control {
  position: absolute;
  top: calc(50% - 18px);
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.98);
  color: var(--ink);
  box-shadow: 0 16px 28px rgba(31,23,32,.22);
  transform: translateY(-50%);
}
.hero-slide-control.prev { left: 12px; }
.hero-slide-control.next { right: 12px; }
.hero-slide-control i,
.hero-slide-control svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}
.hero-floating-card {
  position: absolute;
  z-index: 2;
  max-width: 260px;
  padding: 16px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 18px 34px rgba(31, 23, 32, .18);
}
.hero-floating-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.hero-floating-card strong {
  font-size: 16px;
  line-height: 1.5;
}
.hero-floating-card-top {
  top: 24px;
  left: 24px;
}
.hero-floating-card-bottom {
  right: 24px;
  bottom: 56px;
}
.hero-dots {
  position: absolute;
  left: 50%;
  bottom: -18px;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}
.hero-dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
}
.hero-dots button.is-active {
  width: 28px;
  background: var(--primary);
}

/* Smooth premium home hero carousel. Uses a scroll rail instead of left-position
   animation so banner changes stay stable on desktop and mobile browsers. */
.hero-showcase {
  overflow: hidden;
}

.hero-showcase-track {
  --hero-gap: 16px;
  --hero-card-width: clamp(320px, calc((100% - (var(--hero-gap) * 2)) / 2.45), 620px);
  display: flex;
  gap: var(--hero-gap);
  min-height: var(--hero-slide-height);
  height: var(--hero-slide-height);
  overflow-x: hidden;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.hero-showcase-track::-webkit-scrollbar {
  display: none;
}

.hero-showcase-track.hero-count-2 {
  --hero-card-width: calc((100% - var(--hero-gap)) / 2);
}

.hero-showcase-track.hero-count-1 {
  --hero-card-width: 100%;
}

.hero-slide,
.hero-slide.is-active,
.hero-slide.is-next,
.hero-slide.is-third,
.hero-slide.is-hidden {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  flex: 0 0 var(--hero-card-width);
  width: auto;
  height: var(--hero-slide-height);
  min-height: 0;
  opacity: 1;
  pointer-events: auto;
  transform: translateZ(0);
  scroll-snap-align: start;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
  will-change: transform;
}

.hero-slide.is-active {
  z-index: 2;
}

.hero-slide:hover {
  transform: translate3d(0, -2px, 0);
}

.hero-slide img,
.hero-visual img {
  display: block;
  width: 100%;
  height: var(--hero-slide-height);
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
}

.hero-slide-control {
  z-index: 5;
  opacity: .95;
  transition:
    transform .2s ease,
    opacity .2s ease,
    background .2s ease;
}

.hero-slide-control:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
}

.hero-dots {
  z-index: 6;
}

.hero-dots button {
  transition:
    width .24s ease,
    background .24s ease,
    transform .24s ease;
}

.hero-dots button.is-active {
  transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
  .hero-showcase-track {
    scroll-behavior: auto;
  }

  .hero-slide,
  .hero-slide-control,
  .hero-dots button {
    transition: none;
  }
}
.hero-promo-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -6px;
  margin-bottom: 14px;
}
.hero-promo-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) 120px;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.94));
  box-shadow: 0 16px 34px rgba(31, 23, 32, .06);
}

/* Flipkart-style top banner carousel: one full image, forward-only clone loop. */
.hero-slider {
  --hero-slide-height: clamp(206px, 18vw, 286px);
}

.hero-showcase {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .08) !important;
  overflow: hidden !important;
}

.hero-showcase-track,
.hero-showcase-track.hero-count-1,
.hero-showcase-track.hero-count-2,
.hero-showcase-track.hero-count-3 {
  --hero-gap: 0px !important;
  --hero-card-width: 100% !important;
  display: flex !important;
  gap: 0 !important;
  width: 100% !important;
  height: var(--hero-slide-height) !important;
  min-height: var(--hero-slide-height) !important;
  overflow: visible !important;
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
  transform: translate3d(0, 0, 0);
  transition: transform .62s cubic-bezier(.2, .78, .22, 1) !important;
  will-change: transform;
}

.hero-showcase-track.is-resetting {
  transition: none !important;
}

.hero-slide,
.hero-slide.is-active,
.hero-slide.is-next,
.hero-slide.is-third,
.hero-slide.is-hidden {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  height: var(--hero-slide-height) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

.hero-slide:hover {
  transform: translateZ(0) !important;
  filter: none !important;
}

.hero-slide img,
.hero-visual img {
  height: var(--hero-slide-height) !important;
  border-radius: 10px !important;
  object-fit: cover !important;
  object-position: center !important;
}

.hero-slide-control {
  top: 50% !important;
  width: 42px !important;
  height: 76px !important;
  border: 0 !important;
  border-radius: 0 8px 8px 0 !important;
  background: rgba(255, 255, 255, .96) !important;
  color: #172337 !important;
  box-shadow: 0 2px 10px rgba(15, 23, 42, .18) !important;
  opacity: 0;
}

.hero-showcase:hover .hero-slide-control,
.hero-showcase:focus-within .hero-slide-control {
  opacity: 1;
}

.hero-slide-control.prev {
  left: 0 !important;
}

.hero-slide-control.next {
  right: 0 !important;
  border-radius: 8px 0 0 8px !important;
}

.hero-slide-control:hover {
  transform: translateY(-50%) !important;
  background: #ffffff !important;
}

.hero-dots {
  bottom: 10px !important;
  padding: 4px 7px !important;
  background: rgba(255, 255, 255, .72) !important;
}

.hero-dots button {
  width: 7px !important;
  height: 7px !important;
  background: rgba(23, 35, 55, .35) !important;
}

.hero-dots button.is-active {
  width: 22px !important;
  background: #2874f0 !important;
}
.hero-promo-copy strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 20px;
  line-height: 1.25;
}
.hero-promo-copy p {
  margin: 0 0 8px;
  color: var(--muted);
  line-height: 1.6;
}
.hero-promo-copy small {
  color: var(--primary);
  font-weight: 800;
}
.hero-promo-media {
  min-height: 110px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.hero-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-block { padding-block: 52px; }
.section-heading,
.shop-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 24px;
}
.section-heading h2,
.shop-toolbar h1,
.product-buy-box h1,
.account-panel h1,
.cart-page h1 {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  margin: 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.category-tile {
  position: relative;
  min-height: 180px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.category-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.category-tile:hover img,
.product-card:hover img { transform: scale(1.04); }
.category-tile span {
  position: absolute;
  left: 16px;
  right: 16px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.category-tile span {
  bottom: 16px;
  font-weight: 800;
}

.sale-band {
  background: linear-gradient(90deg, #23131f, #5c173d, #221527);
  color: #fff;
  margin-block: 30px;
}
.sale-inner {
  min-height: 206px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto minmax(240px, .9fr);
  align-items: center;
  gap: 24px;
}
.sale-copy p {
  max-width: 520px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.78);
}
.countdown {
  display: grid;
  grid-template-columns: repeat(3, auto auto);
  align-items: center;
  gap: 8px;
}
.countdown span {
  min-width: 48px;
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(255,255,255,.14);
  font-weight: 900;
}
.countdown.is-expired span {
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.62);
}
.sale-action {
  display: grid;
  justify-items: end;
  gap: 14px;
}
.sale-products {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.sale-products a {
  width: 78px;
  display: grid;
  gap: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
}
.sale-products img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.32);
  background: #fff;
}
.sale-products span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.app-product-rail,
.app-category-rail {
  min-width: 0;
}
.product-card {
  min-width: 0;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(234, 221, 230, .9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(31,23,32,.07);
}
.product-media {
  position: relative;
  aspect-ratio: 1 / 1.1;
  background:
    radial-gradient(circle at top, rgba(255, 215, 0, .18), transparent 34%),
    linear-gradient(180deg, #fff, #fff7fb);
  overflow: hidden;
}
.product-media > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: opacity .25s ease, transform .35s ease;
}
.product-media .hover-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  padding: 14px;
}
.product-card:hover .hover-img { opacity: 1; }
.discount-badge,
.stock-badge {
  position: absolute;
  top: 12px;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}
.discount-badge {
  left: 12px;
  background: var(--secondary);
  color: var(--ink);
}
.stock-badge {
  right: 12px;
  background: #fff;
  color: var(--success);
}
.stock-badge.out { color: #b42318; }
.wishlist-form,
.product-wishlist-btn {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 2;
}
.wishlist-form button,
.product-wishlist-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.92);
  color: var(--ink);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.wishlist-form button:hover,
.product-wishlist-btn:hover {
  transform: translateY(-1px);
}
.wishlist-form button.is-active,
.wishlist-form button.active,
.product-wishlist-btn.is-active,
.product-wishlist-btn.active {
  background: rgba(233, 30, 99, .14);
  color: var(--primary);
}
.wishlist-form button.is-active svg,
.wishlist-form button.active svg,
.product-wishlist-btn.is-active svg,
.product-wishlist-btn.active svg {
  fill: currentColor;
  stroke: currentColor;
}
.wishlist-toast {
  position: fixed;
  right: 20px;
  bottom: 94px;
  z-index: 60;
  max-width: min(90vw, 320px);
  padding: 12px 16px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 8px;
  background: rgba(33, 21, 31, .96);
  color: #fff;
  box-shadow: 0 16px 32px rgba(31, 23, 32, .22);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.wishlist-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.product-info {
  min-width: 0;
  padding: 15px;
}
.product-meta,
.price-row,
.product-actions,
.rating-row,
.delivery-line,
.summary-box div,
.summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.product-meta {
  color: var(--muted);
  font-size: 12px;
  min-width: 0;
  align-items: center;
}
.product-meta span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.product-meta span:last-child,
.rating-row {
  color: var(--warning);
  justify-content: flex-start;
}
.product-rating-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 4px;
  min-height: 24px;
  min-width: 46px;
  max-width: 58px;
  padding: 0 7px;
  border-radius: 6px;
  background: rgba(16, 185, 129, .12);
  color: #0f766e;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.product-rating-badge i,
.product-rating-badge svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.product-rating-badge small {
  display: none !important;
}
.product-rating-badge strong {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}
.product-rating-badge [class*="review"],
.product-rating-badge [data-review-count] {
  display: none !important;
}
.product-rating-badge.is-empty {
  background: rgba(148, 163, 184, .14);
  color: #64748b;
}
.product-rating-badge.has-reviews {
  background: rgba(16, 185, 129, .14);
}
.product-rating-compact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 4px;
  min-width: 46px;
  max-width: 52px;
  min-height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(16, 185, 129, .14);
  color: #0f766e;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
.product-rating-compact i,
.product-rating-compact svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
  stroke-width: 2.4;
}
.product-rating-compact strong {
  line-height: 1;
}
.product-rating-compact.is-empty {
  background: rgba(148, 163, 184, .14);
  color: #64748b;
}
.product-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 10px 0 6px;
}
.product-card h3 a {
  display: block;
  color: inherit;
  min-width: 0;
  overflow-wrap: anywhere;
}
.product-card p {
  min-height: 42px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
}
.swatches {
  display: flex;
  gap: 7px;
  min-height: 20px;
}
.swatches span,
.variant-list label .variant-choice-swatch {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--swatch);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px var(--line);
}
.price-row {
  justify-content: flex-start;
  margin: 12px 0;
}
.price-row strong,
.detail-price strong {
  font-size: 20px;
}
.price-row del,
.detail-price del {
  color: var(--muted);
}
.delivery-line {
  justify-content: flex-start;
  color: var(--muted);
  margin-bottom: 12px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.return-line {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--success);
  font-size: 12px;
  font-weight: 700;
  margin: -4px 0 12px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}
.return-line.non-returnable {
  color: #b42318;
}
.delivery-line .icon,
.return-line .icon {
  width: 14px;
  height: 14px;
}
.product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
  min-width: 0;
}
.product-actions form { flex: 1; }
.product-actions button {
  width: 100%;
  min-width: 0;
  white-space: normal;
  line-height: 1.2;
}

.category-tile:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.62));
}
.feature-callout-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-block: 18px 42px;
}
.feature-callout-card {
  position: relative;
  min-height: 100%;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5.2;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(31, 23, 32, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-callout-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 44px rgba(31, 23, 32, .12);
  border-color: rgba(233, 30, 99, .24);
}
.feature-callout-audience {
  min-height: 260px;
}
.feature-callout-audience::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 9, 14, .06) 18%, rgba(11, 9, 14, .62) 76%, rgba(11, 9, 14, .8) 100%);
}
.feature-callout-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .35s ease;
}
.feature-callout-ladies .feature-callout-image {
  object-position: center 24%;
}
.feature-callout-men .feature-callout-image {
  object-position: center 18%;
}
.feature-callout-kids .feature-callout-image {
  object-position: center 20%;
}
.feature-callout-girls .feature-callout-image {
  object-position: center 22%;
}
.feature-callout-card:hover .feature-callout-image {
  transform: scale(1.03);
}
.feature-callout-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}
.feature-callout-copy strong {
  display: block;
  margin: 0;
  font-size: clamp(24px, 2.1vw, 32px);
  line-height: 1.15;
  font-family: "Playfair Display", serif;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .42);
}
.feature-callout-copy-minimal {
  display: grid;
  gap: 10px;
}
.feature-callout-total {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}
.shop-toolbar-copy {
  margin: 8px 0 0;
  max-width: 56ch;
  color: var(--muted);
  line-height: 1.7;
}

.testimonial-band {
  background: #fff;
  border-block: 1px solid var(--line);
  margin-block: 30px;
}
.section-subcopy {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.testimonial-grid {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
blockquote {
  margin: 0;
  padding: 24px;
  border-radius: 8px;
  background: var(--soft);
}
blockquote cite {
  display: block;
  margin-top: 16px;
  font-weight: 800;
}
.instagram-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-block: 42px;
}
.instagram-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}
.contact-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.contact-showcase-card {
  min-height: 100%;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border: 1px solid rgba(233, 30, 99, .16);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.94));
  box-shadow: 0 16px 34px rgba(233, 30, 99, .08);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.contact-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 40px rgba(233, 30, 99, .14);
  border-color: rgba(233, 30, 99, .28);
}
.contact-showcase-card i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(233, 30, 99, .1);
  color: var(--primary);
}
.contact-showcase-card span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.info-page-hero {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.info-page-hero h1 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
}
.info-page-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}
.info-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}
.info-page-body {
  display: grid;
  gap: 14px;
}
.info-page-body p {
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  line-height: 1.8;
}
.contact-showcase-card strong {
  font-size: 22px;
  line-height: 1.25;
}
.contact-showcase-card small {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.shop-page { padding-block: 32px 64px; }
.shop-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 26px;
  align-items: start;
}
.filter-sidebar,
.filter-form,
.summary-box,
.checkout-card,
.account-panel,
.auth-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 12px 30px rgba(31,23,32,.06);
}
.filter-sidebar {
  position: sticky;
  top: 112px;
  padding: 18px;
}
.filter-form {
  padding: 18px;
  display: grid;
  gap: 12px;
}
.filter-form input,
.filter-form select,
.sort-row select,
.auth-form input,
.checkout-card input,
.checkout-card select,
.checkout-card textarea,
.form-grid input,
.form-grid select,
.review-form input,
.review-form select,
.review-form textarea,
.return-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
}
.range-grid,
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.filter-reset {
  text-align: center;
  color: var(--primary);
  font-weight: 800;
}
.filter-toggle { display: none; border-radius:5px; padding:2px 5px }
.sort-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.pagination-row {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.pagination-row a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}
.pagination-row a.active {
  background: var(--primary);
  color: #fff;
}

.product-detail { padding-block: 28px 64px; }
.breadcrumb-line {
  display: flex;
  gap: 10px;
  color: var(--muted);
  margin-bottom: 18px;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(300px, .92fr) minmax(340px, 1fr);
  align-items: start;
  gap: 24px;
}
.product-gallery,
.product-buy-box,
.detail-tabs {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
}
.main-product-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: min(68vh, 620px);
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: #f8fafc;
  padding: 0;
}
.thumb-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 10px;
}
.thumb-row button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
  aspect-ratio: 1 / 1;
}
.thumb-row img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  background: #f8fafc;
  padding: 0;
}
.product-buy-box h1 {
  font-size: clamp(28px, 4vw, 48px);
}
.detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 18px 0;
}
.detail-price span {
  color: var(--success);
  font-weight: 800;
}
.detail-price-note {
  flex-basis: 100%;
  margin-top: -2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.detail-price-note:empty {
  display: none;
}
.detail-offer-stack {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.detail-offer-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.94));
}
.detail-offer-card i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(233, 30, 99, .1);
  color: var(--primary);
}
.detail-offer-card strong,
.detail-offer-card small,
.detail-offer-card span {
  display: block;
}
.detail-offer-card small,
.detail-offer-card span {
  color: var(--muted);
  line-height: 1.6;
}
.variant-picker {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
  padding: 18px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.92));
}
.variant-picker-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.variant-picker-head strong {
  display: block;
  margin-top: 4px;
  font-size: 18px;
}
.variant-picker-head small,
.bundle-variant-note {
  color: var(--muted);
  line-height: 1.6;
}
.detail-variant-picker .variant-picker-head small,
.bundle-variant-note {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  max-width: min(100%, 420px);
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(233, 30, 99, .14);
  white-space: normal;
}
.variant-group {
  display: grid;
  gap: 10px;
}
.variant-group-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.variant-group-top strong {
  font-size: 15px;
}
.variant-list,
.bundle-variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.variant-choice {
  position: relative;
  min-width: 104px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 9px 12px;
  background: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.variant-choice:hover {
  transform: translateY(-1px);
  border-color: rgba(233, 30, 99, .22);
}
.variant-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.variant-choice small {
  color: #b42318;
  font-weight: 700;
}
.variant-choice-swatch {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(31, 23, 32, .12);
  background: var(--swatch, #ddd);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
}
.variant-choice-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}
.variant-choice-label {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  word-break: break-word;
}
.variant-choice-copy small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}
.variant-choice-no-swatch {
  min-width: 78px;
  justify-content: center;
  text-align: center;
}
.variant-choice-no-swatch .variant-choice-copy {
  justify-items: center;
}
.variant-choice-swatchable {
  min-width: 128px;
  justify-content: flex-start;
}
.variant-choice-swatchable .variant-choice-copy {
  justify-items: start;
}
.variant-choice:has(input:checked) {
  border-color: rgba(233, 30, 99, .36);
  box-shadow: 0 10px 22px rgba(233, 30, 99, .12);
  background: linear-gradient(180deg, rgba(255,245,251,.96), rgba(255,255,255,.98));
  color: var(--primary);
}
.variant-choice:has(input:checked) .variant-choice-swatch {
  border-color: rgba(233, 30, 99, .3);
}
.variant-choice:has(input:checked) .variant-choice-copy small {
  color: var(--primary);
}
.variant-choice.is-disabled {
  opacity: .56;
  cursor: not-allowed;
  background: rgba(248, 243, 247, .8);
}
.variant-choice-compact {
  min-height: 38px;
  padding: 7px 11px;
  font-size: 13px;
}
.detail-cart-form {
  display: grid;
  grid-template-columns: 130px 1fr 1fr;
  gap: 12px;
}
.detail-share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.qty-stepper {
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.qty-stepper button,
.qty-stepper input {
  border: 0;
  text-align: center;
  background: #fff;
}
.promise-list {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 20px 0 0;
  color: var(--muted);
}
.promise-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 28px;
}
.bundle-total-pill {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  font-weight: 800;
}
.bundle-total-pill strong {
  color: var(--primary);
}
.bought-together-card {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.92));
}
.bought-together-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.bought-together-summary strong {
  display: block;
  margin-top: 4px;
  font-size: 20px;
}
.bought-together-summary p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.bought-together-grid {
  display: grid;
  gap: 12px;
}
.bundle-product-card {
  display: grid;
  grid-template-columns: auto 84px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.bundle-product-card img {
  width: 84px;
  height: 84px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 6px;
}
.bundle-product-card strong,
.bundle-product-card small {
  display: block;
}
.bundle-product-card small {
  color: var(--muted);
  line-height: 1.6;
}
.bundle-product-link {
  display: block;
}
.bundle-product-link img {
  transition: transform .25s ease;
}
.bundle-product-link:hover img {
  transform: scale(1.03);
}
.bundle-product-card.is-current {
  border-color: rgba(233, 30, 99, .22);
}
.bundle-product-check {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
}
.bundle-product-check input {
  width: 18px;
  height: 18px;
}
.bundle-select-label {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(233, 30, 99, .08);
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}
.bundle-product-copy {
  display: grid;
  gap: 10px;
}
.bundle-variant-group {
  display: grid;
  gap: 8px;
  margin-top: 8px;
}
.bundle-variant-group strong {
  font-size: 12px;
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bundle-product-card:has(input:checked) {
  border-color: rgba(233, 30, 99, .32);
  box-shadow: 0 10px 24px rgba(233, 30, 99, .08);
}
.bought-together-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.bought-together-actions p {
  margin: 0;
  color: var(--muted);
}
.bought-together-actions .btn-main:disabled {
  opacity: .62;
  cursor: not-allowed;
  box-shadow: none;
}
.review-form,
.return-form {
  display: grid;
  gap: 10px;
}
.review-item {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
}
.review-item-head,
.review-item-meta,
.tracking-item-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.review-item-head small,
.file-field small,
.order-action-note {
  color: var(--muted);
  line-height: 1.6;
}
.review-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.review-gallery img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.file-field {
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px dashed rgba(233, 30, 99, .28);
  border-radius: 8px;
  background: rgba(255,245,251,.7);
}
.file-field span {
  font-weight: 700;
}
.file-field input[type="file"] {
  padding: 0;
  border: 0;
  background: transparent;
}
.info-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.92));
}
.info-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.cart-page {
  padding-block: 32px 72px;
}
.cart-page-head {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}
.cart-page-head h1 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
}
.cart-page-head p {
  max-width: 58ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: start;
}
.cart-items {
  display: grid;
  gap: 16px;
}
.cart-status-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(31, 23, 32, .06);
}
.cart-status-strip span,
.cart-row-meta small,
.cart-summary-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cart-status-strip i,
.cart-row-meta i,
.cart-summary-note i {
  color: var(--primary);
}
.cart-row {
  display: grid;
  grid-template-columns: 112px 1fr auto;
  gap: 16px;
  align-items: start;
  background: #fff;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 16px 30px rgba(31, 23, 32, .06);
}
.cart-row.saved {
  background: rgba(255,255,255,.94);
}
.cart-row-media {
  width: 112px;
  min-width: 112px;
}
.cart-row img {
  width: 112px;
  height: 112px;
  object-fit: contain;
  object-position: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 12px;
}
.cart-row-main {
  min-width: 0;
  display: grid;
  gap: 12px;
}
.cart-row-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.cart-row h2 {
  font-size: 18px;
  margin: 0 0 6px;
}
.cart-row h2 a:hover {
  color: var(--primary);
}
.cart-row-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.cart-price-stack {
  display: grid;
  justify-items: end;
  gap: 3px;
  text-align: right;
}
.cart-price-stack strong {
  font-size: 18px;
}
.cart-price-stack small {
  color: var(--muted);
  font-weight: 700;
}
.cart-variant-line {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 999px;
  background: rgba(255, 245, 251, .82);
  color: var(--muted);
  line-height: 1.5;
}
.cart-offer-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
}
.cart-row-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cart-row-meta small {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(233, 30, 99, .1);
  border-radius: 999px;
  background: rgba(255,255,255,.88);
  color: var(--muted);
  font-weight: 700;
}
.cart-row-actions {
  display: grid;
  gap: 12px;
}
.cart-qty-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.cart-qty-form > span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(31, 23, 32, .05);
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.cart-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}
.cart-inline-actions form {
  display: flex;
}
.cart-qty-form input {
  width: 70px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 10px;
  text-align: center;
}
.cart-action-btn,
.coupon-inline button {
  min-width: 0;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(233, 30, 99, .12);
  background: #fff;
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  white-space: normal;
  box-shadow: 0 8px 20px rgba(31, 23, 32, .05);
}
.cart-action-btn.is-primary {
  background: linear-gradient(180deg, rgba(233, 30, 99, .12), rgba(255,255,255,.98));
  border-color: rgba(233, 30, 99, .18);
  color: var(--primary);
}
.cart-action-btn.is-danger {
  border-color: rgba(183, 121, 31, .14);
  color: #8f2e2e;
}
.cart-action-btn i {
  width: 16px;
  height: 16px;
}
.cart-line-total {
  display: grid;
  justify-items: end;
  gap: 4px;
  min-width: 110px;
  text-align: right;
}
.cart-line-total span {
  font-size: 20px;
  font-weight: 800;
}
.cart-line-total small {
  color: var(--success);
  font-weight: 700;
}
.summary-box {
  padding: 22px;
  display: grid;
  gap: 12px;
}
.cart-summary-card {
  position: sticky;
  top: 108px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(31, 23, 32, .08);
}
.cart-summary-card > div:not(.summary-heading):not(.summary-offer-list):not(.cart-summary-note):not(.total-line) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.summary-box .summary-offer-list {
  display: grid;
  gap: 6px;
  padding: 10px 0 4px;
  justify-items: start;
}
.summary-box .summary-offer-list small {
  color: var(--muted);
  line-height: 1.5;
}
.cart-subheading {
  margin-top: 6px;
}
.total-line {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  font-size: 20px;
}

.checkout-page { padding-block: 36px 72px; }
.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 22px;
}
.checkout-hero h1 {
  margin: 8px 0 10px;
  font-family: Poppins, sans-serif;
  font-size: clamp(30px, 4vw, 48px);
}
.checkout-hero p {
  max-width: 760px;
  color: var(--muted);
  margin: 0;
}
.checkout-trust-strip {
  display: grid;
  gap: 12px;
}
.checkout-trust-strip article,
.summary-assurance span,
.checkout-card-meta span {
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  padding: 0 14px;
  font-weight: 800;
}
.checkout-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}
.checkout-progress span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--line);
  font-weight: 800;
}
.checkout-progress span.active {
  background: var(--primary);
  color: #fff;
}
.checkout-main {
  display: grid;
  gap: 18px;
}
.checkout-card {
  padding: 20px;
}
.checkout-card-lead {
  padding: 22px;
}
.checkout-card-head,
.summary-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 14px;
  margin-bottom: 18px;
}
.checkout-card-head h2,
.summary-heading h2 {
  margin: 4px 0 0;
}
.checkout-card-meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.checkout-card-meta span {
  min-height: 40px;
  font-size: 13px;
}
.checkout-address-tools {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.checkout-saved-address {
  flex: 1 1 320px;
  display: grid;
  gap: 8px;
}
.checkout-saved-address span {
  color: var(--muted);
  font-weight: 700;
}
.checkout-saved-address select,
.checkout-support-grid input,
.checkout-pincode-row input,
.checkout-pincode-row button,
.checkout-main input,
.checkout-main select,
.checkout-main textarea {
  min-height: 46px;
}
.checkout-pincode-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}
.checkout-location-status {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
}
.checkout-location-status strong {
  font-size: 14px;
}
.checkout-location-status small {
  color: var(--muted);
  line-height: 1.6;
}
.checkout-location-status[data-tone="success"] {
  border-color: rgba(8, 127, 91, .2);
  background: rgba(8, 127, 91, .06);
}
.checkout-location-status[data-tone="warning"] {
  border-color: rgba(183, 121, 31, .22);
  background: rgba(255, 244, 219, .9);
}
.checkout-location-status[data-tone="info"] {
  border-color: rgba(142, 36, 170, .16);
  background: rgba(249, 242, 252, .9);
}
.checkout-note-row,
.summary-assurance {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.payment-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.payment-grid label {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}
.payment-grid-rich {
  margin-bottom: 18px;
}
.payment-option {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.payment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.payment-option-body {
  min-height: 132px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
}
.payment-option-body i {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(233, 30, 99, .08);
  color: var(--primary);
}
.payment-option-body strong {
  font-size: 17px;
}
.payment-option-body small {
  color: var(--muted);
}
.payment-option input:checked + .payment-option-body {
  background: linear-gradient(180deg, rgba(233, 30, 99, .08), rgba(255,255,255,.98));
  box-shadow: inset 0 0 0 2px rgba(233, 30, 99, .34);
}
.checkout-support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.checkout-support-grid > label {
  display: grid;
  gap: 8px;
}
.gift-wrap-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 215, 0, .12), rgba(255,255,255,.98));
  padding: 16px;
}
.gift-wrap-card span:first-child {
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.gift-wrap-card strong {
  font-size: 17px;
}
.gift-wrap-card small {
  color: var(--muted);
}
.checkbox-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.sticky-summary {
  position: sticky;
  top: 112px;
}
.checkout-summary {
  padding: 20px;
}
.checkout-summary-list {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}
.checkout-summary-item {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}
.checkout-summary-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 6px;
}
.checkout-summary-item small {
  display: block;
  color: var(--muted);
}
.checkout-submit {
  margin-top: 6px;
}
.coupon-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}
.coupon-inline input {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.auth-page {
  min-height: calc(100svh - 120px);
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
}
.auth-page-focused {
  grid-template-columns: minmax(320px, 460px);
  justify-content: center;
  padding-block: 24px 64px;
}
.auth-panel {
  margin: clamp(18px, 4vw, 36px);
  padding: 0;
  align-self: center;
}
.auth-page-focused .auth-panel {
  width: min(100%, 460px);
  margin: 0 auto;
}
.auth-panel-customer {
  width: min(100%, 430px);
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
}
.auth-brand-lockup {
  display: grid;
  justify-items: center;
  gap: 12px;
  margin-bottom: 6px;
}
.auth-brand-stack-copy {
  display: grid;
  justify-items: center;
  gap: 6px;
  line-height: 1;
}
.auth-brand-stack-copy strong {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.auth-brand-stack-copy small {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(233, 30, 99, .12), rgba(255, 245, 251, .98));
  border: 1px solid rgba(233, 30, 99, .16);
  color: #5a2f44;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 8px 18px rgba(233, 30, 99, .08);
}
.auth-brand-inline {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.auth-brand-compact {
  gap: 14px;
  margin-bottom: 14px;
}
.auth-brand-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .14em;
}
.auth-brand-inline .brand-copy strong {
  font-size: 17px;
}
.auth-brand-inline .brand-copy small {
  font-size: 10px;
  letter-spacing: .09em;
  max-width: none;
}
.auth-copy-compact {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 34ch;
}
.auth-copy-block h1 {
  margin: 0 0 8px;
  font-size: clamp(28px, 4vw, 34px);
}
.auth-copy-block p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.auth-copy-compact p {
  margin-inline: auto;
}
.auth-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.auth-chip-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 999px;
  background: rgba(255, 245, 251, .96);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.auth-form-shell {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(233, 30, 99, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(31, 23, 32, .08);
}
.auth-form-shell-customer {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(31, 23, 32, .1);
  text-align: left;
}
.customer-login-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 5vw, 34px);
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(255, 132, 39, .12), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,252,.96));
  box-shadow: 0 24px 54px rgba(31, 23, 32, .12);
}
.customer-login-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff6a00, #e91e63, #0b2345);
}
.customer-login-head {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.customer-login-eyebrow {
  width: fit-content;
  margin-inline: auto;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(233, 30, 99, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: var(--primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.customer-login-head h1 {
  margin: 0;
  color: var(--ink);
  font-family: Poppins, sans-serif;
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.12;
  letter-spacing: 0;
}
.customer-login-head p {
  margin: 0 auto;
  max-width: 34ch;
  color: var(--muted);
  line-height: 1.65;
}
.customer-login-form {
  gap: 16px;
}
.auth-form-intro {
  margin-bottom: 12px;
}
.auth-form-head {
  display: grid;
  gap: 4px;
}
.auth-form-head strong {
  font-size: 18px;
}
.auth-form-head small {
  color: var(--muted);
  line-height: 1.6;
}
.auth-form-head.compact {
  margin-bottom: 4px;
}
.auth-form {
  display: grid;
  gap: 12px;
  margin-top: 0;
}
.auth-form-google-only {
  gap: 14px;
  margin-top: 14px;
}
.auth-otp-shell {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(233, 30, 99, .12);
}
.auth-divider {
  position: relative;
  margin-top: 18px;
  text-align: center;
}
.auth-divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(233, 30, 99, .12);
}
.auth-divider span {
  position: relative;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.92));
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.google-button {
  margin-top: 16px;
  width: 100%;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-weight: 800;
}
.auth-google-btn {
  width: 100%;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #dadce0;
  border-radius: 14px;
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 14px 26px rgba(17, 24, 39, .08);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.auth-google-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  border-color: #c7d2fe;
  box-shadow: 0 18px 32px rgba(17, 24, 39, .12);
}
.auth-google-btn:disabled {
  opacity: .58;
  cursor: not-allowed;
  box-shadow: none;
}
.auth-google-btn-primary {
  font-size: 15px;
  font-weight: 800;
}
.auth-google-icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}
.auth-google-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.auth-provider-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}
.customer-login-trust {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(233, 30, 99, .1);
}
.customer-login-trust span {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(16, 24, 40, .07);
  border-radius: 12px;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.customer-login-trust i,
.customer-login-trust svg {
  width: 17px;
  height: 17px;
  color: var(--primary);
  flex: 0 0 auto;
}
.fine-print,
.fine-link {
  color: var(--muted);
  font-size: 13px;
  margin-top: 12px;
}
.auth-panel-customer .fine-print {
  text-align: center;
}
.auth-help-inline {
  max-width: 34ch;
  margin-inline: auto;
  line-height: 1.7;
}
.fine-link {
  display: inline-block;
  color: var(--primary);
  font-weight: 800;
}
.auth-art {
  position: relative;
  display: grid;
  align-items: stretch;
}
.auth-art img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.admin-auth {
  align-items: stretch;
  gap: 20px;
}
.admin-auth-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.admin-auth-shell {
  width: min(100%, 490px);
  display: grid;
  gap: 18px;
}
.admin-auth-copy h1 {
  margin: 6px 0 10px;
  font-size: clamp(34px, 5vw, 46px);
}
.admin-auth-copy p {
  max-width: 36ch;
  color: var(--muted);
  line-height: 1.65;
}
.admin-auth-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.admin-auth-pills span {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 24px rgba(31, 23, 32, .05);
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}
.admin-auth-pills i {
  color: var(--primary);
}
.admin-auth-form-shell {
  padding: 24px;
}
.admin-auth-art {
  padding: 24px 24px 24px 0;
}
.admin-auth-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #181119;
  box-shadow: 0 24px 52px rgba(31, 23, 32, .18);
}
.admin-auth-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .28;
  filter: saturate(.9);
}
.admin-auth-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 12, 20, .45), rgba(18, 12, 20, .9));
}
.admin-auth-visual-body {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
}
.admin-auth-visual-copy {
  max-width: 34ch;
  display: grid;
  gap: 12px;
  color: #fff;
}
.admin-auth-visual-copy .eyebrow {
  color: rgba(255, 215, 0, .9);
}
.admin-auth-visual-copy strong {
  font-family: Poppins, sans-serif;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}
.admin-auth-visual-copy p {
  margin: 0;
  color: rgba(255,255,255,.76);
  line-height: 1.7;
}
.admin-auth-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.admin-auth-metrics article {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.admin-auth-metrics span {
  display: block;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.admin-auth-metrics strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.account-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  padding-block: 36px 72px;
}
.account-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
  display: grid;
  gap: 8px;
}
.account-sidebar a {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 800;
}
.account-sidebar a.active {
  background: var(--primary);
  color: #fff;
}
.account-panel {
  padding: 24px;
}
.form-grid.single { grid-template-columns: 1fr; }
.address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.address-card,
.order-card,
.timeline-step,
.compare-table article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
.order-card {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}
.status-chip,
.meta-chip {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
}
.status-chip-info {
  background: rgba(233, 30, 99, .12);
  color: var(--primary);
}
.status-chip-accent {
  background: rgba(142, 36, 170, .12);
  color: var(--accent);
}
.status-chip-warning {
  background: rgba(183, 121, 31, .14);
  color: var(--warning);
}
.status-chip-success {
  background: rgba(8, 127, 91, .14);
  color: var(--success);
}
.status-chip-muted {
  background: rgba(111, 100, 114, .14);
  color: var(--muted);
}
.meta-chip {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
}
.order-card-rich {
  grid-template-columns: 1fr auto;
  gap: 18px;
}
.order-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}
.order-action-card {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,245,251,.9));
  box-shadow: 0 12px 28px rgba(31,23,32,.06);
}
.order-action-card h2 {
  margin: 0;
  font-size: 22px;
}
.order-action-card p,
.order-action-note {
  margin: 0;
}
.return-request-status-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(233, 30, 99, .14);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
}
.return-request-status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.return-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.return-proof-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--line);
}
.return-process-note {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 8px;
  background: rgba(255, 248, 252, .9);
  border: 1px solid rgba(233, 30, 99, .12);
}
.return-process-note strong {
  font-size: 14px;
}
.return-process-note ol {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}
.order-card-main {
  display: grid;
  gap: 10px;
}
.order-card-head,
.order-card-meta,
.tracking-chip-row,
.tracking-progress-top,
.tracking-feed-row,
.tracking-actions-row,
.tracking-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.order-card-head {
  justify-content: space-between;
}
.order-card-head span,
.order-card-main p,
.order-card-meta,
.tracking-subtitle,
.tracking-hero-main p,
.tracking-summary-card span,
.tracking-summary-card small,
.tracking-metrics small,
.tracking-step-card small,
.tracking-item-row p,
.tracking-item-row small,
.tracking-feed-item p,
.tracking-feed-location {
  color: var(--muted);
}
.order-card-main p,
.tracking-feed-item p {
  margin: 0;
}
.order-card-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.order-card-side {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}
.tracking-page {
  display: grid;
  gap: 22px;
}
.tracking-header {
  margin-bottom: 0;
}
.tracking-subtitle {
  max-width: 720px;
  margin: 8px 0 0;
}
.tracking-live-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.tracking-provider-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(142, 36, 170, .08);
  color: var(--accent);
  font-weight: 700;
}
.live-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(8, 127, 91, .1);
  color: var(--success);
  padding: 0 12px;
  font-size: 13px;
  font-weight: 800;
}
.live-chip > span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(8, 127, 91, .12);
}
.tracking-hero,
.tracking-layout-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(300px, .9fr);
  gap: 18px;
}
.tracking-hero-main,
.tracking-summary-card,
.tracking-progress-card,
.tracking-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(31,23,32,.06);
}
.tracking-hero-main {
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 215, 0, .24), transparent 32%),
    linear-gradient(135deg, rgba(233, 30, 99, .08), rgba(255,255,255,.96) 44%);
}
.tracking-hero-main h2,
.tracking-summary-card h2,
.tracking-progress-card h2,
.tracking-panel h2 {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
}
.tracking-hero-main h2 {
  margin-top: 4px;
}
.tracking-route-card {
  display: grid;
  grid-template-columns: 1fr minmax(160px, .9fr) 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(233, 30, 99, .18);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  padding: 14px;
  margin-top: 14px;
}
.tracking-route-card span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.tracking-route-card strong {
  display: block;
  margin-top: 4px;
}
.tracking-route-line {
  display: grid;
  justify-items: center;
  gap: 8px;
}
.tracking-route-line > span {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.tracking-route-line small {
  color: var(--muted);
  text-align: center;
}
.tracking-metrics,
.tracking-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.tracking-provider-note {
  display: grid;
  gap: 6px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(142, 36, 170, .14);
  border-radius: 8px;
  background: rgba(255,255,255,.88);
}
.tracking-metrics article,
.tracking-step-card {
  min-height: 128px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.9);
  padding: 16px;
}
.tracking-metrics span,
.tracking-panel-head span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.tracking-metrics strong,
.tracking-summary-card strong,
.tracking-step-card strong,
.tracking-item-row strong,
.tracking-feed-item strong {
  display: block;
}
.tracking-summary-card {
  padding: 22px;
  display: grid;
  gap: 16px;
}
.tracking-summary-card div {
  display: grid;
  gap: 4px;
}
.tracking-progress-card,
.tracking-panel {
  padding: 22px;
}
.tracking-progress-top {
  justify-content: space-between;
}
.tracking-progress-bar {
  position: relative;
  width: 100%;
  height: 12px;
  margin: 18px 0;
  border-radius: 999px;
  background: #f4ebf1;
  overflow: hidden;
}
.tracking-progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
}
.tracking-step-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.tracking-step-card {
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 10px;
}
.tracking-step-card > span,
.tracking-feed-item > span {
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #f0dde8;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 1px var(--line);
}
.tracking-step-card.is-complete > span,
.tracking-feed-item.is-current > span {
  background: var(--primary);
}
.tracking-step-card.is-current {
  border-color: rgba(233, 30, 99, .35);
  box-shadow: 0 12px 28px rgba(233, 30, 99, .12);
}
.tracking-panel-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.tracking-item-list,
.tracking-feed {
  display: grid;
  gap: 12px;
}
.tracking-item-row,
.tracking-feed-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 14px;
}
.tracking-item-row {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 14px;
  align-items: center;
}
.tracking-item-row img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 6px;
}
.tracking-current-scan {
  border: 1px solid rgba(233, 30, 99, .18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(233, 30, 99, .08), rgba(255,255,255,.98));
  padding: 16px;
  margin-bottom: 12px;
}
.tracking-current-scan strong {
  display: block;
  margin-bottom: 6px;
}
.tracking-current-scan p,
.tracking-current-scan small {
  color: var(--muted);
  margin: 0;
}
.tracking-current-scan small {
  display: block;
  margin-top: 8px;
}
.tracking-feed-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}
.tracking-feed-row {
  justify-content: space-between;
}
.tracking-actions-row {
  justify-content: space-between;
}
.timeline {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.timeline-step {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}
.timeline-step > span {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  border-radius: 999px;
  background: var(--primary);
}
.compare-table {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.compare-table img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fff7fb);
  padding: 10px;
}

.empty-state {
  text-align: center;
  padding: 56px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.site-footer {
  overflow-x: hidden;
  background: #1f1720;
  color: #fff;
  padding: 48px 0 90px;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  max-width: 100%;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  margin-bottom: 16px;
}
.footer-brand .brand-logo-image {
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.24));
}
.footer-brand .brand-gem {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  font-size: 22px;
  box-shadow: 0 18px 32px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.82);
}
.footer-brand .brand-copy {
  gap: 6px;
}
.footer-brand .brand-copy strong {
  font-size: 18px;
  letter-spacing: .14em;
  color: #fff;
  text-shadow: 0 6px 16px rgba(0, 0, 0, .18);
}
.footer-brand .brand-copy small {
  background: linear-gradient(180deg, rgba(255, 215, 0, .18), rgba(255,255,255,.1));
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.86);
  font-size: 10px;
  letter-spacing: .08em;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.4fr;
  gap: 28px;
}
.footer-grid > *,
.footer-contact-list,
.footer-highlight-card,
.footer-credit-copy {
  min-width: 0;
}
.footer-credit {
  width: min(100% - 32px, 1440px);
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.16);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255,255,255,.78);
  text-align: left;
}
.footer-credit-photo {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  border: 2px solid rgba(255,255,255,.16);
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
}
.footer-credit-copy {
  display: grid;
  gap: 4px;
}
.footer-credit-label {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.footer-credit-name {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}
.footer-credit-role {
  color: rgba(255,255,255,.74);
  font-size: 13px;
  line-height: 1.5;
}
.site-footer a,
.site-footer strong {
  display: block;
  margin-bottom: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.site-footer .brand-copy small {
  color: rgba(255,255,255,.86);
}
.site-footer p { color: rgba(255,255,255,.7); }
.site-footer p,
.footer-contact-list a span,
.footer-highlight-card span,
.footer-highlight-card strong,
.footer-credit-label,
.footer-credit-name,
.footer-credit-role {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.footer-contact-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.footer-contact-list a {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 0;
  color: rgba(255,255,255,.84);
}
.footer-contact-list a span {
  line-height: 1.6;
}
.footer-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.footer-highlight-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: rgba(255,255,255,.05);
}
.footer-highlight-card i {
  color: #ffd700;
}
.footer-highlight-card span {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-highlight-card strong {
  color: #fff;
  font-size: 16px;
}
.newsletter-box label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}
.newsletter-box div {
  display: grid;
  grid-template-columns: 1fr 48px;
}
.newsletter-box input,
.newsletter-box button {
  border: 0;
  min-height: 48px;
}
.newsletter-box input {
  border-radius: 8px 0 0 8px;
  padding: 0 14px;
}
.newsletter-box button {
  border-radius: 0 8px 8px 0;
  background: var(--secondary);
}
.newsletter-box small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.66);
  line-height: 1.5;
}
.bottom-nav {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  z-index: 60;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  padding: 3px;
  border: 1px solid rgba(234, 221, 230, .95);
  border-radius: 16px;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 36px rgba(31, 23, 32, .12);
}
.bottom-nav a {
  position: relative;
  min-height: 52px;
  display: grid;
  place-items: center;
  gap: 1px;
  font-size: 11px;
  border-radius: 13px;
}
.bottom-nav a.active {
  background: rgba(233, 30, 99, .08);
}
.bottom-nav-badge {
  top: 5px;
  left: calc(50% + 2px);
  right: auto;
  min-width: 17px;
  height: 17px;
  font-size: 9px;
  z-index: 1;
}
.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: calc(92px + env(safe-area-inset-bottom, 0px));
  z-index: 55;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  box-shadow: var(--shadow);
}
