:root {
  --bg: #080806;
  --panel: #12120f;
  --panel-2: #1c1a15;
  --text: #f5f0e6;
  --muted: #aaa08e;
  --line: rgba(245, 240, 230, 0.14);
  --gold: #d7ff55;
  --hot: #ff4d1f;
  --blue: #77e4ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(215,255,85,.12), transparent 32rem), var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  z-index: 0;
  background-image: linear-gradient(115deg, transparent, rgba(255,255,255,.04), transparent), radial-gradient(circle, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 100% 100%, 18px 18px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px clamp(18px, 4vw, 64px);
  background: rgba(8, 8, 6, .72);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  font-weight: 950;
  letter-spacing: .18em;
  font-size: 1.1rem;
}
.brand span { color: var(--gold); }
.nav { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: .92rem; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--text); }
.nav-cta { border: 1px solid var(--line); border-radius: 999px; padding: 10px 16px; color: var(--text) !important; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 42px;
  min-height: 82vh;
  align-items: center;
  padding: 56px clamp(18px, 5vw, 80px) 90px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .76rem;
  font-weight: 800;
}
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.2rem, 9vw, 8.4rem); line-height: .86; letter-spacing: -.08em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4.8vw, 4.4rem); line-height: .92; letter-spacing: -.06em; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); line-height: 1.7; }
.hero-text { max-width: 650px; font-size: 1.1rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 850; border: 1px solid var(--line); transition: transform .25s ease, background .25s ease; }
.button:hover { transform: translateY(-3px); }
.primary { background: var(--gold); color: #111; border-color: var(--gold); }
.ghost { color: var(--text); }

.hero-stage { position: relative; min-height: 620px; display: grid; place-items: center; }
.hero-shoe { width: min(680px, 92%); aspect-ratio: 1 / .86; object-fit: cover; border-radius: 38px; box-shadow: var(--shadow); transform: rotate(-7deg); animation: float 5.5s ease-in-out infinite; }
.orb { position: absolute; border-radius: 999px; filter: blur(6px); opacity: .8; }
.orb-one { width: 220px; height: 220px; background: var(--hot); left: 8%; top: 12%; animation: pulse 5s ease-in-out infinite; }
.orb-two { width: 180px; height: 180px; background: var(--blue); right: 5%; bottom: 14%; animation: pulse 6s ease-in-out infinite reverse; }
.floating-card { position: absolute; background: rgba(18, 18, 15, .82); border: 1px solid var(--line); border-radius: 22px; padding: 18px 20px; box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.floating-card span { color: var(--muted); display: block; font-size: .78rem; margin-bottom: 5px; }
.top-card { right: 5%; top: 18%; }
.bottom-card { left: 8%; bottom: 18%; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #0e0e0a; position: relative; z-index: 1; }
.marquee div { display: flex; width: max-content; gap: 42px; padding: 18px 0; animation: marquee 22s linear infinite; }
.marquee span { text-transform: uppercase; color: var(--text); font-weight: 900; letter-spacing: .18em; }

.section, .page-hero { position: relative; z-index: 1; padding: 92px clamp(18px, 5vw, 80px); }
.page-hero { max-width: 1180px; }
.page-hero h1 { font-size: clamp(3rem, 7vw, 7rem); }
.split-section, .insight-section, .contact-layout, .story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: center; padding: 92px clamp(18px, 5vw, 80px); }
.section-copy { max-width: 720px; }
.spec-grid, .values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.spec-grid article, .values article, .chart-card, .launch-card, .brief-form { background: linear-gradient(145deg, var(--panel), var(--panel-2)); border: 1px solid var(--line); border-radius: 28px; padding: 26px; box-shadow: var(--shadow); }
.spec-grid span { color: var(--hot); font-weight: 900; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.slider-shell { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; }
.slides { position: relative; min-height: 520px; }
.slide { position: absolute; inset: 0; opacity: 0; transform: scale(.98) translateY(16px); transition: opacity .45s ease, transform .45s ease; display: grid; grid-template-columns: 1fr .7fr; gap: 26px; align-items: center; background: var(--panel); border: 1px solid var(--line); border-radius: 34px; padding: 24px; }
.slide.is-active { opacity: 1; transform: none; z-index: 2; }
.slide img { height: 470px; width: 100%; object-fit: cover; border-radius: 26px; }
.slider-btn { width: 50px; height: 50px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel); color: var(--text); font-size: 2rem; cursor: pointer; }

.chart-card { min-height: 360px; }
.bars { height: 260px; display: flex; align-items: end; gap: 18px; padding: 20px; border-radius: 20px; background: #090907; }
.bars span { flex: 1; height: var(--h); background: linear-gradient(180deg, var(--gold), var(--hot)); border-radius: 16px 16px 6px 6px; position: relative; min-height: 40px; animation: grow 1s ease both; }
.bars b { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); font-size: .75rem; color: var(--muted); }

.cta-panel { margin: 40px clamp(18px, 5vw, 80px) 90px; padding: clamp(34px, 6vw, 76px); border-radius: 36px; background: radial-gradient(circle at top right, rgba(215,255,85,.2), transparent 26rem), var(--panel); border: 1px solid var(--line); }

.filters { display: flex; gap: 12px; padding: 0 clamp(18px, 5vw, 80px) 30px; }
.filter { border: 1px solid var(--line); background: var(--panel); color: var(--text); border-radius: 999px; padding: 12px 18px; cursor: pointer; }
.filter.is-active { background: var(--gold); color: #10100d; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 0 clamp(18px, 5vw, 80px) 90px; }
.product-card { background: var(--panel); border: 1px solid var(--line); border-radius: 30px; overflow: hidden; transition: transform .25s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-8px); }
.product-card.is-hidden { display: none; }
.product-card img { height: 310px; width: 100%; object-fit: cover; }
.product-card div { padding: 22px; }
.product-card span { color: var(--gold); text-transform: uppercase; font-size: .74rem; letter-spacing: .18em; }
.product-card strong { font-size: 1.4rem; }

.story-image { border-radius: 34px; min-height: 580px; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.timeline { display: grid; gap: 18px; }
.timeline article { border-left: 2px solid var(--gold); padding: 14px 0 14px 28px; }
.timeline span { color: var(--hot); text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; }
.values { padding: 0 clamp(18px, 5vw, 80px) 92px; }

.lookbook-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 310px; gap: 18px; padding: 0 clamp(18px, 5vw, 80px) 92px; }
.lookbook-grid figure { margin: 0; position: relative; overflow: hidden; border-radius: 30px; background: var(--panel); }
.lookbook-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.lookbook-grid figure:hover img { transform: scale(1.08); }
.lookbook-grid figcaption { position: absolute; left: 18px; bottom: 18px; background: rgba(0,0,0,.62); padding: 10px 14px; border-radius: 999px; }
.wide { grid-column: span 2; }
.tall { grid-row: span 2; }

.contact-layout { align-items: start; }
.brief-form { display: grid; gap: 16px; }
label { display: grid; gap: 8px; color: var(--muted); }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; background: #090907; color: var(--text); font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form-success { display: none; color: var(--gold); }
.brief-form.sent .form-success { display: block; }
.launch-card ul { color: var(--muted); line-height: 2; }

.footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 28px clamp(18px, 5vw, 80px); border-top: 1px solid var(--line); color: var(--muted); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

@keyframes float { 0%, 100% { transform: rotate(-7deg) translateY(0); } 50% { transform: rotate(-4deg) translateY(-18px); } }
@keyframes pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.16); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes grow { from { height: 0; } }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 10px 14px; }
  .nav { position: absolute; top: 72px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; background: rgba(18,18,15,.96); border: 1px solid var(--line); border-radius: 22px; padding: 18px; }
  .nav.is-open { display: flex; }
  .hero, .split-section, .insight-section, .contact-layout, .story-layout, .slide { grid-template-columns: 1fr; }
  .hero-stage { min-height: 440px; }
  .spec-grid, .values, .product-grid { grid-template-columns: 1fr; }
  .lookbook-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .wide, .tall { grid-column: auto; grid-row: auto; }
  .slide { position: relative; display: none; }
  .slide.is-active { display: grid; }
  .slides { min-height: auto; }
  .slide img { height: 320px; }
  .footer { flex-direction: column; }
}
