/* RESET */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 14px; line-height: 1.7; color: #666; background: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; color: #333; line-height: 1.3; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* TOP BAR */
.top-bar { background: #333; color: #fff; font-size: 12px; padding: 8px 0; letter-spacing: 0.3px; }
.top-bar-inner { display: flex; justify-content: space-between; align-items: center; }
.top-bar-left { display: flex; gap: 20px; }
.top-contact { color: #ccc; transition: color 0.3s ease; }
.top-contact:hover { color: #fff; }
.top-contact i { margin-right: 6px; font-size: 11px; }
.top-bar-right { display: flex; gap: 12px; }
.top-social { color: #999; font-size: 13px; transition: color 0.3s ease; }
.top-social:hover { color: #fff; }

/* HEADER */
.site-header { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 1px solid #eee; transition: box-shadow 0.3s ease; }
.site-header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 80px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo-svg { width: 200px; height: 45px; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.nav-list { display: flex; align-items: center; gap: 0; }
.nav-item > a { display: block; padding: 28px 14px; font-size: 13px; font-weight: 600; color: #333; text-transform: uppercase; letter-spacing: 0.5px; transition: color 0.3s ease; white-space: nowrap; }
.nav-item > a:hover { color: #c8a97e; }
.nav-item.has-dropdown { position: relative; }
.mega-dropdown { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); background: #fff; border-top: 3px solid #c8a97e; box-shadow: 0 15px 40px rgba(0,0,0,0.12); min-width: 600px; opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 100; }
.mega-dropdown--small { min-width: 250px; }
.nav-item.has-dropdown:hover .mega-dropdown { opacity: 1; visibility: visible; }
.mega-dropdown-inner { display: flex; padding: 25px 30px; gap: 30px; }
.mega-col { flex: 1; display: flex; flex-direction: column; gap: 8px; }
.mega-col a { font-size: 13px; color: #666; padding: 4px 0; transition: color 0.2s ease, padding-left 0.2s ease; }
.mega-col a:hover { color: #c8a97e; padding-left: 5px; }
.mega-col a.view-all { font-weight: 700; color: #333; margin-top: 8px; text-transform: uppercase; font-size: 12px; letter-spacing: 0.5px; }
.mega-col a.view-all:hover { color: #c8a97e; }
.header-actions { display: flex; align-items: center; gap: 15px; }
.header-action-btn { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #333; border-radius: 50%; transition: all 0.3s ease; position: relative; }
.header-action-btn:hover { color: #c8a97e; }
.wishlist-count { position: absolute; top: 2px; right: 0; background: #c8a97e; color: #fff; font-size: 9px; font-weight: 700; width: 16px; height: 16px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 5px; }
.hamburger span { display: block; width: 24px; height: 2px; background: #333; transition: all 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.search-overlay { position: absolute; top: 100%; left: 0; right: 0; background: #f8f8f8; border-top: 1px solid #eee; padding: 20px 0; display: none; }
.search-overlay.active { display: block; }
.search-form { display: flex; gap: 10px; }
.search-input { flex: 1; padding: 12px 20px; font-family: "Open Sans", sans-serif; font-size: 14px; border: 1px solid #ddd; outline: none; transition: border-color 0.3s ease; }
.search-input:focus { border-color: #c8a97e; }
.search-submit { padding: 12px 30px; background: #333; color: #fff; font-family: "Open Sans", sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border: none; cursor: pointer; transition: background 0.3s ease; }
.search-submit:hover { background: #c8a97e; }

/* HERO */
.hero { position: relative; height: 85vh; min-height: 550px; max-height: 800px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.hero-media { position: absolute; inset: 0; }
.hero-placeholder { width: 100%; height: 100%; position: relative; overflow: hidden; }
.hero-particles span { position: absolute; width: 4px; height: 4px; background: rgba(255,255,255,0.15); border-radius: 50%; animation: float 8s ease-in-out infinite; }
.hero-particles span:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
.hero-particles span:nth-child(2) { top: 40%; left: 45%; animation-delay: 1.5s; width: 6px; height: 6px; }
.hero-particles span:nth-child(3) { top: 60%; left: 75%; animation-delay: 3s; }
.hero-particles span:nth-child(4) { top: 30%; left: 85%; animation-delay: 4.5s; width: 5px; height: 5px; }
.hero-particles span:nth-child(5) { top: 70%; left: 25%; animation-delay: 6s; }
@keyframes float { 0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; } 50% { transform: translateY(-30px) scale(1.5); opacity: 0.7; } }
.hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.45); }
.hero-content { position: relative; z-index: 2; text-align: center; max-width: 800px; padding: 0 30px; animation: fadeInUp 1s ease forwards; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero-content h1 { color: #fff; font-size: 44px; font-weight: 300; line-height: 1.2; margin-bottom: 20px; letter-spacing: -0.5px; }
.hero-content p { color: rgba(255,255,255,0.85); font-size: 16px; font-weight: 300; line-height: 1.8; margin-bottom: 30px; }
.hero-play-btn { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; border: 2px solid rgba(255,255,255,0.5); padding: 12px 30px; transition: all 0.3s ease; }
.hero-play-btn:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.hero-play-btn i { font-size: 12px; }

/* SECTION HEADERS */
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-size: 32px; font-weight: 300; color: #333; margin-bottom: 15px; }
.section-header p { max-width: 700px; margin: 0 auto; font-size: 14px; line-height: 1.8; color: #888; }
.section-header--flex { display: flex; justify-content: space-between; align-items: center; text-align: left; }
.section-header--flex h2 { margin-bottom: 0; }
.view-all-link { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #c8a97e; transition: color 0.3s ease; }
.view-all-link:hover { color: #333; }

/* SERVICES GRID */
.services-section { padding: 80px 0; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: auto auto; gap: 5px; }
.service-card--tall { grid-row: 1 / 3; grid-column: 1; min-height: 445px; }
.service-card { position: relative; overflow: hidden; min-height: 220px; }
.service-card-link { display: block; width: 100%; height: 100%; position: relative; }
.service-card-img { width: 100%; height: 100%; position: absolute; inset: 0; transition: transform 0.6s ease; }
.service-card:hover .service-card-img { transform: scale(1.08); }
.service-card-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: flex-end; padding: 25px; transition: background 0.4s ease; }
.service-card:hover .service-card-overlay { background: rgba(0,0,0,0.55); }
.service-label { color: #fff; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.service-card-content { color: #fff; }
.service-card-content h3 { color: #fff; font-size: 17px; font-weight: 600; margin-bottom: 8px; }
.service-card-content p { font-size: 12px; line-height: 1.6; color: rgba(255,255,255,0.85); margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.find-out-more { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: #c8a97e; opacity: 0; transform: translateY(10px); transition: all 0.3s ease; }
.service-card:hover .find-out-more { opacity: 1; transform: translateY(0); }

/* WELCOME */
.welcome-section { padding: 80px 0; background: #f8f8f8; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.welcome-text h2 { font-size: 30px; font-weight: 300; margin-bottom: 15px; }
.welcome-text .uppercase { text-transform: uppercase; }
.welcome-text .lead { font-size: 15px; line-height: 1.8; color: #666; margin-bottom: 15px; }
.divider { border: none; height: 2px; width: 60px; background: #c8a97e; margin: 20px 0; }
.welcome-text p { font-size: 14px; line-height: 1.8; color: #888; margin-bottom: 12px; }
.welcome-text a:not(.btn) { color: #c8a97e; border-bottom: 1px solid transparent; transition: border-color 0.3s ease; }
.welcome-text a:not(.btn):hover { border-color: #c8a97e; }
.btn { display: inline-block; padding: 14px 35px; font-family: "Open Sans", sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; border: none; cursor: pointer; transition: all 0.3s ease; margin-top: 15px; }
.btn-primary { background: #333; color: #fff; }
.btn-primary:hover { background: #c8a97e; }
.btn-white { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-white:hover { background: #fff; color: #333; }
.welcome-image { position: relative; }
.welcome-img-placeholder, .why-img-placeholder { width: 100%; height: 500px; }

/* TRENDING CAROUSEL */
.trending-section { padding: 80px 0; }
.trending-carousel-wrapper { position: relative; overflow: hidden; }
.trending-carousel { display: flex; gap: 20px; transition: transform 0.5s ease; cursor: grab; }
.trending-carousel.dragging { cursor: grabbing; transition: none; }
.trending-slide { flex: 0 0 calc(33.333% - 14px); min-width: calc(33.333% - 14px); background: #fff; border: 1px solid #eee; overflow: hidden; transition: box-shadow 0.3s ease; }
.trending-slide:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.trending-img { width: 100%; height: 220px; transition: transform 0.6s ease; }
.trending-slide:hover .trending-img { transform: scale(1.05); }
.trending-content { padding: 25px; }
.trending-content h3 { font-size: 17px; font-weight: 600; color: #333; margin-bottom: 10px; }
.trending-content p { font-size: 13px; line-height: 1.7; color: #888; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.find-out-link { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #c8a97e; transition: color 0.3s ease; }
.find-out-link:hover { color: #333; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; background: #fff; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #333; cursor: pointer; transition: all 0.3s ease; z-index: 10; }
.carousel-btn:hover { background: #333; color: #fff; border-color: #333; }
.carousel-btn--prev { left: -10px; }
.carousel-btn--next { right: -10px; }
.carousel-instruction { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); font-size: 11px; color: #bbb; text-transform: uppercase; letter-spacing: 1px; white-space: nowrap; }

/* WHY SECTION */
.why-section { padding: 80px 0; background: #f8f8f8; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.why-text h2 { font-size: 30px; font-weight: 300; margin-bottom: 15px; }
.why-text .lead { font-size: 15px; line-height: 1.8; color: #666; margin-bottom: 15px; }
.why-text p { font-size: 14px; line-height: 1.8; color: #888; margin-bottom: 12px; }

/* WORK CAROUSEL */
.work-section { padding: 80px 0 100px; }
.work-carousel-wrapper { position: relative; overflow: hidden; margin-top: 10px; }
.work-carousel { display: flex; gap: 20px; transition: transform 0.5s ease; cursor: grab; }
.work-carousel.dragging { cursor: grabbing; transition: none; }
.work-slide { flex: 0 0 calc(33.333% - 14px); min-width: calc(33.333% - 14px); }
.work-card { display: block; position: relative; overflow: hidden; height: 380px; }
.work-card-img { width: 100%; height: 100%; position: absolute; inset: 0; transition: transform 0.6s ease; }
.work-card:hover .work-card-img { transform: scale(1.08); }
.work-card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0.05) 100%); display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; transition: background 0.4s ease; }
.work-card:hover .work-card-overlay { background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.1) 100%); }
.work-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.work-card-tags span { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.12); padding: 4px 10px; border-radius: 2px; }
.work-card-overlay h3 { font-size: 20px; font-weight: 600; color: #fff; }

/* TESTIMONIAL */
.testimonial-section { padding: 80px 0; background: #333; text-align: center; }
.testimonial-content h3 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: #c8a97e; margin-bottom: 25px; }
.testimonial-content blockquote p { font-size: 18px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.85); line-height: 1.8; max-width: 800px; margin: 0 auto 30px; }

/* BLOG */
.blog-section { padding: 80px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.blog-card { background: #fff; overflow: hidden; transition: box-shadow 0.3s ease; }
.blog-card:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.06); }
.blog-card-img-link { display: block; position: relative; overflow: hidden; }
.blog-card-img { width: 100%; height: 220px; transition: transform 0.6s ease; }
.blog-card:hover .blog-card-img { transform: scale(1.05); }
.blog-category { position: absolute; top: 15px; left: 15px; background: #c8a97e; color: #fff; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 5px 12px; }
.blog-card-body { padding: 25px; }
.blog-meta { display: flex; gap: 15px; margin-bottom: 12px; }
.blog-meta span { font-size: 12px; color: #aaa; }
.blog-card-body h3 { font-size: 17px; font-weight: 600; margin-bottom: 10px; line-height: 1.4; }
.blog-card-body h3 a { color: #333; transition: color 0.3s ease; }
.blog-card-body h3 a:hover { color: #c8a97e; }
.blog-card-body p { font-size: 13px; line-height: 1.7; color: #888; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* CLIENTS */
.clients-section { padding: 50px 0; background: #f8f8f8; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.clients-strip { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.client-logo { flex: 0 0 auto; opacity: 0.35; transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; }
.client-logo:hover { opacity: 0.7; }
.client-logo span { font-size: 13px; font-weight: 700; letter-spacing: 2px; color: #333; text-transform: uppercase; }

/* FOOTER */
.site-footer { background: #1a1a1a; color: #999; padding: 60px 0 0; }
.footer-top { margin-bottom: 40px; padding-bottom: 30px; border-bottom: 1px solid #333; }
.footer-brand { display: flex; align-items: center; justify-content: space-between; }
.footer-logo-svg { width: 200px; height: 45px; }
.footer-phone { font-size: 22px; font-weight: 300; color: #fff; transition: color 0.3s ease; }
.footer-phone:hover { color: #c8a97e; }
.footer-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 40px; border-bottom: 1px solid #333; }
.footer-col h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #fff; margin-bottom: 20px; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col a { font-size: 13px; color: #888; transition: color 0.3s ease, padding-left 0.3s ease; }
.footer-col a:hover { color: #c8a97e; padding-left: 5px; }
.footer-view-all { font-weight: 700 !important; color: #ccc !important; text-transform: uppercase; font-size: 11px !important; letter-spacing: 1px; margin-top: 5px; }
.footer-bottom { padding: 25px 0; text-align: center; }
.footer-address { font-size: 11px; color: #666; line-height: 1.6; margin-bottom: 8px; }
.footer-copyright { font-size: 12px; color: #777; }

/* MOBILE NAV */
.mobile-nav-overlay { position: fixed; top: 0; right: -100%; width: 100%; max-width: 400px; height: 100vh; background: #1a1a1a; z-index: 2000; transition: right 0.4s ease; overflow-y: auto; padding: 80px 30px 30px; }
.mobile-nav-overlay.active { right: 0; }
.mobile-nav-list > li > a { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-size: 15px; font-weight: 600; color: #fff; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 1px solid #333; }
.mobile-nav-list > li > a i { font-size: 11px; transition: transform 0.3s ease; }
.mobile-sub { display: none; padding: 5px 0 10px 15px; }
.mobile-sub.active { display: block; }
.mobile-sub li a { display: block; padding: 8px 0; font-size: 13px; color: #999; transition: color 0.3s ease; }
.mobile-sub li a:hover { color: #c8a97e; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .main-nav { display: none; }
    .hamburger { display: flex; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .service-card--tall { grid-row: 1; grid-column: 1 / -1; min-height: 300px; }
    .trending-slide { flex: 0 0 calc(50% - 10px); min-width: calc(50% - 10px); }
    .work-slide { flex: 0 0 calc(50% - 10px); min-width: calc(50% - 10px); }
    .welcome-grid, .why-grid { grid-template-columns: 1fr; gap: 40px; }
    .welcome-img-placeholder, .why-img-placeholder { height: 350px; }
    .footer-columns { grid-template-columns: repeat(2, 1fr); }
    .hero-content h1 { font-size: 34px; }
}
@media (max-width: 768px) {
    .top-bar-left { flex-direction: column; gap: 5px; }
    .top-bar-inner { flex-direction: column; gap: 8px; }
    .header-inner { height: 65px; }
    .logo-svg { width: 160px; }
    .hero { height: 70vh; min-height: 450px; }
    .hero-content h1 { font-size: 28px; }
    .hero-content p { font-size: 14px; }
    .services-section, .welcome-section, .trending-section, .why-section, .work-section, .testimonial-section, .blog-section { padding: 50px 0; }
    .section-header h2 { font-size: 26px; }
    .section-header { margin-bottom: 30px; }
    .services-grid { grid-template-columns: 1fr; }
    .service-card--tall { min-height: 250px; }
    .service-card { min-height: 200px; }
    .trending-slide { flex: 0 0 85%; min-width: 85%; }
    .work-slide { flex: 0 0 85%; min-width: 85%; }
    .blog-grid { grid-template-columns: 1fr; }
    .footer-columns { grid-template-columns: 1fr; gap: 30px; }
    .footer-brand { flex-direction: column; gap: 15px; text-align: center; }
    .section-header--flex { flex-direction: column; gap: 10px; text-align: center; }
    .testimonial-content blockquote p { font-size: 16px; }
    .clients-strip { justify-content: center; }
    .carousel-btn--prev { left: 5px; }
    .carousel-btn--next { right: 5px; }
    .carousel-btn { width: 36px; height: 36px; font-size: 12px; }
    .work-card { height: 300px; }
}
@media (max-width: 480px) {
    .hero-content h1 { font-size: 24px; }
    .welcome-text h2, .why-text h2 { font-size: 24px; }
    .trending-slide { flex: 0 0 90%; min-width: 90%; }
    .work-slide { flex: 0 0 90%; min-width: 90%; }
}
