@charset "UTF-8";
/* =====================
   Responsive add-on
   Matches the teal/blue cyber aesthetic already in app.css
   Drop this file next to app.css and include it after app.css
   ===================== */
/* Utility: container widths on very wide screens */
/*@media (min-width: 1400px) {
  .wrap, .section-wrap, .footer-inner { max-width: 1200px; }
}*/
@media screen and (min-width: 1400px) {
  .site-footer .footer-inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .masonry-hover .masonry-item:hover {
    scale: 1.15;
  }
}
/* Large desktops down (≤1200px) */
@media screen and (max-width: 1200px) {
  .section-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .masonry-hover .masonry-item:hover {
    scale: 1.15;
  }
}
/* Desktops/Tablets (≤992px) */
@media screen and (max-width: 992px) {
  .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-top: 36px;
    text-align: center;
  }
  .avatar-wrap {
    order: -1;
    margin-bottom: 2rem;
  }
  .actions {
    margin-top: 3rem;
    justify-content: center;
  }
  .chips {
    justify-content: center;
  }
  .section-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .section-wrap .description-paragraph {
    text-align: center;
  }
  .section-wrap .subtitle {
    text-align: center;
  }
  .project .cat-content .project-description, .project .cat-content h3 {
    text-align: center;
  }
  .cat-row,
  .cat-row:nth-child(odd) {
    grid-template-columns: 1fr;
  }
  .cat-row .cat-icon {
    order: 0;
    width: 220px;
    margin: 0 auto;
  }
  /*    .tech-card {
      text-align: center;

      .tech-years {
          text-align: center !important;
      }
  }*/
  /* Stack ALL rows: icon on top, content below */
  .categories .cat-row,
  .categories .cat-row:nth-child(odd) {
    grid-template-columns: 1fr;
    grid-template-areas: "icon" "content";
    gap: 18px;
  }
  /* Center the icon box and give it a comfortable size */
  .categories .cat-row .cat-icon {
    width: 220px;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  /* Optional: spacing below the icon so it breathes */
  .categories .cat-row .cat-icon {
    margin-bottom: 0.5rem;
  }
  /* Make the text block full width */
  .categories .cat-row .cat-content {
    width: 100%;
    text-align: left; /* or center if you prefer */
  }
  .masonry-hover .masonry-item:hover {
    scale: 1.1;
  }
}
/* Tablets/large phones (≤768px) */
@media screen and (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .contacts {
    justify-self: start;
  }
  .brand .logo {
    margin-left: auto;
  }
  .brand .copy {
    margin-right: auto;
  }
  .tech-card {
    text-align: center;
  }
  .tech-card .tech-years {
    text-align: center !important;
  }
  .categories .cat-row:nth-child(odd) .cat-icon {
    order: 0;
  }
  .categories .cat-row .cat-icon {
    /*width: 200px;*/
  }
  .site-footer .footer-inner {
    grid-template-columns: 1fr; /* one column */
    grid-template-areas: "brand" "contacts"; /* contacts on second line */
    row-gap: 0.9rem;
  }
  .site-footer .footer-inner .brand {
    justify-self: center;
  }
  .site-footer .footer-inner .contacts {
    justify-self: center; /* align left under brand */
    gap: 0.5rem;
    flex-wrap: wrap; /* allow wrapping to multiple rows */
    margin-top: 1rem;
  }
  /*.nav-link {
      span:first-child {
          display: none;
      }

      span:last-child {
          display: initial;
      }
  }*/
}
/* Special case for nav links. */
@media screen and (max-width: 900px) {
  .nav-link span:first-child {
    display: none;
  }
  .nav-link span:last-child {
    display: initial;
  }
}
/* Small phones (≤576px) */
@media screen and (max-width: 576px) {
  .categories .cat-row .cat-icon {
    /*width: 180px;*/
  }
  .header-inner {
    grid-template-columns: auto 1fr auto;
    padding: 0.75rem 0.75rem;
  }
  .app-main::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  .app-main::-webkit-scrollbar-thumb {
    border-width: 2px;
  }
  :root {
    --header-h: 100px;
  }
  .header-inner {
    padding: 0.6rem 0.75rem;
  }
  .main-logo {
    margin: 0;
    margin-left: 0.5rem;
  }
}
/* Special Case */
@media screen and (max-width: 500px) {
  .language-dropdown button {
    padding: 0.25rem;
  }
  .top-nav {
    gap: 0.25rem;
  }
  .top-nav .nav-link {
    padding: 0.25rem;
  }
}
/* Ultra-small devices (≤360px) */
@media screen and (max-width: 360px) {
  .site-footer .footer-inner .contact {
    padding: 0.45rem 0.65rem;
    font-size: 0.9rem;
  }
  .site-footer .footer-inner .contact .icon {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=responsive.css.map */
