/* Tablet Styles (768px - 1024px) */
body {
  overflow-x: hidden;
}

.studio-container {
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 1024px) {
  /* Header */
  .site-header {
    padding: 30px 50px;
  }
  
  .logo-text {
    font-size: 20px;
  }
  
  .logo-icon {
    width: 35px;
    height: 35px;
  }
  
  /* Hide hamburger menu on tablet */
  .hamburger-menu {
    display: none;
  }
  
  .mobile-menu {
    display: none;
  }
  
  /* Hero Section */
  .hero-section {
    padding: 0 50px;
    margin-top: 30px;
    max-height: 400px;
  }
  
  .hero-title-container{
    max-width: 417px;
  }
  
  .hero-title {
    font-size: 48px;
    line-height: 52px;
  }
  
  .hero-subtitle {
    font-size: 15px;
    line-height: 28px;
  }
  
  .hero-image {
    width: 300px;
    height: auto;
  }
  
  .feature-card {
    display: none;
  }
  .vector-graphic {
    display: none;
  }

  .process-card{
    display: none;
  }

  .stats-card{
    display: none;
  }
  
  .feature-title {
    font-size: 20px;
    line-height: 28px;
  }
  
  .feature-description {
    font-size: 14px;
    line-height: 24px;
  }
  
  /* About Section */
  .about-section {
    padding: 60px 50px;
  }
  
  .about-content-row {
    flex-direction: column;
    gap: 40px;
  }
  
  .about-title {
    font-size: 48px;
    line-height: 52px;
    order: 1;
    margin-bottom: 25px;
  }
  
  .about-description {
    font-size: 16px;
    line-height: 28px;
    margin-left: 0;
    margin-top: 0;
    order: 2;
    margin-bottom: 40px;
  }
  
  .about-image-container {
    width: 100%;
    height: 300px;
    order: 1;
  }
  
  .experience-container {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    order: 3;
    overflow: hidden;
  }
  
  .experience-cards {
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    padding: 0 50px 10px 50px;
    margin: 0 -50px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  
  .experience-card {
    min-width: 300px;
    max-width: 300px;
    flex-shrink: 0;
    padding: 20px 25px;
    scroll-snap-align: start;
    margin-right: 20px;
  }
  
  .experience-card:last-child {
    margin-right: 50px;
  }
  
  /* Custom scrollbar for experience cards */
  .experience-cards::-webkit-scrollbar {
    height: 6px;
  }
  
  .experience-cards::-webkit-scrollbar-track {
    background: var(--text-white-10);
    border-radius: 3px;
  }
  
  .experience-cards::-webkit-scrollbar-thumb {
    background: var(--text-white-30);
    border-radius: 3px;
  }
  
  .experience-cards::-webkit-scrollbar-thumb:hover {
    background: var(--text-white-50);
  }
  
  /* Firefox scrollbar */
  .experience-cards {
    scrollbar-width: thin;
    scrollbar-color: var(--text-white-30) var(--text-white-10);
  }
  
  /* Services Section */
  .services-section {
    padding: 40px 50px;
  }
  
  .service-item {
    margin-bottom: 50px;
    min-height: auto;
    gap: 25px;
  }
  
  .service-item.reverse {
    flex-direction: column;
  }
  
  .service-content {
    order: 2;
    padding-right: 0;
  }
  
  .service-item.reverse .service-content {
    order: 2;
  }
  
  .service-title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  
  .service-headline {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  
  .service-details {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  
  .service-image {
    height: 280px;
    order: 1;
    margin-top: 0;
  }
  
  .service-item.reverse .service-image {
    order: 1;
  }
  
  .service-button {
    order: 3;
    align-self: flex-start;
    margin-top: 0;
  }
  
  /* Process Section */
  .process-section {
    padding: 60px 50px 40px;
  }
  
  .process-container {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    overflow: hidden;
  }
  
  .process-header {
    margin-bottom: 0;
  }
  
  .process-main-title {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 25px;
  }
  
  .process-description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
  }
  
  .process-steps {
    margin-left: 0;
    gap: 20px;
    width: 100%;
  }
  
  .process-step {
    padding: 30px 25px;
    min-height: auto;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }
  
  .step-description {
    font-size: 20px;
    line-height: 24px;
    max-width: none;
    order: 1;
    width: 100%;
  }
  
  .step-image {
    order: 2;
    width: 80px;
    height: 80px;
  }
  
  /* Cases Section */
  .cases-section {
    padding: 40px 50px;
    gap: 24px;
  }
  
  .case-card {
    width: calc((100% - 24px) / 2);
    min-width: 0;
    margin-bottom: 24px;
  }
  
  .case-title {
    font-size: 24px;
  }
  
  .case-description {
    font-size: 14px;
  }
  
  /* Case Detail */
  .case-detail-section {
    padding: 60px 50px;
  }
  
  .case-detail-title {
    font-size: 48px;
  }
  
  .case-detail-subtitle {
    font-size: 20px;
  }
  
  .case-detail-content {
    padding: 40px;
  }
  
  .case-detail-content h2 {
    font-size: 32px;
  }
  
  .case-detail-content h3 {
    font-size: 24px;
  }
  
  .case-detail-content h4 {
    font-size: 20px;
  }
  
  .case-detail-content p,
  .case-detail-content li {
    font-size: 16px;
  }
  
  /* Footer */
  .site-footer {
    padding: 80px 50px 0;
  }
  
  .footer-description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 100px;
  }
  
  .contact-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
  
  .address-text,
  .phone-number,
  .contact-link {
    font-size: 15px;
    line-height: 28px;
  }
  
  /* Form */
  .form-container {
    gap: 40px;
    padding: 40px 50px;
  }
  
  .form-title {
    font-size: 32px;
  }
  
  .form-image-wrapper {
    width: 100%;
    height: 300px;
  }
}
