.home-city-experience {
  display: block;
  background: #fbfaf7;
}

.city-experience-intro {
  width: min(920px, 100%);
  margin-bottom: 58px;
}

.city-experience-logo {
  display: block;
  width: clamp(128px, 11vw, 154px);
  height: auto;
  margin: 0 0 30px;
}

.city-experience-intro > span {
  display: block;
}

.city-experience-product {
  margin-top: 18px;
}

.city-experience-product strong,
.city-experience-product small {
  display: block;
}

.city-experience-product strong {
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.5;
}

.city-experience-product small {
  margin-top: 4px;
  color: #68768a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.55;
}

.city-experience-intro h2 {
  max-width: 860px;
  margin: 29px 0 25px;
}

.city-experience-tagline {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--navy);
}

.city-experience-tagline strong {
  font-size: 14px;
  line-height: 1.6;
}

.city-experience-tagline span {
  padding-left: 18px;
  border-left: 1px solid rgba(7, 26, 53, 0.2);
  color: var(--blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.city-experience-description {
  max-width: 900px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.city-experience-description p {
  margin: 0;
  color: #667386;
  font-size: 12px;
  line-height: 1.8;
}

.city-experience-body {
  display: grid;
  grid-template-columns: minmax(300px, 0.38fr) minmax(520px, 0.62fr);
  gap: clamp(42px, 5vw, 76px);
  align-items: center;
}

.city-experience-body ol {
  margin: 0;
  align-self: center;
}

.city-experience-visual {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.city-experience-visual img {
  display: block;
  width: 100%;
  min-height: 360px;
  max-height: 500px;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}

.city-experience-visual figcaption {
  order: 3;
  margin-top: 9px;
  color: #7b8594;
  font-size: 11px;
  line-height: 1.5;
}

.city-experience-visual figcaption a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(123, 133, 148, 0.45);
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.city-experience-visual figcaption a:hover {
  color: var(--blue);
  text-decoration-color: currentColor;
}

.city-reference-lists {
  order: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 62px);
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 26, 53, 0.12);
}

.city-reference-lists h3 {
  margin: 0 0 8px;
  color: #55657a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.city-reference-lists p {
  margin: 0;
  color: #7a8493;
  font-size: 12px;
  line-height: 1.65;
}

@media (min-width: 761px) and (max-width: 1120px) {
  .city-experience-body {
    grid-template-columns: minmax(280px, 0.4fr) minmax(0, 0.6fr);
  }

  .city-experience-visual img {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .city-experience-intro {
    width: 100%;
    margin-bottom: 34px;
  }

  .city-experience-logo {
    width: 126px;
    margin-bottom: 25px;
  }

  .city-experience-product {
    margin-top: 15px;
  }

  .city-experience-product strong {
    font-size: 12px;
  }

  .city-experience-product small {
    font-size: 10px;
  }

  .city-experience-intro h2 {
    margin-top: 24px;
  }

  .city-experience-tagline {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .city-experience-tagline strong {
    font-size: 13px;
  }

  .city-experience-tagline span {
    padding-left: 0;
    border-left: 0;
    font-size: 12px;
  }

  .city-experience-description {
    margin-top: 18px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .city-experience-description p {
    font-size: 11px;
  }

  .city-experience-body {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .city-experience-visual {
    width: 100%;
    order: 1;
  }

  .city-experience-visual img {
    order: 1;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    border-radius: 13px;
  }

  .city-experience-visual figcaption {
    order: 2;
  }

  .city-reference-lists {
    order: 3;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 25px;
    padding-top: 20px;
  }

  .city-experience-body ol {
    width: 100%;
    order: 2;
  }
}
