:root {
  --store-bg: #f4f5f9;
  --store-surface: rgba(255, 255, 255, 0.92);
  --store-surface-strong: #ffffff;
  --store-border: rgba(14, 23, 42, 0.08);
  --store-text: #101828;
  --store-muted: #667085;
  --store-dark: #0b1220;
  --store-dark-soft: #17223b;
  --store-accent: #f4c76a;
  --store-accent-strong: #e8b449;
  --store-accent-soft: rgba(244, 199, 106, 0.18);
  --store-danger: #c73e51;
  --store-success: #0f9d68;
  --shadow-soft: 0 20px 60px rgba(16, 24, 40, 0.08);
  --shadow-card: 0 16px 40px rgba(16, 24, 40, 0.10);
  --shadow-strong: 0 24px 70px rgba(10, 16, 31, 0.18);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body.public-body {
  margin: 0;
  min-height: 100vh;
  color: var(--store-text);
  background:
    radial-gradient(circle at top left, rgba(244, 199, 106, 0.22), transparent 30%),
    radial-gradient(circle at top right, rgba(63, 94, 251, 0.12), transparent 25%),
    linear-gradient(180deg, #fbfbfd 0%, #f2f4f8 35%, #eef1f7 100%);
}

.public-main {
  position: relative;
  z-index: 2;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 10%, rgba(244, 199, 106, 0.10), transparent 20%),
    radial-gradient(circle at 84% 0%, rgba(10, 16, 31, 0.06), transparent 22%),
    radial-gradient(circle at 85% 35%, rgba(227, 184, 74, 0.10), transparent 18%);
  z-index: 0;
}

.container {
  max-width: 1240px;
}

.public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0 10px;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(244, 245, 249, 0.96), rgba(244, 245, 249, 0.72) 80%, rgba(244, 245, 249, 0));
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: linear-gradient(130deg, rgba(9, 17, 31, 0.98), rgba(20, 31, 54, 0.96) 58%, rgba(14, 22, 37, 0.96));
  box-shadow: var(--shadow-strong);
}

.brand-box,
.brand-box:hover {
  color: #fff;
  text-decoration: none;
}

.brand-box {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  color: var(--store-dark);
  box-shadow: 0 12px 32px rgba(232, 180, 73, 0.38);
}

.brand-copy {
  min-width: 0;
}

.brand-name {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.2;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-pill,
.nav-pill:hover {
  color: #fff;
  text-decoration: none;
}

.nav-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.nav-pill:hover,
.nav-pill.active {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.nav-pill--accent {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.94), rgba(232, 180, 73, 0.96));
  color: var(--store-dark);
  border-color: rgba(255, 255, 255, 0.12);
}

.nav-pill--accent:hover {
  color: var(--store-dark);
}

.cart-badge {
  min-width: 26px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--store-accent), #ffdc94);
  color: var(--store-dark);
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(232, 180, 73, 0.35);
}

.section-shell {
  padding-top: 14px;
  padding-bottom: 14px;
}

.surface-card {
  position: relative;
  border: 1px solid var(--store-border);
  border-radius: var(--radius-xl);
  background: var(--store-surface);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.surface-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.26), transparent 18%);
}

.hero-card {
  padding: 38px;
}

.hero-card .row {
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(13, 21, 37, 0.06);
  color: var(--store-dark-soft);
  font-weight: 700;
  margin-bottom: 18px;
}

.eyebrow i {
  color: var(--store-accent-strong);
}

.hero-title {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.95;
  font-weight: 850;
  letter-spacing: -0.06em;
}

.hero-title .highlight {
  color: var(--store-dark);
  position: relative;
}

.hero-title .highlight::after {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 8px;
  height: 16px;
  border-radius: 999px;
  background: rgba(244, 199, 106, 0.42);
  z-index: -1;
}

.hero-subtitle {
  margin-bottom: 28px;
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--store-muted);
  max-width: 580px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.btn-store,
.btn-store:hover {
  text-decoration: none;
}

.btn-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn-store:hover {
  transform: translateY(-2px);
}

.btn-store-primary {
  color: var(--store-dark);
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  box-shadow: 0 16px 30px rgba(232, 180, 73, 0.28);
}

.btn-store-secondary {
  color: var(--store-dark);
  background: rgba(13, 21, 37, 0.06);
  border: 1px solid rgba(13, 21, 37, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stat {
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.hero-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 1;
}

.hero-stat span {
  color: var(--store-muted);
  font-size: 0.93rem;
}

.hero-visual {
  position: relative;
  padding: 22px 14px 12px;
}

.hero-image-wrap {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #eef1f7 100%);
  box-shadow: 0 30px 70px rgba(13, 21, 37, 0.18);
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.55) 32%, transparent 60%);
  transform: translateX(-110%);
  animation: hero-shine 6s ease-in-out infinite;
  z-index: 2;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: auto -18% -16% 10%;
  height: 46%;
  background: radial-gradient(circle, rgba(244, 199, 106, 0.30), transparent 62%);
  filter: blur(20px);
}

.hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: transform 0.8s ease;
  animation: float-product 5.8s ease-in-out infinite;
}

.hero-image-wrap:hover .hero-image {
  transform: scale(1.03) rotate(-1deg);
}

.hero-floating {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(13, 21, 37, 0.16);
  backdrop-filter: blur(12px);
}

.hero-floating i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--store-accent-soft);
  color: var(--store-accent-strong);
  font-size: 1.1rem;
}

.hero-floating strong {
  display: block;
  font-size: 0.98rem;
}

.hero-floating small {
  display: block;
  color: var(--store-muted);
}

.hero-floating--top {
  top: 14px;
  right: -10px;
}

.hero-floating--bottom {
  left: -18px;
  bottom: 24px;
}

.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-kicker {
  display: block;
  margin-bottom: 6px;
  color: var(--store-accent-strong);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.section-title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.04em;
  font-weight: 800;
}

.section-subtitle {
  margin: 8px 0 0;
  color: var(--store-muted);
  max-width: 660px;
}

.section-link,
.section-link:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
  font-weight: 800;
}

.category-tile,
.category-tile:hover {
  color: #fff;
  text-decoration: none;
}

.category-tile {
  position: relative;
  display: block;
  min-height: 260px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.category-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 21, 37, 0.02), rgba(13, 21, 37, 0.72));
  z-index: 1;
}

.category-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 10%, rgba(255,255,255,0.24) 42%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  z-index: 2;
}

.category-tile:hover::after {
  transform: translateX(120%);
}

.category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.category-tile:hover .category-image {
  transform: scale(1.08);
}

.category-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  z-index: 3;
}

.category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  font-size: 0.84rem;
}

.category-name {
  display: block;
  margin-top: 14px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-premium {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: var(--shadow-card);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
  border-color: rgba(244, 199, 106, 0.42);
}

.product-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255,255,255,0.16), transparent 35%);
  pointer-events: none;
  z-index: 1;
}

.product-media {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f4f5f9, #eef1f7);
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.30) 44%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.product-premium:hover .product-media::after {
  transform: translateX(120%);
}

.product-media img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.65s ease;
}

.product-premium:hover .product-media img {
  transform: scale(1.08);
}

.product-tags {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.product-badge,
.stock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.product-badge {
  color: #fff;
  background: rgba(11, 18, 32, 0.7);
  backdrop-filter: blur(12px);
}

.stock-pill.in-stock {
  background: rgba(15, 157, 104, 0.12);
  color: var(--store-success);
}

.stock-pill.out-stock {
  background: rgba(199, 62, 81, 0.13);
  color: var(--store-danger);
}

.product-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px 22px 24px;
}

.product-category {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--store-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.product-title {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-description {
  color: var(--store-muted);
  line-height: 1.65;
  min-height: 52px;
  margin: 0;
}

.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.price-tag {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--store-dark);
}

.price-note {
  display: block;
  margin-top: 2px;
  font-size: 0.8rem;
  color: var(--store-muted);
}

.btn-add-cart,
.btn-add-cart:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.btn-add-cart {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  min-width: 142px;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--store-accent), var(--store-accent-strong));
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(232, 180, 73, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-add-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(232, 180, 73, 0.34);
}

.btn-add-cart[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
  box-shadow: none;
}

.catalog-toolbar {
  padding: 22px;
  margin-bottom: 26px;
}

.catalog-toolbar .form-control {
  min-height: 52px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  box-shadow: none;
}

.catalog-toolbar .form-control:focus {
  border-color: rgba(232, 180, 73, 0.56);
  box-shadow: 0 0 0 0.2rem rgba(244, 199, 106, 0.18);
}

.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.filter-pill,
.filter-pill:hover {
  color: var(--store-dark);
  text-decoration: none;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-pill:hover,
.filter-pill.active {
  transform: translateY(-2px);
  border-color: rgba(244, 199, 106, 0.55);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.10);
}

.filter-pill.active {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.18), rgba(232, 180, 73, 0.12));
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mini-product-card {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border-radius: 22px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  min-height: 118px;
}

.mini-product-card img {
  width: 86px;
  height: 86px;
  border-radius: 18px;
  object-fit: cover;
  flex: 0 0 86px;
}

.mini-product-card h6 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
}

.mini-product-card .meta {
  color: var(--store-muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.dual-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.info-panel {
  padding: 28px;
}

.empty-note {
  padding: 22px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px dashed rgba(15, 23, 42, 0.14);
  color: var(--store-muted);
}

.cart-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 26px;
}

.cart-items-card,
.cart-summary-card {
  padding: 24px;
}

.cart-item {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.cart-item + .cart-item {
  margin-top: 16px;
}

.cart-thumb {
  width: 118px;
  height: 132px;
  border-radius: 22px;
  object-fit: cover;
}

.cart-line-top {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
}

.cart-line-top h5 {
  margin: 6px 0 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.cart-category {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--store-muted);
  text-transform: uppercase;
}

.cart-price {
  font-size: 1.12rem;
  font-weight: 900;
  white-space: nowrap;
}

.cart-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.qty-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.05);
}

.qty-wrap label {
  margin: 0;
  color: var(--store-muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.qty-wrap .form-control {
  width: 92px;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: none;
}

.btn-remove {
  border: 0;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-weight: 800;
  color: var(--store-danger);
  background: rgba(199, 62, 81, 0.10);
}

.summary-lines {
  display: grid;
  gap: 14px;
}

.summary-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: var(--store-muted);
}

.summary-line strong {
  color: var(--store-dark);
}

.summary-total {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-size: 1.06rem;
}

.summary-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(244, 199, 106, 0.14);
  color: var(--store-dark-soft);
}

.empty-state {
  padding: 34px 28px;
  text-align: center;
}

.empty-state i {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  background: rgba(15, 23, 42, 0.05);
  font-size: 1.5rem;
  color: var(--store-accent-strong);
  margin-bottom: 16px;
}

.store-toast-stack {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1100;
  display: grid;
  gap: 12px;
}

.store-toast {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  min-width: 260px;
  max-width: 360px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(11, 18, 32, 0.95);
  color: #fff;
  box-shadow: 0 18px 38px rgba(11, 18, 32, 0.28);
  transform: translateY(18px);
  opacity: 0;
  animation: toast-in 0.28s ease forwards;
}

.store-toast i {
  margin-top: 2px;
  color: var(--store-accent);
}

.store-toast--danger i {
  color: #ff9aa8;
}

.public-footer {
  position: relative;
  margin-top: 56px;
  padding: 38px 0;
}

.public-footer .footer-card {
  padding: 30px;
  border-radius: 30px;
  background: linear-gradient(130deg, rgba(9, 17, 31, 0.98), rgba(21, 32, 54, 0.96));
  color: rgba(255,255,255,0.88);
  box-shadow: var(--shadow-strong);
}

.footer-card .brand-name {
  font-size: 1.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.footer-title {
  display: block;
  margin-bottom: 12px;
  font-weight: 800;
  color: #fff;
}

.footer-link,
.footer-link:hover {
  color: rgba(255,255,255,0.88);
  text-decoration: none;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.alert {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

@keyframes hero-shine {
  0%, 20% { transform: translateX(-110%); }
  40%, 100% { transform: translateX(130%); }
}

@keyframes float-product {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes toast-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1199px) {
  .nav-shell {
    border-radius: 34px;
  }

  .hero-card {
    padding: 28px;
  }

  .mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .public-header {
    position: static;
  }

  .nav-shell {
    border-radius: 30px;
    padding: 16px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-stats,
  .dual-panels,
  .cart-shell,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-floating--top {
    right: 10px;
  }

  .hero-floating--bottom {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .brand-subtitle {
    display: none;
  }

  .hero-card {
    padding: 22px;
  }

  .hero-title {
    font-size: 2.4rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .mini-grid {
    grid-template-columns: 1fr;
  }

  .product-media img {
    height: 270px;
  }

  .cart-item {
    grid-template-columns: 1fr;
  }

  .cart-thumb {
    width: 100%;
    height: 250px;
  }
}

/* ===== visual refresh v2 ===== */
:root {
  --store-bg: #d9e1eb;
  --store-surface: rgba(231, 237, 245, 0.88);
  --store-surface-strong: #e8eef5;
  --store-border: rgba(7, 16, 31, 0.08);
  --store-text: #0c1524;
  --store-muted: #5f6f86;
  --store-dark: #0a1220;
  --store-dark-soft: #18263d;
  --store-accent: #f0c15d;
  --store-accent-strong: #dca83f;
  --store-accent-soft: rgba(240, 193, 93, 0.18);
  --shadow-soft: 0 20px 60px rgba(8, 18, 36, 0.10);
  --shadow-card: 0 18px 42px rgba(8, 18, 36, 0.12);
  --shadow-strong: 0 30px 70px rgba(6, 14, 28, 0.24);
}

body.public-body {
  background:
    radial-gradient(circle at top left, rgba(240, 193, 93, 0.10), transparent 20%),
    radial-gradient(circle at top right, rgba(36, 66, 120, 0.12), transparent 22%),
    linear-gradient(180deg, #cdd6e2 0%, #d9e2ec 22%, #e1e8f0 45%, #d7dee8 100%);
}

.site-backdrop {
  background:
    radial-gradient(circle at 12% 6%, rgba(240, 193, 93, 0.10), transparent 18%),
    radial-gradient(circle at 84% 0%, rgba(10, 18, 32, 0.08), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(90, 116, 165, 0.14), transparent 20%);
}

.container {
  max-width: 1460px;
}

.public-header {
  background: linear-gradient(180deg, rgba(205, 214, 226, 0.96), rgba(205, 214, 226, 0.74) 80%, rgba(205, 214, 226, 0));
}

.nav-shell {
  padding: 16px 18px;
  border-color: rgba(255,255,255,0.16);
}

.section-shell {
  padding-top: 16px;
  padding-bottom: 16px;
}

.surface-card {
  background: linear-gradient(180deg, rgba(236, 242, 248, 0.94), rgba(227, 234, 243, 0.88));
  border-color: rgba(8, 18, 36, 0.06);
}

.section-header-light .section-title,
.section-header-light .section-subtitle {
  color: var(--store-text);
}

.section-link-dark {
  background: rgba(236, 242, 248, 0.95);
}

.eyebrow-dark {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.08);
}

.hero-title-light,
.hero-subtitle-light {
  color: #f5f8fc;
}

.hero-subtitle-light {
  max-width: 690px;
}

.btn-store-ghost {
  color: #fff;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
}

.btn-store-ghost:hover {
  color: #fff;
  background: rgba(255,255,255,0.14);
}

.hero-band {
  position: relative;
  padding: 18px 0 12px;
}

.hero-band::before {
  content: "";
  position: absolute;
  inset: 20px 0 auto;
  height: 540px;
  background: linear-gradient(135deg, rgba(7, 16, 31, 0.90), rgba(20, 33, 58, 0.92) 58%, rgba(31, 49, 79, 0.84));
  box-shadow: var(--shadow-strong);
}

.hero-band .container {
  position: relative;
  z-index: 2;
}

.hero-band-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 34px;
  min-height: 540px;
  padding: 52px 44px 44px;
  border-radius: 36px;
  overflow: hidden;
}

.hero-band-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(240, 193, 93, 0.20), transparent 14%),
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(115deg, rgba(255,255,255,0.03), transparent 34%);
  pointer-events: none;
}

.hero-copy,
.hero-stage {
  position: relative;
  z-index: 1;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.hero-band .hero-title {
  max-width: 720px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.92;
}

.hero-band .hero-subtitle {
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-stats-dark .hero-stat-dark {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.09);
  backdrop-filter: blur(10px);
}

.hero-stats-dark .hero-stat-dark strong,
.hero-stats-dark .hero-stat-dark span {
  color: #eef4ff;
}

.hero-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.hero-stage-card {
  position: relative;
  width: min(100%, 670px);
  min-height: 470px;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(247, 249, 252, 0.98), rgba(214, 224, 238, 0.95));
  box-shadow: 0 32px 70px rgba(0, 0, 0, 0.22);
}

.hero-stage-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 8%, rgba(255,255,255,0.42) 38%, transparent 56%);
  transform: translateX(-120%);
  animation: hero-shine 7s ease-in-out infinite;
  z-index: 2;
}

.hero-stage-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 16%;
  height: 48%;
  background: radial-gradient(circle, rgba(240, 193, 93, 0.34), transparent 62%);
  filter: blur(20px);
}

.hero-stage-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.8s ease;
  animation: float-product 6.4s ease-in-out infinite;
}

.hero-stage-card:hover .hero-stage-image {
  transform: scale(1.04) rotate(-1.2deg);
}

.hero-stage-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 22px;
  color: #0f1728;
  background: rgba(242, 246, 251, 0.9);
  border: 1px solid rgba(255,255,255,0.55);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(6, 14, 28, 0.20);
}

.hero-stage-badge i {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(240, 193, 93, 0.18);
  color: var(--store-accent-strong);
}

.hero-stage-badge strong {
  display: block;
  font-size: 1rem;
}

.hero-stage-badge small {
  display: block;
  color: var(--store-muted);
}

.hero-stage-badge--top {
  top: 26px;
  right: 0;
}

.hero-stage-badge--bottom {
  left: 0;
  bottom: 28px;
}

.product-premium {
  background: linear-gradient(180deg, rgba(241, 245, 250, 0.96), rgba(229, 236, 244, 0.92));
}

.product-premium--featured {
  border-color: rgba(240, 193, 93, 0.24);
  box-shadow: 0 20px 42px rgba(8, 18, 36, 0.14);
}

.product-premium--featured .product-media {
  background: linear-gradient(180deg, #eef3f8, #dde5ef);
}

.product-media {
  background: linear-gradient(180deg, #edf2f8, #dfe7f1);
}

.product-media img {
  height: 350px;
}

.product-media::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 32%;
  background: linear-gradient(180deg, transparent, rgba(9, 17, 31, 0.10));
  z-index: 1;
  pointer-events: none;
}

.product-premium:hover .product-media img {
  transform: scale(1.07) rotate(-1.3deg);
}

.category-tile {
  min-height: 300px;
}

.catalog-shell {
  padding-top: 30px;
}

.mini-product-card,
.catalog-toolbar,
.filter-pill,
.section-link-dark {
  background: rgba(238, 243, 249, 0.92);
}

.price-note {
  color: #61718a;
}

@media (max-width: 1199px) {
  .hero-band::before {
    height: 500px;
  }

  .hero-band-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 28px 32px;
  }

  .hero-copy {
    padding-right: 0;
  }

  .hero-stage-card {
    width: 100%;
    min-height: 420px;
  }

  .hero-stage-badge--top {
    right: 18px;
  }

  .hero-stage-badge--bottom {
    left: 18px;
  }
}

@media (max-width: 767px) {
  .hero-band::before {
    inset: 14px 0 auto;
    height: 540px;
  }

  .hero-band-inner {
    padding: 26px 20px 22px;
    gap: 22px;
    border-radius: 28px;
  }

  .hero-band .hero-title {
    font-size: 2.6rem;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 320px;
  }

  .hero-stage-badge {
    position: relative;
    margin-top: 12px;
  }

  .hero-stage {
    flex-direction: column;
  }

  .product-media img {
    height: 280px;
  }
}

/* ===== header/footer full width refinement ===== */
.public-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 0;
  background: linear-gradient(90deg, rgba(8, 16, 31, 0.98), rgba(16, 28, 49, 0.98) 52%, rgba(12, 20, 38, 0.98));
  border-bottom: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 18px 42px rgba(6, 14, 28, 0.18);
  backdrop-filter: blur(16px);
}

.header-inner,
.footer-inner {
  max-width: 1460px;
  margin: 0 auto;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
}

.nav-shell {
  min-height: 92px;
  padding: 18px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.nav-brand-side {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
  flex-wrap: wrap;
}

.nav-links {
  gap: 12px;
}

.nav-links--primary {
  justify-content: flex-start;
}

.nav-links--secondary {
  justify-content: flex-end;
  margin-left: auto;
}

.nav-pill {
  background: rgba(255,255,255,0.045);
  border-color: rgba(255,255,255,0.08);
}

.nav-pill:hover,
.nav-pill.active {
  background: rgba(255,255,255,0.11);
}

.public-main {
  padding-top: 10px;
}

.hero-band {
  padding-top: 0;
}

.hero-band::before {
  inset: 0 0 auto;
  height: 620px;
}

.hero-band .container {
  max-width: 1460px;
}

.hero-band-inner {
  border-radius: 0 0 44px 44px;
  min-height: 620px;
  padding-top: 58px;
}

.public-footer {
  margin-top: 64px;
  padding: 0;
  background: linear-gradient(120deg, rgba(7, 16, 31, 0.98), rgba(18, 29, 50, 0.98) 55%, rgba(10, 18, 34, 1));
  border-top: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.public-footer .footer-card {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.footer-inner {
  padding-top: 36px;
  padding-bottom: 42px;
}

.footer-copy {
  color: rgba(255,255,255,0.74);
  line-height: 1.8;
  max-width: 420px;
}

.footer-grid {
  align-items: start;
}

@media (max-width: 1199px) {
  .nav-shell {
    min-height: auto;
    align-items: flex-start;
  }

  .nav-brand-side {
    width: 100%;
    gap: 18px;
  }

  .nav-links--secondary {
    margin-left: 0;
  }

  .hero-band::before {
    height: 560px;
  }

  .hero-band-inner {
    border-radius: 0 0 34px 34px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .public-header {
    position: static;
  }

  .header-inner,
  .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-shell {
    padding: 16px 0;
    gap: 14px;
  }

  .nav-brand-side,
  .nav-links,
  .nav-links--secondary {
    width: 100%;
  }

  .nav-links--secondary {
    justify-content: flex-start;
    margin-left: 0;
  }

  .hero-band::before {
    height: 540px;
  }

  .hero-band-inner {
    border-radius: 0 0 30px 30px;
    padding-top: 34px;
  }
}

@media (max-width: 767px) {
  .brand-name {
    font-size: 1.2rem;
  }

  .nav-links {
    gap: 10px;
  }

  .nav-pill {
    min-height: 42px;
    padding: 0 15px;
  }

  .hero-band::before {
    height: 600px;
  }

  .hero-band-inner {
    border-radius: 0 0 26px 26px;
  }

  .footer-inner {
    padding-top: 28px;
    padding-bottom: 32px;
  }
}

/* ===== storefront header with logo + menu + cart ===== */
:root {
  --store-bg: #dde5ef;
  --store-bg-soft: #e9eef6;
  --store-panel: rgba(255, 255, 255, 0.82);
  --store-panel-strong: rgba(255, 255, 255, 0.90);
  --store-header-start: #061225;
  --store-header-mid: #10233f;
  --store-header-end: #0b1a31;
  --store-header-height: 104px;
}

body.public-body {
  overflow-y: scroll;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 199, 106, 0.18), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(18, 35, 63, 0.16), transparent 22%),
    linear-gradient(180deg, #d8e1ec 0%, var(--store-bg) 42%, var(--store-bg-soft) 100%);
}

body.drawer-open {
  overflow-y: scroll;
}

.site-backdrop {
  background:
    radial-gradient(circle at 15% 8%, rgba(244, 199, 106, 0.08), transparent 18%),
    radial-gradient(circle at 84% 0%, rgba(11, 26, 49, 0.08), transparent 22%),
    radial-gradient(circle at 78% 36%, rgba(244, 199, 106, 0.06), transparent 18%);
}

.public-header--storefront {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  padding: 0;
  background: linear-gradient(90deg, var(--store-header-start), var(--store-header-mid) 54%, var(--store-header-end));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 36px rgba(6, 13, 27, 0.18);
}

.header-inner--wide,
.footer-inner--wide,
.hero-band .container {
  width: 100%;
  max-width: none;
  margin: 0;
}

.header-inner--wide {
  padding-left: 18px;
  padding-right: 18px;
}

.footer-inner--wide {
  padding-left: 28px;
  padding-right: 28px;
}

.storefront-bar {
  min-height: var(--store-header-height);
  display: grid;
  grid-template-columns: auto minmax(320px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.storefront-left {
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
}

.storefront-logo,
.storefront-logo:hover {
  text-decoration: none;
}

.storefront-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-height: var(--store-header-height);
  padding-left: 8px;
  padding-right: 6px;
}

.storefront-logo img {
  height: 104px;
  width: auto;
  max-width: min(38vw, 340px);
  display: block;
  filter: none;
}

.storefront-menu-btn {
  height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  color: #f8fafc;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 1.02rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.storefront-menu-btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.storefront-menu-icon {
  width: 22px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}

.storefront-menu-icon span {
  height: 2px;
  width: 100%;
  display: block;
  border-radius: 999px;
  background: #ffffff;
}


.storefront-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  height: 58px;
  justify-self: stretch;
  margin: 0 auto;
  padding: 0 12px 0 50px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(8, 18, 36, 0.10);
  box-shadow: 0 14px 30px rgba(3, 10, 22, 0.16);
}

.storefront-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #53627a;
  font-size: 1.08rem;
}

.storefront-search input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  background: transparent;
  outline: none;
  box-shadow: none;
  color: #0b1a31;
  font-size: 1rem;
  font-weight: 600;
}

.storefront-search input::placeholder {
  color: #6b778a;
  font-weight: 500;
}

.storefront-search-btn {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--store-header-mid), var(--store-header-end));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(11, 26, 49, 0.22);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.storefront-search-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(11, 26, 49, 0.28);
}

.storefront-cart,
.storefront-cart:hover {
  text-decoration: none;
  color: #fff;
}

.storefront-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 62px;
  min-height: 54px;
  padding: 0 18px;
  margin-right: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.storefront-cart:hover,
.storefront-cart.active {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.18);
}

.storefront-cart i {
  font-size: 1.18rem;
}

.storefront-cart-badge {
  position: absolute;
  top: 3px;
  right: 0;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--store-accent), #ffd777);
  color: #0b1a31;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(244, 199, 106, 0.32);
}

.storefront-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(6, 12, 24, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 89;
}

.storefront-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
}

.storefront-drawer {
  position: fixed;
  top: calc(var(--store-header-height) - 6px);
  left: 26px;
  width: min(360px, calc(100vw - 36px));
  padding: 18px 18px 20px;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0.98), rgba(17, 31, 54, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  box-shadow: 0 24px 60px rgba(6, 12, 24, 0.34);
  transform: translateY(-14px) scale(0.98);
  transform-origin: top left;
  opacity: 0;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  z-index: 90;
  overflow-y: auto;
  max-height: calc(100vh - var(--store-header-height) - 24px);
}

.storefront-drawer.is-open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.storefront-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.storefront-logo--drawer {
  min-height: auto;
  padding: 0;
}

.storefront-logo--drawer img {
  height: 66px;
  max-width: 180px;
}

.storefront-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 1.05rem;
}

.drawer-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.drawer-link,
.drawer-link:hover {
  color: #fff;
  text-decoration: none;
}

.drawer-link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 18px;
  margin-bottom: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  transition: transform 0.24s ease, background 0.24s ease, border-color 0.24s ease;
}

.drawer-link:hover,
.drawer-link.active {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.16);
}

.drawer-link--accent {
  background: linear-gradient(135deg, rgba(244, 199, 106, 0.98), rgba(232, 180, 73, 0.98));
  color: #09101f;
  border-color: transparent;
}

.drawer-link--accent:hover {
  color: #09101f;
}

.public-main {
  position: relative;
  z-index: 2;
  padding-top: var(--store-header-height);
}

.hero-band {
  padding-top: 0;
}

.hero-band::before {
  left: 0;
  right: 0;
  height: 100%;
  background:
    radial-gradient(circle at 18% 8%, rgba(244, 199, 106, 0.12), transparent 20%),
    linear-gradient(115deg, rgba(11, 24, 46, 0.98), rgba(27, 47, 82, 0.96) 52%, rgba(57, 77, 112, 0.88));
}

.hero-band .container {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.hero-band-inner {
  width: min(100%, 1500px);
  margin: 0 auto;
  min-height: min(78vh, 900px);
  padding: 58px 28px 68px;
  border-radius: 0 0 36px 36px;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(500px, 0.95fr);
  align-items: center;
  gap: 34px;
}

.hero-band-inner::before {
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.06), transparent 22%),
    radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.08), transparent 22%);
}

.hero-copy {
  max-width: 720px;
}

.hero-band .hero-title {
  max-width: 780px;
  font-size: clamp(3.6rem, 7vw, 6.2rem);
  line-height: 0.92;
}

.hero-band .hero-subtitle {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 1.14rem;
}

.hero-actions {
  margin-bottom: 24px;
}

.hero-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-stage-card {
  width: 100%;
  max-width: 760px;
  min-height: 620px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(6, 12, 24, 0.30);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.02));
}

.hero-stage-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease, filter 0.45s ease;
  filter: saturate(1.05) contrast(1.02);
}

.hero-stage-card:hover .hero-stage-image {
  transform: scale(1.035);
}

.hero-stage-badge {
  z-index: 2;
  backdrop-filter: blur(14px);
}

.hero-stage-badge--top {
  top: 34px;
  right: 26px;
}

.hero-stage-badge--bottom {
  bottom: 26px;
  left: 26px;
}

.hero-stats-dark .hero-stat-dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.10);
}

.hero-stats-dark .hero-stat-dark span {
  color: rgba(255, 255, 255, 0.70);
}

.section-shell {
  padding-top: 28px;
  padding-bottom: 22px;
}

.section-header-light .section-subtitle {
  color: #5d697d;
}

.public-footer--storefront {
  margin-top: 72px;
  padding: 0;
  background: linear-gradient(90deg, var(--store-header-start), var(--store-header-mid) 52%, var(--store-header-end));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.storefront-footer-grid {
  min-height: 180px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.75fr));
  gap: 34px;
  padding: 34px 0 42px;
  color: rgba(255, 255, 255, 0.88);
}

.storefront-logo--footer img {
  height: 82px;
  max-width: min(42vw, 250px);
}

.storefront-footer-brand {
  max-width: 440px;
}

.public-footer .footer-title {
  color: #ffffff;
}

.footer-copy,
.public-footer .footer-link,
.public-footer .footer-link:hover,
.public-footer div {
  color: rgba(255, 255, 255, 0.78);
}

.public-footer .footer-link:hover {
  color: #ffffff;
}

@media (max-width: 1199px) {
  .footer-inner--wide,
  .hero-band-inner {
    width: min(100%, 1320px);
  }

  .storefront-logo img {
    height: 82px;
    max-width: min(40vw, 250px);
  }

  .hero-band-inner {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
    min-height: auto;
    padding-top: 44px;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 540px;
  }
}

@media (max-width: 991px) {
  :root {
    --store-header-height: 88px;
  }

  .header-inner--wide {
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-inner--wide {
    padding-left: 18px;
    padding-right: 18px;
  }

  .storefront-bar {
    min-height: var(--store-header-height);
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .storefront-logo {
    padding-left: 4px;
  }

  .storefront-logo img {
    height: 82px;
    max-width: min(44vw, 250px);
  }

  .storefront-cart-text {
    display: none;
  }

  .storefront-menu-btn,
  .storefront-cart {
    min-width: 52px;
    padding: 0 15px;
  }

  .storefront-drawer {
    left: 14px;
    width: min(340px, calc(100vw - 28px));
  }


  .storefront-search {
    max-width: 360px;
    font-size: 1rem;
    width: 100%;
    height: 54px;
    padding-left: 46px;
  }

  .hero-band-inner {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 36px 18px 42px;
    gap: 24px;
  }

  .hero-band .hero-title {
    font-size: clamp(3rem, 10vw, 4.8rem);
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 420px;
  }

  .storefront-footer-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

@media (max-width: 767px) {
  :root {
    --store-header-height: 82px;
  }

  .storefront-left {
    gap: 10px;
  }

  .storefront-logo img {
    height: 72px;
    max-width: min(50vw, 210px);
  }

  .storefront-menu-btn,
  .storefront-cart {
    height: 48px;
  }


  .storefront-bar {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 10px;
  }

  .storefront-search {
    grid-column: 1 / -1;
    order: 3;
    height: 50px;
    padding-left: 44px;
  }

  .storefront-search input {
    font-size: 0.96rem;
  }

  .storefront-search-btn {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .storefront-drawer {
    top: calc(var(--store-header-height) - 2px);
  }

  .hero-band .hero-title {
    font-size: clamp(2.6rem, 12vw, 3.8rem);
  }

  .hero-band .hero-subtitle {
    font-size: 1rem;
  }

  .hero-stage-card,
  .hero-stage-image {
    min-height: 320px;
    border-radius: 24px;
  }

  .hero-stage-badge {
    transform: scale(0.92);
  }
}


/* --- Dynamic product mega menu --- */
.storefront-drawer--mega {
  top: var(--store-header-height);
  left: 0;
  width: min(1080px, calc(100vw - 36px));
  max-height: calc(100vh - var(--store-header-height) - 18px);
  border-radius: 0 0 28px 0;
  padding: 0;
  overflow: hidden;
}

.storefront-drawer-head--mega {
  padding: 22px 24px 18px;
  margin: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.drawer-title {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
}

.storefront-drawer-shell {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  min-height: 520px;
}

.storefront-drawer-sidebar {
  padding: 16px;
  background: rgba(5, 12, 23, 0.42);
  border-right: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-segment-link,
.drawer-segment-link:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-segment-link {
  width: 100%;
  text-align: left;
  min-height: 58px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.drawer-segment-link:hover,
.drawer-segment-link.is-active {
  transform: translateX(3px);
  background: rgba(244, 199, 106, 0.16);
  border-color: rgba(244, 199, 106, 0.34);
}

.drawer-segment-link small {
  color: rgba(255,255,255,0.64);
  font-size: 0.8rem;
}

.drawer-segment-name {
  font-weight: 800;
  font-size: 1rem;
}

.drawer-segment-link--catalog {
  margin-top: auto;
  background: rgba(255,255,255,0.08);
}

.storefront-drawer-content {
  padding: 24px 26px;
  overflow-y: auto;
}

.drawer-panel {
  display: none;
}

.drawer-panel.is-active {
  display: block;
}

.drawer-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.drawer-panel-head h3 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

.drawer-panel-kicker {
  display: inline-block;
  color: rgba(255,255,255,0.62);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.drawer-panel-link,
.drawer-panel-link:hover {
  color: var(--store-accent);
  text-decoration: none;
  font-weight: 700;
}

.drawer-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.drawer-category-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.drawer-category-title,
.drawer-category-title:hover {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.drawer-category-meta {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.58);
  font-size: 0.84rem;
}

.drawer-product-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-product-link,
.drawer-product-link:hover {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}

.drawer-product-link {
  font-size: 0.94rem;
  line-height: 1.3;
  transition: color 0.18s ease, transform 0.18s ease;
}

.drawer-product-link:hover {
  color: #fff;
  transform: translateX(3px);
}

.drawer-empty {
  min-height: 240px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.04);
  border: 1px dashed rgba(255,255,255,0.16);
}

.catalog-toolbar-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1199px) {
  .drawer-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: min(760px, calc(100vw - 18px));
  }

  .storefront-drawer-shell {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    overflow-x: auto;
    flex-direction: row;
    align-items: stretch;
  }

  .drawer-segment-link {
    min-width: 170px;
  }
}

@media (max-width: 767px) {
  .storefront-drawer--mega {
    left: 0;
    width: 100vw;
    border-radius: 0;
    max-height: calc(100vh - var(--store-header-height));
  }

  .storefront-drawer-head--mega,
  .storefront-drawer-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .drawer-mega-grid {
    grid-template-columns: 1fr;
  }
}


/* --- 3-level dynamic catalog drawer override --- */
.storefront-drawer--mega {
  width: min(1280px, calc(100vw - 28px));
  max-height: calc(100vh - var(--store-header-height) - 16px);
}

.storefront-drawer-shell--3levels {
  grid-template-columns: 250px 320px minmax(0, 1fr);
  min-height: 560px;
}

.storefront-drawer-sidebar--level1 {
  gap: 8px;
}

.storefront-drawer-content--level2 {
  display: contents;
  padding: 0;
}

.drawer-top-link,
.drawer-top-link:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-top-link {
  width: 100%;
  min-height: 54px;
  padding: 11px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.035);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.drawer-top-link:hover,
.drawer-top-link.is-active {
  background: rgba(244, 199, 106, 0.14);
  border-color: rgba(244, 199, 106, 0.28);
  transform: translateX(3px);
}

.drawer-top-link__text {
  font-weight: 800;
  font-size: 0.98rem;
}

.drawer-top-link small {
  color: rgba(255,255,255,0.58);
  font-size: 0.79rem;
}

.drawer-top-panel {
  display: none;
  min-height: 560px;
}

.drawer-top-panel.is-active {
  display: contents;
}

.drawer-top-panel > .drawer-panel-head,
.drawer-top-panel > .drawer-level-title,
.drawer-top-panel > .drawer-level-list {
  grid-column: 2;
}

.drawer-top-panel > .drawer-detail-group {
  grid-column: 3;
  grid-row: 1 / span 3;
}

.drawer-level-title {
  align-self: end;
  margin: 0 0 12px;
  color: rgba(255,255,255,0.62);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 24px 18px 0;
}

.drawer-top-panel .drawer-panel-head {
  padding: 26px 18px 0;
  margin-bottom: 0;
}

.drawer-level-list {
  padding: 14px 18px 24px;
  border-left: 1px solid rgba(255,255,255,0.06);
  border-right: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.025);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.drawer-level-link {
  width: 100%;
  min-height: 54px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.drawer-level-link span {
  font-weight: 700;
}

.drawer-level-link small {
  color: rgba(255,255,255,0.58);
  font-size: 0.82rem;
}

.drawer-level-link:hover,
.drawer-level-link.is-active {
  background: rgba(244, 199, 106, 0.14);
  border-color: rgba(244, 199, 106, 0.28);
  transform: translateX(4px);
}

.drawer-detail-group {
  padding: 26px 24px 24px;
}

.drawer-detail-panel {
  display: none;
}

.drawer-detail-panel.is-active {
  display: block;
}

.drawer-detail-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.drawer-detail-head h4 {
  margin: 4px 0 0;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.drawer-product-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.drawer-product-chip,
.drawer-product-chip:hover {
  text-decoration: none;
  color: #fff;
}

.drawer-product-chip {
  min-height: 84px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.drawer-product-chip:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(244, 199, 106, 0.26);
}

.drawer-product-chip span {
  line-height: 1.35;
  color: rgba(255,255,255,0.92);
}

.drawer-product-chip strong {
  font-size: 0.9rem;
  color: var(--store-accent);
}

.drawer-empty--compact {
  min-height: 0;
  padding: 18px;
}

@media (max-width: 1199px) {
  .storefront-drawer--mega {
    width: min(1120px, calc(100vw - 20px));
  }

  .storefront-drawer-shell--3levels {
    grid-template-columns: 230px 260px minmax(0, 1fr);
  }

  .drawer-product-list--grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: min(880px, calc(100vw - 12px));
  }

  .storefront-drawer-content--level2,
  .drawer-top-panel.is-active {
    display: block;
  }

  .storefront-drawer-shell--3levels {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar--level1,
  .drawer-level-list {
    border-right: 0;
    border-left: 0;
  }

  .storefront-drawer-sidebar--level1 {
    max-height: 220px;
    overflow-y: auto;
  }

  .drawer-top-panel {
    display: none;
    min-height: 0;
  }

  .drawer-top-panel.is-active {
    display: block;
  }

  .drawer-top-panel > .drawer-panel-head,
  .drawer-top-panel > .drawer-level-title,
  .drawer-top-panel > .drawer-level-list,
  .drawer-top-panel > .drawer-detail-group {
    grid-column: auto;
    grid-row: auto;
  }

  .drawer-top-panel .drawer-panel-head,
  .drawer-level-title,
  .drawer-level-list,
  .drawer-detail-group {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .storefront-drawer--mega {
    width: 100vw;
  }

  .drawer-top-panel .drawer-panel-head,
  .drawer-level-title,
  .drawer-level-list,
  .drawer-detail-group {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.drawer-placeholder {
  grid-column: 2 / span 2;
  padding: 26px 24px 24px;
  display: none;
}

.drawer-placeholder.is-visible {
  display: block;
}

@media (max-width: 991px) {
  .drawer-placeholder {
    grid-column: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 767px) {
  .drawer-placeholder {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* --- catalog menu refined to match requested compact layout --- */
.storefront-drawer--mega {
  width: min(1180px, calc(100vw - 12px));
  max-height: calc(100vh - var(--store-header-height) - 8px);
  top: calc(var(--store-header-height) + 4px);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.storefront-drawer-head--catalog {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.storefront-drawer-head--catalog .storefront-close {
  position: static;
  margin: 0;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.storefront-drawer-head--catalog .drawer-title {
  margin: 0;
  font-size: 1.2rem;
  color: #f4f6fb;
}

.storefront-drawer-shell--catalog {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  min-height: 600px;
}

.storefront-drawer-sidebar--catalog {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  overflow-y: auto;
}

.storefront-drawer-content--catalog {
  min-height: 600px;
  background: rgba(255,255,255,0.02);
}

.drawer-top-link--catalog,
.drawer-top-link--catalog:hover {
  color: #eef2fb;
  text-decoration: none;
}

.drawer-top-link--catalog {
  min-height: 56px;
  padding: 0 22px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: background .16s ease, color .16s ease;
}

.drawer-top-link--catalog .drawer-top-link__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.drawer-top-link--catalog i {
  color: rgba(255,255,255,0.45);
  font-size: 1.05rem;
}

.drawer-top-link--catalog:hover,
.drawer-top-link--catalog.is-active {
  background: rgba(255,255,255,0.08);
  transform: none;
}

.drawer-top-link--catalog:hover i,
.drawer-top-link--catalog.is-active i {
  color: var(--store-accent);
}

.drawer-top-panel--catalog {
  display: none;
  height: 100%;
  padding: 24px 30px 28px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  min-height: 56px;
  margin: 0 0 22px;
  padding: 10px 22px;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(90deg, #d8b45c, #c48f3e);
  color: #14203b;
  font-size: 1.05rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.drawer-catalog-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 34px;
  align-content: start;
}

.drawer-catalog-group {
  min-width: 0;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover {
  display: inline-block;
  margin: 0 0 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.drawer-catalog-links {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.drawer-catalog-link,
.drawer-catalog-link:hover {
  color: rgba(255,255,255,0.84);
  text-decoration: none;
}

.drawer-catalog-link {
  line-height: 1.35;
  font-size: 0.95rem;
  transition: color .15s ease, transform .15s ease;
}

.drawer-catalog-link:hover {
  color: var(--store-accent);
  transform: translateX(2px);
}

.drawer-empty--compact {
  padding: 18px;
}

.drawer-placeholder,
.drawer-panel-head,
.drawer-level-title,
.drawer-level-list,
.drawer-detail-group,
.drawer-panel-link,
.drawer-top-link small,
.drawer-product-chip strong {
  display: none !important;
}

@media (max-width: 1199px) {
  .storefront-drawer--mega {
    width: min(1040px, calc(100vw - 10px));
  }

  .drawer-catalog-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px 24px;
  }
}

@media (max-width: 991px) {
  .storefront-drawer--mega {
    width: calc(100vw - 6px);
    max-height: calc(100vh - 74px);
  }

  .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .storefront-drawer-sidebar--catalog {
    max-height: 260px;
  }

  .storefront-drawer-content--catalog {
    min-height: 0;
  }

  .drawer-catalog-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .drawer-top-panel--catalog {
    padding: 16px;
  }

  .drawer-catalog-head {
    margin-bottom: 16px;
    font-size: 0.98rem;
  }

  .drawer-catalog-columns {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* --- compact catalog drawer with click open --- */
.storefront-drawer--mega {
  --drawer-sidebar-width: 212px;
  --drawer-panel-width: 0px;
  width: fit-content;
  min-width: var(--drawer-sidebar-width);
  max-width: calc(100vw - 12px);
  max-height: calc(100vh - var(--store-header-height) - 8px);
  top: var(--store-header-height);
  left: 0;
  border-radius: 0 0 22px 0;
  overflow: hidden;
}

.storefront-drawer-head--catalog,
.storefront-close,
.drawer-top-link--catalog i {
  display: none !important;
}

.storefront-drawer-shell--catalog {
  display: grid;
  grid-template-columns: var(--drawer-sidebar-width);
  min-height: 0;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
  grid-template-columns: var(--drawer-sidebar-width) minmax(0, var(--drawer-panel-width));
}

.storefront-drawer-sidebar--catalog {
  min-height: 0;
  max-height: min(70vh, 720px);
}

.storefront-drawer-content--catalog {
  display: none;
  width: auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255,255,255,0.02);
  border-left: 1px solid rgba(255,255,255,0.08);
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
  display: block;
}

.drawer-top-link--catalog {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-height: 41px;
  padding: 0 16px;
  border-radius: 0;
}

.drawer-top-link--catalog .drawer-top-link__text {
  font-size: 0.98rem;
}

.drawer-top-panel--catalog {
  display: none;
  width: fit-content;
  min-width: 0;
  max-width: none;
  padding: 14px 18px 16px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  margin: 0 0 12px;
  padding: 9px 18px;
  min-height: 0;
  width: max-content;
  min-width: 0;
  max-width: 100%;
  border-radius: 0 0 24px 24px;
}

.drawer-catalog-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: fit-content;
  max-width: none;
}

.drawer-catalog-group {
  flex: 0 0 auto;
  width: max-content;
  max-width: 260px;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover {
  margin: 0 0 8px;
  font-size: 1rem;
}

.drawer-catalog-links {
  gap: 4px;
}

.drawer-catalog-link {
  font-size: 0.93rem;
  line-height: 1.26;
}

@media (max-width: 991px) {
  .storefront-drawer--mega,
  .storefront-drawer--mega.has-active-panel {
    width: calc(100vw - 8px);
    border-radius: 0 0 18px 18px;
  }

  .storefront-drawer-shell--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
  }

  .storefront-drawer-content--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
    display: block;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .drawer-top-panel--catalog {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-group {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }
}

@media (max-width: 640px) {
  .drawer-catalog-columns {
    grid-template-columns: 1fr;
  }
}


/* --- final catalog drawer fit-content fixes --- */
.storefront-drawer--mega {
  --drawer-sidebar-width: 182px;
  --drawer-panel-width: 0px;
  width: fit-content;
  min-width: var(--drawer-sidebar-width);
  max-width: calc(100vw - 8px);
  max-height: none;
  overflow: visible;
}

.storefront-drawer-shell--catalog {
  align-items: start;
  grid-template-columns: var(--drawer-sidebar-width);
  min-height: 0;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
  grid-template-columns: var(--drawer-sidebar-width) minmax(0, var(--drawer-panel-width));
}

.storefront-drawer-sidebar--catalog,
.storefront-drawer-content--catalog {
  max-height: calc(100vh - var(--store-header-height) - 14px);
}

.storefront-drawer-sidebar--catalog {
  overflow-y: auto;
  overflow-x: hidden;
}

.storefront-drawer-content--catalog {
  display: none;
  width: fit-content;
  min-width: 0;
  min-height: 0;
  overflow-x: auto;
  overflow-y: auto;
}

.storefront-drawer--mega.has-active-panel .storefront-drawer-content--catalog {
  display: block;
}

.drawer-top-link--catalog,
.drawer-top-link--catalog:hover {
  justify-content: flex-start;
  text-align: left;
}

.drawer-top-link--catalog {
  min-height: 36px;
  padding: 0 14px 0 28px;
}

.drawer-top-link--catalog .drawer-top-link__text {
  width: 100%;
  text-align: left;
}

.drawer-top-panel--catalog {
  height: auto;
  min-height: 0;
  width: fit-content;
  max-width: calc(100vw - var(--drawer-sidebar-width) - 18px);
  padding: 14px 16px 14px;
}

.drawer-top-panel--catalog.is-active {
  display: block;
}

.drawer-catalog-head {
  margin: 0 0 10px;
  text-align: left;
}

.drawer-catalog-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: fit-content;
  gap: 22px;
}

.drawer-catalog-group {
  flex: 0 0 auto;
  width: max-content;
  min-width: max-content;
  max-width: none;
  text-align: left;
}

.drawer-catalog-group-title,
.drawer-catalog-group-title:hover,
.drawer-catalog-link,
.drawer-catalog-link:hover {
  text-align: left;
}

.drawer-catalog-group-title,
.drawer-catalog-link {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.drawer-catalog-links {
  align-items: flex-start;
}

@media (max-width: 991px) {
  .storefront-drawer--mega,
  .storefront-drawer--mega.has-active-panel {
    width: calc(100vw - 8px);
    max-height: calc(100vh - 74px);
    overflow: auto;
  }

  .storefront-drawer-shell--catalog,
  .storefront-drawer--mega.has-active-panel .storefront-drawer-shell--catalog {
    grid-template-columns: 1fr;
  }

  .storefront-drawer-sidebar--catalog,
  .storefront-drawer-content--catalog {
    max-height: none;
  }

  .drawer-top-link--catalog {
    padding-left: 18px;
  }

  .drawer-top-panel--catalog {
    width: auto;
    max-width: 360px;
    font-size: 1rem;
  }

  .drawer-catalog-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    width: auto;
  }

  .drawer-catalog-group,
  .drawer-catalog-group-title,
  .drawer-catalog-link {
    width: auto;
    min-width: 0;
    white-space: normal;
  }
}

/* --- Editorial home refresh --- */
.hero-band--editorial::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(244, 199, 106, 0.10), transparent 20%),
    radial-gradient(circle at 76% 26%, rgba(255, 255, 255, 0.06), transparent 18%),
    linear-gradient(112deg, rgba(8, 18, 37, 0.98), rgba(23, 42, 74, 0.96) 54%, rgba(68, 89, 126, 0.88));
}

.hero-band--editorial .hero-band-inner,
.hero-editorial-shell {
  width: min(100%, 1480px);
  margin: 0 auto;
  min-height: min(68vh, 780px);
  padding: 54px 30px 52px;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(540px, 1.08fr);
  align-items: center;
  gap: 40px;
}

.hero-editorial-copy {
  max-width: 510px;
  padding: 14px 0;
}

.hero-editorial-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(244, 199, 106, 0.14);
  border: 1px solid rgba(244, 199, 106, 0.18);
  color: rgba(255, 241, 214, 0.88);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-editorial-title {
  margin: 18px 0 16px;
  color: rgba(248, 249, 252, 0.96);
  font-size: clamp(2.45rem, 4.4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.hero-editorial-text {
  margin: 0;
  max-width: 470px;
  color: rgba(219, 225, 235, 0.82);
  font-size: 1.02rem;
  line-height: 1.8;
}

.hero-editorial-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
}

.hero-editorial-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(223, 228, 236, 0.72);
  font-size: 0.92rem;
}

.hero-editorial-notes i {
  color: rgba(244, 199, 106, 0.72);
  font-size: 0.48rem;
}

.hero-editorial-gallery {
  display: grid;
  grid-template-columns: minmax(340px, 1fr) minmax(210px, 0.56fr);
  gap: 18px;
  align-items: stretch;
}

.hero-feature-card {
  position: relative;
  min-height: 520px;
  padding: 16px;
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 26px 62px rgba(4, 10, 22, 0.26);
  overflow: hidden;
}

.hero-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 44%;
  border-radius: 0 0 28px 28px;
  background: linear-gradient(180deg, rgba(9,17,31,0), rgba(9,17,31,0.30));
  pointer-events: none;
}

.hero-feature-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 488px;
  border-radius: 26px;
  overflow: hidden;
}

.hero-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: saturate(1.03) contrast(1.02);
  transition: transform 0.65s ease;
}

.hero-feature-card:hover .hero-feature-image {
  transform: scale(1.025);
}

.hero-feature-caption {
  position: absolute;
  left: 34px;
  bottom: 30px;
  z-index: 2;
  display: grid;
  gap: 6px;
}

.hero-feature-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  color: rgba(255,255,255,0.84);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-feature-caption strong {
  color: #fff;
  font-size: 1.22rem;
  font-weight: 600;
}

.hero-side-stack {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hero-mini-card {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 160px;
  padding: 14px;
  border-radius: 26px;
  background: linear-gradient(155deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 48px rgba(4, 10, 22, 0.18);
}

.hero-mini-media {
  height: 132px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
}

.hero-mini-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-mini-copy {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.hero-mini-category {
  color: rgba(244, 199, 106, 0.86);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-mini-copy strong {
  color: rgba(248, 249, 252, 0.96);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 600;
}

.hero-mini-copy small {
  color: rgba(218, 224, 236, 0.72);
  font-size: 0.88rem;
}

@media (max-width: 1199px) {
  .hero-band--editorial .hero-band-inner,
  .hero-editorial-shell {
    grid-template-columns: minmax(320px, 0.88fr) minmax(460px, 1.02fr);
    gap: 28px;
  }

  .hero-feature-card {
    min-height: 470px;
  }

  .hero-feature-image-wrap {
    min-height: 438px;
  }
}

@media (max-width: 991px) {
  .hero-band--editorial .hero-band-inner,
  .hero-editorial-shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 34px 18px 30px;
    gap: 22px;
  }

  .hero-editorial-copy {
    max-width: 360px;
    font-size: 1rem;
  }

  .hero-editorial-gallery {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    min-height: 360px;
  }

  .hero-feature-image-wrap {
    min-height: 328px;
  }

  .hero-side-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hero-editorial-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-editorial-text {
    font-size: 0.96rem;
  }

  .hero-feature-card {
    min-height: 290px;
    padding: 12px;
    border-radius: 24px;
  }

  .hero-feature-image-wrap {
    min-height: 258px;
    border-radius: 18px;
  }

  .hero-feature-caption {
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .hero-side-stack {
    grid-template-columns: 1fr;
  }

  .hero-mini-card {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 132px;
  }

  .hero-mini-media {
    height: 104px;
  }
}

/* --- Home hero refinement --- */
.hero-cinema-section {
  padding: 0 0 22px;
}

.hero-cinema-frame {
  position: relative;
  width: 100%;
  min-height: clamp(360px, 55vw, 640px);
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  box-shadow: 0 30px 90px rgba(7, 13, 28, 0.24);
  background: linear-gradient(180deg, rgba(9, 14, 28, 0.15), rgba(9, 14, 28, 0.45));
}

.hero-cinema-image {
  width: 100%;
  height: clamp(360px, 55vw, 640px);
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.02);
}

.hero-cinema-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 13, 28, 0.04) 0%, rgba(8, 13, 28, 0.18) 72%, rgba(8, 13, 28, 0.36) 100%);
  pointer-events: none;
}

.service-ribbon-section {
  padding: 0 0 18px;
}

.service-ribbon {
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid rgba(250, 223, 178, 0.18);
  background: rgba(11, 18, 32, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 18px 40px rgba(8, 14, 29, 0.14);
}

.service-ribbon-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  padding: 12px 18px;
  animation: serviceRibbonMove 28s linear infinite;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 999px;
  color: rgba(248, 245, 237, 0.92);
  background: rgba(244, 199, 106, 0.10);
  border: 1px solid rgba(244, 199, 106, 0.18);
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.service-pill i {
  color: var(--store-accent);
}

.runway-strip-section {
  padding: 0 0 28px;
}

.runway-strip-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  padding: 16px 0;
}

.runway-strip-shell::before,
.runway-strip-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 92px;
  z-index: 2;
  pointer-events: none;
}

.runway-strip-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(10, 18, 36, 0.96), rgba(10, 18, 36, 0));
}

.runway-strip-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(10, 18, 36, 0.96), rgba(10, 18, 36, 0));
}

.runway-strip-track {
  display: flex;
  align-items: stretch;
  gap: 16px;
  width: max-content;
  animation: runwayMove 42s linear infinite;
  padding-inline: 16px;
}

.runway-strip-shell:hover .runway-strip-track,
.service-ribbon:hover .service-ribbon-track {
  animation-play-state: paused;
}

.runway-card {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
  padding: 12px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.93);
  color: #13203a;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(11, 18, 32, 0.12);
}

.runway-card-media {
  width: 88px;
  height: 108px;
  overflow: hidden;
  border-radius: 18px;
  flex-shrink: 0;
  background: #edf1f6;
}

.runway-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.runway-card-copy {
  min-width: 0;
}

.runway-card-copy span {
  display: block;
  margin-bottom: 6px;
  color: #8a6c32;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.runway-card-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.35;
}

.category-tile--soft {
  box-shadow: 0 20px 50px rgba(10, 16, 31, 0.12);
}

.category-overlay--soft {
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(12, 19, 35, 0.05) 0%, rgba(12, 19, 35, 0.72) 100%);
}

.category-overlay--soft .category-name {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

/* --- Cart drawer --- */
.storefront-cart--button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.cart-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(5, 10, 20, 0.48);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1080;
}

.cart-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(430px, 100vw);
  height: 100vh;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  background: linear-gradient(180deg, #111827 0%, #0c1324 100%);
  color: rgba(247, 244, 237, 0.94);
  z-index: 1090;
  display: flex;
  flex-direction: column;
  box-shadow: -24px 0 70px rgba(5, 10, 20, 0.45);
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-drawer-kicker {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(244, 199, 106, 0.92);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.cart-drawer-header h2 {
  margin: 0;
  font-size: 2rem;
  color: #f8f5ed;
}

.cart-drawer-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.cart-drawer-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.cart-drawer-list {
  flex: 1;
  overflow-y: auto;
  padding: 18px 24px;
}

.cart-drawer-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-drawer-thumb {
  width: 92px;
  height: 116px;
  object-fit: cover;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.cart-drawer-copy {
  min-width: 0;
}

.cart-drawer-category {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(244, 199, 106, 0.9);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cart-drawer-copy strong {
  display: block;
  margin-bottom: 8px;
  color: #f8f5ed;
  font-size: 1rem;
  line-height: 1.4;
}

.cart-drawer-price {
  display: inline-block;
  margin-bottom: 12px;
  color: rgba(248, 245, 237, 0.78);
}

.cart-drawer-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-drawer-qty {
  width: 72px;
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.cart-drawer-remove {
  border: 0;
  background: transparent;
  color: rgba(248, 245, 237, 0.74);
  padding: 0;
}

.cart-drawer-summary {
  padding: 18px 24px 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cart-drawer-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: rgba(248, 245, 237, 0.8);
}

.cart-drawer-line--total {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f5ed;
  font-size: 1.04rem;
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
  padding: 14px 20px;
  border-radius: 16px;
  text-decoration: none;
  color: #1c1710;
  background: linear-gradient(135deg, #f4c76a, #e6af4c);
  font-weight: 700;
}

.cart-drawer-empty {
  margin: auto 24px;
  padding: 28px 22px;
  border-radius: 22px;
  text-align: center;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.cart-drawer-empty i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(244, 199, 106, 0.12);
  color: var(--store-accent);
  font-size: 1.45rem;
}

.cart-drawer-empty strong,
.cart-drawer-empty span {
  display: block;
}

.cart-drawer-empty span {
  margin-top: 10px;
  color: rgba(248, 245, 237, 0.72);
}

body.cart-open {
  overflow: hidden;
}

@keyframes runwayMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes serviceRibbonMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 991px) {
  .hero-cinema-frame,
  .hero-cinema-image {
    height: 420px;
  }

  .runway-card {
    min-width: 240px;
  }
}

@media (max-width: 767px) {
  .hero-cinema-section {
    padding-bottom: 18px;
  }

  .hero-cinema-frame,
  .hero-cinema-image {
    min-height: 300px;
    height: 300px;
    border-radius: 0 0 22px 22px;
  }

  .service-ribbon-track {
    padding: 10px 14px;
  }

  .runway-card {
    min-width: 220px;
  }

  .cart-drawer {
    width: 100vw;
  }
}

/* --- Dark luxury storefront overrides --- */
body.public-body {
  background:
    radial-gradient(circle at 18% 0%, rgba(165, 127, 62, 0.14), transparent 26%),
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.04), transparent 18%),
    linear-gradient(180deg, #06080d 0%, #0b1018 20%, #0b111b 56%, #0a0f16 100%);
  color: #f4efe7;
}

.site-backdrop {
  background:
    radial-gradient(circle at 10% 12%, rgba(203, 160, 90, 0.12), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.03), transparent 16%),
    radial-gradient(circle at 82% 72%, rgba(194, 144, 62, 0.10), transparent 18%);
}

.public-header {
  background: linear-gradient(180deg, rgba(6, 8, 13, 0.96), rgba(6, 8, 13, 0.76) 82%, rgba(6, 8, 13, 0));
}

.hero-cinema-section--fullbleed {
  padding: 0 0 18px;
}

.hero-cinema-frame--fullbleed {
  min-height: clamp(420px, 47vw, 760px);
  border-radius: 0;
  box-shadow: none;
  background: #05070b;
}

.hero-cinema-image--fullbleed {
  height: clamp(420px, 47vw, 760px);
  object-position: center center;
  transform: scale(1.005);
  filter: saturate(0.92) contrast(1.02);
}

.hero-cinema-overlay--soft {
  background:
    linear-gradient(180deg, rgba(4, 6, 10, 0.04), rgba(4, 6, 10, 0.16) 72%, rgba(4, 6, 10, 0.34)),
    linear-gradient(90deg, rgba(4, 6, 10, 0.18), transparent 18%, transparent 82%, rgba(4, 6, 10, 0.12));
}

.service-ribbon-section--luxury {
  padding-bottom: 20px;
}

.service-ribbon--luxury {
  background: rgba(12, 15, 22, 0.88);
  border-color: rgba(197, 156, 84, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 20px 48px rgba(0, 0, 0, 0.22);
}

.service-pill {
  color: rgba(245, 238, 225, 0.88);
  background: rgba(195, 156, 83, 0.10);
  border-color: rgba(195, 156, 83, 0.18);
}

.runway-strip-section--luxury {
  padding-bottom: 34px;
}

.runway-strip-shell--luxury {
  background: linear-gradient(180deg, rgba(18, 22, 31, 0.96), rgba(12, 15, 22, 0.98));
  border-color: rgba(197, 156, 84, 0.14);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.22);
}

.runway-strip-shell--luxury::before {
  background: linear-gradient(90deg, rgba(11, 14, 20, 1), rgba(11, 14, 20, 0));
}

.runway-strip-shell--luxury::after {
  background: linear-gradient(270deg, rgba(11, 14, 20, 1), rgba(11, 14, 20, 0));
}

.runway-card--luxury {
  background: linear-gradient(180deg, rgba(31, 36, 48, 0.98), rgba(19, 23, 32, 0.98));
  color: #f6f0e7;
  border: 1px solid rgba(198, 157, 83, 0.10);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.runway-card--luxury .runway-card-media {
  background: #11151d;
}

.runway-card--luxury .runway-card-copy span {
  color: #c9a463;
}

.runway-card--luxury .runway-card-copy strong {
  color: #f6f0e7;
}

.section-shell--luxury {
  padding-top: 8px;
}

.section-header--luxury {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-header--luxury .section-kicker {
  color: #c9a463;
}

.section-header--luxury .section-title {
  color: #f4efe7;
}

.section-header--luxury .section-subtitle {
  color: rgba(244, 239, 231, 0.66);
}

.section-link--luxury,
.section-link--luxury:hover {
  color: #f4efe7;
  text-decoration: none;
}

.section-link--luxury {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(195, 156, 83, 0.10);
  border: 1px solid rgba(195, 156, 83, 0.18);
}

.category-tile--luxury {
  border: 1px solid rgba(197, 156, 84, 0.12);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.20);
  background: #10141b;
}

.category-overlay--luxury {
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(6, 8, 12, 0.04), rgba(6, 8, 12, 0.80) 100%);
}

.category-overlay--luxury .category-name {
  color: #f7f2ea;
}

.category-overlay--luxury .category-label {
  color: #c9a463;
}

.cart-drawer {
  background: linear-gradient(180deg, #111111 0%, #151515 100%);
  color: #f2ece1;
}

.cart-drawer-header,
.cart-drawer-summary,
.cart-drawer-item {
  border-color: rgba(201, 164, 99, 0.14);
}

.cart-drawer-kicker,
.cart-drawer-category {
  color: #c9a463;
}

.cart-drawer-copy strong,
.cart-drawer-header h2,
.cart-drawer-line--total {
  color: #f8f3ea;
}

.cart-drawer-close,
.cart-drawer-qty {
  background: rgba(255,255,255,0.03);
  border-color: rgba(201, 164, 99, 0.14);
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  background: linear-gradient(135deg, #c9a463, #aa8142);
  color: #14110b;
}

@media (max-width: 991px) {
  .hero-cinema-frame--fullbleed,
  .hero-cinema-image--fullbleed {
    min-height: 360px;
    height: 360px;
  }
}

@media (max-width: 767px) {
  .hero-cinema-frame--fullbleed,
  .hero-cinema-image--fullbleed {
    min-height: 280px;
    height: 280px;
  }

  .section-header--luxury {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ===== flor elena dark boutique refresh ===== */
:root {
  --store-bg: #08090d;
  --store-surface: rgba(20, 20, 20, 0.92);
  --store-surface-strong: #121317;
  --store-border: rgba(215, 180, 112, 0.14);
  --store-text: #f3ecdf;
  --store-muted: #b5a792;
  --store-dark: #07080b;
  --store-dark-soft: #111317;
  --store-accent: #d5b06b;
  --store-accent-strong: #b9904a;
  --store-accent-soft: rgba(213, 176, 107, 0.14);
  --shadow-soft: 0 22px 65px rgba(0, 0, 0, 0.26);
  --shadow-card: 0 20px 45px rgba(0, 0, 0, 0.32);
  --shadow-strong: 0 32px 90px rgba(0, 0, 0, 0.4);
}

body.public-body {
  background:
    radial-gradient(circle at 20% 10%, rgba(213, 176, 107, 0.08), transparent 20%),
    linear-gradient(180deg, #08090d 0%, #0b0d12 38%, #0e1118 100%);
  color: var(--store-text);
}

.site-backdrop {
  background:
    radial-gradient(circle at 14% 8%, rgba(213,176,107,0.08), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(255,255,255,0.03), transparent 18%);
}

.public-header {
  background: rgba(6, 7, 10, 0.86);
  border-bottom: 1px solid rgba(213,176,107,0.08);
}

.nav-shell {
  background: linear-gradient(135deg, rgba(7,8,11,0.98), rgba(14,16,22,0.98));
  border: 1px solid rgba(213,176,107,0.14);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
}

.drawer-panel,
.drawer-scrim {
  background: rgba(4,5,8,0.72);
}

#menuToggle,
#cartToggle {
  background: rgba(255,255,255,0.04);
  border-color: rgba(213,176,107,0.12);
}

.nav-search {
  background: rgba(246, 242, 235, 0.96);
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding: 18px 0 10px;
}

.boutique-hero-media {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  background: #0d0f14;
  box-shadow: 0 26px 80px rgba(0,0,0,0.36);
}

.boutique-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,4,6,0.28), transparent 22%, transparent 78%, rgba(4,4,6,0.22)),
    linear-gradient(180deg, rgba(0,0,0,0.08), transparent 25%, transparent 75%, rgba(0,0,0,0.26));
  pointer-events: none;
}

.boutique-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.7;
  object-fit: cover;
  object-position: center center;
}

.boutique-hero-shadow {
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.32));
}

.service-ribbon-section--luxury {
  padding: 18px 0 0;
}

.service-ribbon--luxury {
  border: 1px solid rgba(213,176,107,0.14);
  background: linear-gradient(135deg, rgba(19,20,24,0.96), rgba(25,27,33,0.96));
  box-shadow: 0 14px 30px rgba(0,0,0,0.16);
}

.service-pill {
  color: #d9c29d;
  border: 1px solid rgba(213,176,107,0.12);
  background: rgba(255,255,255,0.03);
}

.runway-strip-section--luxury {
  padding-top: 18px;
}

.runway-strip-shell--luxury {
  background: linear-gradient(180deg, rgba(20,21,26,0.94), rgba(12,13,18,0.98));
  border: 1px solid rgba(213,176,107,0.12);
  box-shadow: 0 22px 45px rgba(0,0,0,0.24);
}

.runway-card--luxury {
  background: linear-gradient(180deg, rgba(29,31,38,0.96), rgba(21,22,28,0.96));
  border: 1px solid rgba(213,176,107,0.12);
}

.runway-card-copy span {
  color: #b79c71;
}

.runway-card-copy strong {
  color: #f5efe6;
}

.section-shell--luxury {
  padding-top: 28px;
}

.boutique-section-head {
  margin-bottom: 24px;
}

.section-header--luxury .section-kicker {
  color: #b9975a;
}

.section-header--luxury .section-title,
.section-header--luxury .section-subtitle {
  color: #f5efe6;
}

.section-link--luxury {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(213,176,107,0.12);
  color: #e7d5b4;
}

.category-tile--luxury {
  border: 1px solid rgba(213,176,107,0.14);
  background: #111318;
  box-shadow: 0 18px 40px rgba(0,0,0,0.24);
}

.category-overlay--luxury {
  background: linear-gradient(180deg, transparent 0%, rgba(8,9,12,0.12) 30%, rgba(8,9,12,0.90) 100%);
}

.category-name {
  color: #f6efe3;
}

.category-label {
  color: #d3b06e;
}

.public-footer--storefront {
  border-top: 1px solid rgba(213,176,107,0.10);
  background: linear-gradient(180deg, rgba(7,8,11,0.0), rgba(7,8,11,0.42));
}

.storefront-footer-grid {
  color: #cdbb9c;
}

.footer-title,
.storefront-footer-brand .footer-copy,
.footer-link { color: #cdbb9c; }

.cart-drawer {
  background: linear-gradient(180deg, rgba(8,9,11,0.98), rgba(16,17,22,0.98));
  border-left: 1px solid rgba(213,176,107,0.16);
}

.cart-drawer-header,
.cart-drawer-summary,
.cart-drawer-item {
  border-color: rgba(213,176,107,0.12);
}

.cart-drawer-kicker,
.cart-drawer-category { color: #b79967; }

.cart-drawer-copy strong,
.cart-drawer-header h2,
.cart-drawer-line--total { color: #f4ecdf; }

.cart-drawer-price,
.cart-drawer-line,
.cart-drawer-empty span { color: #ccb99b; }

.cart-drawer-thumb {
  border-radius: 14px;
  border: 1px solid rgba(213,176,107,0.12);
}

.cart-drawer-checkout,
.cart-drawer-empty a {
  background: transparent;
  border: 1px solid rgba(213,176,107,0.45);
  color: #e2c289;
}

.cart-drawer-checkout:hover,
.cart-drawer-empty a:hover {
  background: rgba(213,176,107,0.08);
  color: #f2ddb4;
}

@media (max-width: 1199px) {
  .boutique-hero-image {
    aspect-ratio: 16 / 8;
  }
}

@media (max-width: 767px) {
  
.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
    padding-top: 10px;
  }
  .boutique-hero-media {
    border-radius: 0 0 20px 20px;
  }
  .boutique-hero-image {
    aspect-ratio: 16 / 10;
  }
}


/* ===== dynamic compact category grid ===== */
.boutique-section-head--compact {
  align-items: flex-end;
  margin-bottom: 18px;
}

.boutique-section-head--compact .section-subtitle {
  max-width: 720px;
  margin: 8px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(245, 239, 230, 0.72);
}

.category-grid--luxury {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 18px;
  align-items: start;
}

.category-tile--compact {
  min-height: 0;
  height: auto;
  aspect-ratio: 0.92 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.category-tile--compact .category-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.category-overlay--compact {
  padding: 16px 16px 14px;
  gap: 8px;
}

.category-overlay--compact .category-name {
  font-size: 1.05rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.category-overlay--compact .category-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(213,176,107,0.12);
  border: 1px solid rgba(213,176,107,0.16);
  font-size: 0.84rem;
}

@media (min-width: 1400px) {
  .category-grid--luxury {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
}

@media (max-width: 991px) {
  .category-grid--luxury {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
  }

  .category-tile--compact {
    aspect-ratio: 0.95 / 1;
  }
}

@media (max-width: 767px) {
  .boutique-section-head--compact {
    align-items: flex-start;
  }

  .boutique-section-head--compact .section-subtitle {
    font-size: 0.92rem;
  }

  .category-grid--luxury {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .category-tile--compact {
    border-radius: 18px;
  }

  .category-overlay--compact {
    padding: 14px 12px 12px;
  }

  .category-overlay--compact .category-name {
    font-size: 0.95rem;
  }

  .category-overlay--compact .category-label {
    font-size: 0.78rem;
    padding: 7px 10px;
  }
}


/* ===== collection refresh for public home ===== */
.boutique-categories-section {
  padding-top: 24px;
}

.boutique-section-head--solo {
  margin-bottom: 18px;
}

.boutique-section-head--solo .section-title--feature {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #f4ede1;
}

.category-grid--luxury {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.category-tile--compact {
  aspect-ratio: 0.8 / 1;
  min-height: 0;
}

.category-overlay--compact {
  padding: 18px 18px 16px;
}

.category-overlay--compact .category-name {
  font-size: 1.1rem;
}

.category-overlay--compact .category-label {
  padding: 8px 14px;
  font-size: 0.82rem;
}

.section-shell--new-collection {
  padding-top: 30px;
}

.boutique-section-head--products {
  margin-bottom: 20px;
}

.new-collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.new-collection-card {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(16, 18, 24, 0.96), rgba(12, 13, 18, 0.98));
  border: 1px solid rgba(213, 176, 107, 0.12);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.new-collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.30);
  border-color: rgba(213, 176, 107, 0.24);
}

.new-collection-media {
  position: relative;
  aspect-ratio: 0.76 / 1;
  overflow: hidden;
  background: #111318;
}

.new-collection-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.35s ease;
}

.new-collection-card:hover .new-collection-media img {
  transform: scale(1.03);
}

.new-collection-copy {
  padding: 14px 16px 18px;
  display: grid;
  gap: 8px;
}

.new-collection-category {
  color: #b9975a;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.new-collection-copy strong {
  color: #f5efe6;
  font-size: 1.04rem;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .category-grid--luxury,
  .new-collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .category-grid--luxury,
  .new-collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .category-tile--compact {
    aspect-ratio: 0.85 / 1;
  }
}

@media (max-width: 767px) {
  .boutique-categories-section {
    padding-top: 18px;
  }

  .boutique-section-head--solo .section-title--feature {
    font-size: 1.7rem;
  }

  .category-grid--luxury,
  .new-collection-grid {
    gap: 14px;
  }

  .category-tile--compact,
  .new-collection-media {
    border-radius: 18px 18px 0 0;
  }

  .new-collection-card {
    border-radius: 18px;
  }

  .new-collection-copy {
    padding: 12px 12px 14px;
  }
}

/* ===== desktop category nav + refined typography ===== */
.storefront-bar {
  grid-template-columns: auto minmax(560px, 1fr) auto;
  gap: 36px;
}

.storefront-left {
  gap: 34px;
}

.storefront-menu-btn {
  display: none;
}

.storefront-search {
  max-width: 920px;
  justify-self: center;
}

.storefront-category-nav {
  position: sticky;
  top: calc(var(--store-header-height) + 18px);
  z-index: 46;
  background: linear-gradient(180deg, rgba(5, 10, 22, 0.98), rgba(5, 10, 22, 0.92));
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 16px 40px rgba(4, 8, 18, 0.16);
}

.storefront-category-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 18px;
}

.storefront-category-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 56px;
  position: relative;
}

.storefront-category-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.storefront-category-link,
.storefront-category-link:hover {
  color: #f4e6cb;
  text-decoration: none;
}

.storefront-category-link {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  font-family: "Arial Black", Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.98rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
  opacity: 0.92;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.storefront-category-item:hover > .storefront-category-link {
  color: #fff6e3;
  opacity: 1;
}

.storefront-category-panel {
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: none;
  padding-top: 0;
  z-index: 12;
}

.storefront-category-item:hover > .storefront-category-panel {
  display: block;
}

.storefront-category-panel-inner {
  display: inline-flex;
  align-items: flex-start;
  gap: 42px;
  width: max-content;
  max-width: min(92vw, 1100px);
  padding: 22px 28px 24px;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0.985), rgba(6, 10, 18, 0.96));
  border: 1px solid rgba(255,255,255,0.06);
  border-top: none;
  box-shadow: 0 28px 70px rgba(0,0,0,0.44);
}

.storefront-category-column {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: max-content;
  text-align: left;
}

.storefront-category-column-title,
.storefront-category-column-title:hover {
  color: #f6e8cc;
  text-decoration: none;
}

.storefront-category-column-title {
  font-family: "Arial Black", Inter, Arial, sans-serif;
  font-size: 1.02rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 2px;
}

.storefront-category-product,
.storefront-category-product:hover {
  color: rgba(244, 239, 230, 0.88);
  text-decoration: none;
}

.storefront-category-product {
  display: block;
  max-width: 230px;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
  line-height: 1.32;
  font-size: 0.96rem;
}

.storefront-category-product:hover,
.storefront-category-column-title:hover {
  color: #ffffff;
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding-top: 18px;
}

.boutique-hero-media {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  border-radius: 0 0 34px 34px;
  overflow: hidden;
  min-height: 0;
  aspect-ratio: 16 / 7;
  background: #09111c;
}

.boutique-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boutique-hero-shadow,
.boutique-hero-media::after {
  display: none;
}

.boutique-section-head--solo .section-title--feature {
  font-family: "Arial Black", Inter, "Segoe UI", Arial, sans-serif;
  margin: 0;
  font-size: clamp(2.3rem, 4.2vw, 3.55rem);
  line-height: 0.95;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #f1e3c2;
}

.boutique-section-head--solo {
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .storefront-menu-btn {
    display: inline-flex;
  }

  .storefront-bar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
  }

  .storefront-search {
    max-width: 360px;
    font-size: 1rem;
  }

  .storefront-category-nav {
    display: none;
  }

  .boutique-hero-media {
    border-radius: 0 0 24px 24px;
    aspect-ratio: 4 / 3;
  }

  .boutique-section-head--solo .section-title--feature {
    font-size: clamp(1.9rem, 8vw, 2.8rem);
    letter-spacing: 0.02em;
  }
}


/* ===== final corrections: fixed hero, centered nav, refined titles ===== */
@media (min-width: 992px) {
  .storefront-menu-btn {
    display: none !important;
  }

  .storefront-bar {
    grid-template-columns: auto minmax(640px, 1fr) auto;
    align-items: center;
  }

  .storefront-search {
    justify-self: center;
    width: min(100%, 920px);
  }
}

.storefront-category-shell {
  display: flex;
  justify-content: center;
}

.storefront-category-track {
  width: fit-content;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}


.storefront-category-item:last-child .storefront-category-panel {
  right: 0;
  left: auto;
}

.storefront-category-item:last-child .storefront-category-panel-inner {
  margin-left: auto;
}

.storefront-category-item:nth-last-child(2) .storefront-category-panel,
.storefront-category-item:nth-last-child(3) .storefront-category-panel {
  left: 50%;
  transform: translateX(-35%);
}

.boutique-hero {
  padding-top: 14px;
}

.boutique-hero-media {
  max-width: 1360px;
  aspect-ratio: 16 / 7.3;
  border-radius: 0 0 30px 30px;
  background: #090b10;
}

.boutique-hero-image {
  object-fit: cover;
  object-position: center center;
}

.boutique-section-head--solo .section-title--feature {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(2.1rem, 3vw, 2.95rem);
  line-height: 1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: #f3e4c2;
}

.section-shell--new-collection .boutique-section-head--solo .section-title--feature {
  font-size: clamp(1.95rem, 2.7vw, 2.65rem);
}

@media (max-width: 991px) {
  .storefront-category-track {
    justify-content: flex-start;
    width: 100%;
  }

  .boutique-hero-media {
    aspect-ratio: 4 / 3.1;
  }
}


.storefront-category-item--all .storefront-category-link {
  color: #fff4d8;
}

.section-shell--catalog-dark {
  padding-top: 34px;
}

.section-shell--catalog-dark .container {
  max-width: 1420px;
}

.catalog-grid-dark {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-premium--dark-listing {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(180deg, rgba(9, 13, 22, 0.92), rgba(8, 12, 19, 0.96));
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.product-premium--dark-listing .product-media img {
  height: 380px;
}

.product-premium--dark-listing .product-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(12, 17, 28, 0.96), rgba(10, 14, 23, 0.99));
}

.product-premium--dark-listing .product-description {
  display: none;
}

.product-premium--dark-listing .product-category {
  color: rgba(243, 228, 194, 0.76);
}

.product-premium--dark-listing .product-title {
  color: #fff7e8;
  min-height: 3.2em;
}

.product-premium--dark-listing .price-row {
  margin-top: auto;
  align-items: flex-end;
}

.product-premium--dark-listing .price-tag {
  color: #fff7e8;
}

.product-premium--dark-listing .price-note {
  color: rgba(255, 255, 255, 0.72);
}

.product-premium--dark-listing .btn-add-cart {
  align-self: flex-end;
}

.empty-state--dark {
  grid-column: 1 / -1;
  background: linear-gradient(180deg, rgba(9, 13, 22, 0.9), rgba(9, 13, 22, 0.97));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 28px;
  color: #f2e4c6;
  text-align: center;
  padding: 54px 24px;
}

.empty-state--dark p {
  color: rgba(245, 237, 221, 0.72);
}

@media (max-width: 1199px) {
  .catalog-grid-dark {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-premium--dark-listing .product-media img {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .catalog-grid-dark {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .product-premium--dark-listing .product-media img {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .catalog-grid-dark {
    grid-template-columns: 1fr;
  }
}

.catalog-layout-dark {
  display: grid;
  grid-template-columns: minmax(205px, 235px) 1fr;
  gap: 20px;
  align-items: start;
}

.catalog-filters {
  position: sticky;
  top: 164px;
  margin-left: -10px;
}

.catalog-filters-form {
  padding: 18px 16px;
  border-radius: 22px;
  border: 1px solid rgba(244, 199, 106, 0.14);
  background: linear-gradient(180deg, rgba(7, 15, 29, 0.94), rgba(12, 23, 43, 0.92));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.catalog-filters-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  color: rgba(255,255,255,0.86);
}

.catalog-filters-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(244, 199, 106, 0.78);
}

.filter-accordion {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 12px 0;
}

.filter-accordion:last-of-type {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.filter-accordion summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  color: #f8f5ed;
  font-size: 1rem;
  font-weight: 700;
}

.filter-accordion summary::-webkit-details-marker { display: none; }
.filter-accordion summary i {
  color: rgba(255,255,255,0.7);
  transition: transform 0.2s ease;
}
.filter-accordion[open] summary i { transform: rotate(180deg); }

.filter-accordion-body {
  margin-top: 12px;
  display: grid;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.filter-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.84);
  font-size: 0.92rem;
  margin: 0;
}

.filter-check input {
  width: 16px;
  height: 16px;
  accent-color: #d4ab5e;
  flex: 0 0 auto;
}

.filter-empty {
  color: rgba(255,255,255,0.52);
  font-size: 0.88rem;
}

.catalog-filters-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.catalog-apply-btn,
.catalog-clear-btn {
  min-height: 46px;
  border-radius: 999px;
  text-align: center;
  font-weight: 700;
}

.catalog-apply-btn {
  border: 0;
  background: linear-gradient(135deg, #f4c76a, #d8a847);
  color: #0b1220;
}

.catalog-clear-btn,
.catalog-clear-btn:hover {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  background: rgba(255,255,255,0.04);
}

.boutique-section-head--left {
  align-items: flex-start;
  text-align: left;
}

.empty-state--wide {
  grid-column: 1 / -1;
}

@media (max-width: 991px) {
  .catalog-layout-dark {
    grid-template-columns: 1fr;
  }
  .catalog-filters {
    position: static;
    margin-left: 0;
  }
}

/* --- Checkout modal overlay --- */
.checkout-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 18, 0.58);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1095;
}

.checkout-modal-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.checkout-modal-shell {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px 18px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  z-index: 1100;
}

.checkout-modal-shell.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.checkout-modal-card {
  position: relative;
  width: min(980px, calc(100vw - 28px));
  max-height: calc(100vh - 56px);
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(9, 17, 31, 0.97) 0%, rgba(12, 19, 36, 0.98) 100%);
  border: 1px solid rgba(244, 199, 106, 0.12);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.checkout-modal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  min-height: 100%;
}

.checkout-modal-panel {
  padding: 30px;
}

.checkout-modal-panel--summary {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(244, 199, 106, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.checkout-modal-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #f8f5ed;
}

.checkout-modal-list {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 8px;
}

.checkout-modal-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-thumb {
  width: 88px;
  height: 104px;
  object-fit: cover;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.checkout-modal-copy { min-width: 0; }

.checkout-modal-category {
  display: inline-block;
  margin-bottom: 6px;
  color: rgba(244, 199, 106, 0.82);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.checkout-modal-copy strong {
  display: block;
  color: #f8f5ed;
  font-size: 1rem;
  line-height: 1.45;
}

.checkout-modal-price {
  display: inline-block;
  margin-top: 8px;
  color: rgba(248, 245, 237, 0.74);
}

.checkout-modal-totals {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-modal-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: rgba(248, 245, 237, 0.8);
}

.checkout-modal-line--total {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8f5ed;
  font-size: 1.04rem;
}

.checkout-modal-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 245, 237, 0.78);
  font-size: 0.92rem;
}

.checkout-modal-input {
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
}

.checkout-modal-input::placeholder {
  color: rgba(248, 245, 237, 0.42);
}

.checkout-modal-note {
  margin: 4px 0 18px;
  color: rgba(248, 245, 237, 0.68);
  line-height: 1.65;
}

.checkout-modal-submit {
  width: 100%;
  padding: 15px 20px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4c76a, #e3aa43);
  color: #18120d;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.checkout-modal-submit:disabled {
  opacity: 0.68;
}

.checkout-modal-feedback {
  min-height: 22px;
  margin-top: 14px;
  color: rgba(248, 245, 237, 0.72);
  font-size: 0.94rem;
}

.checkout-modal-feedback.is-success { color: #79e6ad; }
.checkout-modal-feedback.is-error { color: #ff8f8f; }

.checkout-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: #f8f5ed;
  z-index: 2;
}

.checkout-modal-empty {
  display: grid;
  gap: 10px;
  place-items: center;
  min-height: 220px;
  color: rgba(248, 245, 237, 0.7);
}

@media (max-width: 991px) {
  .checkout-modal-card {
    width: min(680px, calc(100vw - 18px));
  }

  .checkout-modal-grid {
    grid-template-columns: 1fr;
  }

  .checkout-modal-panel--summary {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

/* ===== compact footer refresh ===== */
.public-footer--storefront {
  margin-top: 18px;
}

.storefront-footer-grid {
  min-height: auto;
  grid-template-columns: minmax(0, 1.05fr) repeat(2, minmax(0, 0.72fr));
  gap: 14px;
  padding: 8px 0 10px;
  align-items: start;
}

.storefront-footer-brand {
  max-width: 380px;
  margin-inline: auto;
  text-align: center;
}

.footer-copy--lead {
  margin: 0 auto;
  max-width: 390px;
  color: #ead9bc;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.06rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.14);
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.footer-social-link {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(213,176,107,0.24);
  background: rgba(255,255,255,0.02);
  color: #d4b06b;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
  border-color: rgba(213,176,107,0.5);
  background: rgba(213,176,107,0.10);
  color: #f6ead4;
  text-decoration: none;
}

.footer-social-letter {
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.public-footer .footer-title {
  margin-bottom: 6px;
}

.public-footer--storefront .footer-inner--wide {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link,
.footer-copy,
.public-footer div {
  line-height: 1.45;
}

.public-footer--storefront .footer-link,
.public-footer--storefront div {
  font-size: 0.95rem;
}

@media (max-width: 991px) {
  .storefront-footer-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 10px 0 12px;
  }

  .footer-copy--lead {
    max-width: 360px;
    font-size: 1rem;
  }
}
