/* Desktop-only styles — not downloaded on mobile (media-linked in index.html) */

@media (min-width: 1024px) {
  /* Desktop nav */
  .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    gap: 0.25rem;
    min-width: 0;
  }
  .desktop-nav__link {
    flex-shrink: 0;
    padding: 0.5rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--zk-muted);
    white-space: nowrap;
    transition: color 0.2s ease;
  }
  .desktop-nav__link:hover { color: var(--zk-green); }
  .desktop-nav__label--full { display: none; }
  .desktop-nav__label--short { display: inline; }

  html.js-desktop { scroll-padding-top: 100px; }

  .desktop-vignette {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9998;
    background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.45) 100%);
  }

  html.js-anim .reveal:not(.active) {
    opacity: 0;
    transform: translateY(56px);
  }

  .nav-link { position: relative; }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--zk-green);
    transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), left 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 8px rgba(204, 255, 0, 0.5);
  }
  .nav-link:hover::after,
  .nav-link.is-active::after {
    width: 100%;
    left: 0;
  }

  .nav-cta {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s;
  }
  .nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 32px rgba(204, 255, 0, 0.55);
  }

  .hero-cinematic { min-height: 100vh; }
  .hero-bg { will-change: transform; }
  .hero-grid {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(204, 255, 0, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(204, 255, 0, 0.03) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse at 30% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse at 30% 50%, black 20%, transparent 70%);
  }

  .hero-bg__img {
    animation: heroKenBurns 30s ease-in-out infinite alternate;
    will-change: transform;
  }
  @keyframes heroKenBurns {
    from { transform: scale(1.02); }
    to { transform: scale(1.08); }
  }

  .hero-outline-glow {
    filter: drop-shadow(0 0 24px rgba(204, 255, 0, 0.25));
  }

  .hero-portrait-glow {
    background: radial-gradient(ellipse at center, rgba(204, 255, 0, 0.15), transparent 70%);
    animation: portraitGlow 4s ease-in-out infinite alternate;
  }
  @keyframes portraitGlow {
    from { opacity: 0.6; transform: scale(0.98); }
    to { opacity: 1; transform: scale(1.02); }
  }

  .hero-portrait-frame { transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
  .hero-portrait:hover .hero-portrait-frame { transform: translate(6px, 6px); }
  .hero-portrait:hover .hero-portrait__img {
    transform: scale(1.02);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .hero-enter { opacity: 1; transform: translateY(0); }
  @media (prefers-reduced-motion: no-preference) {
    html.js-desktop:not(.js-loaded) .hero-enter {
      opacity: 0;
      transform: translateY(32px);
    }
  }
  html.js-desktop.js-loaded .hero-enter {
    animation: heroFadeUp 0.9s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  html.js-desktop.js-loaded .hero-enter--1 { animation-delay: 0.1s; }
  html.js-desktop.js-loaded .hero-enter--2 { animation-delay: 0.25s; }
  html.js-desktop.js-loaded .hero-enter--3 { animation-delay: 0.4s; }
  html.js-desktop.js-loaded .hero-enter--4 { animation-delay: 0.55s; }
  html.js-desktop.js-loaded .hero-enter--5 { animation-delay: 0.7s; }
  @keyframes heroFadeUp {
    to { opacity: 1; transform: translateY(0); }
  }

  .hero-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: var(--zk-muted);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    transition: color 0.2s;
    z-index: 20;
  }
  .hero-scroll-hint:hover { color: var(--zk-green); }
  .hero-scroll-hint__icon {
    font-size: 0.85rem;
    animation: scrollBounce 2s ease-in-out infinite;
  }
  @keyframes scrollBounce {
    0%, 100% { transform: translateY(0); opacity: 0.6; }
    50% { transform: translateY(6px); opacity: 1; }
  }

  .btn-premium {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s, border-color 0.2s, color 0.2s;
  }
  .btn-premium:hover { transform: translateY(-3px); }

  .section-head { position: relative; }
  .section-head--center { text-align: center; }
  .section-num {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(4rem, 8vw, 7rem);
    font-weight: 900;
    line-height: 0.85;
    color: transparent;
    -webkit-text-stroke: 1px rgba(204, 255, 0, 0.12);
    text-stroke: 1px rgba(204, 255, 0, 0.12);
    margin-bottom: -1.5rem;
    user-select: none;
  }
  .section-head--center .section-num { margin-bottom: -1rem; }

  .section-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 1200px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 255, 0, 0.15), transparent);
    pointer-events: none;
  }

  .transform-card {
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s ease;
    border: 1px solid transparent;
  }
  .transform-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 50px -12px rgba(204, 255, 0, 0.25);
    border-color: rgba(204, 255, 0, 0.35);
    z-index: 2;
  }

  .pkg-card {
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.3s;
  }
  .pkg-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.6);
  }
  .pkg-featured {
    box-shadow: 0 0 40px rgba(204, 255, 0, 0.12), 0 20px 50px -15px rgba(0, 0, 0, 0.5);
    animation: featuredPulse 3s ease-in-out infinite alternate;
  }
  @keyframes featuredPulse {
    from { box-shadow: 0 0 30px rgba(204, 255, 0, 0.1), 0 20px 50px -15px rgba(0, 0, 0, 0.5); }
    to { box-shadow: 0 0 50px rgba(204, 255, 0, 0.22), 0 24px 60px -12px rgba(0, 0, 0, 0.55); }
  }
  .pkg-featured:hover { transform: translateY(-10px); }

  #clients-scroll a {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  }
  #clients-scroll a:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px -10px rgba(204, 255, 0, 0.2);
  }

  .ig-tile {
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
  }
  .ig-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px -8px rgba(204, 255, 0, 0.18);
    z-index: 2;
  }

  .ig-cta-block {
    box-shadow: 0 0 60px rgba(204, 255, 0, 0.06);
    transition: box-shadow 0.4s ease;
  }
  .ig-cta-block:hover { box-shadow: 0 0 80px rgba(204, 255, 0, 0.12); }

  .stat-card:hover { transform: translateY(-6px) scale(1.02); }

  .marquee__track { gap: 4rem; padding-right: 4rem; }
  .marquee__track span { font-size: 0.8rem; }

  #lightbox.active #lightbox-img {
    animation: lightboxIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  @keyframes lightboxIn {
    from { opacity: 0; transform: scale(0.92); }
    to { opacity: 1; transform: scale(1); }
  }

  #float-actions a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  #float-actions a:hover { transform: scale(1.12); }
}

@media (min-width: 1280px) {
  .desktop-nav { gap: 0.375rem; }
  .desktop-nav__link {
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    letter-spacing: 0.11em;
  }
  .nav-ig { min-width: 0; padding: 0.45rem 0.85rem; }
  .nav-ig__text { display: inline; }
}

@media (min-width: 1536px) {
  .desktop-nav { gap: 0.5rem; }
  .desktop-nav__link {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
    letter-spacing: 0.12em;
  }
  .desktop-nav__label--full { display: inline; }
  .desktop-nav__label--short { display: none; }

  .hero-cinematic .max-w-\[90rem\] { max-width: 100rem; }
  html { scroll-padding-top: 110px; }
}
