/** Shopify CDN: Minification failed

Line 14:0 All "@import" rules must come first
Line 15:0 All "@import" rules must come first

**/
/* Force dark theme regardless of Dawn defaults */
body, .shopify-section { background: #0a0a0a !important; color: #fff; }
.shopify-section > section, .shopify-section > div, .shopify-section > footer { background-color: inherit; }

/* ═══════ LCL HOMEPAGE — DESIGN SYSTEM ═══════ */

/* ═══════ FONTS ═══════ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Bebas+Neue&family=Great+Vibes&display=swap');
@import url('https://use.typekit.net/skd6oez.css');

/* ═══════ VARIABLES ═══════ */
:root {
  --gold: #d4af37;
  --gold-light: #e8c84a;
  --gold-glow: rgba(212,175,55,0.15);
  --bg: #0a0a0a;
  --bg-elevated: #111111;
  --card: #141414;
  --card-hover: #1a1a1a;
  --muted: #777777;
  --text-secondary: rgba(255,255,255,0.65);
  --border-subtle: rgba(255,255,255,0.06);
  --border-gold: rgba(212,175,55,0.15);
  --section-pad: clamp(80px, 12vw, 140px);
}

/* ═══════ BASE ═══════ */
.font-script { font-family: alisha, 'Great Vibes', cursive; }
.font-heading { font-family: 'Bebas Neue', 'Impact', sans-serif; letter-spacing: 3px; text-transform: uppercase; }
.font-body { font-family: 'Inter', sans-serif; }

/* ═══════ REVEAL ANIMATIONS ═══════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.9s cubic-bezier(0.22,1,0.36,1), transform 0.9s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.1s; } .reveal.d2 { transition-delay: 0.2s; }
.reveal.d3 { transition-delay: 0.3s; } .reveal.d4 { transition-delay: 0.4s; }
.reveal.d5 { transition-delay: 0.5s; }

/* ═══════ GOLD SHIMMER ═══════ */
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
.gold-shimmer {
  background: linear-gradient(90deg, var(--gold), #f5e6a3, var(--gold), #c4943a, var(--gold));
  background-size: 200% auto;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 4s linear infinite;
}

/* ═══════ BUTTONS ═══════ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 16px 40px; border-radius: 3px;
  font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: 2.5px; text-transform: uppercase;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1); cursor: pointer; position: relative; overflow: hidden;
  text-decoration: none;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transform: translateX(-100%); transition: transform 0.6s;
}
.btn:hover::before { transform: translateX(100%); }
.btn-outline { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn-outline:hover { background: var(--gold); color: #0a0a0a; box-shadow: 0 0 30px rgba(212,175,55,0.3); text-decoration: none; }
.btn-filled { background: var(--gold); color: #0a0a0a; border: 1px solid var(--gold); }
.btn-filled:hover { background: var(--gold-light); box-shadow: 0 0 40px rgba(212,175,55,0.35); text-decoration: none; }
.btn-ghost { background: transparent; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); padding: 16px 40px; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: #fff; }
.btn-link { color: rgba(255,255,255,0.6); font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; transition: color 0.3s; padding: 0; border: none; background: none; text-decoration: none; }
.btn-link:hover { color: var(--gold); }

/* ═══════ SECTION UTILITIES ═══════ */
.section { padding: var(--section-pad) 24px; position: relative; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  color: var(--gold); font-size: 11px; letter-spacing: 5px; text-transform: uppercase;
  margin-bottom: 20px; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 16px;
}
.section-label::before, .section-label::after { content: ''; width: 30px; height: 1px; background: var(--gold); opacity: 0.4; }
.section-title {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(36px, 5vw, 64px);
  letter-spacing: 4px; text-transform: uppercase; color: #fff;
  margin: 0 0 28px; line-height: 1.05;
}
.gold-line { width: 60px; height: 1px; margin: 48px auto; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.section-divider { height: 1px; background: linear-gradient(90deg, transparent, var(--border-gold), transparent); }

/* ═══════ HERO ═══════ */
.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; text-align: center; background: #0a0a0a; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 45%, rgba(212,175,55,0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 50% 50%, rgba(212,175,55,0.04) 0%, transparent 60%), #0a0a0a; }
.hero canvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.5) 100%); pointer-events: none; }
.hero-content { position: relative; z-index: 2; padding: 40px 24px; max-width: 860px; opacity: 0; animation: heroIn 1.4s cubic-bezier(0.22,1,0.36,1) 0.3s forwards; }
@keyframes heroIn { from { opacity: 0; transform: translateY(30px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
.hero-tag { color: var(--gold); font-size: 11px; letter-spacing: 6px; text-transform: uppercase; margin-bottom: 48px; font-weight: 400; opacity: 0.8; }
.hero-sub { font-size: clamp(15px, 2vw, 19px); color: var(--text-secondary); max-width: 520px; margin: 0 auto 56px; line-height: 1.8; font-weight: 300; }
.hero-ctas { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; align-items: center; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); z-index: 2; opacity: 0.4; animation: scrollBounce 2s ease-in-out infinite; }
@keyframes scrollBounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }

/* ═══════ PHILOSOPHY ═══════ */
.philosophy-text { font-size: clamp(16px, 1.8vw, 19px); color: var(--text-secondary); line-height: 2; font-weight: 300; max-width: 720px; margin: 0 auto 20px; }
.philosophy-highlight { color: #fff; font-weight: 400; }

/* ═══════ PILLARS ═══════ */
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; margin-top: 56px; }
.pillar-card { background: var(--card); border-radius: 12px; padding: 52px 36px; text-align: center; border: 1px solid var(--border-subtle); transition: all 0.5s cubic-bezier(0.22,1,0.36,1); display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: 0; transition: opacity 0.5s; }
.pillar-card:hover { border-color: var(--border-gold); transform: translateY(-6px); background: var(--card-hover); }
.pillar-card:hover::before { opacity: 1; }
.pillar-icon { width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(212,175,55,0.06); border: 1px solid rgba(212,175,55,0.12); margin-bottom: 28px; }
.pillar-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 32px; letter-spacing: 4px; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.pillar-card p { font-size: 14px; color: var(--muted); line-height: 1.9; margin-bottom: 36px; flex: 1; }

/* ═══════ LUZ SECTION ═══════ */
.luz-section { background: linear-gradient(180deg, var(--bg) 0%, var(--bg-elevated) 50%, var(--bg) 100%); border-top: 1px solid var(--border-gold); border-bottom: 1px solid var(--border-gold); }
.luz-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px,6vw,80px); align-items: center; }
@media (max-width: 768px) { .luz-grid { grid-template-columns: 1fr; } }

/* ═══════ LUZ ORB ═══════ */
.luz-orb-wrap { position: relative; width: 100%; max-width: 360px; aspect-ratio: 1; margin: 0 auto; }
.luz-orb-ring { position: absolute; border-radius: 50%; border: 1px solid rgba(212,175,55,0.08); animation: orbSpin 20s linear infinite; }
.luz-orb-ring:nth-child(1) { inset: 0; }
.luz-orb-ring:nth-child(2) { inset: 12%; animation-direction: reverse; animation-duration: 15s; border-color: rgba(212,175,55,0.12); }
.luz-orb-ring:nth-child(3) { inset: 24%; animation-duration: 10s; border-color: rgba(212,175,55,0.15); }
.luz-orb-ring::after { content: ''; position: absolute; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; top: 0; left: 50%; transform: translateX(-50%); box-shadow: 0 0 10px rgba(212,175,55,0.5); }
.luz-orb-core-wrap { position: absolute; inset: 36%; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.06), transparent); animation: orbPulse 4s ease-in-out infinite; }
.luz-orb-center { position: absolute; inset: 44%; border-radius: 50%; background: radial-gradient(circle, rgba(212,175,55,0.15), rgba(212,175,55,0.05) 50%, transparent 70%); box-shadow: 0 0 40px rgba(212,175,55,0.1), 0 0 80px rgba(212,175,55,0.05); }
@keyframes orbSpin { to { transform: rotate(360deg); } }
@keyframes orbPulse { 0%,100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.1); opacity: 1; } }

.luz-subtitle { font-family: alisha, 'Great Vibes', cursive; font-size: clamp(20px,3vw,28px); color: var(--gold); margin-bottom: 12px; }
.luz-body { font-size: 15px; color: var(--text-secondary); line-height: 1.9; margin-bottom: 20px; font-weight: 300; }

/* ═══════ VIDEO / CONTENT ═══════ */
.video-frame { background: var(--card); border-radius: 16px; overflow: hidden; max-width: 800px; margin: 0 auto 56px; aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; border: 1px solid var(--border-subtle); position: relative; cursor: pointer; transition: all 0.4s; }
.video-frame:hover { border-color: var(--border-gold); }
.video-frame:hover .video-play { transform: scale(1.1); box-shadow: 0 0 40px rgba(212,175,55,0.4); }
.video-play { width: 72px; height: 72px; border-radius: 50%; background: rgba(212,175,55,0.15); border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; transition: all 0.4s; }
.video-label { position: absolute; bottom: 24px; left: 0; right: 0; text-align: center; }
.video-label p { font-size: 11px; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; }

.content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 48px; }
.content-card { background: var(--card); border-radius: 10px; padding: 32px 28px; border: 1px solid var(--border-subtle); transition: all 0.4s; cursor: pointer; position: relative; overflow: hidden; }
.content-card::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--gold), transparent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.content-card:hover { border-color: var(--border-gold); transform: translateY(-3px); text-decoration: none; }
.content-card:hover::after { transform: scaleX(1); }
.content-card-num { font-family: 'Bebas Neue', sans-serif; font-size: 48px; color: rgba(212,175,55,0.08); position: absolute; top: 16px; right: 20px; }
.content-card h4 { font-size: 16px; color: #fff; font-weight: 500; line-height: 1.5; margin-bottom: 16px; padding-right: 30px; }
.content-card span { font-size: 11px; color: var(--gold); letter-spacing: 1.5px; font-weight: 500; }

/* ═══════ BOOK ═══════ */
.book-section { background: var(--bg-elevated); }
.book-grid { display: grid; grid-template-columns: auto 1fr; gap: clamp(48px,7vw,100px); align-items: center; }
@media (max-width: 768px) { .book-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; } }
.book-cover { width: clamp(220px, 22vw, 300px); }
.book-text h2 { font-family: alisha, 'Great Vibes', cursive; font-size: clamp(32px, 4.5vw, 52px); color: var(--gold); margin-bottom: 24px; }
.book-text p { font-size: 16px; color: var(--text-secondary); line-height: 1.9; margin-bottom: 28px; font-weight: 300; }
.stars { display: flex; gap: 4px; margin-bottom: 28px; }
@media (max-width: 768px) { .stars { justify-content: center; } }

/* ═══════ PRODUCTS ═══════ */
.products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-top: 56px; }
.product-card { background: var(--card); border-radius: 12px; padding: 44px 32px; text-align: center; border: 1px solid var(--border-subtle); transition: all 0.5s cubic-bezier(0.22,1,0.36,1); display: flex; flex-direction: column; align-items: center; position: relative; overflow: hidden; }
.product-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(212,175,55,0.04), transparent 60%); opacity: 0; transition: opacity 0.5s; }
.product-card:hover { border-color: var(--border-gold); transform: translateY(-6px); }
.product-card:hover::before { opacity: 1; }
.product-card h4 { font-size: 17px; color: #fff; font-weight: 600; margin-bottom: 10px; line-height: 1.4; position: relative; }
.product-card .price { font-family: 'Bebas Neue', sans-serif; font-size: 36px; color: var(--gold); margin-bottom: 12px; letter-spacing: 2px; position: relative; }
.product-card .desc { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 36px; flex: 1; position: relative; }

/* ═══════ ABOUT ═══════ */
.about-section { background: var(--bg-elevated); }
.about-inner { max-width: 800px; margin: 0 auto; }
.about-text { font-size: clamp(15px,1.6vw,17px); color: var(--text-secondary); line-height: 2; margin-bottom: 44px; font-weight: 300; }
.about-quote { position: relative; padding: 40px 0 40px 36px; margin: 0 0 44px; }
.about-quote::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--gold), transparent); }
.about-quote p { font-family: alisha, 'Great Vibes', cursive; font-size: clamp(24px, 3vw, 36px); color: rgba(255,255,255,0.85); line-height: 1.4; }
.about-quote span { display: block; font-family: 'Inter', sans-serif; font-size: 12px; color: var(--muted); font-style: normal; margin-top: 16px; letter-spacing: 2px; text-transform: uppercase; }

/* ═══════ NEWSLETTER / JOIN ═══════ */
.join-section { position: relative; overflow: hidden; padding: clamp(100px,14vw,180px) 24px; }
.join-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 50% 40% at 50% 50%, rgba(212,175,55,0.06) 0%, transparent 70%), radial-gradient(ellipse 80% 60% at 50% 50%, rgba(212,175,55,0.02) 0%, transparent 80%); }
.join-inner { max-width: 560px; margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.join-body { font-size: 16px; color: var(--text-secondary); line-height: 1.8; margin-bottom: 44px; font-weight: 300; }
.join-form { display: flex; max-width: 480px; margin: 0 auto; border-radius: 4px; overflow: hidden; border: 1px solid rgba(212,175,55,0.25); background: rgba(255,255,255,0.02); transition: border-color 0.3s; }
.join-form:focus-within { border-color: var(--gold); box-shadow: 0 0 20px rgba(212,175,55,0.1); }
.join-form input[type="email"] { flex: 1; padding: 18px 24px; background: transparent; border: none; color: #fff; font-family: 'Inter', sans-serif; font-size: 14px; outline: none; min-width: 0; }
.join-form button { padding: 18px 36px; background: var(--gold); border: none; color: #0a0a0a; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; cursor: pointer; transition: background 0.3s; white-space: nowrap; }
.join-form button:hover { background: var(--gold-light); }
.join-success { font-family: alisha, 'Great Vibes', cursive; font-size: 28px; color: var(--gold); }

/* ═══════ FOOTER ═══════ */
.lcl-footer { background: #050505; padding: 80px 32px 40px; border-top: 1px solid var(--border-gold); }
.lcl-footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 48px; }
@media (max-width: 768px) { .lcl-footer-inner { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .lcl-footer-inner { grid-template-columns: 1fr; } }
.lcl-footer-brand-name { font-family: alisha, 'Great Vibes', cursive; font-size: 28px; color: var(--gold); margin-bottom: 12px; }
.lcl-footer-brand-sub { font-size: 13px; color: var(--muted); line-height: 1.7; }
.lcl-footer-col h5 { font-size: 10px; color: var(--gold); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 20px; font-weight: 600; }
.lcl-footer-col a { display: block; color: rgba(255,255,255,0.4); font-size: 13px; line-height: 2.4; transition: color 0.3s; text-decoration: none; }
.lcl-footer-col a:hover { color: var(--gold); }
.lcl-footer-bottom { max-width: 1100px; margin: 64px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.lcl-footer-bottom p { font-size: 11px; color: rgba(255,255,255,0.25); letter-spacing: 1px; }
.lcl-footer-social { display: flex; gap: 20px; }
.lcl-footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(212,175,55,0.15); display: flex; align-items: center; justify-content: center; transition: all 0.3s; }
.lcl-footer-social a:hover { border-color: var(--gold); background: rgba(212,175,55,0.08); }
.lcl-footer-social svg { width: 14px; height: 14px; fill: var(--gold); opacity: 0.7; }
.lcl-footer-social a:hover svg { opacity: 1; }
