:root {
  --ink: #fffaf0;
  --muted: rgba(255, 250, 240, 0.82);
  --faint: rgba(255, 250, 240, 0.58);
  --night: #16051f;
  --aubergine: #37114f;
  --violet: #9b5cff;
  --crimson: #ff3f87;
  --emerald: #00e0a4;
  --gold: #ffd166;
  --cyan: #00d4ff;
  --lime: #7cff6b;
  --surface: rgba(66, 24, 92, 0.66);
  --surface-strong: rgba(91, 34, 123, 0.88);
  --line: rgba(255, 255, 255, 0.22);
  --shadow: 0 28px 90px rgba(45, 0, 70, 0.36);
  --radius: 8px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 79, 216, 0.34), transparent 30rem),
    radial-gradient(circle at 84% 18%, rgba(0, 212, 255, 0.26), transparent 28rem),
    radial-gradient(circle at 64% 82%, rgba(124, 255, 107, 0.2), transparent 26rem),
    linear-gradient(135deg, #230836, #52145f 45%, #0a3556 100%);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(249, 241, 221, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249, 241, 221, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(242, 184, 75, 0.08), transparent 42rem);
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(54, 12, 78, 0.9), rgba(7, 54, 86, 0.82));
  backdrop-filter: blur(22px) saturate(150%);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-logo {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  border: 2px solid rgba(242, 184, 75, 0.42);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  filter: drop-shadow(0 0 16px rgba(242, 184, 75, 0.28));
}

.brand small {
  display: block;
  color: var(--faint);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.nav-links a {
  border-radius: var(--radius);
  padding: 9px 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--ink);
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.22), rgba(0, 212, 255, 0.18));
}

.cart-button,
.menu-button,
.ghost-button,
.primary-button,
.mini-button,
.quantity-button {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  background: rgba(249, 241, 221, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.cart-button {
  min-width: 96px;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 800;
}

.cart-button:hover,
.ghost-button:hover,
.mini-button:hover,
.quantity-button:hover {
  transform: translateY(-1px);
  border-color: rgba(0, 212, 255, 0.58);
  background: rgba(0, 212, 255, 0.16);
}

.cart-count {
  min-width: 24px;
  height: 24px;
  border-radius: 99px;
  display: inline-grid;
  place-items: center;
  color: #150916;
  background: linear-gradient(135deg, var(--gold), var(--lime));
  font-size: 0.78rem;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  font-size: 1.25rem;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: min(760px, calc(78svh - 72px));
  display: grid;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(9, 7, 13, 0.96), rgba(9, 7, 13, 0.58) 45%, rgba(9, 7, 13, 0.22)),
    linear-gradient(0deg, rgba(30, 6, 44, 0.76), transparent 48%),
    url("../assets/mystic-shop-hero.png") center / cover;
  transform: scale(1.04);
  animation: slowAwaken 16s ease-in-out infinite alternate;
}

.hero::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 68%, rgba(242, 184, 75, 0.18), transparent 18rem),
    radial-gradient(circle at 58% 28%, rgba(143, 69, 255, 0.17), transparent 26rem);
  animation: pulseAura 5.8s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
  gap: 34px;
  padding: clamp(28px, 4vw, 58px) 0 34px;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero h1,
.page-hero h1,
.section-title {
  margin: 12px 0 18px;
  max-width: 13ch;
  font-size: clamp(3rem, 7.2vw, 6.1rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.page-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.55rem, 5.8vw, 4.7rem);
}

.section-title {
  max-width: 16ch;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.glow-text {
  color: #fff;
  background: linear-gradient(90deg, var(--gold), var(--lime), var(--cyan), #ff8be5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 32px rgba(0, 212, 255, 0.2);
}

.lede {
  max-width: 58ch;
  margin: 0 0 26px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.22rem);
}

.hero-actions,
.page-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-actions {
  margin-top: 22px;
}

.primary-button,
.ghost-button {
  min-height: 46px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
}

.primary-button {
  color: #160917;
  border-color: rgba(255, 209, 102, 0.92);
  background: linear-gradient(135deg, var(--gold), var(--lime) 48%, var(--cyan));
  box-shadow: 0 18px 42px rgba(0, 212, 255, 0.24), 0 0 26px rgba(255, 79, 216, 0.18);
}

.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 54px rgba(242, 184, 75, 0.28);
}

.primary-button:disabled,
.ghost-button:disabled,
.mini-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.ghost-button {
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.16), rgba(0, 212, 255, 0.1));
}

.hero-card,
.glass-panel,
.product-card,
.cart-drawer,
.checkout-card,
.contact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 79, 216, 0.08), rgba(0, 212, 255, 0.08));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(140%);
}

.hero-card {
  align-self: end;
  padding: 18px;
  background: linear-gradient(145deg, rgba(255, 79, 216, 0.18), rgba(0, 212, 255, 0.12));
}

.hero-card h2 {
  margin: 0 0 8px;
  font-size: 1.02rem;
}

.hero-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 0.92rem;
}

.power-meter {
  height: 10px;
  border: 1px solid rgba(242, 184, 75, 0.25);
  border-radius: 99px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.24);
}

.power-meter span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, var(--emerald), var(--gold), var(--crimson));
  animation: charge 2.8s ease-in-out infinite alternate;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.hero-stats div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.hero-stats strong {
  display: block;
  color: var(--gold);
  font-size: 1.2rem;
}

.hero-stats span {
  color: var(--faint);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  padding: clamp(42px, 5.5vw, 72px) 0;
}

.featured-section {
  padding-bottom: clamp(22px, 3vw, 34px);
}

.bundle-section {
  padding-top: clamp(16px, 2.4vw, 28px);
}

.bundle-head {
  margin-bottom: 20px;
}

.bundle-head .section-title {
  max-width: 18ch;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
}

.compact-section {
  padding-top: clamp(22px, 3vw, 36px);
  padding-bottom: clamp(22px, 3vw, 36px);
}

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

.section-head p {
  max-width: 46ch;
  margin: 0 0 14px;
  color: var(--muted);
}

.carousel-shell {
  position: relative;
  overflow: hidden;
  padding: 2px 58px;
}

.carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 32%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 2px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-track .product-card {
  scroll-snap-align: start;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 48px;
  height: 64px;
  border: 1px solid rgba(242, 184, 75, 0.34);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  color: var(--gold);
  cursor: pointer;
  background:
    radial-gradient(circle at 50% 22%, rgba(242, 184, 75, 0.22), transparent 48%),
    rgba(18, 11, 25, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), 0 0 26px rgba(242, 184, 75, 0.12);
  backdrop-filter: blur(18px) saturate(140%);
  transform: translateY(-50%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.carousel-arrow::before {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(249, 241, 221, 0.11);
  border-radius: calc(var(--radius) - 2px);
}

.carousel-arrow span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2.6rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(242, 184, 75, 0.62);
  animation: arrowPulse 1.8s ease-in-out infinite;
}

.carousel-arrow-left {
  left: 0;
}

.carousel-arrow-right {
  right: 0;
}

.carousel-arrow:hover {
  border-color: rgba(242, 184, 75, 0.7);
  background:
    radial-gradient(circle at 50% 22%, rgba(242, 184, 75, 0.36), transparent 52%),
    rgba(34, 18, 43, 0.86);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36), 0 0 34px rgba(242, 184, 75, 0.22);
}

.carousel-arrow-left:hover {
  transform: translateY(-50%) translateX(-2px);
}

.carousel-arrow-right:hover {
  transform: translateY(-50%) translateX(2px);
}

.product-card {
  min-height: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-visual {
  position: relative;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 1px solid rgba(249, 241, 221, 0.12);
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.02);
  transition: transform 240ms ease, filter 240ms ease;
}

.product-card:hover .product-visual img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
}

.product-visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), transparent 36%, rgba(0, 0, 0, 0.24)),
    radial-gradient(circle at 15% 10%, rgba(242, 184, 75, 0.18), transparent 34%);
}

.product-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 5px 9px;
  border-radius: 99px;
  color: #130813;
  background: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
}

.product-card h3 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.2;
}

.product-title-link:hover {
  color: var(--gold);
}

.category-chip {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 8px;
  padding: 4px 8px;
  border: 1px solid rgba(242, 184, 75, 0.24);
  border-radius: 99px;
  color: var(--gold);
  background: rgba(242, 184, 75, 0.08);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-card p {
  margin: 0;
  min-height: 44px;
  color: var(--muted);
  font-size: 0.9rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: auto;
}

.old-price {
  color: var(--faint);
  text-decoration: line-through;
}

.new-price {
  color: var(--gold);
  font-size: 1.16rem;
  font-weight: 950;
}

.mini-button {
  min-height: 42px;
  padding: 10px 13px;
  font-weight: 900;
}

.product-visual-link {
  color: inherit;
}

.wide-link {
  width: 100%;
}

.catalog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 20px;
}

.catalog-search {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.button-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.category-filters,
.category-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.category-filmstrip {
  position: relative;
  display: grid;
  grid-template-columns: max-content 46px minmax(0, 1fr) 46px;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.14), rgba(0, 212, 255, 0.1));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.category-filmstrip .category-filters {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 2px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.category-filmstrip .category-filters::-webkit-scrollbar {
  display: none;
}

.filmstrip-arrow,
.page-button,
.all-categories-button,
.category-modal-link {
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  background: linear-gradient(135deg, rgba(255, 79, 216, 0.22), rgba(0, 212, 255, 0.2));
  font-weight: 950;
}

.all-categories-button {
  min-height: 46px;
  padding: 0 16px;
  color: #160917;
  background: linear-gradient(135deg, var(--gold), var(--lime));
  white-space: nowrap;
}

.filmstrip-arrow {
  width: 46px;
  height: 46px;
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 1;
}

.category-filter,
.category-band a {
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--muted);
  cursor: pointer;
  background: rgba(249, 241, 221, 0.07);
  font-weight: 850;
  white-space: nowrap;
  flex: 0 0 auto;
}

.category-filter:hover,
.category-filter.is-active,
.category-band a:hover {
  color: var(--ink);
  border-color: rgba(0, 212, 255, 0.58);
  background: linear-gradient(135deg, rgba(255, 209, 102, 0.24), rgba(0, 212, 255, 0.18));
}

.category-band {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.catalog-tools .ghost-button {
  flex: 0 0 auto;
  min-width: 132px;
}

.search-box,
.field {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: rgba(249, 241, 221, 0.08);
  padding: 12px 14px;
  outline: none;
}

select.field {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 79, 216, 0.22), rgba(0, 212, 255, 0.16)),
    rgba(55, 17, 79, 0.96);
}

select.field option {
  color: var(--ink);
  background: #37114f;
}

.search-box:focus,
.field:focus {
  border-color: rgba(242, 184, 75, 0.58);
  box-shadow: 0 0 0 3px rgba(242, 184, 75, 0.12);
}

.field::placeholder,
.search-box::placeholder {
  color: rgba(255, 250, 240, 0.46);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.category-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  background: rgba(5, 5, 16, 0.62);
  backdrop-filter: blur(14px);
  transition: opacity 180ms ease;
}

.category-modal-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

.category-modal {
  width: min(860px, 100%);
  max-height: min(760px, calc(100svh - 40px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: calc(var(--radius) + 10px);
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 79, 216, 0.22), transparent 20rem),
    radial-gradient(circle at 100% 20%, rgba(0, 212, 255, 0.2), transparent 20rem),
    rgba(35, 8, 54, 0.94);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
}

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

.modal-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.category-modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px;
}

.category-modal-link {
  min-height: 48px;
  padding: 10px 14px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-modal-link:hover,
.category-modal-link.is-active {
  color: #160917;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
}

.page-button {
  min-width: 42px;
  min-height: 40px;
  padding: 8px 12px;
}

.page-button:hover,
.page-button.is-active {
  color: #160917;
  background: linear-gradient(135deg, var(--gold), var(--lime));
}

.page-button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.page-gap,
.page-summary {
  color: var(--muted);
  font-weight: 800;
}

.page-hero {
  padding: clamp(28px, 4vw, 46px) 0 12px;
}

.page-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(150px, 20vw, 250px);
  gap: clamp(22px, 5vw, 72px);
  align-items: center;
}

.page-hero-logo {
  width: clamp(150px, 20vw, 250px);
  height: clamp(150px, 20vw, 250px);
  justify-self: end;
  border: 3px solid rgba(255, 209, 102, 0.62);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    0 0 42px rgba(255, 209, 102, 0.22),
    0 0 72px rgba(0, 212, 255, 0.14);
}

.page-hero .lede {
  margin-bottom: 0;
}

.product-detail-hero {
  padding: clamp(34px, 5vw, 68px) 0 clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}

.product-detail-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
  box-shadow: var(--shadow);
}

.back-picture-button {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  min-height: 42px;
  border: 1px solid rgba(255, 209, 102, 0.72);
  border-radius: var(--radius);
  padding: 9px 14px;
  color: #160917;
  cursor: pointer;
  background: linear-gradient(135deg, var(--gold), var(--lime));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  font-weight: 950;
}

.back-picture-button::before {
  content: "< ";
}

.back-picture-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(255, 209, 102, 0.24);
}

.product-detail-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.product-detail-panel {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 79, 216, 0.08), rgba(0, 212, 255, 0.08));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(140%);
}

.breadcrumb-link {
  width: fit-content;
  border: 0;
  padding: 0;
  color: var(--gold);
  cursor: pointer;
  background: transparent;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.breadcrumb-link:hover {
  color: var(--cyan);
}

.product-detail-panel h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 0.95;
}

.product-detail-lede {
  margin: 0;
  max-width: 68ch;
  color: var(--muted);
  font-size: 1.02rem;
}

.product-detail-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 12px;
}

.product-detail-price strong {
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.product-meta-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.product-meta-strip div {
  display: grid;
  gap: 4px;
}

.product-meta-strip strong {
  color: var(--gold);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-meta-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.product-detail-section {
  padding-top: clamp(30px, 5vw, 56px);
}

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

.product-copy-panel {
  display: grid;
  align-content: start;
  gap: 12px;
}

.product-copy-panel h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.product-copy-panel p {
  margin: 0;
}

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

.detail-check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
}

.detail-check-list li::before {
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  content: "";
  background: linear-gradient(135deg, var(--gold), var(--lime));
  box-shadow: 0 0 14px rgba(255, 209, 102, 0.32);
}

.quiet-note {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 0.92rem;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.glass-panel {
  padding: clamp(20px, 4vw, 32px);
  box-shadow: none;
}

.bundle-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bundle-card h2,
.bundle-card p {
  margin: 0;
}

.bundle-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  object-fit: cover;
}

.bundle-card .ghost-button {
  width: fit-content;
  margin-top: auto;
}

.story-panel {
  display: grid;
  gap: 14px;
}

.story-panel p {
  margin: 0;
}

.shop-principles-visual {
  min-height: 560px;
  display: flex;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
  background: rgba(0, 0, 0, 0.16);
}

.shop-principles-visual img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: center;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.shop-principles-logo {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 22px;
  min-height: 100%;
}

.shop-principles-logo h2 {
  justify-self: start;
  width: 100%;
}

.shop-principles-logo img {
  width: min(320px, 82%);
  aspect-ratio: 1;
  border: 3px solid rgba(255, 209, 102, 0.58);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    0 0 48px rgba(255, 209, 102, 0.2);
}

.policy-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-card h2,
.policy-card p {
  margin: 0;
}

.policy-card .ghost-button {
  width: fit-content;
  margin-top: auto;
}

.policy-layout {
  width: min(900px, calc(100% - 32px));
}

.policy-document {
  display: grid;
  gap: 16px;
}

.policy-document h2 {
  margin: 14px 0 0;
  color: var(--gold);
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.policy-document p {
  margin: 0;
}

.glass-panel h2,
.contact-card h2,
.checkout-card h2 {
  margin: 0 0 12px;
}

.glass-panel p,
.contact-card p,
.checkout-card p {
  color: var(--muted);
}

.value-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.value-list li {
  border-left: 3px solid var(--gold);
  padding: 10px 0 10px 14px;
  color: var(--muted);
  background: rgba(249, 241, 221, 0.04);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-strip div,
.payment-note {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.trust-strip strong,
.payment-note strong {
  display: block;
  color: var(--gold);
  font-size: 1.15rem;
}

.trust-strip span,
.payment-note span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  align-items: start;
}

.contact-card,
.checkout-card {
  padding: clamp(18px, 3vw, 28px);
  box-shadow: none;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

textarea.field {
  min-height: 128px;
  resize: vertical;
}

.captcha-panel {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding-top: 4px;
}

.info-stack {
  display: grid;
  gap: 12px;
}

.info-stack div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.info-stack strong {
  display: block;
  color: var(--gold);
}

.checkout-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.checkout-steps div {
  min-height: 62px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.checkout-steps div.is-active {
  color: #160917;
  border-color: rgba(255, 209, 102, 0.82);
  background: linear-gradient(135deg, var(--gold), var(--lime));
}

.checkout-steps strong {
  display: block;
  color: var(--gold);
}

.checkout-steps div.is-active strong {
  color: #160917;
}

.payment-note {
  margin-top: 18px;
}

.form-alert {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 111, 145, 0.46);
  border-radius: var(--radius);
  color: #ffe8ee;
  background: rgba(155, 20, 55, 0.28);
}

.form-alert p {
  margin: 0;
}

.checkout-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.checkout-line {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.checkout-line img {
  width: 64px;
  height: 64px;
  border-radius: var(--radius);
  object-fit: cover;
  background: rgba(255, 255, 255, 0.1);
}

.checkout-line h4 {
  margin: 0 0 4px;
  line-height: 1.2;
}

.checkout-line span {
  color: var(--muted);
  font-size: 0.88rem;
}

.checkout-line strong {
  color: var(--gold);
  white-space: nowrap;
}

.order-summary-card {
  position: sticky;
  top: 94px;
}

.checkout-review {
  display: grid;
  gap: 20px;
}

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

.review-grid div {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.06);
}

.review-grid strong {
  color: var(--gold);
}

.review-grid span {
  color: var(--muted);
}

.payment-method-panel {
  display: grid;
  gap: 14px;
  margin-top: 4px;
  padding: 18px;
  border-radius: var(--radius);
  background: #fff;
  color: #160917;
}

.payment-method-panel h3 {
  margin: 0;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: 12px;
}

.payment-method {
  min-height: 116px;
  padding: 14px;
  border: 1px solid rgba(22, 9, 23, 0.12);
  border-radius: var(--radius);
  display: grid;
  gap: 10px;
  place-items: center;
  color: #160917;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 12px 28px rgba(22, 9, 23, 0.08);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.payment-method:hover,
.payment-method:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 163, 224, 0.42);
  box-shadow: 0 18px 36px rgba(22, 9, 23, 0.14);
  outline: none;
}

.payment-method img {
  width: 96px;
  height: 54px;
  object-fit: contain;
}

.payment-method span {
  font-weight: 900;
}

.checkout-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(5, 5, 16, 0.68);
  backdrop-filter: blur(14px);
}

.checkout-modal {
  width: min(620px, 100%);
  max-height: min(760px, calc(100svh - 40px));
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 79, 216, 0.2), transparent 20rem),
    radial-gradient(circle at 100% 20%, rgba(0, 212, 255, 0.18), transparent 20rem),
    rgba(35, 8, 54, 0.96);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.52);
}

.mobile-money-instructions {
  display: grid;
  gap: 14px;
}

.mobile-money-instructions p {
  margin: 0;
  color: var(--muted);
}

.payment-instruction-box {
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(249, 241, 221, 0.07);
}

.payment-instruction-box span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.payment-instruction-box strong {
  color: var(--gold);
  font-size: 1.12rem;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.44);
  transition: opacity 180ms ease;
}

.cart-overlay.is-open {
  pointer-events: auto;
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  top: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 90;
  width: min(420px, calc(100vw - 28px));
  display: flex;
  flex-direction: column;
  transform: translateX(calc(100% + 28px));
  transition: transform 220ms ease;
  background: rgba(18, 11, 25, 0.9);
}

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

.drawer-head,
.drawer-footer {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-footer {
  border-top: 1px solid var(--line);
  border-bottom: 0;
  display: grid;
}

.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  background: rgba(249, 241, 221, 0.08);
}

.cart-items {
  flex: 1;
  overflow: auto;
  padding: 10px 18px;
}

.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.cart-line h4 {
  margin: 0 0 6px;
}

.cart-line small {
  color: var(--muted);
}

.quantity-controls {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.quantity-button {
  width: 30px;
  height: 30px;
}

.totals {
  display: grid;
  gap: 8px;
}

.totals div {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}

.totals .grand-total {
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 950;
}

.empty-state {
  padding: 42px 0;
  color: var(--muted);
  text-align: center;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 100;
  min-width: min(360px, calc(100vw - 32px));
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(242, 184, 75, 0.34);
  border-radius: var(--radius);
  padding: 12px 16px;
  color: #160917;
  background: var(--gold);
  font-weight: 900;
  text-align: center;
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.site-footer {
  margin-top: 42px;
  border-top: 1px solid var(--line);
  padding: 34px 0;
  color: var(--faint);
  font-size: 0.88rem;
  background: rgba(9, 7, 13, 0.36);
}

.footer-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.8fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.footer-brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  order: 3;
}

.footer-logo {
  width: 72px;
  height: 72px;
  border: 2px solid rgba(242, 184, 75, 0.46);
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
  filter: drop-shadow(0 0 18px rgba(242, 184, 75, 0.24));
}

.footer-brand strong,
.footer-links strong,
.footer-disclaimer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 1rem;
}

.footer-brand span,
.footer-disclaimer p {
  display: block;
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
}

.footer-brand small {
  display: block;
  margin-top: 10px;
  color: var(--faint);
  font-size: 0.78rem;
}

.footer-links {
  display: grid;
  gap: 7px;
  order: 2;
}

.footer-links a {
  width: fit-content;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-disclaimer {
  order: 1;
}

@keyframes slowAwaken {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
    filter: saturate(1.04);
  }
  to {
    transform: scale(1.1) translate3d(-1.5%, 1%, 0);
    filter: saturate(1.18);
  }
}

@keyframes pulseAura {
  0%,
  100% {
    opacity: 0.58;
  }
  50% {
    opacity: 1;
  }
}

@keyframes charge {
  from {
    width: 58%;
  }
  to {
    width: 92%;
  }
}

@keyframes arrowPulse {
  0%,
  100% {
    transform: translateX(0) scale(1);
    opacity: 0.78;
  }
  50% {
    transform: translateX(1px) scale(1.08);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .hero-inner,
  .content-grid,
  .product-detail-layout,
  .contact-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .page-hero-inner {
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 20px;
  }

  .page-hero-logo {
    width: 150px;
    height: 150px;
  }

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

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .footer-disclaimer {
    order: 3;
    grid-column: 1 / -1;
  }

  .carousel-track {
    grid-auto-columns: minmax(250px, 48%);
  }

  .carousel-shell {
    padding-inline: 48px;
  }

  .carousel-arrow {
    width: 40px;
    height: 58px;
  }
}

@media (max-width: 760px) {
  .nav {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 0;
  }

  .brand {
    font-size: 0.96rem;
    gap: 8px;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .menu-button {
    display: grid;
    order: 2;
    width: 40px;
    height: 40px;
  }

  .nav-links {
    order: 3;
    display: none;
    width: 100%;
    margin-left: 0;
    padding-top: 8px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.is-open {
    display: flex;
  }

  .cart-button {
    order: 1;
    min-width: 78px;
    padding: 9px 10px;
    margin-left: auto;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 38px;
  }

  .hero-stats,
  .product-meta-strip,
  .checkout-steps,
  .form-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .section-head,
  .catalog-tools {
    align-items: start;
    flex-direction: column;
  }

  .catalog-search {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .order-summary-card {
    position: static;
  }

  .shop-principles-visual {
    min-height: 460px;
  }

  .checkout-line {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .checkout-line strong {
    grid-column: 2;
  }

  .category-band {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .hero-card {
    display: none;
  }

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

  .product-detail-actions {
    grid-template-columns: 1fr;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .carousel-track {
    grid-auto-columns: minmax(248px, 88%);
  }

  .carousel-shell {
    padding-inline: 0;
    padding-bottom: 70px;
  }

  .carousel-arrow {
    top: auto;
    bottom: 0;
    width: calc(50% - 6px);
    height: 50px;
    transform: none;
  }

  .carousel-arrow-left {
    left: 0;
  }

  .carousel-arrow-right {
    right: 0;
  }

  .carousel-arrow-left:hover,
  .carousel-arrow-right:hover {
    transform: translateY(-1px);
  }

  .hero h1,
  .page-hero h1 {
    font-size: clamp(2.7rem, 18vw, 4.1rem);
  }

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

  .page-hero-logo {
    width: 132px;
    height: 132px;
    justify-self: start;
    display: none;
  }

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

  .footer-brand {
    grid-template-columns: 62px 1fr;
  }

  .footer-logo {
    width: 62px;
    height: 62px;
  }
}
