/*
Theme Name: Henrik Lynnerup
Theme URI: https://henriklynnerup.dk
Author: StayMain
Author URI: https://staymain.dk
Description: Custom WooCommerce theme for Henrik Lynnerup - eco-merchandise store. Baseret på Gutenberg blokke med hero, produkt-slider og about sektioner.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: Proprietary - All Rights Reserved
License URI: https://staymain.dk
Text Domain: henriklynnerup
Tags: ecommerce, woocommerce, custom-blocks, block-styles, eco, green

This theme is licensed exclusively for use on henriklynnerup.dk
and other websites managed by StayMain. It may not be used,
redistributed, or modified by third parties without prior written
approval from StayMain.
*/

:root {
    --hl-primary: #7EB612;
    --hl-secondary: #0066DA;
    --hl-body: #000000;
    --hl-bg: #ffffff;
    --hl-bg-alt: #f5f7f0;
    --hl-text: #1a1a1a;
    --hl-text-muted: #5a6470;
    --hl-border: #e6eadf;
    --hl-radius: 14px;
    --hl-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    --hl-shadow-hover: 0 14px 40px rgba(0, 0, 0, .12);
    --hl-max: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    padding: 0;
    color: var(--hl-text);
    background: var(--hl-bg);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
}

a { color: var(--hl-secondary); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--hl-primary); }

h1, h2, h3, h4, h5, h6 {
    color: var(--hl-body);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.01em;
    margin: 0 0 .6em;
}

h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.7rem); }

p { margin: 0 0 1.2em; }

img { max-width: 100%; height: auto; display: block; }

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--hl-body);
    color: #fff;
    padding: 12px 20px;
    z-index: 9999;
    border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; color: #fff; }

/* === Site Header === */
.site-header {
    position: sticky;
    top: 0;
    z-index: 110;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: saturate(180%) blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    transition: background .2s ease, box-shadow .2s ease;
}
.site-header.scrolled {
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}
.hl-top-bar {
    position: relative;
    z-index: 120;
}
.site-header.is-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
    padding-top: var(--hl-top-bar-height, 40px);
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    backdrop-filter: none;
}
.site-header.is-transparent.is-sticky {
    position: fixed;
    top: 0;
    padding-top: 0;
    background: rgba(255, 255, 255, .96);
    border-bottom-color: rgba(0, 0, 0, .06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
    backdrop-filter: saturate(180%) blur(14px);
}
body.has-transparent-header .site-content > *:first-child {
    margin-top: 0;
}
.site-header__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.site-brand {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.site-brand__link {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    color: var(--hl-body);
    text-decoration: none;
}
.site-logo {
    max-height: 46px;
    width: auto;
    display: block;
}
.site-logo--footer {
    width: var(--hl-footer-logo-width, 180px);
    max-width: 100%;
    height: auto;
    max-height: none;
}
.site-brand .logo-mark {
    width: 40px;
    height: 40px;
    border-radius: 50% 50% 50% 8px;
    background: linear-gradient(135deg, var(--hl-primary), var(--hl-secondary));
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 1.2rem;
    box-shadow: 0 4px 12px rgba(126, 182, 18, .25);
}
.hl-lang-switch {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: var(--hl-bg-alt);
    border: 1px solid var(--hl-border);
    border-radius: 999px;
    text-decoration: none;
    color: var(--hl-text);
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.2s ease;
}
.hl-lang-switch:hover {
    background: var(--hl-primary);
    color: #fff;
    border-color: var(--hl-primary);
    transform: translateY(-1px);
}
.hl-lang-switch__flag {
    font-size: 1.125rem;
    line-height: 1;
}
.hl-lang-switch__text {
    line-height: 1;
}
.primary-nav { margin-left: auto; }
.primary-nav ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
.primary-nav ul.menu > li { position: relative; }
.primary-nav ul.menu > li > a {
    display: inline-flex;
    align-items: center;
    color: var(--hl-body);
    font-weight: 600;
    font-size: .95rem;
    padding: 10px 16px;
    border-radius: 999px;
    transition: background .18s ease, color .18s ease;
}
.primary-nav ul.menu > li > a:hover,
.primary-nav ul.menu > li.current-menu-item > a,
.primary-nav ul.menu > li.current_page_item > a {
    background: var(--hl-bg-alt);
    color: var(--hl-primary);
}

/* Header actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 6px;
}
.header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid var(--hl-border);
    color: var(--hl-body);
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.header-action:hover {
    border-color: var(--hl-primary);
    background: rgba(126, 182, 18, .08);
    color: var(--hl-body);
}
.header-action__icon { font-size: 1.1rem; line-height: 1; }
.header-action__label {}
.cart-count {
    display: inline-grid;
    place-items: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--hl-primary);
    color: var(--hl-body);
    font-size: .72rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

/* Menu toggle */
.menu-toggle {
    display: none;
    background: var(--hl-body);
    border: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background .2s ease;
}
.menu-toggle:hover { background: var(--hl-primary); }
.menu-toggle__line {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .25s ease, opacity .2s ease;
}

/* === Mobile menu overlay === */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
    z-index: 115;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.mobile-menu-overlay.is-open { opacity: 1; visibility: visible; }
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 88vw);
    background: #fff;
    z-index: 120;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.25, .8, .25, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, .12);
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid var(--hl-border);
}
.mobile-menu__label {
    font-weight: 800;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.mobile-menu__close {
    background: var(--hl-bg-alt);
    border: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: var(--hl-body);
    transition: background .2s ease;
}
.mobile-menu__close:hover { background: var(--hl-primary); }
.mobile-menu__body { flex: 1; overflow-y: auto; padding: 18px 26px; }
.mobile-menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.mobile-menu__list a {
    display: block;
    padding: 14px 18px;
    border-radius: 12px;
    color: var(--hl-body);
    font-weight: 700;
    font-size: 1.2rem;
    transition: background .18s ease, color .18s ease;
}
.mobile-menu__list a:hover,
.mobile-menu__list .current-menu-item a {
    background: var(--hl-bg-alt);
    color: var(--hl-primary);
}
.mobile-menu__footer {
    padding: 20px 26px;
    border-top: 1px solid var(--hl-border);
}

/* === Mini cart offcanvas === */
.mini-cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    backdrop-filter: blur(2px);
    z-index: 115;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}
.mini-cart-overlay.is-open { opacity: 1; visibility: visible; }
.mini-cart-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 88vw);
    background: #fff;
    z-index: 120;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .35s cubic-bezier(.25, .8, .25, 1);
    box-shadow: -8px 0 40px rgba(0, 0, 0, .12);
}
.mini-cart-panel.is-open { transform: translateX(0); }
.mini-cart-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 26px;
    border-bottom: 1px solid var(--hl-border);
}
.mini-cart-panel__title {
    margin: 0;
    font-size: 1.3rem;
}
.mini-cart-panel__close {
    background: var(--hl-bg-alt);
    border: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
    color: var(--hl-body);
    transition: background .2s ease;
}
.mini-cart-panel__close:hover { background: var(--hl-primary); }
.mini-cart-panel__body {
    flex: 1;
    overflow-y: auto;
    padding: 22px 26px;
}
.mini-cart-panel__body.is-updating { opacity: .6; }

@media (max-width: 960px) {
    .primary-nav { display: none; }
    .header-actions { margin-left: auto; }
    .menu-toggle { display: inline-flex; }
    .header-action__label { display: none; }
    .header-action { padding: 10px; }
}
@media (max-width: 768px) {
    .site-header__inner { max-width: none; padding: 10px 16px; gap: 14px; }
    .site-logo { max-height: 38px; }
    .hl-lang-switch {
        padding: 6px 10px;
        font-size: 0.75rem;
        margin-left: 8px;
    }
    .hl-lang-switch__flag {
        font-size: 1rem;
    }
}

/* === Footer === */
.site-footer {
    background: var(--hl-body);
    color: #cfd6c5;
    padding: 56px 0 28px;
}
.site-footer__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
}
.site-footer h4 { color: #fff; margin-bottom: 16px; font-size: 1rem; text-transform: uppercase; letter-spacing: .05em; }
.site-footer a { color: #cfd6c5; }
.site-footer a:hover { color: var(--hl-primary); }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 10px; }
.footer-social-list { list-style: none; padding: 0; margin: 0; }
.footer-social-list a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #cfd6c5;
    padding: 6px 14px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    transition: all .2s ease;
}
.footer-social-list a:hover { 
    border-color: var(--hl-primary); 
    background: rgba(126,182,18,.2); 
    color: #fff;
    transform: translateY(-2px);
}
.footer-social-list__icon {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    color: #fff;
}
.footer-social-list__count {
    margin-left: auto;
    background: var(--hl-primary);
    color: var(--hl-body);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 800;
}
.footer-bottom {
    max-width: var(--hl-max);
    margin: 40px auto 0;
    padding: 22px 24px 0;
    border-top: 1px solid #2a2f23;
    display: flex;
    justify-content: space-between;
    font-size: .85rem;
    color: #8a9580;
}
.footer-col--brand .site-brand {
    margin-bottom: 16px;
}
.footer-col--brand > p {
    margin: 0 0 16px 0;
}
.footer-cta {
    margin-top: 0;
    background: var(--hl-primary) !important;
    color: var(--hl-body) !important;
}
.footer-cta:hover {
    background: #6a9c0a !important;
}
@media (max-width: 768px) {
    .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 28px; padding: 0 16px; }
    .footer-bottom { flex-direction: column; gap: 8px; padding: 22px 16px 0; text-align: center; }
}
@media (max-width: 560px) {
    .site-footer__inner { grid-template-columns: 1fr; gap: 32px; text-align: center; }
    .footer-col--brand { display: flex; flex-direction: column; align-items: center; }
    .footer-col--brand p { max-width: 100% !important; }
    .footer-col--brand .site-brand { margin-bottom: 12px; }
    .footer-col--brand .site-brand a { display: inline-flex; justify-content: center; }
    .site-logo--footer {
        width: var(--hl-footer-logo-width, 180px);
        max-width: 100%;
        max-height: none;
        margin: 0 auto;
    }
    .footer-cta { width: 100%; justify-content: center; }
    .site-footer h4 { margin-bottom: 12px; }
    .footer-social-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .footer-social-list li { margin: 0; }
}

/* === Hero block (front end) === */
.wp-block-hl-hero {
    position: relative;
    background: linear-gradient(120deg, #f3f8e6 0%, #e7f1ff 100%);
    overflow: hidden;
    margin: clamp(60px, 8vw, 100px) 0;
}
.hl-hero__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: clamp(60px, 10vw, 120px) 24px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .wp-block-hl-hero .hl-hero__inner {
        padding-top: var(--hl-hero-mobile-padding-top, clamp(60px, 10vw, 120px));
    }
}
.hl-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(126, 182, 18, .14);
    color: #3c6a00;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 18px;
}
.hl-hero__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.hl-hero__eyebrow-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
.hl-hero__title { margin-bottom: 18px; }
.hl-hero__title span { color: var(--hl-primary); }
.hl-hero__subtitle { font-size: 1.15rem; color: var(--hl-text-muted); max-width: 560px; margin-bottom: 28px; }
.hl-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hl-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 1rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
}
.hl-btn--primary { background: var(--hl-primary); color: var(--hl-body); }
.hl-btn--primary:hover { background: #6a9c0a; color: var(--hl-body); transform: translateY(-2px); }
.hl-btn--secondary { background: transparent; color: var(--hl-body); border-color: currentColor; }
.hl-btn--secondary:hover { background: var(--hl-body); color: #fff; }
.hl-btn--full { width: 100%; justify-content: center; }
.hl-hero__media {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--hl-shadow);
    background: linear-gradient(135deg, var(--hl-primary), var(--hl-secondary));
}
.hl-hero__media img, .hl-hero__media video, .hl-hero__media iframe {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.hl-hero__badge {
    position: absolute;
    bottom: 18px; left: 18px;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 700;
    font-size: .85rem;
    backdrop-filter: blur(6px);
    text-decoration: none;
    cursor: default;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
a.hl-hero__badge {
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
a.hl-hero__badge:hover {
    background: rgba(0,0,0,.85);
    transform: translateY(-2px);
}
.hl-hero__badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.hl-hero__badge-icon svg {
    display: block;
    width: 16px;
    height: 16px;
}
/* Stor play-knap oven på video når autospil er slået fra. */
.hl-video-play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 88px; height: 88px;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,.65);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: transform .15s ease, background .2s ease;
}
.hl-video-play:hover {
    background: var(--hl-primary);
    transform: translate(-50%, -50%) scale(1.07);
}
.hl-video-play svg { width: 36px; height: 36px; margin-left: 5px; }
.hl-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(0,0,0,.08);
}
.hl-stat__num { font-size: 1.7rem; font-weight: 900; color: var(--hl-body); }
.hl-stat__label { font-size: .85rem; color: var(--hl-text-muted); }
@media (max-width: 820px) {
    .hl-hero__inner { grid-template-columns: 1fr; }
    .hl-hero__media { aspect-ratio: 16/11; }
}

/* === Product slider block === */
.wp-block-hl-product-slider {
    max-width: var(--hl-max);
    margin: clamp(60px, 8vw, 100px) auto;
    padding: 0 24px;
}
.hl-section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}
.hl-section-head h2 { margin: 0; }
.hl-section-head p { margin: 8px 0 0; color: var(--hl-text-muted); max-width: 540px; }
.hl-slider-controls { display: flex; gap: 10px; }
.hl-product-slider__cta {
    text-align: center;
    margin-top: 32px;
}
.hl-slider-btn {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 1.5px solid var(--hl-border);
    background: #fff;
    cursor: pointer;
    font-size: 1.1rem;
    display: grid; place-items: center;
    transition: all .18s ease;
    color: var(--hl-body);
}
.hl-slider-btn:hover { background: var(--hl-primary); border-color: var(--hl-primary); color: var(--hl-body); }
.hl-slider-btn:disabled { opacity: .4; cursor: not-allowed; }

.hl-slider {
    overflow: visible;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 6px 4px 24px 4px;
    margin: 0 -4px;
    scrollbar-width: none;
}
.hl-slider::-webkit-scrollbar { display: none; }
.hl-slider__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 86%;
    gap: 22px;
    padding: 0 4px;
    align-items: stretch;
}
@media (min-width: 640px) { .hl-slider__track { grid-auto-columns: 46%; } }
@media (min-width: 960px) { .hl-slider__track { grid-auto-columns: calc((100% - 44px) / 3); } }
@media (min-width: 1200px) { .hl-slider__track { grid-auto-columns: calc((100% - 44px) / 3); } }
.hl-slide {
    scroll-snap-align: start;
    display: flex;
    align-items: stretch;
}
.hl-slide .hl-product-card { width: 100%; }

/* Product card */
.hl-product-card {
    background: #fff;
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius);
    overflow: hidden;
    transition: transform .25s cubic-bezier(.25, .8, .25, 1), box-shadow .3s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.hl-product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    border-color: rgba(126, 182, 18, .4);
}
.hl-product-card__media {
    position: relative;
    aspect-ratio: 1/1;
    background: linear-gradient(135deg, #f5f7f0, #eef5e0);
    overflow: hidden;
}
.hl-product-card__media a {
    display: block;
    width: 100%;
    height: 100%;
}
.hl-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.25, .8, .25, 1);
}
.hl-product-card:hover .hl-product-card__media img { transform: scale(1.08); }
.hl-product-card__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--hl-primary);
    color: var(--hl-body);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    box-shadow: 0 4px 12px rgba(126, 182, 18, .35);
    z-index: 2;
}
.hl-product-card__quick {
    position: absolute;
    inset: auto 14px 14px 14px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .25s ease, transform .25s ease;
    z-index: 2;
}
.hl-product-card:hover .hl-product-card__quick {
    opacity: 1;
    transform: translateY(0);
}
.hl-product-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.hl-product-card__title { font-size: 1.08rem; margin: 0; font-weight: 800; line-height: 1.25; }
.hl-product-card__title a { color: var(--hl-body); }
.hl-product-card__title a:hover { color: var(--hl-primary); }
.hl-product-card__rating { margin: -2px 0 2px; color: #f5a623; font-size: .85rem; }
.hl-product-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 14px;
    gap: 12px;
}
.hl-product-card__price { font-size: 1.15rem; font-weight: 900; color: var(--hl-secondary); }
.hl-product-card__price del {
    color: #9aa38f;
    font-weight: 500;
    font-size: .9rem;
    margin-right: 6px;
}
.hl-product-card__button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--hl-body);
    color: #fff;
    padding: 9px 18px;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    transition: background .2s ease, transform .15s ease, box-shadow .2s ease;
    white-space: nowrap;
}
.hl-product-card__button:hover {
    background: var(--hl-primary);
    color: var(--hl-body);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(126, 182, 18, .35);
}

/* === About block === */
.wp-block-hl-about {
    background: var(--hl-bg-alt);
    padding: clamp(60px, 8vw, 110px) 0;
    margin-top: clamp(60px, 8vw, 100px);
}
.hl-about__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}
@media (max-width: 768px) {
    .hl-about__inner { padding: 0 16px; }
}
.hl-about__content .hl-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--hl-primary);
    font-weight: 700;
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 14px;
}
.hl-about__content h2 { margin-bottom: 16px; }
.hl-about__text { color: var(--hl-text); margin-bottom: 1em; }
.hl-about__text p { margin-bottom: 1em; }
.hl-about__text a { color: var(--hl-primary); text-decoration: underline; text-underline-offset: 2px; }
.hl-about__text a:hover { opacity: 0.8; }
.hl-about__list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.hl-about__list li {
    display: flex; gap: 12px; align-items: flex-start;
    font-weight: 500;
}
.hl-about__list li::before {
    content: "\2714";
    color: var(--hl-primary);
    font-weight: 900;
    flex-shrink: 0;
    margin-top: 1px;
}
.hl-about__media {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--hl-shadow);
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, var(--hl-primary), var(--hl-secondary));
}
.hl-about__media img, .hl-about__media video, .hl-about__media iframe { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 820px) {
    .hl-about__inner { grid-template-columns: 1fr; }
}

/* About light theme */
.hl-about--light {
    background: #fff;
    color: var(--hl-text);
}

/* About colored theme */
.hl-about--colored {
    background: linear-gradient(135deg, #f8faf5 0%, #f0f5e8 50%, #eef3fc 100%);
    color: var(--hl-text);
}

/* About dark theme */
.hl-about--dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0d1117 100%);
    color: #fff;
}
.hl-about--dark .hl-about__content h2 {
    color: #fff;
}
.hl-about--dark .hl-about__text {
    color: rgba(255,255,255,0.85);
}
.hl-about--dark .hl-about__text a {
    color: #a8e040;
}
.hl-about--dark .hl-about__list li {
    color: rgba(255,255,255,0.9);
}
.hl-about--dark .hl-about__media {
    box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

/* === Featured banner === */
.hl-banner {
    position: relative;
    color: #fff;
    margin: clamp(60px, 8vw, 100px) 0;
    padding: clamp(60px, 9vw, 110px) 24px;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
    background: var(--hl-body);
}
.hl-banner.is-style-gradient {
    background: linear-gradient(135deg, #1a1f15 0%, var(--hl-body) 50%, #0d1a12 100%);
}
.hl-banner.is-style-dark {
    background: var(--hl-body);
}
.hl-banner.is-style-dark .hl-banner__blob,
.hl-banner.is-style-dark .hl-banner__grid {
    opacity: 0;
}
.hl-banner.is-style-image {
    background: transparent;
}
.hl-banner__bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.hl-banner__bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hl-banner__bg-overlay {
    position: absolute;
    inset: 0;
    background: #000;
}
.hl-banner__bg--parallax {
    will-change: transform;
}
.hl-banner__bg--parallax .hl-banner__bg-image {
    width: 100%;
    height: 160%;
    object-fit: cover;
}
.hl-banner__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: .55;
    animation: hl-blob-float 10s ease-in-out infinite;
}
.hl-banner__blob--1 {
    width: 420px;
    height: 420px;
    background: var(--hl-primary);
    top: -120px;
    left: -80px;
    animation-delay: 0s;
}
.hl-banner__blob--2 {
    width: 360px;
    height: 360px;
    background: var(--hl-secondary);
    bottom: -100px;
    right: -60px;
    animation-delay: -3s;
}
.hl-banner__blob--3 {
    width: 260px;
    height: 260px;
    background: var(--hl-primary);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .25;
    animation-delay: -6s;
}
@keyframes hl-blob-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(18px, -22px) scale(1.05); }
    66% { transform: translate(-14px, 16px) scale(.97); }
}
.hl-banner__blob--3 {
    animation: hl-blob-float-center 12s ease-in-out infinite;
}
@keyframes hl-blob-float-center {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-46%, -54%) scale(1.08); }
}
.hl-banner__grid {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,.08) 1px, transparent 0);
    background-size: 34px 34px;
    mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 75%);
    opacity: .6;
}
.hl-banner__inner {
    position: relative;
    z-index: 1;
    max-width: 820px;
    margin: 0 auto;
}
.hl-banner__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    color: var(--hl-primary);
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 8px 16px;
    border-radius: 999px;
    margin-bottom: 24px;
    backdrop-filter: blur(6px);
}
.hl-banner__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.hl-banner__eyebrow-icon svg {
    display: block;
    width: 14px;
    height: 14px;
}
.hl-banner__title {
    color: #fff;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.05;
    margin: 0 0 18px;
    letter-spacing: -.02em;
}
.hl-banner__title span {
    color: var(--hl-primary);
    background: linear-gradient(90deg, var(--hl-primary), #a4d936);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hl-banner__subtitle {
    color: rgba(255,255,255,.78);
    font-size: clamp(1.05rem, 1.6vw, 1.25rem);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.6;
}
.hl-banner__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.05rem;
    padding: 16px 32px;
    border-radius: 999px;
    box-shadow: 0 12px 32px rgba(126,182,18,.28);
    transition: transform .2s ease, box-shadow .2s ease;
}
.hl-banner__cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(126,182,18,.38);
}
.hl-banner__arrow {
    transition: transform .2s ease;
}
.hl-banner__cta:hover .hl-banner__arrow {
    transform: translateX(4px);
}
.hl-banner__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}
.hl-banner__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.82);
    font-size: .78rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 999px;
    backdrop-filter: blur(6px);
}
.hl-banner__pill::before {
    content: "✓";
    color: var(--hl-primary);
    font-weight: 800;
}
@media (max-width: 560px) {
    .hl-banner__trust { gap: 8px; }
    .hl-banner__pill { font-size: .72rem; padding: 6px 12px; }
    .hl-banner__cta { padding: 14px 26px; }
}

/* Toggle margin on/off for blocks (hero, product-slider, about, banner) */
.wp-block-hl-hero.no-margin,
.wp-block-hl-product-slider.no-margin,
.wp-block-hl-about.no-margin,
.wp-block-hl-contact.no-margin,
.hl-banner.no-margin,
.wp-block-hl-tiktok.no-margin,
.wp-block-hl-stats.no-margin,
.wp-block-hl-intro.no-margin,
.wp-block-hl-two-column.no-margin {
    margin: 0;
}
.wp-block-hl-hero.margin-top-only,
.wp-block-hl-product-slider.margin-top-only,
.wp-block-hl-about.margin-top-only,
.wp-block-hl-contact.margin-top-only,
.hl-banner.margin-top-only,
.wp-block-hl-tiktok.margin-top-only,
.wp-block-hl-stats.margin-top-only,
.wp-block-hl-intro.margin-top-only,
.wp-block-hl-two-column.margin-top-only {
    margin-bottom: 0 !important;
}
.wp-block-hl-hero.margin-bottom-only,
.wp-block-hl-product-slider.margin-bottom-only,
.wp-block-hl-about.margin-bottom-only,
.wp-block-hl-contact.margin-bottom-only,
.hl-banner.margin-bottom-only,
.wp-block-hl-tiktok.margin-bottom-only,
.wp-block-hl-stats.margin-bottom-only,
.wp-block-hl-intro.margin-bottom-only,
.wp-block-hl-two-column.margin-bottom-only {
    margin-top: 0 !important;
}

/* === Mini cart product list === */
.mini-cart-panel__body .woocommerce-mini-cart__empty-message {
    text-align: center;
    color: var(--hl-text-muted);
    padding: 40px 10px;
}
.mini-cart-panel__body .woocommerce-mini-cart {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.mini-cart-panel__body .woocommerce-mini-cart-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hl-border);
}
.mini-cart-panel__body .woocommerce-mini-cart-item a.remove {
    order: 3;
    margin-left: auto;
    color: #d6362c !important;
    font-size: 1.2rem;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    text-decoration: none;
}
.mini-cart-panel__body .woocommerce-mini-cart-item a.remove:hover {
    background: #d6362c;
    color: #fff !important;
}
.mini-cart-panel__body .woocommerce-mini-cart-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
    background: var(--hl-bg-alt);
}
.mini-cart-panel__body .woocommerce-mini-cart-item__name {
    font-weight: 700;
    color: var(--hl-body);
    margin-bottom: 4px;
    display: block;
}
.mini-cart-panel__body .woocommerce-mini-cart-item__name:hover { color: var(--hl-primary); }
.mini-cart-panel__body .woocommerce-mini-cart-item__qty {
    display: block;
    font-size: .85rem;
    color: var(--hl-text-muted);
    margin-bottom: 4px;
}
.mini-cart-panel__body .woocommerce-mini-cart-item__price {
    display: block;
    font-weight: 800;
    color: var(--hl-secondary);
}
.mini-cart-panel__body .woocommerce-mini-cart__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-top: 1px solid var(--hl-border);
    margin-top: 8px;
    font-weight: 700;
}
.mini-cart-panel__body .woocommerce-mini-cart__total strong { color: var(--hl-body); }
.mini-cart-panel__body .woocommerce-mini-cart__total .amount { color: var(--hl-secondary); font-size: 1.15rem; }
.mini-cart-panel__body .woocommerce-mini-cart__buttons {
    display: grid;
    gap: 10px;
}
.mini-cart-panel__body .woocommerce-mini-cart__buttons a {
    display: block;
    text-align: center;
    padding: 13px 20px;
    border-radius: 999px;
    font-weight: 800;
    transition: background .2s ease, transform .15s ease;
}
.mini-cart-panel__body .woocommerce-mini-cart__buttons a.checkout {
    background: var(--hl-primary);
    color: var(--hl-body);
}
.mini-cart-panel__body .woocommerce-mini-cart__buttons a.checkout:hover { background: #6a9c0a; transform: translateY(-2px); }
.mini-cart-panel__body .woocommerce-mini-cart__buttons a:not(.checkout) {
    background: var(--hl-bg-alt);
    color: var(--hl-body);
}
.mini-cart-panel__body .woocommerce-mini-cart__buttons a:not(.checkout):hover { background: var(--hl-border); }

/* === Social links component === */
.hl-social {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hl-social--vertical { flex-direction: column; }
.hl-social__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1.5px solid var(--hl-border);
    background: #fff;
    color: var(--hl-body);
    font-weight: 600;
    font-size: .88rem;
    transition: border-color .18s ease, background .18s ease, transform .15s ease;
}
.hl-social__link:hover {
    border-color: var(--hl-primary);
    background: rgba(126, 182, 18, .08);
    transform: translateY(-2px);
    color: var(--hl-body);
}
.hl-social__icon {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
}
.hl-social__icon svg { width: 100%; height: 100%; }
.hl-social__count {
    margin-left: 2px;
    background: var(--hl-primary);
    color: var(--hl-body);
    padding: 2px 8px;
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 800;
}

/* Top bar social (optional) */
.hl-top-bar {
    background: var(--hl-body);
    color: #cfd6c5;
    font-size: .82rem;
    padding: 8px 0;
}
.hl-top-bar__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
@media (max-width: 768px) {
    .hl-top-bar__inner { padding: 0 16px; }
    .hl-top-bar__text { display: none; }
    .hl-top-bar .hl-social__label { display: none; }
}
@media (max-width: 640px) {
    .hl-top-bar__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 8px;
    }
    .hl-top-bar__text {
        font-size: .75rem;
        line-height: 1.3;
    }
    .hl-top-bar .hl-social__link {
        padding: 6px 12px;
        font-size: .75rem;
    }
    .hl-top-bar .hl-social__icon {
        width: 18px;
        height: 18px;
    }
    .hl-top-bar .hl-social__label { display: none; }
}
@media (max-width: 400px) {
    .hl-top-bar__text { display: none; }
    .hl-top-bar .hl-social__count { display: none; }
}
.hl-top-bar a { color: #fff; }
.hl-top-bar .hl-social__link {
    background: transparent;
    border-color: rgba(255,255,255,.2);
    color: #fff;
    padding: 5px 12px;
    font-size: .78rem;
}
.hl-top-bar .hl-social__link:hover { border-color: var(--hl-primary); background: rgba(126,182,18,.2); color: #fff; }

.mobile-menu__social {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--hl-border);
}
.mobile-menu__social-label {
    font-weight: 700;
    color: var(--hl-text-muted);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 10px;
}

/* === Social followers block === */
.wp-block-hl-social-followers {
    margin: clamp(40px, 6vw, 80px) auto;
    max-width: var(--hl-max);
    padding: 0 24px;
}
.wp-block-hl-social-followers.is-style-align-left { text-align: left; }
.wp-block-hl-social-followers.is-style-align-center { text-align: center; }
.wp-block-hl-social-followers.is-style-align-right { text-align: right; }
.wp-block-hl-social-followers .hl-social-followers__header {
    margin-bottom: 22px;
}
.wp-block-hl-social-followers .hl-social-followers__title {
    margin: 0 0 6px;
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.wp-block-hl-social-followers .hl-social-followers__subtitle {
    margin: 0;
    color: var(--hl-text-muted);
}
.wp-block-hl-social-followers .hl-social {
    justify-content: center;
}
.wp-block-hl-social-followers.is-style-align-left .hl-social { justify-content: flex-start; }
.wp-block-hl-social-followers.is-style-align-right .hl-social { justify-content: flex-end; }
.wp-block-hl-social-followers.is-style-cards .hl-social__link {
    flex-direction: column;
    padding: 22px 28px;
    min-width: 140px;
    text-align: center;
}
.wp-block-hl-social-followers.is-style-cards .hl-social__icon {
    width: 32px;
    height: 32px;
}
.wp-block-hl-social-followers.is-style-cards .hl-social__count {
    margin-left: 0;
    margin-top: 4px;
}
.wp-block-hl-social-followers.is-style-cards .hl-social__label {
    font-size: 1rem;
}

/* === Page templates === */
.hl-page-header {
    padding: clamp(24px, 4vw, 40px) 0;
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.hl-page-header > * {
    max-width: var(--hl-max);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}
.hl-page-header--left {
    text-align: left;
}
.hl-page-header--left .hl-breadcrumbs {
    justify-content: flex-start;
}
.hl-page-header--center {
    text-align: center;
}
.hl-page-header--center .hl-breadcrumbs {
    justify-content: center;
}
.hl-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 0.875rem;
    color: var(--hl-text-muted);
}
.hl-breadcrumbs a {
    color: var(--hl-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}
.hl-breadcrumbs a:hover {
    color: var(--hl-primary);
}
.hl-breadcrumbs__separator {
    color: var(--hl-border);
    font-size: 0.75rem;
}
.hl-breadcrumbs__current {
    color: var(--hl-text);
    font-weight: 500;
}
.hl-page-title {
    margin: 0 auto;
    font-size: clamp(2rem, 4vw, 3rem);
}
.hl-page-content {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 60px 24px;
}
.hl-page-content > *:first-child { margin-top: 0; }

/* === TikTok block === */
.wp-block-hl-tiktok {
    background: linear-gradient(180deg, #000 0%, #0a0a0a 100%);
    color: #fff;
    padding: clamp(60px, 8vw, 100px) 0;
    margin: clamp(60px, 8vw, 100px) 0;
    position: relative;
    overflow: hidden;
}
.wp-block-hl-tiktok::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(126, 182, 18, 0.08) 0%, transparent 70%);
    pointer-events: none;
}
.hl-tiktok__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}
.hl-tiktok__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 48px;
}
.hl-tiktok__title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0;
    line-height: 1.1;
}
.hl-tiktok__profile-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 1.5px solid rgba(255,255,255,.2);
    border-radius: 999px;
    transition: all .25s cubic-bezier(.4, 0, .2, 1);
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.03);
}
.hl-tiktok__profile-link:hover {
    border-color: var(--hl-primary);
    background: rgba(126,182,18,.15);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(126, 182, 18, 0.2);
}
.hl-tiktok__profile-link svg {
    flex-shrink: 0;
}
.hl-tiktok__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
}
.hl-tiktok__item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hl-tiktok__media {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.08);
    aspect-ratio: 4/5;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.hl-tiktok__media:hover {
    transform: translateY(-8px);
    border-color: rgba(126, 182, 18, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(126, 182, 18, 0.1);
}
.hl-tiktok__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hl-tiktok__media--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.02);
    border: 2px dashed rgba(255,255,255,.15);
}
.hl-tiktok__media--empty span {
    color: rgba(255,255,255,.4);
    font-size: 0.9rem;
    font-weight: 600;
}
.hl-tiktok__caption {
    color: rgba(255,255,255,.9);
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}
.hl-tiktok__link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}
.hl-tiktok__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.hl-tiktok__stat {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: rgba(255,255,255,.6);
    font-size: .85rem;
    font-weight: 600;
}
@media (max-width: 820px) {
    .hl-tiktok__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .hl-tiktok__header {
        margin-bottom: 36px;
    }
}
@media (max-width: 480px) {
    .hl-tiktok__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .hl-tiktok__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .hl-tiktok__profile-link {
        width: 100%;
        justify-content: center;
    }
}

/* === Stats block === */
.wp-block-hl-stats {
    position: relative;
    margin: clamp(60px, 8vw, 100px) 0;
    background: linear-gradient(135deg, #f8faf5 0%, #f0f5e8 50%, #eef3fc 100%);
    overflow: hidden;
}
@keyframes blobFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -20px) scale(1.05); }
}
@keyframes blobFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-25px, 15px) scale(1.08); }
}
.wp-block-hl-stats::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: min(500px, 50vw);
    height: min(500px, 50vw);
    background: radial-gradient(circle, rgba(126,182,18,0.09) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: blobFloat1 20s ease-in-out infinite;
}
.wp-block-hl-stats::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: min(600px, 60vw);
    height: min(600px, 60vw);
    background: radial-gradient(circle, rgba(0,102,218,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    animation: blobFloat2 25s ease-in-out infinite;
}
.hl-stats__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: clamp(60px, 8vw, 100px) 24px;
    position: relative;
    z-index: 1;
}
.hl-stats__heading {
    text-align: center;
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 800;
    margin: 0 0 clamp(48px, 6vw, 80px);
    letter-spacing: -0.02em;
    color: var(--hl-text);
}
.hl-stats__grid {
    display: grid;
    gap: clamp(20px, 2.5vw, 32px);
}
.hl-stats__grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.hl-stats__grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.hl-stats__item {
    text-align: center;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 28px;
    padding: clamp(36px, 4.5vw, 52px) clamp(20px, 2.5vw, 32px);
    border: 1px solid rgba(255,255,255,0.6);
    box-shadow: 
        0 8px 32px rgba(0,0,0,0.04),
        0 2px 8px rgba(0,0,0,0.02),
        inset 0 1px 0 rgba(255,255,255,0.8);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    animation: statsFadeIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.hl-stats__item:nth-child(1) { animation-delay: 0.1s; }
.hl-stats__item:nth-child(2) { animation-delay: 0.25s; }
.hl-stats__item:nth-child(3) { animation-delay: 0.4s; }
.hl-stats__item:nth-child(4) { animation-delay: 0.55s; }
@keyframes statsFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.hl-stats__item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(126,182,18,0.3), rgba(0,102,218,0.3), rgba(126,182,18,0.3));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.hl-stats__item:hover {
    transform: translateY(-12px);
    box-shadow: 
        0 32px 64px rgba(0,0,0,0.1),
        0 8px 24px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.95);
}
.hl-stats__item:hover::before {
    opacity: 1;
}
.hl-stats__number {
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.04em;
    white-space: nowrap;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    background: linear-gradient(135deg, var(--hl-primary) 0%, var(--hl-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(126,182,18,0.15));
}
.hl-stats__number.is-counting {
    transform: scale(1.04);
}
@keyframes statPulse {
    0% { transform: scale(1.04); }
    40% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.hl-stats__number.is-complete {
    animation: statPulse 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.hl-stats__counter {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}
.hl-stats__suffix {
    font-size: 42%;
    font-weight: 800;
    opacity: 0;
    margin-left: 4px;
    vertical-align: super;
    letter-spacing: 0;
    transition: opacity 0.4s ease 0.1s;
}
.hl-stats__number.is-complete .hl-stats__suffix {
    opacity: 0.6;
}
.hl-stats__label {
    margin: 20px 0 0;
    font-size: 0.8rem;
    color: var(--hl-text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    transition: color 0.3s ease;
}
.hl-stats__item:hover .hl-stats__label {
    color: var(--hl-text);
}

.hl-stats__cta {
    text-align: center;
    margin-top: clamp(40px, 5vw, 60px);
}
.hl-stats__tiktok-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 24px;
    border: 1.5px solid rgba(126,182,18,0.4);
    border-radius: 999px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    color: var(--hl-primary);
    background: rgba(126,182,18,0.05);
}
.hl-stats__tiktok-btn:hover {
    background: var(--hl-primary);
    color: #fff;
    border-color: var(--hl-primary);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(126, 182, 18, 0.25);
}
.hl-stats__tiktok-btn svg {
    flex-shrink: 0;
}

/* Dark variant */
.hl-stats--dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0d1117 100%);
}
.hl-stats--dark::before {
    background: radial-gradient(circle, rgba(126,182,18,0.12) 0%, transparent 70%);
}
.hl-stats--dark::after {
    background: radial-gradient(circle, rgba(0,102,218,0.1) 0%, transparent 70%);
}
.hl-stats--dark .hl-stats__heading {
    color: #fff;
}
.hl-stats--dark .hl-stats__item {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 
        0 8px 32px rgba(0,0,0,0.3),
        0 2px 8px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.06);
}
.hl-stats--dark .hl-stats__item::before {
    background: linear-gradient(135deg, rgba(126,182,18,0.4), rgba(0,102,218,0.4), rgba(126,182,18,0.4));
}
.hl-stats--dark .hl-stats__item:hover {
    background: rgba(255,255,255,0.1);
    box-shadow: 
        0 32px 64px rgba(0,0,0,0.5),
        0 8px 24px rgba(0,0,0,0.3),
        inset 0 1px 0 rgba(255,255,255,0.1);
}
.hl-stats--dark .hl-stats__number {
    background: linear-gradient(135deg, #a8e040 0%, #4da6ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 12px rgba(126,182,18,0.25));
}
.hl-stats--dark .hl-stats__label {
    color: rgba(255,255,255,0.5);
}
.hl-stats--dark .hl-stats__item:hover .hl-stats__label {
    color: rgba(255,255,255,0.85);
}
.hl-stats--dark .hl-stats__tiktok-btn {
    border-color: rgba(255,255,255,0.2);
    color: #fff;
    background: rgba(255,255,255,0.04);
}
.hl-stats--dark .hl-stats__tiktok-btn:hover {
    background: rgba(126,182,18,0.15);
    color: #fff;
    border-color: var(--hl-primary);
    box-shadow: 0 8px 24px rgba(126, 182, 18, 0.2);
}

@media ( max-width: 768px ) {
    .hl-stats__grid {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
    .hl-stats__item {
        padding: 28px 24px;
    }
    .hl-stats__number {
        font-size: clamp(2.6rem, 10vw, 3.4rem);
    }
}

/* === Intro block === */
.wp-block-hl-intro {
    position: relative;
    margin: clamp(60px, 8vw, 100px) 0;
    overflow: hidden;
}
.hl-intro__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: clamp(60px, 8vw, 100px) 24px;
    text-align: center;
}
.hl-intro__heading {
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 clamp(20px, 3vw, 32px);
}
.hl-intro__description {
    font-size: clamp(1.2rem, 2.2vw, 1.6rem);
    line-height: 1.6;
    margin: 0 0 clamp(32px, 5vw, 48px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
}
.hl-intro__cta {
    margin-top: clamp(24px, 4vw, 40px);
}

/* Light theme */
.hl-intro--light {
    background: #fff;
    color: var(--hl-text);
}

/* Colored theme */
.hl-intro--colored {
    background: linear-gradient(135deg, #f8faf5 0%, #f0f5e8 50%, #eef3fc 100%);
    color: var(--hl-text);
}

/* Dark theme */
.hl-intro--dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0d1117 100%);
    color: #fff;
}
.hl-intro--dark .hl-intro__heading {
    color: #fff;
}
.hl-intro--dark .hl-intro__description {
    color: rgba(255,255,255,0.85);
}

@media ( max-width: 768px ) {
    .hl-intro__inner {
        padding: clamp(40px, 6vw, 60px) 20px;
    }
    .hl-intro__description {
        font-size: clamp(1.1rem, 4vw, 1.3rem);
    }
}

/* === Two Column block === */
.wp-block-hl-two-column {
    position: relative;
    margin: clamp(60px, 8vw, 100px) 0;
}
.hl-two-column__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: clamp(40px, 6vw, 80px) 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 64px);
}
.hl-two-column__heading {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}
.hl-two-column__content {
    font-size: 1.05rem;
    line-height: 1.7;
}
.hl-two-column__content p {
    margin-bottom: 1em;
}
.hl-two-column__content a {
    color: var(--hl-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.hl-two-column__content a:hover {
    opacity: 0.8;
}

/* Light theme */
.hl-two-column--light {
    background: #fff;
    color: var(--hl-text);
}

/* Colored theme */
.hl-two-column--colored {
    background: linear-gradient(135deg, #f8faf5 0%, #f0f5e8 50%, #eef3fc 100%);
    color: var(--hl-text);
}

/* Dark theme */
.hl-two-column--dark {
    background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0d1117 100%);
    color: #fff;
}
.hl-two-column--dark .hl-two-column__heading {
    color: #fff;
}
.hl-two-column--dark .hl-two-column__content {
    color: rgba(255,255,255,0.85);
}
.hl-two-column--dark .hl-two-column__content a {
    color: #a8e040;
}

@media ( max-width: 768px ) {
    .hl-two-column__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* === Contact block === */
.hl-contact {
    padding: clamp(60px, 8vw, 110px) 0;
}
.hl-contact__inner {
    max-width: var(--hl-max);
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(36px, 5vw, 72px);
    align-items: start;
}
.hl-contact__info {
    position: sticky;
    top: calc(var(--hl-top-bar-height, 0px) + 24px);
}
.hl-contact__heading {
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 16px;
}
.hl-contact__description {
    font-size: 1.1rem;
    color: var(--hl-text-muted);
    margin-bottom: 32px;
    line-height: 1.6;
}
.hl-contact__details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}
.hl-contact__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
}
.hl-contact__detail a {
    color: var(--hl-body);
    text-decoration: none;
    transition: color .2s ease;
}
.hl-contact__detail a:hover {
    color: var(--hl-primary);
}
.hl-contact__detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--hl-bg-alt);
    color: var(--hl-primary);
    flex-shrink: 0;
}
.hl-contact__social {
    margin-top: 24px;
}
.hl-contact__social-label {
    font-weight: 700;
    color: var(--hl-text-muted);
    font-size: .85rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 12px;
}
.hl-contact__form-wrapper {
    background: var(--hl-bg-alt);
    border-radius: 20px;
    padding: 32px;
    border: 1px solid var(--hl-border);
}
.hl-contact__form-title {
    font-size: 1.5rem;
    margin-bottom: 24px;
}
.hl-contact__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.hl-contact__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hl-contact__field label {
    font-weight: 600;
    font-size: .9rem;
    color: var(--hl-body);
}
.hl-contact__field input,
.hl-contact__field textarea {
    padding: 12px 16px;
    border: 1.5px solid var(--hl-border);
    border-radius: 12px;
    font: inherit;
    font-size: 1rem;
    background: #fff;
    transition: border-color .2s ease;
}
.hl-contact__field input:focus,
.hl-contact__field textarea:focus {
    outline: none;
    border-color: var(--hl-primary);
}
.hl-contact__field textarea {
    resize: vertical;
    min-height: 120px;
}
.hl-contact__submit {
    align-self: flex-start;
}
.hl-contact__message {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 600;
    display: none;
}
.hl-contact__message--success {
    display: block;
    background: rgba(126, 182, 18, .1);
    color: #3c6a00;
    border: 1px solid rgba(126, 182, 18, .3);
}
.hl-contact__message--error {
    display: block;
    background: rgba(214, 54, 44, .1);
    color: #d6362c;
    border: 1px solid rgba(214, 54, 44, .3);
}
@media (max-width: 768px) {
    .hl-contact__inner {
        grid-template-columns: 1fr;
        padding: 0 16px;
    }
    .hl-contact__info {
        position: static;
    }
    .hl-contact__form-wrapper {
        padding: 24px;
    }
}