.liquid-glass {
    background: linear-gradient(135deg, rgba(255,255,255,0.32) 0%, rgba(120,180,255,0.18) 100%);
    border-radius: 24px !important;
    border: 1.5px solid rgba(255,255,255,0.38) !important;
    box-shadow: 0 8px 32px 0 rgba(60,80,180,0.18), 0 1.5px 6px 0 rgba(255,255,255,0.18) inset !important;
    backdrop-filter: blur(28px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(28px) saturate(1.8) !important;
    transition: all 0.22s cubic-bezier(.2,1,.3,1) !important;
    padding: 1.75rem !important;
}
:root {
    --text: #ffffff;
    --muted: rgba(255, 255, 255, 0.6);
    --surface: rgba(255, 255, 255, 0.05);
    --cream: #000000;
    --glass: rgba(255, 255, 255, 0.08);
    --glass-strong: rgba(255, 255, 255, 0.12);
    --border: rgba(255, 255, 255, 0.15);
    --accent: #ffffff;
    --accent-secondary: #e5e5e5;
    --glow: rgba(255, 255, 255, 0.1);
}

/* Subtle ambient animation */
@keyframes ambientShift {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.5; }
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: var(--text) !important;
    background: #000000 !important;
    background-attachment: fixed !important;
    letter-spacing: -0.01em;
    min-height: 100vh;
}

/* Colorful gradient orbs */
body::before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: none;
    z-index: -1;
    pointer-events: none;
}

body::after {
    display: none;
}

.navbar {
    background: rgba(0, 0, 0, 0.9) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;
}

.navbar .container {
    padding: 1.25rem 0;
}

.logo {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: -0.02em;
    color: #ffffff !important;
    text-shadow: none;
}

.page-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
    backdrop-filter: none !important;
}

.nav-links a {
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    color: #64748b !important;
    padding: 0.5rem 0.875rem !important;
    margin: 0 0.125rem !important;
    border: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.nav-links a:hover {
    color: #fff !important;
    background: none !important;
    transform: translateY(-1px) !important;
    border-color: transparent !important;
    backdrop-filter: blur(30px) !important;
    -webkit-backdrop-filter: blur(30px) !important;
    box-shadow: none !important;
}

.nav-links a.active {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.hero {
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: 160px 0 120px !important;
    color: var(--text) !important;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55));
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.035em !important;
    font-size: clamp(2.25rem, 4.5vw, 3.5rem) !important;
    line-height: 1.15 !important;
    max-width: 20ch !important;
    margin: 0 auto 1.25rem !important;
    color: #ffffff !important;
    text-shadow: none;
}

.hero .subtitle {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 1.0625rem !important;
    max-width: 48ch !important;
    margin: 0 auto 2.5rem !important;
    line-height: 1.65 !important;
    text-shadow: none;
}

.hero::after {
    display: none !important;
}

.hero-media {
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.btn,
.submit-btn,
.newsletter-form button,
.to-top {
    background: #fff !important;
    color: #0f172a !important;
    border: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: 0 4px 14px rgba(255, 255, 255, 0.15) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 11px 22px !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}

.btn:hover,
.submit-btn:hover,
.newsletter-form button:hover,
.to-top:hover {
    background: #f1f5f9 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.2) !important;
    border-color: transparent !important;
    opacity: 1 !important;
}

/* No shimmer effect on buttons */

/* Clean hover states */

/* Glass cards */

.pillar-card,
.feature-card,
.article-card,
.impact-card {
    /* Use the new Apple-style liquid glass class for all cards */
    composes: liquid-glass;
}

.pillar-card:hover,
.feature-card:hover,
.article-card:hover,
.impact-card:hover {
    transform: translateY(-2px) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.pillar-card p,
.feature-card p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
}

.pillar-card h3,
.feature-card h3,
.article-card h3,
.impact-card h3 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    letter-spacing: -0.01em;
    margin-bottom: 0.5rem !important;
    color: #ffffff !important;
}

.content-section h2,
.section-header h2 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em;
    font-size: clamp(1.375rem, 2.5vw, 1.75rem) !important;
    margin-bottom: 0.75rem !important;
    color: #ffffff !important;
    text-shadow: none;
}

.content-section p,
.section-header p {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* No gradients on cards */
.article-card .article-content,
.feature-card,
.pillar-card,
.impact-card {
    background-image: none !important;
}


.btn,
.submit-btn,
.newsletter-form button,
.to-top {
    composes: liquid-glass;
    color: #0f172a !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    padding: 11px 22px !important;
    border-radius: 18px !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
}
    font-size: 0.9375rem !important;
    color: #ffffff !important;
}

footer .footer-nav a {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 0.8125rem !important;
}

footer .footer-nav a:hover {
    color: #ffffff !important;
}

.page-header h1 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
    color: #ffffff !important;
}

.newsletter-form input,
.form-group input,
.form-group textarea {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    padding: 12px 14px !important;
    color: #ffffff !important;
    font-size: 0.9375rem !important;
    width: 100% !important;
    box-shadow: none !important;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.newsletter-form input:focus,
.form-group input:focus,
.form-group textarea:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Noise overlay disabled for cleaner look */
.noise-overlay {
    display: none !important;
}

/* Keep the native OS cursor; the dot is decorative and follows the pointer.
   The OS cursor (arrow) remains for correct interactions and accessibility. */

body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cfilter id='glow'%3E%3CfeGaussianBlur stdDeviation='2' result='blur'/%3E%3CfeMerge%3E%3CfeMergeNode in='blur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/filter%3E%3Cpolygon points='2,2 30,16 2,30' fill='white' filter='url(%23glow)'/%3E%3C/svg%3E") 2 2, auto !important;
}
}
}

/* Ensure interactive elements show pointer */
a, button, .btn, .read-more, .clickable-card, input, textarea, .nav-links a {
    cursor: pointer !important;
}

/* Decorative cursor dot that follows the native cursor. */
/* Remove all custom cursor dot/trail styles. Only use SVG arrow cursor. */

.cursor-dot.cursor--hidden {
    opacity: 0;
}

/* ========================================
   SCROLL ANIMATIONS (Subtle)
   ======================================== */

/* Simple fade in */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.in-view {
    opacity: 1;
    transform: translateY(0);
}

.fade-left {
    opacity: 0;
    transform: translateX(-20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-left.in-view {
    opacity: 1;
    transform: translateX(0);
}

.fade-right {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-right.in-view {
    opacity: 1;
    transform: translateX(0);
}

.scale-in {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.scale-in.in-view {
    opacity: 1;
}

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

/* Hide parallax effects */
.parallax-slow,
.parallax-fast {
    will-change: auto;
}

/* Minimal progress bar */
.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 1px;
    background: rgba(255,255,255,0.5);
    width: 0%;
    z-index: 9999;
    transition: width 0.1s linear;
    box-shadow: 0 0 10px rgba(255,255,255,0.5);
}

/* 4. SCROLL-TRIGGERED TRANSFORMS */
.rotate-on-scroll {
    transition: transform 0.3s ease-out;
}

.scale-on-scroll {
    transition: transform 0.3s ease-out;
}

/* 5. NUMBER COUNTER ANIMATION */
.counter {
    font-family: 'Instrument Serif', Georgia, serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1;
}

.counter-label {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

/* 6. HORIZONTAL SCROLL SECTION */
.horizontal-scroll-wrapper {
    overflow: hidden;
    position: relative;
}

.horizontal-scroll-track {
    display: flex;
    gap: 2rem;
    padding: 2rem 0;
    transition: transform 0.1s ease-out;
}

.horizontal-scroll-track .scroll-item {
    flex: 0 0 300px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
}

/* 7. SECTION BACKGROUND COLOR SHIFT */
.color-shift-section {
    transition: background-color 0.6s ease;
}

/* 8. STICKY SECTION FOR STORYTELLING */
.sticky-section {
    position: relative;
    min-height: 200vh;
}

.sticky-content {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* 9. SCROLL-LINKED CSS ANIMATIONS (Modern browsers) */
@supports (animation-timeline: scroll()) {
    .scroll-scale {
        animation: scrollScale linear;
        animation-timeline: scroll();
    }
    
    @keyframes scrollScale {
        from { transform: scale(0.8); opacity: 0.5; }
        to { transform: scale(1); opacity: 1; }
    }
    
    .scroll-rotate {
        animation: scrollRotate linear;
        animation-timeline: scroll();
    }
    
    @keyframes scrollRotate {
        from { transform: rotate(-5deg); }
        to { transform: rotate(0deg); }
    }
}

/* 10. TEXT REVEAL LINE BY LINE */
.text-reveal {
    overflow: hidden;
}

.text-reveal span {
    display: inline-block;
    transform: translateY(100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-reveal.in-view span {
    transform: translateY(0);
}

/* Card reveal animations */
.pillar-card,
.feature-card,
.impact-card,
.article-card {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease, 
                transform 0.5s ease,
                border-color 0.2s ease;
}

.pillar-card.in-view,
.feature-card.in-view,
.impact-card.in-view,
.article-card.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* No hover animations */

/* Section divider */
.section-divider {
    display: none;
}

/* No blur reveal */
.blur-reveal {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.blur-reveal.in-view {
    opacity: 1;
}

