/* Hero */
/* Floating cart */
.floating-cart {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  border: 1px solid rgba(218, 176, 83, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 20%, rgba(245, 215, 145, 0.18), transparent 38%),
    linear-gradient(145deg, rgba(17, 15, 12, 0.98), rgba(5, 5, 5, 0.96));
  color: var(--gold);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.05);
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.floating-cart[hidden] {
  display: none;
}

.floating-cart:hover,
.floating-cart:focus-visible {
  transform: translateY(-2px);
  border-color: var(--champagne);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.5), 0 0 22px rgba(218, 176, 83, 0.16);
}

.floating-cart:focus-visible {
  outline: 2px solid var(--champagne);
  outline-offset: 3px;
}

.floating-cart.is-pulsing {
  animation: floating-cart-pulse 280ms ease-out;
}

.floating-cart__icon {
  display: inline-flex;
  width: 25px;
  height: 25px;
}

.floating-cart__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-cart__badge {
  position: absolute;
  top: -7px;
  right: -6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  min-height: 22px;
  padding: 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: #E0B84F;
  color: #0A0A0A;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.34);
}

.site-header .cart-badge,
.site-nav .cart-badge,
[data-nav-cart] .cart-badge,
.cart-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 0 5px;
  margin-left: 4px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: #E0B84F;
  color: #0A0A0A;
  font-size: 0.66rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
}

@keyframes floating-cart-pulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.04); }
  100% { transform: scale(1); }
}

@media (max-width: 640px) {
  .floating-cart {
    right: 16px;
    bottom: 18px;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .floating-cart__icon {
    width: 23px;
    height: 23px;
  }
}

    .hero {
      position: relative;
      min-height: clamp(480px, 72vh, 760px);
      display: flex;
      align-items: center;
      overflow: hidden;
      border-bottom: 1px solid var(--border);
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 75% 15%, rgba(218, 176, 83, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgba(182, 145, 62, 0.08), transparent 50%),
        linear-gradient(180deg, var(--charcoal) 0%, var(--black) 100%);
      pointer-events: none;
    }

    .hero::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 1px;
      height: 80px;
      background: linear-gradient(to bottom, transparent, var(--gold), transparent);
      opacity: 0.5;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      padding-block: clamp(80px, 14vw, 140px);
      max-width: 780px;
    }

    .hero h1 {
      font-family: var(--serif);
      font-size: clamp(3.5rem, 12vw, 7.5rem);
      font-weight: 400;
      letter-spacing: 0.1em;
      line-height: 0.95;
      color: var(--gold);
      margin: 20px 0 28px;
    }

    .hero-tagline {
      font-family: var(--serif);
      font-size: clamp(1.4rem, 3.5vw, 2.2rem);
      font-style: italic;
      color: var(--warm-white);
      margin: 0 0 20px;
      line-height: 1.35;
    }

    .hero-sub {
      color: var(--smoke);
      font-size: clamp(0.95rem, 2vw, 1.05rem);
      max-width: 520px;
      margin: 0 0 40px;
      line-height: 1.8;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }

    /* Brand Statement */
    .brand-statement {
      padding-block: clamp(72px, 12vw, 120px);
      text-align: center;
      border-bottom: 1px solid var(--border);
      background: var(--charcoal);
    }

    .brand-statement blockquote {
      margin: 0 auto;
      max-width: 820px;
      font-family: var(--serif);
      font-size: clamp(1.6rem, 4vw, 2.8rem);
      font-weight: 400;
      line-height: 1.45;
      color: var(--warm-white);
      letter-spacing: 0.02em;
    }

    .brand-statement cite {
      display: block;
      margin-top: 32px;
      font-style: normal;
      font-family: var(--sans);
      font-size: 0.68rem;
      letter-spacing: 0.34em;
      text-transform: uppercase;
      color: var(--gold);
    }
