/* ═══════════════════════════════════════════════════
   ARTOHOLIX STUDIO — Premium Design System
   Light Mode · Gold Accents · Award-Winning
   ═══════════════════════════════════════════════════ */

:root {
    --bg: transparent;
    --bg2: #f7f6f3;
    --surface: rgba(0, 0, 0, 0.03);
    --surface-hover: rgba(0, 0, 0, 0.06);
    --border: rgba(0, 0, 0, 0.10);
    --border-hover: rgba(197, 168, 128, 0.6);
    --text: #1a1a1a;
    --text-muted: #6b6b6b;
    --text-dim: #999999;
    --gold: #b8891f;
    --bronze: #a06820;
    --gradient: linear-gradient(135deg, #c5a880, #a87848);
    --gradient-rev: linear-gradient(135deg, #a87848, #c5a880);
    --glow: rgba(197, 168, 128, 0.3);
    --glow-lg: rgba(197, 168, 128, 0.15);
    --green: #25d366;
    --font-head: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;
    --radius: 20px;
    --radius-sm: 12px;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --nav-h: 68px;
}

/* ─── PRELOADER ─────────────────────────────────── */
#site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#site-preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-video {
    width: 300px;
    max-width: 80vw;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
    outline: none;
    border: none;
}

/* ─── RESET ─────────────────────────────────────── */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='%23b8891f' fill-opacity='0.4'%3E%3Ccircle cx='10' cy='10' r='1' /%3E%3Ccircle cx='40' cy='20' r='0.8' /%3E%3Ccircle cx='25' cy='45' r='1.5' fill='%23d4af37' fill-opacity='0.6' /%3E%3Ccircle cx='50' cy='50' r='1' fill='%23c5a880' fill-opacity='0.7' /%3E%3Ccircle cx='5' cy='35' r='0.8' fill='%23a87848' fill-opacity='0.3' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    color: var(--text);
    font-family: var(--font-body);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--font-head);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

img {
    max-width: 100%;
    display: block;
}

/* Fix for the Emotion & Modern text: changed color to match the button gradient and added filter drop-shadow for accurate white glow without black muddy effect */
.hero-title .gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Reset regular text-shadow to avoid the dark shade rendering underneath the transparent text */
    text-shadow: none;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    border: none;
    font-family: var(--font-body);
}

/* ─── UTILITIES ────────────────────────────────── */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 5%;
}

.text-center {
    text-align: center;
}

.section {
    padding: 7rem 0;
}

.gradient-text {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.gold-text {
    color: var(--gold);
}

.glass-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    transition: var(--transition);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transform-style: preserve-3d;
}

.glass-card>*:not(.hover-popup-wrap) {
    transform: translateZ(30px);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.glass-card:hover {
    background: #fffdf8;
    border-color: var(--border-hover);
    box-shadow: 0 8px 40px rgba(197, 168, 128, 0.2), 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* ─── BUTTONS ──────────────────────────────────── */
/* Global 3D Interaction Styles */
a,
button,
.btn-primary,
.btn-secondary,
.btn-glass,
.btn-whatsapp,
.nav-link {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

a:active,
button:active,
.btn-primary:active,
.btn-secondary:active,
.btn-glass:active,
.btn-whatsapp:active {
    transform: translateY(2px) scale(0.96) translateZ(-10px) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    filter: brightness(0.95) !important;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2.25rem;
    background: var(--gradient);
    color: #000;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--font-head);
    border-radius: 50px;
    transition: var(--transition);
    letter-spacing: 0.02em;
    white-space: nowrap;
    border: 2px solid transparent;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px var(--glow);
    filter: brightness(1.1);
}

.btn-glass {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 2.25rem;
    background: rgba(255, 255, 255, 0.06);
    color: var(--text);
    font-weight: 600;
    font-size: 0.95rem;
    font-family: var(--font-head);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: var(--transition);
    backdrop-filter: blur(8px);
}

.btn-glass:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px var(--glow-lg);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: var(--gradient-rev);
    color: var(--text);
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 50px;
    border: 1px solid var(--border);
    transition: var(--transition);
}

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

/* Call Now button — Light Blue Gradient */
#contact-call-btn {
    background: linear-gradient(135deg, #64b5f6, #1e88e5);
    color: #ffffff;
    border-color: transparent;
}

#contact-call-btn:hover {
    background: linear-gradient(135deg, #42a5f5, #1565c0);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(30, 136, 229, 0.4);
    transform: translateY(-3px);
}

/* CTA Banner 2 — Call Now button golden border */
#cta2-call {
    border: 1.5px solid var(--gold);
    color: var(--gold);
}

#cta2-call:hover {
    border-color: var(--gold);
    color: var(--gold);
    box-shadow: 0 8px 28px var(--glow);
    transform: translateY(-3px);
}

/* Contact page — Instagram button (matches homepage btn-instagram) */
#contact-page-ig {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    border-color: transparent;
}

#contact-page-ig:hover {
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(220, 39, 67, 0.4);
    filter: brightness(1.08);
    color: #fff;
    transform: translateY(-3px);
}

/* Contact page — Call Now button (matches homepage blue gradient) */
#contact-page-call {
    background: linear-gradient(135deg, #64b5f6, #1e88e5);
    color: #ffffff;
    border-color: transparent;
}

#contact-page-call:hover {
    background: linear-gradient(135deg, #42a5f5, #1565c0);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 8px 25px rgba(30, 136, 229, 0.4);
    transform: translateY(-3px);
}

/* WhatsApp button — Light to Dark Green Gradient */
#contact-whatsapp-btn {
    background: linear-gradient(135deg, #43a047, #1b5e20);
    border-color: transparent;
}

#contact-whatsapp-btn:hover {
    background: linear-gradient(135deg, #66bb6a, #2e7d32);
    border-color: transparent;
    box-shadow: 0 10px 30px rgba(67, 160, 71, 0.4);
    transform: translateY(-3px);
    filter: none;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.875rem 2rem;
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 0.95rem;
    font-family: var(--font-head);
    border-radius: 50px;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-whatsapp:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.4);
    filter: brightness(1.1);
}

.btn-full {
    width: 100%;
    justify-content: center;
}

.btn-nav-cta {
    display: inline-block;
    padding: 0.6rem 1.5rem;
    background: var(--gradient);
    color: #000 !important;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: var(--font-head);
    border-radius: 50px;
    transition: var(--transition);
}

.btn-nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--glow);
    filter: brightness(1.08);
}

/* ─── SCROLL ANIMATIONS ─────────────────────────── */
.reveal-up {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0s);
}

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

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ─── SECTION LABELS & HEADERS ──────────────────── */
.section-label {
    display: inline-block;
    padding: 0.3rem 1rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(205, 127, 50, 0.15));
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.section-header h2 {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    margin-bottom: 1.2rem;
}

.section-sub {
    color: var(--text-muted);
    font-size: 1.05rem;
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ─── NAVBAR ────────────────────────────────────── */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: var(--nav-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    z-index: 9998;
    transition: var(--transition);
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.navbar.scrolled {
    background: #ffffff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    height: 68px;
}

.logo {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.nav-logo-img {
    height: 44px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: var(--transition);
}

.footer-logo {
    display: inline-flex;
    align-items: center;
}

.footer-logo-img {
    height: 80px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: var(--transition);
}


.nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-link {
    color: rgba(26, 26, 26, 0.85);
    font-size: 0.95rem;
    font-weight: 700;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link:hover::after {
    width: 100%;
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: #ffffff;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: var(--transition);
}

.hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile drawer & backdrop — hidden on desktop, shown via media query on mobile */
.mobile-drawer {
    display: none;
}

.nav-backdrop {
    display: none;
}

/* ─── HERO — Scroll-Driven Canvas Animation ─────── */

/* Hero Section */
.hero-section {
    position: relative;
    height: 100vh;
    width: 100%;
}

/* Sticky wrapper keeps the hero pinned during scrolling */
.hero-sticky {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: #0a0a0a;
}

/* Video fills the full viewport */
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Gradient overlay: bottom-dark + left-fade for text legibility */
.hero-canvas-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 40%,
            rgba(0, 0, 0, 0.05) 70%,
            transparent 100%),
        linear-gradient(to top,
            rgba(0, 0, 0, 0.6) 0%,
            transparent 40%);
}

/* Particles sit above overlay */
.hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

/* Hero text: left-aligned on dark canvas */
.hero-content {
    position: absolute;
    z-index: 3;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 600px;
    margin-top: 1rem;
    /* Text is light on dark canvas */
    color: #ffffff;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 1.2rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.18), rgba(205, 127, 50, 0.18));
    border: 1.5px solid rgba(212, 175, 55, 0.7);
    border-radius: 50px;
    color: #d4af37;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(2.8rem, 5.5vw, 5.5rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1.5rem;
    letter-spacing: -0.03em;
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

.hero-subtitle {
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 2.5rem;
    line-height: 1.7;
    max-width: 520px;
}

.hero-cta {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
}

.stat-num {
    display: block;
    font-family: var(--font-head);
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.1rem;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* Hero stat numbers: override gradient-text so they're visible on the dark video */
.hero-stats .stat-num {
    color: #c5a880;
    -webkit-text-fill-color: #c5a880;
    background: none;
    text-shadow: 0 0 20px rgba(197, 168, 128, 0.35);
}

/* Scroll hint at bottom-center */
.hero-scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    transition: opacity 0.5s ease;
}

.scroll-hint-text {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.55);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

.scroll-line {
    display: block;
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, rgba(212, 175, 55, 0.9), transparent);
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {

    0%,
    100% {
        opacity: 0.4;
        transform: scaleY(1);
    }

    50% {
        opacity: 1;
        transform: scaleY(1.2);
    }
}

/* Fade out scroll hint once user starts scrolling */
.hero-scroll-hint.hidden {
    opacity: 0;
    pointer-events: none;
}

/* Keep old .scroll-hint class in case other pages use it */
.scroll-hint {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* ─── ABOUT ─────────────────────────────────────── */
.about-section {
    background: var(--bg2);
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-img-wrap {
    position: relative;
}

.about-img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.about-img-accent {
    position: absolute;
    top: -20px;
    left: -20px;
    right: 20px;
    bottom: 20px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: var(--radius);
    z-index: -1;
}

.about-badge {
    position: absolute;
    bottom: -24px;
    right: -24px;
    padding: 1.25rem 1.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 160px;
}

.about-badge-num {
    font-family: var(--font-head);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
}

.about-badge-text {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.4;
}

.about-content h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    margin-bottom: 1.5rem;
}

.about-lead {
    color: var(--text);
    font-size: 1.05rem;
    margin-bottom: 1.25rem;
    line-height: 1.75;
}

.about-body {
    color: var(--text-muted);
    font-size: 0.97rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.about-features {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2.25rem;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}

.feature-icon {
    color: var(--gold);
    font-size: 0.8rem;
}

/* ─── MARQUEE GALLERY ───────────────────────────── */
.marquee-section {
    padding: 5rem 0 4rem;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg fill='%23b8891f' fill-opacity='0.4'%3E%3Ccircle cx='10' cy='10' r='1' /%3E%3Ccircle cx='40' cy='20' r='0.8' /%3E%3Ccircle cx='25' cy='45' r='1.5' fill='%23d4af37' fill-opacity='0.6' /%3E%3Ccircle cx='50' cy='50' r='1' fill='%23c5a880' fill-opacity='0.7' /%3E%3Ccircle cx='5' cy='35' r='0.8' fill='%23a87848' fill-opacity='0.3' /%3E%3C/g%3E%3C/svg%3E");
    background-repeat: repeat;
    overflow: hidden;
    position: relative;
}

.marquee-section::before,
.marquee-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 10;
    pointer-events: none;
}

.marquee-section::before {
    left: 0;
    background: linear-gradient(to right, #ffffff, transparent);
}

.marquee-section::after {
    right: 0;
    background: linear-gradient(to left, #ffffff, transparent);
}

.marquee-header {
    margin-bottom: 3rem;
    position: relative;
    z-index: 11;
}

.marquee-header .section-label {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(205, 127, 50, 0.15));
    border-color: rgba(212, 175, 55, 0.3);
    color: var(--gold);
}

.marquee-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--text);
    margin-bottom: 0;
}

.marquee-track-wrap {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1.25rem;
}

.marquee-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

/* Row 1 — Slides Right to Left */
.marquee-ltr .marquee-inner {
    display: flex;
    gap: 1.25rem;
    animation: marqueeScrollLTR 45s linear infinite;
}

/* Row 2 — Slides Left to Right */
.marquee-rtl .marquee-inner {
    display: flex;
    gap: 1.25rem;
    animation: marqueeScrollRTL 40s linear infinite;
}

/* Pause on hover */
.marquee-track-wrap:hover .marquee-inner {
    animation-play-state: paused;
}

@keyframes marqueeScrollLTR {
    0% {
        transform: translateX(0);
    }

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

@keyframes marqueeScrollRTL {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.marquee-item {
    flex-shrink: 0;
    width: 440px;
    height: 300px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(197, 168, 128, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

.marquee-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(197, 168, 128, 0.08), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.marquee-item:hover {
    transform: scale(1.04) translateY(-4px);
    border-color: rgba(197, 168, 128, 0.6);
    box-shadow: 0 16px 50px rgba(197, 168, 128, 0.25), 0 8px 24px rgba(0, 0, 0, 0.15);
}

.marquee-item:hover::after {
    opacity: 1;
}

.marquee-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.marquee-item:hover img {
    transform: scale(1.08);
}

.marquee-cta {
    margin-top: 3rem;
    position: relative;
    z-index: 11;
}

/* ─── SERVICES ──────────────────────────────────── */
.services-section {
    background: var(--bg);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 3.5rem;
    overflow: visible;
}

.service-card {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    transition: all 0.35s ease;
}

.service-card:hover {
    z-index: 100;
}

.hover-popup-wrap {
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.service-card:hover .hover-popup-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hover-popup-wrap img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--radius);
    transform: scale(1.04);
    transition: transform 0.5s ease;
    filter: brightness(1.05) saturate(1.1);
}

.service-card:hover .hover-popup-wrap img {
    transform: scale(1);
}

/* Light gradient ONLY at bottom — just enough for the button to be readable */
.hover-popup-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65) 0%,
            rgba(0, 0, 0, 0.15) 40%,
            rgba(0, 0, 0, 0.0) 65%);
    border-radius: var(--radius);
    z-index: 1;
}

.hover-popup-wrap .btn-primary {
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    width: calc(100% - 3rem);
    max-width: 280px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    justify-content: center;
    white-space: nowrap;
}

.service-card:hover>.svc-icon-wrap,
.service-card:hover>h3,
.service-card:hover>p,
.service-card:hover>a:not(.btn-primary) {
    opacity: 0;
    transition: opacity 0.25s ease;
}

.service-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at top left, rgba(212, 175, 55, 0.06), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: var(--radius);
    pointer-events: none;
}

.service-card:hover::before {
    opacity: 0;
}




.svc-icon-wrap {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.15), rgba(205, 127, 50, 0.15));
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.svc-icon {
    font-size: 1.5rem;
}

.service-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.88rem;
    line-height: 1.65;
    flex: 1;
}

.svc-link {
    display: inline-block;
    color: var(--gold);
    font-size: 0.84rem;
    font-weight: 600;
    margin-top: 0.5rem;
    transition: var(--transition);
}

.svc-link:hover {
    color: var(--bronze);
    transform: translateX(4px);
}

/* ─── CTA BANNER ────────────────────────────────── */
.cta-banner {
    position: relative;
    padding: 5rem 5%;
    text-align: center;
    overflow: hidden;
}

.cta-banner-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.12) 0%, rgba(205, 127, 50, 0.06) 50%, rgba(10, 10, 12, 0) 100%);
    border-top: 1px solid rgba(212, 175, 55, 0.15);
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.cta-banner-bg-2 {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    border-bottom: 1px solid rgba(212, 175, 55, 0.12);
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h2 {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin-bottom: 1rem;
}

.cta-content p {
    color: var(--text-muted);
    font-size: 1rem;
    margin-bottom: 2.25rem;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.cta-dual {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ─── PORTFOLIO ──────────────────────────────────── */
.portfolio-section {
    background: var(--bg2);
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin: 2.5rem 0;
}

.filter-pill {
    padding: 0.55rem 1.4rem;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50px;
    color: var(--text-muted);
    font-size: 0.85rem;
    font-weight: 500;
    font-family: var(--font-body);
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: var(--transition);
}

.filter-pill:hover {
    border-color: var(--gold);
    color: var(--gold);
}

.filter-pill.active {
    background: var(--gradient);
    border-color: transparent;
    color: #000;
    font-weight: 700;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 280px;
    gap: 1.25rem;
}

.port-item {
    position: relative;
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
}

.port-item.large {
    grid-column: span 2;
    grid-row: span 2;
}

.port-item.tall {
    grid-row: span 2;
}

.port-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.port-item:hover img {
    transform: scale(1.07);
}

.port-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10, 10, 12, 0.92) 0%, rgba(10, 10, 12, 0.4) 50%, transparent 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.5rem;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.port-item:hover .port-overlay {
    opacity: 1;
}

.port-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    background: var(--gradient);
    color: #000;
    font-size: 0.72rem;
    font-weight: 700;
    border-radius: 50px;
    margin-bottom: 0.5rem;
    letter-spacing: 0.06em;
    width: fit-content;
}

.port-overlay h4 {
    color: var(--gold);
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
    transform: translateY(12px);
    transition: transform 0.35s ease;
}

.port-item:hover .port-overlay h4 {
    transform: translateY(0);
}

.port-btn {
    display: inline-block;
    padding: 0.45rem 1.1rem;
    background: var(--gradient);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50px;
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 600;
    width: fit-content;
    transition: var(--transition);
    transform: translateY(0);
    opacity: 1;
}

.port-item:hover .port-btn {
    transform: translateY(0);
    opacity: 1;
}

.port-btn:hover {
    background: var(--gradient);
    color: #000;
    border-color: transparent;
}

/* ─── HOW IT WORKS ──────────────────────────────── */
.how-section {
    background: var(--bg);
}

.steps-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-top: 3.5rem;
    position: relative;
}

.step-connector {
    flex: 1;
    height: 2px;
    background: linear-gradient(to right, rgba(212, 175, 55, 0.4), rgba(205, 127, 50, 0.2));
    align-self: center;
    margin-top: -60px;
    min-width: 20px;
}

.step-card {
    padding: 2.25rem 1.75rem;
    text-align: center;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.step-num-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    margin-bottom: 0.5rem;
}

.step-num {
    font-family: var(--font-head);
    font-size: 1.2rem;
    font-weight: 800;
}

.step-icon {
    font-size: 1.8rem;
    margin-bottom: 0.25rem;
}

.step-card h4 {
    font-size: 1.05rem;
    color: var(--text);
    margin-bottom: 0.25rem;
}

.step-card p {
    font-size: 0.87rem;
    color: var(--text-muted);
    line-height: 1.65;
}

/* ─── TESTIMONIALS ──────────────────────────────── */
.testimonials-section {
    background: var(--bg2);
}

.testi-slider-wrap {
    max-width: 1200px;
    overflow: hidden;
    margin: 3.5rem auto 0;
}

.testimonials-grid {
    display: flex;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
    align-items: stretch;
    width: 100%;
}

.testimonial-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}

.nav-arrow {
    height: 44px;
    padding: 0 1.25rem;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border);
    color: var(--text);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    transition: var(--transition);
}

.nav-arrow:hover {
    background: var(--gradient);
    color: #000;
    border-color: transparent;
    transform: translateY(-2px);
}

/* Dot indicators */
.testi-dots {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.testi-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--border);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}

.testi-dot.active {
    background: var(--gold);
    width: 24px;
    border-radius: 4px;
    transform: none;
}

.testimonial-card {
    flex: 0 0 calc(33.3333% - 1rem);
    /* 3 cards */
    width: auto;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

@media (max-width: 992px) {
    .testimonial-card {
        flex: 0 0 calc(50% - 0.75rem);
        /* 2 cards */
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        flex: 0 0 100%;
        /* 1 card */
    }
}

.stars {
    color: var(--gold);
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.testimonial-card blockquote {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
    font-style: italic;
    flex: 1;
    margin-bottom: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid var(--border);
    padding-top: 1.25rem;
}

.author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gradient);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-family: var(--font-head);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    font-size: 0.92rem;
    color: var(--text);
    margin-bottom: 0.2rem;
}

.testimonial-author span {
    font-size: 0.78rem;
    color: var(--text-dim);
}

.testimonial-author span {
    font-size: 0.78rem;
    color: var(--text-dim);
}

/* ─── CONTACT ───────────────────────────────────── */
.contact-section {
    background: var(--bg);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 0;
    overflow: hidden;
    margin-top: 3rem;
}

.contact-info {
    background: rgba(212, 175, 55, 0.04);
    border-right: 1px solid var(--border);
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
}

.contact-desc {
    color: var(--text-muted);
    font-size: 0.93rem;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.contact-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-item strong {
    display: block;
    font-size: 0.9rem;
    color: var(--text);
    margin-bottom: 0.2rem;
}

.contact-item span,
.contact-item p {
    font-size: 0.87rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.contact-socials {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: auto;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
}

/* Instagram Button */
.btn-instagram {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.75rem;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: var(--font-head);
    border-radius: 50px;
    border: none;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(220, 39, 67, 0.4);
    filter: brightness(1.08);
    color: #fff;
}

/* Quote CTA Button */
.btn-quote {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 1.75rem;
    background: var(--gradient);
    color: #000;
    font-weight: 700;
    font-size: 0.9rem;
    font-family: var(--font-head);
    border-radius: 50px;
    border: none;
    transition: var(--transition);
    white-space: nowrap;
}

.btn-quote:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4);
    filter: brightness(1.08);
    color: #000;
}

.btn-instagram:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(220, 39, 67, 0.4);
    filter: brightness(1.08);
    color: #fff;
}

.contact-form-wrap {
    padding: 3rem;
}

.contact-form-wrap h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.form-group label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1.1rem;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.93rem;
    transition: var(--transition);
    appearance: none;
    -webkit-appearance: none;
}

.budget-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.budget-opt {
    padding: 0.75rem 1rem;
    background: #ffffff(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    text-align: center;
}

.budget-opt:hover {
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(212, 175, 55, 0.04);
}

.budget-opt.active {
    background: var(--gradient);
    color: #000;
    border-color: transparent;
    font-weight: 700;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-dim);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(212, 175, 55, 0.04);
    box-shadow: 0 0 20px var(--glow-lg);
}

.form-group select option {
    background: #1a1a1e;
    color: var(--text);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.form-note {
    font-size: 0.78rem;
    color: var(--text-dim);
    text-align: center;
    margin-top: 1rem;
}

/* ─── CUSTOM DROPDOWNS ──────────────────────────── */
.custom-dropdown {
    position: relative;
    width: 100%;
}

.custom-dropdown .dropdown-selected {
    width: 100%;
    padding: 0.875rem 1.1rem;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.93rem;
    cursor: pointer;
    transition: var(--transition);
    user-select: none;
    position: relative;
    box-sizing: border-box;
}

/* Arrow indicator */
.custom-dropdown .dropdown-selected::after {
    content: '▾';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1rem;
    pointer-events: none;
    transition: transform 0.25s ease;
}

.custom-dropdown .dropdown-selected.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.custom-dropdown .dropdown-selected:hover {
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(184, 137, 31, 0.15);
}

.custom-dropdown .dropdown-selected.open {
    border-color: rgba(212, 175, 55, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 20px var(--glow-lg);
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--border);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    max-height: 220px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.custom-dropdown .dropdown-option {
    padding: 0.75rem 1.1rem;
    cursor: pointer;
    font-size: 0.93rem;
    color: var(--text);
    transition: background 0.15s ease, color 0.15s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.custom-dropdown .dropdown-option:last-child {
    border-bottom: none;
}

.custom-dropdown .dropdown-option:hover {
    background: rgba(184, 137, 31, 0.08);
    color: var(--gold);
    font-weight: 600;
}

/* Dropdown search input */
.custom-dropdown .dropdown-search-wrap {
    position: sticky;
    top: 0;
    background: #ffffff;
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.custom-dropdown .dropdown-search {
    width: 100%;
    padding: 0.5rem 0.85rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    font-family: var(--font-body);
    font-size: 0.875rem;
    color: var(--text);
    background: #f8f8f8;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-dropdown .dropdown-search:focus {
    border-color: rgba(212, 175, 55, 0.6);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.12);
}

.custom-dropdown .dropdown-search::placeholder {
    color: #aaa;
    font-size: 0.83rem;
}

.custom-dropdown .dropdown-options-list {
    max-height: 175px;
    overflow-y: auto;
}

.custom-dropdown .dropdown-options-list::-webkit-scrollbar {
    width: 4px;
}

.custom-dropdown .dropdown-options-list::-webkit-scrollbar-track {
    background: transparent;
}

.custom-dropdown .dropdown-options-list::-webkit-scrollbar-thumb {
    background: rgba(184, 137, 31, 0.3);
    border-radius: 2px;
}

.custom-dropdown .dropdown-no-results {
    color: var(--text-dim);
    font-style: italic;
    cursor: default;
    font-size: 0.875rem;
}

.custom-dropdown .dropdown-no-results:hover {
    background: none;
    color: var(--text-dim);
    font-weight: 400;
}


/* ─── COMBOBOX (City & State) ───────────────────── */
.combobox-group {
    position: relative;
}

.combobox-wrap {
    position: relative;
    width: 100%;
}

.combobox-input {
    width: 100%;
    padding: 0.875rem 2.5rem 0.875rem 1.1rem;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    color: var(--text);
    font-family: var(--font-body);
    font-size: 0.93rem;
    transition: var(--transition);
    box-sizing: border-box;
    cursor: text;
}

.combobox-input::placeholder {
    color: var(--text-dim);
}

.combobox-input:focus {
    outline: none;
    border-color: rgba(212, 175, 55, 0.5);
    background: rgba(212, 175, 55, 0.04);
    box-shadow: 0 0 20px var(--glow-lg);
}

.combobox-wrap.active .combobox-input {
    border-color: rgba(212, 175, 55, 0.5);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 0 20px var(--glow-lg);
}

.combobox-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-muted);
    font-size: 1rem;
    pointer-events: auto;
    cursor: pointer;
    transition: transform 0.25s ease;
    user-select: none;
}

.combobox-arrow.open {
    transform: translateY(-50%) rotate(180deg);
}

.combobox-dropdown {
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid var(--border);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0 0 var(--radius-sm) var(--radius-sm);
    max-height: 220px;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.combobox-dropdown::-webkit-scrollbar {
    width: 4px;
}

.combobox-dropdown::-webkit-scrollbar-track {
    background: transparent;
}

.combobox-dropdown::-webkit-scrollbar-thumb {
    background: rgba(184, 137, 31, 0.3);
    border-radius: 2px;
}

.combobox-option {
    padding: 0.75rem 1.1rem;
    cursor: pointer;
    font-size: 0.93rem;
    color: var(--text);
    transition: background 0.15s ease, color 0.15s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.combobox-option:last-child {
    border-bottom: none;
}

.combobox-option:hover {
    background: rgba(184, 137, 31, 0.08);
    color: var(--gold);
    font-weight: 600;
}

.combobox-no-result {
    padding: 0.75rem 1.1rem;
    font-size: 0.875rem;
    color: var(--text-muted);
    font-style: italic;
    cursor: default;
}

/* ─── CALL NOW BUTTON ───────────────────────────── */
.btn-call-now {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: transparent;
    color: var(--gold);
    font-weight: 700;
    font-size: 0.9rem;
    font-family: var(--font-head);
    border-radius: 50px;
    border: 2px solid var(--gold);
    transition: var(--transition);
    white-space: nowrap;
    letter-spacing: 0.03em;
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.2), inset 0 0 12px rgba(212, 175, 55, 0.04);
}

.btn-call-now:hover {
    background: var(--gradient);
    color: #000;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.45);
}

/* ─── FOOTER ────────────────────────────────────── */
.footer {
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5rem 0 0;
    position: relative;
    overflow: hidden;
}

.footer-glow {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 200px;
    background: radial-gradient(ellipse at top, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.footer-inner {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 3.5rem;
}

.footer-logo {
    font-family: var(--font-head);
    font-size: 1.5rem;
    font-weight: 800;
    display: block;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #444444;
    font-size: 0.87rem;
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 1.5rem;
}

.footer-social {
    display: flex;
    gap: 0.75rem;
}

.footer-social a {
    width: 38px;
    height: 38px;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: var(--transition);
}

.footer-social a:hover {
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.1);
    transform: translateY(-3px);
}

.footer-col h5 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    transition: var(--transition);
    cursor: pointer;
}

.footer-col h5:hover {
    color: var(--gold);
    text-decoration: underline;
}

.footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-col a {
    font-size: 0.87rem;
    color: #555555;
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--gold);
}

.footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.75rem 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 0.8rem;
    background: #fafafa;
}

.footer-bottom a {
    color: var(--gold);
}

.footer-bottom a:hover {
    color: var(--bronze);
}

/* ─── WHATSAPP FLOAT ────────────────────────────── */
.wa-float {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4);
    transition: var(--transition);
    animation: waPulse 3s ease-in-out infinite;
}

.wa-float:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 15px 40px rgba(37, 211, 102, 0.55);
}

@keyframes waPulse {

    0%,
    100% {
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4), 0 0 0 0 rgba(37, 211, 102, 0);
    }

    50% {
        box-shadow: 0 8px 30px rgba(37, 211, 102, 0.4), 0 0 0 12px rgba(37, 211, 102, 0.08);
    }
}

/* ─── QUOTE FLOAT ────────────────────────────── */
.quote-float {
    position: fixed;
    bottom: 6.5rem;
    right: 2rem;
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4);
    transition: var(--transition);
    color: #000;
}

.quote-float:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 15px 40px rgba(212, 175, 55, 0.55);
}

/* ─── RESPONSIVE: TABLET ────────────────────────── */
@media (max-width: 1100px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .steps-row {
        flex-direction: column;
    }

    .step-connector {
        display: none;
    }

    .step-card {
        max-width: 400px;
        margin: 0 auto;
    }

    /* Hero — side-by-side starts breaking */
    .hero {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-top: calc(var(--nav-h) + 2rem);
        min-height: auto;
        padding-bottom: 4rem;
    }

    .hero-content {
        max-width: 100%;
        order: 1;
        padding-top: 0;
    }

    .hero-bg {
        order: 2;
        height: 340px;
        width: 100%;
    }

    .hero-bg img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center bottom;
    }
}

@media (max-width: 900px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-img-wrap {
        margin-bottom: 2rem;
    }

    .about-badge {
        right: 0;
    }

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

    .contact-info {
        border-right: none;
        border-bottom: 1px solid var(--border);
    }

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

    .port-item.large {
        grid-column: span 2;
    }
}

/* ─── RESPONSIVE: MOBILE ────────────────────────── */
@media (max-width: 768px) {
    :root {
        --nav-h: 62px;
    }

    /* ── Navbar ── */
    .navbar {
        background: #ffffff !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
        padding: 0 5%;
    }


    /* ── Mobile Drawer Backdrop ── */
    .nav-backdrop {
        display: block;
        /* always rendered on mobile */
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        z-index: 9996;
        backdrop-filter: blur(2px);
        -webkit-backdrop-filter: blur(2px);
        opacity: 0;
        pointer-events: none;
        /* invisible & non-interactive by default */
        transition: opacity 0.35s ease;
    }

    .nav-backdrop.open {
        opacity: 1;
        pointer-events: auto;
        /* clickable when open */
    }

    /* ── Mobile Drawer Panel ── */
    .mobile-drawer {
        display: flex;
        /* always rendered on mobile */
        position: fixed;
        top: 0;
        right: 0;
        width: 80%;
        max-width: 320px;
        height: 100dvh;
        background: #ffffff;
        z-index: 9997;
        transform: translateX(100%);
        /* hidden off-screen by default */
        transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        flex-direction: column;
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.18);
        overflow-y: auto;
    }

    .mobile-drawer.open {
        transform: translateX(0);
    }

    /* Drawer Header */
    .drawer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1.1rem 1.25rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
    }

    .drawer-logo-img {
        height: 38px;
        width: auto;
        object-fit: contain;
    }

    .drawer-close {
        width: 38px;
        height: 38px;
        border: 2px solid var(--gold);
        background: transparent;
        border-radius: 6px;
        color: var(--text);
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s ease, color 0.2s ease;
        flex-shrink: 0;
    }

    .drawer-close:hover {
        background: var(--gold);
        color: #000;
    }

    /* Drawer Nav Links */
    .drawer-nav {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 0;
        flex: 1;
    }

    .drawer-link {
        display: flex;
        align-items: center;
        gap: 0.9rem;
        padding: 0.95rem 1.5rem;
        font-size: 1.05rem;
        font-weight: 600;
        color: var(--text);
        font-family: var(--font-head);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: color 0.2s ease, background 0.2s ease, padding-left 0.2s ease;
        text-decoration: none;
    }

    .drawer-link:hover {
        color: var(--gold);
        background: rgba(212, 175, 55, 0.06);
        padding-left: 1.9rem;
    }

    .drawer-icon {
        font-size: 1.15rem;
        width: 24px;
        text-align: center;
        flex-shrink: 0;
    }

    /* Drawer CTA */
    .drawer-cta {
        padding: 1.5rem 1.25rem;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        flex-shrink: 0;
    }

    .drawer-cta-btn {
        display: block;
        text-align: center;
        padding: 0.9rem 1.5rem;
        background: var(--gradient);
        color: #000;
        font-weight: 700;
        font-size: 0.95rem;
        font-family: var(--font-head);
        border-radius: 50px;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
    }

    .drawer-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 28px rgba(212, 175, 55, 0.5);
        color: #000;
    }

    .drawer-shop-btn {
        display: block;
        text-align: center;
        padding: 0.75rem 1.5rem;
        background: transparent;
        border: 2px solid rgba(0, 0, 0, 0.15);
        color: var(--text);
        font-weight: 600;
        font-size: 0.9rem;
        font-family: var(--font-head);
        border-radius: 50px;
        text-decoration: none;
        transition: border-color 0.2s ease, color 0.2s ease;
    }

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

    /* Hide old full-screen nav-links in mobile — drawer replaces it */
    .nav-links {
        display: none !important;
    }

    .hamburger {
        display: flex;
    }

    /* ── Hero (scroll-canvas) ── */
    .hero-scroll-container {
        height: 400vh;
        /* Less scroll distance on mobile */
    }

    .hero-content {
        left: 5%;
        right: 5%;
        max-width: 90%;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 1rem;
    }

    .hero-particles {
        display: none;
    }

    .hero-title {
        font-size: clamp(1.85rem, 7vw, 2.4rem);
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.75rem;
    }

    .hero-badge {
        font-size: 0.72rem;
        padding: 0.3rem 0.9rem;
        margin-bottom: 1rem;
    }

    .hero-cta {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        margin-bottom: 2rem;
    }

    .hero-cta .btn-primary,
    .hero-cta .btn-glass {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .hero-stats {
        gap: 0.6rem 1.2rem;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .stat-divider {
        display: none;
    }

    .stat {
        min-width: 70px;
    }

    .stat-num {
        font-size: 1.3rem;
    }

    .stat-label {
        font-size: 0.72rem;
    }

    /* ── Sections ── */
    .section {
        padding: 4.5rem 0;
    }

    .section-header h2 {
        font-size: clamp(1.8rem, 6vw, 2.4rem);
    }

    .section-sub {
        font-size: 0.93rem;
    }

    /* ── About ── */
    .about-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .about-img-wrap {
        margin-bottom: 0;
    }

    .about-badge {
        right: 0;
        bottom: -16px;
    }

    .about-content h2 {
        font-size: 1.9rem;
    }

    /* ── Services ── */
    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    /* ── How It Works ── */
    .steps-row {
        flex-direction: column;
        gap: 1.5rem;
    }

    /* ── Testimonials ── */
    .testi-slider-wrap {
        padding: 0;
    }

    /* ── Contact / Form ── */
    .contact-grid {
        grid-template-columns: 1fr;
        border-radius: var(--radius);
    }

    .contact-info {
        border-right: none;
        border-bottom: 1px solid var(--border);
        padding: 2rem 1.5rem;
    }

    .contact-form-wrap {
        padding: 2rem 1.5rem;
    }

    .contact-socials {
        flex-direction: column;
        gap: 0.75rem;
    }

    .contact-socials a {
        width: 100%;
        justify-content: center;
    }

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

    .form-box-container {
        display: flex;
        flex-direction: column;
    }

    /* ── Footer ── */
    .footer-inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .footer-brand p {
        max-width: 100%;
    }

    /* ── Floating Buttons ── */
    .wa-float {
        bottom: 1.25rem;
        right: 1.25rem;
        width: 52px;
        height: 52px;
    }

    .quote-float {
        bottom: 5.25rem;
        right: 1.25rem;
        width: 52px;
        height: 52px;
    }

    /* ── CTA sections ── */
    .cta-dual {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 4rem 0;
    }

    .hero-scroll-container {
        height: 350vh;
    }

    .hero-title {
        font-size: clamp(1.65rem, 8vw, 2.1rem);
    }

    .about-features {
        gap: 0.6rem;
    }

    .about-feature {
        font-size: 0.88rem;
    }

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

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

    .port-item.large {
        grid-column: auto;
    }

    .service-card {
        padding: 1.5rem;
    }

    .portfolio-filters {
        gap: 0.5rem;
    }

    .filter-pill {
        font-size: 0.78rem;
        padding: 0.45rem 1rem;
    }

    .contact-info,
    .contact-form-wrap {
        padding: 1.5rem 1.25rem;
    }

    .btn-primary,
    .btn-glass,
    .btn-secondary {
        font-size: 0.88rem;
        padding: 0.8rem 1.75rem;
    }

    .footer {
        padding: 3.5rem 0 0;
    }

    .footer-inner {
        gap: 1.5rem;
    }
}

/* --- REVIEW PHOTO MODAL --- */
.review-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.review-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.review-modal-content {
    background: #fff;
    padding: 10px;
    border-radius: var(--radius-sm);
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    transform: scale(0.9);
    transition: var(--transition);
}

.review-modal-overlay.active .review-modal-content {
    transform: scale(1);
}

.review-modal-img {
    max-width: 100%;
    max-height: calc(90vh - 20px);
    object-fit: contain;
    border-radius: var(--radius-sm);
    display: block;
}

.review-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}

/* ─── MARQUEE RESPONSIVE ────────────────────────── */
@media (max-width: 900px) {
    .marquee-item {
        width: 320px;
        height: 220px;
    }

    .marquee-section::before,
    .marquee-section::after {
        width: 60px;
    }
}

@media (max-width: 600px) {
    .marquee-item {
        width: 240px;
        height: 165px;
        border-radius: 12px;
    }

    .marquee-section {
        padding: 3.5rem 0 3rem;
    }

    .marquee-header {
        margin-bottom: 2rem;
    }

    .marquee-section::before,
    .marquee-section::after {
        width: 40px;
    }

    .marquee-cta {
        margin-top: 2rem;
    }
}

/* ─── PILLNAV ANIMATION CSS ───────────────────────────── */
.pill-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: none;
    z-index: 9999;
}

.pill-nav {
    display: flex;
    align-items: center;
    background: var(--pill-bg, #ffffff);
    padding: 0.8rem 2rem;
    border-radius: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
}

.pill-logo img {
    height: 48px;
    width: auto;
    display: block;
}

.pill-nav-items {
    display: flex;
}

.pill-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.2rem;
}

.pill {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    border-radius: 50px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    font-family: var(--font-head);
    font-size: 0.95rem;
    font-weight: 600;
}

.hover-circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--base, #000000);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.label-stack {
    position: relative;
    display: block;
    height: 1.2em;
    overflow: hidden;
    z-index: 1;
}

.pill-label,
.pill-label-hover {
    display: block;
    line-height: 1.2;
}

.pill-label {
    color: var(--pill-text, #000000);
}

.pill-label-hover {
    color: var(--hover-text, #ffffff);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.pill.is-active .pill-label {
    color: var(--gold, #d4af37);
}

/* Handle the button pill specifically (e.g. Shop Now) */
.pill.btn-primary-look {
    background: var(--gradient);
}

.pill.btn-primary-look .pill-label {
    color: #000;
}

.pill.btn-primary-look .pill-label-hover {
    color: #fff;
}

.mobile-menu-button {
    display: none;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.8rem;
    flex-direction: column;
    gap: 5px;
}

.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--base, #000000);
    display: block;
    border-radius: 2px;
}

.mobile-menu-popover {
    position: absolute;
    top: calc(100% + 1rem);
    left: 0;
    right: 0;
    background: var(--pill-bg, #ffffff);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    min-width: 240px;
    opacity: 0;
    visibility: hidden;
    pointer-events: auto;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.mobile-menu-link {
    display: block;
    padding: 0.85rem 1rem;
    color: var(--pill-text, #000000);
    text-decoration: none;
    border-radius: 12px;
    font-family: var(--font-head);
    font-weight: 600;
}

.mobile-menu-link:hover,
.mobile-menu-link.is-active {
    background: rgba(0, 0, 0, 0.04);
    color: var(--gold, #d4af37);
}

@media (min-width: 901px) {
    .mobile-only {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-menu-button {
        display: flex;
    }

    .pill-nav {
        gap: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* --- PRODUCT HOVER OVERLAY --- */
.hover-overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}

.img-wrap:hover .hover-overlay {
    opacity: 1;
    pointer-events: auto;
}

.hover-bg-img {
    position: absolute;
    inset: -15%;
    width: 130%;
    height: 130%;
    background-size: cover;
    background-position: center;
    filter: blur(20px) saturate(1.2) brightness(0.4);
    z-index: 1;
    transform: scale(1.1);
}

.hover-overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

.hover-white-card {
    position: relative;
    z-index: 2;
    background: #ffffff;
    width: 78%;
    height: 72%;
    padding: 2rem 1.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
}

.hover-white-card h4 {
    font-family: var(--font-head, 'Outfit', sans-serif);
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
    color: #000;
    font-weight: 500;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.hover-white-card p {
    font-size: 0.7rem;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.8;
    margin-bottom: auto;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hover-float-img {
    position: absolute;
    bottom: 5%;
    right: -5%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    border: 3px solid #fff;
    transform: rotate(-6deg);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.img-wrap:hover .hover-float-img {
    transform: rotate(-6deg) scale(1.05);
}

.hover-actions {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 4;
}

.hover-actions button.icon-btn {
    background: #fff;
    border: 1px solid #eee;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    transition: transform 0.2s, color 0.2s, border-color 0.2s;
}

.hover-actions button.icon-btn:hover {
    transform: scale(1.1);
    color: var(--gold, #D4AF37);
    border-color: var(--gold, #D4AF37);
}

/* ─── HOVER OVERLAY MOBILE RESPONSIVENESS ─── */
@media (max-width: 768px) {
    .hover-white-card {
        padding: 0.75rem;
        width: 88%;
        height: 82%;
    }

    .hover-white-card h4 {
        font-size: 1rem;
        margin-bottom: 0.3rem;
    }

    .hover-white-card p {
        font-size: 0.55rem;
        letter-spacing: 0.5px;
        line-height: 1.4;
        -webkit-line-clamp: 4;
    }

    .hover-float-img {
        width: 70px;
        height: 70px;
        bottom: 2%;
        right: -2%;
        border-width: 2px;
    }

    .hover-actions {
        bottom: -10px;
        gap: 6px;
    }

    .hover-actions button.icon-btn {
        width: 28px;
        height: 28px;
    }

    .hover-actions button.icon-btn svg {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 480px) {
    .hover-white-card {
        padding: 0.5rem;
        width: 92%;
        height: 88%;
    }

    .hover-white-card h4 {
        font-size: 0.8rem;
    }

    .hover-white-card p {
        font-size: 0.45rem;
        -webkit-line-clamp: 3;
    }

    .hover-float-img {
        width: 50px;
        height: 50px;
        bottom: -5%;
        right: -5%;
    }
}

/* ─── PREMIUM DIALOGS & TOASTS ─────────────────── */
#dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

#dialog-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 2.5rem;
    max-width: 420px;
    width: 90%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(20px) scale(0.95);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#dialog-overlay.active {
    opacity: 1;
    visibility: visible;
}

#dialog-overlay.active #dialog-box {
    transform: translateY(0) scale(1);
}

.dialog-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
}

.dialog-icon.success {
    background: rgba(37, 211, 102, 0.1);
    color: #25d366;
}

.dialog-icon.error {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.dialog-icon.info {
    background: rgba(59, 130, 246, 0.1);
    color: #3b82f6;
}

.dialog-icon.confirm {
    background: rgba(184, 137, 31, 0.1);
    color: #b8891f;
}

.dialog-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
    color: #1a1a1a;
}

.dialog-message {
    font-size: 0.95rem;
    color: #6b6b6b;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.dialog-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.dialog-btn {
    padding: 0.8rem 1.8rem;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.dialog-btn.primary {
    background: linear-gradient(135deg, #c5a880, #a87848);
    color: #000;
}

.dialog-btn.secondary {
    background: #f3f4f6;
    color: #4b5563;
}

.dialog-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

/* Toast Enhancements */
#toast-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
}

.premium-toast {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 1rem 1.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 300px;
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    pointer-events: auto;
}

.premium-toast.active {
    transform: translateX(0);
    opacity: 1;
}

.toast-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
}

.toast-icon.success {
    background: #25d366;
    color: #fff;
}

.toast-icon.error {
    background: #ef4444;
    color: #fff;
}

.toast-icon.info {
    background: #3b82f6;
    color: #fff;
}

.toast-content {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1a1a1a;
}

/* ─── REDUCED MOTION (accessibility + low-end devices) ── */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .reveal-up,
    .reveal-left,
    .reveal-right {
        opacity: 1;
        transform: none;
    }

    .marquee-ltr .marquee-inner,
    .marquee-rtl .marquee-inner {
        animation: none;
    }

    .hero-video {
        display: none;
    }
}

/* === MOBILE PERFORMANCE OPTIMIZATIONS (VPS Hosting) === */

/* GPU hint only on elements that animate */
.hero-video,
.marquee-inner {
    will-change: transform;
}

@media (max-width: 768px) {

    /* Disable expensive backdrop-filter on mobile nav */
    .pill-nav,
    .navbar {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    /* Simplify glass-card on mobile */
    .glass-card {
        transform-style: flat !important;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
    }

    .glass-card>* {
        transform: none !important;
    }

    /* Hide particle canvas on mobile */
    .hero-particles {
        display: none;
    }

    /* Faster reveal animations on mobile */
    .reveal-up,
    .reveal-left,
    .reveal-right {
        transition-duration: 0.55s !important;
    }

    /* Section spacing reduction on mobile */
    .section {
        padding: 4rem 0;
    }

    /* Remove noisy body background on mobile for perf */
    body {
        background-image: none;
    }

    /* Contain layout for marquee sections */
    .marquee-section {
        contain: layout style;
    }
}

/* === SMALL MOBILE RESPONSIVE FIXES === */
@media (max-width: 480px) {
    .container {
        padding: 0 4%;
    }

    .hero-content {
        left: 4%;
        right: 4%;
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-stats {
        gap: 0.75rem;
    }

    .stat-num {
        font-size: 1.35rem;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* Filter bar scrollable without showing scrollbar */
.filter-bar {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
    display: none;
}

/* ── Hero Background Image — Responsive ───────── */
.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
    z-index: 0;
}

@media (max-width: 768px) {
    .hero-bg-image {
        object-position: 60% center;
    }

    .hero-overlay {
        background: linear-gradient(180deg,
                rgba(15, 15, 15, 0.75) 0%,
                rgba(15, 15, 15, 0.55) 40%,
                rgba(15, 15, 15, 0.3) 70%,
                rgba(15, 15, 15, 0.6) 100%) !important;
    }
}

@media (max-width: 480px) {
    .hero-bg-image {
        object-position: 55% center;
    }
}