/* ACYLGRAPHIC — Premium motorsport graphics site */

:root {
  --bg-0: #08080a;
  --bg-1: #0e0e11;
  --bg-2: #16161a;
  --bg-3: #1f1f25;
  --line: rgba(255, 255, 255, 0.08);
  --line-2: rgba(255, 255, 255, 0.14);
  --ink: #f4f4f2;
  --ink-2: #c7c7c4;
  --mute: #7a7a80;
  --mute-2: #4f4f56;
  --accent: #a8a8b8;       /* soft grey */
  --accent-2: #2bd4ff;     /* electric blue */
  --accent-rgb: 168, 168, 184;
  --accent-2-rgb: 43, 212, 255;
  --hot: var(--accent);
  --carbon: url("#carbon");

  --f-display: "Big Shoulders Display", "Saira Condensed", "Impact", sans-serif;
  --f-sans: "Space Grotesk", system-ui, sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { overflow-x: hidden; max-width: 100vw; }
html, body { background: var(--bg-0); color: var(--ink); font-family: var(--f-sans); -webkit-font-smoothing: antialiased; }
body { overflow-x: hidden; max-width: 100vw; cursor: none; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; cursor: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: none; }
.real-bike-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ---------- Background grid + carbon ---------- */
.bg-stack {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
}
.bg-stack::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,0.035) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(to bottom, rgba(255,255,255,0.035) 1px, transparent 1px) 0 0 / 80px 80px;
  mask-image: radial-gradient(ellipse 90% 70% at 50% 30%, #000 30%, transparent 80%);
}
.bg-stack::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(var(--accent-rgb), 0.12), transparent 35%),
    radial-gradient(circle at 80% 90%, rgba(var(--accent-2-rgb), 0.08), transparent 40%);
}
.noise {
  position: fixed; inset: 0; z-index: 2; pointer-events: none; opacity: 0.06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='0.85'/></svg>");
}

/* ---------- Custom cursor ---------- */
.cursor-dot, .cursor-ring {
  position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  will-change: transform;
}
.cursor-dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 12px var(--accent);
}
.cursor-ring {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.4); border-radius: 50%;
  transition: width .2s ease, height .2s ease, border-color .2s ease, background .2s ease;
  mix-blend-mode: difference;
}
.cursor-ring.hover { width: 64px; height: 64px; border-color: var(--accent); background: rgba(var(--accent-rgb), 0.08); }

/* ---------- ACYL Logo ---------- */
.acyl-logo {
  display: flex; align-items: center;
  animation: logo-mount 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: opacity 0.2s ease;
}
.acyl-logo:hover { opacity: 0.82; }
.acyl-logo img { display: block; width: auto; height: auto; object-fit: contain; user-select: none; }
.acyl-logo--nav  { height: 56px; width: auto; }
.acyl-logo--nav img  { height: 56px; width: auto; }
.acyl-logo--footer { height: 90px; width: auto; }
.acyl-logo--footer img { height: 90px; width: auto; }
@keyframes logo-mount {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: none; }
}

/* ---------- Splash ---------- */
.splash {
  position: fixed; inset: 0; z-index: 9999;
  background: #0a0a0a;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  overflow: hidden;
  transition: transform 0.55s cubic-bezier(0.7, 0, 0.3, 1);
}
.splash[data-done="true"] {
  transform: translateY(-100%);
  pointer-events: none;
}
.splash-content {
  display: flex; align-items: center; justify-content: center;
  position: relative; z-index: 2;
}
.splash-logo {
  width: 340px; height: auto;
  object-fit: contain; display: block;
  animation: splash-logo-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.splash-bar-wrap {
  position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
  width: 200px; height: 1px; background: rgba(255,255,255,0.1);
  overflow: hidden;
}
.splash-bar-fill {
  height: 100%; background: #fff;
  transform: scaleX(0); transform-origin: left;
  animation: splash-bar-fill 1.4s cubic-bezier(0.7, 0, 0.2, 1) 0.4s forwards;
}
@keyframes splash-logo-in {
  from { opacity: 0; transform: scale(0.92); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes splash-bar-fill {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  z-index: 50; width: min(1280px, calc(100% - 36px));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 12px 18px;
  background: rgba(10, 10, 12, 0.55);
  border: 1px solid var(--line);
  border-radius: 999px;
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.nav-brand { display: flex; align-items: center; gap: 10px; font-family: var(--f-display); font-weight: 900; font-stretch: 75%; font-size: 22px; letter-spacing: 0.04em; }
.nav-brand .logo-glyph {
  width: 26px; height: 26px; display: grid; place-items: center;
  background: var(--accent); color: #000; font-family: var(--f-mono); font-weight: 700; font-size: 14px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.nav-links { display: flex; gap: 4px; }
.nav-links a {
  padding: 8px 16px; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 999px; color: var(--ink-2); position: relative;
  transition: color .2s ease, background .2s ease;
}
.nav-links a:hover { color: var(--ink); background: rgba(255,255,255,0.06); }
.nav-links a.active { color: var(--ink); background: rgba(var(--accent-rgb), 0.12); }
.nav-links a.active::after { content: ""; position: absolute; left: 50%; bottom: 2px; transform: translateX(-50%); width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 8px var(--accent); }
.nav-right { display: flex; gap: 10px; justify-content: flex-end; align-items: center; }
.nav-mini { font-family: var(--f-mono); font-size: 11px; color: var(--mute); letter-spacing: 0.12em; }
.lang-switch {
  display: inline-flex; align-items: center; padding: 2px;
  border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,.035);
}
.lang-switch button {
  min-width: 32px; height: 28px; border-radius: 999px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em;
  color: var(--mute); transition: background .2s ease, color .2s ease;
}
.lang-switch button.active { background: var(--accent); color: #08080a; }
.nav-cart {
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  display: flex; gap: 8px; align-items: center; font-family: var(--f-mono); font-size: 12px;
  letter-spacing: 0.08em;
}
.nav-cart i { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 8px var(--accent); }

/* ---------- General layout ---------- */
section { position: relative; z-index: 1; }
.section-pad { padding: 120px 36px; max-width: 1440px; margin: 0 auto; }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase;
  color: var(--mute);
}
.kicker .dot { width: 6px; height: 6px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 8px var(--accent); animation: dot-beat 2.4s ease-in-out infinite; }
@keyframes dot-beat { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.55); opacity: 0.75; } }
.eyebrow { font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.3em; color: var(--mute); text-transform: uppercase; }
.h-display {
  font-family: var(--f-display); font-weight: 800; font-stretch: 75%;
  font-size: clamp(56px, 11vw, 200px); line-height: 0.82; letter-spacing: -0.01em; text-transform: uppercase;
}
.h-mid {
  font-family: var(--f-display); font-weight: 800; font-stretch: 75%;
  font-size: clamp(38px, 6vw, 96px); line-height: 0.88; letter-spacing: 0; text-transform: uppercase;
}

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100vh; padding: 140px 36px 80px; overflow: hidden; }
.hero-grid {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 60px 60px,
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 60px 60px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, #000 20%, transparent 75%);
}
.hero-glow {
  position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%);
  width: 80vw; height: 80vw; max-width: 1100px; max-height: 1100px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.28), transparent 60%);
  filter: blur(40px);
  z-index: 0;
  animation: pulse-glow 4s ease-in-out infinite;
}
@keyframes pulse-glow { 0%, 100% { opacity: 0.8; transform: translate(-50%, -50%) scale(1); } 50% { opacity: 1; transform: translate(-50%, -50%) scale(1.05); } }

.hero-inner { position: relative; z-index: 2; max-width: 1440px; margin: 0 auto; }
.hero-top {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px dashed var(--line);
}
.hero-top-left { display: flex; flex-direction: column; gap: 8px; }
.hero-top-right { display: flex; gap: 28px; align-items: flex-end; }
.hud-stat { display: flex; flex-direction: column; gap: 2px; }
.hud-stat .v { font-family: var(--f-mono); font-size: 18px; color: var(--ink); }
.hud-stat .l { font-family: var(--f-mono); font-size: 10px; color: var(--mute); letter-spacing: 0.2em; text-transform: uppercase; }

.hero-title-row { display: grid; grid-template-columns: 1fr; gap: 0; align-items: end; }
.hero-title {
  font-family: var(--f-display); font-weight: 900; font-stretch: 75%;
  font-size: clamp(72px, 13vw, 240px); line-height: 0.85; letter-spacing: -0.015em; text-transform: uppercase;
  display: flex; flex-direction: column; gap: 0.15em;
}
.hero-title .l1, .hero-title .l2, .hero-title .l3 { display: block; }
.hero-title .outlined {
  color: transparent; -webkit-text-stroke: 2px var(--ink-2);
}
.hero-title .red { color: var(--accent); }
.hero-sub-row {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 36px; margin-top: 38px;
  padding-top: 24px; border-top: 1px solid var(--line);
}
.hero-lede { font-size: 16px; line-height: 1.5; color: var(--ink-2); max-width: 38ch; }
.hero-lede strong { color: var(--ink); font-weight: 500; }
.hero-spec { display: flex; flex-direction: column; gap: 10px; }
.hero-spec .label { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--mute); text-transform: uppercase; }
.hero-spec .value { font-family: var(--f-display); font-stretch: 75%; font-weight: 800; font-size: 30px; text-transform: uppercase; }
.hero-spec .row { display: flex; gap: 6px; align-items: center; }
.hero-spec .pip { width: 10px; height: 14px; background: var(--accent); }
.hero-spec .pip.dim { background: rgba(var(--accent-rgb), 0.2); }

.hero-cta-row { display: flex; gap: 14px; margin-top: 34px; align-items: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 26px;
  border: 1px solid var(--line-2);
  background: rgba(255,255,255,0.02);
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink); position: relative; overflow: hidden;
  transition: background .25s ease, border-color .25s ease, color .25s ease, transform .15s ease;
}
.btn:hover { background: rgba(255,255,255,0.06); border-color: var(--ink-2); }
.btn .arrow { width: 16px; height: 12px; position: relative; transition: transform .3s ease; }
.btn .arrow::before, .btn .arrow::after { content: ""; position: absolute; background: currentColor; }
.btn .arrow::before { left: 0; right: 0; top: 50%; height: 1.5px; transform: translateY(-50%); }
.btn .arrow::after { right: 0; top: 50%; width: 8px; height: 1.5px; transform: translateY(-50%) rotate(45deg); transform-origin: right; }
.btn:hover .arrow { transform: translateX(4px); }
.btn-primary { background: var(--accent); color: #08080a; border-color: var(--accent); }
.btn-primary:hover { background: #c0c0d0; border-color: #c0c0d0; box-shadow: 0 12px 40px -10px rgba(var(--accent-rgb), 0.6); transform: translateY(-2px); }
.btn-ghost { background: transparent; }

.hero-bike-wrap {
  position: relative; margin-top: 60px; height: 520px;
}
.hero-bike-stage {
  position: relative; width: 100%; height: 100%;
}
.hero-bike-floor {
  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);
  width: 80%; height: 220px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(var(--accent-rgb), 0.5), transparent 60%);
  filter: blur(20px); opacity: 0.7;
}
.hero-bike-rings {
  position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 90%; height: 60%;
}
.hero-bike-rings .ring {
  position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 50%);
  border-radius: 50%; border: 1px solid var(--line-2);
}
.hero-bike-rings .ring:nth-child(1) { width: 60%; height: 80%; border-color: rgba(var(--accent-rgb), 0.4); }
.hero-bike-rings .ring:nth-child(2) { width: 90%; height: 110%; border-color: var(--line); }
.hero-bike-rings .ring:nth-child(3) { width: 130%; height: 150%; border-color: rgba(255,255,255,0.04); }
.hero-bike-svg-wrap {
  position: absolute; inset: 0; display: grid; place-items: center;
}
.hero-bike-svg-wrap svg { width: 90%; max-width: 1100px; height: auto; }
.hero-bike-svg-wrap.ghost {
  opacity: 0.13; mix-blend-mode: screen; filter: blur(.2px) saturate(130%);
  pointer-events: none;
}
.hero-bike-photo-wrap {
  position: absolute; inset: -1% -2% -3%;
  display: grid; place-items: center; overflow: hidden;
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
  background:
    radial-gradient(circle at 58% 50%, rgba(255,255,255,.98), rgba(238,242,246,.9) 48%, rgba(158,174,192,.36) 74%, rgba(8,8,10,.84) 100%);
  box-shadow: 0 50px 130px rgba(0,0,0,.68), inset 0 0 0 1px rgba(255,255,255,.16);
}
.hero-bike-photo {
  object-fit: contain;
  object-position: center;
  padding: clamp(6px, 1.5vw, 18px);
  filter: contrast(1.06) saturate(1.12) drop-shadow(0 34px 42px rgba(0,0,0,.42));
  transform: scale(1.02) translateY(-14%);
}
.hero-bike-photo-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8,8,10,.74), rgba(8,8,10,.08) 18%, rgba(8,8,10,.03) 68%, rgba(8,8,10,.64)),
    linear-gradient(180deg, rgba(255,255,255,.12), transparent 44%, rgba(8,8,10,.72)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.035) 0 1px, transparent 1px 18px);
  mix-blend-mode: multiply;
}
.hero-bike-photo-wrap::after {
  content: "BMW S1000RR · REAL BIKE MOCKUP";
  position: absolute; left: 24px; bottom: 22px;
  font-family: var(--f-mono); font-size: 10px; color: var(--ink-2);
  letter-spacing: .22em; text-transform: uppercase;
}
.hero-bike-tag {
  position: absolute; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mute);
  display: flex; flex-direction: column; gap: 2px;
}
.hero-bike-tag::before { content: ""; display: block; width: 30px; height: 1px; background: var(--accent); margin-bottom: 6px; }
.hero-bike-tag .v { color: var(--ink); font-size: 12px; }
.hero-bike-tag.t1 { top: 12%; left: 8%; }
.hero-bike-tag.t2 { top: 28%; right: 8%; }
.hero-bike-tag.t3 { bottom: 22%; left: 14%; }
.hero-bike-tag.t4 { bottom: 28%; right: 12%; }
.hero-bike-photo-wrap::after { content: "YAMAHA R7 / ACYL CUSTOM MOCKUP"; }

.hero-marquee {
  position: relative; margin-top: 30px; overflow: hidden;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.hero-marquee-track {
  display: flex; gap: 60px; white-space: nowrap; animation: marquee 30s linear infinite;
  font-family: var(--f-display); font-weight: 800; font-stretch: 75%; font-size: 28px; text-transform: uppercase; letter-spacing: 0.04em;
  color: var(--mute);
}
.hero-marquee-track span { display: inline-flex; align-items: center; gap: 60px; }
.hero-marquee-track .star { width: 18px; height: 18px; background: var(--accent); clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%); }
.hero-marquee .red { color: var(--accent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.hero-marquee:hover .hero-marquee-track { animation-play-state: paused; cursor: none; }

/* ---------- Featured products ---------- */
.featured { padding: 120px 36px; max-width: 1440px; margin: 0 auto; }
.featured-head {
  display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end;
  border-bottom: 1px solid var(--line); padding-bottom: 30px; margin-bottom: 50px;
}
.featured-head h2 { max-width: 14ch; }
.featured-head .meta { display: flex; flex-direction: column; gap: 6px; text-align: right; }
.featured-tabs { display: flex; gap: 6px; margin-top: 16px; }
.tab {
  padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2);
}
.tab.active { background: var(--accent); color: #08080a; border-color: var(--accent); }
.tab:not(.active):hover { border-color: var(--ink-2); color: var(--ink); }

.product-grid {
  display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px;
}
.product {
  position: relative; overflow: hidden; cursor: none;
  background: var(--bg-1); border: 1px solid var(--line);
  padding: 24px; min-height: 380px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .25s ease;
  isolation: isolate;
}
.product:hover { border-color: var(--line-2); }
.product.size-lg { grid-column: span 6; min-height: 480px; }
.product.size-md { grid-column: span 6; }
.product.size-sm { grid-column: span 4; min-height: 340px; }
.product.size-wide { grid-column: span 8; min-height: 380px; }
.product-tilt { position: absolute; inset: 0; z-index: 0; transition: transform .25s ease; }
.product:hover .product-tilt { transform: scale(1.04); }
.product-tilt .bg-pattern {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 70%, rgba(var(--accent-rgb), 0.18), transparent 50%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.02) 0 1px, transparent 1px 12px);
}
.product-tilt .product-art {
  position: absolute; inset: 10% 5% 15% 5%; display: grid; place-items: center;
}
.product-photo {
  width: 100%; height: 100%; object-fit: cover;
  filter: contrast(1.1) saturate(.95) brightness(.84);
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
}
.product-head { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.product-tag { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--mute); text-transform: uppercase; }
.product-pill { padding: 4px 10px; background: rgba(var(--accent-rgb), 0.15); color: var(--accent); font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; border-radius: 999px; }
.product-foot { position: relative; z-index: 2; }
.product-title { font-family: var(--f-display); font-weight: 800; font-stretch: 75%; font-size: 36px; line-height: 0.92; text-transform: uppercase; margin-bottom: 6px; }
.product-sub { color: var(--ink-2); font-size: 13px; }
.product-price-row { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 16px; border-top: 1px dashed var(--line-2); }
.product-price { font-family: var(--f-mono); font-size: 16px; color: var(--ink); }
.product-price small { color: var(--mute); margin-left: 6px; }
.product-actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.product-detail-link {
  display: inline-flex; align-items: center;
  padding: 8px 12px; border: 1px solid var(--line);
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2); border-radius: 999px; transition: color .2s ease, border-color .2s ease;
}
.product-detail-link:hover { color: var(--ink); border-color: var(--ink-2); }
.product-quick {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px;
  font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
  transition: background .2s ease;
}
.product:hover .product-quick { background: var(--accent); color: #08080a; border-color: var(--accent); }
.product.is-sold-out { opacity: .62; }
.product.is-sold-out .product-quick { pointer-events: none; opacity: .55; }

/* ---------- Product detail ---------- */
.product-detail { position: relative; z-index: 1; padding: 140px 36px 80px; max-width: 1440px; margin: 0 auto; }
.product-detail-empty { min-height: 70vh; display: grid; align-content: center; gap: 24px; }
.product-detail-empty h1 {
  font-family: var(--f-display); font-size: clamp(72px, 14vw, 180px); line-height: .82; text-transform: uppercase;
}
.detail-hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 42px; align-items: stretch; min-height: 620px; }
.detail-copy { border: 1px solid var(--line); padding: 34px; background: rgba(255,255,255,.025); display: flex; flex-direction: column; justify-content: end; }
.detail-copy h1 {
  margin: 28px 0 24px;
  font-family: var(--f-display); font-size: clamp(72px, 12vw, 170px); line-height: .8; text-transform: uppercase;
}
.detail-lede { color: var(--ink-2); font-size: 18px; line-height: 1.55; max-width: 56ch; }
.detail-price-row { display: flex; gap: 14px; align-items: baseline; margin-top: 28px; padding-top: 22px; border-top: 1px dashed var(--line-2); }
.detail-price-row strong { font-family: var(--f-display); font-size: 54px; line-height: .9; color: var(--accent); }
.detail-price-row s, .detail-price-row span { font-family: var(--f-mono); color: var(--mute); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.detail-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.detail-media { position: relative; overflow: hidden; min-height: 620px; background: #f4f4f2; clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); }
.detail-media img, .detail-media svg { width: 100%; height: 100%; object-fit: contain; padding: 28px; filter: contrast(1.08) saturate(1.04); }
.detail-media-grid { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(8,8,10,.75), transparent 22%, transparent 70%, rgba(8,8,10,.65)), repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 1px, transparent 1px 15px); mix-blend-mode: multiply; }
.detail-body { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 16px; margin-top: 18px; }
.detail-panel { border: 1px solid var(--line); background: var(--bg-1); padding: 26px; min-height: 260px; }
.detail-panel p { color: var(--ink-2); line-height: 1.6; margin-top: 18px; }
.detail-panel ul { list-style: none; display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
.detail-panel li { color: var(--ink); font-family: var(--f-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 1px dashed var(--line); }
.gallery-panel > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.gallery-panel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: contrast(1.05) saturate(.95); }
.detail-related { margin-top: 110px; }
.detail-related header { display: flex; justify-content: space-between; align-items: end; margin-bottom: 36px; border-bottom: 1px solid var(--line); padding-bottom: 24px; }

.product .corner {
  position: absolute; width: 18px; height: 18px; border: 1px solid var(--accent); z-index: 3;
  opacity: 0; transition: opacity .25s ease;
}
.product:hover .corner { opacity: 1; }
.product .corner.tl { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.product .corner.tr { top: 10px; right: 10px; border-left: 0; border-bottom: 0; }
.product .corner.bl { bottom: 10px; left: 10px; border-right: 0; border-top: 0; }
.product .corner.br { bottom: 10px; right: 10px; border-left: 0; border-top: 0; }

/* ---------- Custom design / workflow ---------- */
.custom { padding: 140px 36px; max-width: 1440px; margin: 0 auto; }
.custom-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: end; margin-bottom: 60px; }
.custom-body { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.compare {
  position: relative; aspect-ratio: 16 / 9;
  background: #000; border: 1px solid var(--line); overflow: hidden;
  isolation: isolate;
  transform: translateX(-30px);
  width: calc(100% + 18px);
  user-select: none; -webkit-user-select: none;
}
.compare-img { position: absolute; inset: 0; display: grid; place-items: center; padding: 0; }
.compare-img.before { background: #000; }
.compare-img.after { background: #000; }
.compare-img.after-clip { clip-path: inset(0 0 0 var(--cx, 50%)); }
.compare-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center;
  filter: none; pointer-events: none; draggable: false;
}
.compare-photo-after { filter: none; }
.compare-decal {
  position: absolute; z-index: 4; background: var(--accent);
  box-shadow: 0 0 28px rgba(var(--accent-rgb), .34);
}
.compare-decal.decal-a {
  width: 44%; height: 42px; left: 20%; top: 45%;
  clip-path: polygon(0 28%, 100% 0, 92% 100%, 4% 78%);
  transform: rotate(-8deg);
}
.compare-decal.decal-b {
  width: 30%; height: 14px; left: 26%; top: 57%;
  background: #fff; opacity: .92;
  clip-path: polygon(0 18%, 100% 0, 96% 100%, 3% 80%);
  transform: rotate(-8deg);
}
.compare-handle {
  position: absolute; top: 0; bottom: 0; width: 2px; background: var(--accent);
  left: var(--cx, 50%); transform: translateX(-50%); z-index: 5; cursor: ew-resize;
}
.compare-handle .knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 44px; height: 44px; background: var(--accent); border-radius: 50%;
  display: grid; place-items: center; color: #08080a; font-family: var(--f-mono); font-size: 11px; letter-spacing: 0.1em;
  box-shadow: 0 0 20px rgba(var(--accent-rgb), 0.5);
}
.compare-label { position: absolute; top: 14px; font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; padding: 6px 10px; background: rgba(0,0,0,0.6); z-index: 6; }
.compare-label.l { left: 14px; }
.compare-label.r { right: 14px; color: var(--accent); border: 1px solid var(--accent); }

.steps { display: flex; flex-direction: column; gap: 0; }
.step { display: grid; grid-template-columns: 100px 1fr auto; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step:first-child { border-top: 1px solid var(--line); }
.step .num { font-family: var(--f-display); font-stretch: 75%; font-weight: 800; font-size: 64px; line-height: 0.8; color: var(--mute-2); transition: color .25s ease; }
.step:hover .num, .step.active .num { color: var(--accent); }
.step h4 { font-family: var(--f-display); font-stretch: 75%; font-weight: 700; font-size: 26px; text-transform: uppercase; margin-bottom: 6px; }
.step p { color: var(--ink-2); font-size: 14px; line-height: 1.55; max-width: 50ch; }
.step .dur { font-family: var(--f-mono); font-size: 11px; color: var(--mute); letter-spacing: 0.14em; text-transform: uppercase; align-self: center; white-space: nowrap; }

/* ---------- Social showcase ---------- */
.social { padding: 140px 36px; max-width: 1440px; margin: 0 auto; }
.social-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 50px; }
.social-platforms { display: flex; gap: 6px; }
.social-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr 0.8fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.social-card {
  position: relative; overflow: hidden; background: var(--bg-1); border: 1px solid var(--line);
  min-height: 280px; transition: border-color .25s ease;
  display: block; color: inherit; text-decoration: none;
}
.social-card.tall { grid-row: span 2; min-height: 580px; }
.social-card:hover { border-color: var(--line-2); }
.social-card:not(.pending) { cursor: none; }
.social-card.pending { cursor: none; }
.social-card .media {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  transition: transform .5s ease;
}
.social-card:hover .media { transform: scale(1.05); }
.social-photo {
  filter: contrast(1.08) saturate(.92) brightness(.78);
}
.social-card:hover .social-photo { filter: contrast(1.15) saturate(1.08) brightness(.9); }
.social-card .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.85) 100%);
}
.social-card .info { position: absolute; left: 14px; right: 14px; bottom: 14px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.social-card .info .h { font-family: var(--f-display); font-stretch: 75%; font-weight: 700; font-size: 18px; text-transform: uppercase; line-height: 1; }
.social-card .info .meta { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; color: var(--ink-2); margin-top: 4px; text-transform: uppercase; }
.social-card .plat {
  position: absolute; top: 14px; left: 14px; padding: 4px 8px; background: rgba(0,0,0,0.6); backdrop-filter: blur(8px);
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  display: flex; align-items: center; gap: 6px;
}
.social-card .plat .icon { width: 10px; height: 10px; background: var(--accent); border-radius: 2px; }
.social-card:not(.pending) .plat::after {
  content: "OPEN"; margin-left: 8px; color: var(--accent);
  font-size: 9px; letter-spacing: .14em;
}
.social-card .num {
  position: absolute; top: 14px; right: 14px; font-family: var(--f-mono); font-size: 10px; color: var(--ink-2); letter-spacing: 0.16em;
}
.social-card .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center;
  backdrop-filter: blur(8px); background: rgba(0,0,0,0.4);
  opacity: 0; transition: opacity .25s ease;
}
.social-card:hover .play { opacity: 1; }
.social-card .play::before { content: ""; border-left: 12px solid var(--ink); border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 3px; }

/* ---------- About designer ---------- */
.about { padding: 140px 36px; max-width: 1440px; margin: 0 auto; position: relative; }
.about-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.about-portrait {
  aspect-ratio: 3 / 4; background: var(--bg-1); border: 1px solid var(--line); position: relative; overflow: hidden;
  transition: transform .5s ease;
}
.about-portrait .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,0.7)); z-index: 2; }
.about-portrait-tag {
  position: absolute; bottom: 24px; left: 24px; right: 24px; z-index: 3;
  display: flex; justify-content: space-between; align-items: flex-end;
}
.about-portrait-tag .nm { font-family: var(--f-display); font-stretch: 75%; font-weight: 800; font-size: 28px; text-transform: uppercase; }
.about-portrait-tag .ro { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.2em; color: var(--accent); text-transform: uppercase; }
.about-corners { position: absolute; inset: 12px; pointer-events: none; z-index: 3; }
.about-corners span { position: absolute; width: 16px; height: 16px; border: 1px solid rgba(255,255,255,0.4); }
.about-corners span:nth-child(1) { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.about-corners span:nth-child(2) { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.about-corners span:nth-child(3) { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.about-corners span:nth-child(4) { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.about-quote { font-family: var(--f-display); font-stretch: 75%; font-weight: 700; font-size: clamp(28px, 4vw, 58px); line-height: 0.94; text-transform: uppercase; margin-bottom: 28px; }
.about-quote em { color: var(--accent); font-style: normal; }
.about-bio { color: var(--ink-2); font-size: 16px; line-height: 1.6; max-width: 52ch; }
.about-bio + .about-bio { margin-top: 18px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); }
.about-stat .v { font-family: var(--f-display); font-stretch: 75%; font-weight: 800; font-size: 44px; line-height: 1; }
.about-stat .v sup { font-size: 0.5em; color: var(--accent); margin-left: 2px; }
.about-stat .l { font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.18em; color: var(--mute); text-transform: uppercase; margin-top: 6px; }

/* ---------- Testimonials ---------- */
.testimonials { padding: 120px 36px; max-width: 1440px; margin: 0 auto; }
.test-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; margin-bottom: 50px; }
.test-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.test-card {
  background: var(--bg-1); border: 1px solid var(--line); padding: 30px;
  display: flex; flex-direction: column; gap: 22px; min-height: 320px;
  position: relative; overflow: hidden;
  transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .25s ease, box-shadow .3s ease;
}
.test-card:hover { transform: translateY(-5px); border-color: rgba(var(--accent-rgb), 0.45); box-shadow: 0 16px 48px rgba(var(--accent-rgb), 0.1); }
.test-card::before {
  content: "“"; position: absolute; top: -30px; right: 12px;
  font-family: var(--f-display); font-size: 240px; color: var(--bg-3); line-height: 1; pointer-events: none;
}
.test-quote { font-size: 17px; line-height: 1.5; color: var(--ink); flex: 1; position: relative; z-index: 1; }
.test-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); }
.test-author { display: flex; align-items: center; gap: 12px; }
.test-author .avi { width: 36px; height: 36px; background: var(--bg-3); border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--f-display); font-stretch: 75%; font-weight: 800; color: var(--accent); }
.test-author .info .n { font-family: var(--f-mono); font-size: 12px; }
.test-author .info .r { font-family: var(--f-mono); font-size: 10px; color: var(--mute); letter-spacing: 0.16em; text-transform: uppercase; margin-top: 2px; }
.test-meta { font-family: var(--f-mono); font-size: 10px; color: var(--mute); letter-spacing: 0.16em; text-transform: uppercase; text-align: right; }

/* ---------- Final CTA ---------- */
.final {
  padding: 160px 36px; position: relative; overflow: hidden;
}
.final-inner { max-width: 1440px; margin: 0 auto; position: relative; z-index: 2; text-align: center; }
.final-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 100%, rgba(var(--accent-rgb), 0.4), transparent 60%),
    linear-gradient(180deg, transparent, rgba(var(--accent-rgb), 0.05));
}
.final-grid {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 80px 80px,
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 30%, transparent 80%);
}
.final-title {
  font-family: var(--f-display); font-weight: 900; font-stretch: 75%;
  font-size: clamp(80px, 17vw, 280px); line-height: 0.85; letter-spacing: -0.015em; text-transform: uppercase;
  display: flex; flex-direction: column; gap: 0.15em;
}
.final-title .red { color: var(--accent); }
.final-title .outlined { color: transparent; -webkit-text-stroke: 2px var(--ink-2); }
.final-sub { font-size: 18px; color: var(--ink-2); max-width: 50ch; margin: 28px auto 38px; }
.final-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.final-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 80px; padding-top: 40px; border-top: 1px solid var(--line); text-align: left; }
.final-meta .col .l { font-family: var(--f-mono); font-size: 10px; color: var(--mute); letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 10px; }
.final-meta .col .v { font-family: var(--f-display); font-stretch: 75%; font-weight: 700; font-size: 22px; text-transform: uppercase; line-height: 1.1; }

/* ---------- Site Footer ---------- */
.site-footer {
  position: relative; z-index: 1;
  background: #000; border-top: 1px solid rgba(255,255,255,0.07);
  padding: 0 36px;
}
.site-footer-top {
  max-width: 1440px; margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px;
  padding: 72px 0 56px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand { display: flex; flex-direction: column; gap: 18px; }
.footer-desc { color: #C0C0C0; font-size: 13px; line-height: 1.65; max-width: 30ch; }
.footer-social { display: flex; gap: 8px; }
.footer-social-link {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,0.12);
  color: #C0C0C0;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.01));
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.footer-social-link svg {
  width: 17px; height: 17px;
  stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.footer-social-link:hover {
  background: #fff; color: #000; border-color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255,255,255,.13);
}
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col-title {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase;
  color: #fff; margin-bottom: 2px;
}
.footer-col-divider { height: 1px; background: rgba(255,255,255,0.07); margin: 8px 0; }
.footer-link {
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  color: #C0C0C0; transition: color .2s ease;
}
.site-footer .footer-link[href="#"] { display: none; }
.footer-link:hover { color: #fff; }
.footer-lang { display: flex; gap: 8px; }
.footer-lang button {
  padding: 6px 14px; border: 1px solid rgba(255,255,255,0.12); border-radius: 999px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase;
  color: #C0C0C0; transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.footer-lang button.active { background: #fff; color: #000; border-color: #fff; }
.site-footer-bottom {
  max-width: 1440px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 0;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.28);
}
.footer-payments { display: flex; gap: 6px; align-items: center; }
.footer-credit {
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.22);
  transition: color .2s ease;
}
.footer-credit:hover { color: rgba(255,255,255,0.7); }
.payment-badge {
  padding: 4px 10px; border: 1px solid rgba(255,255,255,0.1);
  font-family: var(--f-mono); font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.32);
}

/* ---------- Info pages ---------- */
.info-page {
  position: relative; z-index: 2;
  max-width: 1240px; margin: 0 auto;
  padding: 150px 36px 110px;
}
.info-hero {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 52px; align-items: end;
  padding-bottom: 54px; border-bottom: 1px solid var(--line);
}
.info-hero h1 {
  margin-top: 18px;
  font-family: var(--f-display); font-stretch: 75%; font-weight: 900;
  font-size: clamp(58px, 12vw, 152px); line-height: .82; text-transform: uppercase;
}
.info-hero p {
  color: var(--ink-2); font-size: clamp(16px, 1.5vw, 20px); line-height: 1.55;
  max-width: 42ch;
}
.info-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px;
  margin-top: 34px;
}
.info-card {
  min-height: 230px; padding: 26px;
  border: 1px solid var(--line); background: rgba(255,255,255,.025);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.info-card:hover {
  transform: translateY(-4px);
  border-color: rgba(var(--accent-rgb), .5);
  background: rgba(var(--accent-rgb), .055);
}
.info-card span {
  display: block; margin-bottom: 36px;
  font-family: var(--f-mono); font-size: 11px; color: var(--accent); letter-spacing: .18em;
}
.info-card h2 {
  font-family: var(--f-display); font-stretch: 75%; font-size: 36px;
  line-height: .9; text-transform: uppercase; margin-bottom: 12px;
}
.info-card p { color: var(--ink-2); font-size: 14px; line-height: 1.62; }
.info-note {
  margin-top: 18px; padding: 26px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center;
  border: 1px solid rgba(var(--accent-rgb), .35);
  background: linear-gradient(90deg, rgba(var(--accent-rgb), .12), rgba(255,255,255,.025));
}
.info-note strong {
  font-family: var(--f-mono); font-size: 11px; letter-spacing: .18em; color: var(--accent);
  text-transform: uppercase;
}
.info-note p { color: var(--ink-2); line-height: 1.5; }
.info-note .btn { white-space: nowrap; }

/* ---------- Contact popup ---------- */
.contact-overlay {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: grid; place-items: center;
  animation: overlay-in .25s ease;
}
@keyframes overlay-in { from { opacity: 0; } to { opacity: 1; } }
.contact-popup {
  position: relative;
  width: min(480px, calc(100vw - 36px));
  background: rgba(10, 10, 12, 0.96);
  border: 1px solid var(--line-2);
  box-shadow: 0 30px 90px rgba(0,0,0,0.6), 0 0 70px rgba(var(--accent-rgb), 0.14);
  padding: 36px 32px 32px;
  display: flex; flex-direction: column; gap: 16px;
  animation: popup-in .35s cubic-bezier(.2,.8,.2,1);
}
@keyframes popup-in { from { opacity: 0; transform: scale(.94) translateY(16px); } to { opacity: 1; transform: none; } }
.contact-popup .order-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border: 1px solid var(--line-2);
  display: grid; place-items: center; font-size: 20px; line-height: 1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.contact-popup .order-close:hover { background: var(--accent); color: #08080a; transform: rotate(90deg); }
.contact-product-name {
  font-family: var(--f-display); font-size: 36px; line-height: .95;
  text-transform: uppercase; color: var(--ink);
}
.contact-desc {
  color: var(--ink-2); font-size: 14px; line-height: 1.65;
}
.contact-btn {
  justify-content: space-between; width: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(var(--accent-rgb), .22); }
.contact-note {
  color: var(--mute); font-family: var(--f-mono); font-size: 10px;
  letter-spacing: .14em; text-transform: uppercase; text-align: center;
  padding-top: 6px; border-top: 1px solid var(--line);
}

/* ---------- Page transition ---------- */
.page-transition {
  animation: page-in .32s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes page-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: none; }
}

/* ---------- Hamburger button ---------- */
.nav-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px; height: 38px; padding: 8px;
  border: 1px solid var(--line-2); border-radius: 6px;
  background: none;
  transition: background .2s ease;
}
.nav-hamburger:hover { background: rgba(255,255,255,0.06); }
.nav-hamburger span {
  display: block; width: 18px; height: 1.5px;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}
.nav-hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- Mobile menu ---------- */
.mobile-menu {
  position: fixed; inset: 0; z-index: 45;
  background: rgba(8, 8, 10, 0.97);
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  display: flex; align-items: center; justify-content: center;
  animation: overlay-in .25s ease;
}
.mobile-menu-inner {
  display: flex; flex-direction: column;
  width: min(440px, calc(100vw - 36px));
  padding: 36px 0;
}
.mobile-nav-link {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 24px;
  font-family: var(--f-display); font-weight: 800; font-stretch: 75%;
  font-size: clamp(32px, 8vw, 52px); line-height: 1;
  text-transform: uppercase; letter-spacing: 0.02em;
  color: var(--ink-2);
  border-bottom: 1px solid var(--line);
  transition: color .18s ease, padding-left .18s ease;
}
.mobile-nav-link:hover { color: var(--ink); padding-left: 32px; }
.mobile-nav-link.active { color: var(--accent); }
.mobile-num {
  font-family: var(--f-mono); font-size: 10px;
  color: var(--mute); letter-spacing: .14em; min-width: 22px;
}
.mobile-order-btn {
  margin: 24px 24px 0; justify-content: space-between;
}

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .9s cubic-bezier(.2,.7,.2,1), transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d-1 { transition-delay: .07s; }
.reveal.d-2 { transition-delay: .14s; }
.reveal.d-3 { transition-delay: .21s; }
.reveal.d-4 { transition-delay: .28s; }
.reveal.d-5 { transition-delay: .35s; }
.reveal.d-6 { transition-delay: .42s; }

/* ---------- Product grid filter animation ---------- */
@keyframes product-fadein { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.product-grid .product { animation: product-fadein 0.45s cubic-bezier(.2,.8,.2,1) both; }
.product-grid .product:nth-child(1) { animation-delay: 0ms; }
.product-grid .product:nth-child(2) { animation-delay: 55ms; }
.product-grid .product:nth-child(3) { animation-delay: 110ms; }
.product-grid .product:nth-child(4) { animation-delay: 165ms; }
.product-grid .product:nth-child(5) { animation-delay: 220ms; }
.product-grid .product:nth-child(6) { animation-delay: 275ms; }

/* ---------- CountUp flash ---------- */
@keyframes count-flash {
  0% { color: inherit; }
  25% { color: var(--accent); text-shadow: 0 0 18px rgba(var(--accent-rgb), 0.55); }
  100% { color: inherit; text-shadow: none; }
}
.count-flash { animation: count-flash 0.75s ease forwards; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  body { cursor: auto; }
  button, a { cursor: pointer; }
  .cursor-dot, .cursor-ring { display: none; }
  .nav-links { display: none; }
  .nav { grid-template-columns: 1fr auto; }
  .nav-mini { display: none; }
  .nav-hamburger { display: flex; }
  .hero-bike-photo { transform: scale(.98) translateY(-12%); padding: 8px; }
  .product.size-lg, .product.size-md, .product.size-sm, .product.size-wide { grid-column: span 12; }
  .custom-head, .custom-body, .about-grid, .featured-head, .hero-sub-row, .test-head, .social-head { grid-template-columns: 1fr; }
  .info-hero, .info-note { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .compare { transform: none; width: 100%; }
  .detail-hero, .detail-body { grid-template-columns: 1fr; }
  .detail-media { min-height: 420px; }
  .detail-related header { display: block; }
  .social-grid { grid-template-columns: 1fr 1fr; }
  .social-card.tall { grid-row: span 1; min-height: 380px; }
  .test-track { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .hero-bike-tag { display: none; }
  .contact-popup { padding: 28px 20px 24px; gap: 12px; }
  .final-meta { grid-template-columns: 1fr 1fr; }
  .site-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; padding: 48px 0 40px; }
  .footer-brand { grid-column: span 2; }
  .site-footer-bottom { flex-direction: column; gap: 12px; text-align: center; padding: 16px 0; }
}

@media (max-width: 480px) {
  .site-footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: span 1; }
  .hero { padding: 110px 20px 60px; }
  .hero-title { font-size: clamp(52px, 14vw, 80px) !important; }
  .hero-cta-row { gap: 10px; }
  .hero-cta-row .btn { padding: 14px 18px; font-size: 11px; }
  .floating-wa span { display: none; }
  .floating-wa { padding: 14px; border-radius: 50%; bottom: 20px; right: 20px; }
  .scroll-top { bottom: 20px; left: 20px; }
  .kvkk-banner { padding: 12px 16px; flex-direction: column; align-items: flex-start; gap: 10px; }
  .kvkk-actions { width: 100%; }
  .kvkk-close, .kvkk-reject { flex: 1; text-align: center; }
}

/* ---------- Floating WhatsApp ---------- */
.floating-wa {
  position: fixed; bottom: 28px; right: 28px; z-index: 60;
  display: flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  background: #25D366; color: #fff;
  font-family: var(--f-mono); font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4);
  transition: transform .2s ease, box-shadow .2s ease;
  animation: wa-pulse 2.4s ease-in-out 5s infinite;
}
.floating-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(37,211,102,0.6); }
.floating-wa svg { flex-shrink: 0; }
@keyframes wa-pulse {
  0%, 100% { box-shadow: 0 8px 32px rgba(37,211,102,0.4); }
  50% { box-shadow: 0 8px 32px rgba(37,211,102,0.55), 0 0 0 10px rgba(37,211,102,0.1); }
}

/* ---------- Scroll to Top ---------- */
.scroll-top {
  position: fixed; bottom: 28px; left: 28px; z-index: 60;
  width: 44px; height: 44px;
  background: rgba(10,10,12,0.88); border: 1px solid var(--line-2);
  color: var(--ink); font-size: 20px; line-height: 1;
  display: grid; place-items: center;
  backdrop-filter: blur(8px);
  opacity: 0; transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.scroll-top.visible { opacity: 1; transform: none; }
.scroll-top:hover { background: var(--accent); border-color: var(--accent); color: #fff; transform: translateY(-3px); }

/* ---------- KVKK Banner ---------- */
.kvkk-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
  background: rgba(10,10,12,0.97); border-top: 1px solid var(--line-2);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 14px 36px;
  animation: page-in .4s ease both;
}
.kvkk-text { flex: 1; min-width: 0; }
.kvkk-banner p { font-family: var(--f-mono); font-size: 11px; color: var(--ink-2); letter-spacing: 0.05em; line-height: 1.6; }
.kvkk-banner a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.kvkk-actions { display: flex; flex-shrink: 0; gap: 8px; }
.kvkk-close {
  padding: 9px 22px;
  background: var(--accent); color: #08080a;
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  transition: background .2s ease;
}
.kvkk-close:hover { background: #c0c0d0; }
.kvkk-reject {
  padding: 9px 22px;
  background: transparent; color: var(--ink-2); border: 1px solid var(--line-2);
  font-family: var(--f-mono); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  transition: border-color .2s ease, color .2s ease;
}
.kvkk-reject:hover { border-color: var(--ink-2); color: var(--ink-1); }

/* ---------- Testimonial Stars ---------- */
.test-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.test-star { color: var(--accent); font-size: 14px; line-height: 1; }
