/* ═══════════════════════════════════════════════════════════════════
   ONKIS BIKE SERVICE — Shared Stylesheet
   Vintage Design System: Navy / Gold / Cream
   ═══════════════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+3:wght@300;400;600;700&display=swap');

/* ─── CSS Custom Properties (Light Mode) ─── */
:root {
    --navy: #2c3e6b;
    --navy-dark: #1a2540;
    --navy-light: #3d5289;
    --navy-faded: #4a5f8a;
    --cream: #f5f0e8;
    --cream-light: #faf7f2;
    --cream-dark: #e8e0d0;
    --cream-mid: #efe9dd;
    --gold: #8b7535;
    --gold-light: #b89d4a;
    --rust: #8b4513;
    --rust-light: #a0522d;
    --brown: #5c3a1e;
    --charcoal: #2a2a2a;
    --chalk: #e8e4da;
    --success: #2c6b3e;
    --font-display: 'Archivo Black', sans-serif;
    --font-accent: 'Playfair Display', Georgia, serif;
    --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 4rem;
    --space-xl: 6rem;
    --transition: 0.3s ease;
    /* Gold diamond pattern for splash/hero */
    --diamond-pattern: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='30,4 56,30 30,56 4,30' fill='none' stroke='%23b89d4a' stroke-width='1' opacity='0.10'/%3E%3Cpolygon points='30,14 46,30 30,46 14,30' fill='none' stroke='%23b89d4a' stroke-width='0.5' opacity='0.08'/%3E%3C/svg%3E");
    /* Bike workshop pattern — gears, crossed wrenches & chain */
    --bike-tools-pattern: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%232c3e6b' stroke-width='1.5' opacity='0.04'%3E%3Ccircle cx='60' cy='60' r='28'/%3E%3Ccircle cx='60' cy='60' r='20'/%3E%3Ccircle cx='60' cy='60' r='6' fill='%232c3e6b'/%3E%3Cg fill='%232c3e6b' stroke='none'%3E%3Crect x='57' y='28' width='6' height='10' rx='1'/%3E%3Crect x='57' y='82' width='6' height='10' rx='1'/%3E%3Crect x='28' y='57' width='10' height='6' rx='1'/%3E%3Crect x='82' y='57' width='10' height='6' rx='1'/%3E%3Crect x='36' y='36' width='8' height='6' rx='1' transform='rotate(45 40 39)'/%3E%3Crect x='76' y='76' width='8' height='6' rx='1' transform='rotate(45 80 79)'/%3E%3Crect x='76' y='36' width='8' height='6' rx='1' transform='rotate(-45 80 39)'/%3E%3Crect x='36' y='76' width='8' height='6' rx='1' transform='rotate(-45 40 79)'/%3E%3C/g%3E%3C/svg%3E");
    --bike-tools-pattern-light: url("data:image/svg+xml,%3Csvg width='120' height='120' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b89d4a' stroke-width='1.5' opacity='0.06'%3E%3Ccircle cx='60' cy='60' r='28'/%3E%3Ccircle cx='60' cy='60' r='20'/%3E%3Ccircle cx='60' cy='60' r='6' fill='%23b89d4a'/%3E%3Cg fill='%23b89d4a' stroke='none'%3E%3Crect x='57' y='28' width='6' height='10' rx='1'/%3E%3Crect x='57' y='82' width='6' height='10' rx='1'/%3E%3Crect x='28' y='57' width='10' height='6' rx='1'/%3E%3Crect x='82' y='57' width='10' height='6' rx='1'/%3E%3Crect x='36' y='36' width='8' height='6' rx='1' transform='rotate(45 40 39)'/%3E%3Crect x='76' y='76' width='8' height='6' rx='1' transform='rotate(45 80 79)'/%3E%3Crect x='76' y='36' width='8' height='6' rx='1' transform='rotate(-45 80 39)'/%3E%3Crect x='36' y='76' width='8' height='6' rx='1' transform='rotate(-45 40 79)'/%3E%3C/g%3E%3C/svg%3E");
    /* Oldschool cycling routes pattern for dark sections */
    --route-pattern: url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23b89d4a' opacity='0.06'%3E%3C!-- Winding route path --%3E%3Cpath d='M20 380 Q60 350 80 300 Q100 250 140 230 Q180 210 200 160 Q220 110 260 90 Q300 70 340 40 Q360 25 380 20' stroke-width='1.5' stroke-dasharray='8 6'/%3E%3C!-- Second route --%3E%3Cpath d='M380 350 Q340 320 300 310 Q260 300 220 260 Q180 220 160 180 Q140 140 100 120 Q60 100 20 60' stroke-width='1' stroke-dasharray='4 8'/%3E%3C!-- Route markers --%3E%3Ccircle cx='80' cy='300' r='4' fill='%23b89d4a' stroke='none' opacity='0.5'/%3E%3Ccircle cx='200' cy='160' r='4' fill='%23b89d4a' stroke='none' opacity='0.5'/%3E%3Ccircle cx='340' cy='40' r='4' fill='%23b89d4a' stroke='none' opacity='0.5'/%3E%3Ccircle cx='300' cy='310' r='3' fill='%23b89d4a' stroke='none' opacity='0.4'/%3E%3Ccircle cx='100' cy='120' r='3' fill='%23b89d4a' stroke='none' opacity='0.4'/%3E%3C!-- Compass rose --%3E%3Cg transform='translate(320 280)'%3E%3Ccircle r='12' stroke-width='1'/%3E%3Cline x1='0' y1='-16' x2='0' y2='16' stroke-width='0.8'/%3E%3Cline x1='-16' y1='0' x2='16' y2='0' stroke-width='0.8'/%3E%3Cpolygon points='0,-14 3,-3 0,0 -3,-3' fill='%23b89d4a' stroke='none' opacity='0.5'/%3E%3Ctext x='0' y='-18' text-anchor='middle' font-size='6' fill='%23b89d4a' stroke='none' opacity='0.4'%3EN%3C/text%3E%3C/g%3E%3C!-- Distance markers --%3E%3Cg transform='translate(140 230)'%3E%3Crect x='-8' y='-5' width='16' height='10' rx='1' stroke-width='0.8'/%3E%3Ctext x='0' y='3' text-anchor='middle' font-size='5' fill='%23b89d4a' stroke='none' opacity='0.4'%3Ekm%3C/text%3E%3C/g%3E%3C!-- Topographic lines --%3E%3Cpath d='M10 180 Q50 170 90 175 Q130 180 170 170 Q210 160 250 165' stroke-width='0.5' opacity='0.4'/%3E%3Cpath d='M10 195 Q50 185 90 190 Q130 195 170 185 Q210 175 250 180' stroke-width='0.5' opacity='0.3'/%3E%3Cpath d='M150 380 Q180 360 210 365 Q240 370 270 350 Q300 330 330 335' stroke-width='0.5' opacity='0.3'/%3E%3C/svg%3E");
}

/* ─── Dark Mode ─── */
[data-theme="dark"] {
    --navy: #8fa4d4;
    --navy-dark: #0d1520;
    --navy-light: #6b83bd;
    --navy-faded: #7a94c4;
    --cream: #1a1e28;
    --cream-light: #12151c;
    --cream-dark: #252a36;
    --cream-mid: #1e2230;
    --gold: #c4a84e;
    --gold-light: #d4b85e;
    --rust: #c4793a;
    --rust-light: #d48a4a;
    --brown: #a87040;
    --charcoal: #0f1218;
    --chalk: #c8c4ba;
}
[data-theme="dark"] body { color: #c8c4ba; }
[data-theme="dark"] .grain-overlay { opacity: 0.03; }
[data-theme="dark"] .nav { background: rgba(13, 21, 32, 0.98); }
[data-theme="dark"] .nav.scrolled { background: rgba(13, 21, 32, 0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.4); }
[data-theme="dark"] .nav-brand { color: #c8c4ba; }
[data-theme="dark"] .nav-logo { opacity: 0.9; }
[data-theme="dark"] .nav-links a { color: rgba(200,196,186,0.7); }
[data-theme="dark"] .nav-links a:hover { color: var(--gold-light); }
[data-theme="dark"] .hero { background: #0d1520; background-image: var(--diamond-pattern); background-size: 60px 60px; }
[data-theme="dark"] .hero-logo { opacity: 0.95; }
[data-theme="dark"] .hero-tagline { color: rgba(200,196,186,0.6); }
[data-theme="dark"] .hero-services-list span { border-color: rgba(200,196,186,0.2); color: rgba(200,196,186,0.5); }
[data-theme="dark"] .hero-cta { border-color: rgba(200,196,186,0.3); color: rgba(200,196,186,0.8); }
[data-theme="dark"] .hero-cta:hover { background: rgba(200,196,186,0.1); }
[data-theme="dark"] .ornament-divider { background: var(--cream); }
[data-theme="dark"] .ornament-line { background: var(--gold) !important; }
[data-theme="dark"] .ornament-icon { color: var(--gold) !important; }
[data-theme="dark"] .section-label { color: var(--gold); }
[data-theme="dark"] .section-header h2 { color: #c8c4ba; }
[data-theme="dark"] .section-header h2::before,
[data-theme="dark"] .section-header h2::after { background: var(--gold); }
[data-theme="dark"] .section-subtext { color: rgba(200,196,186,0.5); }
[data-theme="dark"] .about { background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%); }
[data-theme="dark"] .about p, [data-theme="dark"] .about .highlight { color: rgba(200,196,186,0.7); }
[data-theme="dark"] .about .highlight { border-color: var(--gold); }
[data-theme="dark"] .about-badge { border-color: var(--gold); background: var(--cream-mid); color: var(--gold); }
[data-theme="dark"] .stat-number { color: var(--gold); }
[data-theme="dark"] .stat-label { color: rgba(200,196,186,0.5); }
[data-theme="dark"] .services { background: linear-gradient(180deg, var(--cream-mid) 0%, var(--cream-dark) 100%); }
[data-theme="dark"] .service-card { background: var(--cream-mid); border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .service-card::before { border-color: rgba(200,196,186,0.08); }
[data-theme="dark"] .service-number { color: rgba(200,196,186,0.05); }
[data-theme="dark"] .service-icon { color: var(--gold); }
[data-theme="dark"] .service-title { color: #c8c4ba; }
[data-theme="dark"] .service-desc { color: rgba(200,196,186,0.6); }
[data-theme="dark"] .service-list li { color: rgba(200,196,186,0.5); }
[data-theme="dark"] .service-list li::before { color: var(--gold); }
[data-theme="dark"] .service-card:hover { background: var(--navy-dark); }
[data-theme="dark"] .before-after { background-color: #080c14; }
[data-theme="dark"] .contact-form-wrapper { background: var(--cream-mid); border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .contact-form-wrapper::before { border-color: rgba(200,196,186,0.06); }
[data-theme="dark"] .form-header h3 { color: #c8c4ba; }
[data-theme="dark"] .form-header p { color: rgba(200,196,186,0.5); }
[data-theme="dark"] .form-group label { color: var(--gold); }
[data-theme="dark"] .form-group input,
[data-theme="dark"] .form-group textarea,
[data-theme="dark"] .form-group select {
    color: #c8c4ba;
    border-color: rgba(200,196,186,0.2);
    background-color: transparent;
}
[data-theme="dark"] .form-group input::placeholder,
[data-theme="dark"] .form-group textarea::placeholder { color: rgba(200,196,186,0.3); }
/* FIX: dark mode select arrow */
[data-theme="dark"] .form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23d4b85e'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}
[data-theme="dark"] .form-submit { background: var(--gold); border-color: var(--gold); color: #0d1520; }
[data-theme="dark"] .form-submit:hover { background: transparent; color: var(--gold); }
[data-theme="dark"] .contact-item-icon { color: var(--gold); }
[data-theme="dark"] .contact-item-label { color: var(--gold); }
[data-theme="dark"] .contact-item-value { color: #c8c4ba; }
[data-theme="dark"] .contact-item-note { color: rgba(200,196,186,0.5); }
[data-theme="dark"] .contact-social a { border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .contact-social a svg { fill: var(--gold); }
[data-theme="dark"] .contact-social a:hover { background: var(--gold); border-color: var(--gold); }
[data-theme="dark"] .contact-social a:hover svg { fill: #0d1520; }
[data-theme="dark"] .footer { background: #080c14; background-image: var(--diamond-pattern); background-size: 60px 60px; }
[data-theme="dark"] .footer-logo { opacity: 0.8; }
[data-theme="dark"] .nav-links { background: rgba(13,21,32,0.98); }
[data-theme="dark"] .content-container h2 { color: #c8c4ba; }
[data-theme="dark"] .content-container h3 { color: var(--gold); }
[data-theme="dark"] .content-container p,
[data-theme="dark"] .content-container li { color: rgba(200,196,186,0.7); }
[data-theme="dark"] .blog-card { background: var(--cream-mid); border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .blog-card-title { color: #c8c4ba; }
[data-theme="dark"] .blog-card-excerpt { color: rgba(200,196,186,0.6); }
[data-theme="dark"] .blog-card:hover { box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
[data-theme="dark"] .faq-item { background: var(--cream-mid); border-color: rgba(200,196,186,0.1); }
[data-theme="dark"] .faq-question { color: #c8c4ba; }
[data-theme="dark"] .faq-question:hover { background: rgba(200,196,186,0.05); }
[data-theme="dark"] .faq-answer-content { color: rgba(200,196,186,0.6); }
[data-theme="dark"] .faq-admin-panel { background: var(--cream-mid); }
[data-theme="dark"] .merch-card { background: var(--cream-mid); border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .merch-card-image { background: var(--navy-dark); border-color: rgba(200,196,186,0.15); }
[data-theme="dark"] .merch-card-image .placeholder-icon { fill: rgba(200,196,186,0.1); }
[data-theme="dark"] .merch-card-title { color: #c8c4ba; }
[data-theme="dark"] .merch-card-desc { color: rgba(200,196,186,0.6); }
[data-theme="dark"] .merch-card-cta { background: var(--gold); border-color: var(--gold); color: #0d1520; }
[data-theme="dark"] .merch-card-cta:hover { background: transparent; color: var(--gold); }
[data-theme="dark"] .whatsapp-tooltip { background: var(--cream-mid); color: #c8c4ba; }

/* ─── Reset & Base ─── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 70px; }
body {
    font-family: var(--font-body);
    background: var(--cream);
    color: var(--navy-dark);
    line-height: 1.6;
    overflow-x: hidden;
    transition: background-color 0.5s ease, color 0.5s ease;
}
a { color: inherit; text-decoration: none; transition: color var(--transition); }
img { max-width: 100%; display: block; }

/* ─── Grain Overlay ─── */
.grain-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none; z-index: 9998; opacity: 0.06;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
    background-repeat: repeat; background-size: 256px 256px;
}

/* ─── Splash Screen ─── */
.splash-screen {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: var(--navy-dark);
    background-image: var(--diamond-pattern);
    background-size: 60px 60px;
    display: flex; align-items: center; justify-content: center; flex-direction: column;
    z-index: 99999; isolation: isolate;
    transition: opacity 1s ease, visibility 1s ease;
}
.splash-screen.fade-out { opacity: 0; visibility: hidden; }
.splash-logo {
    width: 220px; height: auto; object-fit: contain;
    border-radius: 12px;
    position: relative; z-index: 2;
}
.splash-logo-container {
    position: relative; display: inline-flex; align-items: center; justify-content: center;
}
.splash-text {
    font-family: var(--font-display); font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 0.4em;
    color: var(--gold-light); margin-top: 2rem; opacity: 0;
    animation: splashTextIn 1s ease 0.5s forwards;
    text-shadow: 0 0 20px rgba(184,157,74,0.3);
}
.splash-subtitle {
    font-family: var(--font-accent); font-style: italic; font-size: 0.85rem;
    color: rgba(232,228,218,0.4); margin-top: 0.5rem; opacity: 0;
    animation: splashTextIn 1s ease 1s forwards;
}
.splash-loader {
    width: 120px; height: 2px; background: rgba(255,255,255,0.1);
    margin-top: 1.5rem; border-radius: 2px; overflow: hidden; position: relative;
}
.splash-loader-bar {
    position: absolute; top: 0; left: 0; height: 100%; width: 0%;
    background: linear-gradient(90deg, var(--gold), var(--gold-light));
    border-radius: 2px; animation: splashLoad 3.5s ease-in-out forwards;
}
/* Splash background bike tools + routes */
.splash-bg-tools {
    position: absolute; inset: 0;
    background-image: radial-gradient(ellipse at 50% 40%, rgba(184,157,74,0.06), transparent 55%);
}

@keyframes splashTextIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes splashLoad { 0% { width: 0%; } 40% { width: 40%; } 70% { width: 75%; } 100% { width: 100%; } }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bounce { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(10px); } }

/* ═══════════════════════════════════════════
   NAVIGATION — Vintage Redesign with Logo
   ═══════════════════════════════════════════ */
.nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0.8rem 2rem;
    transition: all 0.4s ease;
    background: rgba(26, 37, 64, 0.6);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(184,157,74,0.1);
}
.nav.scrolled {
    background: rgba(26, 37, 64, 0.97);
    backdrop-filter: blur(12px);
    padding: 0.5rem 2rem;
    box-shadow: 0 2px 20px rgba(0,0,0,0.15);
    border-bottom: 1px solid rgba(184,157,74,0.2);
}
.nav-brand {
    display: flex; align-items: center; gap: 0.6rem;
    font-family: var(--font-display); font-size: 0.75rem;
    text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream);
    isolation: isolate;
}
.nav-logo {
    width: 38px; height: 38px; object-fit: contain;
    border-radius: 6px;
    transition: all var(--transition);
}
.nav.scrolled .nav-logo { width: 32px; height: 32px; }
.nav-brand-text { display: flex; flex-direction: column; line-height: 1.2; }
.nav-brand-name { font-size: 0.75rem; }
.nav-brand-sub {
    font-family: var(--font-accent); font-style: italic;
    font-size: 0.55rem; color: var(--gold-light);
    letter-spacing: 0.05em; text-transform: none; font-weight: 400;
}
.nav-links {
    display: flex; list-style: none; gap: 1.5rem; align-items: center;
}
.nav-links a {
    font-family: var(--font-body); font-size: 0.75rem;
    text-transform: uppercase; letter-spacing: 0.08em;
    color: rgba(255,255,255,0.7); position: relative; font-weight: 600;
}
.nav-links a::after {
    content: ''; position: absolute; bottom: -4px; left: 0;
    width: 0; height: 1px; background: var(--gold-light);
    transition: width 0.3s ease;
}
.nav-links a:hover { color: var(--cream); }
.nav-links a:hover::after { width: 100%; }

/* Vintage decorative separator dots between nav items */
.nav-links li:not(:last-child)::after {
    content: '\00b7'; color: rgba(184,157,74,0.4); margin-left: 1.5rem;
    font-size: 1.2rem; vertical-align: middle;
}

.dark-mode-toggle {
    background: none; border: 1px solid rgba(255,255,255,0.15);
    color: rgba(255,255,255,0.7); cursor: pointer; padding: 0.35rem;
    border-radius: 50%; width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    transition: all var(--transition); flex-shrink: 0;
}
.dark-mode-toggle:hover { border-color: var(--gold-light); color: var(--gold-light); }
.dark-mode-toggle svg { width: 16px; height: 16px; fill: currentColor; }
.dark-mode-toggle .icon-moon { display: block; }
.dark-mode-toggle .icon-sun { display: none; }
[data-theme="dark"] .dark-mode-toggle .icon-moon { display: none; }
[data-theme="dark"] .dark-mode-toggle .icon-sun { display: block; }

.nav-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 5px; z-index: 1001;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); transition: all 0.3s ease; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════════════════════════════════
   HERO SECTION — Enhanced Vintage
   ═══════════════════════════════════════════ */
.hero {
    position: relative; min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    background: var(--navy-dark);
    background-image: var(--diamond-pattern);
    background-size: 60px 60px;
    overflow: hidden; isolation: isolate;
}
.hero::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 30%, rgba(184,157,74,0.08), transparent 60%);
}
.hero-content {
    position: relative; z-index: 2; text-align: center; padding: 5rem var(--space-md) 2rem;
}
.hero-logo {
    width: 300px; margin: 0 auto var(--space-md);
    object-fit: contain;
    border-radius: 12px;
}
/* Vintage frame around logo */
.hero-logo-frame {
    position: relative; display: inline-block; padding: 1.5rem;
    border: 1px solid rgba(184,157,74,0.35);
    margin-bottom: var(--space-md);
    animation: fadeInUp 1s ease;
    box-shadow: 0 0 30px rgba(184,157,74,0.08);
}
.hero-logo-frame::before {
    content: ''; position: absolute; inset: 6px;
    border: 1px dashed rgba(184,157,74,0.2);
}
.hero-logo-frame img {
    width: 280px; object-fit: contain;
    border-radius: 12px;
}
.hero-tagline {
    font-family: var(--font-accent); font-style: italic; font-size: 1.1rem;
    color: rgba(232,228,218,0.6); margin-bottom: var(--space-md);
    animation: fadeInUp 1s ease 0.2s both;
}
.hero-services-list {
    display: flex; flex-wrap: wrap; justify-content: center; gap: 0.8rem;
    margin-bottom: var(--space-lg); animation: fadeInUp 1s ease 0.4s both;
}
.hero-services-list span {
    font-family: var(--font-display); font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: rgba(232,228,218,0.5);
    border: 1px solid rgba(184,157,74,0.3); padding: 0.4rem 0.8rem;
    transition: all var(--transition);
}
.hero-services-list span:hover { border-color: var(--gold-light); color: var(--gold-light); box-shadow: 0 0 10px rgba(184,157,74,0.15); }
.hero-cta {
    display: inline-block; font-family: var(--font-display); font-size: 0.7rem;
    text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold-light);
    border: 2px solid var(--gold); padding: 0.9rem 2.5rem;
    position: relative; overflow: hidden;
    animation: fadeInUp 1s ease 0.6s both; transition: all var(--transition);
    box-shadow: 0 0 15px rgba(184,157,74,0.15);
}
.hero-cta::before {
    content: ''; position: absolute; top: 0; left: -100%;
    width: 100%; height: 100%; background: linear-gradient(135deg, var(--gold), var(--gold-light));
    transition: left 0.4s ease; z-index: -1;
}
.hero-cta:hover { color: var(--navy-dark); border-color: var(--gold-light); box-shadow: 0 0 25px rgba(184,157,74,0.3); }
.hero-cta:hover::before { left: 0; }
.hero-scroll-indicator {
    position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
    animation: bounce 2s ease-in-out infinite;
}
.hero-scroll-indicator svg { width: 24px; height: 24px; stroke: rgba(232,228,218,0.3); }

/* ═══════════════════════════════════════════
   ORNAMENTAL DIVIDER — Vintage (no spinning)
   ═══════════════════════════════════════════ */
.ornament-divider {
    display: flex; align-items: center; justify-content: center; gap: 1rem;
    padding: 2rem 0; background: var(--cream-mid);
    position: relative;
}
.ornament-divider::before {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(90deg, transparent, rgba(184,157,74,0.06), transparent);
}
.ornament-line { width: 100px; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light)); }
.ornament-line:last-of-type { background: linear-gradient(90deg, var(--gold-light), var(--gold), transparent); }
.ornament-icon {
    color: var(--gold-light); width: 28px; height: 28px; flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(184,157,74,0.3));
}

/* ═══════════════════════════════════════════
   SECTION HEADERS
   ═══════════════════════════════════════════ */
.section-label {
    display: block; font-family: var(--font-accent); font-style: italic;
    font-size: 0.85rem; color: var(--gold); margin-bottom: 0.3rem;
}
.section-header { text-align: center; margin-bottom: var(--space-lg); }
.section-header h2 {
    font-family: var(--font-display); font-size: 2rem;
    text-transform: uppercase; letter-spacing: 0.08em; color: var(--navy-dark);
    display: flex; align-items: center; justify-content: center; gap: 1rem;
}
.section-header h2::before, .section-header h2::after {
    content: ''; width: 50px; height: 2px; background: linear-gradient(90deg, var(--gold), var(--gold-light));
}
.section-subtext {
    font-family: var(--font-body); font-size: 0.9rem;
    color: var(--navy-faded); margin-top: 0.25rem;
}

/* ═══════════════════════════════════════════
   ABOUT SECTION — with bike tools bg
   ═══════════════════════════════════════════ */
.about {
    padding: var(--space-xl) var(--space-md);
    background: linear-gradient(160deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%);
}
.about-container {
    max-width: 1000px; margin: 0 auto;
    display: grid; grid-template-columns: 1.2fr 0.8fr;
    gap: var(--space-lg); align-items: center;
}
.about-text p {
    font-size: 1rem; line-height: 1.8; color: var(--navy-faded); margin-bottom: var(--space-sm);
}
.about-text strong { color: var(--navy); font-weight: 700; }
.about-text .highlight {
    border-left: 3px solid var(--gold-light); padding-left: var(--space-sm);
    font-family: var(--font-accent); font-style: italic;
    color: var(--navy); margin: var(--space-md) 0; font-size: 1rem; line-height: 1.7;
    background: linear-gradient(90deg, rgba(184,157,74,0.06), transparent);
}
.about-stats { display: flex; gap: var(--space-md); margin-top: var(--space-md); }
.about-stat { text-align: center; }
.stat-number { font-family: var(--font-display); font-size: 2rem; color: var(--navy); line-height: 1; text-shadow: 0 0 20px rgba(184,157,74,0.15); }
.stat-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy-faded); margin-top: 0.25rem; }
.about-visual { display: flex; justify-content: center; }
.about-badge {
    width: 280px; height: 280px;
    border: 2px solid var(--navy); border-radius: 50%;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; color: var(--navy); position: relative; background: var(--cream-light);
}
.about-badge::before {
    content: ''; position: absolute; inset: 8px;
    border: 1px dashed var(--navy-faded); border-radius: 50%; opacity: 0.4;
}
.badge-icon { width: 64px; height: 64px; margin-bottom: 0.5rem; }
.badge-text { font-family: var(--font-accent); font-style: italic; font-size: 0.8rem; color: var(--navy-faded); }
.badge-year { font-family: var(--font-display); font-size: 1.5rem; margin: 0.3rem 0; }

/* ═══════════════════════════════════════════
   SERVICES — with bike tools bg
   ═══════════════════════════════════════════ */
.services {
    padding: var(--space-xl) var(--space-md);
    background: linear-gradient(180deg, var(--cream-mid) 0%, var(--cream-dark) 100%);
}
.services-grid {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: var(--space-md);
}
.service-card {
    background: var(--cream-light); border: 2px solid var(--navy);
    border-top: 3px solid var(--gold);
    padding: var(--space-md); position: relative; overflow: hidden;
    transition: all 0.5s ease;
}
/* Vintage corner accents */
.service-card::before {
    content: ''; position: absolute; inset: 6px;
    border: 1px dashed rgba(44,62,107,0.15); pointer-events: none;
}
.service-card::after {
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 0; background: var(--navy-dark);
    transition: height 0.5s ease; z-index: 0;
}
.service-card:hover::after { height: 100%; }
.service-card > * { position: relative; z-index: 1; }
.service-number {
    position: absolute; top: 10px; right: 15px;
    font-family: var(--font-display); font-size: 3.5rem;
    color: rgba(44,62,107,0.06); line-height: 1; z-index: 1;
    transition: color 0.5s ease;
}
.service-card:hover .service-number { color: rgba(255,255,255,0.06); }
.service-icon {
    width: 48px; height: 48px; color: var(--navy);
    margin-bottom: var(--space-sm); transition: color 0.5s ease;
}
.service-card:hover .service-icon { color: var(--gold-light); }
.service-title {
    font-family: var(--font-display); font-size: 0.9rem;
    text-transform: uppercase; letter-spacing: 0.05em;
    color: var(--navy-dark); margin-bottom: 0.5rem; transition: color 0.5s ease;
}
.service-card:hover .service-title { color: var(--cream); }
.service-desc {
    font-size: 0.9rem; color: var(--navy-faded);
    margin-bottom: var(--space-sm); line-height: 1.6; transition: color 0.5s ease;
}
.service-card:hover .service-desc { color: rgba(232,228,218,0.7); }
.service-list { list-style: none; }
.service-list li {
    font-size: 0.85rem; color: var(--navy-faded);
    padding: 0.3rem 0; padding-left: 1.2rem; position: relative;
    transition: color 0.5s ease;
}
.service-list li::before {
    content: '\203A'; position: absolute; left: 0;
    color: var(--gold); font-weight: bold; transition: color 0.5s ease;
}
.service-card:hover .service-list li { color: rgba(232,228,218,0.6); }
.service-card:hover .service-list li::before { color: var(--gold-light); }

/* ═══════════════════════════════════════════
   BEFORE / AFTER
   ═══════════════════════════════════════════ */
.before-after {
    background-color: var(--navy-dark); padding: var(--space-xl) var(--space-md);
    position: relative;
}
.before-after::before {
    content: ''; position: absolute; inset: 0;
    background: radial-gradient(ellipse at 50% 20%, rgba(184,157,74,0.12), transparent 50%);
}
.before-after .section-label { color: var(--gold-light); }
.before-after .section-header h2 { color: var(--cream); }
.before-after .section-header h2::before,
.before-after .section-header h2::after { background: rgba(255,255,255,0.2); }
.before-after .section-subtext { color: rgba(255,255,255,0.4); }
.ba-grid {
    max-width: 1100px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: var(--space-md); position: relative; z-index: 1;
}
.ba-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); overflow: hidden; }
.ba-item-header {
    padding: var(--space-sm); display: flex; justify-content: space-between;
    align-items: center; border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ba-item-title { font-family: var(--font-display); font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream); }
.ba-item-tag { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--gold-light); border: 1px solid rgba(184,157,74,0.3); padding: 0.2rem 0.5rem; }
.ba-slider { position: relative; height: 250px; cursor: col-resize; overflow: hidden; user-select: none; }
.ba-before, .ba-after { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.ba-before { background: linear-gradient(135deg, #3d2b1a, #5c3a1e, #3d2b1a); }
.ba-before-overlay { position: absolute; inset: 0; background: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(0,0,0,0.03) 3px, rgba(0,0,0,0.03) 4px); pointer-events: none; }
.ba-after { background: linear-gradient(135deg, var(--navy-dark), var(--navy), var(--navy-dark)); clip-path: inset(0 50% 0 0); }
.ba-after-overlay { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(184,157,74,0.05), transparent 70%); pointer-events: none; }
.ba-bike-svg { width: 70%; height: auto; position: relative; z-index: 1; }
.ba-label { position: absolute; bottom: 12px; font-family: var(--font-display); font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.15em; padding: 0.3rem 0.6rem; }
.ba-label--before { left: 12px; background: rgba(92,58,30,0.8); color: var(--cream-dark); }
.ba-label--after { right: 12px; background: rgba(44,62,107,0.8); color: var(--cream); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--gold-light); transform: translateX(-50%); z-index: 10; cursor: col-resize; }
.ba-handle::before { content: '\2039 \203A'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: var(--gold-light); color: var(--navy-dark); font-family: var(--font-display); font-size: 0.7rem; padding: 0.4rem 0.3rem; border-radius: 4px; white-space: nowrap; letter-spacing: 0.3em; }
.ba-item-stats { display: flex; justify-content: space-around; padding: var(--space-sm); border-top: 1px solid rgba(255,255,255,0.06); }
.ba-stat { text-align: center; }
.ba-stat-value { font-family: var(--font-display); font-size: 0.7rem; text-transform: uppercase; color: var(--gold-light); }
.ba-stat-label { font-size: 0.65rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.15rem; }

/* ═══════════════════════════════════════════
   CONTACT SECTION
   ═══════════════════════════════════════════ */
.contact {
    padding: var(--space-xl) var(--space-md);
    background: linear-gradient(200deg, var(--cream) 0%, var(--cream-dark) 50%, var(--cream) 100%);
}
.contact-container {
    max-width: 1000px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1.3fr; gap: var(--space-lg);
}
.contact-info { display: flex; flex-direction: column; gap: var(--space-md); }
.contact-item { display: flex; gap: var(--space-sm); align-items: flex-start; }
.contact-item-icon {
    width: 24px; height: 24px; flex-shrink: 0; color: var(--navy);
    fill: none; stroke: currentColor; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round; margin-top: 2px;
}
.contact-item-label { display: block; font-family: var(--font-display); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--navy); margin-bottom: 0.15rem; }
.contact-item-value { font-size: 1rem; color: var(--navy-dark); font-weight: 600; }
.contact-item-value.phone { font-family: var(--font-display); font-size: 1.1rem; letter-spacing: 0.05em; }
.contact-item-note { font-size: 0.8rem; color: var(--navy-faded); margin-top: 0.25rem; }

/* Social Media Buttons — Vintage Style */
.contact-social {
    display: flex; gap: 0.6rem; margin-top: var(--space-sm); flex-wrap: wrap;
}
.contact-social a {
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(44,62,107,0.2); transition: all var(--transition);
    position: relative;
}
.contact-social a:hover { background: var(--navy); border-color: var(--navy); }
.contact-social a svg { width: 18px; height: 18px; flex-shrink: 0; fill: var(--navy); transition: fill var(--transition); }
.contact-social a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.contact-social a:hover svg { fill: var(--cream); }
/* WhatsApp green hover */
.contact-social a.social-whatsapp:hover,
.contact-social a.social-wa-channel:hover { background: #25D366; border-color: #25D366; }
/* Instagram gradient hover */
.contact-social a.social-instagram:hover { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); border-color: #dc2743; }
/* Facebook blue hover */
.contact-social a.social-facebook:hover { background: #1877F2; border-color: #1877F2; }

.contact-social-label {
    font-family: var(--font-display); font-size: 0.55rem;
    text-transform: uppercase; letter-spacing: 0.1em;
    color: var(--navy-faded); margin-bottom: 0.3rem;
    width: 100%;
}

[data-theme="dark"] .contact-social-label { color: rgba(200,196,186,0.4); }

/* Contact Form */
.contact-form-wrapper {
    background: var(--cream-light); border: 3px solid var(--navy);
    border-top: 3px solid var(--gold);
    padding: var(--space-md); position: relative;
}
.contact-form-wrapper::before {
    content: ''; position: absolute; inset: 8px;
    border: 1px dashed rgba(44,62,107,0.12); pointer-events: none;
}
.form-header { margin-bottom: var(--space-md); }
.form-header h3 { font-family: var(--font-display); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--navy); }
.form-header p { font-size: 0.85rem; color: var(--navy-faded); margin-top: 0.25rem; }
.form-group { margin-bottom: var(--space-sm); }
.form-group label { display: block; font-family: var(--font-display); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--navy); margin-bottom: 0.35rem; }
.form-group input, .form-group textarea, .form-group select {
    width: 100%; padding: 0.7rem 0.9rem; font-family: var(--font-body);
    font-size: 0.95rem; color: var(--navy-dark); background: transparent;
    border: none; border-bottom: 2px solid var(--navy); outline: none;
    transition: border-color 0.3s ease;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 100px; border: 2px solid var(--navy); padding: 0.7rem; }
.form-group select {
    cursor: pointer; appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%232c3e6b'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 10px center;
    background-color: transparent;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-sm); }
.form-submit {
    display: block; width: 100%; margin-top: var(--space-md); padding: 0.9rem;
    font-family: var(--font-display); font-size: 0.8rem;
    text-transform: uppercase; letter-spacing: 0.15em;
    color: var(--cream); background: var(--navy); border: 2px solid var(--navy);
    cursor: pointer; transition: all 0.3s ease;
}
.form-submit:hover { background: transparent; color: var(--navy); }
[data-theme="dark"] .form-submit:hover { color: var(--gold); }

/* ═══════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════ */
.footer {
    background: var(--navy-dark); color: var(--cream-dark);
    padding: var(--space-lg) var(--space-md) var(--space-md); text-align: center;
    position: relative; overflow: hidden;
}
.footer::after {
    content: ''; position: absolute; inset: 0;
    background-image: var(--diamond-pattern);
    background-size: 60px 60px; opacity: 1; pointer-events: none;
}
.footer::before {
    content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 80%; max-width: 600px; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), var(--gold-light), var(--gold), transparent);
    z-index: 1;
}
.footer-logo { width: 120px; margin: 0 auto var(--space-sm); object-fit: contain; border-radius: 8px; opacity: 0.85; position: relative; z-index: 1; }
.footer-text { font-family: var(--font-accent); font-style: italic; font-size: 0.9rem; color: rgba(255,255,255,0.4); margin-bottom: var(--space-xs); position: relative; z-index: 1; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: var(--space-md); margin-bottom: var(--space-md); position: relative; z-index: 1; }
.footer-links a { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.4); }
.footer-links a:hover { color: var(--gold-light); }
.footer-copyright { font-size: 0.8rem; color: rgba(255,255,255,0.25); border-top: 1px solid rgba(255,255,255,0.08); padding-top: var(--space-sm); position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   WHATSAPP BUTTON
   ═══════════════════════════════════════════ */
.whatsapp-btn {
    position: fixed; bottom: 2rem; right: 2rem;
    width: 60px; height: 60px; background: #25D366; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,0.4); z-index: 9990;
    transition: all 0.3s ease; animation: whatsappPulse 2s ease-in-out infinite;
}
.whatsapp-btn:hover { transform: scale(1.1); box-shadow: 0 6px 30px rgba(37,211,102,0.6); }
.whatsapp-btn svg { width: 32px; height: 32px; fill: white; }
.whatsapp-tooltip {
    position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
    background: white; color: var(--charcoal); font-family: var(--font-body);
    font-size: 0.8rem; font-weight: 600; padding: 0.5rem 1rem;
    border-radius: 8px; white-space: nowrap; box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.whatsapp-btn:hover .whatsapp-tooltip { opacity: 1; }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.4); } 50% { box-shadow: 0 4px 30px rgba(37,211,102,0.7); } }

/* ═══════════════════════════════════════════
   SCROLL ANIMATIONS
   ═══════════════════════════════════════════ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }
.reveal-delay-7 { transition-delay: 0.7s; }
.reveal-delay-8 { transition-delay: 0.8s; }

/* ═══════════════════════════════════════════
   PAGE HEADER (subpages)
   ═══════════════════════════════════════════ */
.page-header {
    background: var(--navy-dark); padding: 8rem var(--space-md) var(--space-lg);
    text-align: center; position: relative; overflow: hidden;
}
.page-header::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 30%, rgba(184,157,74,0.08), transparent 60%); }
.page-header::after { content: ''; position: absolute; inset: 0; background-image: var(--diamond-pattern); background-size: 60px 60px; opacity: 1; }
.page-header h1 { font-family: var(--font-display); font-size: 2.5rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream); position: relative; z-index: 1; }
.page-header .section-header h2 { color: var(--gold-light); }
.page-header .section-header h2::before, .page-header .section-header h2::after { background: linear-gradient(90deg, rgba(184,157,74,0.3), var(--gold-light)); }
.page-header .section-subtext { color: rgba(232,228,218,0.6); }
.page-header .section-label { color: var(--gold-light); position: relative; z-index: 1; }
.page-header-subtitle { font-family: var(--font-accent); font-style: italic; font-size: 1rem; color: rgba(232,228,218,0.5); margin-top: 0.5rem; position: relative; z-index: 1; }

/* ═══════════════════════════════════════════
   CONTENT SECTION (subpages)
   ═══════════════════════════════════════════ */
.content-section { padding: var(--space-xl) var(--space-md); background: var(--cream); }
.content-section:nth-child(even) { background: var(--cream-mid); }
.content-container { max-width: 900px; margin: 0 auto; }
.content-container h2 { font-family: var(--font-display); font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy-dark); margin-bottom: var(--space-sm); margin-top: var(--space-md); }
.content-container h2:first-child { margin-top: 0; }
.content-container h3 { font-family: var(--font-display); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy); margin-bottom: 0.5rem; margin-top: var(--space-sm); }
.content-container p { font-size: 0.95rem; line-height: 1.8; color: var(--navy-faded); margin-bottom: var(--space-sm); }
.content-container ul, .content-container ol { padding-left: 1.5rem; margin-bottom: var(--space-sm); }
.content-container li { font-size: 0.95rem; line-height: 1.8; color: var(--navy-faded); }
.content-container a { color: var(--gold); text-decoration: underline; }
.content-container a:hover { color: var(--gold-light); }

/* ═══════════════════════════════════════════
   BLOG CARDS
   ═══════════════════════════════════════════ */
.blog-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: var(--space-md); }
.blog-card { background: var(--cream-light); border: 2px solid var(--navy); overflow: hidden; transition: all 0.4s ease; position: relative; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 10px 40px rgba(44,62,107,0.15); }
.blog-card-image { width: 100%; height: 200px; background: var(--navy-dark); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.blog-card-image .placeholder-icon { width: 64px; height: 64px; fill: rgba(184,157,74,0.2); }
.blog-card-image img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-date { position: absolute; bottom: 0; right: 0; background: var(--gold); color: var(--navy-dark); font-family: var(--font-display); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; padding: 0.4rem 0.8rem; }
.blog-card-body { padding: var(--space-md); }
.blog-card-tag { font-family: var(--font-display); font-size: 0.55rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--gold); margin-bottom: 0.5rem; display: inline-block; }
.blog-card-title { font-family: var(--font-display); font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--navy-dark); margin-bottom: 0.5rem; line-height: 1.4; }
.blog-card-excerpt { font-size: 0.85rem; color: var(--navy-faded); line-height: 1.6; margin-bottom: var(--space-sm); }
.blog-card-link { font-family: var(--font-display); font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); display: inline-flex; align-items: center; gap: 0.3rem; transition: gap 0.3s ease; }
.blog-card-link:hover { gap: 0.6rem; }

/* ═══════════════════════════════════════════
   FAQ
   ═══════════════════════════════════════════ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(44,62,107,0.15); margin-bottom: var(--space-sm); background: var(--cream-light); overflow: hidden; transition: all 0.3s ease; }
.faq-question { width: 100%; background: none; border: none; padding: var(--space-sm) var(--space-md); font-family: var(--font-display); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; text-align: left; transition: all 0.3s ease; }
.faq-question:hover { background: rgba(44,62,107,0.05); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; transition: transform 0.3s ease; fill: none; stroke: var(--gold); stroke-width: 2; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-answer-content { padding: 0 var(--space-md) var(--space-md); font-size: 0.9rem; line-height: 1.7; color: var(--navy-faded); }
.faq-admin { max-width: 800px; margin: var(--space-lg) auto 0; display: none; }
.faq-admin.visible { display: block; }
.faq-admin-panel { background: var(--cream-light); border: 2px solid var(--gold); padding: var(--space-md); }
.faq-admin-title { font-family: var(--font-display); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: var(--space-sm); display: flex; align-items: center; gap: 0.5rem; }
.faq-admin-title svg { width: 18px; height: 18px; fill: none; stroke: var(--gold); stroke-width: 2; }
.admin-hidden-btn { position: fixed; bottom: 2rem; left: 2rem; width: 12px; height: 12px; background: transparent; border: none; cursor: default; z-index: 9989; opacity: 0; }

/* ═══════════════════════════════════════════
   MERCHANDISE
   ═══════════════════════════════════════════ */
.merch-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: var(--space-md); }
.merch-card { background: var(--cream-light); border: 2px solid var(--navy); overflow: hidden; transition: all 0.4s ease; }
.merch-card:hover { transform: translateY(-5px); box-shadow: 0 10px 40px rgba(44,62,107,0.15); }
.merch-card-image { width: 100%; height: 250px; background: var(--cream-mid); display: flex; align-items: center; justify-content: center; border-bottom: 2px solid var(--navy); }
.merch-card-image .placeholder-icon { width: 80px; height: 80px; fill: rgba(44,62,107,0.1); }
.merch-card-body { padding: var(--space-md); }
.merch-card-title { font-family: var(--font-display); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy-dark); margin-bottom: 0.5rem; }
.merch-card-desc { font-size: 0.85rem; color: var(--navy-faded); line-height: 1.6; margin-bottom: var(--space-sm); }
.merch-card-price { font-family: var(--font-display); font-size: 0.75rem; color: var(--gold); text-transform: uppercase; letter-spacing: 0.08em; }
.merch-card-cta { display: inline-block; font-family: var(--font-display); font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--cream); background: var(--navy); border: 2px solid var(--navy); padding: 0.5rem 1.2rem; margin-top: var(--space-sm); transition: all var(--transition); }
.merch-card-cta:hover { background: transparent; color: var(--navy); }

/* ═══════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════ */
@media (max-width: 900px) {
    .about-container { grid-template-columns: 1fr; text-align: center; }
    .about-visual { order: -1; }
    .about-badge { width: 240px; height: 240px; }
    .about-text .highlight { border-left: none; padding-left: 0; border-top: 3px solid var(--gold); padding-top: var(--space-sm); }
    .about-stats { justify-content: center; }
    .contact-container { grid-template-columns: 1fr; }
    .contact-info { text-align: center; align-items: center; }
    .contact-item { flex-direction: column; align-items: center; text-align: center; }
    .contact-social { justify-content: center; }
    .section-header h2::before, .section-header h2::after { display: none; }
    .nav-links li:not(:last-child)::after { display: none; }
}
@media (max-width: 768px) {
    .nav-links {
        display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(26,37,64,0.98); flex-direction: column;
        align-items: center; justify-content: center; gap: 2.5rem; z-index: 999;
    }
    .nav-links.open { display: flex; }
    .nav-links a { font-size: 1.2rem; }
    .nav-links li:not(:last-child)::after { display: none; }
    .nav-toggle { display: flex; z-index: 1001; }
    .hero-logo, .hero-logo-frame img { width: 220px; }
    .hero-logo-frame { padding: 1rem; }
    .services-grid, .ba-grid, .blog-grid, .merch-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .page-header h1 { font-size: 1.8rem; }
    .whatsapp-btn { width: 50px; height: 50px; bottom: 1.5rem; right: 1.5rem; }
    .whatsapp-btn svg { width: 26px; height: 26px; }
    .whatsapp-tooltip { display: none; }
    .nav-brand-sub { display: none; }
}
@media (max-width: 480px) {
    .hero-logo, .hero-logo-frame img { width: 180px; }
    .hero-services-list { gap: 0.5rem; }
    .hero-services-list span { font-size: 0.65rem; padding: 0.3rem 0.6rem; }
    .hero-tagline { font-size: 0.9rem; }
    .hero-cta { font-size: 0.75rem; padding: 0.8rem 2rem; }
    .page-header h1 { font-size: 1.4rem; }
    .page-header-subtitle { font-size: 0.85rem; }
    .section-header h2 { font-size: 1.5rem; }
    .section-label { font-size: 0.65rem; }
    .section-subtext { font-size: 0.8rem; }
    .service-card { padding: 1.5rem 1rem; }
    .service-title { font-size: 0.85rem; }
    .service-desc { font-size: 0.85rem; }
    .service-list li { font-size: 0.8rem; }
    .about p, .about .highlight { font-size: 0.9rem; }
    .about-badge { width: 180px; height: 180px; }
    .about-stats { gap: 1rem; }
    .stat-number { font-size: 1.5rem; }
    .stat-label { font-size: 0.65rem; }
    .contact-item-value { font-size: 1rem; }
    .contact-item-label { font-size: 0.65rem; }
    .contact-item-note { font-size: 0.8rem; }
    .contact-social { gap: 0.5rem; }
    .contact-social a { width: 42px; height: 42px; }
    .form-header h3 { font-size: 1rem; }
    .form-group label { font-size: 0.7rem; }
    .form-group input, .form-group textarea, .form-group select { font-size: 0.9rem; padding: 0.6rem; }
    .form-submit { font-size: 0.8rem; padding: 0.8rem; }
    .blog-card-title { font-size: 1rem; }
    .blog-card-excerpt { font-size: 0.85rem; }
    .blog-card-tag { font-size: 0.6rem; }
    .blog-card-date { font-size: 0.6rem; padding: 0.2rem 0.6rem; }
    .merch-card-title { font-size: 0.95rem; }
    .merch-card-desc { font-size: 0.85rem; }
    .faq-question span { font-size: 0.85rem; }
    .faq-answer-content { font-size: 0.85rem; }
    .footer-links { gap: 0.8rem var(--space-sm); }
    .footer-links a { font-size: 0.7rem; }
    .footer-text { font-size: 0.8rem; }
    .footer-logo { width: 90px; }
    .ornament-divider { padding: 1rem 0; }
    .ba-item-header { flex-direction: column; gap: 0.3rem; text-align: center; }
    .ba-item-stats { gap: 0.5rem; }
    .ba-stat-value { font-size: 0.8rem; }
    .ba-stat-label { font-size: 0.6rem; }
    .content-section { padding: var(--space-md) var(--space-sm); }
}
