/* ADR Construction — True Black + Orange + Glassmorphism */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ========================================
   Variables — Default Dark Theme
   ======================================== */
:root {
    --bg:             #000000;
    --bg-elevated:    #050505;
    --bg-card:        rgba(255, 255, 255, 0.025);
    --bg-card-hover:  rgba(255, 255, 255, 0.05);
    --bg-glass:       rgba(8, 8, 8, 0.88);
    --text:           #ffffff;
    --text-body:      rgba(255, 255, 255, 0.8);
    --text-muted:     rgba(255, 255, 255, 0.62);
    --accent:         #39FF14;
    --accent-hover:   #22d600;
    --accent-glow:    rgba(57, 255, 20, 0.35);
    --accent-subtle:  rgba(57, 255, 20, 0.12);
    --border:         rgba(255, 255, 255, 0.12);
    --border-accent:  rgba(57, 255, 20, 0.38);
    --radius:         4px;
    --radius-button:  6px;
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.45);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(0, 0, 0, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(255, 255, 255, 0.12);
    --cta-bg:         var(--accent);
    --cta-text:       #000;
    --cta-btn-bg:     #000;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.08);
    --cta-outline-text: #000;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #000;
    --cta-outline-hover-text: #fff;
    --map-filter:     invert(0.9) hue-rotate(180deg) saturate(0.3) brightness(0.7);
    --logo-filter:    none;
}

/* ========================================
   Theme: Ember (warm dark + gradient blobs)
   ======================================== */
body.theme-ember {
    --bg:             #020a02;
    --bg-elevated:    #031003;
    --bg-card:        rgba(57, 255, 20, 0.08);
    --bg-card-hover:  rgba(57, 255, 20, 0.14);
    --bg-glass:       rgba(18, 12, 4, 0.55);
    --text:           #eaffe0;
    --text-body:      rgba(250, 240, 228, 0.82);
    --text-muted:     rgba(250, 240, 228, 0.55);
    --accent:         #39FF14;
    --accent-hover:   #7CFF4F;
    --accent-glow:    rgba(57, 255, 20, 0.45);
    --accent-subtle:  rgba(57, 255, 20, 0.15);
    --border:         rgba(57, 255, 20, 0.14);
    --border-accent:  rgba(57, 255, 20, 0.40);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.55);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(12, 8, 4, 0.90);
    --header-border:  transparent;
    --header-scrolled-border: rgba(57, 255, 20, 0.18);
    --cta-bg:         var(--accent);
    --cta-text:       #020a02;
    --cta-btn-bg:     #020a02;
    --cta-btn-text:   #eaffe0;
    --cta-outline-bg: rgba(57, 255, 20, 0.08);
    --cta-outline-text: #020a02;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #020a02;
    --cta-outline-hover-text: #39FF14;
    --map-filter:     invert(0.92) hue-rotate(180deg) saturate(0.2) brightness(0.65) sepia(0.15);
    --logo-filter:    none;
}

/* ========================================
   Theme: Light / Cream
   ======================================== */
body.theme-light {
    --bg:             #eafce0;
    --bg-elevated:    #d4f4c4;
    --bg-card:        rgba(0, 0, 0, 0.03);
    --bg-card-hover:  rgba(0, 0, 0, 0.06);
    --bg-glass:       rgba(245, 240, 230, 0.88);
    --text:           #0a1f08;
    --text-body:      rgba(0, 0, 0, 0.72);
    --text-muted:     rgba(0, 0, 0, 0.5);
    --accent:         #1f9e0d;
    --accent-hover:   #188008;
    --accent-glow:    rgba(31, 158, 13, 0.3);
    --accent-subtle:  rgba(31, 158, 13, 0.1);
    --border:         rgba(0, 0, 0, 0.1);
    --border-accent:  rgba(31, 158, 13, 0.3);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.08);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(245, 240, 230, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(0, 0, 0, 0.08);
    --cta-bg:         #1f9e0d;
    --cta-text:       #fff;
    --cta-btn-bg:     #0a1f08;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.06);
    --cta-outline-text: #0a1f08;
    --cta-outline-border: rgba(0, 0, 0, 0.25);
    --cta-outline-hover-bg: #0a1f08;
    --cta-outline-hover-text: #fff;
    --map-filter:     saturate(0.5) brightness(0.95);
    --logo-filter:    brightness(0) saturate(100%);
}



/* ========================================
   Theme: Grid (dark + subtle grid lines)
   ======================================== */
body.theme-grid {
    --bg:             #0a0a0a;
    --bg-elevated:    #0e0e0e;
    --bg-card:        rgba(255, 255, 255, 0.025);
    --bg-card-hover:  rgba(255, 255, 255, 0.05);
    --bg-glass:       rgba(10, 10, 10, 0.88);
    --text:           #ffffff;
    --text-body:      rgba(255, 255, 255, 0.78);
    --text-muted:     rgba(255, 255, 255, 0.5);
    --accent:         #39FF14;
    --accent-hover:   #22d600;
    --accent-glow:    rgba(57, 255, 20, 0.35);
    --accent-subtle:  rgba(57, 255, 20, 0.12);
    --border:         rgba(255, 255, 255, 0.08);
    --border-accent:  rgba(57, 255, 20, 0.35);
    --shadow:         0 18px 40px rgba(0, 0, 0, 0.5);
    --header-bg:      transparent;
    --header-scrolled-bg: rgba(10, 10, 10, 0.95);
    --header-border:  transparent;
    --header-scrolled-border: rgba(255, 255, 255, 0.08);
    --cta-bg:         var(--accent);
    --cta-text:       #000;
    --cta-btn-bg:     #0a0a0a;
    --cta-btn-text:   #fff;
    --cta-outline-bg: rgba(0, 0, 0, 0.12);
    --cta-outline-text: #0a0a0a;
    --cta-outline-border: rgba(0, 0, 0, 0.3);
    --cta-outline-hover-bg: #0a0a0a;
    --cta-outline-hover-text: #fff;
    --map-filter:     invert(0.9) hue-rotate(180deg) saturate(0.3) brightness(0.7);
    --logo-filter:    none;
}

/* Grid overlay — fixed background lines */
/* Grid lines on cards & panels */
body.theme-grid .contact-card,
body.theme-grid .service-card,
body.theme-grid .stat-card,
body.theme-grid .ba-body,
body.theme-grid .ba-slide-inner,
body.theme-grid .timeline-content,
body.theme-grid .faq-section details,
body.theme-grid .about-slider-shell,
body.theme-grid .testimonial-card,
body.theme-grid .marquee-wrap {
    background-image:
        linear-gradient(rgba(57, 255, 20, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 255, 20, 0.07) 1px, transparent 1px);
    background-size: 20px 20px;
}

body.theme-grid .marquee-content span {
    background-image:
        linear-gradient(rgba(57, 255, 20, 0.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 255, 20, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    -webkit-background-clip: text;
    background-clip: text;
}

body.theme-grid::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
        linear-gradient(rgba(57, 255, 20, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(57, 255, 20, 0.045) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
}

/* Grid theme — accent glow on card borders */
body.theme-grid .service-card,
body.theme-grid .stat-card,
body.theme-grid .timeline-content,
body.theme-grid .testimonial-card,
body.theme-grid .contact-card,
body.theme-grid .area-card {
    border-color: rgba(57, 255, 20, 0.12);
    box-shadow: 0 0 0 1px rgba(57, 255, 20, 0.06),
                inset 0 1px 0 rgba(57, 255, 20, 0.08);
}

body.theme-grid .section-tag {
    border-color: rgba(57, 255, 20, 0.2);
    background: rgba(57, 255, 20, 0.06);
}

body.theme-grid .section-title {
    text-shadow: 0 0 30px rgba(57, 255, 20, 0.15);
}

body.theme-grid .gallery-pill,
body.theme-grid .about-pill {
    border-color: rgba(57, 255, 20, 0.15);
}

body.theme-grid .gallery-pill.active,
body.theme-grid .about-pill.active {
    box-shadow: 0 0 12px rgba(57, 255, 20, 0.25);
}

/* ========================================
   Reset & Base
   ======================================== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    background: #000;
    color-scheme: dark;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--bg, #000);
    color: var(--text-body);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; transition: all 0.3s ease; }

/* Prevent iOS double-tap zoom on all interactive elements */
button, a, input, select, textarea, [role="button"], .btn {
    touch-action: manipulation;
}
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* Scroll lock */
html.no-scroll {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

html.no-scroll body {
    overflow: hidden !important;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

/* Scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ========================================
   Shared Section Styles
   ======================================== */
.section-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    color: var(--accent);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text);
    line-height: 1.1;
    margin-bottom: 16px;
}

.section-intro {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 550px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .section-header {
        text-align: left;
    }
    .section-intro {
        margin: 0;
    }
}

/* ========================================
   Header
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
}

.site-header.scrolled {
    background: var(--header-scrolled-bg);
    border-color: var(--header-scrolled-border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    gap: 16px;
}

.brand-logo {
    height: 44px;
    width: auto;
    transition: height 0.3s ease, filter 0.4s ease;
    filter: var(--logo-filter);
}

.site-header.scrolled .brand-logo {
    height: 36px;
}

/* Light theme: white logo over hero, dark logo once scrolled */
body.theme-light .brand-logo {
    filter: brightness(0) invert(1);
}

body.theme-light .site-header.scrolled .brand-logo {
    filter: brightness(0) saturate(100%);
}

body.theme-light .site-nav a {
    color: rgba(255, 255, 255, 0.85);
}

body.theme-light .site-nav a:hover {
    color: #fff;
}

body.theme-light .site-header.scrolled .site-nav a {
    color: var(--text-muted);
}

body.theme-light .site-header.scrolled .site-nav a:hover {
    color: var(--accent);
}

body.theme-light .mobile-nav-toggle {
    color: #fff;
}

body.theme-light .site-header.scrolled .mobile-nav-toggle {
    color: var(--text);
}

.site-nav {
    display: flex;
    gap: 28px;
}

.site-nav a {
    color: var(--text-muted);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.78rem;
    transition: color 0.3s ease;
}

.site-nav a:hover { color: var(--accent); }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--accent);
    color: #000;
    font-weight: 700;
    font-size: 0.78rem;
    letter-spacing: 1px;
    border-radius: var(--radius-button);
    transition: all 0.3s ease;
}

.header-cta:hover {
    background: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px var(--accent-glow);
}

.header-cta span { display: inline; }

.mobile-nav-toggle {
    display: none;
    background: none;
    border: 0;
    color: var(--text);
    font-size: 1.2rem;
    cursor: pointer;
    padding: 8px;
}

/* ========================================
   Buttons
   ======================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 2px;
    border: 2px solid transparent;
    border-radius: var(--radius-button);
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-primary {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
}

.btn-primary:hover {
    background: var(--accent-hover);
    border-color: var(--accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px var(--accent-glow);
}

.btn-outline {
    background: var(--accent-subtle);
    color: var(--text);
    border-color: var(--border);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.btn-outline:hover {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: 0 0 24px var(--accent-glow);
}

/* ========================================
   Hero
   ======================================== */
.hero {
    position: relative;
    min-height: 100vh;
    min-height: 100svh; /* iOS-safe — accounts for URL bar */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: clip;
}

.hero-slideshow {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-slide-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* On portrait phones the subject (the vehicle) sits roughly
       in the upper-middle of the 9:16 reel — bias the crop up. */
    object-position: 50% 38%;
}

@media (max-width: 768px) {
    .hero-slide-media {
        object-position: 50% 42%;
    }
    /* On phones, IG portrait reels (720x1280) display almost
       at native ratio — center the subject. */
    .hero-slide[data-orientation="portrait"] .hero-slide-media {
        object-position: 50% 50%;
    }
}

/* Ken Burns zoom on image slides */
.hero-slide img.hero-slide-media {
    animation: kenBurns 8s ease-in-out infinite alternate;
}

@keyframes kenBurns {
    0%   { transform: scale(1);    }
    100% { transform: scale(1.08); }
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 40%, rgba(0,0,0,0.85) 100%),
        radial-gradient(circle at 70% 50%, rgba(57,255,20,0.15), transparent 50%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 120px 20px 80px;
}

.hero-headline {
    font-size: clamp(3rem, 10vw, 6rem);
    font-weight: 900;
    color: #fff;
    line-height: 0.95;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.hero-tagline {
    font-size: clamp(0.95rem, 2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.85);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.75;
    letter-spacing: 0.3px;
}

.hero-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hero .btn-primary {
    box-shadow: 0 0 30px var(--accent-glow), 0 4px 16px rgba(0,0,0,0.3);
}

.hero .btn-outline {
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.hero-scroll-hint {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.3);
    font-size: 1.2rem;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ========================================
   About
   ======================================== */
.about-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 60px;
    align-items: center;
}

.about-showcase {
    min-width: 0;
}

.about-slider-shell {
    position: relative;
    background: #050505;
    border: 1px solid var(--border-accent);
    border-radius: var(--radius-button);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.about-slider-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top left, var(--accent-subtle), transparent 45%);
    pointer-events: none;
    z-index: 2;
}

/* ── Badge overlay — top-left ── */
.about-slider-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    background: var(--accent);
    color: #000;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: none;
}

/* ── Category pills — below image container, horizontal scroll ── */
.about-slider-pills {
    display: flex;
    gap: 8px;
    padding: 0 2px;
    margin-top: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.about-slider-pills::-webkit-scrollbar {
    display: none;
}

.about-pill {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border);
    color: var(--text-muted);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    touch-action: manipulation;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.about-pill:hover {
    border-color: var(--border-accent);
    color: var(--text);
    background: var(--accent-subtle);
}

.about-pill.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
}

.about-slider-stage {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: var(--radius);
    background: #050505;
}

.about-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.02);
    transition: opacity 0.45s ease, transform 0.7s ease;
}

.about-slide.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.about-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
}

.about-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent;
}

.about-copy .section-title {
    text-align: left;
}

.about-copy p {
    color: var(--text-body);
    line-height: 1.8;
    margin-bottom: 16px;
    font-size: 0.95rem;
    max-width: 42ch;
}

.about-stats {
    display: flex;
    gap: 16px;
    margin-top: 24px;
}

.stat-card {
    flex: 1;
    padding: 20px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 148px;
    transition: all 0.3s ease;
}

.stat-card.in-view {
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
    transform: translateY(-3px);
}

@media (hover: hover) and (pointer: fine) {
    .stat-card:hover {
        border-color: var(--border-accent);
        background: var(--bg-card-hover);
        transform: translateY(-3px);
    }
}

.stat-card strong {
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--accent);
    margin-bottom: 4px;
    line-height: 1.05;
}

.stat-card span {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.25;
    text-wrap: balance;
}

/* ========================================
   Services
   ======================================== */
.services-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.pricing-strip {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2.1fr);
    align-items: center;
    gap: 32px;
    margin: 18px 0 40px;
    padding: 28px 30px;
    border: 1px solid var(--border-accent);
    border-radius: 8px;
    background:
        radial-gradient(120% 180% at 0% 0%, rgba(57, 255, 20, 0.18), transparent 55%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.5));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.pricing-strip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.6;
}

.pricing-strip-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pricing-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-size: 0.72rem;
    font-weight: 600;
}

.pricing-eyebrow i {
    font-size: 0.78rem;
}

.pricing-title {
    color: var(--text);
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.pricing-sub {
    color: var(--text-muted);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    max-width: 32ch;
}

.pricing-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-list li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 14px 14px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.45);
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.pricing-list li:hover {
    border-color: var(--border-accent);
    transform: translateY(-2px);
    background: rgba(0, 0, 0, 0.6);
}

.pricing-list li > i {
    color: var(--accent);
    font-size: 1.05rem;
    margin-bottom: 2px;
    opacity: 0.9;
}

.pricing-label {
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 0.7rem;
    font-weight: 600;
}

.pricing-price {
    color: var(--text);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}

.pricing-price small {
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 600;
    margin-left: 2px;
    letter-spacing: 0;
}

.pricing-meta {
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1.3;
}

@media (max-width: 920px) {
    .pricing-strip {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 22px 20px;
    }

    .pricing-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pricing-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .pricing-list {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .pricing-price {
        font-size: 1.3rem;
    }
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    padding: 36px 28px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--accent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card.in-view::before {
    transform: scaleX(1);
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover::before {
        transform: scaleX(1);
    }
}

.service-card.in-view {
    border-color: var(--border-accent);
    background: var(--bg-card-hover);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

@media (hover: hover) and (pointer: fine) {
    .service-card:hover {
        border-color: var(--border-accent);
        background: var(--bg-card-hover);
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.2);
    }
}

.service-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent-subtle);
    border-radius: var(--radius);
    margin-bottom: 20px;
}

.service-icon i {
    font-size: 1.2rem;
    color: var(--accent);
}

.service-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* ========================================
   Process
   ======================================== */
.process-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
}

/* ── Timeline layout ── */
.timeline {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0 20px;
}

/* Center vertical line */
.timeline-line {
    position: absolute;
    left: 50%;
    top: 40px;
    bottom: 20px;
    width: 2px;
    background: var(--border);
    transform: translateX(-50%);
}

.timeline-line-fill {
    width: 100%;
    height: 0;
    background: var(--accent);
    transition: height 0.05s linear;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0 8px rgba(57, 255, 20, 0.3);
}

/* Each step row */
.timeline-step {
    display: grid;
    grid-template-columns: 1fr 40px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

/* Center dot */
.timeline-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bg);
    border: 3px solid var(--border);
    justify-self: center;
    z-index: 2;
    transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.timeline-step.in-view .timeline-dot {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: 0 0 12px rgba(57, 255, 20, 0.4);
}

/* Content side */
.timeline-content {
    padding: 28px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: border-color 0.3s ease, transform 0.3s ease;
}

.timeline-step.in-view .timeline-content {
    border-color: var(--border-accent);
}

@media (hover: hover) and (pointer: fine) {
    .timeline-content:hover {
        border-color: var(--border-accent);
        transform: translateY(-3px);
    }
}

.timeline-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(57, 255, 20, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.timeline-icon i {
    font-size: 1.15rem;
    color: var(--accent);
}

.timeline-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.timeline-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.7;
}

/* Image side */
.timeline-image {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
}

.timeline-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

@media (hover: hover) and (pointer: fine) {
    .timeline-image:hover img {
        transform: scale(1.04);
    }
}

/* ── Mobile timeline ── */
@media (max-width: 768px) {
    .timeline-line {
        left: 20px;
    }

    .timeline-step {
        grid-template-columns: 40px 1fr;
        gap: 16px;
        margin-bottom: 40px;
    }

    .timeline-dot {
        width: 14px;
        height: 14px;
        grid-row: 1;
        grid-column: 1;
        align-self: start;
        margin-top: 32px;
    }

    .timeline-content {
        grid-column: 2;
        grid-row: 1;
        padding: 22px;
    }

    .timeline-image {
        grid-column: 2;
        grid-row: 2;
    }

    .timeline-image img {
        aspect-ratio: 1 / 1;
    }
}

/* ========================================
   Projects
   ======================================== */
.projects-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

/* ── Category filter pills ── */
.gallery-pills-wrap {
    position: relative;
    margin-bottom: 32px;
    --pills-bg: var(--bg-elevated);
}

.ba-section .gallery-pills-wrap {
    --pills-bg: var(--bg);
}

.gallery-pills-wrap::before,
.gallery-pills-wrap::after {
    display: none;
}

.gallery-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

@media (max-width: 768px) {
    .gallery-pills-wrap::before,
    .gallery-pills-wrap::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 32px;
        z-index: 2;
        pointer-events: none;
        display: block;
    }

    .gallery-pills-wrap::before {
        left: 0;
        background: linear-gradient(to right, var(--pills-bg) 0%, transparent 100%);
    }

    .gallery-pills-wrap::after {
        right: 0;
        background: linear-gradient(to left, var(--pills-bg) 0%, transparent 100%);
    }

    .gallery-pills {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        justify-content: flex-start;
        padding: 0 24px 0 4px;
        -webkit-overflow-scrolling: touch;
    }

    .gallery-pills::-webkit-scrollbar {
        display: none;
    }

    .gallery-pill {
        flex-shrink: 0;
    }

    .gallery-pills-wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        overflow: hidden;
    }

    .gallery-pills-wrap::before {
        left: 0;
    }

    .gallery-pills-wrap::after {
        right: 0;
    }
}

.gallery-pill {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 18px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-muted);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    touch-action: manipulation;
    transition: all 0.25s ease;
}

.gallery-pill:hover {
    border-color: var(--border-accent);
    color: var(--text);
    background: var(--accent-subtle);
}

.gallery-pill.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #000;
}

.projects-gallery {
    position: relative;
}

#projects-gallery-slider .splide__track {
    overflow: visible;
}

#projects-gallery-slider .splide__slide {
    opacity: 0.5;
    transition: opacity 0.2s ease;
}

#projects-gallery-slider .splide__slide.is-active,
#projects-gallery-slider .splide__slide.is-visible {
    opacity: 1;
}

/* ── Gallery card: full-cover image ── */
.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: #050505;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.gallery-card.in-view img {
    transform: scale(1.06);
}

@media (hover: hover) and (pointer: fine) {
    .gallery-card:hover img {
        transform: scale(1.06);
    }
}

/* ── "Completed Work" badge ── */
.gallery-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 12px;
    background: var(--accent);
    color: #000;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 4px;
    pointer-events: none;
}

.gallery-card.in-view {
    border-color: var(--border-accent);
}

@media (hover: hover) and (pointer: fine) {
    .gallery-card:hover {
        border-color: var(--border-accent);
    }
}

#projects-gallery-slider .splide__arrows {
    position: absolute;
    top: -84px;
    right: 0;
    display: flex;
    gap: 12px;
}

#projects-gallery-slider .splide__arrow {
    position: static;
    width: 46px;
    height: 46px;
    transform: none;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--accent-subtle);
    color: var(--text);
    opacity: 1;
}

#projects-gallery-slider .splide__arrow:hover:not(:disabled) {
    background: var(--accent-subtle);
    border-color: var(--border-accent);
    color: var(--accent);
}

#projects-gallery-slider .splide__arrow--prev {
    transform: scaleX(-1);
}

#projects-gallery-slider .splide__arrow svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem;
}

#projects-gallery-slider .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#projects-gallery-slider .splide__pagination__page {
    width: 18px;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: var(--border);
    opacity: 1;
}

#projects-gallery-slider .splide__pagination__page.is-active {
    transform: none;
    background: var(--accent);
}

/* ========================================
   Service Area (Google Maps)
   ======================================== */
.area-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.area-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    align-items: stretch;
}

.area-map {
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    min-height: 400px;
}

.area-map iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    filter: var(--map-filter);
}

.area-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.area-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
    flex: 1;
}

.area-card.in-view {
    border-color: var(--border-accent);
    transform: translateX(4px);
}

@media (hover: hover) and (pointer: fine) {
    .area-card:hover {
        border-color: var(--border-accent);
        transform: translateX(4px);
    }
}

.area-card i {
    font-size: 1.2rem;
    color: var(--accent);
    width: 24px;
    text-align: center;
    flex-shrink: 0;
}

.area-card strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 2px;
}

.area-card span {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.area-card a {
    color: var(--accent);
}

.area-card a:hover {
    text-decoration: underline;
}

/* ========================================
   CTA Banner
   ======================================== */
.cta-section {
    padding: 80px 0;
    background: var(--cta-bg);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: 'DJ MOBILE';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(8rem, 20vw, 16rem);
    font-weight: 900;
    color: rgba(0, 0, 0, 0.06);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 20px;
}

.cta-content {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--cta-text);
    margin-bottom: 12px;
    line-height: 1.1;
}

.cta-content p {
    color: var(--cta-text);
    opacity: 0.7;
    margin-bottom: 28px;
    font-size: 0.95rem;
}

.cta-btns {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: var(--cta-btn-bg);
    color: var(--cta-btn-text);
    border-color: var(--cta-btn-bg);
}

.cta-section .btn-primary:hover {
    opacity: 0.88;
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.cta-section .btn-outline {
    background: var(--cta-outline-bg);
    color: var(--cta-outline-text);
    border-color: var(--cta-outline-border);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.cta-section .btn-outline:hover {
    background: var(--cta-outline-hover-bg);
    color: var(--cta-outline-hover-text);
    border-color: var(--cta-outline-hover-bg);
}

/* ========================================
   Contact
   ======================================== */
.contact-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 32px 20px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: all 0.3s ease;
}

.contact-card.in-view {
    border-color: var(--border-accent);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

@media (hover: hover) and (pointer: fine) {
    .contact-card:hover {
        border-color: var(--border-accent);
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(0,0,0,0.15);
    }
}

.contact-card i {
    font-size: 1.4rem;
    color: var(--accent);
}

.contact-card strong {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-card span {
    font-size: 0.88rem;
    color: var(--text-muted);
    word-break: break-all;
    overflow-wrap: break-word;
    padding: 0 4px;
}

/* ========================================
   Footer
   ======================================== */
.site-footer {
    background: var(--bg-elevated);
    border-top: 1px solid var(--border);
    padding: 60px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
}

.footer-logo {
    height: 40px;
    width: auto;
    margin-bottom: 16px;
    filter: var(--logo-filter);
}

.footer-brand p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
    max-width: 300px;
    margin-bottom: 16px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.footer-social a:hover {
    border-color: var(--accent);
    color: var(--accent);
    background: var(--accent-subtle);
}

.footer-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-col h4 {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--text);
    margin-bottom: 8px;
}

.footer-col a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: all 0.3s ease;
}

.footer-col a:hover {
    color: var(--accent);
    padding-left: 4px;
}

.footer-bottom {
    padding: 20px 0;
}

.footer-bottom p {
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
}

/* ========================================
   Testimonials
   ======================================== */
.testimonials-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.testimonials-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.testimonials-stars {
    display: flex;
    gap: 4px;
}

.testimonials-stars i {
    color: var(--accent);
    font-size: 1.1rem;
}

.testimonials-summary {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.testimonials-slider {
    position: relative;
}

.testimonial-card {
    padding: 28px 24px;
    background: var(--bg-glass);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.testimonial-card.in-view {
    border-color: var(--border-accent);
    transform: translateY(-2px);
}

@media (hover: hover) and (pointer: fine) {
    .testimonial-card:hover {
        border-color: var(--border-accent);
        transform: translateY(-2px);
    }
}

.testimonial-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 18px;
}

.testimonial-stars i {
    color: var(--accent);
    font-size: 0.85rem;
}

.testimonial-text {
    flex: 1;
    color: var(--text-body);
    font-size: 0.72rem;
    font-style: italic;
    line-height: 1.65;
    margin-bottom: 20px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--border);
}

.testimonial-avatar {
    display: none;
}

.testimonial-author strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
}

.testimonial-author span {
    font-size: 0.78rem;
    color: var(--text-muted);
}

#testimonials-splide .splide__track {
    overflow: visible;
    clip-path: inset(-4px -4px -4px -4px);
}

#testimonials-splide .splide__arrows {
    position: absolute;
    top: -84px;
    right: 0;
    display: flex;
    gap: 12px;
}

#testimonials-splide .splide__arrow {
    position: static;
    width: 46px;
    height: 46px;
    transform: none;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--accent-subtle);
    color: var(--text);
    opacity: 1;
}

#testimonials-splide .splide__arrow:hover:not(:disabled) {
    background: var(--accent-subtle);
    border-color: var(--border-accent);
    color: var(--accent);
}

#testimonials-splide .splide__arrow--prev {
    transform: scaleX(-1);
}

#testimonials-splide .splide__arrow svg {
    fill: currentColor;
    width: 1rem;
    height: 1rem;
}

#testimonials-splide .splide__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

#testimonials-splide .splide__pagination__page {
    width: 18px;
    height: 4px;
    margin: 0;
    border-radius: 2px;
    background: var(--border);
    opacity: 1;
}

#testimonials-splide .splide__pagination__page.is-active {
    transform: none;
    background: var(--accent);
}

/* ========================================
   Floating Theme Picker
   ======================================== */
.floating-theme-picker {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
}

/* Temporarily hide theme picker UI */
.floating-theme-picker {
    display: none !important;
}

.theme-fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid var(--accent);
    background: var(--bg-glass);
    color: var(--accent);
    font-size: 1.25rem;
    cursor: pointer;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.theme-fab:hover {
    transform: scale(1.1);
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.floating-theme-picker.open .theme-fab {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.theme-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.floating-theme-picker.open .theme-options {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.theme-dot {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 3px solid transparent;
    background: linear-gradient(135deg, var(--dot-a) 50%, var(--dot-b) 50%);
    background-clip: padding-box;
    cursor: pointer;
    touch-action: manipulation;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    overflow: hidden;
}

.theme-dot:hover {
    transform: scale(1.2);
}

.theme-dot.active {
    border-color: #fff;
    box-shadow: 0 0 0 2px var(--dot-a), 0 2px 12px rgba(0,0,0,0.4);
}

/* ========================================
   Button Shimmer Effect
   ======================================== */
.btn {
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    pointer-events: none;
}

.btn:hover::after {
    animation: shimmerSlide 0.6s ease forwards;
}

@keyframes shimmerSlide {
    0% { left: -100%; }
    100% { left: 200%; }
}

/* ========================================
   Animations
   ======================================== */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

/* Base fade-in with stagger support */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(7px);
    transition: opacity 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.52s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--stagger, 0s);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.fade-in.fade-in--left {
    transform: translateX(-28px);
}

.fade-in.fade-in--left.visible {
    transform: translateX(0);
}

.fade-in.fade-in--right {
    transform: translateX(28px);
}

.fade-in.fade-in--right.visible {
    transform: translateX(0);
}

/* Section header children cascade */
.section-header.fade-in {
    opacity: 1;
    transform: none;
    transition: none;
}

.section-header.fade-in .section-label,
.section-header.fade-in .section-title,
.section-header.fade-in .section-intro {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(6px);
    transition: opacity 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.52s cubic-bezier(0.16, 1, 0.3, 1),
                filter 0.52s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-header.fade-in.visible .section-label {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0s;
}
.section-header.fade-in.visible .section-title {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0.07s;
}
.section-header.fade-in.visible .section-intro {
    opacity: 1; transform: translateY(0); filter: blur(0); transition-delay: 0.14s;
}

/* Hero items cascade with CSS animations */
.hero .fade-in {
    opacity: 0;
    transform: translateY(14px);
    filter: blur(7px);
}

.hero-headline .hero-line,
.hero-tagline .hero-copy-line {
    display: block;
}

.hero .section-label.fade-in {
    animation: fadeUp 0.6s ease 0.05s forwards;
}

.hero .hero-headline.fade-in {
    animation: fadeUp 0.6s ease 0.14s forwards;
}

.hero .hero-tagline.fade-in {
    animation: fadeUp 0.6s ease 0.22s forwards;
}

.hero .hero-btns.fade-in {
    animation: fadeUp 0.6s ease 0.3s forwards;
}

/* ========================================
   Responsive — Tablet
   ======================================== */
@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .about-showcase {
        max-width: 760px;
        width: 100%;
        margin: 0 auto;
    }

    .about-copy .section-title {
        text-align: center;
    }

    .about-copy p {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-stats {
        justify-content: center;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .area-grid {
        grid-template-columns: 1fr;
    }

    .area-map {
        min-height: 350px;
    }

    #testimonials-splide .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .area-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

/* ========================================
   Responsive — Mobile
   ======================================== */
@media (max-width: 768px) {
    .site-nav {
        display: none;
    }

    .header-cta {
        display: none;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .hero-headline {
        font-size: clamp(2.5rem, 12vw, 4.5rem);
    }

    .hero-content {
        padding: 100px 16px 60px;
    }

    .hero-btns {
        flex-direction: column;
        align-items: center;
    }

    .hero-btns .btn {
        width: 100%;
        max-width: 300px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .about-stats {
        flex-direction: row;
        gap: 8px;
    }

    .stat-card {
        padding: 14px 8px;
        min-height: 136px;
    }

    .stat-card strong {
        font-size: 1.15rem;
    }

    .stat-card span {
        font-size: 0.66rem;
        letter-spacing: 0.35px;
        line-height: 1.18;
    }

    .about-slider-stage {
        aspect-ratio: 4 / 5;
    }

    #projects-gallery-slider .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .area-info {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .footer-brand {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .footer-brand p {
        max-width: 100%;
    }

    .footer-social {
        justify-content: flex-start;
    }

    .footer-col {
        align-items: flex-start;
    }

    .footer-col a:hover {
        padding-left: 0;
    }

    .cta-btns {
        flex-direction: column;
        align-items: center;
    }

    .cta-btns .btn {
        width: 100%;
        max-width: 300px;
    }

    .floating-theme-picker {
        bottom: 20px;
        right: 20px;
        transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .floating-theme-picker.cta-visible {
        bottom: 82px;
    }

    .theme-fab {
        width: 46px;
        height: 46px;
        font-size: 1.1rem;
    }

    .theme-dot {
        width: 30px;
        height: 30px;
    }

    #testimonials-splide .splide__arrows {
        position: static;
        justify-content: flex-end;
        margin-bottom: 12px;
    }

    .testimonial-card {
        padding: 28px 22px;
    }

    .testimonial-text {
        font-size: 0.68rem;
        line-height: 1.55;
    }

    .stat-card span {
        word-break: normal;
        hyphens: none;
    }

    /* Horizontal slides become vertical on mobile */
    .fade-in.fade-in--left,
    .fade-in.fade-in--right {
        transform: translateY(25px);
    }
    .fade-in.fade-in--left.visible,
    .fade-in.fade-in--right.visible {
        transform: translateY(0);
    }
}

/* ========================================
   Ember Theme — Hard Color Aesthetic
   ======================================== */

/* ── Ember cards get a warmer glass feel ── */
body.theme-ember .service-card,
body.theme-ember .timeline-content,
body.theme-ember .stat-card,
body.theme-ember .area-card,
body.theme-ember .contact-card,
body.theme-ember .testimonial-card {
    background: rgba(57, 255, 20, 0.08);
    border-color: rgba(57, 255, 20, 0.15);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

body.theme-ember .service-card.in-view,
body.theme-ember .timeline-content.in-view,
body.theme-ember .stat-card.in-view,
body.theme-ember .area-card.in-view,
body.theme-ember .contact-card.in-view,
body.theme-ember .testimonial-card.in-view {
    background: rgba(57, 255, 20, 0.14);
    border-color: rgba(57, 255, 20, 0.30);
}

@media (hover: hover) and (pointer: fine) {
    body.theme-ember .service-card:hover,
    body.theme-ember .timeline-content:hover,
    body.theme-ember .stat-card:hover,
    body.theme-ember .area-card:hover,
    body.theme-ember .contact-card:hover,
    body.theme-ember .testimonial-card:hover {
        background: rgba(57, 255, 20, 0.14);
        border-color: rgba(57, 255, 20, 0.30);
    }
}

/* ── About slider shell — warm border glow ── */
body.theme-ember .about-slider-shell {
    border-color: rgba(57, 255, 20, 0.25);
    background:
        linear-gradient(180deg, rgba(57, 255, 20, 0.08), rgba(57, 255, 20, 0.04)),
        rgba(12, 8, 4, 0.80);
}

/* ── Hero overlay — warmer orange radial for ember ── */
body.theme-ember .hero-overlay {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.30) 40%, rgba(0,0,0,0.80) 100%),
        radial-gradient(circle at 70% 50%, rgba(57,255,20,0.28), transparent 55%);
}

/* ── CTA section ember glow ── */
body.theme-ember .cta-section::before {
    color: rgba(12, 8, 4, 0.08);
}

/* ── Ember gradient blobs — DISABLED per user request ── */
body.theme-ember .hero::after,
body.theme-ember .about-section::before,
body.theme-ember .about-section::after,
body.theme-ember .services-section::before,
body.theme-ember .services-section::after,
body.theme-ember .process-section::before,
body.theme-ember .projects-section::after,
body.theme-ember .testimonials-section::before,
body.theme-ember .testimonials-section::after,
body.theme-ember .area-section::before,
body.theme-ember .contact-section::after,
body.theme-ember .site-footer::before,
body.theme-ember .ba-section::before {
    display: none !important;
}

body.theme-ember .hero,
body.theme-ember .about-section,
body.theme-ember .services-section,
body.theme-ember .process-section,
body.theme-ember .projects-section,
body.theme-ember .testimonials-section,
body.theme-ember .area-section,
body.theme-ember .contact-section,
body.theme-ember .site-footer {
    position: relative;
    overflow: hidden;
}

body.theme-ember .hero::after {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    bottom: -200px;
    left: -100px;
    z-index: 0;
    animation: blobDrift1 18s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .about-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.22) 0%, transparent 70%);
    top: -120px;
    right: -80px;
    z-index: 0;
    animation: blobDrift2 22s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .about-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -100px;
    left: -60px;
    z-index: 0;
    animation: blobDrift1 25s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .services-section::before {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    top: 10%;
    left: -150px;
    z-index: 0;
    animation: blobDrift2 20s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .services-section::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -80px;
    right: -100px;
    z-index: 0;
    animation: blobDrift1 24s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .process-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -100px;
    right: 10%;
    z-index: 0;
    animation: blobDrift2 26s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .projects-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    bottom: -120px;
    left: -80px;
    z-index: 0;
    animation: blobDrift1 21s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .testimonials-section::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -80px;
    left: 20%;
    z-index: 0;
    animation: blobDrift2 23s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .testimonials-section::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    bottom: -100px;
    right: -60px;
    z-index: 0;
    animation: blobDrift1 19s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .area-section::before {
    content: '';
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.18) 0%, transparent 70%);
    top: -100px;
    right: -80px;
    z-index: 0;
    animation: blobDrift2 22s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .contact-section::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.20) 0%, transparent 70%);
    bottom: -120px;
    left: -100px;
    z-index: 0;
    animation: blobDrift1 25s ease-in-out infinite;
    pointer-events: none;
}

body.theme-ember .site-footer::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(57,255,20,0.15) 0%, transparent 70%);
    top: -80px;
    right: 10%;
    z-index: 0;
    animation: blobDrift2 20s ease-in-out infinite;
    pointer-events: none;
}

/* Ensure section content sits above blobs */
body.theme-ember .hero > *,
body.theme-ember .about-section > .container,
body.theme-ember .services-section > .container,
body.theme-ember .process-section > .container,
body.theme-ember .projects-section > .container,
body.theme-ember .testimonials-section > .container,
body.theme-ember .area-section > .container,
body.theme-ember .contact-section > .container,
body.theme-ember .site-footer > .container {
    position: relative;
    z-index: 1;
}

@keyframes blobDrift1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

@keyframes blobDrift2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(-25px, 20px) scale(0.95); }
    66% { transform: translate(20px, -15px) scale(1.05); }
}

/* ========================================
   Reduced Motion
   ======================================== */
@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .fade-in.fade-in--left,
    .fade-in.fade-in--right,
    .section-header.fade-in .section-label,
    .section-header.fade-in .section-title,
    .section-header.fade-in .section-intro,
    .hero .fade-in {
        transition-duration: 0.01s !important;
        transition-delay: 0s !important;
        animation-duration: 0.01s !important;
        animation-delay: 0s !important;
        filter: none !important;
    }

    .hero-slide video {
        display: none;
    }

    .hero-slide img.hero-slide-media {
        animation: none;
    }

    .about-slide {
        transition: none;
    }

    .hero-scroll-hint {
        animation: none;
    }

    /* Disable ember blob drift */
    body.theme-ember .hero::after,
    body.theme-ember .about-section::before,
    body.theme-ember .about-section::after,
    body.theme-ember .services-section::before,
    body.theme-ember .services-section::after,
    body.theme-ember .process-section::before,
    body.theme-ember .projects-section::after,
    body.theme-ember .testimonials-section::before,
    body.theme-ember .testimonials-section::after,
    body.theme-ember .area-section::before,
    body.theme-ember .contact-section::after,
    body.theme-ember .site-footer::before,
    body.theme-ember .ba-section::before {
        animation: none !important;
    }
}

/* ========================================
   Before & After Section — Static Grid
   ======================================== */
.ba-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

/* ── 2-column grid ── */
.ba-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* ── Card layout: image + text side by side ── */
.ba-slide-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 0;
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    min-height: 440px;
}

.ba-slide-inner:hover {
    border-color: var(--border-accent);
}

/* ── Image comparison area ── */
.ba-card {
    position: relative;
    overflow: hidden;
    background: #050505;
    cursor: col-resize;
    min-height: 100%;
    -webkit-user-select: none;
    user-select: none;
    touch-action: pan-y;
}

/* Both layers fill the entire card */
.ba-card .ba-after,
.ba-card .ba-before {
    position: absolute;
    inset: 0;
}

.ba-card .ba-after {
    z-index: 1;
}

.ba-card .ba-before {
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ba-card .ba-after img,
.ba-card .ba-before img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

/* Composites — single image, no slider */
.ba-card.ba-composite {
    cursor: default;
}

.ba-card.ba-composite .ba-after,
.ba-card.ba-composite .ba-before {
    position: relative;
}

.ba-card.ba-composite .ba-before {
    display: none;
}

.ba-card.ba-composite .ba-after {
    position: relative;
}

.ba-card.ba-composite .ba-after img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Divider line */
.ba-card .ba-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: var(--accent);
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 14px var(--accent-glow);
    transform: translateX(-50%);
}

.ba-card .ba-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--accent);
    border: 3px solid #fff;
    box-shadow: 0 2px 14px rgba(0,0,0,0.5);
}

.ba-card .ba-divider::before {
    content: '\f337';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 14px;
    color: #000;
    pointer-events: none;
}

/* Range input — invisible overlay */
.ba-card input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
    cursor: col-resize;
    margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
}

/* Labels */
.ba-label {
    position: absolute;
    top: 16px;
    z-index: 3;
    padding: 5px 14px;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    border-radius: 3px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ba-label-before {
    left: 16px;
    background: rgba(0,0,0,0.72);
    color: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(6px);
}

.ba-label-after {
    right: 16px;
    background: var(--accent);
    color: #000;
}

/* ── Text panel (right side) ── */
.ba-body {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    padding: 36px 34px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01)),
        var(--bg-elevated);
}

.ba-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 3px;
    background: var(--accent);
}

.ba-body::after {
    content: '\201C';
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 5rem;
    font-weight: 900;
    color: var(--accent-subtle);
    line-height: 1;
    font-family: Georgia, serif;
    pointer-events: none;
}

.ba-body h3 {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    line-height: 1.12;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.ba-body p {
    color: var(--text-body);
    font-size: 0.92rem;
    line-height: 1.75;
    max-width: 36ch;
}

.ba-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.ba-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(255,255,255,0.03);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--text-muted);
}

.ba-tags span:first-child {
    color: #000;
    background: var(--accent);
    border-color: var(--accent);
}

/* ── Ember blobs — DISABLED ── */
body.theme-ember .ba-section {
    position: relative;
    overflow: hidden;
}

body.theme-ember .ba-section > .container {
    position: relative;
    z-index: 1;
}

body.theme-ember .ba-body {
    background:
        linear-gradient(180deg, rgba(57,255,20,0.08), rgba(57,255,20,0.04)),
        rgba(12, 8, 4, 0.80);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .ba-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ba-slide-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .ba-card {
        min-height: 320px;
    }

    .ba-body {
        padding: 28px 24px;
    }
}

@media (max-width: 768px) {
    .ba-card {
        min-height: 260px;
    }

    .ba-body h3 {
        font-size: 1.2rem;
    }

    .ba-body::after {
        font-size: 3.5rem;
    }
}

/* ========================================
   Marquee Ticker Strip
   ======================================== */
.marquee-wrap {
    position: relative;
    z-index: 10;
    /* Tilt the whole band */
    transform: rotate(-1deg) translateY(-6px);
    /* Extend past viewport edges to avoid gaps at the tilt */
    margin-left: -4%;
    margin-right: -4%;
    width: 108%;
    overflow: hidden;
    background: var(--accent);
    padding: 13px 0;
    /* Layered shadows for depth */
    box-shadow: 0 8px 32px rgba(57, 255, 20, 0.28), 0 2px 0 rgba(0,0,0,0.4);
    /* Pull it up into the hero slightly so it overlaps the seam */
    margin-top: -20px;
    margin-bottom: -12px;
}

/* Keep inner content perfectly horizontal even though the wrap is tilted */
.marquee-track {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap;
    /* Scroll one full copy, then it loops seamlessly */
    animation: marqueeScroll 28s linear infinite;
    flex-shrink: 0;
}

.marquee-content span {
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000;
    padding: 0 28px;
}

.marquee-content .marquee-dot {
    font-size: 0.55rem;
    color: rgba(0,0,0,0.5);
    padding: 0;
    letter-spacing: 0;
}

@keyframes marqueeScroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* ── Outline Marquee Variant (orange border + text, transparent bg) ── */
.marquee-outline {
    background: transparent;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--accent);
    box-shadow: 0 0 24px rgba(57, 255, 20, 0.12), inset 0 0 24px rgba(57, 255, 20, 0.04);
    transform: rotate(1deg) translateY(-6px);
    padding: 14px 0;
}

.marquee-outline .marquee-content span {
    color: var(--accent);
}

.marquee-outline .marquee-content .marquee-dot {
    color: rgba(57, 255, 20, 0.4);
}

.marquee-reverse {
    animation: marqueeScrollReverse 32s linear infinite;
}

@keyframes marqueeScrollReverse {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .marquee-content {
        animation: none;
    }
    .marquee-reverse {
        animation: none;
    }
}

/* ========================================
   Section Header — Decorative Bracket Accent
   ======================================== */
.section-header {
    position: relative;
}

/* Ghost bracket removed — was causing title artifacts */

/* ========================================
   Services & Projects grid overlay — REMOVED (caused artifacts)
   ======================================== */

/* Stat card blob decoration — REMOVED (caused artifacts on mobile) */

/* ========================================
   Section label — accent underline tick
   ======================================== */
.section-label {
    position: relative;
    display: inline-block;
}

.section-label::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s;
}

.section-header.visible .section-label::after {
    transform: scaleX(1);
}

/* ========================================
   Hamburger Icon (animated)
   ======================================== */
.hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 22px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background: var(--text);
    border-radius: 2px;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
    transform-origin: center;
}

body.theme-light .hamburger span { background: #fff; }
body.theme-light .site-header.scrolled .hamburger span { background: var(--text); }

.nav-open .hamburger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-open .hamburger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.nav-open .hamburger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ========================================
   Full-Screen Nav Drawer
   ======================================== */
.nav-drawer {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: var(--bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.nav-drawer.open {
    opacity: 1;
    visibility: visible;
}

.nav-drawer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.nav-drawer-links a {
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--text);
    padding: 8px 20px;
    border-radius: var(--radius);
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, color 0.3s ease, background 0.3s ease;
}

.nav-drawer.open .nav-drawer-links a {
    transform: translateY(0);
    opacity: 1;
}

/* Stagger animation per link */
.nav-drawer-links a:nth-child(1) { transition-delay: 0.06s; }
.nav-drawer-links a:nth-child(2) { transition-delay: 0.12s; }
.nav-drawer-links a:nth-child(3) { transition-delay: 0.18s; }
.nav-drawer-links a:nth-child(4) { transition-delay: 0.24s; }
.nav-drawer-links a:nth-child(5) { transition-delay: 0.30s; }
.nav-drawer-links a:nth-child(6) { transition-delay: 0.36s; }

.nav-drawer-links a:hover {
    color: var(--accent);
    background: var(--accent-subtle);
}

.nav-drawer-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--accent);
    color: #000;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: var(--radius-button);
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.42s, opacity 0.4s ease 0.42s, background 0.3s ease;
}

.nav-drawer.open .nav-drawer-cta {
    transform: translateY(0);
    opacity: 1;
}

.nav-drawer-cta:hover {
    background: var(--accent-hover);
}

.nav-drawer-social {
    display: flex;
    gap: 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.50s, opacity 0.4s ease 0.50s;
}

.nav-drawer.open .nav-drawer-social {
    transform: translateY(0);
    opacity: 1;
}

.nav-drawer-social a {
    font-size: 1.4rem;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.nav-drawer-social a:hover {
    color: var(--accent);
}

/* Stats Counter Bar — REMOVED (duplicate of about-stats cards) */

/* ========================================
   Video Showcase Section
   ======================================== */
.video-section {
    padding: 100px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--border);
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 16px;
}

.video-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--bg-card);
}

.video-card--featured {
    grid-row: 1 / 3;
}

.video-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-card--featured video {
    aspect-ratio: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
    }
    .video-card--featured {
        grid-row: auto;
    }
    .video-card--featured video {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

/* ========================================
   Utility & Emergency Services Grid
   ======================================== */
.utility-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.utility-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 260px;
    gap: 12px;
}

.utility-card {
    position: relative;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    border: 1px solid var(--border);
}

.utility-card--tall {
    grid-row: span 2;
}

.utility-card--ba {
    height: auto;
}

.utility-card--ba .ba-card {
    width: 100%;
    height: 100%;
    border-radius: 0;
    aspect-ratio: 3 / 4;
}

.utility-card--ba .ba-card .ba-after img,
.utility-card--ba .ba-card .ba-before img {
    height: 100%;
    object-fit: cover;
}

.utility-card--ba .utility-card-overlay {
    z-index: 5;
}

.utility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.utility-card:hover img {
    transform: scale(1.05);
}

.utility-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
    display: flex;
    flex-direction: column;
    gap: 4px;
    pointer-events: none;
}

.utility-tag {
    display: inline-block;
    width: fit-content;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    background: rgba(0,0,0,0.5);
    padding: 3px 8px;
    border-radius: 4px;
}

.utility-label {
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.3;
}

@media (max-width: 1024px) {
    .utility-grid {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 240px;
    }
}

@media (max-width: 768px) {
    .utility-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }
    .utility-card {
        aspect-ratio: 4 / 3;
    }
    .utility-card--tall {
        grid-row: span 2;
        aspect-ratio: auto;
    }
    .utility-card--ba {
        aspect-ratio: 3 / 4;
    }
}

@media (max-width: 480px) {
    .utility-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .utility-card {
        aspect-ratio: 4 / 3;
    }
    .utility-card--tall {
        grid-row: span 1;
        aspect-ratio: 3 / 4;
    }
    .utility-card--ba {
        aspect-ratio: 3 / 4;
    }
}

/* ========================================
   FAQ Accordion
   ======================================== */
.faq-section {
    padding: 100px 0;
    background: var(--bg-elevated);
    border-bottom: 1px solid var(--border);
}

.faq-list {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid var(--border);
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 4px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    list-style: none;
    transition: color 0.3s ease;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--accent);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    margin-left: 16px;
}

.faq-item[open] summary::after {
    transform: rotate(45deg);
}

.faq-item summary:hover {
    color: var(--accent);
}

.faq-item .faq-answer-wrap {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.22s cubic-bezier(0.32, 0, 0.2, 1),
                opacity 0.16s ease;
    opacity: 0;
}

/* Model Roofing keeps the original MNONI template structure with a simple text mark. */
body.modelroofing-site {
    --accent-glow: rgba(190, 198, 202, 0.26);
}

body.modelroofing-site .model-logo-mark {
    display: inline-grid;
    place-items: center;
    background: #ffffff;
    color: #050505;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 5px;
    font-weight: 900;
    font-size: clamp(1rem, 2vw, 1.35rem);
    line-height: 1;
    text-transform: uppercase;
}

body.modelroofing-site .site-header .model-brand .brand-type {
    display: inline-flex;
}

body.modelroofing-site .site-header .model-brand {
    gap: 10px;
}

body.modelroofing-site .hero-slide[data-orientation="landscape"] img.hero-slide-media {
    object-position: 50% 50%;
}

body.modelroofing-site .hero-slide:first-child img.hero-slide-media {
    object-position: 50% 42%;
}

@media (max-width: 768px) {
    body.modelroofing-site .hero-slide[data-orientation="landscape"] img.hero-slide-media {
        object-position: 50% 66%;
    }

    body.modelroofing-site .hero-slide:first-child img.hero-slide-media {
        object-position: 50% 56%;
    }
}

body.modelroofing-site .motion-grid .utility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

body.modelroofing-site .cta-brand-stamp.model-logo-mark {
    width: clamp(54px, 7vw, 84px);
    height: clamp(54px, 7vw, 84px);
    font-size: clamp(1.4rem, 4vw, 2.2rem);
}

@media (max-width: 520px) {
    body.modelroofing-site .site-header .brand-type {
        display: none;
    }
}

@supports (padding-top: env(safe-area-inset-top)) {
    @media (max-width: 768px) {
        .site-header {
            padding-top: env(safe-area-inset-top);
            background:
                linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.78) 64%, rgba(0, 0, 0, 0) 100%);
        }

        .site-header.scrolled {
            background: var(--header-scrolled-bg);
        }
    }
}

.faq-item[open] .faq-answer-wrap {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faq-answer {
    overflow: hidden;
    padding: 0 4px;
    color: var(--text-body);
    line-height: 1.75;
    font-size: 0.94rem;
}

.faq-item[open] .faq-answer {
    padding-bottom: 18px;
}

.faq-answer a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.faq-answer a:hover {
    color: var(--accent-hover);
}

/* ========================================
   Gallery Lightbox
   ======================================== */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: zoom-out;
}

/* Ensure grid theme lines don't bleed through lightbox */
body.theme-grid .lightbox {
    background: rgba(0,0,0,0.97);
}

.lightbox.open {
    opacity: 1;
    visibility: visible;
}

.lightbox-img {
    max-width: 90vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 4px;
    transform: scale(0.92);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default;
}

.lightbox.open .lightbox-img {
    transform: scale(1);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    z-index: 2;
    transition: color 0.3s ease;
    line-height: 1;
}

.lightbox-close:hover { color: var(--accent); }

.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 1.2rem;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, color 0.3s ease;
    z-index: 2;
}

.lightbox-prev { left: 20px; }
.lightbox-next { right: 20px; }

.lightbox-prev:hover,
.lightbox-next:hover {
    background: var(--accent);
    color: #000;
    border-color: var(--accent);
}

.lightbox-caption {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255,255,255,0.75);
    font-size: 0.85rem;
    max-width: 80%;
    pointer-events: none;
}

/* ========================================
   Sticky Mobile CTA
   ======================================== */
.sticky-mobile-cta {
    display: none;
}

@media (max-width: 768px) {
    .sticky-mobile-cta {
        display: block;
        position: fixed;
        bottom: max(12px, env(safe-area-inset-bottom));
        left: 14px;
        right: 14px;
        z-index: 90;
        transform: translateY(calc(100% + 24px));
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.24s ease,
            visibility 0s linear 0.4s;
    }

    .sticky-mobile-cta.visible {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition:
            transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
            opacity 0.24s ease,
            visibility 0s;
    }

    .sticky-mobile-cta a {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 15px 20px;
        background: var(--accent);
        color: #000;
        font-weight: 800;
        font-size: 0.88rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35),
                    0 0 0 1px rgba(57, 255, 20, 0.15);
        transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
    }

    .sticky-mobile-cta a:hover {
        background: var(--accent-hover);
    }

    /* Invert when overlapping orange CTA banner */
    .sticky-mobile-cta.cta-inverted a {
        background: #000;
        color: var(--accent);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5),
                    0 0 0 1px rgba(57, 255, 20, 0.3);
    }

    .sticky-mobile-cta a i {
        font-size: 1rem;
    }

    /* Pad footer so CTA doesn't cover content */
    .site-footer {
        padding-bottom: 60px;
    }
}

/* ========================================
   Video showcase — portrait-aware + 2-line label
   ======================================== */
/* Reels are 9:16; let cards reflect that for a clean look */
.video-card video {
    aspect-ratio: 9 / 16;
    background: #000;
}

.video-card--featured video {
    aspect-ratio: 9 / 16;
    height: 100%;
}

@media (max-width: 768px) {
    .video-card video,
    .video-card--featured video {
        aspect-ratio: 9 / 16;
        height: auto;
    }
}


/* -- Calendly popup loading spinner -- */
.calendly-loading-spinner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    pointer-events: none;
    z-index: 1;
}

.calendly-loading-spinner__ring {
    width: 48px;
    height: 48px;
    border: 3px solid rgba(255, 255, 255, 0.15);
    border-top-color: #c8cfd2;
    border-radius: 50%;
    animation: calendly-spin 0.9s linear infinite;
}

@keyframes calendly-spin {
    to { transform: rotate(360deg); }
}

/* -- Square Appointments iframe modal -- */
.square-booking-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: square-fade-in 0.2s ease-out;
}

@keyframes square-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.square-booking-overlay__frame {
    width: 100%;
    max-width: 980px;
    height: 100%;
    max-height: 90vh;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: #0a0a0a;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(190, 198, 202, 0.12);
    color-scheme: dark;
}

.square-booking-overlay__close {
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 50%;
    background: rgba(10, 10, 10, 0.85);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.square-booking-overlay__close:hover {
    background: rgba(190, 198, 202, 0.22);
    border-color: rgba(255, 255, 255, 0.62);
    transform: scale(1.05);
    box-shadow: 0 0 18px rgba(190, 198, 202, 0.28);
}

.square-booking-card {
    width: min(540px, calc(100vw - 42px));
    padding: clamp(28px, 5vw, 44px);
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 10px;
    background:
        radial-gradient(circle at 12% 0%, rgba(190,198,202,0.18), transparent 42%),
        linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
        #070707;
    box-shadow: 0 30px 90px rgba(0,0,0,0.72);
    color: #fff;
}

.square-booking-card span {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 6px 8px;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.74);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.square-booking-card h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 6vw, 3.7rem);
    line-height: 0.95;
    text-transform: uppercase;
}

.square-booking-card p {
    margin: 0 0 24px;
    color: rgba(255,255,255,0.68);
    line-height: 1.7;
}

.square-booking-card code {
    color: #fff;
}

.square-booking-overlay .calendly-loading-spinner {
    color: #fff;
}

@media (max-width: 600px) {
    .square-booking-overlay { padding: 0; }
    .square-booking-overlay__frame { max-width: 100%; max-height: 100%; border-radius: 0; border: 0; }
    .square-booking-overlay__close { top: 10px; right: 12px; }
}
/* ========================================
   MNONI Wraps — black paint + white/red performance skin
   ======================================== */
body.mnoni-site {
    --bg: #000000;
    --bg-elevated: #050505;
    --bg-card: rgba(255, 255, 255, 0.035);
    --bg-card-hover: rgba(255, 255, 255, 0.075);
    --bg-glass: rgba(0, 0, 0, 0.78);
    --text: #ffffff;
    --text-body: rgba(255, 255, 255, 0.80);
    --text-muted: rgba(255, 255, 255, 0.56);
    --accent: #f4f4f2;
    --accent-hover: #ffffff;
    --accent-glow: rgba(190, 198, 202, 0.30);
    --accent-subtle: rgba(190, 198, 202, 0.11);
    --border: rgba(190, 198, 202, 0.26);
    --border-accent: rgba(190, 198, 202, 0.26);
    --radius: 4px;
    --radius-button: 5px;
    --shadow: 0 22px 70px rgba(0, 0, 0, 0.62);
    --header-scrolled-bg: rgba(0, 0, 0, 0.88);
    --header-scrolled-border: rgba(196, 204, 208, 0.30);
    --cta-bg: #ffffff;
    --cta-text: #050505;
    --cta-btn-bg: #050505;
    --cta-btn-text: #ffffff;
    --cta-outline-bg: rgba(255, 255, 255, 0.06);
    --cta-outline-text: #ffffff;
    --cta-outline-border: rgba(190, 198, 202, 0.24);
    --cta-outline-hover-bg: #ffffff;
    --cta-outline-hover-text: #050505;
    background:
        radial-gradient(circle at 78% 12%, rgba(190, 198, 202, 0.12), rgba(0, 0, 0, 0) 30vw),
        radial-gradient(circle at 8% 64%, rgba(190, 198, 202, 0.08), rgba(0, 0, 0, 0) 34vw),
        linear-gradient(180deg, #000 0%, #050505 42%, #000 100%);
}

body.mnoni-site::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,0.68), transparent 88%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0.68), transparent 88%);
}

body.mnoni-site .mnoni-brand {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #fff;
    text-decoration: none;
    line-height: 0.88;
    letter-spacing: 0;
}

body.mnoni-site .brand-mark {
    width: clamp(31px, 3vw, 42px);
    height: clamp(31px, 3vw, 42px);
    flex: 0 0 auto;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(190,198,202,0.18));
}

body.mnoni-site .brand-type {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
}

body.mnoni-site .brand-wordmark {
    font-weight: 900;
    font-size: clamp(1.26rem, 2vw, 1.74rem);
}

body.mnoni-site .site-header .brand-type {
    display: none;
}

body.mnoni-site .site-header .mnoni-brand {
    gap: 0;
}

body.mnoni-site .site-header .brand-mark {
    width: clamp(36px, 4vw, 46px);
    height: clamp(36px, 4vw, 46px);
}

body.mnoni-site .brand-submark {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.28em;
    padding-left: 0.1rem;
}

body.mnoni-site .site-header.scrolled {
    backdrop-filter: blur(18px);
}

body.mnoni-site .site-nav a:hover,
body.mnoni-site .nav-drawer-links a:hover,
body.mnoni-site .footer-grid a:hover {
    color: #ffffff;
}

body.mnoni-site .header-cta,
body.mnoni-site .btn-primary,
body.mnoni-site .nav-drawer-cta {
    border-width: 0.5px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,255,255,0.74)),
        radial-gradient(circle at 20% 0%, rgba(255,255,255,0.72), transparent 40%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95), 0 18px 42px rgba(190,198,202,0.14);
}

body.mnoni-site .header-cta:hover,
body.mnoni-site .btn-primary:hover,
body.mnoni-site .nav-drawer-cta:hover {
    background:
        linear-gradient(180deg, #c8cfd2 0%, #69737a 48%, #050505 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22), 0 20px 54px rgba(190,198,202,0.26);
}

body.mnoni-site .hero {
    min-height: 100svh;
}

body.mnoni-site .hero-overlay {
    background:
        radial-gradient(circle at 70% 42%, rgba(190,198,202,0.11), rgba(0,0,0,0) 35%),
        linear-gradient(90deg, rgba(0,0,0,0.90) 0%, rgba(0,0,0,0.64) 42%, rgba(0,0,0,0.24) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.16) 50%, #000 100%);
}

body.mnoni-site .hero-slide[data-orientation="landscape"] img.hero-slide-media {
    object-position: 50% 68%;
}

body.mnoni-site .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 26vh;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, #000);
}

body.mnoni-site .hero-content {
    z-index: 2;
}

body.mnoni-site .hero-headline {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 26px 80px rgba(0,0,0,0.9);
    font-size: clamp(4.8rem, 7.4vw, 7.35rem);
    line-height: 0.88;
}

body.mnoni-site .hero-tagline {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

body.mnoni-site .btn {
    border-width: 0.5px;
    border-radius: 5px;
}

body.mnoni-site .btn-outline,
body.mnoni-site .hero .btn-outline {
    border-width: 0.5px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.035)),
        rgba(0,0,0,0.30);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.20), 0 18px 38px rgba(0,0,0,0.25);
}

body.mnoni-site .section-label {
    color: rgba(255,255,255,0.78);
    border-color: rgba(190,198,202,0.24);
    background: rgba(255,255,255,0.045);
}

body.mnoni-site .section-title {
    text-transform: uppercase;
    text-wrap: balance;
}

body.mnoni-site .service-card,
body.mnoni-site .stat-card,
body.mnoni-site .timeline-content,
body.mnoni-site .testimonial-card,
body.mnoni-site .contact-card,
body.mnoni-site .area-card,
body.mnoni-site .about-slider-shell,
body.mnoni-site .utility-card,
body.mnoni-site .faq-section details {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.075), rgba(255,255,255,0.018)),
        rgba(0,0,0,0.58);
    border-color: rgba(190,198,202,0.26);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 24px 70px rgba(0,0,0,0.42);
    backdrop-filter: blur(10px);
}

body.mnoni-site .about-slider-shell {
    padding: clamp(8px, 1vw, 12px);
}

body.mnoni-site .about-slider-stage {
    border-radius: 6px;
}

body.mnoni-site .about-slide img {
    object-position: 50% 58%;
}

body.mnoni-site .about-slide--garage img {
    object-position: 52% 62%;
}

body.mnoni-site .about-slide--show img {
    object-position: 50% 60%;
}

body.mnoni-site .about-slide--pink img {
    object-position: 50% 58%;
}

body.mnoni-site .about-slide--silver img {
    object-position: 50% 60%;
}

body.mnoni-site .about-slide--stance img {
    object-position: 50% 63%;
}

body.mnoni-site .service-card,
body.mnoni-site .stat-card,
body.mnoni-site .timeline-content,
body.mnoni-site .testimonial-card,
body.mnoni-site .contact-card,
body.mnoni-site .area-card,
body.mnoni-site .about-slider-shell,
body.mnoni-site .utility-card,
body.mnoni-site .faq-section details {
    border-width: 0.5px;
}

body.mnoni-site .service-card::before,
body.mnoni-site .timeline-content::before,
body.mnoni-site .contact-card::before {
    background: linear-gradient(90deg, rgba(230,236,238,0.86), rgba(126,136,142,0.56), transparent);
}

body.mnoni-site .service-card i,
body.mnoni-site .contact-row i,
body.mnoni-site .timeline-content > span,
body.mnoni-site .stat-card strong {
    color: #fff;
    text-shadow: 0 0 24px rgba(190,198,202,0.30);
}

body.mnoni-site .marquee-wrap {
    border-top-color: rgba(255,255,255,0.10);
    border-bottom-color: rgba(255,255,255,0.10);
    background: rgba(0,0,0,0.78);
    box-shadow: 0 8px 32px rgba(190, 198, 202, 0.14), 0 2px 0 rgba(0,0,0,0.42);
}

body.mnoni-site .marquee-content span {
    color: rgba(255,255,255,0.88);
    text-transform: uppercase;
}

body.mnoni-site .marquee-dot {
    color: #c8cfd2 !important;
}

body.mnoni-site .hero-scroll-hint,
body.mnoni-site .timeline-line-fill {
    color: rgba(255,255,255,0.72);
    background: linear-gradient(180deg, #c8cfd2, #050505);
    box-shadow: 0 0 14px rgba(190,198,202,0.26);
}

body.mnoni-site .hero-scroll-hint {
    bottom: 46px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.mnoni-site .hero-scroll-hint i {
    color: rgba(255,255,255,0.72);
    text-shadow: 0 0 16px rgba(190,198,202,0.34);
}

body.mnoni-site .marquee-outline,
body.mnoni-site .marquee-wrap--alt {
    box-shadow: inset 0 0 26px rgba(190,198,202,0.05), 0 0 24px rgba(190,198,202,0.08);
}

body.mnoni-site .theme-dot,
body.mnoni-site .floating-theme-picker,
body.mnoni-site .theme-fab {
    display: none !important;
}

body.mnoni-site .gallery-card {
    background: #050505;
    border: 0.5px solid rgba(190,198,202,0.26);
    box-shadow: 0 20px 60px rgba(0,0,0,0.48);
}

body.mnoni-site .gallery-card::after {
    background: linear-gradient(180deg, transparent 36%, rgba(0,0,0,0.82) 100%);
}

body.mnoni-site .gallery-badge,
body.mnoni-site .about-slider-badge {
    color: #fff;
    background: rgba(190,198,202,0.58);
    border-color: rgba(190,198,202,0.34);
}

body.mnoni-site .utility-grid {
    align-items: stretch;
}

body.mnoni-site .utility-card video {
    display: block;
    width: 100%;
    min-height: 420px;
    max-height: 680px;
    object-fit: cover;
    background: #000;
}

body.mnoni-site .motion-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

body.mnoni-site .motion-copy {
    color: rgba(255,255,255,0.72);
    font-size: 1rem;
    line-height: 1.7;
}

body.mnoni-site .motion-copy p {
    margin: 0 0 22px;
}

body.mnoni-site .motion-copy ul {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.mnoni-site .motion-copy li {
    padding-left: 22px;
    position: relative;
}

body.mnoni-site .motion-copy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.74em;
    width: 9px;
    height: 1px;
    background: #c8cfd2;
}

body.mnoni-site .motion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.mnoni-site .motion-card--portrait {
    grid-row: span 2;
}

body.mnoni-site .motion-card--portrait video {
    aspect-ratio: 9 / 16;
    max-height: 640px;
}

body.mnoni-site .utility-card img {
    display: block;
    width: 100%;
    min-height: 360px;
    height: 100%;
    object-fit: cover;
}

body.mnoni-site .process-section,
body.mnoni-site .faq-section,
body.mnoni-site .contact-section {
    position: relative;
    padding: clamp(88px, 10vw, 130px) 0;
    overflow: hidden;
}

body.mnoni-site .process-section::before,
body.mnoni-site .faq-section::before,
body.mnoni-site .contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(190,198,202,0.08), transparent 28%),
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
    background-size: auto, 64px 64px, 64px 64px;
    opacity: 0.62;
}

body.mnoni-site .process-section .container,
body.mnoni-site .faq-section .container,
body.mnoni-site .contact-section .container {
    position: relative;
    z-index: 1;
}

body.mnoni-site .process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: clamp(34px, 5vw, 56px);
}

body.mnoni-site .timeline-step {
    display: block;
    margin: 0;
    min-width: 0;
}

body.mnoni-site .timeline-dot {
    display: none;
}

body.mnoni-site .timeline-content {
    min-height: 100%;
    padding: clamp(22px, 2.4vw, 32px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    overflow: hidden;
}

body.mnoni-site .timeline-content > span {
    display: inline-flex;
    width: fit-content;
    font-size: 0.76rem;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #fff;
    border-bottom: 1px solid rgba(210,216,218,0.72);
    padding-bottom: 9px;
}

body.mnoni-site .timeline-content h3 {
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

body.mnoni-site .timeline-content p {
    margin: 0;
    color: rgba(255,255,255,0.66);
    font-size: 0.92rem;
    line-height: 1.65;
}

body.mnoni-site .cta-section {
    position: relative;
    overflow: hidden;
    padding: clamp(86px, 9vw, 132px) 0;
    border-top: 0.5px solid rgba(255,255,255,0.12);
    border-bottom: 0.5px solid rgba(255,255,255,0.12);
    background: #020202;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

body.mnoni-site .cta-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    padding-inline: clamp(24px, 4vw, 42px);
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.50fr);
    align-items: center;
    gap: clamp(40px, 7vw, 112px);
}

body.mnoni-site .cta-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.5px;
    background: linear-gradient(90deg, transparent, rgba(210,216,218,0.54), rgba(255,255,255,0.44), transparent);
    pointer-events: none;
}

body.mnoni-site .cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.18;
}

body.mnoni-site .cta-brand-stamp {
    position: absolute;
    right: clamp(300px, 38vw, 500px);
    top: 50%;
    z-index: -1;
    width: clamp(150px, 18vw, 270px);
    height: auto;
    transform: translateY(-50%) rotate(-8deg);
    opacity: 0.08;
    filter: grayscale(1) contrast(1.15) drop-shadow(0 0 34px rgba(190,198,202,0.22));
    pointer-events: none;
}

body.mnoni-site .cta-copy,
body.mnoni-site .cta-panel {
    position: relative;
    z-index: 1;
}

body.mnoni-site .cta-copy h2 {
    max-width: 760px;
    margin: 18px 0 20px;
    font-size: clamp(3.4rem, 7vw, 7.25rem);
    line-height: 0.86;
    text-transform: uppercase;
}

body.mnoni-site .cta-copy p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,0.68);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.6;
}

body.mnoni-site .cta-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    min-width: min(420px, 100%);
    margin-top: clamp(26px, 3vw, 38px);
}

body.mnoni-site .cta-actions .btn {
    min-width: 196px;
}

body.mnoni-site .cta-panel {
    position: relative;
    overflow: hidden;
    border: 0.5px solid rgba(190,198,202,0.26);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.016)),
        rgba(0,0,0,0.76);
    box-shadow: 0 34px 92px rgba(0,0,0,0.64);
}

body.mnoni-site .cta-panel-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-bottom: 0.5px solid rgba(190,198,202,0.24);
}

body.mnoni-site .cta-panel-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.03), rgba(0,0,0,0.42));
}

body.mnoni-site .cta-panel-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

body.mnoni-site .cta-panel-body {
    padding: clamp(22px, 3vw, 34px);
    background: rgba(2,2,2,0.94);
}

body.mnoni-site .cta-panel-body > span {
    display: inline-flex;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.56);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

body.mnoni-site .cta-panel ol {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.mnoni-site .cta-panel li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding-top: 16px;
    border-top: 0.5px solid rgba(255,255,255,0.12);
}

body.mnoni-site .cta-panel li:first-child {
    padding-top: 0;
    border-top: 0;
}

body.mnoni-site .cta-panel strong {
    color: #c8cfd2;
    font-size: 0.78rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
}

body.mnoni-site .cta-panel p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 0.94rem;
    line-height: 1.5;
}

body.mnoni-site .faq-section {
    background: #000;
}

body.mnoni-site .faq-section .section-heading {
    max-width: 980px;
    margin: 0 auto clamp(28px, 4vw, 46px);
}

body.mnoni-site .faq-list {
    max-width: 980px;
    margin: 0 auto;
    border: 0.5px solid rgba(190,198,202,0.30);
    border-radius: 8px;
    padding: clamp(22px, 3.8vw, 38px);
    background:
        radial-gradient(circle at 14% 0%, rgba(190,198,202,0.12), rgba(0,0,0,0) 34%),
        linear-gradient(135deg, rgba(190,198,202,0.045), rgba(0,0,0,0.36)),
        rgba(7,7,7,0.94);
    box-shadow: inset 0 0.5px 0 rgba(255,255,255,0.10), 0 28px 90px rgba(0,0,0,0.62);
}

body.mnoni-site .faq-item {
    border-width: 0 0 1px 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.mnoni-site .faq-item summary {
    min-height: 92px;
    padding: 0;
    align-items: center;
    font-size: clamp(1rem, 1.5vw, 1.22rem);
}

body.mnoni-site .faq-item .faq-answer {
    max-width: 720px;
    padding: 0 clamp(18px, 4vw, 80px) 34px 0;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

body.mnoni-site .faq-item[open] .faq-answer {
    animation: mnoniFaqIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes mnoniFaqIn {
    from { opacity: 0; transform: translateY(-8px); }
    to { opacity: 1; transform: translateY(0); }
}

body.mnoni-site .contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(360px, 0.55fr) minmax(360px, 0.7fr);
    gap: clamp(34px, 7vw, 96px);
    align-items: start;
}

body.mnoni-site .contact-copy .section-title {
    max-width: 540px;
}

body.mnoni-site .contact-copy p {
    max-width: 470px;
    color: rgba(255,255,255,0.72);
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
}

body.mnoni-site .contact-card {
    width: 100%;
    padding: clamp(22px, 3vw, 34px);
    align-items: stretch;
    gap: 0;
}

body.mnoni-site .map-card {
    min-height: 360px;
    border: 0.5px solid rgba(190,198,202,0.26);
    border-radius: var(--radius);
    overflow: hidden;
    background: #050505;
    box-shadow: 0 24px 70px rgba(0,0,0,0.42);
}

body.mnoni-site .map-card iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    filter: grayscale(1) invert(0.92) contrast(1.05) brightness(0.72);
}

body.mnoni-site .contact-row {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    padding: 22px 0;
    text-decoration: none;
    border-bottom: 0.5px solid rgba(190,198,202,0.22);
}

body.mnoni-site .contact-row:first-child {
    padding-top: 0;
}

body.mnoni-site .contact-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.mnoni-site .contact-row i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    font-size: 1.15rem;
}

body.mnoni-site .contact-row span {
    display: block;
    min-width: 0;
    text-align: left;
}

body.mnoni-site .contact-row strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: clamp(0.95rem, 1.3vw, 1.08rem);
    line-height: 1.2;
    text-transform: uppercase;
}

body.mnoni-site .contact-row small {
    display: block;
    color: rgba(255,255,255,0.58);
    font-size: 0.9rem;
    line-height: 1.45;
    text-align: left;
}

body.mnoni-site .footer-brand {
    margin-bottom: 1rem;
}

body.mnoni-site .site-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(54px, 8vw, 86px) 0 0;
    background:
        radial-gradient(circle at 16% 0%, rgba(190,198,202,0.10), transparent 34%),
        #020202;
    border-top: 0.5px solid rgba(190,198,202,0.30);
}

body.mnoni-site .site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.014) 1px, transparent 1px);
    background-size: 64px 64px;
    opacity: 0.28;
}

body.mnoni-site .footer-grid,
body.mnoni-site .footer-bottom {
    position: relative;
    z-index: 1;
}

body.mnoni-site .footer-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(130px, 0.62fr) minmax(130px, 0.62fr) minmax(170px, 0.78fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: start;
    border-bottom-color: rgba(190,198,202,0.30);
}

body.mnoni-site .footer-brand {
    margin-bottom: 1.2rem;
}

body.mnoni-site .footer-brand .brand-mark {
    width: 42px;
    height: 42px;
}

body.mnoni-site .footer-brand-block p {
    max-width: 440px;
    margin: 0 0 22px;
    color: rgba(255,255,255,0.68);
    font-size: clamp(0.96rem, 1.35vw, 1.12rem);
    line-height: 1.65;
}

body.mnoni-site .footer-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

body.mnoni-site .footer-cta-row .btn {
    min-height: 48px;
}

body.mnoni-site .footer-social-link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    border: 0.5px solid rgba(190,198,202,0.30);
    border-radius: 5px;
    color: rgba(255,255,255,0.78);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255,255,255,0.025);
}

body.mnoni-site .footer-social-link:hover {
    color: #fff;
    border-color: rgba(190,198,202,0.40);
    background: rgba(190,198,202,0.10);
}

body.mnoni-site .footer-col h4,
body.mnoni-site .footer-proof h4 {
    color: rgba(255,255,255,0.86);
    font-size: 0.74rem;
    letter-spacing: 0.28em;
}

body.mnoni-site .footer-col a,
body.mnoni-site .footer-proof span {
    color: rgba(255,255,255,0.60);
    font-size: 0.9rem;
    line-height: 1.45;
}

body.mnoni-site .footer-proof {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.mnoni-site .footer-proof span {
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(190,198,202,0.24);
}

body.mnoni-site .footer-proof span:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.mnoni-site .footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-top: 0;
}

body.mnoni-site .footer-bottom p,
body.mnoni-site .footer-bottom a {
    color: rgba(255,255,255,0.46);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.mnoni-site .footer-bottom a:hover {
    color: #fff;
}

body.mnoni-site .fade-in {
    will-change: transform, opacity, filter;
}

@media (max-width: 768px) {
    body.mnoni-site .hero-overlay {
        background:
            linear-gradient(1deg, rgb(0 0 0) 0%, rgb(0 0 0 / 44%) 44%, rgb(0 0 0 / 0%) 100%),
            linear-gradient(90deg, rgb(0 0 0 / 0%), rgb(255 255 255 / 0%));
    }

    body.mnoni-site .hero-headline {
        font-size: clamp(2.2rem, 10.4vw, 3.58rem);
        line-height: 0.92;
        max-width: 420px;
    }

    body.mnoni-site .hero-tagline {
        max-width: 370px;
        font-size: 0.98rem;
        line-height: 1.55;
    }

    body.mnoni-site .utility-card video {
        min-height: 360px;
    }

    body.mnoni-site .process-grid,
    body.mnoni-site .contact-grid,
    body.mnoni-site .cta-inner,
    body.mnoni-site .motion-layout {
        grid-template-columns: 1fr;
    }

    body.mnoni-site .process-grid {
        gap: 14px;
    }

    body.mnoni-site .cta-actions {
        justify-content: stretch;
    }

    body.mnoni-site .cta-actions .btn {
        width: 100%;
    }

    body.mnoni-site .contact-grid {
        gap: 34px;
    }

    body.mnoni-site .motion-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    body.mnoni-site .map-card,
    body.mnoni-site .map-card iframe {
        min-height: 300px;
    }

    body.mnoni-site .faq-list {
        margin-left: 0;
    }
}

@media (min-width: 769px) and (max-width: 1120px) {
    body.mnoni-site .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.mnoni-site .contact-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.mnoni-site .contact-copy {
        grid-column: 1 / -1;
    }
}

/* MNONI annotation pass 2 */
body.mnoni-site .site-header .header-row {
    padding-left: max(24px, env(safe-area-inset-left));
    padding-right: max(24px, env(safe-area-inset-right));
}

body.mnoni-site .btn i,
body.mnoni-site .header-cta i,
body.mnoni-site .nav-drawer-cta i {
    font-size: 1.12rem;
    line-height: 1;
    font-weight: 400;
}

body.mnoni-site .service-card > i {
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    line-height: 1;
    margin-bottom: 18px;
    font-weight: 400;
}

body.mnoni-site .about-stats .stat-card {
    min-height: 146px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    padding: clamp(18px, 2.2vw, 26px);
    background:
        radial-gradient(circle at 0% 0%, rgba(190,198,202,0.10), rgba(0,0,0,0) 46%),
        linear-gradient(135deg, rgba(255,255,255,0.045), rgba(0,0,0,0.22)),
        rgba(0,0,0,0.70);
}

body.mnoni-site .about-stats .stat-card i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 4px;
    border: 0.5px solid rgba(190,198,202,0.24);
    border-radius: 999px;
    color: #fff;
    font-size: 1.25rem;
    background: rgba(190,198,202,0.12);
    box-shadow: 0 0 22px rgba(190,198,202,0.14);
}

body.mnoni-site .about-stats .stat-card strong {
    color: #fff;
    margin: 0;
    font-size: clamp(0.9rem, 1.25vw, 1.02rem);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.mnoni-site .about-stats .stat-card span {
    max-width: 22ch;
    color: rgba(255,255,255,0.64);
    font-size: 0.78rem;
    line-height: 1.38;
    letter-spacing: 0.02em;
    text-transform: none;
    text-align: left;
}

body.mnoni-site .btn-primary,
body.mnoni-site .header-cta,
body.mnoni-site .nav-drawer-cta {
    color: #070707 !important;
    text-shadow: none;
}

body.mnoni-site .btn-primary:hover,
body.mnoni-site .header-cta:hover,
body.mnoni-site .nav-drawer-cta:hover {
    color: #fff !important;
    text-shadow: 0 1px 18px rgba(0,0,0,0.42);
}

body.mnoni-site .btn-primary:hover i,
body.mnoni-site .header-cta:hover i,
body.mnoni-site .nav-drawer-cta:hover i {
    color: #fff !important;
    opacity: 1;
}

body.mnoni-site .btn-primary i,
body.mnoni-site .header-cta i,
body.mnoni-site .nav-drawer-cta i {
    color: currentColor;
    opacity: 0.92;
}

body.mnoni-site .motion-grid .utility-card {
    overflow: hidden;
}

body.mnoni-site .motion-grid .utility-card video,
body.mnoni-site .motion-grid .utility-card img {
    width: 100%;
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

body.mnoni-site .btn,
body.mnoni-site .header-cta,
body.mnoni-site .nav-drawer-cta,
body.mnoni-site .sticky-mobile-cta a {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition:
        color 0.24s ease,
        background 0.24s ease,
        border-color 0.24s ease,
        transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.24s ease;
}

body.mnoni-site .btn::after,
body.mnoni-site .header-cta::after,
body.mnoni-site .nav-drawer-cta::after,
body.mnoni-site .sticky-mobile-cta a::after {
    content: "";
    position: absolute;
    inset: -40% auto -40% -45%;
    width: 34%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(110deg, transparent, rgba(255,255,255,0.52), transparent);
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
    transition: transform 0.54s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.18s ease;
}

body.mnoni-site .btn:hover::after,
body.mnoni-site .header-cta:hover::after,
body.mnoni-site .nav-drawer-cta:hover::after,
body.mnoni-site .sticky-mobile-cta a:hover::after {
    animation: none;
    opacity: 0.42;
    transform: translateX(560%) skewX(-18deg);
}

body.mnoni-site .btn i,
body.mnoni-site .header-cta i,
body.mnoni-site .nav-drawer-cta i,
body.mnoni-site .sticky-mobile-cta a i {
    transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
}

body.mnoni-site .btn:hover i,
body.mnoni-site .header-cta:hover i,
body.mnoni-site .nav-drawer-cta:hover i,
body.mnoni-site .sticky-mobile-cta a:hover i {
    transform: translateX(2px) scale(1.06);
}

/* MNONI icon polish */
body.mnoni-site .ph-bold {
    line-height: 1;
}

body.mnoni-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a, .footer-social-link) i {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    width: 1.35em;
    height: 1.35em;
    line-height: 1;
}

body.mnoni-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) i::before,
body.mnoni-site .footer-social-link i::before {
    line-height: 1;
}

body.mnoni-site .btn-primary i,
body.mnoni-site .header-cta i,
body.mnoni-site .nav-drawer-cta i,
body.mnoni-site .sticky-mobile-cta a i {
    opacity: 0.96;
}

body.mnoni-site .service-card > i,
body.mnoni-site .about-stats .stat-card i,
body.mnoni-site .contact-row i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 0.5px solid rgba(190,198,202,0.32);
    border-radius: 6px;
    color: #fff;
    background:
        radial-gradient(circle at 35% 20%, rgba(255,255,255,0.18), transparent 34%),
        linear-gradient(145deg, rgba(190,198,202,0.22), rgba(36,42,46,0.42)),
        rgba(8,8,8,0.82);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 0 0 1px rgba(255,255,255,0.025),
        0 16px 34px rgba(0,0,0,0.24),
        0 0 26px rgba(190,198,202,0.14);
    text-shadow: 0 0 18px rgba(255,255,255,0.22);
}

body.mnoni-site .service-card > i {
    font-size: 1.72rem;
    margin-bottom: 22px;
}

body.mnoni-site .about-stats .stat-card i,
body.mnoni-site .contact-row i {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    font-size: 1.42rem;
    margin-bottom: 4px;
}

body.mnoni-site .service-card:hover > i,
body.mnoni-site .service-card.in-view > i,
body.mnoni-site .about-stats .stat-card:hover i,
body.mnoni-site .about-stats .stat-card.in-view i,
body.mnoni-site .contact-row:hover i {
    border-color: rgba(255,255,255,0.44);
    background:
        radial-gradient(circle at 35% 20%, rgba(255,255,255,0.26), transparent 34%),
        linear-gradient(145deg, rgba(220,24,34,0.42), rgba(47,0,0,0.56)),
        rgba(8,8,8,0.86);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.20),
        0 18px 44px rgba(0,0,0,0.30),
        0 0 34px rgba(190,198,202,0.24);
    transform: translateY(-2px);
}

body.mnoni-site .process-grid {
    position: relative;
    display: block;
    max-width: 980px;
    margin: clamp(34px, 5vw, 60px) auto 0;
    --timeline-progress: 0%;
    isolation: isolate;
}

body.mnoni-site .process-grid::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 50%;
    width: 1px;
    background: rgba(190,198,202,0.30);
    transform: translateX(-50%);
    z-index: 0;
}

body.mnoni-site .process-grid::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    width: 3px;
    height: var(--timeline-progress);
    max-height: calc(100% - 40px);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,0.82), #c8cfd2 16%, #7f8a90 100%);
    box-shadow: 0 0 18px rgba(190,198,202,0.40);
    transform: translateX(-50%);
    transition: height 0.22s ease-out;
    z-index: 0;
}

body.mnoni-site .timeline-step {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
    align-items: center;
    gap: clamp(18px, 4vw, 34px);
    margin: 0 0 clamp(28px, 5vw, 54px);
    z-index: 1;
}

body.mnoni-site .timeline-step:last-child {
    margin-bottom: 0;
}

body.mnoni-site .timeline-dot {
    display: block;
    grid-column: 2;
    width: 16px;
    height: 16px;
    justify-self: center;
    border: 0.5px solid rgba(190,198,202,0.30);
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 0 0 8px #000, 0 0 24px rgba(190,198,202,0.28);
    z-index: 3;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.mnoni-site .timeline-step:not(.is-active):not(.is-passed):not(:hover) .timeline-dot {
    border-color: rgba(190,198,202,0.30) !important;
    background: #050505 !important;
    transform: none;
    box-shadow: 0 0 0 8px #000, 0 0 24px rgba(190,198,202,0.28);
}

body.mnoni-site .timeline-content {
    position: relative;
    grid-column: 3;
    min-height: 214px;
    justify-content: center;
    z-index: 2;
}

body.mnoni-site .timeline-step:nth-child(even) .timeline-content {
    grid-column: 1;
    grid-row: 1;
}

body.mnoni-site .timeline-step.is-passed .timeline-dot,
body.mnoni-site .timeline-step:hover .timeline-dot {
    border-color: rgba(190,198,202,0.58) !important;
    background: #7c070d;
    box-shadow: 0 0 0 8px #000, 0 0 30px rgba(190,198,202,0.46);
}

body.mnoni-site .timeline-step.is-active .timeline-dot {
    border-color: rgba(255,255,255,0.92) !important;
    background: #f2f2f2;
    transform: scale(1.2);
    box-shadow:
        0 0 0 8px #000,
        0 0 0 10px rgba(190,198,202,0.34),
        0 0 32px rgba(255,255,255,0.34),
        0 0 46px rgba(190,198,202,0.52);
}

body.mnoni-site .faq-list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(22px, 3.8vw, 38px);
    border: 0.5px solid rgba(190,198,202,0.30);
    border-radius: 8px;
    background: transparent;
}

body.mnoni-site .faq-item summary {
    padding-left: 0;
    padding-right: 0;
}

body.mnoni-site .faq-item .faq-answer {
    padding-left: 0;
    padding-right: clamp(18px, 4vw, 80px);
}

body.mnoni-site .cta-inner {
    grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.50fr);
}

body.mnoni-site .cta-actions {
    min-width: 0;
}

body.mnoni-site .cta-actions .btn {
    min-height: 54px;
}

body.mnoni-site .contact-grid {
    grid-template-columns: minmax(280px, 0.65fr) minmax(420px, 1fr);
    align-items: stretch;
}

body.mnoni-site .contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.mnoni-site .contact-actions .btn {
    min-height: 52px;
}

@media (max-width: 980px) {
    body.mnoni-site .cta-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-inline: 0;
    }

    body.mnoni-site .cta-panel {
        max-width: 640px;
    }

    body.mnoni-site .cta-brand-stamp {
        right: -32px;
        top: 94px;
        width: 210px;
        transform: rotate(-8deg);
        opacity: 0.075;
    }
}

@media (hover: none), (pointer: coarse) {
    body.mnoni-site .service-card.in-view {
        border-color: rgba(190,198,202,0.30);
        background:
            linear-gradient(135deg, rgba(190,198,202,0.11), rgba(0,0,0,0.44)),
            rgba(0,0,0,0.72);
        transform: translateY(-5px) !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.12), 0 18px 56px rgba(190,198,202,0.12);
    }

    body.mnoni-site .service-card.in-view::before {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    body.mnoni-site .site-header .header-row {
        padding-left: max(18px, env(safe-area-inset-left));
        padding-right: max(14px, env(safe-area-inset-right));
    }

    body.mnoni-site .brand-wordmark {
        font-size: 1.18rem;
    }

    body.mnoni-site .brand-mark {
        width: 34px;
        height: 34px;
    }

    body.mnoni-site .mnoni-brand {
        gap: 0;
    }

    body.mnoni-site .about-section {
        padding-top: 78px;
    }

    body.mnoni-site .about-showcase {
        width: min(100%, 420px);
        margin-inline: auto;
    }

    body.mnoni-site .about-slider-shell {
        padding: 8px;
    }

    body.mnoni-site .about-slider-badge {
        top: 14px;
        left: 14px;
    }

    body.mnoni-site .about-stats {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.mnoni-site .about-stats .stat-card {
        min-height: 0;
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        column-gap: 14px;
        row-gap: 2px;
        padding: 16px;
    }

    body.mnoni-site .about-stats .stat-card i {
        grid-row: 1 / span 2;
        margin: 0;
    }

    body.mnoni-site .about-stats .stat-card span {
        max-width: none;
    }

    body.mnoni-site .motion-grid .utility-card video,
    body.mnoni-site .motion-grid .utility-card img {
        aspect-ratio: 4 / 3;
    }

    body.mnoni-site .motion-card--portrait {
        grid-row: auto;
    }

    body.mnoni-site .motion-card--portrait video {
        aspect-ratio: 9 / 16;
        max-height: none;
    }

    body.mnoni-site .motion-copy {
        font-size: 0.95rem;
    }

    body.mnoni-site .process-grid::before {
        left: 8px;
    }

    body.mnoni-site .process-grid::after {
        left: 8px;
    }

    body.mnoni-site .timeline-step {
        grid-template-columns: 18px minmax(0, 1fr);
        gap: 18px;
        margin-bottom: 18px;
    }

    body.mnoni-site .timeline-dot {
        grid-column: 1;
        justify-self: start;
        margin-top: 34px;
        box-shadow: 0 0 0 7px #000, 0 0 22px rgba(190,198,202,0.30);
    }

    body.mnoni-site .timeline-content,
    body.mnoni-site .timeline-step:nth-child(even) .timeline-content {
        grid-column: 2;
        grid-row: 1;
        min-height: 0;
        padding: 24px;
    }

    body.mnoni-site .faq-list {
        padding: 20px;
    }

    body.mnoni-site .faq-item summary {
        min-height: 78px;
    }

    body.mnoni-site .cta-inner {
        padding-inline: 0 !important;
    }

    body.mnoni-site .cta-section {
        padding: 82px max(24px, env(safe-area-inset-left)) 96px max(24px, env(safe-area-inset-right));
    }

    body.mnoni-site .cta-copy h2 {
        font-size: clamp(2.55rem, 10.8vw, 3.95rem);
        max-width: 520px;
    }

    body.mnoni-site .cta-copy p {
        max-width: 520px;
    }

    body.mnoni-site .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }

    body.mnoni-site .cta-panel {
        max-width: none;
    }

    body.mnoni-site .contact-grid {
        grid-template-columns: 1fr;
    }

    body.mnoni-site .contact-actions .btn {
        width: 100%;
    }

    body.mnoni-site .site-footer {
        padding: 46px 0 86px;
    }

    body.mnoni-site .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 22px;
        text-align: left;
        padding-bottom: 28px;
    }

    body.mnoni-site .footer-brand-block {
        grid-column: 1 / -1;
    }

    body.mnoni-site .footer-proof {
        grid-column: 1 / -1;
    }

    body.mnoni-site .footer-cta-row,
    body.mnoni-site .footer-cta-row .btn,
    body.mnoni-site .footer-social-link {
        width: 100%;
    }

    body.mnoni-site .footer-cta-row {
        align-items: stretch;
    }

    body.mnoni-site .footer-cta-row .btn,
    body.mnoni-site .footer-social-link {
        justify-content: center;
    }

    body.modelroofing-site .footer-social-link {
        padding-inline: 10px;
        gap: 7px;
        font-size: clamp(0.66rem, 3.2vw, 0.78rem);
        letter-spacing: 0.035em;
        line-height: 1.2;
        text-align: center;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    body.mnoni-site .footer-bottom {
        flex-direction: row;
        align-items: center;
    }
}

body.mnoni-site .sticky-mobile-cta a {
    border: 0.5px solid rgba(190,198,202,0.22);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.78)),
        radial-gradient(circle at 20% 0%, rgba(255,255,255,0.72), transparent 42%);
    color: #070707;
    border-radius: 999px;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        0 18px 46px rgba(0,0,0,0.48),
        0 0 34px rgba(190,198,202,0.18);
}

body.mnoni-site .sticky-mobile-cta a:hover {
    background:
        linear-gradient(180deg, #c8cfd2 0%, #69737a 48%, #050505 100%);
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.25),
        0 18px 46px rgba(0,0,0,0.52),
        0 0 34px rgba(190,198,202,0.26);
}

body.mnoni-site .sticky-mobile-cta.cta-inverted a {
    background:
        linear-gradient(180deg, rgba(18,18,18,0.96), rgba(0,0,0,0.88)),
        radial-gradient(circle at 20% 0%, rgba(190,198,202,0.22), transparent 46%);
    color: #fff;
    border-color: rgba(190,198,202,0.26);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 18px 46px rgba(0,0,0,0.58),
        0 0 34px rgba(190,198,202,0.18);
}

body.mnoni-site {
    --border: rgba(190, 198, 202, 0.26);
    --border-accent: rgba(190, 198, 202, 0.26);
    --header-scrolled-border: rgba(196, 204, 208, 0.30);
    --cta-outline-border: rgba(190, 198, 202, 0.24);
}

body.mnoni-site :where(
    section,
    .site-header,
    .site-footer,
    .marquee-wrap,
    .header-cta,
    .btn,
    .nav-drawer,
    .nav-drawer-cta,
    .about-slider-shell,
    .about-slider-badge,
    .gallery-card,
    .gallery-badge,
    .service-card,
    .timeline-content,
    .timeline-dot,
    .utility-card,
    .faq-list,
    .faq-item,
    .cta-inner,
    .contact-card,
    .map-card,
    .square-booking-overlay__frame,
    .square-booking-overlay__close,
    .square-booking-card,
    .sticky-mobile-cta a
) {
    border-width: 0.5px !important;
}

body.mnoni-site :where(
    section,
    .site-header,
    .site-footer,
    .marquee-wrap,
    .nav-drawer,
    .about-slider-shell,
    .gallery-card,
    .service-card,
    .timeline-content,
    .timeline-dot,
    .utility-card,
    .faq-list,
    .faq-item,
    .cta-inner,
    .cta-panel,
    .contact-card,
    .map-card,
    .square-booking-overlay__frame,
    .square-booking-card
) {
    border-color: rgba(190, 198, 202, 0.26) !important;
}

body.mnoni-site :where(
    .service-card,
    .gallery-card,
    .timeline-content,
    .utility-card,
    .faq-item,
    .contact-card,
    .map-card
):hover,
body.mnoni-site :where(
    .service-card,
    .gallery-card,
    .timeline-content,
    .utility-card,
    .faq-item,
    .contact-card,
    .map-card
).in-view {
    border-color: rgba(190, 198, 202, 0.30) !important;
}

body.mnoni-site :where(.btn, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) {
    border-color: rgba(190, 198, 202, 0.22) !important;
}

body.mnoni-site :where(.btn-primary, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a) {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.82),
        0 18px 42px rgba(190,198,202,0.14) !important;
}

body.mnoni-site :where(.btn-primary, .header-cta, .nav-drawer-cta, .sticky-mobile-cta a):hover {
    background:
        linear-gradient(180deg, #c8cfd2 0%, #69737a 48%, #050505 100%) !important;
    color: #fff !important;
    border-color: rgba(190, 198, 202, 0.38) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.22),
        0 20px 54px rgba(190,198,202,0.26) !important;
}

body.mnoni-site :where(.btn-outline, .cta-section .btn-outline, .contact-actions .btn-outline) {
    border-color: rgba(190, 198, 202, 0.28) !important;
}

body.mnoni-site :where(.btn-outline, .cta-section .btn-outline, .contact-actions .btn-outline):hover {
    border-color: rgba(190, 198, 202, 0.42) !important;
}

body.mnoni-site .site-header.scrolled {
    border-color: rgba(190, 198, 202, 0.34) !important;
}

body.mnoni-site .square-booking-overlay__close {
    border-color: rgba(190, 198, 202, 0.26) !important;
}

body.mnoni-site .square-booking-overlay__close:hover {
    border-color: rgba(190, 198, 202, 0.42) !important;
}

body.mnoni-site .sticky-mobile-cta.cta-inverted a {
    border-color: rgba(190, 198, 202, 0.26) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.14),
        0 18px 46px rgba(0,0,0,0.58),
        0 0 34px rgba(190,198,202,0.18) !important;
}

body.mnoni-site .sticky-mobile-cta a,
body.mnoni-site .sticky-mobile-cta.cta-inverted a {
    min-height: 58px;
    border: 0.5px solid rgba(190, 198, 202, 0.30) !important;
    background:
        linear-gradient(180deg, rgba(24, 24, 24, 0.96) 0%, rgba(7, 7, 7, 0.96) 56%, rgba(0, 0, 0, 0.98) 100%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.14), transparent 48%),
        radial-gradient(circle at 20% 90%, rgba(190, 198, 202, 0.16), transparent 58%) !important;
    color: #fff !important;
    letter-spacing: 0.18em;
    backdrop-filter: blur(18px) saturate(1.1);
    -webkit-backdrop-filter: blur(18px) saturate(1.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        inset 0 -18px 38px rgba(0, 0, 0, 0.58),
        0 18px 46px rgba(0, 0, 0, 0.62),
        0 0 0 1px rgba(0, 0, 0, 0.58),
        0 0 34px rgba(190, 198, 202, 0.14) !important;
}

body.mnoni-site .sticky-mobile-cta a:hover,
body.mnoni-site .sticky-mobile-cta.cta-inverted a:hover {
    background:
        linear-gradient(180deg, rgba(32, 32, 32, 0.98) 0%, rgba(9, 9, 9, 0.98) 58%, rgba(0, 0, 0, 1) 100%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.18), transparent 48%),
        radial-gradient(circle at 20% 90%, rgba(190, 198, 202, 0.20), transparent 58%) !important;
    color: #fff !important;
    border-color: rgba(190, 198, 202, 0.42) !important;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        inset 0 -18px 38px rgba(0, 0, 0, 0.56),
        0 20px 54px rgba(0, 0, 0, 0.66),
        0 0 38px rgba(190, 198, 202, 0.20) !important;
}

body.mnoni-site .sticky-mobile-cta a i {
    color: currentColor !important;
    font-size: 1.22rem !important;
}

body.mnoni-site .faq-section {
    background: #000 !important;
}

body.mnoni-site .faq-section::before {
    opacity: 0 !important;
}

body.mnoni-site .faq-list {
    background: transparent !important;
    border-color: rgba(190, 198, 202, 0.30) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

body.mnoni-site .faq-item {
    background: transparent !important;
    border-color: rgba(190, 198, 202, 0.24) !important;
}

body.mnoni-site .motion-grid .utility-card img {
    display: none;
}

/* Model Roofing gray/silver accent skin. Keep this last so it overrides the red template layer. */
body.modelroofing-site {
    --bg: #000000;
    --bg-elevated: #050505;
    --bg-card: rgba(255, 255, 255, 0.04);
    --bg-card-hover: rgba(255, 255, 255, 0.08);
    --bg-glass: rgba(0, 0, 0, 0.80);
    --text: #ffffff;
    --text-body: rgba(255, 255, 255, 0.82);
    --text-muted: rgba(255, 255, 255, 0.58);
    --accent: #f0f2f2;
    --accent-hover: #ffffff;
    --accent-glow: rgba(185, 194, 198, 0.30);
    --accent-subtle: rgba(180, 188, 192, 0.15);
    --border: rgba(190, 198, 202, 0.30);
    --border-accent: rgba(210, 216, 218, 0.42);
    --header-scrolled-border: rgba(196, 204, 208, 0.30);
    --cta-outline-border: rgba(205, 212, 216, 0.34);
    background:
        radial-gradient(circle at 74% 10%, rgba(210, 216, 218, 0.13), rgba(0, 0, 0, 0) 30vw),
        radial-gradient(circle at 8% 62%, rgba(140, 148, 153, 0.13), rgba(0, 0, 0, 0) 34vw),
        linear-gradient(180deg, #000 0%, #070808 42%, #000 100%);
}

body.modelroofing-site .brand-mark,
body.modelroofing-site .model-logo-mark {
    filter: drop-shadow(0 0 18px rgba(210, 216, 218, 0.20)) !important;
}

body.modelroofing-site .header-cta,
body.modelroofing-site .btn-primary,
body.modelroofing-site .nav-drawer-cta {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(205,211,214,0.78)),
        radial-gradient(circle at 20% 0%, rgba(255,255,255,0.78), transparent 42%) !important;
    border-color: rgba(220, 226, 228, 0.38) !important;
    color: #050505 !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.98),
        0 18px 42px rgba(185,194,198,0.16) !important;
}

body.modelroofing-site .header-cta:hover,
body.modelroofing-site .btn-primary:hover,
body.modelroofing-site .nav-drawer-cta:hover,
body.modelroofing-site .sticky-mobile-cta a:hover,
body.modelroofing-site .sticky-mobile-cta.cta-inverted a {
    background:
        linear-gradient(180deg, #f5f6f6 0%, #aeb6ba 48%, #151718 100%) !important;
    color: #050505 !important;
    border-color: rgba(235, 240, 242, 0.58) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.70),
        0 20px 54px rgba(210,216,218,0.26) !important;
}

body.modelroofing-site .btn-outline,
body.modelroofing-site .hero .btn-outline,
body.modelroofing-site .cta-section .btn-outline,
body.modelroofing-site .contact-actions .btn-outline {
    border-color: rgba(205, 212, 216, 0.34) !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.035)),
        rgba(0,0,0,0.32) !important;
}

body.modelroofing-site .btn-outline:hover,
body.modelroofing-site .hero .btn-outline:hover,
body.modelroofing-site .cta-section .btn-outline:hover,
body.modelroofing-site .contact-actions .btn-outline:hover {
    border-color: rgba(235, 240, 242, 0.58) !important;
    background:
        linear-gradient(180deg, rgba(235,240,242,0.30), rgba(128,138,144,0.18)),
        rgba(0,0,0,0.46) !important;
    color: #fff !important;
}

body.modelroofing-site .hero-overlay {
    background:
        linear-gradient(90deg, rgba(0,0,0,0.94) 0%, rgba(0,0,0,0.70) 42%, rgba(0,0,0,0.32) 100%),
        linear-gradient(180deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.18) 46%, #000 100%) !important;
}

body.modelroofing-site .section-label {
    border-color: rgba(205, 212, 216, 0.34) !important;
    background: rgba(255,255,255,0.05) !important;
    color: rgba(240, 244, 246, 0.82) !important;
}

body.modelroofing-site .service-card,
body.modelroofing-site .stat-card,
body.modelroofing-site .timeline-content,
body.modelroofing-site .testimonial-card,
body.modelroofing-site .contact-card,
body.modelroofing-site .area-card,
body.modelroofing-site .about-slider-shell,
body.modelroofing-site .utility-card,
body.modelroofing-site .faq-section details,
body.modelroofing-site .gallery-card,
body.modelroofing-site .cta-panel,
body.modelroofing-site .sticky-mobile-cta a {
    border-color: rgba(190, 198, 202, 0.30) !important;
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.08),
        0 24px 70px rgba(0,0,0,0.42),
        0 0 30px rgba(190,198,202,0.05) !important;
}

body.modelroofing-site .service-card::before,
body.modelroofing-site .timeline-content::before,
body.modelroofing-site .contact-card::before {
    background: linear-gradient(90deg, rgba(230,236,238,0.86), rgba(126,136,142,0.56), transparent) !important;
}

body.modelroofing-site .service-card i,
body.modelroofing-site .contact-row i,
body.modelroofing-site .timeline-content > span,
body.modelroofing-site .stat-card strong {
    color: #fff !important;
    text-shadow: 0 0 24px rgba(210,216,218,0.30) !important;
}

body.modelroofing-site .marquee-wrap {
    box-shadow: 0 8px 32px rgba(185, 194, 198, 0.11), 0 2px 0 rgba(0,0,0,0.42) !important;
}

body.modelroofing-site .marquee-dot {
    color: #c8cfd2 !important;
}

body.modelroofing-site .hero-scroll-hint,
body.modelroofing-site .timeline-line-fill {
    background: linear-gradient(180deg, #e6ecee, #111314) !important;
    box-shadow: 0 0 14px rgba(210,216,218,0.24) !important;
}

body.modelroofing-site .hero-scroll-hint i {
    text-shadow: 0 0 16px rgba(210,216,218,0.36) !important;
}

body.modelroofing-site .marquee-outline,
body.modelroofing-site .marquee-wrap--alt {
    box-shadow: inset 0 0 26px rgba(210,216,218,0.05), 0 0 24px rgba(210,216,218,0.08) !important;
}

body.modelroofing-site .gallery-badge,
body.modelroofing-site .about-slider-badge {
    background: rgba(174, 182, 186, 0.82) !important;
    color: #050505 !important;
    border-color: rgba(235, 240, 242, 0.48) !important;
}

body.modelroofing-site .motion-copy li::before {
    background: #c8cfd2 !important;
}

body.modelroofing-site .process-section::before,
body.modelroofing-site .faq-section::before,
body.modelroofing-site .contact-section::before {
    background:
        linear-gradient(90deg, rgba(210,216,218,0.08), transparent 28%),
        linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px) !important;
}

body.modelroofing-site .timeline-content > span {
    border-bottom-color: rgba(225, 232, 235, 0.78) !important;
}

body.modelroofing-site .cta-section::before {
    background: linear-gradient(90deg, transparent, rgba(210,216,218,0.54), rgba(255,255,255,0.44), transparent) !important;
}

body.modelroofing-site .cta-brand-stamp {
    filter: grayscale(1) contrast(1.15) drop-shadow(0 0 34px rgba(210,216,218,0.22)) !important;
}

body.modelroofing-site .cta-panel li,
body.modelroofing-site .contact-row,
body.modelroofing-site .footer-grid,
body.modelroofing-site .footer-proof span,
body.modelroofing-site .footer-bottom,
body.modelroofing-site .faq-list,
body.modelroofing-site .faq-item {
    border-color: rgba(190, 198, 202, 0.30) !important;
}

body.modelroofing-site .cta-panel strong {
    color: #c8cfd2 !important;
}

body.modelroofing-site .faq-section {
    background: #000 !important;
}

body.modelroofing-site .faq-item {
    background:
        radial-gradient(circle at 14% 0%, rgba(210,216,218,0.12), rgba(0,0,0,0) 34%),
        linear-gradient(135deg, rgba(210,216,218,0.045), rgba(0,0,0,0.36)),
        rgba(0,0,0,0.52) !important;
}

body.modelroofing-site .footer-social-link:hover {
    border-color: rgba(235,240,242,0.54) !important;
    background: rgba(210,216,218,0.12) !important;
}

body.modelroofing-site .process-grid::before {
    background: rgba(210,216,218,0.36) !important;
}

body.modelroofing-site .process-grid::after {
    background: linear-gradient(180deg, rgba(255,255,255,0.82), #d5dcdf 16%, #7f8a90 100%) !important;
    box-shadow: 0 0 18px rgba(210,216,218,0.40) !important;
}

body.modelroofing-site .timeline-dot {
    border-color: rgba(210,216,218,0.42) !important;
    box-shadow: 0 0 0 8px #000, 0 0 24px rgba(210,216,218,0.26) !important;
}

body.modelroofing-site .timeline-step.is-passed .timeline-dot,
body.modelroofing-site .timeline-step:hover .timeline-dot,
body.modelroofing-site .timeline-step.is-active .timeline-dot {
    border-color: rgba(235,240,242,0.72) !important;
    box-shadow: 0 0 0 8px #000, 0 0 30px rgba(210,216,218,0.46) !important;
}

body.modelroofing-site .sticky-mobile-cta a {
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96), rgba(205,211,214,0.78)),
        radial-gradient(circle at 20% 90%, rgba(210,216,218,0.18), transparent 58%) !important;
    color: #050505 !important;
}

body.modelroofing-site .motion-grid .utility-card img {
    display: block !important;
}

body.modelroofing-site .services-section,
body.modelroofing-site .process-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

body.modelroofing-site .services-section::after,
body.modelroofing-site .process-section::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    background:
        linear-gradient(180deg,
            rgba(0,0,0,0.96) 0%,
            rgba(0,0,0,0.72) 16%,
            rgba(0,0,0,0.26) 46%,
            rgba(0,0,0,0.24) 56%,
            rgba(0,0,0,0.78) 86%,
            rgba(0,0,0,0.98) 100%),
        radial-gradient(circle at 18% 12%, rgba(255,255,255,0.10), transparent 34%),
        url("../assets/images/brand/model-roofing-shingle-texture.png");
    background-size: cover, cover, 560px 560px;
    background-position: center, center, center;
    filter: grayscale(1) contrast(1.12) brightness(0.92);
}

body.modelroofing-site .services-section > .container,
body.modelroofing-site .process-section > .container {
    position: relative;
    z-index: 1;
}

/* Flat gray pass: remove the leftover glossy/red treatment from the inherited template. */
body.modelroofing-site .about-section,
body.modelroofing-site .services-section,
body.modelroofing-site .process-section,
body.modelroofing-site .projects-section,
body.modelroofing-site .video-section,
body.modelroofing-site .faq-section,
body.modelroofing-site .contact-section,
body.modelroofing-site .cta-section {
    border-color: rgba(190, 198, 202, 0.16) !important;
}

body.modelroofing-site .about-stats .stat-card,
body.modelroofing-site .service-card,
body.modelroofing-site .timeline-content,
body.modelroofing-site .faq-item,
body.modelroofing-site .cta-panel,
body.modelroofing-site .contact-card,
body.modelroofing-site .utility-card,
body.modelroofing-site .gallery-card {
    background: rgba(7, 11, 13, 0.78) !important;
    border-color: rgba(190, 198, 202, 0.26) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

body.modelroofing-site .about-stats .stat-card::before,
body.modelroofing-site .service-card::before,
body.modelroofing-site .timeline-content::before,
body.modelroofing-site .contact-card::before {
    background: linear-gradient(90deg, rgba(214, 220, 222, 0.62), rgba(118, 128, 134, 0.34), transparent) !important;
}

body.modelroofing-site .about-stats .stat-card i,
body.modelroofing-site .service-card > i,
body.modelroofing-site .contact-row i {
    background: rgba(165, 176, 182, 0.10) !important;
    border-color: rgba(198, 207, 211, 0.24) !important;
    color: #e8edf0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body.modelroofing-site .about-stats .stat-card:hover i,
body.modelroofing-site .about-stats .stat-card.in-view i,
body.modelroofing-site .service-card:hover > i,
body.modelroofing-site .service-card.in-view > i,
body.modelroofing-site .contact-row:hover i {
    background: rgba(205, 214, 218, 0.16) !important;
    border-color: rgba(224, 231, 234, 0.34) !important;
    color: #fff !important;
    box-shadow: none !important;
}

body.modelroofing-site .stat-card strong,
body.modelroofing-site .timeline-content > span,
body.modelroofing-site .service-card i,
body.modelroofing-site .contact-row i {
    text-shadow: none !important;
}

body.modelroofing-site .section-label,
body.modelroofing-site .about-slider-badge,
body.modelroofing-site .gallery-badge {
    background: rgba(198, 207, 211, 0.14) !important;
    border-color: rgba(198, 207, 211, 0.24) !important;
    color: #e8edf0 !important;
    box-shadow: none !important;
}

body.modelroofing-site .marquee-wrap,
body.modelroofing-site .marquee-wrap--alt {
    border-top-color: rgba(190, 198, 202, 0.16) !important;
    border-bottom-color: rgba(190, 198, 202, 0.16) !important;
    box-shadow: none !important;
}

body.modelroofing-site .hero-scroll-hint {
    background: rgba(198, 207, 211, 0.16) !important;
    box-shadow: none !important;
}

body.modelroofing-site .hero-scroll-hint i {
    text-shadow: none !important;
}

body.modelroofing-site .btn-primary,
body.modelroofing-site .header-cta,
body.modelroofing-site .nav-drawer-cta,
body.modelroofing-site .sticky-mobile-cta a {
    background: #e4e8ea !important;
    color: #050607 !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
}

body.modelroofing-site .btn-primary:hover,
body.modelroofing-site .header-cta:hover,
body.modelroofing-site .nav-drawer-cta:hover,
body.modelroofing-site .sticky-mobile-cta a:hover,
body.modelroofing-site .sticky-mobile-cta.cta-inverted a {
    background: #c9d0d3 !important;
    color: #050607 !important;
    box-shadow: none !important;
}

body.modelroofing-site .btn-outline,
body.modelroofing-site .hero .btn-outline,
body.modelroofing-site .cta-section .btn-outline,
body.modelroofing-site .contact-actions .btn-outline {
    background: rgba(5, 8, 10, 0.56) !important;
    border-color: rgba(198, 207, 211, 0.26) !important;
    box-shadow: none !important;
}

body.modelroofing-site .btn-outline:hover,
body.modelroofing-site .hero .btn-outline:hover,
body.modelroofing-site .cta-section .btn-outline:hover,
body.modelroofing-site .contact-actions .btn-outline:hover {
    background: rgba(198, 207, 211, 0.16) !important;
    border-color: rgba(224, 231, 234, 0.38) !important;
    box-shadow: none !important;
}

body.modelroofing-site .cta-section::before,
body.modelroofing-site .process-grid::after,
body.modelroofing-site .timeline-line-fill {
    background: #c9d0d3 !important;
    box-shadow: none !important;
}

body.modelroofing-site .timeline-dot,
body.modelroofing-site .timeline-step.is-passed .timeline-dot,
body.modelroofing-site .timeline-step:hover .timeline-dot,
body.modelroofing-site .timeline-step.is-active .timeline-dot {
    border-color: rgba(214, 220, 222, 0.44) !important;
    background: #c9d0d3 !important;
    box-shadow: 0 0 0 8px #000 !important;
}

body.modelroofing-site .timeline-step:not(.is-active):not(.is-passed):not(:hover) .timeline-dot {
    background: #050505 !important;
    border-color: rgba(180, 180, 180, 0.30) !important;
}

body.modelroofing-site :where(
    .service-card:hover > i,
    .service-card.in-view > i,
    .about-stats .stat-card:hover i,
    .about-stats .stat-card.in-view i,
    .contact-row:hover i
) {
    background:
        radial-gradient(circle at 35% 20%, rgba(255,255,255,0.22), transparent 34%),
        linear-gradient(145deg, rgba(210,216,218,0.28), rgba(40,44,46,0.56)),
        rgba(8,8,8,0.86) !important;
}

@media (min-width: 1024px) {
    body.modelroofing-site .hero-headline {
        max-width: 640px;
        font-size: clamp(3.8rem, 4.5vw, 5rem) !important;
        line-height: 0.92 !important;
    }

    body.modelroofing-site .hero-tagline {
        font-size: 1.04rem;
        line-height: 1.65;
    }

    body.modelroofing-site .motion-grid {
        grid-auto-rows: auto;
        align-items: start;
    }

    body.modelroofing-site .motion-grid .utility-card {
        aspect-ratio: 16 / 10;
        height: auto;
    }

    body.modelroofing-site .motion-grid .utility-card img {
        width: 100%;
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
        object-fit: cover;
    }
}

/* Final neutral border pass: pure grays, no warm/red channel bias. */
body.modelroofing-site,
body.modelroofing-site * {
    --border: rgba(180, 180, 180, 0.26);
    --border-accent: rgba(205, 205, 205, 0.38);
    --accent-glow: rgba(190, 190, 190, 0.22);
    --accent-subtle: rgba(180, 180, 180, 0.14);
}

body.modelroofing-site :where(
    .site-header,
    .nav-drawer,
    .marquee-wrap,
    .about-section,
    .services-section,
    .process-section,
    .projects-section,
    .video-section,
    .faq-section,
    .cta-section,
    .contact-section,
    .site-footer,
    .footer-grid,
    .footer-bottom,
    .service-card,
    .stat-card,
    .timeline-content,
    .timeline-dot,
    .faq-item,
    .faq-list,
    .gallery-card,
    .about-slider-shell,
    .utility-card,
    .cta-panel,
    .contact-card,
    .footer-proof span,
    .btn,
    .header-cta,
    .nav-drawer-cta,
    .sticky-mobile-cta a
) {
    border-color: rgba(180, 180, 180, 0.26) !important;
}

body.modelroofing-site :where(
    .service-card::before,
    .timeline-content::before,
    .contact-card::before
) {
    background: linear-gradient(90deg, rgba(220, 220, 220, 0.62), rgba(145, 145, 145, 0.34), transparent) !important;
}

body.modelroofing-site :where(
    .process-grid::before,
    .process-grid::after,
    .timeline-line-fill,
    .cta-section::before
) {
    background: rgba(190, 190, 190, 0.46) !important;
    box-shadow: none !important;
}

body.modelroofing-site :where(.section-label, .gallery-badge, .about-slider-badge) {
    background: rgba(185, 185, 185, 0.14) !important;
    border-color: rgba(185, 185, 185, 0.26) !important;
    color: #e8e8e8 !important;
}

body.modelroofing-site :where(.about-stats .stat-card i, .service-card > i, .contact-row i) {
    background: rgba(180, 180, 180, 0.10) !important;
    border-color: rgba(190, 190, 190, 0.24) !important;
    color: #ededed !important;
    box-shadow: none !important;
}

body.modelroofing-site .model-logo-img {
    display: block;
    width: clamp(86px, 7vw, 112px);
    height: auto;
    object-fit: contain;
}

body.modelroofing-site .site-header .model-brand {
    min-width: clamp(86px, 7vw, 112px);
    gap: 0;
}

body.modelroofing-site .model-logo-img--footer {
    width: clamp(170px, 22vw, 270px);
}

body.modelroofing-site .model-logo-stamp {
    width: clamp(120px, 18vw, 220px);
    height: auto;
    object-fit: contain;
    filter: none !important;
    opacity: 0.92;
}

body.modelroofing-site .cta-brand-stamp.model-logo-stamp {
    opacity: 0.18;
    filter: grayscale(1) contrast(0.9) brightness(0.78) drop-shadow(0 0 20px rgba(210,216,218,0.12)) !important;
}

@media (max-width: 768px) {
    body.modelroofing-site .model-logo-img {
        width: 96px;
    }

    body.modelroofing-site .site-header .model-brand {
        min-width: 96px;
    }

    body.modelroofing-site .model-logo-stamp {
        width: 128px;
    }

    body.modelroofing-site .cta-brand-stamp.model-logo-stamp {
        opacity: 0.14;
    }
}

/* Mobile title scale: keep long headings readable inside the original template. */
@media (max-width: 768px) {
    body.modelroofing-site .section-title {
        font-size: clamp(2rem, 10.5vw, 2.85rem) !important;
        line-height: 0.98 !important;
        letter-spacing: 0 !important;
    }

    body.modelroofing-site .section-heading {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    body.modelroofing-site .section-title {
        font-size: clamp(1.78rem, 9.2vw, 2.25rem) !important;
        line-height: 1.02 !important;
    }

    body.modelroofing-site .projects-section .section-title {
        font-size: clamp(1.62rem, 8.2vw, 2rem) !important;
        line-height: 1.04 !important;
    }
}

body.modelroofing-site .about-credential-strip {
    margin-top: clamp(22px, 3vw, 34px);
    padding: clamp(14px, 2vw, 18px) clamp(16px, 2.4vw, 24px);
    border: 1px solid rgba(190, 198, 202, 0.24);
    background: rgba(255, 255, 255, 0.045);
    overflow: hidden;
}

body.modelroofing-site .about-credential-strip img {
    display: block;
    width: min(100%, 720px);
    height: auto;
    filter: invert(1) brightness(1.9) contrast(1.06);
    opacity: 0.9;
}

body.modelroofing-site .reviews-section {
    position: relative;
    padding: clamp(76px, 9vw, 128px) 0;
    background:
        linear-gradient(180deg, #000 0%, #071014 48%, #000 100%);
}

body.modelroofing-site .reviews-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto clamp(30px, 4vw, 48px);
    padding: 14px 20px;
    border: 1px solid rgba(190, 198, 202, 0.26);
    background: rgba(255, 255, 255, 0.045);
}

body.modelroofing-site .reviews-summary strong {
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1;
    color: #fff;
}

body.modelroofing-site .reviews-summary span {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.modelroofing-site .reviews-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

body.modelroofing-site .reviews-actions--below {
    margin: clamp(28px, 4vw, 42px) auto 0;
}

body.modelroofing-site .reviews-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid rgba(190, 198, 202, 0.34);
    background: rgba(255, 255, 255, 0.055);
    border-radius: 0;
    color: #eef3f5;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.modelroofing-site .reviews-actions a:hover {
    border-color: rgba(235, 240, 242, 0.6);
    background: rgba(235, 240, 242, 0.14);
    color: #fff;
}

body.modelroofing-site .reviews-actions a:last-child {
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(205,211,214,0.84));
    color: #050505;
    border-color: rgba(255, 255, 255, 0.66);
}

body.modelroofing-site .reviews-actions a i {
    font-size: 1.08rem;
}

body.modelroofing-site .google-reviews-slider {
    margin-top: clamp(26px, 4vw, 44px);
    margin-bottom: clamp(30px, 4.5vw, 52px);
    margin-inline: calc(var(--container-padding, 20px) * -1);
}

body.modelroofing-site .google-reviews-slider .splide__track {
    overflow: visible;
}

body.modelroofing-site .google-reviews-slider .splide__slide {
    height: auto;
}

body.modelroofing-site .google-reviews-slider .splide__arrows,
body.modelroofing-site .google-reviews-slider .splide__pagination {
    display: none;
}

body.modelroofing-site .review-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    height: 100%;
    padding: clamp(22px, 2.3vw, 28px);
    border: 1px solid rgba(190, 198, 202, 0.26);
    background: rgba(7, 11, 13, 0.78);
    box-shadow: none;
}

body.modelroofing-site .review-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.modelroofing-site .review-card-head > strong {
    color: #f4f7f8;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0.04em;
    text-transform: none;
}

body.modelroofing-site .review-stars {
    flex: 0 0 auto;
    color: #f4f7f8;
    font-size: 0.84rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

body.modelroofing-site .review-card p {
    flex: 1;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.65;
}

@media (max-width: 900px) {
    body.modelroofing-site .reviews-grid {
        grid-template-columns: 1fr;
    }

    body.modelroofing-site .reviews-summary {
        align-items: center;
        flex-direction: row;
    }

    body.modelroofing-site .reviews-actions {
        width: 100%;
    }

    body.modelroofing-site .reviews-actions a {
        width: min(100%, 340px);
    }

    body.modelroofing-site .google-reviews-slider {
        margin-top: 28px;
        margin-bottom: 34px;
    }

    body.modelroofing-site .review-card {
        min-height: 236px;
        padding: 24px;
    }
}


