        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
        body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.7; color: #1A1A2E; background: #FFFFFF; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
        img { max-width: 100%; height: auto; display: block; }
        a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
        ul, ol { list-style: none; }
        button, input, textarea, select { font-family: inherit; font-size: inherit; border: none; outline: none; background: none; }
        * { border-radius: 0 !important; }

        h1, h2, h3, h4, h5, h6 { font-family: 'Libre Baskerville', Georgia, 'Times New Roman', serif; font-weight: 400; line-height: 1.2; color: #1A1A2E; }
        .label-uppercase { font-family: 'Inter', sans-serif; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: #8B1A1A; }

        .container { max-width: 1340px; margin: 0 auto; padding: 0 32px; }
        .section-padding { padding: 120px 0; }

        .demo-banner { background: linear-gradient(135deg, #7C3AED, #a855f7); color: #FFFFFF; text-align: center; padding: 14px 20px; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.3px; position: relative; z-index: 1001; }
        .demo-banner a { color: #FFFFFF; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
        .demo-banner a:hover { opacity: 0.85; }

        .site-header { background: #FFFFFF; position: sticky; top: 0; z-index: 1000; transition: box-shadow 0.3s ease, border-color 0.3s ease; border-bottom: 1px solid transparent; }
        .site-header.scrolled { border-bottom-color: #E8E4DE; box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 32px; height: 90px; max-width: 1340px; margin: 0 auto; }
        .logo { display: flex; flex-direction: column; gap: 2px; }
        .logo-main { font-family: 'Libre Baskerville', serif; font-size: 1.5rem; font-weight: 700; letter-spacing: 4px; text-transform: uppercase; color: #1A1A2E; line-height: 1; }
        .logo-sub { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; color: #8B1A1A; font-variant: small-caps; }

        .main-nav { display: flex; align-items: center; gap: 0; }
        .main-nav a { font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 500; color: #1A1A2E; padding: 8px 20px; position: relative; transition: color 0.3s ease; letter-spacing: 0.3px; }
        .main-nav a::after { content: ''; position: absolute; bottom: 0; left: 20px; right: 20px; height: 2px; background: #8B1A1A; transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
        .main-nav a:hover { color: #8B1A1A; }
        .main-nav a:hover::after { transform: scaleX(1); }

        .nav-dropdown-wrapper { position: relative; }
        .nav-dropdown-wrapper > a { display: flex; align-items: center; gap: 5px; }
        .nav-dropdown-wrapper > a .dropdown-arrow { width: 10px; height: 10px; display: inline-flex; transition: transform 0.3s ease; }
        .nav-dropdown-wrapper:hover > a .dropdown-arrow { transform: rotate(180deg); }
        .mega-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); width: 860px; background: #FFFFFF; border: 1px solid #E8E4DE; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); padding: 40px; display: grid; grid-template-columns: 1fr 1fr 0.8fr; gap: 32px; opacity: 0; visibility: hidden; transform: translateX(-50%) translateY(10px); transition: all 0.3s ease; z-index: 100; }
        .nav-dropdown-wrapper:hover .mega-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
        .mega-col h4 { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #8B1A1A; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #E8E4DE; }
        .mega-col a { display: block; font-size: 0.9rem; color: #444; padding: 8px 0; transition: color 0.2s ease, padding-left 0.2s ease; }
        .mega-col a:hover { color: #8B1A1A; padding-left: 8px; }
        .mega-col a::after { display: none; }
        .mega-cta-col { background: #FAFAF5; padding: 28px; display: flex; flex-direction: column; justify-content: center; }
        .mega-cta-col h4 { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 400; text-transform: none; letter-spacing: 0; color: #1A1A2E; border-bottom: none; padding-bottom: 0; margin-bottom: 12px; }
        .mega-cta-col p { font-size: 0.85rem; color: #666; margin-bottom: 20px; line-height: 1.6; }

        .btn-burgundy { display: inline-block; background: #8B1A1A; color: #FFFFFF; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; padding: 14px 28px; letter-spacing: 0.5px; transition: background 0.3s ease; cursor: pointer; text-align: center; border: none; }
        .btn-burgundy:hover { background: #6B1414; color: #FFFFFF; }
        .mega-cta-col .btn-burgundy, .header-cta.btn-burgundy, .mobile-nav-overlay .btn-burgundy { color: #FFFFFF !important; }
        .btn-outline { display: inline-block; background: transparent; color: #1A1A2E; font-family: 'Inter', sans-serif; font-size: 0.85rem; font-weight: 600; padding: 14px 28px; letter-spacing: 0.5px; border: 2px solid #1A1A2E; transition: all 0.3s ease; cursor: pointer; text-align: center; }
        .btn-outline:hover { background: #1A1A2E; color: #FFFFFF; }
        .header-cta { margin-left: 20px; }

        .hamburger { display: none; flex-direction: column; justify-content: center; gap: 6px; width: 32px; height: 32px; cursor: pointer; z-index: 1002; }
        .hamburger span { display: block; width: 100%; height: 2px; background: #1A1A2E; transition: all 0.3s ease; }
        .hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 6px); }
        .hamburger.active span:nth-child(2) { opacity: 0; }
        .hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -6px); }

        .mobile-nav-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #FFFFFF; z-index: 999; padding: 120px 32px 40px; overflow-y: auto; }
        .mobile-nav-overlay.active { display: block; }
        .mobile-nav-overlay a { display: block; font-family: 'Libre Baskerville', serif; font-size: 1.1rem; color: #1A1A2E; padding: 12px 0; border-bottom: 1px solid #E8E4DE; transition: color 0.3s ease; }
        .mobile-nav-overlay a:hover { color: #8B1A1A; }
        .mobile-nav-overlay .mobile-cta { margin-top: 32px; }
        .mobile-nav-overlay .btn-burgundy { width: 100%; padding: 18px 28px; font-size: 1rem; }
        .mobile-nav-sub { padding-left: 24px; }
        .mobile-nav-sub a { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 400; border-bottom-color: #F0ECE6; }

        .page-hero { padding: 80px 0 60px; background: #FFFFFF; }
        .page-hero-label { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
        .page-hero-label span { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 3px; color: #8B1A1A; }
        .page-hero-label-line { width: 48px; height: 1px; background: #8B1A1A; }
        .page-hero h1 { font-size: 3.8rem; font-weight: 400; line-height: 1.1; color: #1A1A2E; margin-bottom: 24px; letter-spacing: -0.5px; }
        .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-family: 'Inter', sans-serif; font-size: 0.82rem; color: #888; margin-bottom: 32px; }
        .breadcrumb a { color: #888; transition: color 0.3s ease; }
        .breadcrumb a:hover { color: #8B1A1A; }
        .breadcrumb .separator { color: #CCC; }
        .breadcrumb .current { color: #1A1A2E; font-weight: 500; }
        .page-hero-divider { width: 100%; height: 1px; background: #E8E4DE; }

        .hero-image-banner { width: 100%; height: 400px; overflow: hidden; position: relative; }
        .hero-image-banner img { width: 100%; height: 100%; object-fit: cover; display: block; }
        .hero-image-banner .overlay { position: absolute; inset: 0; background: linear-gradient(rgba(26,26,46,0.45), rgba(139,26,26,0.35)); }

        .content-section { background: #FAFAF5; }
        .content-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 64px; align-items: start; }
        .content-main p { font-size: 0.95rem; color: #555; line-height: 1.8; margin-bottom: 20px; }
        .content-main h3 { font-size: 1.4rem; font-weight: 400; margin-top: 48px; margin-bottom: 24px; color: #1A1A2E; }

        .services-list { margin-bottom: 16px; }
        .services-list-item { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-bottom: 1px solid #E8E4DE; }
        .services-list-item:first-child { border-top: 1px solid #E8E4DE; }
        .services-list-marker { width: 24px; height: 1px; background: #8B1A1A; flex-shrink: 0; }
        .services-list-item span { font-size: 0.95rem; font-weight: 500; color: #1A1A2E; }

        .why-us-item { margin-bottom: 28px; }
        .why-us-item h4 { font-family: 'Inter', sans-serif; font-size: 0.95rem; font-weight: 600; color: #1A1A2E; margin-bottom: 8px; }
        .why-us-item p { font-size: 0.9rem; color: #666; line-height: 1.7; margin-bottom: 0; }

        .content-sidebar { position: sticky; top: 120px; }
        .sidebar-cta { background: #1A1A2E; padding: 40px 32px; margin-bottom: 32px; }
        .sidebar-cta h4 { font-family: 'Libre Baskerville', serif; font-size: 1.3rem; font-weight: 400; color: #FFFFFF; margin-bottom: 16px; }
        .sidebar-cta p { font-size: 0.9rem; color: rgba(255, 255, 255, 0.6); line-height: 1.7; margin-bottom: 24px; }
        .sidebar-cta .btn-burgundy { width: 100%; }
        .sidebar-related { background: #FFFFFF; border: 1px solid #E8E4DE; padding: 32px; }
        .sidebar-related h4 { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: #8B1A1A; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #E8E4DE; }
        .sidebar-related a { display: block; font-size: 0.9rem; color: #444; padding: 10px 0; border-bottom: 1px solid #F0ECE6; transition: color 0.2s ease, padding-left 0.2s ease; }
        .sidebar-related a:last-child { border-bottom: none; }
        .sidebar-related a:hover { color: #8B1A1A; padding-left: 8px; }

        .related-articles-section { background: #FFFFFF; }
        .section-header { margin-bottom: 72px; }
        .section-header .label-uppercase { margin-bottom: 20px; display: block; }
        .section-header h2 { font-size: 3rem; max-width: 600px; }
        .articles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
        .article-card { background: #FFFFFF; border: 1px solid #E8E4DE; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
        .article-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08); }
        .article-card-image { width: 100%; height: 240px; overflow: hidden; }
        .article-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
        .article-card:hover .article-card-image img { transform: scale(1.05); }
        .article-card-body { padding: 28px; }
        .article-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
        .article-date { font-family: 'Inter', sans-serif; font-size: 0.78rem; color: #999; }
        .article-category { font-family: 'Inter', sans-serif; font-size: 0.68rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #8B1A1A; padding: 4px 12px; border: 1px solid #8B1A1A; }
        .article-card-body h3 { font-size: 1.2rem; font-weight: 400; line-height: 1.4; margin-bottom: 12px; color: #1A1A2E; transition: color 0.3s ease; }
        .article-card:hover .article-card-body h3 { color: #8B1A1A; }
        .article-card-body p { font-size: 0.9rem; color: #777; line-height: 1.7; margin-bottom: 20px; }
        .article-read-more { font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #8B1A1A; transition: letter-spacing 0.3s ease; }
        .article-read-more:hover { letter-spacing: 2.5px; }

        .other-areas-section { background: #FAFAF5; }
        .services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
        .service-item { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 40px 32px 40px 0; border-top: 1px solid #D4D0CA; align-items: start; transition: background 0.3s ease; }
        .service-item:nth-child(even) { padding-left: 48px; border-left: 1px solid #D4D0CA; }
        .service-item:hover { background: rgba(139, 26, 26, 0.03); }
        .service-number { font-family: 'Libre Baskerville', serif; font-size: 2rem; font-weight: 700; color: #8B1A1A; opacity: 0.4; line-height: 1; padding-top: 4px; }
        .service-content h3 { font-size: 1.35rem; font-weight: 400; margin-bottom: 12px; color: #1A1A2E; }
        .service-content p { font-size: 0.92rem; color: #666; line-height: 1.7; margin-bottom: 16px; }
        .service-link { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px; color: #8B1A1A; transition: letter-spacing 0.3s ease; }
        .service-link:hover { letter-spacing: 2.5px; }

        .site-footer { background: #0F0F1A; padding: 80px 0 48px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
        .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
        .footer-col .footer-logo { font-family: 'Libre Baskerville', serif; font-size: 1.2rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #FFFFFF; margin-bottom: 16px; }
        .footer-col p { font-size: 0.88rem; color: rgba(255, 255, 255, 0.45); line-height: 1.7; margin-bottom: 8px; }
        .footer-col h4 { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: rgba(255, 255, 255, 0.35); margin-bottom: 24px; }
        .footer-col a { display: block; font-size: 0.9rem; color: rgba(255, 255, 255, 0.55); padding: 6px 0; transition: color 0.3s ease; }
        .footer-col a:hover { color: #FFFFFF; }
        .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; }
        .footer-bottom p { font-size: 0.82rem; color: rgba(255, 255, 255, 0.35); }
        .footer-bottom a { color: rgba(255, 255, 255, 0.55); transition: color 0.3s ease; }
        .footer-bottom a:hover { color: #FFFFFF; }
        .footer-bottom-right { display: flex; align-items: center; gap: 24px; }
        .footer-bottom-right a { font-size: 0.82rem; color: rgba(255, 255, 255, 0.35); }

        .reveal { opacity: 0; transform: translateY(32px); }
        .reveal.revealed { animation: revealUp 0.7s ease forwards; }
        .reveal-delay-1 { animation-delay: 0.1s !important; }
        .reveal-delay-2 { animation-delay: 0.2s !important; }
        .reveal-delay-3 { animation-delay: 0.3s !important; }
        .reveal-delay-4 { animation-delay: 0.4s !important; }
        @keyframes revealUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: translateY(0); } }

        @media (max-width: 1100px) { .page-hero h1 { font-size: 3rem; } .content-grid { gap: 40px; } .section-header h2 { font-size: 2.4rem; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; } }
        @media (max-width: 968px) { .section-padding { padding: 80px 0; } .main-nav, .header-cta { display: none; } .hamburger { display: flex; } .page-hero { padding: 60px 0 40px; } .page-hero h1 { font-size: 2.6rem; } .content-grid { grid-template-columns: 1fr; gap: 48px; } .content-sidebar { position: static; } .services-grid { grid-template-columns: 1fr; } .service-item:nth-child(even) { padding-left: 0; border-left: none; } .articles-grid { grid-template-columns: 1fr; gap: 24px; } .hero-image-banner { height: 280px; } .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } .footer-bottom { flex-direction: column; gap: 16px; text-align: center; } }
        @media (max-width: 640px) { .container { padding: 0 20px; } .section-padding { padding: 64px 0; } .header-inner { height: 72px; padding: 0 20px; } .logo-main { font-size: 1.2rem; letter-spacing: 3px; } .logo-sub { font-size: 0.58rem; } .page-hero { padding: 40px 0 32px; } .page-hero h1 { font-size: 2.2rem; letter-spacing: 0; } .section-header h2 { font-size: 2rem; } .content-main h3 { font-size: 1.2rem; } .hero-image-banner { height: 220px; } .footer-grid { grid-template-columns: 1fr; gap: 32px; } .footer-bottom-right { flex-direction: column; gap: 12px; } .demo-banner { font-size: 0.8rem; padding: 12px 16px; } .article-card-image { height: 200px; } .mobile-nav-overlay { padding: 100px 20px 40px; } .mobile-nav-overlay a { font-size: 1.1rem; padding: 12px 0; } }

        /* ── Inquiry Form ── */
        .inquiry-section {
            background: #1A1A2E;
        }
        .inquiry-section .container {
            max-width: 900px;
        }
        .inquiry-header {
            text-align: center;
            margin-bottom: 48px;
        }
        .inquiry-header .label-uppercase {
            color: rgba(255,255,255,0.4);
            margin-bottom: 20px;
            display: block;
        }
        .inquiry-header h2 {
            font-family: 'Libre Baskerville', serif;
            font-size: 2.6rem;
            color: #FFFFFF;
            margin-bottom: 16px;
            line-height: 1.2;
            font-weight: 400;
        }
        .inquiry-header p {
            font-size: 1rem;
            color: rgba(255,255,255,0.55);
            line-height: 1.8;
            max-width: 640px;
            margin: 0 auto;
        }
        .inquiry-info-list {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 12px 24px;
            justify-content: center;
            margin-top: 20px;
        }
        .inquiry-info-list li {
            font-size: 0.88rem;
            color: rgba(255,255,255,0.45);
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .inquiry-info-list li strong {
            color: #8B1A1A;
            font-weight: 700;
        }
        .inquiry-form-card {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.1);
            padding: 40px;
        }
        .inquiry-form .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        .inquiry-form .form-group {
            margin-bottom: 20px;
        }
        .inquiry-form .form-group label {
            display: block;
            font-family: 'Inter', sans-serif;
            font-size: 0.78rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: rgba(255,255,255,0.5);
            margin-bottom: 8px;
        }
        .inquiry-form .form-group input,
        .inquiry-form .form-group textarea {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid rgba(255,255,255,0.15);
            font-family: 'Inter', sans-serif;
            font-size: 0.95rem;
            color: #FFFFFF;
            background: rgba(255,255,255,0.06);
            transition: border-color 0.3s ease;
        }
        .inquiry-form .form-group input::placeholder,
        .inquiry-form .form-group textarea::placeholder {
            color: rgba(255,255,255,0.3);
        }
        .inquiry-form .form-group input:focus,
        .inquiry-form .form-group textarea:focus {
            outline: none;
            border-color: #8B1A1A;
        }
        .inquiry-form .form-group textarea {
            resize: vertical;
            min-height: 140px;
        }
        .inquiry-form .btn-burgundy {
            width: 100%;
            padding: 16px 28px;
            font-size: 0.9rem;
            margin-top: 8px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }
        .inquiry-form .form-note {
            text-align: center;
            margin-top: 16px;
            font-size: 0.8rem;
            color: rgba(255,255,255,0.3);
        }
        @media (max-width: 640px) {
            .inquiry-form .form-row {
                grid-template-columns: 1fr;
            }
            .inquiry-form-card {
                padding: 24px;
            }
            .inquiry-header h2 {
                font-size: 2rem;
            }
        }
