@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Outfit:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --bg: #000000;
  --surface: rgba(10, 10, 18, 0.72);
  --surface-strong: rgba(18, 18, 30, 0.92);
  --panel: rgba(8, 8, 14, 0.9);
  --panel-soft: rgba(14, 14, 24, 0.84);
  --font-brand: "Cinzel", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --font-display: "Space Grotesk", "Segoe UI", sans-serif;
  --ink: #ffffff;
  --muted: rgba(255, 255, 255, 0.74);
  --primary: #0057ff;
  --primary-soft: #39ff14;
  --accent: #ff007f;
  --accent-strong: #ffd500;
  --accent-soft: rgba(255, 213, 0, 0.22);
  --highlight: #39ff14;
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 26px 80px rgba(0, 87, 255, 0.18);
  --shadow-strong: 0 30px 90px rgba(255, 0, 127, 0.22);
  --glow-pink:
    0 0 0 1px rgba(255, 0, 127, 0.48),
    0 0 20px rgba(255, 0, 127, 0.28),
    0 0 44px rgba(0, 87, 255, 0.14);
  --glow-blue:
    0 0 0 1px rgba(0, 87, 255, 0.38),
    0 0 22px rgba(0, 87, 255, 0.18);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 0, 127, 0.26), transparent 28%),
    radial-gradient(circle at 96% 18%, rgba(0, 87, 255, 0.24), transparent 20%),
    radial-gradient(circle at 8% 72%, rgba(255, 0, 127, 0.08), transparent 18%),
    linear-gradient(180deg, #030304 0%, #000000 48%, #050511 100%);
  position: relative;
  overflow-x: hidden;
  isolation: isolate;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  inset: -18% -10%;
  z-index: -2;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 0, 127, 0.22), transparent 20%),
    radial-gradient(circle at 84% 24%, rgba(0, 87, 255, 0.2), transparent 18%),
    conic-gradient(
      from 180deg at 50% 50%,
      rgba(255, 255, 255, 0.04),
      rgba(255, 255, 255, 0) 18%,
      rgba(0, 87, 255, 0.12) 34%,
      rgba(255, 0, 127, 0.2) 54%,
      rgba(255, 255, 255, 0) 82%,
      rgba(255, 255, 255, 0.04) 100%
    );
  filter: blur(56px) saturate(138%);
  opacity: 0.72;
  animation: background-pulse 20s ease-in-out infinite alternate;
}

body::after {
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 87, 255, 0.07) 1px, transparent 1px);
  background-size: 96px 96px;
  -webkit-mask-image: radial-gradient(circle at center, #000 42%, transparent 86%);
  mask-image: radial-gradient(circle at center, #000 42%, transparent 86%);
  opacity: 0.32;
  mix-blend-mode: screen;
}

main {
  position: relative;
  z-index: 0;
}

main::before,
main::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

main::before {
  top: 140px;
  left: 14px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(circle, rgba(255, 213, 0, 0.46) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.18;
  filter: drop-shadow(0 0 14px rgba(255, 213, 0, 0.08));
}

main::after {
  top: 280px;
  right: 2%;
  width: 240px;
  height: 240px;
  background:
    linear-gradient(135deg, transparent 44%, rgba(0, 87, 255, 0.24) 44% 47%, transparent 47% 54%, rgba(255, 0, 127, 0.24) 54% 57%, transparent 57%);
  opacity: 0.26;
  transform: rotate(10deg);
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.ambient-shape {
  position: fixed;
  z-index: -1;
  border-radius: 999px;
  filter: blur(22px) saturate(150%);
  opacity: 0.92;
  mix-blend-mode: screen;
  animation: ambient-float 16s ease-in-out infinite alternate;
}

.ambient-one {
  width: 280px;
  height: 280px;
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 0, 127, 0.72), rgba(255, 0, 127, 0.16) 58%, transparent 80%);
  top: 86px;
  left: -70px;
}

.ambient-two {
  width: 360px;
  height: 360px;
  background:
    radial-gradient(circle at 28% 30%, rgba(0, 87, 255, 0.62), rgba(0, 87, 255, 0.12) 60%, transparent 82%);
  bottom: 18px;
  right: -96px;
  animation-duration: 22s;
}

.site-header,
.hero,
.feature-strip,
.collection-section,
.story-section,
.contact-layout,
.site-footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: sticky;
  top: 14px;
  z-index: 12;
  padding: 18px 24px;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(4, 4, 10, 0.72);
  backdrop-filter: blur(22px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.24);
}

.brand {
  font-family: var(--font-brand);
  font-size: clamp(1.3rem, 1rem + 1vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.1;
  background: linear-gradient(120deg, #ffffff 0%, #ffffff 46%, #ff007f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 24px rgba(255, 0, 127, 0.08);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.site-nav a,
.cart-trigger,
.secondary-link {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 10px 18px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 180ms ease;
}

.site-nav a:hover,
.cart-trigger:hover,
.secondary-link:hover {
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, rgba(9, 16, 42, 0.92), rgba(26, 10, 32, 0.94));
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: var(--glow-blue);
}

.cart-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-left: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-strong) 0%, #ffffff 100%);
  color: #000000;
  font-size: 0.85rem;
  box-shadow: 0 10px 24px rgba(255, 213, 0, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: center;
  padding: 36px 0 30px;
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -24px -12px;
  z-index: -1;
  border-radius: 42px;
  background: radial-gradient(circle at 25% 18%, rgba(255, 0, 127, 0.14), transparent 26%), radial-gradient(circle at 82% 32%, rgba(0, 87, 255, 0.14), transparent 26%);
  filter: blur(30px);
  opacity: 0.94;
}

.hero-copy,
.hero-panel,
.feature-strip,
.story-card,
.contact-panel,
.feature-card,
.product-card,
.totals-card,
.cart-item,
.contact-hero,
.shipping-box {
  backdrop-filter: blur(18px);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero-copy::before,
.hero-panel::before,
.feature-card::before,
.story-card::before,
.product-card::before,
.totals-card::before,
.cart-item::before,
.contact-panel::before,
.contact-hero::before,
.shipping-box::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  opacity: 0.8;
  pointer-events: none;
}

.hero-copy {
  padding: clamp(30px, 4vw, 52px);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.14), transparent 30%),
    radial-gradient(circle at bottom left, rgba(0, 87, 255, 0.16), transparent 24%),
    linear-gradient(145deg, rgba(8, 8, 14, 0.92), rgba(14, 14, 24, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 70px rgba(0, 0, 0, 0.28);
}

.hero-copy::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 28px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.2), transparent 68%);
  filter: blur(8px);
  opacity: 0.8;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.contact-hero h1 {
  background: none;
  color: #ffffff;
  text-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
}

.hero h1,
.section-heading h2,
.story-copy h2,
.contact-hero h1,
.drawer-header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 1.7rem + 2vw, 4.4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.08em;
}

.hero-text,
.story-copy p,
.contact-hero p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 60ch;
}

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

.primary-link,
.checkout-button,
.add-to-cart {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 14px 24px;
  background: linear-gradient(180deg, rgba(10, 10, 18, 0.94), rgba(6, 6, 12, 0.98));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: var(--glow-pink);
  position: relative;
  overflow: hidden;
}

.primary-link::before,
.checkout-button::before,
.add-to-cart::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
  opacity: 0.72;
  pointer-events: none;
}

.primary-link::after,
.checkout-button::after,
.add-to-cart::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: inherit;
  background: radial-gradient(circle, rgba(255, 0, 127, 0.22), transparent 62%);
  filter: blur(16px);
  opacity: 0.58;
  z-index: -1;
  pointer-events: none;
}

.primary-link:hover,
.checkout-button:hover,
.add-to-cart:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 0 24px rgba(255, 0, 127, 0.32),
    0 0 56px rgba(0, 87, 255, 0.18);
}

.hero-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 18% 18%, rgba(116, 79, 255, 0.16), transparent 28%),
    radial-gradient(circle at 86% 22%, rgba(0, 87, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 84%, rgba(255, 0, 127, 0.08), transparent 26%),
    linear-gradient(160deg, rgba(5, 5, 12, 0.98), rgba(8, 10, 24, 0.96));
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 30px 72px rgba(0, 0, 0, 0.3);
}

.hero-watch-card {
  min-height: 480px;
  border-radius: 26px;
  padding: 26px;
  background:
    radial-gradient(circle at 22% 24%, rgba(126, 84, 255, 0.12), transparent 26%),
    radial-gradient(circle at 82% 78%, rgba(0, 87, 255, 0.18), transparent 28%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 14px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-watch-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  width: 100%;
  padding: 18px 0;
  overflow: visible;
  isolation: isolate;
}

.hero-watch-visual::before {
  content: "";
  position: absolute;
  inset: 10% 6% 4%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(112, 187, 255, 0.42), rgba(140, 109, 255, 0.24) 38%, rgba(255, 0, 127, 0.14) 62%, transparent 80%);
  filter: blur(34px);
  opacity: 1;
  z-index: 0;
}

.hero-watch-visual::after {
  content: "";
  position: absolute;
  inset: 22% 18% 12%;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(123, 188, 255, 0.28) 26%, rgba(140, 109, 255, 0.2) 52%, transparent 74%);
  filter: blur(18px);
  opacity: 0.95;
  z-index: 0;
}

.hero-watch-frame {
  position: relative;
  z-index: 1;
  width: min(100%, 378px);
  min-height: 360px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 36%, rgba(102, 162, 255, 0.16), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, rgba(10, 12, 28, 0.92), rgba(12, 14, 28, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(0, 87, 255, 0.16),
    0 0 70px rgba(112, 167, 255, 0.16),
    0 0 48px rgba(255, 0, 127, 0.1);
}

.hero-watch-frame::before,
.hero-watch-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-watch-frame::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%, rgba(0, 0, 0, 0.08) 100%);
  opacity: 0.92;
}

.hero-watch-frame::after {
  inset: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.02),
    0 0 22px rgba(116, 79, 255, 0.08);
}

.hero-watch-reflection {
  position: absolute;
  inset: auto -18% 20% auto;
  width: 180px;
  height: 160px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent 56%);
  transform: rotate(-18deg);
  filter: blur(16px);
  opacity: 0.68;
  pointer-events: none;
}

.hero-watch-image {
  position: absolute;
  inset: 20px;
  z-index: 0;
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  filter:
    brightness(1.04)
    contrast(1.08)
    saturate(1.05)
    drop-shadow(0 20px 36px rgba(0, 0, 0, 0.34))
    drop-shadow(0 0 22px rgba(112, 167, 255, 0.16));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 12px 24px rgba(0, 0, 0, 0.22);
}

.hero-watch-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.hero-watch-orbit-one {
  width: 270px;
  height: 270px;
  top: 34px;
  right: -52px;
  background: radial-gradient(circle, rgba(0, 87, 255, 0.08), transparent 68%);
}

.hero-watch-orbit-two {
  width: 154px;
  height: 154px;
  left: -18px;
  bottom: 42px;
  background: radial-gradient(circle, rgba(116, 79, 255, 0.08), transparent 68%);
}

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

.stat-card,
.feature-card,
.story-card,
.product-card,
.totals-card,
.cart-item,
.contact-panel,
.contact-hero {
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: var(--shadow);
}

.stat-card {
  border-radius: 22px;
  padding: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.stat-card span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.stat-card p,
.feature-card p,
.story-card p,
.product-description,
.shipping-note {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.hero-panel .stat-card p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 26px 56px rgba(0, 0, 0, 0.18);
}

.feature-card {
  padding: 24px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.1), transparent 24%),
    linear-gradient(160deg, rgba(8, 8, 14, 0.9), rgba(12, 12, 22, 0.88));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.feature-card strong {
  display: block;
  margin-bottom: 10px;
}

.collection-section,
.story-section,
.contact-layout {
  padding: 72px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 20px;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: linear-gradient(90deg, #0057ff, #ff007f, rgba(255, 255, 255, 0.8));
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(0, 87, 255, 0.24);
}

.section-heading.compact {
  margin-bottom: 18px;
}

.section-heading h2 {
  font-size: clamp(1.9rem, 1.4rem + 1.6vw, 3rem);
}

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

.product-card {
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.08), transparent 20%),
    radial-gradient(circle at bottom left, rgba(0, 87, 255, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(9, 9, 15, 0.94), rgba(13, 13, 22, 0.96));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover,
.story-card:hover,
.feature-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(255, 0, 127, 0.12),
    0 0 40px rgba(0, 87, 255, 0.1);
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 4.3;
  overflow: hidden;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.26) 100%);
  pointer-events: none;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-card:hover .product-media img {
  transform: scale(1.06);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 213, 0, 0.1);
  border: 1px solid rgba(255, 213, 0, 0.34);
  color: #ffd500;
  font-size: 0.8rem;
  font-weight: 700;
  box-shadow: 0 0 22px rgba(255, 213, 0, 0.1);
}

.product-content {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.product-collection {
  margin: 0;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
}

.product-price {
  display: block;
  font-size: 1.15rem;
}

.product-stock {
  color: var(--muted);
}

.story-section {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: start;
}

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

.story-card {
  border-radius: 24px;
  padding: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.08), transparent 24%),
    linear-gradient(160deg, rgba(9, 9, 16, 0.9), rgba(16, 12, 26, 0.88));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.story-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(520px, 100%);
  height: 100vh;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.12), transparent 18%),
    radial-gradient(circle at 18% 84%, rgba(0, 87, 255, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.98), rgba(5, 8, 18, 0.96));
  backdrop-filter: blur(24px);
  border-left: 1px solid var(--border);
  box-shadow: -22px 0 60px rgba(0, 87, 255, 0.16);
  transform: translateX(100%);
  transition: transform 220ms ease;
  z-index: 20;
  display: flex;
  flex-direction: column;
}

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

.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 26px 26px 18px;
  border-bottom: 1px solid var(--border);
}

.drawer-header h2 {
  font-size: 2rem;
}

.drawer-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 1.5rem;
}

.drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 22px 26px 32px;
}

.cart-items {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.cart-item {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(0, 87, 255, 0.04));
}

.cart-item img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 16px;
}

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

.cart-item-header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.cart-item-meta {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

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

.qty-controls {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.qty-controls button,
.remove-item {
  border: 0;
  background: transparent;
  color: #ffffff;
  font-weight: 700;
}

.remove-item {
  padding: 0;
}

.totals-card {
  padding: 20px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.08), transparent 20%),
    linear-gradient(160deg, rgba(9, 9, 16, 0.92), rgba(12, 16, 28, 0.9));
}

.totals-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}

.totals-total {
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid var(--border);
  font-size: 1.08rem;
}

.shipping-note {
  margin-top: 8px;
}

.checkout-form,
.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.checkout-form label,
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.checkout-form input,
.checkout-form textarea,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  resize: vertical;
  backdrop-filter: blur(10px);
}

.checkout-form input:focus,
.checkout-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 0, 127, 0.72);
  box-shadow:
    0 0 0 4px rgba(255, 0, 127, 0.14),
    0 0 28px rgba(0, 87, 255, 0.14);
  transform: translateY(-1px);
}

.checkout-form input::placeholder,
.checkout-form textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

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

.shipping-box {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 0, 127, 0.06));
}

.shipping-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.shipping-choice {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}

.shipping-choice span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.shipping-choice small {
  color: var(--muted);
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  visibility: hidden;
  transition: 180ms ease;
  z-index: 15;
}

body.cart-open .drawer-overlay {
  opacity: 1;
  visibility: visible;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 22px;
  align-items: start;
}

.contact-hero,
.contact-panel {
  padding: 32px;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top right, rgba(255, 0, 127, 0.08), transparent 24%),
    radial-gradient(circle at bottom left, rgba(0, 87, 255, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(8, 8, 14, 0.92), rgba(14, 12, 24, 0.9));
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0 28px;
  color: var(--muted);
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 20px;
}

.site-footer p {
  margin: 0;
}

.empty-cart {
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(0, 87, 255, 0.08));
  color: var(--muted);
  text-align: center;
}

.loading-card,
.error-card {
  grid-column: 1 / -1;
  padding: 32px;
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.06), rgba(255, 0, 127, 0.08));
  text-align: center;
  color: var(--muted);
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translate(-50%, 18px);
  min-width: min(460px, calc(100% - 32px));
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 87, 255, 0.96), rgba(255, 0, 127, 0.92), rgba(57, 255, 20, 0.9));
  color: #fff;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
  z-index: 30;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.cursor-glow,
.cursor-dot {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 60;
  will-change: transform, opacity;
}

.cursor-glow {
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(255, 0, 127, 0.24) 0%, rgba(0, 87, 255, 0.16) 34%, rgba(0, 87, 255, 0.04) 58%, transparent 72%);
  filter: blur(14px);
  mix-blend-mode: screen;
  transition: opacity 180ms ease, width 180ms ease, height 180ms ease;
}

.cursor-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow:
    0 0 0 10px rgba(255, 0, 127, 0.16),
    0 0 26px rgba(0, 87, 255, 0.22);
  transition: opacity 180ms ease, box-shadow 180ms ease, width 180ms ease, height 180ms ease;
}

body.cursor-active .cursor-glow,
body.cursor-active .cursor-dot {
  opacity: 1;
}

body.cursor-hovering .cursor-glow {
  width: 340px;
  height: 340px;
}

body.cursor-hovering .cursor-dot {
  box-shadow:
    0 0 0 14px rgba(255, 0, 127, 0.12),
    0 0 36px rgba(0, 87, 255, 0.28);
}

body.cursor-pressed .cursor-glow {
  width: 220px;
  height: 220px;
}

body.cursor-pressed .cursor-dot {
  width: 14px;
  height: 14px;
}

::selection {
  background: #ffd500;
  color: #000000;
}

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

.reveal {
  animation: rise-in 700ms both;
}

.delay-1 {
  animation-delay: 90ms;
}

.delay-2 {
  animation-delay: 170ms;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

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

@keyframes background-pulse {
  from {
    transform: rotate(0deg) scale(1);
  }

  to {
    transform: rotate(8deg) scale(1.08);
  }
}

@keyframes ambient-float {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(18px, -24px, 0);
  }
}

@media (max-width: 1080px) {
  .hero,
  .story-section,
  .contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .site-header,
  .hero,
  .feature-strip,
  .collection-section,
  .story-section,
  .contact-layout,
  .site-footer {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    flex-direction: column;
    align-items: start;
    border-radius: 28px;
  }

  .hero {
    padding-top: 18px;
  }

  .hero-watch-visual {
    min-height: 260px;
  }

  .hero-watch-frame {
    width: min(100%, 316px);
    min-height: 304px;
    padding: 16px;
  }

  .hero-watch-image {
    inset: 16px;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 20px;
  }

  .feature-strip,
  .product-grid,
  .hero-stats,
  .story-grid,
  .contact-detail-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .product-footer,
  .site-footer {
    align-items: start;
    flex-direction: column;
  }

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

  .cart-item img {
    width: 76px;
    height: 76px;
  }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-glow,
  .cursor-dot {
    display: none;
  }
}
