@media (max-width: 768px) {
  nav a {
    font-size: 15vw;
  }
  .fp-section {
    padding: 12vh 5vw;
  }
  .hero {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .work-container {
    flex-direction: column;
  }
  .portfolio-sidebar {
    position: static; /* Let it scroll natively on mobile */
    width: 100%;
    margin-bottom: 20px;
  }
  .hero-h1 {
    font-size: 10vw;
  }
  .badge-container {
    left: auto;
    right: 5%;
    bottom: 10%;
    transform: scale(0.8);
  }
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .ethos h2 {
    font-size: 8vw;
    margin-bottom: 15px;
  }
  .data-art {
    flex-direction: row;
    gap: 20px;
    border-left: none;
    border-top: 1px solid #ddd;
    padding-left: 0;
    padding-top: 30px;
    align-items: flex-start;
  }
  .stat-number {
    font-size: 15vw;
  }
  .about-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .data-art {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .stat-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .identity-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  /* --- Services Sticky Images Responsiveness --- */
  .wwd-image-sticky {
    display: block;
    background: #fdfcfc;
    grid-column: 1/-1;
    position: sticky;
    top: 2rem;
    height: 30vh;
    border-radius: 8px;
    z-index: 1000;
    margin-bottom: 2rem;
    display: none;
  }
  /* Portfolio Mockup Responsiveness */
  .portfolio-mockup-wrapper {
    height: 300px;
  }
  .portfolio-mockup-wrapper .laptop-device {
    max-width: 280px;
    transform: translate(0%, 8%) !important;
  }
  .portfolio-mockup-wrapper .mobile-device {
    width: 70px;
    height: 147px; /* 70 * (19/9) approx */
    right: 2%;
    bottom: 10%;
  }
  .portfolio-mockup-wrapper .mobile-device iframe {
    transform: scale(0.186); /* 70 / 375 */
  }
  .portfolio-mockup-wrapper .mockup-instruction {
    font-size: 0.7rem;
    letter-spacing: 2px;
    top: 15px;
  }
  /* --- Contact Section Responsiveness --- */
  .contact-section .section-title {
    margin-bottom: 20px;
    font-size: 10vw;
  }
  .contact-section .qrcode-wrapper {
    transform: scale(0.9);
  }
  .contact-section .contact-info-item {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  /* --- Navigation Panel Responsiveness --- */
  .nav-menu {
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    border-radius: 20px 20px 0 0; /* Enhance top roundness for mobile drawer feel */
  }
  .nav-menu .nav-heading {
    font-size: 1.5rem;
  }
  .nav-menu .nav-desc {
    font-size: 0.8rem;
  }
  .nav-menu nav a {
    font-size: 1.3rem;
  }
  /* --- Portfolio Expanded Content --- */
  .portfolio-item.is-expanded {
    padding: 40px 20px 80px !important;
  }
  .portfolio-item.is-expanded .portfolio-title {
    font-size: 2.2rem;
    line-height: 1.1;
  }
  .portfolio-item.is-expanded .portfolio-meta-container {
    gap: 15px;
    margin-bottom: 25px;
  }
  /* --- Sticky Project Info Responsiveness --- */
  .project-info-container {
    top: 1em;
    right: 1em;
    width: 280px;
    position: absolute;
  }
  .project-info-btn {
    padding: 12px 16px;
  }
  .project-info-btn .project-name {
    font-size: 1rem;
    font-weight: 700;
  }
  .project-info-btn .more-info {
    font-size: 0.7rem;
  }
  .project-details-panel {
    max-height: 60vh;
    overflow-y: auto;
    padding: 15px;
  }
  .project-details-panel .project-desc {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .project-details-panel .project-meta-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
  }
  /* --- Portfolio Fullscreen Responsiveness --- */
  .portfolio-fullscreen-wrapper {
    background-color: #f0f0f0;
  }
  .portfolio-story-container,
  .zambak-story-container {
    height: auto;
    min-height: 50vh;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
  }
  .portfolio-story-text {
    font-size: 1.5rem;
    width: 100%;
    max-width: 90%;
    text-align: left;
    line-height: 1.6;
    font-weight: 200;
    margin: 0 auto;
  }
  .portfolio-story-text .bheka-span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 10px;
  }
  .portfolio-fullscreen-img {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
  }
}/*# sourceMappingURL=mobile.css.map */