/*
Theme Name: Value Foods Corp - Elessi Child
Theme URI: https://valuefoodscorp.com/
Description: Custom child theme for Value Foods Corp wholesale website. Built on Elessi parent theme. Premium royal blue + antique gold palette derived from the brand logo. Includes wholesale catalog mode, request-quote functionality, and African foods country taxonomy.
Author: Value Foods Corp
Author URI: https://valuefoodscorp.com/
Template: elessi-theme
Version: 2.0.0
*/

/* =============================================================
   VALUE FOODS CORP — BRAND VARIABLES
   Palette pulled directly from the brand logo:
   royal blue banner, antique gold wreath, sunburst red.
   ============================================================= */
:root {
    --vfd-primary: #0B4F8B;          /* Royal blue (logo banner) */
    --vfd-primary-dark: #072F54;     /* Deep navy — hover/active */
    --vfd-primary-light: #1A6BB0;    /* Lighter blue — gradients */

    --vfd-gold: #C8962E;             /* Antique gold (logo wreath) */
    --vfd-gold-light: #E8C56F;       /* Champagne gold — accents */
    --vfd-gold-dark: #9C7322;        /* Deep gold — borders */

    --vfd-red: #B8391F;              /* Sunburst red (logo background) */
    --vfd-red-dark: #8A2A14;         /* Deep red — hover */

    --vfd-cream: #FAF6EC;            /* Ivory background */
    --vfd-cream-warm: #F2EAD6;       /* Warm cream — section breaks */

    --vfd-charcoal: #1A1A1A;         /* Deep charcoal text */
    --vfd-stone: #5C5C5C;            /* Muted text */
    --vfd-light-gray: #E8E5DD;       /* Borders, dividers */
}

/* =============================================================
   GLOBAL TYPOGRAPHY & COLORS
   ============================================================= */
body {
    color: var(--vfd-charcoal);
    font-family: 'Inter', 'Segoe UI', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: var(--vfd-charcoal);
    font-weight: 700;
    letter-spacing: -0.01em;
}

a {
    color: var(--vfd-primary);
    transition: color 0.2s ease;
}

a:hover, a:focus {
    color: var(--vfd-primary-dark);
}

/* Selection styling */
::selection {
    background: var(--vfd-gold);
    color: var(--vfd-charcoal);
}

/* =============================================================
   BUTTONS — VALUE FOODS STYLE
   Royal blue primary with gold hover detail
   ============================================================= */
.button,
button.button,
input[type="submit"],
.nasa-btn,
.elementor-button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
    background-color: var(--vfd-primary) !important;
    color: #fff !important;
    border: 2px solid var(--vfd-primary) !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    transition: all 0.25s ease !important;
    position: relative;
}

.button:hover,
button.button:hover,
input[type="submit"]:hover,
.nasa-btn:hover,
.elementor-button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: var(--vfd-primary-dark) !important;
    border-color: var(--vfd-gold) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(11, 79, 139, 0.3);
}

/* Gold accent button — for premium CTAs */
.button.gold,
.nasa-btn.gold,
.elementor-button-gold,
.btn-gold {
    background-color: var(--vfd-gold) !important;
    border-color: var(--vfd-gold) !important;
    color: var(--vfd-charcoal) !important;
}

.button.gold:hover,
.nasa-btn.gold:hover,
.btn-gold:hover {
    background-color: var(--vfd-gold-dark) !important;
    border-color: var(--vfd-gold-dark) !important;
    color: #fff !important;
}

/* Secondary button — outlined */
.button.outline,
.nasa-btn.outline,
.btn-outline {
    background-color: transparent !important;
    color: var(--vfd-primary) !important;
    border-color: var(--vfd-primary) !important;
}

.button.outline:hover,
.btn-outline:hover {
    background-color: var(--vfd-primary) !important;
    color: #fff !important;
}

/* =============================================================
   HEADER & NAVIGATION
   ============================================================= */
.nasa-header,
.header-wrap {
    border-bottom: 3px solid var(--vfd-gold);
    background-color: #fff;
}

.nasa-main-menu > li > a,
.menu-primary-menu > li > a {
    color: var(--vfd-charcoal) !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-size: 13px !important;
}

.nasa-main-menu > li > a:hover,
.nasa-main-menu > li.current-menu-item > a {
    color: var(--vfd-primary) !important;
}

/* Top bar (announcement strip) — royal blue with gold accents */
.nasa-top-bar,
.header-top {
    background-color: var(--vfd-primary-dark) !important;
    color: #fff !important;
    font-weight: 500;
    border-bottom: 1px solid var(--vfd-gold);
}

.nasa-top-bar a,
.header-top a {
    color: var(--vfd-gold-light) !important;
}

.nasa-top-bar a:hover {
    color: #fff !important;
}

/* =============================================================
   WHOLESALE CATALOG MODE — HIDE PRICES & CART
   ============================================================= */
body.vfd-catalog-mode .price,
body.vfd-catalog-mode .woocommerce-Price-amount,
body.vfd-catalog-mode .product .price,
body.vfd-catalog-mode .single-product .price,
body.vfd-catalog-mode .nasa-product-deals-price,
body.vfd-catalog-mode .nasa-product-price,
body.vfd-catalog-mode p.price,
body.vfd-catalog-mode span.price {
    display: none !important;
}

body.vfd-catalog-mode .quantity,
body.vfd-catalog-mode .single-product div.product form.cart .quantity {
    display: none !important;
}

body.vfd-catalog-mode .nasa-cart-menu,
body.vfd-catalog-mode .cart-link,
body.vfd-catalog-mode .nasa-cart-count,
body.vfd-catalog-mode .cart-count-icon,
body.vfd-catalog-mode .mini-cart,
body.vfd-catalog-mode .nasa-mini-cart-content,
body.vfd-catalog-mode .nasa-icon-cart-side,
body.vfd-catalog-mode a.cart-contents,
body.vfd-catalog-mode .nasa-cart-extension {
    display: none !important;
}

body.vfd-catalog-mode .onsale,
body.vfd-catalog-mode .nasa-onsale {
    display: none !important;
}

/* =============================================================
   REQUEST QUOTE BUTTON STYLING
   ============================================================= */
.vfd-request-quote-btn,
a.vfd-request-quote-btn,
button.vfd-request-quote-btn {
    display: inline-block !important;
    background-color: var(--vfd-primary) !important;
    color: #fff !important;
    padding: 11px 26px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    font-size: 13px !important;
    text-decoration: none !important;
    border: 2px solid var(--vfd-primary) !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    text-align: center !important;
}

.vfd-request-quote-btn:hover {
    background-color: var(--vfd-primary-dark) !important;
    border-color: var(--vfd-gold) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(11, 79, 139, 0.3);
    color: #fff !important;
}

.products .product .vfd-request-quote-btn {
    width: 100%;
    margin-top: 8px;
}

/* =============================================================
   PRODUCT CARDS — WHOLESALE-FRIENDLY DESIGN
   ============================================================= */
.products .product,
.nasa-product {
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid var(--vfd-light-gray);
    transition: all 0.3s ease;
}

.products .product:hover,
.nasa-product:hover {
    border-color: var(--vfd-gold);
    box-shadow: 0 12px 28px rgba(11, 79, 139, 0.12);
    transform: translateY(-3px);
}

.products .product .woocommerce-loop-product__title,
.products .product h2,
.products .product h3 {
    color: var(--vfd-charcoal) !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 12px 0 6px !important;
}

/* Country badge — gold trim */
.vfd-country-badge {
    display: inline-block;
    background-color: var(--vfd-cream);
    color: var(--vfd-primary);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
    border: 1px solid var(--vfd-gold-light);
}

.vfd-package-info {
    color: var(--vfd-stone);
    font-size: 13px;
    margin: 4px 0 8px;
}

/* =============================================================
   COUNTRY SHOWCASE GRID
   ============================================================= */
.vfd-country-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin: 40px 0;
}

.vfd-country-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid var(--vfd-light-gray);
    cursor: pointer;
    text-decoration: none;
    color: var(--vfd-charcoal);
    display: block;
}

.vfd-country-card:hover {
    background-color: var(--vfd-cream);
    border-color: var(--vfd-gold);
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(11, 79, 139, 0.12);
}

.vfd-country-card .flag {
    font-size: 52px;
    margin-bottom: 12px;
    display: block;
}

.vfd-country-card .country-name {
    font-weight: 700;
    color: var(--vfd-primary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    margin-bottom: 4px;
}

.vfd-country-card .product-count {
    color: var(--vfd-stone);
    font-size: 12px;
}

/* =============================================================
   HERO SECTION — HOMEPAGE
   ============================================================= */
.vfd-hero {
    position: relative;
    background: linear-gradient(135deg, var(--vfd-cream) 0%, #fff 50%, var(--vfd-cream-warm) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.vfd-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: linear-gradient(135deg, rgba(11, 79, 139, 0.06), rgba(200, 150, 46, 0.08));
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
}

.vfd-hero h1 {
    font-size: 56px;
    line-height: 1.1;
    color: var(--vfd-charcoal);
    margin-bottom: 24px;
    font-weight: 800;
}

.vfd-hero h1 .highlight {
    color: var(--vfd-primary);
}

.vfd-hero h1 .gold-accent {
    color: var(--vfd-gold-dark);
}

.vfd-hero p.lead {
    font-size: 19px;
    line-height: 1.6;
    color: var(--vfd-stone);
    margin-bottom: 32px;
    max-width: 540px;
}

@media (max-width: 768px) {
    .vfd-hero h1 { font-size: 36px; }
    .vfd-hero p.lead { font-size: 17px; }
}

/* =============================================================
   TRUST BAR — UNDER HERO
   Royal blue with gold separators
   ============================================================= */
.vfd-trust-bar {
    background: linear-gradient(180deg, var(--vfd-primary-dark), var(--vfd-primary));
    color: #fff;
    padding: 28px 0;
    border-top: 2px solid var(--vfd-gold);
    border-bottom: 2px solid var(--vfd-gold);
}

.vfd-trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.vfd-trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.vfd-trust-item svg,
.vfd-trust-item i,
.vfd-trust-item .icon {
    color: var(--vfd-gold-light);
    font-size: 24px;
    flex-shrink: 0;
}

/* =============================================================
   FOOTER — Deep navy with gold accents
   ============================================================= */
.nasa-footer,
.site-footer {
    background-color: var(--vfd-primary-dark) !important;
    color: var(--vfd-cream);
    border-top: 4px solid var(--vfd-gold);
}

.nasa-footer h3,
.nasa-footer h4,
.nasa-footer .widget-title,
.site-footer h3,
.site-footer h4 {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 14px !important;
    border-bottom: 2px solid var(--vfd-gold);
    padding-bottom: 12px;
    margin-bottom: 16px;
    display: inline-block;
}

.nasa-footer a,
.site-footer a {
    color: var(--vfd-cream) !important;
}

.nasa-footer a:hover,
.site-footer a:hover {
    color: var(--vfd-gold-light) !important;
}

/* =============================================================
   WHOLESALE INQUIRY FORM
   ============================================================= */
.vfd-inquiry-form {
    background-color: var(--vfd-cream);
    border-radius: 12px;
    padding: 40px;
    max-width: 720px;
    margin: 40px auto;
    border-top: 4px solid var(--vfd-gold);
    box-shadow: 0 8px 24px rgba(11, 79, 139, 0.08);
}

.vfd-inquiry-form h2 {
    color: var(--vfd-primary);
    margin-bottom: 8px;
}

.vfd-inquiry-form .form-intro {
    color: var(--vfd-stone);
    margin-bottom: 24px;
}

.vfd-inquiry-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--vfd-charcoal);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.vfd-inquiry-form input[type="text"],
.vfd-inquiry-form input[type="email"],
.vfd-inquiry-form input[type="tel"],
.vfd-inquiry-form select,
.vfd-inquiry-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--vfd-light-gray);
    border-radius: 6px;
    font-size: 15px;
    background-color: #fff;
    margin-bottom: 16px;
    transition: border-color 0.2s ease;
    font-family: inherit;
}

.vfd-inquiry-form input:focus,
.vfd-inquiry-form select:focus,
.vfd-inquiry-form textarea:focus {
    border-color: var(--vfd-primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(11, 79, 139, 0.1);
}

/* =============================================================
   SECTION HEADERS
   ============================================================= */
.vfd-section-header {
    text-align: center;
    margin: 60px 0 40px;
}

.vfd-section-header .eyebrow {
    color: var(--vfd-gold-dark);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
}

.vfd-section-header h2 {
    font-size: 38px;
    margin-bottom: 12px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.vfd-section-header p {
    color: var(--vfd-stone);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
}

/* Decorative gold underline option */
.vfd-section-header h2.with-underline::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--vfd-gold);
    margin: 16px auto 0;
}

/* =============================================================
   PREMIUM ACCENT — GOLD DIVIDER
   Use this for visual separation between sections
   ============================================================= */
.vfd-gold-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--vfd-gold), transparent);
    margin: 40px auto;
    max-width: 200px;
}

/* =============================================================
   RESPONSIVE TWEAKS
   ============================================================= */
@media (max-width: 768px) {
    .vfd-section-header h2 { font-size: 28px; }
    .vfd-inquiry-form { padding: 24px; }
    .vfd-hero { padding: 48px 0; }
}

/* =============================================================
   END VALUE FOODS CORP CUSTOMIZATIONS
   ============================================================= */

/* =============================================================
   ANIMATIONS — KEYFRAMES (v3)
   ============================================================= */
@keyframes vfd-fadeInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes vfd-fadeInLeft {
    from { opacity: 0; transform: translateX(-40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes vfd-fadeInRight {
    from { opacity: 0; transform: translateX(40px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes vfd-shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}
@keyframes vfd-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}
@keyframes vfd-gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
@keyframes vfd-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@keyframes vfd-spin-slow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes vfd-glowPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(200, 150, 46, 0.4); }
    50% { box-shadow: 0 0 0 12px rgba(200, 150, 46, 0); }
}
@keyframes vfd-wiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-3deg); }
    75% { transform: rotate(3deg); }
}

/* =============================================================
   SCROLL REVEAL CLASSES
   Apply these classes to any element to animate on scroll.
   The JS in functions.php auto-detects them.
   ============================================================= */
.vfd-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.vfd-reveal.in-view {
    opacity: 1;
    transform: translateY(0);
}
.vfd-reveal-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.vfd-reveal-left.in-view {
    opacity: 1;
    transform: translateX(0);
}
.vfd-reveal-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.vfd-reveal-right.in-view {
    opacity: 1;
    transform: translateX(0);
}
.vfd-reveal-scale {
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.vfd-reveal-scale.in-view {
    opacity: 1;
    transform: scale(1);
}

/* Stagger delays */
.vfd-stagger-1 { transition-delay: 0.1s; }
.vfd-stagger-2 { transition-delay: 0.2s; }
.vfd-stagger-3 { transition-delay: 0.3s; }
.vfd-stagger-4 { transition-delay: 0.4s; }
.vfd-stagger-5 { transition-delay: 0.5s; }
.vfd-stagger-6 { transition-delay: 0.6s; }

/* =============================================================
   HOVER ANIMATIONS — Country Cards Enhanced
   ============================================================= */
.vfd-country-card {
    position: relative;
    overflow: hidden;
}
.vfd-country-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(200, 150, 46, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
}
.vfd-country-card:hover::before { opacity: 1; }
.vfd-country-card .flag {
    transition: transform 0.4s;
    position: relative;
}
.vfd-country-card:hover .flag {
    transform: scale(1.15) rotate(-5deg);
}

/* =============================================================
   PRODUCT CARD HOVER — Image Zoom + Shimmer Top Border
   ============================================================= */
.products .product,
.nasa-product {
    position: relative;
}
.products .product::after,
.nasa-product::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--vfd-gold-light), var(--vfd-gold), var(--vfd-gold-light));
    background-size: 200% 100%;
    animation: vfd-shimmer 3s ease-in-out infinite;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
    z-index: 2;
}
.products .product:hover::after,
.nasa-product:hover::after { transform: scaleX(1); }

/* Product image zoom on hover */
.products .product img,
.nasa-product img {
    transition: transform 0.6s ease;
}
.products .product:hover img,
.nasa-product:hover img {
    transform: scale(1.08);
}

/* =============================================================
   BUTTON SHIMMER EFFECT
   ============================================================= */
.vfd-request-quote-btn,
.button,
.nasa-btn {
    position: relative;
    overflow: hidden;
}
.vfd-request-quote-btn::before,
.button::before,
.nasa-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s;
    pointer-events: none;
}
.vfd-request-quote-btn:hover::before,
.button:hover::before,
.nasa-btn:hover::before {
    left: 100%;
}

/* =============================================================
   HERO ANIMATIONS — Add to .vfd-hero or any custom hero
   ============================================================= */
.vfd-hero {
    background-size: 200% 200% !important;
    animation: vfd-gradientShift 18s ease infinite;
}

/* Hero headline word-by-word reveal */
.vfd-hero h1 .vfd-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    animation: vfd-fadeInUp 0.7s ease-out forwards;
}
.vfd-hero h1 .vfd-word.w1 { animation-delay: 0.2s; }
.vfd-hero h1 .vfd-word.w2 { animation-delay: 0.35s; }
.vfd-hero h1 .vfd-word.w3 { animation-delay: 0.5s; }
.vfd-hero h1 .vfd-word.w4 { animation-delay: 0.65s; }
.vfd-hero h1 .vfd-word.w5 { animation-delay: 0.8s; }
.vfd-hero h1 .vfd-word.w6 { animation-delay: 0.95s; }
.vfd-hero h1 .vfd-word.w7 { animation-delay: 1.1s; }
.vfd-hero h1 .vfd-word.w8 { animation-delay: 1.25s; }

/* =============================================================
   COUNTRY MARQUEE — Continuous scroll band shortcode
   ============================================================= */
.vfd-marquee {
    background: var(--vfd-primary-dark);
    color: #fff;
    padding: 20px 0;
    overflow: hidden;
    border-top: 2px solid var(--vfd-gold);
    border-bottom: 2px solid var(--vfd-gold);
    position: relative;
}
.vfd-marquee::before,
.vfd-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.vfd-marquee::before {
    left: 0;
    background: linear-gradient(90deg, var(--vfd-primary-dark), transparent);
}
.vfd-marquee::after {
    right: 0;
    background: linear-gradient(-90deg, var(--vfd-primary-dark), transparent);
}
.vfd-marquee-track {
    display: flex;
    width: max-content;
    animation: vfd-marquee 35s linear infinite;
    gap: 60px;
}
.vfd-marquee-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--vfd-cream);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.vfd-marquee-item .flag { font-size: 26px; }
.vfd-marquee-divider { color: var(--vfd-gold); font-size: 18px; }

/* =============================================================
   COUNTER ANIMATIONS
   Apply class .vfd-counter with data-count="500" attribute
   ============================================================= */
.vfd-counter {
    font-family: 'Playfair Display', 'Inter', serif;
    font-size: 38px;
    font-weight: 800;
    color: var(--vfd-primary);
    line-height: 1;
}

/* =============================================================
   ANIMATED GLOW PULSE — for primary CTAs
   Add class .vfd-glow-pulse to any button
   ============================================================= */
.vfd-glow-pulse {
    animation: vfd-glowPulse 2.5s ease-in-out infinite;
}
.vfd-glow-pulse:hover {
    animation: none;
}

/* =============================================================
   HEADER SHRINK ON SCROLL
   ============================================================= */
.nasa-header.scrolled,
.header-wrap.scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
    box-shadow: 0 4px 20px rgba(7, 47, 84, 0.15);
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}

/* =============================================================
   FLOATING/PULSING DECORATIVE ELEMENTS
   ============================================================= */
.vfd-float-anim { animation: vfd-float 5s ease-in-out infinite; }
.vfd-spin-anim { animation: vfd-spin-slow 20s linear infinite; }

/* =============================================================
   ACCESSIBILITY — Respect reduced motion preference
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .vfd-reveal,
    .vfd-reveal-left,
    .vfd-reveal-right,
    .vfd-reveal-scale {
        opacity: 1 !important;
        transform: none !important;
    }
    .vfd-marquee-track,
    .vfd-hero {
        animation: none !important;
    }
}

/* =============================================================
   END ANIMATIONS
   ============================================================= */
