:root {
    --black: #1a0c0e;
    --text-dark: #2a181c;
    --near-black: #241820;
    --dark: #2e1c22;
    --dark2: #382428;
    --charcoal: #452c32;
    --graphite: #554038;
    --silver: #b8a8a8;
    --silver-light: #d4c8c8;
    --warm-white: #f8f4f2;
    --cream: #faf6f4;
    --gold: #C00000;
    --gold-light: #E02020;
    --gold-dim: rgba(192, 0, 0, 0.14);
    --gold-glow: rgba(192, 0, 0, 0.28);
    --glass: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --glass-strong: rgba(255, 255, 255, 0.08);
    --bg-base: #1e1216;
    --gradient-body: linear-gradient(180deg, #2a1418 0%, #221418 35%, #1e1216 100%);
    --gradient-hero: radial-gradient(ellipse 85% 65% at 72% 12%, rgba(192, 0, 0, 0.24) 0%, transparent 52%), radial-gradient(ellipse 50% 45% at 8% 88%, rgba(192, 0, 0, 0.1) 0%, transparent 48%), linear-gradient(158deg, #32181c 0%, #28161a 30%, #221418 60%, #1e1216 100%);
    --gradient-section: linear-gradient(180deg, #2c1a1e 0%, #261618 50%, #221418 100%);
    --gradient-section-alt: linear-gradient(165deg, #301c20 0%, #261618 55%, #221418 100%);
    --gradient-card: linear-gradient(145deg, #3e2830 0%, #322028 100%);
    --gradient-emergency: linear-gradient(135deg, #5c141c 0%, #3a1c24 45%, #261418 100%);
    --gradient-footer: linear-gradient(180deg, #2a1418 0%, #1e1216 100%);
    --gradient-cta: linear-gradient(135deg, #301a1e 0%, #281618 50%, #221418 100%);
    --gradient-stats: linear-gradient(90deg, #b80000 0%, #c00000 35%, #d42020 65%, #c00000 100%);
    --gradient-light: linear-gradient(180deg, #faf6f4 0%, #f2ebe8 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background: var(--gradient-body);
    background-color: var(--bg-base);
    color: var(--warm-white);
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
    cursor: none;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 40% at 90% 5%, rgba(192, 0, 0, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 45% 35% at 5% 95%, rgba(192, 0, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

nav,
section,
#stats-bar,
footer {
    position: relative;
    z-index: 1;
}

/* CUSTOM CURSOR */
.cursor {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999;
    transition: transform 0.15s ease, width 0.3s, height 0.3s, background 0.3s;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
}

.cursor-follower {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(192, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99998;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(-50%, -50%);
}

.cursor.hover {
    width: 24px;
    height: 24px;
    background: var(--gold-light);
}

.cursor-follower.hover {
    width: 56px;
    height: 56px;
    border-color: var(--gold);
}

/* NOISE OVERLAY */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 9997;
    opacity: 0.3;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    background: var(--bg-base);
}

::-webkit-scrollbar-thumb {
    background: var(--gold);
}

/* ─── NAVBAR ─── */
#nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 60px;
    transition: all 0.4s ease;
}

#nav.scrolled {
    background: linear-gradient(180deg, rgba(42, 20, 24, 0.96) 0%, rgba(30, 18, 22, 0.94) 100%);
    backdrop-filter: blur(24px);
    border-bottom: 1px solid rgba(192, 0, 0, 0.2);
    padding: 0 60px;
}

.nav-inner {
    max-width: 1600px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.nav-logo-img {
    height: 82px;
    width: auto;
    object-fit: contain;
    display: block;
}

.nav-logo-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.nav-logo-main {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--warm-white);
    text-transform: uppercase;
}

.nav-logo-sub {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.45em;
    color: var(--gold);
    text-transform: uppercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

.nav-links a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(245, 243, 239, 0.5);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-links a:hover {
    color: var(--warm-white);
}

.nav-links a:hover::after {
    transform: scaleX(1);
}

.nav-cta-btn {
    background: var(--gold);
    color: var(--black);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 2px;
    transition: all 0.3s;
    white-space: nowrap;
    border: none;
    cursor: none;
}

.nav-cta-btn:hover {
    background: var(--gold-light);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

/* ─── HERO ─── */
#hero {
    height: 100vh;
    min-height: 800px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: var(--gradient-hero);
}

/* Diagonal geometric lines in background */
.hero-geometry {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.hero-geometry svg {
    width: 100%;
    height: 100%;
}

/* Hero visual — architectural portal */
.hero-visual {
    position: absolute;
    right: 0;
    top: 50%;
    width: min(48vw, 640px);
    height: min(78vh, 720px);
    transform: translateY(-50%);
    z-index: 5;
    pointer-events: none;
    animation: heroVisualEnter 1.1s 0.35s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
}

@keyframes heroVisualEnter {
    from {
        opacity: 0;
        transform: translateY(-46%) translateX(48px);
    }

    to {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
}

.hero-visual__ambient {
    position: absolute;
    inset: -12% -8% -12% 5%;
    background:
        radial-gradient(ellipse 70% 55% at 55% 45%, rgba(192, 0, 0, 0.35) 0%, transparent 62%),
        radial-gradient(ellipse 40% 35% at 80% 20%, rgba(224, 32, 32, 0.12) 0%, transparent 55%);
    filter: blur(28px);
    z-index: 0;
    animation: heroAmbientPulse 6s ease-in-out infinite;
}

@keyframes heroAmbientPulse {

    0%,
    100% {
        opacity: 0.85;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.04);
    }
}

.hero-visual__shell {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 18px 22px 18px 48px;
    z-index: 1;
}

.hero-visual__media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    border: 1px solid rgba(192, 0, 0, 0.22);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.55),
        inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hero-visual__media img {
    width: 115%;
    height: 115%;
    object-fit: cover;
    object-position: center 35%;
    margin: -7.5%;
    filter: contrast(1.08) saturate(1.12) brightness(0.82);
    transform: scale(1.02);
    animation: heroImageKenBurns 18s ease-in-out infinite alternate;
}

@keyframes heroImageKenBurns {
    from {
        transform: scale(1.02) translate(0, 0);
    }

    to {
        transform: scale(1.1) translate(-2%, -1.5%);
    }
}

.hero-visual__mesh {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-image:
        linear-gradient(rgba(192, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(192, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.85) 100%);
    pointer-events: none;
}

.hero-visual__fade {
    position: absolute;
    inset: 0;
    z-index: 3;
    background:
        linear-gradient(105deg, #1e1216 0%, rgba(30, 18, 22, 0.92) 18%, transparent 42%),
        linear-gradient(to top, #1e1216 0%, transparent 22%),
        linear-gradient(to bottom, rgba(30, 18, 22, 0.65) 0%, transparent 18%),
        linear-gradient(to right, transparent 55%, rgba(30, 18, 22, 0.35) 100%);
    pointer-events: none;
}

.hero-visual__bracket {
    position: absolute;
    width: 28px;
    height: 28px;
    border-color: var(--gold);
    border-style: solid;
    border-width: 0;
    z-index: 4;
    opacity: 0.9;
}

.hero-visual__bracket--tl {
    top: 0;
    left: 28px;
    border-top-width: 2px;
    border-left-width: 2px;
}

.hero-visual__bracket--tr {
    top: 0;
    right: 0;
    border-top-width: 2px;
    border-right-width: 2px;
}

.hero-visual__bracket--bl {
    bottom: 0;
    left: 10px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.hero-visual__bracket--br {
    bottom: 0;
    right: 0;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.hero-visual__rail {
    position: absolute;
    left: 18px;
    top: 12%;
    bottom: 12%;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgba(192, 0, 0, 0.75) 25%, rgba(192, 0, 0, 0.75) 75%, transparent);
    z-index: 4;
}

.hero-visual__rail-dot {
    position: absolute;
    left: 50%;
    top: 38%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 16px rgba(192, 0, 0, 0.8);
    animation: pulse-dot 2s ease-in-out infinite;
}

.hero-visual__chip {
    position: absolute;
    left: 56px;
    bottom: 36px;
    z-index: 6;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: linear-gradient(135deg, rgba(42, 28, 34, 0.92) 0%, rgba(30, 18, 22, 0.88) 100%);
    border: 1px solid rgba(192, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    border-radius: 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--warm-white);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.hero-visual__chip i {
    color: var(--gold);
    font-size: 14px;
}

@media (prefers-reduced-motion: reduce) {
    .hero-visual,
    .hero-visual__media img,
    .hero-visual__ambient {
        animation: none;
        opacity: 1;
        transform: translateY(-50%);
    }

    .hero-visual__media img {
        transform: none;
    }
}

/* Floating glass card fragments */
.glass-fragment {
    position: absolute;
    background: var(--glass);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    border-radius: 3px;
}

.gf-1 {
    top: 15%;
    right: 8%;
    width: 180px;
    height: 180px;
    transform: rotate(12deg);
    background: rgba(192, 0, 0, 0.04);
    border-color: rgba(192, 0, 0, 0.15);
    z-index: 4;
}

.gf-2 {
    bottom: 20%;
    right: 18%;
    width: 120px;
    height: 80px;
    transform: rotate(-6deg);
    z-index: 4;
}

.gf-3 {
    top: 30%;
    left: 5%;
    width: 2px;
    height: 200px;
    background: linear-gradient(to bottom, transparent, rgba(192, 0, 0, 0.4), transparent);
    border: none;
    z-index: 4;
}

/* Main hero content */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
    width: 100%;
    padding-top: 80px;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
    animation: fadeUp 0.8s ease forwards;
    opacity: 0;
}

.hero-eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(192, 0, 0, 0.6);
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {

    0%,
    100% {
        box-shadow: 0 0 12px rgba(192, 0, 0, 0.6);
    }

    50% {
        box-shadow: 0 0 24px rgba(192, 0, 0, 0.9);
    }
}

.hero-eyebrow-text {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5em;
    color: var(--gold);
    text-transform: uppercase;
}

.hero-headline {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(72px, 11vw, 168px);
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--warm-white);
    max-width: 820px;
    position: relative;
}

.hero-headline .line-1 {
    display: block;
    animation: slideRight 0.9s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateX(-60px);
}

.hero-headline .line-2 {
    display: block;
    color: transparent;
    -webkit-text-stroke: 2px rgba(192, 0, 0, 0.6);
    animation: slideRight 0.9s 0.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateX(-60px);
}

.hero-headline .line-3 {
    display: block;
    animation: slideRight 0.9s 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    opacity: 0;
    transform: translateX(-60px);
}

@keyframes slideRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }

    from {
        opacity: 0;
        transform: translateY(20px);
    }
}

.hero-descriptor {
    display: flex;
    align-items: flex-start;
    gap: 48px;
    margin-top: 48px;
    animation: fadeUp 0.8s 0.6s ease forwards;
    opacity: 0;
}

.hero-desc-text {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(245, 243, 239, 0.6);
    max-width: 400px;
}

.hero-metrics {
    display: flex;
    gap: 40px;
    padding-top: 4px;
    flex-shrink: 0;
}

.hero-metric {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-left: 1px solid rgba(192, 0, 0, 0.2);
    padding-left: 20px;
}

.hero-metric-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.02em;
    line-height: 1;
}

.hero-metric-label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: rgba(245, 243, 239, 0.35);
    text-transform: uppercase;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 52px;
    animation: fadeUp 0.8s 0.8s ease forwards;
    opacity: 0;
}

.btn-primary {
    background: var(--gold);
    color: var(--black);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 2px;
    border: none;
    cursor: none;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gold-light);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.btn-primary:hover::before {
    transform: translateX(0);
}

.btn-primary span {
    position: relative;
    z-index: 1;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(192, 0, 0, 0.4);
}

.btn-secondary {
    background: transparent;
    color: var(--warm-white);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 18px 36px;
    border: 1px solid rgba(245, 243, 239, 0.2);
    border-radius: 2px;
    transition: all 0.3s;
    cursor: none;
}

.btn-secondary:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.hero-emergency-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    animation: fadeUp 0.8s 1s ease forwards;
    opacity: 0;
}

.emergency-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C00000;
    animation: blink 1.2s step-end infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.emergency-text {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(245, 243, 239, 0.5);
    text-transform: uppercase;
}

.emergency-text a {
    color: #C00000;
    text-decoration: none;
}

/* Floating info cards in hero */
.hero-floating-cards {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 10;
    padding-top: 80px;
}

.hero-float-card {
    background: linear-gradient(145deg, rgba(58, 36, 42, 0.7) 0%, rgba(42, 28, 34, 0.6) 100%);
    border: 1px solid rgba(192, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    padding: 20px 24px;
    border-radius: 4px;
    min-width: 200px;
    transition: all 0.3s;
}

.hero-float-card:hover {
    background: linear-gradient(145deg, rgba(68, 42, 48, 0.85) 0%, rgba(52, 32, 38, 0.75) 100%);
    border-color: rgba(192, 0, 0, 0.35);
    transform: translateY(-3px);
}

.hfc-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.35em;
    color: var(--gold);
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.hfc-value {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.02em;
}

/* Diagonal divider */
.diagonal-divider {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.diagonal-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: -5%;
    right: -5%;
    bottom: 0;
    transform: skewY(-2deg);
    transform-origin: top;
}

.dd-dark {
    background: var(--gradient-section);
}

.dd-dark::before {
    background: var(--gradient-section-alt);
}

.dd-light {
    background: var(--gradient-section-alt);
}

.dd-light::before {
    background: var(--gradient-light);
}

.dd-reverse::before {
    transform: skewY(2deg);
}

/* ─── SECTION COMMON ─── */
.section-eyebrow {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5em;
    color: var(--gold);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
}

.section-eyebrow::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--gold);
}

.section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: clamp(40px, 5.5vw, 80px);
    letter-spacing: -0.02em;
    line-height: 0.92;
    color: var(--warm-white);
}

.section-title .accent {
    color: var(--gold);
}

.section-title-dark {
    color: var(--text-dark);
}

.section-body {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;
    color: rgba(245, 243, 239, 0.6);
}

.section-body-dark {
    color: rgba(20, 20, 20, 0.6);
}

.gold-rule {
    width: 48px;
    height: 2px;
    background: var(--gold);
    margin: 20px 0;
    box-shadow: 0 0 8px rgba(192, 0, 0, 0.4);
}

/* Reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

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

.reveal-delay-1 {
    transition-delay: 0.1s;
}

.reveal-delay-2 {
    transition-delay: 0.2s;
}

.reveal-delay-3 {
    transition-delay: 0.3s;
}

.reveal-delay-4 {
    transition-delay: 0.4s;
}

.reveal-delay-5 {
    transition-delay: 0.5s;
}

/* ─── PREMIUM SERVICES ─── */
#services {
    background: var(--gradient-section);
    padding: 140px 0;
    position: relative;
}

#services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
}

.services-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.services-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 80px;
}

.services-header-desc {
    padding-bottom: 8px;
}

/* Service accordion */
.service-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.service-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: background 0.3s;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.service-item-header {
    display: flex;
    align-items: center;
    padding: 32px 0;
    cursor: none;
    gap: 32px;
}

.service-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.15em;
    width: 48px;
    flex-shrink: 0;
}

.service-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(22px, 2.5vw, 32px);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--warm-white);
    flex: 1;
}

.service-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.service-tag {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: rgba(245, 243, 239, 0.4);
    text-transform: uppercase;
    border: 1px solid rgba(245, 243, 239, 0.12);
    padding: 5px 12px;
    border-radius: 20px;
}

.service-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(192, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 20px;
    font-weight: 300;
    transition: all 0.3s;
    flex-shrink: 0;
    background: transparent;
    cursor: none;
}

.service-item.open .service-toggle {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    transform: rotate(45deg);
}

.service-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-item.open .service-body {
    max-height: 400px;
}

.service-body-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding: 0 0 40px 80px;
}

.service-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(245, 243, 239, 0.6);
}

.service-img-fragment {
    height: 180px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.service-img-fragment img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.1);
    transition: transform 0.6s ease;
}

.service-item:hover .service-img-fragment img {
    transform: scale(1.04);
}

.service-img-fragment::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 18, 22, 0.5), transparent);
}

.service-steps {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
}

.step-row {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(245, 243, 239, 0.5);
}

.step-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    flex-shrink: 0;
}

/* ─── EMERGENCY SECTION ─── */
#emergency {
    background: var(--gradient-emergency);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.emergency-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.emergency-content {
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, #6a1018 0%, #3a1c24 50%, #261418 100%);
    position: relative;
}

.emergency-content::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(192, 0, 0, 0.4), transparent);
}

.emergency-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(192, 0, 0, 0.1);
    border: 1px solid rgba(192, 0, 0, 0.3);
    padding: 8px 18px;
    border-radius: 2px;
    margin-bottom: 32px;
    width: fit-content;
}

.emergency-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C00000;
    animation: blink 1s step-end infinite;
}

.emergency-badge-text {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: #C00000;
    text-transform: uppercase;
}

.emergency-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(48px, 6vw, 84px);
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--warm-white);
    margin-bottom: 24px;
}

.emergency-title span {
    color: #C00000;
}

.emergency-body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(245, 243, 239, 0.6);
    margin-bottom: 40px;
    max-width: 440px;
}

.emergency-phone {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #C00000;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
    transition: color 0.2s;
}

.emergency-phone:hover {
    color: #ff6666;
}

.emergency-sub {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.25em;
    color: rgba(245, 243, 239, 0.35);
    text-transform: uppercase;
}

.emergency-visual {
    position: relative;
    overflow: hidden;
}

.emergency-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%) contrast(1.15) brightness(0.6);
}

.emergency-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right, var(--dark) 0%, transparent 30%);
}

.emergency-visual::after {
    content: '24/7';
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: rgba(192, 0, 0, 0.1);
    letter-spacing: -0.04em;
    line-height: 1;
}

/* ─── INSTALLATION SECTION ─── */
#installation {
    background: var(--gradient-section-alt);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

.installation-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

/* Asymmetric grid */
.install-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
    margin-top: 80px;
}

.install-main {
    grid-row: span 2;
    background: var(--gradient-card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    min-height: 560px;
}

.install-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(15%) contrast(1.05);
    transition: transform 0.8s ease;
}

.install-main:hover img {
    transform: scale(1.04);
}

.install-main-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(30, 18, 22, 0.88) 0%, transparent 50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
}

.install-main-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.install-main-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: var(--warm-white);
    letter-spacing: 0.01em;
    line-height: 1.05;
}

.install-card {
    background: var(--gradient-card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    padding: 32px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}

.install-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.3s;
}

.install-card:hover::before {
    background: var(--gold);
}

.install-card:hover {
    background: rgba(50, 50, 50, 0.9);
    transform: translateY(-2px);
}

.install-card-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: rgba(192, 0, 0, 0.12);
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.install-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--warm-white);
    margin-bottom: 10px;
}

.install-card-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.7;
    color: rgba(245, 243, 239, 0.5);
}

/* ─── SMART SOLUTIONS ─── */
#smart {
    background: var(--gradient-section);
    padding: 140px 0;
}

.smart-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.smart-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
    margin-top: 80px;
}

.smart-visual {
    position: relative;
    height: 600px;
}

/* Floating image fragments — non-typical image usage */
.smart-img-main {
    position: absolute;
    top: 0;
    right: 0;
    width: 85%;
    height: 420px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6);
}

.smart-img-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.1) brightness(0.8);
}

.smart-img-secondary {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    height: 260px;
    overflow: hidden;
    border-radius: 4px;
    border: 4px solid var(--dark);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.smart-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.1) brightness(0.8);
}

.smart-img-accent {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 80px;
    height: 160px;
    background: linear-gradient(to bottom, rgba(192, 0, 0, 0.3), rgba(192, 0, 0, 0.05));
    border-radius: 2px;
    z-index: 3;
    transform: translateY(-50%);
}

/* Glass stats overlay */
.smart-stats-card {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: linear-gradient(145deg, rgba(58, 36, 42, 0.92) 0%, rgba(42, 28, 34, 0.9) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(192, 0, 0, 0.2);
    padding: 24px 28px;
    border-radius: 4px;
    z-index: 4;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.smart-stat-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 4px;
}

.smart-stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: var(--gold);
    letter-spacing: -0.02em;
}

.smart-stat-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: rgba(245, 243, 239, 0.45);
    text-transform: uppercase;
}

.smart-content {}

.smart-features {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 48px;
}

.smart-feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.3s;
}

.smart-feature:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(192, 0, 0, 0.2);
    transform: translateX(6px);
}

.smart-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: var(--gold-dim);
    border: 1px solid rgba(192, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--gold);
}

.smart-feature-icon svg {
    width: 20px;
    height: 20px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
}

.smart-feature-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--warm-white);
    margin-bottom: 6px;
}

.smart-feature-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(245, 243, 239, 0.5);
}

/* ─── WHY CHOOSE US ─── */
#why {
    background: var(--gradient-light);
    padding: 140px 0;
    position: relative;
}

.why-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.why-header-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 60px;
}

.why-header-right {
    max-width: 360px;
    padding-bottom: 8px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    grid-template-rows: auto auto;
    gap: 2px;
}

.why-card {
    background: var(--warm-white);
    padding: 48px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.why-card:hover {
    background: #fff;
}

.why-card-ghost {
    position: absolute;
    bottom: -24px;
    right: -12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: rgba(20, 20, 20, 0.04);
    line-height: 1;
    pointer-events: none;
}

.why-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 3px;
    background: rgba(192, 0, 0, 0.1);
    border: 1px solid rgba(192, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--gold);
}

.why-card-icon svg {
    width: 22px;
    height: 22px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
}

.why-card-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

.why-card-body {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    line-height: 1.75;
    color: rgba(20, 20, 20, 0.6);
}

.why-card-top-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: transparent;
    transition: background 0.3s;
}

.why-card:hover .why-card-top-border {
    background: var(--gold);
}

.why-card--featured {
    background: linear-gradient(160deg, #3a2428 0%, #2e1c22 100%);
    grid-row: span 2;
}

.why-card--featured .why-card-title {
    color: var(--warm-white);
}

.why-card--featured .why-card-body {
    color: rgba(245, 243, 239, 0.55);
}

.why-card--featured .why-card-ghost {
    color: rgba(245, 243, 239, 0.03);
}

.why-quote {
    grid-column: span 3;
    background: var(--gold);
    padding: 48px 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-quote-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 22px;
    color: var(--black);
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
}

.why-quote-text cite {
    display: block;
    margin-top: 12px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: rgba(26, 12, 14, 0.55);
    text-transform: uppercase;
}

/* ─── TESTIMONIALS ─── */
#testimonials {
    background: var(--gradient-section-alt);
    padding: 140px 0;
    overflow: hidden;
}

.testimonials-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.testimonials-header {
    margin-bottom: 80px;
}

.testimonials-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.testimonial-card {
    background: var(--gradient-card);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 40px;
    position: relative;
    transition: all 0.3s;
}

.testimonial-card:hover {
    background: linear-gradient(145deg, #4a3038 0%, #3a2830 100%);
    border-color: rgba(192, 0, 0, 0.15);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
}

.star {
    width: 14px;
    height: 14px;
    background: var(--gold);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.testimonial-text {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 17px;
    line-height: 1.75;
    color: rgba(245, 243, 239, 0.7);
    margin-bottom: 28px;
}

.testimonial-quote-mark {
    position: absolute;
    top: 28px;
    right: 32px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    font-weight: 700;
    color: rgba(192, 0, 0, 0.06);
    line-height: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 20px;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 3px;
    background: linear-gradient(135deg, var(--charcoal), var(--graphite));
    border: 1px solid rgba(192, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: var(--gold);
    flex-shrink: 0;
}

.author-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.04em;
}

.author-location {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: rgba(245, 243, 239, 0.35);
}

/* ─── SERVICE AREAS ─── */
#areas {
    background: var(--gradient-section);
    padding: 140px 0;
    position: relative;
}

.areas-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.areas-layout {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 80px;
    align-items: start;
    margin-top: 80px;
}

.areas-content {}

.areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    align-self: start;
}

.area-card {
    background: var(--gradient-card);
    padding: 24px 20px;
    border-left: 2px solid transparent;
    transition: all 0.25s;
    cursor: default;
}

.area-card:hover {
    background: rgba(46, 46, 46, 0.9);
    border-left-color: var(--gold);
    transform: translateX(3px);
}

.area-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.04em;
    margin-bottom: 3px;
}

.area-dist {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--gold);
    text-transform: uppercase;
}

.area-city {
    font-size: 10px;
    color: rgba(245, 243, 239, 0.3);
    margin-top: 3px;
}

.areas-map-placeholder {
    background: var(--gradient-card);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 4px;
    height: 420px;
    overflow: hidden;
    position: relative;
    margin-top: 32px;
}

.areas-map-placeholder iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(90%) contrast(1.1) brightness(0.65);
}

/* ─── BEFORE/AFTER ─── */
#showcase {
    background: var(--gradient-section-alt);
    padding: 140px 0;
}

.showcase-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 80px;
}

.showcase-pair {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 440px;
}

.showcase-pair img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%) contrast(1.05);
}

.showcase-label {
    position: absolute;
    padding: 8px 16px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    z-index: 2;
}

.label-before {
    top: 20px;
    left: 20px;
    background: rgba(192, 0, 0, 0.85);
    color: #fff;
}

.label-after {
    top: 20px;
    left: 20px;
    background: rgba(192, 0, 0, 0.9);
    color: var(--black);
}

.showcase-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    background: linear-gradient(to top, rgba(30, 18, 22, 0.92), transparent);
}

.showcase-caption-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.04em;
}

.showcase-caption-sub {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: rgba(245, 243, 239, 0.45);
    text-transform: uppercase;
    margin-top: 4px;
}

/* ─── FAQ ─── */
#faq {
    background: var(--gradient-section);
    padding: 140px 0;
}

.faq-wrap {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 60px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    margin-top: 80px;
}

.faq-left {
    padding-right: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    position: sticky;
    top: 120px;
    height: fit-content;
    align-self: start;
}

.faq-left-desc {
    margin-top: 20px;
}

.faq-left-cta {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-phone {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s;
}

.faq-phone:hover {
    color: var(--gold-light);
}

.faq-right {
    padding-left: 80px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
    cursor: none;
}

.faq-q-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--warm-white);
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.faq-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(192, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-size: 18px;
    background: transparent;
    cursor: none;
    transition: all 0.25s;
    flex-shrink: 0;
}

.faq-item.open .faq-btn {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding-bottom: 24px;
}

.faq-item.open {
    border-left: 2px solid var(--gold);
    padding-left: 16px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 0 3px 3px 0;
}

.faq-a-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(245, 243, 239, 0.6);
}

/* ─── CONTACT CTA ─── */
#contact-cta {
    background: var(--gradient-cta);
    padding: 0;
    overflow: hidden;
    position: relative;
}

.cta-inner {
    min-height: 600px;
    display: flex;
    align-items: center;
    position: relative;
}

.cta-bg-text {
    position: absolute;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(120px, 20vw, 280px);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.02);
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.cta-text {}

.cta-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 900;
    font-size: clamp(52px, 7vw, 96px);
    line-height: 0.88;
    letter-spacing: -0.02em;
    color: var(--warm-white);
    margin-bottom: 24px;
}

.cta-title span {
    color: var(--gold);
}

.cta-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(245, 243, 239, 0.55);
    margin-bottom: 40px;
    max-width: 480px;
}

.cta-form-zone {
    background: linear-gradient(145deg, rgba(58, 36, 42, 0.55) 0%, rgba(42, 28, 34, 0.45) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(192, 0, 0, 0.15);
    border-radius: 4px;
    padding: 48px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.form-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: var(--warm-white);
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.form-sub {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 15px;
    color: rgba(245, 243, 239, 0.45);
    margin-bottom: 32px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--gold);
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--warm-white);
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    padding: 12px 4px;
    transition: border-color 0.2s;
    outline: none;
    border-radius: 0;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-bottom-color: var(--gold);
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: rgba(245, 243, 239, 0.2);
}

.form-select {
    appearance: none;
    cursor: none;
}

.form-select option {
    background: #382428;
    color: var(--warm-white);
}

.form-textarea {
    height: 80px;
    resize: none;
    line-height: 1.6;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}

.form-full {
    grid-column: span 2;
}

.form-submit {
    width: 100%;
    background: var(--gold);
    color: var(--black);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 18px;
    border: none;
    border-radius: 2px;
    cursor: none;
    margin-top: 8px;
    transition: all 0.3s;
}

.form-submit:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(192, 0, 0, 0.35);
}

.form-disclaimer {
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    color: rgba(245, 243, 239, 0.25);
    letter-spacing: 0.1em;
}

/* ─── FOOTER ─── */
#footer {
    background: var(--gradient-footer);
}

.footer-marquee {
    background: var(--gold);
    overflow: hidden;
    padding: 16px 0;
}

.footer-marquee-inner {
    display: flex;
    animation: marquee 24s linear infinite;
    white-space: nowrap;
}

.footer-marquee-item {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.22em;
    color: var(--black);
    padding: 0 32px;
    border-right: 1px solid rgba(26, 12, 14, 0.15);
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.footer-main {
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 60px 48px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 60px;
}

.footer-brand-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: var(--warm-white);
    letter-spacing: 0.02em;
    line-height: 0.92;
    display: block;
    margin-bottom: 4px;
}

.footer-brand-sub {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.4em;
    color: var(--gold);
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.footer-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 15px;
    color: rgba(245, 243, 239, 0.35);
    line-height: 1.65;
    margin-bottom: 24px;
    max-width: 300px;
}

.footer-address {
    font-size: 12px;
    font-weight: 500;
    color: rgba(245, 243, 239, 0.3);
    line-height: 2;
    letter-spacing: 0.05em;
}

.footer-phone-link {
    display: block;
    margin-top: 12px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--gold);
    text-decoration: none;
    letter-spacing: 0.04em;
    transition: color 0.2s;
}

.footer-phone-link:hover {
    color: var(--gold-light);
}

.footer-col-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--gold);
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(192, 0, 0, 0.18);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0;
}

.footer-links a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: rgba(245, 243, 239, 0.38);
    text-decoration: none;
    padding: 7px 0;
    display: block;
    transition: all 0.2s;
    position: relative;
}

.footer-links a::before {
    content: '→';
    position: absolute;
    left: -20px;
    color: var(--gold);
    opacity: 0;
    transition: all 0.2s;
}

.footer-links a:hover {
    color: var(--warm-white);
    padding-left: 20px;
}

.footer-links a:hover::before {
    opacity: 1;
    left: 0;
}

.footer-bottom {
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

/* Highlight CTA buttons */
.footer-cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 60px;
    max-width: 1600px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.footer-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s;
    cursor: none;
}

.footer-btn-call {
    background: var(--gold);
    color: var(--black);
}

.footer-btn-call:hover {
    background: var(--gold-light);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(192, 0, 0, 0.3);
}

.footer-btn-email {
    background: transparent;
    color: var(--warm-white);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-btn-email:hover {
    border-color: var(--gold);
    color: var(--gold);
    transform: translateY(-2px);
}

.footer-btn-map {
    background: var(--gradient-card);
    color: var(--warm-white);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-btn-map:hover {
    border-color: rgba(192, 0, 0, 0.3);
    transform: translateY(-2px);
}

.footer-btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.footer-btn-icon svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
}

.footer-btn-text {}

.footer-btn-main {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
}

.footer-btn-sub {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.15em;
    opacity: 0.65;
    display: block;
}

.footer-copy {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: rgba(245, 243, 239, 0.18);
}

.footer-domain {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--gold);
}

/* STATS BAR */
#stats-bar {
    background: var(--gradient-stats);
    padding: 0;
    box-shadow: 0 4px 32px rgba(192, 0, 0, 0.25);
}

.stats-bar-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat-item {
    padding: 36px 24px;
    text-align: center;
    border-right: 1px solid rgba(26, 12, 14, 0.12);
}

.stat-item:last-child {
    border-right: none;
}

.stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: var(--black);
    line-height: 1;
    display: block;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: rgba(26, 12, 14, 0.55);
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}

/* ─── RESPONSIVE ─── */
@media(max-width:1200px) {
    .hero-visual {
        width: min(52vw, 480px);
        height: min(70vh, 560px);
        right: -2%;
    }

    .hero-floating-cards {
        display: none;
    }

    .install-grid {
        grid-template-columns: 1fr;
    }

    .smart-layout {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .cta-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .why-card--featured {
        grid-row: span 1;
    }

    .why-quote {
        grid-column: span 2;
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-left {
        position: relative;
        top: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        padding-bottom: 48px;
        margin-bottom: 48px;
    }

    .faq-right {
        padding-left: 0;
    }

    .services-header {
        grid-template-columns: 1fr;
    }

    .areas-layout {
        grid-template-columns: 1fr;
    }

    .emergency-inner {
        grid-template-columns: 1fr;
    }
}

@media(max-width:768px) {
    #nav {
        padding: 0 20px;
    }

    .nav-links {
        display: none;
    }

    .hero-content {
        padding: 0 20px;
    }

    .services-wrap,
    .showcase-wrap,
    .smart-wrap,
    .testimonials-wrap,
    .areas-wrap,
    .faq-wrap,
    .why-wrap {
        padding: 0 20px;
    }

    .installation-wrap,
    .cta-content {
        padding: 0 20px;
    }

    .footer-main,
    .footer-bottom,
    .footer-cta-buttons {
        padding-left: 20px;
        padding-right: 20px;
    }

    .testimonials-track {
        grid-template-columns: 1fr;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .areas-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-bar-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .smart-visual {
        height: 400px;
    }

    .smart-img-secondary {
        width: 65%;
    }

    .hero-visual {
        position: absolute;
        right: -18%;
        top: auto;
        bottom: 0;
        width: 92%;
        max-width: none;
        height: 42vh;
        min-height: 280px;
        transform: none;
        opacity: 0.55;
        animation: heroVisualEnterMobile 1s 0.4s ease forwards;
    }

    @keyframes heroVisualEnterMobile {
        from {
            opacity: 0;
            transform: translateY(24px);
        }

        to {
            opacity: 0.55;
            transform: translateY(0);
        }
    }

    .hero-visual__shell {
        padding: 12px 14px 12px 32px;
    }

    .hero-visual__chip {
        left: 36px;
        bottom: 20px;
        padding: 10px 14px;
        font-size: 8px;
    }

    .hero-visual__media {
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
    }

    .hero-headline {
        font-size: clamp(56px, 14vw, 100px);
    }

    .hero-descriptor {
        flex-direction: column;
        gap: 28px;
    }

    .hero-metrics {
        flex-wrap: wrap;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-full {
        grid-column: span 1;
    }
}