/*
Theme Name:  LD Scents
Theme URI:   https://ldscents.com
Author:      LD Scents
Author URI:  https://ldscents.com
Description: Dark luxury one-page fragrance theme. Cinematic hero video, smooth scroll, marquee strip, product feature sections, and full Customizer integration. Compatible with WooCommerce.
Version:     2.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License:     GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ld-scents
Tags:        one-page, dark, luxury, ecommerce, custom-colors, custom-logo, full-width-template
*/

/* ==========================================================================
   RESET & TOKENS
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { width: 100%; overflow-x: hidden; }

:root {
  --lds-black:    #09080a;
  --lds-black-2:  #111013;
  --lds-black-3:  #1a181c;
  --lds-white:    #f2ede8;
  --lds-white-2:  #c8c3bc;
  --lds-gold:     #b99a64;
  --lds-gold-dim: #8a7148;
  --lds-serif:    'Cormorant Garamond', Georgia, serif;
  --lds-sans:     'Inter', system-ui, sans-serif;
}

body {
  background: var(--lds-black);
  color: var(--lds-white);
  font-family: var(--lds-sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  cursor: none;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ==========================================================================
   CUSTOM CURSOR
   ========================================================================== */

#lds-cursor {
  position: fixed;
  width: 8px; height: 8px;
  background: var(--lds-gold);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.3s, height 0.3s, background 0.3s, opacity 0.3s;
  mix-blend-mode: difference;
}
#lds-cursor.is-hover {
  width: 40px; height: 40px;
  background: var(--lds-white);
  opacity: 0.3;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.lds-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 52px;
  transition: background 0.5s, padding 0.4s, backdrop-filter 0.5s;
}
.lds-nav.is-scrolled {
  background: rgba(9,8,10,0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 16px 52px;
  border-bottom: 1px solid rgba(242,237,232,0.07);
}

.lds-nav-logo { display: flex; align-items: center; }
.lds-nav-logo img {
  height: 36px;
  filter: invert(1) brightness(0.88);
  transition: filter 0.3s;
}
.lds-nav-logo:hover img { filter: invert(1) brightness(1); }
.lds-nav-logo-text {
  font-family: var(--lds-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--lds-white);
  letter-spacing: 0.04em;
}

.lds-nav-links { display: flex; gap: 40px; }
.lds-nav-links a {
  font-family: var(--lds-sans);
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lds-white-2);
  position: relative;
  transition: color 0.25s;
}
.lds-nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0;
  width: 0; height: 1px;
  background: var(--lds-gold);
  transition: width 0.35s ease;
}
.lds-nav-links a:hover { color: var(--lds-white); }
.lds-nav-links a:hover::after { width: 100%; }

.lds-nav-actions { display: flex; align-items: center; gap: 20px; }
.lds-nav-icon-btn {
  background: none; border: none; cursor: none;
  color: var(--lds-white-2);
  display: flex; align-items: center;
  padding: 4px;
  transition: color 0.25s;
  position: relative;
}
.lds-nav-icon-btn:hover { color: var(--lds-white); }
.lds-cart-dot {
  position: absolute; top: 2px; right: 2px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--lds-gold);
}

/* ==========================================================================
   HERO
   ========================================================================== */

.lds-hero {
  position: relative;
  width: 100%; height: 100vh;
  min-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lds-hero-video-wrap {
  position: absolute;
  inset: 0; overflow: hidden;
}
.lds-hero-video {
  position: absolute;
  inset: -10% 0;
  width: 100%; height: 120%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}
.lds-hero-bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
}
.lds-hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(9,8,10,0.82) 0%, rgba(9,8,10,0.3) 60%, rgba(9,8,10,0.6) 100%),
    linear-gradient(to top,   rgba(9,8,10,0.95) 0%, transparent 50%);
  z-index: 2;
}

.lds-hero-content {
  position: relative;
  z-index: 10;
  padding: 0 52px 64px;
}

.lds-hero-eyebrow {
  font-family: var(--lds-sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--lds-gold);
  margin-bottom: 20px;
  animation: ldsUp 0.8s 0.3s ease both;
}
.lds-hero-title {
  font-family: var(--lds-serif);
  font-weight: 300;
  font-size: clamp(72px, 10vw, 148px);
  line-height: 0.9; letter-spacing: -0.015em;
  color: var(--lds-white);
  max-width: 800px;
  animation: ldsUp 1s 0.5s ease both;
}
.lds-hero-title em { font-style: italic; color: var(--lds-white-2); }

.lds-hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px; margin-top: 40px;
  animation: ldsUp 0.8s 0.8s ease both;
}
.lds-hero-desc {
  font-family: var(--lds-sans);
  font-size: 13px; font-weight: 300;
  line-height: 1.85; color: var(--lds-white-2);
  max-width: 320px;
}

.lds-scroll-hint {
  position: absolute;
  bottom: 28px; right: 52px;
  z-index: 10;
  display: flex; flex-direction: column;
  align-items: center; gap: 8px;
  animation: ldsUp 0.8s 1.1s ease both;
}
.lds-scroll-hint span {
  font-size: 9px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--lds-white-2);
  writing-mode: vertical-rl;
}
.lds-scroll-line {
  width: 1px; height: 48px;
  background: rgba(242,237,232,0.2);
  position: relative; overflow: hidden;
}
.lds-scroll-line::after {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 50%;
  background: var(--lds-gold);
  animation: ldsScrollDrop 1.6s 1.3s ease-in-out infinite;
}

@keyframes ldsUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ldsScrollDrop {
  0%   { transform: translateY(-100%); }
  50%  { transform: translateY(100%); }
  100% { transform: translateY(200%); }
}

/* ==========================================================================
   MARQUEE
   ========================================================================== */

.lds-marquee {
  border-top: 1px solid rgba(242,237,232,0.07);
  border-bottom: 1px solid rgba(242,237,232,0.07);
  padding: 18px 0; overflow: hidden;
  background: var(--lds-black-2);
}
.lds-marquee-track {
  display: flex; white-space: nowrap;
  animation: ldsMarquee 28s linear infinite;
  will-change: transform;
}
.lds-marquee-track:hover { animation-play-state: paused; }
.lds-marquee-item {
  display: inline-flex; align-items: center;
  gap: 28px; padding: 0 28px;
  font-family: var(--lds-serif);
  font-style: italic; font-size: 16px; font-weight: 300;
  color: var(--lds-white-2); letter-spacing: 0.02em;
}
.lds-marquee-dot {
  width: 4px; height: 4px;
  border-radius: 50%; background: var(--lds-gold);
  flex-shrink: 0; display: inline-block;
}
@keyframes ldsMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ==========================================================================
   SHARED ELEMENTS
   ========================================================================== */

.lds-section-tag {
  font-family: var(--lds-sans);
  font-size: 10px; font-weight: 500;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--lds-gold); margin-bottom: 16px;
}
.lds-section-heading {
  font-family: var(--lds-serif);
  font-weight: 300;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1; color: var(--lds-white);
  letter-spacing: -0.01em;
}
.lds-section-heading em { font-style: italic; color: var(--lds-white-2); }

.lds-section-link {
  font-family: var(--lds-sans);
  font-size: 11px; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--lds-white-2);
  display: inline-flex; align-items: center; gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(242,237,232,0.2);
  transition: color 0.25s, border-color 0.25s;
}
.lds-section-link:hover { color: var(--lds-gold); border-color: var(--lds-gold); }

/* Placeholder */
.lds-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center;
  justify-content: center; position: relative;
}
.lds-img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(242,237,232,0.025) 0px, rgba(242,237,232,0.025) 1px,
    transparent 1px, transparent 8px
  );
}
.lds-img-placeholder span {
  font-family: monospace; font-size: 9px;
  color: rgba(242,237,232,0.2); letter-spacing: 0.08em;
  text-align: center; line-height: 1.8;
  position: relative; z-index: 1;
}

/* Buttons */
.lds-btn-gold {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--lds-gold); color: var(--lds-black);
  padding: 14px 32px;
  font-family: var(--lds-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 2px; flex-shrink: 0;
  transition: background 0.3s, transform 0.3s;
}
.lds-btn-gold:hover { background: var(--lds-white); transform: translateY(-2px); }

.lds-btn-ghost {
  display: inline-flex; align-items: center; gap: 12px;
  border: 1px solid rgba(242,237,232,0.25);
  padding: 14px 30px;
  font-family: var(--lds-sans); font-size: 11px; font-weight: 400;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--lds-white); width: fit-content; border-radius: 2px;
  transition: border-color 0.3s, color 0.3s, transform 0.3s;
}
.lds-btn-ghost:hover { border-color: var(--lds-gold); color: var(--lds-gold); transform: translateX(4px); }

.lds-btn-dark {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--lds-black); color: var(--lds-white);
  padding: 16px 40px;
  font-family: var(--lds-sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: 2px; position: relative;
  transition: background 0.3s, transform 0.3s;
}
.lds-btn-dark:hover { background: var(--lds-black-3); transform: translateY(-2px); }

/* ==========================================================================
   NEW ARRIVALS
   ========================================================================== */

.lds-arrivals { padding: 120px 52px; }
.lds-arrivals-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 60px;
}
.lds-arrivals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}
.lds-arrival-card {
  position: relative; overflow: hidden;
  cursor: none; background: var(--lds-black-3);
}
.lds-arrival-card-img {
  width: 100%; aspect-ratio: 3/4;
  overflow: hidden; position: relative;
  display: flex; align-items: center; justify-content: center;
}
.lds-arrival-card-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
}
.lds-arrival-card:hover .lds-arrival-card-img img { transform: scale(1.04); }
.lds-arrival-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(9,8,10,0.92) 0%, transparent 55%);
  z-index: 5;
}
.lds-arrival-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 28px 24px; z-index: 10;
}
.lds-arrival-name {
  font-family: var(--lds-serif); font-size: 22px; font-weight: 400;
  color: var(--lds-white); margin-bottom: 4px;
}
.lds-arrival-sub {
  font-family: var(--lds-sans); font-size: 11px; font-weight: 300;
  color: var(--lds-white-2); letter-spacing: 0.06em; margin-bottom: 16px;
}
.lds-arrival-btn {
  display: inline-block;
  font-family: var(--lds-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--lds-gold);
  opacity: 0; transform: translateY(8px);
  transition: opacity 0.35s 0.05s, transform 0.35s 0.05s;
}
.lds-arrival-card:hover .lds-arrival-btn { opacity: 1; transform: translateY(0); }

/* ==========================================================================
   FEATURE SECTIONS
   ========================================================================== */

.lds-feature {
  display: grid; grid-template-columns: 1fr 1fr;
  min-height: 620px; overflow: hidden;
}
.lds-feature.is-reversed { direction: rtl; }
.lds-feature.is-reversed > * { direction: ltr; }

.lds-feature-visual {
  position: relative; overflow: hidden;
  background: var(--lds-black-3);
}
.lds-feature-visual-inner {
  position: absolute; inset: -10%;
  width: 120%; height: 120%;
  display: flex; align-items: center; justify-content: center;
  will-change: transform;
}
.lds-feature-visual-inner::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    135deg,
    rgba(242,237,232,0.018) 0px, rgba(242,237,232,0.018) 1px,
    transparent 1px, transparent 10px
  );
}
.lds-feature-visual img { width: 100%; height: 100%; object-fit: cover; }
.lds-feature-placeholder {
  font-family: monospace; font-size: 10px;
  color: rgba(242,237,232,0.15); text-align: center;
  line-height: 2; letter-spacing: 0.06em; position: relative; z-index: 1;
}

.lds-feature-body {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 72px; background: var(--lds-black-2);
}
.lds-feature-number {
  font-family: var(--lds-serif); font-size: 100px; font-weight: 300;
  color: rgba(242,237,232,0.04); line-height: 1;
  margin-bottom: -20px; letter-spacing: -0.04em;
}
.lds-feature-title {
  font-family: var(--lds-serif); font-weight: 300;
  font-size: clamp(36px, 3.5vw, 54px); line-height: 1.05;
  color: var(--lds-white); margin-bottom: 20px;
}
.lds-feature-title em { font-style: italic; color: var(--lds-white-2); }
.lds-feature-desc {
  font-family: var(--lds-sans); font-size: 14px; font-weight: 300;
  line-height: 1.9; color: var(--lds-white-2);
  max-width: 360px; margin-bottom: 36px;
}

.lds-notes { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 40px; }
.lds-note-pill {
  font-family: var(--lds-sans); font-size: 10px; font-weight: 400;
  letter-spacing: 0.1em; color: var(--lds-gold);
  border: 1px solid rgba(185,154,100,0.3);
  padding: 6px 14px; border-radius: 100px;
}

/* ==========================================================================
   SHOP GRID
   ========================================================================== */

.lds-shop { padding: 120px 52px; background: var(--lds-black-2); }
.lds-shop-header {
  display: flex; align-items: flex-end;
  justify-content: space-between; margin-bottom: 60px;
}
.lds-product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }

.lds-product-card { cursor: none; }
.lds-product-img-wrap {
  width: 100%; aspect-ratio: 3/4;
  background: var(--lds-black-3); border-radius: 2px;
  margin-bottom: 16px; overflow: hidden;
  position: relative; display: flex;
  align-items: center; justify-content: center;
}
.lds-product-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.lds-product-card:hover .lds-product-img-wrap img { transform: scale(1.03); }
.lds-product-img-wrap::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(9,8,10,0);
  transition: background 0.35s; pointer-events: none;
}
.lds-product-card:hover .lds-product-img-wrap::after { background: rgba(9,8,10,0.2); }
.lds-product-img-wrap span {
  font-family: monospace; font-size: 9px;
  color: rgba(242,237,232,0.18); text-align: center; line-height: 1.8;
  letter-spacing: 0.06em; position: relative; z-index: 1;
}
.lds-product-add {
  position: absolute; bottom: 12px; left: 12px; right: 12px;
  background: var(--lds-gold); color: var(--lds-black);
  font-family: var(--lds-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  text-align: center; padding: 10px; border-radius: 2px;
  z-index: 5; opacity: 0; transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}
.lds-product-card:hover .lds-product-add { opacity: 1; transform: translateY(0); }
.lds-product-name {
  font-family: var(--lds-serif); font-size: 18px; font-weight: 400;
  color: var(--lds-white); margin-bottom: 4px;
}
.lds-product-meta { display: flex; align-items: center; justify-content: space-between; }
.lds-product-price { font-family: var(--lds-sans); font-size: 13px; font-weight: 300; color: var(--lds-white-2); }
.lds-product-type { font-family: var(--lds-sans); font-size: 10px; font-weight: 300; color: var(--lds-gold-dim); letter-spacing: 0.08em; }

/* ==========================================================================
   STORY
   ========================================================================== */

.lds-story { display: grid; grid-template-columns: 1fr 1fr; min-height: 700px; }
.lds-story-left {
  background: var(--lds-black-3); position: relative;
  overflow: hidden; display: flex;
  align-items: center; justify-content: center;
}
.lds-story-left::before {
  content: ''; position: absolute; inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(242,237,232,0.015) 0px, rgba(242,237,232,0.015) 1px,
    transparent 1px, transparent 60px
  ); pointer-events: none;
}
.lds-story-left img.lds-story-image {
  width: 100%; height: 100%; object-fit: cover;
}
.lds-story-watermark {
  position: absolute; bottom: -20px; right: -20px;
  opacity: 0.04; width: 260px; filter: invert(1);
  z-index: 0; pointer-events: none;
}
.lds-story-right {
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px 80px; background: var(--lds-black);
}
.lds-story-quote {
  font-family: var(--lds-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300; font-style: italic;
  color: var(--lds-white-2); line-height: 1.4;
  margin-bottom: 32px;
  border-left: 2px solid var(--lds-gold); padding-left: 28px;
}
.lds-story-body {
  font-family: var(--lds-sans); font-size: 14px; font-weight: 300;
  line-height: 1.9; color: rgba(200,195,188,0.7);
  max-width: 400px; margin-bottom: 48px;
}
.lds-stats-row { display: flex; gap: 48px; margin-bottom: 48px; }
.lds-stat-num { font-family: var(--lds-serif); font-size: 42px; font-weight: 300; color: var(--lds-white); line-height: 1; }
.lds-stat-label { font-family: var(--lds-sans); font-size: 10px; font-weight: 300; color: var(--lds-white-2); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; }

/* ==========================================================================
   CTA STRIP
   ========================================================================== */

.lds-cta {
  background: var(--lds-gold); padding: 100px 52px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 32px;
  position: relative; overflow: hidden;
}
.lds-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 120%, rgba(9,8,10,0.2), transparent);
  pointer-events: none;
}
.lds-cta-eyebrow {
  font-family: var(--lds-sans); font-size: 10px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(9,8,10,0.55); position: relative;
}
.lds-cta-heading {
  font-family: var(--lds-serif); font-weight: 300;
  font-size: clamp(52px, 7vw, 100px); line-height: 0.95;
  color: var(--lds-black); letter-spacing: -0.025em; position: relative;
}
.lds-cta-heading em { font-style: italic; }
.lds-cta-sub {
  font-family: var(--lds-sans); font-size: 14px; font-weight: 300;
  color: rgba(9,8,10,0.65); max-width: 380px; line-height: 1.7; position: relative;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.lds-footer {
  background: var(--lds-black);
  border-top: 1px solid rgba(242,237,232,0.07);
  padding: 60px 52px 40px;
}
.lds-footer-top {
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(242,237,232,0.07);
  margin-bottom: 40px;
}
.lds-footer-brand img { height: 32px; filter: invert(1) brightness(0.8); margin-bottom: 16px; }
.lds-footer-brand p { font-family: var(--lds-sans); font-size: 12px; font-weight: 300; color: rgba(200,195,188,0.5); line-height: 1.8; max-width: 200px; }
.lds-footer-col-title { font-family: var(--lds-sans); font-size: 10px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--lds-white-2); margin-bottom: 20px; }
.lds-footer-col-links { display: flex; flex-direction: column; gap: 12px; }
.lds-footer-col-links a { font-family: var(--lds-sans); font-size: 13px; font-weight: 300; color: rgba(200,195,188,0.5); transition: color 0.25s; }
.lds-footer-col-links a:hover { color: var(--lds-white); }
.lds-footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.lds-footer-copy { font-family: var(--lds-sans); font-size: 11px; font-weight: 300; color: rgba(200,195,188,0.3); }
.lds-footer-socials { display: flex; gap: 20px; }
.lds-footer-socials a { font-family: var(--lds-sans); font-size: 11px; font-weight: 300; letter-spacing: 0.08em; color: rgba(200,195,188,0.4); transition: color 0.25s; }
.lds-footer-socials a:hover { color: var(--lds-gold); }

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */

.lds-reveal {
  opacity: 0; transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.lds-reveal-left {
  opacity: 0; transform: translateX(-40px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.lds-reveal-right {
  opacity: 0; transform: translateX(40px);
  transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1);
}
.lds-reveal.is-visible,
.lds-reveal-left.is-visible,
.lds-reveal-right.is-visible { opacity: 1; transform: translate(0); }

.lds-delay-1 { transition-delay: 0.1s; }
.lds-delay-2 { transition-delay: 0.2s; }
.lds-delay-3 { transition-delay: 0.3s; }
.lds-delay-4 { transition-delay: 0.4s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1024px) {
  .lds-arrivals-grid  { grid-template-columns: repeat(2,1fr); }
  .lds-product-grid   { grid-template-columns: repeat(2,1fr); }
  .lds-feature        { grid-template-columns: 1fr; min-height: unset; }
  .lds-feature.is-reversed { direction: ltr; }
  .lds-feature-visual { aspect-ratio: 16/9; }
  .lds-feature-body   { padding: 60px 40px; }
  .lds-story          { grid-template-columns: 1fr; }
  .lds-story-left     { aspect-ratio: 16/9; min-height: 300px; }
  .lds-story-right    { padding: 60px 40px; }
  .lds-footer-top     { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 767px) {
  body { cursor: auto; }
  #lds-cursor { display: none; }
  .lds-nav { padding: 20px 24px; }
  .lds-nav.is-scrolled { padding: 14px 24px; }
  .lds-nav-links { display: none; }
  .lds-hero-content { padding: 0 24px 52px; }
  .lds-hero-row { flex-direction: column; align-items: flex-start; }
  .lds-scroll-hint { right: 24px; }
  .lds-arrivals { padding: 80px 24px; }
  .lds-arrivals-grid { grid-template-columns: 1fr 1fr; gap: 1px; }
  .lds-shop { padding: 80px 24px; }
  .lds-product-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .lds-story-right { padding: 48px 24px; }
  .lds-stats-row { gap: 32px; }
  .lds-cta { padding: 80px 24px; }
  .lds-footer { padding: 48px 24px 32px; }
  .lds-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
