/* ===================================================================
   Kitchen Eyes - Final Luxury Art-Direction Pass
   Flagship-grade visual polish, wow moments, mobile excellence
   =================================================================== */


/* ======================================
   1. CINEMATIC GRAIN & ATMOSPHERE
   Adds analog film texture across the site
   ====================================== */

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
    opacity: 0.028;
    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)'/%3E%3C/svg%3E");
    background-repeat: repeat;
    mix-blend-mode: overlay;
}


/* ======================================
   2. TYPOGRAPHY UPGRADE
   Refined scale, rhythm, spacing
   ====================================== */

h1 {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 700;
}

h2 {
    font-size: clamp(2.1rem, 4.2vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
}

h3 {
    font-size: clamp(1.4rem, 2.8vw, 1.95rem);
    letter-spacing: -0.015em;
}

.section-header {
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.section-header h2 {
    margin-bottom: var(--sp-xl);
}

.section-header p {
    font-size: 1.08rem;
    line-height: 1.9;
    max-width: 580px;
    opacity: 0.95;
    color: var(--text-secondary);
}

.section-header .label,
.section-header .label--gold {
    margin-bottom: var(--sp-xl);
    padding: 7px var(--sp-xl) 7px calc(var(--sp-xl) + 2px);
    font-size: 0.66rem;
    letter-spacing: 0.2em;
    box-shadow: 0 0 24px rgba(30, 127, 122, 0.08);
}

.brand-statement__text {
    font-size: clamp(1.4rem, 2.6vw, 1.9rem);
    line-height: 1.85;
    max-width: 800px;
    color: var(--text-secondary);
}


/* ======================================
   3. HERO SECTIONS - Flagship Level
   ====================================== */

/* -- Home Hero -- */
.hero {
    min-height: 100vh;
    min-height: 100dvh;
}

.hero__bg-overlay {
    background:
        linear-gradient(145deg,
            rgba(5,12,24,0.65) 0%,
            rgba(7,17,31,0.40) 30%,
            rgba(5,12,24,0.42) 55%,
            rgba(5,12,24,0.68) 100%);
}

.hero__bg-vignette {
    background:
        radial-gradient(ellipse at 25% 45%, transparent 15%, rgba(5,12,24,0.42) 70%),
        radial-gradient(ellipse at 80% 80%, rgba(184,149,94,0.02) 0%, transparent 45%),
        radial-gradient(ellipse at 65% 20%, rgba(30,127,122,0.02) 0%, transparent 50%),
        radial-gradient(ellipse at 50% 50%, rgba(5,12,24,0.16) 0%, transparent 60%);
}

.hero__title {
    font-size: clamp(3.8rem, 8vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    margin-bottom: calc(var(--sp-xl) + 0.25rem);
    text-shadow:
        0 2px 40px rgba(0,0,0,0.50),
        0 8px 80px rgba(0,0,0,0.22),
        0 0 120px rgba(30,127,122,0.08);
}

.hero__subtitle {
    font-size: 1.15rem;
    line-height: 1.95;
    max-width: 540px;
    margin-bottom: calc(var(--sp-2xl) + 0.5rem);
    padding-bottom: var(--sp-xl);
    border-bottom: 1px solid rgba(30, 127, 122, 0.08);
    opacity: 1;
    color: var(--text-secondary);
}

.hero__label {
    margin-bottom: calc(var(--sp-xl) + 1rem);
    font-size: 0.68rem;
    letter-spacing: 0.22em;
}

.hero__label::before {
    width: 48px;
    background: linear-gradient(90deg, var(--gold), var(--gold-subtle));
}

/* Ring visual - premium signature */
.hero__ring-glow {
    inset: -90px;
    background: radial-gradient(circle at center,
        rgba(30, 127, 122, 0.18) 0%,
        rgba(30, 127, 122, 0.10) 18%,
        rgba(184, 149, 94, 0.03) 38%,
        rgba(30, 127, 122, 0.015) 55%,
        transparent 68%);
}

.hero__ring-outer {
    border: 1.5px solid rgba(30, 127, 122, 0.28);
    box-shadow:
        0 0 80px rgba(30, 127, 122, 0.10),
        0 0 180px rgba(30, 127, 122, 0.04),
        inset 0 0 40px rgba(30, 127, 122, 0.03);
}

.hero__ring-node {
    box-shadow:
        0 0 10px rgba(30, 127, 122, 0.8),
        0 0 24px rgba(30, 127, 122, 0.4),
        0 0 48px rgba(30, 127, 122, 0.15);
}

.hero__ring-mid {
    border-color: rgba(30, 127, 122, 0.18);
    box-shadow:
        0 0 40px rgba(30, 127, 122, 0.05),
        inset 0 0 20px rgba(30, 127, 122, 0.03);
}

.hero__ring-pulse {
    border-color: rgba(30, 127, 122, 0.12);
    box-shadow:
        0 0 30px rgba(30, 127, 122, 0.06),
        0 0 60px rgba(30, 127, 122, 0.03);
}

.hero__ring-inner {
    background: rgba(30, 127, 122, 0.08);
    border: 1.5px solid rgba(30, 127, 122, 0.18);
    box-shadow:
        0 0 100px rgba(30, 127, 122, 0.16),
        0 0 200px rgba(30, 127, 122, 0.06),
        0 0 40px rgba(184, 149, 94, 0.015),
        inset 0 0 80px rgba(30, 127, 122, 0.08),
        inset 0 0 160px rgba(30, 127, 122, 0.03);
}

.hero__ring-core {
    font-size: 2.8rem;
    color: var(--teal-light);
    letter-spacing: 0.14em;
    text-shadow:
        0 0 24px rgba(30, 127, 122, 0.55),
        0 0 60px rgba(30, 127, 122, 0.22),
        0 0 120px rgba(30, 127, 122, 0.06);
}

.hero__badge {
    background: rgba(8, 18, 30, 0.94);
    border-color: rgba(30, 127, 122, 0.10);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.5),
        0 0 1px rgba(255,255,255,0.08),
        0 0 20px rgba(30, 127, 122, 0.04);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
}

.hero__badge:hover {
    border-color: rgba(30, 127, 122, 0.35);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.5),
        0 0 20px rgba(30, 127, 122, 0.12),
        0 0 40px rgba(30, 127, 122, 0.04);
}

/* -- Page Heroes (interior) -- */
.page-hero {
    padding: calc(var(--nav-height) + var(--sp-5xl) + 1rem) 0 calc(var(--sp-5xl) + 1rem);
}

.page-hero__content {
    max-width: 780px;
}

.page-hero h1 {
    margin-bottom: calc(var(--sp-lg) + 0.25rem);
    text-shadow: 0 2px 40px rgba(0,0,0,0.25);
}

.page-hero p {
    font-size: 1.12rem;
    line-height: 1.9;
    max-width: 600px;
    opacity: 0.85;
}

/* Page hero atmospheric depth */
.page-hero::after {
    width: 90%;
    height: 400px;
    background: radial-gradient(ellipse at center, rgba(30,127,122,0.04) 0%, transparent 55%);
}


/* ======================================
   4. PREMIUM BUTTONS
   ====================================== */

.btn--primary {
    background: linear-gradient(135deg, #1E7F7A 0%, #19706B 40%, #1E7F7A 100%);
    background-size: 200% 200%;
    box-shadow:
        0 4px 20px rgba(30, 127, 122, 0.28),
        0 0 0 1px rgba(30, 127, 122, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.12);
    letter-spacing: 0.05em;
}

.btn--primary {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s ease,
                background-position 0.45s ease;
}

.btn--primary:hover {
    box-shadow:
        0 8px 40px rgba(30, 127, 122, 0.45),
        0 0 0 1px rgba(30, 127, 122, 0.25),
        0 0 24px rgba(30, 127, 122, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.12);
    transform: translateY(-2px);
}

.btn--lg {
    padding: 1.15rem 3rem;
    font-size: 0.92rem;
    border-radius: var(--radius-lg);
}

.btn--secondary {
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    letter-spacing: 0.04em;
}

.btn--secondary {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.45s ease,
                box-shadow 0.45s ease,
                color 0.35s ease,
                background 0.45s ease;
}

.btn--secondary:hover {
    border-color: rgba(30, 127, 122, 0.5);
    box-shadow:
        0 0 30px rgba(30, 127, 122, 0.12),
        0 0 0 1px rgba(30, 127, 122, 0.1),
        inset 0 0 24px rgba(30, 127, 122, 0.04);
    transform: translateY(-2px);
}

.btn--gold {
    background: linear-gradient(135deg, #866A38 0%, #A8874C 30%, #B8955E 60%, #C4A568 100%);
    color: #0A0E16;
    font-weight: 600;
    box-shadow:
        0 4px 24px rgba(145, 117, 72, 0.30),
        0 0 0 1px rgba(145, 117, 72, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.22),
        inset 0 -1px 0 rgba(0,0,0,0.10);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.45s ease,
                box-shadow 0.45s ease;
}

.btn--gold:hover {
    background: linear-gradient(135deg, #917548 0%, #B8955E 30%, #C4A568 60%, #CDB070 100%);
    color: #0A0E16;
    transform: translateY(-2px);
    box-shadow:
        0 12px 40px rgba(145, 117, 72, 0.38),
        0 0 0 1px rgba(145, 117, 72, 0.25),
        0 0 32px rgba(184, 149, 94, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.20),
        inset 0 -1px 0 rgba(0,0,0,0.08);
}

.btn--gold:active {
    transform: translateY(0);
    background: linear-gradient(135deg, #6B5228 0%, #866A38 30%, #A8874C 60%, #B8955E 100%);
    box-shadow:
        0 4px 16px rgba(145, 117, 72, 0.28),
        0 0 0 1px rgba(145, 117, 72, 0.20),
        inset 0 2px 4px rgba(0,0,0,0.15);
}

.btn--gold:focus-visible {
    outline: none;
    box-shadow:
        0 12px 40px rgba(145, 117, 72, 0.38),
        0 0 0 2px #0A0E16,
        0 0 0 4px rgba(184, 149, 94, 0.55),
        inset 0 1px 0 rgba(255,255,255,0.20);
}


/* ======================================
   5. CARDS - Deeper Luxury Feel
   ====================================== */

.card {
    box-shadow:
        var(--shadow-sm),
        inset 0 1px 0 rgba(255,255,255,0.035),
        inset 0 -1px 0 rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.05);
    display: flex;
    flex-direction: column;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.45s ease,
                background 0.45s ease;
}

.card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 20px 60px rgba(0,0,0,0.45),
        0 0 30px rgba(30, 127, 122, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.05);
    border-color: rgba(30, 127, 122, 0.2);
}

/* Keep all cards aligned: same icon block height */
.card__icon {
    flex-shrink: 0;
}

.card__text {
    flex: 1;
}

.card__number {
    font-size: 0.72rem;
    color: var(--teal-light);
    opacity: 0.7;
    letter-spacing: 0.14em;
}

.card__title {
    font-size: 1.18rem;
    letter-spacing: -0.01em;
}


/* ======================================
   6. PILLAR CARDS - Upgraded
   ====================================== */

.pillar-card {
    box-shadow:
        var(--shadow-sm),
        inset 0 1px 0 rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.05);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.45s ease;
}

.pillar-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 24px 64px rgba(0,0,0,0.5),
        0 0 40px rgba(30, 127, 122, 0.06);
}

.pillar-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
}


/* ======================================
   7. NAVIGATION - Premium Polish
   ====================================== */

.nav {
    height: 76px;
}

.nav--scrolled {
    background: rgba(5, 12, 24, 0.92);
    backdrop-filter: blur(40px) saturate(1.4);
    -webkit-backdrop-filter: blur(40px) saturate(1.4);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.03),
        0 4px 48px rgba(0,0,0,0.45);
}

.nav__brand-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    filter: drop-shadow(0 0 14px rgba(30, 127, 122, 0.40))
            drop-shadow(0 0 36px rgba(30, 127, 122, 0.10));
}

.nav__link {
    font-size: 0.82rem;
    letter-spacing: 0.015em;
    transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.nav__links:hover .nav__link:not(:hover) {
    opacity: 0.55;
}

.nav__link::after {
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 0 6px rgba(30, 127, 122, 0.3);
}


/* ======================================
   8. CTA BANNERS - Cinematic Premium
   ====================================== */

.cta-banner {
    padding: clamp(5.5rem, 11vw, 10rem) 0;
}

.cta-banner::before {
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(30,127,122,0.25) 20%,
        rgba(184,149,94,0.3) 40%,
        rgba(30,127,122,0.35) 50%,
        rgba(184,149,94,0.3) 60%,
        rgba(30,127,122,0.25) 80%,
        transparent 95%);
    opacity: 0.45;
    height: 2px;
    filter: blur(0.5px);
}

.cta-banner--cinematic {
    padding: clamp(6rem, 12vw, 11rem) 0;
    margin-bottom: 0;
}

/* Breathing space between CTA and footer */
.cta-banner + .footer,
.cta-banner--cinematic + .footer {
    margin-top: clamp(2rem, 4vw, 4rem);
}

.cta-banner h2 {
    margin-bottom: var(--sp-lg);
    text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.cta-banner p {
    margin: 0 auto var(--sp-2xl);
    max-width: 580px;
    font-size: 1.05rem;
    line-height: 1.85;
    opacity: 0.85;
}

.cta-banner__actions {
    gap: var(--sp-lg);
}


/* ======================================
   9. DASHBOARD PANELS - Command Centre Elite
   ====================================== */

.dash-panel {
    background: linear-gradient(180deg, rgba(8,16,28,0.98) 0%, rgba(5,12,24,0.99) 100%);
    border-color: rgba(255,255,255,0.07);
    box-shadow:
        0 16px 56px rgba(0,0,0,0.55),
        0 0 1px rgba(255,255,255,0.06),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.dash-panel:hover {
    box-shadow:
        0 24px 72px rgba(0,0,0,0.6),
        0 0 50px rgba(30, 127, 122, 0.07),
        0 0 1px rgba(255,255,255,0.08),
        inset 0 1px 0 rgba(255,255,255,0.05);
    border-color: rgba(30, 127, 122, 0.25);
}

.dash-panel__header {
    background: rgba(255,255,255,0.02);
    border-bottom-color: rgba(255,255,255,0.05);
    padding: var(--sp-lg) calc(var(--sp-xl) + 4px);
}

.dash-panel__title {
    font-size: 1rem;
    letter-spacing: -0.005em;
}

.dash-panel__accent {
    height: 2px;
    box-shadow: 0 0 12px rgba(30, 127, 122, 0.2);
}

.dash-panel__accent--gold {
    box-shadow: 0 0 12px rgba(184, 149, 94, 0.15);
}

/* KPI values - sharper hierarchy */
.dash-kpi__value {
    font-size: 1.85rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 0 24px rgba(30, 127, 122, 0.2);
}

.dash-kpi__label {
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    margin-top: 8px;
    opacity: 0.7;
}

/* Chart bars - richer colors */
.dash-chart__bar {
    background: linear-gradient(180deg, rgba(30,127,122,0.55) 0%, rgba(23,94,90,0.3) 100%);
    border-radius: 4px 4px 1px 1px;
}

.dash-chart__bar--accent {
    background: linear-gradient(180deg, #1E7F7A 0%, rgba(30,127,122,0.65) 100%);
    box-shadow: 0 0 8px rgba(30, 127, 122, 0.15);
}

.dash-chart {
    background: rgba(10,21,34,0.6);
    border: 1px solid rgba(255,255,255,0.03);
}

/* Alert rows - premium feel */
.dash-alert {
    background: rgba(14,25,38,0.7);
    border: 1px solid rgba(255,255,255,0.03);
    border-radius: var(--radius-md);
    transition: border-color 0.4s ease, background 0.4s ease;
}

.dash-alert:hover {
    border-color: rgba(255,255,255,0.06);
    background: rgba(14,25,38,0.9);
}

/* KPI row cells */
.dash-kpi {
    background: rgba(14,25,38,0.5);
    padding: var(--sp-md) var(--sp-md);
}


/* ======================================
   10. FEATURE VISUALS - Richer Treatment
   ====================================== */

.feature-row__visual {
    box-shadow:
        0 8px 40px rgba(0,0,0,0.45),
        0 0 1px rgba(255,255,255,0.04),
        inset 0 1px 0 rgba(255,255,255,0.04);
    border-color: rgba(255,255,255,0.05);
    min-height: 340px;
    transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.55s ease;
}

.feature-row__visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(30,127,122,0.03) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(184,149,94,0.015) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.feature-row__visual:hover {
    transform: translateY(-2px);
    border-color: rgba(30, 127, 122, 0.12);
    box-shadow:
        0 16px 56px rgba(0,0,0,0.5),
        0 0 40px rgba(30, 127, 122, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.05);
}


/* ======================================
   11. FOOTER - Polished Luxury
   ====================================== */

.footer--luxury {
    padding-top: clamp(5.5rem, 10vw, 8rem);
    padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.footer--luxury .footer__grid {
    gap: clamp(3.5rem, 7vw, 7rem);
    margin-bottom: clamp(3.5rem, 6vw, 5rem);
}

.footer--luxury::before {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(30,127,122,0.25) 20%,
        rgba(184,149,94,0.30) 40%,
        rgba(30,127,122,0.40) 50%,
        rgba(184,149,94,0.30) 60%,
        rgba(30,127,122,0.25) 80%,
        transparent 95%);
    opacity: 0.6;
    filter: blur(0.5px);
}

.footer__brand h3 {
    font-size: 1.3rem;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-family: var(--font-light);
    font-weight: 500;
    margin-bottom: var(--sp-sm);
}

.footer__brand p {
    line-height: 1.85;
    opacity: 0.9;
    max-width: 340px;
    color: var(--text-secondary);
}

.footer__brand-icon {
    filter: drop-shadow(0 0 16px rgba(30, 127, 122, 0.35))
            drop-shadow(0 0 40px rgba(30, 127, 122, 0.10));
}

.footer--luxury .footer__col h4 {
    margin-bottom: var(--sp-2xl);
    font-size: 0.76rem;
    letter-spacing: 0.16em;
    color: var(--text-secondary);
    position: relative;
}

.footer--luxury .footer__col h4::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: linear-gradient(90deg, rgba(30, 127, 122, 0.5), rgba(30, 127, 122, 0.2));
    margin-top: var(--sp-lg);
}

.footer__col a {
    transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                padding-left 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
    padding: 0.7rem 0;
    font-size: 0.9rem;
    letter-spacing: 0.01em;
    color: var(--text-secondary);
}

.footer__col a:hover {
    color: var(--teal-light);
    transform: translateX(3px);
}

.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.10);
    padding-top: var(--sp-3xl);
    margin-top: var(--sp-xl);
    opacity: 0.80;
    font-size: 0.78rem;
    letter-spacing: 0.03em;
    color: var(--text-dim);
}


/* ======================================
   12. SECTION DEPTH & EDGE LIGHTING
   ====================================== */

/* Top-edge lighting on sections */
.section--dark::before,
.section--darker::before,
.section--alt::before {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(255,255,255,0.02) 15%,
        rgba(255,255,255,0.05) 40%,
        rgba(255,255,255,0.07) 50%,
        rgba(255,255,255,0.05) 60%,
        rgba(255,255,255,0.02) 85%,
        transparent 95%);
    filter: blur(0.3px);
}

/* Subtle bottom glow on sections */
.section {
    padding: clamp(4.5rem, 9.5vw, 9rem) 0;
}

/* Premium section divider lines */
.section-glow-line {
    height: 2px;
    opacity: 0.4;
    filter: blur(0.3px);
}

.section-divider {
    height: 2px;
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(30,127,122,0.15) 30%,
        rgba(184,149,94,0.15) 50%,
        rgba(30,127,122,0.15) 70%,
        transparent 95%);
}


/* ======================================
   13. ATMOSPHERE PANELS - Cinematic Upgrade
   ====================================== */

.atmosphere-panel {
    padding: clamp(5rem, 10vw, 8rem) 0;
}

.atmosphere-panel__bg-overlay {
    background: linear-gradient(180deg,
        rgba(5,12,24,0.40) 0%,
        rgba(7,17,31,0.05) 25%,
        rgba(5,12,24,0.05) 75%,
        rgba(5,12,24,0.45) 100%);
}

.atmosphere-panel__quote p {
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    line-height: 1.9;
    text-shadow: 0 2px 24px rgba(0,0,0,0.4);
    color: var(--text-primary);
}


/* ======================================
   14. CINEMATIC STRIPS - Richer
   ====================================== */

.cinematic-strip {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.cinematic-strip__bg-overlay {
    background: linear-gradient(180deg,
        rgba(5,12,24,0.40) 0%,
        rgba(7,17,31,0.05) 40%,
        rgba(5,12,24,0.05) 60%,
        rgba(5,12,24,0.40) 100%);
}


/* ======================================
   15. IMAGE PANELS & CONTACT SIDE - Glass
   ====================================== */

.contact-side-panel {
    box-shadow:
        0 16px 56px rgba(0,0,0,0.5),
        inset 0 1px 0 rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.06);
}

.image-panel {
    box-shadow:
        0 12px 48px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.04);
}


/* ======================================
   16. CONTACT FORM - Premium Upgrade
   ====================================== */

.contact-form {
    box-shadow:
        0 16px 64px rgba(0,0,0,0.45),
        0 0 1px rgba(255,255,255,0.05),
        inset 0 1px 0 rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.06);
    padding: var(--sp-3xl) calc(var(--sp-2xl) + 0.5rem);
}

.contact-form::before {
    height: 2px;
    box-shadow: 0 0 16px rgba(30, 127, 122, 0.2);
}

.form-input,
.form-select,
.form-textarea {
    padding: 0.9rem 1.15rem;
    background: rgba(10,21,34,0.7);
    border-color: rgba(255,255,255,0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    background: rgba(10,21,34,0.9);
    box-shadow: 0 0 0 3px rgba(30,127,122,0.12), 0 0 20px rgba(30,127,122,0.06);
}

.form-label {
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: none;
}


/* ======================================
   17. KPI COUNTERS - Sharper
   ====================================== */

.counter-item__value {
    font-size: clamp(2.8rem, 5vw, 3.6rem);
    text-shadow: 0 0 40px rgba(30, 127, 122, 0.18);
}

.counter-item__label {
    margin-top: var(--sp-sm);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    opacity: 0.65;
}


/* ======================================
   18. TIMELINE - Deeper
   ====================================== */

.timeline::before {
    width: 2px;
    background: linear-gradient(180deg,
        var(--teal) 0%,
        var(--teal-muted) 50%,
        var(--gold-subtle) 80%,
        var(--gold) 100%);
    box-shadow: 0 0 12px rgba(30,127,122,0.1);
}

.timeline__dot {
    box-shadow: 0 0 24px rgba(30, 127, 122, 0.25), 0 0 8px rgba(30, 127, 122, 0.15);
}

.timeline__tag {
    transition: border-color 0.2s ease, background 0.2s ease;
}

.timeline__tag:hover {
    border-color: var(--border-accent);
    background: rgba(30,127,122,0.06);
}


/* ======================================
   19. PROCESS STEPS - Premium
   ====================================== */

.process-step__num {
    width: 52px;
    height: 52px;
    box-shadow:
        0 0 36px rgba(30, 127, 122, 0.3),
        0 0 12px rgba(30, 127, 122, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Align connecting line to center of enlarged 52px circles (center = 26px) */
.process-steps::before {
    top: 26px;
}


/* ======================================
   20. BADGE ENHANCEMENTS
   ====================================== */

.badge {
    box-shadow: 0 0 16px rgba(30, 127, 122, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.badge--gold {
    box-shadow: 0 0 16px rgba(184, 149, 94, 0.06);
}


/* ======================================
   21. REVEAL ANIMATIONS - Premium Motion
   ====================================== */

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 1.15s cubic-bezier(0.22, 1, 0.36, 1),
                transform 1.15s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.reveal--visible {
    opacity: 1;
    transform: translateY(0);
}

/* Nested reveal rules removed: all cards are now independent root reveals.
 * Each card is observed individually by IntersectionObserver.
 * Stagger is handled purely by reveal--delay-N classes.
 */

/* Premium stagger rhythm */
.reveal--delay-1 { transition-delay: 0.12s; }
.reveal--delay-2 { transition-delay: 0.24s; }
.reveal--delay-3 { transition-delay: 0.36s; }
.reveal--delay-4 { transition-delay: 0.48s; }
.reveal--delay-5 { transition-delay: 0.60s; }


/* ======================================
   22. ACCENT BAR UPGRADE
   ====================================== */

.accent-bar {
    width: 64px;
    height: 2px;
    box-shadow: 0 0 16px rgba(30, 127, 122, 0.2);
}

.accent-bar--gold {
    box-shadow: 0 0 16px rgba(184, 149, 94, 0.15);
}


/* ======================================
   23. GOV STRIP - Premium
   ====================================== */

.gov-strip__icon {
    box-shadow: 0 0 16px rgba(30, 127, 122, 0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.gov-strip__item:hover .gov-strip__icon {
    box-shadow: 0 0 24px rgba(30, 127, 122, 0.12);
    border-color: rgba(30, 127, 122, 0.35);
}


/* ======================================
   24. GRADIENT TEXT - Richer
   ====================================== */

.gradient-text {
    background: linear-gradient(135deg, #7EDDD7 0%, #5FC7C0 20%, #1E7F7A 45%, #B8955E 75%, #D2B27A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


/* ======================================
   25. SCROLLBAR - Refined
   ====================================== */

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgba(30,127,122,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(30,127,122,0.5);
}


/* ======================================
   WOW MOMENT: HOME HERO AMBIENT PULSE
   Subtle breathing glow on the ring
   ====================================== */

@keyframes ambient-pulse {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.02); }
}

.hero__ring-inner {
    animation: ambient-pulse 6s ease-in-out infinite;
}

/* Outer ring dashed accent overlay */
.hero__ring-outer::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 1px dashed rgba(30, 127, 122, 0.12);
    animation: ring-spin 80s linear infinite reverse;
}

/* Mid ring accent overlay */
.hero__ring-mid::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 50%;
    border: 1px dashed rgba(184, 149, 94, 0.08);
    animation: ring-spin 60s linear infinite;
}


/* ======================================
   WOW MOMENT: DASHBOARD LIVE INDICATOR
   Pulsing dot on live badges
   ====================================== */

@keyframes live-pulse {
    0%, 100% { box-shadow: 0 0 0 0 currentColor; }
    50% { box-shadow: 0 0 0 4px transparent; }
}

.badge__dot {
    animation: live-pulse 2.5s ease-in-out infinite;
}


/* ======================================
   WOW MOMENT: CTA BANNER GLOW SWEEP
   Animated light sweep across top border
   ====================================== */

@keyframes glow-sweep {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
}

.cta-banner--cinematic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(30,127,122,0.4) 30%,
        rgba(184,149,94,0.5) 50%,
        rgba(30,127,122,0.4) 70%,
        transparent 100%);
    animation: glow-sweep 8s ease-in-out infinite;
    z-index: 2;
    pointer-events: none;
}


/* ======================================
   WOW MOMENT: ABOUT ATMOSPHERE
   Extra radial glow behind quote
   ====================================== */

.atmosphere-panel__quote::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 400px;
    background: radial-gradient(ellipse at center,
        rgba(30,127,122,0.06) 0%,
        rgba(184,149,94,0.03) 30%,
        transparent 60%);
    pointer-events: none;
    z-index: -1;
}

.atmosphere-panel__quote {
    position: relative;
}


/* ============================================================
   RESPONSIVE: MOBILE-FIRST PREMIUM EXPERIENCE
   ============================================================ */

/* --- TABLET (max-width: 1024px) --- */
@media (max-width: 1024px) {
    .hero__title {
        font-size: clamp(2.8rem, 5.5vw, 3.8rem);
    }

    .hero__content {
        gap: var(--sp-2xl);
    }

    .cta-banner--cinematic {
        padding: clamp(4.5rem, 9vw, 7rem) 0;
    }

    .counter-grid {
        gap: var(--sp-xl);
    }

    .footer__grid {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: var(--sp-2xl);
    }
}

/* --- MOBILE NAV BREAKPOINT (max-width: 968px) --- */
@media (max-width: 968px) {
    .nav {
        height: 68px;
    }

    .hero {
        min-height: auto;
        min-height: auto;
        padding-top: 68px;
        padding-bottom: var(--sp-3xl);
    }

    .hero__content {
        grid-template-columns: 1fr;
        text-align: center;
        padding: var(--sp-3xl) 0 var(--sp-xl);
    }

    .hero__text {
        max-width: 560px;
        margin: 0 auto;
    }

    .hero__title {
        font-size: clamp(2.4rem, 8vw, 3.2rem);
        line-height: 1.06;
        margin-bottom: var(--sp-lg);
    }

    .hero__subtitle {
        font-size: 1rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 440px;
        margin-bottom: var(--sp-xl);
    }

    .hero__label {
        margin-bottom: var(--sp-lg);
        font-size: 0.62rem;
    }

    .hero__actions {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: var(--sp-md);
    }

    .hero__actions .btn--lg {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .hero__visual {
        margin-top: var(--sp-xl);
        transform: scale(0.85);
    }

    .hero__ring {
        width: 260px;
        height: 260px;
    }

    .hero__badge {
        display: none;
    }

    /* Page hero mobile */
    .page-hero {
        padding: calc(68px + var(--sp-3xl)) 0 var(--sp-3xl);
    }

    .page-hero h1 {
        font-size: clamp(2rem, 7vw, 2.6rem);
        line-height: 1.1;
    }

    .page-hero p {
        font-size: 0.98rem;
        max-width: 480px;
    }

    .page-hero__content {
        max-width: 560px;
        padding: 0 var(--sp-md);
    }

    /* Split layouts */
    .split {
        grid-template-columns: 1fr;
        gap: var(--sp-2xl);
    }

    .feature-row {
        grid-template-columns: 1fr;
        gap: var(--sp-xl);
    }

    .feature-row--reverse {
        direction: ltr;
    }

    .feature-row__visual {
        min-height: 260px;
    }

    /* Mobile nav menu */
    .nav__mobile {
        top: 68px;
        background: rgba(5, 12, 24, 1);
        backdrop-filter: blur(32px) saturate(1.2);
        -webkit-backdrop-filter: blur(32px) saturate(1.2);
        gap: var(--sp-lg);
        padding: var(--sp-3xl) var(--sp-xl);
        padding-top: clamp(2rem, 8vh, 5rem);
    }

    .nav__mobile .nav__link {
        font-size: 1.15rem;
        padding: var(--sp-sm) 0;
        letter-spacing: 0.02em;
    }

    .nav__mobile .btn {
        width: 100%;
        max-width: 280px;
        margin-top: var(--sp-lg);
        text-align: center;
    }
}

/* --- MOBILE (max-width: 768px) --- */
@media (max-width: 768px) {
    /* Reveal: lighter motion on mobile */
    .reveal {
        transform: translateY(20px);
        transition-duration: 0.85s;
    }
    .reveal--group {
        transform: none;
    }

    /* Container padding */
    .container {
        padding: 0 var(--sp-lg);
    }

    /* Section spacing */
    .section {
        padding: clamp(3rem, 8vw, 5rem) 0;
    }

    /* Section headers */
    .section-header {
        margin-bottom: var(--sp-2xl);
    }

    .section-header h2 {
        font-size: clamp(1.7rem, 5.5vw, 2.2rem);
        line-height: 1.12;
    }

    .section-header p {
        font-size: 0.95rem;
    }

    /* Brand statement */
    .brand-statement {
        padding: var(--sp-3xl) 0;
    }

    .brand-statement__text {
        font-size: clamp(1.15rem, 4vw, 1.4rem);
        line-height: 1.85;
    }

    /* Cards */
    .card {
        padding: var(--sp-xl) var(--sp-lg) var(--sp-xl);
    }

    .card:hover {
        transform: translateY(-2px);
    }

    .card__title {
        font-size: 1.08rem;
    }

    /* Pillar cards */
    .pillar-card {
        padding: var(--sp-xl) var(--sp-lg) var(--sp-xl);
    }

    .pillar-card:hover {
        transform: translateY(-2px);
    }

    .pillar-card__icon {
        width: 52px;
        height: 52px;
    }

    /* Grid layouts */
    .grid--2,
    .grid--3,
    .grid--4,
    .grid--5 {
        grid-template-columns: 1fr;
        gap: var(--sp-lg);
    }

    /* Dashboard panels */
    .dash-panel {
        border-radius: var(--radius-lg);
    }

    .dash-panel__header {
        padding: var(--sp-md) var(--sp-lg);
        flex-wrap: wrap;
        gap: var(--sp-sm);
    }

    .dash-panel__body {
        padding: var(--sp-md);
    }

    .dash-kpi-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
    }

    .dash-kpi__value {
        font-size: 1.5rem;
    }

    .dash-kpi__label {
        font-size: 0.55rem;
    }

    .dash-chart {
        height: 50px !important;
    }

    /* Alert list mobile */
    .dash-alert {
        font-size: 0.75rem;
        padding: 8px 10px;
    }

    .dash-alert__time {
        font-size: 0.65rem;
    }

    /* Status grid */
    .dash-status-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CTA banners */
    .cta-banner {
        padding: clamp(3.5rem, 8vw, 5rem) 0;
    }

    .cta-banner--cinematic {
        padding: clamp(4rem, 9vw, 6rem) 0;
    }

    /* Footer mobile */
    .footer--luxury {
        padding-top: clamp(4rem, 8vw, 6rem);
        padding-bottom: var(--sp-2xl);
    }

    .cta-banner + .footer,
    .cta-banner--cinematic + .footer {
        margin-top: var(--sp-xl);
    }

    .cta-banner h2 {
        font-size: clamp(1.7rem, 5.5vw, 2.2rem);
        line-height: 1.12;
    }

    .cta-banner p {
        font-size: 0.95rem;
        max-width: 400px;
    }

    .cta-banner__actions {
        flex-direction: column;
        align-items: center;
        gap: var(--sp-md);
    }

    .cta-banner__actions .btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    /* Counter grid */
    .counter-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: var(--sp-lg);
    }

    .counter-item__value {
        font-size: clamp(2.2rem, 7vw, 2.8rem);
    }

    .counter-item__label {
        font-size: 0.68rem;
    }

    /* Timeline */
    .timeline {
        padding-left: var(--sp-2xl);
    }

    .timeline__title {
        font-size: 1.15rem;
    }

    .timeline__features {
        gap: var(--sp-xs);
    }

    .timeline__tag {
        font-size: 0.68rem;
        padding: 3px 10px;
    }

    /* Process steps */
    .process-steps {
        grid-template-columns: 1fr;
        gap: var(--sp-xl);
    }

    .process-steps::before {
        display: none;
    }

    .process-step {
        display: flex;
        align-items: flex-start;
        gap: var(--sp-lg);
        text-align: left;
    }

    .process-step__num {
        margin: 0;
        flex-shrink: 0;
    }

    /* Contact form */
    .contact-form {
        padding: var(--sp-xl) var(--sp-lg);
    }

    .contact-form__grid {
        grid-template-columns: 1fr;
    }

    .contact-form h3 {
        font-size: 1.3rem;
    }

    .btn--lg {
        padding: 1rem 2.2rem;
        font-size: 0.88rem;
    }

    /* Atmosphere panels */
    .atmosphere-panel {
        padding: clamp(3.5rem, 8vw, 5rem) 0;
    }

    .atmosphere-panel__quote p {
        font-size: clamp(1.1rem, 4vw, 1.35rem);
        line-height: 1.85;
    }

    /* Cinematic strips */
    .cinematic-strip {
        padding: clamp(2rem, 4vw, 3rem) 0;
    }

    /* Gov strip */
    .gov-strip {
        grid-template-columns: 1fr;
        gap: var(--sp-xl);
    }

    /* Footer */
    .footer {
        padding: var(--sp-3xl) 0 var(--sp-lg);
    }

    .footer__grid {
        grid-template-columns: 1fr;
        gap: var(--sp-xl);
        margin-bottom: var(--sp-2xl);
    }

    .footer__brand {
        text-align: center;
    }

    .footer__brand p {
        max-width: 340px;
        margin: 0 auto;
    }

    .footer__brand-icon {
        margin: 0 auto var(--sp-md);
    }

    .footer__col {
        text-align: center;
    }

    .footer__col h4 {
        margin-bottom: var(--sp-md);
    }

    .footer__col a {
        display: block;
        padding: var(--sp-xs) 0;
    }

    .footer__col a:hover {
        transform: none;
    }

    .footer__bottom {
        flex-direction: column;
        gap: var(--sp-sm);
        text-align: center;
        padding-top: var(--sp-xl);
    }

    /* FAQ */
    .faq-item__question {
        font-size: 0.92rem;
        gap: var(--sp-md);
    }

    .faq-item__answer p {
        font-size: 0.85rem;
    }

    /* Module cards */
    .module-category__header {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sp-md);
    }

    .module-card {
        padding: var(--sp-md);
    }

    .module-card__name {
        font-size: 0.9rem;
    }

    .module-card__desc {
        font-size: 0.8rem;
    }

    /* Image panels */
    .image-panel {
        min-height: 220px;
    }

    /* Contact side panel */
    .contact-side-panel {
        min-height: 280px;
    }

    /* Badges */
    .badge {
        font-size: 0.66rem;
        padding: 4px 12px;
    }

    /* Accent bar */
    .accent-bar {
        margin: var(--sp-md) auto;
    }

    .accent-bar--left {
        margin-left: auto;
        margin-right: auto;
    }
}

/* --- SMALL MOBILE (max-width: 480px) --- */
@media (max-width: 480px) {
    .container {
        padding: 0 var(--sp-md);
    }

    .hero__title {
        font-size: clamp(2rem, 9vw, 2.6rem);
    }

    .hero__subtitle {
        font-size: 0.92rem;
        max-width: 320px;
    }

    .hero__visual {
        transform: scale(0.72);
        margin-top: var(--sp-md);
    }

    .page-hero h1 {
        font-size: clamp(1.75rem, 7vw, 2.2rem);
    }

    .page-hero p {
        font-size: 0.9rem;
    }

    .section-header h2 {
        font-size: clamp(1.5rem, 6vw, 1.85rem);
    }

    .cta-banner h2 {
        font-size: clamp(1.5rem, 6vw, 1.85rem);
    }

    .counter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .counter-item__value {
        font-size: clamp(1.8rem, 8vw, 2.4rem);
    }

    .dash-kpi-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .dash-kpi__value {
        font-size: 1.3rem;
    }

    .nav__brand-text {
        font-size: 0.82rem;
        letter-spacing: 0.10em;
    }

    .nav__brand-sub {
        font-size: 0.46rem;
        letter-spacing: 0.22em;
    }

    .nav__brand-icon {
        width: 34px;
        height: 34px;
        min-width: 34px;
    }

    .card {
        padding: var(--sp-lg) var(--sp-md) var(--sp-lg);
    }

    .pillar-card {
        padding: var(--sp-lg) var(--sp-md) var(--sp-lg);
    }

    .brand-statement__text {
        font-size: 1.1rem;
    }
}


/* ======================================
   DASHBOARD PAGE SPECIFIC MOBILE
   ====================================== */

@media (max-width: 768px) {
    .dash-section {
        padding: var(--sp-3xl) 0 !important;
    }

    .dash-section__header {
        margin-bottom: var(--sp-xl) !important;
    }

    .dash-section__header h2 {
        font-size: clamp(1.6rem, 5vw, 2rem);
    }

    .dash-mini-grid {
        grid-template-columns: 1fr !important;
    }

    .dash-mini-card {
        padding: var(--sp-lg) !important;
    }

    .dash-timeline__row {
        font-size: 0.72rem !important;
        padding: 8px 10px !important;
    }

    .dash-timeline__time {
        font-size: 0.65rem !important;
        min-width: 40px !important;
    }

    .dash-health-grid {
        grid-template-columns: repeat(4, 1fr) !important;
        gap: 6px !important;
    }

    .dash-health-item {
        padding: 10px 6px !important;
    }

    .dash-health-item__label {
        font-size: 0.6rem !important;
    }

    .dash-progress {
        height: 4px !important;
    }
}


/* ======================================
   MODULE FILTER - Premium Control Bar
   ====================================== */

/* Tighten the filter section so it feels anchored, not floating */
.section--filter-bar {
    padding-top: var(--sp-xl);
    padding-bottom: var(--sp-sm);
    position: relative;
}

.section--filter-bar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30,127,122,0.10), transparent);
}

/* Collapse the categories section top to connect to filter */
.section--filter-content {
    padding-top: var(--sp-2xl);
}

.module-filter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    padding: var(--sp-md) var(--sp-xl);
    margin: 0 auto var(--sp-lg);
    max-width: 920px;
    background: linear-gradient(160deg, rgba(17, 30, 46, 0.75) 0%, rgba(14, 25, 38, 0.55) 100%);
    border: 1px solid rgba(30, 127, 122, 0.14);
    border-radius: var(--radius-xl);
    box-shadow:
        0 8px 40px rgba(0,0,0,0.35),
        0 0 100px rgba(30, 127, 122, 0.04),
        inset 0 1px 0 rgba(255,255,255,0.06),
        inset 0 -1px 0 rgba(0,0,0,0.15);
    backdrop-filter: blur(20px) saturate(1.3);
    -webkit-backdrop-filter: blur(20px) saturate(1.3);
    position: relative;
}

.module-filter::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(30, 127, 122, 0.35), rgba(184, 149, 94, 0.15), rgba(30, 127, 122, 0.35), transparent);
    border-radius: 1px;
}

.module-filter__btn {
    padding: 9px 18px;
    font-family: var(--font-heading);
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--text-secondary);
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
}

.module-filter__btn:hover {
    color: var(--text-white);
    background: rgba(30, 127, 122, 0.08);
    border-color: rgba(30, 127, 122, 0.18);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.module-filter__btn:active {
    transform: translateY(0);
}

.module-filter__btn--active {
    color: var(--text-white);
    background: linear-gradient(135deg, rgba(30, 127, 122, 0.18) 0%, rgba(30, 127, 122, 0.10) 100%);
    border-color: rgba(30, 127, 122, 0.35);
    box-shadow:
        0 0 24px rgba(30, 127, 122, 0.12),
        0 4px 16px rgba(0,0,0,0.2),
        inset 0 1px 0 rgba(255,255,255,0.06);
    transform: translateY(0);
}

/* ======================================
   MODULE FILTER MOBILE
   ====================================== */

@media (max-width: 768px) {
    .module-filter {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
        justify-content: flex-start;
        padding: var(--sp-md) var(--sp-lg);
        margin: var(--sp-md) auto var(--sp-xl);
        max-width: 100%;
        gap: var(--sp-xs);
    }

    .module-filter__btn {
        white-space: nowrap;
        flex-shrink: 0;
        font-size: 0.72rem;
        padding: 6px 14px;
    }

    .module-filter__btn:hover {
        transform: none;
    }
}


/* ======================================
   GLOBAL MICRO-ANIMATION POLISH
   ====================================== */

/* GPU acceleration for hero ring layers */
.hero__ring-glow,
.hero__ring-outer,
.hero__ring-mid,
.hero__ring-pulse,
.hero__ring-inner,
.hero__ring-shimmer,
.hero__ring-node {
    will-change: transform, opacity;
}

/* Smoother card icon transitions */
.card__icon svg,
.pillar-card__icon svg {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover .card__icon svg,
.pillar-card:hover .pillar-card__icon svg {
    transform: scale(1.06);
}

/* Dash panel hover transition refinement */
.dash-panel {
    transition: box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.dash-panel:hover {
    transform: translateY(-2px);
}

/* CTA banner button group spacing polish */
.cta-banner__actions .btn {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.45s ease,
                border-color 0.45s ease;
}

/* Premium focus-visible for accessibility */
a:focus-visible,
button:focus-visible {
    outline: 2px solid rgba(30, 127, 122, 0.5);
    outline-offset: 2px;
    border-radius: var(--radius-sm);
}

/* Mobile reveal refinement */
@media (max-width: 768px) {
    .reveal {
        transform: translateY(20px);
        transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .footer--luxury .footer__grid {
        gap: var(--sp-2xl);
    }

    .footer--luxury .footer__col h4::after {
        display: none;
    }

    .footer--luxury .footer__col h4 {
        margin-bottom: var(--sp-xl);
    }
}


/* ======================================
   PREMIUM MOTION AND TRANSITION POLISH
   ====================================== */

/* Nav link premium transitions */
.nav__link {
    transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Button hover depth and glow */
.btn {
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.45s ease,
                border-color 0.45s ease,
                color 0.35s ease;
}

.btn--gold:hover {
    box-shadow:
        0 6px 28px rgba(184, 149, 94, 0.25),
        0 2px 12px rgba(184, 149, 94, 0.15),
        inset 0 1px 0 rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

.btn--outline:hover {
    box-shadow:
        0 4px 20px rgba(30, 127, 122, 0.15),
        0 2px 8px rgba(30, 127, 122, 0.08);
    transform: translateY(-1px);
}

/* Card premium hover lift and glow */
.card {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        0 2px 8px rgba(30, 127, 122, 0.06),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

/* Pillar card hover */
.pillar-card {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.pillar-card:hover {
    transform: translateY(-3px);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 2px 8px rgba(30, 127, 122, 0.08);
}

/* Feature row visual panel hover lift */
.feature-row__visual {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.feature-row__visual:hover {
    transform: translateY(-5px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 4px 16px rgba(30, 127, 122, 0.06);
}

/* Footer link premium hover */
.footer__col a:hover {
    color: var(--teal-light);
    transform: translateX(5px);
}

/* Section heading reveal feel */
.section__label {
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hero content subtle entrance */
.hero__content {
    animation: heroContentFade 1.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
}

@keyframes heroContentFade {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Page hero content entrance */
.page-hero__content {
    animation: pageHeroFade 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
}

@keyframes pageHeroFade {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Home hero background drift — darker range */
@keyframes heroGlowDrift {
    0%, 100% { opacity: 0.55; transform: translateY(0) scale(1); }
    50% { opacity: 0.62; transform: translateY(-4px) scale(1.01); }
}

.hero__bg-img {
    animation: heroGlowDrift 16s ease-in-out infinite;
}

/* Page hero background drift — original range */
@keyframes glowDrift {
    0%, 100% { opacity: 0.90; transform: translateY(0) scale(1); }
    50% { opacity: 0.95; transform: translateY(-4px) scale(1.01); }
}

.page-hero__bg-img {
    animation: glowDrift 18s ease-in-out infinite;
}

/* CTA background slow drift */
@keyframes ctaDrift {
    0%, 100% { transform: scale(1); opacity: 0.50; }
    50% { transform: scale(1.02); opacity: 0.58; }
}

.cta-banner__bg-img {
    animation: ctaDrift 22s ease-in-out infinite;
}

/* Atmosphere panel slow drift */
.atmosphere-panel__bg-img {
    animation: ctaDrift 20s ease-in-out infinite;
}

/* Cinematic strip background drift */
.cinematic-strip__bg-img {
    animation: ctaDrift 24s ease-in-out infinite;
}

/* Premium highlight sweep on gold CTA buttons */
@keyframes highlightSweep {
    0% { left: -100%; }
    100% { left: 200%; }
}

.btn--gold::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.08), transparent);
    transform: skewX(-20deg);
    animation: highlightSweep 4s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    pointer-events: none;
}

.btn--gold {
    position: relative;
    overflow: hidden;
}

/* Card body text improved readability */
.card__text {
    color: var(--text-secondary);
    line-height: 1.78;
}

/* Pillar card description readability */
.pillar-card__desc {
    color: var(--text-secondary);
    line-height: 1.75;
}

/* Feature row description readability */
.feature-row__desc {
    color: var(--text-secondary);
    line-height: 1.8;
}

/* Process step description */
.process-step__desc {
    color: var(--text-secondary);
    line-height: 1.75;
}

/* Counter label readability */
.counter-item__label {
    color: var(--text-secondary);
}

/* Module card premium transitions */
.module-card {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Module category smooth entrance */
.module-category {
    transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

/* CTA banner text contrast boost */
.cta-banner p {
    color: var(--text-secondary);
    text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}

/* Page hero description text contrast */
.page-hero__content p {
    text-shadow: 0 1px 12px rgba(0,0,0,0.3);
}

/* Nav link hover glow */
.nav__link:hover {
    text-shadow: 0 0 12px rgba(30, 127, 122, 0.15);
}

/* Badge entrance shimmer */
@keyframes badgeShimmer {
    0%, 100% { box-shadow: 0 0 16px rgba(30, 127, 122, 0.06); }
    50% { box-shadow: 0 0 24px rgba(30, 127, 122, 0.12); }
}

.badge {
    animation: badgeShimmer 4s ease-in-out infinite;
}

/* Section background depth layers */
.section--darker {
    background: linear-gradient(180deg, var(--navy-deepest) 0%, rgba(7,17,31,0.98) 100%);
}

.section--alt {
    background: linear-gradient(180deg, var(--navy-deep) 0%, var(--navy-deepest) 100%);
}


/* ======================================
   PER-PAGE HERO ACCENT GLOWS
   Unique atmosphere per interior page
   ====================================== */

.page-hero--platform::after {
    background: radial-gradient(ellipse at 40% 60%, rgba(30,127,122,0.10) 0%, transparent 55%);
}

.page-hero--modules::after {
    background: radial-gradient(ellipse at 55% 50%, rgba(30,127,122,0.12) 0%, transparent 50%),
                radial-gradient(ellipse at 25% 70%, rgba(184,149,94,0.04) 0%, transparent 45%);
}

.page-hero--dashboards::after {
    background: radial-gradient(ellipse at 60% 40%, rgba(30,127,122,0.08) 0%, transparent 50%),
                radial-gradient(ellipse at 30% 80%, rgba(30,127,122,0.06) 0%, transparent 40%);
}

.page-hero--deployment::after {
    background: radial-gradient(ellipse at 50% 55%, rgba(184,149,94,0.06) 0%, transparent 50%);
}

.page-hero--about::after {
    background: radial-gradient(ellipse at 45% 65%, rgba(30,127,122,0.07) 0%, transparent 55%),
                radial-gradient(ellipse at 70% 30%, rgba(184,149,94,0.05) 0%, transparent 40%);
}

.page-hero--contact::after {
    background: radial-gradient(ellipse at 50% 45%, rgba(30,127,122,0.09) 0%, transparent 48%);
}


/* ======================================
   MODULE PAGE PREMIUM UPGRADES
   ====================================== */

/* Category header enlarged icon glow */
.module-category__icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    box-shadow:
        0 0 28px rgba(30, 127, 122, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.05);
}

.module-category__icon svg {
    width: 26px;
    height: 26px;
}

/* Category info typography upgrade */
.module-category__info h3 {
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    letter-spacing: -0.015em;
}

.module-category__info p {
    opacity: 0.85;
    font-size: 0.94rem;
    line-height: 1.75;
}

/* Category separation - wider border glow */
.module-category::after {
    left: 3%;
    right: 3%;
    background: linear-gradient(90deg,
        transparent,
        rgba(30,127,122,0.08) 20%,
        rgba(30,127,122,0.16) 50%,
        rgba(30,127,122,0.08) 80%,
        transparent);
}

/* Module card premium surface */
.module-card {
    background: linear-gradient(160deg,
        rgba(17,30,46,0.85) 0%,
        rgba(14,25,38,0.70) 100%);
    border-color: rgba(255,255,255,0.06);
    box-shadow:
        var(--shadow-inset),
        0 2px 12px rgba(0,0,0,0.30);
    padding: var(--sp-xl) calc(var(--sp-lg) + 4px);
}

.module-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(30,127,122,0.03) 0%, transparent 60%);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.module-card:hover::after {
    opacity: 1;
}

.module-card:hover {
    border-color: rgba(30, 127, 122, 0.28);
    transform: translateY(-5px);
    box-shadow:
        0 12px 40px rgba(0,0,0,0.40),
        0 0 28px rgba(30, 127, 122, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.06);
    background: linear-gradient(160deg,
        rgba(20,34,52,0.90) 0%,
        rgba(17,28,42,0.75) 100%);
}

/* Module card name premium treatment */
.module-card__name {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.005em;
}

/* Module card description readability */
.module-card__desc {
    opacity: 0.88;
    line-height: 1.78;
}


/* ======================================
   PREMIUM MICRO-BRANDING DETAILS
   ====================================== */

/* Brand wordmark hover glow */
.nav__brand:hover .nav__brand-text {
    text-shadow: 0 0 24px rgba(30, 127, 122, 0.15);
}

/* Nav wordmark refined spacing */
.nav__brand {
    gap: 16px;
}

/* Active nav link indicator upgrade */
.nav__link--active {
    color: var(--text-white);
    position: relative;
}

.nav__link--active::after {
    width: 100% !important;
    opacity: 1 !important;
    background: linear-gradient(90deg, rgba(30,127,122,0.6), rgba(30,127,122,0.3)) !important;
}

/* Section label refined treatment */
.label,
.label--gold {
    font-family: var(--font-heading);
    font-weight: 600;
    border-radius: 100px;
}

/* Badge refined treatment */
.badge {
    font-family: var(--font-heading);
    font-weight: 600;
    border-radius: 100px;
}

/* Button personality: primary gets tighter tracking */
.btn--primary {
    font-family: var(--font-heading);
    letter-spacing: 0.06em;
}

/* Secondary button personality */
.btn--secondary {
    font-family: var(--font-heading);
    letter-spacing: 0.05em;
}

/* Gold button personality */
.btn--gold {
    font-family: var(--font-heading);
    letter-spacing: 0.06em;
}

/* CTA section premium accent */
.cta-banner .badge,
.cta-banner .badge--gold {
    margin-bottom: var(--sp-lg);
}

/* Footer brand wordmark upgrade */
.footer__brand h3 {
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: var(--font-light);
    font-weight: 500;
}

/* Footer "by Rubix" sub-brand */
.footer__brand .footer__brand-sub {
    display: block;
    font-size: 0.52rem;
    font-weight: 400;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--text-dim);
    opacity: 0.50;
    margin-top: 5px;
    font-family: var(--font-primary);
}

/* Footer column heading premium accent */
.footer--luxury .footer__col h4 {
    font-family: var(--font-heading);
    font-weight: 600;
}

/* Footer bottom bar refinement */
.footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.04);
    padding-top: var(--sp-xl);
    margin-top: var(--sp-xl);
}

/* Accent bar branded width */
.accent-bar {
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--teal), rgba(30,127,122,0.3));
}

/* Premium nav CTA button */
.nav__cta {
    font-family: var(--font-heading);
    letter-spacing: 0.06em;
    font-size: 0.76rem;
    padding: 9px 22px;
}

/* Gradient text refinement */
.gradient-text {
    background: linear-gradient(135deg, var(--teal-light) 0%, var(--teal) 40%, var(--teal-bright) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text--gold {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 40%, var(--gold-bright) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Page hero badge glow per page */
.page-hero--platform .badge { box-shadow: 0 0 20px rgba(30,127,122,0.10); }
.page-hero--modules .badge { box-shadow: 0 0 20px rgba(30,127,122,0.12); }
.page-hero--dashboards .badge { box-shadow: 0 0 20px rgba(30,127,122,0.08); }
.page-hero--deployment .badge { box-shadow: 0 0 18px rgba(184,149,94,0.08); }
.page-hero--about .badge { box-shadow: 0 0 20px rgba(30,127,122,0.10); }
.page-hero--contact .badge { box-shadow: 0 0 20px rgba(30,127,122,0.10); }

/* Counter bar premium dividers */
.counter-item {
    position: relative;
}

.counter-item + .counter-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(30,127,122,0.15), transparent);
}

/* Section header accent underline */
.section-header h2::after {
    content: '';
    display: block;
    width: 48px;
    height: 2px;
    margin: var(--sp-lg) auto 0;
    background: linear-gradient(90deg, var(--teal), rgba(30,127,122,0.3));
    border-radius: 2px;
}

/* Left-aligned section headers */
.section-header--left h2::after {
    margin-left: 0;
}


/* ======================================
   HOME HERO - PREMIUM ENHANCEMENT PASS
   ====================================== */

/* Hero gradient text — richer teal-gold blend for "Eyes" */
.hero__title .gradient-text {
    background: linear-gradient(135deg, #8FE5DF 0%, #5FC7C0 16%, #2A9D97 38%, #B8955E 65%, #D4B67F 92%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero label — live-status pulsing accent dot */
.hero__label::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal-light);
    box-shadow: 0 0 6px var(--teal-light), 0 0 14px var(--teal);
    animation: labelPulse 3s ease-in-out infinite;
    margin-left: 8px;
    flex-shrink: 0;
}

@keyframes labelPulse {
    0%, 100% { opacity: 0.45; box-shadow: 0 0 6px rgba(95,199,192,0.5), 0 0 14px rgba(30,127,122,0.3); }
    50% { opacity: 1; box-shadow: 0 0 8px rgba(95,199,192,0.8), 0 0 20px rgba(30,127,122,0.5), 0 0 40px rgba(30,127,122,0.12); }
}

/* Hero badge dots — pulsing glow for live-system feel */
.hero__badge-dot {
    animation: dotPulse 3.5s ease-in-out infinite;
}

.hero__badge--1 .hero__badge-dot { animation-delay: 0s; }
.hero__badge--2 .hero__badge-dot { animation-delay: 0.5s; }
.hero__badge--3 .hero__badge-dot { animation-delay: 1.0s; }
.hero__badge--4 .hero__badge-dot { animation-delay: 1.5s; }
.hero__badge--5 .hero__badge-dot { animation-delay: 2.0s; }
.hero__badge--6 .hero__badge-dot { animation-delay: 2.5s; }

@keyframes dotPulse {
    0%, 100% { box-shadow: 0 0 6px rgba(30,127,122,0.6), 0 0 14px rgba(30,127,122,0.25); transform: scale(1); }
    50% { box-shadow: 0 0 8px rgba(30,127,122,0.9), 0 0 20px rgba(30,127,122,0.5), 0 0 36px rgba(30,127,122,0.12); transform: scale(1.15); }
}

/* Hero CTA primary — premium shine sweep */
.hero__actions .btn--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.10), transparent);
    transform: skewX(-20deg);
    animation: highlightSweep 5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
    animation-delay: 2.5s;
    pointer-events: none;
}

/* Hero ring shimmer — richer conic sweep */
.hero__ring-shimmer {
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        rgba(30, 127, 122, 0.14) 10%,
        transparent 22%,
        rgba(184, 149, 94, 0.08) 38%,
        transparent 52%,
        rgba(30, 127, 122, 0.10) 68%,
        transparent 82%
    );
}

/* Hero ring pulse — stronger breathing */
.hero__ring-pulse {
    box-shadow:
        0 0 30px rgba(30, 127, 122, 0.08),
        0 0 60px rgba(30, 127, 122, 0.04);
}

/* Hero badge enhanced hover — premium interactive feedback */
.hero__badge:hover {
    border-color: rgba(30, 127, 122, 0.40);
    box-shadow:
        0 8px 32px rgba(0,0,0,0.5),
        0 0 24px rgba(30, 127, 122, 0.15),
        0 0 48px rgba(30, 127, 122, 0.06);
    transform: translateY(-2px);
}

/* Hero ring — larger for commanding visual presence */
.hero__ring {
    width: 480px;
    height: 480px;
}

/* Outermost decorative data-ring — layered depth */
.hero__ring::before {
    content: '';
    position: absolute;
    inset: -28px;
    border: 1px dashed rgba(30, 127, 122, 0.10);
    border-radius: 50%;
    animation: ring-spin 90s linear infinite;
    pointer-events: none;
}

/* Badge orbit — wider spread for bigger ring */
.hero__badges {
    inset: -70px;
}

/* Badge positions — adjusted for wider orbit */
.hero__badge--2 { right: -48px; }
.hero__badge--3 { right: -56px; }
.hero__badge--5 { left: -56px; }
.hero__badge--6 { left: -48px; }

/* Hero content — refined composition ratio */
.hero__content {
    grid-template-columns: 1.15fr 1fr;
    gap: clamp(2rem, 4vw, 3.5rem);
}

/* Hero text — wider for commanding headline */
.hero__text {
    max-width: 640px;
}

/* Hero ambient glow — deep atmosphere */
.hero__glow--teal {
    width: 800px;
    height: 800px;
    background: rgba(30, 127, 122, 0.025);
    top: -8%;
    right: -5%;
}

/* Hero actions — enhanced CTA spacing and weight */
.hero__actions {
    gap: var(--sp-lg);
    margin-top: var(--sp-sm);
}

/* Hero primary CTA — stronger visual dominance */
.hero__actions .btn--primary {
    box-shadow:
        0 6px 28px rgba(30, 127, 122, 0.35),
        0 0 0 1px rgba(30, 127, 122, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.14);
}

.hero__actions .btn--primary:hover {
    box-shadow:
        0 10px 48px rgba(30, 127, 122, 0.50),
        0 0 0 1px rgba(30, 127, 122, 0.30),
        0 0 32px rgba(30, 127, 122, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.14);
}

/* Hero ring mid — controlled layering depth */
.hero__ring-mid {
    border-width: 1.5px;
    border-color: rgba(30, 127, 122, 0.15);
    box-shadow:
        0 0 40px rgba(30, 127, 122, 0.04),
        inset 0 0 20px rgba(30, 127, 122, 0.025);
}

/* Mobile hero adjustments for larger ring */
@media (max-width: 968px) {
    .hero__ring {
        width: 300px;
        height: 300px;
    }
    .hero__ring::before {
        display: none;
    }
    .hero__content {
        grid-template-columns: 1fr;
    }
    .hero__text {
        max-width: 100%;
    }
    .hero__glow--teal {
        width: 600px;
        height: 600px;
    }
    .hero__title {
        line-height: 1.02;
    }
    .hero__subtitle {
        border-bottom: none;
        padding-bottom: 0;
    }
}


/* ======================================
   VIDEO SHOWCASE — Luxury Enhancement
   ====================================== */

/* Premium top-edge separator */
.video-showcase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(30, 127, 122, 0.12) 25%,
        rgba(255, 255, 255, 0.06) 50%,
        rgba(30, 127, 122, 0.12) 75%,
        transparent 95%);
}

/* Ambient spotlight at section top */
.video-showcase::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 400px;
    background: radial-gradient(ellipse at center top,
        rgba(30, 127, 122, 0.04) 0%,
        transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* Premium frame — teal accent top-edge on hover */
.video-showcase__player {
    transition: border-color 0.5s ease,
                box-shadow 0.5s ease;
}

.video-showcase__player::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--grad-teal);
    opacity: 0.5;
    z-index: 2;
    transition: opacity 0.5s ease;
}

.video-showcase__player:hover {
    border-color: var(--border-accent);
    box-shadow:
        var(--shadow-xl),
        var(--shadow-inset),
        0 0 80px rgba(0, 0, 0, 0.35),
        0 0 40px rgba(30, 127, 122, 0.04);
}

.video-showcase__player:hover::before {
    opacity: 1;
}

/* Refine the ambient glow */
.video-showcase__glow {
    filter: blur(60px);
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.video-showcase__frame:hover .video-showcase__glow {
    opacity: 1;
}


/* ======================================
   PREMIUM POLISH PASS
   ====================================== */

/* Nav CTA — subtle glow on hover */
.nav__cta:hover {
    box-shadow:
        0 4px 20px rgba(30, 127, 122, 0.35),
        0 0 0 1px rgba(30, 127, 122, 0.20),
        inset 0 1px 0 rgba(255,255,255,0.12);
}

/* Card hover — smoother, subtler border glow transition */
.card:hover {
    border-color: rgba(30, 127, 122, 0.18);
}

/* Footer link — subtle underline slide on hover */
.footer__col a {
    position: relative;
}

.footer__col a::after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--teal-muted), transparent);
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.footer__col a:hover::after {
    width: 60%;
}

/* Section header underline — smoother appearance */
.section-header h2::after {
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Focus-visible accessibility for all interactive elements */
.btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 2px var(--navy-deepest),
        0 0 0 4px rgba(30, 127, 122, 0.55);
}

.nav__link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px rgba(30, 127, 122, 0.45);
    border-radius: var(--radius-sm);
}

/* Brand icon — subtle teal pulse on load */
@keyframes brandPulse {
    0%, 100% { filter: drop-shadow(0 0 10px rgba(30, 127, 122, 0.25)); }
    50% { filter: drop-shadow(0 0 14px rgba(30, 127, 122, 0.38)); }
}

.nav__brand-icon {
    animation: brandPulse 6s ease-in-out infinite;
}


/* ======================================
   PRINT HIDDEN
   ====================================== */

@media print {
    body::before { display: none; }
    .nav { display: none; }
    .hero__glow { display: none; }
    .hero__grid { display: none; }
}


/* ======================================
   REGIONAL MAP - Luxury Overrides
   ====================================== */

.region-map {
    background: var(--navy-deepest);
}

.region-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, rgba(30,127,122,0.18) 35%, rgba(184,149,94,0.10) 50%, rgba(30,127,122,0.18) 65%, transparent 90%);
}

.region-map::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 10%, rgba(30,127,122,0.12) 35%, rgba(184,149,94,0.06) 50%, rgba(30,127,122,0.12) 65%, transparent 90%);
}

.region-map__frame {
    transition: border-color 0.6s ease, box-shadow 0.6s ease;
}

.region-map__frame:hover {
    border-color: rgba(30,127,122,0.18);
    box-shadow:
        0 4px 50px rgba(0,0,0,0.32),
        0 12px 80px rgba(0,0,0,0.20),
        inset 0 1px 0 rgba(255,255,255,0.04);
}

/* Arc dash animation */
@keyframes arcFlow {
    0%   { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -16; }
}

.region-map__arcs path {
    animation: arcFlow 4s linear infinite;
}

/* Landmass subtle pulse on frame hover */
.region-map__frame:hover path[fill="url(#landFill)"] {
    stroke-opacity: 0.10;
    transition: stroke-opacity 1s ease;
}

/* Card strip entrance */
.region-map__card {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.6s ease, transform 0.6s ease, background 0.4s ease;
}

.reveal--visible .region-map__card {
    opacity: 1;
    transform: translateY(0);
}

.reveal--visible .region-map__card:nth-child(1) { transition-delay: 0.6s; }
.reveal--visible .region-map__card:nth-child(2) { transition-delay: 0.75s; }
.reveal--visible .region-map__card:nth-child(3) { transition-delay: 0.9s; }


/* ======================================
   FOOTER - Social Icons Luxury
   ====================================== */

.footer__social-link {
    backdrop-filter: blur(14px) saturate(1.2);
    -webkit-backdrop-filter: blur(14px) saturate(1.2);
}

/* Staggered hover-ready transitions per icon */
.footer__social-link:nth-child(1) { transition-delay: 0s; }
.footer__social-link:nth-child(2) { transition-delay: 0.03s; }
.footer__social-link:nth-child(3) { transition-delay: 0.06s; }
.footer__social-link:nth-child(4) { transition-delay: 0.09s; }
.footer__social-link:nth-child(5) { transition-delay: 0.12s; }

.footer__social-link:hover {
    box-shadow:
        0 8px 28px rgba(30,127,122,0.22),
        0 2px 10px rgba(30,127,122,0.10),
        0 0 40px rgba(30,127,122,0.04),
        inset 0 1px 0 rgba(255,255,255,0.07);
    transition-delay: 0s;
}

/* Active/pressed state — subtle brand-colored inset */
.footer__social-link:active {
    transform: translateY(-1px);
    transition-duration: 0.1s;
    box-shadow:
        0 2px 8px rgba(30,127,122,0.10),
        inset 0 2px 4px rgba(0,0,0,0.15),
        inset 0 1px 0 rgba(255,255,255,0.03);
}

/* Footer bottom bar — premium alignment */
.footer__bottom {
    gap: var(--sp-lg);
}

.footer__bottom-sep {
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.12), transparent);
}

@media (max-width: 768px) {
    .footer__bottom-sep {
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), transparent);
    }
}


/* ======================================
   THEME TOGGLE — Premium Subtle Control
   ====================================== */

.theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255,255,255,0.045) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid rgba(255,255,255,0.07);
    color: var(--text-muted);
    cursor: pointer;
    margin-left: var(--sp-sm);
    transition: color 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.4s ease,
                border-color 0.4s ease,
                transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.4s ease;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),
                inset 0 1px 0 rgba(255,255,255,0.04);
}

.theme-toggle:hover {
    color: var(--teal-light);
    background: linear-gradient(145deg, rgba(30,127,122,0.10) 0%, rgba(30,127,122,0.03) 100%);
    border-color: rgba(30,127,122,0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(30,127,122,0.15),
                0 1px 4px rgba(0,0,0,0.10),
                inset 0 1px 0 rgba(255,255,255,0.05);
}

.theme-toggle svg {
    width: 18px;
    height: 18px;
    display: block;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-toggle:hover svg {
    transform: scale(1.10);
}

.theme-toggle__sun,
.theme-toggle__moon {
    display: block;
    line-height: 0;
}


/* ======================================
   LOCATION SECTION — Premium Static Card
   ====================================== */

.location-section {
    position: relative;
    overflow: hidden;
}

.location-section__inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: var(--sp-3xl);
    align-items: center;
    position: relative;
    z-index: 1;
}

.location-section__info {
    max-width: 520px;
}

.location-section__subtitle {
    font-size: 1.08rem;
    line-height: 1.85;
    color: var(--text-secondary);
    margin-top: var(--sp-lg);
    margin-bottom: var(--sp-xl);
}

.location-section__address {
    display: flex;
    align-items: flex-start;
    gap: var(--sp-md);
    padding: var(--sp-lg) var(--sp-xl);
    background: var(--surface-card);
    border: 1px solid var(--border-card);
    border-radius: var(--radius-lg);
    margin-bottom: var(--sp-xl);
    box-shadow: var(--shadow-sm), var(--shadow-inset);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.location-section__address:hover {
    border-color: var(--border-accent);
    box-shadow: var(--shadow-md), var(--shadow-inset);
}

.location-section__address-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    background: rgba(30, 127, 122, 0.08);
    border: 1px solid var(--border-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal-light);
}

.location-section__address-icon svg {
    width: 20px;
    height: 20px;
}

.location-section__address-text {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--text-secondary);
}

.location-section__actions {
    display: flex;
    gap: var(--sp-md);
    flex-wrap: wrap;
}

/* ----- Premium Embedded Map Card ----- */

.location-section__visual {
    position: relative;
}

.location-map {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    border: 1px solid var(--border-card);
    box-shadow: var(--shadow-lg), var(--shadow-inset);
    background: var(--surface-card);
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.location-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--grad-teal);
    opacity: 0.5;
    z-index: 3;
    transition: opacity 0.5s ease;
}

.location-map:hover {
    border-color: var(--border-accent);
    box-shadow: var(--shadow-xl), var(--shadow-inset), 0 0 40px rgba(30,127,122,0.06);
}

.location-map:hover::before {
    opacity: 1;
}

.location-map__iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    position: relative;
    z-index: 1;
    filter: saturate(0.85) contrast(1.05);
}

/* Dark theme: apply a color-mixing filter so the Google Map
   blends with the site's dark palette */
.location-map__iframe {
    filter: saturate(0.7) contrast(1.1) brightness(0.55) hue-rotate(185deg) invert(1);
}

/* Overlay badge: floats above the iframe */
.location-map__overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

.location-map__badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 16px;
    background: rgba(13, 27, 42, 0.82);
    border: 1px solid rgba(95, 199, 192, 0.15);
    border-radius: var(--radius-md);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: var(--text-primary);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.location-map__badge svg {
    color: var(--teal-light);
    flex-shrink: 0;
}

.location-map__coords {
    font-family: 'SF Mono', 'Fira Code', 'Consolas', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    color: var(--text-dim);
    opacity: 0.55;
    padding-left: 2px;
}

/* Location section responsive */
@media (max-width: 1024px) {
    .location-section__inner {
        grid-template-columns: 1fr;
        gap: var(--sp-2xl);
    }
    .location-section__info {
        max-width: 100%;
        text-align: center;
    }
    .location-section__actions {
        justify-content: center;
    }
    .location-section__address {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .location-map__iframe {
        height: 320px;
    }
    .location-section__actions {
        flex-direction: column;
        align-items: center;
    }
    .location-section__actions .btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .location-map__badge {
        font-size: 0.76rem;
        padding: 6px 12px;
    }
    .location-map__coords {
        font-size: 0.6rem;
    }
}


/* ============================================================
   LIGHT THEME — Premium Editorial Overrides
   Warm, architectural, luxury alternate brand experience
   ============================================================ */

/* ---- Foundation ---- */

[data-theme="light"] body {
    background-color: var(--navy-deepest);
    color: var(--text-secondary);
}

[data-theme="light"] body::before {
    display: none;
}

/* ---- Navigation: Frosted Crystal ---- */

[data-theme="light"] .nav--scrolled {
    background: rgba(253, 252, 250, 0.92);
    backdrop-filter: blur(40px) saturate(1.6);
    -webkit-backdrop-filter: blur(40px) saturate(1.6);
    box-shadow: 0 1px 0 rgba(0,0,0,0.06),
                0 8px 40px rgba(0,0,0,0.07);
}

[data-theme="light"] .nav__mobile {
    background: rgba(253, 252, 250, 0.98);
    backdrop-filter: blur(40px) saturate(1.3);
    -webkit-backdrop-filter: blur(40px) saturate(1.3);
    box-shadow: -4px 0 40px rgba(0,0,0,0.10);
}

[data-theme="light"] .nav__mobile::before {
    background:
        radial-gradient(ellipse at 50% 20%, rgba(24,104,95,0.04) 0%, transparent 50%),
        linear-gradient(180deg, rgba(244,242,237,0.3) 0%, transparent 40%);
}

[data-theme="light"] .nav__link--active {
    color: var(--teal);
    font-weight: 600;
}

[data-theme="light"] .nav__brand-text {
    color: var(--text-primary);
}

[data-theme="light"] .nav__brand:hover .nav__brand-text {
    color: var(--text-primary);
    text-shadow: none;
}

[data-theme="light"] .nav__brand-sub {
    color: #5C584E;
    opacity: 1;
}

[data-theme="light"] .nav__brand:hover .nav__brand-icon {
    filter: drop-shadow(0 0 12px rgba(24, 104, 95, 0.30));
}

[data-theme="light"] .nav__link:hover {
    color: var(--teal);
    text-shadow: none;
}

[data-theme="light"] .nav__links:hover .nav__link:not(:hover) {
    opacity: 0.65;
}

/* ---- Hero: Luxury Tech Editorial Cover ---- */

[data-theme="light"] .hero {
    background: linear-gradient(168deg, #FDFCFA 0%, #FBFAF7 25%, #FAF9F5 50%, #F8F6F2 75%, #F7F5F0 100%);
}

[data-theme="light"] .hero__bg-overlay {
    background: none;
}

[data-theme="light"] .hero__bg-vignette {
    background:
        radial-gradient(ellipse at 85% 15%, rgba(138,107,54,0.05) 0%, transparent 40%),
        radial-gradient(ellipse at 50% 55%, rgba(24,104,95,0.06) 0%, transparent 50%);
}

/* Editorial dark text on ivory — not white on white */
[data-theme="light"] .hero__title {
    color: var(--text-primary);
    text-shadow:
        0 1px 3px rgba(0,0,0,0.08),
        0 4px 24px rgba(0,0,0,0.04),
        0 8px 48px rgba(24,104,95,0.03);
}

[data-theme="light"] .hero__subtitle {
    color: var(--text-secondary);
    opacity: 1;
    border-bottom-color: rgba(24,104,95,0.18);
}

[data-theme="light"] .hero__label {
    color: var(--gold);
}

[data-theme="light"] .hero__label::before {
    background: linear-gradient(90deg, var(--gold), var(--gold-subtle));
}

/* Hero Grid: architectural pattern */
[data-theme="light"] .hero__grid,
[data-theme="light"] .page-hero__grid {
    opacity: 0;
}

/* Hero Glows: warm ambient radiance */
[data-theme="light"] .hero__glow--teal {
    background: rgba(24, 104, 95, 0.03);
    filter: blur(140px);
}

[data-theme="light"] .hero__glow--gold {
    background: rgba(138, 107, 54, 0.02);
    filter: blur(120px);
}

/* ---- Hero Ring: Precision Instrument on Ivory ---- */

[data-theme="light"] .hero__ring-glow {
    background: radial-gradient(circle at center,
        rgba(24, 104, 95, 0.16) 0%,
        rgba(24, 104, 95, 0.09) 20%,
        rgba(138, 107, 54, 0.045) 40%,
        rgba(24, 104, 95, 0.02) 55%,
        transparent 68%);
}

[data-theme="light"] .hero__ring-outer {
    border: 1.5px solid rgba(24, 104, 95, 0.28);
    box-shadow:
        0 0 60px rgba(24, 104, 95, 0.10),
        0 0 120px rgba(24, 104, 95, 0.05),
        inset 0 0 40px rgba(24, 104, 95, 0.04);
}

[data-theme="light"] .hero__ring-node {
    background: var(--teal);
    box-shadow:
        0 0 8px rgba(24, 104, 95, 0.55),
        0 0 20px rgba(24, 104, 95, 0.28),
        0 0 40px rgba(24, 104, 95, 0.12);
}

[data-theme="light"] .hero__ring-mid {
    border-color: rgba(24, 104, 95, 0.18);
    box-shadow: 0 0 30px rgba(24, 104, 95, 0.05),
                inset 0 0 15px rgba(24, 104, 95, 0.025);
}

[data-theme="light"] .hero__ring-pulse {
    border-color: rgba(24, 104, 95, 0.13);
    box-shadow: 0 0 24px rgba(24, 104, 95, 0.05);
}

[data-theme="light"] .hero__ring-inner {
    background: rgba(24, 104, 95, 0.07);
    border: 1.5px solid rgba(24, 104, 95, 0.28);
    box-shadow:
        0 8px 56px rgba(24, 104, 95, 0.12),
        0 0 120px rgba(24, 104, 95, 0.06),
        0 0 40px rgba(138, 107, 54, 0.02),
        inset 0 0 60px rgba(24, 104, 95, 0.06),
        inset 0 0 120px rgba(24, 104, 95, 0.025);
}

[data-theme="light"] .hero__ring-shimmer {
    background: conic-gradient(
        from 0deg,
        transparent 0%,
        rgba(24, 104, 95, 0.09) 12%,
        transparent 25%,
        rgba(138, 107, 54, 0.06) 40%,
        transparent 55%,
        rgba(24, 104, 95, 0.08) 70%,
        transparent 85%
    );
}

[data-theme="light"] .hero__ring-core {
    color: var(--teal);
    text-shadow:
        0 0 16px rgba(24, 104, 95, 0.30),
        0 0 40px rgba(24, 104, 95, 0.12);
}

/* ---- Hero Badges: Premium Glass Chips ---- */

[data-theme="light"] .hero__badge {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(0,0,0,0.07);
    backdrop-filter: blur(24px) saturate(1.5);
    -webkit-backdrop-filter: blur(24px) saturate(1.5);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.06),
        0 6px 24px rgba(0,0,0,0.08),
        0 16px 48px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.90);
    color: var(--text-primary);
}

[data-theme="light"] .hero__badge:hover {
    border-color: rgba(24,104,95,0.28);
    box-shadow:
        0 2px 8px rgba(0,0,0,0.06),
        0 12px 40px rgba(0,0,0,0.10),
        0 24px 64px rgba(0,0,0,0.05),
        0 0 24px rgba(24,104,95,0.06);
}

[data-theme="light"] .hero__badge-dot {
    background: var(--teal);
    box-shadow: 0 0 6px rgba(24,104,95,0.45), 0 0 14px rgba(24,104,95,0.18);
}

/* ---- Page Hero (subpages): Editorial ---- */

[data-theme="light"] .page-hero {
    background: linear-gradient(180deg, #FDFCFA 0%, #F8F6F2 100%);
}

[data-theme="light"] .page-hero__bg-overlay {
    background: none;
}

[data-theme="light"] .page-hero h1 {
    color: var(--text-primary);
    text-shadow: none;
}

[data-theme="light"] .page-hero__content p {
    text-shadow: none;
    color: var(--text-secondary);
    opacity: 1;
}

[data-theme="light"] .page-hero::after {
    opacity: 0;
}

/* ---- Background images: controlled texture ---- */

[data-theme="light"] .hero__bg,
[data-theme="light"] .page-hero__bg,
[data-theme="light"] .cinematic-strip__bg,
[data-theme="light"] .atmosphere-panel__bg,
[data-theme="light"] .cta-banner__bg {
    opacity: 0;
    pointer-events: none;
}

[data-theme="light"] .hero__bg-img {
    animation: none;
    opacity: 0;
}

[data-theme="light"] .page-hero__bg-img {
    animation: none;
    opacity: 0;
}

[data-theme="light"] .cta-banner__bg-img,
[data-theme="light"] .atmosphere-panel__bg-img,
[data-theme="light"] .cinematic-strip__bg-img {
    animation: none;
    opacity: 0;
}

/* ---- Section Rhythm: Architectural Tonal Stepping ---- */

[data-theme="light"] .section--dark {
    background: linear-gradient(180deg, #FBFAF7 0%, #F9F8F4 100%);
}

[data-theme="light"] .section--darker {
    background: linear-gradient(180deg, #F8F7F3 0%, #F6F4EF 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.02),
                inset 0 -1px 0 rgba(0,0,0,0.01);
}

[data-theme="light"] .section--alt {
    background: linear-gradient(180deg, #FAF9F5 0%, #F7F5F0 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.02);
}

/* Section accent divider lines — visible teal-gold ribbon */
[data-theme="light"] .section--dark::before,
[data-theme="light"] .section--darker::before,
[data-theme="light"] .section--alt::before {
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(24,104,95,0.14) 20%,
        rgba(138,107,54,0.12) 40%,
        rgba(24,104,95,0.20) 50%,
        rgba(138,107,54,0.12) 60%,
        rgba(24,104,95,0.14) 80%,
        transparent 95%);
    opacity: 1;
}

[data-theme="light"] .section--dark::after,
[data-theme="light"] .section--alt::after {
    background: radial-gradient(ellipse at center top, rgba(24,104,95,0.06) 0%, transparent 60%);
    width: 60%;
}

/* Explicit section dividers */
[data-theme="light"] .section-divider {
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(24,104,95,0.18) 25%,
        rgba(138,107,54,0.15) 50%,
        rgba(24,104,95,0.18) 75%,
        transparent 95%);
}

[data-theme="light"] .section-glow-line {
    opacity: 1;
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(24,104,95,0.20) 25%,
        rgba(24,104,95,0.35) 40%,
        rgba(138,107,54,0.24) 50%,
        rgba(24,104,95,0.35) 60%,
        rgba(24,104,95,0.20) 75%,
        transparent 95%);
}

/* ---- Cards: Premium Elevated Surfaces ---- */

[data-theme="light"] .card {
    background: linear-gradient(165deg, #FFFFFF 0%, #FDFCF9 100%);
    border-color: rgba(0,0,0,0.09);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 6px 20px rgba(0,0,0,0.07),
        0 20px 56px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

[data-theme="light"] .card::before {
    opacity: 0.7;
}

[data-theme="light"] .card:hover {
    border-color: rgba(24,104,95,0.22);
    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 8px 28px rgba(0,0,0,0.07),
        0 24px 64px rgba(0,0,0,0.05),
        0 0 0 1px rgba(24,104,95,0.04),
        inset 0 1px 0 rgba(255,255,255,0.95);
    transform: translateY(-5px);
}

[data-theme="light"] .card__icon {
    background: rgba(24, 104, 95, 0.10);
    border-color: rgba(24, 104, 95, 0.28);
    color: var(--teal);
    box-shadow:
        0 2px 8px rgba(24, 104, 95, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

[data-theme="light"] .card__icon--gold {
    background: rgba(138, 107, 54, 0.10);
    border-color: rgba(138, 107, 54, 0.28);
    color: var(--gold);
    box-shadow:
        0 2px 8px rgba(138, 107, 54, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

/* ---- Buttons: Premium Depth ---- */

[data-theme="light"] .btn--primary {
    background: linear-gradient(135deg, #18685F 0%, #1E7F7A 100%);
    color: #FFFFFF;
    box-shadow:
        0 2px 8px rgba(24, 104, 95, 0.28),
        0 8px 28px rgba(24, 104, 95, 0.20);
}

[data-theme="light"] .btn--primary:hover {
    background: linear-gradient(135deg, #1A726D 0%, #22908A 100%);
    box-shadow:
        0 4px 12px rgba(24, 104, 95, 0.30),
        0 14px 40px rgba(24, 104, 95, 0.22);
    transform: translateY(-1px);
}

[data-theme="light"] .btn--secondary {
    border-color: rgba(0,0,0,0.12);
    color: var(--text-primary);
    background: rgba(255,255,255,0.92);
    box-shadow: 0 1px 3px rgba(0,0,0,0.05),
                0 4px 12px rgba(0,0,0,0.03);
}

[data-theme="light"] .btn--secondary:hover {
    border-color: var(--teal);
    background: rgba(24, 104, 95, 0.04);
    color: var(--teal);
    box-shadow: 0 4px 16px rgba(24,104,95,0.14),
                0 8px 32px rgba(24,104,95,0.06);
}

[data-theme="light"] .btn--gold {
    background: linear-gradient(135deg, #7D6030 0%, #9A7B42 100%);
    color: #FFFFFF;
    box-shadow: 0 2px 8px rgba(138,107,54,0.28),
                0 8px 28px rgba(138,107,54,0.20);
}

[data-theme="light"] .btn--gold:hover {
    background: linear-gradient(135deg, #8A6B36 0%, #A88B4E 100%);
    box-shadow: 0 4px 12px rgba(138,107,54,0.32),
                0 14px 40px rgba(138,107,54,0.22);
    transform: translateY(-1px);
}

[data-theme="light"] .btn:focus-visible {
    box-shadow:
        0 0 0 2px var(--navy-deepest),
        0 0 0 4px rgba(24,104,95,0.45);
}

/* ---- Dashboard Panels: Command Centre Light ---- */

[data-theme="light"] .dash-panel {
    background: linear-gradient(180deg, #FFFFFF 0%, #FDFCF9 100%);
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 8px 32px rgba(0,0,0,0.07),
        0 24px 64px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.90);
}

[data-theme="light"] .dash-panel:hover {
    box-shadow:
        0 2px 8px rgba(0,0,0,0.06),
        0 16px 48px rgba(0,0,0,0.10),
        0 32px 80px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.90);
    border-color: rgba(24,104,95,0.20);
}

[data-theme="light"] .dash-panel__header {
    background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.008) 100%);
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

[data-theme="light"] .dash-kpi {
    background: rgba(0,0,0,0.028);
}

[data-theme="light"] .dash-chart {
    background: rgba(0,0,0,0.022);
    border-color: rgba(0,0,0,0.07);
}

[data-theme="light"] .dash-alert {
    background: rgba(0,0,0,0.022);
    border-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .dash-alert:hover {
    background: rgba(0,0,0,0.04);
    border-color: rgba(0,0,0,0.09);
}

/* ---- Feature Row Visuals: Premium Panels ---- */

[data-theme="light"] .feature-row__visual {
    background: linear-gradient(160deg, #FFFFFF 0%, #FDFCFA 40%, #FAF9F6 100%);
    box-shadow:
        0 1px 4px rgba(0,0,0,0.06),
        0 8px 32px rgba(0,0,0,0.09),
        0 24px 68px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.85);
    border: 1px solid rgba(0,0,0,0.12);
}

[data-theme="light"] .feature-row__visual::before {
    background:
        radial-gradient(ellipse at 25% 25%, rgba(24,104,95,0.10) 0%, transparent 50%),
        radial-gradient(ellipse at 75% 75%, rgba(138,107,54,0.07) 0%, transparent 40%);
}

[data-theme="light"] .feature-row__visual:hover {
    transform: translateY(-5px);
    border-color: rgba(24,104,95,0.30);
    box-shadow:
        0 2px 10px rgba(0,0,0,0.07),
        0 14px 48px rgba(0,0,0,0.12),
        0 32px 84px rgba(0,0,0,0.07),
        0 0 48px rgba(24,104,95,0.08);
}

[data-theme="light"] .feature-row__visual--image {
    background: linear-gradient(160deg, #F8F7F3 0%, #F6F4EF 50%, #F4F2ED 100%);
}

[data-theme="light"] .feature-row__visual--image img {
    opacity: 0.90;
    filter: saturate(1.0) brightness(1.0) contrast(1.05);
}

[data-theme="light"] .feature-row__visual--image:hover img {
    opacity: 0.97;
    filter: saturate(1.0) brightness(1.0) contrast(1.05);
}

[data-theme="light"] .feature-row__visual--image .feature-row__visual-overlay {
    background: linear-gradient(180deg,
        rgba(244,242,237,0.01) 0%,
        rgba(240,237,229,0.03) 40%,
        rgba(235,231,222,0.08) 100%);
}

[data-theme="light"] .feature-row__visual-content {
    text-shadow: 0 1px 6px rgba(255,255,255,0.65);
}

[data-theme="light"] .feature-row__visual-content svg {
    filter: drop-shadow(0 1px 4px rgba(255,255,255,0.55));
}

/* ---- CTA Banner: Warm Stone Statement ---- */

[data-theme="light"] .cta-banner {
    background: linear-gradient(145deg, #FAF9F5 0%, #F7F5F0 40%, #F8F7F3 70%, #FAF9F5 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.02),
                inset 0 -1px 0 rgba(0,0,0,0.02);
}

[data-theme="light"] .cta-banner::before {
    background: linear-gradient(90deg,
        transparent 5%,
        rgba(24,104,95,0.12) 20%,
        rgba(138,107,54,0.10) 40%,
        rgba(24,104,95,0.16) 50%,
        rgba(138,107,54,0.10) 60%,
        rgba(24,104,95,0.12) 80%,
        transparent 95%);
    opacity: 0.85;
}

[data-theme="light"] .cta-banner h2 {
    color: var(--text-primary);
    text-shadow: none;
}

[data-theme="light"] .cta-banner p {
    text-shadow: none;
    color: var(--text-secondary);
    opacity: 1;
}

[data-theme="light"] .cta-banner__bg-overlay {
    background: none;
}

/* ---- Atmosphere / Cinematic Panels ---- */

[data-theme="light"] .atmosphere-panel {
    background: linear-gradient(180deg, #FAF9F5 0%, #F7F5F0 50%, #F5F3EE 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.015),
                inset 0 -1px 0 rgba(0,0,0,0.015);
}

[data-theme="light"] .atmosphere-panel__bg-overlay {
    background: none;
}

[data-theme="light"] .atmosphere-panel__quote p {
    color: var(--text-primary);
    text-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

[data-theme="light"] .cinematic-strip {
    background: linear-gradient(180deg, #FBFAF7 0%, #F8F7F3 50%, #F7F5F0 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.015),
                inset 0 -1px 0 rgba(0,0,0,0.015);
}

[data-theme="light"] .cinematic-strip__bg-overlay {
    background: none;
}

/* ---- Footer: Architectural Grounding ---- */

[data-theme="light"] .footer {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(95,199,192,0.06) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 80%, rgba(184,149,94,0.04) 0%, transparent 45%),
        linear-gradient(180deg, #3D3A34 0%, #363330 55%, #31302C 100%);
    color: #A8A49A;
    border-top: none;
}

[data-theme="light"] .footer::before {
    background: linear-gradient(90deg,
        transparent 3%,
        rgba(95,199,192,0.25) 15%,
        rgba(184,149,94,0.18) 35%,
        rgba(95,199,192,0.40) 50%,
        rgba(184,149,94,0.18) 65%,
        rgba(95,199,192,0.25) 85%,
        transparent 97%);
    height: 3px;
}

[data-theme="light"] .footer--luxury::before {
    background: linear-gradient(90deg,
        transparent 3%,
        rgba(95,199,192,0.35) 15%,
        rgba(184,149,94,0.22) 35%,
        rgba(95,199,192,0.55) 50%,
        rgba(184,149,94,0.22) 65%,
        rgba(95,199,192,0.35) 85%,
        transparent 97%);
    height: 3px;
    opacity: 1;
}

[data-theme="light"] .footer__brand h3 {
    color: #F0ECE3;
    letter-spacing: 0.05em;
    font-weight: 700;
}

[data-theme="light"] .footer__brand p {
    color: #B5B1A7;
    line-height: 1.8;
}

[data-theme="light"] .footer__brand-sub {
    color: #C4C0B6;
    font-size: 0.60rem;
    letter-spacing: 0.18em;
    font-weight: 600;
    opacity: 1;
}

[data-theme="light"] .footer__brand-icon {
    filter: saturate(1.3) contrast(1.1) brightness(1.35);
    background: rgba(95, 199, 192, 0.08);
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 0 28px rgba(95, 199, 192, 0.15);
}

[data-theme="light"] .footer__col h4 {
    color: #C8C4BA;
    font-weight: 700;
}

[data-theme="light"] .footer__col h4::after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background: rgba(95, 199, 192, 0.40);
    margin-top: 10px;
    border-radius: 1px;
}

[data-theme="light"] .footer__col a {
    color: #9A968E;
}

[data-theme="light"] .footer__col a:hover {
    color: #5FC7C0;
    padding-left: 4px;
}

[data-theme="light"] .footer__bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    color: #8A867E;
    font-weight: 500;
}

[data-theme="light"] .footer__bottom-sep {
    background: rgba(255,255,255,0.12);
}

[data-theme="light"] .footer__social-link {
    background: rgba(255,255,255,0.07);
    border-color: rgba(255,255,255,0.10);
    box-shadow: 0 1px 4px rgba(0,0,0,0.20),
                inset 0 1px 0 rgba(255,255,255,0.04);
    color: #A8A49A;
}

[data-theme="light"] .footer__social-link:hover {
    background: rgba(95,199,192,0.12);
    border-color: rgba(95,199,192,0.30);
    box-shadow: 0 4px 20px rgba(95,199,192,0.18),
                0 1px 4px rgba(0,0,0,0.12);
    color: #5FC7C0;
}

/* ---- Contact Form: Premium Surface ---- */

[data-theme="light"] .contact-form {
    background: #FFFFFF;
    border-color: rgba(0,0,0,0.08);
    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 12px 48px rgba(0,0,0,0.08),
        0 32px 80px rgba(0,0,0,0.03),
        inset 0 1px 0 rgba(255,255,255,0.90);
}

[data-theme="light"] .form-input,
[data-theme="light"] .form-select,
[data-theme="light"] .form-textarea {
    background: #F8F7F3;
    border-color: rgba(0,0,0,0.10);
    color: var(--text-primary);
}

[data-theme="light"] .form-input:focus,
[data-theme="light"] .form-select:focus,
[data-theme="light"] .form-textarea:focus {
    background: #FFFFFF;
    border-color: var(--teal);
    box-shadow: 0 0 0 3px rgba(24,104,95,0.10),
                0 2px 8px rgba(24,104,95,0.06);
}

[data-theme="light"] .contact-success {
    background: var(--surface-card);
    border-color: rgba(0,0,0,0.08);
}

/* ---- Badges ---- */

[data-theme="light"] .badge {
    background: rgba(24, 104, 95, 0.08);
    border-color: rgba(24, 104, 95, 0.20);
    box-shadow: 0 1px 4px rgba(24, 104, 95, 0.06);
    color: var(--teal);
}

[data-theme="light"] .badge--gold {
    background: rgba(138, 107, 54, 0.08);
    border-color: rgba(138, 107, 54, 0.20);
    box-shadow: 0 1px 4px rgba(138, 107, 54, 0.06);
    color: var(--gold);
}

/* ---- Scrollbar ---- */

[data-theme="light"] ::-webkit-scrollbar-track {
    background: var(--navy-deepest);
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.16);
    border-radius: 4px;
}

[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
    background: rgba(24,104,95,0.40);
}

[data-theme="light"] ::selection {
    background: var(--teal);
    color: #FFFFFF;
}

/* ---- FAQ ---- */

[data-theme="light"] .faq-item {
    border-color: rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.50);
}

[data-theme="light"] .faq-item--open {
    border-color: rgba(24,104,95,0.22);
    background: rgba(24,104,95,0.035);
    box-shadow: 0 4px 20px rgba(24,104,95,0.05);
}

/* ---- Region Map ---- */

[data-theme="light"] .region-map {
    background: linear-gradient(180deg, #FBFAF7 0%, #F8F7F3 100%);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.02);
}

[data-theme="light"] .region-map::before {
    background: linear-gradient(90deg,
        transparent 10%,
        rgba(24,104,95,0.08) 30%,
        rgba(138,107,54,0.06) 50%,
        rgba(24,104,95,0.08) 70%,
        transparent 90%);
}

/* ---- Module Filter ---- */

[data-theme="light"] .module-filter {
    background: rgba(255,255,255,0.90);
    border-color: rgba(0,0,0,0.08);
    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 8px 32px rgba(0,0,0,0.06),
        inset 0 1px 0 rgba(255,255,255,0.90);
}

[data-theme="light"] .module-filter::before {
    background: linear-gradient(90deg,
        transparent,
        rgba(24,104,95,0.12),
        rgba(138,107,54,0.08),
        rgba(24,104,95,0.12),
        transparent);
}

[data-theme="light"] .module-filter__btn:hover {
    color: var(--text-primary);
    background: rgba(24,104,95,0.06);
    border-color: rgba(24,104,95,0.18);
}

[data-theme="light"] .module-filter__btn--active {
    color: #FFFFFF;
    background: var(--teal);
    border-color: var(--teal);
    box-shadow: 0 2px 12px rgba(24,104,95,0.25),
                0 4px 20px rgba(24,104,95,0.10);
}

/* ---- Module Card ---- */

[data-theme="light"] .module-card {
    background: linear-gradient(165deg, #FFFFFF 0%, #FDFCF9 100%);
    border-color: rgba(0,0,0,0.09);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 6px 20px rgba(0,0,0,0.07),
        0 20px 56px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

[data-theme="light"] .module-card:hover {
    border-color: rgba(24,104,95,0.22);
    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 8px 28px rgba(0,0,0,0.07),
        0 24px 64px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

/* ---- Gov Strip ---- */

[data-theme="light"] .gov-strip__icon {
    background: rgba(24, 104, 95, 0.10);
    border-color: rgba(24, 104, 95, 0.25);
    color: var(--teal);
}

/* ---- Process Step ---- */

[data-theme="light"] .process-step__num {
    background: #FFFFFF;
    color: var(--teal);
    border: 2px solid rgba(24, 104, 95, 0.28);
    box-shadow:
        0 2px 8px rgba(24, 104, 95, 0.10),
        0 0 0 4px rgba(24, 104, 95, 0.04);
}

[data-theme="light"] .process-step__num--gold {
    background: #FFFFFF;
    color: var(--gold);
    border: 2px solid rgba(138, 107, 54, 0.28);
    box-shadow:
        0 2px 8px rgba(138, 107, 54, 0.10),
        0 0 0 4px rgba(138, 107, 54, 0.04);
}

[data-theme="light"] .process-steps::before {
    top: 26px;
    height: 2px;
    background: linear-gradient(90deg,
        rgba(24,104,95,0.22) 0%,
        rgba(24,104,95,0.35) 30%,
        rgba(138,107,54,0.25) 70%,
        rgba(138,107,54,0.18) 100%);
}

/* ---- Gradient Text: Rich Editorial ---- */

[data-theme="light"] .gradient-text {
    background: linear-gradient(135deg, #14564E 0%, #18685F 40%, #1A726D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

[data-theme="light"] .hero__title .gradient-text {
    background: linear-gradient(135deg, #14564E 0%, #18685F 30%, #7A5D2E 70%, #8A6B36 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---- Section Header: Editorial Presence ---- */

[data-theme="light"] .section-header h2 {
    color: var(--text-primary);
}

[data-theme="light"] .label {
    color: var(--teal);
    background: rgba(24,104,95,0.05);
    border-color: rgba(24,104,95,0.22);
    box-shadow: 0 1px 8px rgba(24,104,95,0.08);
}

[data-theme="light"] .label--gold {
    color: var(--gold);
    background: rgba(138,107,54,0.05);
    border-color: rgba(138,107,54,0.22);
    box-shadow: 0 1px 8px rgba(138,107,54,0.06);
}

/* ---- Accent Bar: Warm Editorial ---- */

[data-theme="light"] .accent-bar {
    box-shadow: 0 0 14px rgba(24, 104, 95, 0.16);
}

[data-theme="light"] .accent-bar--gold {
    box-shadow: 0 0 14px rgba(138, 107, 54, 0.14);
}

/* ---- Card Number: Premium Typography ---- */

[data-theme="light"] .card__number {
    color: var(--teal);
    opacity: 1;
}

/* ---- Brand Statement: Elevated Presence ---- */

[data-theme="light"] .brand-statement__text {
    color: var(--text-primary);
    opacity: 1;
}

/* ---- Atmosphere Quote: Editorial Framing ---- */

[data-theme="light"] .atmosphere-panel__quote {
    position: relative;
    padding-top: var(--sp-2xl);
}

[data-theme="light"] .atmosphere-panel__quote::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--teal), var(--gold));
    border-radius: 2px;
    opacity: 0.92;
}

/* ---- Module Category: Premium Light Treatment ---- */

[data-theme="light"] .module-category {
    border-bottom-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .module-category::after {
    background: linear-gradient(90deg, transparent, rgba(24,104,95,0.10), transparent);
}

[data-theme="light"] .module-category__icon {
    background: rgba(24, 104, 95, 0.10);
    border-color: rgba(24, 104, 95, 0.28);
    color: var(--teal);
    box-shadow:
        0 2px 8px rgba(24, 104, 95, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

[data-theme="light"] .module-category__icon--gold {
    background: rgba(138, 107, 54, 0.10);
    border-color: rgba(138, 107, 54, 0.28);
    color: var(--gold);
    box-shadow:
        0 2px 8px rgba(138, 107, 54, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

/* ---- Pillar Card Icon: Embossed Medallion ---- */

[data-theme="light"] .pillar-card__icon {
    background: rgba(24, 104, 95, 0.10);
    border-color: rgba(24, 104, 95, 0.28);
    color: var(--teal);
    box-shadow:
        0 2px 8px rgba(24, 104, 95, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

[data-theme="light"] .pillar-card__icon--gold {
    background: rgba(138, 107, 54, 0.10);
    border-color: rgba(138, 107, 54, 0.28);
    color: var(--gold);
    box-shadow:
        0 2px 8px rgba(138, 107, 54, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.60);
}

/* ---- Contact Side Panel: Warm Surface ---- */

[data-theme="light"] .contact-side-panel {
    background: linear-gradient(160deg, #FDFCFA 0%, #FAF9F6 50%, #F7F5F0 100%);
    border-color: rgba(0,0,0,0.10);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 8px 32px rgba(0,0,0,0.08),
        0 24px 64px rgba(0,0,0,0.05),
        inset 0 1px 0 rgba(255,255,255,0.80);
}

[data-theme="light"] .contact-side-panel__overlay {
    background: linear-gradient(180deg,
        rgba(253,252,250,0.06) 0%,
        rgba(250,249,246,0.10) 100%);
}

/* ---- Theme Toggle ---- */

[data-theme="light"] .theme-toggle {
    background: rgba(255,255,255,0.75);
    border-color: rgba(0,0,0,0.10);
    color: var(--text-muted);
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

[data-theme="light"] .theme-toggle:hover {
    background: rgba(255,255,255,0.95);
    border-color: rgba(24,104,95,0.25);
    color: var(--teal);
    box-shadow: 0 4px 16px rgba(24,104,95,0.14);
}

/* ---- Pillar Card ---- */

[data-theme="light"] .pillar-card {
    background: linear-gradient(165deg, #FFFFFF 0%, #FDFCF9 100%);
    border-color: rgba(0,0,0,0.09);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 6px 20px rgba(0,0,0,0.07),
        0 20px 56px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.95);
}

[data-theme="light"] .pillar-card:hover {
    border-color: rgba(24,104,95,0.22);
    box-shadow:
        0 2px 6px rgba(0,0,0,0.04),
        0 8px 28px rgba(0,0,0,0.07),
        0 24px 64px rgba(0,0,0,0.05);
}

/* ---- Video Showcase ---- */

[data-theme="light"] .video-showcase__player {
    border: 1px solid rgba(0,0,0,0.09);
    box-shadow:
        0 1px 3px rgba(0,0,0,0.05),
        0 8px 32px rgba(0,0,0,0.08),
        0 28px 72px rgba(0,0,0,0.04),
        inset 0 1px 0 rgba(255,255,255,0.80);
}

[data-theme="light"] .video-showcase__player:hover {
    border-color: rgba(24,104,95,0.22);
    box-shadow:
        0 2px 8px rgba(0,0,0,0.06),
        0 16px 48px rgba(0,0,0,0.12),
        0 36px 90px rgba(0,0,0,0.05),
        0 0 24px rgba(24,104,95,0.04);
}

/* Location section map — light */
[data-theme="light"] .location-map {
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 8px 40px rgba(0,0,0,0.06),
                inset 0 1px 0 rgba(255,255,255,0.90);
}

[data-theme="light"] .location-map:hover {
    border-color: rgba(26,114,109,0.15);
    box-shadow: 0 16px 60px rgba(0,0,0,0.10),
                0 0 24px rgba(26,114,109,0.04);
}

/* Light theme: reset the dark inversion and apply a
   subtle warm desaturation instead */
[data-theme="light"] .location-map__iframe {
    filter: saturate(0.88) contrast(1.02) brightness(1.0);
}

[data-theme="light"] .location-map__badge {
    background: rgba(255,255,255,0.88);
    border-color: rgba(0,0,0,0.06);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    color: #1A1A18;
}

[data-theme="light"] .location-map__badge svg {
    color: #1A726D;
}

[data-theme="light"] .location-map__coords {
    color: rgba(0,0,0,0.25);
}

[data-theme="light"] .location-section__address {
    background: rgba(0,0,0,0.02);
    border-color: rgba(0,0,0,0.06);
}

[data-theme="light"] .location-section__address:hover {
    border-color: rgba(26,114,109,0.15);
}

[data-theme="light"] .location-section__address-icon {
    background: rgba(26, 114, 109, 0.05);
    border-color: rgba(26, 114, 109, 0.12);
}

/* Print — light */
@media print {
    [data-theme="light"] body::before { display: none; }
}
