/* ═══════════════════════════════════════════════════════════════════════════
   LACKHEXE PREMIUM THEME – style.css
   Purple/Gold/Cream aesthetic with shimmer effects and scroll-reveal
   Version: 1.0.1
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── 0. Local Font Embedding (DSGVO-konform) ─────────────────────────────── */

/* Bebas Neue – Regular 400 (latin-ext) */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/bebas-neue/bebas-neue-v16-latin-ext-regular.woff2') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Bebas Neue – Regular 400 (latin) */
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/bebas-neue/bebas-neue-v16-latin-regular.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* DM Sans – Light 300 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-300.woff2') format('woff2');
}

/* DM Sans – Regular 400 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-400.woff2') format('woff2');
}

/* DM Sans – Italic 400 */
@font-face {
    font-family: 'DM Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-italic-400.woff2') format('woff2');
}

/* DM Sans – Medium 500 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-500.woff2') format('woff2');
}

/* DM Sans – SemiBold 600 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-600.woff2') format('woff2');
}

/* DM Sans – Bold 700 */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/dm-sans/dm-sans-v17-latin-700.woff2') format('woff2');
}

/* ── 1. Design Tokens / CSS Custom Properties ────────────────────────────── */
:root {
    /* Primary Palette */
    --lh-purple-deep:  #1a0535;
    --lh-purple-mid:   #5a1a8f;
    --lh-purple-light: #7b3bbf;
    --lh-red-brand:    #8b1a1a;
    --lh-gold:         #c9a84c;
    --lh-gold-light:   #d4b86a;
    --lh-cream:        #faf8f5;
    --lh-white:        #ffffff;

    /* Text Colors */
    --lh-text-dark:    #140f1e;
    --lh-text-mid:     #4a3860;
    --lh-text-muted:   #6b5080;
    --lh-text-light:   rgba(250, 248, 245, 0.85);
    --lh-text-on-dark: #faf8f5;

    /* Theme Primary (for CMS integration) */
    --theme-primary:   #5a1a8f;
    --color-primary:   #5a1a8f;

    /* Surfaces & Backgrounds */
    --lh-bg-dark:      #1a0535;
    --lh-bg-light:     #faf8f5;
    --lh-bg-tinted:    #f3eff8;
    --lh-bg-card-dark: rgba(90, 26, 143, 0.12);
    --lh-bg-card-glass: rgba(255, 255, 255, 0.06);
    --lh-border-glass: rgba(255, 255, 255, 0.1);

    /* Gradients */
    --lh-grad-hero:    linear-gradient(160deg, #1a0535 0%, #2d0a4e 40%, #3a1266 70%, #1a0535 100%);
    --lh-grad-dark:    linear-gradient(160deg, #1a0535 0%, #2d0a4e 50%, #1a0535 100%);
    --lh-grad-cta:     linear-gradient(160deg, #2d0a4e 0%, #5a1a8f 50%, #2d0a4e 100%);

    /* Spacing */
    --lh-section-py:   clamp(3rem, 8vw, 6rem);
    --lh-container-px: clamp(1rem, 5vw, 2.5rem);
    --lh-container-max: 1200px;
    --lh-gap:          clamp(1.5rem, 3vw, 2.5rem);
    --lh-card-gap:     clamp(1rem, 2vw, 1.5rem);

    /* Typography */
    --lh-font-heading: 'Bebas Neue', 'Arial Narrow', sans-serif;
    --lh-font-body:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

    /* Borders & Radius */
    --lh-radius-sm:    8px;
    --lh-radius-md:    14px;
    --lh-radius-lg:    20px;
    --lh-radius-xl:    28px;

    /* Shadows */
    --lh-shadow-sm:    0 2px 8px rgba(26, 5, 53, 0.10);
    --lh-shadow-md:    0 4px 24px rgba(26, 5, 53, 0.15);
    --lh-shadow-lg:    0 8px 40px rgba(26, 5, 53, 0.20);
    --lh-shadow-glow:  0 0 40px rgba(90, 26, 143, 0.35);

    /* Transitions */
    --lh-ease:         cubic-bezier(0.4, 0, 0.2, 1);
    --lh-transition:   0.3s var(--lh-ease);

    /* Consent Banner Overrides */
    --consent-primary-color: #5a1a8f;
    --consent-bg-color: #1a0535;
    --consent-text-color: #faf8f5;
    --consent-border-color: rgba(255,255,255,0.1);
    --consent-button-primary-bg: #c9a84c;
    --consent-button-primary-color: #1a0535;
    --consent-button-secondary-bg: rgba(255,255,255,0.1);
    --consent-button-secondary-color: #faf8f5;
    --consent-border-radius: 10px;
    --consent-font-family: 'DM Sans', sans-serif;
}

/* ── 2. Base Reset & Typography ──────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
    font-family: var(--lh-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--lh-text-dark);
    background: var(--lh-cream);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lackhexe-theme { overflow-x: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: var(--lh-purple-mid); text-decoration: none; transition: color var(--lh-transition); }
a:hover { color: var(--lh-gold); }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--lh-font-heading);
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.1;
    color: inherit;
}

/* ── 3. Container ────────────────────────────────────────────────────────── */
.lh-container {
    max-width: var(--lh-container-max);
    margin: 0 auto;
    padding-left: var(--lh-container-px);
    padding-right: var(--lh-container-px);
}

/* ── 4. Skip Link ────────────────────────────────────────────────────────── */
.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    padding: 0.5rem 1rem;
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    font-weight: 600;
    border-radius: var(--lh-radius-sm);
    z-index: 10000;
    transition: top 0.2s;
}
.skip-link:focus { top: 1rem; }

/* ═══════════════════════════════════════════════════════════════════════════
   5. HEADER
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(250, 248, 245, 0.94);
    backdrop-filter: blur(18px) saturate(180%);
    -webkit-backdrop-filter: blur(18px) saturate(180%);
    border-bottom: 1px solid rgba(90, 26, 143, 0.1);
    transition: background var(--lh-transition), box-shadow var(--lh-transition);
}
.lh-header.scrolled {
    background: rgba(250, 248, 245, 0.97);
    box-shadow: 0 2px 12px rgba(26, 5, 53, 0.08);
}
.lh-header-inner {
    max-width: var(--lh-container-max);
    margin: 0 auto;
    padding: 0 var(--lh-container-px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

/* Logo */
.lh-logo { display: flex; align-items: center; flex-shrink: 0; }
.lh-logo-img { height: 62px; width: auto; transition: transform var(--lh-transition); }
.lh-logo:hover .lh-logo-img { transform: scale(1.04); }
.lh-logo-text { font-family: var(--lh-font-heading); font-size: 1.4rem; color: var(--lh-text-dark); }

/* Desktop Navigation */
.lh-nav { display: flex; align-items: center; }
.lh-nav-list {
    display: flex;
    list-style: none;
    gap: 1.75rem;
    align-items: center;
}
.lh-nav-link {
    display: block;
    padding: 0.35rem 0;
    font-family: var(--lh-font-body);
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--lh-text-mid);
    letter-spacing: 0.02em;
    transition: color var(--lh-transition);
    position: relative;
}
.lh-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--lh-purple-mid);
    transform: scaleX(0);
    transition: transform var(--lh-transition);
    transform-origin: center;
}
.lh-nav-link:hover,
.lh-nav-link.active { color: var(--lh-purple-deep); }
.lh-nav-link:hover::after,
.lh-nav-link.active::after { transform: scaleX(1); }

/* Header TikTok Button */
.lh-header-tiktok {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 1.1rem;
    background: transparent;
    color: var(--lh-text-dark);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    border: 1.5px solid var(--lh-text-mid);
    border-radius: 50px;
    transition: all var(--lh-transition);
    flex-shrink: 0;
    margin-left: 1.25rem;
}
.lh-header-tiktok:hover {
    background: var(--lh-purple-deep);
    color: var(--lh-cream);
    border-color: var(--lh-purple-deep);
    transform: translateY(-1px);
}
.lh-tiktok-icon { flex-shrink: 0; }

/* Hamburger Toggle */
.lh-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}
.lh-hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 26px;
}
.lh-hamburger span {
    display: block;
    height: 2px;
    background: var(--lh-text-dark);
    border-radius: 2px;
    transition: transform var(--lh-transition), opacity var(--lh-transition);
}
.lh-nav-toggle[aria-expanded="true"] .lh-hamburger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.lh-nav-toggle[aria-expanded="true"] .lh-hamburger span:nth-child(2) { opacity: 0; }
.lh-nav-toggle[aria-expanded="true"] .lh-hamburger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── 6. Mobile Drawer ────────────────────────────────────────────────────── */
.lh-mobile-drawer {
    position: fixed;
    inset: 0;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.35s var(--lh-ease);
}
.lh-mobile-drawer.open { pointer-events: auto; opacity: 1; }

.lh-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
}
.lh-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(320px, 85vw);
    height: 100%;
    background: var(--lh-purple-deep);
    border-left: 1px solid var(--lh-border-glass);
    transform: translateX(100%);
    transition: transform 0.35s var(--lh-ease);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}
.lh-mobile-drawer.open .lh-drawer-panel { transform: translateX(0); }

.lh-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--lh-border-glass);
}
.lh-drawer-logo img { height: 36px; width: auto; }
.lh-drawer-close {
    background: none;
    border: none;
    color: var(--lh-cream);
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    padding: 0 0.25rem;
}
.lh-drawer-nav { flex: 1; padding: 1.5rem 0; }
.lh-drawer-nav ul { list-style: none; }
.lh-drawer-link {
    display: block;
    padding: 0.85rem 1.5rem;
    color: var(--lh-text-light);
    font-size: 1.05rem;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    transition: background var(--lh-transition), color var(--lh-transition);
}
.lh-drawer-link:hover { background: rgba(255,255,255,0.05); color: var(--lh-gold); }

.lh-drawer-cta { padding: 1.5rem; border-top: 1px solid var(--lh-border-glass); }

/* ═══════════════════════════════════════════════════════════════════════════
   7. HERO SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--lh-grad-hero);
    color: var(--lh-text-on-dark);
    overflow: hidden;
    padding: clamp(3.5rem, 10vw, 7rem) var(--lh-container-px) clamp(3rem, 8vw, 5rem);
    padding-top: 72px;
}
.lh-hero-noise,
.lh-cta-noise {
    position: absolute;
    inset: 0;
    opacity: 0.035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px;
    pointer-events: none;
    z-index: 1;
}
.lh-hero-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 30%, rgba(90, 26, 143, 0.3) 0%, transparent 65%),
                radial-gradient(ellipse at 20% 80%, rgba(123, 59, 191, 0.15) 0%, transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.lh-hero-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--lh-gap);
    align-items: center;
    padding-top: clamp(3rem, 6vw, 5rem);
    padding-bottom: clamp(3rem, 6vw, 5rem);
}

.lh-hero-text { max-width: 600px; }

/* Hero Badge */
.lh-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 5px 14px;
    background: linear-gradient(135deg, var(--lh-gold), #a87c30);
    border: none;
    border-radius: 50px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lh-purple-deep);
    margin-bottom: 1.5rem;
}
.lh-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lh-gold);
    animation: livePing 2s infinite;
}

/* Hero Title with Shimmer */
.lh-hero-title {
    font-size: clamp(3.8rem, 14vw, 8rem);
    line-height: 0.92;
    margin-bottom: 1.25rem;
    letter-spacing: 0.04em;
}
.lh-shimmer {
    display: inline-block;
    background: linear-gradient(
        120deg,
        var(--lh-gold) 0%,
        var(--lh-gold-light) 25%,
        #fff 50%,
        var(--lh-gold-light) 75%,
        var(--lh-gold) 100%
    );
    background-size: 250% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText 4s linear infinite;
}

.lh-hero-subtitle {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 300;
    color: var(--lh-text-light);
    margin-bottom: 2rem;
    max-width: 500px;
    line-height: 1.6;
}

/* Hero CTAs */
.lh-hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

/* Hero Stats */
.lh-hero-stats {
    display: flex;
    gap: 1.75rem;
    margin-top: 2rem;
}
.lh-stat {
    text-align: left;
    border-left: 3px solid var(--lh-gold);
    padding-left: 0.85rem;
}
.lh-stat-value {
    display: block;
    font-family: var(--lh-font-heading);
    font-size: 2rem;
    color: var(--lh-cream);
    line-height: 1;
}
.lh-stat-label {
    display: block;
    font-size: 0.75rem;
    color: var(--lh-text-light);
    margin-top: 0.3rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* Hero Visual (Logo with Glow) */
.lh-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-hero-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-hero-glow {
    position: absolute;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(90, 26, 143, 0.5) 0%, rgba(123, 59, 191, 0.2) 40%, transparent 70%);
    animation: glowPulse 4s ease-in-out infinite;
    pointer-events: none;
}
.lh-hero-logo-img {
    position: relative;
    z-index: 1;
    width: clamp(200px, 42vw, 320px);
    animation: logoFloat 6s ease-in-out infinite;
    filter: drop-shadow(0 16px 40px rgba(0, 0, 0, 0.55));
}

/* ═══════════════════════════════════════════════════════════════════════════
   8. BUTTONS
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    font-family: var(--lh-font-body);
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all var(--lh-transition);
    text-decoration: none;
    line-height: 1.3;
}
.lh-btn-primary {
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    border-color: var(--lh-gold);
}
.lh-btn-primary:hover {
    background: var(--lh-gold-light);
    border-color: var(--lh-gold-light);
    color: var(--lh-purple-deep);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 168, 76, 0.3);
}
.lh-btn-outline {
    background: transparent;
    color: var(--lh-cream);
    border-color: rgba(250, 248, 245, 0.3);
}
.lh-btn-outline:hover {
    border-color: var(--lh-cream);
    color: var(--lh-cream);
    transform: translateY(-2px);
}
.lh-btn-tiktok {
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    justify-content: center;
    width: 100%;
    border-color: var(--lh-gold);
}
.lh-btn-tiktok:hover {
    background: var(--lh-gold-light);
    color: var(--lh-purple-deep);
}
.lh-btn-arrow { transition: transform var(--lh-transition); }
.lh-btn:hover .lh-btn-arrow { transform: translateX(4px); }

/* Light context buttons */
.lh-section.section--scheme-alt .lh-btn-outline,
.lh-expertise .lh-btn-outline {
    color: var(--lh-purple-mid);
    border-color: var(--lh-purple-mid);
}

/* ═══════════════════════════════════════════════════════════════════════════
   9. SECTIONS – Global
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-section {
    padding: var(--lh-section-py) 0;
    position: relative;
}

.lh-section-title {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    text-align: center;
    margin-bottom: 0.75rem;
    letter-spacing: 0.04em;
}
.lh-section-subtitle {
    text-align: center;
    font-size: 1.05rem;
    color: var(--lh-text-muted);
    max-width: 600px;
    margin: 0 auto 2.5rem;
    line-height: 1.6;
}
/* Section eyebrow label (used by subtitle-first pattern) */
.lh-section-eyebrow {
    display: block;
    text-align: center;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--lh-purple-mid);
    margin-bottom: 0.75rem;
}
.lh-section-eyebrow::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background: var(--lh-purple-mid);
    margin: 0.5rem auto 0;
    border-radius: 2px;
}
.lh-section-cta { text-align: center; margin-top: 2.5rem; }

/* Section color schemes */
.section--scheme-alt {
    background: var(--lh-bg-light);
    color: var(--lh-text-dark);
}
.section--scheme-primary {
    background: var(--lh-grad-dark);
    color: var(--lh-text-on-dark);
}
.section--scheme-primary .lh-section-subtitle { color: var(--lh-text-light); }
.section--scheme-dark {
    background: var(--lh-purple-deep);
    color: var(--lh-text-on-dark);
}
.section--scheme-dark .lh-section-subtitle { color: var(--lh-text-light); }

/* Section text color overrides */
.section--text-black h2, .section--text-black h3, .section--text-black h4,
.section--text-black p, .section--text-black li, .section--text-black span, .section--text-black a,
.section--text-black .lh-section-subtitle, .section--text-black .lh-card-text,
.section--text-black .lh-card-title, .section--text-black .lh-card-link,
.section--text-black .lh-card-source { color: #1a202c !important; }

.section--text-white h2, .section--text-white h3, .section--text-white h4,
.section--text-white p, .section--text-white li, .section--text-white span, .section--text-white a,
.section--text-white .lh-section-subtitle, .section--text-white .lh-card-text,
.section--text-white .lh-card-title, .section--text-white .lh-card-link,
.section--text-white .lh-card-source { color: #ffffff !important; }

.section--text-theme h2, .section--text-theme h3, .section--text-theme h4,
.section--text-theme .lh-card-title, .section--text-theme .lh-card-link {
    color: var(--theme-primary, #5a1a8f) !important;
}

/* Column control */
.section--cols-2 .lh-card-grid { grid-template-columns: repeat(2, 1fr); }
.section--cols-3 .lh-card-grid { grid-template-columns: repeat(3, 1fr); }
.section--cols-4 .lh-card-grid { grid-template-columns: repeat(4, 1fr); }

/* ═══════════════════════════════════════════════════════════════════════════
   10. CARDS – Universal Lackhexe card system
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: 1.25rem;
}

.lh-card {
    background: var(--lh-white);
    border-radius: 18px;
    padding: clamp(1.25rem, 4vw, 2rem);
    border: none;
    box-shadow: 0 2px 12px rgba(90, 26, 143, 0.07);
    transition: transform var(--lh-transition), box-shadow var(--lh-transition);
    text-decoration: none;
    color: inherit;
    display: block;
}
.lh-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lh-shadow-md);
}

/* Cards on dark backgrounds */
.section--scheme-primary .lh-card,
.section--scheme-dark .lh-card,
.lh-cta .lh-contact-card {
    background: var(--lh-bg-card-glass);
    border-color: var(--lh-border-glass);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--lh-text-on-dark);
}
.section--scheme-primary .lh-card:hover,
.section--scheme-dark .lh-card:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: var(--lh-shadow-glow);
}

.lh-card-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1;
}

/* Expertise cards: colored border-top per card */
.lh-expertise .lh-card:nth-child(1) { border-top: 4px solid var(--lh-purple-mid); }
.lh-expertise .lh-card:nth-child(2) { border-top: 4px solid var(--lh-gold); }
.lh-expertise .lh-card:nth-child(3) { border-top: 4px solid var(--lh-red-brand); }
.lh-card-title {
    font-family: var(--lh-font-heading);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}
.lh-card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--lh-text-mid);
}
.section--scheme-primary .lh-card-text,
.section--scheme-dark .lh-card-text { color: var(--lh-text-light); }

.lh-card-link {
    display: inline-block;
    margin-top: 0.75rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--lh-purple-mid);
}
.lh-card-link:hover { color: var(--lh-gold); }
.lh-card-source {
    font-size: 0.8rem;
    color: var(--lh-text-muted);
    margin-top: 0.5rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   11. EXPERTISE SECTION (features)
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-expertise {
    background: var(--lh-bg-light);
}
.lh-expertise-intro {
    color: var(--lh-text-mid);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
}
.lh-expertise .lh-card-icon {
    font-size: 2.5rem;
    background: none;
    color: inherit;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   12. ABOUT SECTION (intro)
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-about {
    background: var(--lh-grad-dark);
    color: var(--lh-text-on-dark);
}
.lh-about .lh-section-title { text-align: left; }
.lh-about .lh-section-subtitle { text-align: left; margin-left: 0; color: var(--lh-text-light); }

.lh-about-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(2rem, 5vw, 4rem);
    align-items: start;
}
.lh-about-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lh-about-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(90, 26, 143, 0.4) 0%, transparent 70%);
    animation: glowPulse 5s ease-in-out infinite;
    pointer-events: none;
}
.lh-about-logo-img {
    position: relative;
    z-index: 1;
    max-width: 160px;
    filter: drop-shadow(0 0 20px rgba(90, 26, 143, 0.3));
}
.lh-about-text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lh-text-light);
    margin-bottom: 1.5rem;
}
.lh-about-cta { margin-top: 1rem; }

/* Info Cards */
.lh-info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}
.lh-info-card {
    background: var(--lh-bg-card-glass);
    border: 1px solid var(--lh-border-glass);
    border-radius: var(--lh-radius-md);
    padding: 1.25rem;
    text-align: center;
    backdrop-filter: blur(8px);
    transition: transform var(--lh-transition);
}
.lh-info-card:hover { transform: translateY(-3px); }
.lh-info-icon { font-size: 1.4rem; display: block; margin-bottom: 0.5rem; }
.lh-info-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lh-text-light);
    margin-bottom: 0.25rem;
}
.lh-info-value {
    display: block;
    font-family: var(--lh-font-heading);
    font-size: 1.2rem;
    color: var(--lh-gold);
}

/* ═══════════════════════════════════════════════════════════════════════════
   13. PHILOSOPHY SECTION (topic_cards)
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-philosophy {
    background: var(--lh-bg-light);
}
.lh-card-philosophy .lh-card-icon {
    font-size: 2.4rem;
    margin-bottom: 0.75rem;
}

/* ═══════════════════════════════════════════════════════════════════════════
   14. CTA / CONTACT SECTION
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-cta {
    background: var(--lh-grad-cta);
    color: var(--lh-text-on-dark);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.lh-cta .lh-section-subtitle { color: var(--lh-text-light); }

.lh-cta-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lh-gold);
    margin-bottom: 0.75rem;
}
.lh-cta-text {
    max-width: 600px;
    margin: 0 auto 2rem;
    color: var(--lh-text-light);
    line-height: 1.7;
}
.lh-cta-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

/* CTA overlay */
.cta--has-bg { background-size: cover; background-position: center; }
.cta--has-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(26, 5, 53, 0.8);
    z-index: 0;
}
.cta--has-bg > .lh-container { position: relative; z-index: 1; }
.cta--overlay-light::after { background: rgba(26, 5, 53, 0.5); }
.cta--overlay-medium::after { background: rgba(26, 5, 53, 0.7); }
.cta--overlay-heavy::after { background: rgba(26, 5, 53, 0.9); }

/* Contact Cards */
.lh-contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}
.lh-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.5rem;
    background: var(--lh-bg-card-glass);
    border: 1px solid var(--lh-border-glass);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    text-decoration: none;
    color: var(--lh-text-on-dark);
    transition: transform var(--lh-transition), background var(--lh-transition);
}
.lh-contact-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
    color: var(--lh-cream);
}
.lh-contact-icon { font-size: 1.8rem; }
.lh-contact-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--lh-text-light);
}
.lh-contact-value { font-weight: 600; color: var(--lh-gold); }

/* ═══════════════════════════════════════════════════════════════════════════
   15. BLOG SECTIONS
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: var(--lh-card-gap);
}
.lh-blog-card {
    background: var(--lh-white);
    border-radius: var(--lh-radius-md);
    overflow: hidden;
    border: 1px solid rgba(26, 5, 53, 0.06);
    transition: transform var(--lh-transition), box-shadow var(--lh-transition);
}
.lh-blog-card:hover { transform: translateY(-4px); box-shadow: var(--lh-shadow-md); }
.lh-blog-card img { width: 100%; height: 200px; object-fit: cover; }
.lh-blog-card-body { padding: 1.25rem; }
.lh-blog-card-body h2, .lh-blog-card-body h3 { font-size: 1.3rem; margin-bottom: 0.5rem; }
.lh-blog-card-body h2 a, .lh-blog-card-body h3 a { color: var(--lh-text-dark); }
.lh-blog-card-body h2 a:hover, .lh-blog-card-body h3 a:hover { color: var(--lh-purple-mid); }
.lh-blog-card-body p { font-size: 0.9rem; color: var(--lh-text-mid); }
.lh-blog-category {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lh-purple-mid);
    margin-bottom: 0.25rem;
}
.lh-blog-meta {
    display: flex;
    gap: 1rem;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    color: var(--lh-text-muted);
}
.lh-blog-hero { margin-bottom: 2rem; border-radius: var(--lh-radius-md); overflow: hidden; }
.lh-blog-hero img { width: 100%; }

/* ═══════════════════════════════════════════════════════════════════════════
   16. GALLERY
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: var(--lh-card-gap);
}
.lh-gallery-card {
    display: block;
    border-radius: var(--lh-radius-md);
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background: var(--lh-bg-tinted);
    transition: transform var(--lh-transition);
}
.lh-gallery-card:hover { transform: translateY(-3px); }
.lh-gallery-card img { width: 100%; height: 100%; object-fit: cover; }
.lh-gallery-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(26, 5, 53, 0.85));
    color: var(--lh-cream);
    font-weight: 600;
}
.lh-gallery-placeholder {
    display: flex; align-items: center; justify-content: center;
    height: 100%;
    color: var(--lh-text-muted);
}

.lh-album-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}
.lh-album-item {
    border-radius: var(--lh-radius-sm);
    overflow: hidden;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform var(--lh-transition);
}
.lh-album-item:hover { transform: scale(1.03); }
.lh-album-item img { width: 100%; height: 100%; object-fit: cover; }

/* ═══════════════════════════════════════════════════════════════════════════
   17. EVENTS
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-events-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.lh-event-card {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: var(--lh-white);
    border-radius: var(--lh-radius-md);
    padding: 1.25rem;
    border: 1px solid rgba(26, 5, 53, 0.06);
    transition: transform var(--lh-transition);
}
.lh-event-card:hover { transform: translateX(4px); }
.lh-event-date {
    display: flex; flex-direction: column; align-items: center;
    min-width: 60px;
    padding: 0.75rem;
    background: var(--lh-purple-mid);
    border-radius: var(--lh-radius-sm);
    color: var(--lh-cream);
}
.lh-event-day { font-family: var(--lh-font-heading); font-size: 1.8rem; line-height: 1; }
.lh-event-month { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; }
.lh-event-body h3 { font-size: 1.2rem; margin-bottom: 0.25rem; }
.lh-event-body h3 a { color: var(--lh-text-dark); }
.lh-event-body h3 a:hover { color: var(--lh-purple-mid); }
.lh-event-location { font-size: 0.85rem; color: var(--lh-text-muted); }

/* ═══════════════════════════════════════════════════════════════════════════
   18. FOOTER
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-footer {
    background: #0a0015;
    color: var(--lh-text-light);
    padding: clamp(3rem, 6vw, 5rem) 0 0;
}
.lh-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.25rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.lh-footer-logo {
    height: 56px;
    width: auto;
    filter: drop-shadow(0 0 10px rgba(90, 26, 143, 0.3));
    margin-bottom: 0.25rem;
}
.lh-footer-name {
    font-family: var(--lh-font-heading);
    font-size: 0.95rem;
    color: var(--lh-cream);
    letter-spacing: 0.05em;
}
.lh-footer-tagline {
    font-size: 0.75rem;
    color: #9b88b8;
}
.lh-footer-description {
    font-size: 0.7rem;
    color: #5a4870;
    letter-spacing: 0.04em;
    margin-top: 0.15rem;
}
.lh-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}
.lh-footer-nav a {
    font-size: 0.78rem;
    color: #9b88b8;
    transition: color var(--lh-transition);
}
.lh-footer-nav a:hover { color: var(--lh-gold); }

.lh-footer-social {
    display: flex;
    gap: 1rem;
}
.lh-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--lh-cream);
    font-size: 0.9rem;
    transition: background var(--lh-transition), transform var(--lh-transition);
}
.lh-social-link:hover {
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    transform: translateY(-2px);
}

.lh-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 0;
    font-size: 0.7rem;
    color: #5a4870;
}
.lh-footer-powered { opacity: 0.6; }

/* ═══════════════════════════════════════════════════════════════════════════
   19. PAGE & CONTENT
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-page {
    padding: calc(70px + var(--lh-section-py)) 0 var(--lh-section-py);
}
.lh-page-title {
    font-size: clamp(2.4rem, 6vw, 4rem);
    margin-bottom: 1.5rem;
    color: var(--lh-text-dark);
}
.lh-page-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--lh-text-mid);
}
.lh-page-content h2 { font-size: 1.8rem; margin: 2rem 0 1rem; color: var(--lh-text-dark); }
.lh-page-content h3 { font-size: 1.4rem; margin: 1.5rem 0 0.75rem; color: var(--lh-text-dark); }
.lh-page-content p { margin-bottom: 1rem; }
.lh-page-content ul, .lh-page-content ol { margin: 1rem 0; padding-left: 1.5rem; }
.lh-page-content img { border-radius: var(--lh-radius-sm); margin: 1.5rem 0; }

.lh-empty { text-align: center; padding: 3rem; color: var(--lh-text-muted); font-style: italic; }

/* ═══════════════════════════════════════════════════════════════════════════
   20. CONTACT FORM
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-contact-form { max-width: 680px; margin-top: 2rem; }
.lh-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lh-form-group { margin-bottom: 1.25rem; }
.lh-form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
    color: var(--lh-text-dark);
}
.lh-form-group input,
.lh-form-group textarea,
.lh-form-group select {
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: var(--lh-font-body);
    font-size: 0.95rem;
    border: 1px solid rgba(26, 5, 53, 0.15);
    border-radius: var(--lh-radius-sm);
    background: var(--lh-white);
    color: var(--lh-text-dark);
    transition: border-color var(--lh-transition), box-shadow var(--lh-transition);
}
.lh-form-group input:focus,
.lh-form-group textarea:focus,
.lh-form-group select:focus {
    outline: none;
    border-color: var(--lh-purple-mid);
    box-shadow: 0 0 0 3px rgba(90, 26, 143, 0.15);
}

.lh-alert {
    padding: 1rem 1.25rem;
    border-radius: var(--lh-radius-sm);
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}
.lh-alert-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.lh-alert-error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }

/* ═══════════════════════════════════════════════════════════════════════════
   21. SCROLL TO TOP
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--lh-purple-mid);
    color: var(--lh-cream);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity var(--lh-transition), visibility var(--lh-transition), transform var(--lh-transition), background var(--lh-transition);
    z-index: 100;
    box-shadow: var(--lh-shadow-md);
}
.lh-scroll-top.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.lh-scroll-top:hover { background: var(--lh-gold); color: var(--lh-purple-deep); }

/* ═══════════════════════════════════════════════════════════════════════════
   22. BREADCRUMBS
   ═══════════════════════════════════════════════════════════════════════════ */
.lh-breadcrumbs {
    padding: calc(70px + 1rem) 0 0;
    font-size: 0.85rem;
}
.lh-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 0.25rem;
}
.lh-breadcrumb-item + .lh-breadcrumb-item::before {
    content: '/';
    margin-right: 0.25rem;
    color: var(--lh-text-muted);
}
.lh-breadcrumb-item a { color: var(--lh-purple-mid); }
.lh-breadcrumb-item a:hover { color: var(--lh-gold); }
.lh-breadcrumb-current { color: var(--lh-text-muted); }

/* ═══════════════════════════════════════════════════════════════════════════
   23. PLUGIN SECTION FALLBACK
   ═══════════════════════════════════════════════════════════════════════════ */
.plugin-section { padding: var(--lh-section-py) 0; }

/* ═══════════════════════════════════════════════════════════════════════════
   24. ANIMATIONS
   ═══════════════════════════════════════════════════════════════════════════ */
@keyframes shimmerText {
    0%   { background-position: 250% center; }
    100% { background-position: -250% center; }
}

@keyframes logoFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

@keyframes glowPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50%      { transform: scale(1.15); opacity: 1; }
}

@keyframes livePing {
    0%   { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0.6); }
    70%  { box-shadow: 0 0 0 8px rgba(201, 168, 76, 0); }
    100% { box-shadow: 0 0 0 0 rgba(201, 168, 76, 0); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Scroll Reveal */
.reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity 0.7s var(--lh-ease), transform 0.7s var(--lh-ease);
}
.reveal.vis {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered fade-up */
.fade-up-1 { transition-delay: 0.05s; }
.fade-up-2 { transition-delay: 0.15s; }
.fade-up-3 { transition-delay: 0.25s; }
.fade-up-4 { transition-delay: 0.35s; }

/* ═══════════════════════════════════════════════════════════════════════════
   25. RESPONSIVE
   ═══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
    /* Header: show hamburger, hide desktop nav */
    .lh-nav { display: none; }
    .lh-header-tiktok { display: none; }
    .lh-nav-toggle { display: block; }

    /* Hero: single column */
    .lh-hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .lh-hero-text { max-width: 100%; }
    .lh-hero-subtitle { margin-left: auto; margin-right: auto; }
    .lh-hero-ctas { justify-content: center; }
    .lh-hero-stats { justify-content: center; }
    .lh-hero-visual { order: -1; margin-bottom: 1rem; }
    .lh-hero-logo-img { max-width: 180px; }
    .lh-hero-glow { width: 220px; height: 220px; }

    /* About: single column */
    .lh-about-inner { grid-template-columns: 1fr; text-align: center; }
    .lh-about .lh-section-title { text-align: center; }
    .lh-about .lh-section-subtitle { text-align: center; margin-left: auto; }
    .lh-about-logo { display: flex; justify-content: center; }

    /* Cards: single column on mobile */
    .section--cols-3 .lh-card-grid,
    .section--cols-4 .lh-card-grid { grid-template-columns: 1fr; }

    /* Contact form grid */
    .lh-form-grid { grid-template-columns: 1fr; }

    /* Footer */
    .lh-footer-bottom { flex-direction: column; gap: 0.5rem; text-align: center; }

    /* Plugin: Before/After responsive */
    .bas-grid { grid-template-columns: 1fr; }

    /* Plugin: Social Embed responsive */
    .ses-grid { grid-template-columns: 1fr; }

    /* Plugin: Nail Art responsive */
    .hs-section .lh-nail-profiles { flex-direction: column; align-items: center; }
    .hs-section .lh-nail-feature { padding: 1.5rem 1rem; }
}

@media (max-width: 640px) {
    .lh-hero-title { font-size: clamp(2.6rem, 12vw, 4rem); }
    .lh-hero-stats { flex-direction: column; gap: 1.5rem; }
    .lh-btn { padding: 0.65rem 1.5rem; font-size: 0.9rem; }
    .section--cols-2 .lh-card-grid { grid-template-columns: 1fr; }

    /* Plugin: Before/After small screens */
    .bas-grid { grid-template-columns: 1fr; }
    .bas-item-title { font-size: 1.1rem; }

    /* Plugin: Social Embed small screens */
    .ses-section .ses-cta a,
    .ses-section .section-cta a { padding: 0.7rem 1.5rem; font-size: 0.9rem; }

    /* Plugin: Nail Art small screens */
    .hs-section .lh-nail-content h3 { font-size: 1.3rem; }
    .hs-section .lh-nail-profile { padding: 0.6rem 1rem; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   26. PRINT
   ═══════════════════════════════════════════════════════════════════════════ */
@media print {
    .lh-header, .lh-mobile-drawer, .lh-scroll-top, .lh-footer-social { display: none; }
    .lh-hero { min-height: auto; padding: 2rem 0; }
    .lh-section { padding: 2rem 0; }
    body { color: #000; background: #fff; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   27. PLUGIN OVERRIDES – Before/After Section
   Theme-specific styling for the before-after-section plugin
   ═══════════════════════════════════════════════════════════════════════════ */

/* Section wrapper – tinted background for Lackhexe */
.bas-section {
    background: var(--lh-bg-tinted);
    padding: var(--lh-section-py) 0;
}
.bas-section .container,
.bas-section > div:first-child {
    max-width: var(--lh-container-max);
    margin: 0 auto;
    padding: 0 var(--lh-container-px);
}

/* Section title & subtitle */
.bas-section .section-title,
.bas-section h2 {
    font-family: var(--lh-font-heading);
    color: var(--lh-text-dark);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 0.5rem;
}
.bas-section .section-subtitle {
    font-family: var(--lh-font-body);
    color: var(--lh-gold);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 0.75rem;
}
.bas-section .section-intro {
    color: var(--lh-text-mid);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

/* Grid of slider items */
.bas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--lh-card-gap);
}

/* Individual slider cards */
.bas-item {
    background: var(--lh-white);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(26, 5, 53, 0.06);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}
.bas-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(90, 26, 143, 0.12);
}

/* Slider container */
.bas-slider-container {
    position: relative;
    aspect-ratio: 16/9;
    min-height: 200px;
    overflow: hidden;
    cursor: ew-resize;
}

/* Labels */
.bas-label {
    font-family: var(--lh-font-heading);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--lh-purple-deep);
    color: var(--lh-cream);
    padding: 0.3rem 0.75rem;
    border-radius: 4px;
    z-index: 3;
}
.bas-label-before { background: var(--lh-purple-mid); }
.bas-label-after { background: var(--lh-gold); color: var(--lh-purple-deep); }

/* Slider handle */
.bas-handle {
    width: 36px !important;
    height: 36px !important;
    background: var(--lh-gold) !important;
    border: 3px solid var(--lh-white) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}
.bas-handle::before,
.bas-handle::after {
    color: var(--lh-purple-deep) !important;
}
.bas-slider-line {
    background: var(--lh-gold) !important;
    width: 2px !important;
}

/* Item text below slider */
.bas-item-title {
    font-family: var(--lh-font-heading);
    font-size: 1.3rem;
    color: var(--lh-text-dark);
    padding: 1rem 1.25rem 0.25rem;
    letter-spacing: 0.02em;
}
.bas-item-description {
    font-family: var(--lh-font-body);
    color: var(--lh-text-mid);
    padding: 0 1.25rem 1.25rem;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Section text color overrides for before-after */
.section--text-white .bas-item-title,
.section--text-white .bas-item-description,
.section--text-white .bas-section .section-title,
.section--text-white .bas-section h2 { color: #fff !important; }
.section--text-black .bas-item-title,
.section--text-black .bas-item-description,
.section--text-black .bas-section h2 { color: #1a202c !important; }
.section--text-theme .bas-item-title,
.section--text-theme .bas-section h2 { color: var(--theme-primary) !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   28. PLUGIN OVERRIDES – Social Embed Section
   Theme-specific styling for the social-embed-section plugin
   ═══════════════════════════════════════════════════════════════════════════ */

.ses-section {
    background: var(--lh-grad-dark);
    padding: var(--lh-section-py) 0;
    position: relative;
    overflow: hidden;
}
.ses-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}
.ses-section > * { position: relative; z-index: 1; }

.ses-section .container,
.ses-section > div:first-child {
    max-width: var(--lh-container-max);
    margin: 0 auto;
    padding: 0 var(--lh-container-px);
}

/* Title & subtitle on dark background */
.ses-section .section-title,
.ses-section h2 {
    font-family: var(--lh-font-heading);
    color: var(--lh-cream);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 0.5rem;
}
.ses-section .section-subtitle {
    color: var(--lh-gold);
    font-family: var(--lh-font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 0.75rem;
}
.ses-section .section-intro,
.ses-section .ses-description {
    color: var(--lh-text-light);
    text-align: center;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.7;
}

/* Embed grid */
.ses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--lh-card-gap);
    justify-items: center;
}

/* Embed item card – glass morphism on dark bg */
.ses-embed-item {
    background: var(--lh-bg-card-glass);
    border: 1px solid var(--lh-border-glass);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    max-width: 325px;
    width: 100%;
}
.ses-embed-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(90, 26, 143, 0.2);
}

/* Embed title */
.ses-embed-title {
    font-family: var(--lh-font-heading);
    color: var(--lh-cream);
    font-size: 1.1rem;
    padding: 0.75rem 1rem 0;
    letter-spacing: 0.02em;
}

/* Consent placeholder */
.ses-consent-placeholder {
    background: rgba(90, 26, 143, 0.15);
    border: 1px dashed var(--lh-border-glass);
    border-radius: var(--lh-radius-sm);
    color: var(--lh-text-light);
    text-align: center;
    padding: 2rem 1.5rem;
}
.ses-consent-placeholder button {
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    border: none;
    padding: 0.6rem 1.5rem;
    border-radius: var(--lh-radius-sm);
    font-family: var(--lh-font-body);
    font-weight: 600;
    cursor: pointer;
    margin-top: 0.75rem;
    transition: background 0.2s, transform 0.2s;
}
.ses-consent-placeholder button:hover {
    background: var(--lh-gold-light);
    transform: translateY(-1px);
}

/* CTA button */
.ses-section .ses-cta,
.ses-section .section-cta {
    text-align: center;
    margin-top: 2.5rem;
}
.ses-section .ses-cta a,
.ses-section .section-cta a {
    display: inline-block;
    padding: 0.8rem 2rem;
    background: var(--lh-gold);
    color: var(--lh-purple-deep);
    font-family: var(--lh-font-body);
    font-weight: 700;
    border-radius: var(--lh-radius-sm);
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
}
.ses-section .ses-cta a:hover,
.ses-section .section-cta a:hover {
    background: var(--lh-gold-light);
    transform: translateY(-2px);
}

/* Section text color overrides */
.section--text-white .ses-embed-title,
.section--text-white .ses-section h2,
.section--text-white .ses-section .section-title { color: #fff !important; }
.section--text-black .ses-embed-title,
.section--text-black .ses-section h2 { color: #1a202c !important; }
.section--text-theme .ses-embed-title,
.section--text-theme .ses-section h2 { color: var(--theme-primary) !important; }

/* ═══════════════════════════════════════════════════════════════════════════
   29. PLUGIN OVERRIDES – HTML Section (Nail Art)
   Theme-specific styling for the html-section plugin when used as Nail Art
   ═══════════════════════════════════════════════════════════════════════════ */

.hs-section {
    background: var(--lh-grad-dark);
    padding: var(--lh-section-py) 0;
    position: relative;
    overflow: hidden;
}
.hs-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}
.hs-section > * { position: relative; z-index: 1; }

.hs-section .container,
.hs-section > div:first-child {
    max-width: var(--lh-container-max);
    margin: 0 auto;
    padding: 0 var(--lh-container-px);
}

/* Title & subtitle */
.hs-section .section-title,
.hs-section h2 {
    font-family: var(--lh-font-heading);
    color: var(--lh-cream);
    font-size: clamp(2rem, 5vw, 3rem);
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 0.5rem;
}
.hs-section .section-subtitle {
    color: var(--lh-gold);
    font-family: var(--lh-font-body);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 0.75rem;
}

/* Nail Art badge */
.hs-section .lh-nail-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 168, 76, 0.15);
    border: 1px solid rgba(201, 168, 76, 0.3);
    border-radius: 50px;
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
    color: var(--lh-gold);
    font-weight: 500;
    margin-bottom: 1.5rem;
}

/* Nail Art content area */
.hs-section .lh-nail-content {
    color: var(--lh-text-light);
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}
.hs-section .lh-nail-content h3 {
    font-family: var(--lh-font-heading);
    color: var(--lh-cream);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin: 2rem 0 1rem;
    letter-spacing: 0.02em;
}
.hs-section .lh-nail-content p {
    color: var(--lh-text-light);
    margin-bottom: 1rem;
}

/* Nail Art feature card */
.hs-section .lh-nail-feature {
    background: var(--lh-bg-card-glass);
    border: 1px solid var(--lh-border-glass);
    border-radius: var(--lh-radius-md);
    padding: 2rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 2rem auto;
    max-width: 600px;
    text-align: center;
}
.hs-section .lh-nail-feature .lh-nail-icon {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}
.hs-section .lh-nail-feature h4 {
    font-family: var(--lh-font-heading);
    color: var(--lh-cream);
    font-size: 1.4rem;
    margin-bottom: 0.75rem;
    letter-spacing: 0.02em;
}
.hs-section .lh-nail-feature p {
    color: var(--lh-text-light);
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Nail Art profile links */
.hs-section .lh-nail-profiles {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}
.hs-section .lh-nail-profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--lh-bg-card-glass);
    border: 1px solid var(--lh-border-glass);
    border-radius: var(--lh-radius-md);
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.hs-section .lh-nail-profile:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(90, 26, 143, 0.2);
}
.hs-section .lh-nail-profile .lh-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: livePing 2s infinite;
}
.hs-section .lh-nail-profile .lh-profile-handle {
    color: var(--lh-cream);
    font-weight: 600;
    font-size: 0.95rem;
}
.hs-section .lh-nail-profile .lh-profile-desc {
    color: var(--lh-text-light);
    font-size: 0.8rem;
}

/* Section text color overrides for html-section */
.section--text-white .hs-section h2,
.section--text-white .hs-section .section-title,
.section--text-white .hs-section .lh-nail-content p,
.section--text-white .hs-section .lh-nail-content h3 { color: #fff !important; }
.section--text-black .hs-section h2,
.section--text-black .hs-section .lh-nail-content p,
.section--text-black .hs-section .lh-nail-content h3 { color: #1a202c !important; }
.section--text-theme .hs-section h2 { color: var(--theme-primary) !important; }
