html {
    scroll-behavior: smooth !important;
}

/* ==========================================================================
   ORIGINAL BRAND BASELINE (Green & Gold Preserved)
   ========================================================================== */
/* Base Variables & Reset */
:root {
    --primary-color: #11331d;
    --secondary-color: #d1a461;
    --secondary-dark: #aa7d44;
    --text-dark: #333333;
    --text-muted: #666666;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --bg-body: #ffffff;

    /* GLOBAL FONT UPDATE TO INTER */
    --font-primary: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

    --card-bg: #ffffff;
    --card-border: 1px solid #e2e8f0;
    --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    --border-radius: 8px;
}

/* Force body and headings to render Inter smoothly */
body, h1, h2, h3, h4, h5, h6, input, button, select, textarea {
    font-family: var(--font-primary) !important;
}
/* ==========================================================================
   THEME: HYPER-GLASS (Gold & Emerald Refinement)
   ========================================================================== */
html[data-theme="hyper-glass"] {
    --bg-body: #080f0a;
    --text-dark: #ffffff;
    --text-main: #f8fafc;
    --text-muted: #cbd5e1;
    --card-bg: rgba(17, 51, 29, 0.55);
    --card-border: 1px solid rgba(255, 255, 255, 0.2);
    --card-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.7), 
                   inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    --border-radius: 20px;
    --btn-bg: linear-gradient(135deg, #d1a461 0%, #aa7d44 100%);
    --btn-border: 1px solid rgba(255, 255, 255, 0.4);
    --secondary-color: #d1a461;
}

/* Background Radial Glow Update */
html[data-theme="hyper-glass"] body {
    background-color: var(--bg-body);
    background-image: 
        radial-gradient(at 15% 15%, rgba(17, 51, 29, 0.9) 0px, transparent 55%),
        radial-gradient(at 85% 85%, rgba(209, 164, 97, 0.14) 0px, transparent 55%);
    background-attachment: fixed;
    color: #f8fafc !important;
}
/* ==========================================================================
   THEME 1: FOREST LUX (High-End Luxury Editorial)
   ========================================================================== */
html[data-theme="forest-lux"] {
    --bg-body: #f4f7f4;
    --card-bg: linear-gradient(145deg, #ffffff 0%, #f8fbf8 100%);
    --card-border: 1px solid rgba(243, 156, 18, 0.3);
    --card-shadow: 0 20px 40px -15px rgba(17, 51, 29, 0.12), 0 0 0 1px rgba(243, 156, 18, 0.15);
    --border-radius: 16px;
    --card-hover-transform: translateY(-8px) scale(1.01);
    --card-hover-shadow: 0 30px 60px -12px rgba(17, 51, 29, 0.22), 0 0 20px rgba(243, 156, 18, 0.25);
    --btn-bg: linear-gradient(135deg, #11331d 0%, #1e4d2b 100%);
    --btn-border: 1px solid #f39c12;
}

/* ==========================================================================
   THEME 2: CYBER TIMBER (Neo-Brutalist High-Contrast)
   ========================================================================== */
html[data-theme="cyber-timber"] {
    --bg-body: #f0f3f0;
    --card-bg: #ffffff;
    --card-border: 3px solid #11331d;
    --card-shadow: 6px 6px 0px #11331d, 12px 12px 0px #f39c12;
    --border-radius: 0px;
    --card-hover-transform: translate(-3px, -3px);
    --card-hover-shadow: 9px 9px 0px #11331d, 16px 16px 0px #f39c12;
    --btn-bg: #f39c12;
    --btn-border: 3px solid #11331d;
}

/* ==========================================================================
   THEME 3: EMERALD GLOW (Aurora Mesh & Glass Depth)
   ========================================================================== */
html[data-theme="emerald-glow"] {
    --bg-body: #eef4f0;
    --card-bg: rgba(255, 255, 255, 0.85);
    --card-border: 1px solid rgba(255, 255, 255, 0.8);
    --card-shadow: 0 8px 32px 0 rgba(17, 51, 29, 0.08), inset 0 0 0 1px rgba(243, 156, 18, 0.2);
    --border-radius: 24px;
    --card-hover-transform: translateY(-6px);
    --card-hover-shadow: 0 20px 40px 0 rgba(17, 51, 29, 0.18), inset 0 0 0 2px #f39c12;
    --btn-bg: linear-gradient(135deg, #11331d 0%, #275936 100%);
    --btn-border: none;
}

/* ==========================================================================
   THEME 4: RUGGED TACTICAL (Heavy Contractor Pro)
   ========================================================================== */
html[data-theme="rugged-tactical"] {
    --bg-body: #e5e8e5;
    --card-bg: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f9fbf9 10px, #f9fbf9 20px);
    --card-border: 2px solid #2d3748;
    --card-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.8), 0 4px 12px rgba(0,0,0,0.15);
    --border-radius: 4px;
    --card-hover-transform: translateY(-4px);
    --card-hover-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.9), 0 12px 24px rgba(17, 51, 29, 0.25);
    --btn-bg: #11331d;
    --btn-border: 2px solid #f39c12;
}

/* ==========================================================================
   THEME 5: BENTO ZEN (Apple Grid Modular)
   ========================================================================== */
html[data-theme="bento-zen"] {
    --bg-body: #f2f4f2;
    --card-bg: #ffffff;
    --card-border: 1px solid rgba(0, 0, 0, 0.06);
    --card-shadow: 0 4px 20px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 1);
    --border-radius: 20px;
    --card-hover-transform: scale(1.02);
    --card-hover-shadow: 0 20px 40px rgba(17, 51, 29, 0.1);
    --btn-bg: #11331d;
    --btn-border: 1px solid rgba(0,0,0,0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-primary);
    color: var(--text-dark);
    background-color: var(--bg-light);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}
/* ==========================================================================
   THEME: HYPER-GLASS (High-Contrast Obsidian + Gloss)
   ========================================================================== */
html[data-theme="hyper-glass"] {
    --bg-body: #080f0a; /* Obsidian Deep Forest */
    --text-dark: #ffffff;
    --text-main: #f8fafc;
    --text-muted: #cbd5e1;
    --card-bg: rgba(17, 51, 29, 0.55);
    --card-border: 1px solid rgba(255, 255, 255, 0.2);
    --card-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.7), 
                   inset 0 1px 0 0 rgba(255, 255, 255, 0.3);
    --border-radius: 20px;
    --btn-bg: linear-gradient(135deg, #f39c12 0%, #d35400 100%);
    --btn-border: 1px solid rgba(255, 255, 255, 0.4);
}

/* --- Global Background & Universal White Text Overrides --- */
html[data-theme="hyper-glass"] body {
    background-color: var(--bg-body);
    background-image: 
        radial-gradient(at 15% 15%, rgba(17, 51, 29, 0.9) 0px, transparent 55%),
        radial-gradient(at 85% 85%, rgba(243, 156, 18, 0.12) 0px, transparent 55%);
    background-attachment: fixed;
    color: #f8fafc !important;
}

/* Force all headers, body text, lists, and paragraphs to white/light */
html[data-theme="hyper-glass"] h1, 
html[data-theme="hyper-glass"] h2, 
html[data-theme="hyper-glass"] h3,
html[data-theme="hyper-glass"] h4,
html[data-theme="hyper-glass"] h5,
html[data-theme="hyper-glass"] h6,
html[data-theme="hyper-glass"] .section-title {
    color: #ffffff !important;
}

html[data-theme="hyper-glass"] p,
html[data-theme="hyper-glass"] span,
html[data-theme="hyper-glass"] li,
html[data-theme="hyper-glass"] label,
html[data-theme="hyper-glass"] div {
    color: #e2e8f0;
}

/* Convert default white section blocks to dark glass */
html[data-theme="hyper-glass"] .bg-light,
html[data-theme="hyper-glass"] section.bg-light {
    background-color: rgba(0, 0, 0, 0.35) !important;
}
/* ==========================================================================
   SCROLL TO TOP BUTTON STYLES
   ========================================================================== */
html {
    scroll-behavior: smooth;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-color, #11331d) 0%, #080f0a 100%);
    color: var(--secondary-color, #d1a461);
    border: 1px solid var(--secondary-color, #d1a461);
    border-radius: 50%;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 15px rgba(209, 164, 97, 0.2);
}

#scrollToTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#scrollToTopBtn:hover {
    background: var(--secondary-color, #d1a461);
    color: #080f0a;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(209, 164, 97, 0.4);
}

#scrollToTopBtn:active {
    transform: translateY(-1px) scale(0.98);
}
/* ==========================================
   UNIFIED SCROLL-TO-TOP BUTTON (DESKTOP & MOBILE)
   ========================================== */
#scroll-to-top,
.scroll-top-btn {
    width: 45px !important;
    height: 45px !important;
    background: #d1a461 !important; /* Gold theme color */
    color: #080f0a !important; /* Dark arrow color */
    border-radius: 50% !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: Arial, sans-serif !important; /* Prevents OS emoji substitution */
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-decoration: none !important;
    -webkit-appearance: none !important; /* Removes iOS button defaults */
}

/* Force standard ASCII arrow character instead of emoji */
#scroll-to-top::before,
.scroll-top-btn::before {
    content: "↑" !important; /* Clean text arrow, NOT an emoji */
    font-family: inherit !important;
    color: #080f0a !important;
}
/* ==========================================================================
   REGULAR FONT WEIGHT TYPOGRAPHY OVERRIDES
   ========================================================================== */

/* Force Nav Links to Regular Weight */
.main-navigation a:not(.btn),
.nav-menu .nav-link,
.nav-menu li a,
.dropdown-menu a {
    font-weight: 400 !important; /* Regular Weight */
    font-size: 1.05rem !important;
}

/* Ensure active/hover links retain regular weight while updating color */
.main-navigation a:not(.btn):hover,
.nav-menu .nav-link:hover,
.nav-menu a.active,
.nav-menu .nav-link.active {
    font-weight: 400 !important;
    color: #aa7d44 !important;
}

/* Top Bar Links & Headlines */
.top-emergency-bar,
.top-bar-headline,
.top-bar-call-link {
    font-weight: 400 !important;
}

/* Maintain crisp visibility on dropdown items */
.dropdown-menu a {
    font-weight: 400 !important;
}
/* Target all nav links and force normal font-weight */
header nav a,
.navbar-nav .nav-link,
.nav-menu li a {
    font-weight: 400 !important; /* or 'normal' */
}
/* ==========================================
   SCOPED FIX FOR SERVICE PAGES & PROCESS STEPS ONLY
   (Does NOT affect Home Page or Header Buttons)
   ========================================== */

/* 1. Crisp, Solid Gold Step Numbers */
.process-step-card .process-number,
.service-process-grid .process-number,
.step-card .process-number {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    background: #d1a461 !important; /* Solid vibrant gold - no mud */
    color: #000000 !important; /* Sharp black number */
    -webkit-text-fill-color: #000000 !important;
    font-size: 1.35rem !important;
    font-weight: 800 !important;
    margin-bottom: 14px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
    border: none !important;
}

/* 2. Scoped Sidebar Primary Button (Get Free Assessment) */
.sidebar-assessment-card .btn-primary,
.service-sidebar .btn-primary {
    background: #d1a461 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important; /* High contrast black text on gold */
    font-weight: 800 !important;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(209, 164, 97, 0.3) !important;
}

.sidebar-assessment-card .btn-primary:hover,
.service-sidebar .btn-primary:hover {
    background: #e2b572 !important;
    transform: translateY(-2px) !important;
}

/* 3. Scoped Sidebar Secondary Call Button */
.sidebar-assessment-card .btn-secondary,
.service-sidebar .btn-secondary {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1.5px solid #d1a461 !important;
    border-radius: 30px !important;
}

.sidebar-assessment-card .btn-secondary:hover,
.service-sidebar .btn-secondary:hover {
    background: #d1a461 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}
/* ==========================================
   SERVICE PAGE PROCESS NUMBERS (PUNCHY & VISIBLE)
   ========================================== */

#main-content .process-step-card .process-number,
#main-content .service-process-grid .process-number,
#main-content .step-card .process-number,
#main-content .process-number,
#main-content .step-number,
#main-content .step-circle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #d1a461 !important; /* Solid Gold Badge */
    color: #000000 !important; /* Pitch Black Number */
    -webkit-text-fill-color: #000000 !important; /* Overrides the force-white rule */
    font-size: 1.4rem !important;
    font-weight: 900 !important;
    margin-bottom: 14px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

/* ==========================================
   SERVICE SIDEBAR BUTTONS ONLY
   (Will NOT affect Header, Nav, or Homepage)
   ========================================== */

/* Primary Button (Get a Free Assessment) */
#main-content .sidebar-assessment-card .btn-primary,
#main-content .service-sidebar .btn-primary {
    background: #d1a461 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important; /* High-contrast black text */
    font-weight: 800 !important;
    border: none !important;
    border-radius: 30px !important;
    box-shadow: 0 4px 15px rgba(209, 164, 97, 0.3) !important;
}

#main-content .sidebar-assessment-card .btn-primary:hover,
#main-content .service-sidebar .btn-primary:hover {
    background: #e2b572 !important;
    transform: translateY(-2px) !important;
}

/* Secondary Button (Call Dispatch) */
#main-content .sidebar-assessment-card .btn-secondary,
#main-content .service-sidebar .btn-secondary {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1.5px solid #d1a461 !important;
    border-radius: 30px !important;
}

#main-content .sidebar-assessment-card .btn-secondary:hover,
#main-content .service-sidebar .btn-secondary:hover {
    background: #d1a461 !important;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
}
/* ==========================================
   MOBILE IMAGE CONTAINER & FIT FIX
   ========================================== */

/* 1. Prevent parent panels from leaking child images */
#main-content .theme-panel,
#main-content .service-card,
#main-content .location-overview-card {
    overflow: hidden !important;
    max-width: 100% !important;
}

/* 2. Force all images inside main content to scale fluidly */
#main-content img {
    max-width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
}

/* 3. Targeted adjustment for small screen viewports (iPhones & Mobile) */
@media (max-width: 768px) {
    #main-content .theme-panel {
        padding: 15px !important; /* Gives breathing room around inner elements */
    }
    
    #main-content img {
        width: 100% !important;
        object-fit: cover !important;
        border-radius: 12px !important; /* Keeps smooth corners inside cards */
    }
}
/* ==========================================
   STRICT MOBILE CONTAINER & IMAGE OVERFLOW FIX
   ========================================== */

/* 1. Force all layout containers & wrappers to respect screen bounds */
#main-content,
#main-content .container,
#main-content .theme-panel,
#main-content .service-card,
#main-content .location-overview-row,
#main-content div[class*="hero"],
#main-content div[class*="card"],
#main-content div[class*="image"],
#main-content figure {
    max-width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0 !important; /* Critical: Allows flex containers to shrink on mobile */
}

/* 2. Strict bounds on all image tags and picture elements */
#main-content img,
#main-content picture,
#main-content figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 3. Clip any inner elements pushing past rounded corners on mobile */
@media (max-width: 768px) {
    #main-content .theme-panel,
    #main-content div[class*="card"] {
        overflow: hidden !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #main-content img {
        border-radius: 12px !important;
    }
}
/* ==========================================
   MOBILE-ONLY RESPONSIVE BOUNDING FIX
   ========================================== */
@media (max-width: 768px) {
    /* 1. Prevent any element inside main content from exceeding screen width */
    #main-content * {
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    /* 2. Fluid scaling for all images */
    #main-content img {
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
        display: block !important;
    }

    /* 3. Reduce desktop padding on mobile so cards don't squish inner images */
    #main-content .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    #main-content .theme-panel,
    #main-content div[class*="card"] {
        padding: 15px !important;
        overflow: hidden !important;
    }
}
/* ==========================================
   ABOVE-THE-FOLD INSTANT VISIBILITY FIX
   ========================================== */

/* Force main content areas to display immediately without waiting for scroll JS */
#main-content .fade-in-up,
#service-content-wrapper .fade-in-up,
.svc-main,
.svc-side {
    opacity: 1 !important;
    transform: translateY(0) !important;
    visibility: visible !important;
}
/* ==========================================
   UNIVERSAL INSTANT VISIBILITY FIX (DESKTOP + MOBILE)
   ========================================== */

/* 1. Global instantaneous reveal for primary page content */
#main-content .fade-in-up,
#service-content-wrapper .fade-in-up,
.svc-main,
.svc-side,
.svc-hero-img-box,
.svc-hero-img-box img {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    transition: none !important;
}

/* 2. Mobile-specific override to beat responsive query cascades */
@media (max-width: 991px) {
    #main-content *,
    #service-content-wrapper *,
    .svc-row * {
        opacity: 1 !important;
        visibility: visible !important;
    }
}
/* ==========================================
   UNIVERSAL FLOATING SCROLL-TO-TOP BUTTON
   ========================================== */

/* Target all common IDs and classes for the scroll-top element */
#scroll-to-top,
#scrollTop,
#back-to-top,
.scroll-top-btn,
.back-to-top,
a[href="#main-content"],
a[href="#top"] {
    /* Screen Position (Bottom Right) */
    position: fixed !important;
    bottom: 25px !important;
    right: 20px !important;
    left: auto !important;
    z-index: 99999 !important;

    /* Circle Shape & Dimensions */
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;

    /* Theme Gold Colors */
    background-color: #d1a461 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5) !important;

    /* Centering content */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    /* Typography Overrides */
    color: #080f0a !important;
    font-family: Arial, sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    text-decoration: none !important;

    /* Safari/Mobile Reset */
    -webkit-appearance: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Ensure clean text arrow rendered in dark color */
#scroll-to-top::before,
#scrollTop::before,
#back-to-top::before,
.scroll-top-btn::before,
.back-to-top::before {
    content: "↑" !important;
    color: #080f0a !important;
    font-size: 24px !important;
    font-weight: 900 !important;
}
/* ==========================================================================
   ULTRA-CLEAR GLASS CARD (HIGH TRANSPARENCY & LOW BLUR)
   ========================================================================== */

.hero-left-card {
    /* 1. Sheer, subtle dark tint (25% opacity instead of 65%) */
    background: rgba(5, 12, 7, 0.25) !important;
    
    /* 2. Crisp, subtle white glass border glow */
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    
    /* 3. Reduced blur from 16px down to 4px for crystal-clear background visibility */
    backdrop-filter: blur(1px) !important;
    -webkit-backdrop-filter: blur(1px) !important;
    
    border-radius: 20px;
    padding: 35px;
    max-width: 540px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
    
    /* Animation Off-Screen State */
    opacity: 0 !important;
    transform: translateY(40px) scale(0.95) !important;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 0.8s ease !important;
}

/* 4. Text Contrast Enhancement (Keeps white text readable over clear glass) */
.hero-heading,
.hero-subtext {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;
}

/* Badge Pill Soft Translucency */
.hero-badge-pill {
    background: rgba(5, 12, 7, 0.5) !important;
    backdrop-filter: blur(4px);
    border: 1px solid #d1a461 !important;
}
/* ==========================================================================
   GOODBYE TREES, INC.
   MASTER BRAND LOCK
   ========================================================================== */

:root {

    /* --------------------------------------------------------------
       CORE BRAND COLORS
       -------------------------------------------------------------- */

    --gt-forest-deep: #102f20;
    --gt-forest: #173f2a;
    --gt-evergreen: #245c3c;
    --gt-leaf: #5f8f48;

    --gt-gold: #d1a461;
    --gt-gold-light: #e2bb7c;
    --gt-gold-dark: #a97b42;

    --gt-black: #050a06;
    --gt-charcoal: #08120b;

    --gt-white: #ffffff;
    --gt-off-white: #f8faf8;

    --gt-text-muted: #c9d3cc;
    --gt-border: rgba(209, 164, 97, 0.28);


    /* --------------------------------------------------------------
       EXISTING FRAMEWORK VARIABLE OVERRIDES
       -------------------------------------------------------------- */

    --primary-color: var(--gt-forest);
    --secondary-color: var(--gt-gold);
    --secondary-dark: var(--gt-gold-dark);

    --text-dark: var(--gt-white);
    --text-main: var(--gt-off-white);
    --text-muted: var(--gt-text-muted);
    --text-light: var(--gt-white);

    --bg-body: var(--gt-black);

    --card-bg:
        linear-gradient(
            145deg,
            rgba(23, 63, 42, 0.84) 0%,
            rgba(8, 18, 11, 0.94) 100%
        );

    --card-border:
        1px solid rgba(209, 164, 97, 0.24);

    --card-shadow:
        0 24px 55px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    --border-radius: 18px;

    --btn-bg:
        linear-gradient(
            135deg,
            var(--gt-gold) 0%,
            var(--gt-gold-dark) 100%
        );

    --btn-border:
        1px solid rgba(255, 255, 255, 0.16);
}


/* ==========================================================================
   HYPER GLASS — GOODBYE TREES VERSION
   ========================================================================== */

html[data-theme="hyper-glass"] {

    --bg-body: var(--gt-black);

    --text-dark: var(--gt-white);
    --text-main: var(--gt-off-white);
    --text-muted: var(--gt-text-muted);

    --card-bg:
        linear-gradient(
            145deg,
            rgba(23, 63, 42, 0.80) 0%,
            rgba(5, 10, 6, 0.92) 100%
        );

    --card-border:
        1px solid rgba(209, 164, 97, 0.24);

    --card-shadow:
        0 25px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    --btn-bg:
        linear-gradient(
            135deg,
            var(--gt-gold) 0%,
            var(--gt-gold-dark) 100%
        );

    --btn-border:
        1px solid rgba(255, 255, 255, 0.18);

    --secondary-color:
        var(--gt-gold);
}


/* ==========================================================================
   GLOBAL PAGE BACKGROUND
   ========================================================================== */

html[data-theme="hyper-glass"] body {

    background-color:
        var(--gt-black) !important;

    background-image:

        radial-gradient(
            circle at 15% 10%,
            rgba(36, 92, 60, 0.42) 0,
            transparent 42%
        ),

        radial-gradient(
            circle at 88% 82%,
            rgba(209, 164, 97, 0.10) 0,
            transparent 38%
        ),

        linear-gradient(
            180deg,
            #07110a 0%,
            #050a06 100%
        ) !important;

    background-attachment:
        fixed;

    color:
        var(--gt-off-white) !important;
}


/* ==========================================================================
   HEADINGS & BODY COPY
   ========================================================================== */

html[data-theme="hyper-glass"] h1,
html[data-theme="hyper-glass"] h2,
html[data-theme="hyper-glass"] h3,
html[data-theme="hyper-glass"] h4,
html[data-theme="hyper-glass"] h5,
html[data-theme="hyper-glass"] h6,
html[data-theme="hyper-glass"] .section-title {

    color:
        var(--gt-white) !important;

}


html[data-theme="hyper-glass"] p,
html[data-theme="hyper-glass"] li {

    color:
        var(--gt-text-muted);

}


/* ==========================================================================
   GOLD ACCENTS
   ========================================================================== */

.section-eyebrow,
.trust-pill,
.accreditation-label,
.review-stars,
.hero-badge,
.hero-badge-pill {

    color:
        var(--gt-gold) !important;

}


.trust-pill,
.hero-badge,
.hero-badge-pill {

    background:
        rgba(209, 164, 97, 0.11) !important;

    border-color:
        rgba(209, 164, 97, 0.72) !important;

}


/* ==========================================================================
   GLASS PANELS
   ========================================================================== */

html[data-theme="hyper-glass"] .theme-panel,
html[data-theme="hyper-glass"] .service-card,
html[data-theme="hyper-glass"] .review-card,
html[data-theme="hyper-glass"] .faq-item,
html[data-theme="hyper-glass"] .fb-feed-glass-card {

    background:
        linear-gradient(
            145deg,
            rgba(23, 63, 42, 0.77) 0%,
            rgba(5, 10, 6, 0.92) 100%
        ) !important;

    border:
        1px solid rgba(209, 164, 97, 0.22) !important;

    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;

}


html[data-theme="hyper-glass"] .theme-panel:hover,
html[data-theme="hyper-glass"] .service-card:hover,
html[data-theme="hyper-glass"] .review-card:hover {

    border-color:
        rgba(209, 164, 97, 0.62) !important;

    box-shadow:
        0 24px 55px rgba(0, 0, 0, 0.55),
        0 0 20px rgba(209, 164, 97, 0.10) !important;

}


/* ==========================================================================
   PRIMARY GOLD BUTTON
   ========================================================================== */

.btn-secondary,
html[data-theme="hyper-glass"] .btn-primary {

    background:
        linear-gradient(
            135deg,
            var(--gt-gold-light) 0%,
            var(--gt-gold) 52%,
            var(--gt-gold-dark) 100%
        ) !important;

    color:
        #08120b !important;

    border:
        1px solid rgba(255, 255, 255, 0.16) !important;

    box-shadow:
        0 8px 24px rgba(209, 164, 97, 0.22) !important;

    font-weight:
        800 !important;

}


.btn-secondary:hover,
html[data-theme="hyper-glass"] .btn-primary:hover {

    background:
        linear-gradient(
            135deg,
            #e9c88f 0%,
            var(--gt-gold) 55%,
            #b58449 100%
        ) !important;

    color:
        var(--gt-black) !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 12px 32px rgba(209, 164, 97, 0.38) !important;

}


/* ==========================================================================
   GREEN BUTTON
   ========================================================================== */

.btn-primary-green {

    background:
        linear-gradient(
            135deg,
            var(--gt-evergreen) 0%,
            var(--gt-forest) 100%
        ) !important;

    color:
        var(--gt-white) !important;

    border:
        1px solid rgba(209, 164, 97, 0.58) !important;

    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.28) !important;

}


.btn-primary-green:hover {

    background:
        linear-gradient(
            135deg,
            #2e704a 0%,
            var(--gt-evergreen) 100%
        ) !important;

    border-color:
        var(--gt-gold) !important;

    color:
        var(--gt-white) !important;

}


/* ==========================================================================
   NAVIGATION
   ========================================================================== */

html[data-theme="hyper-glass"] .main-navigation {

    background:
        rgba(255, 255, 255, 0.97) !important;

    border-bottom:
        3px solid var(--gt-gold) !important;

    box-shadow:
        0 8px 26px rgba(0, 0, 0, 0.12) !important;

}


html[data-theme="hyper-glass"] .main-navigation a:not(.btn) {

    color:
        #13251a !important;

}


html[data-theme="hyper-glass"] .main-navigation a:not(.btn):hover,
html[data-theme="hyper-glass"] .main-navigation a.active {

    color:
        var(--gt-evergreen) !important;

}


html[data-theme="hyper-glass"] .dropdown-menu {

    background:
        rgba(255, 255, 255, 0.99) !important;

    border:
        1px solid rgba(209, 164, 97, 0.35) !important;

    border-top:
        3px solid var(--gt-gold) !important;

    box-shadow:
        0 18px 36px rgba(0, 0, 0, 0.16) !important;

}


html[data-theme="hyper-glass"] .dropdown-menu a {

    color:
        #17251c !important;

}


html[data-theme="hyper-glass"] .dropdown-menu a:hover {

    background:
        #eef5ef !important;

    color:
        var(--gt-evergreen) !important;

}


/* ==========================================================================
   SERVICE CARDS
   ========================================================================== */

.service-card h3 {

    color:
        var(--gt-white) !important;

}


.service-card p {

    color:
        var(--gt-text-muted) !important;

}


.service-card-image {

    border-bottom:
        2px solid rgba(209, 164, 97, 0.65);

}


.service-card:hover .service-card-image img {

    transform:
        scale(1.035);

}


/* ==========================================================================
   REVIEW CARDS
   ========================================================================== */

.review-card {

    background:
        linear-gradient(
            145deg,
            rgba(20, 53, 35, 0.90) 0%,
            rgba(5, 10, 6, 0.96) 100%
        ) !important;

}


.review-stars {

    color:
        var(--gt-gold) !important;

}


.review-author {

    color:
        var(--gt-white) !important;

}


.review-location,
.review-text {

    color:
        var(--gt-text-muted) !important;

}


/* ==========================================================================
   FAQ
   ========================================================================== */

.faq-question {

    color:
        var(--gt-white) !important;

}


.faq-item[open] {

    border-color:
        rgba(209, 164, 97, 0.58) !important;

}


.faq-question::after {

    color:
        var(--gt-gold) !important;

}


/* ==========================================================================
   TRUST + ACCREDITATION BARS
   ========================================================================== */

.trust-bar-enhanced {

    background:
        linear-gradient(
            90deg,
            #102f20 0%,
            #173f2a 50%,
            #102f20 100%
        ) !important;

    border-top:
        1px solid rgba(209, 164, 97, 0.42) !important;

    border-bottom:
        1px solid rgba(209, 164, 97, 0.42) !important;

}


.industry-accreditations-bar {

    background:
        linear-gradient(
            180deg,
            rgba(5, 10, 6, 0.98) 0%,
            rgba(16, 47, 32, 0.92) 100%
        ) !important;

}


/* ==========================================================================
   FACEBOOK CARD
   ========================================================================== */

.fb-feed-glass-card {

    border:
        1px solid rgba(209, 164, 97, 0.25) !important;

}


.fb-feed-title {

    color:
        var(--gt-white) !important;

}


.fb-feed-sub {

    color:
        var(--gt-text-muted) !important;

}


/* ==========================================================================
   EMERGENCY / HAZARD BANNER
   ========================================================================== */

.emergency-banner-card {

    background:
        linear-gradient(
            135deg,
            rgba(16, 47, 32, 0.96) 0%,
            rgba(5, 10, 6, 0.98) 100%
        ) !important;

    border:
        1px solid rgba(209, 164, 97, 0.48) !important;

}


/* ==========================================================================
   SCROLL TO TOP
   ========================================================================== */

#scrollToTopBtn,
#scroll-to-top-btn {

    background:
        var(--gt-charcoal) !important;

    border-color:
        var(--gt-gold) !important;

    color:
        var(--gt-gold) !important;

}