:root {
  --black: #020817;
  --ink: #061124;
  --charcoal: #0b1830;
  --charcoal-2: #10213d;
  --line: rgba(174, 237, 255, 0.18);
  --line-strong: rgba(174, 237, 255, 0.42);
  --accent: #86e7ff;
  --accent-bright: #dffbff;
  --cta-accent: #86e7ff;
  --cta-accent-bright: #dffbff;
  --cream: #f4fbff;
  --muted: #9fb7c7;
  --glass: rgba(166, 225, 255, 0.07);
  --glass-strong: rgba(190, 240, 255, 0.14);
  --shadow: 0 30px 90px rgba(0, 10, 26, 0.58);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  font-family: "Avenir Next", "Inter", "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at 14% 8%, rgba(103, 205, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(220, 250, 255, 0.12), transparent 31rem),
    radial-gradient(circle at 52% 64%, rgba(10, 62, 126, 0.24), transparent 40rem),
    linear-gradient(180deg, #020817 0%, #07162c 42%, #030a18 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 0.21;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 72%, transparent);
}

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

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

#particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 34vw;
  max-width: 520px;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  opacity: 0.22;
}

.ambient-one {
  top: 12%;
  left: -14%;
  background: rgba(94, 214, 255, 0.48);
}

.ambient-two {
  right: -16%;
  bottom: 8%;
  background: rgba(205, 246, 255, 0.28);
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 12px 10px 16px;
  overflow: hidden;
  border: 1px solid rgba(190, 240, 255, 0.24);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(142, 231, 255, 0.16), transparent 16%, transparent 84%, rgba(142, 231, 255, 0.1)),
    linear-gradient(180deg, rgba(232, 252, 255, 0.12), rgba(166, 225, 255, 0.025) 46%, rgba(0, 13, 34, 0.28) 100%),
    rgba(3, 12, 28, 0.78);
  backdrop-filter: blur(24px) saturate(1.15);
  box-shadow:
    inset 0 1px 0 rgba(223, 251, 255, 0.2),
    inset 0 -1px 0 rgba(102, 210, 255, 0.18),
    0 22px 58px rgba(0, 10, 26, 0.42);
  transform: translateX(-50%);
  transition: border-color 350ms var(--ease), background 350ms var(--ease), box-shadow 350ms var(--ease);
}

.site-header::before,
.site-header::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.site-header::before {
  top: -120%;
  bottom: -120%;
  left: -18%;
  width: 16%;
  background: linear-gradient(90deg, transparent, rgba(223, 251, 255, 0.28), transparent);
  transform: rotate(22deg);
  animation: headerShine 8s var(--ease) infinite;
}

.site-header::after {
  left: 92px;
  right: 182px;
  bottom: 9px;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(134, 231, 255, 0.56), transparent),
    repeating-linear-gradient(90deg, transparent 0 44px, rgba(223, 251, 255, 0.62) 44px 46px, transparent 46px 88px);
  opacity: 0.74;
}

.site-header.is-scrolled {
  border-color: rgba(190, 240, 255, 0.42);
  background:
    linear-gradient(90deg, rgba(142, 231, 255, 0.18), transparent 18%, transparent 82%, rgba(142, 231, 255, 0.12)),
    linear-gradient(180deg, rgba(232, 252, 255, 0.12), rgba(166, 225, 255, 0.035) 48%, rgba(0, 13, 34, 0.32) 100%),
    rgba(3, 12, 28, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(223, 251, 255, 0.24),
    inset 0 -1px 0 rgba(102, 210, 255, 0.24),
    0 20px 58px rgba(0, 10, 26, 0.56);
}

.brand-mark {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-right: 18px;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.brand-mark::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 1px;
  height: 22px;
  background: linear-gradient(180deg, transparent, rgba(190, 240, 255, 0.76), transparent);
}

.brand-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(223, 251, 255, 0.62);
  border-radius: 0;
  color: var(--accent-bright);
  background:
    linear-gradient(135deg, rgba(223, 251, 255, 0.45), transparent 34%),
    conic-gradient(from 22deg, #0b2f66, #dffbff, #75d9ff, #061124, #b7ecff, #0b2f66);
  clip-path: polygon(28% 0, 72% 0, 100% 28%, 100% 72%, 72% 100%, 28% 100%, 0 72%, 0 28%);
  box-shadow:
    inset 0 0 0 4px rgba(2, 2, 2, 0.64),
    inset 0 0 20px rgba(223, 251, 255, 0.24),
    0 0 28px rgba(134, 231, 255, 0.22);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}

.brand-symbol::before,
.brand-symbol::after {
  content: "";
  position: absolute;
  background: rgba(223, 251, 255, 0.92);
  box-shadow: 0 0 12px rgba(223, 251, 255, 0.68);
}

.brand-symbol::before {
  top: 6px;
  right: 8px;
  width: 10px;
  height: 1px;
  transform: rotate(-35deg);
}

.brand-symbol::after {
  left: 7px;
  bottom: 8px;
  width: 8px;
  height: 1px;
  transform: rotate(-35deg);
}

.main-nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: rgba(223, 251, 255, 0.72);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  isolation: isolate;
  transition: color 220ms var(--ease), transform 220ms var(--ease);
}

.main-nav a::before,
.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%) scaleX(0);
  transition: transform 280ms var(--ease), opacity 280ms var(--ease);
}

.main-nav a::before {
  inset: 5px 0;
  z-index: -1;
  border: 1px solid rgba(134, 231, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(134, 231, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 10px 100%, 0 50%);
  opacity: 0;
  transform-origin: center;
}

.main-nav a::after {
  bottom: 2px;
  width: 34px;
  height: 9px;
  background:
    linear-gradient(90deg, transparent 0 2px, var(--accent-bright) 2px 32px, transparent 32px),
    linear-gradient(135deg, transparent 42%, var(--accent-bright) 43% 57%, transparent 58%);
  opacity: 0;
}

.main-nav a:hover {
  color: var(--accent-bright);
  transform: translateY(-1px);
}

.main-nav a:hover::before,
.main-nav a:hover::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.nav-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px 0 26px;
  overflow: hidden;
  border: 1px solid rgba(134, 231, 255, 0.72);
  border-radius: 999px;
  color: #020c1e;
  background:
    linear-gradient(135deg, #dffbff 0%, #86e7ff 34%, #3ab8e8 58%, #b8f0ff 100%);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    inset 0 -8px 18px rgba(0, 80, 140, 0.18),
    0 12px 34px rgba(134, 231, 255, 0.18);
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease);
}

.nav-cta::before {
  content: "";
  position: absolute;
  top: -45%;
  bottom: -45%;
  left: -40%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
  transform: rotate(23deg);
  transition: left 520ms var(--ease);
}

.nav-cta::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 11px;
  background: #020c1e;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 0 1px rgba(134, 231, 255, 0.4);
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -8px 18px rgba(0, 80, 140, 0.22),
    0 18px 42px rgba(134, 231, 255, 0.32);
}

.nav-cta:hover::before {
  left: 112%;
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.section-dark {
  background:
    linear-gradient(180deg, rgba(223, 251, 255, 0.025), rgba(0, 13, 34, 0)),
    radial-gradient(circle at 70% 10%, rgba(134, 231, 255, 0.1), transparent 28rem);
}

.section-pad {
  padding: clamp(82px, 10vw, 150px) clamp(20px, 6vw, 88px);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 112px clamp(20px, 6vw, 88px) 42px;
  isolation: isolate;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(2, 8, 23, 0.94) 0 34%, rgba(8, 32, 66, 0.62) 34% 51%, rgba(2, 8, 23, 0.88) 51% 100%),
    radial-gradient(circle at 72% 41%, rgba(134, 231, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 82% 34%, rgba(244, 251, 255, 0.12), transparent 16rem),
    repeating-linear-gradient(120deg, rgba(174, 237, 255, 0.045) 0 1px, transparent 1px 84px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(134, 231, 255, 0.14), transparent 18%),
    linear-gradient(160deg, transparent 0 58%, rgba(174, 237, 255, 0.12) 58% 58.3%, transparent 58.3%),
    radial-gradient(circle at 18% 68%, rgba(134, 231, 255, 0.1), transparent 17rem);
  mask-image: linear-gradient(to bottom, black 0 86%, transparent);
}

.hero-cut {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.8;
}

.hero-cut-left {
  left: -12vw;
  top: 19%;
  width: min(42vw, 520px);
  height: 58%;
  border: 1px solid rgba(174, 237, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(134, 231, 255, 0.12), transparent 42%),
    linear-gradient(90deg, rgba(223, 251, 255, 0.055), transparent);
  clip-path: polygon(0 0, 72% 0, 100% 48%, 68% 100%, 0 100%, 22% 50%);
}

.hero-cut-right {
  right: -8vw;
  top: 12%;
  width: min(40vw, 560px);
  height: 76%;
  border: 1px solid rgba(174, 237, 255, 0.15);
  background:
    linear-gradient(225deg, rgba(134, 231, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(223, 251, 255, 0.045), transparent);
  clip-path: polygon(18% 0, 100% 0, 78% 48%, 100% 100%, 22% 100%, 0 49%);
}

.hero-spikes {
  position: absolute;
  left: clamp(20px, 6vw, 88px);
  right: clamp(20px, 6vw, 88px);
  top: 132px;
  bottom: 72px;
  z-index: 0;
  pointer-events: none;
}

.hero-spikes span {
  position: absolute;
  display: block;
  width: clamp(62px, 8vw, 132px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent-bright), var(--accent), transparent);
  box-shadow: 0 0 24px rgba(134, 231, 255, 0.42);
  transform-origin: center;
  opacity: 0.72;
}

.hero-spikes span::after {
  content: "";
  position: absolute;
  right: -3px;
  top: -4px;
  width: 10px;
  height: 10px;
  background: var(--accent-bright);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 18px rgba(190, 240, 255, 0.74);
}

.hero-spikes span:nth-child(1) {
  top: 7%;
  left: 34%;
  transform: rotate(-28deg);
}

.hero-spikes span:nth-child(2) {
  top: 42%;
  right: 2%;
  transform: rotate(18deg);
}

.hero-spikes span:nth-child(3) {
  bottom: 18%;
  left: 3%;
  transform: rotate(23deg);
}

.hero-spikes span:nth-child(4) {
  bottom: 7%;
  right: 33%;
  transform: rotate(-16deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(24px, 4.5vw, 76px);
}

.hero-copy {
  position: relative;
  min-width: 0;
  max-width: 670px;
  padding-left: 22px;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 8px;
  width: 2px;
  background:
    linear-gradient(180deg, transparent, var(--accent-bright) 18%, rgba(134, 231, 255, 0.24) 42%, transparent),
    repeating-linear-gradient(180deg, transparent 0 42px, rgba(190, 240, 255, 0.8) 42px 45px, transparent 45px 86px);
  box-shadow: 0 0 18px rgba(134, 231, 255, 0.28);
}

.hero-copy::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 22%;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(190, 240, 255, 0.38);
  background: linear-gradient(135deg, rgba(190, 240, 255, 0.18), rgba(255, 255, 255, 0.03));
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  box-shadow: inset 0 0 18px rgba(134, 231, 255, 0.18), 0 0 26px rgba(134, 231, 255, 0.16);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--accent-bright);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.45;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: balance;
}

h1,
h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 0.96;
}

h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 6.7rem);
  text-shadow: 0 22px 60px rgba(0, 0, 0, 0.66);
}

h2 {
  font-size: 4.8rem;
}

h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.hero-lede,
.section-heading p:not(.eyebrow),
.editorial-copy p,
.limited-copy p,
.prestige-copy p {
  color: rgba(244, 251, 255, 0.72);
  font-size: 1.12rem;
  line-height: 1.8;
}

.hero-lede {
  max-width: 620px;
  margin: 22px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(190, 240, 255, 0.16);
}

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

.button {
  --x: 50%;
  --y: 50%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  overflow: hidden;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transform: translateZ(0);
  transition: transform 280ms var(--ease), border-color 280ms var(--ease), box-shadow 280ms var(--ease);
}

.button::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: radial-gradient(circle at var(--x) var(--y), rgba(255, 255, 255, 0.52), transparent 28%);
  opacity: 0;
  transition: opacity 250ms var(--ease);
}

.button span,
.button {
  isolation: isolate;
}

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

.button:hover::before {
  opacity: 1;
}

.button-primary {
  color: #020c1e;
  background: linear-gradient(135deg, var(--cta-accent-bright) 0%, var(--cta-accent) 46%, #0b7fc0 100%);
  box-shadow: 0 18px 48px rgba(134, 231, 255, 0.22), 0 0 28px rgba(134, 231, 255, 0.12);
}

.button-secondary {
  color: var(--cream);
  border: 1px solid var(--line-strong);
  background: linear-gradient(135deg, rgba(223, 251, 255, 0.08), rgba(10, 47, 102, 0.16));
  backdrop-filter: blur(14px);
}

.button-xl {
  min-height: 68px;
  padding-inline: clamp(28px, 6vw, 62px);
}

.hero-stage {
  position: relative;
  min-width: 0;
  min-height: clamp(500px, 62vw, 760px);
  width: 100%;
  padding-right: clamp(18px, 3vw, 56px);
  overflow: visible;
  display: grid;
  place-items: center;
  perspective: 1000px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  width: min(74vw, 920px);
  height: min(42vw, 520px);
  border-radius: 50%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(134, 231, 255, 0.2), transparent 55%),
    radial-gradient(circle at 54% 60%, rgba(244, 251, 255, 0.1), transparent 48%);
  filter: blur(24px);
  opacity: 0.85;
}

.hero-stage::after {
  content: "";
  position: absolute;
  width: min(58vw, 760px);
  height: 24px;
  bottom: 13%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
  filter: blur(24px);
  pointer-events: none;
}

.stage-blade {
  display: none;
  position: absolute;
  z-index: 3;
  width: min(33vw, 380px);
  height: 2px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(223, 251, 255, 0.95), rgba(134, 231, 255, 0.3), transparent);
  box-shadow: 0 0 24px rgba(190, 240, 255, 0.42);
}

.stage-blade::after {
  content: "";
  position: absolute;
  right: 9%;
  top: -7px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #dffbff, #3ab8e8);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 20px rgba(190, 240, 255, 0.7);
}

.blade-one {
  top: 26%;
  right: 7%;
  transform: rotate(-21deg);
}

.blade-two {
  left: 3%;
  bottom: 24%;
  transform: rotate(17deg);
}

.hero-watch {
  position: relative;
  z-index: 2;
  width: min(100%, 760px);
  max-width: 100%;
  aspect-ratio: auto;
  justify-self: center;
  margin-left: 0;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
  filter:
    contrast(1.08)
    saturate(0.98)
    drop-shadow(0 30px 55px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 42px rgba(93, 173, 213, 0.14));
  animation: floatWatch 8s var(--ease) infinite;
  background: transparent;
  clip-path: none;
  box-shadow: none;
}

.hero-lineup {
  padding: 0;
}

.stage-halo,
.orbit-ring,
.spec-pill {
  display: none;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(134, 231, 255, 0.32);
  border-radius: 50%;
  transform: rotateX(62deg) rotateZ(-20deg);
}

.ring-one {
  width: 78%;
  aspect-ratio: 1;
  animation: slowSpin 22s linear infinite;
}

.ring-two {
  width: 55%;
  aspect-ratio: 1;
  border-style: dashed;
  animation: slowSpin 16s linear reverse infinite;
}

.spec-pill {
  position: absolute;
  z-index: 3;
  max-width: 250px;
  padding: 13px 17px;
  border: 1px solid rgba(190, 240, 255, 0.26);
  border-radius: 0;
  color: rgba(244, 251, 255, 0.82);
  background:
    linear-gradient(135deg, rgba(190, 240, 255, 0.13), transparent 38%),
    rgba(8, 8, 8, 0.66);
  backdrop-filter: blur(16px);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: var(--shadow);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.spec-top {
  top: 15%;
  right: 6%;
}

.spec-bottom {
  left: 4%;
  bottom: 17%;
}

.hero-ticker {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 22px auto 0;
  display: flex;
  gap: 12px;
  overflow: hidden;
  color: rgba(244, 251, 255, 0.58);
  mask-image: linear-gradient(90deg, transparent, black 10%, black 90%, transparent);
}

.hero-ticker span {
  flex: 0 0 auto;
  padding: 10px 18px;
  border: 1px solid rgba(190, 240, 255, 0.14);
  border-radius: 0;
  background:
    linear-gradient(135deg, rgba(190, 240, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: ticker 22s linear infinite;
}

.section-heading {
  width: min(980px, 100%);
  margin-bottom: clamp(34px, 6vw, 74px);
}

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

.timeline-card,
.stat-card,
.material-card,
.product-panel,
.boutique-panel {
  border: 1px solid rgba(174, 237, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(223, 251, 255, 0.09), rgba(10, 47, 102, 0.08)),
    rgba(2, 12, 30, 0.36);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.timeline-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  border-radius: 8px;
}

.timeline-card::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 28px;
  right: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.timeline-index {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
}

.timeline-card p,
.material-card p,
.product-panel span,
.boutique-panel span,
.site-footer p {
  color: rgba(244, 251, 255, 0.66);
  line-height: 1.7;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.stat-card {
  min-height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
}

.stat-card strong {
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.stat-card span {
  color: rgba(244, 251, 255, 0.66);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.stat-link {
  border-color: var(--line-strong);
  background:
    radial-gradient(circle at 22% 16%, rgba(134, 231, 255, 0.24), rgba(223, 251, 255, 0.04)),
    linear-gradient(135deg, rgba(10, 47, 102, 0.16), rgba(255, 255, 255, 0.03));
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(340px, 1fr);
  align-items: center;
  gap: clamp(28px, 7vw, 95px);
}

.editorial-copy {
  max-width: 620px;
}

.feature-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 240, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(134, 231, 255, 0.12), transparent 60%),
    linear-gradient(145deg, #08162d, #020817);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.feature-image img {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: contain;
  background: radial-gradient(circle at 50% 54%, rgba(8, 22, 45, 0) 0%, rgba(2, 8, 23, 0.82) 100%);
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.feature-image:hover img {
  transform: scale(1.05);
  filter: saturate(0.92) contrast(1.08);
}

.feature-image figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(14px);
  font-size: 0.75rem;
  font-weight: 700;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(30px, 5vw, 70px);
}

.product-panel {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(190, 240, 255, 0.14);
  background:
    radial-gradient(circle at 50% 40%, rgba(134, 231, 255, 0.1), transparent 55%),
    linear-gradient(160deg, #08162d, #020817);
}

.product-panel img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: contain;
  transition: transform 800ms var(--ease);
}

.product-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.78));
}

.product-panel:hover img {
  transform: scale(1.07);
}

.product-panel div {
  position: absolute;
  inset: auto 22px 22px;
  z-index: 2;
}

.product-panel span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.craft {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 24%, rgba(134, 231, 255, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(2, 8, 23, 0), rgba(7, 22, 44, 0.32) 54%, rgba(2, 8, 23, 0));
}

.craft::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 54%, rgba(174, 237, 255, 0.08) 54% 54.2%, transparent 54.2%),
    repeating-linear-gradient(90deg, transparent 0 88px, rgba(174, 237, 255, 0.035) 88px 89px, transparent 89px 176px);
  mask-image: linear-gradient(180deg, transparent, black 18%, black 76%, transparent);
}

.split-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(34px, 6vw, 72px);
}

.split-heading > div {
  max-width: 930px;
}

.craft-intro {
  max-width: 720px;
  margin: 22px 0 0;
  color: rgba(244, 251, 255, 0.68);
  font-size: 1.04rem;
  line-height: 1.75;
}

.material-board {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.material-card {
  position: relative;
  min-height: 320px;
  padding: 24px;
  overflow: hidden;
  border-radius: 8px;
}

.material-card h3,
.material-card p,
.material-card .bar,
.material-card small {
  position: relative;
  z-index: 1;
}

.material-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 1px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

.material-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 128px;
  aspect-ratio: 1;
  border: 1px solid rgba(174, 237, 255, 0.14);
  transform: rotate(45deg);
}

.material-index {
  display: inline-flex;
  margin-bottom: 22px;
  color: rgba(223, 251, 255, 0.42);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.65rem;
  line-height: 1;
}

.material-dot {
  position: absolute;
  top: 24px;
  right: 24px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  clip-path: polygon(28% 0, 72% 0, 100% 28%, 100% 72%, 72% 100%, 28% 100%, 0 72%, 0 28%);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.14), 0 0 34px rgba(134, 231, 255, 0.12);
}

.edge-swatch {
  background:
    linear-gradient(135deg, rgba(134, 231, 255, 0.48), rgba(2, 8, 23, 0.1)),
    repeating-linear-gradient(45deg, #111, #111 5px, #343434 5px, #343434 10px);
}

.color-swatch {
  background:
    radial-gradient(circle at 36% 32%, rgba(255, 96, 148, 0.78), transparent 32%),
    linear-gradient(135deg, #1d5f8a, #08162d);
}

.profile-swatch {
  background: linear-gradient(135deg, #d9dde0, #5d656a 48%, #171a1c);
}

.stance-swatch {
  background:
    radial-gradient(circle at 35% 30%, rgba(223, 251, 255, 0.42), transparent 28%),
    radial-gradient(circle at 35% 30%, #1b1b1b, #030303);
}

.bar {
  height: 6px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.bar span {
  display: block;
  width: var(--value);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b7fc0, var(--accent), var(--accent-bright));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1200ms var(--ease);
}

.is-visible .bar span {
  transform: scaleX(1);
}

.material-card small {
  display: inline-flex;
  margin-top: 14px;
  color: rgba(223, 251, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.craft-map {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid rgba(174, 237, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(115deg, rgba(2, 8, 23, 0.86) 0 32%, rgba(8, 32, 66, 0.38) 32% 50%, rgba(2, 8, 23, 0.82) 50% 100%),
    radial-gradient(circle at 50% 45%, rgba(134, 231, 255, 0.16), transparent 24rem),
    linear-gradient(145deg, rgba(223, 251, 255, 0.07), rgba(10, 47, 102, 0.04));
}

.craft-map::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(174, 237, 255, 0.09);
  pointer-events: none;
}

.craft-map-copy {
  position: absolute;
  left: clamp(22px, 4vw, 46px);
  top: clamp(22px, 4vw, 46px);
  z-index: 2;
  max-width: 300px;
}

.craft-map-copy span {
  color: var(--accent-bright);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.craft-map-copy p {
  margin: 10px 0 0;
  color: rgba(244, 251, 255, 0.72);
  line-height: 1.65;
}

.map-watch {
  width: min(500px, 78vw);
  overflow: hidden;
  border: 1px solid rgba(190, 240, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(134, 231, 255, 0.12), transparent 60%),
    linear-gradient(145deg, #08162d, #020817);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42);
}

.map-watch img {
  width: 100%;
  aspect-ratio: 0.86 / 1;
  object-fit: contain;
}

.map-point {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: rgba(244, 251, 255, 0.86);
  background: rgba(3, 12, 28, 0.72);
  backdrop-filter: blur(14px);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.map-point span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent-bright);
  box-shadow: 0 0 18px var(--accent);
}

.point-one {
  top: 25%;
  left: 14%;
}

.point-two {
  right: 12%;
  top: 33%;
}

.point-three {
  left: 18%;
  bottom: 22%;
}

.limited-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.86fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.limited-media {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: end;
  gap: 18px;
}

.limited-media img {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: contain;
  border: 1px solid rgba(190, 240, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(134, 231, 255, 0.1), transparent 60%),
    linear-gradient(145deg, #08162d, #020817);
  box-shadow: var(--shadow);
}

.limited-media img:nth-child(2) {
  transform: translateY(56px);
}

.limited-copy {
  max-width: 620px;
}

.collection-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.collection-tags span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(244, 251, 255, 0.7);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(190px, 18vw);
  gap: 18px;
}

.masonry-item {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(190, 240, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 46%, rgba(134, 231, 255, 0.09), transparent 60%),
    linear-gradient(145deg, #08162d, #020817);
  box-shadow: var(--shadow);
  transform-style: preserve-3d;
}

.masonry-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.masonry-item:hover img {
  transform: scale(1.08);
  filter: contrast(1.08) saturate(0.95);
}

.masonry-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(134, 231, 255, 0.18), transparent 34%);
  opacity: 0;
  transition: opacity 260ms var(--ease);
}

.masonry-item:hover::after {
  opacity: 1;
}

.masonry-item.tall {
  grid-row: span 2;
}

.masonry-item.wide {
  grid-column: span 2;
}

.prestige-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(320px, 1fr);
  gap: clamp(24px, 6vw, 80px);
  align-items: end;
}

.prestige-copy {
  max-width: 760px;
}

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

.prestige-metrics div {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid rgba(174, 237, 255, 0.16);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(223, 251, 255, 0.08), rgba(10, 47, 102, 0.1));
}

.prestige-metrics strong {
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 500;
}

.prestige-metrics span {
  color: rgba(244, 251, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.boutique-panel {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(22px, 4vw, 44px);
  border-radius: 8px;
  border-color: var(--line-strong);
  background:
    radial-gradient(circle at 18% 40%, rgba(134, 231, 255, 0.22), transparent 20rem),
    linear-gradient(135deg, rgba(223, 251, 255, 0.09), rgba(10, 47, 102, 0.06));
}

.boutique-panel strong {
  color: var(--accent-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  font-weight: 500;
}

.boutique-panel em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  color: #020c1e;
  background: var(--accent-bright);
  font-style: normal;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-cta {
  min-height: 92svh;
  display: grid;
  place-items: center;
  padding: clamp(86px, 10vw, 150px) clamp(20px, 6vw, 88px);
  text-align: center;
  background:
    linear-gradient(rgba(2, 8, 23, 0.72), rgba(2, 8, 23, 0.86)),
    radial-gradient(circle at 50% 44%, rgba(134, 231, 255, 0.24), transparent 26rem),
    url("assets-optimized/final-cta-bg.webp") center / cover fixed;
}

.final-inner {
  width: min(1120px, 100%);
}

.final-cta h2 {
  display: grid;
  gap: 6px;
  margin-bottom: 38px;
  font-size: 7rem;
}

.final-cta h2 span:nth-child(2) {
  color: transparent;
  -webkit-text-stroke: 1px rgba(223, 251, 255, 0.76);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(34px, 6vw, 78px) clamp(20px, 6vw, 88px) 30px;
  border-top: 1px solid rgba(174, 237, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(7, 22, 44, 0.78), rgba(2, 8, 23, 0.98)),
    radial-gradient(circle at 18% 8%, rgba(134, 231, 255, 0.16), transparent 22rem),
    #020817;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: clamp(20px, 6vw, 88px);
  right: clamp(20px, 6vw, 88px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 251, 255, 0.72), transparent);
}

.footer-shell {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(26px, 4vw, 48px);
}

.footer-topline,
.footer-main,
.footer-bottom {
  display: grid;
  align-items: center;
  gap: 22px;
}

.footer-topline {
  grid-template-columns: minmax(220px, 1fr) minmax(280px, auto);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  color: var(--cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-monogram {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(223, 251, 255, 0.56);
  color: var(--accent-bright);
  background:
    linear-gradient(135deg, rgba(223, 251, 255, 0.2), rgba(134, 231, 255, 0.05)),
    rgba(2, 8, 23, 0.72);
  clip-path: polygon(28% 0, 72% 0, 100% 28%, 100% 72%, 72% 100%, 28% 100%, 0 72%, 0 28%);
  font-size: 0.82rem;
  font-weight: 900;
  box-shadow: inset 0 0 18px rgba(134, 231, 255, 0.16), 0 0 28px rgba(134, 231, 255, 0.14);
}

.footer-store {
  display: grid;
  justify-items: end;
  gap: 7px;
  padding: 14px 18px;
  border: 1px solid rgba(174, 237, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(134, 231, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(2, 12, 30, 0.52);
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}

.footer-store span,
.footer-statement span,
.footer-signals span,
.footer-bottom {
  color: rgba(244, 251, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-store strong {
  color: var(--accent-bright);
  font-size: clamp(1rem, 1.8vw, 1.45rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.footer-main {
  grid-template-columns: minmax(280px, 0.92fr) auto minmax(230px, 0.5fr);
  align-items: end;
  padding: clamp(24px, 4vw, 42px) 0;
  border-block: 1px solid rgba(174, 237, 255, 0.12);
}

.footer-statement {
  max-width: 560px;
}

.footer-statement p {
  margin: 12px 0 0;
  color: rgba(244, 251, 255, 0.78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 3.15rem);
  line-height: 1.02;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(104px, 1fr));
  gap: 8px;
}

.footer-nav a {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 0 15px;
  border: 1px solid rgba(174, 237, 255, 0.16);
  color: rgba(244, 251, 255, 0.72);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 220ms var(--ease), border-color 220ms var(--ease), background 220ms var(--ease);
}

.footer-nav a:hover {
  border-color: rgba(134, 231, 255, 0.46);
  color: var(--accent-bright);
  background: rgba(134, 231, 255, 0.08);
}

.footer-signals {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.footer-signals span {
  width: fit-content;
  padding: 8px 0 8px 18px;
  border-left: 1px solid rgba(134, 231, 255, 0.42);
}

.footer-bottom {
  grid-template-columns: 1fr auto;
  color: rgba(244, 251, 255, 0.5);
}

.footer-bottom a {
  color: var(--accent-bright);
}

.footer-wordmark {
  position: absolute;
  left: 50%;
  bottom: -0.22em;
  z-index: 0;
  width: max-content;
  color: transparent;
  -webkit-text-stroke: 1px rgba(223, 251, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(5rem, 18vw, 17rem);
  line-height: 0.8;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transform: translateX(-50%);
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(36px) scale(0.98);
  transition: opacity 900ms var(--ease), transform 900ms var(--ease);
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes floatWatch {
  0%,
  100% {
    transform: translateY(0) rotateZ(-2deg);
  }
  50% {
    transform: translateY(-18px) rotateZ(2deg);
  }
}

@keyframes pulseFrame {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.985) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.015) rotate(1deg);
  }
}

@keyframes headerShine {
  0%,
  38% {
    left: -22%;
    opacity: 0;
  }
  48% {
    opacity: 1;
  }
  62%,
  100% {
    left: 116%;
    opacity: 0;
  }
}

@keyframes slowSpin {
  to {
    transform: rotateX(62deg) rotateZ(340deg);
  }
}

@keyframes ticker {
  to {
    transform: translateX(calc(-100% - 12px));
  }
}

@media (max-width: 1180px) {
  .hero-grid {
    width: min(960px, 100%);
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-stage {
    min-height: clamp(390px, 56vw, 580px);
    padding-inline: clamp(16px, 4vw, 42px);
  }

  .hero-watch {
    width: min(100%, 720px);
  }
}

@media (max-width: 1080px) {
  h1 {
    font-size: clamp(3.6rem, 8vw, 5.8rem);
  }

  h2 {
    font-size: 4rem;
  }

  .stat-card strong,
  .prestige-metrics strong {
    font-size: 3.5rem;
  }

  .boutique-panel strong {
    font-size: 2.75rem;
  }

  .final-cta h2 {
    font-size: 5.4rem;
  }

  .hero-grid,
  .editorial-grid,
  .limited-layout,
  .prestige-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    min-height: 420px;
  }

  .hero-cut-left {
    left: -28vw;
  }

  .hero-cut-right {
    right: -26vw;
  }

  .hero-spikes span:nth-child(1) {
    left: 58%;
  }

  .hero-spikes span:nth-child(2) {
    right: 6%;
  }

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

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

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

  .footer-store,
  .footer-signals {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .site-header {
    top: 10px;
    left: 10px;
    right: 10px;
    width: min(calc(100% - 20px), 370px);
    min-height: 58px;
    padding: 8px 10px 8px 12px;
    border-radius: 24px;
    align-items: center;
    transform: none;
  }

  .site-header::after {
    left: 64px;
    right: 120px;
    bottom: 7px;
  }

  .main-nav {
    display: none;
  }

  .nav-cta {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 0.68rem;
    flex: 0 0 auto;
  }

  .nav-cta::after {
    display: none;
  }

  .brand-mark {
    font-size: 0.7rem;
    gap: 9px;
    min-height: 40px;
    padding-right: 0;
  }

  .brand-mark::after {
    display: none;
  }

  .brand-symbol {
    width: 38px;
    height: 38px;
  }

  .hero {
    padding-top: 104px;
  }

  .hero-grid {
    width: min(calc(100vw - 32px), 420px);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  h1 {
    max-width: 100%;
    font-size: 3rem;
    overflow-wrap: break-word;
  }

  h2 {
    font-size: 2.8rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  .hero-lede,
  .section-heading p:not(.eyebrow),
  .editorial-copy p,
  .limited-copy p,
  .prestige-copy p {
    font-size: 1rem;
  }

  .stat-card strong,
  .prestige-metrics strong {
    font-size: 3.1rem;
  }

  .boutique-panel strong {
    font-size: 2.1rem;
  }

  .final-cta h2 {
    font-size: 3.35rem;
  }

  .eyebrow {
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .hero-stage {
    min-height: 360px;
    width: 100%;
    padding-inline: 0;
    overflow: visible;
    place-items: center;
  }

  .hero-watch {
    width: min(100%, 390px);
    max-width: 100%;
    aspect-ratio: auto;
    margin: 10px auto 0;
    object-fit: contain;
    object-position: center;
  }

  .hero-lineup {
    padding: 0;
  }

  .hero-copy {
    padding-left: 0;
  }

  .hero-copy::before,
  .hero-copy::after,
  .hero-cut,
  .hero-spikes {
    display: none;
  }

  .stage-blade {
    width: 170px;
  }

  .blade-one {
    top: 12%;
    right: -18px;
  }

  .blade-two {
    left: -20px;
    bottom: 21%;
  }

  .hero-actions,
  .split-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .timeline,
  .stat-grid,
  .product-strip,
  .material-board,
  .prestige-metrics {
    grid-template-columns: 1fr;
  }

  .limited-media {
    grid-template-columns: 1fr;
  }

  .limited-media img:nth-child(2) {
    transform: none;
  }

  .craft-map {
    min-height: 520px;
    place-items: stretch;
  }

  .craft-map-copy {
    position: relative;
    left: auto;
    top: auto;
    max-width: none;
    margin-bottom: 18px;
  }

  .map-watch {
    justify-self: center;
    width: min(100%, 360px);
  }

  .map-point {
    position: static;
    margin: 6px;
    justify-self: stretch;
  }

  .masonry {
    grid-auto-rows: 245px;
  }

  .masonry-item.tall,
  .masonry-item.wide {
    grid-row: span 1;
    grid-column: span 1;
  }

  .boutique-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-cta {
    background-attachment: scroll;
  }

  .site-footer {
    padding-bottom: 24px;
  }

  .footer-topline,
  .footer-main,
  .footer-bottom {
    gap: 18px;
  }

  .footer-store {
    width: 100%;
    justify-items: start;
  }

  .footer-store strong {
    word-break: break-word;
  }

  .footer-nav {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .footer-signals {
    justify-items: stretch;
  }

  .footer-signals span {
    width: 100%;
  }

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

  .footer-wordmark {
    font-size: 4.8rem;
    letter-spacing: 0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  #particle-canvas {
    display: none;
  }
}
