:root {
  --bg: #080808;
  --panel: rgba(16, 16, 18, 0.78);
  --panel-strong: rgba(11, 11, 13, 0.92);
  --line: rgba(255, 255, 255, 0.08);
  --text: #f8f3f3;
  --muted: #beb1b1;
  --accent: #d23737;
  --accent-soft: rgba(210, 55, 55, 0.14);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  --radius: 28px;
  --radius-sm: 18px;
  --content-width: 1440px;
}

@property --auto-rgb-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Space Grotesk", sans-serif;
  color: var(--text);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.38) 0%, rgba(8, 8, 8, 0.88) 36%, rgba(8, 8, 8, 1) 100%),
    radial-gradient(circle at top left, rgba(170, 24, 24, 0.22), transparent 26%),
    url("public/nueva.png") center / cover fixed no-repeat;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
  cursor: pointer;
}

main {
  display: grid;
  gap: 32px;
  padding-bottom: 48px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(8, 8, 10, 0.96), rgba(8, 8, 10, 0.84));
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header::after {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(210, 55, 55, 0.9), transparent);
  box-shadow: 0 0 18px rgba(210, 55, 55, 0.55);
}

.header-shell,
.hero-shell,
.page-section,
.footer-shell,
.cta-panel {
  width: min(calc(100% - 48px), var(--content-width));
  margin: 0 auto;
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.brand img {
  width: 72px;
  filter: drop-shadow(0 10px 20px rgba(211, 37, 37, 0.3));
}

.brand strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 2rem;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 1rem;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-link {
  position: relative;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #ddd0d0;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
  transition: 0.22s ease;
}

.nav-link:hover,
.nav-link.is-active {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  inset: auto 18px 8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(210, 55, 55, 0), rgba(210, 55, 55, 1), rgba(210, 55, 55, 0));
}

.nav-link-cart {
  border-color: rgba(255, 255, 255, 0.08);
}

.cart-badge {
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(210, 55, 55, 0.16);
  color: #ffd6d6;
}

.cart-dock-toggle {
  position: fixed;
  top: 132px;
  right: 14px;
  z-index: 55;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background:
    radial-gradient(circle at top right, rgba(210, 55, 55, 0.28), transparent 46%),
    rgba(10, 10, 12, 0.9);
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(16px);
}

.cart-dock-toggle strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d83c3c, #9f1616);
  color: #fff;
}

.cart-dock-backdrop {
  position: fixed;
  inset: 0;
  z-index: 58;
  display: none;
  background: rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(2px);
}

.cart-dock {
  position: fixed;
  top: 112px;
  right: 10px;
  bottom: 18px;
  z-index: 60;
  display: flex;
  width: min(330px, calc(100vw - 24px));
  padding: 13px 12px 12px;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 55, 55, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(14, 14, 16, 0.96), rgba(8, 8, 10, 0.98));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.62), -18px 0 80px rgba(159, 22, 22, 0.1);
  clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 28px 100%, 0 calc(100% - 28px));
  transform: translateX(calc(100% + 24px));
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.cart-dock.is-open {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.cart-dock::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 55, 55, 0.9), transparent);
  box-shadow: 0 0 26px rgba(210, 55, 55, 0.45);
}

.cart-dock-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.cart-dock-head h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
}

.cart-dock-kicker {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cart-dock-head-actions {
  display: flex;
  gap: 8px;
}

.cart-dock-clear,
.cart-dock-close,
.cart-dock-remove {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.cart-dock-clear {
  min-height: 30px;
  padding: 0 10px;
  font-weight: 800;
  font-size: 0.76rem;
}

.cart-dock-close,
.cart-dock-remove {
  width: 30px;
  height: 30px;
  padding: 0;
}

.cart-dock-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.cart-dock-summary-card {
  display: grid;
  gap: 5px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}

.cart-dock-summary-card-wide {
  grid-column: 1 / -1;
}

.cart-dock-summary-card span,
.cart-dock-item-kicker {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-dock-summary-card strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.cart-dock-scroll {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(210, 55, 55, 0.72) rgba(255, 255, 255, 0.05);
}

.cart-dock-scroll::-webkit-scrollbar {
  width: 8px;
}

.cart-dock-scroll::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
}

.cart-dock-scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(210, 55, 55, 0.9), rgba(159, 22, 22, 0.72));
  border-radius: 999px;
}

.cart-dock-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cart-dock-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 9px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cart-dock-thumb {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.cart-dock-thumb img {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.cart-dock-thumb span {
  font-family: "Sora", sans-serif;
  font-weight: 900;
}

.cart-dock-item-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.cart-dock-item-top,
.cart-dock-item-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.cart-dock-item-bottom {
  align-items: center;
}

.cart-dock-item-kicker {
  margin: 0 0 4px;
}

.cart-dock-item-name {
  display: inline-block;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
}

.cart-dock-stepper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.cart-dock-stepper button {
  width: 23px;
  height: 23px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

.cart-dock-stepper span {
  min-width: 20px;
  text-align: center;
  font-weight: 900;
}

.cart-dock-price {
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
}

.cart-dock-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.cart-dock-action {
  min-height: 40px;
  font-size: 0.82rem;
}

.cart-dock-action {
  width: 100%;
}

.hero {
  padding-top: 24px;
}

.hero-home .hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  gap: 28px;
  align-items: stretch;
}

.hero-inner .hero-shell-single {
  padding: 34px;
}

.hero-shell {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(15, 15, 17, 0.68), rgba(10, 10, 12, 0.9));
  box-shadow: var(--shadow);
}

.hero-copy h1 {
  margin: 0;
  max-width: 18ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4.2vw, 4rem);
  line-height: 1.02;
}

.hero-copy p {
  max-width: 66ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #dfd0d0;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 52px;
  height: 1px;
  background: linear-gradient(90deg, rgba(210, 55, 55, 0), rgba(210, 55, 55, 1));
}

.hero-actions,
.cta-actions,
.summary-actions,
.product-actions,
.collection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  transition: 0.22s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, #d83c3c, #9f1616);
  color: #fff8f8;
  box-shadow: 0 18px 36px rgba(159, 22, 22, 0.28);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.button-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
  color: #d7c7c7;
}

.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.hero-side {
  display: grid;
  gap: 18px;
}

.hero-logo-card,
.hero-note-card,
.product-card,
.collection-card,
.rule-card,
.cart-summary,
.cart-item,
.empty-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 14, 16, 0.88), rgba(10, 10, 12, 0.96));
  box-shadow: var(--shadow);
}

.hero-logo-card {
  min-height: 260px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  text-align: center;
}

.hero-logo-card img {
  width: min(260px, 72%);
  filter: drop-shadow(0 20px 38px rgba(211, 37, 37, 0.28));
}

.hero-note-card {
  padding: 26px;
}

.hero-note-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.page-section {
  display: grid;
  gap: 18px;
}

.section-heading h2,
.gallery-header h2,
.cart-summary h2 {
  margin: 0 0 12px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1;
}

.section-heading p,
.gallery-header p,
.cart-summary p {
  max-width: 72ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.card-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.product-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  padding: 22px;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: -28%;
  z-index: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(210, 55, 55, 0.26), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(255, 255, 255, 0.11), transparent 24%),
    radial-gradient(circle at 72% 82%, rgba(125, 125, 130, 0.24), transparent 34%);
  filter: blur(8px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.product-card > * {
  position: relative;
  z-index: 1;
}

.product-card:hover::before {
  transform: scale(1.04);
}

.product-card-image {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  overflow: hidden;
}

.product-card-image img {
  max-height: 200px;
  object-fit: contain;
}

.product-card-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.product-card-head h3,
.collection-card h3,
.rule-card h3,
.cart-item strong,
.empty-card h3 {
  margin: 6px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
  line-height: 1.02;
}

.price-tag {
  white-space: nowrap;
  color: #ffd9d9;
  font-size: 1.15rem;
}

.product-copy,
.product-lead,
.cart-item span,
.empty-card p,
.collection-card p,
.rule-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.product-highlights,
.benefit-group ul {
  margin: 0;
  padding-left: 18px;
  color: #f0e7e7;
  line-height: 1.8;
}

.benefit-grid {
  display: grid;
  gap: 12px;
}

.benefit-group {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.benefit-group p {
  margin: 0 0 8px;
  font-weight: 700;
}

body[data-page="vip"] .card-grid-vips .product-card,
body[data-page="home"] #home-vips .product-card {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(28, 28, 31, 0.66), rgba(8, 8, 10, 0.93) 54%, rgba(18, 9, 10, 0.96)),
    radial-gradient(circle at top left, rgba(210, 55, 55, 0.14), transparent 42%);
}

body[data-page="vip"] .card-grid-vips .product-card::before,
body[data-page="home"] #home-vips .product-card::before {
  opacity: 1;
}

body[data-page="vip"] .card-grid-vips .product-card:hover,
body[data-page="home"] #home-vips .product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(210, 55, 55, 0.34);
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.52), 0 20px 70px rgba(159, 22, 22, 0.17);
}

body[data-page="vip"] .card-grid-vips .product-card::after,
body[data-page="home"] #home-vips .product-card::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 1px;
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(210, 55, 55, 0.9), rgba(170, 170, 176, 0.42), transparent);
  box-shadow: 0 -22px 80px rgba(210, 55, 55, 0.24);
}

body[data-page="vip"] .card-grid-vips .product-card-image,
body[data-page="home"] #home-vips .product-card-image {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 50% 18%, rgba(210, 55, 55, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01));
  box-shadow: inset 0 0 70px rgba(255, 255, 255, 0.03);
}

body[data-page="vip"] .card-grid-vips .benefit-group {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at right, rgba(210, 55, 55, 0.08), transparent 42%);
}

body[data-page="vip"] .card-grid-vips {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

body[data-page="vip"] .card-grid-vips .product-card {
  gap: 12px;
  padding: 16px;
  border-radius: 24px;
}

body[data-page="vip"] .card-grid-vips .product-card::after {
  inset-inline: 16px;
}

body[data-page="vip"] .card-grid-vips .product-card-image {
  min-height: 132px;
  padding: 10px;
  border-radius: 18px;
}

body[data-page="vip"] .card-grid-vips .product-card-image img {
  max-height: 118px;
}

body[data-page="vip"] .card-grid-vips .product-card-head {
  align-items: center;
  gap: 12px;
}

body[data-page="vip"] .card-grid-vips .product-card-head h3 {
  margin-top: 3px;
  font-size: clamp(1.12rem, 1.45vw, 1.35rem);
  line-height: 1;
}

body[data-page="vip"] .card-grid-vips .price-tag {
  font-size: 0.96rem;
}

body[data-page="vip"] .card-grid-vips .product-copy,
body[data-page="vip"] .card-grid-vips .product-lead {
  font-size: 0.9rem;
  line-height: 1.5;
}

body[data-page="vip"] .card-grid-vips .product-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.25;
}

body[data-page="vip"] .card-grid-vips .product-highlights li {
  padding: 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

body[data-page="vip"] .card-grid-vips .benefit-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body[data-page="vip"] .card-grid-vips .benefit-group {
  padding: 10px 11px;
  border-radius: 14px;
}

body[data-page="vip"] .card-grid-vips .benefit-group p {
  margin-bottom: 6px;
  font-size: 0.88rem;
}

body[data-page="vip"] .card-grid-vips .benefit-group ul {
  padding-left: 15px;
  font-size: 0.82rem;
  line-height: 1.48;
}

body[data-page="vip"] .card-grid-vips .product-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body[data-page="vip"] .card-grid-vips .button {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  font-size: 0.78rem;
  line-height: 1.1;
}

.home-vip-carousel.is-switching .vip-store-card {
  animation: vipCarouselIn 0.42s ease both;
}

.home-vip-carousel.is-switching .vip-store-card:nth-child(2) {
  animation-delay: 0.06s;
}

.home-vip-carousel.is-switching .vip-store-card:nth-child(3) {
  animation-delay: 0.12s;
}

.home-vip-duo-slide {
  width: 100%;
  max-width: 1060px;
  margin-inline: auto;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
}

.vip-store-card {
  --vip-accent: #d23737;
  --vip-light: #ffd6d6;
  --vip-glow: rgba(210, 55, 55, 0.32);
  position: relative;
  align-self: start;
  overflow: hidden;
  padding: 1px;
  border-radius: 26px;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42), 0 18px 60px var(--vip-glow);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.vip-store-card::before {
  content: "";
  position: absolute;
  inset: -48%;
  z-index: 0;
  background:
    conic-gradient(
      from 0deg,
      transparent 0deg,
      var(--vip-accent) 46deg,
      var(--vip-light) 76deg,
      transparent 122deg,
      transparent 220deg,
      var(--vip-accent) 290deg,
      transparent 360deg
    );
  opacity: 0.72;
  animation: vipBorderSpin 6s linear infinite;
}

.vip-store-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 0%, var(--vip-glow), transparent 32%),
    linear-gradient(180deg, rgba(18, 18, 21, 0.96), rgba(7, 7, 9, 0.985));
}

.vip-store-card:hover,
.vip-store-card.is-open {
  transform: translateY(-4px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54), 0 22px 70px var(--vip-glow);
}

.vip-store-card-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 13px;
  min-height: 100%;
  padding: 18px 16px 16px;
  border-radius: 25px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(20, 20, 23, 0.62), rgba(7, 7, 9, 0.88)),
    radial-gradient(circle at top, var(--vip-glow), transparent 44%);
  overflow: hidden;
}

.vip-store-topline {
  position: absolute;
  inset: 0 28px auto;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vip-accent), var(--vip-light), transparent);
  box-shadow: 0 0 22px var(--vip-glow);
}

.vip-store-media {
  display: grid;
  place-items: center;
  min-height: 92px;
  padding-top: 6px;
}

.vip-store-media img {
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 16px 26px var(--vip-glow));
}

.vip-store-main {
  display: grid;
  gap: 8px;
}

.vip-store-main h3 {
  position: relative;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 0 38px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.28rem, 2vw, 1.65rem);
  line-height: 1.05;
  text-shadow: 0 0 22px var(--vip-glow);
}

.vip-store-main h3::before,
.vip-store-main h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vip-accent));
  box-shadow: 0 0 16px var(--vip-glow);
}

.vip-store-main h3::before {
  left: 0;
}

.vip-store-main h3::after {
  right: 0;
  transform: scaleX(-1);
}

.vip-store-main p,
.vip-detail-lead {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.46;
}

.vip-store-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.vip-store-chips li {
  display: grid;
  align-items: center;
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid color-mix(in srgb, var(--vip-accent) 34%, transparent);
  border-radius: 10px;
  background: color-mix(in srgb, var(--vip-accent) 15%, rgba(255, 255, 255, 0.03));
  color: #fff2f2;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.15;
}

.vip-store-price {
  color: var(--vip-accent);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  letter-spacing: -0.03em;
  text-shadow: 0 0 24px var(--vip-glow);
}

.vip-detail-toggle {
  width: 100%;
  min-height: 44px;
  box-shadow: 0 18px 36px rgba(159, 22, 22, 0.3), 0 0 28px var(--vip-glow);
}

.vip-store-details {
  display: grid;
  gap: 12px;
  padding-top: 4px;
  animation: vipDetailsIn 0.22s ease both;
}

.vip-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  text-align: left;
}

.vip-detail-group {
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at right, var(--vip-glow), transparent 52%);
}

.vip-detail-group p {
  margin: 0 0 6px;
  color: #fff;
  font-weight: 900;
}

.vip-detail-group ul {
  margin: 0;
  padding-left: 15px;
  color: #f0e7e7;
  font-size: 0.82rem;
  line-height: 1.45;
}

.vip-detail-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vip-detail-actions.is-single {
  grid-template-columns: 1fr;
}

.vip-detail-actions .button {
  width: 100%;
  min-height: 42px;
  padding: 9px 12px;
  font-size: 0.8rem;
}

@keyframes vipBorderSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes vipDetailsIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auto-rgb-card {
  --auto-accent: #d23737;
  --auto-light: #ffd6d6;
  --auto-glow: rgba(210, 55, 55, 0.32);
  --auto-rgb-angle: 0deg;
  border: 1px solid transparent;
  background:
    linear-gradient(180deg, rgba(14, 14, 16, 0.92), rgba(8, 8, 10, 0.98)) padding-box,
    conic-gradient(
      from var(--auto-rgb-angle),
      transparent 0deg,
      var(--auto-accent) 54deg,
      var(--auto-light) 96deg,
      transparent 148deg,
      transparent 232deg,
      var(--auto-accent) 308deg,
      transparent 360deg
    ) border-box;
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42), 0 18px 60px var(--auto-glow);
  animation: autoRgbBorder 6s linear infinite;
}

.product-card.auto-rgb-card::before {
  opacity: 1;
  background:
    radial-gradient(circle at 18% 16%, var(--auto-glow), transparent 32%),
    radial-gradient(circle at 84% 8%, color-mix(in srgb, var(--auto-light) 20%, transparent), transparent 26%),
    radial-gradient(circle at 74% 82%, color-mix(in srgb, var(--auto-accent) 22%, transparent), transparent 36%);
}

.collection-card.auto-rgb-card,
.car-card.auto-rgb-card {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4), 0 14px 50px var(--auto-glow);
}

.collection-card.auto-rgb-card.is-active {
  border-color: transparent;
  box-shadow: 0 30px 84px rgba(0, 0, 0, 0.48), 0 20px 70px var(--auto-glow);
}

.collection-card.auto-rgb-card h3,
.car-card.auto-rgb-card .car-card-copy strong {
  text-shadow: 0 0 18px var(--auto-glow);
}

.collection-card.auto-rgb-card .collection-meta strong {
  color: var(--auto-light);
}

@keyframes autoRgbBorder {
  to {
    --auto-rgb-angle: 360deg;
  }
}

@keyframes vipCarouselIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(15, 15, 17, 0.88), rgba(10, 10, 12, 0.96));
  box-shadow: var(--shadow);
}

.cta-panel h2 {
  margin: 0;
  max-width: 24ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  line-height: 1.08;
}

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

.collection-card {
  display: grid;
  gap: 16px;
  padding: 22px;
}

.collection-card.is-active {
  border-color: rgba(210, 55, 55, 0.4);
  box-shadow: 0 26px 70px rgba(159, 22, 22, 0.22);
}

.collection-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f1e3e3;
}

.gallery-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.car-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 14, 16, 0.92), rgba(10, 10, 12, 0.98));
  box-shadow: var(--shadow);
}

.car-image {
  display: grid;
  place-items: center;
  min-height: 240px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.car-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.car-card:hover .car-image img {
  transform: scale(1.06);
  filter: saturate(1.06);
}

.car-image.is-missing {
  background:
    radial-gradient(circle at 50% 18%, rgba(210, 55, 55, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
}

.image-fallback {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 24px;
  text-align: center;
}

.image-fallback strong {
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
}

.image-fallback span {
  color: var(--muted);
}

.car-card-copy {
  display: grid;
  gap: 8px;
  padding: 18px 20px 22px;
}

.car-card-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
}

.car-card-copy span {
  color: var(--muted);
  font-size: 0.96rem;
}

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

.auth-layout,
.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.auth-layout-single {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.auth-card,
.account-card {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(14, 14, 16, 0.88), rgba(10, 10, 12, 0.96));
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate;
}

.auth-card::before,
.account-card::before {
  content: "";
  position: absolute;
  inset: -45% -18% auto auto;
  width: 220px;
  height: 220px;
  z-index: 0;
  border-radius: 999px;
  background: rgba(210, 55, 55, 0.15);
  filter: blur(34px);
  pointer-events: none;
}

.auth-card > *,
.account-card > * {
  position: relative;
  z-index: 1;
}

.auth-card h2,
.account-card h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.auth-card p,
.account-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  display: grid;
  gap: 8px;
}

.auth-form span {
  color: #efe3e3;
  font-weight: 700;
}

.auth-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  outline: none;
}

.auth-form input:focus {
  border-color: rgba(210, 55, 55, 0.42);
  box-shadow: 0 0 0 4px rgba(210, 55, 55, 0.12);
}

.auth-feedback {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.03);
}

.auth-feedback[data-tone="success"] {
  border-color: rgba(42, 188, 114, 0.35);
  background: rgba(42, 188, 114, 0.1);
  color: #dcfdea;
}

.auth-feedback[data-tone="error"] {
  border-color: rgba(210, 55, 55, 0.36);
  background: rgba(210, 55, 55, 0.12);
  color: #ffdcdc;
}

.auth-safe-note {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    radial-gradient(circle at right, rgba(210, 55, 55, 0.08), transparent 42%);
  color: #d9cccc;
}

.auth-warning {
  border-color: rgba(210, 55, 55, 0.22);
}

body[data-page="access"] main {
  gap: 34px;
}

body[data-page="access"] .hero-shell {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 84% 20%, rgba(210, 55, 55, 0.2), transparent 32%),
    radial-gradient(circle at 12% 86%, rgba(118, 118, 124, 0.22), transparent 36%),
    linear-gradient(135deg, rgba(18, 18, 21, 0.74), rgba(8, 8, 10, 0.94));
}

body[data-page="access"] .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 45%, rgba(255, 255, 255, 0.05) 45% 45.4%, transparent 45.4%),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 18%);
  pointer-events: none;
}

.access-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.7fr);
  gap: 28px;
  align-items: stretch;
}

.access-status-panel {
  position: relative;
  display: grid;
  align-content: center;
  gap: 22px;
  min-height: 380px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at top, rgba(210, 55, 55, 0.15), transparent 42%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 26px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.access-status-panel::before {
  content: "";
  position: absolute;
  inset: -35% -10% auto auto;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(210, 55, 55, 0.22);
  filter: blur(46px);
}

.access-status-panel h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.04;
}

.access-status-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.access-emblem {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 16%, rgba(210, 55, 55, 0.34), transparent 52%),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 20px 60px rgba(210, 55, 55, 0.18);
}

.access-emblem img {
  width: 78px;
  filter: drop-shadow(0 12px 24px rgba(210, 55, 55, 0.34));
}

.access-checks {
  display: grid;
  gap: 10px;
}

.access-checks span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #efe5e5;
  font-weight: 700;
}

.access-checks span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d83c3c;
  box-shadow: 0 0 18px rgba(216, 60, 60, 0.85);
}

body[data-page="about"] main {
  gap: 38px;
}

.about-hero .hero-shell {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 78% 12%, rgba(210, 55, 55, 0.2), transparent 32%),
    radial-gradient(circle at 18% 86%, rgba(150, 150, 156, 0.2), transparent 34%),
    linear-gradient(135deg, rgba(18, 18, 21, 0.72), rgba(8, 8, 10, 0.95));
}

.about-hero .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 52%, rgba(255, 255, 255, 0.055) 52% 52.35%, transparent 52.35%),
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.08), transparent 18%);
  pointer-events: none;
}

.about-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
  gap: 28px;
  align-items: stretch;
}

.about-identity-card {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  min-height: 380px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  text-align: center;
  background:
    radial-gradient(circle at 50% 22%, rgba(210, 55, 55, 0.22), transparent 36%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 90px rgba(0, 0, 0, 0.36);
  overflow: hidden;
}

.about-identity-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 55, 55, 0.9), rgba(190, 190, 196, 0.4), transparent);
  box-shadow: 0 -30px 90px rgba(210, 55, 55, 0.24);
}

.about-identity-card img {
  width: min(220px, 76%);
  filter: drop-shadow(0 22px 42px rgba(210, 55, 55, 0.28));
}

.about-identity-card span {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 800;
}

.about-identity-card p {
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-story {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 8%, rgba(210, 55, 55, 0.11), transparent 28%),
    radial-gradient(circle at 86% 92%, rgba(150, 150, 156, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(11, 11, 13, 0.52), rgba(8, 8, 10, 0.82));
  box-shadow: var(--shadow);
}

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

.about-value-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(28, 28, 31, 0.66), rgba(8, 8, 10, 0.95)),
    radial-gradient(circle at top right, rgba(210, 55, 55, 0.12), transparent 44%);
  overflow: hidden;
}

.about-value-card::before {
  content: "";
  position: absolute;
  inset: -35% -20% auto auto;
  width: 210px;
  height: 210px;
  border-radius: 999px;
  background: rgba(210, 55, 55, 0.14);
  filter: blur(36px);
}

.about-value-card span {
  position: relative;
  color: #ffb8b8;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.about-value-card h3 {
  position: relative;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
}

.about-value-card p {
  position: relative;
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-cta {
  background:
    radial-gradient(circle at 88% 14%, rgba(210, 55, 55, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(15, 15, 17, 0.88), rgba(10, 10, 12, 0.96));
}

.access-panel {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 10%, rgba(210, 55, 55, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(11, 11, 13, 0.5), rgba(8, 8, 10, 0.78));
  box-shadow: var(--shadow);
}

.auth-layout-access {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

body[data-page="access"] .auth-card {
  padding: 30px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(26, 26, 29, 0.72), rgba(9, 9, 11, 0.95)),
    radial-gradient(circle at top left, rgba(210, 55, 55, 0.12), transparent 44%);
}

body[data-page="access"] .auth-card-featured {
  min-height: 100%;
  border-color: rgba(210, 55, 55, 0.24);
}

body[data-page="access"] .auth-card-login::before {
  background: rgba(156, 156, 164, 0.14);
}

.auth-card-recovery {
  background:
    linear-gradient(135deg, rgba(21, 21, 24, 0.78), rgba(8, 8, 10, 0.94)),
    radial-gradient(circle at 84% 22%, rgba(210, 55, 55, 0.14), transparent 34%);
}

body[data-page="access"] .auth-form input {
  min-height: 56px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022));
}

body[data-page="access"] .auth-form input::placeholder {
  color: rgba(226, 214, 214, 0.45);
}

.account-meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.account-meta div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.account-meta dt {
  color: #efdede;
  font-weight: 700;
}

.account-meta dd {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.account-orders-section {
  display: grid;
  gap: 24px;
  margin-top: 8px;
}

.account-orders-list {
  display: grid;
  gap: 16px;
}

.order-card {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(18, 18, 21, 0.82), rgba(7, 7, 9, 0.94)),
    radial-gradient(circle at 92% 0%, rgba(210, 55, 55, 0.13), transparent 34%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.order-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(210, 55, 55, 0.9), transparent);
}

.order-card h3 {
  margin: 4px 0 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.order-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.order-card-head,
.order-status-row,
.order-meta-row,
.order-items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.order-card-head strong {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 2.8vw, 2.1rem);
}

.order-status-row {
  flex-wrap: wrap;
}

.order-status-row span,
.order-meta-row span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #efe6e6;
  font-size: 0.85rem;
  font-weight: 700;
}

.order-status-row span {
  padding: 8px 12px;
}

.order-meta-row {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.order-meta-row span {
  padding: 7px 11px;
  color: var(--muted);
}

.order-items {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.order-items li {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}

.order-items strong,
.order-items small {
  display: block;
}

.order-items small,
.order-empty {
  margin-top: 4px;
  color: var(--muted);
}

.order-card-empty {
  min-height: 180px;
  place-content: center;
}

.rule-card {
  padding: 22px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.6fr);
  gap: 24px;
  align-items: start;
}

.cart-list {
  display: grid;
  gap: 16px;
  align-content: start;
}

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

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cart-item-copy {
  display: grid;
  gap: 10px;
}

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

.step-button,
.remove-button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.remove-button {
  padding: 0 18px;
}

.qty-pill {
  min-width: 46px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(210, 55, 55, 0.12);
  text-align: center;
}

.cart-summary {
  position: sticky;
  top: 124px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.cart-total {
  font-family: "Sora", sans-serif;
  font-size: 2.6rem;
}

.checkout-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 55, 55, 0.8), transparent);
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.checkout-auth-gate {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(210, 55, 55, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(210, 55, 55, 0.16), transparent 34%),
    rgba(255, 255, 255, 0.025);
}

.checkout-auth-gate strong {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
}

.checkout-auth-gate p {
  color: var(--muted);
  line-height: 1.65;
}

.checkout-auth-gate .button {
  justify-self: start;
}

.checkout-form label {
  display: grid;
  gap: 8px;
}

.checkout-form span {
  color: #efe3e3;
  font-weight: 800;
}

.checkout-form input {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  outline: none;
}

.checkout-form input:focus {
  border-color: rgba(210, 55, 55, 0.42);
  box-shadow: 0 0 0 4px rgba(210, 55, 55, 0.12);
}

.checkout-form input[readonly] {
  border-color: rgba(42, 188, 114, 0.25);
  background: rgba(42, 188, 114, 0.08);
}

.checkout-secure-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.checkout-email-note {
  color: #bff2d3;
  line-height: 1.5;
}

.payment-result-card {
  position: static;
}

.empty-card {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
}

.empty-card .button {
  width: auto;
  min-width: min(240px, 100%);
  justify-self: start;
}

.site-footer {
  padding: 12px 0 40px;
}

.footer-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell strong,
.footer-label {
  display: block;
  margin-bottom: 8px;
  font-family: "Sora", sans-serif;
}

@media (max-width: 1200px) {
  .hero-home .hero-shell,
  .access-hero-shell,
  .about-hero-shell,
  .card-grid,
  .collection-grid,
  .car-grid,
  .rule-grid,
  .auth-layout,
  .account-grid,
  .cart-layout,
  .about-values-grid,
  .card-grid-vips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-home .hero-shell {
    align-items: start;
  }

  body[data-page="vip"] .card-grid-vips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .cart-dock-backdrop {
    display: block;
  }

  .cart-dock {
    top: auto;
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    max-height: min(78vh, 720px);
  }

  .cart-dock-toggle {
    top: auto;
    right: 14px;
    bottom: 18px;
  }
}

@media (max-width: 900px) {
  .header-shell,
  .footer-shell,
  .cta-panel,
  .gallery-header,
  .cart-item {
    flex-direction: column;
    align-items: stretch;
  }

  .brand {
    width: 100%;
  }

  .brand strong {
    font-size: 1.6rem;
  }

  .main-nav {
    width: 100%;
    justify-content: center;
  }

  .hero-shell,
  .hero-inner .hero-shell-single,
  .cta-panel {
    padding: 28px;
  }

  .hero-home .hero-shell,
  .access-hero-shell,
  .about-hero-shell,
  .card-grid,
  .card-grid-vips,
  .collection-grid,
  .car-grid,
  .rule-grid,
  .auth-layout,
  .account-grid,
  .cart-layout,
  .about-values-grid {
    grid-template-columns: 1fr;
  }

  .header-shell,
  .hero-shell,
  .page-section,
  .footer-shell,
  .cta-panel {
    width: min(calc(100% - 28px), var(--content-width));
  }

  body[data-page="vip"] .card-grid-vips {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .access-panel {
    padding: 24px;
  }

  .access-status-panel,
  .about-identity-card {
    min-height: auto;
  }

  .about-story {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .main-nav {
    justify-content: flex-start;
  }

  .nav-link {
    padding: 12px 15px;
    font-size: 0.74rem;
  }

  .brand img {
    width: 58px;
  }

  .brand strong {
    font-size: 1.35rem;
  }

  .brand span {
    font-size: 0.88rem;
  }

  .hero-copy h1 {
    max-width: unset;
  }

  .access-panel,
  body[data-page="access"] .auth-card,
  .about-story,
  .about-value-card {
    padding: 22px;
  }

  body[data-page="vip"] .card-grid-vips .product-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-page="vip"] .card-grid-vips .product-highlights,
  body[data-page="vip"] .card-grid-vips .benefit-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="vip"] .card-grid-vips .product-actions {
    grid-template-columns: 1fr;
  }

  .vip-store-chips,
  .vip-detail-grid,
  .vip-detail-actions {
    grid-template-columns: 1fr;
  }

  .order-card-head,
  .order-items li {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-status-row span,
  .order-meta-row span {
    width: 100%;
  }
}
