/* ==========================================
   Technology Page — PC Styles (min-width: 992px)
   ========================================== */

@media screen and (min-width: 992px) {

  /* ----- Hero ----- */
  .tl-hero {
    height: 420px;
    margin-top: 66px;
  }

  .tl-hero-text {
    padding-bottom: 55px;
  }

  .tl-hero-en {
    font-size: 64px;
  }

  /* ----- Intro ----- */
  .tl-intro {
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .tl-intro-text {
    flex: 0 0 52%;
  }

  .tl-intro-lead {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .tl-intro-body {
    font-size: 15px;
    line-height: 2;
  }

  .tl-intro-image {
    flex: 1;
  }

  /* ----- Social Issue ----- */
  .tech-social-grid {
    grid-template-columns: minmax(0, 461px) minmax(0, 482px);
    max-width: 100%;
  }

  .tech-social-copy,
  .tech-map {
    min-width: 0;
  }

  /* ----- Products ----- */
  .tl-products {
    padding-bottom: 100px;
  }

  .tl-product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* 4番目以降は2列に広げる */
  .tl-product-card:nth-child(4) {
    grid-column: span 1;
  }

  .tl-product-wide {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .tl-product-wide .tl-product-image {
    height: 100%;
    min-height: 240px;
  }

  .tl-product-image {
    height: 200px;
  }

  .tl-product-body {
    padding: 30px;
  }

  .tl-product-title {
    font-size: 22px;
  }

  .tl-product-desc {
    font-size: 14px;
  }

  /* ----- Research & Development ----- */
  .tl-research {
    padding: 100px 0;
    margin-bottom: 100px;
  }

  .tl-research-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .tl-research-item {
    padding: 36px;
  }

  .tl-research-title {
    font-size: 20px;
  }

  .tl-research-desc {
    font-size: 14px;
  }

  /* ----- Partners ----- */
  .tl-partners {
    padding-bottom: 100px;
  }

  .tl-partner-logos {
    gap: 40px;
  }

  .tl-partner-logo {
    flex: 0 0 auto;
    max-width: 240px;
  }

}

@media screen and (min-width: 1101px) {
  .tech-products {
    width: calc(88% + 40px);
  }

  .tech-product {
    aspect-ratio: auto;
    border-radius: 22px;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.05);
  }

  .tech-product picture {
    left: auto;
    right: 0;
    width: 1328px;
  }

  .tech-product picture img {
    width: 100%;
    margin: 0;
    object-fit: contain;
    object-position: right center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1380px) {
  .tech-social-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 35px;
  }

  .tech-social-copy {
    order: 2;
    width: min(100%, 461px);
    justify-self: center;
  }

  .tech-map {
    order: 1;
    width: min(100%, 482px);
    justify-self: center;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1279px) {
  .tech-product picture img {
    object-fit: contain;
  }
}
