/* ─── RESET & TOKENS ─────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --black:   #080808;
  --white:   #F4F2EE;
  --orange:  #FF5500;
  --yellow:  #FFB800;
  --gray:    #111111;
  --gray2:   #1A1A1A;
  --gray3:   #2A2A2A;
  --fd: 'Bebas Neue', sans-serif;
  --fb: 'Space Grotesk', sans-serif;
}

html { scroll-behavior: smooth; }

/* smooth theme transition on everything */
*, *::before, *::after {
  transition:
    background-color .55s cubic-bezier(.4,0,.2,1),
    color            .55s cubic-bezier(.4,0,.2,1),
    border-color     .55s cubic-bezier(.4,0,.2,1),
    box-shadow       .55s cubic-bezier(.4,0,.2,1);
}
/* keep animation/transform transitions unaffected */
.btn-fire, .btn-ghost, .coll-bg,
.scroll-bar, .val-bar, .marquee-inner,
#cursor, #cursor-ring, #badge { transition: none; }
/* val-card keeps its hover transform transition */
.val-card { transition: transform .45s cubic-bezier(.16,1,.3,1); }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--fb);
  overflow-x: hidden;
  cursor: none;
}

::selection { background: var(--orange); color: var(--black); }

/* ─── LIGHT THEME ────────────────────────────────── */
[data-theme="light"] body           { background: #F4F2EE; color: #080808; }
[data-theme="light"] ::selection    { background: var(--orange); color: #F4F2EE; }

/* nav */
[data-theme="light"] .nav-logo                  { color: #080808; }
[data-theme="light"] .nav-links a               { color: rgba(8,8,8,.55); }
[data-theme="light"] .nav-links a:hover         { color: #080808; }
[data-theme="light"] .nav-btn                   { border-color: rgba(8,8,8,.28); color: #080808; }
[data-theme="light"] .nav-btn:hover             { background: #080808; color: #F4F2EE; border-color: #080808; }
[data-theme="light"] nav.scrolled               { background: rgba(244,242,238,.92); border-bottom-color: rgba(8,8,8,.08); }

/* hero */
[data-theme="light"] .h-solid                   { color: #080808; }
[data-theme="light"] .h-outline                 { -webkit-text-stroke: 2px var(--orange); }
[data-theme="light"] .hero-desc                 { color: rgba(8,8,8,.45); }
[data-theme="light"] .hero-ghost                { color: rgba(255,85,0,.05); }
[data-theme="light"] .scroll-lbl                { color: rgba(8,8,8,.35); }
[data-theme="light"] .btn-ghost                 { border-color: rgba(8,8,8,.25); color: #080808; }
[data-theme="light"] .btn-ghost:hover           { border-color: var(--orange); color: var(--orange); }
[data-theme="light"] #fire-canvas               { opacity: .45; }

/* values */
[data-theme="light"] .val-card                  { background: #E5E3DF; }
[data-theme="light"] .val-txt                   { color: rgba(8,8,8,.5); }
[data-theme="light"] .val-num                   { color: rgba(255,85,0,.1); }

/* quote */
[data-theme="light"] .quote-bg                  { color: rgba(255,85,0,.05); }
[data-theme="light"] .quote-attr                { color: rgba(8,8,8,.3); }

/* stats */
[data-theme="light"] .stats                     { background: #CCCAC6; }
[data-theme="light"] .stat                      { background: #F4F2EE; }
[data-theme="light"] .stat-l                    { color: rgba(8,8,8,.35); }

/* collections */
[data-theme="light"] .bg1 { background: linear-gradient(145deg, #F0EAE0, #E8D5B8, #DFC49A); }
[data-theme="light"] .bg2 { background: linear-gradient(145deg, #EDE8E2, #DFD0BA, #D4BB98); }
[data-theme="light"] .bg3 { background: linear-gradient(145deg, #EBE7E1, #DCCFB5, #D2BE95); }
[data-theme="light"] .deco-icon                 { opacity: .08; }
[data-theme="light"] .deco-word                 { color: rgba(255,85,0,.12); }
[data-theme="light"] .coll-overlay              { background: linear-gradient(to top, rgba(244,242,238,.96) 0%, transparent 60%); }
[data-theme="light"] .coll-name                 { color: #080808; }
[data-theme="light"] .coll-tag                  { color: var(--orange); }
[data-theme="light"] .coll-price                { color: rgba(8,8,8,.5); }
[data-theme="light"] .coll-arrow                { color: var(--orange); }

/* manifesto */
[data-theme="light"] .manifesto                 { background: #E8E6E2; }
[data-theme="light"] .m-light                   { color: #080808; }
[data-theme="light"] .m-sub                     { color: rgba(8,8,8,.4); }

/* cta */
[data-theme="light"] .cta-line2                 { -webkit-text-stroke: 2px rgba(8,8,8,.2); }
[data-theme="light"] .cta-sub                   { color: rgba(8,8,8,.4); }
[data-theme="light"] .email-form                { border-color: rgba(8,8,8,.18); }
[data-theme="light"] .email-input               { color: #080808; }
[data-theme="light"] .email-input::placeholder  { color: rgba(8,8,8,.28); }

/* footer */
[data-theme="light"] footer                     { border-top-color: rgba(8,8,8,.08); }
[data-theme="light"] .foot-logo                 { background: linear-gradient(135deg,#080808,rgba(8,8,8,.5)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
[data-theme="light"] .foot-tagline              { color: rgba(8,8,8,.35); }
[data-theme="light"] .foot-col h4               { color: var(--orange); }
[data-theme="light"] .foot-col a                { color: rgba(8,8,8,.45); }
[data-theme="light"] .foot-col a:hover          { color: #080808; }
[data-theme="light"] .foot-bottom               { border-top-color: rgba(8,8,8,.06); }
[data-theme="light"] .foot-copy                 { color: rgba(8,8,8,.25); }
[data-theme="light"] .soc                       { border-color: rgba(8,8,8,.15); color: rgba(8,8,8,.45); }
[data-theme="light"] .soc:hover                 { border-color: var(--orange); color: var(--orange); }

/* divider */
[data-theme="light"] .divider                   { background: linear-gradient(90deg, transparent, rgba(255,85,0,.2), transparent); }

/* theme toggle in light mode */
[data-theme="light"] .theme-toggle              { border-color: rgba(8,8,8,.25); color: #080808; }
[data-theme="light"] .theme-toggle:hover        { background: rgba(8,8,8,.05); }
[data-theme="light"] .tt-ball                   { transform: translateX(22px); background: #080808; }

/* ─── NOISE OVERLAY ──────────────────────────────── */
.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 9990; opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* ─── CUSTOM CURSOR ──────────────────────────────── */
#cursor {
  position: fixed; width: 10px; height: 10px;
  background: var(--orange); border-radius: 50%;
  pointer-events: none; z-index: 99999;
  transform: translate(-50%,-50%);
  transition: width .25s, height .25s, background .25s;
  mix-blend-mode: difference;
}
#cursor-ring {
  position: fixed; width: 36px; height: 36px;
  border: 1px solid rgba(255,85,0,.45); border-radius: 50%;
  pointer-events: none; z-index: 99998;
  transform: translate(-50%,-50%);
}
body:hover #cursor-ring { opacity: 1; }

/* ─── LOADER ─────────────────────────────────────── */
#loader {
  position: fixed; inset: 0; background: var(--black);
  z-index: 99997; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 28px;
}
.ld-logo {
  font-family: var(--fd); font-size: 52px; letter-spacing: 10px;
  overflow: hidden; position: relative;
}
.ld-logo span { display: block; transform: translateY(110%); }
.ld-track { width: 220px; height: 1px; background: var(--gray3); overflow: hidden; }
.ld-bar { height: 100%; width: 0; background: linear-gradient(90deg, var(--orange), var(--yellow)); }
.ld-pct {
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: rgba(244,242,238,.3);
}

/* ─── NAV ────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: 80px;
  padding: 0 48px;
  display: flex; justify-content: space-between; align-items: center;
  transition: height .4s ease, background .4s ease;
}
nav.scrolled {
  background: rgba(8,8,8,.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  height: 56px;
  border-bottom: 1px solid rgba(244,242,238,.07);
}
.nav-logo {
  font-family: var(--fd); font-size: 20px; letter-spacing: 5px;
  color: var(--white); text-decoration: none; flex-shrink: 0;
}
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  color: rgba(244,242,238,.6); text-decoration: none;
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  position: relative; transition: color .3s; white-space: nowrap;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: -3px; left: 0;
  width: 0; height: 1px; background: var(--orange);
  transition: width .3s ease;
}
.nav-links a:hover { color: var(--white); }
.nav-links a:hover::after { width: 100%; }
.nav-btn {
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  border: 1px solid rgba(244,242,238,.3); padding: 9px 22px;
  color: var(--white); text-decoration: none; white-space: nowrap;
  transition: all .3s ease; font-family: var(--fb); flex-shrink: 0;
}
.nav-btn:hover { background: var(--white); color: var(--black); border-color: var(--white); }

/* ─── THEME TOGGLE ───────────────────────────────── */
.theme-toggle {
  display: flex; align-items: center;
  background: transparent; border: none;
  padding: 6px; cursor: none;
  position: relative;
}
.tt-track {
  width: 44px; height: 22px; border-radius: 11px;
  background: rgba(244,242,238,.12);
  border: 1px solid rgba(244,242,238,.22);
  position: relative; flex-shrink: 0;
  transition: background .4s, border-color .4s;
}
.theme-toggle:hover .tt-track { background: rgba(244,242,238,.2); }
.tt-ball {
  width: 14px; height: 14px; border-radius: 50%;
  background: var(--orange);
  position: absolute; top: 3px; left: 3px;
  transition: transform .4s cubic-bezier(.4,0,.2,1) !important;
}
.theme-toggle::after {
  content: 'Thème blanc'; position: absolute; top: calc(100% + 8px);
  left: 50%; transform: translateX(-50%);
  background: rgba(8,8,8,.85); color: rgba(244,242,238,.8);
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 8px; white-space: nowrap;
  opacity: 0; pointer-events: none;
  transition: opacity .2s;
}
.theme-toggle:hover::after { opacity: 1; }
[data-theme="light"] .tt-track { background: rgba(8,8,8,.1); border-color: rgba(8,8,8,.2); }
[data-theme="light"] .theme-toggle::after { content: 'Thème noir'; }

/* ─── HERO ───────────────────────────────────────── */
.hero {
  position: relative; height: 100vh; min-height: 700px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  padding: 110px 64px 40px;
  overflow: hidden;
}
.hero-content { display: flex; flex-direction: column; }
.hero-video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none; z-index: 0; opacity: .55;
}
#fire-canvas {
  position: absolute; inset: 0; pointer-events: none; opacity: .4; z-index: 1;
}
.hero-eyebrow {
  font-size: 10px; letter-spacing: 6px; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 28px; opacity: 0;
}
.hero-title {
  font-family: var(--fd);
  font-size: clamp(88px, 14vw, 210px);
  line-height: .85; letter-spacing: -1px;
  position: relative; z-index: 2;
}
.hero-title .clip { overflow: hidden; display: block; }
.hero-title .clip span { display: block; transform: translateY(105%); }
.h-solid { color: var(--white); }
.h-outline { color: #FFD700; -webkit-text-stroke: 0; }
.hero-desc {
  font-size: 14px; letter-spacing: 1.5px; line-height: 1.9;
  color: rgba(244,242,238,.45); max-width: 380px;
  margin-top: 44px; opacity: 0;
}
.hero-actions { display: flex; gap: 14px; margin-top: 44px; opacity: 0; }

/* ─── BUTTONS ────────────────────────────────────── */
.btn-fire {
  position: relative; overflow: hidden;
  padding: 17px 44px; text-decoration: none;
  font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase;
  font-family: var(--fb); color: var(--black); cursor: none;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  transition: transform .3s;
}
.btn-fire::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  opacity: 0; transition: opacity .35s;
}
.btn-fire:hover { transform: translateY(-3px); }
.btn-fire:hover::before { opacity: 1; }
.btn-fire span { position: relative; z-index: 1; }

.btn-ghost {
  padding: 17px 44px; border: 1px solid rgba(244,242,238,.25);
  color: var(--white); text-decoration: none;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-family: var(--fb); cursor: none;
  transition: border-color .3s, color .3s;
}
.btn-ghost:hover { border-color: var(--orange); color: var(--orange); }

/* scroll hint */
.hero-scroll { display: flex; align-items: center; gap: 18px; padding-bottom: 8px; }
.scroll-bar {
  width: 56px; height: 1px;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
  transform-origin: left;
  animation: scrollPulse 2.2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%,100% { transform: scaleX(1); opacity: 1; }
  50%      { transform: scaleX(.25); opacity: .3; }
}
.scroll-lbl {
  font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase;
  color: rgba(244,242,238,.35);
}
.hero-ghost {
  position: absolute; right: 48px; bottom: -40px; z-index: 0;
  font-family: var(--fd); font-size: clamp(180px, 28vw, 380px);
  line-height: 1; color: rgba(255,85,0,.03); pointer-events: none;
  letter-spacing: -8px;
}

/* ─── MARQUEE ────────────────────────────────────── */
.marquee-wrap {
  padding: 20px 0; overflow: hidden; margin-top: 60px;
  background: linear-gradient(90deg, var(--orange) 0%, var(--yellow) 50%, var(--orange) 100%);
}
.marquee-inner {
  display: flex; width: max-content;
  animation: ticker 22s linear infinite;
}
.marquee-inner:hover { animation-play-state: paused; }
.m-item {
  display: flex; align-items: center; gap: 36px;
  padding: 0 36px; white-space: nowrap;
}
.m-item span { font-family: var(--fd); font-size: 18px; letter-spacing: 5px; color: var(--black); }
.m-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--black); flex-shrink: 0; }
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─── SECTION HELPERS ────────────────────────────── */
.s-label {
  font-size: 10px; letter-spacing: 5px; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 14px;
}
.s-title {
  font-family: var(--fd);
  font-size: clamp(40px, 5.5vw, 78px);
  letter-spacing: 2px; line-height: 1;
}
.reveal { opacity: 0; }

/* ─── VALUES ─────────────────────────────────────── */
.values { padding: 144px 64px; position: relative; overflow: hidden; }
.values-bg-lion {
  position: absolute; right: -60px; top: 50%; transform: translateY(-50%);
  font-size: 480px; line-height: 1; color: rgba(255,85,0,.025);
  pointer-events: none; -webkit-user-select: none; user-select: none;
}
.values-head { margin-bottom: 80px; }
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.val-card {
  background: var(--gray2); padding: 52px 44px;
  position: relative; overflow: hidden;
  transition: transform .45s cubic-bezier(.16,1,.3,1);
  opacity: 0;
}
.val-card::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(255,85,0,.08), transparent);
  opacity: 0; transition: opacity .4s;
}
.val-card:hover { transform: translateY(-6px); }
.val-card:hover::after { opacity: 1; }
.val-num {
  font-family: var(--fd); font-size: 56px; letter-spacing: 2px;
  color: rgba(255,85,0,.08); line-height: 1; margin-bottom: 20px;
}
.val-bar {
  width: 36px; height: 2px; margin-bottom: 22px;
  background: var(--yellow); transition: width .4s ease;
}
.val-card:hover .val-bar { width: 72px; background: linear-gradient(90deg, var(--yellow), var(--orange)); }
.val-icon { display: block; margin-bottom: 18px; width: 28px; height: 28px; color: var(--yellow); }
.val-icon svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.5; }
.val-ttl { font-family: var(--fd); font-size: 26px; letter-spacing: 2px; margin-bottom: 12px; }
.val-txt { font-size: 14px; line-height: 1.75; color: rgba(244,242,238,.45); }
[data-theme="light"] .val-icon { color: var(--orange); }

/* ─── QUOTE BLOCK ────────────────────────────────── */
.quote-section {
  padding: 160px 64px; text-align: center;
  position: relative; overflow: hidden;
}
.quote-bg {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  font-family: var(--fd); font-size: clamp(140px, 22vw, 300px);
  color: rgba(255,85,0,.018); white-space: nowrap;
  pointer-events: none; letter-spacing: -4px;
}
.taf-wrap {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0;
  line-height: .92;
}
.taf-they {
  font-family: var(--fd);
  font-size: clamp(42px, 9vw, 120px);
  letter-spacing: 14px;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(244,242,238,.55);
  text-transform: uppercase;
}
.taf-fearless {
  font-family: var(--fd);
  font-size: clamp(72px, 15vw, 200px);
  letter-spacing: 6px;
  text-transform: uppercase;
  background: linear-gradient(135deg, var(--orange) 0%, var(--yellow) 60%, #fff 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: none;
  filter: drop-shadow(0 0 40px rgba(255,85,0,.35));
}

/* ─── STATS ──────────────────────────────────────── */
.stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 2px; background: var(--gray3); overflow: hidden;
}
.stat {
  background: var(--black); padding: 60px 32px;
  text-align: center; position: relative; overflow: hidden;
}
.stat::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(145deg, rgba(255,85,0,.06), transparent);
  opacity: 0; transition: opacity .4s;
}
.stat:hover::before { opacity: 1; }
.stat-n {
  font-family: var(--fd); font-size: 68px; letter-spacing: 2px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1; margin-bottom: 8px;
}
.stat-l {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(244,242,238,.35);
}

/* ─── CINEMATIC VIDEO ────────────────────────────── */
.cine-section {
  position: relative; height: 100vh; min-height: 600px;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.cine-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; pointer-events: none;
}
.cine-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8,8,8,.55) 0%,
    rgba(8,8,8,.25) 40%,
    rgba(8,8,8,.25) 60%,
    rgba(8,8,8,.7) 100%
  );
}
.cine-letterbox {
  position: absolute; left: 0; right: 0; z-index: 3;
  height: 80px; background: var(--black);
}
.cine-top { top: 0; }
.cine-bot { bottom: 0; }
.cine-content {
  position: relative; z-index: 2;
  text-align: center;
  display: flex; flex-direction: column;
  align-items: center; gap: 24px;
}
.cine-line {
  width: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange), var(--yellow), transparent);
}
.cine-label {
  font-size: 11px; letter-spacing: 8px; text-transform: uppercase;
  color: rgba(244,242,238,.6);
}
.cine-title {
  font-family: var(--fd);
  font-size: clamp(56px, 10vw, 140px);
  letter-spacing: 6px; line-height: .9;
  color: var(--white);
  text-shadow: 0 0 80px rgba(255,85,0,.3);
}
.cine-title span {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media (max-width: 768px) {
  .cine-letterbox { height: 50px; }
  .cine-title { font-size: clamp(40px, 14vw, 80px); }
}

/* ─── COLLECTIONS ────────────────────────────────── */
.collections { padding: 144px 64px; overflow: hidden; }
.coll-head {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 56px;
}
.coll-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 520px;
  gap: 2px;
}
.coll-item { position: relative; overflow: hidden; cursor: none; }
.coll-bg {
  position: absolute; inset: 0;
  transition: transform .7s cubic-bezier(.16,1,.3,1);
  display: flex; align-items: center; justify-content: center;
}
.coll-item:hover .coll-bg { transform: scale(1.07); }
.coll-bg-video { background: #000; }
.coll-video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.bg1 { background: linear-gradient(145deg, #1a1108, #2f1a00, #471f00); }
.bg2 { background: linear-gradient(145deg, #0f0e0a, #1e1200, #300f00); }
.bg3 { background: linear-gradient(145deg, #111009, #1d1300, #2e1400); }
.coll-deco {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  pointer-events: none;
}
.deco-icon { opacity: .08; width: 90px; height: 90px; color: var(--orange); }
.deco-icon svg { width: 90px; height: 90px; stroke: currentColor; stroke-width: .8; }
.deco-word { font-family: var(--fd); font-size: 60px; letter-spacing: 8px; color: rgba(255,85,0,.08); }
.coll-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.95) 0%, rgba(0,0,0,.5) 60%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 28px 32px;
  transform: translateY(8px);
  transition: transform .5s ease;
}
.coll-item:hover .coll-overlay { transform: translateY(0); }
.coll-tag {
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 6px;
}
.coll-name { font-family: var(--fd); font-size: 26px; letter-spacing: 3px; margin-bottom: 10px; }
.coll-desc {
  list-style: none; padding: 0; margin: 0 0 12px;
}
.coll-desc li {
  font-size: 10px; letter-spacing: .5px; line-height: 1.7;
  color: rgba(244,242,238,.65);
  padding-left: 12px; position: relative;
}
.coll-desc li::before {
  content: '—'; position: absolute; left: 0;
  color: var(--orange); font-size: 9px;
}
.coll-price { font-size: 12px; color: rgba(244,242,238,.5); letter-spacing: 1px; }
.coll-arrow {
  margin-top: 14px; display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--orange); opacity: 0;
  transition: opacity .4s, transform .4s;
  transform: translateX(-8px);
}
.coll-item:hover .coll-arrow { opacity: 1; transform: translateX(0); }

/* ─── LION TOTEM ─────────────────────────────────── */
.totem-section {
  padding: 80px 0; display: flex;
  justify-content: center; align-items: center;
  position: relative; overflow: hidden;
}
.totem-glow {
  position: absolute; width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,85,0,.06) 0%, transparent 70%);
  animation: glowPulse 4s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,100% { transform: scale(1); opacity: .6; }
  50%      { transform: scale(1.15); opacity: 1; }
}
.totem { position: relative; width: 340px; height: 340px; }
.ring {
  position: absolute; border-radius: 50%; border: 1px solid;
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.ring1 { width: 160px; height: 160px; border-color: rgba(255,85,0,.4); animation: ringPulse 3s ease-in-out infinite; }
.ring2 { width: 250px; height: 250px; border-color: rgba(255,85,0,.2); animation: ringPulse 3s ease-in-out infinite .4s; }
.ring3 { width: 340px; height: 340px; border-color: rgba(255,85,0,.08); animation: ringPulse 3s ease-in-out infinite .8s; }
@keyframes ringPulse {
  0%,100% { transform: translate(-50%,-50%) scale(1); opacity: 1; }
  50%      { transform: translate(-50%,-50%) scale(1.04); opacity: .6; }
}
.lion-svg-wrap {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 300px; height: 300px;
}

/* ─── MANIFESTO ──────────────────────────────────── */
.manifesto {
  padding: 160px 64px;
  background: var(--gray);
  position: relative; overflow: hidden;
}
.manifesto::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(255,85,0,.04) 0%, transparent 60%);
  pointer-events: none;
}
.manifesto-inner { max-width: 860px; margin: 0 auto; text-align: center; }

.manifesto-hero-title {
  font-family: var(--fd);
  font-size: clamp(56px, 10vw, 130px);
  letter-spacing: 6px;
  line-height: 1;
  margin-bottom: 48px;
  color: var(--white);
}
.manifesto-hero-title span {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mq-card {
  position: relative;
  margin: 64px auto 0;
  max-width: 820px;
  padding: 56px 64px 48px;
  border: 1px solid rgba(255,85,0,.18);
  border-radius: 2px;
  background: linear-gradient(135deg, rgba(255,85,0,.04) 0%, transparent 60%);
  overflow: hidden;
  text-align: center;
}
.mq-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: linear-gradient(180deg, var(--orange), var(--yellow), transparent);
}
.mq-guillemet {
  position: absolute;
  top: -10px; left: 40px;
  font-family: var(--fd);
  font-size: 160px;
  line-height: 1;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: .18;
  pointer-events: none;
  -webkit-user-select: none; user-select: none;
}
.manifesto-quote {
  font-family: var(--fd);
  font-size: clamp(22px, 3vw, 46px);
  line-height: 1.2; letter-spacing: 1.5px;
  position: relative; z-index: 1;
}
.manifesto-quote .glow {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.mq-footer {
  display: flex; align-items: center; justify-content: center;
  gap: 20px; margin-top: 36px;
}
.mq-line {
  display: block; width: 48px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange));
}
.manifesto-quote-attr {
  font-size: 10px; letter-spacing: 4px;
  text-transform: uppercase; color: rgba(244,242,238,.35);
}
.m-line {
  font-family: var(--fd); font-size: clamp(28px, 4.5vw, 60px);
  letter-spacing: 3px; line-height: 1.15;
  margin-bottom: 12px; opacity: 0;
}
.m-light { color: var(--white); }
.m-fire {
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.m-sub {
  font-size: 14px; color: rgba(244,242,238,.35);
  letter-spacing: 2px; line-height: 1.85; margin-bottom: 8px;
  opacity: 0;
}
.m-end {
  font-family: var(--fd); font-size: clamp(44px, 7vw, 88px);
  letter-spacing: 4px; margin-top: 40px;
  opacity: 0;
}

/* ─── CTA ────────────────────────────────────────── */
.cta-section {
  padding: 160px 64px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-bg-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 60%, rgba(255,85,0,.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-title {
  font-family: var(--fd);
  font-size: clamp(64px, 11vw, 150px);
  letter-spacing: 4px; line-height: .88; margin-bottom: 36px;
  position: relative;
}
.cta-line2 { -webkit-text-stroke: 2px var(--yellow); color: transparent; }
.cta-sub {
  font-size: 13px; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(244,242,238,.4); margin-bottom: 52px;
}
.email-form {
  display: flex; max-width: 500px; margin: 0 auto;
  border: 1px solid rgba(244,242,238,.18);
}
.email-input {
  flex: 1; padding: 18px 22px; background: transparent;
  border: none; outline: none;
  color: var(--white); font-family: var(--fb); font-size: 14px;
}
.email-input::placeholder { color: rgba(244,242,238,.28); }
.email-submit {
  padding: 18px 34px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  border: none; color: var(--black);
  font-family: var(--fb); font-size: 11px;
  letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700;
  cursor: none; transition: opacity .3s;
}
.email-submit:hover { opacity: .88; }

/* ─── FOOTER ─────────────────────────────────────── */
footer {
  padding: 88px 64px 44px;
  border-top: 1px solid rgba(244,242,238,.07);
}
.foot-top {
  display: grid; grid-template-columns: 1.2fr repeat(3,1fr);
  gap: 48px; margin-bottom: 64px;
}
.foot-logo {
  font-family: var(--fd); font-size: 38px; letter-spacing: 4px;
  background: linear-gradient(135deg, var(--white), rgba(244,242,238,.5));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; margin-bottom: 16px;
}
.foot-tagline { font-size: 13px; line-height: 1.85; color: rgba(244,242,238,.35); letter-spacing: .5px; }
.foot-col h4 {
  font-size: 10px; letter-spacing: 3.5px; text-transform: uppercase;
  color: var(--yellow); margin-bottom: 22px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.foot-col a { color: rgba(244,242,238,.42); text-decoration: none; font-size: 14px; transition: color .25s; }
.foot-col a:hover { color: var(--white); }
.foot-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 36px; border-top: 1px solid rgba(244,242,238,.05);
}
.foot-copy { font-size: 11px; color: rgba(244,242,238,.25); letter-spacing: 1px; }
.foot-agency-col {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 28px 0;
  border-top: 1px solid rgba(244,242,238,.06);
  border-bottom: 1px solid rgba(244,242,238,.06);
  text-align: center;
  width: 100%;
}
.agency-by {
  font-size: 9px; letter-spacing: 3px; text-transform: uppercase;
  color: rgba(244,242,238,.22);
}
[data-theme="light"] .agency-by { color: rgba(8,8,8,.22); }
.agency-logo {
  height: 36px; width: auto;
  max-width: 180px;
  opacity: .8; transition: opacity .35s;
  object-fit: contain;
}
.agency-logo:hover { opacity: 1; }
.socials { display: flex; gap: 12px; }
.soc {
  width: 38px; height: 38px; border: 1px solid rgba(244,242,238,.14);
  display: flex; align-items: center; justify-content: center;
  color: rgba(244,242,238,.42); text-decoration: none;
  transition: all .3s;
}
.soc svg, .soc i { width: 16px; height: 16px; display: block; }
.soc-tiktok { width: 16px; height: 16px; }
.soc:hover { border-color: var(--orange); color: var(--orange); }

/* ─── FLOATING BADGE ─────────────────────────────── */
#badge {
  position: fixed; bottom: 36px; right: 36px; z-index: 500;
  width: 76px; height: 76px; border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  display: flex; align-items: center; justify-content: center;
  cursor: none;
  animation: badgeSpin 4s ease-in-out infinite;
}
.badge-inner {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--black);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
}
.badge-inner svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 1.5; }
@keyframes badgeSpin {
  0%,100% { filter: drop-shadow(0 0 12px rgba(255,85,0,.4)); }
  50%      { filter: drop-shadow(0 0 22px rgba(255,184,0,.5)); }
}

/* ─── HORIZONTAL DIVIDERS ────────────────────────── */
.divider {
  width: 100%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--orange) 40%, var(--yellow) 60%, transparent);
}

/* ─── LANG TOGGLE ───────────────────────────────── */
.lang-toggle {
  display: flex; align-items: center;
  border: 1px solid rgba(244,242,238,.2); overflow: hidden;
  flex-shrink: 0;
}
.lang-btn {
  background: transparent; border: none; cursor: none;
  font-family: var(--fb); font-size: 10px; letter-spacing: 2px;
  text-transform: uppercase; padding: 8px 12px;
  color: rgba(244,242,238,.4);
  transition: color .25s, background .25s;
}
.lang-btn.active { background: var(--orange); color: var(--black); font-weight: 700; }
.lang-sep { width: 1px; height: 16px; background: rgba(244,242,238,.2); flex-shrink: 0; }
[data-theme="light"] .lang-toggle { border-color: rgba(8,8,8,.2); }
[data-theme="light"] .lang-btn { color: rgba(8,8,8,.4); }
[data-theme="light"] .lang-sep { background: rgba(8,8,8,.15); }

/* ─── LAYOUT HELPERS ────────────────────────────── */
.nav-right          { display: flex; align-items: center; gap: 12px; }
.manifesto-label    { text-align: center; margin-bottom: 56px; }
.m-sub-first        { margin-top: 52px; }
.cta-line1          { display: block; }
.cta-line2          { display: block; }

/* ─── HAMBURGER & MOBILE NAV ────────────────────── */
.nav-ham {
  display: none;
  background: transparent;
  border: 1px solid rgba(244,242,238,.22);
  padding: 9px 10px; cursor: pointer;
  color: var(--white);
  align-items: center; justify-content: center;
  flex-shrink: 0;
}
.nav-ham svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; }
[data-theme="light"] .nav-ham { border-color: rgba(8,8,8,.2); color: #080808; }

.mob-nav {
  position: fixed; inset: 0; z-index: 2000;
  background: var(--black);
  display: flex; flex-direction: column;
  padding: 0 28px 48px;
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.16,1,.3,1);
  overflow-y: auto;
}
.mob-nav.open { transform: translateX(0); }
[data-theme="light"] .mob-nav { background: #F4F2EE; }

.mob-nav-top {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 0; margin-bottom: 40px;
  border-bottom: 1px solid rgba(244,242,238,.07);
  position: sticky; top: 0;
  background: var(--black);
  z-index: 1;
}
[data-theme="light"] .mob-nav-top { background: #F4F2EE; border-color: rgba(8,8,8,.08); }

.mob-logo {
  font-family: var(--fd); font-size: 22px; letter-spacing: 5px;
  color: var(--white); text-decoration: none;
}
[data-theme="light"] .mob-logo { color: #080808; }

.mob-close {
  background: transparent; border: 1px solid rgba(244,242,238,.2);
  padding: 10px; cursor: pointer; color: var(--white);
  display: flex; align-items: center; justify-content: center;
}
.mob-close svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 1.5; }
[data-theme="light"] .mob-close { border-color: rgba(8,8,8,.15); color: #080808; }

.mob-links { list-style: none; flex: 1; }
.mob-links li { border-bottom: 1px solid rgba(244,242,238,.07); }
[data-theme="light"] .mob-links li { border-color: rgba(8,8,8,.08); }
.mob-links a {
  display: block; padding: 20px 0;
  font-family: var(--fd); font-size: clamp(32px, 10vw, 48px);
  letter-spacing: 3px; color: var(--white);
  text-decoration: none;
  transition: color .25s, padding-left .3s cubic-bezier(.16,1,.3,1);
}
[data-theme="light"] .mob-links a { color: #080808; }
.mob-links a:hover { color: var(--orange); padding-left: 10px; }

.mob-bottom { display: flex; flex-direction: column; gap: 18px; margin-top: 40px; }
.mob-cta {
  display: block; text-align: center;
  padding: 18px 32px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  font-family: var(--fb); font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--black); text-decoration: none;
}
.mob-controls { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.mob-lang { display: flex; }

/* ─── NO CURSOR ON TOUCH ────────────────────────── */
@media (hover: none) {
  #cursor, #cursor-ring { display: none; }
  body { cursor: auto; }
  a, button, .val-card, .coll-item, #badge { cursor: pointer; }
}

/* ─── TABLET (≤1024px) ──────────────────────────── */
@media (max-width: 1024px) {
  .nav-links { gap: 22px; }
  .nav-right { gap: 10px; }
  .nav-btn { padding: 9px 16px; }
  .hero { padding: 110px 40px 40px; }
  .values, .collections, .manifesto,
  .cta-section, footer { padding-left: 40px; padding-right: 40px; }
  .coll-grid { grid-template-rows: 400px; }
}

/* ─── MOBILE (≤768px) ───────────────────────────── */
@media (max-width: 768px) {
  .ld-logo-img { height: 110px; }

  nav { padding: 18px 24px; }
  nav.scrolled { padding: 14px 24px; }
  .nav-links, .nav-right { display: none; }
  .nav-ham { display: flex; }

  .hero { padding: 88px 24px 36px; min-height: 100svh; }
  .hero-title { font-size: clamp(60px, 20vw, 110px); }
  .hero-ghost { display: none; }
  .hero-desc { font-size: 13px; margin-top: 24px; max-width: 100%; line-height: 1.75; }
  .hero-actions { flex-direction: column; gap: 12px; margin-top: 24px; }
  .hero-actions .btn-fire,
  .hero-actions .btn-ghost { text-align: center; padding: 16px 20px; width: 100%; }

  .marquee-wrap { margin-top: 40px; }

  .values { padding: 80px 24px; }
  .values-head { margin-bottom: 44px; }
  .val-grid { grid-template-columns: 1fr; }
  .val-card { padding: 36px 28px; }

  .quote-section { padding: 90px 24px; }
  .taf-they { letter-spacing: 8px; }
  .taf-fearless { letter-spacing: 3px; }

  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat { padding: 36px 16px; }
  .stat-n { font-size: 44px; }

  .collections { padding: 80px 24px; }
  .coll-head { flex-direction: column; align-items: flex-start; gap: 20px; }
  .coll-grid { grid-template-columns: 1fr; grid-template-rows: 300px 220px 220px; }
  .coll-features { grid-template-columns: repeat(2, 1fr); }

  .totem-section { padding: 60px 0; }
  .totem { width: 220px; height: 220px; }
  .ring1 { width: 100px; height: 100px; }
  .ring2 { width: 160px; height: 160px; }
  .ring3 { width: 220px; height: 220px; }
  .lion-svg-wrap { width: 140px; height: 140px; }

  .manifesto { padding: 90px 24px; }
  .m-line { font-size: clamp(20px, 7.5vw, 38px); }
  .m-end { font-size: clamp(28px, 9vw, 56px); }
  .m-sub-first { margin-top: 28px; }

  .cta-section { padding: 90px 24px; }
  .cta-title { font-size: clamp(44px, 15vw, 90px); line-height: .9; }
  .cta-sub { font-size: 12px; margin-bottom: 36px; }
  .email-form { flex-direction: column; border: none; gap: 10px; max-width: 100%; }
  .email-input { border: 1px solid rgba(244,242,238,.18); padding: 16px 18px; }
  [data-theme="light"] .email-input { border-color: rgba(8,8,8,.18); }
  .email-submit { padding: 16px 24px; }

  footer { padding: 60px 24px 36px; }
  .foot-top { grid-template-columns: 1fr; gap: 36px; margin-bottom: 40px; }
  .foot-bottom { flex-direction: column; gap: 18px; text-align: center; }

  #badge { width: 58px; height: 58px; bottom: 18px; right: 18px; }
  .badge-inner { width: 44px; height: 44px; }
  .badge-inner svg { width: 18px; height: 18px; }
}

/* ─── LOGO IMAGE ────────────────────────────────── */
.logo-img {
  display: block;
}
[data-theme="light"] .logo-img {
  filter: invert(1);
}

.nav-logo-img  { height: 70px; width: auto; transition: height .4s ease; }
nav.scrolled .nav-logo-img { height: 46px; }
.mob-logo-img  { height: 80px;  width: auto; }
.ld-logo-img   { height: 400px; width: auto; }
.foot-logo-img { height: 120px; width: auto; }
.totem-logo    { width: 100%; height: 100%; object-fit: contain; }

/* ─── CART ──────────────────────────────────────── */
.cart-toggle {
  position: relative;
  background: none; border: none; cursor: none;
  color: var(--white); padding: 6px;
  display: flex; align-items: center; justify-content: center;
}
[data-theme="light"] .cart-toggle { color: #080808; }
.cart-toggle svg { width: 22px; height: 22px; }
.cart-count {
  position: absolute; top: -2px; right: -4px;
  background: var(--orange); color: #fff;
  font-family: var(--fb); font-size: 9px; font-weight: 700;
  width: 16px; height: 16px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: scale(0);
  transition: opacity .2s, transform .2s;
}
.cart-count.visible { opacity: 1; transform: scale(1); }

.cart-overlay {
  position: fixed; inset: 0; z-index: 1998;
  background: rgba(0,0,0,.6);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  opacity: 0; pointer-events: none;
  transition: opacity .35s ease;
}
.cart-overlay.open { opacity: 1; pointer-events: all; }

.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 1999;
  width: min(420px, 100vw);
  background: #0d0d0d;
  border-left: 1px solid rgba(255,85,0,.15);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.16,1,.3,1);
}
[data-theme="light"] .cart-drawer { background: #f4f2ee; border-left-color: rgba(255,85,0,.2); }
.cart-drawer.open { transform: translateX(0); }

.cart-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 28px 28px 20px;
  border-bottom: 1px solid rgba(244,242,238,.08);
}
[data-theme="light"] .cart-header { border-bottom-color: rgba(8,8,8,.1); }
.cart-title {
  font-family: var(--fd); font-size: 18px; letter-spacing: 4px;
  color: var(--white);
}
[data-theme="light"] .cart-title { color: #080808; }
.cart-close {
  background: none; border: none; cursor: none;
  color: rgba(244,242,238,.4); padding: 6px;
  display: flex; align-items: center; justify-content: center;
  transition: color .2s;
}
[data-theme="light"] .cart-close { color: rgba(8,8,8,.4); }
.cart-close:hover { color: var(--orange); }
.cart-close svg { width: 20px; height: 20px; }

.cart-items {
  flex: 1; overflow-y: auto; padding: 20px 28px;
}
.cart-empty {
  color: rgba(244,242,238,.3); font-size: 13px;
  letter-spacing: 2px; text-align: center; margin-top: 60px;
}
[data-theme="light"] .cart-empty { color: rgba(8,8,8,.35); }

.cart-row {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(244,242,238,.07);
}
[data-theme="light"] .cart-row { border-bottom-color: rgba(8,8,8,.08); }
.cart-row-info { flex: 1; }
.cart-row-name {
  font-family: var(--fd); font-size: 13px; letter-spacing: 2px;
  color: var(--white); margin-bottom: 6px;
}
[data-theme="light"] .cart-row-name { color: #080808; }
.cart-row-price { font-size: 12px; color: var(--orange); letter-spacing: 1px; }
.cart-row-qty {
  display: flex; align-items: center; gap: 10px;
}
.qty-btn {
  background: rgba(255,85,0,.12); border: none; cursor: none;
  color: var(--white); width: 26px; height: 26px; border-radius: 50%;
  font-size: 16px; display: flex; align-items: center; justify-content: center;
  transition: background .2s;
}
[data-theme="light"] .qty-btn { background: rgba(255,85,0,.15); color: #080808; }
.qty-btn:hover { background: var(--orange); color: #fff; }
.qty-num {
  font-family: var(--fd); font-size: 14px; letter-spacing: 1px;
  color: var(--white); min-width: 18px; text-align: center;
}
[data-theme="light"] .qty-num { color: #080808; }
.cart-row-remove {
  background: none; border: none; cursor: none;
  color: rgba(244,242,238,.2); padding: 4px;
  transition: color .2s;
}
.cart-row-remove:hover { color: #ff3333; }
.cart-row-remove svg { width: 15px; height: 15px; }

.cart-footer {
  padding: 20px 28px 32px;
  border-top: 1px solid rgba(244,242,238,.08);
}
[data-theme="light"] .cart-footer { border-top-color: rgba(8,8,8,.1); }
.cart-footer.hidden { display: none; }
.cart-total-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 20px;
  font-family: var(--fd); font-size: 14px; letter-spacing: 3px;
  color: var(--white);
}
[data-theme="light"] .cart-total-row { color: #080808; }
#cart-total { color: var(--orange); font-size: 18px; }
.cart-checkout-btn {
  width: 100%; padding: 18px;
  background: linear-gradient(135deg, var(--orange), var(--yellow));
  border: none; cursor: none;
  font-family: var(--fb); font-size: 11px; font-weight: 700;
  letter-spacing: 4px; color: #080808;
  transition: opacity .2s, transform .2s;
}
.cart-checkout-btn:hover { opacity: .88; transform: translateY(-1px); }

.coll-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-top: 2px;
}
.feat-card {
  padding: 32px 28px;
  background: rgba(255,255,255,.02);
  border-top: 1px solid rgba(255,85,0,.12);
  display: flex; flex-direction: column; gap: 16px;
  transition: background .3s;
}
.feat-card:hover { background: rgba(255,85,0,.05); }
[data-theme="light"] .feat-card { background: rgba(0,0,0,.02); border-top-color: rgba(255,85,0,.2); }
[data-theme="light"] .feat-card:hover { background: rgba(255,85,0,.06); }
.feat-num {
  font-family: var(--fd);
  font-size: 11px; letter-spacing: 3px;
  color: var(--orange); opacity: .7;
}
.feat-bar {
  width: 28px; height: 1px;
  background: linear-gradient(90deg, var(--orange), transparent);
}
.feat-txt {
  font-size: 11px; line-height: 1.75; letter-spacing: .4px;
  color: rgba(244,242,238,.45);
}
[data-theme="light"] .feat-txt { color: rgba(8,8,8,.45); }

.coll-soon {
  display: inline-block;
  font-family: var(--fb); font-size: 9px; font-weight: 700;
  letter-spacing: 3px; color: rgba(244,242,238,.4);
  border: 1px solid rgba(244,242,238,.2);
  padding: 8px 16px;
}

.coll-price-tag {
  font-family: var(--fd); font-size: 18px; letter-spacing: 2px;
  color: var(--yellow); margin: 8px 0 14px;
}
.coll-cart-btn {
  background: none;
  border: 1px solid rgba(244,242,238,.6);
  color: var(--white);
  font-family: var(--fb); font-size: 9px; font-weight: 700;
  letter-spacing: 3px; padding: 10px 20px; cursor: none;
  transition: background .25s, border-color .25s, color .25s;
}
.coll-cart-btn:hover {
  background: var(--orange); border-color: var(--orange); color: #080808;
}

/* ─── SIZE SELECTOR ──────────────────────────────── */
.size-row { display: flex; flex-direction: column; gap: 7px; margin-bottom: 10px; }
.size-label {
  font-family: var(--fd); font-size: 9px; letter-spacing: 3px;
  color: rgba(244,242,238,.45); text-transform: uppercase;
}
.size-btns { display: flex; gap: 5px; flex-wrap: wrap; }
.size-btn {
  font-family: var(--fd); font-size: 9px; letter-spacing: 1px;
  width: 34px; height: 26px;
  background: transparent;
  border: 1px solid rgba(244,242,238,.2);
  color: rgba(244,242,238,.7);
  cursor: none;
  transition: border-color .2s, background .2s, color .2s;
}
.size-btn:hover { border-color: var(--orange); color: var(--orange); }
.size-btn.selected { background: var(--orange); border-color: var(--orange); color: #080808; }
@keyframes size-shake {
  0%,100% { transform: translateX(0); }
  25%      { transform: translateX(-5px); }
  75%      { transform: translateX(5px); }
}
.size-btns.shake { animation: size-shake .3s ease; }

/* ─── SMALL MOBILE (≤390px) ─────────────────────── */
@media (max-width: 390px) {
  .hero-title { font-size: 17vw; }
  .hero { padding-top: 80px; }
  .stat-n { font-size: 38px; }
  .cta-title { font-size: 13vw; }
}

/* ─── ZOOM MODAL ─────────────────────────────────── */
.zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(0,0,0,.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  cursor: pointer;
}
.zoom-overlay.active {
  opacity: 1;
  pointer-events: all;
}
.zoom-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  z-index: 1;
}
.zoom-close:hover { background: rgba(255,85,0,.4); }
.zoom-close svg { width: 18px; height: 18px; stroke: currentColor; }
.zoom-video {
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
  height: auto;
  display: block;
  cursor: default;
  box-shadow: 0 0 80px rgba(0,0,0,.8);
}
