/*
Theme Name: DFT Elevators
Theme URI: https://www.dfthomas.com
Author: IT WebSmith Inc.
Author URI: https://itwebsmith.com
Description: A modern, futuristic, image-focused block theme for DFT Elevators, specializing in elevator consulting, modernization, and vertical transit engineering. Features full-width cinematic visuals, interactive lightbox, Gutenberg FSE integration, and a high-tech obsidian & amber gold design system.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dft-elevators
*/

/* ==========================================================================
   1. Futuristic Design Tokens & Variables
   ========================================================================== */
:root {
    --dft-obsidian: #080d19;
    --dft-slate-dark: #0f172a;
    --dft-surface-card: #141c2e;
    --dft-surface-hover: #1c2740;
    --dft-gold: #f59e0b;
    --dft-gold-bright: #fbbf24;
    --dft-emerald: #10b981;
    --dft-emerald-dark: #065f46;
    --dft-cyan: #38bdf8;
    --dft-text-primary: #0f172a;
    --dft-text-muted: #64748b;
    --dft-text-light: #f8fafc;
    
    /* Gradients */
    --dft-gold-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    --dft-gold-text-gradient: linear-gradient(135deg, #ffffff 30%, #fbbf24 100%);
    --dft-emerald-gradient: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --dft-dark-mesh: radial-gradient(at 100% 0%, rgba(245, 158, 11, 0.08) 0px, transparent 50%),
                     radial-gradient(at 0% 100%, rgba(16, 185, 129, 0.06) 0px, transparent 50%);
    
    /* Glassmorphic Surfaces */
    --dft-glass-dark: rgba(15, 23, 42, 0.72);
    --dft-glass-dark-border: rgba(255, 255, 255, 0.09);
    --dft-glass-light: rgba(255, 255, 255, 0.88);
    --dft-glass-light-border: rgba(255, 255, 255, 0.8);
    
    /* Elevation & Glows */
    --dft-shadow-sm: 0 4px 15px rgba(8, 13, 25, 0.05);
    --dft-shadow-md: 0 10px 30px rgba(8, 13, 25, 0.08);
    --dft-shadow-lg: 0 20px 50px rgba(8, 13, 25, 0.15);
    --dft-glow-gold: 0 0 25px rgba(245, 158, 11, 0.22);
    --dft-glow-cyan: 0 0 25px rgba(56, 189, 248, 0.2);
    --dft-glow-emerald: 0 0 25px rgba(16, 185, 129, 0.2);
    
    /* Transitions */
    --dft-transition-smooth: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    --dft-transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* ==========================================================================
   2. Global Typography & Base Setup
   ========================================================================== */
html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

/* Theme Amber Gold / Orange Scrollbars */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--dft-gold, #f59e0b) var(--dft-obsidian, #080d19);
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #080d19;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #fbbf24 0%, #f59e0b 60%, #d97706 100%);
    border-radius: 6px;
    border: 2px solid #080d19;
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.4);
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #fef08a 0%, #fbbf24 60%, #f59e0b 100%);
    box-shadow: 0 0 16px rgba(245, 158, 11, 0.75);
}

::-webkit-scrollbar-corner {
    background: #080d19;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: var(--wp--preset--color--foreground);
    background-color: var(--wp--preset--color--background);
    line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--wp--preset--color--primary);
}

/* Futuristic Text Gradients */
.dft-gradient-text {
    background: linear-gradient(135deg, #ffffff 40%, #fbbf24 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.dft-gradient-text-emerald {
    background: linear-gradient(135deg, #10b981 0%, #34d399 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Alignment Utilities */
.alignfull {
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    width: 100vw !important;
    max-width: 100vw !important;
}

.alignwide {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* ==========================================================================
   3. Modern Glassmorphic Sticky Header & Futuristic Navigation
   ========================================================================== */
header.wp-block-group,
header.dft-site-header,
.dft-site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 1000;
    background: rgba(8, 13, 25, 0.78) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
    transition: var(--dft-transition-smooth) !important;
    padding: 0.85rem 2rem !important;
    box-sizing: border-box !important;
}

/* Constrain inner header flex wrapper to standard wide grid */
header.wp-block-group > .wp-block-group,
.dft-site-header > .wp-block-group {
    max-width: 1440px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

/* Compact sticky header on scroll */
header.wp-block-group.dft-header-scrolled,
header.dft-site-header.dft-header-scrolled,
.dft-site-header.dft-header-scrolled {
    background: rgba(8, 13, 25, 0.95) !important;
    backdrop-filter: blur(28px) saturate(200%) !important;
    -webkit-backdrop-filter: blur(28px) saturate(200%) !important;
    border-bottom: 1px solid rgba(245, 158, 11, 0.35) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 1px 0 0 rgba(245, 158, 11, 0.2) !important;
    padding: 0.55rem 2rem !important;
}

/* Offset header for logged-in WP Admin */
.admin-bar header.wp-block-group {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    .admin-bar header.wp-block-group {
        top: 46px !important;
    }
}

/* Brand Logo & Title */
.wp-block-site-logo {
    margin: 0 !important;
}

.wp-block-site-logo img {
    max-height: 42px !important;
    width: auto !important;
    display: block !important;
    transition: var(--dft-transition-smooth) !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.dft-header-scrolled .wp-block-site-logo img {
    max-height: 36px !important;
}

.dft-logo-text {
    margin: 0 !important;
    padding: 0 !important;
}

.dft-logo-text a {
    color: #ffffff !important;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.25rem !important;
    text-transform: uppercase;
    transition: var(--dft-transition-smooth);
    display: flex;
    align-items: center;
    text-decoration: none !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.dft-logo-text a:hover {
    color: var(--dft-gold-bright) !important;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.6);
}

/* Desktop Navigation Menu */
.dft-desktop-menu {
    display: flex !important;
    align-items: center !important;
}

.dft-desktop-menu .wp-block-navigation__container,
.dft-desktop-menu .wp-block-page-list {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.dft-desktop-menu .wp-block-navigation-item {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}

.dft-desktop-menu .wp-block-navigation-item a,
.dft-desktop-menu .wp-block-navigation__responsive-container-content ul li a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
    padding: 0.55rem 0.85rem !important;
    border-radius: 6px !important;
    position: relative !important;
    transition: var(--dft-transition-smooth) !important;
    text-decoration: none !important;
}

/* Hover State */
.dft-desktop-menu .wp-block-navigation-item a:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5) !important;
}

/* Golden Glowing Line Indicator */
.dft-desktop-menu .wp-block-navigation-item a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--dft-gold-gradient);
    box-shadow: 0 0 10px rgba(245, 158, 11, 0.8);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 2px;
}

.dft-desktop-menu .wp-block-navigation-item a:hover::after {
    width: calc(100% - 1.7rem);
}

/* Active / Current Page State */
.dft-desktop-menu .wp-block-navigation-item.current-menu-item > a,
.dft-desktop-menu .wp-block-navigation-item.current_page_item > a,
.dft-desktop-menu .wp-block-navigation-item.is-current > a {
    color: var(--dft-gold-bright) !important;
    background: rgba(245, 158, 11, 0.1) !important;
    border: 1px solid rgba(245, 158, 11, 0.25) !important;
    text-shadow: 0 0 15px rgba(245, 158, 11, 0.4) !important;
}

.dft-desktop-menu .wp-block-navigation-item.current-menu-item > a::after,
.dft-desktop-menu .wp-block-navigation-item.current_page_item > a::after,
.dft-desktop-menu .wp-block-navigation-item.is-current > a::after {
    width: calc(100% - 1.7rem);
}

/* Submenus / Dropdown Navigation */
.wp-block-navigation .wp-block-navigation__submenu-container {
    background: rgba(8, 13, 25, 0.96) !important;
    backdrop-filter: blur(24px) !important;
    -webkit-backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75), 0 0 20px rgba(245, 158, 11, 0.15) !important;
    border-radius: 8px !important;
    padding: 0.6rem !important;
    min-width: 220px !important;
    z-index: 1001 !important;
    margin-top: 0.5rem !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a {
    color: #cbd5e1 !important;
    padding: 0.65rem 1rem !important;
    border-radius: 5px !important;
    font-size: 0.85rem !important;
    display: block !important;
    text-transform: none !important;
    letter-spacing: 0.02em !important;
    transition: all 0.25s ease !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:hover {
    background: rgba(245, 158, 11, 0.14) !important;
    color: var(--dft-gold-bright) !important;
    transform: translateX(4px) !important;
    text-shadow: 0 0 10px rgba(245, 158, 11, 0.4) !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a::after {
    display: none !important;
}

/* Header Action Button (Call-to-Action Pill) */
.dft-header-cta-btn {
    background: var(--dft-gold-gradient) !important;
    color: #080d19 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 0.825rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    padding: 0.55rem 1.35rem !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 18px rgba(245, 158, 11, 0.35) !important;
    transition: var(--dft-transition-smooth) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    white-space: nowrap !important;
    border: 1px solid rgba(251, 191, 36, 0.5) !important;
}

.dft-header-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(245, 158, 11, 0.55), 0 0 15px rgba(251, 191, 36, 0.4) !important;
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    color: #000000 !important;
}

/* ==========================================================================
   Page Titles & Hero Headings (Pure Crisp White)
   ========================================================================== */
.dft-hero-text,
.dft-inner-header-section h1,
.dft-single-hero h1,
.dft-home-hero-title,
.wp-block-post-title:not(.dft-card-title):not(.dft-archive-card .wp-block-post-title),
.wp-block-archive-title,
.dft-inner-header-section .wp-block-post-title,
.dft-inner-header-section .wp-block-archive-title,
.dft-single-hero .wp-block-post-title,
.dft-page-header h1 {
    color: #ffffff !important;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.8), 0 2px 6px rgba(0, 0, 0, 0.9) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

.dft-hero-text a,
.dft-inner-header-section .wp-block-post-title a,
.dft-inner-header-section .wp-block-archive-title a,
.dft-single-hero .wp-block-post-title a {
    color: #ffffff !important;
}

.dft-hero-text a:hover,
.dft-inner-header-section .wp-block-post-title a:hover {
    color: var(--dft-gold-bright) !important;
}

.dft-home-hero-title,
.dft-home-hero-title span,
.dft-home-hero-title strong,
.dft-hero-highlight {
    color: #ffffff !important;
    text-shadow: 0 4px 25px rgba(0, 0, 0, 0.85), 0 2px 6px rgba(0, 0, 0, 0.95) !important;
}

/* Card titles (keep dark slate high contrast on white/light card backgrounds only) */
.dft-archive-card .wp-block-post-title,
.dft-archive-card .wp-block-post-title a,
.dft-glass-card:not(.dft-card-dark):not([style*="background: var(--dft-obsidian)"]) .dft-card-title,
.dft-glass-card:not(.dft-card-dark):not([style*="background: var(--dft-obsidian)"]) h3:not(.dft-consultation-title),
.dft-glass-card:not(.dft-card-dark):not([style*="background: var(--dft-obsidian)"]) h4 {
    color: var(--dft-slate-dark) !important;
    text-shadow: none !important;
}

.dft-archive-card .wp-block-post-title a:hover {
    color: var(--dft-gold) !important;
}

/* Dark cards & Consultation CTA headings (pure white with subtle elevation shadow) */
.dft-card-dark,
.dft-card-dark h2,
.dft-card-dark h3,
.dft-card-dark h4,
.dft-card-dark .dft-card-title,
.dft-glass-card.dft-card-dark h3,
.dft-glass-card.dft-card-dark h4,
.dft-glass-card[style*="background: var(--dft-obsidian)"] h2,
.dft-glass-card[style*="background: var(--dft-obsidian)"] h3,
.dft-glass-card[style*="background: var(--dft-obsidian)"] h4,
.dft-consultation-title,
.dft-cta-card h2,
.dft-cta-card h3 {
    color: #ffffff !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6) !important;
}

/* ==========================================================================
   4. High-Tech Image HUD, Lightbox & Visual Systems (Imaging Focused)
   ========================================================================== */

/* Image Frame with Corner HUD Notches */
.dft-image-hud {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #080d19;
    box-shadow: var(--dft-shadow-md);
    transition: var(--dft-transition-smooth);
}

.dft-image-hud::before,
.dft-image-hud::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--dft-gold);
    pointer-events: none;
    z-index: 2;
    transition: var(--dft-transition-smooth);
}

.dft-image-hud::before {
    top: 10px;
    left: 10px;
    border-right: none;
    border-bottom: none;
}

.dft-image-hud::after {
    bottom: 10px;
    right: 10px;
    border-left: none;
    border-top: none;
}

.dft-image-hud:hover::before {
    top: 6px;
    left: 6px;
    border-color: var(--dft-gold-bright);
    box-shadow: -2px -2px 10px rgba(245, 158, 11, 0.4);
}

.dft-image-hud:hover::after {
    bottom: 6px;
    right: 6px;
    border-color: var(--dft-gold-bright);
    box-shadow: 2px 2px 10px rgba(245, 158, 11, 0.4);
}

/* Aspect Ratio Enforcers */
.aspect-16-9 img,
.dft-aspect-16-9 img {
    aspect-ratio: 16 / 9 !important;
    object-fit: cover !important;
    width: 100% !important;
}

.aspect-4-3 img,
.dft-aspect-4-3 img {
    aspect-ratio: 4 / 3 !important;
    object-fit: cover !important;
    width: 100% !important;
}

.aspect-21-9 img,
.dft-aspect-21-9 img {
    aspect-ratio: 21 / 9 !important;
    object-fit: cover !important;
    width: 100% !important;
}

/* Image Card Container with Hover Zoom & Gradient Scrim */
.dft-image-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #080d19;
    box-shadow: 0 10px 30px rgba(8, 13, 25, 0.12);
    transition: var(--dft-transition-smooth);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dft-image-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
}

.dft-image-card:hover img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.dft-image-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 158, 11, 0.4);
    box-shadow: 0 20px 45px rgba(8, 13, 25, 0.25), 0 0 20px rgba(245, 158, 11, 0.15);
}

/* Card Caption / Floating HUD Badge */
.dft-image-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(8, 13, 25, 0.95) 0%, rgba(8, 13, 25, 0.6) 60%, transparent 100%);
    color: #ffffff;
    z-index: 2;
    pointer-events: none;
}

.dft-image-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(245, 158, 11, 0.18);
    border: 1px solid rgba(245, 158, 11, 0.4);
    backdrop-filter: blur(8px);
    color: var(--dft-gold-bright);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}

.dft-image-badge-emerald {
    background: rgba(16, 185, 129, 0.18);
    border-color: rgba(16, 185, 129, 0.4);
    color: #34d399;
}

/* Status Indicator Dot (Pulsing) */
.dft-status-beacon {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--dft-gold);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    animation: beaconPulse 2s infinite;
}

.dft-status-beacon.emerald {
    background-color: var(--dft-emerald);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
}

@keyframes beaconPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

/* Visual Showcase Lightbox Modal */
.dft-lightbox-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.dft-lightbox-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.dft-lightbox-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(8, 13, 25, 0.88);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.dft-lightbox-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: zoomLightbox 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes zoomLightbox {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.dft-lightbox-media-wrap {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(245, 158, 11, 0.3);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7), 0 0 35px rgba(245, 158, 11, 0.2);
    background: #080d19;
}

.dft-lightbox-img {
    max-width: 85vw;
    max-height: 75vh;
    display: block;
    object-fit: contain;
}

.dft-lightbox-hud-bar {
    padding: 1rem 1.5rem;
    background: rgba(8, 13, 25, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #ffffff;
}

.dft-lightbox-tag {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--dft-gold);
}

.dft-lightbox-caption {
    font-size: 0.9rem;
    color: #cbd5e1;
    margin: 0;
}

.dft-lightbox-close {
    position: absolute;
    top: -45px;
    right: 0;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 2.5rem;
    line-height: 1;
    cursor: pointer;
    transition: var(--dft-transition-smooth);
}

.dft-lightbox-close:hover {
    color: var(--dft-gold-bright);
    transform: rotate(90deg);
}

/* ==========================================================================
   5. Glassmorphic Cards & Surface Architecture
   ========================================================================== */
.dft-glass-card {
    background: var(--dft-glass-light) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid var(--dft-glass-light-border) !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04), inset 0 1px 1px 0 rgba(255, 255, 255, 0.9) !important;
    transition: var(--dft-transition-smooth) !important;
    position: relative;
    overflow: hidden;
    padding: 2.5rem !important;
}

.dft-glass-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent;
    transition: var(--dft-transition-smooth);
}

.dft-glass-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 158, 11, 0.4) !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.1), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6) !important;
}

.dft-glass-card:hover::before {
    background: var(--dft-gold-gradient);
}

/* Dark Mode Obsidian Card */
.dft-card-dark {
    background: rgba(15, 23, 42, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
}

.dft-card-dark:hover {
    border-color: rgba(245, 158, 11, 0.45) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 25px rgba(245, 158, 11, 0.15) !important;
}

/* ==========================================================================
   6. Hero Banners & Parallax Dividers
   ========================================================================== */
.dft-home-hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 18rem !important;
    padding-bottom: 12rem !important;
    color: #ffffff !important;
    background-color: #080d19;
}

/* Cinematic Slow Zoom In & Out (Ken Burns effect) */
.dft-home-hero-section::before {
    content: '';
    position: absolute;
    top: -6%;
    left: -6%;
    width: 112%;
    height: 112%;
    background-image: linear-gradient(180deg, rgba(8, 13, 25, 0.35) 0%, rgba(8, 13, 25, 0.75) 75%, #080d19 100%),
                      url('assets/images/hero-image.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center center;
    animation: dftHeroZoom 9s ease-in-out infinite alternate;
    will-change: transform;
    pointer-events: none;
    z-index: 0;
}

/* Subtle Golden Radial Glow Overlay */
.dft-home-hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 35%, rgba(245, 158, 11, 0.12), transparent 65%);
    pointer-events: none;
    z-index: 1;
}

/* Ensure all hero content sits above animated background layer */
.dft-home-hero-section > * {
    position: relative;
    z-index: 2;
}

@keyframes dftHeroZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (prefers-reduced-motion: reduce) {
    .dft-home-hero-section::before {
        animation: none !important;
        transform: scale(1.04);
    }
}

.dft-parallax-divider-home {
    background-image: linear-gradient(rgba(8, 13, 25, 0.7), rgba(8, 13, 25, 0.7)),
                      url('assets/images/homeelevatorshaft.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    color: #ffffff !important;
}

.dft-parallax-divider-about {
    background-image: linear-gradient(rgba(8, 13, 25, 0.7), rgba(8, 13, 25, 0.7)),
                      url('assets/images/parallax-about.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    color: #ffffff !important;
}

.dft-parallax-divider-services {
    background-image: linear-gradient(rgba(8, 13, 25, 0.7), rgba(8, 13, 25, 0.7)),
                      url('assets/images/parallax-services.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    color: #ffffff !important;
}

.dft-parallax-divider-faqs {
    background-image: linear-gradient(rgba(8, 13, 25, 0.75), rgba(8, 13, 25, 0.75)),
                      url('assets/images/service-consulting.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
    color: #ffffff !important;
}

.dft-inner-header-section {
    background-image: linear-gradient(180deg, rgba(8, 13, 25, 0.6) 0%, rgba(8, 13, 25, 0.88) 100%),
                      url('assets/images/hero-page.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 8rem !important;
    padding-bottom: 3.5rem !important;
    color: #ffffff !important;
    position: relative;
}

@media (min-width: 1024px) {
    .dft-home-hero-section,
    .dft-parallax-divider-home,
    .dft-parallax-divider-about,
    .dft-parallax-divider-services,
    .dft-parallax-divider-faqs,
    .dft-inner-header-section {
        background-attachment: fixed !important;
    }
}

/* ==========================================================================
   7. Buttons, Telemetry Badges & Interactions
   ========================================================================== */
.wp-block-button__link {
    border-radius: 6px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 0.925rem !important;
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.28) !important;
    position: relative;
    overflow: hidden;
    transition: var(--dft-transition-smooth) !important;
    border: none !important;
}

.wp-block-button__link.has-green-background-color,
.wp-block-button__link {
    background: var(--dft-gold-gradient) !important;
    color: #080d19 !important;
}

.wp-block-button__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(245, 158, 11, 0.5) !important;
    color: #000000 !important;
}

.wp-block-button__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.75s ease;
}

.wp-block-button__link:hover::before {
    left: 100%;
}

/* White Glass Button */
.dft-btn-white .wp-block-button__link {
    background: rgba(255, 255, 255, 0.95) !important;
    color: var(--dft-slate-dark) !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2) !important;
}

.dft-btn-white .wp-block-button__link:hover {
    background: #ffffff !important;
    color: var(--dft-gold) !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.35) !important;
}

/* Outline Cyber Button */
.is-style-outline .wp-block-button__link,
.dft-btn-outline .wp-block-button__link {
    background: transparent !important;
    border: 1.5px solid rgba(255, 255, 255, 0.7) !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.is-style-outline .wp-block-button__link:hover,
.dft-btn-outline .wp-block-button__link:hover {
    border-color: var(--dft-gold-bright) !important;
    color: var(--dft-gold-bright) !important;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.35) !important;
}

/* Telemetry Counter Box */
.dft-stat-box {
    text-align: center;
    padding: 2rem 1.5rem;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: var(--dft-transition-smooth);
}

.dft-stat-box:hover {
    border-color: rgba(245, 158, 11, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.dft-stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(2.25rem, 4vw, 3.25rem);
    font-weight: 800;
    color: var(--dft-gold-bright);
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
    text-shadow: 0 0 20px rgba(245, 158, 11, 0.3);
}

.dft-stat-label {
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #cbd5e1;
    font-weight: 600;
    margin: 0;
}

/* ==========================================================================
   8. Layout Grids & Section Utilities
   ========================================================================== */
.dft-section-padding {
    padding-top: 5rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    box-sizing: border-box !important;
}

.dft-section-padding-tertiary {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background-color: var(--wp--preset--color--tertiary) !important;
    box-sizing: border-box !important;
}

.dft-section-padding-primary {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    background-color: var(--dft-obsidian) !important;
    color: #ffffff !important;
    box-sizing: border-box !important;
}

.dft-page-content-padding {
    padding-top: 0 !important;
    padding-bottom: 6rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    box-sizing: border-box !important;
}

/* Remove excessive upper padding when following page header banner */
.dft-inner-header-section + .dft-page-content-padding,
.dft-inner-header-section + main,
main.dft-page-content-padding {
    padding-top: 0 !important;
}

.dft-page-content-padding > .wp-block-post-content > .dft-section-padding:first-child,
.dft-page-content-padding > .wp-block-post-content > *:first-child,
main.dft-page-content-padding > .wp-block-post-content > .dft-section-padding:first-child,
main.dft-page-content-padding > .wp-block-post-content > *:first-child {
    padding-top: 2rem !important;
}

/* Clean Page Template Main Container */
.dft-page-main {
    padding-top: 6.5rem;
    min-height: 60vh;
    box-sizing: border-box;
}

/* If the first child inside post-content is an alignfull section (hero or visual banner), pull flush behind the transparent header */
.dft-page-main > .alignfull:first-child,
.dft-page-main > .wp-block-post-content > .alignfull:first-child,
.dft-page-main > .wp-block-post-content > .dft-home-hero-section:first-child,
.dft-page-main > .wp-block-post-content > .dft-inner-header-section:first-child,
.dft-page-main > .wp-block-post-content > .dft-section-padding:first-child,
.dft-page-main > .wp-block-post-content > .dft-section-padding-primary:first-child,
.dft-page-main > .wp-block-post-content > .dft-section-padding-tertiary:first-child {
    margin-top: -6.5rem !important;
}

.dft-grid-two-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 4rem !important;
    align-items: start !important;
}

.dft-grid-three-col {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
}

.dft-grid-four-col {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 1.5rem !important;
}

.dft-grid-services-advisory {
    display: grid !important;
    grid-template-columns: 55% 45% !important;
    gap: 4rem !important;
    align-items: start !important;
}

.dft-grid-contact {
    display: grid !important;
    grid-template-columns: 42% 58% !important;
    gap: 4rem !important;
    align-items: start !important;
}

.dft-grid-maintenance {
    display: grid !important;
    grid-template-columns: 55% 45% !important;
    gap: 3.5rem !important;
    align-items: center !important;
}

.dft-grid-repair {
    display: grid !important;
    grid-template-columns: 45% 55% !important;
    gap: 3.5rem !important;
    align-items: center !important;
}

.dft-grid-footer {
    display: grid !important;
    grid-template-columns: 60% 40% !important;
    gap: 4rem !important;
    align-items: start !important;
}

@media (max-width: 991px) {
    .dft-grid-two-col,
    .dft-grid-services-advisory,
    .dft-grid-contact,
    .dft-grid-maintenance,
    .dft-grid-repair,
    .dft-grid-footer {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }
    .dft-grid-three-col,
    .dft-grid-four-col {
        grid-template-columns: 1fr 1fr !important;
        gap: 2rem !important;
    }
}

@media (max-width: 600px) {
    .dft-grid-three-col,
    .dft-grid-four-col {
        grid-template-columns: 1fr !important;
    }
}

/* ==========================================================================
   Mobile Responsive Padding System (Left & Right Gutters on Mobile Sites)
   ========================================================================== */
@media (max-width: 991px) {
    .dft-section-padding,
    .dft-section-padding-tertiary,
    .dft-section-padding-primary,
    .dft-page-content-padding,
    .dft-home-hero-section,
    .dft-inner-header-section,
    .dft-single-hero,
    .dft-archive-grid,
    .dft-site-footer {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 768px) {
    /* Section & Content Container Left/Right Padding */
    .dft-section-padding,
    .dft-section-padding-tertiary,
    .dft-section-padding-primary {
        padding-top: 3.5rem !important;
        padding-bottom: 4rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    .dft-page-content-padding {
        padding-top: 0 !important;
        padding-bottom: 4rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Hero Banners Left/Right Mobile Gutters */
    .dft-home-hero-section {
        padding-top: 10rem !important;
        padding-bottom: 6rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    .dft-inner-header-section {
        padding-top: 7rem !important;
        padding-bottom: 2.75rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    .dft-single-hero {
        padding-top: 9.5rem !important;
        padding-bottom: 4.5rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Parallax Divider Sections on Mobile */
    .dft-parallax-divider-home,
    .dft-parallax-divider-about,
    .dft-parallax-divider-services,
    .dft-parallax-divider-faqs {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Cards Mobile Padding */
    .dft-glass-card {
        padding: 2rem 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Single Featured Image Wrap */
    .dft-single-featured-wrap {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        margin-top: -2rem !important;
        margin-bottom: 2.5rem !important;
        box-sizing: border-box !important;
    }

    /* Archive Grid */
    .dft-archive-grid {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Header & Footer Mobile Padding */
    header.wp-block-group,
    header.dft-site-header,
    .dft-site-header {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    .dft-site-footer {
        padding-top: 4rem !important;
        padding-bottom: 2.5rem !important;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }

    /* Standard Gutenberg content fallback */
    .wp-site-blocks > *:not(.alignfull):not(header):not(footer),
    .wp-block-post-content > *:not(.alignfull) {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 480px) {
    /* Small Phone Screens (<480px) */
    .dft-section-padding,
    .dft-section-padding-tertiary,
    .dft-section-padding-primary {
        padding-top: 3rem !important;
        padding-bottom: 3.5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-page-content-padding {
        padding-top: 0 !important;
        padding-bottom: 3.5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-home-hero-section {
        padding-top: 8.5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-inner-header-section {
        padding-top: 6.25rem !important;
        padding-bottom: 2.25rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-single-hero {
        padding-top: 8.5rem !important;
        padding-bottom: 4rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-parallax-divider-home,
    .dft-parallax-divider-about,
    .dft-parallax-divider-services,
    .dft-parallax-divider-faqs {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-glass-card {
        padding: 1.75rem 1.25rem !important;
    }

    header.wp-block-group,
    header.dft-site-header,
    .dft-site-header {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-site-footer {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-single-featured-wrap {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .dft-archive-grid {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .wp-site-blocks > *:not(.alignfull):not(header):not(footer),
    .wp-block-post-content > *:not(.alignfull) {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}

/* ==========================================================================
   9. Modern Single Post & Archive Templates
   ========================================================================== */
.dft-single-hero {
    position: relative;
    padding-top: 14rem;
    padding-bottom: 6rem;
    color: #ffffff;
    background-color: var(--dft-obsidian);
    overflow: hidden;
}

.dft-single-meta-bar {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
    color: #cbd5e1;
}

.dft-single-featured-wrap {
    margin-top: -3rem;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 5;
}

.dft-single-featured-wrap img {
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    width: 100%;
    aspect-ratio: 21 / 9;
    object-fit: cover;
}

/* Visual Archive Cards Grid */
.dft-archive-grid .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 2rem !important;
    list-style: none !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .dft-archive-grid .wp-block-post-template {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 640px) {
    .dft-archive-grid .wp-block-post-template {
        grid-template-columns: 1fr !important;
    }
}

.dft-archive-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: var(--dft-shadow-sm);
    transition: var(--dft-transition-smooth);
    display: flex;
    flex-direction: column;
}

.dft-archive-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--dft-shadow-lg);
    border-color: rgba(245, 158, 11, 0.35);
}

.dft-archive-card .wp-block-post-featured-image {
    margin: 0 !important;
    overflow: hidden;
}

.dft-archive-card .wp-block-post-featured-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease;
}

.dft-archive-card:hover .wp-block-post-featured-image img {
    transform: scale(1.05);
}

.dft-archive-card-content {
    padding: 1.75rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* ==========================================================================
   10. Mobile Menu Drawer & Overlay
   ========================================================================== */
.dft-desktop-menu {
    display: flex !important;
    align-items: center;
}

.dft-mobile-toggle-btn {
    display: none !important;
}

.dft-mobile-toggle-btn {
    display: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    padding: 0.55rem 0.75rem !important;
    transition: var(--dft-transition-smooth) !important;
    line-height: 1 !important;
    align-items: center !important;
    justify-content: center !important;
}

.dft-mobile-toggle-btn:hover {
    color: var(--dft-gold-bright) !important;
    border-color: var(--dft-gold) !important;
    background: rgba(245, 158, 11, 0.15) !important;
    box-shadow: 0 0 15px rgba(245, 158, 11, 0.3) !important;
}

@media (max-width: 991px) {
    .dft-desktop-menu,
    .dft-header-cta-btn {
        display: none !important;
    }
    .dft-mobile-toggle-btn {
        display: flex !important;
    }
    header.wp-block-group {
        padding: 0.75rem 1.5rem !important;
    }
}

.dft-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -360px !important;
    width: 340px !important;
    max-width: 85vw !important;
    height: 100vh !important;
    background: rgba(8, 13, 25, 0.98) !important;
    backdrop-filter: blur(28px) !important;
    -webkit-backdrop-filter: blur(28px) !important;
    border-left: 1px solid rgba(245, 158, 11, 0.3) !important;
    box-shadow: -15px 0 50px rgba(0, 0, 0, 0.8) !important;
    z-index: 2000 !important;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important;
}

.dft-mobile-drawer.active {
    transform: translateX(-360px) !important;
}

.dft-drawer-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 1.5rem 1.75rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    background: rgba(15, 23, 42, 0.5) !important;
}

.dft-drawer-title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.1rem !important;
    letter-spacing: 2px !important;
    color: var(--dft-gold-bright) !important;
    margin: 0 !important;
    text-shadow: 0 0 15px rgba(245, 158, 11, 0.4) !important;
}

.dft-mobile-close-btn {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    color: #ffffff !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: var(--dft-transition-smooth) !important;
}

.dft-mobile-close-btn:hover {
    background: rgba(245, 158, 11, 0.2) !important;
    color: var(--dft-gold-bright) !important;
    border-color: var(--dft-gold) !important;
    transform: rotate(90deg) !important;
}

.dft-drawer-content {
    padding: 1.75rem !important;
    flex-grow: 1 !important;
    overflow-y: auto !important;
}

.dft-drawer-content ul,
.dft-drawer-content .wp-block-navigation__container,
.dft-drawer-content .wp-block-page-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.dft-drawer-content li,
.dft-drawer-content .wp-block-navigation-item {
    display: block !important;
    list-style: none !important;
}

.dft-drawer-content li a,
.dft-drawer-content .wp-block-navigation-item a {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    padding: 0.85rem 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    transition: var(--dft-transition-smooth) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.dft-drawer-content li a:hover,
.dft-drawer-content .wp-block-navigation-item a:hover {
    color: var(--dft-gold-bright) !important;
    background: rgba(245, 158, 11, 0.1) !important;
    border-color: rgba(245, 158, 11, 0.3) !important;
    padding-left: 1.25rem !important;
}

.dft-drawer-content li.current-menu-item a,
.dft-drawer-content li.current_page_item a {
    color: var(--dft-gold-bright) !important;
    background: rgba(245, 158, 11, 0.15) !important;
    border-color: rgba(245, 158, 11, 0.4) !important;
}

.dft-drawer-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background-color: rgba(8, 13, 25, 0.7) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    z-index: 1999 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.dft-drawer-overlay.active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ==========================================================================
   11. Scroll-Reveal & Keyframe Animations
   ========================================================================== */
.dft-reveal-init {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.dft-reveal-init.dft-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Futuristic Site Footer */
.dft-site-footer {
    padding-top: 5rem !important;
    padding-bottom: 3.5rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
    background-color: var(--dft-obsidian) !important;
    color: #94a3b8 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative;
}

.dft-site-footer a {
    color: #cbd5e1 !important;
    transition: var(--dft-transition-smooth) !important;
}

.dft-site-footer a:hover {
    color: var(--dft-gold-bright) !important;
}

.dft-footer-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.15rem !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
}

.dft-footer-separator {
    margin-top: 3.5rem !important;
    margin-bottom: 2rem !important;
    border-color: rgba(255, 255, 255, 0.08) !important;
}
