  :root {
    --gold: #e69e2d;
    --gold-light: #f0b04b;
    --purple: #522A6F;
    --purple-mid: #5e3280;
    --purple-light: rgba(82,42,111,0.15);
    --purple-glow: rgba(82,42,111,0.4);
    --dark: #0a0a0a;
    --dark2: #0f0f0f;
    --dark3: #141414;
    --dark-purple: #0d0d0d;
    --white: #f5f2ee;
    --gray: #777;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }

  body {
    background: #0a0a0a;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 5%;
    background: linear-gradient(to bottom, rgba(10,10,10,0.98), transparent);
    transition: background 0.3s;
    border-bottom: 1px solid transparent;
  }

  nav.scrolled {
    background: rgba(10,10,10,0.98);
    border-bottom: 1px solid rgba(61,26,94,0.3);
  }

  .nav-logo-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
  }

  .nav-logo-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }

  .nav-logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    color: var(--white);
    line-height: 1;

    position: relative;
    top: 2px;
}

  .nav-logo-text span { color: var(--white); }

  .nav-logo-sub {
    font-size: 9px;
    letter-spacing: 4px;
    color: rgba(230,158,45,0.7);
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
  }

  .nav-links {
    display: flex;
    gap: 36px;
    list-style: none;
    margin-left: auto;
    margin-right: 24px;
  }

  .nav-links a {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(245,242,238,0.6);
    text-decoration: none;
    transition: color 0.2s;
  }

  .nav-links a:hover { color: var(--gold); }

  .nav-cta {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--gold);
    padding: 10px 22px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .nav-cta:hover { background: var(--gold-light); }

  .hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; background: none; border: none; }
  .hamburger span { width: 24px; height: 1px; background: var(--white); display: block; }

  /* HERO */
  #hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
    background: radial-gradient(ellipse at 60% 40%, #3d1a6e 0%, #1e0a3c 35%, #0d0618 60%, #0a0a0a 100%);
  }

/* Full screen video background */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(ellipse at 60% 40%, #3d1a5e 0%, #1a0a2e 50%, #0a0a0a 100%);
}

.hero-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

  .hero-video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* Cinematic gradient overlay lighter than before so video breathes */
  .hero-video-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 
      linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(10,10,10,0.3) 40%, rgba(10,10,10,0.1) 100%),
      linear-gradient(to right, rgba(10,10,10,0.5) 0%, transparent 60%);
  }

  /* Placeholder when no video yet */
  .hero-video-placeholder {
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 60% 40%, #3d1a6e 0%, #1e0a3c 35%, #0d0618 60%, #0a0a0a 100%);
    position: relative;
  }

  .hero-video-placeholder .placeholder-icon {
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255,204,0,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-video-placeholder .placeholder-icon::after {
    content: '';
    width: 0; height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent rgba(255,204,0,0.3);
    margin-left: 4px;
  }

  .hero-video-placeholder p {
    font-size: 10px;
    letter-spacing: 3px;
    color: #2a2a2a;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 48px);
  }

  /* Hero content bottom left, minimal */
  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 6% 7%;
    max-width: 1000px;
  }

  .hero-eyebrow {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 24px;
    display: block;
    opacity: 0.8;
  }

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 3.8vw, 58px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 36px;
    color: var(--white);
  }

  .hero-title em { font-style: italic; color: var(--gold); }

  .hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  @media (max-width: 600px) {
    .hero-btns { flex-direction: column; }
    .hero-btns .btn-primary, .hero-btns .btn-outline { width: 100%; min-width: unset; }
  }

  /* Sound toggle button */
  .hero-sound-btn {
    position: absolute;
    bottom: 36px;
    right: 5%;
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 50%;
    background: rgba(10,10,10,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
  }

  .hero-sound-btn:hover { border-color: var(--gold); color: var(--gold); }

  .btn-primary {
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--gold);
    padding: 16px 36px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    min-width: 200px;
    text-align: center;
  }

  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

  .btn-outline {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--gold);
    padding: 16px 36px;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, transform 0.15s, background 0.2s;
    background: rgba(34,32,35,0.6);
    min-width: 200px;
    text-align: center;
  }

  .btn-outline:hover { border-color: var(--gold-light); color: var(--gold); transform: translateY(-2px); background: rgba(82,42,111,0.25); }

  .hero-scroll {
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    opacity: 0.4;
  }

  .hero-scroll span { font-size: 8px; letter-spacing: 3px; text-transform: uppercase; }

  .scroll-line {
    width: 1px;
    height: 38px;
    background: var(--gold);
    animation: scrollAnim 1.8s ease-in-out infinite;
  }

  @keyframes scrollAnim {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    51% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
  }

  /* SECTIONS */
  section { padding: 90px 6%; }

  .section-label {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    display: block;
    margin-bottom: 16px;
  }

  .section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 4.5vw, 56px);
    font-weight: 300;
    line-height: 1.18;
    color: var(--white);
    margin-bottom: 24px;
  }

  .section-body {
    font-size: 14px;
    font-weight: 300;
    color: rgba(245,242,238,0.55);
    line-height: 1.95;
    max-width: 520px;
  }

  /* INTRO STRIP */
  #intro {
    background: var(--dark-purple);
    padding: 60px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(61,26,94,0.5);
    border-bottom: 1px solid rgba(61,26,94,0.5);
  }

  .intro-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    line-height: 1.4;
    max-width: 680px;
    color: var(--white);
  }

  .intro-text em { font-style: italic; color: var(--gold); }

  .intro-link {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(255,204,0,0.4);
    padding-bottom: 3px;
    transition: opacity 0.2s;
  }

  .intro-link:hover { opacity: 0.7; }

  /* PORTFOLIO */
  #work { background: var(--dark); }

  .work-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 20px;
  }

  .filter-tabs { display: flex; flex-wrap: wrap; }

  .filter-tab {
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gray);
    padding: 10px 18px;
    border: 1px solid #1e1e1e;
    border-right: none;
    cursor: pointer;
    background: transparent;
    transition: all 0.2s;
    color: var(--white);
    opacity: 0.4;
  }

  .filter-tab:last-child { border-right: 1px solid #1e1e1e; }

  .filter-tab.active {
    color: var(--gold);
    border-color: rgba(61,26,94,0.6);
    background: var(--purple-light);
    opacity: 1;
  }

  .filter-tab:hover { opacity: 1; color: var(--gold); }

  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .portfolio-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: linear-gradient(145deg, #1c1a1d, #252226); border: 1px solid rgba(230,158,45,0.08); border-radius: 12px;
    aspect-ratio: 16/10;
  }

  .portfolio-item.hero-item { grid-column: span 1; aspect-ratio: 16/10;   border-radius: 12px;
  }

  .portfolio-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s ease;
  }

  .portfolio-item:hover .portfolio-thumb { transform: scale(1.08); filter: brightness(1.08); }

  .pt-hint {
    font-size: 9px;
    letter-spacing: 2px;
    color: #242424;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
  }


  /* Reels & Shorts — dedicated vertical layout */
  .portfolio-grid.reels-mode {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .portfolio-grid.reels-mode .portfolio-item,
  .portfolio-grid.reels-mode .portfolio-item.hero-item {
    aspect-ratio: 9 / 16;
    grid-column: span 1;
  }
  .portfolio-grid.reels-mode .portfolio-thumb {
    background-size: cover;
    background-position: center;
  }
  .portfolio-grid.reels-mode .portfolio-overlay {
    padding: 20px;
  }
  .portfolio-grid.reels-mode .portfolio-name {
    font-size: 18px;
  }
  .portfolio-grid.reels-mode .portfolio-desc {
    font-size: 10px;
  }
  .p1 { background: linear-gradient(135deg, #0e1318, #141c26); }
  .p2 { background: linear-gradient(135deg, #0c1210, #111a14); }
  .p3 { background: linear-gradient(135deg, #14100a, #1c1508); }
  .p4 { background: linear-gradient(135deg, #100a14, #180e20); }
  .p5 { background: linear-gradient(135deg, #0a1018, #10182a); }

  .portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,10,10,0.92) 0%, rgba(61,26,94,0.15) 50%, transparent 100%);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.35s;
  }

  .portfolio-item:hover .portfolio-overlay { opacity: 1; }

  .portfolio-tag {
    font-size: 8px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 7px;
  }

  .portfolio-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 22px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 5px;
  }

  .portfolio-desc {
    font-size: 11px;
    color: rgba(245,242,238,0.5);
  }

  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255,204,0,0.5);
    background: rgba(61,26,94,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .portfolio-item:hover .play-btn { opacity: 1; }

  .play-btn::after {
    content: '';
    width: 0; height: 0;
    border-style: solid;
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent var(--gold);
    margin-left: 3px;
  }

  /* CLIENTS */
  #clients {
    background: var(--dark);
    padding: 28px 5%;
    text-align: center;
    border-top: 1px solid rgba(61,26,94,0.4);
    border-bottom: 1px solid rgba(61,26,94,0.4);
  }

  .clients-label {
    font-size: 8px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,204,0,0.5);
    margin-bottom: 30px;
    display: block;
  }

  .clients-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
  }

  .client-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 3px;
    color: rgba(245,242,238,0.2);
    text-transform: uppercase;
    transition: color 0.3s;
  }

  .client-logo:hover { color: rgba(201,168,76,0.6); }

  /* SERVICES */
  #services {
    background: var(--dark);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    align-items: start;
  }

  .services-left { position: static; }

  .services-list { display: flex; flex-direction: column; }

  .service-item {
    border-top: 1px solid #1a1a1a;
    padding: 30px 0;
    cursor: pointer;
    transition: border-color 0.25s;
  }

  .service-item:last-child { border-bottom: 1px solid #1a1a1a; }

  .service-item:hover { border-top-color: rgba(61,26,94,0.7); }
  .service-item.open { border-top-color: rgba(61,26,94,0.7); }

  .service-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .service-num {
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--gold);
    font-weight: 400;
    min-width: 28px;
  }

  .service-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-weight: 300;
    color: var(--white);
    flex: 1;
    padding: 0 20px;
  }

  .service-arrow {
    color: var(--gold);
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s, transform 0.2s;
  }

  .service-item:hover .service-arrow, .service-item.open .service-arrow { opacity: 1; transform: translateX(5px); }

  .service-desc {
    font-size: 13px;
    color: rgba(245,242,238,0.5);
    line-height: 1.9;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, margin-top 0.2s;
    padding-left: 28px;
  }

  .service-item.open .service-desc { max-height: 200px; margin-top: 14px; }

  /* PROCESS */
  #process {
    background: var(--dark-purple);
    text-align: center;
    border-top: 1px solid rgba(61,26,94,0.4);
    border-bottom: 1px solid rgba(61,26,94,0.4);
  }

  .process-header { margin-bottom: 60px; }

  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
  }

  .process-step {
    padding: 36px 28px;
    border-left: 1px solid rgba(61,26,94,0.4);
    text-align: left;
  }

  .process-step:first-child { border-left: none; }

  .step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 54px;
    font-weight: 300;
    color: rgba(61,26,94,0.5);
    line-height: 1;
    margin-bottom: 24px;
    display: block;
  }

  .step-title {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
  }

  .step-desc {
    font-size: 12px;
    color: rgba(245,242,238,0.5);
    line-height: 1.85;
  }

  /* ABOUT */
  #about {
    background: var(--dark);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
    align-items: center;
  }

  .about-img-wrap {
    aspect-ratio: 4/5;
    background: linear-gradient(145deg, #1c1a1d, #252226); border: 1px solid rgba(230,158,45,0.08); border-radius: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(61,26,94,0.3);
  }

  .about-img-hint {
    font-size: 9px;
    letter-spacing: 2px;
    color: #222;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5;
  }

  .about-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--gold);
    color: var(--dark);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 18px;
  }

  .about-content .section-body { margin-bottom: 10px; }

  .about-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid rgba(61,26,94,0.3);
  }

  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }

  .stat-label {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(245,242,238,0.3);
  }

  /* TESTIMONIALS */
  #testimonials {
    background: var(--dark-purple);
    border-top: 1px solid rgba(61,26,94,0.4);
  }

  .testi-header { margin-bottom: 54px; }

  .testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .testi-card {
    background: linear-gradient(145deg, rgba(61,26,94,0.14), rgba(20,20,20,0.5));
    border: 1px solid rgba(61,26,94,0.25);
    padding: 30px 42px 48px;
    transition: border-color 0.2s;
  }

  .testi-card:hover { border-color: rgba(255,204,0,0.3); }

  .quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    color: var(--gold);
    opacity: 0.2;
    line-height: 0.5;
    margin-bottom: 22px;
    display: block;
  }

  .testi-text {
    font-size: 13px;
    font-weight: 300;
    color: rgba(245,242,238,0.7);
    line-height: 1.9;
    margin-bottom: 26px;
    font-style: italic;
  }

  .testi-author { border-top: 1px solid rgba(61,26,94,0.3); padding-top: 18px; }

  .author-name {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--white);
    display: block;
    margin-bottom: 4px;
  }

  .author-role {
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--gold);
    text-transform: uppercase;
  }

  /* CTA BAND */
  #cta-band {
    background: var(--gold);
    padding: 50px 8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
  }

  .cta-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 3.5vw, 48px);
    font-weight: 300;
    color: var(--dark);
    line-height: 1.2;
    max-width: 580px;
  }

  .btn-dark {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--white);
    background: var(--dark);
    padding: 15px 34px;
    text-decoration: none;
    transition: background 0.2s;
  }

  .btn-dark:hover { background: var(--purple); }

  /* CONTACT */
  #contact {
    background: var(--dark);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 110px;
  }

  .contact-detail {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .contact-row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid rgba(61,26,94,0.25);
    padding: 18px 0;
  }

  .contact-row:first-child { border-top: 1px solid rgba(61,26,94,0.25); }

  .c-label {
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
  }

  .c-value {
    font-size: 14px;
    font-weight: 300;
    color: var(--white);
  }

  .contact-form { display: flex; flex-direction: column; gap: 18px; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

  .form-group { display: flex; flex-direction: column; gap: 8px; }

  .form-group label {
    font-size: 8px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: rgba(245,242,238,0.35);
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    background: linear-gradient(145deg, rgba(61,26,94,0.14), rgba(20,20,20,0.5));
    border: 1px solid rgba(61,26,94,0.3);
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 13px 15px;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    width: 100%;
  }

  .form-group input:focus,
  .form-group select:focus,
  .form-group textarea:focus {
    border-color: var(--gold);
    background: rgba(61,26,94,0.15);
  }

  .form-group select option { background: #1a1a1a; }
  .form-group textarea { resize: vertical; min-height: 110px; }

  .form-submit {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--dark);
    background: var(--gold);
    padding: 15px 32px;
    border: none;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.2s;
  }

  .form-submit:hover { background: var(--gold-light); }

  /* FOOTER */
  footer {
    background: var(--dark-purple);
    padding: 48px 5% 28px;
    border-top: 1px solid rgba(61,26,94,0.5);
  }

  .footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(61,26,94,0.3);
  }

  .footer-logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; }

  .footer-logo-img { width: 40px; height: 40px; object-fit: contain; }

  .footer-brand-text { display: flex; flex-direction: column; margin-top: 4px; }

  .footer-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--white);
  }

  .footer-name span { color: var(--white); }

  .footer-tag {
    font-size: 8px;
    letter-spacing: 2px;
    color: rgba(245,242,238,0.25);
    text-transform: uppercase;
    margin-top: 3px;
  }

  .footer-nav { display: flex; gap: 52px; flex-wrap: wrap; }

  .footer-col-title {
    font-size: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 14px;
    display: block;
  }

  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }

  .footer-links a {
    font-size: 11px;
    color: rgba(245,242,238,0.3);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--white); }

  .social-row { display: flex; gap: 10px; margin-top: 12px; }

  .social-btn {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(61,26,94,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(245,242,238,0.3);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
    transition: all 0.2s;
  }

  .social-btn:hover { border-color: var(--gold); color: var(--gold); }

  .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer-copy { font-size: 10px; color: rgba(245,242,238,0.15); letter-spacing: 0.5px; }

  .footer-legal { display: flex; gap: 20px; }

  .footer-legal a {
    font-size: 10px;
    color: rgba(245,242,238,0.15);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-legal a:hover { color: rgba(245,242,238,0.4); }

  /* MOBILE */
  @media (max-width: 900px) {
    .nav-links, .nav-cta { display: none; }
    .hamburger { display: flex; }
    #services, #about, #contact { grid-template-columns: 1fr; gap: 44px; }
    .services-left { position: static; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
    .testi-grid { grid-template-columns: 1fr; }
    .portfolio-item.hero-item { grid-column: span 1; aspect-ratio: 16/10;   border-radius: 12px;
  }
    .portfolio-grid.reels-mode { grid-template-columns: repeat(2, 1fr); }
    #cta-band { flex-direction: column; }
    .footer-nav { gap: 28px; }
    #intro { flex-direction: column; }
  }

  @media (max-width: 600px) {
    section { padding: 64px 5%; }
    .process-grid { grid-template-columns: 1fr; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-grid.reels-mode { grid-template-columns: 1fr; }
    .about-stats { grid-template-columns: repeat(2, 1fr); }
    .form-row { grid-template-columns: 1fr; }
    nav { padding: 14px 5%; }
  }

  .whatsapp-contact { display: flex; flex-direction: column; justify-content: center; height: 100%; }

  .whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #25D366;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 36px;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
    align-self: flex-start;
    margin-bottom: 28px;
  }

  .whatsapp-btn:hover { background: #20c05a; transform: translateY(-2px); }

  .or-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    color: rgba(245,242,238,0.2);
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  .or-divider::before, .or-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(82,42,111,0.3);
    max-width: 80px;
  }

  .email-contact-btn {
    font-size: 15px;
    font-weight: 300;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(251,207,79,0.3);
    padding-bottom: 4px;
    align-self: flex-start;
    transition: opacity 0.2s;
  }

  .email-contact-btn:hover { opacity: 0.7; }


  .client-logo-img {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.75;
    filter: grayscale(20%);
    transition: opacity 0.3s, filter 0.3s;
  }

  .client-logo-img:hover {
    opacity: 1;
    filter: grayscale(0%);
  }


  @media (max-width: 600px) {
    .nav-logo-img { width: 36px; height: 36px; }
    .nav-logo-text { font-size: 18px; letter-spacing: 3px; }
    .nav-logo-sub { font-size: 7px; letter-spacing: 2px; }
    .footer-logo-img { width: 32px; height: 32px; }
    .footer-name { font-size: 15px; letter-spacing: 2px; }
    .about-stats { align-items: start; }
    .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }
  }

  .about-stats > div { display:flex; flex-direction:column; align-items:flex-start; }
  .stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    color: var(--gold);
    line-height: 1;
    display: block;
    margin-bottom: 6px;
  }

  @media (max-width: 600px) {
    .hero-scroll {
      bottom: 10px !important;
    }
    .nav-logo-img { width: 36px !important; height: 36px !important; }
    .nav-logo-text { font-size: 18px !important; letter-spacing: 3px !important; }
    .nav-logo-sub { font-size: 7px !important; letter-spacing: 2px !important; }
    .nav-logo-wrap { gap: 10px !important; }
    .hero-btns { flex-direction: column; }
    .hero-btns .btn-primary, .hero-btns .btn-outline { width: 100%; min-width: unset; text-align: center; }
    .hero-title { font-size: clamp(36px, 9vw, 56px) !important; }
  }


  /* VIDEO MODAL */
  .video-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9999;
    align-items: center;
    justify-content: center;
  }
  .video-modal-overlay.active {
    display: flex;
  }
  .video-modal-inner {
    position: relative;
    width: 90vw;
    max-width: 960px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 80px rgba(0,0,0,0.8);
  }
  .video-modal-inner iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    opacity: 0.7;
    transition: opacity 0.2s;
  }
  .video-modal-close:hover { opacity: 1; }

  /* ATC thumbnail from YouTube */
  .p1 {
    background-image: url('https://img.youtube.com/vi/D3aqKruvmys/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
  }
  .p1 .pt-hint { display: none; }

  .p2 {
    background-image: url('https://img.youtube.com/vi/o6g0csjzTjA/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
  }
  .p2 .pt-hint { display: none; }

.p3 {
    background-image: url('../thumbnails/matic-liquid-thumb.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.p3 .pt-hint { display: none; }

  .p4 {
    background-image: url('https://img.youtube.com/vi/h1JDjiyoIM4/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
  }
  .p4 .pt-hint { display: none; }

  .p5 {
    background-image: url('https://img.youtube.com/vi/uXateR_fRIw/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
  }
  .p5 .pt-hint { display: none; }

  .p6 {
    background-image: url('https://img.youtube.com/vi/sn-D_o12TvQ/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p7 {
    background-image: url('https://img.youtube.com/vi/f1e-4_JsdYk/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p8 {
    background-image: url('https://img.youtube.com/vi/ybdyyOUoRiA/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p9 {
    background-image: url('https://img.youtube.com/vi/0NSxmGrpo8g/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p10 {
    background-image: url('https://img.youtube.com/vi/lJzQc-4gSZw/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p11 {
    background-image: url('https://img.youtube.com/vi/tEDgcWAJbl0/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p12 {
    background-image: url('https://img.youtube.com/vi/H1iLnr4vy4o/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p13 {
    background-image: url('https://img.youtube.com/vi/ngnn5AcCFkY/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }
  .p14 {
    background-image: url('https://img.youtube.com/vi/ltxAP3yiFAw/maxresdefault.jpg');
    background-size: cover; background-position: center;
  }

/* Clickable portfolio items */
.portfolio-item[data-video] {
    cursor: pointer;
}

/* TEST */
.portfolio-grid.reels-mode .portfolio-item {
    aspect-ratio: 9/16 !important;
}

@media (max-width: 600px) {
    .hero-btns {
        margin-left: 8px;
    }

    .hero-scroll {
        display: none;
    }

    .intro-link {
        display: none;
    }
}

@media (max-width: 600px) {
    .section-title {
        font-size: 42px !important;
        line-height: 1.1;
    }
}

@media (max-width: 600px) {
    #about {
        padding-top: 30px;
    }
}

.testimonial-logo {
    width: 35px;
    height: auto;
    display: block;
    margin: 0 0 16px 0;
}

#cta-band {
    padding: 50px 8%;
    gap: 24px;
}

@media (max-width: 600px) {
    #cta-band {
        padding: 40px 8%;
    }

    .cta-text {
        font-size: 28px;
        line-height: 1.15;
    }
}