/* === TABLET ONLY STYLES === */
@media (min-width: 600px) and (max-width: 1023px) {

  /* Slight downscale for spacing and typography */
  body {
    font-size: 15px;
    padding: 0 20px;
  }

  .hero-container {
    padding: 40px 24px;
    border-radius: 30px;
  }

  .hero-top-row {
    justify-content: center;
    margin-bottom: 30px;
  }

  .hero-name {
    font-size: 1.8rem;
    text-align: center;
  }

  .hero-bottom-row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    align-items: flex-start;
    justify-content: center;
  }

  .hero-photo {
    width: 160px;
    margin: 0 auto;
  }

  .hero-image {
    transform: scale(0.75);
    transform-origin: top center;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .hero-phrase {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .hero-buttons {
    gap: 16px;
    flex-wrap: wrap;
  }

  .gradient-button {
    font-size: 1rem;
    padding: 12px 24px;
  }

  .section-heading {
    font-size: 1.6rem;
    margin-top: 50px;
    text-align: center;
  }

  .about-two-column {
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
  }

  .gama-footer {
    padding: 40px 24px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
  }

  .gama-logo {
    height: 80px;
    max-width: 180px;
    padding: 0;
  }

  .gama-footer-bottom {
    position: static;
    transform: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .gama-floating-pill {
    font-size: 0.9rem;
    padding: 6px 12px;
  }

  .gama-copyright {
    font-size: 0.8rem;
  }

  .device-badge {
    font-size: 0.8rem;
    padding: 6px 10px;
    bottom: 10px;
    right: 10px;
  }

}