:root {
      --gold:        #c9a84c;
      --gold-light:  #e8c878;
      --gold-dark:   #8a6a1e;
      --deep-black:  #080808;
      --rich-black:  #0e0e0e;
      --card-bg:     #111111;
      --text-primary:#f0ece0;
      --text-muted:  #9a9080;
      --border:      rgba(201,168,76,0.2);
    }

    /* ===== LIGHT THEME ===== */
    body.light-theme {
      --deep-black:  #f2ede3;
      --rich-black:  #e8e2d6;
      --card-bg:     #ffffff;
      --text-primary:#1a1208;
      --text-muted:  #4a3f2e;
      --border:      rgba(138,106,30,0.3);
    }
    /* Header */
    body.light-theme header { background: rgba(242,237,227,0.96) !important; border-bottom-color: rgba(138,106,30,0.2); }
    body.light-theme header.scrolled { background: rgba(242,237,227,0.99) !important; }
    body.light-theme .main-nav a { color: #4a3f2e; }
    body.light-theme .main-nav a:hover { color: var(--gold-dark); }
    body.light-theme .header-contact { color: #4a3f2e; }
    body.light-theme .logo-sub { color: #6b5840; }
    /* Mobile nav */
    body.light-theme .mobile-nav { background: #e8e2d6; border-color: rgba(138,106,30,0.2); }
    body.light-theme .mobile-nav a { color: #1a1208; }
    /* Hero */
    body.light-theme .hero-bg {
      background: radial-gradient(ellipse at 20% 50%, rgba(201,168,76,0.14) 0%, transparent 60%),
                  radial-gradient(ellipse at 80% 20%, rgba(138,106,30,0.1) 0%, transparent 60%), #f2ede3;
    }
    body.light-theme .hero-grid { opacity: 0.05; filter: invert(1); }
    body.light-theme .hero-title { color: #1a1208; }
    body.light-theme .hero-desc  { color: #4a3f2e; }
    body.light-theme .hero-badge { background: rgba(138,106,30,0.08); border-color: rgba(138,106,30,0.25); color: #5a4a2e; }
    body.light-theme .stat-num   { -webkit-text-fill-color: var(--gold-dark); }
    body.light-theme .stat-label { color: #5a4a2e; }
    body.light-theme .btn-secondary { border-color: rgba(138,106,30,0.4); color: #1a1208; }
    /* Ticker stays dark text on gold */
    body.light-theme .ticker-item { color: #0e0e0e; }
    /* Section headers */
    body.light-theme .section-tag   { color: var(--gold-dark); border-color: rgba(138,106,30,0.25); }
    body.light-theme .section-title { color: #1a1208; }
    body.light-theme .section-desc  { color: #4a3f2e; }
    body.light-theme .accent        { color: var(--gold-dark); -webkit-text-fill-color: var(--gold-dark); }
    body.light-theme .gold-text     { -webkit-text-fill-color: var(--gold-dark); }
    /* All headings & body text */
    body.light-theme h1,body.light-theme h2,body.light-theme h3,body.light-theme h4 { color: #1a1208; }
    body.light-theme p { color: #4a3f2e; }
    /* About */
    body.light-theme .about-legacy { background: rgba(138,106,30,0.06); border-color: rgba(138,106,30,0.2); }
    body.light-theme .legacy-stat-num { -webkit-text-fill-color: var(--gold-dark); }
    body.light-theme blockquote { color: #3a3020; border-left-color: var(--gold-dark); }
    /* Cards */
    body.light-theme .service-card,
    body.light-theme .project-card,
    body.light-theme .office-card,
    body.light-theme .mv-card,
    body.light-theme .wc-card,
    body.light-theme .training-card,
    body.light-theme .founder-card { background: #ffffff; border-color: rgba(138,106,30,0.18); box-shadow: 0 2px 16px rgba(0,0,0,0.07); }
    body.light-theme .service-card h3,body.light-theme .project-card h3,
    body.light-theme .office-card h3,body.light-theme .wc-card h4,
    body.light-theme .training-body h3 { color: #1a1208; }
    body.light-theme .service-card p,body.light-theme .project-card p,
    body.light-theme .office-card p,body.light-theme .wc-body p,
    body.light-theme .training-body > p,body.light-theme .training-highlights li { color: #4a3f2e; }
    body.light-theme .service-num { color: rgba(138,106,30,0.1); }
    body.light-theme .wc-icon { background: rgba(138,106,30,0.08); border-color: rgba(138,106,30,0.2); }
    body.light-theme .gcard { border-color: rgba(138,106,30,0.2); }
    /* Mission & Vision */
    body.light-theme .mv-label  { color: var(--gold-dark); }
    body.light-theme .mv-bg-text { color: rgba(138,106,30,0.05); }
    /* Offices */
    body.light-theme .office-tag   { color: var(--gold-dark); }
    body.light-theme .office-label { color: #6b5840; }
    /* Founder */
    body.light-theme .founder-tag  { color: var(--gold-dark); border-color: rgba(138,106,30,0.25); }
    body.light-theme .founder-role { color: var(--gold-dark); }
    body.light-theme .founder-stat-num { -webkit-text-fill-color: var(--gold-dark); }
    body.light-theme .founder-stat-label { color: #5a4a2e; }
    body.light-theme .founder-stats { border-top-color: rgba(138,106,30,0.2); }
    /* Contact */
    body.light-theme .contact-left h2 { color: #1a1208; }
    body.light-theme .contact-left p  { color: #4a3f2e; }
    body.light-theme .contact-item-info em { color: var(--gold-dark); }
    body.light-theme .contact-item-info p  { color: #4a3f2e; }
    body.light-theme .contact-form { background: #ffffff; box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
    body.light-theme .form-title   { color: #1a1208; }
    body.light-theme label         { color: #3a3020; }
    body.light-theme input,body.light-theme select,body.light-theme textarea {
      background: #f5f0e6; color: #1a1208; border-color: rgba(138,106,30,0.3);
    }
    body.light-theme input::placeholder,body.light-theme textarea::placeholder { color: #8a7860; }
    body.light-theme select option { background: #ffffff; color: #1a1208; }
    body.light-theme .contact-social-btn { color: #4a3f2e; border-color: rgba(138,106,30,0.3); }
    body.light-theme .contact-social-btn:hover { color: var(--gold-dark); }
    /* Training */
    body.light-theme .highlights-title { color: var(--gold-dark); }
    body.light-theme .training-highlights li::before,
    body.light-theme .training-highlights li::after { background: var(--gold-dark); }
    body.light-theme .training-duration { color: var(--gold-dark); border-color: rgba(138,106,30,0.3); background: rgba(242,237,227,0.9); }
    /* Footer always stays dark */
    body.light-theme .footer-wrap { background: #1a1208; }
    body.light-theme .footer-wrap p,body.light-theme .footer-wrap span,
    body.light-theme .footer-wrap li a { color: #9a9080; }
    body.light-theme .footer-wrap h4 { color: var(--gold); }
    body.light-theme .footer-dev-link { color: var(--gold-light); }
    /* Scrollbar */
    body.light-theme ::-webkit-scrollbar-track { background: #f2ede3; }

    /* Smooth theme transition */
    body, body * {
      transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
    }
    /* Keep animation-related transitions intact */
    .gallery-track, .ticker-track { transition: none !important; }

    /* ===== RESET ===== */
    *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    html  { scroll-behavior: smooth; }
    body  {
      font-family: 'Raleway', sans-serif;
      background: var(--deep-black);
      color: var(--text-primary);
      overflow-x: hidden;
    }
    a   { text-decoration: none; }
    ul  { list-style: none; }
    img { display: block; max-width: 100%; }

    /* ===== SCROLLBAR ===== */
    ::-webkit-scrollbar       { width: 4px; }
    ::-webkit-scrollbar-track { background: var(--deep-black); }
    ::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

    /* ============================================================
       HEADER
    ============================================================ */
    header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      height: 80px;
      padding: 0 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(8,8,8,0.92);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--border);
      transition: height 0.3s ease, background 0.3s ease;
    }
    header.scrolled {
      height: 65px;
      background: rgba(8,8,8,0.98);
    }

    /* Logo */
    .logo-area {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-shrink: 0;
    }
    .logo-box {
      width: 54px;
      height: 54px;
      flex-shrink: 0;
      border-radius: 8px;
      background: #0a0a0a;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue', cursive;
      font-size: 22px;
      letter-spacing: 1px;
      color: #080808;
      box-shadow: 0 0 12px rgba(201,168,76,0.15);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .logo-box:hover { transform: scale(1.05); box-shadow: 0 0 30px rgba(201,168,76,0.5); }
    .logo-text { line-height: 1; }
    .logo-name {
      font-family: 'Bebas Neue', cursive;
      font-size: 20px;
      letter-spacing: 2px;
      background: linear-gradient(90deg, var(--gold-light), var(--gold));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .logo-sub {
      font-size: 9px;
      letter-spacing: 3px;
      color: var(--text-muted);
      text-transform: uppercase;
      margin-top: 3px;
      display: block;
    }

    /* Desktop nav */
    .main-nav { display: flex; align-items: center; gap: 30px; }
    .main-nav a {
      color: var(--text-muted);
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 500;
      position: relative;
      transition: color 0.3s;
    }
    .main-nav a::after {
      content: '';
      position: absolute;
      bottom: -4px; left: 0;
      width: 0; height: 1px;
      background: var(--gold);
      transition: width 0.3s;
    }
    .main-nav a:hover { color: var(--gold); }
    .main-nav a:hover::after { width: 100%; }

    /* Header right */
    .header-right { display: flex; align-items: center; gap: 20px; }
    .header-contact {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 2px;
      font-size: 12px;
      color: var(--text-muted);
    }
    .header-contact em {
      font-style: normal;
      font-size: 10px;
      color: var(--gold);
      letter-spacing: 1px;
    }
    .btn-quote {
      padding: 10px 24px;
      background: linear-gradient(135deg, var(--gold-dark), var(--gold));
      color: #080808;
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 2px;
      white-space: nowrap;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .btn-quote:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(201,168,76,0.4); }

    /* Hamburger button */
    .hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 4px;
    }
    .hamburger span {
      display: block;
      width: 24px; height: 2px;
      background: var(--gold);
      border-radius: 2px;
      transition: transform 0.3s, opacity 0.3s;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; }
    .hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* Theme toggle button */
    .btn-theme {
      width: 44px;
      height: 24px;
      border-radius: 12px;
      border: 1.5px solid var(--gold);
      background: rgba(201,168,76,0.1);
      cursor: pointer;
      position: relative;
      flex-shrink: 0;
      transition: background 0.3s, border-color 0.3s;
      padding: 0;
    }
    .btn-theme:hover { background: rgba(201,168,76,0.2); }
    .btn-theme-knob {
      position: absolute;
      top: 3px; left: 3px;
      width: 16px; height: 16px;
      border-radius: 50%;
      background: var(--gold);
      transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 9px;
      line-height: 1;
    }
    .btn-theme-knob::after {
      content: '🌙';
      font-size: 9px;
    }
    body.light-theme .btn-theme-knob {
      transform: translateX(20px);
    }
    body.light-theme .btn-theme-knob::after {
      content: '☀️';
    }

    /* Mobile nav */
    .mobile-nav {
      display: none;
      position: fixed;
      top: 80px; left: 0; right: 0;
      background: rgba(8,8,8,0.98);
      padding: 20px 24px 28px;
      border-bottom: 1px solid var(--border);
      z-index: 999;
      flex-direction: column;
    }
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      color: var(--text-muted);
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 14px 0;
      border-bottom: 1px solid var(--border);
      transition: color 0.3s;
    }
    .mobile-nav a:last-child { border-bottom: none; }
    .mobile-nav a:hover { color: var(--gold); }

    /* ============================================================
       HERO
    ============================================================ */
    .hero {
      min-height: 100vh;
      padding-top: 80px;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }
    .hero-bg {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 60% 40%, rgba(201,168,76,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 50% 80% at 90% 80%, rgba(139,0,0,0.06) 0%, transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a0808 50%, #050505 100%);
    }
    .hero-grid {
      position: absolute;
      inset: 0;
      background-image:
        linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
      background-size: 60px 60px;
      -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
      mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    }
    .film-strip {
      position: absolute;
      left: 0; top: 0; bottom: 0;
      width: 50px;
      background: repeating-linear-gradient(
        180deg,
        transparent 0px, transparent 30px,
        rgba(201,168,76,0.06) 30px, rgba(201,168,76,0.06) 60px
      );
      border-right: 1px solid var(--border);
      pointer-events: none;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 60px 80px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      border: 1px solid var(--border);
      border-radius: 20px;
      font-size: 10px;
      letter-spacing: 3px;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 24px;
      animation: fadeUp 0.8s ease both;
    }
    .hero-badge-dot {
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--gold);
      flex-shrink: 0;
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0%,100% { opacity:1; transform:scale(1); }
      50%      { opacity:0.5; transform:scale(0.8); }
    }

    .hero-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(40px, 5vw, 70px);
      font-weight: 700;
      line-height: 1.05;
      margin-bottom: 8px;
      animation: fadeUp 0.8s 0.1s ease both;
    }
    .gold-text {
      display: block;
      background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .hero-subtitle {
      font-family: 'Bebas Neue', cursive;
      font-size: clamp(15px, 2vw, 22px);
      letter-spacing: 6px;
      color: var(--text-muted);
      margin-bottom: 24px;
      animation: fadeUp 0.8s 0.2s ease both;
    }
    .hero-desc {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.8;
      font-weight: 300;
      margin-bottom: 40px;
      max-width: 480px;
      animation: fadeUp 0.8s 0.3s ease both;
    }
    .hero-ctas {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      animation: fadeUp 0.8s 0.4s ease both;
    }
    .btn-primary {
      display: inline-block;
      padding: 14px 32px;
      background: linear-gradient(135deg, var(--gold-dark), var(--gold));
      color: #080808;
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 2px;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .btn-primary::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0.15);
      transform: translateX(-100%);
      transition: transform 0.3s;
    }
    .btn-primary:hover::after { transform: translateX(0); }
    .btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,168,76,0.35); }
    .btn-secondary {
      display: inline-block;
      padding: 14px 32px;
      border: 1px solid var(--border);
      color: var(--gold);
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 600;
      border-radius: 2px;
      transition: transform 0.3s, border-color 0.3s, background 0.3s;
    }
    .btn-secondary:hover {
      border-color: var(--gold);
      background: rgba(201,168,76,0.06);
      transform: translateY(-3px);
    }

    .hero-stats {
      display: flex;
      gap: 40px;
      margin-top: 48px;
      padding-top: 32px;
      border-top: 1px solid var(--border);
      animation: fadeUp 0.8s 0.5s ease both;
    }
    .stat-num {
      font-family: 'Bebas Neue', cursive;
      font-size: 36px;
      background: linear-gradient(135deg, var(--gold-light), var(--gold));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }
    .stat-label {
      font-size: 10px;
      color: var(--text-muted);
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-top: 4px;
    }

    /* Hero orbit visual */
    .hero-visual {
      display: flex;
      align-items: center;
      justify-content: center;
      animation: fadeUp 0.8s 0.2s ease both;
    }
    .hero-circle {
      width: 420px; height: 420px;
      border-radius: 50%;
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      animation: rotateCW 20s linear infinite;
    }
    .hero-circle::before {
      content: '';
      position: absolute;
      inset: 10px;
      border-radius: 50%;
      border: 1px solid rgba(201,168,76,0.08);
    }
    .hero-circle-inner {
      width: 300px; height: 300px;
      border-radius: 50%;
      background: radial-gradient(ellipse, rgba(201,168,76,0.1) 0%, rgba(8,8,8,0.8) 70%);
      border: 1px solid rgba(201,168,76,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      animation: rotateCW 20s linear infinite reverse;
    }
    .hero-logo-big {
      font-family: 'Bebas Neue', cursive;
      font-size: 80px;
      background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
      text-align: center;
      filter: drop-shadow(0 0 40px rgba(201,168,76,0.3));
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    .hero-logo-big.fade-out {
      opacity: 0;
      transform: scale(0.85);
    }
    .hero-logo-big.fade-in {
      opacity: 1;
      transform: scale(1);
    }
    .orbit-dot {
      position: absolute;
      width: 10px; height: 10px;
      border-radius: 50%;
      background: var(--gold);
      box-shadow: 0 0 15px var(--gold);
    }
    .orbit-dot-top  { top: -5px; left: 50%; transform: translateX(-50%); }
    .orbit-dot-side { bottom: 30px; right: 30px; width: 6px; height: 6px; opacity: 0.6; }

    @keyframes rotateCW {
      from { transform: rotate(0deg); }
      to   { transform: rotate(360deg); }
    }
    @keyframes fadeUp {
      from { opacity:0; transform:translateY(30px); }
      to   { opacity:1; transform:translateY(0); }
    }

    /* ============================================================
       TICKER
    ============================================================ */
    .ticker-wrap {
      background: var(--gold);
      padding: 12px 0;
      overflow: hidden;
      white-space: nowrap;
    }
    .ticker-track {
      display: inline-flex;
      animation: ticker 30s linear infinite;
    }
    .ticker-item {
      font-family: 'Bebas Neue', cursive;
      font-size: 14px;
      letter-spacing: 3px;
      color: #080808;
      padding: 0 40px;
      display: inline-flex;
      align-items: center;
      gap: 20px;
    }
    .ticker-item::after { content: '\25C6'; opacity: 0.5; }
    @keyframes ticker {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* ============================================================
       SHARED SECTION
    ============================================================ */
    section { padding: 100px 40px; }

    .section-header { text-align: center; margin-bottom: 70px; }
    .section-tag {
      display: inline-block;
      font-size: 10px;
      letter-spacing: 4px;
      color: var(--gold);
      text-transform: uppercase;
      padding: 6px 20px;
      border: 1px solid var(--border);
      border-radius: 20px;
      margin-bottom: 16px;
    }
    .section-title {
      font-family: 'Playfair Display', serif;
      font-size: clamp(30px, 4vw, 52px);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 16px;
    }
    .section-title .accent { color: var(--gold); }
    .section-line {
      width: 60px; height: 2px;
      background: linear-gradient(90deg, var(--gold), transparent);
      margin: 0 auto 20px;
    }
    .section-desc {
      color: var(--text-muted);
      font-size: 15px;
      line-height: 1.8;
      max-width: 600px;
      margin: 0 auto;
      font-weight: 300;
    }

    /* ============================================================
       ABOUT
    ============================================================ */
    .about { background: var(--rich-black); position: relative; overflow: hidden; }
    .about::before {
      content: '';
      position: absolute;
      right: -200px; top: -200px;
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 70%);
      pointer-events: none;
    }
    .about-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }
    .about-card-main {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 48px;
      position: relative;
      overflow: hidden;
    }
    .about-card-main::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--gold-dark), var(--gold), transparent);
    }
    .about-icon {
      width: 60px; height: 60px;
      border-radius: 8px;
      background: rgba(201,168,76,0.1);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      margin-bottom: 20px;
    }
    .about-card-main h3 {
      font-family: 'Playfair Display', serif;
      font-size: 26px; font-weight: 700;
      margin-bottom: 16px;
    }
    .about-card-main p { color: var(--text-muted); font-size: 14px; line-height: 1.8; font-weight: 300; }
    .about-badges { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }
    .badge {
      padding: 6px 14px;
      background: rgba(201,168,76,0.08);
      border: 1px solid var(--border);
      border-radius: 20px;
      font-size: 10px;
      letter-spacing: 1.5px;
      color: var(--gold);
      text-transform: uppercase;
    }
    .about-right h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(26px, 3vw, 42px);
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 24px;
    }
    .about-right p { color: var(--text-muted); font-size: 15px; line-height: 1.9; margin-bottom: 20px; font-weight: 300; }
    .about-highlight {
      padding: 24px;
      background: rgba(201,168,76,0.05);
      border-left: 3px solid var(--gold);
      border-radius: 0 4px 4px 0;
      margin: 32px 0;
    }
    .about-highlight p {
      font-family: 'Cormorant Garamond', serif;
      font-size: 20px;
      font-style: italic;
      color: var(--gold-light);
      line-height: 1.6;
      font-weight: 400;
      margin-bottom: 0;
    }

    /* ============================================================
       SERVICES
    ============================================================ */
    .services { background: var(--deep-black); }
    .services-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .service-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 40px 32px;
      position: relative;
      overflow: hidden;
      transition: transform 0.4s, border-color 0.4s, box-shadow 0.4s;
      cursor: pointer;
    }
    .service-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--gold-dark), var(--gold));
      transform: scaleX(0);
      transition: transform 0.4s;
    }
    .service-card:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.4); }
    .service-card:hover::before { transform: scaleX(1); }
    .service-num {
      font-family: 'Bebas Neue', cursive;
      font-size: 56px;
      color: rgba(201,168,76,0.07);
      position: absolute;
      top: 20px; right: 24px;
      line-height: 1;
      transition: color 0.4s;
      pointer-events: none;
    }
    .service-card:hover .service-num { color: rgba(201,168,76,0.15); }
    .service-icon { font-size: 36px; margin-bottom: 20px; display: block; line-height: 1; }
    .service-card h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
    .service-card p { color: var(--text-muted); font-size: 13px; line-height: 1.8; font-weight: 300; }

    /* ============================================================
       PROJECTS
    ============================================================ */
    .projects { background: var(--rich-black); }
    .projects-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
    .project-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 4px;
      overflow: hidden;
      transition: transform 0.4s, border-color 0.4s;
      cursor: pointer;
    }
    .project-card:hover { transform: translateY(-6px); border-color: rgba(201,168,76,0.3); }
    .project-thumb {
      height: 160px;
      background: linear-gradient(135deg, rgba(201,168,76,0.1), rgba(139,0,0,0.1));
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 48px;
      position: relative;
    }
    .project-thumb::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(8,8,8,0.8));
    }
    .project-info { padding: 20px; }
    .project-cat { font-size: 9px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 6px; }
    .project-info h3 { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; line-height: 1.3; }

    /* ============================================================
       MISSION & VISION
    ============================================================ */
    .mission { background: var(--deep-black); }
    .mv-grid {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .mv-card {
      padding: 56px 48px;
      position: relative;
      border: 1px solid var(--border);
      border-radius: 4px;
      overflow: hidden;
      transition: border-color 0.4s;
    }
    .mv-card:hover { border-color: rgba(201,168,76,0.4); }
    .mv-card.mission-card { background: linear-gradient(135deg, rgba(201,168,76,0.05) 0%, var(--card-bg) 60%); }
    .mv-card.vision-card  { background: linear-gradient(135deg, rgba(139,0,0,0.05) 0%, var(--card-bg) 60%); }
    .mv-label {
      font-family: 'Bebas Neue', cursive;
      font-size: 13px;
      letter-spacing: 5px;
      color: var(--gold);
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mv-label::before { content: ''; display: block; width: 30px; height: 1px; background: var(--gold); }
    .mv-card h3 { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
    .mv-card p { color: var(--text-muted); font-size: 15px; line-height: 1.9; font-weight: 300; }
    .mv-bg-text {
      position: absolute;
      bottom: -30px; right: -10px;
      font-family: 'Bebas Neue', cursive;
      font-size: 120px;
      color: rgba(201,168,76,0.03);
      pointer-events: none;
      line-height: 1;
      user-select: none;
    }

    /* ============================================================
       OFFICES
    ============================================================ */
    .offices { background: var(--rich-black); }
    .offices-main { max-width: 1200px; margin: 0 auto; }
    .offices-int { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 48px; }
    .offices-india { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .office-group-label {
      font-size: 10px;
      letter-spacing: 3px;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }
    .office-group-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
    .office-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 4px;
      padding: 28px 24px;
      transition: transform 0.3s, border-color 0.3s;
    }
    .office-card:hover { border-color: rgba(201,168,76,0.3); transform: translateY(-4px); }
    .office-flag { font-size: 28px; margin-bottom: 14px; line-height: 1; }
    .office-type { font-size: 9px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; margin-bottom: 6px; }
    .office-card h4 { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
    .office-card p { font-size: 12px; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

    /* ============================================================
       TEAM
    ============================================================ */
    .team { background: var(--deep-black); }
    /* ===== FOUNDER SECTION ===== */
    .founder-section {
      max-width: 1100px;
      margin: 0 auto 70px;
    }

    /* Main card — photo left, info right */
    .founder-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      display: flex;
      gap: 0;
      align-items: stretch;
      position: relative;
      overflow: hidden;
      margin-bottom: 24px;
    }
    .founder-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--gold-dark), var(--gold), var(--gold-dark));
      z-index: 2;
    }

    /* Left — main photo */
    .founder-photo-main {
      flex-shrink: 0;
      width: 320px;
      position: relative;
      overflow: hidden;
    }
    .founder-photo-main img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      display: block;
      transition: transform 0.6s ease;
      min-height: 380px;
    }
    .founder-photo-main:hover img { transform: scale(1.04); }
    .founder-photo-main::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, transparent 60%, var(--card-bg) 100%);
      pointer-events: none;
    }

    /* Gold frame corners on photo */
    .founder-photo-main::before {
      content: '';
      position: absolute;
      top: 14px; left: 14px;
      width: 36px; height: 36px;
      border-top: 2px solid var(--gold);
      border-left: 2px solid var(--gold);
      z-index: 3;
    }

    /* Right — info */
    .founder-info {
      flex: 1;
      padding: 48px 48px 48px 36px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .founder-tag {
      display: inline-block;
      font-size: 9px;
      letter-spacing: 4px;
      color: var(--gold);
      text-transform: uppercase;
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 5px 14px;
      margin-bottom: 20px;
      width: fit-content;
    }
    .founder-info h3 {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.1;
      margin-bottom: 6px;
    }
    .founder-role {
      font-size: 11px;
      letter-spacing: 3px;
      color: var(--gold);
      text-transform: uppercase;
      margin-bottom: 24px;
      display: block;
    }
    .founder-info p {
      color: var(--text-muted);
      font-size: 14px;
      line-height: 1.9;
      font-weight: 300;
      max-width: 460px;
      margin-bottom: 32px;
    }
    .founder-stats {
      display: flex;
      gap: 32px;
      padding-top: 24px;
      border-top: 1px solid var(--border);
    }
    .founder-stat-num {
      font-family: 'Bebas Neue', cursive;
      font-size: 28px;
      background: linear-gradient(135deg, var(--gold-light), var(--gold));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      line-height: 1;
    }
    .founder-stat-label {
      font-size: 9px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-top: 3px;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .founder-photo-main { width: 240px; }
      .founder-info { padding: 36px 32px 36px 28px; }
      .founder-info h3 { font-size: 28px; }
    }
    @media (max-width: 768px) {
      .founder-card { flex-direction: column; }
      .founder-photo-main { width: 100%; height: 280px; }
      .founder-photo-main img { min-height: 280px; }
      .founder-photo-main::after { background: linear-gradient(180deg, transparent 60%, var(--card-bg) 100%); }
      .founder-info { padding: 28px 24px 36px; }
      .founder-stats { gap: 20px; }
    }

    .founder-info h3 { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; margin-bottom: 4px; }
    .founder-role { font-size: 11px; letter-spacing: 3px; color: var(--gold); text-transform: uppercase; margin-bottom: 16px; display: block; }
    .founder-info p { color: var(--text-muted); font-size: 14px; line-height: 1.8; font-weight: 300; }
    /* ============================================================
       CONTACT
    ============================================================ */
    .contact { background: var(--rich-black); position: relative; overflow: hidden; }
    .contact::before {
      content: '';
      position: absolute;
      left: -200px; bottom: -200px;
      width: 600px; height: 600px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 70%);
      pointer-events: none;
    }
    .contact-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      position: relative;
    }
    .contact-left h2 { font-family: 'Playfair Display', serif; font-size: clamp(26px, 3vw, 42px); font-weight: 700; margin-bottom: 24px; }
    .contact-left > p { color: var(--text-muted); font-size: 15px; line-height: 1.8; margin-bottom: 40px; font-weight: 300; }
    .contact-item { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--border); }
    .contact-icon {
      width: 40px; height: 40px;
      flex-shrink: 0;
      border-radius: 4px;
      background: rgba(201,168,76,0.08);
      border: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
    }
    .contact-item-info em { font-style: normal; font-size: 10px; letter-spacing: 2px; color: var(--gold); text-transform: uppercase; display: block; }
    .contact-item-info p { font-size: 14px; color: var(--text-primary); margin-top: 4px; line-height: 1.5; }
    .contact-form { background: var(--card-bg); border: 1px solid var(--border); border-radius: 4px; padding: 48px; }
    .form-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; margin-bottom: 32px; }
    .form-group { margin-bottom: 24px; }
    .form-group label { display: block; font-size: 10px; letter-spacing: 2px; color: var(--text-muted); text-transform: uppercase; margin-bottom: 8px; }
    .form-group input,
    .form-group textarea,
    .form-group select {
      width: 100%;
      background: rgba(255,255,255,0.03);
      border: 1px solid var(--border);
      border-radius: 2px;
      padding: 14px 16px;
      color: var(--text-primary);
      font-family: 'Raleway', sans-serif;
      font-size: 14px;
      outline: none;
      -webkit-appearance: none;
      appearance: none;
      transition: border-color 0.3s, background 0.3s;
    }
    .form-group input::placeholder,
    .form-group textarea::placeholder { color: var(--text-muted); }
    .form-group input:focus,
    .form-group textarea:focus,
    .form-group select:focus { border-color: var(--gold); background: rgba(201,168,76,0.03); }
    .form-group textarea { height: 120px; resize: none; }
    .form-group select option { background: #111111; color: var(--text-primary); }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .btn-submit {
      width: 100%;
      padding: 16px;
      background: linear-gradient(135deg, var(--gold-dark), var(--gold));
      color: #080808;
      font-family: 'Raleway', sans-serif;
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: 700;
      border: none;
      border-radius: 2px;
      cursor: pointer;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .btn-submit:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(201,168,76,0.35); }
    .btn-submit:disabled { opacity: 0.7; cursor: not-allowed; transform: none; box-shadow: none; }

    .form-status {
      margin-bottom: 16px;
      padding: 12px 16px;
      border-radius: 3px;
      font-size: 13px;
      font-weight: 500;
      display: none;
      letter-spacing: 0.5px;
    }
    .form-status.success {
      display: block;
      background: rgba(45,143,71,0.12);
      border: 1px solid rgba(45,143,71,0.4);
      color: #4caf72;
    }
    .form-status.error {
      display: block;
      background: rgba(180,40,40,0.12);
      border: 1px solid rgba(180,40,40,0.4);
      color: #e57373;
    }

    /* ============================================================
       FOOTER
    ============================================================ */
    footer { background: #050505; border-top: 1px solid var(--border); padding: 70px 40px 30px; }
    .footer-main {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 60px;
      padding-bottom: 50px;
      border-bottom: 1px solid var(--border);
    }
    .footer-brand p { color: var(--text-muted); font-size: 13px; line-height: 1.8; max-width: 280px; margin: 20px 0 24px; font-weight: 300; }
    .social-links { display: flex; gap: 10px; }
    .social-link {
      width: 36px; height: 36px;
      border: 1px solid var(--border);
      border-radius: 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--text-muted);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0;
      transition: border-color 0.3s, color 0.3s, background 0.3s;
    }
    .social-link:hover { border-color: var(--gold); color: var(--gold); background: rgba(201,168,76,0.08); }

    /* Contact section social buttons */
    .contact-social-links {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
    }
    .contact-social-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 6px 14px;
      border: 1px solid var(--border);
      border-radius: 3px;
      color: var(--text-muted);
      font-size: 11px;
      letter-spacing: 1px;
      font-weight: 500;
      text-transform: uppercase;
      transition: border-color 0.3s, color 0.3s, background 0.3s, transform 0.2s;
    }
    .contact-social-btn:hover {
      border-color: var(--gold);
      color: var(--gold);
      background: rgba(201,168,76,0.07);
      transform: translateY(-2px);
    }
    .contact-social-btn svg { flex-shrink: 0; }
    .footer-col h4 {
      font-size: 11px;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: var(--gold);
      margin-bottom: 24px;
      padding-bottom: 12px;
      border-bottom: 1px solid var(--border);
    }
    .footer-col li { margin-bottom: 12px; }
    .footer-col li a {
      color: var(--text-muted);
      font-size: 13px;
      font-weight: 300;
      display: flex;
      align-items: center;
      gap: 8px;
      transition: color 0.3s;
    }
    .footer-col li a::before { content: '\203A'; color: var(--gold); opacity: 0.5; font-size: 16px; }
    .footer-col li a:hover { color: var(--gold); }
    .footer-bottom {
      max-width: 1200px;
      margin: 30px auto 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center;
    }
    .footer-bottom p { color: var(--text-muted); font-size: 12px; font-weight: 300; }
    .footer-bottom strong { color: var(--gold); font-weight: 600; }
    .footer-dev {
      font-size: 11px;
      color: var(--text-muted);
      margin-top: 0;
    }
    .footer-dev-link {
      color: var(--gold);
      font-weight: 600;
      letter-spacing: 0.5px;
      border-bottom: 1px dashed rgba(201,168,76,0.4);
      transition: color 0.3s, border-color 0.3s;
    }
    .footer-dev-link:hover {
      color: var(--gold-light);
      border-color: var(--gold-light);
    }
    .footer-legal { display: flex; gap: 24px; }
    .footer-legal a { color: var(--text-muted); font-size: 11px; letter-spacing: 1px; transition: color 0.3s; }
    .footer-legal a:hover { color: var(--gold); }

    /* ============================================================
       SCROLL REVEAL
    ============================================================ */
    .reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }

    /* ============================================================
       GALLERY — INFINITE SCROLL ROWS
    ============================================================ */
    .gallery {
      background: var(--deep-black);
      padding-bottom: 80px;
      overflow: hidden;
    }
    .gallery-track-wrap {
      overflow: hidden;
      width: 100%;
      margin-bottom: 24px;
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    }
    .gallery-track {
      display: flex;
      gap: 20px;
      width: max-content;
    }
    .track-left  { animation: scrollLeft  40s linear infinite; }
    .track-right { animation: scrollRight 40s linear infinite; }
    .gallery-track:hover { animation-play-state: paused; }

    @keyframes scrollLeft {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    @keyframes scrollRight {
      0%   { transform: translateX(-50%); }
      100% { transform: translateX(0); }
    }

    /* Card */
    .gcard {
      flex-shrink: 0;
      width: 300px;
      height: 380px;
      border-radius: 6px;
      overflow: hidden;
      border: 1px solid var(--border);
      cursor: pointer;
      position: relative;
    }
    .gcard-inner {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
    }
    .gcard-img {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transition: transform 0.6s ease;
    }
    .gcard:hover .gcard-img { transform: scale(1.08); }

    /* Placeholder gradients — replace with real background-image: url(...) */
    .gp1  { background-image: url('images/1.jpeg');  background-size: cover; background-position: center; }
    .gp2  { background-image: url('images/2.jpeg');  background-size: cover; background-position: center; }
    .gp3  { background-image: url('images/3.jpeg');  background-size: cover; background-position: center; }
    .gp4  { background-image: url('images/4.jpeg');  background-size: cover; background-position: center; }
    .gp5  { background-image: url('images/5.jpeg');  background-size: cover; background-position: center; }
    .gp6  { background-image: url('images/6.jpeg');  background-size: cover; background-position: center; }
    .gp7  { background-image: url('images/7.jpeg');  background-size: cover; background-position: center; }
    .gp8  { background-image: url('images/8.jpeg');  background-size: cover; background-position: center; }
    .gp9  { background-image: url('images/9.jpeg');  background-size: cover; background-position: center; }
    .gp10 { background-image: url('images/10.jpeg'); background-size: cover; background-position: center; }
    .gp11 { background-image: url('images/11.jpeg'); background-size: cover; background-position: center; }
    .gp12 { background-image: url('images/12.jpeg'); background-size: cover; background-position: center; }
    .gp13 { background-image: url('images/13.jpeg'); background-size: cover; background-position: center; }
    .gp14 { background-image: url('images/14.jpeg'); background-size: cover; background-position: center; }

    /* Decorative camera icon overlay for placeholder cards */
    .gcard-img::before {
      content: '\01F4F8';
      position: absolute;
      top: 50%; left: 50%;
      transform: translate(-50%, -50%);
      font-size: 48px;
      opacity: 0.15;
      pointer-events: none;
      line-height: 1;
    }

    /* Hover overlay */
    .gcard-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 40%, rgba(8,8,8,0.92) 100%);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 24px 20px;
      opacity: 0;
      transition: opacity 0.4s ease;
    }
    .gcard:hover .gcard-overlay { opacity: 1; }
    .gcard-num {
      font-family: 'Bebas Neue', cursive;
      font-size: 42px;
      color: var(--gold);
      line-height: 1;
      opacity: 0.6;
    }
    .gcard-label {
      font-size: 12px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--text-primary);
      font-weight: 500;
      margin-top: 4px;
    }

    /* Gold frame accent — top-left corner */
    .gcard::before {
      content: '';
      position: absolute;
      top: 10px; left: 10px;
      width: 30px; height: 30px;
      border-top: 2px solid var(--gold);
      border-left: 2px solid var(--gold);
      z-index: 2;
      opacity: 0;
      transition: opacity 0.4s;
    }
    .gcard::after {
      content: '';
      position: absolute;
      bottom: 10px; right: 10px;
      width: 30px; height: 30px;
      border-bottom: 2px solid var(--gold);
      border-right: 2px solid var(--gold);
      z-index: 2;
      opacity: 0;
      transition: opacity 0.4s;
    }
    .gcard:hover::before,
    .gcard:hover::after { opacity: 1; }

    @media (max-width: 768px) {
      .gcard { width: 220px; height: 280px; }
      .track-left  { animation-duration: 28s; }
      .track-right { animation-duration: 28s; }
    }

    /* ============================================================
       TRAINING & DEVELOPMENT
    ============================================================ */
    .training { background: var(--rich-black); padding-bottom: 100px; }
    .training-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .training-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      overflow: hidden;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .training-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.4); }

    .training-img {
      height: 220px;
      position: relative;
      background-size: cover;
      background-position: center;
      background-color: #1a1510;
    }
    .training-img-1 {
      background-image: url('images/modeling.png');
      background-size: cover;
      background-position: center;
    }
    .training-img-2 {
      background-image: url('images/photography.jpg');
      background-size: cover;
      background-position: center;
    }
    .training-img-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(180deg, transparent 50%, var(--card-bg) 100%);
    }
    .training-duration {
      position: absolute;
      bottom: 16px; left: 20px;
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
      background: rgba(8,8,8,0.6);
      padding: 4px 12px;
      border-radius: 20px;
      border: 1px solid rgba(201,168,76,0.3);
      backdrop-filter: blur(4px);
    }
    .training-body { padding: 28px 32px 36px; }
    .training-body h3 {
      font-family: 'Playfair Display', serif;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .training-body > p { color: var(--text-muted); font-size: 13px; line-height: 1.8; margin-bottom: 24px; }
    .training-highlights { margin-bottom: 28px; }
    .highlights-title {
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--gold);
      font-weight: 600;
      margin-bottom: 14px;
    }
    .training-highlights ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
    .training-highlights li {
      font-size: 13px;
      color: var(--text-muted);
      padding-left: 22px;
      position: relative;
      line-height: 1.5;
    }
    .training-highlights li::before {
      content: '';
      position: absolute;
      left: 0; top: 7px;
      width: 12px; height: 1.5px;
      background: var(--gold);
    }
    .training-highlights li::after {
      content: '';
      position: absolute;
      left: 8px; top: 3px;
      width: 1.5px; height: 8px;
      background: var(--gold);
    }
    .training-cta {
      display: inline-block;
      padding: 11px 28px;
      background: linear-gradient(135deg, var(--gold-dark), var(--gold));
      color: #080808;
      font-size: 11px;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 2px;
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .training-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.4); }

    /* ============================================================
       WHY CHOOSE US
    ============================================================ */
    .whychoose { background: var(--deep-black); padding-bottom: 100px; }
    .wc-grid {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .wc-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 6px;
      padding: 32px 28px;
      display: flex;
      gap: 20px;
      align-items: flex-start;
      transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
      position: relative;
      overflow: hidden;
    }
    .wc-card::before {
      content: '';
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--gold-dark), var(--gold));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s ease;
    }
    .wc-card:hover { transform: translateY(-5px); border-color: rgba(201,168,76,0.35); box-shadow: 0 16px 40px rgba(0,0,0,0.35); }
    .wc-card:hover::before { transform: scaleX(1); }
    .wc-icon {
      font-size: 28px;
      flex-shrink: 0;
      width: 52px; height: 52px;
      background: rgba(201,168,76,0.08);
      border: 1px solid rgba(201,168,76,0.2);
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.3s;
    }
    .wc-card:hover .wc-icon { background: rgba(201,168,76,0.15); }
    .wc-body h4 {
      font-family: 'Playfair Display', serif;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
    }
    .wc-body p { color: var(--text-muted); font-size: 13px; line-height: 1.7; font-weight: 300; }

    /* ============================================================
       RESPONSIVE — TABLET (max 1024px)
    ============================================================ */
    @media (max-width: 1024px) {
      .hero-content  { padding: 60px; }
      .services-grid { grid-template-columns: 1fr 1fr; }
      .projects-grid { grid-template-columns: 1fr 1fr; }
      .footer-main   { grid-template-columns: 1fr 1fr; gap: 40px; }
      .offices-india { grid-template-columns: 1fr 1fr; }
      .wc-grid       { grid-template-columns: 1fr 1fr; }
    }

    /* ============================================================
       RESPONSIVE — MOBILE (max 768px)
    ============================================================ */
    @media (max-width: 768px) {
      header { padding: 0 20px; }
      .main-nav       { display: none; }
      .header-contact { display: none; }
      .hamburger      { display: flex; }

      /* Hero fixes */
      .film-strip   { display: none; }
      .hero-visual  { display: none; }
      .hero-content {
        grid-template-columns: 1fr;
        padding: 40px 20px;
        gap: 40px;
      }
      .hero-stats { gap: 20px; }

      section { padding: 70px 20px; }

      .about-grid    { grid-template-columns: 1fr; gap: 40px; }
      .services-grid { grid-template-columns: 1fr; }
      .projects-grid { grid-template-columns: 1fr 1fr; }
      .mv-grid       { grid-template-columns: 1fr; }
      .mv-card       { padding: 36px 28px; }
      .offices-int   { grid-template-columns: 1fr; }
      .offices-india { grid-template-columns: 1fr 1fr; }
      .founder-card  { flex-direction: column; }
      .founder-photo-main { width: 100%; height: 260px; }
      .founder-info  { padding: 28px 20px 32px; }
      .contact-inner { grid-template-columns: 1fr; gap: 40px; }
      .contact-form  { padding: 28px 20px; }
      .form-row      { grid-template-columns: 1fr; }
      .footer-main   { grid-template-columns: 1fr; gap: 32px; }
      .footer-bottom { gap: 8px; }
      .footer-legal  { flex-wrap: wrap; justify-content: center; }
      .training-grid { grid-template-columns: 1fr; }
      .training-body { padding: 24px 20px 28px; }
      .wc-grid       { grid-template-columns: 1fr; }
    }


/* ============================================================
   WHATSAPP FLOAT
============================================================ */
  .whatsapp-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 6px 24px rgba(37,211,102,0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: waPulse 2.5s ease-in-out infinite;
  }
  .whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 32px rgba(37,211,102,0.6);
    animation: none;
  }
  @keyframes waPulse {
    0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,0.45); }
    50%      { box-shadow: 0 6px 32px rgba(37,211,102,0.75), 0 0 0 10px rgba(37,211,102,0.1); }
  }
  .whatsapp-tooltip {
    position: absolute;
    right: 68px;
    background: #1a1510;
    color: #f0ece0;
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 6px 14px;
    border-radius: 3px;
    border: 1px solid rgba(201,168,76,0.2);
    opacity: 0;
    transform: translateX(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    pointer-events: none;
  }
  .whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left-color: #1a1510;
    border-right: none;
  }
  .whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
  }
  @media (max-width: 768px) {
    .whatsapp-float { bottom: 20px; right: 20px; width: 52px; height: 52px; }
    .whatsapp-tooltip { display: none; }
  }