/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
   
   /* Mobile nav */
@media (max-width: 991px) {
  #mainNav {
    background: rgba(10,10,10,.96);
    backdrop-filter: blur(16px);
    padding: 1.5rem;
    border-radius: 0 0 var(--radius) var(--radius);
    margin-top: 8px;
  }
  .site-header .nav-link { padding: .75rem 0 !important; }
  .header-col--right { margin-top: 1rem; }
  .portfolio-col   { flex: 0 0 175px; }
  .port-card img   { height: 230px; }
  .portfolio-clip  { height: 560px; }
  .bks-card { border-radius: 10px; }
}
@media (max-width: 768px) {
    .ps-item      { flex: 0 0 200px; }
  .ps-item img  { height: 320px; }
  .ps-track     { padding: 10px 20px; }
  .proc-card  { flex: 0 0 220px; }
  .proc-title { font-size: 1.6rem; }
    .container { grid-template-columns: 1fr; }
      .big-name { font-size: 5rem; margin-left: 0; }
      .col-text { padding-left: 0; margin-top: 20px; }
    /* Only 2 columns on mobile */
  .portfolio-col:nth-child(3),
  .portfolio-col:nth-child(4) { display: none; }
  .portfolio-col  { flex: 0 0 150px; }
  .port-card img  { height: 200px; }
  .portfolio-clip { height: 460px; }
  .section-pad { padding: 60px 0; }
  .hero-title { font-size: 2.6rem; }
 .footer-policy-links{
        gap:15px;
        flex-wrap:wrap;
    }

    .footer-policy-links li:not(:last-child)::after{
        display:none;
    }

    .footer-policy-links a{
        font-size:13px;
    }
  .video-play-btn {
    width: 88px;
    height: 88px;
    bottom: -20px;
    left: 14px;
  }
  .circle-text { font-size: 11px; }
  .play-icon { width: 34px; height: 34px; }
  .play-icon svg { width: 14px; height: 14px; }
  .cols-right { grid-template-columns:1fr; }
      .banner-wordmark { font-size:1.3rem; }
       .services-grid {
        grid-template-columns: 1fr;
      }
      .center-logo {
        padding: 30px 0;
      }
      .col-right .service-item {
        text-align: left;
      }
      .col-right .item-title {
        flex-direction: row;
      }
}
/* RESPONSIVE */
    @media(max-width:860px){
      .footer-top { grid-template-columns:1fr; gap:40px 0; }
      .cols-right { grid-template-columns:1fr 1fr; }
    }
      /* Responsive */
    @media (max-width: 860px) {
      .cards-grid { grid-template-columns: 1fr 1fr; }
    }

    @media (max-width: 540px) {
      .cards-grid { grid-template-columns: 1fr; }
      .section-header h2 { font-size: 1.7rem; }
    }
    /* ---- Responsive ---- */
@media (max-width: 768px) {
  
}
@media (max-width: 480px) {
  .ps-item      { flex: 0 0 160px; }
  .ps-item img  { height: 260px; }
   .proc-card        { flex: 0 0 200px; }
  .proc-header-right { display: none; } /* hide arrows on mobile, drag only */
  .bks-body { padding: 10px 10px 12px; }
  .bks-book-title { font-size: .85rem; }
}
/* 5-column layout on large screens */
@media (min-width: 992px) {
 
}

@media (max-width: 480px) {
  
}
/* 5-column layout on large screens */
@media (min-width: 992px) {
  .col-lg-2-4 { width: 20%; }
}