/* ── Theme ── */
:root {
  --bg: #0a0a0a;
  --bg-card: #141414;
  --bg-hover: #1a1a1a;
  --text: #f0f0f0;
  --text-muted: #888;
  --accent: #e94560;
  --accent-2: #8b5cf6;
  --accent-3: #f97316;
  --accent-glow: rgba(233, 69, 96, 0.3);
  --border: #222;
  --radius: 8px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* ── Reset ── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: 14px 36px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: none;
  border-radius: var(--radius);
  transition: background 0.25s, transform 0.2s;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #fff;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #d63a52, #e06610);
  transform: translateY(-1px);
  box-shadow: 0 8px 24px var(--accent-glow);
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(233, 69, 96, 0.3);
}

.btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.btn-full {
  width: 100%;
  text-align: center;
}

/* ── Free Shipping Banner ── */
.shipping-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #fff;
  color: #0a0a0a;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* ── Navigation ── */
.nav {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}

/* ── HooDoo Signature Mark (Vesica Piscis Doubled-O) ── */
.hoodoo-mark {
  display: inline-flex;
  align-items: center;
  font-family: "Cormorant Garamond", "Playfair Display", serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  color: var(--text);
}

.hd-pre,
.hd-post {
  font-size: 28px;
  letter-spacing: -0.02em;
}

.hd-pre {
  margin-right: -1px;
}

.hd-post {
  margin-left: -1px;
}

.hd-vesica {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
  flex-shrink: 0;
}

.hd-ring {
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1.2px solid currentColor;
  border-radius: 50%;
  box-sizing: border-box;
}

.hd-l { left: 0; }
.hd-r { right: 0; }

.hd-lens {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 19px;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 50% / 50%;
  opacity: 0.9;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-links a {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--text);
}

.cart-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 8px 18px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  transition: border-color 0.2s;
}

.cart-btn:hover {
  border-color: var(--text-muted);
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 24px 80px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}

.hero-eyebrow > span:not(.hero-line) {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-line {
  display: block;
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent));
}

.hero-line:last-child {
  background: linear-gradient(90deg, var(--accent), transparent);
}

.hero-title {
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 800;
  line-height: 0.95;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hero-title-line {
  display: block;
}

.hero-title-outline {
  -webkit-text-stroke: 2px var(--text);
  color: transparent;
}

.hero-title-fill {
  color: var(--text);
}

.hero-title-gradient {
  background: linear-gradient(135deg, var(--accent), var(--accent-3), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 40px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Sections ── */
.section-title {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 48px;
  text-align: center;
}

/* ── Products ── */
.products-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-4px);
  border-color: #333;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.product-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s, opacity 0.4s;
}

.product-img-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.product-card:hover .product-img-back {
  opacity: 1;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-image {
  position: relative;
}

.card-swatches {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  gap: 6px;
  z-index: 2;
  flex-wrap: wrap;
  max-width: calc(100% - 20px);
}

.card-swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.7);
  cursor: pointer;
  padding: 0;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.card-swatch:hover {
  transform: scale(1.2);
}

.card-swatch.active {
  border-color: #fff;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.4), 0 1px 4px rgba(0,0,0,0.3);
}

.product-info {
  padding: 20px;
}

.product-name {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 6px;
}

.product-desc {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.5;
}

/* ── Variant Selectors ── */
.product-variants {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.variant-group {
  flex: 1;
}

.variant-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 6px;
}

.variant-select {
  width: 100%;
  padding: 8px 10px;
  font-size: 0.8rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  cursor: pointer;
  transition: border-color 0.2s;
}

.variant-select:hover,
.variant-select:focus {
  border-color: var(--text-muted);
  outline: none;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-price {
  font-size: 1rem;
  font-weight: 500;
}

.product-buy {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  padding: 8px 20px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background 0.2s, border-color 0.2s;
}

.product-buy:hover {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.free-shipping-badge {
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4caf50;
  background: #1a3a1a;
  padding: 4px 8px;
  border-radius: 4px;
}

.product-bottom {
  flex-wrap: wrap;
  gap: 8px;
}

/* ── About ── */
.about-section {
  border-top: 1px solid var(--border);
  padding: 100px 24px;
}

.about-inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.about-inner p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.8;
}

/* ── Cart Drawer ── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: var(--bg-card);
  border-left: 1px solid var(--border);
  z-index: 201;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}

.cart-header h3 {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cart-close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  line-height: 1;
  transition: color 0.2s;
}

.cart-close:hover {
  color: var(--text);
}

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.cart-empty {
  color: var(--text-muted);
  font-size: 0.85rem;
  text-align: center;
  margin-top: 40px;
}

.cart-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.cart-item-image {
  width: 64px;
  height: 80px;
  background: var(--bg-hover);
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-item-details {
  flex: 1;
}

.cart-item-name {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.cart-item-variant {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.cart-item-price {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.cart-item-remove {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.cart-item-remove:hover {
  color: #e44;
}

.cart-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--border);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 16px;
}

/* ── Status Pages (success / cancel) ── */
.status-page {
  min-height: calc(100vh - 128px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 120px 24px 80px;
}

.status-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1a3a1a;
  color: #4caf50;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.status-cancel {
  background: #3a1a1a;
  color: #e44;
}

.status-page h1 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.status-page p {
  color: var(--text-muted);
  max-width: 440px;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* ── Footer ── */
.footer {
  border-top: 1px solid var(--border);
  padding: 32px 24px;
  text-align: center;
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ── Admin Page ── */
.admin-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 24px 60px;
}

.admin-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.admin-header h1 {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.badge {
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 20px;
}

.badge-pending {
  background: #3a2a1a;
  color: #f0a040;
}

.badge-submitted {
  background: #1a2a3a;
  color: #40a0f0;
}

.badge-production {
  background: #2a1a3a;
  color: #a040f0;
}

.badge-shipped {
  background: #1a3a2a;
  color: #40c080;
}

.badge-delivered {
  background: #1a3a1a;
  color: #4caf50;
}

.order-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 16px;
}

.order-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.order-id {
  font-size: 0.85rem;
  font-weight: 600;
  font-family: monospace;
}

.order-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.order-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 16px;
}

.order-section h4 {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.order-section p {
  font-size: 0.85rem;
  line-height: 1.6;
}

.order-items-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.order-items-table th {
  text-align: left;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.order-items-table td {
  font-size: 0.85rem;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
}

.order-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.order-actions select {
  padding: 8px 12px;
  font-size: 0.8rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  cursor: pointer;
}

.btn-sm {
  padding: 8px 18px;
  font-size: 0.75rem;
}

.empty-state {
  text-align: center;
  padding: 60px 24px;
  color: var(--text-muted);
}

.tapstitch-meta {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px 16px;
  margin-top: 12px;
}

.tapstitch-meta h4 {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f0a040;
  margin-bottom: 8px;
}

.tapstitch-meta p {
  font-size: 0.8rem;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ── Product Card Links ── */
.product-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ── Product Detail Page ── */
.pdp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px 80px;
}

.pdp-loading,
.pdp-not-found {
  text-align: center;
  padding: 80px 24px;
}

.pdp-not-found h1 {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 16px;
}

.pdp-not-found p {
  color: var(--text-muted);
  margin-bottom: 32px;
}

.pdp-breadcrumb {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.pdp-breadcrumb a {
  color: var(--text-muted);
  transition: color 0.2s;
}

.pdp-breadcrumb a:hover {
  color: var(--text);
}

.pdp-breadcrumb span {
  color: var(--text);
}

.pdp-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.pdp-main-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: var(--bg-hover);
  border-radius: var(--radius);
  overflow: hidden;
}

.pdp-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.pdp-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.pdp-thumb {
  width: 72px;
  height: 96px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s;
  background: var(--bg-hover);
}

.pdp-thumb.active {
  border-color: var(--text);
}

.pdp-thumb:hover {
  border-color: var(--text-muted);
}

.pdp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-details {
  position: sticky;
  top: 120px;
}

.pdp-title {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.3;
}

.pdp-price {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.pdp-description {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.pdp-variants {
  margin: 24px 0;
}

.pdp-variant-group {
  margin-bottom: 20px;
}

.pdp-size-options,
.pdp-color-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pdp-size-btn,
.pdp-color-btn {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 10px 18px;
  font-size: 0.8rem;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: 0.04em;
  border-radius: var(--radius);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.pdp-size-btn:hover,
.pdp-color-btn:hover {
  border-color: var(--text-muted);
}

.pdp-size-btn.active,
.pdp-color-btn.active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.pdp-add-to-cart {
  margin-top: 8px;
  margin-bottom: 24px;
}

.pdp-meta {
  border-top: 1px solid var(--border);
  padding-top: 20px;
}

.pdp-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
}

.pdp-meta-row span:first-child {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.7rem;
}

/* ── Lightbox ── */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  cursor: zoom-out;
}

.lightbox-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: var(--radius);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 301;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.lightbox-close:hover {
  opacity: 0.7;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-grid {
    grid-template-columns: 1fr;
  }

  .pdp-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pdp-details {
    position: static;
  }
}

@media (max-width: 560px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nav-links {
    gap: 16px;
  }

  .hero-title {
    font-size: 2.2rem;
  }

  .product-variants {
    flex-direction: column;
    gap: 8px;
  }
}

/* ══════════════════════════════════════
   STOREFRONT v2.0 — Premium Upgrade
   ══════════════════════════════════════ */

/* ── Announcement Bar ── */
.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--accent-3));
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  height: 32px;
  overflow: hidden;
}

.announcement-msg {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  padding: 0 16px;
}

.announcement-msg.active {
  opacity: 1;
}

/* ── Nav Actions (search, cart, hamburger — mobile only) ── */
.nav-actions {
  display: none;
  align-items: center;
  gap: 4px;
}

.nav-icon-btn {
  background: none;
  border: none;
  color: var(--text-muted);
  padding: 8px;
  cursor: pointer;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.nav-icon-btn:hover {
  color: var(--text);
}

/* Cart Icon Redesign */
.cart-btn {
  position: relative;
  background: none;
  border: none;
  color: var(--text-muted);
  padding: 8px;
  font-size: inherit;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 0;
}

.cart-btn:hover {
  color: var(--text);
  border-color: transparent;
  background: none;
}

.cart-badge {
  position: absolute;
  top: 0;
  right: -2px;
  background: var(--accent);
  color: #fff;
  font-size: 0.55rem;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 0.2s, transform 0.2s;
  line-height: 1;
}

.cart-badge.visible {
  opacity: 1;
  transform: scale(1);
}

/* Hamburger */
.hamburger {
  background: none;
  border: none;
  color: var(--text);
  padding: 8px;
  cursor: pointer;
  display: none;
  align-items: center;
}

/* ── Mobile Menu ── */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: var(--text);
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

.mobile-menu-nav a {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  transition: opacity 0.2s;
}

.mobile-menu-nav a:hover {
  opacity: 0.6;
}

/* ── Search Overlay ── */
.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(10, 10, 10, 0.95);
  backdrop-filter: blur(20px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 140px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.search-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.search-container {
  width: 100%;
  max-width: 640px;
  padding: 0 24px;
}

.search-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 16px;
  margin-bottom: 32px;
}

.search-input-wrap svg {
  color: var(--text-muted);
  flex-shrink: 0;
}

.search-input {
  flex: 1;
  background: none;
  border: none;
  color: var(--text);
  font-size: 1.2rem;
  font-family: var(--font);
  outline: none;
}

.search-input::placeholder {
  color: var(--text-muted);
}

.search-close {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
  line-height: 1;
}

.search-close:hover {
  color: var(--text);
}

.search-results {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 60vh;
  overflow-y: auto;
}

.search-result-item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border-radius: var(--radius);
  transition: background 0.2s;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}

.search-result-item:hover {
  background: var(--bg-hover);
}

.search-result-img {
  width: 48px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  background: var(--bg-hover);
}

.search-result-info {
  flex: 1;
}

.search-result-name {
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.search-result-price {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.search-no-results {
  text-align: center;
  color: var(--text-muted);
  padding: 40px 0;
  font-size: 0.9rem;
}

/* ── Scroll Reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* ── Features Strip ── */
.features-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 32px 24px;
}

.features-strip-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-item svg {
  color: var(--text-muted);
  flex-shrink: 0;
}

.feature-item strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 2px;
}

.feature-item span {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* ── Product Filters ── */
.product-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
  flex-wrap: wrap;
}

.filter-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-tab {
  background: none;
  border: 1px solid var(--border);
  color: var(--text-muted);
  padding: 8px 16px;
  font-size: 0.72rem;
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
}

.filter-tab:hover {
  border-color: var(--text-muted);
  color: var(--text);
}

.filter-tab.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #fff;
  border-color: transparent;
}

.sort-select {
  padding: 8px 32px 8px 12px;
  font-size: 0.72rem;
  font-family: var(--font);
  color: var(--text-muted);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 100px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  cursor: pointer;
  transition: border-color 0.2s;
}

.sort-select:hover,
.sort-select:focus {
  border-color: var(--text-muted);
  outline: none;
}

/* ── Product Card Overlay ── */
.product-card {
  position: relative;
}

.product-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 2;
  pointer-events: none;
}

.product-card:hover .product-card-overlay {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.quick-view-btn {
  background: rgba(255, 255, 255, 0.95);
  color: #0a0a0a;
  border: none;
  padding: 10px 24px;
  font-size: 0.7rem;
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.quick-view-btn:hover {
  background: #fff;
  transform: scale(1.03);
}

/* ── Quick View Modal ── */
.quick-view-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  padding: 24px;
}

.quick-view-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.quick-view-modal {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 12px;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.95) translateY(10px);
  transition: transform 0.3s ease;
}

.quick-view-overlay.open .quick-view-modal {
  transform: scale(1) translateY(0);
}

.quick-view-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s;
  line-height: 1;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-view-close:hover {
  color: var(--text);
}

.quick-view-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.qv-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 12px 0 0 12px;
}

.qv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.qv-details {
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
}

.qv-title {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 8px;
}

.qv-price {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.qv-desc {
  color: var(--text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.qv-variants {
  margin-bottom: 24px;
}

.qv-variant-group {
  margin-bottom: 16px;
}

.qv-options {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.qv-opt {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 8px 14px;
  font-size: 0.75rem;
  font-family: var(--font);
  border-radius: var(--radius);
  cursor: pointer;
  transition: all 0.2s;
}

.qv-opt:hover {
  border-color: var(--text-muted);
}

.qv-opt.active {
  background: var(--text);
  color: var(--bg);
  border-color: var(--text);
}

.qv-add {
  margin-top: auto;
}

.qv-view-full {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}

.qv-view-full:hover {
  color: var(--text);
}

/* ── Cart Shipping Progress ── */
.cart-shipping-bar {
  padding: 12px 24px;
  border-bottom: 1px solid var(--border);
}

.shipping-bar-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.shipping-bar-track {
  height: 3px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
}

.shipping-bar-fill {
  height: 100%;
  background: #4caf50;
  border-radius: 3px;
  transition: width 0.4s ease;
  width: 0%;
}

/* ── Cart Discount Code ── */
.cart-discount {
  padding: 16px;
  margin: 0 -24px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(76, 175, 80, 0.08), rgba(76, 175, 80, 0.03));
  border-top: 1px solid rgba(76, 175, 80, 0.15);
  border-bottom: 1px solid rgba(76, 175, 80, 0.15);
}

.discount-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4caf50;
  margin-bottom: 10px;
}

.discount-label svg {
  flex-shrink: 0;
}

.discount-input-row {
  display: flex;
  gap: 8px;
}

.discount-input {
  flex: 1;
  padding: 11px 14px;
  font-size: 0.85rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.discount-input:focus {
  border-color: #4caf50;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
}

.discount-input::placeholder {
  text-transform: none;
  letter-spacing: normal;
  color: var(--text-muted);
}

.discount-apply-btn {
  background: #4caf50;
  border: none;
  color: #fff;
  padding: 11px 20px;
  font-size: 0.72rem;
  font-family: var(--font);
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius);
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
}

.discount-apply-btn:hover {
  background: #43a047;
  transform: translateY(-1px);
}

.discount-msg {
  font-size: 0.7rem;
  margin-top: 8px;
  min-height: 1em;
}

.discount-msg.error { color: #e44; }
.discount-msg.success { color: #4caf50; }

.cart-discount-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  color: #4caf50;
  margin-bottom: 8px;
}

.cart-discount-remove {
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.65rem;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-left: 8px;
}

.cart-discount-remove:hover {
  color: #e44;
}

/* ── Cart Quantity Controls ── */
.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cart-qty-btn {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--text);
  width: 26px;
  height: 26px;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
  line-height: 1;
}

.cart-qty-btn:hover {
  border-color: var(--text-muted);
}

.cart-qty-num {
  font-size: 0.8rem;
  min-width: 20px;
  text-align: center;
}

/* ── Toast Notifications ── */
.toast-container {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 600;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}

.toast {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 20px;
  font-size: 0.8rem;
  color: var(--text);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateX(120%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

.toast.show {
  transform: translateX(0);
}

.toast-icon {
  color: #4caf50;
  flex-shrink: 0;
  display: flex;
}

/* ── Newsletter Section ── */
.newsletter-section {
  border-top: 1px solid var(--border);
  padding: 80px 24px;
  background: var(--bg-card);
}

.newsletter-inner {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.newsletter-title {
  font-size: 1.4rem;
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}

.newsletter-desc {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-input {
  flex: 1;
  padding: 14px 18px;
  font-size: 0.85rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  outline: none;
  transition: border-color 0.2s;
}

.newsletter-input:focus {
  border-color: var(--text-muted);
}

.newsletter-input::placeholder {
  color: var(--text-muted);
}

.newsletter-btn {
  padding: 14px 28px;
  white-space: nowrap;
}

.newsletter-note {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-top: 12px;
  min-height: 1.2em;
}

.newsletter-note.success {
  color: #4caf50;
}

/* ── Rich Footer ── */
.footer-rich {
  border-top: 1px solid var(--border);
  padding: 64px 24px 0;
  background: var(--bg);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
}

.footer-brand p {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 16px;
  max-width: 280px;
}

.footer-logo .hd-pre,
.footer-logo .hd-post {
  font-size: 22px;
}

.footer-logo .hd-vesica {
  width: 38px;
  height: 22px;
}

.footer-logo .hd-ring {
  width: 22px;
  height: 22px;
}

.footer-logo .hd-lens {
  width: 8px;
  height: 15px;
}

.footer-col h4 {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 20px;
}

.footer-col a {
  display: block;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  transition: color 0.2s;
}

.footer-col a:hover {
  color: var(--text);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-social a {
  display: flex;
  margin-bottom: 0;
}

.footer-email {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding: 20px 0;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  font-size: 0.7rem;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.footer-admin-link {
  font-size: 0.55rem;
  color: #333 !important;
  text-decoration: none;
}

/* ── Back to Top ── */
.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.2s, border-color 0.2s;
  z-index: 50;
}

.back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top:hover {
  transform: translateY(-2px);
  border-color: var(--text-muted);
}

/* ── Skeleton Loading ── */
.skeleton-card {
  pointer-events: none;
}

.skeleton-image {
  width: 100%;
  aspect-ratio: 3/4;
  background: linear-gradient(90deg, var(--bg-hover) 25%, var(--bg-card) 50%, var(--bg-hover) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius) var(--radius) 0 0;
}

.skeleton-info {
  padding: 20px;
}

.skeleton-line {
  height: 12px;
  background: linear-gradient(90deg, var(--bg-hover) 25%, var(--bg-card) 50%, var(--bg-hover) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 4px;
  margin-bottom: 10px;
}

.skeleton-line.short {
  width: 60%;
}

@keyframes shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ── PDP Share Buttons ── */
.pdp-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.pdp-share-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pdp-share-btn {
  background: none;
  border: 1px solid var(--border);
  color: var(--text-muted);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.pdp-share-btn:hover {
  border-color: var(--text);
  color: var(--text);
}

/* ── PDP Accordions ── */
.pdp-accordions {
  margin-top: 24px;
}

.pdp-accordion {
  border-top: 1px solid var(--border);
}

.pdp-accordion:last-child {
  border-bottom: 1px solid var(--border);
}

.pdp-accordion-header {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  padding: 16px 0;
  font-size: 0.8rem;
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: color 0.2s;
}

.pdp-accordion-header:hover {
  color: var(--text-muted);
}

.pdp-accordion-icon {
  transition: transform 0.3s;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
}

.pdp-accordion.open .pdp-accordion-icon {
  transform: rotate(45deg);
}

.pdp-accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.pdp-accordion.open .pdp-accordion-body {
  max-height: 300px;
}

.pdp-accordion-content {
  padding: 0 0 16px;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── PDP Related Products ── */
.pdp-related {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid var(--border);
}

.pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.pdp-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s;
}

.pdp-related-card:hover {
  transform: translateY(-4px);
}

.pdp-related-card .product-image {
  border-radius: var(--radius);
  margin-bottom: 12px;
}

.pdp-related-card .product-name {
  font-size: 0.85rem;
}

.pdp-related-card .product-price {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ── Lightbox Navigation ── */
.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 301;
}

.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lightbox-prev { left: 24px; }
.lightbox-next { right: 24px; }

/* ── Success Page Animated Icon ── */
.status-icon-animated {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  animation: statusPop 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.status-icon-animated.success {
  background: #1a3a1a;
}

.status-icon-animated.cancel {
  background: #3a1a1a;
}

@keyframes statusPop {
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); opacity: 1; }
}

.status-checkmark {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: drawCheck 0.5s 0.4s ease forwards;
}

@keyframes drawCheck {
  to { stroke-dashoffset: 0; }
}

.status-x {
  stroke-dasharray: 20;
  stroke-dashoffset: 20;
  animation: drawCheck 0.4s 0.4s ease forwards;
}

.status-steps {
  max-width: 400px;
  width: 100%;
  text-align: left;
  margin-bottom: 32px;
}

.status-step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.85rem;
  color: var(--text-muted);
}

.status-step:last-child {
  border-bottom: none;
}

.status-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 600;
  flex-shrink: 0;
  color: var(--text);
}

/* ── Responsive Additions ── */
@media (max-width: 900px) {
  .features-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .quick-view-body {
    grid-template-columns: 1fr;
  }

  .qv-image {
    border-radius: 12px 12px 0 0;
    max-height: 300px;
  }

  .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none !important;
  }

  .nav-actions {
    display: flex;
  }

  .hamburger {
    display: flex;
  }

  .toast-container {
    bottom: 16px;
    right: 16px;
    left: 16px;
  }

  .toast {
    width: 100%;
  }

  .search-overlay {
    padding-top: 100px;
  }
}

@media (max-width: 560px) {
  .features-strip-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .pdp-related-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .product-filters {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-tabs {
    justify-content: center;
  }

  .sort-select {
    align-self: center;
  }
}

/* ══════════════════════════════════════
   STREETWEAR COLOR & HERO ART v3.0
   ══════════════════════════════════════ */

/* ── Hero Background Art Layer ── */
.hero-bg-art {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 59px, rgba(233,69,96,0.04) 59px, rgba(233,69,96,0.04) 60px),
    repeating-linear-gradient(90deg, transparent, transparent 59px, rgba(233,69,96,0.04) 59px, rgba(233,69,96,0.04) 60px);
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
}

.hero-circle-1 {
  width: 500px;
  height: 500px;
  top: -80px;
  right: -80px;
  border: 1.5px solid rgba(233,69,96,0.1);
  animation: heroSpin 60s linear infinite;
}

.hero-circle-2 {
  width: 350px;
  height: 350px;
  bottom: -60px;
  left: -100px;
  border: 1.5px solid rgba(139,92,246,0.08);
  animation: heroSpin 50s linear infinite reverse;
}

.hero-circle-3 {
  width: 200px;
  height: 200px;
  top: 25%;
  right: 12%;
  background: radial-gradient(circle, rgba(249,115,22,0.06) 0%, transparent 70%);
}

@keyframes heroSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-slash {
  position: absolute;
  height: 2px;
}

.hero-slash-1 {
  width: 350px;
  top: 22%;
  right: 0;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  transform: rotate(-30deg);
  opacity: 0.15;
}

.hero-slash-2 {
  width: 250px;
  bottom: 28%;
  left: 0;
  background: linear-gradient(90deg, transparent, var(--accent-2), transparent);
  transform: rotate(20deg);
  opacity: 0.12;
}

.hero-block-1 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 12%;
  left: 6%;
  border: 1.5px solid rgba(233,69,96,0.08);
  transform: rotate(15deg);
}

.hero-block-2 {
  position: absolute;
  width: 45px;
  height: 45px;
  bottom: 18%;
  right: 8%;
  background: rgba(139,92,246,0.03);
  border: 1px solid rgba(139,92,246,0.08);
  transform: rotate(-20deg);
}

.hero-drip {
  position: absolute;
  width: 2px;
  border-radius: 0 0 2px 2px;
}

.hero-drip-1 {
  top: 8%;
  left: 18%;
  height: 70px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  opacity: 0.12;
}

.hero-drip-2 {
  top: 5%;
  right: 25%;
  height: 50px;
  background: linear-gradient(to bottom, var(--accent-2), transparent);
  opacity: 0.08;
}

.hero-dots {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 15%;
  right: 15%;
  background: radial-gradient(circle, rgba(233,69,96,0.1) 1px, transparent 1px);
  background-size: 14px 14px;
  opacity: 0.5;
}

.hero-tag,
.hero-badge-label {
  position: absolute;
  font-size: 0.5rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font);
}

.hero-tag {
  top: 18%;
  right: 6%;
  color: var(--accent);
  opacity: 0.2;
  transform: rotate(90deg);
  transform-origin: right center;
}

.hero-badge-label {
  bottom: 12%;
  left: 4%;
  color: var(--accent-2);
  opacity: 0.15;
  border: 1px solid rgba(139,92,246,0.12);
  padding: 6px 14px;
  transform: rotate(-5deg);
}

.hero-watermark {
  position: absolute;
  font-size: clamp(8rem, 22vw, 20rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(233,69,96,0.035);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  user-select: none;
  font-family: var(--font);
  text-transform: uppercase;
}

.hero-art-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90vw, 600px);
  height: min(90vw, 600px);
  animation: heroSvgSpin 120s linear infinite;
}

@keyframes heroSvgSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* ── Hero Scroll Hint ── */
.hero-scroll-hint {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.hero-scroll-hint span {
  font-size: 0.55rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.8); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* ── Accent Color Touches ── */

/* Section title accent bar */
.section-title::after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
  margin: 16px auto 0;
  border-radius: 2px;
}

/* Product card hover glow */
.product-card:hover {
  border-color: rgba(233,69,96,0.25);
  box-shadow: 0 16px 48px rgba(233,69,96,0.06), 0 4px 16px rgba(0,0,0,0.3);
}

/* Product buy button accent */
.product-buy:hover {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #fff;
  border-color: transparent;
}

/* PDP variant active accent */
.pdp-size-btn.active,
.pdp-color-btn.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #fff;
  border-color: transparent;
}

/* Quick view option active accent */
.qv-opt.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #fff;
  border-color: transparent;
}

/* Newsletter section gradient */
.newsletter-section {
  background: linear-gradient(135deg, #141414 0%, #1a1420 50%, #1a1218 100%);
}

.newsletter-title {
  background: linear-gradient(135deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* About section subtle gradient */
.about-section {
  background: linear-gradient(180deg, var(--bg) 0%, #0d0a12 50%, var(--bg) 100%);
}

/* Footer gradient */
.footer-rich {
  background: linear-gradient(180deg, var(--bg) 0%, #0f0a0c 100%);
}

/* Features strip icon accent */
.feature-item svg {
  color: var(--accent);
}

/* Shipping bar accent gradient */
.shipping-bar-fill {
  background: linear-gradient(90deg, var(--accent), var(--accent-3));
}

/* Toast accent */
.toast {
  border-color: rgba(233,69,96,0.15);
}

.toast-icon {
  color: var(--accent);
}

/* Back-to-top accent */
.back-to-top:hover {
  border-color: var(--accent);
  color: var(--accent);
}

/* Footer social hover accent */
.footer-social a:hover {
  color: var(--accent);
}

/* ── Hero Responsive ── */
@media (max-width: 768px) {
  .hero-art-svg {
    width: 120vw;
    height: 120vw;
  }

  .hero-circle-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -80px;
  }

  .hero-circle-2 {
    width: 200px;
    height: 200px;
  }

  .hero-dots,
  .hero-tag,
  .hero-badge-label,
  .hero-block-1,
  .hero-block-2 {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .hero-scroll-hint {
    display: none;
  }

  .hero-eyebrow {
    gap: 10px;
  }

  .hero-line {
    width: 24px;
  }
}

/* ══════════════════════════════════════
   HERO v3.1 — Bolder + Grain + Marquee
   ══════════════════════════════════════ */

/* Grain texture on hero background */
.hero-bg-art::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.05'/%3E%3C/svg%3E");
}

/* Gradient orb glow */
.hero-orb {
  position: absolute;
  width: 700px;
  height: 700px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(233,69,96,0.14) 0%, rgba(139,92,246,0.07) 35%, transparent 65%);
  filter: blur(80px);
  z-index: 0;
}

/* Increase hero element visibility */
.hero-circle-1 { border-color: rgba(233,69,96,0.18); }
.hero-circle-2 { border-color: rgba(139,92,246,0.15); }
.hero-circle-3 { background: radial-gradient(circle, rgba(249,115,22,0.1) 0%, transparent 70%); }
.hero-slash-1 { opacity: 0.25; height: 3px; }
.hero-slash-2 { opacity: 0.2; height: 3px; }
.hero-block-1 { border-color: rgba(233,69,96,0.15); }
.hero-block-2 { border-color: rgba(139,92,246,0.15); background: rgba(139,92,246,0.06); }
.hero-dots { opacity: 0.7; }
.hero-tag { opacity: 0.35; }
.hero-badge-label { opacity: 0.25; }
.hero-watermark { -webkit-text-stroke: 1.5px rgba(233,69,96,0.05); }
.hero-drip-1 { opacity: 0.2; width: 3px; }
.hero-drip-2 { opacity: 0.15; width: 3px; }

/* Animated gradient on hero title */
.hero-title-gradient {
  background: linear-gradient(135deg, var(--accent), var(--accent-3), var(--accent-2), var(--accent));
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 6s ease infinite;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Hero eyebrow line glow */
.hero-line {
  height: 2px;
  box-shadow: 0 0 8px var(--accent-glow);
}

/* ── Marquee Strip ── */
.marquee-strip {
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  padding: 14px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  animation: marquee 25s linear infinite;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
}

.marquee-dot {
  font-size: 0.3rem;
  opacity: 0.4;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 768px) {
  .hero-orb {
    width: 400px;
    height: 400px;
    filter: blur(60px);
  }

  .marquee-track {
    gap: 18px;
    font-size: 0.55rem;
  }
}

@media (max-width: 560px) {
  .hero-orb {
    width: 300px;
    height: 300px;
    filter: blur(40px);
  }
}

/* ══════════════════════════════════════
   v4.0 — Premium Hand-Crafted Overhaul
   ══════════════════════════════════════ */

:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ── Kill overdecorated elements ── */
.hero-bg-art { display: none !important; }

/* ── Sharp edges: industrial streetwear ── */
.btn, .product-card, .variant-select, .pdp-main-image,
.pdp-thumb, .filter-tab, .sort-select, .quick-view-modal,
.toast, .cart-badge, .newsletter-input, .newsletter-btn,
.discount-input, .discount-apply-btn, .product-buy,
.qv-opt, .pdp-size-btn, .pdp-color-btn, .quick-view-btn,
.back-to-top, .product-image, .search-result-item,
.cart-qty-btn, .qv-image { border-radius: 0 !important; }

/* ── Flat accent: no gradients ── */
.btn-primary { background: var(--accent) !important; }
.btn-primary:hover { background: #c73a50 !important; box-shadow: 0 4px 24px rgba(233,69,96,0.2) !important; }
.filter-tab.active { background: var(--accent) !important; border-color: var(--accent) !important; }
.product-buy:hover { background: var(--accent) !important; border-color: var(--accent) !important; }
.pdp-size-btn.active, .pdp-color-btn.active, .qv-opt.active { background: var(--accent) !important; border-color: var(--accent) !important; }
.announcement-bar { background: var(--accent) !important; }
.section-title::after { display: none !important; }

/* ── Typography: serif headings ── */
.section-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(2rem, 4vw, 3rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--text) !important;
  margin-bottom: 56px !important;
}

.newsletter-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  font-weight: 400 !important;
  font-style: italic !important;
  background: none !important;
  -webkit-text-fill-color: var(--text) !important;
  color: var(--text) !important;
}

.newsletter-section { background: var(--bg-card) !important; }
.about-section { background: transparent !important; }
.footer-rich { background: var(--bg) !important; }
.feature-item svg { color: var(--text-muted) !important; }

/* ── Nav: transparent → solid on scroll ── */
.nav {
  background: transparent !important;
  border-bottom-color: transparent !important;
  transition: background 0.5s ease, border-color 0.5s ease !important;
}
.nav.scrolled {
  background: rgba(10, 10, 10, 0.92) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom-color: var(--border) !important;
}

/* ── Hero: Clean + Left-aligned ── */
.hero { padding: 0 !important; }

.hero-glow {
  position: absolute;
  width: 900px;
  height: 900px;
  top: 40%;
  right: -10%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(233,69,96,0.06) 0%, rgba(139,92,246,0.03) 40%, transparent 60%);
  pointer-events: none;
  z-index: 0;
  transition: transform 0.15s ease-out;
}

.hero-content {
  max-width: 1200px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 48px !important;
  position: relative !important;
  z-index: 1 !important;
  text-align: left !important;
}

.hero-label {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeSlideUp 0.7s 0.5s var(--ease-out-expo) forwards;
}

.hero-title {
  font-size: clamp(3.2rem, 9vw, 7rem) !important;
  font-weight: 700 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.04em !important;
  text-transform: none !important;
  margin-bottom: 28px !important;
  font-family: var(--font) !important;
}

.hero-word {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
}

.hero-word-inner {
  display: block;
  transform: translateY(105%);
  transition: transform 1.2s var(--ease-out-expo);
  will-change: transform;
}

.hero-word-inner.in-view {
  transform: translateY(0);
}

.hero-accent {
  color: var(--accent);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
}

.hero-desc {
  font-size: 0.95rem !important;
  color: var(--text-muted) !important;
  margin-bottom: 36px !important;
  max-width: 380px;
  line-height: 1.6 !important;
  opacity: 0;
  transform: translateY(12px);
  animation: fadeSlideUp 0.7s 0.9s var(--ease-out-expo) forwards;
}

.hero-cta {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeSlideUp 0.7s 1.05s var(--ease-out-expo) forwards;
}

@keyframes fadeSlideUp {
  to { opacity: 1; transform: translateY(0); }
}

/* CTA button: slide-fill hover */
.btn-hero {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 32px;
  font-size: 0.65rem;
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.5s var(--ease-out-expo), border-color 0.4s;
}

.btn-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-101%);
  transition: transform 0.5s var(--ease-out-expo);
  z-index: -1;
}

.btn-hero:hover { color: #fff; border-color: var(--accent); }
.btn-hero:hover::before { transform: translateX(0); }
.btn-hero svg { transition: transform 0.4s var(--ease-out-expo); }
.btn-hero:hover svg { transform: translateX(4px); }

/* Scroll cue */
.hero-scroll-cue {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  overflow: hidden;
  z-index: 1;
}

.hero-scroll-dot {
  width: 1px;
  height: 20px;
  background: var(--accent);
  animation: scrollDrop 2.5s ease-in-out infinite;
}

@keyframes scrollDrop {
  0% { transform: translateY(-20px); opacity: 0; }
  25% { opacity: 1; }
  100% { transform: translateY(56px); opacity: 0; }
}

/* ── Smoother reveals ── */
.reveal {
  opacity: 0 !important;
  transform: translateY(32px) !important;
  transition: opacity 0.8s var(--ease-out-expo), transform 0.8s var(--ease-out-expo) !important;
}

.reveal.visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ── Product cards ── */
.product-card {
  transition: transform 0.6s var(--ease-out-expo), border-color 0.3s, box-shadow 0.6s var(--ease-out-expo) !important;
}

.product-card:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255,255,255,0.05) !important;
  box-shadow: 0 24px 56px rgba(0,0,0,0.35) !important;
}

.product-image img {
  transition: transform 0.9s var(--ease-out-expo) !important;
}

.product-card:hover .product-image img {
  transform: scale(1.06) !important;
}

.product-card-overlay {
  transition: opacity 0.5s var(--ease-out-expo), transform 0.5s var(--ease-out-expo) !important;
}

/* ── Marquee: subtle dark strip ── */
.marquee-strip {
  background: var(--bg-card) !important;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 14px 0 !important;
}

.marquee-track {
  color: var(--text-muted) !important;
  font-size: 0.55rem !important;
  letter-spacing: 0.3em !important;
  animation-duration: 30s !important;
}

.marquee-sep { opacity: 0.2; margin: 0 4px; }

/* ── Smooth drawers/modals ── */
.cart-drawer { transition: transform 0.6s var(--ease-out-expo) !important; }
.quick-view-modal { transition: transform 0.5s var(--ease-out-expo) !important; }
.toast { transition: transform 0.5s var(--ease-out-expo) !important; border-color: var(--border) !important; }
.shipping-bar-fill { background: var(--accent) !important; transition: width 0.6s var(--ease-out-expo) !important; }

/* ── Nav link underline animation ── */
.nav-links a { position: relative; }
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s var(--ease-out-expo);
}
.nav-links a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* ── Footer social ── */
.footer-social a {
  transition: color 0.3s, transform 0.3s var(--ease-out-expo) !important;
}
.footer-social a:hover {
  color: var(--accent) !important;
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero-content {
    text-align: center !important;
    padding: 0 24px !important;
  }
  .hero-desc {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-glow {
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 560px) {
  .hero-title { font-size: clamp(2.5rem, 13vw, 4rem) !important; }
  .hero-scroll-cue { display: none; }
  .hero-content { padding: 0 20px !important; }
}

/* ══════════════════════════════════════
   v4.1 — Rich Backgrounds & Texture
   ══════════════════════════════════════ */

/* ── Re-enable hero-bg-art with new elements ── */
.hero-bg-art {
  display: block !important;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-art::after { display: none !important; }

/* ── Noise grain (hero) ── */
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.05'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ── Giant rotated watermark ── */
.hero-wm {
  position: absolute;
  right: -2%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: clamp(10rem, 22vw, 18rem);
  font-weight: 900;
  font-family: var(--font);
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.025);
  white-space: nowrap;
  user-select: none;
  transform-origin: center center;
}

/* ── Construction grid lines ── */
.hero-vline {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
}

.hero-vline-1 {
  right: 22%;
  background: linear-gradient(to bottom, transparent 8%, rgba(255,255,255,0.035) 35%, rgba(255,255,255,0.035) 65%, transparent 92%);
}

.hero-vline-2 {
  right: 44%;
  background: linear-gradient(to bottom, transparent 20%, rgba(255,255,255,0.018) 45%, rgba(255,255,255,0.018) 55%, transparent 80%);
}

.hero-hline {
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 68%;
  background: linear-gradient(to right, transparent 5%, rgba(255,255,255,0.03) 20%, rgba(255,255,255,0.03) 80%, transparent 95%);
}

/* ── Crop marks (print registration) ── */
.hero-crop {
  position: absolute;
  width: 24px;
  height: 24px;
  opacity: 0;
  animation: cropReveal 0.8s var(--ease-out-expo) forwards;
}

.hero-crop::before,
.hero-crop::after {
  content: '';
  position: absolute;
  background: rgba(255,255,255,0.06);
}

.hero-crop::before {
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.hero-crop::after {
  height: 1px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.hero-crop-tl { top: 10%; left: 6%; animation-delay: 1.2s; }
.hero-crop-tr { top: 10%; right: 6%; animation-delay: 1.4s; }
.hero-crop-bl { bottom: 10%; left: 6%; animation-delay: 1.6s; }
.hero-crop-br { bottom: 10%; right: 6%; animation-delay: 1.8s; }

@keyframes cropReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ── Rotated side label ── */
.hero-side-label {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 0.5rem;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.06);
  font-weight: 600;
  font-family: var(--font);
  white-space: nowrap;
  opacity: 0;
  animation: fadeSlideUp 0.8s 1.5s var(--ease-out-expo) forwards;
}

/* ── Site-wide noise grain ── */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.05'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ── Products section: ambient color washes ── */
.products-section {
  position: relative !important;
  overflow: visible;
}

.products-section::before {
  content: '';
  position: absolute;
  top: -15%;
  right: -8%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(233,69,96,0.025) 0%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.products-section::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -6%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139,92,246,0.018) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* ── About section: ambient wash ── */
.about-section {
  position: relative !important;
  overflow: hidden;
}

.about-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(233,69,96,0.02) 0%, transparent 60%);
  pointer-events: none;
}

/* ── Newsletter section: ambient glow ── */
.newsletter-section {
  position: relative !important;
  overflow: hidden;
}

.newsletter-section::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(139,92,246,0.02) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* ── Marquee: fade edges ── */
.marquee-strip {
  position: relative !important;
}

.marquee-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--bg-card) 0%, transparent 12%, transparent 88%, var(--bg-card) 100%);
  z-index: 1;
  pointer-events: none;
}

/* ── Feature strip: accent-tinted borders ── */
.features-strip {
  border-top-color: rgba(233,69,96,0.08) !important;
  border-bottom-color: rgba(233,69,96,0.08) !important;
}

/* ── Footer: top accent line ── */
.footer-rich::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(233,69,96,0.12), transparent);
  pointer-events: none;
}

.footer-rich {
  position: relative !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero-wm { font-size: clamp(6rem, 28vw, 10rem); right: -8%; }
  .hero-crop-tr, .hero-crop-br { display: none; }
  .hero-side-label { display: none; }
  .hero-vline-2 { display: none; }
  .products-section::before,
  .products-section::after { display: none; }
}

@media (max-width: 560px) {
  .hero-wm { display: none; }
  .hero-crop { display: none; }
  .hero-vline { display: none; }
  .hero-hline { display: none; }
}

/* ══════════════════════════════════════
   v4.2 — Design Polish & Refinement
   ══════════════════════════════════════ */

/* ── Statement Banner ── */
.statement-banner {
  padding: 80px 24px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.statement-inner {
  max-width: 800px;
  margin: 0 auto;
}

.statement-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.3;
  color: var(--text);
  letter-spacing: -0.01em;
}

/* ── About Section: editorial grid layout ── */
.about-grid {
  display: grid !important;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
  text-align: left !important;
  max-width: 1200px !important;
  padding: 0 24px;
}

.about-eyebrow {
  display: block;
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}

.about-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.05;
  color: var(--text);
}

.about-text {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-muted);
  margin-bottom: 48px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid var(--border);
  padding-top: 32px;
}

.about-stat-num {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text);
  margin-bottom: 6px;
}

.about-stat-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ── Product cards: accent line + image depth ── */
.product-card {
  position: relative !important;
}

.product-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s var(--ease-out-expo);
  z-index: 3;
}

.product-card:hover::after {
  transform: scaleX(1);
}

.product-image {
  position: relative !important;
}

.product-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.25) 0%, transparent 35%);
  opacity: 0;
  transition: opacity 0.5s var(--ease-out-expo);
  pointer-events: none;
  z-index: 1;
}

.product-card:hover .product-image::before {
  opacity: 1;
}

/* Product name: better weight + tracking */
.product-name {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
}

/* Product buy button: slide-fill like hero */
.product-buy {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1;
  transition: color 0.4s var(--ease-out-expo), border-color 0.3s !important;
}

.product-buy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-101%);
  transition: transform 0.45s var(--ease-out-expo);
  z-index: -1;
}

.product-buy:hover {
  color: #fff !important;
  border-color: var(--accent) !important;
  background: transparent !important;
}

.product-buy:hover::before {
  transform: translateX(0);
}

/* ── Features strip: elevated ── */
.features-strip {
  background: var(--bg-card) !important;
  padding: 40px 24px !important;
}

.feature-item {
  padding: 16px !important;
  transition: background 0.3s var(--ease-out-expo);
}

.feature-item:hover {
  background: rgba(255,255,255,0.02);
}

.feature-item strong {
  color: var(--text) !important;
  font-size: 0.78rem !important;
}

/* ── Newsletter: accent frame ── */
.newsletter-inner {
  position: relative !important;
  border: 1px solid rgba(233,69,96,0.1) !important;
  padding: 56px 48px !important;
  max-width: 560px !important;
}

.newsletter-inner::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 32px;
  right: 32px;
  height: 1px;
  background: var(--accent);
  opacity: 0.3;
}

/* ── Footer columns: accent on hover ── */
.footer-col h4 {
  position: relative;
  display: inline-block;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 16px;
  height: 1px;
  background: var(--accent);
  opacity: 0.4;
  transition: width 0.4s var(--ease-out-expo);
}

.footer-col:hover h4::after {
  width: 100%;
}

/* ── Input focus: accent highlight ── */
.newsletter-input:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(233,69,96,0.08) !important;
}

.discount-input:focus {
  border-color: var(--accent) !important;
  box-shadow: 0 0 0 2px rgba(233,69,96,0.08) !important;
}

/* ── Quick view button: sharper ── */
.quick-view-btn {
  border-radius: 0 !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  padding: 12px 28px !important;
  background: rgba(255,255,255,0.92) !important;
  transition: background 0.2s, letter-spacing 0.3s var(--ease-out-expo) !important;
}

.quick-view-btn:hover {
  letter-spacing: 0.18em !important;
  background: #fff !important;
  transform: none !important;
}

/* ── Smoother reveal stagger for cards ── */
.product-grid .product-card:nth-child(2) { transition-delay: 0.08s; }
.product-grid .product-card:nth-child(3) { transition-delay: 0.16s; }
.product-grid .product-card:nth-child(4) { transition-delay: 0.24s; }
.product-grid .product-card:nth-child(5) { transition-delay: 0.32s; }
.product-grid .product-card:nth-child(6) { transition-delay: 0.4s; }

/* ── Section spacing rhythm ── */
.products-section { padding: 100px 24px !important; }
.about-section { padding: 120px 24px !important; }
.newsletter-section { padding: 100px 24px !important; }

/* ── Cart drawer: accent header line ── */
.cart-header {
  position: relative;
}

.cart-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 24px;
  width: 32px;
  height: 2px;
  background: var(--accent);
  opacity: 0.3;
}

/* ── Back-to-top: sharper ── */
.back-to-top {
  border-radius: 0 !important;
  width: 40px !important;
  height: 40px !important;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
    text-align: center !important;
  }

  .about-heading {
    font-size: clamp(2rem, 8vw, 3rem) !important;
  }

  .about-stats {
    justify-items: center;
  }

  .newsletter-inner {
    padding: 40px 24px !important;
  }

  .statement-text {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }
}

@media (max-width: 560px) {
  .about-stats {
    grid-template-columns: 1fr !important;
    gap: 20px;
    text-align: center;
  }

  .statement-banner {
    padding: 56px 24px;
  }

  .newsletter-inner::before { display: none; }
}

/* ══════════════════════════════════════
   v5.0 — Cinematic Experience
   ══════════════════════════════════════ */

/* ── Page Intro Curtain ── */
.page-intro {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s cubic-bezier(0.76, 0, 0.24, 1);
}

.page-intro.done {
  transform: translateY(-100%);
  pointer-events: none;
}

.intro-logo {
  animation: introLogoIn 0.8s 0.2s var(--ease-out-expo) both;
}

.intro-logo .hd-pre,
.intro-logo .hd-post {
  font-size: 36px !important;
}

.intro-logo .hd-vesica {
  width: 56px !important;
  height: 32px !important;
}

.intro-logo .hd-ring {
  width: 32px !important;
  height: 32px !important;
}

.intro-logo .hd-lens {
  width: 12px !important;
  height: 22px !important;
}

@keyframes introLogoIn {
  from { opacity: 0; transform: scale(0.8); }
  to { opacity: 1; transform: scale(1); }
}

/* ── Scroll Progress Bar ── */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: var(--accent);
  z-index: 100002;
  width: 0%;
  pointer-events: none;
}

/* ── Custom Cursor (desktop) ── */
.cursor-dot, .cursor-ring {
  position: fixed;
  pointer-events: none;
  z-index: 100001;
  top: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

body:hover .cursor-dot,
body:hover .cursor-ring {
  opacity: 1;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--accent);
  transform: translate(-50%, -50%);
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(233,69,96,0.3);
  transform: translate(-50%, -50%);
  transition: width 0.25s var(--ease-out-expo), height 0.25s var(--ease-out-expo), border-color 0.25s, opacity 0.3s;
}

.cursor-ring.hovering {
  width: 56px;
  height: 56px;
  border-color: rgba(233,69,96,0.6);
}

/* Hide custom cursor on touch devices */
@media (hover: none), (max-width: 768px) {
  .cursor-dot, .cursor-ring { display: none !important; }
}

/* Use default cursor since we have custom one */
@media (hover: hover) and (min-width: 769px) {
  *, *::before, *::after { cursor: none !important; }
}

/* ── Hero: Animated Gradient Background ── */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 25% 50%, rgba(233,69,96,0.07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 75% 40%, rgba(139,92,246,0.05) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 50% 80%, rgba(249,115,22,0.03) 0%, transparent 70%);
  animation: heroAmbient 12s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes heroAmbient {
  0% {
    opacity: 0.5;
    filter: blur(0px);
  }
  50% {
    opacity: 1;
    filter: blur(20px);
  }
  100% {
    opacity: 0.7;
    filter: blur(0px);
  }
}

/* Hero glow: bigger and more vibrant */
.hero-glow {
  width: 1100px !important;
  height: 1100px !important;
  background: radial-gradient(circle, rgba(233,69,96,0.1) 0%, rgba(139,92,246,0.05) 35%, transparent 55%) !important;
  filter: blur(40px);
}

/* Hero accent line */
.hero-content::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -56px;
  width: 1px;
  background: linear-gradient(to bottom, transparent 20%, var(--accent) 50%, transparent 80%);
  opacity: 0.12;
  z-index: 1;
}

/* Hero: bigger title */
.hero-title {
  font-size: clamp(3.8rem, 11vw, 9rem) !important;
  line-height: 0.88 !important;
  letter-spacing: -0.05em !important;
}

/* Hero accent word: color pulse */
.hero-accent {
  position: relative;
}

.hero-accent::after {
  content: '';
  position: absolute;
  bottom: 0.05em;
  left: -0.05em;
  right: -0.05em;
  height: 0.35em;
  background: rgba(233,69,96,0.08);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  animation: accentReveal 0.8s 1.8s var(--ease-out-expo) forwards;
}

@keyframes accentReveal {
  to { transform: scaleX(1); }
}

/* ── Horizontal rule divider between hero and content ── */
.marquee-strip::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--accent), transparent);
  opacity: 0.1;
}

/* ── Statement banner: add decorative dashes ── */
.statement-text::before {
  content: '\2014\2003';
  color: var(--accent);
  opacity: 0.4;
}

.statement-text::after {
  content: '\2003\2014';
  color: var(--accent);
  opacity: 0.4;
}

/* ── Product grid: larger gap, cleaner ── */
.product-grid {
  gap: 20px !important;
}

.product-info {
  padding: 16px 20px 20px !important;
}

/* Product card: category label */
.product-card .product-desc {
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  opacity: 0.6;
}

/* ── About: accent number highlight ── */
.about-stat-num {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  font-style: italic;
}

/* ── Footer: more breathing room ── */
.footer-rich {
  padding: 80px 24px 0 !important;
}

.footer-inner {
  gap: 56px !important;
  padding-bottom: 56px !important;
}

.footer-brand p {
  margin-top: 20px !important;
  line-height: 1.8 !important;
}

/* ── Smooth section color transitions ── */
.about-section {
  background: linear-gradient(180deg, var(--bg) 0%, rgba(20,12,15,1) 50%, var(--bg) 100%) !important;
}

.newsletter-section {
  background: linear-gradient(180deg, var(--bg-card) 0%, rgba(18,14,22,1) 50%, var(--bg-card) 100%) !important;
}

/* ── Spinner Popup ── */
.spinner-overlay {
  position: fixed;
  inset: 0;
  z-index: 400;
  background: rgba(5, 5, 8, 0.85);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
  padding: 20px;
}

.spinner-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* Modal */
.spinner-modal {
  background: #111113;
  border: 1px solid #222;
  border-radius: 14px;
  max-width: 400px;
  width: 100%;
  padding: 36px 32px 32px;
  position: relative;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s ease;
}

.spinner-overlay.open .spinner-modal {
  transform: translateY(0);
  opacity: 1;
}

/* Close */
.spinner-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  color: #555;
  cursor: pointer;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}

.spinner-close:hover {
  color: #aaa;
  background: rgba(255, 255, 255, 0.05);
}

/* Text */
.spinner-heading {
  font-size: 1.1rem;
  font-weight: 400;
  color: #eee;
  margin-bottom: 22px;
  letter-spacing: -0.01em;
}

.spinner-sub {
  color: #666;
  font-size: 0.78rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* ── Wheel ── */
.spinner-wheel-wrap {
  position: relative;
  width: 252px;
  height: 252px;
  margin: 0 auto 28px;
}

.spinner-pointer {
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 18px solid var(--accent);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.spinner-overlay.spinning-active .spinner-pointer {
  animation: ptrTap 0.12s ease infinite;
}

@keyframes ptrTap {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(2px); }
}

.spinner-wheel {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  transition: transform 5s cubic-bezier(0.12, 0.6, 0.08, 1);
  background: conic-gradient(
    from 0deg,
    #9b2d3f 0deg 45deg,
    #19191f 45deg 90deg,
    #8a5526 90deg 135deg,
    #1c1c22 135deg 180deg,
    #5a3a8f 180deg 225deg,
    #19191f 225deg 270deg,
    #2d7a5a 270deg 315deg,
    #1c1c22 315deg 360deg
  );
  box-shadow:
    inset 0 0 0 3px #151518,
    0 0 0 1px #2a2a2f,
    0 6px 24px rgba(0, 0, 0, 0.4);
}

.spinner-wheel.spinning {
  pointer-events: none;
}

/* Tick marks between segments */
.spinner-tick-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  background: repeating-conic-gradient(
    from 0deg,
    transparent 0deg 44.6deg,
    rgba(0, 0, 0, 0.35) 44.6deg 45.4deg
  );
}

.spinner-label {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  transform:
    rotate(calc(var(--i) * 45deg + 22.5deg))
    translateY(-86px)
    rotate(calc(var(--i) * -45deg - 22.5deg));
}

.spinner-label-sm {
  font-size: 0.55rem;
  letter-spacing: 0.06em;
}

/* Spin button */
.spinner-spin-btn {
  display: inline-block;
  padding: 13px 44px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.spinner-spin-btn:hover {
  background: #d63350;
  transform: translateY(-1px);
}

.spinner-spin-btn:active {
  transform: translateY(0);
}

/* ── Claim Phase ── */
.spinner-form {
  text-align: left;
}

.spinner-email {
  width: 100%;
  padding: 13px 16px;
  font-size: 0.84rem;
  font-family: inherit;
  color: var(--text);
  background: #0a0a0c;
  border: 1px solid #2a2a2f;
  border-radius: 8px;
  margin-bottom: 12px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.spinner-email:focus {
  outline: none;
  border-color: var(--accent);
}

.spinner-email.shake {
  animation: inputShake 0.4s ease;
}

@keyframes inputShake {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-6px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(2px); }
}

.spinner-consent {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.72rem;
  color: #666;
  cursor: pointer;
  margin-bottom: 12px;
}

.spinner-consent input[type="checkbox"] {
  accent-color: var(--accent);
  flex-shrink: 0;
}

.spinner-error {
  color: var(--accent);
  font-size: 0.72rem;
  min-height: 1em;
  margin-bottom: 8px;
}

.spinner-claim-btn {
  width: 100%;
  padding: 13px;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.spinner-claim-btn:hover {
  background: #d63350;
  transform: translateY(-1px);
}

.spinner-claim-btn:disabled {
  opacity: 0.6;
  cursor: default;
  transform: none;
}

/* ── Success Phase ── */
.spinner-done-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #2a2a2f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  color: #4caf50;
  animation: doneIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes doneIn {
  from { transform: scale(0.5); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.spinner-check-path {
  stroke: #4caf50;
  stroke-dasharray: 30;
  stroke-dashoffset: 30;
  animation: checkDraw 0.4s 0.2s ease forwards;
}

@keyframes checkDraw {
  to { stroke-dashoffset: 0; }
}

.spinner-code-pill {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 24px;
  background: #0a0a0c;
  border: 1px solid #2a2a2f;
  border-radius: 6px;
  font-family: 'Inter', monospace;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--text);
}

/* Phase fade-in */
.spinner-phase {
  animation: phaseIn 0.35s ease;
}

@keyframes phaseIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .hero-title { font-size: clamp(2.8rem, 12vw, 5rem) !important; }
  .hero-content::before { display: none; }
  .hero-glow { width: 600px !important; height: 600px !important; }
  .page-intro .intro-logo .hd-pre,
  .page-intro .intro-logo .hd-post { font-size: 28px !important; }

  .spinner-modal { padding: 28px 22px 26px; }
  .spinner-wheel-wrap { width: 220px; height: 220px; }
  .spinner-label {
    font-size: 0.62rem;
    transform:
      rotate(calc(var(--i) * 45deg + 22.5deg))
      translateY(-74px)
      rotate(calc(var(--i) * -45deg - 22.5deg));
  }
  .spinner-label-sm { font-size: 0.5rem; }
  .spinner-heading { font-size: 1rem; }
}

@media (max-width: 560px) {
  .hero-title { font-size: clamp(2.4rem, 14vw, 3.5rem) !important; }
  .hero-glow { width: 400px !important; height: 400px !important; filter: blur(30px); }

  .spinner-modal { padding: 24px 16px 22px; border-radius: 12px; }
  .spinner-wheel-wrap { width: 190px; height: 190px; margin-bottom: 22px; }
  .spinner-label {
    font-size: 0.52rem;
    transform:
      rotate(calc(var(--i) * 45deg + 22.5deg))
      translateY(-62px)
      rotate(calc(var(--i) * -45deg - 22.5deg));
  }
  .spinner-label-sm { font-size: 0.44rem; }
  .spinner-heading { font-size: 0.95rem; }
  .spinner-spin-btn { padding: 12px 36px; }
}
