
/* 1366px laptop */
@media (max-width: 1366px) {

}

/* Laptop / small desktop */
@media (max-width: 1180px) {
  .container { padding: 0 4rem; }
}

/* Tablet */
@media (max-width: 900px) {

  .container { padding: 0 3.2rem; }

  .hero {
    height: 100vh;
    padding-top: 0rem;
    padding-bottom: 6rem;
    display: flex;
    flex-direction: column;
  }
  .hero > .container { order: 2; }
  .hero__portrait {
    order: 1;
    position: relative;
    top: 0;
    width: 100%;
    max-width: none;        right: -24px;
    margin-bottom: 3rem;
  }
  .hero__content { padding-top: 0; }
  .hero__desc { text-align: left; margin-left: 0; }

 .unified__text, .offices__text, .leadership__text, .case-studies__text, .seido__eyebrow-text {
    font-size: 3rem;
  }

  .stats__grid { max-width: 56rem; }
  .stat-block__num { font-size: 3.6rem; }



  .pillar__meta { flex-direction: column; gap: 1.2rem; }
  .pillar__inner { padding-bottom: 5rem; }

  .carousel__arrow { width: 4rem; height: 4rem; font-size: 1.8rem; }
  .carousel__arrow--prev { left: 0.6rem; }
  .carousel__arrow--next { right: 0.6rem; }


}

/* Mobile nav toggle — hamburger visible only at 768px and below, per spec.
   Above this, the tablet tier (900px) still shows the full desktop nav. */
@media (max-width: 768px) {
  .main-nav, .header-right .lang-toggle { display: none; }
  .nav-burger { display: inline-flex; }

  .pillar__row { grid-template-columns: 1fr; gap: 1.5rem; }


}

/* Mobile */
@media (max-width: 600px) {


  .container { padding: 0 2.4rem; }


  .site-logo { width: 16rem; }

  .hero { padding-top: 0rem; }
  .hero__content { padding-top: 0; }


  .hero__portrait { margin-bottom: 2rem; }

  .belief { padding: 8rem 0 6rem; }
  .unified__text, .offices__text, .leadership__text, .case-studies__text {
    font-size: 2.4rem;
  }
  .seido__eyebrow-text { font-size: 2.4rem; margin-bottom: 5rem; }

  .stats { padding: 2rem 0 10rem; }
  .stats__grid { grid-template-columns: 1fr; max-width: 34rem; gap: 2rem; }
  .stat-block:nth-child(even) { margin-top: 0; }
  .stat-block { transform: skewX(-6deg); }
  .stat-block__inner { transform: skewX(6deg); }
  .stat-block[data-reveal-toggle].is-inview .stat-block__inner { transform: skewX(6deg) translateY(0); }
  .stat-block[data-reveal-toggle] .stat-block__inner { transform: skewX(6deg) translateY(2.4rem); }

  .pillar { min-height: 64rem; }

  .pillar__inner { padding-bottom: 4rem; }

  .seido { padding: 10rem 0 12rem; }
  .seido__mark-wrap { height: 18rem; margin-bottom: 4rem; }

  .seido__bowl { width: 18rem; }

  .offices { padding: 8rem 0 10rem; }

 


  .leadership { padding: 8rem 0 4rem; }


  .case-studies { padding: 8rem 0 6rem; }

  .site-footer { padding: 3.5rem 0; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
