:root {
      --gold: #D4A017;
      --gold-light: #F0C040;
      --teal: #008080;
      --teal-dark: #005F5F;
      --coral: #FF6B4A;
      --dark: #0F0F0F;
      --charcoal: #1C1C1C;
      --off-white: #FAF8F3;
      --light-gray: #F2F0EB;
      --text-muted: #7A7A7A;
      --white: #FFFFFF;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: var(--off-white);
      color: var(--dark);
      overflow-x: hidden;
    }

    h1, h2, h3, h4, h5 { font-family: 'Playfair Display', serif; }

    /* ===== NAVBAR ===== */
    .navbar {
      background: rgba(15,15,15,0.97) !important;
      backdrop-filter: blur(20px);
      padding: 0.8rem 0;
      border-bottom: 1px solid rgba(212,160,23,0.2);
      position: fixed; top: 0; width: 100%; z-index: 1000;
      transition: all 0.3s ease;
    }
    .navbar-brand {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 900;
      color: var(--gold) !important;
      letter-spacing: 1px;
    }
    .navbar-brand span { color: var(--white); }
    .navbar .nav-link {
      color: rgba(255,255,255,0.85) !important;
      font-size: 0.85rem;
      font-weight: 500;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      padding: 0.5rem 0.8rem !important;
      transition: color 0.3s;
      position: relative;
    }
    .navbar .nav-link::after {
      content: ''; position: absolute; bottom: 0; left: 50%; right: 50%;
      height: 2px; background: var(--gold);
      transition: all 0.3s ease;
    }
    .navbar .nav-link:hover::after { left: 0.8rem; right: 0.8rem; }
    .navbar .nav-link:hover { color: var(--gold) !important; }
    .navbar-toggler { border: 1px solid var(--gold); }
    .navbar-toggler-icon { filter: invert(1); }

    /* ===== HERO ===== */
    #home {
      min-height: 100vh;
      background: linear-gradient(135deg, #0F0F0F 0%, #1a1a2e 40%, #005F5F 100%);
      display: flex; align-items: center;
      position: relative; overflow: hidden;
    }
    #home::before {
      content: '';
      position: absolute; inset: 0;
      background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 800"><defs><pattern id="g" x="0" y="0" width="80" height="80" patternUnits="userSpaceOnUse"><path d="M0 40h80M40 0v80" stroke="%23D4A017" stroke-width="0.3" fill="none" opacity="0.15"/></pattern></defs><rect width="800" height="800" fill="url(%23g)"/></svg>');
      opacity: 0.5;
    }
    .hero-badge {
      display: inline-block;
      background: linear-gradient(90deg, var(--gold), var(--gold-light));
      color: var(--dark); font-size: 0.75rem; font-weight: 600;
      padding: 0.35rem 1.2rem; border-radius: 50px;
      letter-spacing: 2px; text-transform: uppercase;
      margin-bottom: 1.5rem;
      animation: fadeDown 0.8s ease both;
    }
    .hero-title {
      font-size: clamp(2.8rem, 6vw, 5.5rem);
      font-weight: 900; color: var(--white);
      line-height: 1.1; margin-bottom: 1.5rem;
      animation: fadeUp 0.9s ease 0.2s both;
    }
    .hero-title .highlight { color: var(--gold); }
    .hero-sub {
      font-size: 1.1rem; color: rgba(255,255,255,0.7);
      max-width: 520px; line-height: 1.8; margin-bottom: 2.5rem;
      animation: fadeUp 0.9s ease 0.4s both;
    }
    .btn-gold {
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--dark); font-weight: 700; font-size: 0.9rem;
      padding: 0.85rem 2.2rem; border-radius: 50px;
      border: none; letter-spacing: 0.5px;
      transition: all 0.3s ease; text-decoration: none; display: inline-block;
      box-shadow: 0 8px 30px rgba(212,160,23,0.4);
    }
    .btn-gold:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 40px rgba(212,160,23,0.6);
      color: var(--dark);
    }
    .btn-outline-gold {
      border: 2px solid var(--gold); color: var(--gold);
      background: transparent; font-weight: 600; font-size: 0.9rem;
      padding: 0.85rem 2.2rem; border-radius: 50px;
      transition: all 0.3s ease; text-decoration: none; display: inline-block;
    }
    .btn-outline-gold:hover { background: var(--gold); color: var(--dark); transform: translateY(-3px); }

    .hero-stats {
      display: flex; gap: 2.5rem; margin-top: 3rem;
      animation: fadeUp 0.9s ease 0.6s both;
    }
    .stat-item { text-align: left; }
    .stat-num { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 900; color: var(--gold); line-height: 1; }
    .stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 0.2rem; }

    .hero-image-block {
      position: relative; animation: fadeLeft 1s ease 0.5s both;
    }
    .hero-image-block .img-main {
      width: 100%; border-radius: 20px;
      box-shadow: 0 30px 80px rgba(0,0,0,0.5);
      border: 2px solid rgba(212,160,23,0.3);
      aspect-ratio: 4/5; object-fit: cover;
      background: linear-gradient(160deg, #1a3a3a, #0F2020);
      display: flex; align-items: center; justify-content: center;
    }
    .img-placeholder {
      width: 100%; aspect-ratio: 4/5; border-radius: 20px;
      background: linear-gradient(160deg, #0d2b2b 0%, #1a4040 50%, #2a5f5f 100%);
      display: flex; flex-direction: column; align-items: center; justify-content: center;
      border: 2px solid rgba(212,160,23,0.3);
      box-shadow: 0 30px 80px rgba(0,0,0,0.5);
      background: url(../images/hero.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      
    }
    .img-placeholder i { font-size: 5rem; color: var(--gold); opacity: 0.6; margin-bottom: 1rem; }
    .img-placeholder p { 
      color: rgba(0, 0, 0, 0.60);
      font-size: 1.65rem;
      font-weight: bold;
     }

    .float-card {
      position: absolute; background: var(--white);
      border-radius: 16px; padding: 1rem 1.4rem;
      box-shadow: 0 20px 50px rgba(0,0,0,0.2);
      animation: float 4s ease-in-out infinite;
    }
    .float-card.card-1 { bottom: 80px; left: -50px; }
    .float-card.card-2 { top: 40px; right: -40px; animation-delay: 2s; }
    .float-card .fc-title { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; color: var(--dark); }
    .float-card .fc-sub { font-size: 0.75rem; color: var(--text-muted); }
    .float-card .fc-icon { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg,var(--teal),var(--teal-dark)); display: flex; align-items: center; justify-content: center; }
    .float-card .fc-icon i { color: var(--white); font-size: 1rem; }

    /* ===== SECTION STYLES ===== */
    section { padding: 90px 0; }
    .section-tag {
      display: inline-block; font-size: 0.75rem; font-weight: 600;
      letter-spacing: 3px; text-transform: uppercase; color: var(--teal);
      margin-bottom: 0.8rem;
    }
    .section-title {
      font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; color: var(--dark); margin-bottom: 1rem; line-height: 1.2;
    }
    .section-title .gold { color: var(--gold); }
    .section-desc { font-size: 1rem; color: var(--text-muted); max-width: 560px; line-height: 1.8; }
    .divider {
      width: 60px; height: 4px; border-radius: 2px;
      background: linear-gradient(90deg, var(--gold), var(--teal));
      margin: 1rem 0 1.5rem;
    }
    .divider.center { margin: 1rem auto 1.5rem; }

    /* ===== ABOUT ===== */
    #about { background: var(--white); }
    .about-img-wrap {
      position: relative;
    }
    .about-img-box {
      width: 100%; aspect-ratio: 1;
      background: linear-gradient(145deg, var(--teal-dark), var(--teal));
      border-radius: 20px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 20px 60px rgba(0,128,128,0.25);
      background: url(../images/w3.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom;

    }
    .about-img-box i { font-size: 8rem; color: rgba(255,255,255,0.15); }
    .about-badge-box {
      position: absolute; bottom: -20px; right: -20px;
      background: var(--gold); color: var(--dark);
      border-radius: 16px; padding: 1.2rem 1.5rem;
      text-align: center; box-shadow: 0 10px 30px rgba(212,160,23,0.4);
    }
    .about-badge-box .big-num { font-family: 'Playfair Display', serif; font-size: 2.5rem; font-weight: 900; line-height: 1; }
    .about-badge-box .small-text { font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
    .about-feature {
      display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.5rem;
    }
    .about-feature-icon {
      width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
      background: linear-gradient(135deg, var(--teal), var(--teal-dark));
      display: flex; align-items: center; justify-content: center;
    }
    .about-feature-icon i { color: var(--white); font-size: 1.2rem; }
    .about-feature h6 { font-family: 'Playfair Display', serif; font-size: 1rem; margin-bottom: 0.25rem; }
    .about-feature p { font-size: 0.88rem; color: var(--text-muted); margin: 0; }

    /* ===== SERVICES ===== */
    #services { background: var(--charcoal); }
    #services .section-title { color: var(--white); }
    #services .section-desc { color: rgba(255,255,255,0.55); }
    #services .section-tag { color: var(--gold); }
    .service-card {
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.08);
      border-radius: 20px; padding: 2rem;
      transition: all 0.4s ease;
      height: 100%;
    }
    .service-card:hover {
      background: rgba(212,160,23,0.08);
      border-color: rgba(212,160,23,0.4);
      transform: translateY(-8px);
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    }
    .service-icon {
      width: 64px; height: 64px; border-radius: 18px;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.5rem;
    }
    .service-icon i { color: var(--dark); font-size: 1.5rem; }
    .service-card h5 { font-size: 1.15rem; color: var(--white); margin-bottom: 0.8rem; }
    .service-card p { font-size: 0.88rem; color: rgba(255,255,255,0.5); line-height: 1.7; }
    .service-num { font-family: 'Playfair Display', serif; font-size: 3rem; font-weight: 900; color: rgba(212,160,23,0.1); line-height: 1; margin-bottom: -0.5rem; }

    /* ===== PROJECTS ===== */
    #projects { background: var(--off-white); }
    .project-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
    .filter-btn {
      padding: 0.5rem 1.4rem; border-radius: 50px; font-size: 0.83rem; font-weight: 600;
      border: 2px solid rgba(0,128,128,0.3); background: transparent; color: var(--teal);
      cursor: pointer; transition: all 0.3s;
    }
    .filter-btn.active, .filter-btn:hover { background: var(--teal); color: var(--white); border-color: var(--teal); }
    .project-card {
      border-radius: 18px; overflow: hidden;
      box-shadow: 0 8px 30px rgba(0,0,0,0.08);
      transition: all 0.4s ease; background: var(--white);
    }
    .project-card:hover { transform: translateY(-10px); box-shadow: 0 20px 60px rgba(0,0,0,0.15); }
    .project-img {
      aspect-ratio: 4/3;
      background: linear-gradient(145deg, #0d2b2b, #1a4040);
      display: flex; align-items: center; justify-content: center;
      position: relative; overflow: hidden;
    }
    .project-img1 {
      background: url(../images/project-1.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .project-img2 {
      background: url(../images/project-2.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .project-img3 {
      background: url(../images/project-3.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .project-img4 {
      background: url(../images/project-4.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .project-img5 {
      background: url(../images/project-5.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }
    .project-img6 {
      background: url(../images/project-6.jpg);  
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .project-img i { font-size: 3.5rem; color: rgba(255,255,255,0.2); }
    .project-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
      display: flex; align-items: flex-end; padding: 1.5rem;
      opacity: 0; transition: opacity 0.3s;
    }
    .project-card:hover .project-overlay { opacity: 1; }
    .project-overlay .badge-tag {
      background: var(--gold); color: var(--dark); font-size: 0.75rem; font-weight: 700;
      padding: 0.3rem 0.8rem; border-radius: 50px;
    }
    .project-body { padding: 1.4rem; }
    .project-body h5 { font-size: 1rem; margin-bottom: 0.3rem; }
    .project-body span { font-size: 0.8rem; color: var(--teal); font-weight: 500; }

    /* ===== PORTFOLIO ===== */
    #portfolio { background: var(--dark); }
    #portfolio .section-title { color: var(--white); }
    #portfolio .section-tag { color: var(--coral); }
    #portfolio .section-desc { color: rgba(255,255,255,0.5); }
    .portfolio-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1rem;
    }
    .portfolio-item {
      border-radius: 14px; overflow: hidden;
      aspect-ratio: 1; cursor: pointer; position: relative;
      transition: transform 0.3s;
    }
    .portfolio-item:nth-child(1) { grid-column: span 2; aspect-ratio: 2/1; }
    .portfolio-item:nth-child(5) { grid-column: span 2; aspect-ratio: 2/1; }
    .portfolio-item:hover { transform: scale(0.98); }
    .portfolio-bg {
      width: 100%; height: 100%;
      display: flex; align-items: center; justify-content: center;
      position: relative;
    }
    .portfolio-bg i { font-size: 3rem; color: rgba(255,255,255,0.15); }
    .portfolio-item:nth-child(1) .portfolio-bg { background: linear-gradient(135deg, #1a3a4f, #0d5f7a); }
    .portfolio-item:nth-child(2) .portfolio-bg { background: linear-gradient(135deg, #3a1a1a, #7a2a0d); }
    .portfolio-item:nth-child(3) .portfolio-bg { background: linear-gradient(135deg, #1a3a1a, #2a7a0d); }
    .portfolio-item:nth-child(4) .portfolio-bg { background: linear-gradient(135deg, #3a1a3a, #7a0d5f); }
    .portfolio-item:nth-child(5) .portfolio-bg { background: linear-gradient(135deg, #1a1a3a, #0d207a); }
    .portfolio-item:nth-child(6) .portfolio-bg { background: linear-gradient(135deg, #3a3a1a, #7a6a0d); }
    .portfolio-hover {
      position: absolute; inset: 0;
      background: rgba(0,0,0,0.6); display: flex;
      align-items: center; justify-content: center;
      opacity: 0; transition: opacity 0.3s;
      flex-direction: column; gap: 0.5rem;
    }
    .portfolio-item:hover .portfolio-hover { opacity: 1; }
    .portfolio-hover span { color: var(--white); font-size: 0.85rem; font-weight: 500; }
    .portfolio-hover i.eye { font-size: 2rem; color: var(--gold); }

    /* ===== DIRECTOR ===== */
    #director { background: var(--white); }
    .director-card {
      background: linear-gradient(135deg, var(--charcoal) 0%, #1a2a2a 100%);
      border-radius: 24px; padding: 3rem;
      position: relative; overflow: hidden;
      box-shadow: 0 30px 80px rgba(0,0,0,0.15);
    }
    .director-card::before {
      content: '"'; font-family: 'Playfair Display', serif;
      font-size: 15rem; color: rgba(212,160,23,0.05);
      position: absolute; top: -2rem; left: 1rem; line-height: 1;
    }
    .director-avatar {
      width: 120px; height: 120px; border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--teal));
      display: flex; align-items: center; justify-content: center;
      border: 4px solid rgba(212,160,23,0.4);
      margin: 0 auto 1.5rem;
    }
    .director-avatar i { font-size: 3.5rem; color: var(--white); }
    .director-name { font-size: 1.4rem; color: var(--white); text-align: center; margin-bottom: 0.3rem; }
    .director-role { font-size: 0.85rem; color: var(--gold); text-align: center; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 2rem; }
    .director-msg { font-size: 1.02rem; color: rgba(255,255,255,0.75); line-height: 1.9; font-style: italic; }
    .director-signature { font-family: 'Playfair Display', serif; font-size: 1.6rem; color: var(--gold); margin-top: 1.5rem; }

    /* ===== FEEDBACK ===== */
    #feedback { background: var(--light-gray); }
    .testimonial-card {
      background: var(--white); border-radius: 18px; padding: 2rem;
      box-shadow: 0 8px 30px rgba(0,0,0,0.06);
      transition: all 0.3s; height: 100%;
    }
    .testimonial-card:hover { transform: translateY(-6px); box-shadow: 0 16px 50px rgba(0,0,0,0.12); }
    .stars { color: var(--gold); margin-bottom: 1rem; font-size: 0.9rem; }
    .testimonial-card .quote { font-size: 0.95rem; color: #444; line-height: 1.7; font-style: italic; margin-bottom: 1.5rem; }
    .t-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .t-avatar span { color: var(--white); font-weight: 700; font-size: 1.1rem; }
    .t-name { font-family: 'Playfair Display', serif; font-size: 0.95rem; font-weight: 700; }
    .t-loc { font-size: 0.8rem; color: var(--text-muted); }

    /* FEEDBACK FORM */
    .feedback-form-wrap {
      background: var(--white); border-radius: 24px;
      padding: 2.5rem; box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    }
    .form-control, .form-select {
      border: 1.5px solid #e0e0e0; border-radius: 10px;
      padding: 0.75rem 1rem; font-size: 0.92rem;
      transition: border-color 0.3s, box-shadow 0.3s;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,128,128,0.12);
      outline: none;
    }
    .form-label { font-weight: 500; font-size: 0.88rem; color: #444; margin-bottom: 0.4rem; }
    .rating-stars { display: flex; gap: 0.5rem; }
    .star-label { font-size: 1.8rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
    .star-label:hover, .star-label.active { color: var(--gold); }
    .btn-teal {
      background: linear-gradient(135deg, var(--teal), var(--teal-dark));
      color: var(--white); font-weight: 700; font-size: 0.95rem;
      padding: 0.85rem 2.5rem; border-radius: 50px; border: none;
      transition: all 0.3s; box-shadow: 0 8px 25px rgba(0,128,128,0.3);
    }
    .btn-teal:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(0,128,128,0.45); color: var(--white); }

    /* ===== CONTACT ===== */
    #contact { background: var(--charcoal); }
    #contact .section-title { color: var(--white); }
    #contact .section-tag { color: var(--gold); }
    #contact .section-desc { color: rgba(255,255,255,0.5); }
    .contact-info-card {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px; padding: 2rem;
    }
    .contact-item { display: flex; gap: 1.2rem; align-items: flex-start; margin-bottom: 1.8rem; }
    .contact-item:last-child { margin-bottom: 0; }
    .c-icon { width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
      display: flex; align-items: center; justify-content: center;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
    }
    .c-icon i { color: var(--dark); font-size: 1.1rem; }
    .c-label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); margin-bottom: 0.3rem; }
    .c-val { color: var(--white); font-size: 0.95rem; font-weight: 500; }
    .c-val a { color: var(--gold); text-decoration: none; }
    .c-val a:hover { text-decoration: underline; }
    .contact-form-card {
      background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
      border-radius: 18px; padding: 2rem;
    }
    .contact-form-card .form-control, .contact-form-card .form-select {
      background: rgba(255,255,255,0.07); border-color: rgba(255,255,255,0.12); color: var(--white);
    }
    .contact-form-card .form-control::placeholder { color: rgba(255,255,255,0.3); }
    .contact-form-card .form-label { color: rgba(255,255,255,0.7); }
    .contact-form-card .form-control:focus { background: rgba(255,255,255,0.1); color: var(--white); }
    .form-select option { background-color: #343434 !important;}

    /* ===== SOCIAL MEDIA ===== */
    .social-bar {
      background: linear-gradient(135deg, var(--dark) 0%, #1a2a2a 100%);
      padding: 60px 0;
    }
    .social-title { font-size: 1.8rem; color: var(--white); margin-bottom: 0.5rem; }
    .social-sub { font-size: 0.9rem; color: rgba(255,255,255,0.5); margin-bottom: 2rem; }
    .social-icons { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
    .s-icon {
      width: 56px; height: 56px; border-radius: 16px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.3rem; color: var(--white); text-decoration: none;
      transition: all 0.3s; position: relative;
    }
    .s-icon.facebook { background: #1877F2; }
    .s-icon.instagram { background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D); }
    .s-icon.twitter { background: #1DA1F2; }
    .s-icon.youtube { background: #FF0000; }
    .s-icon.linkedin { background: #0A66C2; }
    .s-icon.whatsapp { background: #25D366; }
    .s-icon.pinterest { background: #E60023; }
    .s-icon:hover { transform: translateY(-6px) scale(1.1); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
    .s-icon .tooltip-text {
      position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%);
      background: var(--dark); color: var(--white); font-size: 0.7rem; padding: 3px 8px;
      border-radius: 4px; white-space: nowrap; opacity: 0; transition: opacity 0.3s;
    }
    .s-icon:hover .tooltip-text { opacity: 1; }

    /* ===== MAP ===== */
    #map-section { background: var(--off-white); padding: 90px 0 0; }
    .map-container {
      border-radius: 20px; overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.12);
      border: 2px solid rgba(0,128,128,0.15);
    }
    .map-container iframe { width: 100%; height: 450px; border: none; display: block; }

    /* ===== VIDEO ===== */
    #video-section { background: var(--dark); padding: 90px 0; }
    #video-section .section-title { color: var(--white); }
    #video-section .section-tag { color: var(--coral); }
    #video-section .section-desc { color: rgba(255,255,255,0.5); }
    .video-wrap {
      border-radius: 20px; overflow: hidden;
      box-shadow: 0 20px 60px rgba(0,0,0,0.5);
      border: 2px solid rgba(255,107,74,0.2);
    }
    .video-wrap iframe { width: 100%; height: 420px; border: none; display: block; }

    /* ===== FOOTER ===== */
    footer {
      background: #050505; padding: 60px 0 30px;
      border-top: 1px solid rgba(212,160,23,0.15);
    }
    footer-brand { font-family: 'Playfair Display', serif; font-size: 1.8rem; color: var(--gold); font-weight: 900; }
    footer-brand span { color: var(--white); }
    footer-tagline { font-size: 0.85rem; color: rgba(255,255,255,0.4); margin-top: 0.5rem; max-width: 280px; line-height: 1.7; }
    footer h6 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 2px; color: var(--gold); margin-bottom: 1.2rem; }
    footer ul { list-style: none; padding: 0; }
    footer ul li { margin-bottom: 0.6rem; }
    footer ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.88rem; transition: color 0.3s; }
    footer ul li a:hover { color: var(--gold); }
    footer-divider { border-color: rgba(255,255,255,0.08); margin: 2rem 0 1.5rem; }
    footer-bottom { font-size: 0.82rem; color: rgba(255,255,255,0.35); }
    footer-bottom a { color: var(--gold); text-decoration: none; }
    footer p {  color: rgba(255,255,255,0.5); }

    /* ===== ANIMATIONS ===== */
    @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes fadeLeft { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
    @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

    .fade-in-up {
      opacity: 0; transform: translateY(40px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .fade-in-up.visible { opacity: 1; transform: translateY(0); }

    /* ===== SCROLLBAR ===== */
    ::-webkit-scrollbar { width: 6px; }
    ::-webkit-scrollbar-track { background: var(--dark); }
    ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; }

    /* ===== BACK TO TOP ===== */
    #backToTop {
      position: fixed; bottom: 30px; right: 30px; z-index: 999;
      width: 48px; height: 48px; border-radius: 50%;
      background: linear-gradient(135deg, var(--gold), var(--gold-light));
      color: var(--dark); border: none; font-size: 1.1rem;
      display: none; align-items: center; justify-content: center;
      cursor: pointer; box-shadow: 0 8px 25px rgba(212,160,23,0.4);
      transition: all 0.3s;
    }
    #backToTop:hover { transform: translateY(-4px); }
    #backToTop.show { display: flex; }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 768px) {
      section { padding: 70px 0; }
      .hero-stats { gap: 1.5rem; }
      .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
      .portfolio-item:nth-child(1), .portfolio-item:nth-child(5) { grid-column: span 2; }
      .float-card { display: none; }
    }
    @media (max-width: 576px) {
      .portfolio-grid { grid-template-columns: 1fr; }
      .portfolio-item:nth-child(1), .portfolio-item:nth-child(5) { grid-column: span 1; aspect-ratio: 4/3; }
    }

    /* Notification */
    .notify-toast {
      position: fixed; bottom: 90px; right: 30px; z-index: 9999;
      background: var(--teal); color: var(--white); padding: 1rem 1.5rem;
      border-radius: 12px; font-size: 0.9rem; font-weight: 500;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      transform: translateX(200%); transition: transform 0.4s ease;
    }
    .notify-toast.show { transform: translateX(0); }